.header-favorite .has-badge[data-count]:after{
    position: absolute;
    right:-35%;
    top:-35%;
    content: attr(data-count);
    font-size:80%;
    padding:.2em;
    border-radius:50%;
    line-height:1em;
    color: white;
    background:#FF7101;
    text-align:center;
    min-width: 1em;
}
.models-color-grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.model-car-color{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
}
.current_img{
    transition-delay: 0.2ms;
    border: 2px solid #e03e2d;
}
.complectation{
    -moz-columns: 3;
    columns: 3;
    -moz-column-width: 21.25rem;
    column-width: 21.25rem;
}
.complectation > * {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.complectation > * + * {
    margin-top: 1.88rem;
}
.checklist h4 {
    font-weight: 700;
    font-size: 1.13rem;
    margin-bottom: 1em;
}
.checklist ul {
    list-style-type: disc;
    padding-left: 2rem;
    list-style-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.51442 15L0 7.97713L1.07741 6.97343L5.47668 10.8479L16.8392 0L17 0.104972L5.95662 15H5.51442Z' fill='%23313132'/%3E%3C/svg%3E%0A");
}
.checklist ul > * + * {
    margin-top: 1em;
}
.checklist ul li{
    list-style: inherit !important;
}

.modification_compare table {width: 100%;border-collapse: collapse;}
.mods_tab_head td {text-align: center;padding: 15px 5px;font-size: 16px;font-weight: 700;}
.mods_tab td {width: 15%;text-align: center;padding: 10px 5px;font-size: 14px;}
.mods_tab td:first-child {text-align: left;padding-left: 10px;width: 23%;}
.mods_tab_link {font-size: 18px;background: #f5f7fa;border-top: 10px solid #fff;border-bottom: 10px solid #fff;width: 100%;padding: 10px;display: block; color: black;}
.mods_tab td:last-child {padding-right: 10px;}
.mods_tab td:not(:first-child) {font-weight: bold;}
.mods_tab_head td:first-child {width: 22%;}
.mods_tab td:nth-child(even) {background: #f5f7fa;}
.mods_tab {cursor: default;pointer-events: none; width: 100%;}
.mods_tab td:first-child {width: 22%;}
.modification_compare table {
    table-layout: fixed;
    width: 100%;
}
.modification_compare td {
    width: 1%;
}
.modification_compare td:first-child {
    width: 2%;
}
.catalog-galleries .image img{
    width: 100%;
    aspect-ratio: 4 / 3;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.eq_name{
    min-width: 300px;
}
.eq_price{
    min-width: 140px;
}
.eq_credit{
    min-width: 250px;
}

.question{
    position: relative;
    z-index: 1;
    max-width: 1255px;
    margin: 20px auto 0;
}
.questions_img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.need_help_form {
    background: rgba(255, 113, 1, 0.1);
    border-radius: 25px;
    padding: 30px 75px;
}
.questions_text {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    padding: 0 0 40px 70px;
}
.questions_text p{
    font-size: 92px;
    font-weight: bold;
    color: #FF7101;
    line-height: 1;
}
.questions_text span{
    line-height: 1;
    font-size: 36px;
}

.box-car-list .image-group .offer img {
    width: 100%;
    max-height: 100%;
}
.trans_group .col-6{
    margin-bottom: 30px;
}
.transmission_title {
    font-size: 1.13rem;
    font-weight: 400;
    margin-bottom: 0.27em;
}
.transmission_title::after {
    content: "";
    border-top: 1px solid;
    max-width: 3.59em;
    display: block;
    margin-top: 0.27em;
}
.transmission {
    font-size: 1rem;
    font-weight: bold;
    color: #0A1426;
}
.irs--big .irs-bar {
    border: 1px solid #ca8642;
    background: linear-gradient(to bottom, #ffffff 0%, #c95f18 30%, #ffb14c 100%);
}
.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
    background: linear-gradient(to bottom, #ffb14c 0%, #C95F18FF 100%);
}
.irs--big .irs-grid-text {
    color: #181818;
}
.irs--big .irs-grid-pol
{
    color: #181818;
    background-color: #181818;
}

@media only screen and (max-width: 992px) {
    .eq_name{
        min-width: 100%;
        margin-bottom: 10px;
    }
    .eq_price{
        min-width: 100%;
        margin-bottom: 5px;
    }
    .eq_credit{
        min-width: 100%;
        margin-bottom: 5px;
    }
    .eq_buttons{
        min-width: 100%;
    }
    .section-feature-specs .content-feature-specs .feature-specs-box .content {
        border-radius: 0;
        padding: 5px;
        box-shadow: none;
    }
    .section-feature-specs .content-feature-specs {
        margin-top: 0;
    }
    h1 {
        font-size: 26px;
        line-height: 35px;
    }
    h2 {
        font-size: 20px;
    }
    .section-feature-specs .content-feature-specs .feature-specs-box .content .link-style-1 {
        margin-bottom: 0;
    }
    .footer-main .widget {
        margin-bottom: 20px;
    }
    .need_help_form{
        padding: 20px;
    }
    .questions_img {
        display: none;
    }
    .questions_text{
        padding: 0 0 20px;
        grid-gap: 10px;
    }
    .questions_text p{
        font-size: 32px;
        line-height: normal;
    }
    .questions_text span{
        font-size: 17px;
    }
}
