

/* Start:/local/templates/puh/src/css/blog.css?17828939785146*/
.blog{
    padding: 20px 0 40px 0;
}

.blog__article-main{
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 60px;
}

.section-left-title{
    font-size: 36px;
}
.blog__title{
    margin-bottom: 20px;
}
.blog-articles__item-large{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 422px;
    max-height: 422px;
    height: 100%;
    gap: 50px;
}
.blog-articles__item-large .articles__img{
    justify-self: end;
    margin-left: 0;
}
.blog-articles__item-large .articles__img img{
    width: auto;
    height: 100%;
}
.blog-articles__item-large.articles__item:last-child::after{
    content: none;
}

.blog-articles__item-large .articles__img img{
    border-radius: 0;
}
.blog__articles{
    display: flex;
    flex-direction: column;
}
.blog__articles-filter{
    margin-bottom: 32px ;
}
.blog__filters-types .catalog__filters-button-type{
    text-transform: uppercase;
}
.blog__articles-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-content: center;
    margin-bottom: 32px;
}
.blog-articles__item:last-child::after{
    content: none;
}
.blog-articles__item{
    max-width: 690px;
    width: 100%;
}

.blog-articles__item .articles__img img{
    height: 100%;
    width: auto;
}




@media screen and (max-width: 998px){
    .section-left-title{
        font-size: 20px;
    }
    .blog__title{
        margin-bottom: 8px;
    }
    .blog__article-main{
        margin-bottom: 40px;
    }
    .blog-articles__item-large{
        grid-template-rows: 287px;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .blog-articles__item-large .articles__info{
        padding: 42px 21px 21px 21px;
    }
    .blog-articles__item-large .articles__name, .blog-articles__item-large .articles__desc{
        max-width: unset;
    }
    /*.blog-articles__item-large .articles__img img{
        max-height: 287px;
        !*width: 416px;*!
        min-width: 350px;
    }*/
    .blog-articles__item-large .articles__date{
        right: unset;
        bottom: 56px;
    }
    .blog-articles__item-large .articles__teg{
      left: unset;
    }


    .blog__articles-list{
        margin-bottom: 20px;
    }
    .blog-articles__item{
        max-width: 387px;
    }
    .blog-articles__item .articles__img{
        margin-left: unset;
    }
    .blog-articles__item .articles__img picture img{
        /*width: 387px;*/
        /*height: 251px;*/
        max-height: 251px;
        width: auto;
        height: 100%;
    }
    .blog-articles__item{
        max-width: 100%;
    }
    .blog-articles__img{
        position: relative;
        overflow: hidden;
        height: 100%;
        max-height: 251px;
        display: flex;
        justify-content: center;
        border-radius: 8px 8px 0 0 ;

    }
    .blog-articles__img::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: var(--blur-bg);;
        background-size: cover;
        background-position: center;
        filter: blur(10px);
        z-index: 1;
        opacity: 0.7;
    }
    .blog-articles__img picture {
        position: relative;
        z-index: 2;

    }
    .blog-articles__img picture img{
        width: 375px;
        border-radius: 0;

    }
}
@media screen and (max-width: 830px){
    .blog__articles-list{
        grid-template-columns: 1fr;
        justify-content: center;
    }
    .blog-articles__item-large .articles__img{
        max-width: 350px;
    }
}

@media screen and (max-width: 572px){
    .blog-articles__item-large{
        display: flex;
        height: 422px;
        gap: 0;
    }
    .articles__img-large{
        position: relative;
        overflow: hidden;
        height: 251px;
    }
    .articles__img-large::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("/local/templates/puh/src/css/../assets/blog/article1-tablet.png");
        background-size: cover;
        background-position: center;
        filter: blur(10px);
        z-index: 1;
    }
    .articles__img-large picture {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
    }
    .blog-articles__item-large .articles__img{
        max-width: unset;
    }

    /*.blog-articles__item-large .articles__img img{
        max-height: 251px;
        width: 375px;
    }*/
    .blog-articles__item-large .articles__info{
        padding: 15px 70px 0 20px;
    }
    .blog-articles__item-large .articles__date{
        right: 15px;
        bottom: 15px;
    }
    /*.blog-articles__item .articles__img picture img{*/
    /*    width: 335px;*/
    /*}*/
    .blog-articles__img{
        max-height: fit-content;
    }
    .blog-articles__item .articles__img picture img{
        width: 100%;
        height: auto;
    }

}

@media screen and (max-width: 376px){
    .blog-articles__img::before{
        content: none ;
    }
}

.blog__pagination{
    grid-column: 1 / -1;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    text-transform: none;
}
.blog__pagination .button-more{
    min-width: 200px;
}
/* End */
/* /local/templates/puh/src/css/blog.css?17828939785146 */
