.model-content h1 {
  font-size: 36px;
}

.lazy.entered {
  opacity: 1;
}

.model-content__price-main {
  font-weight: 500;
  color: #E74929;
}

.viewer-count span {
  color: #E74929;
}

.car-card__preview-top-label-model {
  background: #E74929;
  color: #fff;
  padding: 4px 12px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 4px 0px 4px;
}

.marks-popular {
  margin-bottom: 40px;
  grid-template-columns: repeat(12, 1fr);
}

.marks-popular .mark-link__img {
  max-width: 79px;
  height: 50px;
  width: 100%;
  height: 50px;
}

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

.card-liquidation .car-card__preview {
  position: relative; /* Это важно для правильного позиционирования псевдоэлемента */
  overflow: hidden; /* Ограничивает видимость дочерних элементов */
}

.card-liquidation-banner {
  position: absolute;
  bottom: 10px;
  left: -30px;
  display: flex;
  width: 110%;
  text-align: center;
  align-content: center;
  height: 32px;
  font-weight: 500;
  transform: rotate(15deg);
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  background: #E74929;
  box-sizing: border-box;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.header-nav {
  display: ruby;
}

.header-nav__item {
  padding: 0 6px;
}

span.header-nav__item {
  display: block;
}

.--active-orange {
  box-shadow: inset 0 -2px 0 #e74929;
}

.header-offer-containe {
  position: absolute;
}

html.--fancybox-ofb  {
  overflow: hidden;
}

html.--fancybox-disable-overflow  {
  overflow: hidden;
}

@media (min-width: 1100px) {
  #callback-widget-button {
      margin-right: 0px;
  }

  html.--fancybox-ofb  {
      /* padding-right: var(--scrollbar-width, 15px); */
  }
  
  html.--fancybox-disable-overflow  {
      /* padding-right: var(--scrollbar-width, 15px); */
  }
  
  html.--header-marks-active {
      overflow: hidden;
      padding-right: var(--scrollbar-width, 15px);
  }
}

@media (max-width: 1500px) {
  .header-geo {
      display: none;
  }
  p.modal-offer__text {
      font-size: 14px;
  }
  .modal-offer__grid .modal-offer__content {
      padding: 40px 50px;
  }
}

@media (max-width: 1200px) {
  .header-nav__item {
      padding: 0 5px;
  }
}

@media (max-width: 1100px) {
  html.--fancybox-ofb  {
      padding-right: var(--scrollbar-width, 0px);
  }

  .header-nav {
      display: none;
  }
  
  .header-nav__item {
      padding: unset;
  }

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

  .marks-popular {
      grid-template-columns: repeat(4, 1fr);
  }

  .marks-popular .mark-link__img {
      margin: auto;
  }

  .hero__main .swiper-slide::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(rgb(0 0 0 / 73%), rgb(0 0 0 / 0%));
      z-index: 1;
  }

  .hero__main .hero-carousel__heading {
      z-index: 2;
      font-size: 20px;
  }

  .hero__main .swiper-slide .btn {
      z-index: 2;
  }
}


.baner-stock {
  overflow: hidden;
  position: relative;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, color-stop(48%, rgba(255, 255, 255, 0)), color-stop(65%, rgb(231, 73, 41)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 48%, rgb(231, 73, 41) 65%);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.baner-stock.active {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

/* .baner-stock .container {
  width: 100%;
  padding: 0 16px;
  position: relative;
  max-width: 1600px;
} */

.baner-stock__image {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
}

.baner-stock__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.baner-stock__image-car {
  max-width: 630px;
  position: relative;
  z-index: 3;
  height: 100%;
}

.baner-stock__image-car img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

.baner-stock__image-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 50%;
}

.baner-stock__image-left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.baner-stock__content {
  z-index: 1;
  position: relative;
  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;
  height: 170px;
}

.baner-stock__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  position: relative;
  max-width: 40%;
}

.baner-stock__left-title {
  color: #E74929;
  font-family: "Inter";
  font-size: 44px;
  font-style: italic;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: -0.88px;
  text-transform: uppercase;
}

.baner-stock__left-title span {
  display: none;
}

.baner-stock__left-title-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.baner-stock__left-title-bottom h3 {
  color: #E74929;
  font-family: "Inter";
  font-size: 64px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
  /* 43.75% */
  letter-spacing: -1.28px;
}

.baner-stock__left-button {
  border-radius: 8px;
  background-color: #E74929;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: none;

}

.baner-stock__left-button:hover {
  color: #F6F6F6;
  background-color: #f05b3d;
}

.baner-stock__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  max-width: 60%;
  width: 100%;
  position: relative;
  height: 100%;
}

.baner-stock__right-button {
  display: none;
}

.baner-stock__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.baner-stock__time-wrapper {
  margin-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  position: relative;
  z-index: 3;
}

.baner-stock__time-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.baner-stock__time-box {
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
}

.baner-stock__time-box-number {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.baner-stock__time-box-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  color: white;
  position: absolute;
  bottom: -22px;
  text-align: center;
}

.baner-stock__close {
  position: absolute;
  z-index: 3;
  border-radius: 8px;
  border: 1px solid #F6F6F6;
  backdrop-filter: blur(5px);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: auto;
  right: 50px;
  top: 20px;
}

.baner-stock__close svg {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  stroke: #F6F6F6;
}

.baner-stock__close:hover {
  border: 1px solid #96A0A7;
}

.baner-stock__close:hover svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
          stroke: #96A0A7;
}

.car-card  .model-content__buttons {
  padding: 0px 10px 10px 10px;
}

@media (max-width: 1400px) {
  .baner-stock__content {
    height: auto;
  }

  .baner-stock__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 15px 0;
  }

  .baner-stock__left-title {
    color: #E74929;
    font-family: "Inter";
    font-size: 44px;
    font-style: italic;
    font-weight: 800;
    line-height: 41px;
    letter-spacing: -0.88px;
    text-transform: uppercase;
  }

  .baner-stock__left-title span {
    display: block;
  }

  .baner-stock__left-title-bottom h3 {
    display: none;
  }

  .baner-stock__left-button {
    width: 160px;
    text-align: center;
  }

  .baner-stock__right {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .baner-stock__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    position: relative;
    z-index: 3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
  }

  .baner-stock__time-wrapper {
    margin-left: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .baner-stock__time-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }

  .baner-stock__time-box-label {
    bottom: 0;
  }

  .baner-stock__close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 1100px) {
  .baner-stock {
      background: white;
    }
  
    .baner-stock__image {
      display: none;
    }
  
    .baner-stock__image-left {
      width: 100%;
      max-width: 100%;
    }
  
    .baner-stock__image-left img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
  
    .baner-stock__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      padding: 5px 4px 20px;
    }
  
    .baner-stock__left {
      width: 100%;
      max-width: 100%;
    }
  
    .baner-stock__left-title {
      font-family: "Inter";
      font-size: 20px;
      font-style: italic;
      font-weight: 700;
      line-height: 32px;
      /* 160% */
      letter-spacing: -0.4px;
      text-transform: uppercase;
    }
  
    .baner-stock__left-title span {
      font-family: "Inter";
      font-size: 30px;
      font-style: italic;
      font-weight: 700;
      line-height: 28px;
      /* 93.333% */
      letter-spacing: -0.6px;
    }
  
    .baner-stock__left-button {
      display: none;
    }
  
    .baner-stock__right {
      gap: 0;
      max-width: 100%;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
    }
  
    .baner-stock__right-button {
      border-radius: 8px;
      background: #FFF;
      color: var(--Red, #E74929);
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding: 10px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border: none;
      outline: none;
    }
  
    .baner-stock__time-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-left: 0;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      gap: 10px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  
    .baner-stock__time-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  
    .baner-stock__close {
      border-radius: 8px;
      border: 1px solid #E74929;
      backdrop-filter: blur(5px);
      top: 20px;
      right: 20px;
    }
  
    .baner-stock__close svg {
      stroke: #E74929;
    }

  .baner-stock__time {
      padding: 0;
    }
  
    .baner-stock__time-wrap {
      gap: 4px;
      position: relative;
      top: -10px;
    }
  
    .baner-stock__time-title {
      font-size: 13px;
      font-style: normal;
      font-weight: 700;
      line-height: 28px;
    }
  
    .baner-stock__time-box {
      width: 28px;
      height: 28px;
    }
  
    .baner-stock__time-box-number {
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 16px;
    }
  
    .baner-stock__time-box-label {
      font-size: 9px;
      font-style: normal;
      font-weight: 400;
      line-height: 10px;
      letter-spacing: -0.18px;
      bottom: -45%;
    }


    







    
  .card-liquidation-banner {
      position: absolute;
      bottom: 0px;
      left: -40px;
      width: 110%;
      font-size: 11px;
      height: 22px;
      padding: 4px 12px;
  }
}

/* GALLERY */
.model-gallery-carousel {
  margin-top: unset;
}

.section-description {
  margin: auto 0;
}

.big-image-item {
  height: 100%;
}

.swiper-slide {
  max-height: 620px;
}

.small-image-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}

.small-image-gallery img {
  height: 290px;
}

.big-image-item {
  height: 590px;
}

.model-gallery-carousel__slide {
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
}

.model-gallery-carousel__item:last-child {
  -ms-grid-column-span: 1;
  grid-column: 1 span;
}

.header-gallery {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
/* GALLERY */

/* Stock */
  .car-card__preview-top-label-stock {
      color: #fff;
      padding: 15px 15px;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 0px 4px 0px 4px;
      width: 100%;
      font-weight: 500;
  }

  .carousel-model {
      position: relative;
      width: 100%;
      height: 40px; /* Высота карусели */
      overflow: hidden;
  }

  .carousel-model-slide {
      line-height: 30px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 14px;
      transition: left 1s ease-in-out;
      max-width: 240px;
      height: 30px;
      font-weight: 600;
      text-align: left;
      background: #fff;
      color: #176888;
      display: flex;
      width: 230px;
      padding: 8px 16px;
      border-radius: 8px;
      padding-right: 5px;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  }

  .carousel-model-slide div {
      background-color: #FFF;
      background-position: center -1.126px;
      background-size: cover;
      background-repeat: no-repeat;
      width: 50px;
      height: 30px;
      border-radius: 8px;
  }

  .carousel-model-slide {
      position: absolute;
      opacity: 0;
      animation: fade 12s infinite;
  }
  
  .carousel-model-slide:nth-child(1) {
      animation-delay: 0s;
  }
  
  .carousel-model-slide:nth-child(2) {
      animation-delay: 3s;
  }
  
  .carousel-model-slide:nth-child(3) {
      animation-delay: 6s;
  }
  
  .carousel-model-slide:nth-child(4) {
      animation-delay: 9s;
  }
  
  @keyframes fade {
      0% { opacity: 1; }
      15% { opacity: 1; }
      22% { opacity: 0; }
      33% { opacity: 0; }
      100% { opacity: 0; }
  }
  
  @media (max-width: 1100px) {
      .model-gallery-carousel__slide {
          display: flex;
          flex-direction: column;
      }
      .header-gallery {
          justify-content: space-between;
          flex-direction: column;
          align-content: center;
      }

      .small-image-gallery img {
          height: 100%;
      }

      .big-image-item {
          height: 100%;
      }

      .car-card__preview-top-label-stock {
          padding: 0 10px;
          position: absolute;
          bottom: 10px;
          left: 0;
          top: unset;
          width: 100%;
          font-weight: 500;
          height: 30px;
      }

      .model-page__preview {
          position: relative;
      }
  }
/*Stock*/

.model-content__header {
  align-items: flex-start;
}

.model-content__heading {
  line-height: 30px;
}

.hidden{
  display: none;
}

.model-content__heading small{
  color: #bbb;
  display: block;
  font-size: 18px;
}

.mc-prop__value {
  text-transform: lowercase;
  font-size: 18px;
}

.mo-option__prop-title {
  font-size: 14px;
}

.mo-option__prop-value {
  font-size: 14px;
}

.resp-table__row-heading {
  margin-bottom: 10px;
  font-weight: 500;
}

.mrt-unset {
  margin-top: unset;
}

.model-card__title {
  background: #DFE3E5  ;
  color: #14191B;
  font-weight: 600;
}

.model-card_price {
  background: #18323d;
  font-size: 15px;
  color: #DFE3E5;
  padding: 7px 16px;
}

.hm-tab__grid {
  grid-template-columns: repeat(3, 1fr);
  max-height: 445px;
}

.footer__links-item {
  text-decoration: underline;
}

.app-term a {
  text-decoration: underline;
  display: inline;
}

#app-modal-terms h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
}

.model-content__heading-404 {
  font-size: 40px;
  margin-bottom: 15px;
}

.buttons-404 {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}

.section-404 {
  padding: 100px 0;
}

span.error {
  padding-left: 5px;
  margin-top: 3px;
  display: block;
  color: #E91E63;
}

.resp-table__header .resp-table__col {
  flex-direction: column;
  align-items: center;
}

.resp-table__body-swiper {
  background: none;
  padding: 0;
}

.resp-icon {
  width: 20px;
  height: 20px;
  margin: 10px auto;
}

.resp-icon.resp-icon_plus {
  background: url('../img/plus.svg') center no-repeat;
  background-size: contain;
  background-position: center;
}

.resp-icon.resp-icon_minus {
  background: url('../img/minus.svg') center no-repeat;
  background-size: contain;
  background-position: center;
}

.resp-table__row-content {
  border-bottom: 1px solid #6D7381;
  padding: 5px 0;
}

.resp-table__header-swiper {
  border-bottom: 1px solid #A4A9B3;
}

.resp-table__row-content-heading {
  padding: 10px 0;
}

.section-header__heading {
  font-size: 30px;
  font-weight: 600;
}

.resp-head-title {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
}

.resp-head-desc {
  font-size: 22px;
}

.resp-close-item {
  display: none;
}

.resp-table__header {
  margin-bottom: 60px;
}

.resp-table__row:not(:last-child) {
  margin-bottom: 60px;
}

.resp-table__row-heading {
  padding: 0;
}

.resp-table {
  background: none;
  padding: 0;
}

#modal-compare-empty {
  background: -o-radial-gradient(100% 100%, 116.67% 97.22%, #1E4C62 0%, #18323D 100%);
  background: radial-gradient(116.67% 97.22% at 100% 100%, #1E4C62 0%, #18323D 100%);
  color: #fff;
  max-width: 640px;
  width: 100%;
  text-align: center;
  padding: 60px;
}

#modal-compare-empty .btn {
  margin: auto;
  width: 100%;
  max-width: 400px;
}

.modal-compare__title {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.app-section.section-models-page, .section-catalog-mark{
  padding-top: 0px;
}

.mp-tabs__nav.mp-tabs__nav_buttons .mp-tabs__nav-item {
  margin: 5px 0;
}

.bank-card__logo {
  background-repeat: no-repeat;
  background-size: contain;
}

.car-card .model-content__buttons .btn {
  padding: 0;
  height: 40px;
  line-height: 40px;
}

@media (max-width: 1100px) {
  .futures {
      display: flex;
      overflow: auto;
  }
  .futures-block {
      padding: 20px;
      flex: 0 0 94.33%;
  }
  .js-open-compare {
      display: none;
  }
  .compare-item__title {
      display: flex;
      justify-content: space-between;
      cursor: pointer;
  }
  .js-open-compare-mobile:after {
      content: "";
      background: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="%2318323D" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
      width: 14px;
      height: 8px;
      margin: auto 0;
  }
  .compare-check-btn__button:before {
      width: 30px;
  }
  .compare-item__buttons span, .compare-item__buttons button {
      width: 100%;
  }
  .compare-back {
      display: none;
  }
  .contacts-page__body {
      background: #14191B;
      color: #fff;
      padding: 80px 16px 80px 16px;
  }
  .futures-block__text {
      text-align: center;
  }
  .futures-block__icon {
      margin: 10px auto;
  }

  .finance-form {
      display: flex;
      flex-direction: column;
  }
  .finance-form__block {
      gap: 20px;
      padding: 30px 20px;
  }
  .finance-form .finance-form__block:first-of-type {
      gap: unset;
  }
  .finance-form__section-grid, .finance-form__block-grid {
      display: flex;
      flex-direction: column;
  }
  .block-s2pt {
      gap: 30px;
  }
  .app-label {
      width: 100%;
  }
  .finance-form button {
      width: 100%;
  }
  .documents .documents__item {
      margin-left: 0px;
  }
  .finance-form__block-desc br {
      display: none;
  }
  .finance-form__section-grid .app-term {
      text-align: center;
  }
  .app-term {
      font-size: 12px;
  }
  /***************/
  .fancybox-content {
      padding: 20px;
  }
  .modal .btn_close {
      display: none;
  }
  .modal-so__form-grid {
      display: flex;
      flex-direction: column;
  }
  .modal-so-info {
      display: inline-block;
  }
  .modal-so-info > * {
      display: inline;
  }
  .modal-so__form-grid {
      grid-gap: 14px 12px;
  }
  .modal-so__header-content {
      text-align: center;
  }
  .modal-so__header {
      margin-bottom: 20px;
  }
  span.error {
      font-size: 12px;
  }
  .modal-so-options__item {
      display: grid;
      grid-template-columns: 1fr 80px;
  }
  .main-form-checkbox.main-form-checkbox_radio .main-form-checkbox__text {
      font-size: 13px;
      line-height: 16px;
  }
  .main-form-checkbox.main-form-checkbox_radio .main-form-checkbox__checkmark {
      margin: auto;
  }

  .contacts-page__form-inputs, .contacts-page {
      display: flex;
      flex-direction: column;
  }
  .contacts-page__form-inputs {
      gap: 15px;
  }
  .contacts-page__body {
      padding: 20px 20px;
  }
  .contacts-page__map {
      height: 400px;
  }
  .model-gallery-carousel__item {
      height: 185px !important;
  }

  .section-compares .section-header {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 20px;
  }
  .section-compares .section-header a{
      width: 100%;
  }
  .compare-item__head {
      display: flex;
      flex-direction: column;
  }
  .compare-item__info {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr;
      justify-content: space-between;
      margin-bottom: 20px;
  }
  .compare-item__buttons {
      display: grid;
      grid-template-columns: 1fr;
      width: 100%;
  }
  .compare-item__buttons span, .compare-item__buttons button {
      font-size: 13px;
  }
  .compare-item__buttons > * {
      width: 100%;
  }
  .ch-header {
      display: flex;
      flex-direction: column;
  }
  .ch-header__title {
      width: 100%;
      font-size: 17px;
      display: flex;
      gap: 10px;
      margin-bottom: 10px;
  }
  .ch-header__buttons {
      font-size: 12px;
      width: 100%;
      display: flex;
      justify-content: space-between;
  }
  .ch-header__buttons > * {
      width: 100%;
  }
  .mp-tabs__select {
      margin-bottom: 20px;
  }
  
  .modal-offer__grid {
      display: flex;
      flex-direction: column;
  }
  .modal-offer__preview-img {
      max-height: 250px;
  }
  .modal-so__form-text {
      display: none;
  }
  .car-card__preview-img img{
      min-height: 196px;
  }
}

@media (max-width: 700px) {
  .car-card__content {
      padding: 0 10px 10px 10px;
  }
  .catalog-grid {
      gap: 10px;
  }
  .car-card .car-card__title {
      font-size: 16px;
      margin-bottom: 0px;
      font-weight: 600;
  }
  .car-card__pricing-main, .car-card__pricing-old, .car-card__payment {
      font-size: 11px;
  }   
  .car-card__pricing-main {
      font-weight: 600;
  }
  .car-card .model-content__buttons {
      gap: 5px;
  }
  .car-card__preview-bottom-label {
      font-size: 11px;
  }
  .car-card .model-content__buttons .btn {
      font-size: 13px;
      height: 30px;
      line-height: 30px;
  }
  .car-card__preview-bottom-label {
      top: 0;
      bottom: unset;
      border-radius: 0px 0px 8px 0px;
  }
  .car-card__preview-img img{
      min-height: 140px;
  }
  .car-card__preview-top-label {
      font-size: 11px;
      line-height: initial;
  }
}

.resp-table__header {
  background: #f6f6f6;
  box-shadow: none;
  padding: 10px 0 0;
  top: 0;
}

.resp-head-title {
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  margin-bottom: 0;
  line-height: 24px;
  padding-right: 30px;
  text-align: left;
}

.resp-table__header .resp-table__col {
  align-items: flex-start;
  padding: 8px 10px;
  gap: 4px;
  margin-top: 10px;
}

.resp-head-desc {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: var(--primary);
}

.resp-table__col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  border-radius: 8px;
}

.resp-table__header-swiper {
  padding: 10px 0 0;
}

.resp-close-item {
  display: block;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1L1 11M1 1L11 11" stroke="%2314191B" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
  border: none;
  cursor: pointer;
}

.resp-table__row-heading {
  font-size: 24px;
  line-height: 32px;
  color: var(--primary);
  border-bottom: 1px solid #C4CCD2;
  padding: 8px 0;
}

.resp-table__row-content-heading {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 8px;
}

.resp-table__row-content {
  padding: 0 0 16px;
  border: none;
}

.resp-icon.resp-icon_plus {
  background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 1V15M1 8H15" stroke="%23176888" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
}

.resp-icon.resp-icon_minus {
  background: url('data:image/svg+xml,<svg width="16" height="2" viewBox="0 0 16 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1H15" stroke="%2396A0A7" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
}

.resp-table {
  padding-bottom: 60px;
}

.resp-table__header-swiper {
  border: none;
}

.car-item__compare__info__buttons button {
  font-size: 13px;
}

.car-item__compare__info .regular-text-s {
  display: block;
}

.cross-icon {
  display: block;
  right: 10px;
  top: 8px;
  filter: invert();
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1L1 11M1 1L11 11" stroke="%2314191B" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
  border: none;
  cursor: pointer;
}

#clear-compare-list {
  font-size: 18px;
}

#callback-widget-button {
  z-index: 1000;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

.pagination__links {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination__links-item {
  padding: 10px;
  border-bottom: 2px solid #BFBFBF;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
}

.pagination__links-item.pagination__links-item_active {
  border-color: #000;
}

@media (max-width: 1500px) {
  .fixed-group-content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 12px 1fr;
      grid-template-columns: 1fr 12px 600px;
      grid-gap: 12px;
  }
}

@media (max-width: 1400px) {
  .fixed-group-content {
      grid-template-columns: 1fr 12px 500px;
  }
}

@media (max-width: 1300px) {
  .fixed-group-content {
      grid-template-columns: 1fr 12px 400px;
  }
}

@media (max-width: 1200px) {
  .fixed-group-content {
      grid-template-columns: 1fr 12px 300px;
  }
}

@media (max-width: 1200px) {
  .fixed-group-content {
      display: flex;
  }
  .compare-head {
      font-size: 20px;
  }
}

.baner-stock-spring {
  overflow: hidden;
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 48%, #A6D160 65%);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: Montserrat;
}

.baner-stock-spring.active {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

/* .baner-stock-spring .container {
  width: 100%;
  padding: 0 16px;
  position: relative;
  max-width: 1600px;
} */

.baner-stock-spring__image {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
}

.baner-stock-spring__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.baner-stock-spring__image-car {
  max-width: 630px;
  position: relative;
  z-index: 3;
  height: 100%;
  margin-left: auto;
}

.baner-stock-spring__image-car img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

.baner-stock-spring__image-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.baner-stock-spring__image-left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.baner-stock-spring__content {
  z-index: 3;
  position: relative;
  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;
  height: 170px;
}

.baner-stock-spring__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  max-width: 40%;
}

.baner-stock-spring__left-flower {
  width: 145px;
}

.baner-stock-spring__left-top-text-desctop {
  color: #427532;
  font-family: Montserrat;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.baner-stock-spring__left-top-text-mobil {
  display: none;
}

.baner-stock-spring__left-title {
  color: #427532;
  font-family: Montserrat;
  font-size: 76px;
  font-style: normal;
  font-weight: 800;
  line-height: 76px;
  text-transform: uppercase;
}

.baner-stock-spring__left-title span {
  display: none;
}

.baner-stock-spring__left-title-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.baner-stock-spring__left-button {
  color: #FFF;
  font-family: Montserrat;
  font-size: 21.37px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #427532;
  padding: 2px 30px;
  border-right: 4px solid rgba(166, 209, 96, 0.5098039216);
  border-bottom: 4px solid rgba(166, 209, 96, 0.5098039216);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.baner-stock-spring__left-button:hover {
  color: #F6F6F6;
  background-color: #f05b3d;
}

.baner-stock-spring__center {
  max-width: 100%;
  width: 100%;
}

.baner-stock-spring__center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.baner-stock-spring__center ul li:first-child {
  max-width: 40%;
  width: 100%;
}

.baner-stock-spring__center ul li:nth-child(2) {
  max-width: 60%;
  width: 100%;
}

.baner-stock-spring__center ul li:nth-child(3) {
  max-width: 50%;
  width: 100%;
}

.baner-stock-spring__center ul li:last-child {
  max-width: 50%;
  width: 100%;
}

.baner-stock-spring__center-image {
  max-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.baner-stock-spring__center-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  position: relative;
  z-index: 5;
}

.baner-stock-spring__center-phone p {
  color: #2D4D23;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.baner-stock-spring__center-word {
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.baner-stock-spring__center-word span {
  font-weight: 700;
}

.baner-stock-spring__center-text {
  font-size: 15px;
  font-family: Montserrat;
  color: white;
  font-weight: 400;
  text-align: center;
  line-height: 15px;
}

.baner-stock-spring__center-text span {
  font-weight: 700;
}

.baner-stock-spring__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  margin-left: 60px;
  width: 100%;
  position: relative;
  height: 100%;
}

.baner-stock-spring__right-mobil {
  display: none;
}

.baner-stock-spring__right-elems {
  position: absolute;
  top: 4px;
  left: -13%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 109px;
  height: 109px;
  border-radius: 50%;
  border: 2px solid white;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #427532;
  gap: 0;
}

.baner-stock-spring__right-elems p {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.baner-stock-spring__right-elems span {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}

.baner-stock-spring__right-info {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.baner-stock-spring__right-button {
  display: none;
}

.baner-stock-spring__close {
  position: relative;
  z-index: 3;
  border-radius: 8px;
  border: 1px solid #468054;
  backdrop-filter: blur(5px);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: auto;
}

.baner-stock-spring__close svg {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  stroke: #F6F6F6;
  stroke: #468054;
}

.baner-stock-spring__close:hover {
  border: 1px solid #96A0A7;
}

.baner-stock-spring__close:hover svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1200px) {
  .baner-stock-spring__left span {
    font-size: 18px;
    line-height: 18px;
  }

  .baner-stock-spring__left-title {
    font-size: 60px;
    line-height: 60px;
  }

  .baner-stock-spring__left-button {
    font-size: 16px;
  }

  .baner-stock-spring__left-flower {
    width: 100px;
    
  }
  .baner-stock-spring__left-flower picture {
    width: 100px;
    display: flex;
  }
  .baner-stock-spring__left-flower img {
    width: 100px;
    display: flex;
    object-fit: cover;
  }

  .baner-stock-spring__center-image {
    max-width: 60px;
  }

  .baner-stock-spring__center-phone svg {
    width: 25px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .baner-stock-spring__center-phone p {
    font-size: 18px;
    line-height: 18px;
  }

  .baner-stock-spring__center-word {
    font-size: 14px;
  }

  .baner-stock-spring__center-text {
    font-size: 13px;
    line-height: 13px;
  }

  .baner-stock-spring__right-elems {
    width: 90px;
    height: 90px;
  }

  .baner-stock-spring__right-elems span {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 1100px) {
  .baner-stock-spring__left-flower {
      display: none;
    }
  
    .baner-stock-spring__image-car {
      min-width: 310px;
    }
  
    .baner-stock-spring__center {
      max-width: 270px;
    }
  
    .baner-stock-spring__center ul {
      gap: 8px;
    }
  
    .baner-stock-spring__center ul li:last-child {
      display: none;
    }
  
    .baner-stock-spring__center ul li:first-child {
      display: none;
    }
  
    .baner-stock-spring__center ul li:nth-child(2) {
      max-width: 100%;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  
    .baner-stock-spring__center ul li:nth-child(3) {
      max-width: 100%;
      text-align: center;
    }
  
    .baner-stock-spring__content {
      gap: 8px;
    }
  
    .baner-stock-spring__right {
      margin-left: 0;
    }
  
    .baner-stock-spring__right-elems {
      left: auto;
      right: 10%;
    }
}
@media (max-width: 1100px) {
  .baner-stock-spring__left-title {
    font-size: 44px;
    line-height: 44px;
  }

  .baner-stock-spring__left span {
    font-size: 14px;
    line-height: 14px;
  }

  .baner-stock-spring__left-button {
    font-size: 11px;
  }
}

@media (max-width: 1100px) {

  .baner-stock-spring__right-elems {
      width: 60px;
      height: 60px;
      top: -10% !important;
    }
  
    .baner-stock-spring__right-elems p {
      color: #FFF;
      text-align: center;
      font-family: Montserrat;
      font-size: 7.724px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
  
    .baner-stock-spring__right-elems span {
      color: #FFF;
      text-align: center;
      font-family: Montserrat;
      font-size: 19.31px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
    }
  
    .baner-stock-spring__left {
      width: 100%;
      max-width: 100%;
      margin-bottom: 30px;
    }
  
    .baner-stock-spring__left .baner-stock-spring__left-top-text-desctop {
      display: none;
    }
  
    .baner-stock-spring__left .baner-stock-spring__left-top-text-mobil {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 40px;
      color: #427532;
      font-family: Montserrat;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 6px;
    }
  
    .baner-stock-spring__left-content-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
    }
  
    .baner-stock-spring__left-button {
      color: #FFF;
      text-align: center;
      font-family: Montserrat;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding: 2px 5px;
    }
  
    .baner-stock-spring__left-title {
      color: #427532;
      font-size: 32px;
      font-weight: 800;
      line-height: 32px;
    }
  
    .baner-stock-spring__content {
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 19px 0px 0px;
    }
  
    .baner-stock-spring__close {
      top: 8px;
      right: 0;
      position: absolute;
      border: 1px solid #468054;
      width: 34px;
      height: 34px;
      border-radius: 8px;
    }
  
    .baner-stock-spring__close svg {
      stroke: #468054;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    }
  
    .baner-stock-spring__center {
      display: none;
    }
  
    .baner-stock-spring__right-elems {
      z-index: 4;
      top: -20%;
      right: 0;
    }
  
    .baner-stock-spring__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  
    .baner-stock-spring__right-mobil {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 100%;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 30px;
    }
  
    .baner-stock-spring__right-mobil-phone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 7px;
    }
  
    .baner-stock-spring__right-mobil-phone p {
      color: #2D4D23;
      font-family: Montserrat;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: -0.72px;
    }
  
    .baner-stock-spring__right-mobil-button {
      color: #427532;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      border-radius: 8px;
      background: var(--White, #FFF);
      padding: 10px 20px;
      border: none;
    }
}
@media (max-width: 1100px) {
  .baner-stock-spring__right-mobil-phone p {
    font-size: 16px;
  }
}

.cookies__wrapper {
    position: fixed;
    align-items: center;
    z-index: 4;
    bottom: 24px;
    left: 24px;
    width: fit-content;
    padding: 24px 32px;
    background: #fff;
    display: flex;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.35);
    gap: 32px;
    border-radius: 8px;
}

.cookies__btn {
    border-radius: 8px;
    background: var(--Dark-blue, #18323D);
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    color: #fff;
    align-items: center;
    box-shadow: none;
}

.cookies__text {
    max-width: 434px;
    color: var(--Grey-Dark-Grey, #5A5F65);
    text-align: left;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}
.cookies__text a {
    color: var(--Hague-Blue, #176888);
    display: inline;
}

@media (max-width: 1100px) {
    .cookies__text {
        max-width: none;
    }

    .cookies__wrapper {
        width: 100%;
        left: 0;
        bottom: 0;
        gap: 24px;
        padding: 24px 16px;
        flex-direction: column;
        box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.05);
    } 
    .cookies__btn {
        width: 100%;
    }
}

.seo-text { font-size: 16px; line-height: 22px; text-align: justify;margin-bottom: 40px;}
.seo-text p { margin-bottom: 15px; }
.seo-text h2 { margin-bottom: 15px; margin-top: 10px; }
.seo-text h3 { margin-bottom: 5px; margin-top: 10px; }
.seo-text ul { margin-bottom: 15px; margin-left: 20px; }
.seo-text ol { margin-bottom: 15px; margin-left: 20px; }
.seo-text a {
    text-decoration: none;
    display: inline-block;
}
.seo-text h2 span span {
    font-size: 28px;
}

.seo-text h3 span span {
    font-weight: 500;
}


@media (max-width: 1100px) {
    .seo-text h2 span span {
        font-size: 24px;
    }
    .seo-text > * {
        text-align: left !important;
    }
    body:has(.fixed_price) .callback-button {
        display: none;
    }
}