.promo__picture-wrap:nth-child(2) {
    position: absolute;
    top: -87px;
    left: 0;
}
.promo__picture-wrap--hide {
    z-index: -3;
}

.promo__picture-wrap {
    position: relative;
    width: 100%;
    height: 755px;
    margin-top: 87px;
    transition: transform 0.6s, z-index 0.6s;
}

.promo__car {
    width: 325px;
    height: 425px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    transition: transform 0.6s;
}
.promo__car:before {
    content: "";
    width: 100%;
    height: 100%;
    transform-origin: 0 100%;
    transform: skew(-5deg);
    background: #fff;
    border-radius: 30px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    overflow: hidden;
}
.promo__car--1 {
    /* top: 200px; */
    /* left: -147px; */
    opacity: 1;
    z-index: 2;
    transform: translate(-72px, 200px);
}
.promo__car--2 {
    /* left: 80px; */
    opacity: .7;
    z-index: 1;
    transform: translate(35px, 0px);
}
.promo__car--1:before {
    z-index: -1;
}
.promo__car--2:before {
    opacity: .7;
    z-index: -2;
}

.promo__picture-wrap.flipped .promo__car--1 {
    opacity: .7;
    z-index: 1;
    transform: translate(35px, 0px);
}
.promo__picture-wrap.flipped .promo__car--1:before {
    opacity: .7;
}

.promo__picture-wrap.flipped .promo__car--2 {
    opacity: 1;
    z-index: 2;
    transform: translate(-72px, 200px);
}
.promo__picture-wrap.flipped .promo__car--2:before {
    opacity: 1;
}

.promo__picture-wrap:not(.flipped) .promo__car.promo__car--2.hovered {
    opacity: .9;
}
.promo__picture-wrap.flipped .promo__car.promo__car--1.hovered {
    opacity: .9;
}

.promo__car--image {
    width: 100%;
    height: 198px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: skew(-5deg);
    margin-left: 23px;
    margin-top: 23px;
}
.promo__car--title {
    text-align: left;
    margin: 40px 40px 0;
    font-weight: 600;
    transform: skew(-5deg);
}
.promo__car--description {
    text-align: left;
    margin: 12px 37px 0;
    transform: skew(-5deg);
    opacity: .7;
}
.promo__car-prices {
    text-align: left;
    margin: 18px 34px 0;
    transform: skew(-5deg);
}
.promo__car-prices--old {
    text-decoration: line-through;
    opacity: .7;
}
.promo__car-prices--new {
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
}
.promo__car--button {
    text-align: center;
    margin: 12px 30px 0;
    transform: skew(-5deg);
    background-color: #5353E5;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.5s;
}
.promo__car--button:hover {
    background: rgba(83, 83, 229, 0.8);
}

.promo--ellipse {
    max-width: 574px;
    height: 530px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    z-index: 2;
}

.popup__container {
    scrollbar-width: none;
}

.filter__badge {
    border-radius: 20px;
    background: #5353E5;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    width: 25px;
    height: 25px;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .promo__car {
        width: 215px;
        height: 365px;
    }
    .promo__car--1 {
        transform: translate(-56px, 200px);
    }
    .promo__car--2 {
        transform: translate(26px, 0px);
    }
    .promo__picture-wrap.flipped .promo__car--1 {
        transform: translate(26px, 0px);
    }
    .promo__picture-wrap.flipped .promo__car--2 {
        transform: translate(-56px, 200px);
    }
    .promo__car--image {
        height: 150px;
    }
    .promo__car--title {
        margin: 20px 40px 0;
    }
}


/* HTML: <div class="loader"></div> */
.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 3;
    background-color: rgb(255 255 255 / 50%);
}
.loader__spinner {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid;
    border-color: #000 #0000;
    animation: l1 1s infinite;
}
@keyframes l1 {to{transform: rotate(.5turn)}}

.model-page__slider {
    justify-content: start;
}

.catalog-car__price {
    letter-spacing: 0;
}
.catalog-car-item__price {
    letter-spacing: 0;
}
.credite-single-car__input {
    letter-spacing: 0;
}
.credite-single-car__result-value {
    letter-spacing: 0;
}
.filter__input {
    letter-spacing: 0;
}
.catalog-car__photo, .catalog-car-item__photo, .car-page__photo {
    object-fit: contain;
}

.model-page__color {
    cursor: pointer;
}