/*.page-name {*/
    /*padding-top: 2.5rem;*/
    /*padding-bottom: 1.375rem;*/
/*}*/
/*.section-title {*/
    /*font-size: 1.75rem;*/
    /*color: rgba(0,0,0,.75);*/
    /*line-height: 2.375rem;*/
/*}*/
/*@media (max-width: 1199.98px) {*/
    /*.section-title {*/
        /*display: block;*/
        /*text-align: center;*/
        /*padding-bottom: .9375rem;*/
    /*}*/
    /*.page-name {*/
        /*padding-top: 1.5rem;*/
    /*}*/
/*}*/
/*.offer__car .card {*/
    /*max-width: 270px;*/
    /*margin: 0 auto;*/
/*}*/
/*.offer__car .lineup__model {*/
    /*margin-bottom: 30px;*/
/*}*/
/*.offer__car .lineup__name {*/
    /*margin-bottom: 6px;*/
/*}*/
.offer__car .lineup__price-old{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: line-through;
    color: rgba(0, 0, 0, 0.55);
    margin-bottom: 1px;
}
.offer__car .lineup__price-new{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #FF0022;
}