@charset "UTF-8";
:root {
  --font-family: "UAF Memory", "Open Sans", sans-serif;
  --content-width: 1570px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --light: #fff;
  --green:#7CB518;
  --orange:#FB6107;
  --text:#463830;
  --primary-color: #4361ee;
  --secondary-color: #3a56d4;
  --dark-indicator: #2d3748;
  --secondary-color: #3a56d4;
  --dark-indicator: #2d3748;
  --card-bg: #f8fdf7;
  --border-radius: 16px;
  --shadow: 0 6px 20px rgba(63, 146, 66, 0.15);
  --transition: all 0.3s ease;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Coda";
  src: url("../fonts/Coda-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "UAF Memory";
  src: url("../fonts/UAFMemory-CompactMedium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "UAF Memory";
  src: url("../fonts/UAFMemory-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

@media (max-width: 768px) {
  .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
  }
  .social__icon {
    width: 40px;
    height: 40px;
  }
}
.guarantees-title {
  font-family: UAF Memory;
  font-weight: 700;
  font-style: Bold;
  font-size: 70px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
}

.guarantees-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(var(--green)), to(var(--orange)));
  background: linear-gradient(90deg, var(--green), var(--orange));
  border-radius: 2px;
}

@media (max-width: 768px) {
  .guarantees-title {
    font-size: 22px;
  }
}
.header {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
.header__container {
  position: relative;
  padding: 0;
}
.header__logo {
  width: 120px;
  height: 120px;
  top: -10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .header__logo {
    position: absolute;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    left: 0px !important; /* Лого слева на мобильной */
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
  }
}
.header__top {
  width: 100%;
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#010101), to(rgba(1, 17, 43, 0.1)));
  background: linear-gradient(180deg, #010101 0%, rgba(1, 17, 43, 0.1) 100%);
  background-blend-mode: multiply;
  position: relative;
}
@media (max-width: 991px) {
  .header__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 576px) {
  .header__top {
    padding: 0 40px 0 15px;
    height: 70px;
  }
}
.header__phones-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .header__phones-wrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 768px) {
  .header__phones-wrapper {
    gap: 3px;
  }
}
.header__phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 992px) {
  .header__phone-wrapper--international {
    display: none;
  }
}
.header__phone {
  margin: 0;
  font-family: Commissioner;
  font-weight: 400;
  color: var(--light);
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
}
.header__phone:hover {
  color: var(--orange);
}
@media (max-width: 1200px) {
  .header__phone {
    font-size: 18px;
  }
}
.header__btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 301px;
  height: 55px;
  border-radius: 20px;
  font-family: Commissioner;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 20px;
  line-height: 90%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--light);
  border: 3px solid var(--green);
}
@media (max-width: 1200px) {
  .header__btn {
    width: 250px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .header__btn {
    display: none;
  }
}

.menu {
  position: relative;
}
.menu__icon {
  display: none;
}
@media (max-width: 992px) {
  .menu__icon {
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
    width: 30px;
    height: 22px;
    z-index: 1000;
    cursor: pointer;
  }
  .menu__icon span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu__icon span:first-child {
    top: 0;
  }
  .menu__icon span:last-child {
    top: auto;
    bottom: 0;
  }
  .menu__icon.active span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
  }
  .menu__icon.active span:nth-child(2) {
    opacity: 0;
  }
  .menu__icon.active span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 10px;
  }
}
@media (max-width: 576px) {
  .menu__icon {
    top: 25px;
    right: 15px;
    width: 25px;
    height: 18px;
  }
}
.menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 999;
    overflow-y: auto;
  }
}
.menu__body.active {
  left: 0;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 1200px) {
  .menu__list {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 30px 30px;
    gap: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#C9DD6A), to(#7CB518));
    background: linear-gradient(90deg, #C9DD6A 0%, #7CB518 100%);
    background-blend-mode: multiply;
  }
}
@media (max-width: 992px) {
  .menu__item {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .menu__item:last-child {
    margin-bottom: 0;
  }
}
.menu__link {
  font-family: Commissioner;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 2%;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--light);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
}
.menu__link:hover {
  color: var(--orange);
}
@media (max-width: 1200px) {
  .menu__link {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .menu__link {
    display: block;
    font-size: 24px;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    color: var(-text);
  }
}
@media (max-width: 576px) {
  .menu__link {
    font-size: 20px;
    padding: 12px 0;
  }
}

/* Добавляем затемнение фона при открытом меню */
body.menu-open {
  overflow: hidden;
}

@media (max-width: 992px) {
  .menu__body.active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
  }
  /* Центрирование логотипа и телефона в мобильной версии */
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__logo {
    position: absolute;
    left: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header__phones-wrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }
}
/* Анимация появления пунктов меню */
@media (max-width: 992px) {
  .menu__item {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .menu__body.active .menu__item {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  /* Задержка для каждого пункта меню */
  .menu__body.active .menu__item:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .menu__body.active .menu__item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .menu__body.active .menu__item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .menu__body.active .menu__item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .menu__body.active .menu__item:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .menu__body.active .menu__item:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
}
/* Для десктопной версии - центрирование логотипа */
@media (min-width: 992px) {
  .header__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 100px;
  }
  .header__phones-wrapper {
    margin-right: auto;
  }
  .header__btn {
    margin-left: auto;
  }
}
/* Дополнительные стили для двух номеров */
@media (min-width: 993px) {
  .header__phones-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__phone-wrapper {
    line-height: 1.2;
  }
}
.graph-modal__container {
  max-width: 640px;
  padding: 30px;
}
@media (max-width: 992px) {
  .graph-modal__container {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .graph-modal__container {
    padding: 20px 10px;
  }
}

.promo-form-container {
  position: relative;
  background: white;
  padding: 30px;
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
  position: relative;
  overflow: visible; /* Важно: разрешаем отображение контента */
}

.form-header {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.discount-badge {
  background: linear-gradient(135deg, #ff6b6b 0%, var(--orange) 100%);
  color: white;
  padding: 10px 15px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 15px;
}

.form-header h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #7CB518;
  font-weight: 600;
}

.form-header p {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

.form-group {
  margin-bottom: 15px;
}

.form-group input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-group input:focus {
  border-color: #7CB518;
  outline: none;
}

.form-group input::-webkit-input-placeholder {
  color: #999;
}

.form-group input::-moz-placeholder {
  color: #999;
}

.form-group input:-ms-input-placeholder {
  color: #999;
}

.form-group input::-ms-input-placeholder {
  color: #999;
}

.form-group input::placeholder {
  color: #999;
}

.submit-btn {
  width: 100%;
  padding: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#C9DD6A), to(#7CB518));
  background: linear-gradient(90deg, #C9DD6A 0%, #7CB518 100%);
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.submit-btn:hover {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 10px rgba(139, 69, 19, 0.2);
  box-shadow: 0 4px 10px rgba(139, 69, 19, 0.2);
}

.submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.success-message {
  text-align: center;
  padding: 20px 0;
}

.success-icon {
  width: 50px;
  height: 50px;
  background: #4CAF50;
  color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 15px;
}

.success-message h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #2e7d32;
}

.success-message p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

/* Адаптация */
@media (max-width: 576px) {
  .promo-form-container {
    padding: 20px;
    margin: 10px;
    width: calc(100% - 20px);
  }
  .form-header h3 {
    font-size: 18px;
  }
  .form-header p {
    font-size: 13px;
  }
  .discount-badge {
    padding: 8px 12px;
    font-size: 14px;
  }
  .form-group input {
    padding: 10px 12px;
    font-size: 13px;
  }
  .submit-btn {
    padding: 12px;
    font-size: 14px;
  }
}
.hero {
  width: 100%;
  position: relative;
}

.hero__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.hero__container {
  min-height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

/* Баннер акции */
.hero__promo-banner {
  margin: 0 auto;
  background: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(255, 107, 107, 0.4);
  box-shadow: 0 10px 30px rgba(255, 107, 107, 0.4);
  z-index: 10;
  -webkit-animation: pulse 2s infinite !important;
  animation: pulse 2s infinite !important;
}

.promo-text {
  font-family: "Commissioner", sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.promo-time {
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: white;
  opacity: 0.9;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.05);
    transform: translateX(-50%) scale(1.05);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.05);
    transform: translateX(-50%) scale(1.05);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}
.hero__title {
  margin: 0 auto;
  max-width: 1070px;
  font-family: UAF Memory;
  font-weight: 500;
  font-style: Medium;
  font-size: 60px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--light-color);
  padding-top: 200px;
  margin-bottom: 20px;
}

.hero-countdown {
  color: white;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.countdown-content {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.countdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.countdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 100px;
}

.countdown-value {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 120%;
  background: rgba(255, 255, 255, 0.15);
  padding: 1.5rem;
  border-radius: 15px;
  margin-bottom: 0.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.countdown-value:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.25);
}

.countdown-label {
  font-size: 1rem;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

.countdown-separator {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0.5rem;
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.countdown-button {
  background: var(--orange);
  color: white;
  border: none;
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 90%;
  letter-spacing: 2%;
  text-transform: uppercase;
  width: 420px;
  height: 60px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 10px 30px rgba(255, 107, 107, 0.4);
  box-shadow: 0 10px 30px rgba(255, 107, 107, 0.4);
}

/* Анимация появления */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.countdown-content > * {
  -webkit-animation: fadeInUp 0.8s ease-out;
  animation: fadeInUp 0.8s ease-out;
}

.countdown-item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.countdown-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.countdown-item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.countdown-button {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.contact-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  background-color: var(--orange);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-button:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.contact-button i {
  color: var(--light);
  font-size: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: var(--orange);
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.contact-options {
  position: absolute;
  bottom: 80px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contact-options.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.contact-option {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.8);
  -ms-transform: translateY(20px) scale(0.8);
  transform: translateY(20px) scale(0.8);
}

.contact-options.active .contact-option {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

.contact-option.phone {
  background-color: var(--green);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.contact-option.whatsapp {
  background-color: #25D366;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.contact-option.telegram {
  background-color: #0088CC;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.contact-option:hover {
  -webkit-transform: translateY(-5px) scale(1.05);
  -ms-transform: translateY(-5px) scale(1.05);
  transform: translateY(-5px) scale(1.05);
}

.contact-option i {
  color: var(--light);
  font-size: 24px;
}

.tooltip {
  position: absolute;
  right: 70px;
  background-color: var(--text);
  color: var(--light);
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.contact-option:hover .tooltip {
  opacity: 1;
  visibility: visible;
  right: 75px;
}

/* Анимация для кнопок при появлении */
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.contact-options.active .contact-option:nth-child(1) {
  -webkit-transition: opacity 0.4s ease 0.05s, -webkit-transform 0.4s ease 0.05s;
  transition: opacity 0.4s ease 0.05s, -webkit-transform 0.4s ease 0.05s;
  transition: opacity 0.4s ease 0.05s, transform 0.4s ease 0.05s;
  transition: opacity 0.4s ease 0.05s, transform 0.4s ease 0.05s, -webkit-transform 0.4s ease 0.05s;
}

.contact-options.active .contact-option:nth-child(2) {
  -webkit-transition: opacity 0.4s ease 0.1s, -webkit-transform 0.4s ease 0.1s;
  transition: opacity 0.4s ease 0.1s, -webkit-transform 0.4s ease 0.1s;
  transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
  transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s, -webkit-transform 0.4s ease 0.1s;
}

.contact-options.active .contact-option:nth-child(3) {
  -webkit-transition: opacity 0.4s ease 0.15s, -webkit-transform 0.4s ease 0.15s;
  transition: opacity 0.4s ease 0.15s, -webkit-transform 0.4s ease 0.15s;
  transition: opacity 0.4s ease 0.15s, transform 0.4s ease 0.15s;
  transition: opacity 0.4s ease 0.15s, transform 0.4s ease 0.15s, -webkit-transform 0.4s ease 0.15s;
}

/* Адаптивность для hero */
@media (max-width: 1200px) {
  .hero__title {
    font-size: 50px;
    padding-top: 150px;
    max-width: 800px;
  }
  .hero__promo-banner {
    padding: 12px 25px;
  }
  .promo-text {
    font-size: 16px;
  }
  .promo-time {
    font-size: 12px;
  }
}
@media (max-width: 968px) {
  .hero__container {
    min-height: 750px; /* Увеличил высоту */
  }
  .hero__title {
    font-size: 42px;
    padding-top: 120px;
    max-width: 600px;
  }
  .countdown-value {
    font-size: 48px;
    padding: 1.2rem;
  }
  .countdown-button {
    width: 350px;
    height: 55px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .hero__container {
    min-height: 700px; /* Увеличил высоту для мобильной версии */
    padding: 15px;
  }
  .hero__promo-banner {
    top: 20px;
    padding: 10px 20px;
  }
  .promo-text {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .promo-time {
    font-size: 11px;
  }
  .hero__title {
    font-size: 36px;
    padding-top: 100px;
    margin-bottom: 30px;
    max-width: 500px;
  }
  .hero-countdown {
    padding: 30px 15px;
  }
  .countdown-container {
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .countdown-item {
    min-width: 80px;
  }
  .countdown-value {
    font-size: 36px;
    padding: 1rem;
  }
  .countdown-separator {
    font-size: 2.2rem;
    margin: 0 0.3rem;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .countdown-label {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
  .countdown-button {
    width: 300px;
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  .hero__container {
    min-height: 650px; /* Увеличил высоту */
  }
  .hero__promo-banner {
    top: 15px;
    padding: 8px 16px;
    border-radius: 30px;
  }
  .promo-text {
    font-size: 12px;
  }
  .promo-time {
    font-size: 10px;
  }
  .hero__title {
    font-size: 28px;
    padding-top: 80px;
    margin-bottom: 20px;
    max-width: 350px;
  }
  .countdown-container {
    gap: 0.8rem;
  }
  .countdown-item {
    min-width: 70px;
  }
  .countdown-value {
    font-size: 28px;
    padding: 0.8rem;
  }
  .countdown-separator {
    font-size: 1.8rem;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .countdown-button {
    width: 250px;
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .hero__container {
    min-height: 600px; /* Увеличил высоту */
  }
  .hero__promo-banner {
    top: 10px;
    padding: 6px 12px;
  }
  .promo-text {
    font-size: 11px;
  }
  .promo-time {
    font-size: 9px;
  }
  .hero__title {
    font-size: 24px;
    padding-top: 70px;
    max-width: 350px;
  }
  .countdown-container {
    gap: 0.5rem;
  }
  .countdown-item {
    min-width: 60px;
  }
  .countdown-value {
    font-size: 24px;
    padding: 0.6rem;
  }
  .countdown-separator {
    font-size: 1.5rem;
    margin: 0 0.2rem;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .countdown-label {
    font-size: 0.8rem;
  }
  .countdown-button {
    width: 220px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .hero__container {
    min-height: 550px; /* Увеличил высоту */
  }
  .hero__promo-banner {
    top: 8px;
    padding: 5px 10px;
  }
  .promo-text {
    font-size: 10px;
  }
  .promo-time {
    font-size: 8px;
  }
  .hero__title {
    font-size: 20px;
    padding-top: 60px;
    max-width: 200px;
  }
  .countdown-value {
    font-size: 20px;
    padding: 0.5rem;
  }
  .countdown-button {
    width: 200px;
    font-size: 12px;
  }
}
.solutions {
  padding: 80px 0;
}

.solutions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.solutions__title {
  font-family: UAF Memory;
  font-weight: 700;
  font-style: Bold;
  font-size: 55px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.solutions__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(var(--green)), to(var(--orange)));
  background: linear-gradient(90deg, var(--green), var(--orange));
  border-radius: 3px;
}

.solutions__subtitle {
  font-family: Commissioner;
  text-align: center;
  color: #463830;
  font-size: 22px;
  margin-bottom: 60px;
  opacity: 0.8;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.solutions__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.solution-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px;
  -webkit-box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid rgba(124, 181, 24, 0.1);
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.solution-card:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  border-color: rgba(124, 181, 24, 0.4);
}

.solution-card__header {
  margin-bottom: 25px;
}

.solution-card__icon {
  margin-bottom: 20px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.solution-card__title {
  margin: 0;
  font-family: Commissioner;
  font-size: 24px;
  color: #463830;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

.solution-card__problem {
  margin: 0;
  font-family: Commissioner;
  color: #6c757d;
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 18px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.solution-card__divider {
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #7CB518), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #7CB518 50%, transparent 100%);
  margin: 20px 0;
}

.solution-card__solution {
  font-family: Commissioner;
  color: #463830;
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 0;
}

.solution-card__solution span {
  color: #FB6107;
  font-weight: 700;
}

.solutions__cta {
  text-align: center;
  background: linear-gradient(135deg, rgba(251, 97, 7, 0.1) 0%, rgba(124, 181, 24, 0.1) 100%);
  padding: 40px;
  border-radius: 25px;
  border: 2px dashed #7CB518;
  position: relative;
  overflow: hidden;
}

.solutions__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#7CB518), to(#FB6107));
  background: linear-gradient(90deg, #7CB518, #FB6107);
}

.solutions__cta-icon {
  font-size: 48px;
  margin-bottom: 20px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.solutions__cta-text {
  font-family: Commissioner;
  color: #463830;
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 1.5;
}

.solutions__button {
  font-family: Commissioner;
  background: linear-gradient(135deg, #FB6107 0%, #e05706 100%);
  color: white;
  border: none;
  padding: 18px 35px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -webkit-box-shadow: 0 8px 25px rgba(251, 97, 7, 0.35);
  box-shadow: 0 8px 25px rgba(251, 97, 7, 0.35);
}

.solutions__button:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 30px rgba(251, 97, 7, 0.45);
  box-shadow: 0 12px 30px rgba(251, 97, 7, 0.45);
}

.solutions__button svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.solutions__button:hover svg {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .solutions {
    padding: 30px 0;
  }
  .solutions__container {
    padding: 0 20px;
  }
  .solutions__title {
    font-size: 42px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .solutions__title:after {
    width: 80px;
    height: 4px;
  }
  .solutions__subtitle {
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 100%;
  }
  .solutions__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 40px;
  }
  .solution-card {
    padding: 25px;
    border-radius: 16px;
  }
  .solution-card__icon {
    display: none;
  }
  .solution-card__title {
    font-size: 20px;
  }
  .solution-card__problem {
    font-size: 16px;
  }
  .solution-card__divider {
    margin: 15px 0;
  }
  .solution-card__solution {
    font-size: 16px;
  }
  .solutions__cta {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .solutions__cta-icon {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .solutions__cta-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .solutions__button {
    padding: 16px 28px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .solutions__title {
    font-size: 24px;
  }
  .solutions__subtitle {
    font-size: 16px;
  }
  .solution-card {
    padding: 20px;
  }
  .solution-card__title {
    font-size: 18px;
  }
  .solution-card__problem,
  .solution-card__solution {
    font-size: 15px;
  }
  .solutions__cta-text {
    font-size: 16px;
  }
  .solutions__button {
    padding: 14px 24px;
    font-size: 15px;
  }
}
.benefits__container {
  padding: 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 90px;
}
@media (max-width: 1200px) {
  .benefits__container {
    gap: 60px;
    padding: 40px 0px;
  }
}
@media (max-width: 992px) {
  .benefits__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .benefits__container {
    gap: 30px;
    padding: 25px 15px;
  }
}

.benefits__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .benefits__left {
    text-align: center;
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .benefits__left {
    gap: 20px;
  }
}

.benefits__title {
  margin: 0;
  max-width: 394px;
  font-family: UAF Memory;
  font-weight: 700;
  font-style: Bold;
  font-size: 55px;
  color: var(--text);
  line-height: 110%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .benefits__title {
    font-size: 55px;
    max-width: 350px;
  }
}
@media (max-width: 992px) {
  .benefits__title {
    font-size: 48px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .benefits__title {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .benefits__title {
    font-size: 36px;
    line-height: 120%;
  }
}
@media (max-width: 480px) {
  .benefits__title {
    font-size: 32px;
  }
}

.benefits__img {
  width: 267px;
  height: 266px;
}
@media (max-width: 1200px) {
  .benefits__img {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 992px) {
  .benefits__img {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 576px) {
  .benefits__img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .benefits__img {
    width: 160px;
    height: 160px;
  }
}

.benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 992px) {
  .benefits__list {
    max-width: 100%;
  }
}

.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--orange);
  padding-bottom: 10px;
}
.benefits__item:not(:last-child) {
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  .benefits__item {
    gap: 15px;
    padding-bottom: 8px;
  }
  .benefits__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .benefits__item {
    gap: 12px;
    padding-bottom: 6px;
  }
  .benefits__item:not(:last-child) {
    margin-bottom: 12px;
  }
}

.benefits__icon {
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.6;
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .benefits__icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 576px) {
  .benefits__icon {
    width: 30px;
    height: 30px;
  }
}

.benefits__descr {
  margin: 0;
  font-family: Commissioner;
  font-weight: 400;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -2%;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .benefits__descr {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .benefits__descr {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .benefits__descr {
    font-size: 18px;
    line-height: 120%;
  }
}
@media (max-width: 576px) {
  .benefits__descr {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .benefits__descr {
    font-size: 14px;
    letter-spacing: -1%;
  }
}

/* Дополнительные адаптивные стили для очень маленьких экранов */
@media (max-width: 380px) {
  .benefits__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .benefits__descr {
    font-size: 13px;
  }
  .benefits__icon {
    width: 25px;
    height: 25px;
  }
}
.guarantees-section {
  max-width: 1200px;
  margin: 60px auto;
}

.guarantees-title {
  font-family: "UAF Memory", sans-serif;
  font-weight: 800;
  font-size: 42px;
  text-align: center;
  color: var(--text);
  margin-bottom: 20px;
  line-height: 1.2;
}

.guarantees-subtitle {
  font-family: Commissioner, sans-serif;
  text-align: center;
  font-size: 18px;
  color: var(--text);
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.8;
  line-height: 1.6;
}

.guarantees-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.guarantee-card {
  font-family: Commissioner, sans-serif;
  background: var(--light-color);
  border-radius: 16px;
  padding: 30px 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 8px 25px rgba(67, 56, 48, 0.08);
  box-shadow: 0 8px 25px rgba(67, 56, 48, 0.08);
  border: 2px solid var(--light-green);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 420px;
  height: 100%;
}

.guarantee-card:nth-child(2),
.guarantee-card:nth-child(4) {
  border-color: var(--light-orange);
}

.guarantee-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(var(--green)), to(var(--orange)));
  background: linear-gradient(90deg, var(--green), var(--orange));
}

.guarantee-card:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 15px 35px rgba(67, 56, 48, 0.15);
  box-shadow: 0 15px 35px rgba(67, 56, 48, 0.15);
}

.guarantee-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--light-green) 0%, rgba(124, 181, 24, 0.1) 100%);
  border-radius: 50%;
  color: var(--green);
  font-size: 28px;
  border: 3px solid rgba(124, 181, 24, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.guarantee-card:hover .guarantee-icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.guarantee-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 15px;
  line-height: 1.3;
}

.guarantee-description {
  font-family: Commissioner, sans-serif;
  font-size: 16px;
  color: var(--text);
  line-height: 1.5;
  opacity: 0.9;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.guarantee-highlight {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(var(--green)), to(var(--orange)));
  background: linear-gradient(90deg, var(--green), var(--orange));
  color: var(--light-color);
  font-weight: 700;
  padding: 10px 10px;
  border-radius: 25px;
  margin-top: auto;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  -webkit-box-shadow: 0 4px 15px rgba(124, 181, 24, 0.3);
  box-shadow: 0 4px 15px rgba(124, 181, 24, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.guarantee-card:hover .guarantee-highlight {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(124, 181, 24, 0.4);
  box-shadow: 0 6px 20px rgba(124, 181, 24, 0.4);
}

.documentation-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 50px;
  padding: 25px 30px;
  background: linear-gradient(135deg, var(--green) 0%, var(--orange) 100%);
  border-radius: 15px;
  border: none;
  min-height: 90px;
  -webkit-box-shadow: 0 10px 30px rgba(67, 56, 48, 0.2);
  box-shadow: 0 10px 30px rgba(67, 56, 48, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.documentation-note::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-transition: left 0.7s ease;
  transition: left 0.7s ease;
}

.documentation-note:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 15px 40px rgba(67, 56, 48, 0.3);
  box-shadow: 0 15px 40px rgba(67, 56, 48, 0.3);
}

.documentation-note:hover::before {
  left: 100%;
}

.documentation-note:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.documentation-note p {
  font-family: Commissioner, sans-serif;
  font-size: 20px;
  color: var(--light-color);
  font-weight: 700;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Адаптивность */
@media (max-width: 1200px) {
  .guarantees-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .guarantee-card {
    min-height: 400px;
    padding: 25px 20px;
  }
}
@media (max-width: 900px) {
  .guarantees-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .guarantees-section {
    padding: 30px 15px;
    margin: 40px auto;
    border-radius: 15px;
  }
  .guarantees-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .guarantees-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .guarantees-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .guarantee-card {
    min-height: auto;
    padding: 25px 20px;
  }
  .guarantee-icon {
    display: none;
  }
  .guarantee-title {
    font-size: 18px;
  }
  .guarantee-description {
    font-size: 15px;
  }
  .guarantee-highlight {
    padding: 8px 16px;
    font-size: 13px;
    min-height: 30px;
  }
  .documentation-note {
    min-height: 80px;
    padding: 20px;
    margin-top: 40px;
    border-radius: 12px;
  }
  .documentation-note p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .guarantees-title {
    font-size: 28px;
  }
  .guarantees-subtitle {
    font-size: 14px;
  }
  .documentation-note {
    min-height: 70px;
    padding: 18px;
  }
  .documentation-note p {
    font-size: 16px;
  }
  .guarantee-card {
    padding: 20px 15px;
  }
}
/* Анимации */
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.guarantee-card {
  -webkit-animation: fadeInUp 0.6s ease forwards;
  animation: fadeInUp 0.6s ease forwards;
}

.guarantee-card:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.guarantee-card:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.guarantee-card:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.guarantee-card:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.guarantee-card:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.documentation-note {
  -webkit-animation: fadeInUp 0.8s ease 0.6s forwards;
  animation: fadeInUp 0.8s ease 0.6s forwards;
  opacity: 0;
}

.bath-form-section {
  padding: 30px 0px;
}

.bath-form-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1174px;
  height: auto;
  padding: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#C9DD6A), to(#7CB518));
  background: linear-gradient(90deg, #C9DD6A 0%, #7CB518 100%);
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.bath-form-content-container {
  padding: 20px 30px;
  height: 100%;
}

/* Стили для ошибок валидации */
.bath-form-error {
  color: #ff6b6b;
  font-size: 12px;
  margin-top: 2px;
  display: none;
  font-family: Commissioner;
}

.bath-input-error {
  border: 2px solid #ff6b6b !important;
  -webkit-box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3) !important;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3) !important;
}

/* Остальные стили */
.bath-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  gap: 60px;
}

.bath-form-text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bath-form-title {
  margin: 0;
  max-width: 481px;
  font-family: UAF Memory;
  font-weight: 800;
  font-style: bold;
  font-size: 80px;
  color: var(--light-color);
  line-height: 60%;
  letter-spacing: 0%;
}

.bath-form-title span {
  display: block;
  font-size: 40px;
  margin-top: 5px;
}

.bath-form-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.bath-contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  height: 100%;
}

.bath-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 3px;
}

.bath-form-row input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px 20px;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  background: #FFFDF6;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 50px;
  color: #463830;
  font-family: Commissioner;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 121%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.bath-form-row input:focus {
  outline: none;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.bath-form-row input::-webkit-input-placeholder {
  color: #463830;
  padding-left: 210px;
  font-family: Commissioner;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 121%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.bath-form-row input::-moz-placeholder {
  color: #463830;
  padding-left: 210px;
  font-family: Commissioner;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 121%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.bath-form-row input:-ms-input-placeholder {
  color: #463830;
  padding-left: 210px;
  font-family: Commissioner;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 121%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.bath-form-row input::-ms-input-placeholder {
  color: #463830;
  padding-left: 210px;
  font-family: Commissioner;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 121%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.bath-form-row input::placeholder {
  color: #463830;
  padding-left: 210px;
  font-family: Commissioner;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 121%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.bath-form-button {
  padding: 12px 30px;
  background: var(--light-color);
  color: #463830;
  font-family: Commissioner;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 22px;
  line-height: 121%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 5px 20px rgba(255, 107, 107, 0.4);
  box-shadow: 0 5px 20px rgba(255, 107, 107, 0.4);
  text-transform: uppercase;
  height: 50px;
  margin-top: auto;
}

.bath-form-button:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 25px rgba(255, 107, 107, 0.6);
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.6);
}

.bath-form-button:disabled {
  background: linear-gradient(135deg, #ccc, #999);
  cursor: not-allowed;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Стили для модального окна успеха */
.success-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(5px);
}

.success-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.success-modal-content {
  background: linear-gradient(135deg, #7CB518 0%, #C9DD6A 100%);
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border: 3px solid var(--light-color);
}

.success-modal.show .success-modal-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.success-icon {
  width: 80px;
  height: 80px;
  background: var(--light-color);
  border-radius: 50%;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  color: #7CB518;
  font-weight: bold;
  -webkit-animation: successPulse 2s infinite;
  animation: successPulse 2s infinite;
}

@-webkit-keyframes successPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes successPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.success-modal-content h3 {
  font-family: Commissioner;
  font-weight: 800;
  font-size: 24px;
  color: var(--light-color);
  margin-bottom: 15px;
}

.success-modal-content p {
  font-family: Commissioner;
  font-weight: 400;
  font-size: 16px;
  color: var(--light-color);
  line-height: 1.5;
  margin-bottom: 25px;
}

.success-close-btn {
  padding: 12px 30px;
  background: var(--light-color);
  color: #463830;
  font-family: Commissioner;
  font-weight: 800;
  font-size: 16px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.success-close-btn:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* Адаптивность для модального окна */
@media (max-width: 768px) {
  .success-modal-content {
    padding: 30px 20px;
    margin: 20px;
  }
  .success-icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  .success-modal-content h3 {
    font-size: 20px;
  }
  .success-modal-content p {
    font-size: 14px;
  }
}
/* Адаптивность */
@media (max-width: 1200px) {
  .bath-form-container {
    height: auto;
    min-height: 179px;
  }
  .bath-form-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .bath-form-row {
    min-width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .bath-contact-form {
    gap: 8px;
  }
  .bath-form-row input::-webkit-input-placeholder {
    padding-left: 60px;
  }
  .bath-form-row input::-moz-placeholder {
    padding-left: 60px;
  }
  .bath-form-row input:-ms-input-placeholder {
    padding-left: 60px;
  }
  .bath-form-row input::-ms-input-placeholder {
    padding-left: 60px;
  }
  .bath-form-row input::placeholder {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .bath-form-content-container {
    padding: 15px 20px;
  }
  .bath-form-title {
    font-size: 50px;
  }
  .bath-form-title span {
    font-size: 30px;
  }
  .bath-form-row input {
    padding: 10px 15px;
    height: 44px;
    font-size: 14px;
  }
  .bath-form-row input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .bath-form-row input::-moz-placeholder {
    font-size: 12px;
  }
  .bath-form-row input:-ms-input-placeholder {
    font-size: 12px;
  }
  .bath-form-row input::-ms-input-placeholder {
    font-size: 12px;
  }
  .bath-form-row input::placeholder {
    font-size: 12px;
  }
  .bath-form-button {
    padding: 10px 20px;
    font-size: 14px;
    height: 44px;
  }
}
@media (max-width: 480px) {
  .bath-form-title {
    font-size: 40px;
  }
  .bath-form-title span {
    font-size: 24px;
  }
  .bath-form-content {
    gap: 15px;
  }
}
.cards-container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}

.cards-inner {
  margin: 0 auto;
  max-width: 1220px;
}

.cards__title {
  margin: 0;
  padding: 57px 0px 30px 0px;
  font-family: UAF Memory;
  font-weight: 700;
  font-style: Bold;
  font-size: 55px;
  line-height: 55px;
  letter-spacing: 0%;
  margin-bottom: 50px;
}

.card {
  width: 1220px;
  max-width: 100%;
  height: 625px;
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  border: 2px solid var(--green);
  margin-bottom: 20px;
}

.card__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.card__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid var(--green);
  padding: 35px 20px;
  overflow: hidden;
}

.card__img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.card__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  width: 80px;
  height: 80px;
}

.card__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 15px 20px;
  height: 100%;
  min-height: 0;
}

.card__scrollable {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 15px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
}

.card__title {
  margin: 0;
  font-family: UAF Memory;
  font-weight: 700;
  font-style: Bold;
  font-size: 55px;
  line-height: 55px;
  letter-spacing: 0%;
  color: var(--text);
  margin-bottom: 10px;
}

.card__description {
  margin: 0 0 15px 0;
  font-family: Commissioner;
  font-weight: 400;
  color: var(--text);
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0%;
  margin-bottom: 10px;
}

.card__features {
  margin-bottom: 15px;
}

.card__features-title {
  font-size: 16px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
}

.card__features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card__features-item {
  font-family: Commissioner;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 18px;
  color: var(--text);
  line-height: 1.2;
  letter-spacing: 0%;
  padding: 4px 0;
  padding-left: 20px;
  position: relative;
}

.card__footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
}

.card__price {
  position: absolute;
  right: 15px;
  bottom: 90px;
}

.card__price-text {
  margin: 0;
  font-family: Commissioner;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 32px;
  color: var(--text);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
}

.card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.card__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  font-family: Commissioner;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 24px;
  color: var(--light-color);
  line-height: 90%;
  letter-spacing: 0%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 120px;
  width: 280px;
  height: 60px;
  text-decoration: none;
}

.card__button--detail {
  background: -webkit-gradient(linear, left bottom, left top, from(#7CB518), to(#7CB518)), -webkit-gradient(linear, left top, right top, from(#C9DD6A), to(#7CB518));
  background: linear-gradient(0deg, #7CB518, #7CB518), linear-gradient(90deg, #C9DD6A 0%, #7CB518 100%);
  color: var(--light-color);
}

.card__button--detail:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.card__button--primary {
  background: var(--light-color);
  color: var(--green);
  border: 2px solid var(--green);
  -webkit-box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
  box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

.card__button--primary:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* Увеличиваем блок с фото на мобильной версии */
@media (max-width: 1280px) {
  .card {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .card__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 450px;
    border-right: none;
    border-bottom: 1px solid var(--green);
    padding: 30px 20px;
  }
  .card__img {
    max-width: 95%;
    max-height: 95%;
  }
  .card__content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 20px 15px 15px;
  }
  .card__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .card__button {
    width: 100%;
    font-size: 20px;
    padding: 12px 20px;
  }
  .card__price {
    position: static;
    text-align: left;
    margin-bottom: 15px;
  }
}
@media (max-width: 968px) {
  .card__image {
    height: 400px;
  }
  .card__title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .cards__title {
    font-size: 40px;
  }
  .card__image {
    height: 350px;
    padding: 25px 15px;
  }
  .card__content {
    padding: 15px 15px;
  }
  .card__title {
    font-size: 32px;
  }
  .card__description {
    font-size: 16px;
  }
  .card__price-text {
    font-size: 24px;
  }
  .card__button {
    padding: 10px 20px;
    font-size: 18px;
  }
  .card__badge {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 580px) {
  .card__image {
    height: 320px;
  }
  .card__title {
    font-size: 28px;
    line-height: 90%;
  }
  .card__description {
    font-size: 14px;
  }
  .card__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .card__image {
    height: 280px;
    padding: 20px 10px;
  }
  .card__content {
    padding: 15px;
  }
  .card__title {
    font-size: 24px;
  }
  .card__description {
    font-size: 13px;
  }
  .card__features-title {
    font-size: 14px;
  }
  .card__features-item {
    font-size: 13px;
  }
  .card__button {
    font-size: 16px;
    padding: 10px 15px;
  }
  .card__badge {
    width: 50px;
    height: 50px;
    top: 15px;
    left: 15px;
  }
}
@media (max-width: 380px) {
  .card__image {
    height: 300px;
  }
  .card__title {
    font-size: 24px;
  }
}
.promotion {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .promotion {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .promotion {
    padding: 30px 0;
  }
}

.promotion__container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}

.promotion__content {
  width: 100%;
  height: 400px;
  background-size: cover;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .promotion__content {
    padding: 0 40px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .promotion__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    height: 300px;
    padding: 0 30px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .promotion__content {
    height: 250px;
    padding: 0 20px;
    gap: 20px;
    background-position: left bottom !important;
  }
}

.promotion__text {
  position: relative;
  z-index: 2;
}

.promotion__title {
  font-family: UAF Memory;
  font-weight: 700;
  font-size: 72px;
  color: #fff;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1200px) {
  .promotion__title {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .promotion__title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .promotion__title {
    font-size: 42px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .promotion__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .promotion__title {
    font-size: 32px;
  }
}

.promotion__subtitle {
  font-family: Commissioner;
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .promotion__subtitle {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .promotion__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .promotion__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .promotion__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .promotion__subtitle {
    font-size: 16px;
  }
}

.promotion__date {
  font-weight: 700;
  color: #2C3E50;
  background: rgba(255, 255, 255, 0.9);
  padding: 2px 8px;
  border-radius: 6px;
  margin: 0 5px;
}

.promotion__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Commissioner;
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
  color: var(--light-color);
  background: var(--green);
  border: none;
  border-radius: 20px;
  width: 350px;
  height: 72px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.promotion__btn:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.promotion__btn:active {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
@media (max-width: 1200px) {
  .promotion__btn {
    font-size: 24px;
    padding: 18px 45px;
  }
}
@media (max-width: 992px) {
  .promotion__btn {
    font-size: 22px;
    padding: 16px 40px;
  }
}
@media (max-width: 768px) {
  .promotion__btn {
    width: 200px;
    height: 40px;
    font-size: 20px;
    padding: 14px 35px;
  }
}
@media (max-width: 576px) {
  .promotion__btn {
    font-size: 18px;
    padding: 12px 30px;
  }
}
@media (max-width: 480px) {
  .promotion__btn {
    font-size: 16px;
    padding: 10px 25px;
  }
}

/* Анимация пульсации для кнопки */
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.promotion__btn {
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.promotion__btn:hover {
  -webkit-animation: none;
  animation: none;
}

/* Адаптация для очень маленьких экранов */
@media (max-width: 380px) {
  .promotion__content {
    height: 220px;
    padding: 0 15px;
  }
  .promotion__title {
    font-size: 28px;
  }
  .promotion__subtitle {
    font-size: 14px;
  }
  .promotion__btn {
    font-size: 14px;
    padding: 8px 20px;
  }
}
.promotion__button-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.promotion__note {
  font-family: Commissioner;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-align: center;
  opacity: 0.9;
  max-width: 300px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .promotion__note {
    font-size: 12px;
    max-width: 250px;
  }
}
@media (max-width: 576px) {
  .promotion__note {
    font-size: 11px;
    max-width: 200px;
  }
}

/* Адаптируем существующие стили для нового расположения */
@media (max-width: 768px) {
  .promotion__content {
    gap: 20px;
  }
  .promotion__button-wrapper {
    gap: 8px;
  }
}
.steps {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .steps {
    padding: 100px 0;
  }
}
@media (max-width: 992px) {
  .steps {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .steps {
    padding: 60px 0;
  }
}

.steps__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  min-height: 800px;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 992px) {
  .steps__container {
    padding: 0 30px;
    background-position: left top;
  }
}
@media (max-width: 768px) {
  .steps__container {
    padding: 0 20px;
  }
}

.steps__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 0.8fr;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media (max-width: 1200px) {
  .steps__content {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .steps__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .steps__content {
    gap: 40px;
  }
}

.steps__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 70px;
}
@media (max-width: 992px) {
  .steps__info {
    gap: 50px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .steps__info {
    gap: 40px;
  }
}

.steps__title {
  font-family: "UAF Memory", sans-serif;
  font-weight: 800;
  font-size: 64px;
  color: var(--text);
  margin: 0;
  line-height: 1.1;
  position: relative;
}
.steps__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(var(--green)), to(var(--orange)));
  background: linear-gradient(90deg, var(--green), var(--orange));
  border-radius: 2px;
}
@media (max-width: 1200px) {
  .steps__title {
    font-size: 56px;
  }
}
@media (max-width: 992px) {
  .steps__title {
    font-size: 48px;
  }
  .steps__title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .steps__title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .steps__title {
    font-size: 36px;
  }
}

.steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
  position: relative;
}

.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 15px 10px;
  -webkit-box-shadow: 0 8px 32px rgba(70, 56, 48, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 32px rgba(70, 56, 48, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.steps__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(251, 97, 7, 0.1)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(251, 97, 7, 0.1), transparent);
  -webkit-transition: left 0.7s ease;
  transition: left 0.7s ease;
}
.steps__item:hover {
  -webkit-transform: translateY(-5px) scale(1.02);
  -ms-transform: translateY(-5px) scale(1.02);
  transform: translateY(-5px) scale(1.02);
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 15px 45px rgba(251, 97, 7, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  box-shadow: 0 15px 45px rgba(251, 97, 7, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  border-color: var(--orange);
}
.steps__item:hover::before {
  left: 100%;
}
.steps__item:hover .steps__icon {
  -webkit-transform: scale(1.1) rotate(5deg);
  -ms-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
  -webkit-filter: drop-shadow(0 8px 20px rgba(251, 97, 7, 0.3));
  filter: drop-shadow(0 8px 20px rgba(251, 97, 7, 0.3));
}
@media (max-width: 1200px) {
  .steps__item {
    gap: 22px;
  }
}
@media (max-width: 576px) {
  .steps__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}

.steps__icon {
  width: 90px;
  height: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(0 6px 15px rgba(251, 97, 7, 0.2));
  filter: drop-shadow(0 6px 15px rgba(251, 97, 7, 0.2));
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 18px;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .steps__icon {
    width: 80px;
    height: 80px;
    padding: 16px;
  }
}
@media (max-width: 576px) {
  .steps__icon {
    width: 70px;
    height: 70px;
    padding: 14px;
  }
}

.steps__text {
  font-family: "Commissioner", sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: var(--text);
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .steps__text {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .steps__text {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .steps__text {
    font-size: 20px;
  }
}

.calculator-container {
  background: var(--form-bg);
  border: 1px solid rgba(180, 150, 50, 0.3);
  border-radius: 20px;
  padding: 30px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  max-width: 500px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.calculator-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), color-stop(var(--orange)), to(var(--primary-color)));
  background: linear-gradient(90deg, var(--primary-color), var(--orange), var(--primary-color));
}

.calculator-header {
  text-align: center;
  margin-bottom: 20px;
}

.form__title {
  font-weight: 700;
  font-size: 26px;
  color: var(--text);
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.form__subtitle {
  color: var(--text);
  opacity: 0.8;
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
}

.form__group {
  margin-bottom: 18px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-animation: fadeIn 0.5s ease forwards;
  animation: fadeIn 0.5s ease forwards;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.form__label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--text);
}

.form__input, .form__select {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid rgba(180, 150, 50, 0.2);
  border-radius: 10px;
  font-size: 15px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form__input::-webkit-input-placeholder {
  color: rgba(70, 56, 48, 0.5);
}

.form__input::-moz-placeholder {
  color: rgba(70, 56, 48, 0.5);
}

.form__input:-ms-input-placeholder {
  color: rgba(70, 56, 48, 0.5);
}

.form__input::-ms-input-placeholder {
  color: rgba(70, 56, 48, 0.5);
}

.form__input::placeholder {
  color: rgba(70, 56, 48, 0.5);
}

.form__input:focus, .form__select:focus {
  outline: none;
  border-color: var(--primary-color);
  background: var(--light);
  -webkit-box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.2);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.2);
}

.form__input:hover, .form__select:hover {
  border-color: rgba(180, 150, 50, 0.4);
}

.range-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.range-value {
  min-width: 45px;
  text-align: center;
  font-weight: 600;
  color: var(--text);
  background: rgba(180, 150, 50, 0.1);
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 14px;
}

input[type=range] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e0e0e0;
  border-radius: 10px;
  outline: none;
  position: relative;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--light-color);
  border: 2px solid var(--green);
  cursor: pointer;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

input[type=range]::-webkit-slider-runnable-track {
  height: 12px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(var(--green)), to(var(--orange)));
  background: linear-gradient(to right, var(--green), var(--orange));
}

input[type=range]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--light-color);
  border: 2px solid var(--green);
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

input[type=range]::-moz-range-track {
  height: 12px;
  border-radius: 10px;
  background: linear-gradient(to right, var(--green), var(--orange));
  border: none;
}

.form__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease 0.3s forwards;
  animation: fadeIn 0.5s ease 0.3s forwards;
  position: relative;
}

.form__checkbox {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--green);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}

.form__label-checkbox {
  font-size: 13px;
  color: var(--text);
  opacity: 0.8;
  line-height: 1.4;
  cursor: pointer;
}

.form__price {
  text-align: center;
  margin: 20px 0;
  padding: 18px;
  background: linear-gradient(135deg, rgba(124, 181, 24, 0.1) 0%, rgba(251, 97, 7, 0.08) 100%);
  border-radius: 10px;
  border: 1px solid rgba(180, 150, 50, 0.2);
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease 0.4s forwards;
  animation: fadeIn 0.5s ease 0.4s forwards;
}

.price__from {
  display: block;
  font-size: 13px;
  color: var(--orange);
  font-weight: 500;
  margin-bottom: 5px;
}

.price__value {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
  line-height: 1;
  margin-bottom: 5px;
}

.price__note {
  display: block;
  font-size: 12px;
  color: var(--text);
  opacity: 0.7;
}

.discount-badge {
  background: var(--green);
  color: var(--light-color);
  padding: 6px 12px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  margin-top: 8px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.form__btn {
  width: 100%;
  padding: 16px;
  background: var(--orange);
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--light-color);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 20px rgba(124, 181, 24, 0.3);
  box-shadow: 0 6px 20px rgba(124, 181, 24, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease 0.5s forwards;
  animation: fadeIn 0.5s ease 0.5s forwards;
}

.form__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-transition: left 0.7s ease;
  transition: left 0.7s ease;
}

.form__btn:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 25px rgba(124, 181, 24, 0.4);
  box-shadow: 0 10px 25px rgba(124, 181, 24, 0.4);
}

.form__btn:hover::before {
  left: 100%;
}

.form__btn:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.whatsapp-note {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  color: var(--text);
  opacity: 0.7;
}

.error-message {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.form__agree.error .error-message {
  display: block;
}

.form__agree.error {
  -webkit-animation: shake 0.5s ease;
  animation: shake 0.5s ease;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  75% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  75% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@media (max-width: 576px) {
  .calculator-container {
    padding: 25px 20px;
    border-radius: 18px;
  }
  .form__title {
    font-size: 22px;
  }
  .price__value {
    font-size: 24px;
  }
  .calculator-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  .form__input, .form__select {
    padding: 12px 16px;
  }
}
.reviews {
  background: var(--green);
  padding: 50px 0px;
  overflow: hidden;
}

.reviews__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.reviews__title {
  margin: 0;
  font-family: UAF Memory;
  font-weight: 500;
  font-size: 80px;
  color: var(--light-color);
  line-height: 120%;
  letter-spacing: -2%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}

.reviews__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(var(--green)), to(var(--orange)));
  background: linear-gradient(90deg, var(--green), var(--orange));
  border-radius: 2px;
}

.reviews__slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.reviews__slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 300%;
}

.reviews__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(251, 97, 7, 0.15);
  border-radius: 20px;
  padding: 30px;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  min-height: 350px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
}

.reviews__video {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100; /* Повышаем z-index */
  border: 2px solid var(--orange);
}

.video-play-btn::before {
  content: "▶";
  font-size: 20px;
  color: var(--orange);
  font-weight: bold;
}

.video-play-btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--orange);
}

.video-play-btn:hover::before {
  color: white;
}

/* Улучшаем кнопку для мобильных устройств */
@media (max-width: 768px) {
  .video-play-btn {
    width: 70px;
    height: 70px;
    background: rgba(251, 97, 7, 0.95);
    border: 3px solid white;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  }
  .video-play-btn::before {
    color: white;
    font-size: 24px;
  }
  /* Скрываем нативные контролы на мобильных */
  video::-webkit-media-controls {
    display: none !important;
  }
  video::-webkit-media-controls-panel {
    display: none !important;
  }
  video::-webkit-media-controls-play-button {
    display: none !important;
  }
  /* Для Firefox */
  video::-moz-media-controls {
    display: none !important;
  }
}
/* Дополнительные стили для кнопки на очень маленьких экранах */
@media (max-width: 480px) {
  .video-play-btn {
    width: 60px;
    height: 60px;
    border-width: 2px;
  }
  .video-play-btn::before {
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .video-play-btn {
    width: 55px;
    height: 55px;
  }
  .video-play-btn::before {
    font-size: 18px;
  }
}
/* Скрываем нативные контролы для всех устройств */
video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}

video::-webkit-media-controls-panel {
  display: none !important;
}

video::-webkit-media-controls-play-button {
  display: none !important;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

/* Для Firefox */
video::-moz-media-controls {
  display: none !important;
}

/* Для других браузеров */
video::media-controls {
  display: none !important;
}

.reviews__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px 0;
  min-width: 0;
  overflow: hidden;
}

.reviews__header {
  margin-bottom: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.reviews__info {
  margin-bottom: 12px;
}

.reviews__name {
  font-weight: 700;
  font-size: 20px;
  color: var(--text);
  margin: 0 0 6px 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.reviews__date {
  font-size: 14px;
  color: var(--text);
  opacity: 0.7;
  margin: 0;
}

.reviews__text {
  margin: 0;
  font-family: Commissioner;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 20px;
  overflow-y: auto;
  max-height: 120px;
  font-size: 15px;
  line-height: 1.5;
}

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

.reviews__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.rating-value {
  font-weight: 700;
  font-size: 18px;
  color: var(--text);
}

.rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}

.star {
  font-size: 20px;
  color: #ddd;
}

.star.filled {
  color: var(--orange);
}

.star.half {
  position: relative;
  color: #ddd;
}

.star.half::before {
  content: "★";
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: var(--orange);
}

/* Кнопки навигации */
.reviews__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: var(--light-color);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews__nav:hover {
  background: var(--orange);
  -webkit-transform: translateY(-50%) scale(1.15);
  -ms-transform: translateY(-50%) scale(1.15);
  transform: translateY(-50%) scale(1.15);
}

.reviews__nav svg {
  stroke: white;
  width: 24px;
  height: 24px;
}

.reviews__nav--prev {
  left: 5px;
}

.reviews__nav--next {
  right: 5px;
}

/* Индикаторы слайдов */
.reviews__indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.reviews__indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.reviews__indicator.active {
  background: #2C3E50;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.reviews__indicator:hover {
  background: var(--orange);
}

/* Адаптивность */
@media (max-width: 1200px) {
  .reviews__container {
    padding: 0 15px;
  }
  .reviews__slide {
    gap: 30px;
    padding: 35px;
  }
  .reviews__video {
    width: 320px;
  }
  .reviews__nav--prev {
    left: 5px;
  }
  .reviews__nav--next {
    right: 5px;
  }
}
@media (max-width: 992px) {
  .reviews__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 25px;
    padding: 30px;
    min-height: auto;
    max-width: 600px;
    margin: 0 auto;
  }
  .reviews__video {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }
  .video-wrapper {
    height: 220px;
    margin: 0 auto;
  }
  .reviews__rating {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reviews__nav {
    width: 50px;
    height: 50px;
  }
  .reviews__nav svg {
    width: 24px;
    height: 24px;
  }
  .reviews__nav--prev {
    left: 5px;
  }
  .reviews__nav--next {
    right: 5px;
  }
}
@media (max-width: 768px) {
  .reviews {
    padding: 40px 0;
  }
  .reviews__title {
    font-size: 42px;
    margin-bottom: 40px;
  }
  .reviews__slide {
    padding: 25px;
    gap: 20px;
    max-width: 500px;
  }
  .video-wrapper {
    height: 200px;
    max-width: 350px;
  }
  .reviews__name {
    font-size: 22px;
  }
  .reviews__text {
    max-height: 120px;
  }
  .reviews__text p {
    font-size: 16px;
    line-height: 1.6;
  }
  .reviews__nav {
    width: 45px;
    height: 45px;
    top: 40%;
  }
  .reviews__nav svg {
    width: 22px;
    height: 22px;
  }
  .reviews__nav--prev {
    left: 8px;
  }
  .reviews__nav--next {
    right: 8px;
  }
}
@media (max-width: 576px) {
  .reviews__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .reviews__slide {
    padding: 20px 15px;
    gap: 15px;
    max-width: 400px;
    border-radius: 15px;
  }
  .reviews__video {
    max-width: 100%;
  }
  .video-wrapper {
    height: 180px;
    max-width: 300px;
  }
  .video-play-btn::before {
    font-size: 20px;
  }
  .reviews__name {
    font-size: 20px;
  }
  .reviews__text {
    max-height: 100px;
  }
  .reviews__text p {
    font-size: 15px;
    line-height: 1.5;
  }
  .reviews__nav {
    width: 40px;
    height: 40px;
    top: 35%;
  }
  .reviews__nav svg {
    width: 18px;
    height: 18px;
  }
  .reviews__nav--prev {
    left: 5px;
  }
  .reviews__nav--next {
    right: 5px;
  }
  .rating-value {
    font-size: 18px;
  }
  .star {
    font-size: 20px;
  }
  .reviews__indicators {
    margin-top: 30px;
    gap: 12px;
  }
  .reviews__indicator {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 480px) {
  .reviews__container {
    padding: 0 10px;
  }
  .reviews__title {
    font-size: 28px;
  }
  .reviews__slide {
    padding: 18px 12px;
    gap: 12px;
    max-width: 350px;
  }
  .video-wrapper {
    height: 160px;
    max-width: 280px;
  }
  .reviews__name {
    font-size: 18px;
  }
  .reviews__text {
    max-height: 90px;
  }
  .reviews__text p {
    font-size: 14px;
  }
  .reviews__nav {
    width: 35px;
    height: 35px;
    top: 30%;
  }
  .reviews__nav svg {
    width: 16px;
    height: 16px;
  }
  .reviews__nav--prev {
    left: 3px;
  }
  .reviews__nav--next {
    right: 3px;
  }
}
@media (max-width: 380px) {
  .reviews__title {
    font-size: 24px;
  }
  .reviews__slide {
    padding: 15px 10px;
    max-width: 320px;
    border-radius: 12px;
  }
  .video-wrapper {
    height: 140px;
    max-width: 250px;
  }
  .reviews__text {
    max-height: 80px;
  }
  .reviews__text p {
    font-size: 13px;
  }
  .rating-value {
    font-size: 16px;
  }
  .star {
    font-size: 18px;
  }
}
@media (max-width: 340px) {
  .reviews__slide {
    max-width: 300px;
    padding: 12px 8px;
  }
  .video-wrapper {
    height: 130px;
    max-width: 230px;
  }
  .video-play-btn::before {
    font-size: 16px;
  }
}
.projects-section {
  padding: 30px 0;
}

.projects-section-container {
  max-width: 1200px;
}

.section-header {
  text-align: center;
  margin-bottom: 30px;
}

.projects-title {
  font-size: 1.7rem;
  color: var(--green-dark);
  margin-bottom: 12px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  font-family: var(--font-family);
}

.projects-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: var(--green);
  border-radius: 2px;
}

.projects-subtitle {
  color: #689F38;
  font-size: 0.95rem;
  margin-top: 15px;
  font-family: var(--font-family);
}

.projects-grid {
  margin: 0 auto;
  max-width: 1000px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 45px;
}

.project-card {
  background: var(--light-color);
  border-radius: var(--border-radius);
  overflow: hidden;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-family);
}

.project-card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 30px rgba(76, 175, 80, 0.25);
  box-shadow: 0 12px 30px rgba(76, 175, 80, 0.25);
}

.project-image {
  position: relative;
  height: 280px; /* Увеличил высоту фото */
  overflow: hidden;
}

.project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.project-card:hover .project-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.project-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--green);
  color: var(--light-color);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 2;
  font-family: var(--font-family);
}

.project-content {
  padding: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-family);
}

.project-name {
  font-size: 1.2rem;
  color: var(--text);
  margin-bottom: 12px;
  font-weight: 700;
  font-family: var(--font-family);
}

.project-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 15px;
  font-family: var(--font-family);
}

.project-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-family);
}

.detail-label {
  font-size: 0.8rem;
  color: #689F38;
  margin-bottom: 4px;
  font-family: var(--font-family);
}

.detail-value {
  font-size: 0.9rem;
  color: var(--text);
  font-weight: 600;
  font-family: var(--font-family);
}

.project-description {
  color: #689F38;
  line-height: 1.5;
  font-size: 0.9rem;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: var(--font-family);
}

.project-price {
  font-size: 1.3rem;
  color: var(--green-dark);
  font-weight: 700;
  text-align: center;
  padding: 12px;
  background: rgba(76, 175, 80, 0.1);
  border-radius: 10px;
  margin-top: auto;
  font-family: var(--font-family);
}

/* Стили для блока сравнения */
/* Адаптивность */
@media (max-width: 992px) {
  .projects-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .projects-section {
    padding: 25px 0;
  }
  .projects-title {
    font-size: 1.5rem;
  }
  .projects-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 35px;
  }
  .project-image {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .project-details {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .project-image {
    height: 220px;
  }
}
.comparison-section {
  background: var(--light-color);
  border-radius: var(--border-radius);
  padding: 35px;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  font-family: var(--font-family);
  max-width: 1200px;
  margin: 0 auto;
}

.comparison-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(var(--orange)), to(var(--green)));
  background: linear-gradient(90deg, var(--orange), var(--green));
}

.comparison-title {
  font-size: 2.2rem;
  text-align: center;
  color: var(--text);
  margin-bottom: 15px;
  font-weight: 800;
  font-family: var(--font-family);
  line-height: 1.2;
}

.comparison-subtitle {
  text-align: center;
  color: var(--green);
  margin-bottom: 35px;
  font-size: 1.2rem;
  font-family: var(--font-family);
  font-weight: 500;
}

.comparison-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 35px;
}

.comparison-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 300px;
  border: 2px solid #e9ecef;
  border-radius: 16px;
  overflow: hidden;
}

.comparison-option {
  padding: 25px 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font-family);
  gap: 15px;
}

.option-image {
  width: 210px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.comparison-column:first-child .option-image {
  border: 3px solid var(--light-green);
}

.comparison-column:last-child .option-image {
  border: 3px solid var(--light-orange);
}

.option-name {
  font-size: 1.3rem;
  color: var(--text);
  font-weight: 700;
  font-family: var(--font-family);
}

.comparison-items {
  padding: 0;
}

.comparison-item {
  font-family: Commissioner;
  padding: 20px;
  border-top: 2px solid #e9ecef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.comparison-criteria {
  font-weight: 600;
  color: var(--text);
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.value-text {
  font-weight: 600;
  color: var(--text);
  font-size: 1.1rem;
}

.value-badge {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.95rem;
  font-weight: 700;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.value-badge-good {
  background: rgba(76, 175, 80, 0.2);
  color: var(--green);
  border: 2px solid rgba(76, 175, 80, 0.3);
}

.value-badge-bad {
  background: rgba(251, 97, 7, 0.2);
  color: var(--orange);
  border: 2px solid rgba(251, 97, 7, 0.3);
}

.comparison-cta {
  text-align: center;
  background: linear-gradient(135deg, rgba(251, 97, 7, 0.1) 0%, rgba(124, 181, 24, 0.1) 100%);
  padding: 30px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  font-family: var(--font-family);
  border: 2px solid rgba(251, 97, 7, 0.2);
}

.comparison-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FB6107' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.4;
}

.comparison-savings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  font-family: var(--font-family);
}

.savings-icon {
  font-size: 2.2rem;
  background: linear-gradient(135deg, var(--orange) 0%, var(--green) 100%);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 6px 15px rgba(251, 97, 7, 0.4);
  box-shadow: 0 6px 15px rgba(251, 97, 7, 0.4);
  font-family: var(--font-family);
}

.savings-text {
  font-size: 1.3rem;
  color: var(--text);
  font-weight: 800;
  font-family: var(--font-family);
}

.comparison-button {
  background: linear-gradient(135deg, var(--orange) 0%, var(--green) 100%);
  color: var(--light-color);
  border: none;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -webkit-box-shadow: 0 8px 20px rgba(251, 97, 7, 0.3);
  box-shadow: 0 8px 20px rgba(251, 97, 7, 0.3);
  position: relative;
  z-index: 1;
  font-family: var(--font-family);
}

.comparison-button:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 25px rgba(251, 97, 7, 0.5);
  box-shadow: 0 12px 25px rgba(251, 97, 7, 0.5);
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
  .comparison-section {
    padding: 25px;
  }
  .comparison-title {
    font-size: 1.8rem;
  }
  .comparison-subtitle {
    font-size: 1.1rem;
  }
  .comparison-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comparison-column {
    min-width: 100%;
  }
  .savings-text {
    font-size: 1.1rem;
  }
  .comparison-button {
    padding: 14px 28px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .comparison-section {
    padding: 20px;
  }
  .comparison-title {
    font-size: 1.6rem;
  }
  .option-image {
    width: 160px;
    height: 120px;
  }
  .option-name {
    font-size: 1.1rem;
  }
  .comparison-item {
    padding: 15px;
  }
  .comparison-criteria {
    font-size: 1rem;
  }
  .value-text {
    font-size: 1rem;
  }
  .comparison-savings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .savings-text {
    font-size: 1rem;
  }
}
.faq__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq__inner {
  border-radius: 20px;
  padding: 50px;
  position: relative;
  overflow: hidden;
}

.faq__title {
  font-size: 2.5rem;
  text-align: center;
  color: var(--text);
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.faq__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(var(--orange)), to(var(--green)));
  background: linear-gradient(90deg, var(--orange), var(--green));
  border-radius: 2px;
}

/* Стили для аккордеона */
.accordion__list {
  font-family: Commissioner;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--light-color);
  border: 1px solid #e0e0e0;
}

.accordion:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: var(--light-green);
}

.accordion__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.accordion__title-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordion__title {
  color: #424242;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  text-align: left;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding-right: 20px;
}

.accordion__icon {
  position: relative;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.accordion__icon::before,
.accordion__icon::after {
  content: "";
  position: absolute;
  background-color: var(--orange);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.accordion__icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion__icon::after {
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.accordion__control {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 50px;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, padding 0.3s ease;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 25px;
  background-color: var(--light-bg);
}

.accordion__text {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.7;
  padding: 5px 0 25px;
  opacity: 0.9;
}

/* Состояние открытого аккордеона */
.accordion.open {
  border-color: var(--light-green);
  -webkit-box-shadow: 0 5px 15px rgba(76, 175, 80, 0.15);
  box-shadow: 0 5px 15px rgba(76, 175, 80, 0.15);
}

.accordion.open .accordion__box {
  background-color: rgba(76, 175, 80, 0.05);
}

.accordion.open .accordion__title {
  color: var(--green);
}

.accordion.open .accordion__icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion.open .accordion__icon::after {
  background-color: var(--green);
}

.accordion.open .accordion__icon::before {
  background-color: var(--green);
}

.accordion.open .accordion__content {
  max-height: 500px;
  border-top: 1px solid #e0e0e0;
}

/* Анимация при наведении */
.accordion:not(.open):hover .accordion__title {
  color: var(--orange);
}

.accordion:not(.open):hover .accordion__icon::before,
.accordion:not(.open):hover .accordion__icon::after {
  background-color: var(--orange);
}

/* Для мобильных устройств */
@media (max-width: 768px) {
  .faq {
    padding: 40px 0;
  }
  .faq__inner {
    padding: 30px 20px;
  }
  .faq__title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .accordion__box {
    padding: 16px 20px;
  }
  .accordion__title {
    font-size: 1.1rem;
  }
  .accordion__content {
    padding: 0 20px;
  }
  .accordion__text {
    font-size: 1rem;
    padding: 5px 0 20px;
  }
  .accordion__icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .faq__title {
    font-size: 1.7rem;
  }
  .accordion__title {
    font-size: 1rem;
    padding-right: 15px;
  }
  .accordion__box {
    padding: 14px 16px;
  }
  .accordion__text {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}
.contacts__container {
  position: relative;
  height: 900px;
}

.contacts__inner {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
  position: relative;
  height: 100%;
}

.contacts__map {
  width: 100%;
  height: 900px;
}

.contacts__info {
  position: absolute;
  bottom: 50px;
  left: 50px;
  border: 10px solid var(--light-color);
  width: 740px;
  height: 720px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  padding: 40px;
  background-size: cover;
  background-position: center;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.contacts__content {
  text-align: center;
  width: 100%;
}

.contacts__label {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.contacts__text {
  color: var(--light-color);
  font-weight: 500;
  font-style: Medium;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 0%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  margin: 0;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .contacts__container {
    height: auto;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__inner {
    height: 300px;
    -webkit-filter: opacity(100%);
    filter: opacity(100%);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .contacts__map {
    height: 300px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .contacts__info {
    position: relative;
    width: 90%;
    height: auto;
    min-height: 300px;
    left: auto;
    bottom: auto;
    margin: -50px auto 30px auto;
    padding: 25px 20px;
    gap: 25px;
    border-width: 6px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .contacts__text {
    font-size: 24px;
    line-height: 30px;
  }
  .contacts__label {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
/* Маленькие мобильные устройства */
@media (max-width: 480px) {
  .contacts__inner {
    height: 250px;
  }
  .contacts__map {
    height: 250px;
  }
  .contacts__info {
    width: 95%;
    min-height: 250px;
    margin: -30px auto 25px auto;
    padding: 20px 15px;
    gap: 20px;
    border-width: 4px;
  }
  .contacts__text {
    font-size: 20px;
    line-height: 26px;
  }
  .contacts__label {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .social__icon {
    width: 35px;
    height: 35px;
  }
}
/* Планшеты (сохраняем оригинальные стили) */
@media (min-width: 769px) and (max-width: 1200px) {
  .contacts__info {
    width: 600px;
    height: 600px;
    left: 40px;
    bottom: 40px;
    gap: 50px;
    padding: 35px;
  }
  .contacts__text {
    font-size: 42px;
    line-height: 48px;
  }
  .contacts__label {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
/* Обеспечиваем видимость текста на темном фоне */
.contacts__content {
  padding: 20px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .contacts__content {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .contacts__content {
    padding: 12px;
  }
}
.footer {
  background: rgba(70, 56, 48, 0.6);
  color: var(--light-color);
  padding: 30px 0 15px;
  margin-top: auto;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 30px;
}

.footer__logo {
  width: 140px;
  height: 140px;
}

/* Навигация - В ДВА РЯДА */
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__nav-column {
  min-width: 150px;
}

.footer__nav-title {
  font-family: "Commissioner", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--light-color);
  position: relative;
  padding-bottom: 5px;
}

.footer__nav-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background: var(--orange);
}

.footer__nav-item {
  margin-bottom: 6px;
}

.footer__nav-link {
  font-family: "Commissioner", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 2px 0;
}

.footer__nav-link:hover {
  color: var(--orange);
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

/* Кнопки и контакты */
.footer__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 250px;
}

.footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 20px;
  font-family: "Commissioner", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  text-align: center;
  width: 220px;
  height: 45px;
}

.footer__btn--calculate {
  background: -webkit-gradient(linear, left bottom, left top, from(#7CB518), to(#7CB518)), -webkit-gradient(linear, left top, right top, from(#C9DD6A), to(#7CB518));
  background: linear-gradient(0deg, #7CB518, #7CB518), linear-gradient(90deg, #C9DD6A 0%, #7CB518 100%);
  color: var(--light-color);
}

.footer__btn--callback {
  border: 2px solid #FFFDF6;
  background: transparent;
  color: var(--light-color);
}

.footer__btn:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Социальные сети */
.footer__social {
  margin-top: 12px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social__link:hover {
  background: var(--orange);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social__icon {
  width: 35px;
  height: 35px;
}

/* Нижняя часть футера */
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 12px;
}

.footer__copyright {
  font-size: 12px;
  opacity: 0.8;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}

.footer__link {
  color: var(--light-color);
  text-decoration: none;
  font-size: 12px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footer__link:hover {
  opacity: 1;
  color: var(--orange);
}

/* Адаптивность для мобильных */
@media (max-width: 1024px) {
  .footer__top {
    gap: 25px;
  }
  .footer__nav {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 20px 0 12px;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* ВСЕ БЛОКИ ПО ЦЕНТРУ */
    text-align: center; /* ВСЕ БЛОКИ ПО ЦЕНТРУ */
    gap: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .footer__brand {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* ЛОГО ПО ЦЕНТРУ */
  }
  .footer__logo {
    width: 140px;
    height: 140px;
  }
  /* НАВИГАЦИЯ - В ДВА РЯДА */
  .footer__nav {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; /* Две колонки в ряд */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; /* НАВИГАЦИЯ ПО ЦЕНТРУ */
    gap: 40px; /* Больше отступ между колонками */
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 8px;
  }
  .footer__nav-column {
    width: auto; /* Автоматическая ширина */
    min-width: unset;
    padding: 0;
    text-align: center; /* Текст по центру */
  }
  .footer__nav-title {
    font-size: 15px;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }
  .footer__nav-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 35px;
  }
  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* Элементы списка по центру */
  }
  .footer__nav-item {
    text-align: center;
    width: 100%;
    max-width: 180px;
    margin-bottom: 5px;
  }
  .footer__nav-link {
    font-size: 13px;
    padding: 3px 0;
  }
  /* КНОПКИ ПО ЦЕНТРУ */
  .footer__actions {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* КНОПКИ ПО ЦЕНТРУ */
    gap: 10px;
  }
  .footer__buttons {
    width: 100%;
    max-width: 260px;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* КНОПКИ ПО ЦЕНТРУ */
  }
  .footer__btn {
    width: 100%;
    padding: 9px 14px;
    font-size: 14px;
    height: 40px;
    line-height: 16px;
  }
  /* СОЦИАЛЬНЫЕ КНОПКИ ПО ЦЕНТРУ */
  .footer__social {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; /* СОЦКНОПКИ ПО ЦЕНТРУ */
  }
  .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 8px;
  }
  /* НИЖНЯЯ ЧАСТЬ ПО ЦЕНТРУ */
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* ВСЕ ПО ЦЕНТРУ */
    text-align: center;
    gap: 10px;
    padding-top: 10px;
  }
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* ССЫЛКИ ПО ЦЕНТРУ */
  }
}
@media (max-width: 480px) {
  .footer__container {
    padding: 0 15px;
  }
  /* НАВИГАЦИЯ - ВСЕГДА ДВА РЯДА */
  .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; /* Сохраняем две колонки */
    -ms-flex-pack: distribute;
    justify-content: space-around; /* Равномерное распределение */
    gap: 20px;
  }
  .footer__nav-column {
    width: 45%; /* Две колонки */
  }
  .footer__nav-title {
    font-size: 14px;
  }
  .footer__nav-link {
    font-size: 12px;
  }
  .footer__btn {
    padding: 8px 12px;
    font-size: 13px;
    height: 38px;
  }
  .footer__copyright {
    font-size: 11px;
  }
  .footer__link {
    font-size: 11px;
  }
}/*# sourceMappingURL=main.css.map */
