.profitable{
    clear: both;
    display: block;
    border-radius: 5px;
    border: #eee 1px solid;
    padding: 30px 23px;
    background: url(images/profitable.jpg) no-repeat center / cover;
    min-height: 185px;
    margin: 10px 0 0;
}
.profitable p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    max-width: 77px;
    margin: 0 0 7px;
}
.profitable span{
    color: #005bff;
    font-size: 15px;
    font-weight: 400;
}
.catalog-viewed{
    border: rgb(238, 238, 238) 1px solid;
    border-radius: 5px;
    margin: 15px 0 0;
    padding: 23px 21px 23px 27px;
    clear: both;
}
.catalog-viewed__title{
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 19px;
}
.catalog-viewed__list{
    margin: 0 0 0 -12px;
}
.catalog-viewed__list li{
    display: flex;
    align-items: center;
}
.catalog-viewed__img{
    flex: none;
    width: 55px;
}
.catalog-viewed__img img{
    max-width: 100%;
}
.catalog-viewed__name a{
    display: inline-block;
    color: #005bff;
    font-size: 15px;
    line-height: 20px;
}
.catalog-viewed__name .hidden{
    display: none;
}
.catalog-viewed__name a:hover{
    text-decoration: underline;
}
.catalog_no_search {
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
    text-align: center;
    height: calc(100vh - 590px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100px;
}

@media screen and (max-width: 960px) {
    .profitable{
        display: none;
    }
    .catalog-viewed__name a{
        display: none;
    }
    .catalog-viewed__name .hidden{
        display: inline-block;
    }
}
