

/* Start:/local/templates/Lopal_new/components/bitrix/news.list/new_news/style.css?17667517231528*/
.poleznoe-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.container_news {
    max-width: 1200px;
    margin: 0 auto;
}
#poleznoe {
    margin-top: 40px;
}
.poleznoe {
    margin-bottom: 50px;
}
.gallery-poleznoe img {
    max-width: 100%;
}
.news_image {
    height: 240px;
    background-size: cover;
    background-position: center right;
    border-radius: 5px;
    border: 1px solid #dadada;
}
.poleznoe-text {
    margin-top: 30px;
}
.gallery-poleznoe {
    color: #000;
    text-decoration: none;
}
.active-title {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: "Montserrat-Bold", sans-serif;
    margin: 0;
    min-height: 84px;
}
.poleznoe-text p {
    min-height: 59px;
}
date {
    color: #aeaeae;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat-Regular", sans-serif;
    margin-top: 25px;
}
.btn_right {
    color: #fff;
    text-decoration: none;
    background-color: rgb(47, 125, 85);
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat-Bold", sans-serif;
    cursor: pointer;
    max-width: max-content;
    padding: 10px 20px;
    border-radius: 20px;
}

@media (max-width: 1270px) {
    .container_news {
        padding: 0 15px;
    }
}
@media (max-width: 768px) {
    .poleznoe-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
}



/* End */
/* /local/templates/Lopal_new/components/bitrix/news.list/new_news/style.css?17667517231528 */
