.container {
    max-width: 1180px;

    padding: 0;

    margin: 0 auto;
}

.section__upper {
    padding: 100px 0 50px;
}

.section__title {
    font-size: 40px;
    line-height: 42px;
}

/********* $HEADER *********/

.header-container {
    padding: 32px 0 0;
}

.burger {
    display: none;
}

.header-logo__img {
    max-width: 142px;
}

.header-menu {
    position: static;

    padding: 0;

    width: max-content;
    flex-basis: 40%;

    background: none;
}

.header-nav {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
} 

.header-button.desk_hide {
    display: none;
}

.header-button.mob_hide {
    display: flex;
}

.header-nav__link {
    padding-bottom: 0;

    border: none;

    font-size: 10px;
    line-height: 12px;

    width: max-content;

    transition: all .3s;
}

.header-nav__link:hover {
    font-weight: 700;
}

.header-info__text-icon+span {
    display: block;
}

.header-info__text-icon {
    display: none;
}

.header-info__text:last-child {
    display: none;
}

.header-info {
    justify-content: space-between;

    flex-basis: 38%;
}

.header-button {
    flex-basis: 38%;
}

.header-info__text {
    text-decoration: none;
    text-align: center;
}


/**************************/


/********* $MAIN-BANNER *********/

.main-banner {
    aspect-ratio: 1920/800;

    height: auto;
}

.main-banner__container {
    padding: 150px 0 110px;

    height: 100%;
}

.main-banner__title {
    font-size: 48px;
    line-height: 50px;
}

.main-banner__list {
    margin-top: 44px;

    padding: 5px 0 5px 36px;

    gap: 7px;
}

.main-banner__list-item {
    font-size: 32px;
    line-height: 34px;
}

.main-banner__list-item br {
    display: none;
}

.main-banner__button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 240px;
    height: 60px;

    margin-top: 45px;

    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: var(--color-white);
}

.main-banner .swiper-pagination-bullet {
    width: 60px;
    height: 20px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
}

.models-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.models-list__item {
    height: 36px;

    cursor: pointer;
}

.models-list__item:hover {
    background: var(--color-red);

    color: var(--color-white);
}

.models-list__item:hover span {
    color: var(--color-white);
}

.models-list__link {
    font-size: 16px;
    line-height: 18px;
}

.models-card::before {
    display: none;
}

.js_show-model-item {
    display: none;
}

/**************************/


/********* $FORM-TIMER *********/

.form-timer {
    padding: 17px 0;
}

.timer {
    gap: 20px;
}

.form-timer__timer-text {
    font-size: 19px;
    line-height: 21px;
    text-align: left;

    margin-bottom: 3px;
}

.time-count__val,
.timer-points {
    font-size: 55px;
    line-height: 57px;
}

.time-count__item {
    width: 58px;
}

.form-timer__form {
    flex-basis: 45%;
}

.time-count__text {
    font-size: 12px;
    line-height: 14px;
}

/**************************/

/********* $MODELS *********/

.models-card__cont {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    width: 100%;

    position: relative;
}

.models-card__image {
    width: 461px;
}

.models-card__actions.desk_hide {
    display: none;
}

.models-card__actions.mob_hide {
    display: grid;
}

.models-cards {
    gap: 70px;
}

.models-card__actions {
    margin-top: 0;

    grid-template-columns: 1fr;
}

.models-card__prices.desk_hide {
    display: none;
}

.models-card__prices.mob_hide {
    display: block;
}

.models-card__prices {
    margin-bottom: 0;
}

.models-card__info {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;

    height: 100%;

    flex-basis: 44%;
}

.models-card__info-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
}

.models-card__btns {
    margin-top: 0;

    flex-basis: 35%;
}

.models-card__prices-text._price {
    white-space: nowrap;
    text-align: right;

    font-size: 24px;
    line-height: 26px;
}

.models-card__prices-text._price-month {
    white-space: nowrap;
    text-align: right;

    font-size: 16px;
    line-height: 18px;
}

.models-card__price-old {
    text-align: right;

    font-size: 20px;
    line-height: 22px;
}

.models-card__actions-item {
    flex-direction: row;
    gap: 10px;

    white-space: nowrap;
    text-align: left;

    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.models-card {
    padding: 20px 0 24px;

    background: rgba(239, 239, 239, 1);

    border: none;
    box-shadow: none;
}

.modesl-card__img {
    max-width: 461px;
}

.models-card__car {
    width: 100%;
}

.models-card__car .swiper {
    margin-bottom: -71px;
}

.models-card__head {
    font-size: 32px;
    line-height: 34px;

    margin-bottom: 26px;
}

.colors {
    justify-content: flex-end;

        margin: 0 30px 0 auto;
}

.models-card__colors-text {
    text-align: right;

    font-size: 16px;
    line-height: 18px;
}

.models-card__colors {
    margin-top: 41px;

           width: 400px;
        margin-left: auto;
}

.models-card__button {
    font-size: 12px;
    line-height: 14px;
}

/**************************/


/********* $EQUIPS *********/

.equips__filter {
    width: 100%;
    gap: 80px;
    flex-direction: row;
    justify-content: center;

    margin-bottom: 50px;
}

.equips__filter-block {
    width: 300px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
    line-height: 22px;
}

.equips-card {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;

    background: rgba(239, 239, 239, 1);
    padding: 10px;
}

.equips-card__info {
    padding: 0;

    background: none;

    align-self: flex-start;
    flex-basis: 30%;
}

.equips-card__image {
    flex-basis: 40%;
}

.equips-card__texts-number.desk_hide {
    display: none;
}

.equips-card__texts-number.mob_hide {
    display: flex;
}

.equips-card__texts-number {
    font-size: 10px;
    line-height: 12px;

    gap: 3px;
}

.equips-card__model {
    margin-bottom: 24px;

    font-size: 32px;
    line-height: 34px;
}

.equips-card__texts-flex {
    flex-direction: row-reverse;
    gap: 17px;
    justify-content: flex-end;
}

.equips-card__texts-number br {
    display: none;
}

.equips-card__texts-number {
    white-space: nowrap;

    width: max-content;
    align-items: center;

    padding: 0 10px;
}

.equips-card__actions.desk_hide {
    display: none;
}

.equips-card__actions.mob_hide {
    display: grid;
}

.equips-card__actions {
    margin-top: 48px;
}

.equips-card__prices.desk_hide {
    display: none;
}

.equips-card__prices.mob_hide {
    display: block;
}

.equips-card__prices {
    margin-top: 0;
}

.equips-card__price-old {
    font-size: 16px;
    line-height: 18px;

    text-align: right;

    margin-bottom: 10px;
}

.equips-card__price {
    font-size: 20px;
    line-height: 22px;
    text-align: right;

    margin-bottom: 10px;
}

.equips-card__price-month {
    font-size: 16px;
    line-height: 18px;
    text-align: right;
}

.equips-card__actions-item {
    flex-direction: row;

    font-size: 16px;
    line-height: 18px;
}

.equips-card__name {
    font-size: 20px;
    line-height: 22px;
}

.equips-card__btns {
    margin-top: 29px;
    padding: 0;
}

/**************************/


/********* $BANNERS *********/

.banner {
    margin-top: 100px;
}

.banner .form__checkbox-check[type=checkbox]+.form-checkbox__custom {
        display: block;
    width: 24px;
    height: 24px;
    background-color: var(--color-red);
    border-radius: 5px;
    border: none;
}

.banner .form__checkbox-check[type=checkbox]:checked+.form-checkbox__custom {
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center;
}

.banner__mob {
    display: none;
}

.banner__bg {
    background: none;

    position: relative;
}

.banner__mob-img.mob_hide {
    display: block;
}

.credits__bg {
    padding: 63px 0 45px;
}

.trade__bg {
    padding: 36px 0;
}

.banner__container {
    width: 100%;
}

.banner__title.mob_hide {
    display: block;
}

.banner__title {
    font-size: 32px;
    line-height: 34px;
}

.credits__title {
    margin-bottom: 30px;
}

.credits-list {
    padding-left: 30px;

    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner-list__item {
    font-size: 22px;
    line-height: 24px;

    gap: 20px;
}

.banner-list__item br {
    display: none;
}

.credits-list::before {
    background: var(--color-red);
}

.banner__form {
    margin-top: 40px;

    width: 470px;
}

.banner__form-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner__button {
    margin-top: 0;

    flex-basis: 50%;
}

.banner .banner__input {
    flex-basis: 50%;
}

.trade__title {
    text-align: right;

    margin-bottom: 17px;
}

.trade__form {
    margin: 31px 0 0 auto;
}

/**************************/


/********* $CONTACTS *********/

.contacts__img.desk_hide {
    display: none;
}

.contacts__img.mob_hide {
    display: block;

    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;

    top: 0;
    left: 0;

    object-fit: cover;
}

.contacts__bg {
    padding: 30px 0;

    position: relative;

    background: none;
    max-width: max-content;
}

.contacts {
    margin-top: 100px;
}
.spec-class{
    max-width: max-content;
}
.contacts__container {
    background: var(--color-red);

    width: 480px;

    padding: 39px 0 29px 34px;
    margin-left: 80%;
}

.contacts__img-logo {
    display: block;

    margin: 0 auto;

    max-width: 142px;
}

.contacts__title {
    display: none;
}

.contacts__list {
    margin-top: 20px;
}

.contacts__list-item {
    font-size: 20px;
    line-height: 22px;
}

.contacts__button {
    margin: 20px 0 0;

    width: 220px;
}

/**************************/


/********* $FOOTER *********/

.footer {
    padding: 42px 0;
}

.footer__links {
    gap: 30px;
}

.footer__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer__info {
    margin-top: 0;

    flex-basis: 46%;

    text-align: right;
}

/**************************/


/********* $POPUP *********/

.popup {
    width: 600px;
}

#modalCredit {
    background: url(../img/modal-credit_desk.webp)no-repeat;
    background-size: cover;
}

#modalRequest {
    background: url(../img/modal-req_desk.webp)no-repeat;
    background-size: cover;
}


#modalRequest .popup-form__container {
    display: flex;
    gap: 10px;
    width: 100%;
}

#modalRequest .popup-form__input,
#modalRequest .popup-form__button {
    width: 180px;

    margin-top: 0;
}

.popup-list__item br {
    display: block;
}

#modalRequest .popup-form {
    margin-top: 27px;
}

#modalRequest .form__checkbox-label {
    margin-top: 10px;
}

.popup__container {
    padding: 20px 20px 25px;
}

.popup__head {
    font-size: 32px;
    line-height: 34px;
}

.popup-list {
    margin-top: 30px;
}

.popup-list__item {
    font-size: 14px;
    line-height: 16px;
}

#modalRequest .popup-list__item {
    font-weight: 700;
}

.popup-form {
    margin-top: 3px;
}

.fancybox__content>.f-button.is-close-btn {
    top: 0;
    opacity: 1;
}

.filtered-show,
.showmore-show {
    display: block;
    opacity: 1;
    transition: .3s;
}

.filtered-show,
.showmore-show {
    display: block;
    opacity: 1;
    transition: .3s;
}

.filtered-hide,
.showmore-hide {
    display: none;
    opacity: 0;
}

.js--show-more {
    margin: 20px auto;
    display: block;
    padding: 10px;
    border-radius: 5px;
}

.js--show-more.hidden {
    display: none;
}

/**************************/


@media screen and (max-width: 1710px) {
    .main-banner__container {
        padding: 95px 0 90px;
    }

    .main-banner__title {
        font-size: 38px;
        line-height: 40px;
    }

    .main-banner__list-item {
        font-size: 25px;
        line-height: 27px;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        max-width: 1000px;
    }

    .main-banner__list {
        margin-top: 20px;
    }

    .main-banner__button {
        margin-top: 20px;
    }

    .main-banner__title {
        font-size: 33px;
        line-height: 35px;
    }

    .main-banner__list-item {
        font-size: 23px;
        line-height: 25px;
    }

    .main-banner__container {
        padding: 80px 0 80px;
    }

    .form-timer__form {
        flex-basis: 53%;
    }

    .modesl-card__img {
        max-width: 343px;
    }

    .models-card__prices-text._price {
        font-size: 20px;
        line-height: 22px;
    }

    .models-card__price-old {
        font-size: 16px;
        line-height: 18px;
    }

    .models-card__actions-item {
        font-size: 12px;
        line-height: 14px;
    }

    .models-card__head {
        font-size: 24px;
        line-height: 26px;
    }

    .models-card__colors {
        margin-top: 49px;
    }

    .equips-card__model {
        font-size: 24px;
        line-height: 26px;
    }

    .equips-card__img {
        max-width: 367px;
    }

    .equips-card__price-month {
        font-size: 14px;
        line-height: 16px;
    }

    .equips-card__price {
        font-size: 18px;
        line-height: 20px;
    }

    .equips-card__actions-item {
        font-size: 14px;
        line-height: 16px;
    }
}