@media screen and (min-width: 1440px){
    .search_box_cat .settings_margins_filter{
        display: none;
        position: absolute;
        width: 450px;
        background: white;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        padding: 20px;
        z-index: 300;
    }

    .search_box_cat .settings_margins_filter .margin_filter{
        display: inline-block;
        width: 250px;
        margin-bottom: 5px;
        margin-top: 5px;
        cursor: pointer;
        font-size: 20px;
    }

    .search_box_cat .settings_margins_filter input[type=checkbox]{
        margin-right: 5px;
    }

    .search_box_cat .margins_filter{
        display: none;
        position: absolute;
        width: 450px;
        background: white;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        padding: 20px;
        z-index: 200;
        margin-top: 40px;
    }

    .search_box_cat .margins_filter .add_margin{
        color: #1058d0;
        border-bottom: 1px dashed transparent;
        -webkit-transition: opacity .2s, border-bottom .2s;
        transition: opacity .2s, border-bottom .2s;
        cursor: pointer;
    }

    .search_box_cat .margins_filter .add_margin:hover {
        border-bottom: 1px dashed #1058d0;
        opacity: .8;
    }

    .search_box_cat .margins_filter .search{
        margin: 10px;
        padding: 10px;
        background: #7cbda9;
        color: white;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        border: none;
        outline: 0;
        font-size: 16px;
    }

    .search_box_cat .margins_filter .search:hover{
        box-shadow: 0 0 10px rgb(171, 171, 171);
    }

    .search_box_cat .margins_filter .reset{
        margin: 10px;
        padding: 10px;
        color: white;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        background: #8e8e8e;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        border: none;
        outline: 0;
        font-size: 16px;
    }

    .search_box_cat .margins_filter .reset:hover{
        box-shadow: 0 0 10px rgb(171, 171, 171);
    }

    .search_box_cat .margins_filter .margins span{
        /*color: #a9adb2;*/
        display: block;
        cursor: default;
        white-space: nowrap;
    }

    .search_box_cat .margins_filter .margins input[type="text"], .search_box_cat .margins_filter .margins input[type="tel"], .search_box_cat .margins_filter .margins select{
        position: relative;
        padding: 0 10px;
        height: 38px;
        width: 90%;
        border: 1px solid rgba(83,92,105,.2);
        border-radius: 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        outline: none;
        padding-right: 40px;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .margins select{
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none !important;
    }

    .search_box_cat .margins_filter .margins div{
        display: none;
        margin-bottom: 10px;
    }

    .search_box_cat .margins_filter .margins .clear{
        display: none;
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: absolute;
        margin-left: -40px;
        padding: 6px;
    }

    .search_box_cat .margins_filter .margins .clear:hover{
        color: #7d7d7d;
    }

    .search_box_cat .margins_filter .margins .hide{
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: absolute;
        margin-left: 10px;
        padding: 6px;
    }

    .search_box_cat .margins_filter .margins .hide:hover{
        color: #7d7d7d;
    }

    .search_box_cat .margins_filter .margins .tcal{
        width: 170px !important;
    }

    /* container of calendar's pop-up */
    #tcal {
        position: absolute;
        display: none;
        z-index: 100;
        width: 200px;
        background-color: white;
        margin-top: 2px;
        padding: 0 2px 2px 2px;
        border: 1px solid silver;

        -moz-box-shadow: 3px 3px 4px silver;
        -webkit-box-shadow: 3px 3px 4px silver;
        box-shadow: 3px 3px 4px silver;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
    }

    /* table containing navigation and current month */
    #tcalControls {
        border-collapse: collapse;
        border: 0;
        width: 100%;
    }
    #tcalControls td {
        border-collapse: collapse;
        border: 0;
        padding: 0;
        width: 16px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    #tcalControls th {
        border-collapse: collapse;
        border: 0;
        padding: 0;
        line-height: 25px;
        font-size: 10px;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: bold;
        white-space: nowrap;
    }

    /* table containing week days header and calendar grid */
    #tcalGrid {
        border-collapse: collapse;
        border: 1px solid silver;
        width: 100%;
    }
    #tcalGrid th {
        border: 1px solid silver;
        border-collapse: collapse;
        padding: 3px 0;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 14px;
        background-color: gray;
        color: white;
    }
    #tcalGrid td {
        border: 0;
        border-collapse: collapse;
        padding: 2px 0;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        width: 14%;
        font-size: 14px;
        cursor: pointer;
    }
    #tcalGrid td.tcalOtherMonth { color: silver; }
    #tcalGrid td.tcalWeekend { background-color: #ACD6F5; }
    #tcalGrid td.tcalToday { border: 1px solid red; }
    #tcalGrid td.tcalSelected { background-color: #FFB3BE; }

    .search_box_cat .margins_filter .margins .time{
        width: 170px !important;
    }

    .search_box_cat .margins_filter h3{
        margin: 0px;
        margin-bottom: 10px;
        text-decoration: underline;
    }

    .search_box_cat .settings_margins_filter h3{
        margin: 0px;
        margin-bottom: 10px;
        text-decoration: underline;
    }

    .search_box_cat .box_search{

    }

    .search_box_cat .box_search .input_search{
        float: left;
        position: relative;
        display: inline-block;
        border: 1px solid #7cbda9;
        width: 300px;
    }

    .search_box_cat .box_search .input_search input[type="text"]{
        font-size: 20px;
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 5px 10px 5px 10px;
        background-color: #fff;
        outline: none;
        border: none;
        width: 80%;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search .clear{
        display: none;
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: relative;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search .search{
        display: none;
    }

    .search_box_cat .box_search input[type="submit"]{
        font-size: 20px;
        position: relative;
        display: inline-block;
        width: 100px;
        text-align: center;
        background: #7cbda9;
        color: #fff;
        margin: 0;
        border: 1px solid #7cbda9;
        padding: 5px 10px 5px 10px;
        float: right;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search ul.list-answers{
        list-style-type: none;
        height: auto;
        max-height: 300px;
        margin: 0px 0px 0px -1px;
        padding: 0px;
        overflow-y: hidden;
        position: absolute;
        background: #ffffff;
        width: 430px;
        display: none;
        z-index: 100;
        color: #6b6b6b;
        border: 1px solid #7cbda9;
        border-bottom: none;
        -webkit-box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);
        -moz-box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);
        box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);

    }

    .search_box_cat .box_search .input_search ul.list-answers:hover{
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #96c72f;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    }


    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar-track {
        background-color:#696969;
        box-shadow:0px 0px 3px #000 inset;
    }

    .search_box_cat .box_search .input_search ul.list-answers li{
        cursor: pointer;
        padding: 5px;
        font-size: 18px;
        color: #6b6b6b;
        border-bottom: 1px solid #7cbda9;
    }

    .search_box_cat .box_search .input_search ul.list-answers li:hover{
        background-color: #96c72f;
    }

    .div_catalog .skid_all_cat .percents_cat span{
        color: #7cbda9;
        font-size: 42px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .logo{
        width: 50px;
        height: 50px;
        margin: 0px;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description{
        display: inline-block;
        width: 80%;
        margin-left: 10px;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description h3{
        margin: 0;
        font-size: 16px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount{
        width: 50%;
        display: inline-block;
        font-size: 16px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .numbers{
        display: inline-block;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .numbers span{
        font-weight: bold;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .opis{
        display: inline-block;
        margin-left: 5px;
    }

    .search_line2 .title{
        display: inline-block;
    }

    .search_box_cat{
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        margin-right: 20px;
    }

    .search_line2 .sort_block{
        display: inline-block;
    }

    .search_line2 .count{
        display: inline-block;
        margin-bottom: 10px;
    }

    .search_box_cat .margins_filter .margins ul.list-city{
        color: white;
        list-style-type: none;
        height: auto;
        max-height: 300px;
        margin: 0px;
        padding: 0px;
        overflow-y: hidden;
        position: absolute;
        background: #6b6b6b;
        width: 300px;
        border-radius: 5px;
        display: none;
    }

    .search_box_cat .margins_filter .margins ul.list-city:hover{
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #96c72f;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    }


    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar-track {
        background-color:#696969;
        box-shadow:0px 0px 3px #000 inset;
    }

    .search_box_cat .margins_filter .margins ul.list-city li{
        cursor: pointer;
        padding: 5px;
        font-size: 18px;
        border-bottom: 1px solid black;
    }

    .search_box_cat .margins_filter .margins ul.list-city li:hover{
        background-color: #96c72f;
    }

    .search_box_cat .margins_filter .margins ul.list-city .region{
        color: white;
        font-size: 12px;
        display: block;
        margin: 0px;
    }

    .search_box_cat .margins_filter .margins ul.list-city .allot{
        background: #3c3c3c;
    }

    .content_detail .element{
        display: inline-block;
        margin: 10px;
        padding: 10px;
        border: 1px solid #6D758D;

        margin-bottom: 22px;
        border-radius: 4px;
        box-shadow: 0 0 1px 0 rgba(142, 142, 142, .07);
        color: #333;
        font-size: 16px;
        font-family: 'Source Sans Pro', sans-serif;
        transition: box-shadow 0.2s linear;
    }

    .content_detail .element:hover {
        box-shadow: 0 5px 12px 1px rgba(60, 82, 95, .55);
    }

    .content_detail .element li{
        list-style-type: none;
        padding: 5px;
    }

    .content_detail a, .content_detail a:visited{
        color: #7cbda9;
    }

    .content_detail a:hover{
        text-decoration: underline;
    }

    .content_detail .mail{
        display: block;
        padding: 0;
        margin: 0;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1439px){
    .search_box_cat .settings_margins_filter{
        display: none;
        position: absolute;
        width: 450px;
        background: white;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        padding: 20px;
        z-index: 300;
    }

    .search_box_cat .settings_margins_filter .margin_filter{
        display: inline-block;
        width: 250px;
        margin-bottom: 5px;
        margin-top: 5px;
        cursor: pointer;
        font-size: 20px;
    }

    .search_box_cat .settings_margins_filter input[type=checkbox]{
        margin-right: 5px;
    }

    .search_box_cat .margins_filter{
        display: none;
        position: absolute;
        width: 450px;
        background: white;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        padding: 20px;
        z-index: 200;
        margin-top: 40px;
    }

    .search_box_cat .margins_filter .add_margin{
        color: #1058d0;
        border-bottom: 1px dashed transparent;
        -webkit-transition: opacity .2s, border-bottom .2s;
        transition: opacity .2s, border-bottom .2s;
        cursor: pointer;
    }

    .search_box_cat .margins_filter .add_margin:hover {
        border-bottom: 1px dashed #1058d0;
        opacity: .8;
    }

    .search_box_cat .margins_filter .search{
        margin: 10px;
        padding: 10px;
        background: #7cbda9;
        color: white;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        border: none;
        outline: 0;
        font-size: 16px;
    }

    .search_box_cat .margins_filter .search:hover{
        box-shadow: 0 0 10px rgb(171, 171, 171);
    }

    .search_box_cat .margins_filter .reset{
        margin: 10px;
        padding: 10px;
        color: white;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        background: #8e8e8e;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        border: none;
        outline: 0;
        font-size: 16px;
    }

    .search_box_cat .margins_filter .reset:hover{
        box-shadow: 0 0 10px rgb(171, 171, 171);
    }

    .search_box_cat .margins_filter .margins span{
        /*color: #a9adb2;*/
        display: block;
        cursor: default;
        white-space: nowrap;
    }

    .search_box_cat .margins_filter .margins input[type="text"], .search_box_cat .margins_filter .margins input[type="tel"], .search_box_cat .margins_filter .margins select{
        position: relative;
        padding: 0 10px;
        height: 38px;
        width: 90%;
        border: 1px solid rgba(83,92,105,.2);
        border-radius: 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        outline: none;
        padding-right: 40px;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .margins select{
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none !important;
    }

    .search_box_cat .margins_filter .margins div{
        display: none;
        margin-bottom: 10px;
    }

    .search_box_cat .margins_filter .margins .clear{
        display: none;
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: absolute;
        margin-left: -40px;
        padding: 6px;
    }

    .search_box_cat .margins_filter .margins .clear:hover{
        color: #7d7d7d;
    }

    .search_box_cat .margins_filter .margins .hide{
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: absolute;
        margin-left: 10px;
        padding: 6px;
    }

    .search_box_cat .margins_filter .margins .hide:hover{
        color: #7d7d7d;
    }

    .search_box_cat .margins_filter .margins .tcal{
        width: 170px !important;
    }

    /* container of calendar's pop-up */
    #tcal {
        position: absolute;
        display: none;
        z-index: 100;
        width: 200px;
        background-color: white;
        margin-top: 2px;
        padding: 0 2px 2px 2px;
        border: 1px solid silver;

        -moz-box-shadow: 3px 3px 4px silver;
        -webkit-box-shadow: 3px 3px 4px silver;
        box-shadow: 3px 3px 4px silver;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
    }

    /* table containing navigation and current month */
    #tcalControls {
        border-collapse: collapse;
        border: 0;
        width: 100%;
    }
    #tcalControls td {
        border-collapse: collapse;
        border: 0;
        padding: 0;
        width: 16px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    #tcalControls th {
        border-collapse: collapse;
        border: 0;
        padding: 0;
        line-height: 25px;
        font-size: 10px;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: bold;
        white-space: nowrap;
    }

    /* table containing week days header and calendar grid */
    #tcalGrid {
        border-collapse: collapse;
        border: 1px solid silver;
        width: 100%;
    }
    #tcalGrid th {
        border: 1px solid silver;
        border-collapse: collapse;
        padding: 3px 0;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 14px;
        background-color: gray;
        color: white;
    }
    #tcalGrid td {
        border: 0;
        border-collapse: collapse;
        padding: 2px 0;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        width: 14%;
        font-size: 14px;
        cursor: pointer;
    }
    #tcalGrid td.tcalOtherMonth { color: silver; }
    #tcalGrid td.tcalWeekend { background-color: #ACD6F5; }
    #tcalGrid td.tcalToday { border: 1px solid red; }
    #tcalGrid td.tcalSelected { background-color: #FFB3BE; }

    .search_box_cat .margins_filter .margins .time{
        width: 170px !important;
    }

    .search_box_cat .margins_filter h3{
        margin: 0px;
        margin-bottom: 10px;
        text-decoration: underline;
    }

    .search_box_cat .settings_margins_filter h3{
        margin: 0px;
        margin-bottom: 10px;
        text-decoration: underline;
    }

    .search_box_cat .box_search{

    }

    .search_box_cat .box_search .input_search{
        float: left;
        position: relative;
        display: inline-block;
        border: 1px solid #7cbda9;
        width: 300px;
    }

    .search_box_cat .box_search .input_search input[type="text"]{
        font-size: 20px;
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 5px 10px 5px 10px;
        background-color: #fff;
        outline: none;
        border: none;
        width: 80%;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search .clear{
        display: none;
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: relative;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search .search{
        display: none;
    }

    .search_box_cat .box_search input[type="submit"]{
        font-size: 20px;
        position: relative;
        display: inline-block;
        width: 100px;
        text-align: center;
        background: #7cbda9;
        color: #fff;
        margin: 0;
        border: 1px solid #7cbda9;
        padding: 5px 10px 5px 10px;
        float: right;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search ul.list-answers{
        list-style-type: none;
        height: auto;
        max-height: 300px;
        margin: 0px 0px 0px -1px;
        padding: 0px;
        overflow-y: hidden;
        position: absolute;
        background: #ffffff;
        width: 430px;
        display: none;
        z-index: 100;
        color: #6b6b6b;
        border: 1px solid #7cbda9;
        border-bottom: none;
        -webkit-box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);
        -moz-box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);
        box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);

    }

    .search_box_cat .box_search .input_search ul.list-answers:hover{
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #96c72f;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    }


    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar-track {
        background-color:#696969;
        box-shadow:0px 0px 3px #000 inset;
    }

    .search_box_cat .box_search .input_search ul.list-answers li{
        cursor: pointer;
        padding: 5px;
        font-size: 18px;
        color: #6b6b6b;
        border-bottom: 1px solid #7cbda9;
    }

    .search_box_cat .box_search .input_search ul.list-answers li:hover{
        background-color: #96c72f;
    }

    .div_catalog .skid_all_cat .percents_cat span{
        color: #7cbda9;
        font-size: 42px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .logo{
        width: 50px;
        height: 50px;
        margin: 0px;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description{
        display: inline-block;
        width: 80%;
        margin-left: 10px;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description h3{
        margin: 0;
        font-size: 16px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount{
        width: 50%;
        display: inline-block;
        font-size: 16px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .numbers{
        display: inline-block;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .numbers span{
        font-weight: bold;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .opis{
        display: inline-block;
        margin-left: 5px;
    }

    .search_line2 .title{
        display: inline-block;
    }

    .search_box_cat{
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        margin-right: 20px;
    }

    .search_line2 .sort_block{
        display: inline-block;
    }

    .search_line2 .count{
        display: inline-block;
        margin-bottom: 10px;
    }

    .search_box_cat .margins_filter .margins ul.list-city{
        color: white;
        list-style-type: none;
        height: auto;
        max-height: 300px;
        margin: 0px;
        padding: 0px;
        overflow-y: hidden;
        position: absolute;
        background: #6b6b6b;
        width: 300px;
        border-radius: 5px;
        display: none;
    }

    .search_box_cat .margins_filter .margins ul.list-city:hover{
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #96c72f;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    }


    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar-track {
        background-color:#696969;
        box-shadow:0px 0px 3px #000 inset;
    }

    .search_box_cat .margins_filter .margins ul.list-city li{
        cursor: pointer;
        padding: 5px;
        font-size: 18px;
        border-bottom: 1px solid black;
    }

    .search_box_cat .margins_filter .margins ul.list-city li:hover{
        background-color: #96c72f;
    }

    .search_box_cat .margins_filter .margins ul.list-city .region{
        color: white;
        font-size: 12px;
        display: block;
        margin: 0px;
    }

    .search_box_cat .margins_filter .margins ul.list-city .allot{
        background: #3c3c3c;
    }

    .content_detail .element{
        display: inline-block;
        margin: 10px;
        padding: 10px;
        border: 1px solid #6D758D;

        margin-bottom: 22px;
        border-radius: 4px;
        box-shadow: 0 0 1px 0 rgba(142, 142, 142, .07);
        color: #333;
        font-size: 16px;
        font-family: 'Source Sans Pro', sans-serif;
        transition: box-shadow 0.2s linear;
    }

    .content_detail .element:hover {
        box-shadow: 0 5px 12px 1px rgba(60, 82, 95, .55);
    }

    .content_detail .element li{
        list-style-type: none;
        padding: 5px;
    }

    .content_detail a, .content_detail a:visited{
        color: #7cbda9;
    }

    .content_detail a:hover{
        text-decoration: underline;
    }

    .content_detail .mail{
        display: block;
        padding: 0;
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .search_box_cat .settings_margins_filter{
        display: none;
        position: absolute;
        width: 450px;
        background: white;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        padding: 20px;
        z-index: 300;
    }

    .search_box_cat .settings_margins_filter .margin_filter{
        display: inline-block;
        width: 250px;
        margin-bottom: 5px;
        margin-top: 5px;
        cursor: pointer;
        font-size: 20px;
    }

    .search_box_cat .settings_margins_filter input[type=checkbox]{
        margin-right: 5px;
    }

    .search_box_cat .margins_filter{
        display: none;
        position: absolute;
        width: 450px;
        background: white;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        padding: 20px;
        z-index: 200;
        margin-top: 40px;
    }

    .search_box_cat .margins_filter .add_margin{
        color: #1058d0;
        border-bottom: 1px dashed transparent;
        -webkit-transition: opacity .2s, border-bottom .2s;
        transition: opacity .2s, border-bottom .2s;
        cursor: pointer;
    }

    .search_box_cat .margins_filter .add_margin:hover {
        border-bottom: 1px dashed #1058d0;
        opacity: .8;
    }

    .search_box_cat .margins_filter .search{
        margin: 10px;
        padding: 10px;
        background: #7cbda9;
        color: white;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        border: none;
        outline: 0;
        font-size: 16px;
    }

    .search_box_cat .margins_filter .search:hover{
        box-shadow: 0 0 10px rgb(171, 171, 171);
    }

    .search_box_cat .margins_filter .reset{
        margin: 10px;
        padding: 10px;
        color: white;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        background: #8e8e8e;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        border: none;
        outline: 0;
        font-size: 16px;
    }

    .search_box_cat .margins_filter .reset:hover{
        box-shadow: 0 0 10px rgb(171, 171, 171);
    }

    .search_box_cat .margins_filter .margins span{
        /*color: #a9adb2;*/
        display: block;
        cursor: default;
        white-space: nowrap;
    }

    .search_box_cat .margins_filter .margins input[type="text"], .search_box_cat .margins_filter .margins input[type="tel"], .search_box_cat .margins_filter .margins select{
        position: relative;
        padding: 0 10px;
        height: 38px;
        width: 90%;
        border: 1px solid rgba(83,92,105,.2);
        border-radius: 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        outline: none;
        padding-right: 40px;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .margins select{
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none !important;
    }

    .search_box_cat .margins_filter .margins div{
        display: none;
        margin-bottom: 10px;
    }

    .search_box_cat .margins_filter .margins .clear{
        display: none;
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: absolute;
        margin-left: -40px;
        padding: 6px;
    }

    .search_box_cat .margins_filter .margins .clear:hover{
        color: #7d7d7d;
    }

    .search_box_cat .margins_filter .margins .hide{
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: absolute;
        margin-left: 10px;
        padding: 6px;
    }

    .search_box_cat .margins_filter .margins .hide:hover{
        color: #7d7d7d;
    }

    .search_box_cat .margins_filter .margins .tcal{
        width: 170px !important;
    }

    /* container of calendar's pop-up */
    #tcal {
        position: absolute;
        display: none;
        z-index: 100;
        width: 200px;
        background-color: white;
        margin-top: 2px;
        padding: 0 2px 2px 2px;
        border: 1px solid silver;

        -moz-box-shadow: 3px 3px 4px silver;
        -webkit-box-shadow: 3px 3px 4px silver;
        box-shadow: 3px 3px 4px silver;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
    }

    /* table containing navigation and current month */
    #tcalControls {
        border-collapse: collapse;
        border: 0;
        width: 100%;
    }
    #tcalControls td {
        border-collapse: collapse;
        border: 0;
        padding: 0;
        width: 16px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    #tcalControls th {
        border-collapse: collapse;
        border: 0;
        padding: 0;
        line-height: 25px;
        font-size: 10px;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: bold;
        white-space: nowrap;
    }

    /* table containing week days header and calendar grid */
    #tcalGrid {
        border-collapse: collapse;
        border: 1px solid silver;
        width: 100%;
    }
    #tcalGrid th {
        border: 1px solid silver;
        border-collapse: collapse;
        padding: 3px 0;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 14px;
        background-color: gray;
        color: white;
    }
    #tcalGrid td {
        border: 0;
        border-collapse: collapse;
        padding: 2px 0;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        width: 14%;
        font-size: 14px;
        cursor: pointer;
    }
    #tcalGrid td.tcalOtherMonth { color: silver; }
    #tcalGrid td.tcalWeekend { background-color: #ACD6F5; }
    #tcalGrid td.tcalToday { border: 1px solid red; }
    #tcalGrid td.tcalSelected { background-color: #FFB3BE; }

    .search_box_cat .margins_filter .margins .time{
        width: 170px !important;
    }

    .search_box_cat .margins_filter h3{
        margin: 0px;
        margin-bottom: 10px;
        text-decoration: underline;
    }

    .search_box_cat .settings_margins_filter h3{
        margin: 0px;
        margin-bottom: 10px;
        text-decoration: underline;
    }

    .search_box_cat .box_search{

    }

    .search_box_cat .box_search .input_search{
        float: left;
        position: relative;
        display: inline-block;
        border: 1px solid #7cbda9;
        width: 300px;
    }

    .search_box_cat .box_search .input_search input[type="text"]{
        font-size: 20px;
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 5px 10px 5px 10px;
        background-color: #fff;
        outline: none;
        border: none;
        width: 80%;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search .clear{
        display: none;
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: relative;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search .search{
        display: none;
    }

    .search_box_cat .box_search input[type="submit"]{
        font-size: 20px;
        position: relative;
        display: inline-block;
        width: 100px;
        text-align: center;
        background: #7cbda9;
        color: #fff;
        margin: 0;
        border: 1px solid #7cbda9;
        padding: 5px 10px 5px 10px;
        float: left;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search ul.list-answers{
        list-style-type: none;
        height: auto;
        max-height: 300px;
        margin: 0px 0px 0px -1px;
        padding: 0px;
        overflow-y: hidden;
        position: absolute;
        background: #ffffff;
        width: 450px;
        display: none;
        z-index: 100;
        color: #6b6b6b;
        border: 1px solid #7cbda9;
        border-bottom: none;
        -webkit-box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);
        -moz-box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);
        box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);

    }

    .search_box_cat .box_search .input_search ul.list-answers:hover{
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #96c72f;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    }


    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar-track {
        background-color:#696969;
        box-shadow:0px 0px 3px #000 inset;
    }

    .search_box_cat .box_search .input_search ul.list-answers li{
        cursor: pointer;
        padding: 5px;
        font-size: 18px;
        color: #6b6b6b;
        border-bottom: 1px solid #7cbda9;
    }

    .search_box_cat .box_search .input_search ul.list-answers li:hover{
        background-color: #96c72f;
    }

    .div_catalog .skid_all_cat .percents_cat span{
        color: #7cbda9;
        font-size: 42px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .logo{
        width: 50px;
        height: 50px;
        margin: 0px;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description{
        display: inline-block;
        width: 80%;
        margin-left: 10px;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description h3{
        margin: 0;
        font-size: 16px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount{
        width: 50%;
        display: inline-block;
        font-size: 16px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .numbers{
        display: inline-block;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .numbers span{
        font-weight: bold;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .opis{
        display: inline-block;
        margin-left: 5px;
    }

    .search_line2 .title{
        display: inline-block;
    }

    .search_box_cat{
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        margin-right: 20px;
    }

    .search_line2 .sort_block{
        display: inline-block;
    }

    .search_line2 .count{
        display: inline-block;
        margin-bottom: 10px;
    }

    .search_box_cat .margins_filter .margins ul.list-city{
        color: white;
        list-style-type: none;
        height: auto;
        max-height: 300px;
        margin: 0px;
        padding: 0px;
        overflow-y: hidden;
        position: absolute;
        background: #6b6b6b;
        width: 300px;
        border-radius: 5px;
        display: none;
    }

    .search_box_cat .margins_filter .margins ul.list-city:hover{
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #96c72f;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    }


    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar-track {
        background-color:#696969;
        box-shadow:0px 0px 3px #000 inset;
    }

    .search_box_cat .margins_filter .margins ul.list-city li{
        cursor: pointer;
        padding: 5px;
        font-size: 26px;
        border-bottom: 1px solid black;
    }

    .search_box_cat .margins_filter .margins ul.list-city li:hover{
        background-color: #96c72f;
    }

    .search_box_cat .margins_filter .margins ul.list-city .region{
        color: white;
        font-size: 18px;
        display: block;
        margin: 0px;
    }

    .search_box_cat .margins_filter .margins ul.list-city .allot{
        background: #3c3c3c;
    }

    .content_detail .element{
        display: inline-block;
        margin: 10px;
        padding: 10px;
        border: 1px solid #6D758D;

        margin-bottom: 22px;
        border-radius: 4px;
        box-shadow: 0 0 1px 0 rgba(142, 142, 142, .07);
        color: #333;
        font-size: 16px;
        font-family: 'Source Sans Pro', sans-serif;
        transition: box-shadow 0.2s linear;
    }

    .content_detail .element:hover {
        box-shadow: 0 5px 12px 1px rgba(60, 82, 95, .55);
    }

    .content_detail .element li{
        list-style-type: none;
        padding: 5px;
    }

    .content_detail a, .content_detail a:visited{
        color: #7cbda9;
    }

    .content_detail a:hover{
        text-decoration: underline;
    }

    .content_detail .mail{
        display: block;
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 767px){
    .search_box_cat .settings_margins_filter{
        display: none;
        position: absolute;
        width: 300px;
        background: white;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        padding: 20px;
        z-index: 300;
    }

    .search_box_cat .settings_margins_filter .margin_filter{
        display: inline-block;
        width: 250px;
        margin-bottom: 5px;
        margin-top: 5px;
        cursor: pointer;
        font-size: 20px;
    }

    .search_box_cat .settings_margins_filter input[type=checkbox]{
        margin-right: 5px;
    }

    .search_box_cat .margins_filter{
        display: none;
        position: absolute;
        width: 300px;
        background: white;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        padding: 20px;
        z-index: 200;
        margin-top: 40px;
    }

    .search_box_cat .margins_filter .add_margin{
        color: #1058d0;
        border-bottom: 1px dashed transparent;
        -webkit-transition: opacity .2s, border-bottom .2s;
        transition: opacity .2s, border-bottom .2s;
        cursor: pointer;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .add_margin:hover {
        border-bottom: 1px dashed #1058d0;
        opacity: .8;
    }

    .search_box_cat .margins_filter .search{
        margin: 10px;
        padding: 10px;
        background: #7cbda9;
        color: white;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        border: none;
        outline: 0;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .search:hover{
        box-shadow: 0 0 10px rgb(171, 171, 171);
    }

    .search_box_cat .margins_filter .reset{
        margin: 10px;
        padding: 10px;
        color: white;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        background: #8e8e8e;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        border: none;
        outline: 0;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .reset:hover{
        box-shadow: 0 0 10px rgb(171, 171, 171);
    }

    .search_box_cat .margins_filter .margins span{
        /*color: #a9adb2;*/
        display: block;
        cursor: default;
        white-space: nowrap;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .margins input[type="text"], .search_box_cat .margins_filter .margins input[type="tel"], .search_box_cat .margins_filter .margins select{
        position: relative;
        padding: 0 10px;
        height: 38px;
        width: 90%;
        border: 1px solid rgba(83,92,105,.2);
        border-radius: 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        outline: none;
        padding-right: 40px;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .margins select{
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none !important;
    }

    .search_box_cat .margins_filter .margins div{
        display: none;
        margin-bottom: 10px;
    }

    .search_box_cat .margins_filter .margins .clear{
        display: none;
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: absolute;
        margin-left: -40px;
        padding: 6px;
    }

    .search_box_cat .margins_filter .margins .clear:hover{
        color: #7d7d7d;
    }

    .search_box_cat .margins_filter .margins .hide{
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: absolute;
        margin-left: 10px;
        padding: 6px;
    }

    .search_box_cat .margins_filter .margins .hide:hover{
        color: #7d7d7d;
    }

    .search_box_cat .margins_filter .margins .tcal{
        width: 170px !important;
    }

    /* container of calendar's pop-up */
    #tcal {
        position: absolute;
        display: none;
        z-index: 100;
        width: 200px;
        background-color: white;
        margin-top: 2px;
        padding: 0 2px 2px 2px;
        border: 1px solid silver;

        -moz-box-shadow: 3px 3px 4px silver;
        -webkit-box-shadow: 3px 3px 4px silver;
        box-shadow: 3px 3px 4px silver;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
    }

    /* table containing navigation and current month */
    #tcalControls {
        border-collapse: collapse;
        border: 0;
        width: 100%;
    }
    #tcalControls td {
        border-collapse: collapse;
        border: 0;
        padding: 0;
        width: 16px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    #tcalControls th {
        border-collapse: collapse;
        border: 0;
        padding: 0;
        line-height: 25px;
        font-size: 10px;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: bold;
        white-space: nowrap;
    }

    /* table containing week days header and calendar grid */
    #tcalGrid {
        border-collapse: collapse;
        border: 1px solid silver;
        width: 100%;
    }
    #tcalGrid th {
        border: 1px solid silver;
        border-collapse: collapse;
        padding: 3px 0;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 14px;
        background-color: gray;
        color: white;
    }
    #tcalGrid td {
        border: 0;
        border-collapse: collapse;
        padding: 2px 0;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        width: 14%;
        font-size: 14px;
        cursor: pointer;
    }
    #tcalGrid td.tcalOtherMonth { color: silver; }
    #tcalGrid td.tcalWeekend { background-color: #ACD6F5; }
    #tcalGrid td.tcalToday { border: 1px solid red; }
    #tcalGrid td.tcalSelected { background-color: #FFB3BE; }

    .search_box_cat .margins_filter .margins .time{
        width: 170px !important;
    }

    .search_box_cat .margins_filter h3{
        margin: 0px;
        margin-bottom: 10px;
        text-decoration: underline;
        font-size: 20px
    }

    .search_box_cat .settings_margins_filter h3{
        margin: 0px;
        margin-bottom: 10px;
        text-decoration: underline;
        font-size: 20px
    }

    .search_box_cat .box_search{

    }

    .search_box_cat .box_search .input_search{
        float: left;
        position: relative;
        display: inline-block;
        border: 1px solid #7cbda9;
        width: 250px;
    }

    .search_box_cat .box_search .input_search input[type="text"]{
        font-size: 20px;
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 5px 10px 5px 10px;
        background-color: #fff;
        outline: none;
        border: none;
        width: 80%;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search .clear{
        display: none;
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: relative;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search .search{
        display: none;
    }

    .search_box_cat .box_search input[type="submit"]{
        font-size: 20px;
        position: relative;
        display: inline-block;
        width: 100px;
        text-align: center;
        background: #7cbda9;
        color: #fff;
        margin: 0;
        border: 1px solid #7cbda9;
        padding: 5px 10px 5px 10px;
        float: left;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search ul.list-answers{
        list-style-type: none;
        height: auto;
        max-height: 300px;
        margin: 0px 0px 0px -1px;
        padding: 0px;
        overflow-y: hidden;
        position: absolute;
        background: #ffffff;
        width: 350px;
        display: none;
        z-index: 100;
        color: #6b6b6b;
        border: 1px solid #7cbda9;
        border-bottom: none;
        -webkit-box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);
        -moz-box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);
        box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);

    }

    .search_box_cat .box_search .input_search ul.list-answers:hover{
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #96c72f;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    }


    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar-track {
        background-color:#696969;
        box-shadow:0px 0px 3px #000 inset;
    }

    .search_box_cat .box_search .input_search ul.list-answers li{
        cursor: pointer;
        padding: 5px;
        font-size: 18px;
        color: #6b6b6b;
        border-bottom: 1px solid #7cbda9;
    }

    .search_box_cat .box_search .input_search ul.list-answers li:hover{
        background-color: #96c72f;
    }

    .div_catalog .skid_all_cat .percents_cat span{
        color: #7cbda9;
        font-size: 42px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .logo{
        width: 50px;
        height: 50px;
        margin: 0px;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description{
        display: inline-block;
        width: 80%;
        margin-left: 10px;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description h3{
        margin: 0;
        font-size: 16px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount{
        width: 50%;
        display: inline-block;
        font-size: 16px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .numbers{
        display: inline-block;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .numbers span{
        font-weight: bold;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .opis{
        display: inline-block;
        margin-left: 5px;
    }

    .search_line2 .title{
        display: inline-block;
    }

    .search_box_cat{
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        margin-right: 20px;
    }

    .search_line2 .sort_block{
        display: inline-block;
    }

    .search_line2 .count{
        display: inline-block;
        margin-bottom: 10px;
    }

    .search_box_cat .margins_filter .margins ul.list-city{
        color: white;
        list-style-type: none;
        height: auto;
        max-height: 300px;
        margin: 0px;
        padding: 0px;
        overflow-y: hidden;
        position: absolute;
        background: #6b6b6b;
        width: 300px;
        border-radius: 5px;
        display: none;
    }

    .search_box_cat .margins_filter .margins ul.list-city:hover{
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #96c72f;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    }


    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar-track {
        background-color:#696969;
        box-shadow:0px 0px 3px #000 inset;
    }

    .search_box_cat .margins_filter .margins ul.list-city li{
        cursor: pointer;
        padding: 5px;
        font-size: 26px;
        border-bottom: 1px solid black;
    }

    .search_box_cat .margins_filter .margins ul.list-city li:hover{
        background-color: #96c72f;
    }

    .search_box_cat .margins_filter .margins ul.list-city .region{
        color: white;
        font-size: 18px;
        display: block;
        margin: 0px;
    }

    .search_box_cat .margins_filter .margins ul.list-city .allot{
        background: #3c3c3c;
    }

    .content_detail .element{
        display: inline-block;
        margin: 10px;
        padding: 10px;
        border: 1px solid #6D758D;

        margin-bottom: 22px;
        border-radius: 4px;
        box-shadow: 0 0 1px 0 rgba(142, 142, 142, .07);
        color: #333;
        font-size: 16px;
        font-family: 'Source Sans Pro', sans-serif;
        transition: box-shadow 0.2s linear;
    }

    .content_detail .element:hover {
        box-shadow: 0 5px 12px 1px rgba(60, 82, 95, .55);
    }

    .content_detail .element li{
        list-style-type: none;
        padding: 5px;
    }

    .content_detail a, .content_detail a:visited{
        color: #7cbda9;
    }

    .content_detail a:hover{
        text-decoration: underline;
    }

    .content_detail .mail{
        display: block;
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 450px){
    .search_box_cat .settings_margins_filter{
        display: none;
        position: absolute;
        width: 70%;
        background: white;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        padding: 20px;
        z-index: 300;
    }

    .search_box_cat .settings_margins_filter .margin_filter{
        display: inline-block;
        width: 250px;
        margin-bottom: 5px;
        margin-top: 5px;
        cursor: pointer;
        font-size: 20px;
    }

    .search_box_cat .settings_margins_filter input[type=checkbox]{
        margin-right: 5px;
    }

    .search_box_cat .margins_filter{
        display: none;
        position: absolute;
        width: 70%;
        background: white;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        padding: 20px;
        z-index: 200;
        margin-top: 40px;
    }

    .search_box_cat .margins_filter .add_margin{
        color: #1058d0;
        border-bottom: 1px dashed transparent;
        -webkit-transition: opacity .2s, border-bottom .2s;
        transition: opacity .2s, border-bottom .2s;
        cursor: pointer;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .add_margin:hover {
        border-bottom: 1px dashed #1058d0;
        opacity: .8;
    }

    .search_box_cat .margins_filter .search{
        margin: 10px;
        padding: 10px;
        background: #7cbda9;
        color: white;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        border: none;
        outline: 0;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .search:hover{
        box-shadow: 0 0 10px rgb(171, 171, 171);
    }

    .search_box_cat .margins_filter .reset{
        margin: 10px;
        padding: 10px;
        color: white;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        background: #8e8e8e;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        border: none;
        outline: 0;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .reset:hover{
        box-shadow: 0 0 10px rgb(171, 171, 171);
    }

    .search_box_cat .margins_filter .margins span{
        /*color: #a9adb2;*/
        display: block;
        cursor: default;
        white-space: nowrap;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .margins input[type="text"], .search_box_cat .margins_filter .margins input[type="tel"], .search_box_cat .margins_filter .margins select{
        position: relative;
        padding: 0 10px;
        height: 38px;
        width: 90%;
        border: 1px solid rgba(83,92,105,.2);
        border-radius: 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        outline: none;
        padding-right: 40px;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .margins select{
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none !important;
    }

    .search_box_cat .margins_filter .margins div{
        display: none;
        margin-bottom: 10px;
    }

    .search_box_cat .margins_filter .margins .clear{
        display: none;
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: absolute;
        margin-left: -40px;
        padding: 6px;
    }

    .search_box_cat .margins_filter .margins .clear:hover{
        color: #7d7d7d;
    }

    .search_box_cat .margins_filter .margins .hide{
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: absolute;
        margin-left: 10px;
        padding: 6px;
    }

    .search_box_cat .margins_filter .margins .hide:hover{
        color: #7d7d7d;
    }

    .search_box_cat .margins_filter .margins .tcal{
        width: 170px !important;
    }

    /* container of calendar's pop-up */
    #tcal {
        position: absolute;
        display: none;
        z-index: 100;
        width: 200px;
        background-color: white;
        margin-top: 2px;
        padding: 0 2px 2px 2px;
        border: 1px solid silver;

        -moz-box-shadow: 3px 3px 4px silver;
        -webkit-box-shadow: 3px 3px 4px silver;
        box-shadow: 3px 3px 4px silver;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
    }

    /* table containing navigation and current month */
    #tcalControls {
        border-collapse: collapse;
        border: 0;
        width: 100%;
    }
    #tcalControls td {
        border-collapse: collapse;
        border: 0;
        padding: 0;
        width: 16px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    #tcalControls th {
        border-collapse: collapse;
        border: 0;
        padding: 0;
        line-height: 25px;
        font-size: 10px;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: bold;
        white-space: nowrap;
    }

    /* table containing week days header and calendar grid */
    #tcalGrid {
        border-collapse: collapse;
        border: 1px solid silver;
        width: 100%;
    }
    #tcalGrid th {
        border: 1px solid silver;
        border-collapse: collapse;
        padding: 3px 0;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 14px;
        background-color: gray;
        color: white;
    }
    #tcalGrid td {
        border: 0;
        border-collapse: collapse;
        padding: 2px 0;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        width: 14%;
        font-size: 14px;
        cursor: pointer;
    }
    #tcalGrid td.tcalOtherMonth { color: silver; }
    #tcalGrid td.tcalWeekend { background-color: #ACD6F5; }
    #tcalGrid td.tcalToday { border: 1px solid red; }
    #tcalGrid td.tcalSelected { background-color: #FFB3BE; }

    .search_box_cat .margins_filter .margins .time{
        width: 170px !important;
    }

    .search_box_cat .margins_filter h3{
        margin: 0px;
        margin-bottom: 10px;
        text-decoration: underline;
        font-size: 20px
    }

    .search_box_cat .settings_margins_filter h3{
        margin: 0px;
        margin-bottom: 10px;
        text-decoration: underline;
        font-size: 20px
    }

    .search_box_cat .box_search{

    }

    .search_box_cat .box_search .input_search{
        float: left;
        position: relative;
        display: inline-block;
        border: 1px solid #7cbda9;
        width: 280px;
    }

    .search_box_cat .box_search .input_search input[type="text"]{
        font-size: 20px;
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 5px 10px 5px 10px;
        background-color: #fff;
        outline: none;
        border: none;
        width: 70%;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search .clear{
        display: none;
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: relative;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search .search{
        display: inline-block;
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: relative;
        vertical-align: middle;
        margin-left: 5px;
    }

    .search_box_cat .box_search input[type="submit"]{
        font-size: 20px;
        position: relative;
        display: none;
        width: 100px;
        text-align: center;
        background: #7cbda9;
        color: #fff;
        margin: 0;
        border: 1px solid #7cbda9;
        padding: 5px 10px 5px 10px;
        float: left;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search ul.list-answers{
        list-style-type: none;
        height: auto;
        max-height: 300px;
        margin: 0px 0px 0px -1px;
        padding: 0px;
        overflow-y: hidden;
        position: absolute;
        background: #ffffff;
        width: 250px;
        display: none;
        z-index: 100;
        color: #6b6b6b;
        border: 1px solid #7cbda9;
        border-bottom: none;
        -webkit-box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);
        -moz-box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);
        box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);

    }

    .search_box_cat .box_search .input_search ul.list-answers:hover{
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #96c72f;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    }


    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar-track {
        background-color:#696969;
        box-shadow:0px 0px 3px #000 inset;
    }

    .search_box_cat .box_search .input_search ul.list-answers li{
        cursor: pointer;
        padding: 5px;
        font-size: 18px;
        color: #6b6b6b;
        border-bottom: 1px solid #7cbda9;
    }

    .search_box_cat .box_search .input_search ul.list-answers li:hover{
        background-color: #96c72f;
    }

    .div_catalog .skid_all_cat .percents_cat span{
        color: #7cbda9;
        font-size: 42px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .logo{
        width: 50px;
        height: 50px;
        margin: 0px;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description{
        display: inline-block;
        width: 80%;
        margin-left: 10px;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description h3{
        margin: 0;
        font-size: 16px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount{
        width: 50%;
        display: none;
        font-size: 16px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .numbers{
        display: inline-block;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .numbers span{
        font-weight: bold;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .opis{
        display: inline-block;
        margin-left: 5px;
    }

    .search_line2 .title{
        margin-bottom: 20px;
        display: block;
    }

    .search_box_cat{
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        margin-right: 20px;
    }

    .search_line2 .sort_block{
        display: inline-block;
    }

    .search_line2 .count{
        display: inline-block;
        margin-bottom: 10px;
    }

    .search_box_cat .margins_filter .margins ul.list-city{
        color: white;
        list-style-type: none;
        height: auto;
        max-height: 300px;
        margin: 0px;
        padding: 0px;
        overflow-y: hidden;
        position: absolute;
        background: #6b6b6b;
        width: 250px;
        border-radius: 5px;
        display: none;
    }

    .search_box_cat .margins_filter .margins ul.list-city:hover{
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #96c72f;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    }


    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar-track {
        background-color:#696969;
        box-shadow:0px 0px 3px #000 inset;
    }

    .search_box_cat .margins_filter .margins ul.list-city li{
        cursor: pointer;
        padding: 5px;
        font-size: 26px;
        border-bottom: 1px solid black;
    }

    .search_box_cat .margins_filter .margins ul.list-city li:hover{
        background-color: #96c72f;
    }

    .search_box_cat .margins_filter .margins ul.list-city .region{
        color: white;
        font-size: 18px;
        display: block;
        margin: 0px;
    }

    .search_box_cat .margins_filter .margins ul.list-city .allot{
        background: #3c3c3c;
    }

    .content_detail .element{
        display: inline-block;
        margin: 10px;
        padding: 10px;
        border: 1px solid #6D758D;

        margin-bottom: 22px;
        border-radius: 4px;
        box-shadow: 0 0 1px 0 rgba(142, 142, 142, .07);
        color: #333;
        font-size: 16px;
        font-family: 'Source Sans Pro', sans-serif;
        transition: box-shadow 0.2s linear;
    }

    .content_detail .element:hover {
        box-shadow: 0 5px 12px 1px rgba(60, 82, 95, .55);
    }

    .content_detail .element li{
        list-style-type: none;
        padding: 5px;
    }

    .content_detail a, .content_detail a:visited{
        color: #7cbda9;
    }

    .content_detail a:hover{
        text-decoration: underline;
    }

    .content_detail .mail{
        display: block;
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 360px){
    .search_box_cat .settings_margins_filter{
        display: none;
        position: absolute;
        width: 70%;
        background: white;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        padding: 20px;
        z-index: 300;
    }

    .search_box_cat .settings_margins_filter .margin_filter{
        display: inline-block;
        width: 250px;
        margin-bottom: 5px;
        margin-top: 5px;
        cursor: pointer;
        font-size: 20px;
    }

    .search_box_cat .settings_margins_filter input[type=checkbox]{
        margin-right: 5px;
    }

    .search_box_cat .margins_filter{
        display: none;
        position: absolute;
        width: 70%;
        background: white;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        padding: 20px;
        z-index: 200;
        margin-top: 40px;
    }

    .search_box_cat .margins_filter .add_margin{
        color: #1058d0;
        border-bottom: 1px dashed transparent;
        -webkit-transition: opacity .2s, border-bottom .2s;
        transition: opacity .2s, border-bottom .2s;
        cursor: pointer;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .add_margin:hover {
        border-bottom: 1px dashed #1058d0;
        opacity: .8;
    }

    .search_box_cat .margins_filter .search{
        margin: 10px;
        padding: 10px;
        background: #7cbda9;
        color: white;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        border: none;
        outline: 0;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .search:hover{
        box-shadow: 0 0 10px rgb(171, 171, 171);
    }

    .search_box_cat .margins_filter .reset{
        margin: 10px;
        padding: 10px;
        color: white;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        background: #8e8e8e;
        box-shadow: 0 7px 21px rgb(171, 171, 171), 0 -1px 6px 0 rgb(208, 208, 208);
        border: none;
        outline: 0;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .reset:hover{
        box-shadow: 0 0 10px rgb(171, 171, 171);
    }

    .search_box_cat .margins_filter .margins span{
        /*color: #a9adb2;*/
        display: block;
        cursor: default;
        white-space: nowrap;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .margins input[type="text"], .search_box_cat .margins_filter .margins input[type="tel"], .search_box_cat .margins_filter .margins select{
        position: relative;
        padding: 0 10px;
        height: 38px;
        width: 90%;
        border: 1px solid rgba(83,92,105,.2);
        border-radius: 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        outline: none;
        padding-right: 40px;
        font-size: 20px;
    }

    .search_box_cat .margins_filter .margins select{
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none !important;
    }

    .search_box_cat .margins_filter .margins div{
        display: none;
        margin-bottom: 10px;
    }

    .search_box_cat .margins_filter .margins .clear{
        display: none;
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: absolute;
        margin-left: -40px;
        padding: 6px;
    }

    .search_box_cat .margins_filter .margins .clear:hover{
        color: #7d7d7d;
    }

    .search_box_cat .margins_filter .margins .hide{
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: absolute;
        margin-left: 10px;
        padding: 6px;
    }

    .search_box_cat .margins_filter .margins .hide:hover{
        color: #7d7d7d;
    }

    .search_box_cat .margins_filter .margins .tcal{
        width: 170px !important;
    }

    /* container of calendar's pop-up */
    #tcal {
        position: absolute;
        display: none;
        z-index: 100;
        width: 200px;
        background-color: white;
        margin-top: 2px;
        padding: 0 2px 2px 2px;
        border: 1px solid silver;

        -moz-box-shadow: 3px 3px 4px silver;
        -webkit-box-shadow: 3px 3px 4px silver;
        box-shadow: 3px 3px 4px silver;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
    }

    /* table containing navigation and current month */
    #tcalControls {
        border-collapse: collapse;
        border: 0;
        width: 100%;
    }
    #tcalControls td {
        border-collapse: collapse;
        border: 0;
        padding: 0;
        width: 16px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    #tcalControls th {
        border-collapse: collapse;
        border: 0;
        padding: 0;
        line-height: 25px;
        font-size: 10px;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: bold;
        white-space: nowrap;
    }

    /* table containing week days header and calendar grid */
    #tcalGrid {
        border-collapse: collapse;
        border: 1px solid silver;
        width: 100%;
    }
    #tcalGrid th {
        border: 1px solid silver;
        border-collapse: collapse;
        padding: 3px 0;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 14px;
        background-color: gray;
        color: white;
    }
    #tcalGrid td {
        border: 0;
        border-collapse: collapse;
        padding: 2px 0;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        width: 14%;
        font-size: 14px;
        cursor: pointer;
    }
    #tcalGrid td.tcalOtherMonth { color: silver; }
    #tcalGrid td.tcalWeekend { background-color: #ACD6F5; }
    #tcalGrid td.tcalToday { border: 1px solid red; }
    #tcalGrid td.tcalSelected { background-color: #FFB3BE; }

    .search_box_cat .margins_filter .margins .time{
        width: 170px !important;
    }

    .search_box_cat .margins_filter h3{
        margin: 0px;
        margin-bottom: 10px;
        text-decoration: underline;
        font-size: 20px
    }

    .search_box_cat .settings_margins_filter h3{
        margin: 0px;
        margin-bottom: 10px;
        text-decoration: underline;
        font-size: 20px
    }

    .search_box_cat .box_search{

    }

    .search_box_cat .box_search .input_search{
        float: left;
        position: relative;
        display: inline-block;
        border: 1px solid #7cbda9;
        width: 280px;
    }

    .search_box_cat .box_search .input_search input[type="text"]{
        font-size: 20px;
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 5px 10px 5px 10px;
        background-color: #fff;
        outline: none;
        border: none;
        width: 70%;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search .clear{
        display: none;
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: relative;
        vertical-align: middle;
    }
    .search_box_cat .box_search .input_search .search{
        display: inline-block;
        font-size: 26px;
        color: #c5c5c5;
        cursor: pointer;
        position: relative;
        vertical-align: middle;
        margin-left: 5px;
    }

    .search_box_cat .box_search input[type="submit"]{
        font-size: 20px;
        position: relative;
        display: none;
        width: 100px;
        text-align: center;
        background: #7cbda9;
        color: #fff;
        margin: 0;
        border: 1px solid #7cbda9;
        padding: 5px 10px 5px 10px;
        float: left;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search ul.list-answers{
        list-style-type: none;
        height: auto;
        max-height: 300px;
        margin: 0px 0px 0px -1px;
        padding: 0px;
        overflow-y: hidden;
        position: absolute;
        background: #ffffff;
        width: 250px;
        display: none;
        z-index: 100;
        color: #6b6b6b;
        border: 1px solid #7cbda9;
        border-bottom: none;
        -webkit-box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);
        -moz-box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);
        box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.5);

    }

    .search_box_cat .box_search .input_search ul.list-answers:hover{
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #96c72f;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    }


    .search_box_cat .box_search .input_search ul.list-answers::-webkit-scrollbar-track {
        background-color:#696969;
        box-shadow:0px 0px 3px #000 inset;
    }

    .search_box_cat .box_search .input_search ul.list-answers li{
        cursor: pointer;
        padding: 5px;
        font-size: 18px;
        color: #6b6b6b;
        border-bottom: 1px solid #7cbda9;
    }

    .search_box_cat .box_search .input_search ul.list-answers li:hover{
        background-color: #96c72f;
    }

    .div_catalog .skid_all_cat .percents_cat span{
        color: #7cbda9;
        font-size: 42px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .logo{
        width: 50px;
        height: 50px;
        margin: 0px;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description{
        display: inline-block;
        width: 80%;
        margin-left: 10px;
        vertical-align: middle;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description h3{
        margin: 0;
        font-size: 16px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount{
        width: 50%;
        display: none;
        font-size: 16px;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .numbers{
        display: inline-block;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .numbers span{
        font-weight: bold;
    }

    .search_box_cat .box_search .input_search ul.list-answers li .description .discount .opis{
        display: inline-block;
        margin-left: 5px;
    }

    .search_line2 .title{
        margin-bottom: 20px;
        display: block;
    }

    .search_box_cat{
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        margin-right: 20px;
    }

    .search_line2 .sort_block{
        display: inline-block;
    }

    .search_line2 .count{
        display: inline-block;
        margin-bottom: 10px;
    }
    .search_box_cat .margins_filter .margins ul.list-city{
        color: white;
        list-style-type: none;
        height: auto;
        max-height: 300px;
        margin: 0px;
        padding: 0px;
        overflow-y: hidden;
        position: absolute;
        background: #6b6b6b;
        width: 250px;
        border-radius: 5px;
        display: none;
    }

    .search_box_cat .margins_filter .margins ul.list-city:hover{
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #96c72f;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    }


    .search_box_cat .margins_filter .margins ul.list-city::-webkit-scrollbar-track {
        background-color:#696969;
        box-shadow:0px 0px 3px #000 inset;
    }

    .search_box_cat .margins_filter .margins ul.list-city li{
        cursor: pointer;
        padding: 5px;
        font-size: 26px;
        border-bottom: 1px solid black;
    }

    .search_box_cat .margins_filter .margins ul.list-city li:hover{
        background-color: #96c72f;
    }

    .search_box_cat .margins_filter .margins ul.list-city .region{
        color: white;
        font-size: 18px;
        display: block;
        margin: 0px;
    }

    .search_box_cat .margins_filter .margins ul.list-city .allot{
        background: #3c3c3c;
    }

    .content_detail .element{
        display: inline-block;
        margin: 10px;
        padding: 10px;
        border: 1px solid #6D758D;

        margin-bottom: 22px;
        border-radius: 4px;
        box-shadow: 0 0 1px 0 rgba(142, 142, 142, .07);
        color: #333;
        font-size: 16px;
        font-family: 'Source Sans Pro', sans-serif;
        transition: box-shadow 0.2s linear;
    }

    .content_detail .element:hover {
        box-shadow: 0 5px 12px 1px rgba(60, 82, 95, .55);
    }

    .content_detail .element li{
        list-style-type: none;
        padding: 5px;
    }

    .content_detail a, .content_detail a:visited{
        color: #7cbda9;
    }

    .content_detail a:hover{
        text-decoration: underline;
    }

    .content_detail .mail{
        display: block;
        padding: 0;
        margin: 0;
    }
}