.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}

/*@media screen and (min-width:1400px) {*/
/*    html{*/
/*        font-size: 16px!important;*/
/*    }*/
/*}*/
/*@media screen and (max-width:1400px) and (min-width:1300px) {*/
/*    html{*/
/*        font-size: 13px!important;*/
/*    }*/
/*}*/


@media screen and (min-width:992px) {
    footer.contacts_footer{
        margin-top: -5.5rem;
        position: relative;
        z-index: 1;
        border-top-left-radius: 5.375rem;
        border-top-right-radius: 5.375rem;
    }
    .about_page_bg{
        background-image: url("../img/about_bg.jpg");
        background-size: 100%;
        background-position: top;
        background-repeat: no-repeat;
    }
    .lang_btn:hover .lang_drop{
        opacity: 1;
        top: 100%;
        pointer-events: painted;
    }
    .lang_btn:hover .arrow{
        transform: rotate(-180deg);
    }
    #box-2:after{
        top: 3.7rem;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 5.375rem;
        content: "";
        background-color: white;
        position: absolute;
        background-image: url("../img/box2.jpg");
        background-size: 95%;
        background-position: top center;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width:992px) {
    body {

    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .menu_toggle {
        color: #C59A3B;
        margin-left: 1.5rem;
        font-size: 1.8rem;
        width: 1.8rem;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 4.5rem;
        position: static;
        transform: none;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }
    .search--show{
        margin-right: 1.5rem;
    }
    .mob_click_lang{
        cursor: pointer;
    }
    .mob_click_lang.active img{
        transform: rotate(-180deg);
    }

    .lang_drop {
        display: none;
        top: 100%;
        right: 0;
        pointer-events: painted;
        opacity: 1;
        transition: 0s;
    }

    .mob_menu {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        bottom: unset;
        background: #ffffff;
        box-shadow: 0px 0px 13px 0px rgba(34, 60, 80, 0.4);
        padding: 7rem 15px;
        padding-bottom: 2rem;
        margin: 0;
        text-align: center;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .mob_menu_list a{
        display: block;
        margin: 0;
        margin-top: 1.5rem;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.1rem;
    }
    .header_menu_btn {
        height: 3.7rem;
        width: 11.1rem;
        margin: 0 auto;
    }
    .header_box{
        margin: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 0.5rem 15px;
        position: relative;
        z-index: 1;
    }

    .user_img {
        width: 1.763rem;
        margin-right: 0.35rem;
        display: block;
    }
    .mob_cart_btn .user_img{
        margin-right: 0;
    }
    .mob_cart_btn{
        padding-left: 0.35rem;
    }
    .lang_btn .user_img{
        width: 1.6rem;
    }

    .log_btn{
        margin-right: 0;
        margin-left: 1rem;
    }

    .cart_count {
        position: absolute;
        right: -0.6rem;
        top: -0.5rem;
    }

    .whatsapp img {
        width: 1.725rem;
    }
    .whatsapp {
        right: 15px;
        bottom: 3rem;
    }

    .box1 {
        height: auto;
        padding-top: 9rem;
        padding-bottom: 2.3rem;
        display: block;
        text-align: center;
    }
    #box-2 {
        margin-top: 30px;
        padding-bottom: 0;
    }

    .section_title{
        font-size: 2rem;
        letter-spacing: 0;
    }
    .box1_img {
        width: 9.75rem;
        margin: 0 auto;
        margin-top: 1.7rem;
    }
    .box1_center_img {
        width: 6.575rem;
    }

    .sale_slider{
        width: 85%;
    }
    .sale_slider .slick-slide:not(.slick-active) a{
        pointer-events: none;
    }
    .sale_slider .slick-list{
        overflow: unset;
        margin: 0 -8px;
    }
    .sale_slider .slick-slide > div{
        padding: 0 8px;
    }
    .box2_text {
        padding-top: 3rem;
        width: 100%;
        margin-bottom: 4rem;
    }
    .section_title2 {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }
    .sale_item {
        height: 31.5rem;
    }
    .preims_row .mb_30{
        margin-bottom: 3.3rem;
    }
    .preim_img {
        width: 4.3rem;
        top: -1.9rem;
        left: 1.6rem;
    }
    .preim_item {
        padding: 3.2rem 1.6rem;
        padding-bottom: 1.6rem;
    }
    .section_title3 {
        font-size: 1.9rem;
        margin-bottom: 1.2rem;
    }
    .prod_item{
        box-shadow: 0px 0px 20px 0px #00000024;
    }
    .products_row .mob_full{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mob_25{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .prod_img {
        height: 12.7rem;
    }
    .btn{
        height: 3.7rem;
        min-width: unset!important;
        width: 100%!important;
        padding: 0!important;
    }
    #box-4 {
        padding-top: 3.5rem;
        padding-bottom: 2rem;
    }
    .box4_img {
        border-radius: 12px;
        overflow: hidden;
        height: 6.2rem;
    }
    .center_insta {
        padding-top: 0;
        padding-bottom: 2rem;
    }
    .center_insta_title {
        font-size: 1.1rem;
    }
    .center_insta a {
        font-size: 1.4rem;
    }
    .center_insta a img {
        width: 2.838rem;
        margin-top: 0.9rem;
    }
    .container2{
        padding: 0 15px;
    }
    .footer_center{
        padding: 0;
    }
    .footer_logo {
        width: 8.588rem;
        margin-bottom: 1rem;
    }
    .footer_conts{
        text-align: center;
    }
    .footer_slogan {
        font-size: 0.98rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    footer .socials{
        justify-content: center;
        padding-top: 1rem;
    }
    footer .socials a{
        margin: 0 0.5rem;
    }
    .footer_bottom{
        padding-top: 2.4rem;
        flex-direction: column-reverse;
        text-align: center;
    }
    .footer_bottom_links{
        width: 100%;
    }
    .footer_bottom a{
        margin: 0;
        margin-bottom: 1rem;
        display: block;
    }
    .page_banner {
        padding-top: 10rem;
        min-height: 19rem;
    }
    .about_page{
        padding-top: 2rem;
    }
    .about_page_row{
        flex-direction: column-reverse;
    }
    .about_page_img {
        margin-left: 0;
        width: 100%;
        border-radius: 16px;
    }

    .about_page_img.second_img {
        border-radius: 16px;
        margin: 0;
    }
    .about_page_row2 {
        margin-top: 2rem;
    }
    .about_slider{
        margin-top: 2.5rem;
        width: 90%;
    }
    .about_slider_item{
        border-radius: 20px;
        height: 16rem;
    }
    .about_certificate {
        width: 100%;
        margin-bottom: 0;
    }
    .cert_img {
        padding-right: 0;
        width: 12rem;
        margin: 0 auto;
    }
    .next_cat_btn {
        height: 4.4rem;
    }
    .page {
        padding-bottom: 4.5rem;
    }
    .cart_steps {
        width: 100%;
        margin-top: 0;
    }
    .page_padding {
        padding-top: 3rem;
    }
    .cart_row{
        flex-direction: column-reverse;
    }
    .order_right {
        padding: 1.8rem;
        margin-left: 0;
        margin-top: 0.5rem;
        margin-bottom: 2rem;
    }
    .form_item > .col-md-9 {
        padding-left: 10px;
    }
    .form_title{
        margin-top: 0!important;
        margin-bottom: 0.5rem;
    }
    .form_item {
        margin-bottom: 1.5rem;
    }
    .form_item.marged .form_title {
        padding-top: 0;
    }
    .form_item.marged {
        padding-top: 0;
    }
    .order_labels{
        justify-content: space-between;
    }
    .order_labels label{
        width: 49%;
        margin: 0;
        padding: 1.2rem 1rem;
    }
    .order_label_text {
        padding-left: 0.7rem;
    }
    .mob_mb_0{
        margin-bottom: 0!important;
    }
    .form-control {
        height: 3.7rem;
        padding: 0 1.2rem;
    }
    .slide_menu{
        justify-content: space-between;
        padding: 0 1.5rem!important;
        background: #30964D!important;
        margin-bottom: 1rem;
    }
    .slide_menu img {
        width: 1rem;
        transition: all 0.35s;
        filter: brightness(0) invert(1);
    }
    .slide_menu.factive img{
        transform: rotate(-180deg);
    }
    .page_cat_links{
        display: none;
        margin-bottom: 1rem;
    }
    .page_cats_data{
        padding-top: 1rem;
    }
    .mob_unset_pb .page_banner .ab_img {
        object-position: right;
    }
    .contacts_page{
        padding-top: 3rem;
    }
    .cont_item {
        margin-bottom: 1.6rem;
    }
    .map {
        height: 20rem;
        margin-left: 0;
        width: 100%;
    }
    .form_box {
        padding-top: 3rem;
        margin-left: 0;
    }
    .form_box form {
        width: 100%;
        margin-top: 1.5rem;
    }
    .form_flex{
        justify-content: center;
    }
    .form_flex .g-recaptcha{
        transform: none;
    }
    .form_flex .g-recaptcha {
        transform: none;
        width: auto;
        margin-bottom: 1.1rem;
    }
    .mob_unset_pb{
        padding-bottom: 4rem!important;
    }

    .profile_menu {
        width: 100%;
        border-radius: 15px;
        margin-bottom: 2rem;
    }
    .profile_menu a {
        padding: 1rem 1.3rem;
    }
    .profile_menu a:last-child {
        border-bottom: none;
        margin-top: 0;
    }
    .profile_form {
        width: 100%;
    }
    .profile_form .form_item {
        margin-bottom: 1.5rem;
    }
    .transaction_form {
        width: 100%;
    }
    .brown_box {
        width: 100%;
        border-radius: 16px;
        padding: 1.7rem;
        margin-bottom: 2rem;
    }
    .transactions {
        margin-bottom: 2rem;
    }
    .p_orders{
        padding-top: 1.5rem;
    }
    .p_order_flex_left {
        width: calc(100% - 1rem);
        padding-right: 0.5rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .p_order_flex{
        align-items: flex-start;
    }
    .p_order_status {
        font-size: 1rem;
        margin-right: 0;
        margin-bottom: 0.35rem;
    }
    .p_order_btn {
        font-size: 1rem;
        padding: 1rem 1.3rem;
        margin-top: 1rem;
    }
    .right_cart{
        width: 100%;
        right: -100%;
    }
    .cart_clear {
        font-size: 1rem;
    }
    .cart_close {
        width: 1.9rem;
    }
    .modal.prod_modal .modal__block {
        width: 95%;
        border-radius: 14px;
        padding: 1.5rem;
        padding-top: 4rem;
        transform: none;
        top: 1rem;
    }
    .prod_modal .close {
        top: 1.2rem;
    }
    .modal_card_slider {
        padding-right: 0;
    }
    .cat--unit__for_item {
        height: 22rem;
    }
    .over_hidden:after, .over_hidden:before{
        display: none;
    }
    .cat--unit__nav{
        width: 100%;
    }
    .nav_item {
        height: 5.6rem;
        border-radius: 12px;
    }


    .modal .modal__block{
        width: 95%;
        padding: 3rem 1rem;
        border-radius: 20px;
    }

    .modal_card_info {
        padding-top: 2rem;
        margin-left: 0;
        padding-right: 0;
    }
    .modal_card_price {
        font-weight: 600;
        margin-bottom: 1.6rem;
        font-size: 1.3rem;
    }
    .modal_card_info .prod_preims {
        margin-bottom: 1.5rem;
        font-size: 1rem;
    }
    .modal_card_info .prod_preim img {
        width: 1.2rem;
        margin-right: 0.3rem;
    }
    .modal_card_btn .btn{
        padding: 0 1.5rem!important;
    }
    .item_counter button{
        font-size: 1.6rem;
    }
}
@media screen and (max-width:550px) {

}
