/*@font-face {*/
    /*font-family: 'HM_Ampersand_Regular';*/
    /*src: url('../fonts/HM_Ampersand_Regular.eot');*/
    /*src: local('HM_Ampersand_Regular'),*/
    /*url('../fonts/HM_Ampersand_Regular.eot?#iefix') format('embedded-opentype'),*/
    /*url('../fonts/HM_Ampersand_Regular.woff') format('woff'),*/
    /*url('../fonts/HM_Ampersand_Regular.ttf') format('truetype');*/
    /*font-style: normal;*/
/*}*/
@font-face {
    font-family: 'HM_Ampersand_Light';
    src: url('../fonts/HM_Ampersand_Light.eot');
    src: local('HM_Ampersand_Light'),
    url('../fonts/HM_Ampersand_Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HM_Ampersand_Light.woff') format('woff'),
    url('../fonts/HM_Ampersand_Light.ttf') format('truetype');
    font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    font-family: "HM_Ampersand_Light", Helvetica, Arial, sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.mobile {
    display: none !important;
}
.desktop {
    display: block !important;
}
.desktop-inline {
    display: inline-block;
}
.hidden {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
.lazy {
    /*opacity: 0;*/
    transition: opacity 1s;
}
.first-section {
    margin-top: 110px;
}
video {
    max-width: 100%;
    /*margin-left: -2px;*/
}
.desktop-return_from {
    position: absolute;
    text-align: left;
    width: 70%;
    padding: 10px 0 0 10px;
    top: 0;
    z-index: 2;
}
.desktop-return-a {
    display: inline-block;
    text-decoration: none;
    padding: 3px 10px 5px;
    font-size: 13px;
    color: #ddd;
    border: 1px solid #ddd;
}
.desktop-return-a:before {
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
    content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%23dddddd' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-arrow-left'%3E%3Cline x1='19' y1='12' x2='5' y2='12'%3E%3C/line%3E%3Cpolyline points='12 19 5 12 12 5'%3E%3C/polyline%3E%3C/svg%3E");
}
.left-float, .right-float {
    width: 50%;
    margin: 0 auto;
}
.image {
    max-width: 100%;
    max-height: 100vh;
}
.text-title {
    font-size: 4.2vw;
    text-align: center;
    line-height: 90%;
    /*visibility: hidden;*/
    margin: 0 auto;
}
.text-desc {
    width: 93%;
    margin: 3% auto 0;
    text-align: center;
    font-size: 2.3vw;
    line-height: 110%;
    /*visibility: hidden;*/
}
.img1-of-1-container {
    display: inline-block;
    width: 49%;
}
.img1-of-4-container {
    display: inline-block;
    width: 48%;
}
.button-p {
    text-align: center;
}
.button-a {
    background-color: #000;
    color: white;
    text-decoration: none;
    padding: 0.5% 3.9% 1.4%;
    font-size: 2.3vw;
}

.quick-cart{position:absolute;bottom:0;left:0;right:0;z-index: 2;}
.qs-label:before{display:block;content:'';background:url(https://conteshop.by/guide/lookbookAW20/img/controls.png) 35px -161px;width:30px;height:30px;position:absolute;top:3px;left:5px;}
.qs-label{text-align:left;color:#fff;font-size:14px;line-height:36px;background:rgba(86, 70, 78, 0.35);cursor:pointer;padding:0 10px 0 35px;max-width:160px;position:absolute;box-sizing:border-box;bottom:10px;left:7px}
.qs-list{display:none;box-sizing:border-box;padding:10px 7px;}
.quick-cart  li{position:relative;box-sizing:border-box;display:block;padding:6px 18px 6px 32px;margin-top:4px;height:36px;width:100%;max-width:450px;overflow:hidden;text-align:left;font-size:13px;line-height:28px;color:#fff;background-color:rgba(86, 70, 78, 0.6);cursor:pointer;transition:0.2s ease-out;}
.qs-price{right:15px;position:absolute;bottom:2px;padding-left:4px;}
.qs-product-name{float:left;width:100%;box-sizing:border-box;text-align:left;overflow-wrap:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:80px;}
.qs-link{position:absolute;top:0;left:0;display:none;height:100%;width:100%;}
.quick-cart li:before{display:block;position:absolute;top:10px;left:10px;content:'';background:url(https://conteshop.by/guide/lookbookAW20/img/buy_white.png) no-repeat center;background-size:contain;width:11px;height:15px;opacity:0.4;}

.image-wrapper {
    display: inline-block;
    position: relative;
}
.scroll-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
    opacity: 0.6;
    webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
    display: none;
    z-index: 1000;
}
.scroll-to-top:hover {
    opacity: 0.9;
}
.scroll-to-top img {
    max-width: 100%;
    height: auto;
}
.content-row {
    display: inline-flex;
    justify-content: space-between;
    text-align: center;
}
.quick-cart-wrapper {
    display: none;
}
.visible .quick-cart-wrapper {
    display: block;
}
.page {
    position: relative;
    width: 1920px;
    max-width: 100%;
    margin: 3% auto 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.first-page {
    margin-top: 0 !important;
    display: block !important;
}
.video{position:relative;padding-bottom:56.25%;padding-top:0;height:0;}
.video iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
.prevyu{height:100%;width:100%;position:absolute;background:url("../img/video-image1.jpg") no-repeat center;background-size:cover;z-index:2;}
.stop{position:absolute;z-index:3;top:36.5%;left:43.5%;width:15%;display:none;}
.stop img{width:100%;height:auto;}
.mute {
    position: fixed;
    bottom: 1%;
    right: 1%;
    width: 56px;
    height: 61px;
    cursor: pointer;
    z-index: 3;
}
.mute.scrolled {
    position: absolute;
    bottom: 1%;
}
.mute.scrolled2 {
    position: fixed;
    top: 1%;
}
.mute-it {
    width: 100%;
    display: block;
}
.muted .mute-it {
    display: none;
}
.unmute-it {
    display: none;
    width: 100%;
}
.muted .unmute-it {
    display: block;
}
.margin-bottom-4_5 {
    margin-bottom: 4.5%;
}
.page-text-type1 {
    display: block;
    padding: 7% 15%;
}
.page-text-type1 p {
    display: block;
    padding: 3% 0;
    font-size: 2.4vw;
}
.img1-of-4-container .image {
    max-height: 48vh;
}
.page-img1-text-type1 .left-float {
     padding-left: 3%;
}
.page-text-img1-img1-type1 {
    align-items: flex-start;
}
.page-text-img1-img1-type1 .left-float {
    padding: 1% 4% 0;
}
.page-text-img1-img1-type1 .right-float {
    padding-right: 3%;
}
.page-text-img1-img1-type1 .text-desc {
    margin-bottom: 20%;
}
.page-img4-img1-type1 .right-float {
    padding-left: 0.8%;
}
.page-img1-img4-type1 .left-float {
    padding-right: 0.8%;
}
.page-img1-img4-type1 .right-float {
    padding-left: 1.4%;
}
.page-text-img1-type1 .text-desc {
    width: 74%;
}
.page-img1-img1-type1 .left-float {
    width: 52%;
}
.page-img1-img1-type1 .right-float {
    width: 48%;
    padding: 0 2%;
}
.page-img1-img1-type2 .left-float {
    width: 47%;
    padding: 0 1.5%;
}
.page-img1-img1-type2 .right-float {
    width: 53%;
    padding-right: 0.5%;
}
.page-img1-img1-type3 .left-float {
    width: 47%;
}
.page-img1-img1-type3 .right-float {
    width: 53%;
    padding: 0 7%;
}
.page-img1-img1-type4 .left-float {
    width: 53%;
    padding: 0 7%;
}
.page-img1-img1-type4 .right-float {
    width: 47%;
}
.page-img1-text-type2 .text-title, .page-img1-text-type2 .text-desc {
    width: 81%;
}
.page-img4-img1-type2 .left-float {
    width: 54%;
}
.page-img4-img1-type2 .right-float {
    width: 46%;
    padding-left: 2%;
}
.page-img1-text-type3 .left-float {
    width: 48.5%
}
.page-img1-text-type3 .right-float {
    width: 51.5%
}
.page-img1-text-type3 .text-desc {
    width: 83%
}
.page-img3-type1 .image-wrapper, .page-img3-type2 .image-wrapper {
    width: 33%;
}
.page-img3-type1 .wrapper-2, .page-img3-type2 .wrapper-2 {
    width: 33.65%;
}
.page-img3-type2 .type-1 {
    display: flex;
    align-items: center;
}
.button-section {
    margin-top: 10%;
    margin-bottom: 50px;
    width: 100%;
}
.video-bg {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-bg1 {
    background-image: url('../img/video-image1.jpg');
}
.video-bg2 {
    background-image: url('../img/video-image2.jpg');
}
.video-bg3 {
    background-image: url('../img/video-image3.jpg');
}
@media (max-width: 640px) {
    .mobile {
        display: block !important;
    }
    .desktop,.desktop-inline {
        display: none !important;
    }
    .desktop-link {
        display: none;
    }
    .page {
        margin-top: 6%;
    }
    .separated.page {
        display: block;
    }
    .separated .left-float, .separated .right-float {
        width: 100%;
    }
    .separated .right-float {
        margin-top: 6%;
    }
    .separated img {
        position: relative;
    }
    .text-title {
        font-size: 6.8vw;
        margin-top: 10%;
        line-height: 110%;
    }
    .text-desc {
        font-size: 3.6vw;
        width: 100%;
        max-width: 440px;
        margin-top: 4%;
        margin-bottom: 13%;
    }
    .page-text-type1 {
        padding: 0 3%;
    }
    .page-text-type1 p {
        padding: 2% 0;
        font-size: 3.7vw;
        line-height: 110%;
    }
    .page-img1-text-type1 .left-float {
        width: 68%;
    }
    .button-a {
        font-size: 5vw;
    }
    .page-img1-img4-type1 .right-float {
        padding: 0;
    }
    .img1-of-1-container {
        width: 314px;
    }
    .page-img1-text-type2 .left-float, .page-img1-text-type3 .left-float {
        margin-top: 6%;
        padding: 0;
    }
    .page-text-img1-img1-type1 .right-float {
        display: flex;
        padding: 0;
        align-items: center;

    }
    .page-text-img1-img1-type1 .right-float .image-wrapper {
        width: 50%;
    }
    .page-text-img1-img1-type1 .right-float .wrapper-2 {
        width: 42%;
        margin: auto;
    }
    .mobile-padding-right-1 {
        padding-right: 1%;
    }
    .page-img1-text-type2 .left-float {
        width: 69%;
    }
    .page-img3-type1 .image-wrapper {
        width: auto;
    }
    .page-img3-type2 .wrapper-1 {
        width: 49.4%;
    }
    .page-img3-type2 .wrapper-2 {
        width: 50.6%;
    }
    .page-img3-type2 .type-2 {
        width: 69%;
        margin: 6% auto 0;
    }
    .mute {
        width: 8%;
        height: auto;
    }
}
@media (max-width: 440px) {
    .text-title {
        font-size: 30px;
    }
    .text-desc, .page-text-type1 p {
        font-size: 17px;
        width: 90% !important;
    }
    .text-desc {
        margin: 4% auto 20%;
    }
    .page-text-type1 p {
        margin: auto;
    }
    .quick-cart p {
        font-size: 12px;
    }
    .mute {
        right: 3%;
        width: 40px;
        height: 42px;
    }
}




