

/* Start:/local/templates/performance/css/main.css?176407894730094*/
/*header*/
.main_header{
    background-image: url("/local/templates/performance/css/../img/main_header_bg-min.png");
    background-repeat: no-repeat;
    height: 700px;
}
header .block_content{
    position: relative;
}
header .name_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 120px 0 96px 0;
}
header .head_name{
    font-weight: bold;
    font-size: 58px;
    line-height: 140%;
    max-width: 770px;
    padding: 0;
}

header .solution_block {
    display: flex;
    margin: 0 -15px;
    position: relative;
}
header .solution_block .info{
    flex: 0 1 calc(25% - 30px);
    margin: 0 15px;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
header .solution_block .info span{
    max-width: 170px;
    display: block;
    margin: 0 0 0 auto;
}
header .solution_block .item{
    flex: 0 1 calc(25% - 30px);
    margin: 0 15px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    padding: 15px 30px 13px 30px;
    border: 2px solid transparent;
    height: 128px;
    display: flex;
    align-items: center;
}
/*header .solution_block .item:hover{
    border: 2px solid #FFFFFF;
    background-color: transparent;
}*/
header .solution_block .name{
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #000000;
    display: block;
    padding: 0 0 15px 0;
}
/*header .solution_block .sub{
    font-size: 14px;
    line-height: 130%;
    color: #909090;
}*/



header .main_sticky{
    position: absolute;
    background: #FA006D;
    border-radius: 10px 10px 0 0;
    display: flex;
    /*bottom: -107px;*/
    right: 0;
    padding: 11px 18px 12px 18px;
    color: #FFFFFF;
    top: 655px;
}
header .main_sticky > span:nth-of-type(1){
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.03em;
    padding: 0 28px 0 0;
    border-right: 1px solid #FFFFFF;
}
header .main_sticky > span:nth-of-type(2){
    font-size: 14px;
    padding: 0 0 0 33px;
}
header .main_sticky:hover span{
    color: #FFFFFF;
}


/**/
.industry_solutions .block_content{
    padding: 60px 0 70px 0;
    position: relative;
}
.industry_dots{
    position: relative;
    margin: 0 0 0 0;
}
.industry_dots .slick-dots{
    display: flex;
    justify-content: flex-end;
}
.industry_dots button{
    border: none;
    background-color: transparent;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    padding: 0 11px;
}
.industry_dots .slick-active button{
    color: #0580A5;
}
.industry_dots .slick-active:after{
    content: "";
    display: inline-block;
    width: 57px;
    height: 1px;
    background-color: #000;
}
.industry_dots li:nth-last-child(1):after{
    display: none;
}
.industry_dots li{
    display: flex;
    align-items: center;
}

/*Выбор направления*/
/*
.direction{
    padding: 52px 0 70px 0 ;
}
.direction .txt {
    flex: 0 1 53%;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    margin: 0 0 12px 0;
}
.direction .head_list {
    align-items: flex-end;
}
.direction .h2 {
    padding: 0;
}
.direction .cols{
    display: flex;
    margin: 0 -15px;
}
.direction .col{
    flex: 0 1 calc(33.333% - 30px);
    margin: 0 15px;
}
.direction .item{
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #C5C5C5;
}
.direction .item:nth-last-of-type(1){
    border-bottom: 1px solid #C5C5C5;
}
.direction .arrow_block{
    display: flex;
    width: 44px;
    height: 44px;
    background-color: #F6F6F6;
    flex-shrink: 0;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
.direction .arrow_block .arrow{
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("/local/templates/performance/css/../img/ico/arrow_direction.svg");
}
.direction .name{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    padding: 0 0 10px 0;
    display: block;
}
.direction .sub{
    font-size: 14px;
    line-height: 130%;
    color: #909090;
}
.direction .dot{
    display: inline-block;
    background-color: #03C7B6;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 7px 1px 7px;
}
.direction .item:hover .arrow_block{
    background-color: #027B86;
}
.direction .item:hover .arrow{
    filter: brightness(50);
}
*/
.services .h2{
    padding: 0;
}
.services .txt{
    max-width: 670px;
}


/* catalog */
.block_content.catalog .slick-track{
    display: flex;
}
.block_content.catalog {
    padding: 70px 0 70px 0;
}
.num_dots{
    position: relative;
    margin: 0 0 0 0;
}
.num_dots .slick-dots{
    display: flex;
    justify-content: flex-end;
}
.num_dots button{
    border: none;
    background-color: transparent;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    padding: 0 11px;
}
.num_dots .slick-active button{
    color: #0580A5;
}
.num_dots .slick-active:after{
    content: "";
    display: inline-block;
    width: 57px;
    height: 1px;
    background-color: #000;
}
.num_dots li:nth-last-child(1):after{
    display: none;
}
.num_dots li{
    display: flex;
    align-items: center;
}

/*Диагностическая карта*/
.diagnostic_card .block_content{
    padding: 70px 0 80px 0;
    display: flex;
    justify-content: space-between;
}
.diagnostic_card .diagnostic_link{
    display: flex;
    height: 40px;
    background-image: url("/local/templates/performance/css/../img/ico/diagnostic_link.svg");
    background-repeat: no-repeat;
    padding: 0 0 0 60px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    text-decoration: underline;
    align-items: center;
    position: absolute;
    bottom: 0;
}
.diagnostic_card .diagnostic_link:hover{
    background-image: url("/local/templates/performance/css/../img/ico/diagnostic_link_h.svg");
}
.diagnostic_card .h2{
    max-width: 560px;
}

.diagnostic_card .block_content > div:nth-of-type(1){
    flex: 0 1 50%;
    position: relative;
}
.diagnostic_card .diagnostic_circle{
    flex: 0 1 355px;
    height: 355px;
    background-image: url("/local/templates/performance/css/../img/diagnostic_circle.svg");
    background-repeat: no-repeat;
    position: relative;
}
.diagnostic_card .diagnostic_circle .name{
    position: relative;
    top: 50px;
    left: 34px;
    font-size: 22px;
    line-height: 130%;
    text-align: right;
    color: #000000;
    max-width: 110px;
}

/*PO*/
.po .block_content{
    padding: 70px 0 50px 0;
}
.po .items{
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.po .items > div{
    flex: 0 1 calc(50% - 30px);
    margin: 0 15px 20px 15px;
}
.po .items .item{
    background-color: #fff;
    display: flex;
    margin: 0 0 20px 0;
    padding: 15px 12px 20px 15px;
    height: 100%;
}
.po .img{
    width: 139px;
    flex-shrink: 0;
    display: flex;
    align-items: baseline;
}
.po .info{
    display: flex;
    padding-left: 15px;
    flex-direction: column;
    justify-content: space-between;
}
.po .name{
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    padding-bottom: 9px;
    display: inline-block;
}
.po .txt{
    font-size: 12px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 14px;
    max-width: 340px;
}
.po .bottom{
    display: flex;
    justify-content: space-between;
    max-width: 340px;
    align-items: center;
}
.po .more{
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    opacity: 0.5;
    padding: 0 23px 0 0;
    background-image: url('/local/templates/performance/css/../img/ico/main_slider_arrow_r.svg');
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.po .price{
    font-weight: 500;
    font-size: 27px;
    line-height: 110%;
    color: #000000;
}


/*Отраслевые решения*/
.block_white .h2{
    padding: 0;
}
.head_list{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 43px;
}
.head_list .all a{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}
.head_list .all a:hover{
    color: #FA006D;
}

.industry_main{
    margin: 0 -15px;
}
.industry_main .item{
    display: flex;
    flex-direction: column;
    position: relative;
    margin:0 5px 20px 5px;
    padding: 0 10px;

    transition: 0.1s;
}
.industry_main .img{
    background-color: #F3F3F3;
    border-radius: 2px;
    display: flex;
    margin-bottom: 31px;
    height: 207px;
    justify-content: center;
    align-items: center;
}
.industry_main .name{
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    color: #000000;
    padding-bottom: 21px;
    display: block;
}
.industry_main .intro{
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    padding-bottom: 30px;
    display: block;
}
.industry_main .next{
    font-size: 14px;
    line-height: 130%;
    color: #027B86;
    background-image: url("/local/templates/performance/css/../img/ico/arrow_next.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    width: max-content;
    padding-right: 35px;
    visibility: hidden;
    margin-bottom: 45px;
}
.industry_main .circle__ico{
    position: absolute;
    top: 13px;
    left: 23px;
}
.industry_main .item:hover{
    box-shadow: 4px 6px 10px rgba(102, 102, 102, 0.16);
}
.industry_main .item:hover .next{
    visibility: visible;
}


/*Почему нам доверяют */
.why_trust {
    padding: 34px 0 0 0;

}
.why_trust .block_content{
    padding-top: 50px;
    display: flex;
    background-image: url("/local/templates/performance/css/../img/why_trust_map-min.png");
    background-repeat: no-repeat;
    justify-content: space-between;
    align-items: baseline;
}
.why_trust .info{
    display: flex;
    flex-direction: column;
    padding-bottom: 92px;
}
.why_trust .info > div{
    display: flex;
}
.why_trust .info > div:nth-of-type(1){
    padding-bottom: 45px;
    border-bottom: 1px solid #979797;
    margin-bottom: 40px;
}
.why_trust .nom{
    font-weight: bold;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0.03em;
    background: -webkit-linear-gradient(64.02deg, #000000 3.5%, #001F4D 35.94%, #03C7B6 71.62%, #03C7B6 92.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 20px 0 0;
}
.why_trust .text{
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    padding: 0 49px 0 0;
}

/* Ключевые проекты */
.key_projects{
    padding: 70px 0 104px 0;
}
.key_projects .item{
    display: flex;
    justify-content: space-between;
}
.key_projects .rectangle__ico{
    border-radius: 35px;
    padding: 3px 15px;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
    font-style: normal;
    display: block;
    margin: 0 0 0 25px;
}
.key_projects .logos{
    display: flex;
    margin: 0 0 25px 0;
}
.key_projects .name{
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    max-width: 310px;
    padding: 0 0 48px 0;
}
.key_projects .parameters{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.key_projects .parameter:nth-of-type(1){
    padding: 0 0 21px 0;
}
.key_projects .nom{
    font-weight: 500;
    font-size: 42px;
    line-height: 130%;
}
.key_projects .text{
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    max-width: 150px;
}
.key_projects .next{
    display: block;
    font-size: 14px;
    line-height: 130%;
    color: #027B86;
    background-image: url("/local/templates/performance/css/../img/ico/arrow_next.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    width: max-content;
    padding-right: 35px;
    margin-bottom: 45px;
    transition: 1s;
}
.key_projects .next:hover{
    background-image: url("/local/templates/performance/css/../img/ico/arrow_next_h.svg");
}

/*Бесплатная консультация специалиста*/
.consultation .block_content{
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}
.consultation .block_content > div{
    flex: 0 1 50%;
}
.consultation .h3{
    max-width: 470px;

}
.consultation .info{
    max-width: 350px;
}


/*новости*/
.main_news .block_content{
    padding: 80px 0 100px 0;
}
.main_news .h2{
    max-width: 800px;
}
.main_news_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 0 -15px
}
.main_news_list .item{
    flex: 0 1 calc(25% - 30px);
    margin: 0 15px;
    position: relative;
}
.main_news_list .item:nth-of-type(1){
    flex: 0 1 calc(50% - 30px);
}
.main_news_list .data{
    font-size: 12px;
    line-height: 21px;
    color: #5E5E5E;
    margin: 0 0 16px 0;
}
.main_news_list img{
    border-radius: 2px;
    margin-bottom: 13px;
    display: block;
}
.main_news_list .topic{
    background-color: #027B86;
    border-radius: 2px;
    font-size: 12px;
    line-height: 150%;
    color: #fff;
    padding: 4px 10px 3px 10px;
    display: block;
    width: fit-content;
    margin-bottom: 8px;
}
.main_news_list .name{
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    display: block;
    margin-bottom: 16px;
}
.main_news_list .views{
    padding-left: 24px;
    background-image: url("/local/templates/performance/css/../img/ico/views.svg");
    background-repeat: no-repeat;
    margin-right: 24px;
}
.main_news_list .like{
    padding-left: 23px;
    background-image: url("/local/templates/performance/css/../img/ico/like.svg");
    background-repeat: no-repeat;
}
.main_news_list .info{
    position: absolute;
    bottom: 0;
}
.main_news_list .item:nth-of-type(1) .topic{
    position: absolute;
    top: 58px;
    left: 19px;
    padding-left: 10px;
}
.main_news_list .item:nth-of-type(1) .name{
    position: absolute;
    top: 100px;
    left: 25px;
    max-width: 315px;
}
.main_news_list .item:nth-of-type(1) .info{
    position: absolute;
    bottom: 18px;
    left: 29px;
    color: #fff;
}
.main_news_list .item:nth-of-type(1) .views{
    background-image: url("/local/templates/performance/css/../img/ico/views_w.svg");
}
.main_news_list .item:nth-of-type(1) .like{
    background-image: url("/local/templates/performance/css/../img/ico/like_w.svg");
}

/* партнёры */
.main_partners .block_content{
    padding: 70px 0 80px 0;
    /*border-bottom: 1px solid #979797;*/
}
.main_partners .slider {
    margin-left: -15px;
    margin-right: -15px;
}
.main_partners .block{
    border: 1px solid #D1D1D1;
    border-radius: 2px;
    margin: 0 15px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* о компании */
.main_about .block_content{
    padding: 70px 0 80px 0;
    display: flex;
    border-bottom: 1px solid #979797;
}
.main_about .block_content > div:nth-of-type(1){
    flex: 0 1 35%;
}
.main_about .block_content > div:nth-of-type(2){
    flex: 0 1 15%;
    border-right: 1px solid #979797;
}
.main_about .block_content > div:nth-of-type(3){
    flex: 0 1 50%;
    padding-left: 30px;
}
.main_about .menu li{
    padding: 0 0 21px 0;
}
.main_about .menu li:nth-last-child(1){
    padding: 0;
}
.main_about .menu a{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}
.main_about .menu .active{
    color: #048BA6;
}
.main_about .menu a:hover{
    color: #FA006D;
}
.main_about .texts > div{
    display: none;
    font-size: 14px;
    line-height: 130%;
}
.main_about .texts .active{
    display: block;
}
.main_about .next{
    font-size: 14px;
    line-height: 130%;
    color: #027B86;
    background-image: url("/local/templates/performance/css/../img/ico/arrow_next.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    width: max-content;
    padding-right: 35px;
}
.main_about .next:hover{
    background-image: url("/local/templates/performance/css/../img/ico/arrow_next_h.svg");
}

.head_list .nav button{
    background-color: transparent;
    border: 1px solid #ECEFEF;
    box-sizing: border-box;
    border-radius: 4px;
    width: 40px;
    height: 30px;
    font-size: 0;
    background-image: url("/local/templates/performance/css/../img/ico/main_slider_arrow_r.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    margin-left: 9px;
}
.head_list .nav .slick-prev{
    transform: rotate(180deg);
}




@media (max-width:1200px){
    .block_content h2, .block_content .h2 {
        font-size: 36px;
    }

    .services.block_content{
        padding: 50px 20px 50px 20px;
    }
    .diagnostic_card .block_content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .industry_solutions .block_content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .direction.block_content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .why_trust .block_content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .why_trust .text {
        padding: 0 30px 0 0;
    }
    .why_trust .nom {
        padding: 0 11px 0 0;
        white-space: pre;
    }

    .consultation .block_content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .main_news .block_content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .main_partners .block_content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .main_about .block_content{
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
    }

    .main_partners{
        padding: 0 20px;
    }

    .block_content.catalog{
        padding: 50px 20px;
    }
    .po .block_content {
        padding: 40px 20px;
    }

}
@media (max-width:1050px){
    header .main_sticky {
        display: none;
    }
    .main_header{
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        background: linear-gradient(110deg, #F0F0F0 32.57%, #E9E9E9 45.99%, #87EFE6 70.77%, #03C7B6 85%);
    }
    .main_header .block_content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .main_header .name_block{
        padding: 0;
    }

    .main_header .main_mob_next{
        display: block;
        position: absolute;
        background-image: url("/local/templates/performance/css/../img/ico/main_mob_nextpage.svg");
        width: calc(100% - 20px);
        background-position: 50%;
        background-repeat: no-repeat;
        height: 20px;
        bottom: 0;
        cursor: pointer;
    }


    .main_header .solution_block {
        flex-direction: column;
        margin: 0 -15px 10% -15px;
    }

    header .solution_block .items {
        flex-direction: column;
    }
    header .solution_block .item{
        margin: 5px 15px;
        max-width: 500px;
    }
    header .solution_block .info {
        text-align: left;
        border-top: none;
    }
    header .solution_block .info > span {
        max-width: none;
        margin: 0 0 27px 0;
    }



}
@media (max-width:1000px){
    .block_content.direction .txt{
        display: none;
    }
    .direction .cols {
        flex-direction: column;
    }
    .direction .col {
        margin: 0 20px -1px 20px;
    }
    .why_trust .nom {
        font-weight: bold;
        font-size: 38px;
    }
    .main_news_list .item {
        flex: 0 1 calc(33.333% - 30px);
    }
    .main_news_list .item:nth-of-type(1) {
        flex: 0 1 calc(33.333% - 30px);
    }
    .main_news_list .item:nth-of-type(1) .topic {
        position: relative;
        padding-left: 0;
        top: unset;
        left: unset;
    }
    .main_news_list .item:nth-of-type(1) .name {
        position: relative;
        top: unset;
        left: unset;
    }
    .main_news_list .item:nth-of-type(1) .info {
        position: relative;
        bottom: unset;
        left: unset;
        color: inherit;
    }
    .main_news_list .item:nth-of-type(1) .views {
        background-image: url('/local/templates/performance/css/../img/ico/views.svg');
    }
    .main_news_list .item:nth-of-type(1) .like {
        background-image: url('/local/templates/performance/css/../img/ico/like.svg');
    }

    .po .items > div {
        flex: 0 1 calc(100% - 30px);
    }

}
@media (max-width:850px){
    .diagnostic_card .code_img{
        display: none;
    }

    .services .item {
        flex: 0 1 100%;
    }

    .slick_mob_dots{
        position: relative;
        margin: 16px 0 0 0;
    }
    .slick_mob_dots  .slick-dots{
        display: flex;
        justify-content: center;
        padding: 5px 0 0 0;
    }
    .slick_mob_dots  .slick-dots button{
        width: 8px;
        height: 8px;
        border: none;
        background-color: #C5C5C5;
        font-size: 0;
        border-radius: 50%;
        display: block;
        padding: 0;
        margin: 0 4px;
    }
    .slick_mob_dots  .slick-dots .slick-active button{
        background-color: #FA006D;
    }
    .slick_mob_dots  .slick-arrow{
        width: 9px;
        height: 16px;
        border: none;
        font-size: 0;
        padding: 0;
        background-color: transparent;
        background-image: url("/local/templates/performance/css/../img/ico/mob_arrow_slider.svg");
        position: absolute;
    }
    .slick_mob_dots  .slick-arrow.slick-prev{
        transform: rotate(180deg);
        left: 0;
    }
    .slick_mob_dots  .slick-arrow.slick-next{
        right: 0;
    }
}

@media (max-width:750px){
    .why_trust .block_content {
        flex-direction: column;
    }
    .main_about .block_content{
        display: flex;
        flex-direction: column;
    }
    .main_about .menu a {
        padding: 0 50px 25px 0;
        position: relative;
    }
    .main_about .block_content > div:nth-of-type(2) {
        border-right: none;
        border-bottom: 1px solid #979797;
        margin: 0 0 30px 0;
    }
    .main_about .menu a.active:after {
        content: "";
        display: inline-block;
        height: 3px;
        width: 36px;
        background-color: #027B86;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .main_about .block_content > div:nth-of-type(3) {
        padding-left: 0;
    }
    .main_about .next{
        position: absolute;
        bottom: 20px;
        width: calc(100% - 40px);
        border: 1px solid #909090;
        border-radius: 5px;
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        text-align: center;
        padding: 8px 0;
        background-image: none;
        color: #000;
    }
    .main_about .next:hover{
        background-image: none;
    }
}
@media (max-width:600px){
    header .solution_block .name {
        font-size: 16px;
        padding: 0;
    }
    .block_content h2, .block_content .h2 {
        font-size: 28px;
    }
    .why_trust {
        padding: 0;
    }
    .why_trust .block_content {
        flex-direction: column;
        padding: 40px 20px 20px 20px;
        background-size: contain;
        background-position: 50%;
    }
    .why_trust .info > div {
        flex-direction: column;
    }
    .block_grey.why_trust .info > div:nth-of-type(1) {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }
    .block_grey.why_trust .text {
        padding: 0 0 30px 0;
        display: block;
    }
    .why_trust .info {
        padding-bottom: 0;
    }
    .main_about .block_content{
        padding: 40px 20px 80px 20px;
    }

    .block_blue-grey.consultation{
        background: linear-gradient(120deg, #F0F0F0 32.57%, #E9E9E9 45.99%, #87EFE6 70.77%, #03C7B6 85%);
    }
    body .consultation .block_content {
        flex-direction: column;
        padding: 40px 20px;
    }
    .consultation .info {
        padding: 0 0 29px 0;
    }

    .po .more {
        display: none;
    }
    .po .name {
        padding-bottom: 15px;
        font-size: 14px;
    }
    .po .txt {
        opacity: 0.5;
        font-size: 10px;
    }
    .po .price {
        font-size: 16px;
    }
    .po .all {
        display: none;
    }
    .po .slick_mob_dots {
        margin: 0;
    }
    .po .block_content {
        position: relative;
        padding: 40px 20px 130px 20px;
    }
    .po .all {
        position: absolute;
        bottom: 20px;
        width: calc(100% - 40px);
        border: 1px solid #909090;
        border-radius: 5px;
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        text-align: center;
        padding: 8px 0;
        background-image: none;
        color: #000;
        display: block;
    }
    .catalog.block_content {
        position: relative;
        padding: 40px 20px 120px 20px;
    }
    .catalog .all {
        position: absolute;
        bottom: 40px;
        width: calc(100% - 40px);
        border: 1px solid #909090;
        border-radius: 5px;
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        text-align: center;
        padding: 8px 0;
        background-image: none;
        color: #000;
        display: block;
    }

    .services.block_content {
        position: relative;
        padding: 40px 20px 120px 20px;
    }
    .services .head_list .all {
        position: absolute;
        bottom: 40px;
        width: calc(100% - 40px);
        border: 1px solid #909090;
        border-radius: 5px;
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        text-align: center;
        padding: 8px 0;
        background-image: none;
        color: #000;
        display: block;
    }
}
@media (max-width:500px){
    .main_header .head_name {
        font-weight: bold;
        font-size: 28px;
        padding: 0;
    }
/*    header .solution_block .info > span{
        font-size: 14px;
    }
    header .solution_block .item .name {
        font-size: 16px;
    }
    header .solution_block .item .sub {
        font-size: 12px;
    }
    header .solution_block .item {
        display: flex;
        justify-content: space-between;
    }*/
    .diagnostic_card .block_content{
        position: relative;
        padding: 40px 20px 35px 20px;
    }
    .diagnostic_card .h2{
        padding: 0 0 120px 0;
    }
    .diagnostic_card .diagnostic_circle{
        background-image: url('/local/templates/performance/css/../img/diagnostic_circle_m.svg');
        width: 103px;
        height: 190px;
        position: absolute;
        right: 0;
        top: 80px;
    }
    .diagnostic_card .diagnostic_circle .name {
        font-size: 14px;
        position: absolute;
        left: -160px;
        top: 130px;
    }
    .diagnostic_card .diagnostic_link{
        background-color: #FA006D;
        text-decoration: none;
        color: #FFFFFF;
        font-weight: 500;
        font-size: 16px;
        border-radius: 4px;
        position: relative;
        background-image: none;
        padding: 0;
        justify-content: center;
        margin: 38px 0 0 0;
    }
    .diagnostic_card .diagnostic_link .ico_play{
        display: inline-block;
        background-image: url("/local/templates/performance/css/../img/ico/play.svg");
        width: 11px;
        height: 13px;
        margin: 0 8px 0 0;
    }
    .diagnostic_card .block_content > div:nth-of-type(1) {
        flex: 0 1 100%;
    }
    .diagnostic_card .block_content .h2 {
        max-width: 260px;
    }
    .diagnostic_card .block_content .info {
        max-width: 260px;
    }

    .industry_solutions .block_content {
        padding: 43px 20px 60px 20px;
    }
    .industry_main .item {
        margin: 0 5px 50px 5px;
    }
    .industry_dots_mob.slick_mob_dots{
        margin: -70px 0 21px 0;
    }
    .head_list .all{
        position: absolute;
        bottom: 20px;
        width: calc(100% - 40px);
        border: 1px solid #909090;
        border-radius: 5px;
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        text-align: center;
        padding: 8px 0;
        z-index: 2;
    }

    .main_news .block_content {
        padding: 40px 20px 140px 20px;
        position: relative;
    }
    .main_news .head_list {
        margin-bottom: 0;
    }
    .main_news_list .like {
        display: none;
    }
    .main_news_list .item {
        padding: 0;
    }
    .main_news_list .info .data {
        display: inline-block;
    }
    .main_news_list .item > .data {
        display: none;
    }
    .main_news_list .info .data {
        display: inline-block;
        padding: 0 30px 0 0;
    }
    .main_news_list .views {
        background-image: url('/local/templates/performance/css/../img/ico/views_m.svg');
        font-size: 12px;
        line-height: 140%;
        color: #919191;
        padding: 2px 0 0 20px;
    }
    .main_news_list .info {
        position: relative;
        bottom: unset;
    }
    .main_partners .slick-list{
        padding:0 50px 0 0 !important;
    }
    .main_partners .nav{
        display: none;
    }
    .block_white.main_partners .block_content {
        padding: 40px 20px;
    }
    .main_partners .block {
        height: 74px;
    }
    .main_partners img {
        object-fit: scale-down;
        width: 100%;
        height: 100%;
        padding: 10px;
    }

    .consultation .h3 {
        font-size: 22px;
    }
    .main_news .h2{
        font-size: 22px;
    }
    .po .items {
        margin: 0 -20px;
    }
    .po .items > div {
        flex: 0 1 100%;
        margin: 0;
    }
    .po .items .item {

        margin: 0 20px 20px 20px;
    }
}



/* End */


/* Start:/local/templates/performance/css/tov_block.css?176407894711222*/

.tovs_and_filter{
    display: flex;
    /*flex-direction: row-reverse;*/
    padding: 0 0 60px 0;
}
.tovs_and_filter .left_block{
    flex: 0 1 calc(100% - 300px);
}
.tovs_and_filter .filter_block{
    flex: 0 1 300px;
}


.sort_block {
    display: flex;
    justify-content: space-between;
    padding: 0 0 15px 0;
    font-size: 12px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.5);
}
.sort_block .sort_right{
    display: flex;
}
.sort_block .name{
    padding: 0 16px 0 0;
}
.sort_block .item{
    font-size: 12px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 40px 0 0;
    position: relative;
}
.sort_block .item:nth-last-of-type(1){
    margin: 0;
}
.sort_block .item.active{
    color: #000000;
}
.sort_block .item .ico_sort{
    background-image: url("/local/templates/performance/css/../img/ico/lang_arrow.svg");
    width: 8px;
    height: 5px;
    position: relative;
    display: inline-block;
    margin: 0 0 0 8px;
}
.sort_block .item .ico_sort.asc{
    transform: rotate(180deg);
}


.tov_list_block{
    display: flex;
    flex-wrap: wrap;
}
.tov_list_block .item{
    flex: 0 1 calc(33.333% + 1px);
    border: 1px solid #E7E7E7;
    margin: 0 0 -1px -1px;
    padding: 30px 22px 18px 22px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tov_list_block.line_4 .item{
    flex: 0 1 calc(25% + 1px);
}

.tov_list_block .slick-slide .item{
    margin: 0;
    height: 100%;
}
.tov_list_block .slick-slide .item.to_df{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tov_list_po .btn3, .tov_list_block .btn3 {
    margin: 20px 0 0 0;
    width: 100%;
}


.tov_list_block .img{
    width: 100%;
    height: 176px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tov_list_block .img img{
    display: block;
}
.tov_list_block .type{
    font-size: 12px;
    line-height: 140%;
    color: #027B86;
    display: block;
    padding: 0 0 7px 0;
}
.tov_list_block .name{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    display: block;
    padding: 0 0 9px 0;
}
.tov_list_block .intro{
    font-size: 12px;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    padding: 0 0 30px 0;
    overflow-wrap: anywhere;
}
.tov_list_block .price_block{
    font-weight: 500;
    font-size: 27px;
    line-height: 110%;
    color: #000000;
    padding: 0 0 14px 0;
}
.tov_list_block .more{
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    opacity: 0.5;
    padding: 0 23px 0 0;
    background-image: url("/local/templates/performance/css/../img/ico/main_slider_arrow_r.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.tovs_and_filter .page-navigation{
    margin: 40px 0 0 0;
}
.tovs_and_filter .page-navigation .btn3{
    width: 540px;
}


/*PO*/
.tov_list_po{

}
.tov_list_po .item_po{
    display: flex;
    border: 1px solid #E7E7E7;
    margin: -1px 0 0 0;
    padding: 16px 0 15px 25px;
    background-color: #fff;
}
.tov_list_po .item_po .img {
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tov_list_po .info{
    padding: 0 0 0 30px;
    flex: 0 1 calc(100% - 280px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tov_list_po .info .cat{
    display: none;
}
.tov_list_po .info .name{
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    padding: 10px 10px 9px 0;
    display: block;
}
.tov_list_po .info .intro{
    font-size: 12px;
    line-height: 140%;
    max-width: 370px;
    display: block;
    padding: 0 0 20px 0;
}
.tov_list_po .info .tags_block {
    max-width: 370px;
    /*overflow: hidden;*/
}
.tov_list_po .info .tags {
    display: inline-block;
    align-items: center;

    white-space: nowrap;
    font-size: 0;
}
.tov_list_po .tags a {
    font-size: 12px;
    line-height: 150%;
    color: #5E5E5E;
    margin: 0 10px 0 0;
    white-space: nowrap;
}
.tov_list_po .tags .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;
}
.tov_list_po .tags .other_link.dn{
    display: none;
}
.tov_list_po .tags .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;
}
.tov_list_po .tags .other_link > span::before, .tov_list_po .tags .other_link > span::after {
    content: '';
    position: absolute;
    right: 60px;
    top: -12px;
    border: 6px solid transparent;
    border-bottom: 6px solid #C5C5C5;
}
.tov_list_po .tags .other_link > span::after {
    border-bottom: 6px solid white;
    top: -11px;
}
.tov_list_po .price_block{
    flex: 0 0 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tov_list_po .price_block .price{
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    padding: 0 0 14px 0;
}
.tov_list_po .price_block .more{
    font-size: 14px;
    display: inline-block;
    width: fit-content;
    line-height: 130%;
    color: #000000;
    opacity: 0.5;
    padding: 0 23px 0 0;
    background-image: url('/local/templates/performance/css/../img/ico/main_slider_arrow_r.svg');
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.tov_list_page .filter_block_mob{
    display: none;
}
.tov_list_page .filter_block_mob .other{
    display: none;
    width: 100%;
}
.tov_list_page .filter_block_mob .other a{
    display: block;
    width: 100%;
    padding: 9px 0;
    border-top: 1px solid #C5C5C5;
    text-align: center;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}
.tov_list_page .filter_block_mob .sort.active .other{
    display: block;
}


.m_modal_filter{
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 200;
    overflow: auto;
    top: 0;
    left: 0;
}
.m_modal_filter .back{
    display: flex;
    align-items: center;
    width: 100%;
    height: 71px;
    padding: 0 20px 0 43px;
    box-shadow: 0 15px 30px rgba(102, 102, 102, 0.05);
    background-image: url("/local/templates/performance/css/../img/ico/mob_back.svg");
    background-repeat: no-repeat;
    background-position: 20px 50%;
    cursor: pointer;
}


@media (max-width:950px) {
    .sort_block .sort_right{
        display: none;
    }
    .tov_list_page .cat_list{
        display: none;
    }
    .tov_list_page .page {
        padding: 20px 20px 0 20px;
    }
    .tov_list_po .info .cat{
        display: block;
        font-size: 10px;
        line-height: 140%;
        padding: 0 0 5px 0;
        color: #027B86;
    }
    .tov_list_po .info .name {
        font-size: 14px;
        padding: 0 0 9px 0;
    }
    .tov_list_po .info .intro{
        opacity: 0.5;
        font-size: 10px;
    }
    .tov_list_po .price_block .price{
        font-size: 18px;
    }

    .tov_list_page .filter_block_mob{
        display: flex;
        padding: 0 20px 30px 20px;
    }
    .tov_list_page .filter_block_mob > div{
        display: flex;
        justify-content: center;
        border: 1px solid #909090;
        border-radius: 5px;
        min-width: 130px;
        max-width: 200px;
        width: 100%;
        cursor: pointer;
        flex-wrap: wrap;
        padding: 0 10px;
        height: max-content;
    }
    .tov_list_page .filter_block_mob > div:nth-of-type(1){
        margin: 0 20px 0 0;
    }
    .tov_list_page .filter_block_mob .count{
        display: inline-block;
        background-color: #027B86;
        margin-left: 5px;
        border-radius: 50%;
        width: 13px;
        height: 13px;
        padding: 2px 0 0 4px;
        font-weight: 500;
        font-size: 10px;
        line-height: 100%;
        color: #FFFFFF;
    }
    .tov_list_page .filter_block_mob .title{
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        color: #000000;
        padding: 9px 0;
    }
    .tov_list_page .filter_block_mob .sort .title{
        padding-right: 14px;
        background-image: url("/local/templates/performance/css/../img/ico/arrow_select.svg");
        background-repeat: no-repeat;
        background-position: 100% 50%;
    }

    .tov_list_block .item{
        padding: 15px 20px 20px 20px;
    }
    .tov_list_block .name{
        font-size: 14px;
        overflow-wrap: anywhere;
    }
    .tov_list_block .intro {
        font-size: 10px;
    }
    .tov_list_block .price_block {
        font-size: 16px;
        padding: 0;
    }
    .tov_list_block .more{
        display: none;
    }
}
@media (max-width:750px) {
    .tovs_and_filter{
        display: block;
    }
    .tov_list_po .item_po .img {
        flex-shrink: 0;
        width: 130px;
    }
    .tov_list_po .info {
        padding: 0 0 0 10px;
    }
    .tov_list_po .price_block {
        flex: 0 0 125px;
        flex-shrink: 0;
    }
    .tov_list_po .info {
        padding: 0 10px 0 10px;
        flex: 0 1 100%;
    }
    .tov_list_po .info .tags {
        white-space: inherit;
    }

    .tovs_and_filter .page-navigation .btn3 {
        width: auto;
    }
}

@media (max-width:600px) {
    .tov_list_po {
        margin: 0 -20px;
    }
    .tov_list_po .item_po {
        flex-wrap: wrap;
        padding: 15px 15px 15px 20px;
    }
    .tov_list_po .price_block{
        display: none;
    }
    .tov_list_po .price_mob{
        display: block;
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
        color: #000000;
    }
    .tov_list_po .info .tags{
        display: none;
    }
    .tov_list_po .tags_mob{
        display: block;
        margin: 20px 0 0 0;
    }
    .tov_list_po .item_po .img {
        width: 120px;
    }
    .tov_list_po .info {
        padding: 0 0 0 10px;
        flex: 0 1 calc(100% - 120px);
    }
}
@media (max-width:500px) {
    .tov_list_block .name{
        font-size: 14px;
    }
    .tov_list_block .intro {
        font-size: 10px;
        padding: 0 0 15px 0;
    }
    .tov_list_block .type {
        font-size: 10px;
    }
    .tov_list_block .price_block {
        font-size: 16px;
        padding: 0;
    }
    .tov_list_block .more{
        display: none;
    }
    .tov_list_block .item {
        padding: 15px 20px 18px 20px;
    }
    .tov_list_block.block_content{
        margin: 0 -20px;
    }

    .tov_list_block .item {
        flex: 0 1 calc(50% + 1px);
    }
    .tov_list_block {
        margin: 0 -20px;
    }
}
/* End */


/* Start:/local/templates/performance/css/solutions4.css?176407894727472*/
.solutions2_head .cont_detail{
    display: flex;
    padding: 0 0 80px 0;
}
.solutions2_head .cont_detail .left{
    flex: 0 1 66%;
}
.solutions2_head .cont_detail .right{
    flex: 0 1 34%;
    border-left: 1px solid #C5C5C5;
    padding: 0 0 0 30px;
}
.solutions2_head .cont_detail .topic{
    font-size: 12px;
    line-height: 130%;
    color: #909090;
    padding: 0 20px 36px 0;
    display: inline-block;
}
.solutions2_head .cont_detail h1{
    max-width: 600px;
}
.solutions2_head .cont_detail .sub{
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    max-width: 470px;
}
.solutions2_head .cont_detail .period_title{
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: #909090;
    padding: 0 0 10px 0;
}
.solutions2_head .cont_detail .period{
    font-size: 22px;
    line-height: 140%;
    color: #020305;
    padding: 0 0 10px 0;
}
.solutions2_head .cont_detail .period_info{
    font-size: 12px;
    line-height: 140%;
    color: #909090;
}
.solutions2_head .cont_detail .price_title{
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: #909090;
    padding: 40px 0 10px 0;
}
.solutions2_head .cont_detail .price{
    font-weight: bold;
    font-size: 34px;
    line-height: 110%;
    color: #FA006D;
    padding: 0 0 20px 0;
}
.solutions2_head .cont_detail .price_btn{
    padding: 0 0 20px 0;
}
.solutions2_head .cont_detail .price_info{
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
}

.intro2_block.block_content{
    display: flex;
    padding: 70px 0 0 0;
}
.intro2_block .img{
    flex: 0 0 auto;
}
.intro2_block .txt{
    padding: 21px 34px 0 0;
}

.analytics_service{
    padding: 50px 0 70px 0;
}
.analytics_service .h3{
    max-width: 620px;
}
.analytics_service .items{
    display: flex;
    margin: 0 -15px;
}
.analytics_service .item{
    flex: 0 1 calc(33.333% - 30px);
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 15px;
    padding: 20px 35px 31px 35px;
}
.analytics_service .num{
    font-weight: bold;
    font-size: 33px;
    line-height: 140%;
    color: #FA006D;
    padding: 0 0 10px 0;
}
.analytics_service .txt{
    font-size: 22px;
    line-height: 130%;
    color: #000000;
}

.start_analytics.block_content{
    padding: 0 0 70px 0;
    display: flex;
}
.start_analytics .txt{
    flex: 0 0 60%;
    padding: 15px 0 0 30px;
    font-size: 16px;
    line-height: 140%;
}


.answer_questions{
    background-color: #F6F6F6;
    padding: 91px 0 85px 0;
}
.answer_questions .block_content{
    display: flex;
}
.answer_questions .left{
    flex: 0 1 50%;
}
.answer_questions .right{
    flex: 0 1 50%;
}
.answer_questions .h3{
    padding: 0 0 20px 0;
}
.answer_questions .sub{
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    max-width: 470px;
}
.answer_questions .chart{
    padding: 50px 0 0 0;
    max-width: 470px;
}
.answer_questions .item{
    display: none;
}
.answer_questions .item.active{
    display: block;
}
.answer_questions .item .btn_block{
    display: flex;
    margin: 0 -15px;
    padding: 6px 0 0 0;
}
.answer_questions .item button{
    flex: 0 1 calc(50% - 30px);
    margin: 0 15px;
}
.answer_questions .form_style label{
    padding: 0 0 15px 0;
    display: block;
}

.control {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 17px;
    left: 15px;
    height: 18px;
    width: 18px;
    background: #ffffff;
    border: 1px solid #909090;
}

.control input:checked ~ .control_indicator {
    background: #ffffff;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-radio .control_indicator {
    border-radius: 50%;
}

.control-radio .control_indicator:after {
    left: 4px;
    top: 4px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #027B86;
    transition: background 250ms;
}
.answer_questions .control-radio{
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 6px;
    padding: 15px 15px 14px 50px;
    margin: 0 0 11px 0;
}
.answer_questions form{
    max-width: 470px;
    margin: 0 0 0 auto;
}
.answer_questions .title{
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #000000;
    padding: 0 0 20px 0;
}
.answer_questions .btn1{
    width: 100%;
    margin: 29px 0 0 0;
}


.problems.block_content{
    padding: 70px 0 56px 0;
    border-bottom: 1px solid #C5C5C5;
    display: flex;
}
.problems .left{
    flex: 0 1 33%;
    padding: 0 30px 0 0;
}
.problems .left .h3{
    padding: 0 0 21px 0;
}
.problems .left .sub{
    font-size: 14px;
    line-height: 130%;
}
.problems .right{
    flex: 0 1 67%;
}
.problems .items{
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.problems .item{
    flex: 0 1 calc(50% - 30px);
    margin: 0 15px 39px 15px;
}
.problems .item .error{
    background-color: #FA006D;
    width: 31px;
    height: 31px;
    margin: 0 0 16px 0;
    background-image: url("/local/templates/performance/css/../img/ico/x3.svg");
    background-repeat: no-repeat;
    background-position: 50%;
}
.problems .item .name{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    padding: 0 0 21px 0;
}
.problems .item .text{
    font-size: 16px;
    line-height: 140%;
}


.possibilities{
    padding: 70px 0;
}
.possibilities .h3{
    padding: 0 0 55px 0;
}
.possibilities .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.possibilities .first_item{
    padding: 40px;
    flex: 0 1 calc(66.666% - 30px);
    margin: 0 15px 30px 15px;
    background: linear-gradient(90deg, #F6F6F6 19.23%, #EFEFEF 100%);
    position: relative;
    min-height: 270px;
}
.possibilities .first_item:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url("/local/templates/performance/css/../img/possibilities_first_item.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 90%;
}
.possibilities .first_item .name{
    font-weight: 500;
    font-size: 34px;
    line-height: 130%;
    max-width: 380px;
    padding: 0 0 15px 0;
}
.possibilities .first_item .text{
    font-size: 16px;
    line-height: 140%;
    max-width: 430px;
}
.possibilities .item{
    background-color: #027B86;
    flex: 0 1 calc(33.333% - 30px);
    margin: 0 15px 30px 15px;
    min-height: 270px;
    padding: 38px 30px 30px 45px;
}
.possibilities .item .name{
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #FFFFFF;
    padding: 0 0 20px 0;
}
.possibilities .item .text{
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
}
.possibilities .last_item{
    flex: 0 1 calc(33.333% - 30px);
    margin: 0 15px 30px 15px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.possibilities .last_item .name{
    font-weight: 500;
    font-size: 34px;
    line-height: 130%;
    color: #000000;
    padding: 0 0 20px 0;
}
.possibilities .last_item .text{
    font-size: 14px;
    line-height: 130%;
    color: #000000;
}



.expert_opinion{
    background-color: #F6F6F6;
    padding: 60px 0 64px 0;
}
.expert_opinion .rev_block{
    display: flex;
}
.expert_opinion .left{
    flex: 0 0 330px;
    position: relative;
}
.expert_opinion .left:after{
    content: "";
    width: 1px;
    height: 100%;
    max-height: 119px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #c5c5c5;
}
.expert_opinion .info{
    display: flex;
    padding: 0 0 17px 0;
}
.expert_opinion img{
    display: block;
    border-radius: 50%;
    margin: 0 30px 0 0;
}
.expert_opinion .name{
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #000000;
    max-width: 130px;
}
.expert_opinion .position{
    font-size: 14px;
    line-height: 130%;
    max-width: 255px;
}
.expert_opinion .right{
    background-image: url("/local/templates/performance/css/../img/ico/q.png");
    background-repeat: no-repeat;
    background-position: 60px 0;
    width: 100%;
}
.expert_opinion .txt{
    max-width: 715px;
    margin: 0 0 0 auto;
}


.services{
    padding: 70px 0 50px 0;
}
.services .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.services .item{
    flex: 0 1 calc(50% - 30px);
    margin: 0 15px 20px 15px;
    border: 1px solid #C5C5C5;
    position: relative;
    padding: 25px;
}
.services .name:after{
    content: "";
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    right: 0;
    bottom: 0;
    background-color: #027B86;
}
.services .name{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #027B86;
    padding: 0 0 10px 0;
    display: block;
}
.services .txt{
    font-size: 14px;
    line-height: 140%;
    color: #5E5E5E;
    padding: 0 0 28px 0;
}
.services .price{
    font-weight: 500;
    font-size: 23px;
    line-height: 110%;
}


.tool_comparison{
    padding: 0 0 70px 0;
    border-bottom: 1px solid #C5C5C5;
}
.tool_comparison table{
    width: 100%;
    margin: 0 0 40px 0;
}
.tool_comparison td{
    border: 1px solid #C5C5C5;
    border-collapse: collapse
}
.tool_comparison tr:nth-of-type(1) td{
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #000000;
}
.tool_comparison td{
    width: 16%;
    padding: 15px 20px;
}
.tool_comparison td:nth-of-type(1){
    width: 36%;
    font-size: 14px;
    line-height: 140%;
}
.tool_comparison tr:nth-of-type(1) td:nth-of-type(1){
    font-size: 16px;
}
.tool_comparison td.yes{
    background-color: rgba(2, 123, 134, 0.03);
    position: relative;
    font-size: 0;
}
.tool_comparison td.yes:after{
    display: block;
    content: "";
    left: 50%;
    top: 12px;
    width: 9px;
    height: 15px;
    border: solid #03C7B6;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    position: absolute;
}
.tool_comparison tr:nth-last-of-type(1){
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    vertical-align: baseline;
}
.tool_comparison .price{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    padding: 15px;
}
.tool_comparison .price span{
    font-size: 14px;
    line-height: 140%;
    color: #909090;
}
.tool_comparison .price .info{
    font-size: 12px;
    font-weight: normal;
    line-height: 130%;
    padding: 10px 0 0 0;
}
.tool_comparison .column2{
    display: flex;
    margin: 0 -30px;
}
.tool_comparison .column2 > div{
    flex: 0 1 calc(50% - 60px);
    margin: 0 30px;
}
.tool_comparison .column2 p{
    padding: 0 0 10px 0;
    font-size: 16px;
    line-height: 140%;
}


.implementation{
    padding: 70px 0;
}
.implementation .h3{
    padding: 0 0 42px 0;
}
.implementation .items{
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.implementation .item{
    flex: 0 1 calc(50% - 30px);
    margin: 0 15px 37px 15px;
    padding: 0 0 0 100px;
    position: relative;
}
.implementation .item .name{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    padding: 0 20px 10px 0;
}
.implementation .item .text{
    font-size: 14px;
    line-height: 130%;
}
.implementation .item .num {
    font-weight: bold;
    font-size: 33px;
    line-height: 140%;
    color: #FA006D;
    position: absolute;
    top: 0;
    left: 0;
}
.implementation .item:nth-of-type(odd){
    background-image: url("/local/templates/performance/css/../img/ico/arrow_grey.svg");
    background-repeat: no-repeat;
    background-position: 100% 12px;
}
.implementation .item:nth-of-type(odd) .text{
    max-width: 400px;
}


.interaction{
    background-color: #F6F6F6;
    padding: 70px 0;
}
.interaction .h3{
    padding: 0 0 50px 0;
}
.interaction .items{
    display: flex;
    margin: 0 -15px;
}
.interaction .item{
    flex: 0 1 calc(25% - 30px);
    margin: 0 15px;
}
.interaction .item .num{
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0 0 40px 0;
    width: 40px;
    height: 40px;
    background-color: #111924;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.interaction .item .text{
    font-size: 14px;
    line-height: 130%;
}


/* Ключевые проекты */
.key_projects{
    padding: 70px 0 104px 0;
}
.key_projects .item{
    display: flex;
    justify-content: space-between;
}
.key_projects .rectangle__ico{
    border-radius: 35px;
    padding: 3px 15px;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
    font-style: normal;
    display: block;
    margin: 0 0 0 25px;
}
.key_projects .logos{
    display: flex;
    margin: 0 0 25px 0;
}
.key_projects .name{
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    max-width: 310px;
    padding: 0 0 48px 0;
}
.key_projects .parameters{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.key_projects .parameter:nth-of-type(1){
    padding: 0 0 21px 0;
}
.key_projects .nom{
    font-weight: 500;
    font-size: 42px;
    line-height: 130%;
}
.key_projects .text{
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    max-width: 150px;
}
.key_projects .next{
    display: block;
    font-size: 14px;
    line-height: 130%;
    color: #027B86;
    background-image: url("/local/templates/performance/css/../img/ico/arrow_next.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    width: max-content;
    padding-right: 35px;
    margin-bottom: 45px;
    transition: 1s;
}
.key_projects .next:hover{
    background-image: url("/local/templates/performance/css/../img/ico/arrow_next_h.svg");
}
.head_list{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 15px;
}
.head_list .nav button{
    background-color: transparent;
    border: 1px solid #ECEFEF;
    box-sizing: border-box;
    border-radius: 4px;
    width: 40px;
    height: 30px;
    font-size: 0;
    background-image: url("/local/templates/performance/css/../img/ico/main_slider_arrow_r.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    margin-left: 9px;
}
.head_list .nav .slick-prev{
    transform: rotate(180deg);
}

.wiki{
    border-top: 1px solid #C5C5C5;
    padding: 70px 0;
}
.wiki .column3{
    display: flex;
    margin: 0 -15px;
}
.wiki .column3 > div{
    flex: 0 1 calc(33.333% - 30px);
    margin: 0 15px;
}
.wiki .column3 > div a{
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #000000;
    padding: 0 0 13px 0;
}
.wiki .column3 > div a:hover{
    color: #FA006D;
}


/*Почему  нам доверяют */
.why_trust {
    padding: 34px 0 0 0;

}
.why_trust .block_content{
    padding-top: 50px;
    display: flex;
    background-image: url("/local/templates/performance/css/../img/why_trust_map-min.png");
    background-repeat: no-repeat;
    justify-content: space-between;
    align-items: baseline;
}
.why_trust .info{
    display: flex;
    flex-direction: column;
    padding-bottom: 92px;
}
.why_trust .info > div{
    display: flex;
}
.why_trust .info > div:nth-of-type(1){
    padding-bottom: 45px;
    border-bottom: 1px solid #979797;
    margin-bottom: 40px;
}
.why_trust .nom{
    font-weight: bold;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0.03em;
    background: -webkit-linear-gradient(64.02deg, #000000 3.5%, #001F4D 35.94%, #03C7B6 71.62%, #03C7B6 92.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 20px 0 0;
}
.why_trust .text{
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    padding: 0 49px 0 0;
}


/* партнёры */
.main_partners .block_content{
    padding: 70px 0 70px 0;
}
.main_partners .slider {
    margin-left: -15px;
    margin-right: -15px;
}
.main_partners .block{
    border: 1px solid #D1D1D1;
    border-radius: 2px;
    margin: 0 15px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head_list{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 15px;
}
.head_list .nav button{
    background-color: transparent;
    border: 1px solid #ECEFEF;
    box-sizing: border-box;
    border-radius: 4px;
    width: 40px;
    height: 30px;
    font-size: 0;
    background-image: url("/local/templates/performance/css/../img/ico/main_slider_arrow_r.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    margin-left: 9px;
}
.head_list .nav .slick-prev{
    transform: rotate(180deg);
}

/* catalog { */
.block_content.catalog .slick-track{
    display: flex;
}
.block_content.catalog {
    padding: 70px 0 70px 0;
    position: relative;
}
.num_dots{
    position: relative;
    margin: 0 0 0 0;
}
.num_dots .slick-dots{
    display: flex;
    justify-content: flex-end;
}
.num_dots button{
    border: none;
    background-color: transparent;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    padding: 0 11px;
}
.num_dots .slick-active button{
    color: #0580A5;
}
.num_dots .slick-active:after{
    content: "";
    display: inline-block;
    width: 57px;
    height: 1px;
    background-color: #000;
}
.num_dots li:nth-last-child(1):after{
    display: none;
}
.num_dots li{
    display: flex;
    align-items: center;
}
.head_list .all a{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}
.head_list .all a:hover{
    color: #FA006D;
}
/* catalog }*/

@media (max-width:1200px) {
    .solutions2_head{
        padding: 0 20px;
    }
    .intro2_block.block_content {
        padding: 40px 20px 0 20px;
    }
    .main_partners .block_content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .why_trust .block_content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .why_trust .text {
        padding: 0 30px 0 0;
    }
    .why_trust .nom {
        padding: 0 11px 0 0;
        white-space: pre;
    }
    .wiki.block_content{
        padding: 60px 20px;
    }
    .interaction{
        padding: 60px 20px;
    }
    .analytics_service {
        padding: 50px 20px;
    }
    .start_analytics.block_content {
        padding: 0 20px 50px 20px;
    }
    .implementation {
        padding: 50px 20px;
    }
    .tool_comparison {
        padding: 0 20px 50px 20px;
    }
    .possibilities {
        padding: 50px 20px;
    }
    .problems.block_content {
        padding: 50px 20px;
    }
    .tool_comparison .column2 {
        margin: 0 0 0 -30px;
    }
    .block_content.catalog{
        padding: 40px 20px;
    }
    .po .block_content {
        padding: 40px 20px 90px 20px;
    }
}
@media (max-width:1000px) {
    .intro2_block.block_content {
        flex-direction: column;
    }
    .intro2_block .img {
        margin: 26px 0 26px 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .interaction .item {
        flex: 0 1 calc(50% - 30px);
        margin: 0 15px 35px 15px;
    }
    .interaction .item .num {
        margin: 0 0 20px 0;
    }
    .interaction .items{
        flex-wrap: wrap;
    }
    .why_trust .nom {
        font-weight: bold;
        font-size: 38px;
    }
    .problems.block_content {
        flex-direction: column;
    }
    .problems .left {
        flex: 0 1 100%;
        padding: 0 0 44px 0;
    }
    .problems .items {
        flex-direction: column;
    }
    .problems .item .error {
        display: inline-block;
        margin: 0;
    }
    .problems .item .name {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 10px;
    }
    .problems .item .text {
        padding: 10px 0 0 0;
    }
    .possibilities .items {
        flex-direction: column;
    }
    .possibilities .item {
        min-height: 140px;
    }
    .possibilities .last_item{
        min-height: auto;
    }
    .possibilities .last_item .btn1 {
        margin: 15px 0 0 0;
    }
    .possibilities .first_item {
        min-height: 160px;
    }
    .implementation .item:nth-of-type(odd) {
        background-image: none;
    }
    .implementation .item {
        flex: 0 1 100%;
        padding: 0;
    }
    .implementation .item .num {
        position: relative;
        display: inline-block;
        line-height: 100%;
    }
    .implementation .item .name {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 20px;
        width: calc(100% - 70px);
    }
    .implementation .item .text{
        max-width: none;
        padding: 15px 0 0 0;
    }
    .implementation .item:nth-of-type(odd) .text {
        max-width: none;
    }
    .tool_comparison .column2 {
        flex-direction: column;
    }
}
@media (max-width:750px) {
    .why_trust .block_content {
        flex-direction: column;
    }
    .wiki .column3 {
        flex-wrap: wrap;
    }
    .wiki .column3 > div {
        flex: 0 1 calc(50% - 30px);
    }
    .analytics_service .items {
        flex-wrap: wrap;
    }
    .analytics_service .item {
        flex: 0 1 calc(50% - 30px);
        margin: 0 15px 30px 15px;
    }
    .start_analytics.block_content{
        flex-direction: column;
    }
    .start_analytics .txt {
        padding: 15px 0 0 0;
    }
}
@media (max-width:700px) {
    .solutions2_head{
        background-size: cover;
    }
    .solutions2_head .topics{
        display: none;
    }
    .solutions2_head .cont_detail {
        display: flex;
        padding: 0 0 80px 0;
        flex-direction: column;
    }
    .solutions2_head .cont_detail .right {
        flex: 0 1 100%;
        border-left: none;
        padding: 0;
    }
}
@media (max-width:600px) {
    .main_partners .block {
        height: 70px;
    }
    .why_trust {
        padding: 0;
    }
    .why_trust .block_content {
        flex-direction: column;
        padding: 40px 20px 20px 20px;
        background-size: contain;
        background-position: 50%;
    }
    .why_trust .info > div {
        flex-direction: column;
    }
    .block_grey.why_trust .info > div:nth-of-type(1) {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }
    .block_grey.why_trust .text {
        padding: 0 0 30px 0;
        display: block;
    }
    .why_trust .info {
        padding-bottom: 0;
    }
}
@media (max-width:500px) {
    .solutions2_head .btn1{
        height: 48px;
        width: 100%;
    }

    .why_trust .nom {
        max-width: fit-content;
    }
    .why_trust .info {
        padding-bottom: 0;
    }
    .why_trust .block_content {

        background-position: 0 35%;
    }
    .key_projects .head_list {
        margin-bottom: 30px;
    }
    .key_projects .img{
        margin: 0 -20px;
    }

    .main_partners .slick-list{
        padding:0 50px 0 0 !important;
    }
    .main_partners .nav{
        display: none;
    }
    .block_white.main_partners .block_content {
        padding: 40px 20px;
    }
    .main_partners .block {
        height: 74px;
    }
    .main_partners img {
        object-fit: scale-down;
        width: 100%;
        height: 100%;
        padding: 10px;
    }
    .wiki .column3 > div {
        flex: 0 1 calc(100%);
    }
    .interaction .item {
        flex: 0 1 100%;
        display: flex;
    }
    .analytics_service .item {
        flex: 0 1 100%;
    }
    .problems .item .name {
        width: calc(100% - 40px);
        padding: 0 0 0 10px;
    }

    .interaction .item .num {
        flex: 0 0 40px;
        margin: 0 17px 0 0;
    }
    .interaction .h3 {
        padding: 0 0 26px 0;
        font-size: 22px;
    }
    .interaction {
        padding: 40px 20px;
    }
    .implementation .item {
        margin: 0 15px 30px 15px;
    }
    .implementation {
        padding: 40px 20px 10px 20px;
    }
    .implementation .h3 {
        padding: 0 0 39px 0;
        font-size: 22px;
    }
    .tool_comparison.block_content {
        padding: 0 0 40px 0;
        margin: 0 20px !important;
    }
    .possibilities .last_item .name {
        font-size: 22px;
    }
    .possibilities .last_item .btn1 {
        width: 100%;
    }
    .possibilities .item .name{
        font-size: 16px;
    }
    .possibilities .item {
        padding: 30px 20px;
        margin: 0 -5px 20px -5px;
    }
    .possibilities .first_item{
        margin: 0 -5px 20px -5px;
        z-index: 0;
    }
    .possibilities .first_item .name{
        font-size: 16px;
    }
    .possibilities .first_item:after{
        background-image: url("/local/templates/performance/css/../img/possibilities_first_item_mob.svg");
        background-position: 100%;
        z-index: -1;
    }
    .possibilities .h3 {
        padding: 0 0 20px 0;
        font-size: 22px;
    }
    .possibilities {
        padding: 40px 20px;
    }
    .problems.block_content {
        padding: 40px 0 0 0;
        margin: 0 20px;
    }
    .problems .left .h3 {
        font-size: 22px;
    }
    .start_analytics.block_content {
        padding: 0 20px 30px 20px;
    }
    .start_analytics .h3 {
        font-size: 22px;
    }
    .analytics_service .txt {
        font-size: 18px;
    }
    .analytics_service .h3 {
        font-size: 22px;
    }
    .solutions2_head .cont_detail {
        padding: 0 0 40px 0;
    }
    .solutions2_head .cont_detail .sub {
        padding: 0 0 34px 0;
    }
    .solutions2_head .cont_detail h1{
        font-weight: bold;
        font-size: 28px;
    }
    .catalog .h2 {
        font-size: 22px;
    }
    .head_list .all {
        position: absolute;
        bottom: 20px;
        width: calc(100% - 40px);
        border: 1px solid #909090;
        border-radius: 5px;
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        text-align: center;
        padding: 8px 0;
        z-index: 2;
    }
    .block_content.catalog {
        padding: 40px 20px 80px 20px;
    }

}



/*
.expert_opinion{display: none}
.answer_questions {display: none}
.tool_comparison.block_content {display: none}*/
/* End */
/* /local/templates/performance/css/main.css?176407894730094 */
/* /local/templates/performance/css/tov_block.css?176407894711222 */
/* /local/templates/performance/css/solutions4.css?176407894727472 */
