@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
@import url(https://db.onlinewebfonts.com/c/9645b9f58651aa6b35d5e34795cc30b6?family=Croogla4F);
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@600;700&family=Montserrat:wght@500;600;700;800&display=swap");
:root {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #111;
  background: #fff;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: inherit;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: inherit;
  background: inherit;
  color: inherit;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-ms-clear,
input::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.12);
  color: inherit;
}

::selection {
  background: rgba(0, 0, 0, 0.12);
  color: inherit;
}

.main__btn {
  padding: 12px 20px;
  background-color: #fb8004;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.header__preheader {
  background-color: #9babc7;
  padding: 12px 0;
}
.header__preheader-content {
  display: flex;
  justify-content: space-between;
}
.header__preheader-address {
  display: flex;
  justify-content: space-between;
  width: 45%;
}
.header__preheader-address-item {
  display: flex;
  align-items: center;
}
.header__preheader-address-item a,
.header__preheader-address-item span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.header__preheader-address-item a span {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.header__preheader-address-social-item a {
  color: #fff;
}
.header__preheader-address-item-img {
  margin-right: 5px;
}
.header__preheader-address-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30%;
}
.header__preheader-address-social-links {
  display: flex;
  gap: 12px;
}
.header__preheader-address-social-item {
  display: flex;
}
.header__preheader-address-social-item-img {
  margin-right: 5px;
}
.header__navbar {
  padding: 12px 0;
}
.header__navbar-brand h3 {
  margin: 0px;
  color: #fb8004;
  font-size: 31px;
  font-weight: 900;
}
.header__navbar-brand h3 span {
  color: #257fc6;
  font-weight: 500;
}
.header__navbar-brand p {
  margin: 0px;
  font-size: 15px;
  font-weight: 700;
}
.header__navbar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__navbar-search form {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(32, 32, 32, 0.2392156863);
  padding: 15px 10px;
  min-width: 315px;
  border-radius: 30px;
}
.header__navbar-search form input {
  border: 0px none;
  outline: 0px none;
  width: 100%;
}
.header__navbar-tel {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__navbar-tel-wrapper {
  display: flex;
  flex-direction: column;
}
.header__navbar-tel-wrapper a {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}
.header__navbar-tel-wrapper a span {
  color: #fb8004;
}
.header__navbar-tel-modal .main__btn {
  white-space: nowrap;
}
.header__menu {
  background-color: #528a25;
  padding: 12px;
}
.header__menu ul {
  display: flex;
  justify-content: space-between;
  padding: 0px;
}
.header__menu ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
.header__menu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  opacity: 1;
}
.header__menu ul li a:hover {
  opacity: 0.5;
}
.header__menu ul li.has-submenu {
  position: relative;
  cursor: pointer;
}
.header__menu ul li.has-submenu > img {
  margin-left: 6px;
  transition: transform 0.2s ease;
}
.header__menu ul li.has-submenu:hover > img {
  transform: rotate(180deg);
}
.header__menu ul li.has-submenu::after {
  content: '';
  position: absolute;
  top: 100%;
  left: -10px;
  right: -10px;
  height: 20px;
}
.header__submenu {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 280px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(20, 56, 92, 0.16);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  z-index: 200;
}
.header__submenu::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 3px;
}
.header__menu ul li.has-submenu:hover .header__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.header__submenu a {
  display: block !important;
  color: #14385c !important;
  padding: 12px 22px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
  opacity: 1 !important;
}
.header__submenu a:hover {
  background: #fff5e9;
  color: #fb8004 !important;
  opacity: 1 !important;
}
@media (max-width: 1024px) {
  .header__menu { display: none; }
}

/* ===== Shared page header (breadcrumb + title) — used on every inner page ===== */
.cp-main {
  padding: 36px 0 100px;
}
.cp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.cp-breadcrumb a,
.cp-breadcrumb span {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #888;
  text-decoration: none;
}
.cp-breadcrumb a:hover { color: #202020; }
.cp-breadcrumb__current {
  color: #202020 !important;
  font-weight: 500;
}
.cp-title {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #072561;
  margin: 0 0 32px 0;
}

/* ===== Empty state placeholder ===== */
.cp-empty {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
  padding: 40px;
  text-align: center;
}
.cp-empty h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #14385c;
  margin: 0 0 12px;
}
.cp-empty p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #6b7785;
  margin: 0;
  line-height: 1.6;
}
.cp-empty a {
  color: #fb8004;
  text-decoration: underline;
}

/* ===== Shared layout / sidebar (used by page.tpl, works, reviews, etc.) ===== */
.rp-layout {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.rp-sidebar {
  flex: 0 0 304px;
  min-width: 304px;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.rp-sidebar__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #202020;
  line-height: 1.4;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
}
.rp-sidebar__item:last-child { border-bottom: none; }
.rp-sidebar__item svg { width: 18px; height: 18px; flex-shrink: 0; color: #aaa; }
.rp-sidebar__item:hover { background-color: #f5f5f5; }
.rp-sidebar__item--active { background-color: #fb8004; color: #fff; }
.rp-sidebar__item--active svg { color: #fff; }
.rp-sidebar__item--active:hover { background-color: #e07203; }
.rp-content { flex: 1; min-width: 0; }
@media (max-width: 768px) {
  .rp-layout { flex-direction: column; }
  .rp-sidebar { flex: none; width: 100%; min-width: unset; }
}

.footer {
  background-color: #3b4e61;
  padding: 48px 0 0;
}
.footer__title {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 36px 0;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 48px;
}
.footer__label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 16px 0;
}
.footer__phones {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}
.footer__phones a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
}
.footer__hours {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.footer__email {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
}
.footer__social {
  display: flex;
  gap: 12px;
}
.footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
.footer__social-link:hover {
  opacity: 1;
}
.footer__social-link img {
  width: 38px;
  height: 38px;
  display: block;
}
.footer__address {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}
.footer__divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}
.footer__copy {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  padding-bottom: 24px;
}

.catalog {
  padding: 48px 0 60px;
}
.catalog__title {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #072561;
  margin: 0 0 32px 0;
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.catalog__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 14px;
  padding: 16px;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
.catalog__card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.catalog__card-img {
  height: 200px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.catalog__card-img--1 {
  background: url("../img/catalog_img/1.jpg") center/cover no-repeat;
}
.catalog__card-img--2 {
  background: url("../img/catalog_img/2.jpg") center/cover no-repeat;
}
.catalog__card-img--3 {
  background: url("../img/catalog_img/3.jpg") center/cover no-repeat;
}
.catalog__card-img--4 {
  background: url("../img/catalog_img/4.jpg") center/cover no-repeat;
}
.catalog__card-text {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #202020;
  line-height: 1.55;
  margin: 0 0 20px 0;
  flex: 1;
}
.catalog__card-btn {
  align-self: flex-start;
  padding: 12px 40px;
}

.info {
  padding: 48px 0 60px;
}
.info__title {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #072561;
  margin: 0 0 32px 0;
}
.info__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.info__card {
  display: block;
  cursor: pointer;
}
.info__card:hover .info__card-img {
  opacity: 0.85;
}
.info__card-img {
  height: 240px;
  width: 100%;
  border-radius: 14px;
  transition: opacity 0.2s ease;
}
.info__card-img--1 {
  background: url("../img/uslugi/1.jpg") center/cover no-repeat;
}
.info__card-img--2 {
  background: url("../img/uslugi/2.jpg") center/cover no-repeat;
}
.info__card-img--3 {
  background: url("../img/uslugi/3.jpg") center/cover no-repeat;
}
.info__card-text {
  margin: 14px 0 0;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #202020;
  line-height: 1.5;
}

.reviews {
  padding: 48px 0 60px;
}
.reviews__title {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #072561;
  margin: 0 0 32px 0;
}
.reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.reviews__card {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 14px;
  transition: box-shadow 0.2s ease;
}
.reviews__card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.reviews__card-doc {
  border: 1px solid #e0e0e0;
  border-radius: 10px 10px 0 0;
  height: 240px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.reviews__card-doc--1 {
  background-image: url("../img/review_1.jpg");
}
.reviews__card-doc--2 {
  background-image: url("../img/review_2.jpg");
}
.reviews__card-doc--3 {
  background-image: url("../img/review_3.jpg");
}
.reviews__card-caption {
  background-color: #fff;
  padding: 14px 4px 4px;
}
.reviews__card-caption p {
  margin: 0;
  color: #202020;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.about {
  padding: 48px 0;
}
.about__inner {
  display: flex;
  align-items: stretch;
  gap: 48px;
}
.about__img {
  flex: 0 0 45%;
  min-height: 420px;
  background: url("../img/about_company.jpg") center/cover no-repeat;
  border-radius: 16px;
  overflow: hidden;
}
.about__content {
  flex: 1;
  background-color: #fff;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about__title {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #072561;
  margin: 0 0 28px 0;
}
.about p {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #202020;
  line-height: 1.7;
  margin: 0 0 20px 0;
}
.about p:last-child {
  margin-bottom: 0;
}
.about__btn {
  margin-top: 36px;
  align-self: flex-start;
  padding: 14px 52px;
}

.services {
  padding: 48px 0 60px;
}
.services__title {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #072561;
  margin: 0 0 32px 0;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.services__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 14px;
  padding: 16px;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
.services__card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.services__card-img {
  height: 200px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}
.services__card-img--1 {
  background: url("../img/uslugi/1.jpg") center/cover no-repeat;
}
.services__card-img--2 {
  background: url("../img/uslugi/2.jpg") center/cover no-repeat;
}
.services__card-img--3 {
  background: url("../img/uslugi/3.jpg") center/cover no-repeat;
}
.services__card-img--4 {
  background: url("../img/uslugi/4.jpg") center/cover no-repeat;
}
.services__card-text {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #202020;
  line-height: 1.55;
  margin: 0 0 20px 0;
  flex: 1;
}
.services__card-btn {
  align-self: flex-start;
  padding: 12px 40px;
}

.hero {
  min-height: 500px;
  background: linear-gradient(to right, rgba(26, 26, 26, 0.5) 0%, rgba(30, 30, 30, 0.35) 60%, rgba(42, 42, 42, 0.15) 100%), url("../img/new_slider.png") center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero__content {
  padding: 70px 0 40px;
  width: 100%;
}
.hero__slide {
  display: none;
}
.hero__slide.is-active {
  display: block;
  animation: heroFade 0.6s ease;
}
@keyframes heroFade {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero__text h2 {
  color: #fff;
  font-size: 48px;
  font-family: "Montserrat", "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 36px 0;
}
.hero__text .main__btn {
  padding: 16px 44px;
  font-size: 16px;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-weight: 600;
}
.hero__dots {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.hero__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: block;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  background: transparent;
  padding: 0;
}
.hero__dot:hover {
  border-color: rgba(255, 255, 255, 0.85);
}
.hero__dot--active {
  background-color: #fb8004;
  border-color: #fb8004;
}

/* ===== MODAL CALLBACK ===== */
@keyframes modalOverlayIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes modalOverlayOut {
  from { opacity: 1; }
  to   { opacity: 0; }
}

@keyframes modalOut {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }
}

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.modal-overlay.is-open {
  display: flex;
  animation: modalOverlayIn 0.25s ease forwards;
}

.modal-overlay.is-open .modal {
  animation: modalIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.modal-overlay.is-closing {
  display: flex;
  animation: modalOverlayOut 0.2s ease forwards;
}

.modal-overlay.is-closing .modal {
  animation: modalOut 0.2s ease forwards;
}

.modal {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  max-width: 480px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: #f5f5f5;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.modal__close:hover {
  background: #e0e0e0;
}

.modal__close svg {
  width: 18px;
  height: 18px;
  color: #444;
}

.modal__title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #072561;
  margin: 0 0 8px 0;
}

.modal__subtitle {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #888;
  margin: 0 0 28px 0;
  line-height: 1.5;
}

.modal__field {
  margin-bottom: 14px;
}

.modal__input {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #202020;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.modal__input::placeholder {
  color: #999;
  font-weight: 400;
}

.modal__input:focus {
  border-color: #fb8004;
}

.modal__submit {
  width: 100%;
  padding: 16px;
  background: #fb8004;
  color: #fff;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 8px;
}

.modal__submit:hover {
  background: #e07203;
}

.modal__policy {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 12px;
  color: #aaa;
  text-align: center;
  margin: 12px 0 0 0;
  line-height: 1.5;
}

.modal__policy a {
  color: #aaa;
  text-decoration: underline;
}

/* ===== CONTACTS PAGE ===== */
.contacts-main {
  padding: 36px 0 60px;
}

.contacts-title {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #072561;
  margin: 0 0 32px 0;
}

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

.contacts-card {
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 28px 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contacts-card__icon {
  width: 48px;
  height: 48px;
  background: #FFF3E0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contacts-card__icon svg {
  width: 24px;
  height: 24px;
  color: #fb8004;
}

.contacts-card__label {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #072561;
  margin: 0;
}

.contacts-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contacts-card__body a,
.contacts-card__body p {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #202020;
  margin: 0;
  text-decoration: none;
  line-height: 1.5;
}

.contacts-card__body a:hover {
  color: #fb8004;
}

.contacts-card__sub {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 13px;
  color: #888;
  margin: 0;
}

.contacts-map {
  width: 100%;
  height: 400px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 48px;
  background: #e8edf3;
  border: 1px solid #e0e0e0;
}

.contacts-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.contacts-social {
  margin-bottom: 48px;
}

.contacts-social__title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #072561;
  margin: 0 0 20px 0;
}

.contacts-social__links {
  display: flex;
  gap: 16px;
}

.contacts-social__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #202020;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

.contacts-social__link:hover {
  border-color: #fb8004;
  color: #fb8004;
}

.contacts-social__link img {
  width: 24px;
  height: 24px;
}

/* ===== PRICES PAGE ===== */
.prices-main {
  padding: 36px 0 60px;
}

.prices-title {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #072561;
  margin: 0 0 12px 0;
}

.prices-subtitle {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #888;
  margin: 0 0 40px 0;
  line-height: 1.6;
}

.prices-section {
  margin-bottom: 48px;
}

.prices-section__title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #072561;
  margin: 0 0 20px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #fb8004;
  display: inline-block;
}

.prices-table {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  overflow: hidden;
}

.prices-table__head {
  display: grid;
  grid-template-columns: 1fr 120px 160px;
  background: #3b4e61;
  padding: 14px 20px;
  gap: 16px;
}

.prices-table__head span {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.prices-table__row {
  display: grid;
  grid-template-columns: 1fr 120px 160px;
  padding: 14px 20px;
  border-top: 1px solid #e0e0e0;
  background: #F1F5F9;
  gap: 16px;
  align-items: center;
  transition: background 0.15s;
}

.prices-table__row:hover {
  background: #e8edf3;
}

.prices-table__name {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #202020;
}

.prices-table__unit {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #888;
  text-align: center;
}

.prices-table__price {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fb8004;
  text-align: right;
}

.prices-note {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 13px;
  color: #888;
  margin: 12px 0 0 0;
  line-height: 1.6;
}

.prices-cta {
  background: #F1F5F9;
  border-radius: 14px;
  padding: 40px;
  text-align: center;
}

.prices-cta__title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #072561;
  margin: 0 0 12px 0;
}

.prices-cta__text {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 15px;
  color: #555;
  margin: 0 0 28px 0;
  line-height: 1.6;
}

.prices-cta__btn {
  display: inline-block;
  padding: 16px 48px;
  background: #fb8004;
  color: #fff;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.prices-cta__btn:hover {
  background: #e07203;
}

/*# sourceMappingURL=main.css.map */