

/* Start:/local/templates/aprelevna/components/bitrix/news.list/journal/style.css?17719142252389*/
.articles-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.articles-list .item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.articles-list .item span.image {
    position: relative;
    display: block;
}
.articles-list .item span.image .buttons {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: #007078;
    align-items: center;
    justify-content: center;
    gap: 20px;
    opacity: 0;
}
.articles-list .item span.image .buttons a {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

.articles-list .item:hover span.image .buttons {
    opacity: 1;
}
.articles-list .item span.image img {
    display: block;
    border: 1px solid var(--base-dark-color);
    padding: 10px;
    -ms-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    -o-transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
/*.articles-list .item:hover span.image img {
    -ms-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    border-color: var(--base-color);
} */
.articles-list .item img {
    width: 100%;
    height: auto;
}
.articles-list .item span.name {
    display: block;
    margin-top: 20px;
    color: var(--base-dark-color);
    font-weight: bold;
    line-height: 1.3;
}
.articles-list .item:hover span.name {
    color: var(--base-color);
}
@media screen and (min-width: 768px) {
    .articles-list .item {
        width: calc(33.3333% - 20px);
    }
}
@media screen and (min-width: 1200px) {
    .articles-list .item {
        width: calc(25% - 20px);
    }
}
/* End */
/* /local/templates/aprelevna/components/bitrix/news.list/journal/style.css?17719142252389 */
