.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;
    }
}