#popup-contacts .contacts__info{
    margin-bottom: 20px;
    margin-top: 20px;
}

#popup-contacts .popup__text.telephone{
    font-size: 1.7rem;
}

input.error {
    border:1px solid red;
}

.error {
    color: red;
}

.anchor {
    position: relative;
    display: block;
    top: -125px;
    visibility: hidden;
}

.model-main-color__color-list button {
    cursor: pointer;
}

.feedback-discount__form span.error {
    display: none !important;
}

.feedback-special__card span.error {
    display: none !important;
}

.fast-form-credit__calc-form input {
    pointer-events: none;
}

.input-number__btn {
    /* Общий стиль для кнопок */
    cursor: pointer;
}

.input-number__btn--disabled {
    color: gray; /* Цвет для недоступных кнопок */
    cursor: not-allowed; /* Указываем, что кнопка недоступна */
}

.input-number__btn--active {
    color: black; /* Цвет для активных кнопок */
}

.comlectations-item__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-top: 20px;
}

.text-logo-main {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    justify-content: center;
}

.small {
    font-size: 12px;
    color: #9E9E9E;
}

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

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

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

.footer_cb.mobile-block {
    display: none;
}

.fixed_price__text {
    margin-bottom: 10px;
}

.home-banner__title {
    line-height: 2.2rem;
}

:root {
    /*--cookie-max-width: ;*/
    --cookie-font: "Roboto Flex";
    /*--cookie-bg: ;*/
    --cookie-color: #5A5F65;
    --cookie-link-color: #d90408;
    /*--cookie-progress-bg: ;*/
    --cookie-progress-color: #d90408;
}

@media (max-width: 992px) {
    .fast-form-tradein__content-card {
        background-image: unset !important;
    }
    .fast-form-tradein__content-counter-label {
        margin-bottom: unset;
    }
    .model-configurator-item__prices {
        margin-bottom: 10px;
    }
    .model-configurator-item__title {
        font-size: 0.9rem;
    }
    .footer_cb.mobile-block {
        display: flex;
        margin: unset;
        gap: 5px;
        flex-direction: column;
    }
    footer .text-logo-main {
        display: flex;
        flex-direction: column;
        font-weight: 600;
        justify-content: center;
        gap: 10px;
        width: 100%;
    }
    .footer__logos {
        max-width: unset;
        gap: 10px;
    }
    .comlectations-item__list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        margin-top: 20px;
    }  
}

/* Анимация тряски */
@keyframes shake {
0%, 100% { transform: translateX(0); }
20%, 60% { transform: translateX(-5px); }
40%, 80% { transform: translateX(5px); }
}

.shake {
animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
display: inline-block;
}

/* Стиль для подсказки */
.policy-hint {
color: #ff0000;
font-size: 12px;
margin-left: 10px;
font-weight: normal;
opacity: 0;
animation: fadeIn 0.3s forwards;
}

@keyframes fadeIn {
to { opacity: 1; }
}

/* Подсветка текста согласия */
.highlighted.shake {
    color: #ff0000 !important;
}

.highlighted.shake a {
    color: #ff0000 !important;
}

/* Анимация тряски */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
}

.shake {
    animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
    display: flex;
}

.agreement__wrapper:has(.agreement__checkbox.error) span.error {
    display: none !important;
}

.agreement__wrapper:has(.agreement__checkbox.error) .checkbox__label {
    color: red;
}

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

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

.cookies__text {
    max-width: 444px;
    color: var(--Grey-Dark-Grey, #5A5F65);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 15.4px */
}
.cookies__text a {
    color: var(--Hague-Blue, #00cabf);
}

@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%;
    }

    .home-banner {
        margin-top: 2rem;
    }
}

.header-logo {
    display: flex;
}

.header-logo a {
    margin: auto;
}

.header-logo img {
    max-width: 150px;
}

.model-row-item__price span {
    font-weight: 500;
}
.footer_cb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}


@media (max-width: 1100px) {
    .footer_cb * {
        width: 100%;
    }
    .footer_cb {
        flex-direction: column-reverse;
        align-items: flex-start;
        width: 100%;
    }
    body:has(.fixed_price) #callback-widget-button {
        display: none;
    }
}

.reviews-section {
  background: #f2f3f7;
  position: relative;
  overflow: hidden;
}

.reviews-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 48px;
  text-align: center;
}

.review-card-horizontal {
  display: flex;
  background: #fff;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
  height: 520px;
}

.review-image {
  flex: 0 0 35%;
  position: relative;
  overflow: hidden;
}

.review-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.review-card-horizontal:hover .review-image img {
  transform: scale(1.05);
}

.review-content {
  flex: 1;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reviews-section .section-title {
    margin-bottom: 2rem;
}
.review-text {
  color: #191a1c;
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 32px;
  font-weight: 400;
}

.review-author {
  font-size: 20px;
  font-weight: 700;
  color: #191a1c;
  margin: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.carousel-control-prev {
  left: -80px;
}

.carousel-control-next {
  right: -80px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 24px;
  height: 24px;
}

.carousel-indicators {
  bottom: -50px;
  margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  opacity: 1;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  background-color: #4f46e5;
  width: 32px;
  border-radius: 6px;
}

.reviews-stats {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid #e0e0e0;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #4f46e5;
  display: block;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 16px;
  color: #666;
  font-weight: 500;
}

.model-row-characteristics {
  display: flex;
  gap: 10px;
}

.char-title {
  color: #9E9E9E;
  font-weight: 600;
}

.characteristics-content {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .carousel-control-prev {
    left: 10px;
  }

  .carousel-control-next {
    right: 10px;
  }

  .review-card-horizontal {
    min-height: 350px;
  }

  .review-content {
    padding: 40px 30px;
  }

  .review-text {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .review-author {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
    .reviews-section .section-title {
        margin-bottom: 0.5rem;
    }
    .review-card-horizontal {
    flex-direction: column;
    min-height: 550px;
  }

  .review-image {
    flex: 0 0 250px;
    width: 100%;
  }

  .review-content {
    padding: 30px 24px;
  }

  .review-text {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .review-author {
    font-size: 16px;
  }

  .reviews-stats {
    flex-direction: column;
    gap: 32px;
    margin-top: 60px;
    padding-top: 40px;
  }

  .stat-number {
    font-size: 36px;
  }

  .stat-label {
    font-size: 14px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 576px) {
  .reviews-section {
      padding: 60px 0;
    }
    .reviews-section .container {
        padding: 0 16px;
    }

  .review-image {
    flex: 0 0 250px;
  }

  .review-content {
    padding: 24px 20px;
  }

  .review-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .review-author {
    font-size: 15px;
  }

  .carousel-indicators {
    bottom: -40px;
  }

  .reviews-stats {
    margin-top: 50px;
    padding-top: 30px;
  }
}