.main-catalog {
  margin-bottom: 20px;
}

/* input error */
.has-error { color: red !important; }
.has-error::-webkit-input-placeholder { color: red; }

/* seo-текст */
.seo-text { font-size: 16px; line-height: 22px; text-align: justify; }
.seo-text p { margin-bottom: 15px; }
.seo-text h1 { 
    margin-bottom: 15px; font-size: 22px; font-weight: bold; 
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.seo-text h1:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #C4C4C4;
}

.seo-text h2 { margin-bottom: 15px; font-size: 18px; font-weight: bold; }
.seo-text h3 { margin-bottom: 15px; font-size: 16px; font-weight: bold; }
.seo-text ul { margin-bottom: 15px; margin-left: 20px; list-style-type: disc; }
.seo-text ol { margin-bottom: 15px; margin-left: 20px; list-style: decimal;} 

.seo-text a { display: inline; }
.seo-text img { margin-bottom: 15px; }

.option {padding: 5px;border-bottom: 1px solid #e0e0e0;display: -webkit-box;display: -ms-flexbox;display: flex; width: 100%; margin: 0px; gap: 5px;}

.main-marks-item:hover b {
    color: #313131;
}

.main-marks-item:hover::before {
    width: 100%;
}

.main-marks-item::before {
    content: '';
    position: absolute;
    right: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background-color: #1BC539;
    transition: all .4s;
}
  
.option_image {
    width: 100px;
    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;
}

.paginate-news {
    margin-top: 80px;
}

.text-description-block {
    margin-bottom: 40px;
}

.text-description-block .seo-text h1:after {
    display: none;
}

.line-accordion {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #C4C4C4;
    margin: auto;
}

.accord-group {
    display: flex;
}

.accordion {
    background-color: unset;
    cursor: pointer;
    color: #313131;
    text-align: left;
    outline: none;
    padding: 0px;
    transition: 0.4s;
    font-size: 24px;
    font-weight: bold;
}

.accordion:after {
    content: '\002B';
    color: #313131;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    margin-bottom: 4.5px;
    margin-right: 5px;
}

.accordion.active:after {
    content: "\2212";
}

.accordion::before {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #C4C4C4;
}

.panel {
    display: none;
}

.panel.active {
    margin-top: 40px;
    display: block;
}

.text-description-block .seo-text .image-style-align-left {
    float: left;
    margin-right: 20px;
}

.text-description-block .seo-text .image-style-align-right {
    float: right;
    margin-left: 20px;
}


.model_special_tabs__content {
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 8%);
    box-shadow: 0 0 16px rgb(0 0 0 / 8%);
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    padding: 30px 30px 45px;
  }
  
  .model_special_tabs__nav > span {
    line-height: 90px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
  }
  
  .model_special_tabs__nav {
    background: #F8F8F8;
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -10px;
  }
  
  .model_special_tabs__nav > span.active {
    background: #fff;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 8%);
    box-shadow: 0 0 16px rgb(0 0 0 / 8%);
    position: relative;
    cursor: default;
    pointer-events: none;
  }
  
  .model_special_tabs__nav > span.active:after {content: "";position: absolute;left: 0;bottom: 0;width: 100%;background: #fff;height: 32px;z-index: 2;}
  
  .model_special_tabs_description_item__heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  
  .model_special_tabs_description_item__subitem {
    font-size:14px;
  }
  
  .model_special_tabs_description_item__subitem:not(:last-child) {
    margin-bottom: 18px;
  }
  
  .model_special_tabs_description_item:not(:last-child) {
    margin-bottom: 32px;
  }
  
  .model_special_tabs_description {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  
  .model_special_tabs {
    margin-bottom: 40px;
  }

  .model_special_main_content_actions .btn:first-child {
    margin-bottom: 15px;
  }

  .model_special_tabs__nav>span {
    font-size:14px;
    width: 100%;
    line-height: 50px;
  }

  .model_special_tabs__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .model_special_tabs .model_special_tabs__nav {
    display: flex;
    flex-direction:unset;
  }

  .model_special_tabs__nav>span.active {
    border-radius: 0;
  }

  .model_special_tabs__nav>span.active:after {
    height: 0;
  }
  
  /*=====================================================================*/
/*========================[SECTION Extended styles]====================*/
/*=====================================================================*/
.teh td{padding:10px;font-size:14px;text-align:center;border-bottom:#bfc3c7;}
.teh thead td {padding: 15px 10px;font-size: 16px;font-weight: 700;}
.teh tbody td:first-child{text-align:left;max-width:300px;}
.teh tbody td:nth-child(even) {background:#f5f7fa;}
.teh tbody td b {color: #00b4f2;font-size: 30px;}
.teh tbody td.option_title {font-size: 18px;background: #f5f7fa;border-top: 10px solid #fff;border-bottom: 10px solid #fff;}
.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%;}
.complectation-content-price b {font-size: 14px;display: block;color: #444444;font-weight: bold;}
.complectation-content-price b span {font-size: 18px;}
.complectation-content-price thead tr {border-bottom: 1px solid #eaeaea;}
.complectation-content-price thead tr td {padding-bottom: 10px;font-size: 15px;font-weight: 500;}
.complectation-content-price tbody tr {border-bottom: 1px solid #eaeaea;}
.complectation-content-price tbody tr td {padding-top: 6px;padding-bottom: 0px;}
.complectation-content-price tbody tr:last-child {border-bottom: 0px;}
.complectation-content-price tbody tr:last-child td {padding-bottom: 0px;}

.model_special_tabs_description--compare {
    column-count: unset;
}

.comp-wrapper {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2; margin-top: 20px;}
.comp-list li {margin-bottom: 7px;font-size: 14px;}
.comp-list li:before {content: "- ";}
li.cplist-heading:before {display: none;}
li.cplist-heading {font-weight: bold;font-size: 18px}
.comp-list:not(:first-child) li.cpl-list_heading {margin-top: 20px;}


.main-heading-description.fav{
  text-align: center;
}

.main-catalog-bottom.fav{
  margin-top: 30px;
  text-align: center;
}

.main-heading-description.fav.bton{
  margin-top: 30px;
  text-align: center;
}

.main-filter-tabs-content form{
    padding: 20px;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 8px;
    display: grid;
    grid-gap: 20px;
}

.js-filter-tabs-content {
  max-height: 0px;
  opacity: 0;
  pointer-events: none;
}

.js-filter-tabs-content.active {
  display: block;
  max-height: unset;
  opacity: 1;
  pointer-events: unset;
}

.car-filter__form {
  opacity: 0;
  min-height: 288px;
}

.car-filter__heading-radios label {
  cursor: pointer;
}

.car-filter__heading {
  margin-bottom: 20px;
}

.detail-car img{
  display: inline;
}