:root {
  --container-width: 1152px;
  --container-gutter: 20px;
}
@media (min-width: 768px) {
  :root {
    --container-gutter: 24px;
  }
}

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

:root {
  font-size: 14px;
}

[id] {
  scroll-margin-top: calc(var(--header-height) + 32px);
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "HarmonyOS Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #313131;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: unset;
}

p {
  margin-top: unset;
}
p:last-child {
  margin-bottom: unset;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s;
  transition-property: background-color, color, border-color, opacity;
}
a:hover {
  opacity: 0.8;
  transition: 0.05s;
}

button {
  display: inline;
  background: transparent;
  color: inherit;
  font: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.form {
  display: grid;
  grid-gap: 10px 20px;
}
.form .btn {
  margin-top: 10px;
}
.form__descr {
  font-size: 12px;
  text-align: center;
}
.form__descr a {
  color: #a6192e;
}

.input {
  height: 50px;
  width: 100%;
  padding: 0 14px;
  background: #fff;
  border: unset;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 2px;
  cursor: pointer;
}
.input:hover {
  opacity: 0.8;
}


.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border: 2px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  gap: 12px;
}
.btn--primary {
  background: #a6192e;
  border-color: #a6192e;
  color: #fff;
  transition: all 0.1s ease-in-out;
}
.btn--primary:hover {
  opacity: 0.8;
  
}
.btn--outline {
  border-color: currentColor;
  background-color: transparent;
  color: currentColor;
}
.btn--outline:hover {
  background: #a6192e;
  border-color: #a6192e;
  color: #fff;
}
.btn--blue {
  background: #0f8296;
  border-color: #0f8296;
  color: #fff;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page__main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.section {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .section {
    margin: 2rem 0;
  }
}

.container {
  width: 100%;
  max-width: calc(var(--container-width) + var(--container-gutter) * 2);
  padding: 0 var(--container-gutter);
  margin-left: auto;
  margin-right: auto;
}

.badge {
  font-size: 8px;
  padding: 3px 8px;
  text-transform: uppercase;
  border-radius: 2em;
}
.badge--blue {
  background: rgba(15, 130, 150, 0.7);
  color: #fff;
}
.badge--primary {
  background: rgba(166, 25, 46, 0.7);
  color: #fff;
}
@media (min-width: 768px) {
  .badge {
    font-size: 10px;
    padding: 6px 18px;
  }
}

.text-primary {
  color: #a6192e !important;
}
.text-green {
  color: #23b620 !important;
}
.text-blue {
  color: #0f8296 !important;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

.modal {
  padding: 0 !important;
}
.modal__inner {
  padding: 16px;
}
.modal__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.modal__subtitle {
  font-weight: 500;
}
.modal__form {
  margin-top: 20px;
}
.modal__form .form__descr {
  color: #979797;
}
@media (max-width: 767px) {
  .modal {
    width: 280px !important;
  }
}
@media (min-width: 768px) {
  .modal__title {
    font-size: 2rem;
  }
  .modal__subtitle {
    font-size: 18px;
  }
  .modal__inner {
    padding: 32px;
  }
}

.models-banner__actions .btn::after, .model__actions .btn::after, .index-banner__button .btn::after, .catalog-menu-car__actions .btn::after, .mobile-main-menu__nav-link::after, .footer__nav-link::after, .contacts-info__time::before, .header-desktop__address span::before, .contacts-info__address::before, .header-mobile__phone a::before, .header-desktop__phone a::before, .contacts-info__callback-btn .btn::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: currentColor;
}

.header-mobile__phone a::before, .header-desktop__phone a::before, .contacts-info__callback-btn .btn::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2003_2872' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='17' height='17'%3E%3Cpath d='M16.5 16.5V0.5H0.5V16.5H16.5Z' fill='white' stroke='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2003_2872)'%3E%3Cpath d='M2.10498 2.74472L2.50748 3.14722' stroke='white' stroke-miterlimit='2.613'/%3E%3Cpath d='M6.53938 11.5922L10.3629 15.4157C11.6911 16.7439 13.8645 16.7439 15.1927 15.4157L16.3055 14.3029C16.5268 14.0816 16.5268 13.7193 16.3055 13.498L13.4881 10.6806C13.2668 10.4593 12.9044 10.4593 12.6831 10.6806L11.5704 11.7934C11.1276 12.2361 10.4031 12.2361 9.96044 11.7934L5.13069 6.96363C4.68793 6.52088 4.68793 5.79644 5.13069 5.35372L6.24347 4.24094C6.46481 4.01956 6.46481 3.65736 6.24347 3.43598L3.4261 0.61857C3.20472 0.397228 2.84248 0.397228 2.62114 0.61857L1.50836 1.73139C0.180157 3.05955 0.180157 5.23293 1.50836 6.56114L5.33192 10.3847M5.73442 10.7872L6.13688 11.1897' stroke='white' stroke-miterlimit='22.926'/%3E%3Cpath d='M12.167 11.197L15.7893 14.8193M2.10498 1.13497L5.72735 4.7573' stroke='white' stroke-miterlimit='22.926'/%3E%3C/g%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2003_2872' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='17' height='17'%3E%3Cpath d='M16.5 16.5V0.5H0.5V16.5H16.5Z' fill='white' stroke='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2003_2872)'%3E%3Cpath d='M2.10498 2.74472L2.50748 3.14722' stroke='white' stroke-miterlimit='2.613'/%3E%3Cpath d='M6.53938 11.5922L10.3629 15.4157C11.6911 16.7439 13.8645 16.7439 15.1927 15.4157L16.3055 14.3029C16.5268 14.0816 16.5268 13.7193 16.3055 13.498L13.4881 10.6806C13.2668 10.4593 12.9044 10.4593 12.6831 10.6806L11.5704 11.7934C11.1276 12.2361 10.4031 12.2361 9.96044 11.7934L5.13069 6.96363C4.68793 6.52088 4.68793 5.79644 5.13069 5.35372L6.24347 4.24094C6.46481 4.01956 6.46481 3.65736 6.24347 3.43598L3.4261 0.61857C3.20472 0.397228 2.84248 0.397228 2.62114 0.61857L1.50836 1.73139C0.180157 3.05955 0.180157 5.23293 1.50836 6.56114L5.33192 10.3847M5.73442 10.7872L6.13688 11.1897' stroke='white' stroke-miterlimit='22.926'/%3E%3Cpath d='M12.167 11.197L15.7893 14.8193M2.10498 1.13497L5.72735 4.7573' stroke='white' stroke-miterlimit='22.926'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.header-desktop__address span::before, .contacts-info__address::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.50016 9.70835C9.67377 9.70835 10.6252 8.75696 10.6252 7.58335C10.6252 6.40975 9.67377 5.45835 8.50016 5.45835C7.32656 5.45835 6.37516 6.40975 6.37516 7.58335C6.37516 8.75696 7.32656 9.70835 8.50016 9.70835Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50016 16.0834C11.3335 13.25 14.1668 10.713 14.1668 7.58335C14.1668 4.45374 11.6298 1.91669 8.50016 1.91669C5.37055 1.91669 2.8335 4.45374 2.8335 7.58335C2.8335 10.713 5.66683 13.25 8.50016 16.0834Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.50016 9.70835C9.67377 9.70835 10.6252 8.75696 10.6252 7.58335C10.6252 6.40975 9.67377 5.45835 8.50016 5.45835C7.32656 5.45835 6.37516 6.40975 6.37516 7.58335C6.37516 8.75696 7.32656 9.70835 8.50016 9.70835Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50016 16.0834C11.3335 13.25 14.1668 10.713 14.1668 7.58335C14.1668 4.45374 11.6298 1.91669 8.50016 1.91669C5.37055 1.91669 2.8335 4.45374 2.8335 7.58335C2.8335 10.713 5.66683 13.25 8.50016 16.0834Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.contacts-info__time::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.5V12.5L16 14.5M22 12.5C22 18.0228 17.5228 22.5 12 22.5C6.47715 22.5 2 18.0228 2 12.5C2 6.97715 6.47715 2.5 12 2.5C17.5228 2.5 22 6.97715 22 12.5Z' stroke='%23313131' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.5V12.5L16 14.5M22 12.5C22 18.0228 17.5228 22.5 12 22.5C6.47715 22.5 2 18.0228 2 12.5C2 6.97715 6.47715 2.5 12 2.5C17.5228 2.5 22 6.97715 22 12.5Z' stroke='%23313131' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.models-banner__actions .btn::after, .model__actions .btn::after, .index-banner__button .btn::after, .catalog-menu-car__actions .btn::after, .mobile-main-menu__nav-link::after, .footer__nav-link::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8L1 8M16 8L13.2727 5.33333L11.9091 4M16 8L13.2727 10.6667L11.9091 12' stroke='%23313131' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8L1 8M16 8L13.2727 5.33333L11.9091 4M16 8L13.2727 10.6667L11.9091 12' stroke='%23313131' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fixed-button {
  position: fixed;
  z-index: 110;
  bottom: 0;
  width: 100%;
  max-width: 1920px;
  left: 50%;
  transform: translate3d(-50%, 0, -1px);
  display: flex;
  justify-content: end;
  padding: var(--container-gutter);
  pointer-events: none;
}
.fixed-button__btn {
  pointer-events: all;
  display: block;
  background: #a6192e;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.fixed-button__btn::before, .fixed-button__btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 2px solid #a6192e;
  border-radius: 50%;
  animation: ripple 1.5s linear infinite;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.fixed-button__btn::after {
  animation-delay: 0.5s;
}
@media (min-width: 768px) {
  .fixed-button__btn {
    width: 64px;
    height: 64px;
  }
}

@keyframes ripple {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.logo {
  width: 10em;
}
.logo svg {
  width: 100%;
}
.logo svg [fill] {
  fill: currentColor;
}
.logo svg [stroke] {
  stroke: currentColor;
}

.contacts-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.contacts-info__phone-label {
  margin-bottom: 4px;
}
.contacts-info__phone-link {
  font-size: 1.28rem;
  font-weight: 600;
}
.contacts-info__callback-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.contacts-info__time, .contacts-info__address {
  display: inline-flex;
  gap: 4px;
  text-transform: uppercase;
  color: #979797;
}
@media (min-width: 992px) {
  .contacts-info {
    text-align: unset;
    align-items: unset;
  }
  .contacts-info__phone-link {
    font-size: 32px;
  }
  .contacts-info__callback-btn {
    max-width: 270px;
  }
  .contacts-info__time, .contacts-info__address {
    color: unset;
  }
}

.top-line {
  height: 4px;
  background: #d9d9d9;
}
.top-line::before {
  content: "";
  display: block;
  height: 100%;
  width: var(--scroll-progress, 0%);
  max-width: 100%;
  background: #a6192e;
  transition: 0.1s;
  transition-timing-function: ease-out;
}
@media (max-width: 991px) {
  .top-line {
    display: none;
  }
}

.header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0;
}
.header__desktop {
  display: none;
  /* transition: all 0.4s ease-in-out; */
}
.header__desktop, .header__mobile {
  background: #fff;
  color: #313131;
  border-bottom: 1px solid #d6d6d6;
}
.header--transparent .header__sizer {
  position: absolute;
  width: 100%;
}
.header--transparent:not(.menu-active):not(.scrolled) .header__desktop, .header--transparent:not(.menu-active):not(.scrolled) .header__mobile {
  background-color: transparent;
  /* backdrop-filter: blur(2px); */
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 2.37%, rgba(255, 255, 255, 0) 50%), rgba(255, 255, 255, 0) 50% / cover no-repeat; */
  color: #fff;
  border-bottom: 1px solid transparent;
}
.header--transparent{
  /* transition: all 0.4s ease-in-out; */
}
.scrolled .header-desktop{
  padding-top: 15px;
  padding-bottom: 15px;
}
/*
.scrolled .header-mobile{
  overflow: hidden;
  visibility: hidden;
  
} */
@media (min-width: 992px) {
  .header__desktop {
    display: block;
  }
  .header__mobile, .header__mobile-menu {
    display: none !important;
  }
}

.header-desktop {
  padding-top: 30px;
  padding-bottom: 30px;
  --container-width: 1860px;
  font-size: 12px;
  transition: all 0.4s ease-in-out;
}
.header-desktop__inner {
  display: flex;
  align-items: center;
  gap: 38px;
}
.header-desktop__nav {
  margin-right: auto;
  display: flex;
  gap: 32px;
}
.header-desktop__nav-link {
  text-transform: uppercase;
  white-space: nowrap;
}
.header-desktop__nav-link--drop {
  font-weight: 600;
  display: flex;
  gap: 8px;
}
.header-desktop__nav-link--drop::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.92744 4.16124C2.87496 4.10973 2.81323 4.06947 2.74577 4.04274C2.67831 4.01602 2.60644 4.00335 2.53427 4.00547C2.46209 4.00759 2.39103 4.02446 2.32513 4.0551C2.25923 4.08575 2.19979 4.12957 2.1502 4.18408C2.10061 4.23858 2.06184 4.3027 2.03611 4.37276C2.01037 4.44283 1.99818 4.51747 2.00022 4.59243C2.00226 4.66739 2.0185 4.7412 2.048 4.80964C2.07751 4.87808 2.11971 4.93982 2.17219 4.99132L7.11928 9.84395C7.22134 9.94416 7.35646 10 7.49691 10C7.63736 10 7.77248 9.94416 7.87454 9.84395L12.8222 4.99132C12.8758 4.94016 12.9191 4.87844 12.9496 4.80974C12.98 4.74105 12.9971 4.66675 12.9997 4.59117C13.0022 4.51558 12.9903 4.44022 12.9646 4.36945C12.9389 4.29869 12.9 4.23393 12.85 4.17894C12.8 4.12395 12.74 4.07983 12.6734 4.04913C12.6069 4.01844 12.5351 4.00178 12.4623 4.00014C12.3895 3.99849 12.3171 4.01188 12.2493 4.03954C12.1815 4.0672 12.1197 4.10856 12.0675 4.16124L7.49691 8.64392L2.92744 4.16124Z' fill='%237984A5'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.92744 4.16124C2.87496 4.10973 2.81323 4.06947 2.74577 4.04274C2.67831 4.01602 2.60644 4.00335 2.53427 4.00547C2.46209 4.00759 2.39103 4.02446 2.32513 4.0551C2.25923 4.08575 2.19979 4.12957 2.1502 4.18408C2.10061 4.23858 2.06184 4.3027 2.03611 4.37276C2.01037 4.44283 1.99818 4.51747 2.00022 4.59243C2.00226 4.66739 2.0185 4.7412 2.048 4.80964C2.07751 4.87808 2.11971 4.93982 2.17219 4.99132L7.11928 9.84395C7.22134 9.94416 7.35646 10 7.49691 10C7.63736 10 7.77248 9.94416 7.87454 9.84395L12.8222 4.99132C12.8758 4.94016 12.9191 4.87844 12.9496 4.80974C12.98 4.74105 12.9971 4.66675 12.9997 4.59117C13.0022 4.51558 12.9903 4.44022 12.9646 4.36945C12.9389 4.29869 12.9 4.23393 12.85 4.17894C12.8 4.12395 12.74 4.07983 12.6734 4.04913C12.6069 4.01844 12.5351 4.00178 12.4623 4.00014C12.3895 3.99849 12.3171 4.01188 12.2493 4.03954C12.1815 4.0672 12.1197 4.10856 12.0675 4.16124L7.49691 8.64392L2.92744 4.16124Z' fill='%237984A5'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.header-desktop__nav-link--drop.active::after {
  transform: rotate(180deg);
}
.header-desktop__info {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header-desktop__phone {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.header-desktop__phone a {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.header-desktop__availability{
  color: #23b620 !important;
}
.header-desktop__availability, .header-mobile__availability {
  font-size: 12px;
  color: #23b620;
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-desktop__availability::before, .header-mobile__availability::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
}
.header-desktop__address {
  font-weight: 600;
  text-transform: uppercase;
}
.header-desktop__address span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-mobile {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-mobile__inner {
  display: flex;
  align-items: center;
  gap: 28px;
}
.header-mobile__logo {
  margin-right: auto;
}
.header-mobile__phone {
  display: flex;
  gap: 8px;
  align-items: center;
}
.header-mobile__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 26px;
  height: 26px;
  gap: 6px;
  transition: 0.2s;
}
.header-mobile__toggle span{
  width: 100%;
}
.header-mobile__toggle > * {
  margin: -1px 0;
  height: 2px;
  background: currentColor;
  transition: 0.05s;
}
.header-mobile__toggle.active {
  gap: 0px;
}
.header-mobile__toggle.is-back span:nth-child(1) {
  width: 33%;
  transform-origin: left;
  transform: rotate(45deg);
}
.header-mobile__toggle.is-back span:nth-child(3) {
  width: 33%;
  transform-origin: left;
  transform: rotate(-45deg);
}

.mobile-menu {
  transform: translateX(-100%);
  width: 100%;
  opacity: 0;
  position: absolute;
  height: calc(100vh - var(--header-height));
  height: calc(100dvh - var(--header-height));
  overflow-y: auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 32px;
  transition: 0.2s;
  transition-property: transform, opacity;
}
.mobile-menu__main {
  flex-grow: 1;
}
.mobile-menu__main .swiper {
  height: 100%;
}
.mobile-menu__contacts-info {
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.mobile-menu.active {
  transform: none;
  opacity: 1;
}

.mobile-main-menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mobile-main-menu__nav, .footer__nav {
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
}
.mobile-main-menu__nav-link, .footer__nav-link {
  text-transform: uppercase;
  padding: 14px 20px;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  gap: 12px;
}
.mobile-main-menu__nav-link::after, .footer__nav-link::after {
  margin-left: auto;
}
.mobile-main-menu__actions {
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
}
.mobile-main-menu__actions-link {
  text-transform: uppercase;
  padding: 14px 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-models-menu {
  display: flex;
  flex-direction: column;
}
.mobile-models-menu__group {
  display: flex;
  flex-direction: column;
}
.mobile-models-menu__group-toggle {
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
}
.mobile-models-menu__group-toggle::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background: currentColor;
}
.mobile-models-menu__group-collapse {
  display: flex;
  flex-direction: column;
}
.mobile-models-menu__link {
  padding: 6px 20px 6px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
}

.header__catalog-menu {
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0px 10px 15px -15px black;
}
@media (max-width: 991px) {
  .header__catalog-menu {
    display: none !important;
  }
}

.catalog-menu__close {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  margin: 32px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7781 4.22192L4.22173 19.7783' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M19.7781 19.7781L4.22173 4.22173' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  cursor: pointer;
}
.catalog-menu__close:hover {
  opacity: 1;
}
.catalog-menu__card {
  background: #f6f7f7;
}
.catalog-menu__inner {
  display: grid;
  grid-template-columns: 250fr 270fr 750fr;
}
.catalog-menu__tabs {
  grid-column: span 2;
}
.catalog-menu-tabs__inner {
  height: 100%;
  display: grid;
  grid-template-columns: 250fr 270fr;
}
.catalog-menu-tabs__inner .tab-content {
  display: grid;
}
.catalog-menu-tabs__l1 {
  display: flex;
  flex-direction: column;
}
.catalog-menu-tabs__l1-item {
  text-align: left;
  padding: 48px;
  opacity: 0.5;
}
.catalog-menu-tabs__l1-item img {
  width: 100%;
}
.catalog-menu-tabs__l1-item:not(:last-child) {
  border-bottom: 1px solid #e3e4e4;
}
.catalog-menu-tabs__l1-item.active {
  opacity: 1;
}
.catalog-menu-tabs__l2 {
  height: 100%;
  max-height: 60vh;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: auto;
}
.catalog-menu-tabs__l2-item {
  text-align: left;
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 600;
  opacity: 0.5;
}
.catalog-menu-tabs__l2-item.active {
  opacity: 1;
}

.catalog-menu-car {
  background: linear-gradient(180deg, #dadada 0%, #e9e9e9 35.01%, #f1f1f1 51.12%, #f8f8f8 100%);
  position: relative;
  padding: 32px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.catalog-menu-car__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  margin: 32px;
}
.catalog-menu-car__bg::before {
  content: "";
  flex: 2;
}
.catalog-menu-car__bg::after {
  content: "";
  flex: 1;
}
.catalog-menu-car__bg img {
  width: 80%;
  opacity: 0.1;
}
.catalog-menu-car__img {
  grid-column: span 2;
}
.catalog-menu-car__img img {
  width: 80%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
}
.catalog-menu-car__prices {
  display: flex;
  gap: 10px;
}
.catalog-menu-car__price {
  font-size: 1.85rem;
  font-weight: 600;
}
.catalog-menu-car__price--old {
  color: #979797;
}
.catalog-menu-car__actions {
  display: flex;
  gap: 10px;
}
.footer {
  background: #f6f7f7;
  padding-bottom: 40px;
  padding-top: 40px;
}
.footer__inner {
  display: grid;
  gap: 24px;
}
.footer__nav {
  margin: 0 calc(var(--container-gutter) * -1);
}
.footer__description {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 24px;
  color: #979797;
}
@media (min-width: 992px) {
  .footer {
    padding-bottom: 64px;
  }
  .footer__inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__nav {
    order: 2;
    grid-column: 3/4;
    margin: unset;
  }
  .footer__nav-link {
    border-bottom: unset;
  }
  .footer__description {
    margin-top: 64px;
  }
}

.top-banner img {
  width: 100%;
}
@media (max-width: 991px) {
  .top-banner {
    display: none;
  }
}

.top-banner {
  background: #0f8296;
  background-image: url(../img/top-banner-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.top-banner__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 10px 0;
}
.top-banner__left, .top-banner__right {
  font-size: 24px;
  font-weight: 500;
}
.top-banner__left b, .top-banner__right b {
  font-size: 65px;
  font-weight: 700;
}
.top-banner__center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-banner__right {
  justify-self: end;
}
.top-banner__title {
  font-size: 18px;
  text-transform: uppercase;
}
.top-banner__asset {
  margin-top: -10px;
  margin-bottom: -8px;
}
.top-banner__asset img {
  width: 419px;
}

.index-banner {
  padding-top: 9% !important;
  position: relative;
  z-index: 0;
  margin-top: 0;
  background: #49718b;
  color: #fff;
  padding: calc(var(--header-height) + var(--gutter)) 0 var(--gutter);
  height: 100vh;
  min-height: 480px;
  max-height: clamp(640px, 50vw, 620px);
}
.index-banner__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.index-banner__content {
  margin-bottom: 32px;
}
.index-banner__description {
  margin-bottom: 12px;
}
.index-banner__title {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.index-banner__button {
  max-width: 21.5rem;
}
@media (min-width: 768px) {
  .index-banner__description {
    font-size: 1.285rem;
    font-weight: 500;
  }
  .index-banner__title {
    font-size: 3.42rem;
  }
}

.tabs__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 18px;
}
.tabs__l1 {
  display: flex;
  justify-content: center;
}
.tabs__l1-item {
  width: 100px;
}
.tabs__l1-item img {
  opacity: 0.5;
}
.tabs__l1-item.active {
  opacity: 1 !important;
}
.tabs__l1-item.active img {
  opacity: 1;
}
.tabs__vr {
  border-left: 1px solid #979797;
  margin-left: 12px;
  margin-right: 12px;
}
.tabs__l2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
.tabs__l2-item {
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
}
.tabs__l2-item span {
  opacity: 0.5;
}
.tabs__l2-item.active {
  opacity: 1 !important;
  border-bottom-color: #a6192e;
}
.tabs__l2-item.active span {
  opacity: 1;
}
@media (min-width: 768px) {
  .tabs__inner {
    margin-bottom: 32px;
  }
  .tabs__vr {
    margin-left: 32px;
    margin-right: 32px;
  }
  .tabs__l1-item {
    width: 11.42rem;
  }
  .tabs__l2 {
    gap: 16px 32px;
  }
  .tabs__l2-item {
    font-size: 18px;
    font-weight: 600;
  }
}

.models {
  --gutter-x: 8px;
  --gutter-y: 24px;
  --items: 2;
  background: #f6f7f7;
  padding: 32px 0;
}
.models__grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--gutter-x) / -2);
  margin-right: calc(var(--gutter-x) / -2);
  margin-top: calc(var(--gutter-y) * -1);
}
.models__item, .models__banner {
  width: calc(100% / var(--items));
  padding-left: calc(var(--gutter-x) / 2);
  padding-right: calc(var(--gutter-x) / 2);
  margin-top: var(--gutter-y);
}
.models__banner {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .models__banner:nth-child(even) .models-banner__actions .btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .models {
    --gutter-x: 24px;
    --gutter-y: 24px;
  }
}
@media (min-width: 768px) {
  .models__banner {
    flex-grow: 0;
  }
}
@media (min-width: 992px) {
  .models {
    --items: 3;
  }
}

.model {
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
}
.model__badges {
  position: absolute;
  z-index: 2;
  margin: 4px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2px;
}
.model__image {
  background: #f6f7f7;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 8px;
}
.model__image img {
  width: 100%;
  aspect-ratio: 10/6;
  object-fit: contain;
}
.model__ribbon {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -5rem;
  right: -5rem;
  height: 1.7rem;
  background: #a6192e;
  background-image: url(../img/ribbon.png);
  background-size: auto 100%;
  transform: rotate(-8deg);
  transform-origin: center bottom;
}
.model__content {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 18px;
}
.model__head {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.model__head-main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.model__name {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
.model__mod {
  font-size: 13px;
  text-transform: uppercase;
}
.model__head-timer {
  height: 0;
}
.model__props {
  margin-top: 24px;
  margin-bottom: 24px;
}
.model__prices {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.model__price {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}
.model__price--current {
  font-size: 18px;
}
.model__price--old {
  color: #979797;
  order: -1;
}
.model__actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.model__actions .btn {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .model__mod, .model__head-timer, .model__props {
    display: none !important;
  }
  .model__actions .btn {
    font-size: 13px;
    height: 32px;
    padding: 0;
    gap: 8px;
    text-transform: unset;
  }
  .model__actions .btn .hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .model {
    padding-bottom: 32px;
  }
  .model__badges {
    margin: 12px;
    gap: 4px;
  }
  .model__image {
    margin-bottom: 24px;
  }
  .model__ribbon {
    transform-origin: 25% bottom;
  }
  .model__content {
    padding-left: 12px;
    padding-right: 12px;
  }
  .model__name {
    font-size: 1.85rem;
    text-transform: uppercase;
  }
  .model__prices {
    flex-direction: row;
    gap: 10px;
  }
  .model__price {
    font-size: 1.85rem;
  }
  .model__price--old {
    order: unset;
  }
  .model__actions {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.model-props {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.model-props__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.model-props__item-icon {
  flex-shrink: 0;
}
.model-props__item-text {
  text-transform: uppercase;
}

.models-banner {
  display: flex;
  flex-direction: column;
  min-height: 265px;
  height: 100%;
  padding: 32px 8px;
  background: #313131;
  color: #fff;
  background-image: url(../img/model-banner.jpg);
  background-size: cover;
  background-position: center;
}
.models-banner__content {
  display: flex;
  flex-direction: column;
}
.models-banner__actions {
  margin-top: auto;
}
.models-banner__actions .btn {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .models-banner__title {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) {
  .models-banner {
    min-height: 40rem;
    padding: 64px 12px 32px;
  }
}

.timer {
  display: flex;
  flex-direction: column;
}
.timer__title {
  text-align: center;
  color: #979797;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.timer__list {
  display: flex;
  gap: 4px;
}
.timer__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.timer__item-value {
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 2px;
  padding: 4px;
  border-radius: 5px;
  background: #a6192e;
  color: #fff;
}
.timer__item-name {
  color: #d6d6d6;
  font-size: 0.75rem;
}

.about__inner {
  background: #313131;
  background-image: url(../img/about-bg-m.jpg);
  background-size: cover;
  background-position: 50% 65%;
  color: #fff;
  padding: var(--container-gutter);
  display: flex;
  flex-direction: column;
}
.about__top {
  margin-bottom: 15rem;
}
.about__title, .feedback-card__title, .feedback-form__title, .models-banner__title {
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 12px;
}
.about__text, .feedback-card__subtitle, .feedback-form__subtitle, .models-banner__subtitle {
  font-weight: 500;
}
.about__bottom {
  margin-top: auto;
}
@media (max-width: 767px) {
  .about__container {
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 478px) {
  .about__inner {
    background-image: url(../img/about-bg.jpg);
    background-position: 47% 80%;
  }
}
@media (min-width: 768px) {
  .about__inner {
    padding: 48px 32px;
  }
  .about__top {
    margin-bottom: 15rem;
  }
  .about__title, .feedback-card__title, .feedback-form__title, .models-banner__title {
    font-size: 2.28rem;
  }
  .about__text, .feedback-card__subtitle, .feedback-form__subtitle, .models-banner__subtitle {
    font-size: 1.28rem;
    max-width: 29em;
  }
}
@media (max-width: 768px) {
  .index-banner{
    padding-top: 30% !important;
  }
}


.feedback-form__inner {
  display: grid;
  gap: 12px 24px;
}
.feedback-form__image img {
  width: 100%;
  max-height: 562px;
  min-height: 100%;
  object-fit: cover;
}
.feedback-form__content {
  display: flex;
  flex-direction: column;
}
.feedback-form__subtitle {
  font-weight: 400;
}
.feedback-form__form {
  margin-top: 18px;
  margin-bottom: 18px;
}
.feedback-form__benefits {
  margin-top: auto;
}
.feedback-form .form__descr {
  color: #979797;
}
@media (max-width: 767px) {
  .feedback-form .container {
    padding: 0;
    max-width: unset;
  }
  .feedback-form__image {
    order: -1;
    height: 230px;
  }
  .feedback-form__image img {
    width: 100%;
    height: 100%;
  }
  .feedback-form__content {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}
@media (min-width: 768px) {
  .feedback-form__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .feedback-form__form {
    margin-top: 48px;
  }
}

.feedback-form-benefits {
  font-size: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16.5rem, 1fr));
  grid-gap: 12px;
}
.feedback-form-benefits__item {
  padding: 0 6px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.feedback-form-benefits__item-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.gifts__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-right: -25px;
  padding-right: 5px;
}
.gifts__content {
  padding: 24px;
  padding-right: 40px;
  position: relative;
  z-index: 2;
  color: #fff;
}
.gifts__content::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f8296;
  transform-origin: top left;
  transform: skewX(-12deg);
  box-shadow: 4px 0 5px rgba(0, 0, 0, 0.1);
}
.gifts__title {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 16px;
}
.gifts__subtitle {
  font-size: 18px;
}
.gifts__list {
  display: flex;
  flex-direction: row-reverse;
}
.gifts__item {
  flex: 1;
  padding: 40px 0;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 0;
}
.gifts__item::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  transform: skewX(-12deg);
  background: #f6f7f7;
  box-shadow: 4px 0 5px rgba(0, 0, 0, 0.1);
}
.gifts__item-ico {
  margin-bottom: 12px;
}
.gifts__item-text {
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 991px) {
  .gifts {
    display: none;
  }
}

.feedback-card__bg {
  background: #313131;
  background-image: url(../img/feedback-card-bg.jpg);
  background-size: cover;
  background-position: 55% 50%;
  height: 230px;
  margin-bottom: 12px;
}
.feedback-card__text-content {
  margin-bottom: 18px;
}
.feedback-card__subtitle {
  max-width: unset;
}
@media (max-width: 767px) {
  .feedback-card .container {
    padding: 0;
    max-width: unset;
  }
  .feedback-card__content {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}
@media (min-width: 992px) {
  .feedback-card__inner {
    position: relative;
    z-index: 0;
    padding: 50px 32px;
    color: #fff;
  }
  .feedback-card__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    
  }
  .feedback-card__content .checkmark{
        border-color: white !important;
    }
    .feedback-card__content .checkmark::after{
          border-color: white !important;
        }
  .feedback-card__text-content {
    align-self: center;
  }
  .feedback-card__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .feedback-card__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), linear-gradient(91.42deg, rgba(0, 0, 0, 0) -1.64%, rgba(0, 0, 0, 0.2) 84.95%);
  }
  .feedback-card__title {
    font-size: 2.28rem;
  }
  .feedback-card .form__descr a {
    color: inherit;
  }
}

.timer-section__title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.timer-section__timer .timer__item-value {
  background: transparent;
  padding: 0;
  margin-bottom: 6px;
  gap: 2px;
}
.timer-section__timer .timer__item-value span {
  font-size: 28px;
  font-weight: 600;
  height: 52px;
  width: 38px;
  line-height: 52px;
  background: linear-gradient(180deg, #0f8296 4.33%, #14a0b6 52.4%, #0f8296 100%);
  border-radius: 2px;
}
.timer-section__timer .timer__item-div {
  font-size: 28px;
  font-weight: 600;
  line-height: 52px;
  color: #d6d6d6;
}
.timer-section__timer .timer__item-name {
  color: unset;
  text-transform: uppercase;
  font-size: unset;
}
.timer-section__form .form__descr {
  text-align: left;
}
@media (max-width: 767px) {
  .timer-section__form {
    display: none;
  }
}
@media (min-width: 768px) {
  .timer-section {
    padding-top: 24px;
    padding-bottom: 24px;
    background: #f6f7f7;
  }
  .timer-section__inner {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .timer-section__title {
    text-align: left;
    text-transform: uppercase;
  }
  .timer-section__timer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 992px) {
  .timer-section__title {
    font-size: 1.7rem;
    margin-bottom: 16px;
  }
  .timer-section__timer .timer__item-value {
    margin-bottom: 4px;
  }
  .timer-section__timer .timer__item-value span {
    font-size: 2.57rem;
    height: 4rem;
    width: 3.42rem;
    line-height: 4rem;
  }
  .timer-section__timer .timer__item-div {
    font-size: 2.57rem;
    line-height: 4rem;
  }
  .timer-section__form {
    grid-template-columns: repeat(2, 1fr);
  }
  .timer-section__form .btn {
    margin-top: unset;
  }
  .timer-section__form .form__descr {
    grid-column: 1/-1;
  }
}

.modal-new {
  padding: 0;
  background-size: cover;
  background-position: center;
}
.modal-new__inner {
  padding: 42px 14px 32px;
}
.modal-new__title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1;
}
.modal-new__title span {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.modal-new__subtitle {
  margin-bottom: 24px;
  line-height: 1.5;
}
.modal-new__car img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.modal-new__car-d {
  display: none;
}
.modal-new__car-d img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.modal-new__prices {
  margin-bottom: 30px;
}
.modal-new__price--current {
  font-size: 26px;
  font-weight: 600;
}
.modal-new__price--old {
  font-size: 18px;
  font-weight: 600;
  color: #979797;
 
}
.modal-new__price--benefit {
  position: relative;
  z-index: 0;
  color: #fff;
  padding: 4px 18px 4px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-new__price--benefit::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #0f8296;
  border-radius: 2px;
}
.modal-new__form-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.modal-new__form .input {
  background: #f6f7f7;
}
.modal-new__benefits {
  margin-top: 24px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
}
.modal-new__btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .modal-new__prices {
    display: grid;
    grid-template-columns: auto auto;
    align-items: baseline;
    row-gap: 10px;
  }
  .modal-new__price--benefit {
    grid-column: 1/-1;
    order: -1;
    justify-self: end;
    margin-top: -12px;
    overflow: hidden;
  }
  .modal-new__price--benefit::before {
    margin-right: -4px;
    transform-origin: top left;
    transform: skewX(30deg);
  }
  .modal-new--recall {
    background-image: url(../img/modals/modal-recall_bg-m.jpg);
  }
  .modal-new--recall .modal-new__form {
    margin-top: 120px;
    color: #fff;
  }
  .modal-new--offer {
    background-image: url(../img/modals/modal-offer_bg-m.jpg);
  }
  .modal-new--offer .modal-new__content-top {
    position: relative;
    z-index: 0;
    filter: drop-shadow(6px 0px 18px rgba(0, 0, 0, 0.25));
  }
  .modal-new--offer .modal-new__content-top::before {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    inset: -42px -14px -60px;
    background: linear-gradient(88.9deg, #f6f7f7 65.79%, rgba(246, 247, 247, 0.6) 97.34%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 0% 100%);
  }
  .modal-new--offer .modal-new__form {
    margin-top: 140px;
    color: #fff;
  }
  .modal-new--thanks {
    background-image: url(../img/modals/modal-tranks_bg-m.jpg);
  }
  .modal-new--thanks .modal-new__inner {
    height: 500px;
    display: grid;
  }
  .modal-new--thanks .modal-new__content-top {
    display: flex;
    flex-direction: column;
  }
  .modal-new--thanks .modal-new__btn {
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .modal-new {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 1280px !important;
  }
  .modal-new__inner {
    width: min(624px, 50%);
    min-height: min(624px, 100vh);
    padding: 48px;
    padding-right: 100px;
    position: relative;
    z-index: 0;
    background: linear-gradient(128.73deg, #f6f7f7 65.47%, rgba(246, 247, 247, 0.7) 82.13%);
    -webkit-clip-path: polygon(0 0, calc(100% - 100px) 0%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 100px) 0%, 100% 100%, 0 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .modal-new__title span {
    font-size: 48px;
  }
  .modal-new__subtitle {
    font-size: 18px;
  }
  .modal-new__car {
    display: none;
  }
  .modal-new__car-d {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - min(624px, 50%));
    padding-right: 40px;
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal-new__prices {
    margin-top: 16px;
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .modal-new__price--current {
    grid-column-start: 1;
  }
  .modal-new__price--old {
    grid-column-start: 1;
    text-decoration: line-through;
  }
  .modal-new__price--benefit {
    font-size: 18px;
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: -50px;
    padding-right: 50px;
  }
  .modal-new__benefits {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 14px;
  }
  .modal-new__form .input {
    background: #fff;
  }
  .modal-new--credit {
    background-image: url(../img/modals/modal-car_bg.jpg);
  }
  .modal-new--tradein {
    background-image: url(../img/modals/modal-car_bg.jpg);
  }
  .modal-new--recall {
    background-image: url(../img/modals/modal-recall_bg.jpg);
  }
  .modal-new--offer {
    background-image: url(../img/modals/modal-offer_bg.jpg);
  }
  .modal-new--thanks {
    background-image: url(../img/modals/modal-tranks_bg.jpg);
  }
  .modal-new .fancybox-close-small {
    width: 60px;
    height: 60px;
    top: 50px;
    right: 50px;
  }
}

.telephone-timer-input {
    position: relative;
}
.feedback-card .error{
  color: white;
} 
span.error {
    color: #d02d2d;
}

.telephone-timer-input #telephone-error {
    margin-top: 8px;
    display: flex;
    font-size: 12px;
}


/* Чекбокс */

.feedback-card .checkbox-wrap .agreement-text{
  color: white;
  & a{
    color: white;
  }
}

@keyframes shake {
      0% { transform: translateX(0); }
      25% { transform: translateX(-4px); }
      50% { transform: translateX(4px); color: red; }
      75% { transform: translateX(-2px); }
      100% { transform: translateX(0); }
    }

     button.inactive {
      background: #9ca5b3 !important;
      cursor: not-allowed;
      border: 1px solid transparent;

      &:hover{
        background: #9ca5b3 !important;
        opacity: 0.9;
      }
    }

    .checkbox-wrap {
      display: flex;
      align-items: center;
      gap: 8px;
      &:hover{
         & .checkmark {
      
      border-color: green;
    }
      }
    }

    .custom-checkbox {
      display: inline-flex;
          align-items: center;
          gap: 8px;
          font-family: sans-serif;
          cursor: pointer;
          user-select: none;
          font-size: 16px;
          background: transparent;
    }

    .custom-checkbox input {
      opacity: 0;
      width: 0;
      height: 0;
    }

    .checkmark {
     width: 16px;
          height: 16px;
          border-radius: 4px;
          border: 1px solid #AF9D89;
          position: relative;
          transition: all 0.2s ease;
          cursor: pointer;
    }

    .custom-checkbox input:checked + .checkmark {
      background-color: transparent;
      border-color: green;
    }

    .checkmark::after {
      content: "";
      position: absolute;
      display: none;
    }

    .custom-checkbox input:checked + .checkmark::after {
      display: block;
    }

    .custom-checkbox .checkmark::after {
     content: "";
          position: absolute;
          display: none;
          top: -1px;
          left: 4px;
          width: 6px;
          height: 12px;
          border: solid green;
          border-width: 0 2px 2px 0;
          transform: rotate(45deg);
    }

    .checkbox-wrap .agreement-text {
      font-size: 12px;
      line-height: 15px;
      color: #333;
      cursor: pointer;
      display: block;
    }

    .agreement-text a {
      color: initial;
      text-decoration: underline;
      &:hover{
        opacity: 0.8;
      }
    }

    .highlighted {
      color: red !important;
      animation: shake 0.4s;
      
      & a{
        color: red !important;
      }
    }

        /* Политика   */

  .politic{
    position: fixed;
    bottom: 5%;
    margin: 0 auto;
    margin-left: 16px;
    box-shadow: 2px 2px 8px gray;
    z-index: 5;
    display: none;
  }
   .politic.active{
      display: block;
    }
    .politic__wrapper{
    background-color: #FFF;
    padding: 12px;
    max-width: 519px;
    display: flex;
    gap: 16px;
    width: 100%;
    position: relative;
    
    }
    .politic span{
      z-index: 2;
      color: #313131;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 12px;
      letter-spacing: 0.06px;
      text-transform: uppercase;
     
    }
    .politic span a{
        color: #0F8296;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 14.4px;
        cursor: pointer;
        &:hover{
          text-decoration-line: none;
          opacity: 0.8;
        }
    }
    .politic button{
      z-index: 2;
      position: relative;
      color: #FFF;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 19.2px;
      background-color: #A6192E;
      transition: var(--transition);
      cursor: pointer;
      padding: 12px 20px;
      &:hover{
        opacity: 0.9;
      }
    }
  @media (max-width: 768px) {
    .politic{
      bottom: 2%;
    }
     .politic__wrapper{
        text-align: center;
        padding: 16px;
        gap: 20px;
        flex-direction: column;
      }
     
      .politic span{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        & a{
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px;
        }
      }
      .politic button{
        padding: 18px;
      }
  }