

/* Start:/local/templates/aspro-scorp/components/bitrix/news.list/product_third_level_sections/style.css?17501528221834*/
.item-views.list .items .item {
    margin-bottom: 40px;
    position: relative;
    transition: 0.3s;
    background: rgb(246, 246, 246);
}

.item-views.list .items .item:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 18px;
    background: rgb(240, 240, 240);
}

.item-views.list .items .item::after {
    position: absolute;
    left: 0px;
    width: 75px;
    bottom: 0px;
    height: 3px;
    content: "";
    transition: 0.3s;
    background: #193a6b;
}

.item-views.list .items .item:hover::after {
    width: 100%;
}

.item-views.list .items .item .pic {
    display: block;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.item-views.list .items .item .pic img, .item-views.list .items .item .pic .img {
    display: block;
    transition: 0.3s;
}

.item-views.list .items .item .pic:hover > img, .item-views.list .items .item .pic:hover > .img {
    transform: scale(1.2);
}

/* .item-views.list .items .item .pic .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
} */

.item-views.list .items .item .info {
    box-sizing: border-box;
    padding: 20px 20px 25px;
}

.item-views.list .items .item .info .t {
    display: block;
    font-size: 22px;
    line-height: 1.4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.3s;
}

.item-views.list .items .item .info .d {
    height: 40px;
    font-size: 14px;
    margin-top: 10px;
    color: rgb(119, 119, 119);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-views.list .items .item .info .more {
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    color: #193a6b;
    position: relative;
}
/* End */
/* /local/templates/aspro-scorp/components/bitrix/news.list/product_third_level_sections/style.css?17501528221834 */
