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

span.error {
    font-size: 9px;
    color: red;
}

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

.cookies__btn {
    box-shadow: none;
    width: 100%;
}

.cookies__text {
    max-width: 434px;
    color: var(--Grey-Dark-Grey, #5A5F65);
    text-align: left;
    font-size: 12px;
    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%;
    }

    .popup {
        padding: 25px;
    }
    .popup__price-group-value {
        font-size: 17px;
    }
    .popup__form {
        margin-top: 12px;
    }
    .popup__content {
        grid-gap: 13px;
    }
}

.header-desktop__logo img {
    max-height: 30px;
    padding: unset;
}

.header-mobile__logo img {
    max-height: 30px;
    padding: unset;   
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 40px;
}

.models-item__price--old {
    text-decoration: 1px line-through;
}

.complectations-item__hidden-content {
    padding-top: 0px;
}

.accordion-button {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-check {
    margin-top: 10px;
}

.resp-table__header {
    box-shadow: none;
    top: 58px;
    background: #fff;
    padding-top: 12px;
}

.car-prices__price-group-value--old {
    text-decoration: line-through;
}

.resp-table__header .resp-table__col {
    background: #F7F7F7;
    border: 1px solid #B4B4B4;
    border-radius: 10px;
    padding: 8px 36px 8px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.resp-head-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary);
}

.resp-head-desc {
    font-size: 17px;
    margin-top: 8px;
}

.resp-close-item {
    position: absolute;
    right: 12px;
    top: 8px;
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1.60938L1 13.6094M13 13.6094L1 1.60938" stroke="%23B4B4B4" stroke-width="2" stroke-linecap="round"/></svg>') center no-repeat;
    border: none;
    cursor: pointer;
}

.resp-table__row-heading {
    padding: 16px 10px;
    font-size: 20px;
    font-weight: bold;
}

.resp-table__row > div {
    border-bottom: 1px solid #B4B4B4;
}

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

.section-header__heading {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
}

.resp-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.resp-icon.resp-icon_plus {
    background: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_17_14004)"><rect y="0.609375" width="24" height="24" rx="12" fill="%23000000"/><path d="M12 5.60938V19.6094M5 12.6094H19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_17_14004"><rect y="0.609375" width="24" height="24" rx="12" fill="white"/></clipPath></defs></svg>') center no-repeat;
}

.resp-icon.resp-icon_minus {
    background: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_17_13996)"><rect y="0.609375" width="24" height="24" rx="12" fill="%23B4B4B4"/><path d="M5 12.6094H19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_17_13996"><rect y="0.609375" width="24" height="24" rx="12" fill="white"/></clipPath></defs></svg>') center no-repeat;
}

.resp-table__header .resp-table__col {
    min-height: 81px;
}

.resp-table__header-swiper {
    background: #fff;
}

.resp-table__header .resp-table__prev, .resp-table__header .resp-table__next {
    width: 40px;
    height: 40px;
    background: var(--secondary);
    color: #000;
    box-shadow: none;
}

.resp-table__header .resp-table__next {
    right: -40px;
}

.resp-table__header .resp-table__prev {
    left: -40px;
}

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

.resp-table__body-swiper {
    margin-bottom: 10px;
}

.resp-table__col.--hidden {
    display: none;
}

.online-circle {
    display: block;
    width: 8px;
    height: 8px;
    margin: 3px 0 0 0;
    border-radius: 50%;
    background: var(--Green, #00B74A);
    flex-shrink: 0;
}

.header-desktop__time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    line-height: 0.75rem;
}

.header-desktop__address {
    font-size: 12px;
    max-width: 175px;
}

.card-body {
    display: flex;
    flex-direction: column;
}

.swiper .swiper-slide {
    height: auto;
}

.models-item__actions {
    margin: auto 0 0 0;
}

.complectations-item__main-inner {
    display: grid;
}
.tooltip  {
    --bs-tooltip-max-width: 22.5rem;
}
.tooltip-inner {
    text-align: left;
}
.tooltip-white {
  --bs-tooltip-bg: #fff;
  --bs-tooltip-color: #000;
  --bs-tooltip-max-width: 20rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


@media (min-width: 768px) {
    .footer__recall {
        width: 223px;
    }
}
@media (min-width: 1400px) {
    .footer__recall {
        width: 250px;
    }
}
.callback-button {
    border: none;
    
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    margin: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #dc3545;
    background-image: url("data:image/svg+xml,%3Csvg class='d-block' width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0004 12.46L12.7304 11.85L10.2104 14.37C7.37178 12.9259 5.06445 10.6186 3.62039 7.78L6.15039 5.25L5.54039 0H0.0303908C-0.549609 10.18 7.82039 18.55 18.0004 17.97V12.46Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
    background-size: scale-down;
    background-position: center;
    background-repeat: no-repeat;

}

.header-desktop__contacts {
    margin-top: 12px;
}

@media (min-width: 1200px) {
    .footer__inner {
        gap: 24px 60px;
    }
}

.quiz-banner-compact {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(255, 107, 107, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    animation: pulse 2s infinite;
    margin: 15px 0;
    width: 100%;
}

.quiz-banner-compact:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 107, 107, 0.6);
    color: white;
}

.quiz-banner-compact:active {
    transform: translateY(1px);
}

.benefit-text-compact {
    display: block;
    font-size: 13px;
    margin-top: 3px;
    font-weight: normal;
    opacity: 0.9;
    line-height: 1.3;
}

.discount-highlight {
    display: block;
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin-top: 2px;
    text-transform: uppercase;
}

.quiz-icon {
    margin-right: 12px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.quiz-content {
    flex-grow: 1;
    text-align: left;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.7);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(255, 107, 107, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 107, 107, 0);
    }
}

/* Иконка стрелки */
.quiz-banner-compact::after {
    content: '→';
    margin-left: 8px;
    font-weight: bold;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.quiz-banner-compact:hover::after {
    transform: translateX(4px);
}


/* Стили кешбек для контейнера изображения */
/* Стили для контейнера изображения */
.model-main__image {
    position: relative;
    overflow: hidden;
}

/* Улучшенная плашка кешбек с перфорацией */
.cashback-ticket {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ff4444 0%, #ff7744 100%);
    color: white;
    padding: 8px 15px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 12px;
    box-shadow: 0 4px 10px rgba(255, 68, 68, 0.4);
    z-index: 5; /* Ниже чем у изображения */
    animation: pulse-cashback 2s infinite;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1.2;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    cursor: pointer;
}

.cashback-ticket:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(255, 68, 68, 0.6);
    transition: all 0.3s ease;
}

/* Блестящий эффект */
.cashback-ticket::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transform: rotate(45deg);
    animation: shine 3s infinite;
    pointer-events: none;
    z-index: 4; /* Под основным контентом */
}

/* Анимация пульсации */
@keyframes pulse-cashback {
    0% {
        box-shadow: 0 4px 10px rgba(255, 68, 68, 0.4);
        transform: translateY(0);
    }
    50% {
        box-shadow: 0 6px 20px rgba(255, 68, 68, 0.6);
        transform: translateY(-2px);
    }
    100% {
        box-shadow: 0 4px 10px rgba(255, 68, 68, 0.4);
        transform: translateY(0);
    }
}

/* Анимация подпрыгивания иконки */
@keyframes bounce-percent {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}

/* Анимация блеска */
@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

/* Мигающий текст "5%" */
.cashback-amount {
    font-size: 13px;
    font-weight: 800;
    animation: blink-amount 2s infinite;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 6; /* Выше основного фона */
}

@keyframes blink-amount {
    0%, 50%, 100% {
        opacity: 1;
        color: #fff;
    }
    25%, 75% {
        opacity: 0.9;
        color: #ffdd00;
    }
}

@media (max-width: 767.98px) {
    .model-main__image {
        padding-top: 20px;
    }
    .cashback-ticket {
        top: 10px;
        right: 10px;
        padding: 6px 8px;
    }
}