@media (min-width: 1680px) {
  body .content .row.products_showcase > .col, .content .row.products_showcase > .col.half {
    width: 25%;
  }
}

body .discount_icon{
	display:block;
}

body .mainmenu{
	visibility: visible;
}
.loss-menu-right .dropdown .dropdown-menu li:first-child{
    display: none;
}
.products_showcase .products__pic{
    height: 340px;
}
.products_showcase .products__img{
    max-height: 340px;
}
.products_showcase .products__in{
    min-height: 495px;
}
.products_showcase .products__item {
    height: 495px;
}
.products_showcase .products__prices{
    height: 65px;
}
.products_showcase .products__prices .prices:not(:last-child){
    margin-bottom: 14px;
}
.fly-header .fly-header__menu-button {
  cursor: pointer;
}
.product-description .prices__val_cool{
    font-size: 30px;
}
.select-btn{
    width: 85px;
}

.razmers{
    color:#333
}
.razmers table{
    margin-top:5px;
}

.razmers table td{
    padding:3px 4px;
    border:1px solid #333;
    text-align: center;
}
 div.products__col .razmers
{
    position: absolute;
    right: 20px;
    top: 0;
    margin-top: 60px;
    width:30%;
}


.readmore{
    font-style: italic;
    border-bottom:1px dotted #999;
    display: inline-block;
    cursor:pointer;
    
}

@media (min-width: 740px) and (max-width: 1023px) {
    .mainmenu {
        margin: 0 -40px 0 0;
    }
    .mainmenu .mainmenu__root-item > .mainmenu__item-link{
        padding: 18px 9px;
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .products_list .products__in .products__data .characteristics__content{
        display: none;
    }
    .products_list .products__in .products__data .razmers{
        position: static;
        margin: 10px 0;
    }
}
@media (max-width: 739px){
    .products_showcase:not(.products_showcase-mob) .products__pic
        {
    
    }
    .products_showcase .products__item{
        height: 266px;
    }
    .products_showcase .products__in{
        min-height: 266px;
    }
    .products_showcase .products__prices {
        height: 42px !important;
        margin-top: 10px;
    }
}

/* ����� ��� ������� */
div.js-box-filter.element-line{
    max-height:315px;
    overflow-y:auto;
}

div.js-box-filter.element-line .js-item-filter{
    display:block;
    
}


div.bx_filter_select_popup{
    width: 188px;
    max-height: 370px;
    overflow-y: auto;
    
}

.footer.footer-decor{
    margin-top: 0;
}
.products_showcase .products__in .products__prices .prices:first-child .prices__val,
.products_list .products__in .products__prices .products__prices-item:first-child .prices__val{
    font-size: 22px;
    line-height: 1.2;
}

p.news-item {
    border-bottom: 2px solid #d0d0d0;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 10px; 
}