@-webkit-keyframes f-spinner-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes f-spinner-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@-webkit-keyframes f-zoomInUp {
    from {
        -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes f-zoomInUp {
    from {
        -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes f-zoomOutDown {
    to {
        -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
@keyframes f-zoomOutDown {
    to {
        -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
}

@-webkit-keyframes f-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0);
        opacity: 0;
    }
}
@keyframes f-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes f-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
        opacity: 0;
    }
}
@keyframes f-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
        opacity: 0;
    }
}

@-webkit-keyframes f-fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes f-fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes f-fadeOut {
    100% {
        opacity: 0;
    }
}
@keyframes f-fadeOut {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes f-fadeSlowIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes f-fadeSlowIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes f-fadeSlowOut {
    100% {
        opacity: 0;
    }
}
@keyframes f-fadeSlowOut {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes f-fadeFastIn {
    0% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}
@keyframes f-fadeFastIn {
    0% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes f-fadeFastOut {
    100% {
        opacity: 0;
    }
}
@keyframes f-fadeFastOut {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes f-crossfadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes f-crossfadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes f-crossfadeOut {
    100% {
        opacity: 0;
    }
}
@keyframes f-crossfadeOut {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes f-slideInPrev {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes f-slideInPrev {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes f-slideInNext {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes f-slideInNext {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes f-slideOutNext {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes f-slideOutNext {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-webkit-keyframes f-slideOutPrev {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes f-slideOutPrev {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes f-classicInNext {
    0% {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes f-classicInNext {
    0% {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes f-classicInPrev {
    0% {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes f-classicInPrev {
    0% {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes f-classicOutNext {
    100% {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }
}
@keyframes f-classicOutNext {
    100% {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }
}
@-webkit-keyframes f-classicOutPrev {
    100% {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        opacity: 0;
    }
}
@keyframes f-classicOutPrev {
    100% {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        opacity: 0;
    }
}

@-webkit-keyframes show_anim {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(300px) scale(0.9);
        transform: translateY(300px) scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}
@keyframes show_anim {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(300px) scale(0.9);
        transform: translateY(300px) scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}
.btn-red {
    border-radius: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    text-align: center;
    color: var(--white);
    background-color: var(--primary-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}
.btn-red:hover {
    background-color: #ff0b0b;
}
.btn-white {
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    text-align: center;
    color: var(--primary-color);
    background-color: var(--white);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.discount-card {
    margin-left: 10px;
    border-radius: 25px;
    padding: 2px 6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    color: var(--white);
    background-color: #e63535;
}
.dot::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #33cd5e;
    -webkit-animation: 1s infinite blink;
    animation: 1s infinite blink;
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.modal {
    z-index: -100;
    display: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    inset: 0;
}
.modal__inner {
    width: 100%;
    max-width: 612px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 50px;
    -webkit-box-shadow: 0 6px 22px rgba(255, 255, 255, 0.37),
        0 -5px 0 var(--primary-color);
    box-shadow: 0 6px 22px rgba(255, 255, 255, 0.37),
        0 -5px 0 var(--primary-color);
    background-color: var(--white);
    padding: 45px 30px 50px;
}
.modal__close {
    position: absolute;
    right: -52px;
    top: 5px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.modal__title {
    font-weight: 500;
    font-size: 43px;
    line-height: 105%;
    text-align: center;
    color: #31333e;
}
.modal__subtitle {
    margin-top: 12px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
    text-align: center;
    color: #90929a;
}
.modal-payment .modal__inner {
    position: relative;
}
.modal-payment .modal__inner::after,
.modal-payment .modal__inner::before {
    content: "";
    position: absolute;
    top: 70%;
    display: block;
    width: 380px;
    height: 243px;
    background-image: url(../img/car.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.modal-payment .modal__inner::before {
    left: -380px;
    -webkit-transform: translate(0, -70%);
    -ms-transform: translate(0, -70%);
    transform: translate(0, -70%);
}
.modal-payment .modal__inner::after {
    right: -380px;
    -webkit-transform: translate(0, -70%) scale(-1, 1);
    -ms-transform: translate(0, -70%) scale(-1, 1);
    transform: translate(0, -70%) scale(-1, 1);
}
.modal-tradIn .modal__inner {
    position: relative;
}
.modal-tradIn .modal__inner::before {
    content: "";
    position: absolute;
    left: -95px;
    bottom: -82px;
    z-index: 2;
    display: block;
    width: 250px;
    height: 152px;
    background-image: url(../img/arrow_around_left.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.modal.modal-btnUnderCar.active {
    position: fixed;
    z-index: 2;
    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;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.3);
}
.modal.active .modal__inner {
    -webkit-animation-name: show_modal;
    animation-name: show_modal;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes show_modal {
    0% {
        -webkit-transform: translateY(300px) scale(0.9);
        transform: translateY(300px) scale(0.9);
    }
    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}
@keyframes show_modal {
    0% {
        -webkit-transform: translateY(300px) scale(0.9);
        transform: translateY(300px) scale(0.9);
    }
    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

@-webkit-keyframes anim_print {
    to {
        -webkit-clip-path: inset(0 -10px 0 0);
        clip-path: inset(0 -10px 0 0);
    }
}
@keyframes anim_print {
    to {
        -webkit-clip-path: inset(0 -10px 0 0);
        clip-path: inset(0 -10px 0 0);
    }
}
@-webkit-keyframes anim_show_message-consultant {
    from {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes anim_show_message-consultant {
    from {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes anim_show_message-client {
    from {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes anim_show_message-client {
    from {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.car-card__blocks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
    margin-top: 15px;
    gap: 20px;
}
.car-card__block {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
    cursor: pointer;
}
.car-card__img {
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    max-height: 215px;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.car-card__img img {
    width: 100%;
    height: 215px;
    -o-object-fit: cover;
    object-fit: cover;
}
.car-card__title-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
}
.car-card__title {
    color: var(--text-black);
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.car-card__amount {
    position: relative;
    margin-left: 19px;
    color: var(--text-grey);
}
.car-card__amount::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 15px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: var(--text-grey);
}
.car-card__price-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.car-card__price {
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: var(--text-grey);
}
.car-card__block.active .car-card__title,
.car-card__block:hover .car-card__title {
    color: var(--primary-color);
}
.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.filter__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 10px;
    column-gap: 25px;
    margin: 30px -89px 25px;
}
.filter__input {
    border: 0.5px solid #e0e0e0;
    padding-top: 15px;
    padding-bottom: 13px;
    padding-left: 13px;
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: #7f7f7f;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.years {
    width: 289px;
}
.years__selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.years__select-item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.years__input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 12px;
    cursor: pointer;
}
.years__input .arrow-input {
    stroke: #757575;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.years__select-item:nth-child(1) .years__input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.years__select-item:nth-child(2) .years__input {
    margin-left: -1px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.years__input:hover {
    z-index: 10;
    border-color: var(--primary-color);
}
.years__input:hover .years__input-text {
    color: var(--primary-color);
}
.years__input:hover .arrow-input {
    stroke: var(--primary-color);
}
.years__input.active {
    z-index: 10;
    border-color: var(--primary-color);
}
.years__input.active .years__input-text {
    color: var(--primary-color);
}
.years__input.active .arrow-input {
    stroke: var(--primary-color);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.years__select {
    position: absolute;
    left: -1px;
    z-index: -10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    border-radius: 10px;
    padding-top: 10px;
    -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.12);
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.years__select.active {
    z-index: 45;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.years__option {
    padding-right: 20px;
    padding-left: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 205%;
    color: var(--text-black);
    cursor: pointer;
}
.years__option:hover {
    color: var(--primary-color);
    background-color: var(--red-light);
}
.years__option.clear {
    color: var(--text-grey);
    background-image: url(../img/close-icon.svg);
    background-position: left 10px center;
    background-size: 13px 13px;
    background-repeat: no-repeat;
}
.years__option.active {
    color: var(--white);
    background-color: var(--primary-color);
}
.mileage__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mileage__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 100%;
    max-width: 175px;
}
.mileage__input::-webkit-input-placeholder {
    color: var(--text-grey);
}
.mileage__input::-moz-placeholder {
    color: var(--text-grey);
}
.mileage__input:-ms-input-placeholder {
    color: var(--text-grey);
}
.mileage__input::-ms-input-placeholder {
    color: var(--text-grey);
}
.mileage__input::placeholder {
    color: var(--text-grey);
}
.mileage__input:focus,
.mileage__input:hover {
    z-index: 10;
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.mileage .mileage__input:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.mileage .mileage__input:nth-child(2) {
    margin-left: -1px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.filter__btn-reset {
    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;
    border-radius: 62px;
    padding: 14px 52px;
    font-weight: 550;
    font-size: 18px;
    line-height: 135%;
    text-decoration-line: underline;
    color: rgba(40, 38, 38, 0.7019607843);
    background-color: #f7f7f7;
    cursor: pointer;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.choice-car {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.choice-car__blocks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-left: -99px;
    margin-right: -99px;
}
.choice-car__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-column-span: 3;
    grid-column: 3 span;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.03);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.choice-car__img {
    position: relative;
}
.choice-car__img-watermark {
    position: absolute;
    right: 31px;
    top: 25px;
    z-index: 25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
}
.choice-car__img-watermark .watermark-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    color: var(--text-black);
}
.choice-car__swiper {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 326px;
}
.choice-car__wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}
.choice-car__slide {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
}
.choice-car__slide-img {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    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;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}
.choice-car__slide-img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.choice-car__slide:first-child .choice-car__slide-img,
.choice-car__slide:hover .choice-car__slide-img {
    z-index: -1;
    opacity: 1;
}
.choice-car__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
}
.choice-car__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: var(--text-black);
}
.choice-car__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 17px;
}
.choice-car__price-total {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #e63535;
}
.choice-car__price-old {
    margin-left: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    text-decoration-line: line-through;
    color: var(--text-grey);
}
.choice-car__conditions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    color: #727171;
    gap: 12px;
}
.choice-car__conditions .condition {
    border-radius: 25px;
    padding: 3px 7px;
    background: var(--white);
}
.choice-car__mileage-owner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: var(--text-grey);
}
.choice-car__mileage {
    margin-right: 25px;
}
.choice-car__charact {
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: var(--text-grey);
}
.choice-car__btn-buy {
    margin-top: 25px;
    margin-bottom: 15px;
    border-radius: 51px;
    padding: 20px 115px;
    font-weight: 500;
    font-size: 19px;
    line-height: 135%;
    text-align: center;
    color: var(--white);
    background-color: var(--primary-color);
    cursor: pointer;
}
.choice-car__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.choice-car__tel-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 16px;
}
.choice-car__tel {
    position: relative;
    font-weight: 700;
    font-size: 19px;
    line-height: 130%;
    color: var(--text-black);
    cursor: pointer;
}
.choice-car__tel.dot::before {
    left: -13px;
    top: 10px;
    width: 6px;
    height: 6px;
}
.choice-car__tel-under {
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: var(--text-grey);
}
.choice-car__btn-order {
    border-radius: 62px;
    padding: 18px 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    text-align: center;
    text-decoration-line: underline;
    color: rgba(40, 38, 38, 0.7);
    background-color: var(--white);
    cursor: pointer;
}
.choice-car__block.active,
.choice-car__block:hover {
    background-color: var(--red-light);
}
.choice-car__block.active .choice-car__title,
.choice-car__block:hover .choice-car__title {
    color: var(--primary-color);
}
.choice-car__block.active .choice-car__tel,
.choice-car__block:hover .choice-car__tel {
    color: var(--primary-color);
    background-color: transparent;
}
.choice-car__block.active .choice-car__charact,
.choice-car__block.active .choice-car__mileage-owner,
.choice-car__block:hover .choice-car__charact,
.choice-car__block:hover .choice-car__mileage-owner {
    color: var(--text-black);
}
.choice-car__btn {
    width: 100%;
    max-width: 700px;
    margin-top: 20px;
}
.f-carousel__slide {
    position: static;
}
.f-carousel__nav .f-button {
    --f-button-next-pos: 5px;
    --f-button-prev-pos: 5px;
}
.f-carousel__nav .f-button.is-next,
.f-carousel__nav .f-button.is-prev {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--white);
}
.f-carousel__nav .f-button.is-next::after,
.f-carousel__nav .f-button.is-prev::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
}
.f-carousel__nav .f-button.is-next svg,
.f-carousel__nav .f-button.is-prev svg {
    display: none;
}
.f-carousel__nav .f-button.is-next::after {
    background: url(../img/slide_arrow_next.svg) center/contain no-repeat;
}
.f-carousel__nav .f-button.is-prev::after {
    background: url(../img/slide_arrow_prev.svg) center/contain no-repeat;
}
.chat__form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}
.chat__form-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.chat-last-block {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.chat-last-block.msg-show {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.maps {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 45px;
    border-radius: 20px;
    width: 100%;
    height: 368px;
}
.map-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 115%;
    color: var(--text-black);
    margin-top: 40px;
}
.discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
    height: 100%;
    background-color: rgba(246, 247, 248, 0.5);
}
.discount__price {
    border-radius: 15px 15px 0 0;
    padding: 16px 0 12px;
    font-weight: 700;
    font-size: 31px;
    line-height: 125%;
    color: var(--primary-color);
    background-color: var(--red-light);
}
.discount__promocode {
    padding: 17px 0 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 135%;
    color: var(--text-black);
}
.discount__promocode span {
    color: var(--primary-color);
}
.discount__text {
    border-top: 1px solid rgba(228, 228, 228, 0.7);
    padding-top: 13px;
    padding-right: 54px;
    padding-left: 54px;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: #838383;
}
.discount__price,
.discount__promocode,
.discount__text {
    text-align: center;
}

@-webkit-keyframes anim_show_promo_actual {
    from {
        height: 0;
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    to {
        height: auto;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes anim_show_promo_actual {
    from {
        height: 0;
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    to {
        height: auto;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 1420px) {
}
@media screen and (max-width: 1115px) {
    .modal-sendForm .modal__subtitle {
        margin-right: 100px;
        margin-left: 100px;
    }
}
@media (max-width: 940px) {
    .chat__container {
        padding-left: calc(15px + 105 * ((100vw - 375px) / 565));
        padding-right: calc(15px + 105 * ((100vw - 375px) / 565));
    }
    .filter__inner {
        margin-left: calc(0px + -89 * ((100vw - 375px) / 565));
        margin-right: calc(0px + -89 * ((100vw - 375px) / 565));
    }
    .choice-car__blocks {
        margin-left: calc(0px + -99 * ((100vw - 375px) / 565));
        margin-right: calc(0px + -99 * ((100vw - 375px) / 565));
    }
}
@media screen and (max-width: 930px) {
    .choice-car__tel-text {
        margin-left: 11px;
    }
    .choice-car__tel {
        font-size: 18px;
    }
    .choice-car__tel.dot::before {
        left: -11px;
        top: 11px;
    }
    .choice-car__tel-under {
        font-size: 14px;
    }
    .choice-car__btn-order {
        padding-right: 21px;
        padding-left: 21px;
        font-size: 16px;
    }
}
@media screen and (max-width: 900px) {
    .modal-payment .modal__inner::after,
    .modal-payment .modal__inner::before {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    .car-card__blocks {
        -ms-grid-columns: (1fr) [4];
        grid-template-columns: repeat(4, 1fr);
    }
    .car-card__block {
        -ms-grid-column-span: 4;
        grid-column: 4 span;
    }
    .choice-car__blocks {
        -ms-grid-columns: (1fr) [4];
        grid-template-columns: repeat(4, 1fr);
    }
    .choice-car__block {
        -ms-grid-column-span: 4;
        grid-column: 4 span;
        width: 100%;
    }
    .choice-car__img-watermark {
        right: 20px;
        top: 18px;
    }
    .choice-car__img-watermark .watermark-icon {
        width: 18.521px;
        height: 18.111px;
    }
    .choice-car__swiper {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
    }
    .choice-car__wrapper {
        position: static;
        left: auto;
        top: auto;
        z-index: 20;
        display: block;
        width: 100%;
        height: 100%;
    }
    .choice-car__slide {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        cursor: pointer;
    }
    .choice-car__slide-img {
        position: static;
        left: auto;
        top: auto;
        z-index: auto;
        display: block;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: auto;
    }
    .choice-car__slide-img img {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .choice-car__slide:first-child .choice-car__slide-img,
    .choice-car__slide:hover .choice-car__slide-img {
        z-index: auto;
    }
    .choice-car__mileage-owner {
        margin-top: 11px;
        margin-bottom: 5px;
    }
    .choice-car__btn-buy {
        margin-top: 19px;
        padding-right: 20px;
        padding-left: 20px;
        width: 100%;
        font-size: 18px;
    }
    .f-carousel__slide {
        position: relative;
    }
}
@media screen and (max-width: 780px) {
    .header__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header__logo-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .header__tel {
        background-color: var(--red-light);
    }
}
@media screen and (max-width: 760px) {
    .filter__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        max-width: 345px;
    }
    .years {
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .modal__title {
        font-weight: 700;
    }
    .consultant_sticky-position.deskt {
        display: none;
    }
    .consultant_sticky-position.mobil {
        display: block;
    }
    .filter__btn-reset {
        padding: 14px 130px;
    }
    .chat__form-inner {
        -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;
        row-gap: 25px;
    }
    .chat__form-block {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .chat__form-block:nth-child(1) {
        max-width: 375px;
    }
    .maps {
        margin-bottom: 50px;
    }
    .map-title {
        font-size: 29px;
    }
    .discount__text {
        padding-right: 25px;
        padding-bottom: 20px;
        padding-left: 25px;
    }
}
@media screen and (max-width: 730px) {
    .modal__close {
        right: 15px;
        top: -53px;
    }
}
@media screen and (max-width: 665px) {
    .modal-sendForm .modal__subtitle {
        margin-right: 110px;
        margin-left: 110px;
    }
}
@media screen and (max-width: 620px) {
    .car-card__img {
        border-radius: 15px;
    }
    .car-card__title {
        font-size: 26px;
        line-height: 140%;
    }
    .car-card__price {
        line-height: 100%;
    }
}
@media screen and (max-width: 510px) {
    .modal-sendForm .modal__subtitle {
        margin-right: 60px;
        margin-left: 60px;
    }
}
@media screen and (max-width: 500px) {
    .consultant_sticky__tel {
        width: 63px;
        height: 43px;
        background-color: var(--red-light);
    }
    .consultant_sticky__tel-link .tel-link-desk {
        display: none;
    }
    .consultant_sticky__tel-link .tel-link-mob {
        display: block;
        width: 24.75px;
        height: 24.75px;
    }
    .consultant_sticky__tel-link .tel-link-mob svg {
        fill: var(--primary-color);
    }
    .choice-car__block {
        background-color: transparent;
    }
    .choice-car__swiper {
        height: 256px;
    }
    .choice-car__info {
        padding-right: 0;
        padding-left: 0;
    }
    .choice-car__btn-order {
        background-color: #f7f7f7;
    }
}
@media screen and (max-width: 490px) {
    .subheader__title {
        font-weight: 700;
        line-height: 115%;
    }
    .subheader__subtitle {
        line-height: 130%;
    }
    .timer-promo__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }
    .timer-promo__text {
        margin-top: 15px;
    }
    .timer {
        width: 224px;
        min-height: 71px;
    }
    .timer-count {
        margin-top: 6px;
        line-height: 38.5px;
    }
    .choice-car__conditions .condition {
        background-color: #f7f7f7;
    }
}
@media screen and (max-width: 480px) {
    .choice-car__price {
        margin-top: 5px;
    }
}

@media screen and (max-width: 420px) {
    .promo-title {
        font-size: 22px;
    }
    .header__text {
        max-width: 220px;
        line-height: 135%;
        color: var(--text-grey);
    }
}
@media screen and (max-width: 400px) {
    .modal-sendForm .modal__subtitle {
        margin-right: 30px;
        margin-left: 30px;
    }
}
@media screen and (max-width: 355px) {
    .form {
        min-width: 290px;
    }
}
@media (hover: hover) {
    .f-button:hover:not([disabled]) {
        color: var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg);
    }
}
