.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:1300px) {
    .section_text br{
        display: none;
    }
    .policy {
        font-size: 11px;
    }
}
@media screen and (max-width:1400px) and (min-width:1300px) {
    html{
        font-size: 15px!important;
    }
}
@media screen and (max-width:1300px) and (min-width:1200px) {
    html{
        font-size: 14px!important;
    }
}
@media screen and (max-width:1200px) and (min-width:1100px) {
    html{
        font-size: 13px!important;
    }
}
@media screen and (max-width:1100px) and (min-width:1050px) {
    html{
        font-size: 12px!important;
    }
}
@media screen and (max-width:1050px) and (min-width:992px) {
    html{
        font-size: 11px!important;
    }
}


@media screen and (min-width:992px) {

    header .cont_item:last-child{
        margin-left: 1.6rem;
    }
    .header_right .btn{
        font-size: 0.9rem;
        padding: 0.85rem 2.1rem;
        min-width: unset;
    }
    header .cont_icon {
        width: 1.8rem;
        filter: invert(1);
    }
    header .cont_item{
        margin: 0;
    }
    header .cont_item_text {
        width: auto;
        font-size: 0.85rem;
    }
    .menu_item {
        font-size: 0.85rem;
    }
    /*.menu_top_data{
        position: relative;
        top: 0.4rem;
    }*/
    .pc_reverse{
        flex-direction: row-reverse;
    }
    .main_about_text{
        padding-top: 0;
    }

    .about_img_row22{
        height: 100%;
    }
    .about_img_row22 > .mob_full, .about_img_row22 .border_img{
        height: 100%;
    }
  /*  .sticky_menu{
        position: sticky;
        top: 1rem;
        z-index: 2;
    }*/
    html.over_unset, .over_unset body{
        overflow-x: unset;
    }
    .prod_item:hover .prod_img img{
        transform: scale(1.05);
    }
    .menu_drop{
        position: absolute;
        left: -1.5rem;
        top: 120%;
        border-radius: 10px;
        background: #F5F1ED;
        box-shadow: 0px 2px 100px 0px rgba(0, 0, 0, 0.15);
        padding: 1.5rem;
        width: max-content;
        opacity: 0;
        pointer-events: none;
        transition: all 0.35s;
    }
    .menu_item:hover .menu_drop{
        pointer-events: painted;
        opacity: 1;
        top: 100%;
    }

    #main1{
        background-image: url("../img/bg1.webp");
    }
    .about_page{
        background-image: url("../img/bg2.webp");
    }
    .service1{
        background-image: url("../img/bg3.webp");
    }
    .service2{
        background-image: url("../img/bg4.webp");
    }
    .service3{
        background-image: url("../img/bg5.webp");
    }
    .service4{
        background-image: url("../img/bg6.webp");
    }
    .service5{
        background-image: url("../img/bg7.webp");
    }
    .service6{
        background-image: url("../img/bg8.webp");
    }
    .catalog_page{
        background-image: url("../img/bg9.webp");
    }
    .card_page{
        background-image: url("../img/bg10.webp");
    }
    .bron_page{
        background-image: url("../img/bg11.webp");
    }
    .contacts_page{
        background-image: url("../img/bg12.webp");
    }
    .fav_page{
        background-image: url("../img/bg13.jpg");
    }
    .menu_drop a{
        display: block;
    }
    .menu_drop a:not(:last-child){
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width:992px) {

    .new_service_box {
        padding-bottom: 2.3rem;
    }

    .similars_services{
        padding-bottom: 2.5rem;
    }
    .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: #ff3326;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }

    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }
    .search--show{
        margin-right: 1.5rem;
    }
    .menu {
        position: absolute;
        top: 6.8rem;
        left: 0;
        margin: 0;
        width: 100%;
        display: none;
        background-color: #FAF6F2;
        box-shadow: none;
        padding: 2rem 2rem;
        padding-top: 0.9rem;
        box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.05);
    }
    .btn_count{
        bottom: 0;
    }
    .menu_item{
        margin: 0;
        margin-bottom: 1.5rem;
        padding: 0;
    }
    .pc_br_none br{
        display: block!important;
    }

    .menu_item > a{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        padding: 0.5rem 0;
    }
    .menu_item > a img{
        margin-left: 0.35rem;
        width: 18px;
        position: relative;
        top: 1px;
        transition: all 0.35s;
    }

    .menu_item > a.factive img{
        transform: rotate(-180deg);
    }

    .menu_drop{
        text-align: center;
        margin-top: 1rem;
        display: none;
    }

    .menu_drop a{
        display: block;
        margin-bottom: 1.5rem;
    }


    header {
        padding: 15px 0;
    }
    .header_box {
        padding: 0.7rem;
        box-shadow: none;
    }
   .logo {
        width: 9.2rem;
        margin-left: 0;
        margin-top: -0.3rem;
    }
    .logo img{
        margin-bottom: -0.3rem;
    }
    .header_btns a {
        margin-left: 1rem;
        width: 2.8rem;
    }
    .header_btns {
        margin-right: 0.5rem;
    }
    .mob_reverse{
        flex-direction: column-reverse;
    }
    main {
        padding-top: 8rem;
    }
    .modal .modal__block {
        width: 95%;
        padding: 3rem 15px;
    }
    .shadow_box {
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    }
    .box1_text .section_title{
        text-align: center;
    }
    .modal_text br{
        display: none;
    }
    .section_title {
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }
    .section_title br, .box1_text br{
        display: none;
    }
    .box1_text{
        padding-right: 0;
        padding-top: 0;
    }
    .box1_btns .btn{
        margin: 0;
        margin-bottom: 0.7rem;
    }
    .btn{
        min-width: unset;
        width: 100%;
        padding: 1.2rem 1.7rem;
    }
    .box1_btns {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    #box-2 {
        padding-top: 3rem;
    }
    .mob_text_center{
        text-align: center;
    }
    .main_about_text {
        padding-top: 2rem;
    }
    #box-3 {
        padding-top: 2.3rem;
    }
    .service_row .mb_30{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service_item {
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
        padding: 1.5rem;
    }
    .service_title {
        font-size: 1.8rem;
    }
    .mob_cat_slider{
        width: 80%;
        margin: 0;
    }
    .mob_cat_slider .mb_30 {
        -ms-flex: none;
        flex: none;
        max-width: unset;
        margin: 0;
        height: 100%;
    }
    .mob_cat_slider .slick-list{
        margin: 0 -10px;
        display: flex;
        overflow: unset;
    }
    .mob_cat_slider .slick-track{
        display: flex;
    }
    .mob_cat_slider .slick-slide{
        height: auto;
    }
    .mob_cat_slider .slick-slide > div{
        height: 100%;
    }
    .slick-slide:not(.slick-active) a{
        pointer-events: none;
    }
    #box-4 {
        padding-top: 2.5rem;
    }
    #box-5 {
        padding-top: 2.5rem;
    }
    .port_slider{
        width: 80%;
    }
    .port_item {
        height: 13rem;
    }
    #box-9 {
        padding-top: 3rem;
    }
    .prod_text{
        font-size: 1.1rem;
    }
    .port_slider .mb_30 {
        padding: 0 10px;
    }
    .port_slider .slick-list {
        margin: 0 -10px;
    }
    #box-6 {
        padding-top: 2rem;
    }
    .box7_row > .col-md-4{
        display: none;
    }
    .form_text{
        padding: 1.5rem;
        background: #F5F1ED;
    }
    .form_text form{
        width: 100%;
    }
    .form_text .section_title{
        text-align: center;
        padding: 0 0.5rem;
    }
    .box7_row .bubbles{
        display: none;
    }
    .form-control {
        padding: 0.8rem 1.3rem;
        font-size: 1.25rem;
    }
    .policy {
        margin-top: -0.3rem;
        margin-bottom: 1.5rem;
    }
    .full_btn_sm{
        font-size: 1.25rem;
    }
    #box-8 {
        padding-top: 4rem;
    }
    .part_slider{
        width: 70%;
    }
    .part_slider .slick-list{
        overflow: unset;
    }
    .part_item img {
        max-width: 100%;
        max-height: 9rem;
    }
    .rev_slider{
        width: 85%;
    }
    .rev_item {
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    }
    #box-10 {
        padding-top: 3.5rem;
    }
    .cont_row .section_title{
        text-align: center;
    }
    .map{
        margin-top: 2rem;
    }
    .footer_logo {
        width: 14.313rem;
        margin: 0 auto;
        margin-bottom: 1rem;
    }
    .mob_50{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mob_30{
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .mob_70{
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    .footer_socs {
        margin-top: 0;
    }
    .footer_links a{
        opacity: 0.5;
        display: block;
    }
    .footer_links {
        margin-top: 2.1rem;
    }
    .mob_2columns {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        width: 92%;
    }
    .footer_title {
        font-size: 1.45rem;
        margin-bottom: 1.6rem;
        opacity: 0.5;
    }
    .footer_item {
        padding-top: 1.5rem;
    }
    footer {
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
    .about_page_text .shadow_box{
        margin-bottom: 1.5rem;
    }
    .about_page_btn {
        margin-top: 2rem;
    }
    .about_preims_row .mb_30{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .about_preim_item{
        display: block;
    }
    .about_preim_item span:first-child{

    }
    .about_preim_item span:last-child{
        margin: 0;
        display: block;
    }
    .about_page_text .content br{
        display: none;
    }
    .about_preims_row {
        margin-top: 3rem;
    }
    .about_page_row2 {
        margin-top: 2.5rem;
    }
    .about_page_row2 .shadow_box{
        margin-bottom: 1.5rem;
    }
    .about_page_row3 {
        margin-top: 2.8rem;
    }
    .about_page_row3 .shadow_box{
        margin-bottom: 1.5rem;
    }
    .about_team_bottom {
        margin-top: 1.7rem;
        padding-bottom: 1rem;
    }
    #box-7.page_form {
        padding-bottom: 3.5rem;
        padding-top: 3rem;
    }
    .policy {
        font-size: 1rem;
    }
    .about_page .section_title{
        text-align: center;
    }
    .section_title.sm {
        font-size: 2.2rem;
    }
    .page_padding {
        padding-bottom: 3rem;
    }
    .service_about_image_row .shadow_box, .service_about_row .shadow_box{
        height: auto;
        margin-bottom: 1.5rem;
    }
    .service_about_row {
        margin-top: 3.5rem;
    }
    .long_services_row .mb_30{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .long_services_row {
        margin-top: 3rem;
    }
    .section_text {
        font-size: 1rem;
        margin-bottom: 1.4rem;
    }
    .section_text br{
        display: none;
    }
    .long_service_item {
        padding: 1.8rem 1rem;
    }
    .anim_row {
        margin-top: 3.5rem;
    }
    .anim_row .service_img {
        height: 13rem;
    }
    .service_preims {
        margin-top: 3rem;
    }
    .preim_title {
        font-size: 1.45rem;
    }
    .breadcrumbs {
        font-size: 1rem;
    }
    .mob_cat_menu{
        padding-top: 0.5rem;
    }
    .mob_cat_menu a{
        display: inline-block;
        background: #2F4320;
        color: white !important;
        font-size: 1.1rem;
        padding: 0.8rem 1.5rem;
        margin-bottom: 0.5rem;
        border-radius: 30px;
        text-align: center;
        transition: all 0.25s;
    }
    .mob_cat_menu a.active{
        background: #D5621D;
    }
    .prod_row {
        margin-top: 2rem;
    }
    .prod_title span:first-child {
        font-size: 1.45rem;
        width: calc(100% - 7rem);
    }
    .prod_title span:nth-child(2) {
        width: 6rem;
    }
    .other_pages {
        padding-top: 1rem;
    }
    .fav_row > div{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: static;
    }
    .fav_item{
        position: relative;
        border-radius: 20px;
        padding: 1.5rem;
    }
    .fav_img {
        width: 6rem;
        height: 6rem;
    }
    .fav_title {
        font-size: 1.35rem;
    }
    .fav_cat, .fav_weight {
        font-size: 1.1rem;
    }
    .fav_info {
        width: calc(100% - 6rem);
        padding-left: 1rem;
    }
    .fav_btn2{
        position: absolute;
        top: 0.6rem;
        right: 0.8rem;
    }
    .fav_right {
        padding-left: 0;
        justify-content: space-between;
        margin-top: 1rem;
    }
    .fav_price{
        width: auto;
        padding: 0;
    }
    .fav_bottom_info_price {
        font-size: 1.7rem;
        margin-bottom: 1.5rem;
    }
    .fav_bottom_info{
        text-align: center;
    }
    .similars {
        margin-top: 3rem;
    }
    .similars .section_title{
        text-align: center;
    }
    .cart_info_box {
        border-radius: 20px;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
        padding: 1.5rem;
    }
    .cart_info_total span {
        font-size: 1.7rem;
    }
    .cart_info_btn{
        margin-top: 1.5rem;
    }
    .cart_info_box .section_title.sm {
        font-size: 1.9rem;
    }
    .cart_delete{
        position: absolute;
        top: 0.6rem;
        right: 0.6rem;
    }
    .cart_right{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 0.7rem;
    }
    .success_text {
        margin-top: 1rem;
        padding-bottom: 0rem;
    }
    .success_text br{
        display: none;
    }
    .bron_form {
        padding: 1.5rem;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
        border-radius: 20px;
        width: 100%;
        margin-top: 2.5rem;
    }
    .filter_lables {
        margin-top: 1rem;
    }
    .contacts_page .section_title{
        text-align: left!important;
    }
    #degustation {
        margin-top: 2rem;
    }
    .section_title.with_img {
        display: block;
        font-size: 1.8rem;
        margin-bottom: 2.5rem;
    }
    .degustation_box {
        padding: 1.7rem;
    }
    .new_blocks {
        padding-top: 2rem;
    }
    .page #degustation {
        margin-top: 0.5rem;
    }
    .call_btns_flex .btn.orange {
        min-width: unset;
        margin-right: 0;
        margin-top: 0.5rem;
    }
}
@media screen and (max-width:550px) {
    body{
        font-size: 1.25rem;
    }
}
