@media all and (orientation: landscape) and (max-width: 813px){
    .top_menu.mob,.duble_top_menu{
        display: none;
    }

    .slider_content{
        min-height: calc(100vh - 46px) !important;
    }

    .header_line{
        padding-top: 16px;
        padding-bottom: 5px;
    }

    .mob_menu_linkCat{
        display: block;
    }

    .header_line .box{
        width: calc(100% - 45px);

        margin-bottom: 0;
        padding-bottom: 0;

        border-bottom: none;
    }

    .header_line .calculation{
        float: left;
        display: none;
    }

    .header_line .line{
        margin-top: 0;
        padding-top: 0;

        border-top: none;
    }

    

    .menuMob_full{
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 43px 20px 20px;
        background: rgba(47,51,53,.95);

        overflow: auto;
        z-index: 99;
    }

    .menuMob_full .mob_menu_linkCat_close{
        display: block;
    }

    .menuMob_full .topMenu{
        display: block;
    }

    .header_line .tabs{
        float: none;
        width: 100%;
        margin: 20px 0 0;

        white-space: nowrap;
        display: block;
    }

    .header_line .tabs li{
        display: block;
        text-align: center;
    }

    .header_line .tabs li,
    .header_line .tabs li + li{
        margin-left: 0;
    }

    .header_line .tabs li + li{
        margin-top: 5px;
    }

    .header_line .price{
        max-width: none;
        line-height: normal;
        min-height: 25px;

        clear: both;
        margin-top: -24px;
    }

    .header_line .price b,
    .header_line .price .old_price{
        display: inline;
    }

    .mob_menu_linkCat{
        margin-right: 10px;
    }

    .header_line .box{
        width: calc(100% - 35px);
    }

    .header_line .breadcrumbs{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .header_line .breadcrumbs .step{
        margin: 0 2px;
    }

    .header_line .open_double{
        display: none;
    }

    .header_line .box_scroll{
        width: 100%;
        margin-left: 0;
    }

    .header_line .favourit{
        margin-top: -26px;
    }
}


@media all and (orientation: landscape) and (max-width: 480px){
    .slider_content{
        min-height: calc(100vh - 36px);
    }
}