:root {
    --black: #080707;
    --black-second: #070707;
    --black-third: #000000;
    --gray: #B6B6B6;
}

/*:root, html {*/
/*    font-size: 20px !important;*/
/*}*/



.modelb {
    width: 54%;
    max-width: 17%;
    border: 5px solid red;
    transition: all 0.3s ease-in-out;
}

.--text-none {
    text-decoration: none;
}

.modelb.--current {
    width: 54%;
    max-width: 54%;
}

@media (max-width: 1222px) {
    :root, html {
        font-size: 13px;
    }
}

.fade-in-animation {
    opacity: 0;
    transform: translate(0, 40px);
    transition: all 0.3s ease-in;
}

.fade-in-animation.element-show {
    opacity: 1;
    transform: translate(0, 0px);
}

* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif !important;
}

body, p {
    margin: 0;
}

body {
    background-repeat: no-repeat;
}

h2 {
    margin-top: 0;
    margin-bottom: 1.55rem !important;
    font-style: normal;
    font-weight: 400;
    font-size: 2.75rem !important;
    line-height: 67px;
    color: var(--black-second) !important;
}

h3 {
    margin-top: 0;
    margin-bottom: 0.9rem;
    font-style: normal;
    font-weight: 400;
    font-size: 2.1727250000000002rem !important;
    line-height: 50px !important;
    color: #FFFFFF !important;
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem !important;
    line-height: 1.2rem;
    color: #FFFFFF;
    margin-bottom: 0 !important;
}

.button-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    padding: 1rem 2.6rem 1rem 2.55rem;
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 20px;
    color: #FFFFFF;
    max-width: 200px;
    text-decoration: none;
}

/*.header-menu-open {*/
/*    display: none;*/
/*    width: 26px;*/
/*    height: 14px;*/
/*    background-image: url("../images/menu-open.svg");*/
/*    background-repeat: no-repeat;*/
/*    background-color: transparent;*/
/*    border: none;*/
/*    outline: none;*/
/*    position: absolute;*/
/*    top: 23px;*/
/*    right: 23px;*/
/*    z-index: 22;*/
/*}*/

/*.navigation-menu__close {*/
/*    display: none;*/
/*    width: 22px;*/
/*    height: 19px;*/
/*    background-image: url("../images/menu-close.svg");*/
/*    background-repeat: no-repeat;*/
/*    background-color: transparent;*/
/*    border: none;*/
/*    outline: none;*/
/*}*/

/*.--hidden > *:not(.model-item__image) {*/
/*    display: none;*/
/*}*/

/*.--hidden > img {*/
/*    width: auto !important;*/
/*}*/

.--mb-70 {
    margin-bottom: 3.5rem;
}

.--mb-20 {
    margin-bottom: 1rem;
}

.--mb-5 {
    margin-bottom: 0.25rem;
}

.--bg-transparent {
    background-color: transparent !important;
}

h2.--color-white {
    color: #FFFFFF !important;
}

.--black-second-text {
    color: var(--black-second);
}

.--position-element {
    top: 60.5% !important;
}



.movement-swiper__slide-text.--top-pos {
    top: 35%;
}

.movement-swiper__slide-text.--top-pos > p {
    max-width: 607px;
}

.container {
    /*max-width: 1219px;*/
    margin: 0 auto;
}

.header-content {
    position: relative;
    padding: 2.35rem 0;
    background-image: url("../images/banner-header.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 93vh;
    z-index: 1;
}

.header-content::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: url("../images/header-lamp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

/*.header-content:hover::before {*/
/*    opacity: 1;*/
/*}*/

.main-content {
    background: var(--black);
}

.header-title {
    width: fit-content;
    margin: 0 auto;
    margin-top: 4rem;
}

.header-title > img {
    width: 100%;
}

/*.navigation {*/
/*    display: flex;*/
/*    width: fit-content;*/
/*    align-items: center;*/
/*    gap: 2.75rem;*/
/*    margin: 0 auto;*/
/*    position: relative;*/
/*    z-index: 99;*/
/*}*/

/*.navigation-menu {*/
/*    display: flex;*/
/*    gap: 4.231rem;*/
/*    align-items: center;*/
/*}*/

/*.navigation-page {*/
/*    display: flex;*/
/*    gap: 2.75rem;*/
/*}*/

/*.navigation-page__link {*/
/*    text-decoration: none;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-size: 0.8rem;*/
/*    line-height: 20px;*/
/*    color: var(--gray);*/
/*    transition: all 0.2s ease;*/
/*}*/

/*.navigation-page__link:hover {*/
/*    color: #ffffff;*/
/*}*/

/*.navigation__button-buy {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 0.22349999999999998rem 0.9465rem 0.2265rem 0.9535rem;*/
/*    border: 0.5px solid #ffffff;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    font-size: 0.693335rem;*/
/*    line-height: 17px;*/
/*    color: #ffffff;*/
/*    text-decoration: none;*/
/*}*/

.movement {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
    position: relative;
}

.movement-swiper__slide-picture::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/shadow.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 20;
    box-shadow: 0px 0px 344px var(--black);
}

.movement-swiper__slide-picture::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/shadow-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0rem;
    left: 0;
    z-index: 20;
    box-shadow: 10px 10px 345px var(--black);
}

.movement-swiper__slide-shadow {
    height: inherit;
}

.movement-swiper__slide-shadow::before {
    content: '';
    display: block;
    width: 100%;
    height: 142px;
    background-image: url("../images/shadow-bottom.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    z-index: 20;
}

.preview {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.movement-wrapper {
    padding-left: calc((100vw - 1440px) / 2);
}

.movement-swiper__slide {
    position: relative;
}

.movement-swiper__slide-text {
    position: absolute;
    top: 39%;
    z-index: 21;
}

.movement-swiper {
    height: 100vh;
}

.movement-swiper__slide-picture img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.swiper-wrapper, .movement-swiper__slide, .movement-swiper__slide-picture, .movement-swiper__slide-picture img {
    height: inherit;
}

.movement-swiper__slide-text > p {
    max-width: 507px;
}

.movement-swiper__slide-picture {
    width: 85%;
    margin-left: auto;
    position: relative;
}

.movement-swiper__slide-picture picture {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-pagination.movement-swiper__pagination {
    display: flex;
    gap: 0.5rem;
    top: 57%;
    left: 0;
    width: fit-content;
}

.movement-swiper__pagination > .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px solid #ffffff;
    opacity: 1;
}

.movement-swiper__pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background-color: #ffffff;
}


.annotation {
    background-color: #ffffff;
    padding: 4.85rem 0;
}

.annotation-text {
    max-width: 633px;
}

.preview__video {
    margin-bottom: 8.5rem;
}

/*.preview__image img {*/
/*    width: 100%*/
/*}*/

.preview__annotation-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5.05rem;
}

.preview__item-image > img {
    width: 100%;
}

.preview__annotation-item .preview__item-image  {
    width: 50%;
}

.preview__annotation-item p {
    width: 35%;
}

.preview__annotation-item {
    margin-bottom: 3.6rem;
}

.preview__annotation-item:last-child {
    margin-bottom: 0;
}

.parametrs {
    position: relative;
    overflow: hidden;
}

.parametrs > img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}

.parametrs-items {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4.05rem;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: calc((100vw - 1219px) / 2);
    z-index: 2;
}

.parametrs-item {
    display: flex;
    align-items: center;
    gap: 1.9280000000000002rem;
    background: rgba(44, 44, 44, 0.3);
    backdrop-filter: blur(11.8914px);
    border: 1px solid rgb(173 168 168 / 30%);
    padding-left: 2.05rem;
    padding-right: 2.572rem;
    width: fit-content;
}

.parametrs-item__count {
    display: flex;
    align-items: baseline;
    font-style: normal;
    font-weight: 600;
    font-size: 7.6861999999999995rem;
    line-height: 187px;
    color: #FFFFFF;
}

.parametrs-item__count > sub {
    font-style: normal;
    font-weight: 400;
    font-size: 1.367515rem;
    line-height: 33px;
    color: #FFFFFF;
}

.parametrs-item__text {
    font-style: normal;
    font-weight: 400;
    font-size: 1.367515rem;
    line-height: 33px;
    color: #FFFFFF;
}

.model-items {
    display: flex;
}

.model-item.--w-300 .model-item__image {
    position: relative;
}

.model-item.--w-300 .model-item__image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--black);
    opacity: 0.5;
}

.model-item.--w-300.--active-element .model-item__image::before {
    content: none;
}

.model-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.model-item__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.model-item:nth-child(1) .model-item__image.lazy-bg-loaded {
    background-image: url("../images/active-life.jpg");
}

.model-item:nth-child(2) .model-item__image.lazy-bg-loaded {
    background-image: url("../images/active-life-2.jpg");
}

.model-item:nth-child(3) .model-item__image.lazy-bg-loaded {
    background-image: url("../images/active-life-3.jpg");
}

.model-item:nth-child(4) .model-item__image.lazy-bg-loaded {
    background-image: url("../images/active-life-4.jpg");
}

.model-item__description {
    position: absolute;
    right: 35px;
    top: 30px;
}

.model-item__description-title {
    display: block;
    width: 407px;
    margin-bottom: 0.4rem;
    font-style: normal;
    font-weight: 400;
    font-size: 3.95rem;
    line-height: 84px;
    text-align: right;
    color: #FFFFFF;
}

.model-item__description-text {
    max-width: 195px;
    margin-left: auto;
    text-align: right;
    margin-bottom: 1.15rem !important;
}

.model-item:last-child .model-item__description-text {
    max-width: 130px;
}

.model-item__description-btn {
    margin-left: auto;
    cursor: pointer;
    position: relative;
    z-index: 13;
}

.video {
    padding-bottom: 3.1rem;
}

.video-items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    flex-wrap: wrap;
    gap: 4.9rem;
}

.video-item__image {
    display: block;
    position: relative;
    margin-bottom: 1.6rem;
}

.video-item__image > img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.video-item__image::after {
    content: '';
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--black-second);
    opacity: 0.7;
    z-index: 1;
}

.video-item__image::before {
    content: '';
    display: block;
    width: 129px;
    height: 129px;
    position: absolute;
    top: calc(50% - 64.5px);
    left: calc(50% - 64.5px);
    border-radius: 50%;
    background-image: url("../images/play.svg");
    background-size: 37%;
    background-repeat: no-repeat;
    background-position: 60%;
    background-color: rgba(252, 252, 252, 0.1);
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    z-index: 2;
}

/*.footer {*/
/*    background-color: #FFFFFF;*/
/*    padding-top: 2.15rem;*/
/*    padding-bottom: 3.0545rem;*/
/*}*/

/*.footer-items {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

/*.footer-item {*/
/*    width: fit-content;*/
/*}*/

/*.footer-item__logo {*/
/*    display: block;*/
/*    margin-bottom: 1.9315000000000002rem;*/
/*}*/

/*.footer-item__text, .footer-item__link {*/
/*    display: block;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-size: 0.8583999999999999rem;*/
/*    line-height: 21px;*/
/*    color: var(--black-third);*/
/*}*/

/*.footer-item__link {*/
/*    text-decoration: none;*/
/*}*/

/*.footer-item__title {*/
/*    display: block;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-size: 1.2875999999999999rem;*/
/*    line-height: 180%;*/
/*    margin-bottom: 1.5630000000000002rem;*/
/*    color: var(--black-third);*/
/*}*/


@media (max-width: 1460px) {
    .movement-wrapper {
        padding-left: 1.538rem;
    }

    .preview, .video, .model {
        padding-left: 1.538rem;
        padding-right: 1.538rem;
    }

    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


@media(min-width: 1224px) {

    .preview__video video {
        border-radius: 18px;
    }

    .movement {
        padding-bottom: 0;
    }

    .model-item:nth-child(1).--w-300 .model-item__image {
        background-position-x: 27%;
    }

    .model-item:nth-child(2).--w-300 .model-item__image {
        background-position-x: 30%;
    }

    .model-item:nth-child(3).--w-300 .model-item__image {
        background-position-x: 26%;
    }

    .model-item:nth-child(4).--w-300 .model-item__image {
        background-position-x: 33%;
    }

    .model-item {
        border-left: 1px solid #FFFFFF;
    }

    .model-item.--active-element {
        border-left: 1px solid #FFFFFF;
        width: 54%;
        max-width: 54%;
    }

    .model-item.--active-element .model-item__description {
        display: block;
    }

    .model-item {
        width: 54%;
        max-width: 17%;
        transition: all 0.7s ease-in-out;
    }

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

    .model-item:nth-child(1).--active-element {
        border-left: none;
    }

    .model-item:nth-child(1) {
        border-left: none;
    }
}

@media (max-width: 1223px) {

    .video-item__image::before {
        width: 78px;
        height: 78px;
        top: calc(50% - 37px);
        left: calc(50% - 37px); 
    }

    .movement-swiper__slide-picture::before {
        background-image: url("../images/shadow-mobile-top.png");
        height: 66px;
        box-shadow: none;
    }

    .movement-swiper__slide-picture::after {
        background-image: url("../images/shadow-mobile-bottom.png");
        height: 66px;
        top: auto;
        box-shadow: none;
        bottom: -33px;
    }

    .preview__annotation-item .preview__item-image {
        width: 100%;
    }

    .preview__annotation-item p {
        width: 100%;
    }


    .header-content {
        padding-bottom: 0;
    }

    .annotation {
        padding: 2.154rem 1.538rem;
    }

    .movement-swiper__slide-text, .movement-swiper__slide-text.--top-pos {
        position: relative;
        top: 0;
        margin-bottom: 2.308rem;
    }

    .movement-swiper__slide-picture {
        width: 100%;
        height: 90%;
    }

    .swiper-pagination.movement-swiper__pagination {
        top: auto;
        left: calc(50% -  43px) !important;
        width: fit-content !important;
    }

    .--position-element {
        top: auto !important;
    }

    h2 {
        margin-bottom: 0 !important;
    }

    .preview__annotation-item {
        flex-direction: column;
        gap: 2.692rem;
        width: 33%;
    }

    .preview__annotation-item > * {
        width: 100%;
    }

    .preview__annotation {
        display: flex;
        gap: 1.538rem;
    }

    .preview__annotation-item:nth-child(2) {
        flex-direction: column-reverse;
    }

    .preview__item-image {
        height: 315px;
    }

    .preview__item-image > img {
        height: 100%;
        object-fit: cover;
    }

    .preview__annotation-item {
        margin-bottom: 0;
    }

    .video-items {
        gap: 1rem;
    }

    .parametrs-items {
        align-items: center;
    }

    .model-item {
        max-width: 100%;
        width: 100% !important;
        height: 100%;
        max-height: 300px;
        padding-bottom: 1.538rem;
        transition: all 0.3s ease-in-out;
    }

    .model-items {
        flex-wrap: wrap;
    }

    .model-item__image {
        height: auto;
    }

    .model-item__description {
        position: relative;
        top: auto;
        right: auto;
    }

    .model-item__description-text, .model-item__description-btn {
        margin-left: 0;
    }

    .model-item__description-title {
        width: 100%;
        text-align: left;
    }

    .--w-300 {
        height: 300px;
    }

    .model-item {
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }

    .model-item:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .model-item.--active-element {
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        height: 100%;
        max-height: 100%;
    }

    .model-items {
        gap: 0;
    }


    .model-item__image {
        background-size: cover;
        background-position-x: center;
    }

    .model-item .model-item__image {
        background-position-y: -147%;
        background-size: contain;
        transform: scale(1.1);
    }

    .model-item:nth-child(4).--w-300 .model-item__image {
        transform: scale(1.15);
        background-position-x: -15px;
    }

    .model-item:nth-child(2).--w-300 .model-item__image {
        background-position-x: -11px;
    }

    .model-item:nth-child(3).--w-300 .model-item__image {
        background-position-x: -5px;
    }

    .model-item.--active-element .model-item__image {
        background-position-y: center;
    }


    /*.--hidden > img {*/
    /*    width: 100% !important;*/
    /*}*/

    .model-item__description-text {
        text-align: left;
    }
}

@media (max-width: 850px) {

    .header-content::after {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        top: -50%;
        background-image: url("../images/lamp-mobile.png");
        background-repeat: no-repeat;
        background-position: center;
    }

    .header-content {
        background-image: url("../images/bg-hedaer-mobile.png");
        background-size: 80%;
        background-position: bottom;
        background-color: var(--black);
        height: 69vh;
    }

    .header-title {
        width: 280px;
    }
}


@media (max-width: 688px) {

    .video-item > p {
        margin-left: 14px;
    }

    .parametrs-item {
        padding-top: 1rem;
        padding-bottom: 1rem;
        gap: 0.5rem;
    }

    .preview__item-image::before {
        background-image: url("../images/shadow-mobile-top.png");
        height: 66px;
        box-shadow: none;
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        background-repeat: no-repeat;
        top: 0;
        z-index: 20;
    }

    .preview__item-image {
        position: relative;
    }

    .preview__item-image::after {
        background-image: url("../images/shadow-mobile-bottom.png");
        height: 66px;
        top: auto;
        box-shadow: none;
        bottom: 0;
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        background-repeat: no-repeat;
        z-index: 20;
        background-position: bottom;
    }

    .preview__item-image {
        height: auto;
    }

    .preview__item-image > img {
        object-fit: contain;
    }

    .model-item__image {
        height: 220px;
    }

    body {
        position: relative;
    }

    /*.navigation-menu.--active {*/
    /*    display: block;*/
    /*}*/

    /*.navigation-menu {*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    background-color: #070707;*/
    /*    padding: 1.692rem 3.846rem 1.692rem 3.692rem;*/
    /*    z-index: 23;*/
    /*    top: 0;*/
    /*    width: 270px;*/
    /*    height: 100%;*/
    /*}*/

    /*.navigation-menu__close {*/
    /*    display: block;*/
    /*    margin-left: auto;*/
    /*    margin-bottom: 3rem;*/
    /*}*/

    /*.navigation-page {*/
    /*    flex-direction: column;*/
    /*    gap: 2.692rem;*/
    /*    margin-bottom: 2.692rem;*/
    /*}*/

    /*.navigation-page__link {*/
    /*    font-size: 1.231rem;*/
    /*    line-height: 20px;*/
    /*    color: #FFFFFF;*/
    /*}*/

    /*.navigation__button-buy {*/
    /*    font-size: 1rem;*/
    /*    padding: 0.344rem 1.732rem 0.348rem 1.745rem;*/
    /*    justify-content: flex-start;*/
    /*}*/

    /*.navigation__button-buy {*/
    /*      max-width: 139px*/
    /*}*/

    .header-content {
        position: initial;
    }

    /*.navigation-menu__close {*/
    /*    display: block;*/
    /*}*/

    /*.header-menu-open {*/
    /*    display: block;*/
    /*}*/

    /*.navigation-menu {*/
    /*    display: none;*/
    /*}*/

    .header-content {
        height: 52vh;
        padding-top: 2.077rem;
        background-size: 88%;
    }

    h3 {
        font-size: 1.692rem !important;
        line-height: 27px !important;
    }

    .movement-swiper__slide-text > p {
        font-weight: 300;
        font-size: 13px;
        line-height: 16px;
    }

    .movement-wrapper {
        padding-right: 1.538rem;
    }

    .movement-swiper {
        height: 50%;
        padding-bottom: 40px;
    }

    .movement-swiper__slide-picture {
        height: auto;
    }

    h2 {
        font-size: 1.692rem !important;
        line-height: 27px;
        margin-bottom: 1.077rem !important;
    }

    .annotation-text {
        font-weight: 300;
        font-size: 1.154rem;
        line-height: 18px;
    }

    .preview__video {
        margin-bottom: 4rem;
        margin-left: -1.538rem;
        margin-right: -1.538rem;
    }

    .preview__annotation {
        flex-wrap: wrap;
        gap: 2.692rem;
    }

    .preview__annotation-item {
        width: 100%;
    }

    .preview__annotation-item > p {
        font-weight: 300;
        font-size: 1rem;
        line-height: 16px;
    }

    .parametrs-item__count {
        font-size: 5.948rem;
        line-height: 110px;
    }

    .parametrs-item__text, .parametrs-item__count > sub {
        font-size: 1.236rem;
        line-height: 20px;
    }

    .model-item__description-title {
        font-size: 1.692rem;
        line-height: 24px;
        margin-bottom: 0.923rem;
    }

    .model-item__description-text {
        font-size: 1.154rem;
        line-height: 18px;
        margin-bottom: 0.769rem !important;
    }

    .button-link {
        font-size: 1.231rem;
        line-height: 20px;
    }

    .model-item__image {
        margin-bottom: 0.923rem;
    }

    .model-item {
        max-height: 120px;
    }

    .video-item {
        width: 100%;
    }

    .video-item > p {
        font-size: 1.154rem;
        line-height: 18px;

    }

    .video-item__image {
        margin-bottom: 1.4500000000000002rem;
    }

    .video-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 3.538rem;
    }

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

/*@media(max-width: 624px) {*/
/*    .footer-items {*/
/*        flex-direction: column;*/
/*        gap: 1.692rem;*/
/*        align-items: center;*/
/*    }*/
/*}*/

@media(max-width: 480px) {
    .header-content {
        height: 550px;
    }
}

@media (max-width: 390px) {

    /*.navigation-menu.--active::before {*/
    /*    content: '';*/
    /*    display: block;*/
    /*    width: 50%;*/
    /*    height: 100%;*/
    /*    position: absolute;*/
    /*    background-image: url("../images/shadow-2.png");*/
    /*    background-repeat-y: repeat;*/
    /*    right: 100%;*/
    /*    top: 0;*/
    /*    background-size: contain;*/
    /*}*/

    /*.footer-items {*/
    /*    align-items: flex-start;*/
    /*}*/

    .header-content {
        background-size: 94%;
    }

    /*.footer {*/
    /*    padding: 2rem 3.154rem 6rem 3.154rem;*/
    /*}*/

    .movement-swiper__slide-text > p {
        max-width: 302px;
    }

    .preview__annotation-item > p {
        max-width: 304px;
    }


    .model-item__description-text {
        max-width: 202px;
    }

    .video-item > p {
        max-width: 194px
    }

    .model-item:last-child .model-item__description-text {
        max-width: 164px;
    }
}