.imgContainer {
    text-align: center;
    max-width: 100%;
}

.imgContainer img {
    width: 100%;
}

.carouselBlock .carousel-secion img {
    width: 100%;
}

.landing .topBox {
    height: 669px;
    padding-bottom: 50px;
    overflow: hidden;
    margin-top: calc(0px - 68px - 14px - 14px);
    position: relative;

}



.landing .topBox video {
    height: calc(100vw / 1920 * 1080);
    width: 100vw;
    object-fit: cover;
    object-position: center center;

}


.landing .topBox .center {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.landing .imgContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.landing .imgContainer .head {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: 0px;
    text-align: center;

    color: var(--white);
    text-transform: uppercase;
}

.landing .imgContainer .link_btn {
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;

    color: var(--white);
    margin-top: 20px;
    display: block;
    text-decoration: none;
}

.headLine .menu > ul > li:first-child a::before {
    display: none !important;
}


.landing .t_btn  {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 1.2000000476837158px;
    text-align: center;

    color: white;
    padding: 10px 20px;
    border: 1px white solid;
    border-radius: 8px;

}

.landing .textContainer {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;

}

.landing .container {
    max-width: 1260px;
}

.landing .textContainer .head {
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.20000000298023224px;
    margin-top: 50px;
}
.landing .separator {
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    height: 1px;
    width: 100%;
    box-sizing: border-box;
}

.totemBox {
    padding-top: 50px;
    padding-bottom: 10px;
}

.totemBox .row {
    display: flex;    
}

.totemBox .row .l {
    width: calc(20% - 20px);
    box-sizing: border-box;
    margin-right: 40px;
}
.totemBox .row .l img {
    width: 100%;
}
.totemBox .row .r {
    width: calc(80% - 20px);
    box-sizing: border-box;
    padding-left: 30px;
}


.totemBox .head1 {
    color: #000000A6;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
}

.totemBox .head2 {

    font-family: DIN Pro;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 5px;

    color: black;
    text-transform: uppercase;
}
.totemBox .head3 {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;

    margin-top: 20px;
}

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

.totemBox .txt {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;

    color: #000000;
    opacity: 0.5;
}

.totemBox .txt p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.totemBox .carouselBlock {
    margin-top: 40px;
}


.theme2 {
    background-color: rgba(203, 203, 203, 0.1);
}


.theme2 .row .l {
    order: 2;
    margin-left: 40px;
    margin-right: 0px;
}

.theme2 .row .r {
    order: 1;
    margin-left: 0;
    padding-right: 40px;
    padding-left: 0;
}

.collectionBox {
    padding-bottom: 60px;
}

.collectionBox .head {
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.20000000298023224px;
    margin-top: 50px;

    text-transform: uppercase;
    margin-bottom: 50px;


}

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

.landing .l_btn2 {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 1.2000000476837158px;
    text-align: center;

    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;

    padding: 15px 55px;

    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;

}

.theme2 .product-item {
    background-color: #fafafa !important;
}


.landing .imgContainer.v2 {
    height: 669px;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/landing/1/img2.png');
}




.carouselBlock {
    overflow: hidden;
    margin-bottom: 40px;
}

.carouselBlock .head {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.carousel-secion {
    position: relative;
    width: calc(100% + 40px);
}

.carousel-secion .slick-arrow {
    position: absolute;
    top: calc(50% - 50px);

    position: absolute;
    border: none;
    display: block;
    width: 35px;
    height: 35px;
    background-size: 35px;
    background-color: transparent;
    content: "";
    bottom: 50px;
    text-indent: 1000px;
    z-index: 1;
    overflow: hidden;


}

.carousel-secion .slick-arrow.slick-prev {
    background-image: url('images/arrow_left.svg');
    left: 15px;
}

.carousel-secion .slick-arrow.slick-next {
    background-image: url('images/arrow_right.svg');
    right: 55px;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
}

.carousel-secion .slick-dots {
    position: absolute;
    bottom: 0px !important;
    width: 100%;
    display: flex;
    justify-content: center;
}

.carousel-secion .slick-dots li {
    padding: 5px;
}

.carouselBlock .carousel-secion.goods .slick-arrow {
    display: block !important;
}

.carouselBlock .carousel-secion.goods .slick-arrow.slick-next {
    right: 20px !important;
    opacity: 0.8;
}
.carouselBlock .carousel-secion.goods .slick-arrow.slick-prev {
    left: 10px;
    opacity: 0.8 !important;
}


.carousel-secion .slick-dots li button {
    text-indent: 1000px;
    overflow: hidden;
    background-color: var(--gray-functional);
    width: 9px;
    height: 9px;
    border: none;
    border-radius: 10px;
    display: block;
    padding: 0;
}

.carousel-secion .slick-dots li.slick-active button {
    background-color: var(--black);
}


.carousel-secion .product-item {
    padding-right: 40px;
}


#totems2 .carouselBlock .carousel-secion .slick-arrow {
    display: block !important;

}

@media (max-width: 1240px) {

    .headLine .menu {
        display: none !important;
    }

    .totemBox {
        padding-top: 20px;
    }

    .totemBox .row {
        display: flex;
        flex-direction: column;
    }

    .totemBox .row > div {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .totemBox .row > .l {
        margin-bottom: 24px !important;
        order: 1 !important;
    }

    .totemBox .row > .r {
        order: 2 !important;
    }

    .carousel-secion .product-item {
        padding-right: 20px !important;
    }


    .carousel-secion {
        width: calc(100% + 20px) !important;
    }

    .carousel-secion .slick-arrow.slick-next {
        right: 25px !important;
    }

    .carousel-secion .slick-arrow.slick-prev {
        left: 5px !important;
    }

    .carousel-secion .slick-arrow {
        top: calc(50% - 20px) !important;
    }


}



@media (max-width: 700px) { 
    .landing .topBox {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 120vw;
    }

    .landing .topBox video {
        height: calc(120vw);
        width: 100vw;
        object-fit: cover;
        object-position:  top center;
    
    }

    .landing .topBox .center {
        top: 60px;
    }
    header .headLine {
        background-color: transparent !important;
    }


    .landing .imgContainer .head {
        font-size: 25px;
        line-height: 44px;
    }

    .carouselBlock {
        overflow: visible !important;
    }

    .carousel-secion .product-item {
        width: calc(100vw / 2 - 100vw / 15) !important;
    }

    .carousel-secion .slick-arrow {
        display: none !important;
    }

    body.fixed .headLine {
        position: relative !important;
    }
    
    .totemBox .head2 {
        font-size: 20px;
    }
}