

/* Start:/local/templates/kareliamaf/components/bitrix/news.list/news.list/style.css?17370328631311*/
.news_block {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.news_item {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    width: 325px;
    padding: 20px;
    gap: 15px;

    border: 1px solid #e8e8e8;
    position: relative;

    -webkit-transition: box-shadow 350ms;
    -moz-transition: box-shadow 350ms;
    -ms-transition: box-shadow 350ms;
    -o-transition: box-shadow 350ms;
    transition: box-shadow 350ms;
}

.news_item:hover {
    z-index: 1;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

.news_item a {
    text-decoration: none;
    color: #52ac62;
}

.news_item h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.news_img {
    overflow: hidden;
    position: relative;
    padding-bottom: 58%;
}

.news_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.news_item i {
    text-align: right;
}

.news_text_wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.news_text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.news_text a {
    color: black;
}

/* End */
/* /local/templates/kareliamaf/components/bitrix/news.list/news.list/style.css?17370328631311 */
