

/* 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/tov_block.css?176407894711222 */
/* /local/templates/performance/css/solutions4.css?176407894727472 */
