

/* Start:/local/templates/performance/css/blog_list.css?176407894714749*/
.blog_list_block{
    display: flex;
}
.blog_list_l{
    flex: 0 1 calc(100% - 300px - ((100% - 1170px) / 2));
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.blog_list_r{
    flex: 0 1 calc(100% - 870px - ((100% - 1170px) / 2));
    padding: 0 0 0 30px;
}
.blog_list_cont{
    width: 870px;
}
.blog_list_cont2{
    width: 831px;
}
.item.blog_list_cont{
    width: 831px;
}

.list_cats{
    display: flex;
    margin: 0 39px 30px 0;
    border-bottom: 1px solid #C5C5C5;
    justify-content: space-between;
}
.list_cats a{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    padding: 0 0 16px 0;
    position: relative;
    display: inline-block;
}
.list_cats a:hover{
    color: #027B86;
}
.list_cats a.active:before{
    content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 3px;
    background-color: #03C7B6;
    left: 0;
    bottom: 0;
}

.blog_list {
    width: 100%;
    padding: 0 0 90px 0;
}
.blog_list .blog_hover{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.blog_list .blog_hover:hover{
    background-image: url("/local/templates/performance/css/../img/blog_list_h.jpg");
    background-repeat: no-repeat;
}
.blog_list .item{
    display: flex;
    padding: 30px 0 25px 0;
    justify-content: space-between;
    border-bottom: 1px solid #C0C0C0;
    margin: 0 39px 0 0;
}
.blog_list .item .col1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 250px;
}
.blog_list .topic{
    background: #027B86;
    border-radius: 2px;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 3px 10px;
    display: inline-block;
    margin: 0 0 16px 0;
    max-width: fit-content;
}
.blog_list .name{
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    padding: 0 0 10px 0;
    display: block;
}
.blog_list .tags{
    display: flex;
    align-items: center;
}
.blog_list .tags a{
    font-size: 12px;
    line-height: 150%;
    color: #5E5E5E;
    margin: 0 10px 0 0;
}
.blog_list .other_link{
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    font-size: 14px;
    line-height: 30%;
    color: #5E5E5E;
    margin: 0 10px 0 0;
    display: inline-block;
    width: 17px;
    height: 11px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.blog_list .other_link > span{
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #FFFFFF;
    display: none;
    width: 220px;
    position: absolute;
    top: 20px;
    right: -60px;
    text-align: left;
    padding: 8px 5px 8px 10px;
}
.blog_list .other_link > span::before, .blog_list .other_link > span::after {
    content: '';
    position: absolute;
    right: 60px;
    top: -12px;
    border: 6px solid transparent;
    border-bottom: 6px solid #C5C5C5;
}
.blog_list .other_link > span::after {
    border-bottom: 6px solid white;
    top: -11px;
}

.blog_list .item .col2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 250px;
}
.blog_list .intro{
    font-size: 14px;
    line-height: 140%;
    color: #5E5E5E;
}
.blog_list .info{
    font-size: 12px;
    line-height: 140%;
    color: #909090;
    display: flex;
    justify-content: space-between;
}
.blog_list .ico_razd{
    background-image: url("/local/templates/performance/css/../img/ico/line.svg");
    background-repeat: no-repeat;
    width: 1px;
    height: 11px;
    display: inline-block;
    margin: 0 10px -2px 10px;
}
.blog_list .views{
    padding: 0 0 0 20px;
    background-image: url("/local/templates/performance/css/../img/ico/views_m.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.blog_list img{
    width: 245px;
    height: 140px;
}

.blog_list .blog_hover_grey {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    background: linear-gradient(90deg, #F6F6F6 19.23%, #EFEFEF 100%);
    margin: 0 39px 0 0;
}
.blog_list .item_grey {
    width: 831px;
    padding: 30px 0 31px 0;
    display: flex;
    justify-content: space-between;
}
.blog_list .item_grey .col1 {
    width: 544px;
}
.blog_list .item_grey .col2 {
    display: flex;
    width: 245px;
    align-items: center;
    justify-content: center;
}
.blog_list .item_grey .name{
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #000000;
    display: block;
}
.blog_list .item_grey .intro{
    padding: 0 0 20px 0;
}
.blog_list .item_grey .bottom{
    font-size: 12px;
    line-height: 140%;
    color: #909090;
    display: flex;
    justify-content: space-between;
}
.blog_list .ico_item_grey_arrow{
    background-image: url("/local/templates/performance/css/../img/ico/item_grey_arrow.svg");
    width: 110px;
    height: 70px;
    display: inline-block;
}

.blog_mail .top_name{
    font-weight: 500;
    font-size: 10px;
    line-height: 130%;
    text-transform: uppercase;
    color: #909090;
}
.blog_mail .name{
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #000000;
    padding: 30px 0 22px 0;
}
.blog_mail form{
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin: 0 0 35px 0;
}
.blog_mail input{
    border: 1px solid #E9E8E8;
    font-size: 14px;
    line-height: 140%;
    color: #909090;
    padding: 17px 25px;
    border-radius: 10px 0 0 10px;
    width: 100%;
}
.blog_mail button{
    background-color: #03C7B6;
    border-radius: 0 5px 5px 0;
    border: none;
    width: 80px;
    background-image: url("/local/templates/performance/css/../img/ico/btn_arrow.svg");
    background-position: 50%;
    background-repeat: no-repeat;
}
.ico_blog_mail{
    background-image: url("/local/templates/performance/css/../img/ico/icon_mail.svg");
    width: 132px;
    height: 112px;
    display: inline-block;
}
.blog_theme{
    display: flex;
    flex-direction: column;
}
.blog_theme .data{
    font-size: 12px;
    line-height: 140%;
    color: #909090;
    display: inline-block;
    padding: 0 0 10px 0;
}
.blog_list .blog_theme .name{
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    padding: 0 0 20px 0;
}
.cols33{
    display: flex;
}
.blog_list .col33{
    flex: 0 1 33.333%;
    padding: 0 20px 0 0;
}
.blog_list .col33:not(:last-child) {
    border-right: 1px solid #CACACA;
}
.blog_list .col33:not(:first-child) {
    margin: 0 0 0 36px;
}

.blog_list_r .cont{
    margin: 35px 0 0 0;
    max-width: 270px;
}
.blog_list_r .tags_selected{
    background: linear-gradient(90deg, #F6F6F6 19.23%, #EFEFEF 100%);
    margin: 0 0 40px 0;
    padding: 20px 20px 5px 20px;
    font-size: 12px;
    line-height: 150%;
    color: #5E5E5E;
}
.blog_list_r .tags_selected > div{
    background: #FFFFFF;
    border-radius: 80px;
    padding: 6px 11px;
    margin: 0 0 15px 0;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
.blog_list_r .tags_selected > div:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/performance/css/../img/ico/x2.svg);
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
}
.blog_list_r .tags_selected > div:hover:after{
    background-image: url("/local/templates/performance/css/../img/ico/x2_hover.svg");
}
.blog_list_r .head_tags{

    border-top: 3px solid #FA006D;
    padding: 20px 0;
    border-bottom: 1px solid #C5C5C5;
    display: flex;
    justify-content: space-between;
}
.blog_list_r .head_tags a{
    font-size: 16px;
    line-height: 150%;
    color: #5E5E5E;
}
.blog_list_r .tags{
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #C0C0C0;
    position: relative;
    max-height: 330px;
    overflow: hidden;
}
.blog_list_r .tags.all{
    max-height: none;
}
.blog_list_r .tags a{
    display: inline-block;
    font-size: 14px;
    line-height: 150%;
    color: #5E5E5E;
    padding: 0 15px 15px 0;
}
.blog_list_r .tags a:hover{
    color: #027B86;
}
.blog_list_r .tags .more_block{
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    cursor: pointer;
    width: 100%;
    padding: 5px 0 15px 0;
}
.blog_list_r .tags .more{
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 4px 10px 5px 10px;
    font-size: 10px;
    line-height: 140%;
    color: #5E5E5E;
}

.page-navigation{
    margin: 35px 39px 0 auto;
}
.page-navigation > div:nth-last-of-type(1){
    flex: 0 1 66.6666%;
}
.page-navigation .btn3{
    width: calc(100% - 18px);
    margin: 0 0 0 18px;
}


/*author*/
.blog_author .info_line1{
    display: flex;
}
.blog_author .info_line1 img{
    border-radius: 50%;
}
.blog_author .h1{
    padding: 0 23px 5px 0;
}
.blog_author .head_line{
    display: flex;
    align-items: center;
}
.blog_author .head_line .asc{
    border: 1px solid #FA006D;
    border-radius: 2px;
    padding: 7px 8px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #FA006D;
    display: inline-block;
    background-color: transparent;
}
.blog_author .head_line .asc{
    border: 1px solid #FA006D;
    border-radius: 2px;
    padding: 7px 8px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #FA006D;
    display: inline-block;
    background-color: transparent;
}
.blog_author .info_line1 .sub{
    font-size: 14px;
    line-height: 130%;
    color: #C5C5C5;
}
.blog_author .info_line1 .right{
    padding: 27px 0 0 30px;
}

.blog_author .info_line2 {
    width: calc(100% - ((100% - 1170px) / 2));
    background-color: #F6F6F6;
    margin: -55px 0 40px 0;
    z-index: -1;
}
.blog_author .info_line2 .block_content{
    margin: 0 0 0 auto;
}
.blog_author .info_line2 .block_content > div{
    margin: 0 0 0 200px;
    padding: 30px 0 50px 0;
    display: flex;
    justify-content: space-between;
}
.blog_author .info_line2 .txt{

    max-width: 540px;
    font-size: 14px;
}
.blog_author .info_line2 .share_block .title{
    font-weight: 500;
    font-size: 10px;
    line-height: 130%;
    text-transform: uppercase;
    color: #909090;
    display: block;
    padding: 0 0 18px 0;
}

.share_block {
    flex: 0 1 30%;
}
.share_block .share{
    width: 19px;
    height: 19px;
    margin: 0 23px 0 0;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.share_block .share_01{
    background-image: url("/local/templates/performance/css/../img/ico/share_01.svg");
}
.share_block .share_02{
    background-image: url("/local/templates/performance/css/../img/ico/share_02.svg");
}
.share_block .share_03{
    background-image: url("/local/templates/performance/css/../img/ico/share_03.svg");
}
.share_block .share_04{
    background-image: url("/local/templates/performance/css/../img/ico/share_04.svg");
}

.blog_author .about{
    padding: 40px 0 70px 0;
}
.blog_author .about .h3{
    padding: 0 0 28px 0;
    max-width: 550px;
}
.blog_author .about p{
    max-width: 870px;
}

.publications .h3{
    padding: 0 0 40px 0;
}
.publications .h3 span{
    font-weight: normal;
    color: #C5C5C5;
    padding: 0 0 0 10px;
}

.publications .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.publications .item{
    flex: 0 1 calc(50% - 40px);
    margin: 0 20px 40px 20px;
    display: flex;
}
.publications .img{
    flex: 0 0 270px;
}
.publications .info{
    margin: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.publications .name{
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    padding: 0 0 26px 0;
    display: block;
}
.publications .top{
    padding: 0 0 20px 0;
}
.publications .topic{
    background: #027B86;
    border-radius: 2px;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 6px 10px;
    margin: 0 16px 0 0;
}
.publications .tag{
    font-size: 12px;
    line-height: 140%;
    color: #5E5E5E;
}
.publications .bottom{
    font-size: 12px;
    line-height: 140%;
    color: #909090;
    display: flex;
    justify-content: space-between;
}
.publications .ico_razd {
    background-image: url('/local/templates/performance/css/../img/ico/line.svg');
    background-repeat: no-repeat;
    width: 1px;
    height: 11px;
    display: inline-block;
    margin: 0 10px -2px 10px;
}
.publications .views {
    padding: 0 0 0 20px;
    background-image: url('/local/templates/performance/css/../img/ico/views_m.svg');
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.publications{
    padding: 0 0 70px 0;
}
.publications .page-navigation {
    margin: 10px 0 0 auto;
}


@media (max-width:1200px) {
    .block_page .bread{
        padding: 30px 20px 45px 20px;
    }
    .page .block_content{
        padding: 0 20px;
    }
    .blog_list .blog_hover {
        padding: 0 0 0 20px;
    }
}
@media (max-width:950px) {
    .blog_list_l {
        flex: 0 1 100%;
    }
    .item.blog_list_cont {
        width: 100%;
        flex-direction: column;
    }
    .blog_list .item .col1{
        max-width: none;
        padding: 0 260px 0 0;
    }
    .blog_list .item .col2{
        max-width: none;
        padding: 0 260px 0 0;
    }
    .blog_list .blog_hover {
        display: flex;
        align-items: unset;
    }
    .blog_list_block {
        flex-direction: column;
    }
    .blog_list .blog_hover {
        padding: 0 20px 0 20px;
    }
    .blog_list .item {
        margin: 0;
        position: relative;
        min-height: 200px;
    }
    .blog_list img{
        display: block;
        position: absolute;
        right: 0;
        top: 30px;
    }
}
@media (max-width:500px) {
    .block_page .bread{
        padding: 30px 20px 20px 20px;
    }
    .block_page h1{
        font-weight: 500;
        font-size: 22px;
        padding: 0 0 20px 0;
    }

    .blog_list .blog_hover:hover{
        background-image: none;
    }
    .blog_list img {
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        padding: 0 0 23px 0;
    }
    .blog_list .item .col1 {
        padding: 0;
        order: 2;
    }
    .blog_list .item .col2 {
        padding: 0;
        order: 3;
    }
    .blog_list .item .col3 {
        order: 1;
    }
}
/* End */
/* /local/templates/performance/css/blog_list.css?176407894714749 */
