@media (min-width: 991px) and (max-width: 1200px) {
    .btn-order {
        margin-left: 10px !important;
    }

    .tab-content, #product_tabs_custom2 {
        width: 100%;
    }
    
    .product-tabs-content-inner {
        overflow: scroll;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .btn-order {
        margin-top: 10px !important;
    }

    .add-to-cart > div {
        display: flex;
        flex-direction: column;
        width: 300px;
    }

    .tab-content, #product_tabs_custom2 {
        width: 100%;
    }
    
    .product-tabs-content-inner {
        overflow: scroll;
    }

    .product-view .product-shop .add-to-box {
        min-width: 100%;
    }

    #nav > li > a {
        font-size: 10px;
    }

    #nav > li > a {
        margin-top: 20px;
    }

    .logo > img {
        width: 90px;
    }
}



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

    .tab-content, #product_tabs_custom2 {
        width: 100%;
    }
    
    .product-tabs-content-inner {
        overflow: scroll;
    }


    .block-language-wrapper {
        border-right: none;
    }

    .product_popup_content {
        width: 90% !important;
        margin-left: 5% !important;
        
    }

    .search-label {
        color: #000;
        margin-left: 10px;
    }

   
}



@media only screen and (min-width: 480px) and (max-width: 767px) {
    .newsletter-wrap .newsletter {
        width: 320px;
    }

    .newsletter-wrap .newsletter > form > * {
        width: 100%;
    }
    
    .partners_logo_block {
        width: 32%;
        min-width: 32%;
    }

    nav {
        position: absolute;
        width: calc(100% - 160px);
        top: 48px;
        margin-left: 4px;
    }

    .header .logo {
        margin-top: 6px;
        right: 0;
        width: auto;
    }

    nav.sticky {
        position: fixed !important;
        margin-left: 0;
    }

    nav.sticky > div > div > div > div.mm-toggle-wrap > div {
        
        margin-top: 15px;
        margin-left: 6px;
    }

    .sticky .header .logo {
        margin-top: 20px;
    }

    .logo {
        width: 160px !important;
    }

    .btn-order {
        margin-left: 10px;
    }

}

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

    .sfb {
        top: 230px !important;
    }
    
    .index nav {
        background: none;
    }

    .newsletter-wrap .newsletter {
        width: 320px;
    }

    .newsletter-wrap input[type="text"] {
        width: 100%;
    }

    .partners_logo_block {
        width: 35%;
        height: 25vh;
    }

    .logo {
        width: 140px !important;
    }

    .sticky .header .logo {
        /* margin-top: 22px; */
        margin-top: 19px;

    }



    .btn-order {
        margin-top: 0px !important;
    }

    .add-to-cart > div {
        display: flex;
        flex-direction: column;
        width: 300px;
    }

    .product-view .product-shop .add-to-box {
        min-width: auto;
    }

    .product_popup_content h3 {
        font-size: 18px;
    }

    .product_popup_content > div > label {
        font-size: 16px !important;
    }

    .popup_button {
        font-size: 14px !important;
    }

    .right {
        height: auto !important;
    }

    .map-contacts {
        width: 100%;
        height: 60%;
    }

    .regional_contacts {
        margin-left: 5%;
        margin-right: 5%;
    }

    .map {
        height: 1000px !important;
    }

    .partners_block {
        margin: 0 30px 0 30px;
    }

}