.font_h2{
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    color: #1f1f1f;
    margin: 0;
}
.flex_between{
    align-items: center;
    margin-bottom: 40px;
}

.bnr_section{
    display: flex;
    justify-content: space-between;
    border-radius: 24px;
    background: linear-gradient(144deg, #003aef 0%, #3a9df2 100%);
    margin-bottom: 120px;
}
.bnr_section .cont{
    margin: 40px;
    max-width: 585px;
}
.bnr_section .font_h2{
    color: #fff;
    padding-bottom: 16px;
}
.bnr_section .cont p{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
}

.blog-list, .news-list {
    margin-bottom: 150px;
}
.blog-list .maxwidth-theme, .news-list .maxwidth-theme{
    display: contents;
}
.blog-list .index-block__title, .news-list .index-block__title{
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    color: #1f1f1f;
    margin-bottom: 16px;
}
.blog-list .index-block__title-wrapper, .news-list .index-block__title-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 40px;
    gap: 15px;
}
.index-block__title-wrapper .index-block__part--right{
    flex-shrink: 0;
}
.blog-list .index-block__part--left, .news-list .index-block__part--left{
    max-width: 860px;
}
.blog-list .index-block__subtitle, .news-list .index-block__subtitle{
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #8790af;
}

.news-list .owl-stage{
    padding: 0 !important;
}
.social_section {
    margin: 100px 0;
}
.social_section .items{
    display: flex;
    gap: 24px;
}
.social_section .item{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background-color: #f8f9fc;
    height: 150px;
    width: 100%;
    transition: 300ms;
}
.social_section .item:hover{
    background-color: #eff3ff;
}

@media (max-width: 1200px) {
    .bnr_section .cont {
        margin: 24px;
    }
    .font_h2 {
        font-size: 32px;
    }
    .bnr_section .cont p {
        font-size: 16px;
    }
    .blog-list .index-block__title, .news-list .index-block__title {
        font-size: 32px;
        margin-bottom: 0;
    }
    .blog-list .index-block__subtitle, .news-list .index-block__subtitle {
        font-size: 18px;
    }
}
@media (max-width: 800px) {
    .bnr_section .cont {
        margin: 24px 24px 0 24px;
    }
    .bnr_section {
        flex-direction: column;
        margin-bottom: 80px;
    }
    .bnr_section .img{
        margin: 0 0 0 auto;
    }
    .bnr_section .img img {
        max-width: 100%;
        display: block;
    }
    .social_section .items {
        flex-wrap: wrap;
    }
    .social_section .item{
        flex: 0 1 calc(50% - 12px);
    }
    .social_section .item:empty{
        display: none;
    }
    .flex_between {
        flex-wrap: wrap;
        margin-bottom: 16px;
    }
    .flex_between .all {
        display: flex;
        width: 100%;
        justify-content: end;
    }
    .blog-list .index-block__title-wrapper, .news-list .index-block__title-wrapper {
        flex-direction: column;
    }
    .index-block__link {
        gap: 8px;
    }
    .blog-list .index-block__title-wrapper, .news-list .index-block__title-wrapper {
        margin-bottom: 16px;
    }
    .blog-list, .news-list {
        margin-bottom: 80px;
    }
}

