

/* Start:/local/templates/main2021/components/bitrix/news/artinews/bitrix/news.list/.default/style.css?16826767737541*/
.home-news__name a {
    color: #454545;
}
.home-news__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
    .home-news__title{
        font-family: 'DIN Pro Medium';
        color: #454545;
        font-size: 32px;
        text-align: center;
        margin-bottom: 30px;
    }
    .home-news__list{
        display: flex;
        margin: 0 -15px;
    }
    @media (max-width: 991px){
        .home-news__list{
            display: block;
        }
    }
        .home-news__list>div{
            padding: 15px;
            flex-basis: 33.33%;
        }
            .home-news__item{
                border: 1px solid #D7D7D7;
                height: 100%;
                min-height: 540px;
                border-radius: 5px;
                display: flex;
                flex-direction: column;
            }
            @media (max-width: 991px){
                .home-news__item{
                    min-height: 0;
                    position: relative;
                }
            }
                .home-news__item>div:last-child{
                    flex-grow: 1;
                }
                @media (max-width: 991px){
                    .home-news__item>div:last-child{
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: 0;
                    }
                }
                    .home-news__img{
                        height: 250px;
                    }
                        .home-news__img a{
                            display: block;
                            height: 100%;
                            background-position: 50% 50%;
                            background-repeat: no-repeat;
                            background-size: cover;
                            border-radius: 5px 5px 0 0; 
                        }
                        .home-news__img-no a{
                            background-color: #EFEFEF;
                        }
                    .home-news__info{
                        padding: 30px 40px;
                        height: 100%;
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                    }
                    @media (max-width: 991px){
                        .home-news__info{
                            justify-content: flex-end;
                            padding: 0;
                        }
                    }
                        .home-news__info>div{
                            
                        }
                        @media (max-width: 991px){
                            .home-news__info>div:first-child{
                                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
                                border-radius: 6px;
                                padding: 30px 40px;
                            }
                        }
                        @media (max-width: 575px){
                            .home-news__info>div:first-child{
                                padding: 30px;
                            }
                        }
                        @media (max-width: 991px){
                            .home-news__info>div:last-child{
                                position: absolute;
                                left: 0;
                                right: 0;
                                top: 0;
                                bottom: 0;
                            }
                        }
                            .home-news__date{
                                font-size: 15px;
                                color: #A2A2A2;
                            }
                            @media (max-width: 991px){
                                .home-news__date{
                                    font-size: 14px;
                                    color: #fff;
                                }
                            }
                            .home-news__name{
                                color: #454545;
                                font-size: 20px;
                                line-height: 24px;
                                font-family: 'DIN Pro Bold';
                                margin: 20px 0;
                            }
                            @media (max-width: 991px){
                                .home-news__name{
                                    font-size: 19px;
                                    color: #fff;
                                    margin-bottom: 0;
                                }
                            }
                            .home-news__desc{
                                color: #454545;
                                font-size: 15px;
                                line-height: 17px;
                            }
                            @media (max-width: 991px){
                                .home-news__desc{
                                    display: none;
                                }
                            }
                            .home-news__more{
                                font-family: 'DIN Pro Medium';
                                font-size: 16px;
                                color: #4165B2;
                                white-space: nowrap;
                                margin-top: 20px;
                            }
                            @media (max-width: 991px){
                                .home-news__more{
                                    margin-top: 0;
                                    position: absolute;
                                    left: 0;
                                    right: 0;
                                    top: 0;
                                    bottom: 0;
                                }
                            }
                                .home-news__more a{
                                    
                                }
                                @media (max-width: 991px){
                                    .home-news__more a{
                                        position: absolute;
                                        left: 0;
                                        right: 0;
                                        top: 0;
                                        bottom: 0;
                                        font-size: 0;
                                    }
                                }
                                    .home-news__more span{
                                        position: relative;
                                        top: 2px;
                                        margin-left: 2px;
                                    }
    .home-news__btn{
        margin-top: 20px;
        text-align: center;
    }
        .home-news__btn a{
            min-width: 256px;
            min-height: 54px;
            border: 1px solid #D7D7D7;
            font-family: 'DIN Pro Medium';
            font-size: 16px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            color: #454545;
            border-radius: 888px;
            padding: 15px 30px;
        }
/* End */
/* /local/templates/main2021/components/bitrix/news/artinews/bitrix/news.list/.default/style.css?16826767737541 */
