

/* Start:/local/templates/main/components/bitrix/news.list/team_swiper/style.css?176425270142*/
.personal-slider {
	height: fit-content;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/clients_carousel/style.css?1764252701466*/
/*brands*/
.brands{
    background: var(--darkColor);
    margin-top: -1px;
    padding-bottom: 20px;
    height: fit-content;
}

.brands .swiper-wrapper {
    align-items: center;
}

.brand.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 999px) {
    .brands{
        padding: 0 0 43px;
    }
}

@media (max-width: 600px) {
    .brands{
        padding: 0px 0 40px 0;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/articles_swiper/style.css?17642527012886*/
/*news*/
.news__header-wrapper{
    padding-top: 108px;
    background: var(--darkColor);
}
.news__header{
    display: flex;
    justify-content: space-between;
}
.news__title-block{
    width: 687px;
}
.news__mews-list-wrapper{
    background: linear-gradient(180deg, var(--darkColor) 0%, rgba(11, 41, 95, 0) 100%);
    margin-top: -1px;
}
.news__buttons-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news__buttons{
    display: flex;
    justify-content: flex-end;
}
.news-button_prev{
    transform: rotate(180deg);
    margin-right: 16px;
}
.news__mews-list{
    display: flex;
    padding: 54px 0;
}
.news__news-card{
    margin-right: 24px;
}
.news__mews-list-wrapper .news-card{
    width: 464px;
    height: 460px;
    border-radius: 4px;
    padding: 40px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-card__tags{
    display: flex;
    flex-wrap: wrap;
}
.news-card__date{
    font-weight: 500;
    font-size: 14px;
    color: var(--darkColor);
    opacity: .5;
    line-height: 14px;
    margin-bottom: 35px;
}
.news-card__title{
    font-weight: 900;
    font-size: 20px;

    & a {
        text-decoration: none;
    }

    &:hover a {
        color: var(--activeColor);
    }
}
.news-card__tag{
    position: relative;
    font-weight: 500;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 7px;
    color: var(--activeColor);
    text-decoration: none;
}
.news-card__tag::after, .news__tag::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-image: repeating-linear-gradient(
            to right,
            blue,
            blue 4px,
            transparent 4px,
            transparent 8px
    );
}
.news__tags-arrows{
    display: flex;
    flex-direction: column;
}
.news__tags{
    max-width: 367px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    column-gap: 20px;
    row-gap: 14px;
}
.news__tag{
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: var(--activeColor);
    height: 22px;
}

@media(max-width: 1200px) {
    .news-page{
        grid-template-columns: repeat(2, 1fr);
    }
    .filters-wrapper{
        display: flex;
        justify-content: space-between;
        gap: 24px;
    }
}
@media(max-width: 900px) {
    .news-page{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }
    .filters-wrapper{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .filters-select{
        width: 100%;
        min-width: auto;
        margin-bottom: 20px;
    }
    .news-page .news-card{
        height: auto;
    }
    .news-page .news-card__title{
        margin-bottom: 40px;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/team_swiper/style.css?176425270142 */
/* /local/templates/main/components/bitrix/news.list/clients_carousel/style.css?1764252701466 */
/* /local/templates/main/components/bitrix/news.list/articles_swiper/style.css?17642527012886 */
