@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #2b3a4b;
  background: #fbf4e9;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: "Baloo 2", system-ui, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #243443;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

a {
  color: #2f6f8c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img, svg {
  display: block;
}

button {
  font-family: inherit;
  cursor: pointer;
}

input {
  font-family: inherit;
}

.cat--zlobki {
  --cat: #ef8a3c;
  --cat-tint: #fdeede;
}

.cat--kluby-dzieciece {
  --cat: #d39a1f;
  --cat-tint: #f8efd6;
}

.cat--przedszkola {
  --cat: #4fa877;
  --cat-tint: #e4f2ea;
}

.cat--szkoly-podstawowe {
  --cat: #226691;
  --cat-tint: #e0ebf2;
}

.cat--licea {
  --cat: #7a5ba6;
  --cat-tint: #ece5f4;
}

.cat--technika {
  --cat: #3f8a86;
  --cat-tint: #e1efed;
}

:root {
  --cat: #226691;
  --cat-tint: #f8f1e3;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 32px;
}

.muted {
  color: #7c8696;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-flashes {
  position: fixed;
  z-index: 1000;
  top: 18px;
  right: 18px;
  width: min(420px, 100vw - 36px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.site-flash {
  border-radius: 12px;
  padding: 13px 15px;
  background: #ffffff;
  border: 1px solid #efe6d4;
  box-shadow: 0 10px 30px rgba(36, 52, 67, 0.1);
  color: #243443;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.site-flash--ok {
  border-color: #cfe6d5;
  background: #f2faf4;
  color: #3f7d52;
}

.site-flash--err {
  border-color: #f0d2c5;
  background: #fff6f2;
  color: #c2603f;
}

.utilbar {
  background: #163d57;
  color: #d7e3ef;
  font-size: 12.5px;
}
.utilbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 16px;
}
.utilbar__tag {
  color: #ffd9a8;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.utilbar__tag svg {
  color: #ffc24b;
  flex: none;
}
.utilbar__links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.utilbar__links a {
  color: #d7e3ef;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #efe6d4;
  box-shadow: 0 1px 0 rgba(36, 52, 67, 0.03);
}
.site-header__inner {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}

.brand {
  display: flex;
  align-items: center;
  flex: none;
}
.brand:hover {
  text-decoration: none;
}
.brand img {
  height: 56px;
  width: auto;
}

.topsearch {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8f1e3;
  border: 1.5px solid #e7dcc6;
  border-radius: 999px;
  padding: 9px 18px;
  max-width: 520px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.topsearch svg {
  color: #7c8696;
  flex: none;
}
.topsearch input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14.5px;
  color: #44505f;
}
.topsearch input::placeholder {
  color: #8b95a4;
}
.topsearch:focus-within {
  border-color: #226691;
  box-shadow: 0 0 0 4px rgba(34, 102, 145, 0.1);
  background: #ffffff;
}

.btn-login {
  font-weight: 700;
  font-size: 14.5px;
  color: #226691;
  padding: 9px 16px;
  border-radius: 999px;
}
.btn-login:hover {
  text-decoration: none;
  background: #f8f1e3;
}

.btn-join {
  font-weight: 800;
  font-size: 14.5px;
  color: #fff;
  background: #ef8a3c;
  padding: 10px 20px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(239, 138, 60, 0.3);
}
.btn-join:hover {
  text-decoration: none;
  background: #e0762a;
}

.mainnav {
  background: #226691;
}
.mainnav__inner {
  display: flex;
  align-items: center;
  gap: 6px;
}
.mainnav a {
  color: #e4eef6;
  font-size: 14.5px;
  font-weight: 700;
  white-space: nowrap;
  padding: 13px 16px;
  border-bottom: 3px solid transparent;
}
.mainnav a:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
}
.mainnav a.is-active {
  color: #fff;
  border-bottom-color: #ef8a3c;
}

.container.detail {
  padding-bottom: 16px;
}

.site-footer {
  background: #163d57;
  color: #b6c6d6;
  font-size: 14px;
}
.site-footer__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 36px;
  padding-top: 48px;
  padding-bottom: 36px;
}
.site-footer__brand {
  max-width: 320px;
}
.site-footer__brand p {
  margin-top: 14px;
  color: #9fb1c3;
  line-height: 1.6;
  font-size: 13.5px;
}
.site-footer__logo img {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}
.site-footer__social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.site-footer__social a {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cfe0f0;
}
.site-footer__social a:hover {
  background: #ef8a3c;
  color: #fff;
  text-decoration: none;
}
.site-footer__head {
  font-family: "Baloo 2", system-ui, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}
.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.site-footer__col a {
  color: #b6c6d6;
  font-size: 13.5px;
}
.site-footer__col a:hover {
  color: #fff;
}
.site-footer__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 22px;
  padding-bottom: 28px;
  font-size: 12.5px;
  color: #8da0b3;
}
.site-footer__links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.site-footer__links a {
  color: #cfe0f0;
}

@media (max-width: 1000px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .site-footer__brand {
    grid-column: 1/-1;
    max-width: none;
  }
}
@media (max-width: 900px) {
  .site-header__inner {
    flex-wrap: wrap;
    gap: 12px;
  }
  .topsearch {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }
  .mainnav__inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .utilbar__tag {
    display: none;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 0 18px;
  }
  .site-header__inner {
    justify-content: center;
    gap: 10px 14px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .brand {
    flex: 1 1 100%;
    justify-content: center;
  }
  .brand img {
    height: 56px;
  }
  .site-header__actions {
    width: 100%;
    justify-content: center;
  }
  .site-header__actions .btn-login {
    display: none;
  }
  .topsearch {
    padding: 8px 14px;
  }
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer__bar {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 460px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
  }
}
.section {
  padding-top: 44px;
  padding-bottom: 44px;
}

.section__title {
  font-size: 27px;
  margin-bottom: 4px;
}

.section__sub {
  font-size: 14.5px;
  color: #7c8696;
  margin-bottom: 24px;
}

.section__kicker {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: #e0762a;
  margin-bottom: 6px;
}

.section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.section__more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  font-size: 14.5px;
  color: #226691;
}
.section__more svg {
  transition: transform 0.15s;
}
.section__more:hover {
  text-decoration: none;
}
.section__more:hover svg {
  transform: translateX(3px);
}

.page-head {
  background: #ffffff;
  border-bottom: 1px solid #efe6d4;
  padding-top: 20px;
  padding-bottom: 30px;
}
.page-head--hero {
  background: linear-gradient(180deg, #f8f1e3 0%, #faf9f6 100%);
}

.page-title {
  font-size: 32px;
  margin: 0;
}

.page-lead {
  font-size: 15.5px;
  color: #5f6b7a;
  margin-top: 10px;
  max-width: 720px;
  line-height: 1.55;
}
.page-lead strong {
  color: #226691;
}

.crumbs {
  font-size: 13px;
  color: #a3aab6;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 14px;
}
.crumbs a {
  color: #2f6f8c;
}
.crumbs__sep {
  color: #a3aab6;
}
.crumbs__current {
  color: #44505f;
}

.hero {
  background: radial-gradient(1200px 360px at 50% -120px, rgba(255, 194, 75, 0.22), transparent 60%), linear-gradient(180deg, #fdeede 0%, #fbf4e9 78%);
  border-bottom: 1px solid #efe6d4;
}
.hero__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 56px 32px 56px;
  text-align: center;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  background: #ffffff;
  border: 1px solid #e7dcc6;
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #4f5b6b;
  box-shadow: 0 2px 6px rgba(36, 52, 67, 0.07);
}
.hero__badge svg {
  color: #3f7d52;
  flex: none;
}
.hero__badge strong {
  color: #226691;
}
.hero__title {
  font-size: 46px;
  line-height: 1.08;
  margin: 0 0 14px;
  color: #243443;
}
.hero__lead {
  font-size: 17px;
  color: #5f6b7a;
  margin: 0 auto 30px;
  max-width: 660px;
  line-height: 1.55;
}
.hero__lead strong {
  color: #226691;
}
.hero__popular {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 18px;
  font-size: 13.5px;
  color: #7c8696;
  flex-wrap: wrap;
}
.hero__popular .sep {
  color: #d8cdba;
}

.searchbox {
  display: flex;
  align-items: center;
  gap: 0;
  background: #ffffff;
  border: 1.5px solid #e7dcc6;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(36, 52, 67, 0.1);
  padding: 7px 7px 7px 8px;
  max-width: 660px;
  margin: 0 auto;
}
.searchbox__field {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
}
.searchbox__field svg {
  color: #ef8a3c;
  flex: none;
}
.searchbox__field input {
  border: none;
  outline: none;
  font-size: 15.5px;
  color: #44505f;
  width: 100%;
  background: transparent;
}
.searchbox__field input::placeholder {
  color: #8b95a4;
}
.searchbox__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  background: #ef8a3c;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  padding: 13px 28px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(239, 138, 60, 0.3);
}
.searchbox__btn:hover {
  background: #e0762a;
}

.searchbox--page {
  max-width: 640px;
  margin: 0 0 24px;
}

.needs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.need-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #efe6d4;
  border-radius: 20px;
  padding: 28px;
  border-top: 4px solid var(--cat);
  box-shadow: 0 2px 6px rgba(36, 52, 67, 0.07);
  transition: box-shadow 0.15s, transform 0.15s;
}
.need-card:hover {
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(36, 52, 67, 0.1);
  transform: translateY(-3px);
}
.need-card__icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--cat-tint);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cat);
  margin-bottom: 18px;
}
.need-card__title {
  font-family: "Baloo 2", system-ui, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #243443;
  margin-bottom: 8px;
}
.need-card__text {
  font-size: 14.5px;
  color: #4f5b6b;
  line-height: 1.55;
}
.need-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  font-weight: 800;
  color: var(--cat);
}
.need-card__link svg {
  transition: transform 0.15s;
}
.need-card:hover .need-card__link svg {
  transform: translateX(3px);
}

.materials {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.material-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #efe6d4;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(36, 52, 67, 0.07);
  transition: box-shadow 0.15s, transform 0.15s;
}
.material-card:hover {
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(36, 52, 67, 0.1);
  transform: translateY(-3px);
}
.material-card__thumb {
  position: relative;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0 10px, transparent 10px 20px), var(--cat-tint);
}
.material-card__ext {
  font-family: "Baloo 2", system-ui, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--cat);
  padding: 8px 14px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(36, 52, 67, 0.07);
}
.material-card__free {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #3f7d52;
  background: #e3efe6;
  padding: 4px 9px;
  border-radius: 999px;
}
.material-card__body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.material-card__kind {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cat);
}
.material-card__title {
  font-weight: 700;
  font-size: 15px;
  color: #2b3a4b;
  line-height: 1.35;
  margin-top: 5px;
}
.material-card__dl {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 14px;
  font-weight: 800;
  font-size: 14px;
  color: #226691;
}

.newsletter {
  background: linear-gradient(135deg, #226691 0%, #163d57 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.newsletter::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 194, 75, 0.22), transparent 70%);
}
.newsletter__inner {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  padding: 56px 32px;
  text-align: center;
}
.newsletter__icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #ef8a3c;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 18px;
  box-shadow: 0 8px 20px rgba(239, 138, 60, 0.4);
}
.newsletter__kicker {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffc24b;
  margin-bottom: 8px;
}
.newsletter__title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}
.newsletter__lead {
  font-size: 15.5px;
  color: #cfe0f0;
  line-height: 1.55;
  margin-bottom: 24px;
}
.newsletter__form {
  display: flex;
  gap: 10px;
  max-width: 480px;
  margin: 0 auto;
}
.newsletter__form input {
  flex: 1;
  border: none;
  outline: none;
  border-radius: 999px;
  padding: 14px 20px;
  font-size: 15px;
  color: #44505f;
}
.newsletter__form button {
  border: none;
  background: #ef8a3c;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(239, 138, 60, 0.4);
}
.newsletter__form button:hover {
  background: #e0762a;
}
.newsletter__note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  font-size: 12.5px;
  color: #9fb1c3;
}
.newsletter__note svg {
  color: #ffc24b;
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.cat-card {
  background: #ffffff;
  border: 1px solid #efe6d4;
  border-radius: 16px;
  padding: 22px;
  border-top: 3px solid var(--cat);
  transition: box-shadow 0.15s, transform 0.15s;
}
.cat-card:hover {
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(36, 52, 67, 0.1);
  transform: translateY(-2px);
}
.cat-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: var(--cat-tint);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Baloo 2", system-ui, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 23px;
  font-weight: 600;
  color: var(--cat);
  margin-bottom: 16px;
}
.cat-card__name {
  font-weight: 600;
  font-size: 16px;
  color: #2b3a4b;
}
.cat-card__count {
  display: block;
  font-size: 13px;
  color: #8b95a4;
  margin-top: 3px;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.city-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #efe6d4;
  border-radius: 10px;
  padding: 16px 18px;
}
.city-card:hover {
  text-decoration: none;
  border-color: var(--cat, #2f6f8c);
}
.city-card__name {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 600;
  font-size: 15px;
  color: #2b3a4b;
}
.city-card__name svg {
  color: #2f6f8c;
  flex: none;
}
.city-card__count {
  font-size: 13px;
  color: #8b95a4;
}

.trust {
  background: #1d567a;
  color: #fff;
}
.trust__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
  padding-top: 34px;
  padding-bottom: 34px;
}
.trust__num {
  font-family: "Baloo 2", system-ui, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
}
.trust__label {
  font-size: 13.5px;
  color: #9fb4cb;
  margin-top: 4px;
}

.listing {
  display: grid;
  grid-template-columns: 268px 1fr;
  gap: 28px;
  padding-top: 28px;
  padding-bottom: 40px;
  align-items: start;
}

.filters {
  background: #ffffff;
  border: 1px solid #efe6d4;
  border-radius: 16px;
  padding: 22px;
}
.filters__label {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a8576;
  margin-bottom: 14px;
}
.filters__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
}
.filters__item {
  display: flex;
  justify-content: space-between;
  padding: 7px 9px;
  border-radius: 9px;
  color: #4f5b6b;
}
.filters__item .count {
  color: #a3aab6;
  font-weight: 400;
}
.filters__item:hover {
  background: #f8f1e3;
  text-decoration: none;
}
.filters__item.is-active {
  background: #f8f1e3;
  color: #226691;
  font-weight: 600;
}

.results__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-size: 14px;
  color: #7c8696;
  flex-wrap: wrap;
  gap: 8px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fac {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #ffffff;
  border: 1px solid #efe6d4;
  border-radius: 16px;
  padding: 18px 20px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.fac:hover {
  text-decoration: none;
  border-color: #d9d6cc;
  box-shadow: 0 2px 6px rgba(36, 52, 67, 0.07);
}
.fac__avatar {
  flex: none;
  width: 54px;
  height: 54px;
  border-radius: 13px;
  background: var(--cat-tint);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Baloo 2", system-ui, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--cat);
}
.fac__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.fac__name {
  font-weight: 600;
  font-size: 17px;
  color: #243443;
}
.fac__addr {
  font-size: 13.5px;
  color: #8b95a4;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.fac__addr svg {
  flex: none;
  color: #8b95a4;
}
.fac__badges {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.fac__cta {
  font-size: 14px;
  color: #2f6f8c;
  font-weight: 600;
  white-space: nowrap;
}

.fac-mini {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  border: 1px solid #efe6d4;
  border-radius: 16px;
  padding: 16px 18px;
}
.fac-mini:hover {
  text-decoration: none;
  border-color: #d9d6cc;
}
.fac-mini__avatar {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: var(--cat-tint);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Baloo 2", system-ui, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--cat);
}
.fac-mini__text {
  min-width: 0;
}
.fac-mini__name {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #243443;
  line-height: 1.25;
}
.fac-mini__sub {
  display: block;
  font-size: 12.5px;
  color: #8b95a4;
  margin-top: 3px;
}

.badge {
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 600;
  white-space: nowrap;
}
.badge--public {
  color: #3f7d52;
  background: #e3efe6;
}
.badge--private {
  color: #c2603f;
  background: #f8e7df;
}
.badge--neutral {
  color: #5f6b7a;
  background: #f1ece1;
  font-weight: 400;
}
.badge--cat {
  color: var(--cat);
  background: var(--cat-tint);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 28px;
  flex-wrap: wrap;
  list-style: none;
}

.pagination li {
  display: flex;
}

.pagination li a, .pagination li span {
  min-width: 38px;
  height: 38px;
  padding: 0 8px;
  border: 1px solid #e7dcc6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #4f5b6b;
  background: #ffffff;
}

.pagination li a:hover {
  text-decoration: none;
  border-color: #226691;
}

.pagination li.active span, .pagination li.active a {
  background: #226691;
  color: #fff;
  border-color: #226691;
  font-weight: 600;
}

.pagination li.disabled span {
  color: #c5cbd4;
}

.chips {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

.chip {
  font-size: 13.5px;
  background: #ffffff;
  border: 1px solid #e7dcc6;
  color: #4f5b6b;
  padding: 8px 15px;
  border-radius: 22px;
}
.chip .count {
  color: #a3aab6;
}
.chip.is-active {
  background: #226691;
  color: #fff;
  border-color: #226691;
  font-weight: 600;
}
.chip:hover {
  text-decoration: none;
}

.detail__head {
  padding-top: 20px;
  padding-bottom: 4px;
}

.detail__headrow {
  display: block;
}

.detail__titleline {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 9px;
}

.detail__avatar {
  flex: none;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--cat-tint), #fff 92%);
  border: 1px solid #efe6d4;
  box-shadow: 0 8px 18px rgba(36, 52, 67, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Baloo 2", system-ui, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 27px;
  font-weight: 800;
  color: var(--cat);
}

.detail__titlecopy {
  min-width: 0;
}

.detail__badges {
  display: flex;
  gap: 9px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.detail__title {
  font-size: 30px;
  margin: 0;
}

.detail__addr {
  font-size: 14.5px;
  color: #7c8696;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.detail__addr svg {
  flex: none;
  color: #7c8696;
}

.detail__aliases {
  margin-top: 10px;
  padding-left: 74px;
  font-size: 13px;
}

.detail__grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 28px;
  align-items: start;
  padding-top: 26px;
  padding-bottom: 40px;
}

.detail__main {
  min-width: 0;
}

.panel {
  background: #ffffff;
  border: 1px solid #efe6d4;
  border-radius: 20px;
  padding: 26px;
  margin-bottom: 18px;
}

.panel__title {
  font-size: 19px;
  margin: 0 0 18px;
}

.facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 36px;
}

.facts__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #f3ecdd;
}
.facts__row span {
  color: #8b95a4;
  font-size: 14px;
}
.facts__row strong {
  font-weight: 600;
  font-size: 14px;
  color: #44505f;
  text-align: right;
}

.map {
  height: 300px;
  border-radius: 11px;
  overflow: hidden;
  border: 1px solid #efe6d4;
  position: relative;
  background-image: repeating-linear-gradient(45deg, #eef0ee 0 14px, #e7eae7 14px 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #226691;
}
.map:hover {
  text-decoration: none;
}
.map__cap {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 12px;
  color: #7a8576;
  background: rgba(255, 255, 255, 0.82);
  padding: 6px 12px;
  border-radius: 6px;
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.map--live {
  background-image: none;
  background: #e8eae7;
  cursor: default;
}
.map--live .maplibregl-map {
  width: 100%;
  height: 100%;
}

.side-panel {
  background: #ffffff;
  border: 1px solid #efe6d4;
  border-radius: 20px;
  padding: 22px;
  margin-bottom: 16px;
}

.side-panel__title {
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8a8576;
  font-weight: 700;
  margin: 0 0 16px;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f3ecdd;
}
.contact-row:last-child {
  border-bottom: 0;
}
.contact-row__icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #eef2f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.contact-row__icon svg {
  color: #226691;
}
.contact-row__label {
  display: block;
  font-size: 11px;
  color: #a3aab6;
  margin-bottom: 3px;
}
.contact-row__val {
  display: block;
  font-weight: 600;
  font-size: 14.5px;
  color: #226691;
  word-break: break-word;
}

.btn-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #226691;
  color: #fff;
  border-radius: 11px;
  padding: 14px;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}
.btn-cta:hover {
  text-decoration: none;
  background: #1d3f63;
}
.btn-cta svg {
  color: #fff;
}

.btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #ffffff;
  border: 1px solid #e7dcc6;
  color: #44505f;
  border-radius: 11px;
  padding: 13px;
  font-weight: 600;
  font-size: 14.5px;
}
.btn-outline:hover {
  text-decoration: none;
  border-color: #226691;
  color: #226691;
}

.prose {
  max-width: 760px;
  color: #4f5b6b;
  font-size: 15px;
  line-height: 1.7;
}

.prose p {
  margin: 0 0 10px;
}

.prose p:last-child {
  margin-bottom: 0;
}

.prose h3,
.prose h4 {
  font-family: "Baloo 2", system-ui, "Segoe UI", Roboto, Arial, sans-serif;
  color: #243443;
  line-height: 1.25;
  margin: 22px 0 8px;
}

.prose h3 {
  font-size: 20px;
}

.prose h4 {
  font-size: 17px;
}

.prose ul {
  margin: 0 0 14px;
  padding-left: 20px;
}

.prose li {
  margin: 5px 0;
}

.prose strong {
  color: #243443;
  font-weight: 700;
}

.detail__intro {
  max-width: 820px;
  color: #4f5b6b;
  font-size: 15.5px;
  line-height: 1.65;
  margin-top: 14px;
}

.opinie {
  padding: 16px 0 52px;
  margin-top: 8px;
}

.opinie__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.opinie__kicker {
  display: block;
  color: #e0762a;
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 5px;
}

.opinie__head .section__title {
  margin-bottom: 0;
}

.opinie__score {
  min-width: 158px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fff8ec 100%);
  border: 1px solid #e7dcc6;
  box-shadow: 0 2px 6px rgba(36, 52, 67, 0.07);
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  align-items: center;
}

.opinie__score strong {
  color: #243443;
  font-size: 30px;
  line-height: 1;
  font-family: "Baloo 2", system-ui, "Segoe UI", Roboto, Arial, sans-serif;
}

.opinie__score small {
  grid-column: 1/-1;
  color: #7c8696;
  font-size: 12.5px;
  margin-top: 4px;
}

.opinie__stars {
  color: #e8a33d;
  letter-spacing: 1.5px;
  white-space: nowrap;
}

.opinie__score .opinie__stars {
  font-size: 17px;
}

.opinie__flash {
  border-radius: 12px;
  padding: 11px 14px;
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
}

.opinie__flash--ok {
  background: #e3efe6;
  color: #3f7d52;
}

.opinie__flash--err {
  background: #f8e7df;
  color: #c2603f;
}

.opinie__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.opinie__card {
  background: #ffffff;
  border: 1px solid #efe6d4;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 1px 0 rgba(36, 52, 67, 0.03);
}

.opinie__own {
  margin-top: 18px;
}

.opinie__own[hidden] {
  display: none;
}

.opinie__own-title {
  color: #7c8696;
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 9px;
}

.opinie__own-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.opinie__card--muted {
  background: #fbfaf6;
  border-style: dashed;
  border-color: #d8d0c0;
  box-shadow: none;
  opacity: 0.84;
}

.opinie__card--muted .opinie__text {
  color: #5f6b7a;
}

.opinie__card--muted .opinie__stars {
  color: #cfa36a;
}

.opinie__pending-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 13px;
  color: #7c8696;
  font-size: 12.5px;
  line-height: 1.4;
}

.opinie__pending-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #f1eee7;
  color: #5f6b7a;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 800;
}

.opinie__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.opinie__card-head strong {
  display: block;
  color: #243443;
  font-size: 15.5px;
  line-height: 1.25;
}

.opinie__card-head span:not(.opinie__stars) {
  display: block;
  color: #8b95a4;
  font-size: 12.5px;
  margin-top: 2px;
}

.opinie__text {
  margin: 0;
  color: #4f5b6b;
  font-size: 14.5px;
  line-height: 1.65;
}

.opinie__replies {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.opinie__replies[hidden] {
  display: none;
}

.opinie__reply {
  padding: 14px 16px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #dde6ee;
  border-left: 4px solid #2f6f8c;
}

.opinie__reply > span {
  display: block;
  color: #226691;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 6px;
}

.opinie__reply--admin {
  background: #f8fbf7;
  border-color: #dfeadb;
  border-left-color: #3f7d52;
}

.opinie__reply--admin > span {
  color: #3f7d52;
}

.opinie__reply--muted {
  background: #fbfaf6;
  border-style: dashed;
  border-color: #d8d0c0;
  border-left-color: #c9bdab;
  opacity: 0.84;
}

.opinie__reply--muted > span {
  color: #5f6b7a;
  letter-spacing: 0.06em;
}

.opinie__reply p {
  margin: 0;
  color: #4f5b6b;
  font-size: 14.5px;
  line-height: 1.6;
}

.opinie__reply small {
  display: block;
  color: #7c8696;
  font-size: 12.5px;
  margin-top: 8px;
}

.opinie__reply--muted p,
.opinie__reply--muted small {
  color: #7c8696;
}

.opinie__respond {
  margin-top: 14px;
  border-top: 1px solid #f0e8d9;
  padding-top: 12px;
}

.opinie__respond summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #e7dcc6;
  color: #226691;
  background: #fffdf8;
  font-size: 13px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.opinie__respond summary::-webkit-details-marker {
  display: none;
}

.opinie__respond summary:hover {
  background: #fff;
  border-color: #226691;
  box-shadow: 0 0 0 3px rgba(34, 102, 145, 0.08);
}

.opinie__reply-form {
  display: grid;
  grid-template-columns: 170px 220px minmax(0, 1fr);
  gap: 10px;
  align-items: end;
  margin-top: 12px;
  padding: 14px;
  border-radius: 12px;
  background: #f8f1e3;
  border: 1px solid #e7dcc6;
}

.opinie__empty {
  margin: 0 0 20px;
  color: #7c8696;
  background: #f8f1e3;
  border: 1px dashed #e7dcc6;
  border-radius: 16px;
  padding: 18px 20px;
  font-size: 14.5px;
}

.opinie__form-card {
  max-width: 720px;
  background: #ffffff;
  border: 1px solid #efe6d4;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 2px 6px rgba(36, 52, 67, 0.07);
  margin-top: 22px;
}

.opinie__form-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.opinie__form-head h3 {
  font-size: 18px;
  margin: 0;
  color: #243443;
}

.opinie__form-head p {
  margin: 0;
  color: #7c8696;
  font-size: 13px;
  max-width: 300px;
  line-height: 1.45;
}

.opinie__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.opinie__fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  gap: 12px;
}

.opinie__fields--review {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 144px;
}

.opinie__form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #243443;
  font-size: 13.5px;
  font-weight: 800;
}

.opinie__reply-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #243443;
  font-size: 13px;
  font-weight: 800;
}

.opinie__form input,
.opinie__form select,
.opinie__form textarea,
.opinie__reply-form input,
.opinie__reply-form textarea {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #e7dcc6;
  border-radius: 12px;
  background: #fffdf8;
  color: #44505f;
  font: inherit;
  font-size: 15px;
  outline: none;
  padding: 12px 13px;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.opinie__form textarea {
  resize: vertical;
  min-height: 128px;
  line-height: 1.55;
}

.opinie__reply-form textarea {
  resize: vertical;
  min-height: 92px;
  line-height: 1.5;
}

.opinie__form input:focus,
.opinie__form select:focus,
.opinie__form textarea:focus,
.opinie__reply-form input:focus,
.opinie__reply-form textarea:focus {
  border-color: #226691;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(34, 102, 145, 0.12);
}

.opinie__form .btn-cta {
  border: 0;
  cursor: pointer;
  align-self: flex-start;
  min-width: 168px;
  margin: 2px 0 0;
}

.opinie__form .btn-cta:disabled,
.opinie__reply-actions .btn-cta:disabled {
  opacity: 0.72;
  cursor: wait;
}

.opinie__reply-actions {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.opinie__reply-actions .btn-cta {
  border: 0;
  min-width: 154px;
}

.opinie__reply-actions span {
  color: #7c8696;
  font-size: 12.5px;
  line-height: 1.35;
}

.opinie__turnstile {
  min-height: 65px;
}

.opinie__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.infobox {
  background: var(--cat-tint, #f8f1e3);
  border: 1px solid #efe6d4;
  border-radius: 16px;
  padding: 18px 20px;
  margin-top: 20px;
}

.infobox__title {
  font-family: "Baloo 2", system-ui, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #243443;
  font-size: 16px;
  margin-bottom: 8px;
}

.infobox ul {
  margin: 0;
  padding-left: 18px;
  color: #4f5b6b;
  font-size: 14px;
  line-height: 1.6;
}

.infobox li {
  margin: 3px 0;
}

.static-page .panel h2 {
  margin-top: 0;
}

.static-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
  margin-bottom: 22px;
}

.static-main {
  min-width: 0;
}

.static-aside {
  position: sticky;
  top: 128px;
}

.static-aside .btn-outline + .btn-outline {
  margin-top: 10px;
}

.static-cta {
  margin-top: 14px;
}

.static-inline-cta {
  display: inline-flex;
  width: auto;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 14px;
}

.static-panel {
  margin-top: 22px;
}

.static-panel--narrow {
  max-width: 820px;
}

.prose--wide {
  max-width: 850px;
}

.legal-doc .panel {
  max-width: 900px;
}

.legal-doc h2 {
  font-size: 20px;
  margin: 28px 0 10px;
}

.legal-doc h2:first-child {
  margin-top: 0;
}

.legal-doc p, .legal-doc li {
  color: #4f5b6b;
  font-size: 15px;
  line-height: 1.75;
}

.legal-doc p {
  margin: 0 0 12px;
}

.legal-doc ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.legal-doc li {
  margin: 6px 0;
}

.doc-meta {
  color: #7c8696;
  font-size: 13.5px;
  margin: 0 0 14px;
}

.static-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.info-card {
  background: #ffffff;
  border: 1px solid #efe6d4;
  border-top: 4px solid var(--cat);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 2px 6px rgba(36, 52, 67, 0.07);
}
.info-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cat);
  background: var(--cat-tint);
  margin-bottom: 14px;
}
.info-card h2 {
  font-size: 18px;
  margin: 0 0 8px;
}
.info-card p {
  color: #4f5b6b;
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0;
}

.contact-hero {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  background: #f8f1e3;
  border: 1px solid #e7dcc6;
  border-radius: 16px;
  margin-bottom: 18px;
}
.contact-hero__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #226691;
  color: #fff;
  flex: none;
}
.contact-hero__label {
  display: block;
  color: #7c8696;
  font-size: 13px;
  margin-bottom: 3px;
}
.contact-hero__mail {
  display: inline-block;
  font-family: "Baloo 2", system-ui, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #226691;
  word-break: break-word;
}
.contact-hero__mail:hover {
  text-decoration: none;
  color: #2f6f8c;
}

.static-note {
  color: #4f5b6b;
  font-size: 14.5px;
  line-height: 1.65;
  margin: 14px 0 0;
}

.check-list, .plain-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list {
  display: grid;
  gap: 10px;
  color: #4f5b6b;
  font-size: 15px;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.55;
}
.check-list svg {
  color: #3f7d52;
  flex: none;
  margin-top: 4px;
}

.plain-list {
  color: #4f5b6b;
  font-size: 14.5px;
  line-height: 1.7;
}
.plain-list li {
  padding: 8px 0;
  border-bottom: 1px solid #f3ecdd;
}
.plain-list li:last-child {
  border-bottom: 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.step-card {
  background: #f8f1e3;
  border: 1px solid #e7dcc6;
  border-radius: 16px;
  padding: 20px;
}
.step-card__num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ef8a3c;
  color: #fff;
  font-weight: 800;
  margin-bottom: 12px;
}
.step-card h3 {
  font-size: 17px;
  margin: 0 0 6px;
}
.step-card p {
  margin: 0;
  color: #4f5b6b;
  font-size: 14.5px;
  line-height: 1.6;
}

.faq {
  margin-top: 40px;
}

.faq--static {
  margin-top: 0;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 820px;
}

.faq__item {
  background: #ffffff;
  border: 1px solid #efe6d4;
  border-radius: 16px;
  padding: 4px 18px;
}

.faq__q {
  font-weight: 600;
  color: #243443;
  cursor: pointer;
  padding: 14px 0;
  list-style: none;
  position: relative;
  padding-right: 28px;
}

.faq__q::-webkit-details-marker {
  display: none;
}

.faq__q::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 12px;
  font-size: 20px;
  color: #2f6f8c;
  font-weight: 400;
}

.faq__item[open] .faq__q::after {
  content: "–";
}

.faq__a {
  color: #4f5b6b;
  font-size: 14.5px;
  line-height: 1.65;
  padding: 0 0 16px;
}

.empty {
  background: #ffffff;
  border: 1px solid #efe6d4;
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  color: #7c8696;
}

.error-page {
  text-align: center;
  padding: 60px 0;
}

.error-page h1 {
  font-size: 40px;
}

.error-page p {
  color: #7c8696;
  margin-top: 10px;
}

@media (max-width: 1000px) {
  .cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .city-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .materials {
    grid-template-columns: repeat(2, 1fr);
  }
  .listing {
    grid-template-columns: 1fr;
  }
  .filters {
    order: 2;
  }
  .detail__grid {
    grid-template-columns: 1fr;
  }
  .static-layout {
    grid-template-columns: 1fr;
  }
  .static-aside {
    position: static;
  }
  .static-grid {
    grid-template-columns: 1fr;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .trust__inner {
    gap: 18px;
  }
}
@media (max-width: 760px) {
  .hero__title {
    font-size: 33px;
  }
  .hero__inner {
    padding: 40px 18px 40px;
  }
  .section__title {
    font-size: 23px;
  }
  .page-title, .detail__title {
    font-size: 26px;
  }
  .detail__titleline {
    align-items: flex-start;
    gap: 12px;
  }
  .detail__avatar {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 22px;
  }
  .detail__aliases {
    padding-left: 0;
  }
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .city-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .needs {
    grid-template-columns: 1fr;
  }
  .newsletter__title {
    font-size: 25px;
  }
  .newsletter__form {
    flex-direction: column;
  }
  .facts {
    grid-template-columns: 1fr;
  }
  .similar__grid, .featured__grid {
    grid-template-columns: 1fr !important;
  }
  .searchbox {
    flex-wrap: wrap;
  }
  .searchbox__field {
    flex: 1 1 100%;
    padding: 8px 12px;
  }
  .searchbox__btn {
    flex: 1 1 100%;
    justify-content: center;
  }
  .contact-hero {
    align-items: flex-start;
  }
  .contact-hero__mail {
    font-size: 20px;
  }
  .fac {
    flex-wrap: wrap;
  }
  .fac__cta {
    width: 100%;
  }
  .opinie__head, .opinie__form-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .opinie__score {
    width: 100%;
  }
  .opinie__fields {
    grid-template-columns: 1fr;
  }
  .opinie__form .btn-cta {
    width: 100%;
  }
  .opinie__reply-form {
    grid-template-columns: 1fr;
  }
  .opinie__reply-actions .btn-cta {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .cat-grid, .city-grid, .materials {
    grid-template-columns: 1fr;
  }
  .opinie__card-head {
    flex-direction: column;
  }
  .opinie__form-card, .opinie__card {
    padding: 18px;
  }
}
.featured__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.similar__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}