@charset "UTF-8";
/**
  Переменные для отступов
 */
/**
  Переменные для цветов
 */
/**
  Переменные для шрифтов
 */
@font-face {
  font-family: 'Golos';
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/GolosText-Regular.eot?') format('eot'),
    url('/fonts/GolosText-Regular.woff') format('woff'),
    url('/fonts/GolosText-Regular.ttf') format('truetype'),
    url('/fonts/GolosText-Regular.svg#Golos') format('svg');
}
@font-face {
  font-family: 'Golos';
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/GolosText-Medium.eot?') format('eot'),
    url('/fonts/GolosText-Medium.woff') format('woff'),
    url('/fonts/GolosText-Medium.ttf') format('truetype'),
    url('/fonts/GolosText-Medium.svg#Golos') format('svg');
}
@font-face {
  font-family: 'Golos';
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/GolosText-Bold.eot?') format('eot'),
    url('/fonts/GolosText-Bold.woff') format('woff'),
    url('/fonts/GolosText-Bold.ttf') format('truetype'),
    url('/fonts/GolosText-Bold.svg#Golos') format('svg');
}
@font-face {
  font-family: 'Gilroy';
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Gilroy-Light.eot?') format('eot'),
    url('/fonts/Gilroy-Light.woff') format('woff'),
    url('/fonts/Gilroy-Light.ttf') format('truetype'),
    url('/fonts/Gilroy-Light.svg#Gilroy') format('svg');
}
@font-face {
  font-family: 'Gilroy';
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Gilroy-Medium.eot?') format('eot'),
    url('/fonts/Gilroy-Medium.woff') format('woff'),
    url('/fonts/Gilroy-Medium.ttf') format('truetype'),
    url('/fonts/Gilroy-Medium.svg#Gilroy') format('svg');
}
@font-face {
  font-family: 'Gilroy';
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Gilroy-ExtraBold.eot?') format('eot'),
    url('/fonts/Gilroy-ExtraBold.woff') format('woff'),
    url('/fonts/Gilroy-ExtraBold.ttf') format('truetype'),
    url('/fonts/Gilroy-ExtraBold.svg#Gilroy') format('svg');
}
* {
  font-family: 'Golos', sans-serif;
  letter-spacing: -0.03em;
}

p {
  margin: 0;
  line-height: 1;
}
#consultModal {
  z-index: 1112;
}

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

img {
  max-width: 100%;
}

body {
  overflow-x: hidden;
}
body.hidden {
  overflow: hidden;
}

html {
  font-size: 16px;
}

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

button {
  background-color: transparent;
  border: none;
}

.block {
  padding: 70px 0;
}
.block:first-child {
  padding-top: 140px;
}
.block:last-child {
  padding-bottom: 140px;
}
.bord {
  border: 1px solid #DB0812 !important;
}

.btn {
  display: flex;
  padding: 16px 20px;
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s;
  height: 48px;
  cursor: pointer;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.btn:focus,
.btn:active {
  outline: none;
}
.btn:active,
.btn:hover {
  transition: 0.3s;
}
.btn--white {
  background-color: #fff;
  color: #131517;
}
@media (pointer: fine) {
  .btn--white:hover {
    color: #fff;
    background-color: #ff141a;
  }
  .btn--white:active {
    color: #131517;
    opacity: 0.5;
  }
}
.btn--red {
  background-color: #db0812;
  color: #fff;
}
@media (pointer: fine) {
  .btn--red:hover {
    background-color: #131517;
  }
}
.btn--black {
  background-color: #131517;
  color: #fff;
}
@media (pointer: fine) {
  .btn--black:hover {
    background-color: #ff141a;
  }
}
.btn--outline-white {
  border: 1px solid #fff;
  color: #fff;
}
.btn--outline-white:hover {
  border-color: #fff;
  color: #fff;
}
@media (pointer: fine) {
  .btn--outline-white:hover {
    border-color: #ff141a;
    color: #ff141a;
  }
}
.btn--outline-red {
  border: 1px solid #db0812;
  color: #db0812;
}
@media (pointer: fine) {
  .btn--outline-red:hover {
    border-color: #131517;
    color: #131517;
  }
}
.btn--outline-black {
  border: 1px solid #131517;
  color: #131517;
}
@media (pointer: fine) {
  .btn--outline-black:hover {
    border-color: #ff141a;
    color: #ff141a;
  }
}
.btn--100 {
  justify-content: center;
  width: 100%;
}

.base-input {
  width: 100%;
  display: block;
}
.base-input__input {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(19, 21, 23, 0.08);
  background-color: transparent;
  border-radius: 2px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 1;
}
.base-input__input:-ms-input-placeholder {
  color: rgba(29, 29, 31, 0.4);
}
.base-input__input::placeholder {
  color: rgba(29, 29, 31, 0.4);
}
.base-input__input:focus {
  outline: none;
  border: 1px solid rgba(19, 21, 23, 0.24);
}
.base-input.error .base-input__input {
  border-color: #db0812;
}

.caption {
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.caption--h2 {
  font-size: 82px;
  margin-bottom: 40px;
}
.caption__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.caption__link {
  color: #db0812;
  margin-top: 10px;
}
.caption__link:hover {
  color: #db0812;
}
@media (pointer: fine) {
  .caption__link:hover {
    color: #ff141a;
  }
}
.caption__link svg {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-top: -3px;
}

.header {
  position: absolute;
  z-index: 111;
  width: 100%;
  color: #fff;
  padding: 16px 0;
  top: 0;
  left: 0;
  transition: top 0.3s;
}
.header.header--hidden {
  top: -80px;
}
.header__logo svg {
  width: 126px;
  height: 34px;
}
.header__logo .header__logo--black {
  display: none;
}
.header__logo.active .header__logo--white {
  display: none;
}
.header__logo.active .header__logo--black {
  display: block;
}
.header__container {
  padding: 0;
}
.header__wrapper {
  display: flex;
  align-items: center;
}
.header__controls {
  display: flex;
  gap: 16px;
}
.header__menu {
  margin: 0 auto;
}
.header__phone {
  border: 1px solid #fff;
  transition: 0.3s;
}
@media (pointer: fine) {
  .header__phone:hover {
    border-color: #db0812;
    color: #db0812;
    transition: 0.3s;
  }
}
.header__where-buy {
  background-color: #fff;
  color: #131517;
  transition: 0.3s;
}
@media (pointer: fine) {
  .header__where-buy:hover {
    background-color: #db0812;
    color: #fff;
    transition: 0.3s;
  }
}

.header-menu {
  display: flex;
  gap: 32px;
}
.header-menu__item {
  font-size: 16px;
  transition: 0.3s;
}
@media (pointer: fine) {
  .header-menu__item:hover {
    color: #db0812;
    transition: 0.3s;
  }
}

.main-block {
  display: flex;
  position: relative;
}
.main-block__bg {
  height: 800px;
  width: 100%;
}
.main-block__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-block__content {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 60px;
}
.main-block__caption {
  font-size: 104px;
  line-height: 1;
  color: #fff;
  margin-bottom: 32px;
}
.main-block__description {
  color: #fff;
  max-width: 340px;
  margin-bottom: 24px;
}

.advantage__icon {
  margin-bottom: 32px;
}
.advantage__icon svg {
  width: 72px;
  height: 72px;
}
.advantage__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.advantage__item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #f8f9fa;
  min-height: 360px;
  border-radius: 2px;
}
.advantage__title {
  font-size: 42px;
  line-height: 1.08;
  margin-bottom: 24px;
}
.advantage__description {
  font-size: 16px;
  line-height: 1.3;
  color: #131517;
  opacity: 0.7;
}
.advantage__content {
  margin-top: auto;
}

.service__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.service__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service__block--4 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.service__block img {
  border-radius: 2px;
}
.service__title {
  font-size: 38px;
  margin-bottom: 32px;
  line-height: 1.1;
}
.service__item {
  display: flex;
  flex-direction: column;
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 2px;
  flex-grow: 1;
}
.service__item-list {
  padding: 0;
  list-style: none;
  opacity: 0.7;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service__item-list li {
  position: relative;
  padding-left: 32px;
  line-height: 1.3;
  min-height: 24px;
}
.service__item-list li:before {
  display: block;
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3333 21V21C7.36225 21 3.33325 16.971 3.33325 12V12C3.33325 7.029 7.36225 3 12.3333 3V3C17.3043 3 21.3333 7.029 21.3333 12V12C21.3333 16.971 17.3043 21 12.3333 21Z' stroke='%23DB0812' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.3333 10L11.3333 15L8.33325 12' stroke='%23DB0812' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
}
.service__item:first-child {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.service__info {
  margin-top: auto;
}
.service__info-item {
  margin-bottom: 16px;
}
.service__info-item:last-child {
  margin-bottom: 0;
}
.service__info-title {
  font-size: 56px;
  line-height: 0.96;
  margin-bottom: 8px;
}
.service__info-description {
  line-height: 1.3;
  opacity: 0.7;
}
.service__form-description {
  line-height: 1.3;
  opacity: 0.7;
  margin-bottom: 24px;
}
.service__form .base-checkbox {
  margin-top: 16px;
}

.manage__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  gap: 16px;
  margin-top: 92px;
  margin-bottom: 0;
}
.manage__list-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.manage__list li {
  display: flex;
  align-items: center;
}
.manage__list li svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.manage__list li span {
  opacity: 0.7;
}
.manage__title {
  font-size: 38px;
  line-height: 1.1;
}
.manage__item {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 2px;
}

.question-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  background-color: #f8f9fa;
}
.question-block__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
}
.question-block__qr-block {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 8px 0px 8px;
  margin-bottom: 34px;
  transition: .3s;
}
.question-block__qr-block svg {
  width: 111px;
  height: 111px;
  margin-bottom: 11px;
}
.question-block__qr-block span {
  font-size: 12px;
  line-height: 1.2;
  color: #575756;
}
.question-block__qr-block:hover span {
  color: #DB0812;
}

.qr-box {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  background: transparent;
}

.qr-box svg {
  display: block;
  width: 115px;
  height: 115px;
}

.qr-box svg path {
  transition: fill 0.3s;
  fill: black;
}

.question-block__qr-block:hover svg path {
  fill: #DB0812;
  transition: fill 0.3s;
}

.question-block__title {
  font-size: 42px;
  line-height: 1.08;
}
.question-block__description {
  line-height: 1.3;
  opacity: 0.7;
  margin-top: 24px;
  margin-bottom: 34px;
}
.question-block__form .base-checkbox {
  margin-top: 16px;
}
.question-block__download-mobile {
  display: none;
}

.social-list {
  display: flex;
  gap: 16px;
}
.social-list__item {
  background-color: #f8f9fa;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.social-list__item svg {
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
@media (pointer: fine) {
  .social-list__item:hover {
    background-color: #6c757d;
    transition: 0.3s;
  }
  .social-list__item:hover svg {
    fill: #fff;
    transition: 0.3s;
  }
}

.footer {
  padding: 0 0 20px;
}

.footer-top__logo svg {
  width: 126px;
  height: 33px;
}
.footer-top__contact {
  display: flex;
  flex-direction: column;
}
.footer-top__contact .btn {
  margin-top: 32px;
}
.footer-top__number {
  font-size: 38px;
  line-height: 1.1;
}
@media (pointer: fine) {
  .footer-top__number:hover {
    color: #db0812;
  }
}
.footer-top__link {
  font-size: 38px;
  line-height: 1.1;
  color: #131517;
  transition: 0.3s;
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-top__link span {
  color: #b2b2b2;
  transition: 0.3s;
}
.footer-top__link svg {
  width: 21px;
  height: 21px;
  fill: #b2b2b2;
  transition: 0.3s;
}
@media (pointer: fine) {
  .footer-top__link:hover {
    color: #131517;
    transition: 0.3s;
  }
  .footer-top__link:hover span {
    color: #db0812;
    transition: 0.3s;
  }
  .footer-top__link:hover svg {
    fill: #db0812;
    transition: 0.3s;
  }
}
.footer-top__wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 110px;
  border-top: 1px solid #d9d9d9;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-menu__item {
  color: #131517;
  line-height: 1.3;
  opacity: 0.7;
  transition: 0.3s;
}
@media (pointer: fine) {
  .footer-menu__item:hover {
    color: #131517;
    opacity: 1;
    transition: 0.3s;
  }
}

.footer-middle {
  margin-top: 110px;
}
.footer-middle__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-middle__address p {
  opacity: 0.7;
  line-height: 1.3;
  margin-bottom: 0;
}

.footer-bottom {
  margin-top: 60px;
}
.footer-bottom__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bottom__copyright {
  opacity: 0.7;
  line-height: 1.2;
}
.footer-bottom__links {
  display: flex;
  gap: 60px;
}
.footer-bottom__links a {
  color: #131517;
  opacity: 0.7;
  line-height: 1.2;
  transition: 0.3s;
}
@media (pointer: fine) {
  .footer-bottom__links a:hover {
    color: #131517;
    opacity: 1;
    transition: 0.3s;
  }
}

.products-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.products__item {
  position: relative;
  color: #fff;
  background: #131517;
  background: linear-gradient(180deg, #131517 0%, #706f6f 100%);
  height: 560px;
  padding: 24px;
  border-radius: 2px;
  overflow: hidden;
}
.products__item:before {
  display: block;
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='1400' height='560' viewBox='0 0 1400 560' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.386 -207.999C389.624 86.6012 387.801 550.878 387.801 550.878C478.006 277.704 469.039 16.9974 452.805 -207.999H198.386ZM627.796 -207.999C606.145 25.898 575.502 327.652 357.201 693.679L373.376 709.763C689.095 309.834 808.205 47.319 916.448 -208L627.796 -207.999ZM1118.51 -207.999C867.738 275.857 353.571 788.265 10.8088 1145.36C3.5921 1152.51 0 1163.29 0 1174C10.8247 1174 21.6571 1170.4 28.8734 1163.25C391.5 825.8 909.289 318.718 1400 68.7477V-207.982L1118.51 -207.999ZM1399.98 268.738C1142 375.864 876.805 493.711 470.885 804.388L487.136 820.472C856.976 606.216 1163.64 574.054 1399.98 554.413L1399.98 268.738ZM1176.18 713.305C1005.79 712.02 822.444 726.937 631.442 788.311H629.628C629.628 788.311 1183.5 799.049 1399.98 974.026V722.247C1328.38 717.785 1253.62 713.888 1176.18 713.305Z' fill='white' fill-opacity='0.04'/%3E%3C/svg%3E%0A");
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.products__content {
  position: relative;
  display: -ms-grid;
  display: grid;
  z-index: 1;
  -ms-grid-columns: 400px 1fr 400px;
  grid-template-columns: 400px 1fr 400px;
  height: 100%;
}
.products__info {
  display: flex;
  flex-direction: column;
}
.products__title {
  font-size: 56px;
  line-height: 0.96;
}
.products__description {
  margin-top: auto;
  opacity: 0.7;
  font-size: 14px;
  line-height: 17px;
}
.products__char {
  display: flex;
  flex-direction: column;
}
.products__char-title {
  font-size: 16px;
  line-height: 1.3;
}
.products__char-description {
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.7;
  margin-top: 4px;
}
.products__char-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  list-style: none;
  margin-top: auto;
  margin-bottom: 0;
}
.products__char-item {
  padding-left: 36px;
  position: relative;
}
.products__char-item:before {
  display: block;
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3333 21V21C7.36225 21 3.33325 16.971 3.33325 12V12C3.33325 7.029 7.36225 3 12.3333 3V3C17.3043 3 21.3333 7.029 21.3333 12V12C21.3333 16.971 17.3043 21 12.3333 21Z' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.3333 10L11.3333 15L8.33325 12' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  top: 0;
  left: 0;
}
.products__control {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
.products__image {
  width: 100%;
  height: 472px;
  position: relative;
}
.products__image:before {
  display: block;
  position: absolute;
  content: '';
  width: 800px;
  height: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: #fff;
  opacity: 0.2;
  border-radius: 50%;
  filter: blur(200px);
}
.products__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.burger-icon {
  width: 33px;
  height: 33px;
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.burger-icon span {
  position: absolute;
  width: 24px; /* Длина полосок больше, чтобы перекрывать диагональ */
  height: 2px; /* Толщина линий */
  background-color: white; /* Белый цвет по умолчанию */
  transition: all 0.3s ease, background-color 0.3s ease;
  transform-origin: center;
}

/* Расположение полосок */
.burger-icon span:nth-child(1) {
  top: 9px; /* Верхняя полоска */
}

.burger-icon span:nth-child(2) {
  top: 16px; /* Средняя полоска */
}

.burger-icon span:nth-child(3) {
  top: 23px; /* Нижняя полоска */
}

/* Состояние активной кнопки */
.burger-icon.active span:nth-child(1) {
  transform: rotate(45deg) translate(0, 0);
  top: 16px; /* Центрирование верхней полоски */
  background-color: black; /* Черный цвет */
}

.burger-icon.active span:nth-child(2) {
  opacity: 0;
  background-color: black; /* Черный цвет */
}

.burger-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0, 0);
  top: 16px; /* Центрирование нижней полоски */
  background-color: black; /* Черный цвет */
}

.mobile-menu {
  display: none;
  background-color: #fff;
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  padding: 80px 32px 32px 32px;
  flex-direction: column;
}
.mobile-menu__menu {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #d9d9d9;
}
.mobile-menu__menu-item {
  padding: 24px 0;
  border-top: 1px solid #d9d9d9;
}
.mobile-menu__controls {
  margin-top: auto;
}
.mobile-menu__controls .btn {
  width: 100%;
  justify-content: center;
}

.modal-wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 111;
}
.modal-wrapper.active {
  display: flex;
}
.modal-wrapper.modal-scrollable {
  align-items: flex-start;
  padding-top: 64px;
  overflow-y: auto;
}
.modal-wrapper.modal-scrollable .modal {
  margin-bottom: 64px;
}

.modal {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 2px;
  position: relative;
  z-index: 2;
}

.modal2 {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 2px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000; /* Убедитесь, что модальное окно поверх других элементов */
}

.modal-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  cursor: pointer;
}
.modal-close svg {
  width: 36px;
  height: 36px;
  fill: #adb5bd;
  transition: 0.3s;
}
@media (pointer: fine) {
  .modal-close:hover svg {
    fill: #6c757d;
    transition: 0.3s;
  }
}

.modal-consult {
  max-width: 400px;
  width: 100%;
}
.modal-consult__caption {
  line-height: 1.08;
  font-size: 42px;
}
.modal-consult__form {
  margin-top: 16px;
}
.modal-consult__form .base-checkbox {
  margin-top: 16px;
}
.modal-consult__description {
  opacity: 0.56;
  margin-bottom: 32px;
  line-height: 1.3;
}

.modal-question {
  display: flex;
  padding: 0;
}
.modal-question__content {
  padding: 20px;
  max-width: 400px;
}
.modal-question__caption {
  font-size: 56px;
  line-height: 0.96;
}
.modal-question__description {
  color: #706f6f;
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 24px;
}
.modal-question__img {
  max-width: 440px;
}
.modal-question__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-product {
  display: flex;
  position: relative;
  gap: 40px;
  padding: 24px;
}
.modal-product .modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
}
.modal-product__img {
  width: 436px;
  padding: 12px;
  background-color: #ededed;
}
.modal-product__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal-product__content {
  width: 436px;
}
.modal-product__caption {
  font-size: 38px;
  line-height: 1.1;
}
.modal-product__description {
  font-size: 14px;
  line-height: initial;
  margin-top: 16px;
  color: #706f6f;
}
.modal-product__functions {
  margin-top: 16px;
}
.modal-product__char {
  margin-top: 32px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.24);
}
.modal-product__char-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(217, 217, 217, 0.24);
  padding: 10px 0;
}
.modal-product__char-item p {
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.7;
}
.modal-product__char-item p:first-child {
  width: 190px;
}
.modal-product__char-list {
  margin-top: 16px;
}
.modal-product__title {
  font-size: 18px;
  line-height: 1;
}
.modal-product ul {
  padding: 0 0 0 23px;
  margin: 16px 0 0 0;
}
.modal-product ul li {
  font-size: 14px;
  line-height: initial;
  color: #706f6f;
}
.modal-product ul li::marker {
  font-size: 12px;
  line-height: 14px;
}
.modal-product .btn {
  margin-top: 32px;
}

.base-checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.base-checkbox input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.base-checkbox input:checked + .base-checkbox__checkmark {
  background-color: #6c757d;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1.5L4 6.5L1 3.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.base-checkbox__text {
  color: rgba(19, 21, 23, 0.56);
  font-size: 12px;
  line-height: 16px;
}
.base-checkbox__checkmark {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #e9ecef;
  border-radius: 2px;
}

.modal-success {
  max-width: 400px;
  width: 100%;
}
.modal-success__content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.modal-success__content svg {
  width: 64px;
  height: 64px;
  margin-top: 20px;
}
.modal-success__caption {
  font-size: 32px;
  line-height: 0.9;
  text-align: center;
  margin-top: 16px;
}
.modal-success__description {
  font-size: 14px;
  margin-top: 16px;
  line-height: initial;
  color: rgba(19, 21, 23, 0.56);
  text-align: center;
  margin-bottom: 20px;
}

.modal-big {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  width: 1280px;
  max-width: calc(100% - 24px);
}
.modal-big .modal-table-wrapper {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
}
.modal-big__caption {
  font-size: 38px;
  line-height: 1.1;
}
.modal-big__description {
  font-size: 14px;
  color: #706f6f;
  line-height: initial;
  margin-top: 16px;
}
.modal-big__img {
  background-color: #ededed;
  height: 466px;
  padding: 12px;
}
.modal-big__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal-big .btn {
  margin-top: 32px;
}
.modal-big__table-caption {
  margin-top: 48px;
  font-size: 20px;
}

.faq-list {
  margin-top: 32px;
}
.faq-list__title {
  font-size: 16px;
  line-height: 1.3;
}
.faq-list__item {
  border-top: 1px solid rgba(217, 217, 217, 0.4);
}
.faq-list__item.open {
  padding-bottom: 24px;
}
.faq-list__item.open .faq-list__description {
  height: auto;
}
.faq-list__item:last-child {
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
}
.faq-list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 15px 0 12px;
}
.faq-list__description {
  font-size: 12px;
  color: rgba(19, 21, 23, 0.7);
  line-height: 1.2;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.modal-table {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
  -webkit-overflow-scrolling: touch;
  margin-top: 24px;
}
.modal-table__row {
  display: contents;
  position: relative;
}
.modal-table__col {
  font-size: 14px;
  line-height: initial;
  border-bottom: 1px solid #d9d9d9;
  padding: 12px 0 15px;
}
.modal-table__caption {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
  font-size: 12px;
  line-height: 1.2;
  color: #878787;
  padding-top: 16px;
}
.modal-table__caption:first-child {
  border-top: 1px solid #d9d9d9;
}
.modal-table__head .modal-table__col {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.plus-icon {
  width: 15px;
  height: 15px;
  position: relative;
}
.plus-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.plus-icon::before,
.plus-icon::after {
  content: '';
  position: absolute;
  background-color: black;
  width: 15px;
  height: 1px;
  top: 50%;
  left: 0;
  transform-origin: center; /* Центр трансформации */
  transition: transform 0.3s ease; /* Плавная анимация */
}
.plus-icon:before {
  transform: translateY(-50%);
}
.plus-icon::after {
  transform: translateY(-50%) rotate(90deg);
}
.plus-icon.active::after {
  transform: translateY(-50%) scaleX(0); /* Горизонтальная линия исчезает */
}

/**
  Планшет вертикальный
 */
@media screen and (max-width: 1460px) {
  .header__container {
    padding: 0 20px;
  }
  .main-block__content {
    padding-bottom: 20px;
  }
  .products__item {
    height: 520px;
  }
}
@media screen and (max-width: 1199px) {
  .header__container,
  .container {
    padding: 0 32px;
  }
  .header__where-buy {
    display: none;
  }
  .header__controls {
    margin-left: auto;
  }
  .header__logo svg {
    width: 92px;
    height: 25px;
  }
  .header__phone {
    height: 33px;
    padding: 0 16px;
    align-items: center;
    font-size: 14px;
  }
  .main-block__caption {
    font-size: 54px;
    max-width: 600px;
  }
  .main-block__caption br {
    display: none;
  }
  .main-block__description {
    max-width: 100%;
  }
  .main-block__content {
    padding-bottom: 40px;
  }
  .main-block__content .btn.btn--white {
    width: 100%;
    justify-content: center;
  }
  .main-block__bg {
    height: 769px;
  }
  .main-block__bg img {
    object-position: 55% 50%;
  }
  .header-menu {
    display: none;
  }
  .advantage__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .advantage__item {
    padding: 16px;
    min-height: auto;
  }
  .advantage__title {
    font-size: 32px;
  }
  .advantage__icon svg {
    width: 48px;
    height: 48px;
  }
  .products__description {
    display: none;
  }
  .products__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .products__char-description {
    display: none;
  }
  .products__char-title {
    line-height: 24px;
  }
  .products__item {
    height: auto;
    padding: 16px;
  }
  .products__item:before {
    background-size: 1400px 1382px;
    background-position: 68% 101%;
  }
  .products__image {
    height: 380px;
  }
  .products__title {
    font-size: 36px;
    line-height: 0.96;
  }
  .products__control {
    gap: 8px;
  }
  .products-list {
    gap: 16px;
  }
  .service__list {
    display: flex;
    flex-direction: column;
  }
  .service__block--1 {
    order: 1;
  }
  .service__block--2 {
    order: 3;
  }
  .service__block--3 {
    order: 4;
  }
  .service__block--4 {
    order: 2;
  }
  .service__block img {
    width: 100%;
    height: 380px;
    object-fit: cover;
  }
  .service__item {
    padding: 16px;
  }
  .service__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .service__info-title {
    font-size: 36px;
  }
  .manage__list-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .manage__title {
    font-size: 28px;
  }
  .manage__list {
    margin-top: 24px;
  }
  .footer-top__wrapper {
    display: flex;
    flex-direction: column;
  }
  .footer-top__menu {
    order: 1;
  }
  .block {
    padding: 40px 0;
  }
  .block:first-child {
    padding: 40px 0;
  }
  .block:last-child {
    padding: 40px 0 80px;
  }
  .caption--h2 {
    font-size: 42px;
    margin-bottom: 24px;
  }
  .caption__wrapper {
    margin-bottom: 32px;
  }
  .caption__wrapper .caption--h2 {
    margin-bottom: 0;
  }
  .question-block {
    display: flex;
    flex-direction: column;
  }
  .question-block__img {
    order: -1;
  }
  .question-block__img img {
    height: 380px;
    width: 100%;
    object-fit: cover;
  }
  .question-block__title {
    font-size: 32px;
  }
  .question-block__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 127px;
    grid-template-columns: 1fr 127px;
    padding: 16px;
  }
  .question-block__info {
    order: 1;
    margin-top: 0;
  }
  .question-block__qr-block {
    order: 2;
    margin-bottom: 10px;
  }
  .question-block__form {
    order: 3;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin-top: 24px;
  }
  .footer-top__wrapper {
    padding-top: 48px;
  }
  .footer-top__number {
    color: #575756;
    font-size: 28px;
  }
  .footer-top__link {
    font-size: 28px;
    margin-top: 8px;
  }
  .footer-top__link svg {
    width: 16px;
    height: 16px;
  }
  .footer-top__contact {
    padding-top: 24px;
  }
  .footer-top__menu {
    margin-top: 48px;
  }
  .footer-middle {
    margin-top: 48px;
  }
  .footer-middle__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-middle__social {
    margin-top: 32px;
  }
  .social-list {
    gap: 8px;
  }
  .footer-bottom__copyright {
    font-size: 12px;
  }
  .footer-bottom__links a {
    font-size: 12px;
  }
  .footer {
    padding-bottom: 56px;
  }
  .burger-icon {
    display: flex;
  }
  .header__controls {
    display: flex;
    align-items: center;
  }
  .mobile-menu.active {
    display: flex;
  }
  .modal-close {
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .modal-product {
    flex-direction: column;
    padding: 16px;
    gap: 24px;
  }
  .modal-product__img,
  .modal-product__content {
    width: 100%;
    max-width: 640px;
  }
  .modal-product__img {
    height: 400px;
  }
  .modal-product__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .modal-product__char-item p:first-child {
    width: 300px;
  }
  .modal-product__caption {
    font-size: 28px;
  }
  .modal-product .modal-close {
    top: 16px;
    right: 16px;
  }
  .modal-consult {
    max-width: 460px;
  }
  .modal-consult__caption {
    font-size: 32px;
    padding-right: 40px;
  }
  .modal-consult__description {
    margin-bottom: 24px;
  }
  .modal-success__caption {
    font-size: 22px;
  }
  .modal-success__description {
    font-size: 14px;
  }
  .modal-big {
    display: flex;
    flex-direction: column;
    width: 704px;
    padding: 16px 16px 0 16px;
  }
  .modal-big__img {
    height: 400px;
  }
  .modal-big__caption {
    font-size: 28px;
    line-height: 1.1;
    margin-top: 24px;
  }
  .modal-big .btn {
    margin-top: 24px;
  }
  .faq-list {
    margin-top: 24px;
  }
  .modal-table {
    -ms-grid-columns: (140px) [6];
    grid-template-columns: repeat(6, 140px);
  }
  .modal-table-wrapper {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 16px;
  }
  .service__item-list {
    margin-bottom: 34px;
  }
}
/**
  Мобильные устройства
 */
 @media screen and (max-width: 400px) {
  .main-block__bg {
    height: 640px !important;
  }
 }

@media screen and (max-width: 767px) {
  .header__container,
  .container {
    padding: 0 16px;
  }
  .main-block__bg {
    height: 840px;
  }
  .main-block__caption {
    font-size: 38px;
    margin-bottom: 16px;
  }
  .main-block__caption br:last-child {
    display: none;
  }
  .caption--h2 {
    font-size: 32px;
  }
  .caption__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .caption__wrapper .caption__link {
    margin-top: 20px;
  }
  .advantage__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .products__title {
    font-size: 30px;
  }
  .products__image {
    height: 380px;
  }
  .products__image:before {
    content: none;
  }
  .products__char-title {
    font-size: 14px;
  }
  .products__content {
    gap: 24px;
  }
  .fw400 {
    font-weight: 400 !important;
  }
  .service__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .service__list {
    gap: 12px;
  }
  .service__item-list {
    margin-bottom: 34px;
    gap: 12px;
  }
  .service__info-title {
    font-size: 30px;
  }
  .service__block {
    gap: 12px;
  }
  .service__block img {
    height: 320px;
  }
  .h-autom {
    height: auto;
  }
  .service__block--2 .service__title,
  .service__block--3 .service__title,
  .service__block--4 .service__title {
    margin-bottom: 24px;
  }
  .service__block .service__item--5 .service__title {
    margin-bottom: 16px;
  }
  .manage__item {
    padding: 16px;
  }
  .manage__title {
    font-size: 22px;
  }
  .question-block__img img {
    height: 320px;
  }
  .foter-mobile-button {
    display: none;
  }
  .question-block__qr-block {
    display: none;
  }
  .question-block__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .question-block__download-mobile {
    display: flex;
    align-items: center;
    margin: 38px auto 0;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    color: #db0812;
    display: none;
  }
  .question-block__download-mobile:hover {
    color: #db0812;
  }
  .question-block__download-mobile svg {
    width: 12px;
    height: 12px;
    margin-left: 5px;
  }
  .footer-top__number {
    font-size: 22px;
  }
  .footer-top__link {
    font-size: 22px;
  }
  .footer-top__link svg {
    width: 12px;
    height: 12px;
  }
  .footer-bottom__links {
    gap: 8px;
    flex-direction: column;
  }
  .footer-bottom__wrapper {
    flex-direction: column;
  }
  .footer-bottom__copyright {
    order: 1;
    margin-top: 24px;
  }
  .modal {
    max-width: calc(100% - 24px);
  }
  .modal-product__caption {
    font-size: 22px;
  }
  .modal-product__title {
    font-size: 18px;
  }
  .modal-product__char-item p:first-child {
    width: 230px;
  }
  .modal-consult__caption {
    font-size: 24px;
  }
  .modal-success {
    max-width: calc(100% - 24px);
  }
  .modal-success__content {
    padding: 0 20px;
  }
  .modal-success__caption {
    font-size: 20px;
    line-height: 0.9;
    max-width: 256px;
  }
  .modal-big__img {
    height: 280px;
  }
  .modal-big__caption {
    font-size: 22px;
  }
  .mobile-menu {
    padding: 80px 16px 32px 16px;
  }
  .question-block__download-mobile {
    display: flex;
  }
  .question-block__description {
    margin-bottom: 16px;
  }
  .question-block__form {
    margin-top: 0;
  }
  .question-block__description {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
