.column2ul li {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 25px;
}

.price-block_link {
    /*margin-right: 12px;*/
    margin-left:0px;
    margin-bottom: 5px;
}

.price-block_link:last-child {
    margin-right: 0;
}

.price-block_link-active {
    background-color: #cd9834 !important;
    color: #fff;
}

.price-block_link {
    display: inline-block;
    padding: 25px 30px;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    line-height: 27px;
    border: 2px solid #cd9834;
    background-color: transparent;
    max-width: 270px;
    width: 100%;
    text-align: center;
    border-radius: 8px;
}

.price-block_three a {
    max-width: 32%;
    width: 100%;
}

.price-block_two a {
    max-width: 49%;
    width: 100%;
}

.price-block_link:hover {
    background-color: #cd9834;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #fff;
}

.car-complectation_img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.swiper-slide {
    background: #f2f2f2;
    height: initial;
}

.car-complectation {
    background: #f2f2f2;
    padding: 35px;
}

.car__info-block {
    padding: 20px 0;
    text-align: center;
}

.car-option {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #262626;
    text-transform: uppercase;
}

.car-price {
    display: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #262626;
}

.car__info-text {
    border-top: 2px solid #d4d4d4;
    padding-top: 15px;
}

.car__info-text p {
    font-weight: 400;
    font-size: 21px;
    line-height: 160%;
    color: gray;
    margin-top: 13px;
    margin-bottom: 13px;
}

.equipment-link {
    width: calc(102% - 7px);
    text-align: center;
    margin: 0;
}

.credit-circle-list {
    padding: 60px 0 60px;
    margin-top: 75px;
}

.credit-circle-list.yellow {
    background-color: #cd9834;
}

.credit-circle-list .circle__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.credit-circle-list .credit-request__circle-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.33%;
    padding: 0 15px;
    border-right: 1px solid #d4d4d4;
    border-right: 1px solid #ffffff;
        flex-wrap: wrap;
    justify-content: center;
}

.credit-circle-list .credit-request__circle-item img {
    max-width: 158px;
    width: 100%;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}

.credit-circle-list.yellow .name-car {
    margin-left: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
}


@media screen and (max-width: 414px) {

    .price-block a {
        margin: 0;
        margin-bottom: 10px;
        max-width: 100% !important;
        width: 100% !important;
        text-align: center;
        padding: 10px;
    }

    .credit-circle-list .circle__list {
        flex-direction: column;
    }

    .credit-circle-list .credit-request__circle-item {
        flex-direction: column;
        border: none;
        display: block;
        margin: 0 auto;
        width: 100%;
    }



    .credit-circle-list .circle__list {
        flex-direction: column;
        gap: 10px;
    }

    .credit-circle-list .credit-request__circle-item {
        border: 0;
        width: 100%;
        flex-direction: column;
        margin: 0 auto;
        display: flex;
    }

    .credit-circle-list.yellow .name-car {
        margin-left: 0px;
        margin-top: 10px;
    }

    .car__header span{
        display: flex;
        font-size: 16px;
        flex-direction: column;
    }

}

.gallery__small-img {
    width: auto !important;
}
/* new block end */


