/* Таблица модификаций */
.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%;}
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%;}
.mods_tab td:first-child {width: 22%;}

.has-error span{
    color:red!important;
}

.used__slider {
    margin-bottom: 50px;
}

a{
    cursor: pointer;
}

.lazy {
    opacity: 0;
    -webkit-transition: .1s ease-in all;
    transition: .1s ease-in all
}

.lazy.loaded {
    opacity: 1
}

.img-card-car {
    min-height: 269px;
}

.input__prem__black {
    outline: none;
    height: 35px;
    border: 1px solid black;
    color: black;
    padding: 0px 10px;
    background: transparent;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.js-btn-compare-complectation{
    min-width: 200px;
}
/* Комплектации */
.comp-wrapper { padding: 10px 20px; }

/* Сравнение комплектаций */
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 #f6f3f2;}
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; }


.main-pagination {
    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;
    gap: 25px;
    margin-bottom: 40px;
    padding-top: 20px;
}

.main-pagination-item.main-pagination-item_state_active {
    color: #fff;
    background: #002c5e !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    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;
    font-size: 16px;
}

.main-pagination-item {
    text-decoration: none;
    font-size: 20px;
    color: #00aad2;
    font-weight: 700;
}

.models-filter-bu__group.custom > *:first-child {
    order: -4;
}
.models-filter-bu__group.custom > *:nth-child(2) {
    order: -3;
}
.models-filter-bu__group.custom > *:nth-child(3) {
    order: -2;
}

.page_header.banner{
    height: 200px;
    display: flex;
    font-size: 24px;
    color: white;
    align-items: center;
    justify-content: center;
}

.page_header.banner .section__title{
    margin-bottom: 0px;
}

.wrapper.wpt > .section {
    margin-top: 50px;
}

.item-option-group{
    max-width: 350px;
    min-width: 350px;
}

.option-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

span.error {
    color: red;
    text-align: left;
    font-size: 11px;
}
.form-group {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.nowrap{
    text-wrap: nowrap;
}

.table-compare{
    width: 100%;
    overflow: auto;
}

.text-center{
    text-align: center;
}

.min-width-350{
    min-width: 350px;
}

.overflow-auto{
    overflow: auto;
}

.bolder{
    font-weight: bolder;
}

.fz-20{
    font-size: 20px;
}

.fz-24{
    font-size: 24px;
}

.pb-5{
    padding-bottom: 5px;
}
.pt-5{
    padding-top: 5px;
}
.pb-10{
    padding-bottom: 10px;
}
.pt-10{
    padding-top: 10px;
}

.p-l-5{
    padding-left: 5px;
}

.p-l-10{
    padding-left: 10px;
}

.group-option-name{
    background: #f6f3f2;
}

.border-bottom{
    border-bottom: 1px solid #f6f3f2;
}

.table-compare tbody td:nth-child(even) {
    background: #f6f3f2;
}

.table-compare .complectation-name {
    padding: 5px;
    background: #f6f3f2;
    font-size: 16px;
}

.table-compare .modification-name {
    padding: 10px;
    font-size: 16px;
    background: #f6f3f2;
}

.table-compare thead th.modification-name:nth-child(even) {
    background:#ffffff;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-5{
    margin-bottom: 5px;
}

.intro__page-inner {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 300px;
}

.intro__page {
    position: relative;
}

.intro__page-content {
    color: #fff;
}

.intro__page-des {
    font-size: 18px;
    font-weight: 500;
}

.intro__page::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(12 12 11 / 66%);
}

.intro__page-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 30px;
}

.intro__page-offer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 15px;
}

.intro__page-offer-number {
    font-family: "Tactic Sans Extended", sans-serif;
    min-width: 40px;
    min-height: 40px;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 18px;
    font-weight: 400;
    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;
}

.intro__page-offer-des p {
    font-size: 16px;
}

.intro__page-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 80px;
}

@media (max-width: 1140px){
    .intro__page-content h1 {
        font-size: 38px;
        margin-bottom: 30px;
    }
    .car-main__image img {
        width: 100%;
    }
}
.content-index-slider-first{
    align-items: center;
}
.main-form-form {
    background: #363840;
    color: white;
}

#app-modal-terms {
    width: 500px;
    max-width: 100%;
}

#app-modal-terms .app-modal__heading {
    margin-bottom: 20px;
}

#app-modal-terms .main-heading {
    margin-bottom: 20px;
}

.bank__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(9, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}
@media(max-width:500px){
    .bank__inner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-bottom: 40px;
    }
}
.bank__item {
    height: 96px;
    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;
    border-bottom: 4px solid #363840;
}

.popup__title {
    margin-bottom: 10px;
}

.app-popup-telephone  .popup__content {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding-bottom: 0px;
    min-width: 250px;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.app-popup-telephone  .popup__content img {
    width: 100%;
}

.app-popup-telephone .popup__numbers a{
    text-decoration: none;
    border: none !important;
    font-size: 25px;
}

.nowrap{
    text-wrap: nowrap;
}

.init-modal{
    cursor: pointer;
}

[data-fancybox]{
    cursor: pointer;
}

@media(max-width:550px){
    .car-main__image img {
      max-width: 100%;
      margin: auto;
    }
  }
  
  .model-credit-form__form input{
    width:100%
  }

  .car-main-prices__price-current {
    display: flex;
    align-items: center;
  }


  .car-main__head {
    gap: 12px;
  }

  .img-card-car {
    object-fit: contain;
  }

  .car-main-colors__item.selected {
    outline: 1px solid currentColor;
    outline-offset: 1px;
    border: none;
  }

  .car-main-colors__item {
    border: 1px solid #000;
  }

.section-404 {
    justify-content: center;
    align-items: center;
    display: flex;
    height: calc(100vh - 313px);
    margin: 120px 24px 60px 24px;
}

.section-404 .container {
    display: flex;
    gap: 36px;
    flex-direction: column;
}

.buttons-404 {
    width: fit-content;
}

/* Анимация тряски */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
}

.shake {
    animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
    display: inline-block;
}

.policy-hint {
    color: #ff0000;
    font-size: 12px;
    margin-left: 10px;
    font-weight: normal;
    opacity: 0;
    animation: fadeIn 0.3s forwards;
}

@keyframes fadeIn {
    to { opacity: 1; }
}

.highlighted.shake {
    color: #ff0000 !important;
}

.highlighted.shake a {
    color: #ff0000 !important;
}

.cookies__wrapper {
    position: fixed;
    align-items: center;
    border-radius: 20px;
    z-index: 4;
    bottom: 24px;
    left: 24px;
    width: fit-content;
    padding: 24px 32px;
    background: #fff;   
    display: flex;
    gap: 32px;
    box-shadow: 3px -2px 17px 4px rgba(0, 0, 0, 0.10);
}

.cookies__btn {
    border-radius: 8px;
    background: var(--Dark-blue, #a6192e);
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    color: #fff;
    align-items: center;
    border: none;
    cursor: pointer;
}

.cookies__text {
    max-width: 424px;
    color: var(--Grey-Dark-Grey, #5A5F65);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}
.cookies__text a {
    color: var(--Hague-Blue, #a6192e);
}

.popup__inner button {
    width: 100%;
}

@media (max-width: 1100px) {
    .cookies__text {
        max-width: none;
    }

    .cookies__wrapper {
        width: 100%;
        left: 0;
        bottom: 0;
        gap: 24px;
        padding: 24px 16px;
        flex-direction: column;
        box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.05);
    } 
    .cookies__btn {
        width: 100%;
    }
}