

/* Start:/local/templates/Obedin2025/css/blog-list.css?17770382971994*/
.blog-items {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 64px;
    grid-auto-rows: 362px;
}
.item_blog::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--secondary);
    opacity: .9;
}
.item_blog {
    border-radius: 1.125rem;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 26.25rem;
    cursor: pointer;
}
.item_blog__wrap-img {
    display: inline-block;
    overflow: hidden;
}
.item_blog__wrap-img img {
    transition: 1s;
    position: absolute;
    top: 0;
}
.item_blog:hover {
    .item_blog__wrap-img img {
        transform: scale(1.1);
    }
}
.item_blog__bg {
    opacity: .35;
}
.item_blog .stretched-link {
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.item_blog__text {
    font-weight: 600;
    line-height: 1.4;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    width: 100%;
    padding-left: 25px;
    padding-bottom: 25px;
    padding-right: 44px;
    z-index: 1;
}
.pagination {
    height: 28px;
}
.pagination-container {
    height: 100%;
}
.pagination-container ul {
    display: flex;
    max-width: 496px;
    height: 100%;
    margin: auto;
    justify-content: space-evenly;
    align-items: stretch;
}
.pagination-container a,
.pagination-container span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    border-radius: 8px;
}

.pagination-container span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pag-active {
    background-color: #173867;
    color: #ffffff;
}





@media (max-width:47.99875em) {
    .blog-items {
        grid-template-columns: repeat(1, minmax(13.75rem,1fr));
        row-gap: 20px;
    }
}


/* End */
/* /local/templates/Obedin2025/css/blog-list.css?17770382971994 */
