@media(max-width:768px)
{
    .on_mobile_hide
    {
        display: none;
    }
}
@media(min-width:768px)
{
    .on_desctop_hide 
    {
        display: none;
    }
}
.mobile_filter_tog_list div 
{
    max-width: 250px;
    width: 100%;
    padding: 5px;
    text-align: left;
}
.mobile_filter_tog_list div a 
{
    text-decoration: none;
}
.mobile_filter_tog_list .selecttt
{
    border:2px solid #E9ECEF;
}
.mobile_filter_tog_list .selecttt .arrow1 
{
    float: right;
}
.toggle_fil_list 
{
    display: none;
}
.mobile_filter_tog_list 
{
    margin-bottom: 10px;
}
.toggle_fil_list div:nth-child(odd)
{
    background: #E9ECEF;
}

.sort-block_1 {
    margin-bottom: 35px;
    font-family: 'Conv_segoeuil', sans-serif;
    color: #2b4f62
}

.sort-block_1 .sort-text,
.sort-block_1 a {
    display: inline-block;
    vertical-align: top;
    height: 33px;
    line-height: 31px
}

.sort-block_1 .sort-text {
    margin-right: 9px
}

.sort-block_1 a {
    position: relative;
    padding: 0 11px 0 22px;
    color: #2b4f62;
    background: #e9ecef;
    margin-left: -1px
}

.sort-block_1 a .arrow {
    display: block;
    position: absolute;
    top: 15px;
    left: 7px;
    width: 7px;
    height: 6px;
    background: url(/local/asset/images/sprites1.png) -39px 0 no-repeat
}

.sort-block_1 a.sort-down .arrow {
    background-position: -87px 0
}

.sort-block_1 a.sort-up .arrow {
    background-position: -87px -9px
}
.grey_old_p
{
    color: #b6b6b6!important;
}
.razmer_skidki
{
    font-size: 18px;
}
.act_pr_11
{
    color:#da291b;
    margin-top: -10px;
}
.act_pr_11 .price-actual 
{
    font-weight: bold;
}