

/* Start:/local/templates/megamebel/components/bitrix/news/turbo_new/bitrix/news.list/.default/style.css?17733184391187*/
.turbo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.turbo-list .list-article {
    overflow: hidden;
    background-color: #222;
    di-splay: flex;
    ali-gn-items: center;
    texta-align: center;
    pad-ding: 5px;
    dis-play: table-cell;
    vertical-align: middle;
    width: calc(33% - 10px);
    height: 200px;
    position: relative;
    margin: 0 10px 10px 0;
    background-size: cover;
}

.turbo-list .list-article .list-bg {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.turbo-list .list-article .list-bg a {
    color: #fff;
    text-decoration: none;
}

.turbo-list .list-article .list-bg:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.turbo-list .list-article .list-bg a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 1080px) {
    .turbo-list .list-article {
        width: calc(50% - 10px);
    }
}
@media only screen and (max-width: 400px) {
    .turbo-list .list-article {
        width: calc(100%);
    }
}
/* End */
/* /local/templates/megamebel/components/bitrix/news/turbo_new/bitrix/news.list/.default/style.css?17733184391187 */
