@media only screen and (min-width: 768px){
    #megamenu-menu .navbar-nav li.dropdown.middle > .dropdown-menu{
        opacity: 0;
        visibility: hidden;
        transition: .1s opacity, .1s visibility;
        display: block;
    }
    
    #megamenu-menu .navbar-nav li.dropdown.middle:hover > .dropdown-menu{
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width: 1240px){}

@media only screen and (max-width: 1200px){
    .product-grid .product-thumb .caption{
        min-height: auto;
    }
    .home-slider__item__content > div:first-child{
        padding: 72px 0 72px 44px;
    }
    .home-slider__item__content__img{
        padding: 34px 34px 34px 34px;
    }
    .home-slider__item__content__title{
        font-size: 38px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 1130px){}

@media only screen and (max-width: 1024px){}

@media only screen and (max-width: 992px){
    .home-slider__item__content > div:first-child{
        padding: 34px 0 34px 34px;
    }
    .home-slider__item__content__title{
        font-size: 28px;
        line-height: 54px;
    }
    .home-slider__item__content__brend{
        font-size: 15.25px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 980px){
    .lend-video{
        min-height: 400px;
    }
}

@media only screen and (max-width: 820px){}

@media only screen and (max-width: 770px){
    #form-builder-44{
        padding: 0%;
        margin: 0;
    }
    .marine-energizing-cleanser, .eye-revive-mask{
        order: 0 !important;
    }
    .img-prod{
        min-height: 55vh;
        width: 100%;
    }
    .text{
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    .complexes-of-seaweed{
        text-align: center;
    }
    .header-complexes-of-seaweed{
        font-size: 28px;
    }
    .text-complexes-of-seaweed{
        font-size: 16px;
    }
    .header-inform-bottom{
        font-size: 38px;
    }
}

@media only screen and (max-width: 768px){
    #popupregister_wrapper.show-popup-container{
        flex-direction: column;
    }
    .popup-image{
        background-image: url(/image/design/mob-promo.png);
        min-height: 200px;
        margin-top: 50px;
    }
    #popupregister_wrapper{
        height: auto !important;
    }
    .mob__banner,.pc__banner{
        display: none;
    }
    .tablet__banner{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .social-block > .top-right-block > a{
        display: none;
    }
    .social-block{
        order: 2;
        position: absolute;
    left: 45px;
    }
    .logo-block{
        order: 1;
    }
    #search-mobile{
        order: 3;
    }
    #top-links{
        order: 4;
    }
    .cart-block{
        order: 5;
    }

    .megamenu-burger{
        width: 35px;
        display: inline-block;
        background: #fff0;
        background-image: url(/image/design/mobile-menu.svg);
        position: absolute;
        left: 5px;
        top: 10px;
        background-position: center;
        background-size: 65%;
        background-repeat: no-repeat;
        height: 35px;
    }
    
    header>.container{
        box-shadow: 0px 2px 6px rgba(37, 34, 88, 0.1);
    }

    .nav-categories>.categories>li>a{
        text-decoration: none;
        font-size: 16px;
        line-height: 20px;
        color: #000;
    }

    .nav-categories>.categories>li{
        width: calc(100% / 2 - 5px);
    }
    
    .product-layout{
        width: calc(100% / 2 - 10px);
        /* margin: 0 5px 10px; */
    }

    .btn-primary{
        display: block;
    }

    #form-builder-50{
        padding: 40px 15px;
    }

    .home-slider{
        padding-top: 20px;
    }

    footer ul{
        display: block;
    }

    footer ul a:last-child {margin-right: 0px;}

    #form-builder-50.form-builder .field-block{
        display: block;
        width: 100%;
        margin-right: 0;
    }

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

    .social .social-link{
        width: 100%;
        margin-right: 0;
    }

    .social .social-link:not(:last-child){
        margin-bottom: 10px;
    }

    .container>#megamenu-menu{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 10000;
        width: 80%;
        height: 100%;
        display: none;
        overflow: scroll;
        background: #fff;
    }
    
    .overlay-megamenu{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        background: #00000075;
        display: none;    
    }

    .overlay-megamenu.open{
        display: block;
    }

    .container>#megamenu-menu.open-menu{
        display: block;
    }

    .container>#megamenu-menu .collapse{
        display: block;
        padding: 0;
    }

    .navbar-nav{
        position: relative;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 20px 30px 0;
        width: 100%;
        top: 0;
        height: 100%;
        margin: 0;
    }

    .nav>li{
        width: 100%;
        border-top: 1px solid rgba(196, 196, 196, 0.5);;
    }
    .nav>li:first-child{
        border-top: none;
    }

    .container>#megamenu-menu .nav > li > a{
        font-size: 14px;
        line-height: 17px;
        text-shadow: none;
    }

    .megamenu-plus{
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 8px;
        background: url(/image/design/plus.svg) no-repeat;
        background-size: cover;
    }
    
    .megamenu-plus.open{
        background: url(/image/design/minus.svg) no-repeat;
        background-size: cover;
    }

    .container>#megamenu-menu .nav > li:nth-child(6) > a + .megamenu-plus{
        display: none !important;
    }

    .container>#megamenu-menu .dropdown-menu{
        position: relative;
        top: 0;
        display: none;
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
        margin-left: 0 !important;
        box-shadow: none;
        border: none;
    }

    .dropdown-menu > .dropdown-inner > ul.list-unstyled{
        padding: 5px 0;
        min-width: auto;
    }

    .dropdown-menu > .dropdown-inner > ul.list-unstyled > li > a{
        font-size: 14px;
    }

    .megamenu-figure{
        display: none;
    }
    .megamenu-about-brend, .megamenu-present, .megamenu-body-care, 
    .megamenu-face-care, .megamenu-new-items, .megamenu-stocks{
        padding: 10px 0 10px 15px;
        flex-wrap: wrap;
    }
    .megamenu-new-items > div, .megamenu-face-care > div,
    .megamenu-body-care > div, .megamenu-present > div,
    .megamenu-about-brend > div, .megamenu-stocks > div{
        width: 100%;
    }

    .megamenu-new-items > div > p, .megamenu-face-care > div > p,
    .megamenu-body-care > div > p, .megamenu-present > div > p,
    .megamenu-about-brend > div > p{
        display: none;
    }

    .megamenu-face-care-problem, .megamenu-face-care-system,
    .megamenu-body-care-problem, .megamenu-body-care-system,
    .megamenu-present-prices, .megamenu-present-for-who{
        display: none;
    }

    .header-block{min-height: 52px;}

    #search-mobile{left: -50px;}

    #top-phones{top: 20px;}

    .top-phones{
        display: none;
        position: absolute;
        top: auto;
        bottom: -50px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 2px 5px 3px #cccccc8f;
    }

    .top-phones.open{display: block;}

    #top-phones{
        display: block;
        position: absolute;
        top: 40px;
        right: 25px;
        width: 20px;
        height: 20px;
        background-image: url(/image/design/phone-call-top.svg);
        cursor: pointer;
    }

}

@media only screen and (max-width: 660px){
    .home-slider__item__content{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .home-slider__item__content > div:first-child{
        padding: 27px 15px 0 15px;
        display: flex;
        align-items: center;
    }
    .home-slider__item__content__img{
        padding: 16px 15px;
    }
    .home-slider__item__content > div{
        width: 100%;
    }
    .home-slider .slick-slide img{
        padding: 0px 14%;
    }
    .home-slider__item__content__title{
        font-size: 24px;
        line-height: 38px;
    }
    .home-slider__item__content__brend{
        font-size: 14px;
        line-height: 17px;
    }
    .home-slider__item__content__text, .text-block__text{
        font-size: 16px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 599px){
    .common-home .text-banner{
        top: 50%;
        transform: translateY(-50%);
    }
    .text-banner{
        position: static;
        transform: translateX(0);
        width: auto;
        text-align: center;
        padding-top: 40px;
    }
    .block-banner-home > .banner-home1 a.button.scroll-to-link{
        margin: 15px auto 0;
        font-size: 16px;
        width: 65%;
    }
    .lend-video{
        min-height: 300px;
    }
    .pc__banner,.tablet__banner{
        display: none;
    }
    .mob__banner{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 580px){}

@media only screen and (max-width: 480px){
    .logo-block>#logo>img{
        left: 0;
    }
    .text-center > a >.img-thumbnail{
        width: 100px;
        display: block;
        max-width: fit-content;
    }
    .product-name-cart{
        white-space: normal !important;
    }
    .mobile-hidden{
        display: none;
    }
    
    .top-left-block{
        margin: 0 auto;
    }

    .header-block{
        justify-content: space-between;
        border-bottom:none;
        height: auto;
        padding: 5px 0;
    }

    #search-mobile{
        display: block;
        width: 16px;
        height: 16px;
        background-image: url(/image/design/search.svg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0;
        top: 0px;
    }

    .fa-user::before,
    #cart-total::before{
        width: 16px;
        height: 16px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .fa-search::before{
        top: 10px;
    }

    #cart-total::before{
        top: -3px;
        right: 21px;
    }

    .cart-block{
        position: relative;
        top: 4px;
        left: -20px;
    }

    #cart-total{
        top: 6px;
        right: -18px;
        font-size: 14px;
        line-height: 17px;
    }

    .header-block>.mobile-show{
        display: block;
        position: absolute;
        top: 35px;
        right: 0;
        left: 0;
        z-index: 1;
    }

    #cart > .btn{
        position: relative;
        right: -10px;
    }

    .search-cross{
        display: block;
        width: 20%;
        height: 38px;
        border: 1px solid #28255A;
        position: absolute;
        top: 0;
        right: -20%;
        background: #fff;
    }

    .search-cross::before,
    .search-cross::after{
        content: '';
        width: 25px;
        height: 25px;
        position: relative;
        z-index: 1;
        display: block;
    }

    .search-cross::before{
        border-bottom: 2px solid#000;
        transform: rotate(45deg);
        right: -25px;
        top: -2px;
    }

    .search-cross::after{
        border-right: 2px solid#000;
        top: -27px;
        transform: rotate(45deg);
        right: -9px;
    }

    .banner-home1> a > img.big{
        display: none;
    }

    .banner-home1>a>.container>span, .banner-home2>a>.container>.float-right>span{
        font-size: 30px;
        line-height: 37px;
        text-align: center;
        color: #FFFFFF;
        font-weight: 700;
        text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.19);   
    }

    .banner-home1>a>.container>p, .banner-home2>a>.container>.float-right>p{
        display: none;
    }

    .banner-button{
        border-radius: 5px;
        margin: 0 auto;
        width: 100%;
        font-size: 14px;
    }

    .banner-home2>a>.container>.float-right{
        box-shadow: none;
        background: transparent;
        padding: 0;
    }

    .footer-form{
        width: 289px;
        margin-bottom: 0px;
    }

    .footer-form input.subscribe-form-item__control{
        width: 289px;
    }

    .footer-form input.subscribe-form-item__btn{
        width: 99px;
    }

    .nav-categories{
        padding: 0;
    }

    .nav-block-categories{
        padding: 10px 0 50px;
    }

    .heading-best-sellers{
        font-size: 20px;
        line-height: 24px;
    }

    .product-thumb h4>a{
        font-size: 14px;
        line-height: 19px;
        color: #000000;
    }



    .product-thumb .caption{
        padding: 0;
    }

    .banner-button{
        padding: 9px 0;
    }

    .relevant-item{
        width: 50%;
    }

    .block-relevant figcaption{
        margin: 5px 0 5px;
        font-size: 12px;
        line-height: 15px;
        text-transform: uppercase;
        color: #000000;
    }

    .block-relevant{
        display: flex;
        flex-wrap: wrap;
    }

    .block-relevant a::before{
        border-bottom: none;
    }

    .block-relevant a{
        font-size: 12px;
        line-height: 15px;
        color: #000;
    }

    .block-relevant img{
        border-radius: 5%;
    }

    .block-relevant{
        padding: 50px 0 0;
    }

    .banner2{
        margin-top: 20px;
    }

    .alternative-products .slick-slide img,
    .additional_featured_products .slick-slide img{
        height: auto;
    }

    .alternative-products .image .corner_t_l,
    .additional_featured_products .image .corner_t_l,
    .product-search .image .corner_t_l,
    .block-product-cart .image .corner_t_l{ 
        left: 20px;
    }

    .slick-prev{
        left: -10px !important;
    }

    .slick-next{
        right: 0px !important;
    }

    .main-footer{
        flex-direction: column;
        align-items: flex-start;
        padding: 0 40px;
        align-items: center;
    }

    footer a, footer address{
        line-height: 30px;
    }

    .dropdownlink{
        position: relative;
    }

    .dropdownlink .open-list{
        width: 15px;
        height: 14px;
        position: absolute;
        top: 2px;
        right: 0;
        background-image: url(/image/design/plus.png);
        transition: .5s ease-in-out;
    }

    .payment-methods-img>img{
        margin-right: auto;
        width: 18%;
    }

    .transform-this{
        transform: rotate(45deg);
        transition: .5s ease-in-out;
    }
    footer h5{
        margin-bottom: 10px;
    }

    .alert{
        display: block;
        font-size: 12px;
    }

    .close{
        right: 0;
        top: -5px;
        font-size: 30px;
    }

    #cart .dropdown-menu{
        width: 250px;
    }

    .cart-block .dropdown-menu > li > div > .btn-cart{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .float-right .banner-button{
        float: none;
    }

    .banner-home2 .float-right{
        float: none;
    }

    .banner-home2{
        margin-top: 20px;
    }

    .product-search .product-layout{
        margin-bottom: 25px;
    }

    .bf-layout-id-new{
        display: block;
    }

    #column-left{
        margin-top: 0;
    }

    #column-left .bf-attr-header{
        margin: 0;
    }
    
    #column-left .bf-buttonclear,
    #column-left .box-heading{
        display: none;
    }

    .bf-float-submit{
        right: 10px !important;
        text-align: center !important;
        width: 145px !important;
        left: auto !important;
    }

    .modal-footer>.btn-primary,
    .modal-footer>.btn-success{
        width: 260px;
        padding: 10px;
        margin-left: 0px !important;
        border-radius: 5px;
    }

    .col-sm-9 .text-left, .col-sm-9 .text-right{
        margin-top: 30px;
        margin-bottom: 10px;
    }

    #column-left{
        position: absolute;
        top: 280px;
        background: #fff;
        z-index: 98;
    }

    .category-header{
        margin: 30px 0 20px;
    }

    .sort-products label.input-group-addon{
        display: none;
    }

    .mobile-filter{
        display: block;
    }

    .mobile-filter>.mobile-filter-btn{
        border: 1px solid #FEC400;
        background: #FEC400;
        padding: 4px;
        color: #000;
        display: block;
        width: 100%;
        text-align: center;
    }

    .bf-float-submit .btn-primary{
        margin: 0;
        width: 100%;
    }

    .mobile-filter .click-btn{
        background: #FEC400;
        color: #000;
        border: 1px solid #FEC400;
    }

    #column-left{
        visibility: hidden;
    }

    .mobile-filter-on{
        visibility: visible !important;
    }

    .bf-attr-block{
        border-bottom: 0.75px #000 solid !important;
    }

    footer{
        padding: 50px 0 0;
        margin: 0;
    }
    .block-instagram>p{
        margin-bottom:20px;
    }

    .modal-dialog .modal-content .modal-footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .modal-dialog .modal-content .modal-footer>button{
        margin-bottom: 15px;
    }

    .row>.text-right{
        display: none;
    }

    .dropdown-menu .btn-cart a:nth-child(1),
    .dropdown-menu .btn-cart a:nth-child(2){
        padding: 17px 0;
        width: 100%;
    }

    .modal-dialog .modal-body{
        width: 100%;
    }

    .user-authorization, .account-login .btn-primary{
        width: 100%;
    }

    #popup-purchase-wrapper .mfp-close{
        width: 30px !important;
        height: 30px !important;
        background-size: cover !important;
    }

    .button_registration{
        float: left;
    }

    .modal-dialog .modal-body, .modal-dialog .modal-body>img{
        float: left;
    }

    .error-not_found #content{
        flex-direction: column;
    }

    .error-not_found #content img{
        width: 100%;
        float: none;
    }

    .search>#search{
        visibility: visible;
        transition: 3s ease-in;
        transform: rotateY(0deg);
    }

    .visibility-search{
        display: none;
    }

    .mfp-content #popup-purchase-wrapper .mfp-close{
        display: block;
    }

    .product-search #button-search{
        position: relative;
        margin: 0 15px;
    }

    .search-categories{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 0px;
    }

    .search-categories>div{
        margin-bottom: 15px;
    }

    .more-information{
        flex-direction: column;
        margin-top: 35px;
        margin-bottom: 0;
    }

    .more-information>li>a,
    .more-information>li>a:hover{
        padding: 15px 10px;
    }

    .more-information>li,
    .more-information>li.active>a{
        border-top:none !important;
        border-left: none !important;
    }

    .container-product-btn .button-buy1click{
        margin-bottom: 15px;
    }

    .container-product-btn .button-buy1click,
    .container-product-btn #button-cart{
        font-size: 12px;
    }

    .product-video>iframe{
        width: 100%;
        height: 235px;
    }

    .product-page-content #tab-description{
        font-size: 12px;
    }

    .container-product-btn{
        flex-direction: column;
    }

    .container-product-btn button{
        height: 50px;
        width: 100%;
    }

    .tab-content>.active{
        margin-top: 40px;
    }

    .more-information>li.active>a{
        border-top: 1px solid #000 !important;
    }

    .product-slider{
        height: 130px;
    }

    .product-slider .slick-next{
        top: 41% !important;
        right: 0% !important;
    }

    .product-slider .slick-prev:before,  .product-slider .slick-next:before{
        width: 15px;
        height: 15px;
    }

    .product-page-content{
        margin-top: 20px;
    }
    
    .product-slider .image-additional{
        max-width: 75%;
        margin-left: 20px;
    }

    .product-slider .slick-prev{
        left: 1% !important;
        top: 41% !important;
        z-index: 3;
    }

    .related-products-block{
        flex-direction: column;
    }

    .header-alternative-products,
    .additional_featured_products-title{
        font-size: 14px;
    }

    .additional_featured_products{
        margin-top: 45px;
    }

    .related-products-block > .free-shipping > img{
        width: 100%;
        margin: 0;
    }

    .about-brend-page{
        display: flex;
        flex-direction: column;
    }

    .about-brend-page>div{
        margin-bottom: 15px;
    }

    .about-brend-page .megamenu-figure{
        width: 100%;
    }

    .copywriting-info{
        top: 0;

    }

    .biotec-model-image{
        max-width: 260px;
        display: block;
        margin: 25px auto;
        float: none;
        padding: 0;
    }

    .product-page-content .product-code{
        flex-direction: column;
        align-items: flex-start;
    }

    .product-page-content .add-favorites{
        padding: 0;
    }

    .product-page-content .availability{
        margin: 15px 0;
    }

    .product-thumb .price{
        font-size: 16px;
        line-height: 19px;
    }

    .product-thumb .button-group button{
        padding: 12px 5px;
    }

    .product-thumb .price-old{
        display: block;
        margin: 0;
    }
    #content .block-product-cart > .product-show-more > .product-show-more-link > span{
        max-width: 192px;
        height: 40px;
        padding: 9px 0;
        font-size: 12px;
    }
    .cross-bf-mobile{
        display: block;
        width: 25px;
        height: 25px;
        background-image: url(/image/design/plus.svg);
        background-position: center;
        z-index: 10;
        transform: rotate(45deg);
        position: absolute;
        top: 5px;
        right: 5px;
    }
    aside#column-left.mobile-filter-on{
        width: 100%;
    }
    .box div.brainyfilter-panel.box-content{
        padding-top: 30px;
    }
    .logo-signature{
        font-size: 12px;
        position: absolute;
        min-width: 320px;
        max-width: max-content;
        right: -105px;
        top: 45px;
        width: 400px;
    }
    .row.coupon-block > .coupon-input{
        flex-direction: column;
        align-items: flex-start;
    }
    .lend-video{
        min-height: 210px;
    }
    .checkout-fastorder-fastorder #checkout-cart .product-name-cart{
        min-width: 180px;
    }
    .text-coupon{
        text-align: left;
    }
    #top-phones{
        width: 16px;
        height: 16px;
        background-size: contain;
    }
    .top-phones{
        bottom: -75px;
        right: 5px;
    }

    #top-phones{
        top: 17px;
    }

    .logo-block{
        position: relative;
        right: 45px;
    }

    .advantages-slider .home-slider__item{min-height: auto;}
}

@media only screen and (max-width: 430px){
    #popupregister_wrapper > #popupregister,
    .popup-image{
        max-width: 90% !important;
    }
}

@media only screen and (max-width: 360px){
    .logo-signature{
        right: -134px;
    }
}

@media only screen and (max-width: 320px){}

@media only screen and (min-width: 480px){
    .product-slider .slick-track>.slick-slide{
        width: 110px !important;
    }
    .cross-bf-mobile{
        display: none !important;
    }
    .banner-home1> a > img.small{
        display: none;
    }
    .cart-mobile-info{
        display: none;
    }
}