input.has-error {border-color:red !important;animation: errore 1s linear !important;}
label.has-error span {color: red !important;}

.seo-text { font-size: 16px; line-height: 22px; text-align: justify; }
.seo-text p { margin-bottom: 15px; }
.seo-text h2 { margin-bottom: 15px; margin-top: 10px; }
.seo-text ul { margin-bottom: 15px; margin-left: 20px; }
.seo-text ol { margin-bottom: 15px; margin-left: 20px; }

/* Ð¡Ñ€Ð°Ð²Ð½ÐµÐ½Ð¸Ðµ ÐºÐ¾Ð¼Ð¿Ð»ÐµÐºÑ‚Ð°Ñ†Ð¸Ð¹ */
.modification_compare table {width: 100%;border-collapse: collapse;}
.mods_tab_head td {text-align: center;width: 15%;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%;}
a.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%;}

/* Ð¡Ñ€Ð°Ð²Ð½ÐµÐ½Ð¸Ðµ ÐºÐ¾Ð¼Ð¿Ð»ÐµÐºÑ‚Ð°Ñ†Ð¸Ð¹ */
table.compare {border-collapse:collapse; margin-bottom: 30px;}
table.compare td {padding:10px;}
table.compare thead td {font-size: 16px;line-height: 20px;    font-weight: 700; }
table.compare tbody td{border-bottom: 1px solid #d5d5d5;}
table.compare td+td {text-align:center;}
table.compare tbody td:nth-child(even) {background:#eaeaea;}
table.compare td.option_title {font-weight: 700;    padding: 20px 10px;background:#eaeaea;}
.back_link {float:right;margin: 10px 0;}
.back_link a {font-size: 16px;}
.compare--title { float: left; }
.btn-compare-complectation { float: right; }

/* Price content */
.complectation-content-price b {font-size: 14px;display: block;color: #444444;font-weight: bold;margin-bottom: 10px;}
.complectation-content-price b span {font-size: 18px;}
.complectation-content-price thead tr td {padding-bottom: 3px; font-size: 14px; font-weight: 900;}
.complectation-content-price tbody tr td {line-height: 28px}
.complectation-content-price tbody tr:last-child {border-bottom: 0px;}
.complectation-content-price tbody tr:last-child td {padding-bottom: 0px;}
.complectation-content-price tbody td { border-bottom: 1px solid #ebebeb; }

/* car change page credit/tradein/buyout */
.pagination {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 40px;
}
.pagination ul {
    display: flex;
}
.pagination li {
    margin-right: 5px;
}
li.page-item {
    position: relative;
    display: block;
    padding: 0.5rem 0.3rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #05141F;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
}
li.page-item.active {
    color: #5E7C2E;
}

.page-item a {
    text-decoration: none;
    color: black;
}

.model-dropdown-select {
    height: 45px;
    background: #e0e0e0;
    border-radius: 5px;
    position: relative;
    z-index: 50;
    cursor: pointer;
    line-height: 45px;
    padding: 0 15px;
    color: #000;
}

.model-dropdown-list {
    background: #fff;
    color: #000;
    z-index: 49;
    top: 41px;
    max-height: 342px;
    width: 100%;
    overflow-x: hidden;
}

.option {padding: 5px;border-bottom: 1px solid #e0e0e0;display: -webkit-box;display: -ms-flexbox;display: flex; width: 100%; margin: 0px; gap: 5px;}

.option_image {
    min-width: 80px;
    min-height: 80px;
    background-position: center;
    background-size: cover;
    background-color: #e0e0e0;
}


.block-info {
    max-width: 63%;
}

.option_title {font-weight: bold; font-size: 12px;}

.option_info {
    display: block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    margin: 5px 0;
}

.option_price {
    display: block;
    font-weight: 600;
}

.option_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
}

.option:hover {
    cursor: pointer;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #AA1441 ;
    color: white;
}
.finance-car-preview__img{
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.js-model-credit a{
    width: 100%;
}
a.disabled{
    pointer-events: none;
    cursor: default;
    color: #888;
}
section.about{
    margin-bottom: 50px;
}