.car__item-name {
    margin-bottom: 10px;
}

.columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin: 0 auto;
}
.columns p {
    font-size: 14px;
    white-space: normal;
}
.columns > div {
    margin-bottom: 20px;
    padding-right: 20px;
}
.full_info h4 {
    color: inherit;
}

.bank__item {
    display: flex;
}

.bank__item img {
    width: 100%;
    margin: auto;
    display: flex;
    object-fit: scale-down;
}

.tabs__content,
.tabs__content_options {
    display: none;
}
.tabs__content.active,
.tabs__content_options.active {
    display: block;
}

.tabs_container {
    padding: 0 10px;
}
.tabs_container ul li {
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    border-bottom: 2px solid #bababa;
}

.mods_tab_link {
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
    display: inline-block;
}
.mods_tab_content {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mods_tab_content.open {
    max-height: 500px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mods_tab td:first-child,
.mods_tab_head td:first-child {
    width: 30%;
}
.mods_tab td + td {
    text-align: center;
}
.mods_tab {
    border-top: 1px solid #e8e9e9;
    font-size: 12px;
}
.mods_tab td {
    padding: 7px;
    border-bottom: 1px solid #e8e9e9;
}
.mods_tab tr:nth-child(even) td {
    background: #f6f7f8;
}
.comp_tab_content td + td {
    text-align: center;
}
.mods_tab_head td {
    padding: 43px 5px 0;
    text-align: center;
}

table.compare {
    border-collapse: collapse;
    margin: 30px 0px 30px 0px;
}
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: #f6f7f8;
}
table.compare td.option_title {
    font-weight: 700;
    padding: 20px 10px;
    background: #f6f7f8;
}
.back_link {
    float: right;
    margin: 10px 0;
}
.back_link a {
    padding: 0 20px;
}
.back_link a:hover {
    color: inherit;
}

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

.cars__list-model-name {
    margin-bottom: 50px;
    margin-top: 40px;
}

.kit__desc,
.kit__priceblock {
    padding: 20px;
    border: 1px solid #7a7a7c;
}
.kit__desc,
.kit__priceblock {
    display: none;
    margin: 10px 0;
    padding: 40px;
}
.js-open-modal {
    cursor: pointer;
}

.complectation-content-price b {
    padding-top: 10px;
    font-size: 18px;
    display: block;
    color: #444;
    font-weight: 700;
}
.complectation-content-price b span {
    font-size: 18px;
}

.kit__priceblock table {
    width: 100%;
    border-collapse: collapse;
}

.complectation-content-price thead tr {
    border-bottom: 1px solid #eaeaea;
}
.complectation-content-price thead tr td {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 500;
}

.right {
    text-align: right;
}

.complectation-content-price tbody tr td {
    padding-top: 6px;
    padding-bottom: 0;
}

.kit .checkbox_div label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}

.checkbox_div .checkbox {
    width: 20px !important;
}

.kit .checkbox_div label span {
    margin-left: 10px;
}

.kit .checkbox_div label span {
    margin-left: 10px;
}

.complectation-content-price b span {
    font-size: 18px;
}

.packaging__item-price-new {
    cursor: pointer;
}
.js-link-tradein {
    cursor: pointer;
}

element.style {
    display: block;
}

.packaging__item {
    margin-bottom: 15px;
}

.comp-wrapper__box {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 20px;
    border: 1px solid #7a7a7c;
    margin: 10px;
}

.packaging__name,
.packaging__btn {
    margin-top: 35px;
}

.packaging__btn {
    margin-bottom: 35px;
}

.options-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 15px 0;
}

.cars__list.auto {
    padding: 0px 0px !important;
}

.stock__link {
    cursor: pointer;
}

ul.comp-list:first-child li.cplist-heading {
    margin-top: -5px;
}

.comp-list li.cplist-heading {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.comp-list li {
    font-size: 14px;
    white-space: normal;
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.popup-credit {
    width: 100%;
    max-width: 550px;
    position: relative;
}

.popup__title {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;
}
.popup__title span {
    color: #001852;
}

.feedback__popup-item {
    margin-bottom: 10px;
    width: 100%;
}

.feedback__popup-item input {
    height: 45px;
    padding: 0px 20px;
    border-radius: 30px;
    border: 1px solid #9ba1a5;
    width: 100%;
}

.popup-tradein {
    width: 100%;
    max-width: 550px;
    position: relative;
}

.js-complectation-name {
    margin-bottom: 20px;
}

.agreement__inner input:checked + label:after {
    left: 3px;
    top: 7px;
}

.agreement__inner input + label:before {
    width: 16px;
    height: 16px;
}

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

.agreement__inner input + label {
    font-size: 14px;
}

.popup__description {
    margin-bottom: 20px;
}

.popup__description span {
    font-size: 20px;
    font-weight: bolder;
    color: #001852;
}

.agreement__inner a {
    color: #001852;
}

.feedback__inner .form {
    padding-bottom: 10px;
}

.contact__feedback .agreement__inner {
    display: block;
    padding-top: 10px;
}

a.print:hover {
    filter: brightness(0);
}
.print_page {
    padding: 20px 20px 40px;
}
.print_page_title {
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
.print_page_title.tab > div {
    vertical-align: middle;
}
.print_page_title div + div {
    float: right;
    text-align: right;
}

.print_teh {
    column-count: 2;
    padding-bottom: 20px;
    border-bottom: 1px solid;
}
.print_teh li {
    padding: 5px 0;
}
.print_page .columns {
    column-count: 2;
}
.print_page .columns h5 {
    font-size: 14px;
    font-weight: 700;
}
.print_page .columns p {
    color: #2b2e36;
}
.print_page .btn.to_print {
    width: 140px;
    margin: 10px 0;
}

.complectation_tab a.download_link {
    background: url(/assets/images/download_icon.png) center no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
a.download_link:hover {
    filter: brightness(0);
}

.print_page .columns div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.print_page .tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.print_page .block-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.print_page h1 {
    font-size: 25px;
}

.print_page h5 {
    padding-top: 5px;
}

.main-popup-offer-form__header,
.main-popup-offer-form__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.main-popup-offer {
    padding: 0;
    overflow: visible;
    z-index: 2;
}

.main-popup-offer:after,
.main-popup-offer:before {
    content: '';
    position: absolute;
    z-index: -1;
    background-size: contain;
}

.main-popup-offer:after {
    width: 252px;
    height: 175px;
    top: -54px;
    right: -59px;
}

.main-popup-offer-form {
    background: #fff;
    max-width: 700px;
}

.main-popup-offer:before {
    width: 317px;
    height: 308px;
    left: -76px;
    bottom: -87px;
}

.main-popup-offer-form__header__text {
    position: relative;
    z-index: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    line-height: 26px;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.main-popup-offer-form__header__text:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(50vw);
    z-index: -1;
    background: #009688;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.main-popup-offer-form__header__img {
    position: relative;
    z-index: 2;
    margin-top: -55px;
    width: 315px;
    height: 175px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.main-popup-offer-form__header {
    padding-top: 50px;
    position: relative;
    top: -31px;
    margin-bottom: -80px;
    overflow: hidden;
    height: 173px;
}

.main-popup-offer-form__header__text:not(:last-child) {
    margin-bottom: 2px;
}

.main-popup-offer-form__car-name {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 35px;
}

.main-popup-offer-form__car-name span {
    text-transform: uppercase;
}

.main-popup-offer-form__car-date {
    font-size: 13px;
    color: #a6a6a6;
    line-height: 30px;
    margin-bottom: 5px;
}

.main-popup-offer-form__car-price {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 18px;
}

.main-popup-offer-form__gift {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ededed;
    padding-top: 15px;
    gap: 15px;
    text-transform: uppercase;
    line-height: 20px;
}

.main-popup-offer-form__body {
    padding: 0 50px 25px;
    position: relative;
    z-index: 2;
}

.main-popup-offer-form__car-count {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.main-popup-offer-form__body__column .main-form-input-outer,
.main-popup-offer-form__body__column .main-form-checkbox {
    margin-bottom: 15px;
}

.main-popup-offer-form__body__img {
    margin-top: -50px;
    width: 100%;
    max-height: unset;
}

.main-popup-offer-form__car-count.main-popup-offer-form__car-count_small {
    font-size: 16px;
}

.main-popup-offer-form .btn__prem {
  background-color: #01002C;
  color: #fff;
  border: 0;
}

.display-mobile {
    display: none;
}

.services-list {
    -ms-flex-pack: justify;
    margin-bottom: 20px;
  }
  
  .services-item,
  .services-list {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  
  .services-item {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    transition: background 0.3s ease-in-out 0s;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
  }
  
  .services-item.active {
    background: #fff;
    color: #202020;
    border: 1px solid #009688;
    box-shadow: #009688;
  }
  
  .services-item.active .services-sale__value {
    color: #009688;
  }
  
  .services-item:hover {
    background-color: #fbfdff10;
  }
  
  .services-item__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    width: 100%;
  }
  
  .services-text {
    font-size: 14px;
  }
  
  .services-title {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
  }
  
  .services-sale {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .services-sale__icon-i {
    display: inline-block;
    margin-left: 5px;
    padding: 3px;
  }
  
  .services-sale__icon-i svg {
    width: 15px;
    height: 15px;
  }
  
  .services-sale__icon-i svg path {
    fill: #ccc;
  }
  
  .services-sale__icon-i:hover path {
    fill: #009688;
  }
  
  .services-result {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    background-color: #fff;
    box-shadow: #009688;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  
  .services-result:hover {
    background: #fff;
  }
  
  .services-result:hover .services-result__value {
    text-shadow: 0 1px 5px #f79797;
  }
  
  .services-result__value {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 3px;
    font-size: 18px;
    color: #009688;
    transition: all 0.5s ease 0s;
  }
  
  .services-result__title:before {
    content: "Максимальная выгода при покупке до ";
    display: inline;
  }
  
  .services-result__title .sale-date {
    color: #009688;
  }
  
  .services-img {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
  }
  
  .services-img .services-img__bg {
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
    height: 20px;
    line-height: 20px;
    transition: all 0.2s;
    border-radius: 50%;
  }
  
  .services-img input[type="checkbox"] {
    display: none;
  }
  
  .services-img input[type="checkbox"] + .services-img__bg {
    width: 20px;
    background: #ccc;
  }
  
  .services-img input[type="checkbox"]:checked ~ .services-img__bg {
    background: #009688;
  }
  
  .services-img .services__check-icon {
    position: absolute;
    cursor: pointer;
    pointer-events: none;
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
  }
  
  .services-img .services__check-icon:after,
  .services-img .services__check-icon:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 6px;
    transition: 0.2s ease-out;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 0 #0000001a;
    margin-left: -10%;
  }

  .services-img input[type=checkbox]:checked~.services-img__bg {
    background: #009688
    }
  
  .services-img .services__check-icon:before {
    transform: rotate(45deg);
  }
  
  .services-img .services__check-icon:after {
    transform: rotate(-45deg);
  }
  
  .services-img input[type="checkbox"]:checked ~ .services__check-icon:before {
    transform: translate(-30%, 100%) rotate(45deg) scaleX(0.6);
  }
  
  .services-img input[type="checkbox"]:checked ~ .services__check-icon:after {
    transform: translate(20%) rotate(-45deg);
  }

/* popup */
@media (max-width: 1000px) {
    .display-mobile {
        display: block;
    }

    .display-pc {
        display: none;
    }
}
/* popup */
@media (max-width: 740px) {
    .services-list {
        display: grid;
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .services-result {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
    }

    .services-result__value {
        justify-content: left
    }

    .main-popup-offer-form__body {
        grid-template-columns: repeat(1, 1fr);
        padding: 0px 25px 25px 25px;
    }

    .main-popup-offer-form__body__img {
        display: none;
    }
    .main-popup-offer-form__header {
        top: -65px;
        grid-template-columns: repeat(1, 1fr);
    }

    .main-popup-offer-form__header__text:before {
        width: calc(100vw);
    }

    .main-popup-offer-form__header__img {
        width: 100%;
        height: auto;
        max-width: 185px;
        margin: auto;
    }

    .main-popup-offer-form__header {
        top: 0;
        height: auto;
        padding: 15px 25px;
        margin-bottom: -20px;
    }

    .main-popup-offer-form__header__text {
        line-height: 26px;
        font-size: 13px;
    }

    .main-popup-offer-form__gift svg {
        max-width: 19px;
    }

    .main-popup-offer-form__header__column {
        text-align: center;
    }
}

.docs__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: min(30px, 5vw);
}
.docs__grid > * {
    width: calc(33.3333333333% - min(30px, 5vw) / 2 * 3);
    max-width: 10rem;
}
.docs__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
    padding: min(15%, 25px);
    aspect-ratio: 1/1;
    justify-content: center;
    border: 1px solid #d8d8d8;
    border-radius: min(20px, 3vw);
    font-size: 12px;
    text-decoration: none;
}

.docs__item span{
    font-size: 18px;
    color: black;
}
.docs__item svg {
    flex: 1;
    display: block;
    margin: auto;
}
.docs__item a {
    color: inherit;
}
.container-model {
    margin-top: 100px;
}

@media (max-width: 1300px) {
    .container-model {
        margin-top: 150px;
    }
}

@media (max-width: 740px) {
    .docs__grid {
        display: flex;
        flex-wrap: unset;
        justify-content: center;
        grid-gap: unset;
    }

    .docs__item {
        display: block;
        width: 100%;
        margin: auto;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        text-align: center;
        padding: min(15%, 10px);
        aspect-ratio: 1/1;
        justify-content: center;
        border: unset;
        font-size: 12px;
        text-decoration: none;
        padding-top: 40px;
        margin-bottom: unset;
        text-align: center;
    }

    .main-popup-offer-form__header {
        position: relative;
        display: block;
        height: auto;
        min-height: 150px;
    }

    .main-popup-offer-form__header__img {
        position: absolute;
        z-index: auto;
        left: 140px;
    }

    .main-popup-offer-form__car-name {
        margin-top: unset;
    }

    .model__img-inner {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

input.has-error {
    color: red;
    border: 1px solid !important;
}

@keyframes callback-button-phone {
    0% {
        transform: rotate(0)
    }

    3% {
        transform: rotate(10deg)
    }

    6% {
        transform: rotate(0)
    }

    9% {
        transform: rotate(-10deg)
    }

    12% {
        transform: rotate(0)
    }

    15% {
        transform: rotate(10deg)
    }

    18% {
        transform: rotate(0)
    }

    21% {
        transform: rotate(-10deg)
    }

    24% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(0)
    }
  }

  @keyframes callback-button-border {
    0% {
        width: 2.5em;
        height: 2.5em;
        opacity: 1
    }

    100% {
        width: 5em;
        height: 5em;
        opacity: 0
    }
  }

  @keyframes callback-button-border1 {
    0% {
        width: 2.5em;
        height: 2.5em;
        opacity: .3
    }

    100% {
        width: 5em;
        height: 5em;
        opacity: 0
    }
  }

  .callback-button {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        background-color: var(--primary);
        color: rgb(255, 255, 255);
        cursor: pointer;
        display: block;
        position: fixed;
        font-size: inherit;
        right: 2em;
        bottom: 2em;
        width: 2.5em;
        height: 2.5em;
        line-height: 2.5em;
        text-align: center;
        z-index: 100;
        border-radius: 50%;
        transition: 0.2s;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
    }

    .callback-button::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 5em;
        height: 5em;
        border-radius: 50%;
        border: solid #009688 1px;
        animation: 2s ease 0s infinite normal none running callback-button-border;
    }

    .callback-button::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        background-color: #009688;
        opacity: 0.1;
        width: 4em;
        height: 4em;
        border-radius: 50%;
        animation: 2s ease 1s infinite normal none running callback-button-border1;
    }

.callback-button i {
    color: inherit;
    position: relative;
    z-index: 1;
    animation: 2s ease-out 0s infinite normal none running callback-button-phone;
}

.callback-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    background-color: #009688;
    color: #fff;
    cursor: pointer;
    display: block;
    position: fixed;
    font-size: inherit;
    right: 2em;
    bottom: ${position};
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    text-align: center;
    transition: all .2s;
    border: none;
    z-index: 100;
}

.callback-button__icon {
    background: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><svg height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h48v48h-48z" fill="none"/><path fill="white" d="M13.25 21.59c2.88 5.66 7.51 10.29 13.18 13.17l4.4-4.41c.55-.55 1.34-.71 2.03-.49 1.24.74 4.65 1.14 7.14 1.14 1.11 0 2 .89 2 2v7c0 1.11-.89 2-2 2-18.78 0-34-15.22-34-34 0-1.11.9-2 2-2h7c1.11 0 2 .89 2 2 0 2.49.4 4.9 1.14 7.14.22.69.06 1.48-.49 2.03l-4.4 4.42z"/></svg>') center no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 27px;
}

