.promo .page-title{
    margin-bottom: 0.2em;
}
.promo:before{
    background: linear-gradient(0deg, #253547, #131b24);
}
.page-title + h2{
    opacity: 0.5;
    font-weight: normal;
}
.mixed-content__item .news-card {
    padding: 20px;
}
.mixed-content__item .news-card .info-card__img {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}
.clientocracy_page main{
    padding-top: 0!important;
}
.clientocracy_page .intro.banner,
.clientocracy_page .header,
.clientocracy_page .footer{
    display: none!important
}
.clientocracy_page .top_block .d-flex{
    gap: 20px;
}
.clientocracy_page .top_block .header__logo{
    margin-bottom: 30px;
}
.clientocracy_page .logo_pro{
    padding-top: 12px;
}
.clientocracy_page .logo_pro img{
    width: 200px;
}
.clientocracy_page .index-developments{
    margin-bottom: 0;
}
.index-slide__img{
    background-color: #ececec;
}
.tags-tabs{
    font-size: 13px;
    margin-bottom: 20px;
}
.tags-tabs a{
    display: inline-block;
    padding-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    margin-right: 22px;
    border-bottom: 4px solid transparent;
}
.tags-tabs a:hover{
    color: #c12627;
    border-bottom: 4px solid #c12627;
}
.tags-tabs a.active{
    border-bottom: 4px solid #c12627;
    color: #c12627;
}
.clientocracy_page .news-card{
    background: #fff;
    height: 100%;
    margin-bottom: 0;
}
.clientocracy_page .news-card__img{
    width: 100%;
    height: 160px;
    background-color: #f0f0f0;
}
.news-card__wrap{
    flex-wrap: wrap;
}
.news-card__text{
    padding: 0 20px;
    font-size: 14px;
}
.news-card__desc{
    flex-basis: 250px;
    padding: 20px;
}
.news-card__title{
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
}
.news-card__bottom{
    padding: 14px 20px 0 0;
    position: static;
}
.clientocracy_footer{
    background: #242830;
    color: #fff;
}
.footer__logo{
    margin: 0;
}
.promo{
    min-height: auto
}
.promo__in .icon--triangle{
    width: 9px;
    height: 5px;
    margin-left: 10px;
}

.promo-tags .promo-tags__item{
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #8c9dff;
    font-size: 13px;
}
.promo-tags .promo-tags__item:hover{
    opacity: 0.7;
}
.btn.btn-default{
    background: #485bd2;
}
.info-card__title{
    font-size: 16px;
}
.news-card__theme{
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-weight: bold;
}
.news-card__theme + .info-card-date,
.news-card__theme + .blog-card__top,
.info-card-date + .blog-card__top,
.blog-card__photo{
    margin-top: 30px;
}
.news-card__theme a{
    float: right;
    color: #0c339f;
}
.news-card__theme a .icon--triangle{
    width: 8px;
    height: 5px;
    transform: rotate(-90deg);
    margin-top: -2px;
}
.promo-socials{
    position: relative;
}
.row.row--news{
    row-gap: 30px;
}


@media screen and (max-width: 1023px){
    .news-card__about{
        display: block;
    }
    .news-card__img{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .tags-tabs a{
        line-height: 1;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .row{
        margin-left: -8px;
        margin-right: -8px;
    }
    .row > *{
        padding-left: 8px;
        padding-right: 8px;
    }
    .mixed-content__item{
        margin: 15px 0;
    }
}
