:root {
    --main-color: #B3292C;
}

.hero {
    height: 70rem
}

@media (min-width:768px) and (max-width:991px) {
    .hero {
        height: calc(100vh - 9.6rem)
    }
}

@media (max-width:767px) {
    .hero {
        height: auto
    }
}

@media (max-width:991px) {
    .hero .container {
        height: 100%
    }
}

.hero__wrapper {
    width: 100%;
    height: 100%
}

.hero__item {
    width: 100%;
    height: 100%;
    position: relative
}

@media (max-width:767px) {
    .hero__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.hero__image {
    width: 100%;
    height: 100%;
    position: relative
}

.hero__image img,
.hero__image picture img {
    -o-object-fit: cover;
    object-fit: cover
}

.hero__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 8rem 0
}

@media (min-width:768px) and (max-width:991px) {
    .hero__content {
        padding: 6rem 0
    }
}

@media (max-width:767px) {
    .hero__content {
        padding: 1.5rem 0
    }
}

@media (max-width:991px) {
    .hero__content-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }
}

.hero__title {
    margin-bottom: 2rem;
    font-weight: 700;
    font-family: TENETSans-SemiExpandedBold;
    line-height: 110%;
    color: #fff;
    text-transform: uppercase
}

@media (max-width:991px) {
    .hero__title {
        text-align: center
    }
}

@media (max-width:767px) {
    .hero__title {
        margin-bottom: 1.6rem
    }
}

@media (max-width:991px) {
    .hero__title br {
        display: none
    }
}

.hero__subtitle {
    font-size: 3.2rem;
    margin-bottom: 4rem;
    font-weight: 700;
    line-height: 110%;
    color: #fff
}

@media (max-width:991px) {
    .hero__subtitle {
        text-align: center
    }
}

@media (max-width:767px) {
    .hero__subtitle {
        font-size: 2.4rem;
        margin-bottom: unset
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hero__subtitle br {
        display: none
    }
}

@media (max-width:991px) {
    .hero__btn {
        width: 100%;
        margin-top: auto
    }
}

.hero-slider {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.hero-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 2rem !important;
    z-index: 101
}

@media (max-width:991px) {
    .hero-slider__pagination {
        bottom: unset !important;
        top: 30rem
    }
}

.hero-slider__pagination .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3019607843)
}

.hero-slider__pagination .swiper-pagination-bullet-active {
    background-color: #fff
}



/**********ПРОМОКОД************/
.promocode {
    font-family: TENETSans, serif;
    font-size: 16px;
    position: relative;
    top: -4em;
    z-index: 2;
}

.promocode__container {
    background-color: #F6F0EC;
    border-radius: 1.5em;
    padding: 1.5em;
    position: relative;
}

.promocode__bg {
    position: absolute;
    /*left: 0;*/
    right: 0;
    bottom: 2em;
    width: 50%;
}

.promocode__bg-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.promocode__content {
    position: relative;
    z-index: 2;
}

.promocode__top {
    font-size: 1.1em;
    border-bottom: 1px solid #3E3A391A;
    padding-bottom: 1em;
    margin: 2em 0 0em;
}
.promocode__top b {
    color: var(--main-color);
}

.promocode__left {
    width: 750px;
    max-width: 60%;
}

.promocode__left-top {
    display: flex;
    gap: 1em;
    margin: 1em 0;
}

.promocode__mobile-top {
    display: none;
}

.promocode__number {
    font-size: 5.5em;
    font-weight: bold;
    color: var(--main-color);
}

.promocode__title {
    font-size: 1.7em;
    font-weight: 400;
}
.promocode__title b {
    font-weight: bold;
    color: var(--main-color);
}

.promocode__subtitle {
    font-size: 1em;
}

.promocode__advants {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    border-radius: 1em;
    background-color: #fff;
    padding: 1em;
    margin: 1em 0;
}

.promocode__advants-item {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.promocode__advants-icon {
    flex-shrink: 0;
    height: 1.5em;
    width: 1.5em;
    object-fit: contain;
}

.promocode__advants-text {
    font-size: inherit;
}

.promocode__timer.timer {
    position: absolute;
    top: 7em;
    right: 1em;
    border-radius: 1em;
    overflow: hidden;
}

.promocode__timer-top {
    display: flex;
    align-items: center;
    gap: 1em;
    background-color: var(--main-color);
    padding: 1em 2em;
}

.promocode__timer-icon {
    width: 1.5em;
}

.promocode__timer-title {
    color: #ffffff;
}

.promocode__timer-content {
    display: flex;
    justify-content: center;
    gap: 0.5em;
    background-color: #ffffff;
    padding: 1.5em;
}

.promocode__timer-item-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2em;
}

.promocode__timer-name {
    font-size: 2.5em;
    font-weight: bold;
}

.promocode__timer-type {
    font-size: 1em;
}

.promocode__timer-dots {
    font-size: 2em;
    font-weight: bold;
}


.promocode__gains {
    background-color: #fff;
    border-radius: 1em;
    padding: 1em;
    margin: 1em 0;
}

.promocode__gains-title {
    font-size: 1.5em;
}

.promocode__gains-alert {
    display: flex;
    align-items: center;
    gap: 1em;
    background-color: #B3292C1A;
    border: 2px dotted var(--main-color);
    border-radius: 1em;
    padding: 1em;
    margin: 1em 0;
}

.promocode__gains-alert-icon {
    flex-shrink: 0;
    height: 2em;
    width: 2em;
    object-fit: contain;
}

.promocode__gains-alert-text {
    font-size: 1em;
}


.promocode__running-line {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.promocode__running-line-container {
    display: inline-block;
    white-space: nowrap;
    animation: line-move 30s linear infinite;
}

@keyframes line-move {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.promocode__running-line-item {
    display: inline-block;
}

.promocode__gains-list {
    display: flex;
    gap: 0.5em 1em;
    /*flex-wrap: wrap;*/
    margin: 1em 0;
}

.promocode__gains-item {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.promocode__gains-icon {
    flex-shrink: 0;
    height: 1.2em;
    width: 1.2em;
    object-fit: contain;
}

.promocode__gains-text {
    font-size: 1em;
}

.promocode__form {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    font-size: 1em;
    margin: 2em 0;
}
.promocode__form input,
.promocode__form label,
.promocode__form button,
.promocode__form span,
.promocode__form checkbox {
    font-size: 1em;
}

.promocode__form-item {
    flex-grow: 1;
}

.promocode__input {
    width: 100%;
}

.promocode__form-btn {
    width: 100%;
    color: #ffffff;
}
.promocode__form-btn:hover {
    color: var(--main-color);
}

.promocode__note {
    font-size: 12px;
    color: #3E3A39;
}


@media (max-width: 1100px) {
    .promocode {
        font-size: 14px;
    }

    .promocode__title br {
        display: none;
    }

    .promocode__timer.timer {
        right: -0.3em;
    }

    .promocode__timer-top {
        padding: 1em;
    }

    .promocode__timer-content {
        padding: 1em;
    }
}

@media (max-width:767px) {
    .promocode {
        top: 0;
        font-size: 12px;
        padding-top: 1em;
    }

    .promocode__bg {
        display: none;
    }

    .promocode__container {
        padding: 1em;
    }

    .promocode__content {
        display: flex;
        flex-direction: column;
    }

    .promocode__top {
        font-size: 1.3em;
        padding-bottom: 2em;
        position: relative;
        z-index: 2;
    }

    .promocode__left {
        max-width: 100%;
    }

    .promocode__mobile-top {
        display: flex;
        position: relative;
        padding-top: 1em;
    }

    .promocode__bg-img {
        position: absolute;
        right: 0;
        bottom: -16%;
        width: auto;
        max-width: calc(100% - 8em);
        height: 150%;
    }

    .promocode__number {
        font-size: 7.5em;
    }

    .promocode__number.desktop {
        display: none;
    }

    .promocode__subtitle {
        font-size: 1.3em;
        margin-top: 0.5em;
    }

    .promocode__advants {
        flex-direction: column;
        align-items: flex-start;
        font-size: 1.3em;
    }

    .promocode__timer.timer {
        position: static;
        margin: 2em 0;
    }

    .promocode__form-item {
        width: 100%;
    }

    .promocode__form-item input.filled + label,
    .promocode__form-item input:focus + label {
        font-size: 1em;
    }
    .promocode__form-item input.filled + label {
        top: 1.0em;
    }

    .promocode__form-item input,
    .promocode__form-btn {
        height: auto;
        min-height: 3em;
        padding: 1em 2em;
    }
    .promocode__form-item input.filled {
        min-height: 4em;
    }
}
/**********ПРОМОКОД************/



.timer {
    margin-top: -5.6rem;
    z-index: 1;
    position: relative
}

@media (min-width:768px) and (max-width:991px) {
    .timer {
        margin-top: 2rem
    }
}

@media (max-width:767px) {
    .timer {
        margin-top: 1.5rem
    }
}

.timer__inner {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-color: #b3292c;
    padding: 4rem;
    gap: 4rem;
    border-radius: 2.4rem
}

@media (max-width:991px) {
    .timer__inner {
        gap: 2.4rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

@media (min-width:768px) and (max-width:991px) {
    .timer__inner {
        padding: 2.4rem
    }
}

@media (max-width:767px) {
    .timer__inner {
        padding: 1.6rem
    }
}

.timer-advantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
    width: 100%
}

@media (max-width:991px) {
    .timer-advantages {
        gap: 1.2rem
    }
}

@media (max-width:767px) {
    .timer-advantages {
        grid-template-columns: repeat(1, 1fr)
    }
}

.timer-advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem;
    padding: 1.6rem;
    border-radius: 2.4rem;
    background-color: #fff
}

@media (max-width:991px) {
    .timer-advantage {
        border-radius: 1.6rem;
        gap: 1.2rem
    }
}

.timer-advantage:not(:nth-child(3)) .timer-advantage__ico {
    width: 5.6rem;
    height: 5.6rem
}

@media (max-width:991px) {
    .timer-advantage:not(:nth-child(3)) .timer-advantage__ico {
        width: 3.2rem;
        height: 3.2rem
    }
}

.timer-advantage:nth-child(3) .timer-advantage__ico {
    width: 4.8rem;
    height: 4.8rem
}

@media (max-width:991px) {
    .timer-advantage:nth-child(3) .timer-advantage__ico {
        width: 3.2rem;
        height: 3.2rem
    }
}

.timer-advantage__ico {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.timer-advantage__ico svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.timer-advantage__text {
    font-family: TENETSans;
    font-size: 2.4rem;
    line-height: 110%;
    color: #b3292c
}

@media (min-width:768px) and (max-width:991px) {
    .timer-advantage__text {
        font-size: 1.8rem
    }
}

@media (max-width:767px) {
    .timer-advantage__text {
        font-size: 1.6rem
    }
}

.timer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1280px) {
    .timer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        gap: 2.4rem
    }
}

.timer__bottom-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem
}

@media (max-width:991px) {
    .timer__bottom-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2.4rem
    }
}

.timer-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    width: 66rem
}

@media (max-width:991px) {
    .timer-form {
        width: 100%
    }
}

.timer-form__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem
}

@media (max-width:767px) {
    .timer-form__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.timer-form__item:nth-child(1) {
    width: calc(50% - .6rem)
}

@media (max-width:767px) {
    .timer-form__item:nth-child(1) {
        width: 100%
    }
}

.timer-form__item:nth-child(2) {
    width: calc(50% - .6rem)
}

@media (max-width:767px) {
    .timer-form__item:nth-child(2) {
        width: 100%
    }
}

.timer-form__item:last-child {
    width: 100%
}

.timer-form__item button,
.timer-form__item input {
    width: 100%
}

.timer-form .form-checkbox__text,
.timer-form .form-checkbox__text a {
    color: #fff
}

.timer-form .form-checkbox__box {
    border-color: #fff;
    background-color: transparent
}

.timer-form .form-checkbox__input:checked + .form-checkbox__box {
    background-color: #fff;
    border-color: #fff
}

.timer-form .form-checkbox__input:checked + .form-checkbox__box:after {
    border-color: #b3292c
}

.timer-form .form-checkbox-wrap.is-error .form-checkbox__box {
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .45);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .45)
}

.timer-form .form-checkbox__error {
    color: #fff
}

.timer-form__agreement {
    font-size: 1.4rem;
    font-family: TENETSans;
    color: #fff;
    line-height: 120%;
    margin-top: 1.2rem
}

@media (max-width:991px) {
    .timer-form__agreement {
        text-align: center
    }
}

.timer-form__agreement a {
    font-size: 1.4rem;
    font-family: TENETSans;
    color: #fff;
    line-height: 120%;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.timer-form__agreement a:hover {
    text-decoration: none
}

.timer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.timer__title {
    font-size: 3.2rem;
    font-weight: 700;
    font-family: TENETSans;
    letter-spacing: .04em;
    line-height: 110%;
    color: #fff
}

@media (max-width:991px) {
    .timer__title {
        width: 100%;
        font-size: 2.8rem
    }
}

@media (max-width:991px) {
    .timer__title {
        text-align: center
    }
}

.timer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3.2rem;
    padding: 0;
    margin: 0
}

@media (max-width:991px) {
    .timer__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:767px) {
    .timer__content {
        gap: 2rem;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

.timer__item {
    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: .2rem
}

@media (max-width:991px) {
    .timer__item {
        gap: 0
    }
}

.timer__item-in {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.timer__name {
    font-size: 5.6rem;
    font-family: TENETSans;
    line-height: 120%;
    color: #fff;
    margin: 0
}

@media (max-width:767px) {
    .timer__name {
        font-size: 3rem
    }
}

.timer__dots {
    font-size: 5.6rem;
    font-family: TENETSans;
    color: #fff
}

@media (max-width:767px) {
    .timer__dots {
        font-size: 3rem
    }
}

.timer__item span {
    font-size: 2.4rem;
    font-family: TENETSans;
    line-height: 110%;
    color: #fff
}

@media (max-width:991px) {
    .timer__item span {
        font-size: 1.6rem
    }
}

.catalog {
    padding: 9.6rem 0
}

@media (min-width:768px) and (max-width:991px) {
    .catalog {
        padding: 6rem 0
    }
}

@media (max-width:767px) {
    .catalog {
        padding: 4rem 0
    }
}

.catalog-models-slider {
    margin-bottom: 6.4rem
}

@media (max-width:767px) {
    .catalog-models-slider {
        margin-bottom: 3.2rem
    }
}

.catalog-model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
    cursor: pointer
}

@media (min-width:768px) and (max-width:991px) {
    .catalog-model {
        gap: 1.6rem
    }
}

@media (max-width:767px) {
    .catalog-model {
        gap: 1.2rem
    }
}

.catalog-model:hover .catalog-model__name {
    color: #b3292c
}

.catalog-model:hover .catalog-model__image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.catalog-model__image {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 17rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:768px) and (max-width:991px) {
    .catalog-model__image {
        height: 11.3rem
    }
}

@media (max-width:767px) {
    .catalog-model__image {
        height: auto
    }
}

.catalog-model__image img {
    -o-object-fit: contain;
    object-fit: contain
}

.catalog-model__name {
    font-weight: 700;
    font-size: 2.4rem;
    font-family: TENETSans;
    text-align: center;
    line-height: 110%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:767px) {
    .catalog-model__name {
        font-size: 1.6rem
    }
}

.catalog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem
}

@media (max-width:991px) {
    .catalog__list {
        gap: 3rem
    }
}

.catalog .card {
    position: relative;
}

.catalog .card__views {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 1.5rem;
    border-radius: 60px;
    background-color: #B3292C;
    color: #fff
}

.catalog .card__views-icon {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.catalog .card__views-icon svg {
    width: 100%;
    height: 100%
}

.catalog .card__views-count {
    font-size: 2.5rem;
    line-height: 1;
    font-family: TENETSans-SemiExpandedBold;
    font-weight: 700;
    color: #fff
}

.catalog .card__views p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 110%;
    font-family: TENETSans;
    text-transform: lowercase;
    color: #fff
}

@media (max-width:991px) {
    .catalog .card__views {
        display: none
    }
}

.catalog .card__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    gap: 2rem
}

@media (max-width:991px) {
    .catalog .card__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:767px) {
    .catalog .card__wrapper {
        gap: 1.2rem
    }
}

.catalog .card__content-wrapper {
    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-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 43%
}

.catalog .card__content {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f6f0ec;
    border-radius: 2.4rem;
    padding: 3.2rem;
    width: 100%
}

@media (max-width:991px) {
    .catalog .card__content-wrapper {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .catalog .card__content-wrapper {
        padding: 2.4rem
    }
}

@media (max-width:767px) {
    .catalog .card__content {
        padding: 1.6rem
    }
}

.card__content_label-wrapper {
    background-color: #BAAFA2;
    border-radius: 2.4rem;
    display: flex;
    margin-bottom: -6%;
}

#t7_prime .card__content_label-wrapper {
    background-color: #B3292C
}

.card__content-label {
    margin-left: 3.5rem;
    margin-top: 3rem;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.9rem;
    font-family: TENETSans;
}

.card__content-label-part {
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.9rem;
    font-family: TENETSans;
}

.card__content-count {
    margin-left: auto;
    height: 100%;
    background-color: #3E3A39;
    border-radius: 2.4rem;
    padding: 2rem 2rem 5rem;
    text-align: center;
}

.card__content-count b {
    color: #FFFFFF;
    font-size: 2.2rem;
    font-family: TENETSans;
}

.card__content-count p {
    color: #FFFFFF;
    font-size: 1.7rem;
    font-family: TENETSans;
}

@media (max-width:1500px) {
    .card__content-label {
        font-size: 1.7rem;
    }

    .card__content-label-part {
        font-size: 1.7rem;
    }

    .card__content-count b {
        font-size: 2rem;
    }

    .card__content-count p {
        font-size: 1.5rem;
    }
}

@media (max-width:1200px) {
    .card__content-label {
        font-size: 1.6rem;
    }

    .card__content-label-part {
        font-size: 1.6rem;
    }

    .card__content-count b {
        font-size: 1.8rem;
    }

    .card__content-count p {
        font-size: 1.5rem;
    }
}

@media (max-width:767px) {
    .card__content_label-wrapper {
        margin-bottom: -8%;
        border-radius: 1.5rem;
    }

    .card__content-label {
        font-size: 2.2rem;
        margin-left: 2.5rem;
        margin-top: 2rem;
    }
    .card__content-label-part {
        font-size: 2.2rem;
    }

    #t7_prime .card__content-label-part {
        display: none
    }

    .card__content-count {
        padding: 1rem 1rem 3.5rem 1rem;
        text-align: center;
        border-radius: 1.5rem;
        width: max-content;
    }

    .card__content-count b {
        font-size: 2.3rem;
    }

    .card__content-count p {
        font-size: 1.5rem;
    }
}

.catalog .card__visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: .8rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 56%;
}

@media (max-width:1300px) {
    .catalog .card__visual {
        flex-direction: column;
    }
}

@media (max-width:991px) {
    .catalog .card__visual {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        gap: 1.2rem
    }
}

@media (max-width:767px) {
    .catalog .card__visual {
        width: 100%
    }
}

.catalog .card__left {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 1.5rem;
    position: relative;
    background-color: #3e3a39;
    padding: 3.2rem;
    width: 100%;
    border-radius: 2.4rem
}

@media (max-width:991px) {
    .catalog .card__left {
        width: 100%;
        gap: 1rem
    }
}

@media (max-width:767px) {
    .catalog .card__left {
        padding: 1.6rem;
        border-radius: 1.6rem
    }
}

.catalog .card__left .card-content {
    margin-top: auto
}

.catalog .card__right {
    /* padding: 1.6rem;
    border-radius: 2.4rem;
    background-color: #3e3a39; */
    width: 100%
}

@media (max-width:1300px) {
    .catalog .card__right {
       /*  width: 100% */
    }
}

@media (max-width:767px) {
    .catalog .card__right {
        /* border-radius: 1.6rem */
    }
}

.catalog .card__right .card-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

@media (max-width:767px) {
    .catalog .card__right .card-content {
        /* -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row */
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.card-content__title {
    color: #FFFFFF;
    margin-left: 0.7rem;
    font-size: 2rem;
    font-weight: 700;
}

.catalog .card__title {
    font-size: 4rem;
    font-family: TENETSans-SemiExpandedBold;
    letter-spacing: .04em;
    line-height: 110%;
    font-weight: 700
}

@media (min-width:768px) and (max-width:991px) {
    .catalog .card__title {
        font-size: 3.2rem
    }
}

@media (max-width:767px) {
    .catalog .card__title {
        font-size: 2.4rem;
        text-align: center
    }
}

.catalog .card__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: auto
}

@media (max-width:991px) {
    .catalog .card__btns {
        width: 100%
    }
}

.catalog .card__btn {
    width: 100%
}

.catalog .card-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-bottom: 2px solid #baada2
}

@media (max-width:991px) {
    .catalog .card-tabs {
        width: 100%
    }
}

@media (max-width:767px) {
    .catalog .card-tabs {
        border-bottom: 4px solid #baada2
    }
}

.catalog .card-tab {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 3rem 1.6rem;
    font-weight: 400;
    font-size: 1.6rem;
    width: 33.3333333333%;
    line-height: 110%;
    font-family: TENETSans;
    letter-spacing: .04em;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:992px) and (max-width:1680px) {
    .catalog .card-tab {
        font-size: 2rem
    }
}

@media (max-width:991px) {
    .catalog .card-tab {
        white-space: nowrap;
        text-overflow: ellipsis
    }
}

.catalog .card-tab.active {
    position: relative
}

.catalog .card-tab.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    width: 100%;
    background: #b3292c;
    height: 2px;
    z-index: 1
}

@media (max-width:767px) {
    .catalog .card-tab.active:after {
        bottom: -4px;
        height: 4px
    }
}

.catalog .card-tab:not(.active):hover {
    color: #b3292c
}

.catalog .card-content {
    display: none
}

@media (max-width:991px) {
    .catalog .card-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: .5rem
    }
}

.catalog .card-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog .card-content__image img,
.catalog .card-content__image picture img {
    -o-object-fit: contain;
    object-fit: contain
}

.catalog .card-content__bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    /* -webkit-box-orient: vertical; */
    -webkit-box-direction: normal;
    /* -ms-flex-direction: column;
    flex-direction: column; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .8rem;
    width: 100%;
    height: 100%
}

@media (max-width:1300px) {
    .catalog .card-content__bullets {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.catalog .card-content__bullet {
    width: 17.5rem;
    height: 2rem;
    border-radius: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:768px) and (max-width:991px) {
    .catalog .card-content__bullet {
        /* width: 3.2rem;
        height: 3.2rem */
    }
}

@media (max-width:767px) {
    .catalog .card-content__bullet {
        width: 13.2rem;
        height: 1.5rem
    }
}

.catalog .card-content__bullet.active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    position: relative
}

@media (min-width:992px) {
    .catalog .card-content__bullet.active {
        /* margin: .4rem 0 */
    }
}

@media (min-width:768px) and (max-width:991px) {
    .catalog .card-content__bullet.active {
        /* margin: 0 .8rem */
    }
}

@media (max-width:767px) {
    .catalog .card-content__bullet.active {
        margin: 0
    }
}

.catalog .card-content__bullet-wrapper {
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

.catalog .card-content__bullet-color {
    color: #FFFFFF;
    font-size: 1.1rem;
}

.catalog .card-content__bullet-count {
    font-size: 1.2rem;
}

@media (max-width:767px) {
    .catalog .card-content__bullet-color {
        font-size: 0.95rem;
    }

    .catalog .card-content__bullet-count {
        font-size: 1rem;
    }
}

.catalog .card-content[data-content="colors"]:not(.colors-expanded) .card-content__bullet-wrapper:nth-child(n+5) {
    display: none
}

.catalog .card-content__colors-toggle {
    display: block;
    width: 100%;
    margin-top: .4rem;
    padding: 0;
    border: none;
    background: none;
    color: #fff;
    font-size: 2.1rem;
    font-family: inherit;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.catalog .card-content__colors-toggle:hover {
    opacity: .8
}

@media (max-width:767px) {
    .catalog .card-content__colors-toggle {
        font-size: 1.8rem
    }
}

.catalog .card-content-slider {
    width: 100%;
    height: auto;
    overflow: hidden
}

@media (min-width:1281px) and (max-width:1499px) {
    .catalog .card-content-slider {
        /* width: 53.7rem;
        height: 36.9rem */
    }
}

@media (min-width:992px) and (max-width:1280px) {
    .catalog .card-content-slider {
        /* width: 45.7rem */
    }
}

@media (max-width:991px) {
    .catalog .card-content-slider {
        /* height: auto */
    }
}

@media (min-width:768px) and (max-width:991px) {
    .catalog .card-content-slider {
        /* width: 66rem */
    }
}

@media (max-width:767px) {
    .catalog .card-content-slider {
        /* width: 31rem */
    }
}

.catalog .card-benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.2rem;
    margin: 1.6rem 0 0
}

.catalog .card-benefit__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0
}

.catalog .card-benefit__badge {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24.1rem;
    max-width: 100%;
    aspect-ratio: 241 / 55
}

.catalog .card-benefit__badge-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.catalog .card-benefit__badge-bg--mobile {
    display: none
}

.catalog .card-benefit__badge-content {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: .8rem 1.2rem .8rem 3rem
}

.catalog .card-benefit__badge-title {
    margin: 0;
    font-weight: 700;
    font-size: 2rem;
    line-height: 120%;
    color: #fff;
    letter-spacing: .02em
}

.catalog .card-benefit__badge-text {
    font-size: 1.6rem;
    line-height: 120%;
    color: #fff;
    letter-spacing: .02em
}

@media (max-width:767px) {
    .catalog .card-benefit {
        margin: 1.2rem 0 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: .8rem
    }

    .catalog .card-benefit__main {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: flex-start
    }

    .catalog .card-benefit__badge {
        width: 15.1rem;
        aspect-ratio: 151 / 35
    }

    .catalog .card-benefit__badge-bg--desktop {
        display: none
    }

    .catalog .card-benefit__badge-bg--mobile {
        display: block
    }

    .catalog .card-benefit__badge-content {
        padding: .2rem .6rem .2rem 1.6rem
    }

    .catalog .card-benefit__badge-title {
        font-size: 1.3rem
    }

    .catalog .card-benefit__badge-text {
        font-size: 1rem
    }
}

.catalog .card-benefit__title {
    line-height: 120%;
    font-size: 1.8rem;
    font-family: TENETSans;
    letter-spacing: .04em
}

@media (max-width:767px) {
    .catalog .card-benefit__title {
        font-size: 1.3rem
    }
}

.catalog .card-benefit__val {
    font-family: TENETSans-SemiExpandedBold;
    font-weight: 700;
    line-height: 120%;
    font-size: 4rem
}

@media (max-width:767px) {
    .catalog .card-benefit__val {
        font-size: 2.4rem
    }
}

.catalog .card__advantages {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
    margin: 1.6rem 0 3.4rem
}

@media (max-width:991px) {
    .catalog .card__advantages {
        margin: 1.2rem 0 1.2rem;
        gap: 1.2rem
    }
}

.catalog .card__advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem
}

.catalog .card__advantage-ico {
    width: 4.8rem;
    height: 4.8rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: contain;
    object-fit: contain
}

.catalog .card__advantage-ico svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.catalog .card__advantage-text {
    font-size: 1.8rem;
    font-family: TENETSans;
    letter-spacing: .04em;
    line-height: 120%
}

#t7_prime .card__advantage-break {
    display: none
}

@media (max-width:767px) {
    .catalog .card__advantage-text {
        font-size: 1.6rem
    }

    #t7_prime .card__advantage-separator {
        display: none
    }

    #t7_prime .card__advantage-break {
        display: block
    }
}

@media (max-width:991px) {
    .catalog .card__advantage-text br {
        display: none
    }
}

.catalog .card-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.2rem
}

@media (min-width:768px) and (max-width:991px) {
    .catalog .card-gallery {
        height: 34.9rem
    }
}

@media (max-width:767px) {
    .catalog .card-gallery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.catalog .card-gallery__main {
    width: 100%;
    height: 48rem;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (min-width:768px) and (max-width:1280px) {
    .catalog .card-gallery__main {
        /* width: 56rem */
    }
}

@media (max-width:991px) {
    .catalog .card-gallery__main {
        height: auto
    }
}

@media (max-width:767px) {
    .catalog .card-gallery__main {
        /* width: 31rem */
    }
}

.catalog .card-gallery__image {
    width: 100%;
    height: 100%;
    border-radius: 1.2rem;
    overflow: hidden
}

.catalog .card-gallery__image img,
.catalog .card-gallery__image picture img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1.2rem;
    overflow: hidden
}

.catalog .card-gallery__thumbs {
    width: 100%;
    overflow: hidden
}

@media (max-width:991px) {
    .catalog .card-gallery__thumbs {
        width: 100%
    }
}

.catalog .card-gallery__thumbs .swiper-slide {
    width: 11.1rem !important;
    height: auto !important
}

@media (min-width:768px) and (max-width:1280px) {
    .catalog .card-gallery__thumbs .swiper-slide {
        /* width: 8.5rem !important */
    }
}

@media (max-width:767px) {
    .catalog .card-gallery__thumbs .swiper-slide {
        width: 6.7rem !important
    }
}

.catalog .card-gallery__thumbs .swiper-slide-thumb-active .card-gallery__thumb {
    opacity: 1
}

.catalog .card-gallery__thumb {
    cursor: pointer;
    opacity: .4;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: .8rem;
    overflow: hidden
}

.catalog .card-gallery__thumb:hover {
    opacity: .7
}

.complectations {
    padding-bottom: 9.6rem
}

@media (min-width:768px) and (max-width:991px) {
    .complectations {
        padding-bottom: 6rem
    }
}

@media (max-width:767px) {
    .complectations {
        padding-bottom: 4rem
    }
}

.complectations-models {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto auto;
    border-bottom: 2px solid #cdd3d9
}

@media (max-width:991px) {
    .complectations-models {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.complectations-model {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 3rem;
    font-weight: 400;
    font-size: 1.6rem;
    font-family: TENETSans;
    letter-spacing: .04em;
    line-height: 110%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:767px) {
    .complectations-model {
        font-size: 1.4rem;
        padding: 1rem;
        white-space: nowrap
    }
}

@media (max-width:767px) {
    .complectations-model span {
        display: none
    }
}

.complectations-model.active {
    position: relative
}

.complectations-model.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    width: 100%;
    background: #b3292c;
    height: 2px;
    z-index: 1
}

.complectations-model:not(.active):hover {
    color: #b3292c
}

.complectations-model__content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    position: relative
}

@media (max-width:991px) {
    .complectations-model__content {
        gap: 1.5rem
    }
}

.complectations-model__content.active {
    opacity: 1;
    max-height: 10000px;
    overflow: unset
}

.complectations-model__content div[data-complectation] {
    opacity: 0;
    max-height: 0;
    overflow: hidden
}

.complectations-model__content div[data-complectation].active {
    opacity: 1;
    max-height: 10000px;
    overflow: unset
}

.complectations-model__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem
}

@media (max-width:767px) {
    .complectations-model__list {
        margin-top: 2.4rem
    }
}

.complectations-model__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .complectations-model__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:768px) and (max-width:991px) {
    .complectations-model__item {
        gap: 2.4rem
    }
}

@media (max-width:767px) {
    .complectations-model__item {
        gap: 1.6rem
    }
}

.complectations-model__item.is-hidden {
    display: none
}

.complectations-model__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.6rem
}

@media (max-width:991px) {
    .complectations-model__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        width: 100%
    }
}

.complectations-model__right {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f6f0ec;
    padding: 3.2rem;
    border-radius: 2.4rem
}

@media (max-width:991px) {
    .complectations-model__right {
        width: 100%
    }
}

@media (max-width:767px) {
    .complectations-model__right {
        padding: 1.6rem;
        border-radius: 1.6rem
    }
}

.complectations-model-slider {
    width: 42rem;
    height: 25rem;
    overflow: hidden
}

@media (min-width:768px) and (max-width:991px) {
    .complectations-model-slider {
        width: 100%;
        height: auto;
        margin: 0 auto
    }
}

@media (max-width:767px) {
    .complectations-model-slider {
        width: 100%;
        height: 18.4rem
    }
}

.complectations-model-slider__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

@media (max-width:991px) {
    .complectations-model-slider__inner {
        width: 100%
    }
}

.complectations-model-slider__image img,
.complectations-model-slider__image picture img {
    -o-object-fit: contain;
    object-fit: contain
}

.complectations-model-slider__bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .8rem;
    z-index: 1
}

.complectations-model-slider__bullet {
    width: 1.6rem;
    height: 1.6rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .15);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:768px) and (max-width:991px) {
    .complectations-model-slider__bullet {
        width: 3.2rem;
        height: 3.2rem
    }
}

@media (max-width:767px) {
    .complectations-model-slider__bullet {
        width: 2.4rem;
        height: 2.4rem
    }
}

.complectations-model-slider__bullet.active {
    -webkit-transform: scale(1.33);
    transform: scale(1.33);
    position: relative
}

@media (min-width:992px) {
    .complectations-model-slider__bullet.active {
        margin: 0 .4rem
    }
}

@media (min-width:768px) and (max-width:991px) {
    .complectations-model-slider__bullet.active {
        margin: 0 .8rem
    }
}

@media (max-width:767px) {
    .complectations-model-slider__bullet.active {
        margin: 0 .4rem
    }
}

.complectations-model__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.6rem
}

@media (max-width:767px) {
    .complectations-model__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.2rem
    }
}

.complectations-model__title {
    font-family: TENETSans-SemiExpandedBold;
    font-weight: 700;
    font-size: 4rem;
    line-height: 110%;
    letter-spacing: .04em;
    margin-right: auto
}

@media (max-width:991px) {
    .complectations-model__title {
        font-size: 2.4rem
    }
}

@media (max-width:767px) {
    .complectations-model__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.complectations-model__price {
    font-family: TENETSans;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 110%;
    letter-spacing: .04em
}

@media (max-width:991px) {
    .complectations-model__price {
        font-size: 2.4rem
    }
}

@media (max-width:767px) {
    .complectations-model__price {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }
}

.complectations-model__badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 1.2rem;
    padding: 1.1rem 2rem .9rem 2rem;
    background-color: #b3292c;
    font-weight: 700;
    font-family: TENETSans;
    font-size: 1.8rem;
    letter-spacing: .04em;
    line-height: 120%;
    color: #fff
}

@media (max-width:767px) {
    .complectations-model__badge {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 1.6rem;
        padding: 1rem
    }
}

.complectations-model__btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    margin-top: 2rem
}

@media (max-width:767px) {
    .complectations-model__btns {
        grid-template-columns: repeat(1, 1fr)
    }
}

.complectations-model__btn {
    width: 100%
}

.complectations-model__advantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    padding-top: 2rem;
    border-top: 1px solid #3e3a39;
    margin-top: 1.6rem
}

@media (max-width:767px) {
    .complectations-model__advantages {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.6rem
    }
}

.complectations-model__advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem
}

.complectations-model__advantage svg {
    width: 2.4rem;
    height: 2.4rem;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.complectations-model__advantage b {
    font-size: 1.8rem;
    line-height: 120%
}

.complectations-model__advantage span {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    font-family: TENETSans;
    letter-spacing: .04em;
    line-height: 120%
}

@media (min-width:992px) {
    .complectations-model__advantage span {
        white-space: nowrap
    }
}

@media (max-width:991px) {
    .complectations-model__advantage span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:767px) {
    .complectations-model__advantage span {
        font-size: 1.6rem
    }
}

@media (max-width:767px) {
    .complectations-model__advantage span br {
        display: none
    }
}

.trade-in {
    position: relative;
    padding-bottom: 9.6rem
}

@media (min-width:768px) and (max-width:991px) {
    .trade-in {
        padding-bottom: 6rem
    }
}

@media (max-width:767px) {
    .trade-in {
        padding-bottom: 4rem
    }
}

.trade-in__image {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 53.3rem
}

@media (min-width:1281px) and (max-width:1680px) {
    .trade-in__image {
        height: 56rem
    }
}

@media (min-width:992px) and (max-width:1280px) {
    .trade-in__image {
        height: auto
    }
}

@media (min-width:768px) and (max-width:991px) {
    .trade-in__image {
        height: 44rem
    }
}

@media (max-width:767px) {
    .trade-in__image {
        height: 22rem
    }
}

.trade-in__image img,
.trade-in__image picture img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.trade-in__wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 3.2rem;
    overflow: hidden
}

@media (max-width:991px) {
    .trade-in__wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (min-width:768px) and (max-width:991px) {
    .trade-in__wrapper {
        border-radius: 2.4rem
    }
}

@media (max-width:767px) {
    .trade-in__wrapper {
        border-radius: 1.6rem
    }
}

.trade-in__content {
    background-color: #f6f0ec;
    padding: 3.2rem
}

@media (min-width:768px) and (max-width:991px) {
    .trade-in__content {
        padding: 2.4rem
    }
}

@media (max-width:767px) {
    .trade-in__content {
        padding: 1.6rem
    }
}

.trade-in__title {
    font-size: 4.8rem;
    line-height: 110%;
    font-family: TENETSans-SemiExpandedBold;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 1.6rem
}

@media (max-width:767px) {
    .trade-in__title {
        font-size: 3.2rem
    }
}

.trade-in__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.2rem;
    width: 100%
}

.trade-in__form-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    width: 100%
}

.trade-in__form-item {
    width: 100%
}

.trade-in__form-item input {
    width: 100%
}

.trade-in__form-btn {
    width: 100%
}

.trade-in__agreement {
    font-size: 1.4rem;
    line-height: 120%
}

@media (max-width:767px) {
    .trade-in__agreement {
        font-size: 1.2rem;
        text-align: center
    }
}

.trade-in__agreement a {
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 1.4rem;
    line-height: 120%
}

@media (max-width:767px) {
    .trade-in__agreement a {
        font-size: 1.2rem
    }
}

.trade-in__agreement a:hover {
    color: #b3292c
}

.credit {
    position: relative;
    padding-bottom: 9.6rem
}

@media (min-width:768px) and (max-width:991px) {
    .credit {
        padding-bottom: 6rem
    }
}

@media (max-width:767px) {
    .credit {
        padding-bottom: 4rem
    }
}

.credit__image {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 53.3rem
}

@media (min-width:1281px) and (max-width:1680px) {
    .credit__image {
        height: 56rem
    }
}

@media (min-width:992px) and (max-width:1280px) {
    .credit__image {
        height: auto
    }
}

@media (max-width:991px) {
    .credit__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:768px) and (max-width:991px) {
    .credit__image {
        height: 44rem
    }
}

@media (max-width:767px) {
    .credit__image {
        height: 22rem
    }
}

.credit__image img,
.credit__image picture img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.credit__wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 3.2rem;
    overflow: hidden
}

@media (max-width:991px) {
    .credit__wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (min-width:768px) and (max-width:991px) {
    .credit__wrapper {
        border-radius: 2.4rem
    }
}

@media (max-width:767px) {
    .credit__wrapper {
        border-radius: 1.6rem
    }
}

.credit__content {
    background-color: #f6f0ec;
    padding: 3.2rem
}

@media (max-width:991px) {
    .credit__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:768px) and (max-width:991px) {
    .credit__content {
        padding: 2.4rem
    }
}

@media (max-width:767px) {
    .credit__content {
        padding: 1.6rem
    }
}

.credit__title {
    font-size: 4.8rem;
    line-height: 110%;
    font-family: TENETSans-SemiExpandedBold;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 1.6rem
}

@media (max-width:767px) {
    .credit__title {
        font-size: 3.2rem
    }
}

.credit__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.2rem;
    width: 100%
}

.credit__form-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    width: 100%
}

.credit__form-item {
    width: 100%
}

.credit__form-item input {
    width: 100%
}

.credit__form-btn {
    width: 100%
}

.credit__agreement {
    font-size: 1.4rem;
    line-height: 120%
}

@media (max-width:767px) {
    .credit__agreement {
        font-size: 1.2rem;
        text-align: center
    }
}

.credit__agreement a {
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 1.4rem;
    line-height: 120%
}

@media (max-width:767px) {
    .credit__agreement a {
        font-size: 1.2rem
    }
}

.credit__agreement a:hover {
    color: #b3292c
}

.insurance {
    position: relative;
    padding-bottom: 9.6rem
}

@media (min-width:768px) and (max-width:991px) {
    .insurance {
        padding-bottom: 6rem
    }
}

@media (max-width:767px) {
    .insurance {
        padding-bottom: 4rem
    }
}

.insurance__image {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 53.3rem
}

@media (min-width:1281px) and (max-width:1680px) {
    .insurance__image {
        height: 56rem
    }
}

@media (min-width:992px) and (max-width:1280px) {
    .insurance__image {
        height: auto
    }
}

@media (min-width:768px) and (max-width:991px) {
    .insurance__image {
        height: 44rem
    }
}

@media (max-width:767px) {
    .insurance__image {
        height: 22rem
    }
}

.insurance__image img,
.insurance__image picture img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.insurance__wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 3.2rem;
    overflow: hidden
}

@media (max-width:991px) {
    .insurance__wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (min-width:768px) and (max-width:991px) {
    .insurance__wrapper {
        border-radius: 2.4rem
    }
}

@media (max-width:767px) {
    .insurance__wrapper {
        border-radius: 1.6rem
    }
}

.insurance__content {
    background-color: #f6f0ec;
    padding: 3.2rem
}

@media (min-width:768px) and (max-width:991px) {
    .insurance__content {
        padding: 2.4rem
    }
}

@media (max-width:767px) {
    .insurance__content {
        padding: 1.6rem
    }
}

.insurance__title {
    font-size: 4.8rem;
    line-height: 110%;
    font-family: TENETSans-SemiExpandedBold;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 1.6rem
}

@media (max-width:767px) {
    .insurance__title {
        font-size: 3.2rem
    }
}

.insurance__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.2rem;
    width: 100%
}

.insurance__form-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    width: 100%
}

.insurance__form-item {
    width: 100%
}

.insurance__form-item input {
    width: 100%
}

.insurance__form-btn {
    width: 100%
}

.insurance__agreement {
    font-size: 1.4rem;
    line-height: 120%
}

@media (max-width:767px) {
    .insurance__agreement {
        font-size: 1.2rem;
        text-align: center
    }
}

.insurance__agreement a {
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 1.4rem;
    line-height: 120%
}

@media (max-width:767px) {
    .insurance__agreement a {
        font-size: 1.2rem
    }
}

.insurance__agreement a:hover {
    color: #b3292c
}

.advantages {
    padding-bottom: 9.6rem
}

@media (min-width:768px) and (max-width:991px) {
    .advantages {
        padding-bottom: 6rem
    }
}

@media (max-width:767px) {
    .advantages {
        padding-bottom: 4rem
    }
}

.advantages__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
}

@media (max-width:767px) {
    .advantages__wrapper {
        gap: 1.2rem
    }
}

.advantages__image {
    width: 100%;
    height: 30rem;
    position: relative;
    border-radius: 2.4rem;
    overflow: hidden
}

@media (max-width:991px) {
    .advantages__image {
        height: auto
    }
}

@media (max-width:767px) {
    .advantages__image {
        border-radius: 1.6rem
    }
}

.advantages__image img {
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:768px) and (max-width:991px) {
    .advantages__image img {
        -o-object-position: left;
        object-position: left
    }
}

@media (max-width:767px) {
    .advantages__image img {
        -o-object-position: 70%;
        object-position: 70%
    }
}

.advantages__title {
    position: absolute;
    top: 3.2rem;
    left: 3.2rem;
    color: #fff;
    font-family: TENETSans-SemiExpandedBold;
    font-size: 4.8rem;
    line-height: 110%;
    letter-spacing: .04em;
    z-index: 1
}

@media (min-width:768px) and (max-width:991px) {
    .advantages__title {
        font-size: 3.2rem;
        top: 2.4rem;
        left: 2.4rem
    }
}

@media (max-width:767px) {
    .advantages__title {
        font-size: 3.2rem;
        top: 1.5rem;
        left: 1.5rem
    }
}

.advantages-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem
}

@media (min-width:768px) and (max-width:991px) {
    .advantages-items {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {
    .advantages-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.2rem
    }
}

.advantages-item {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.2rem;
    background-color: #f6f0ec;
    border-radius: 2.4rem;
    padding: 2.4rem
}

@media (max-width:767px) {
    .advantages-item {
        gap: .6rem;
        border-radius: 1.6rem;
        padding: 1.6rem
    }
}

.advantages-item__title {
    font-size: 2.4rem;
    line-height: 110%;
    font-weight: 700;
    letter-spacing: .04em
}

.advantages-item__text {
    font-size: 1.8rem;
    font-family: TENETSans;
    line-height: 120%;
    letter-spacing: .04em
}

.map {
    padding-bottom: 9.6rem
}

@media (min-width:768px) and (max-width:991px) {
    .map {
        padding-bottom: 6rem
    }
}

@media (max-width:767px) {
    .map {
        padding-bottom: 4rem
    }
}

.map__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
    position: relative
}

@media (max-width:991px) {
    .map__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.map-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f6f0ec;
    padding: 3.2rem;
    border-radius: 2.4rem;
    width: 50.8rem
}

@media (max-width:991px) {
    .map-content {
        width: 100%
    }
}

@media (max-width:767px) {
    .map-content {
        padding: 2.4rem 1.6rem;
        border-radius: 1.6rem
    }
}

.map-content__logo {
    width: 33.7rem;
    height: 2rem
}

@media (max-width:767px) {
    .map-content__logo {
        width: 100%
    }
}

.map-content__logo svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.map-content__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 3.2rem 0 2.4rem;
    gap: 2.4rem
}

.map-content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 2.4rem;
    gap: .8rem;
    border-bottom: 1px solid #3e3a39
}

.map-content__item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.map-content__dealer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .4rem
}

.map-content__dealer svg {
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.map-content__dealer span {
    font-family: TENETSans;
    letter-spacing: .04em;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 120%
}

@media (max-width:767px) {
    .map-content__dealer span {
        font-size: 1.6rem
    }
}

.map-content__address {
    font-family: TENETSans;
    letter-spacing: .04em;
    font-size: 1.8rem;
    line-height: 120%
}

@media (max-width:767px) {
    .map-content__address {
        font-size: 1.6rem
    }
}

.map-content__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .4rem
}

.map-content__phone span {
    font-family: TENETSans;
    letter-spacing: .04em;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 120%
}

.map-content__phone svg {
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.map-content__phone a {
    font-family: TENETSans;
    letter-spacing: .04em;
    font-size: 1.8rem;
    line-height: 120%
}

@media (max-width:767px) {
    .map-content__phone a {
        font-size: 1.8rem;
    }
}

.map-content__shedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .4rem
}

.map-content__shedule svg {
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.map-content__shedule span {
    font-family: TENETSans;
    letter-spacing: .04em;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 120%
}

@media (max-width:767px) {
    .map-content__shedule span {
        font-size: 1.6rem
    }
}

.map-content__time {
    font-size: 1.8rem;
    line-height: 120%;
    font-family: TENETSans;
    letter-spacing: .04em
}

@media (max-width:767px) {
    .map-content__time {
        font-size: 1.6rem
    }
}

.map-content__btn {
    width: 100%
}

#map {
    width: 79.2rem;
    height: 51rem;
    border-radius: 2.4rem;
    overflow: hidden
}

@media (min-width:992px) and (max-width:1680px) {
    #map {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (max-width:991px) {
    #map {
        width: 100%
    }
}

@media (max-width:767px) {
    #map {
        height: 26rem
    }
}