    #header .top_menu {
        height: 40px
    }

    #header .menu_content {
        top: 40px;
    }

    #offers, #header .review, #header .company .name, #header .header_favorites {
        margin-top: -21px;
        margin-right: 8px;
    }

    footer .wrapper {padding: 0 10px}

    #header .wrapper{ padding: 0 0 0 10px; }
    #header,
    #header .company,
    #header .phone { height: 40px;}
    #header .phone { line-height: 40px; }
    #header .company { width: 25%; }
    #header .phone { font-size: 1.285714285714286em; }
    #header .company .logo{ margin-top: 5px;}
    #header .company .logo img{ max-height: 30px;}
    #about .wrapper {padding: 0 10px}
    .title .wrapper {padding: 0 10px}
    #header_baner{
        padding: 3% 0;
    }
    .small_filter{
        padding: 1.59574468085106%;
        background: rgba(0,0,0,0.70);
        border-radius: 6px;
    }
    .main_selects{
        width: 100%;
    }

    .main_filter select{
        height: 40px;
        outline: none;
        border: none;
        float: left;
        box-sizing: border-box;
        width: 100%;
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .small_filter input[type="submit"]{
        height: 40px;
        outline: none;
        width: 100%;
    }

    .show_tabel_pc{
        display: none;
        visibility: hidden;
    }
    .show_mobile{
        display: inline-block;
        visibility: visible;
    }
    .bookmark .favorite {
        width: 35px;
        height: 35px;
    }


