.no_goods {
    padding: 30px 30px 63px;
    border-top: 1px solid #f2f2f2;
}

.no_goods .no_products {
    position: relative;
    float: left;
    background: url('img/empty.png') 0px 0px no-repeat;
    margin: 0px 0px -8px;
}
.no_goods .no_products:before {
    color: #FFF;
    background: #1773cf;
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    left: 0px;
    top: 8px;
    border-radius: 100%;
}

.no_goods .no_products:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: url('img/empty.png') 0px 0px no-repeat;
    top: 23px;
    left: 16px;
}

.wrap_text_empty {
    padding: 10px 0px 15px 97px;
}

.big_text {
    font-size: 18px;
    font-weight: 500;
}

.middle_text {
    font-size: 14px;
}

.complex__tags__item a.active {
    border-color: #1b66af;
}

.section_brands {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 20px;
    margin: 0;
    font-weight: bold;
}

.sec-desc {
    overflow: hidden;
    position: relative;
}
.sec-desc.hidding-desc {
    height: 60px;
}
.sec-desc.hidding-desc:after{
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%)*/
}
.complex__modal-search__result__item__desc {
   /* word-break: break-all;*/
    overflow: hidden;
}

body:not(.is-using-mouse) {
    overflow: visible !important;
}