

/* Start:/local/templates/performance/css/solutions2.css?176407894711448*/
.solutions2_head{
    background-image: url("/local/templates/performance/css/../img/solutions2_bg.svg");
    background-repeat: no-repeat;

}
.solutions2_head .topic{
    font-size: 14px;
    line-height: 130%;
    color: #027B86;
    padding: 6px 15px;
    background-color: #F6F6F6;
    border: 1px solid #027B86;
    border-radius: 35px;
    display: inline-block;
    margin: 0 0 20px 0;
}
.solutions2_head h1{
    max-width: 785px;
}
.solutions2_head .sub{
    font-size: 14px;
    line-height: 130%;
    max-width: 565px;
}
.solutions2_head .block_content{
    background-image: url("/local/templates/performance/css/../img/building.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    /*height: 100%;*/
    padding: 0 0 60px 0;
}

.intro_block.block_content{
    display: flex;
    padding: 70px 0;
}
.intro_block .left{
    display: flex;
    flex: 0 1 33.333%;
}
.intro_block .right{
    display: flex;
    flex: 0 1 66.666%;
}
.intro_block .right .txt{
    max-width: 670px;
    margin: 0 0 0 auto;
    font-size: 14px;
    line-height: 130%;
}

.problems{
    background-color: #F6F6F6;
}
.problems .block_content{
    padding: 70px 0;
}
.problems .cont{
    display: flex;
}
.problems .cont .menu{
    flex: 0 1 33.333%;
    border-left: 1px solid #CACACA;
}
.problems .cont .texts{
    flex: 0 1 66.666%;
    max-width: 670px;
    margin: 0 0 0 auto;
}
.problems .cont .texts > div{
    font-size: 14px;
    line-height: 130%;
    display: none;
    padding: 0 0 33px 0;
}
.problems .cont .texts > div.active{
    display: block;
}
.problems .cont .menu .item{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    padding: 0 0 23px 47px;
    display: block;
    position: relative;
    cursor: pointer;
}
.problems .cont .menu li:nth-last-of-type(1) .item{
    padding: 0 0 0 47px;
}
.problems .cont .menu .item.active{
    color: #FA006D;
}
.problems .cont .menu .item.active:before{
    position: absolute;
    content: "";
    width: 2px;
    height: 32px;
    left: -1px;
    top: 0;
    background-color: #FA006D;
}

.choose_solution{
    padding: 70px 0;
}
.choose_solution .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.choose_solution .items .item{
    flex: 0 1 calc(33.333% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #C5C5C5;
    margin: 0 15px 20px 15px;
    padding: 21px 30px 19px 30px;
    position: relative;
}
.choose_solution .items .name{
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    padding: 0 0 25px 0;
}
.choose_solution .items .price{
    font-size: 14px;
    line-height: 130%;
    color: #909090;
}
.choose_solution .items .item:after{
    display: block;
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 38px;
    height: 38px;
    background-color: #027B86;
}
.choose_solution .text{
    padding: 40px 0 0 0;
}

.solutions_block{
    padding: 70px 0;
}
.solutions_block .items{
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.solutions_block .item{
    flex: 0 1 calc(50% - 30px);
    display: flex;
    margin: 0 15px 30px 15px;
    border: 1px solid #C5C5C5;
    padding: 30px 30px 25px 30px;
    justify-content: space-between;
}
.solutions_block .item .name{
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    color: #000000;
    display: block;
    padding: 0 0 15px 0;
}
.solutions_block .item .txt{
    font-size: 12px;
    line-height: 130%;
    color: #000000;
    padding: 0 0 26px 0;
    max-width: 320px;
    display: block;
}
.solutions_block .item .count{
    font-size: 14px;
    line-height: 130%;
    color: #909090;
    display: block;
}
.solutions_block .item .img{
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solutions_block .text{
    padding: 10px 0 0 0;
    max-width: 865px;
    font-size: 14px;
    line-height: 130%;
}


/* Ключевые проекты */
.key_projects{
    padding: 70px 0 70px 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");
}

.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: absolute;
    right: -16px;
    top: 8px;
}
.sort_block .item .ico_sort.asc{
    transform: rotate(180deg);
}

.page-navigation{
    justify-content: left;
    padding: 40px 0 0 0;
}
.page-navigation .btn3{
    margin: 0 0 0 130px;
    width: 540px;
}

/*Почему  нам доверяют */
.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;
    max-width: fit-content;
}
.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);
}



.block_grey.cooperation {
    background: linear-gradient(56.92deg, #03C7B6 3.5%, #87EFE6 22.04%, #E9E9E9 46.6%, #E9E9E9 92.47%);
}

@media (max-width:1200px){
    .solutions2_head .block_content {
        padding: 0 20px 60px 20px;
    }
    .intro_block.block_content {
        padding: 40px 20px;
    }
    .choose_solution {
        padding: 40px 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;
    }
    .main_partners .block_content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .main_partners{
        padding: 0 20px;
    }

}

@media (max-width:1000px){
    .why_trust .nom {
        font-weight: bold;
        font-size: 38px;
    }
    .choose_solution .items .item {
        flex: 0 1 calc(50% - 30px);
    }
}
@media (max-width:750px) {
    .solutions2_head .block_content{
        background-image: none !important;
    }
    .why_trust .block_content {
        flex-direction: column;
    }
    .intro_block.block_content {
        flex-direction: column;
    }
    .intro_block .right .txt {
        margin: 0;
    }
    .page_solutions2 h3, .page_solutions2 .h3{
        font-size: 22px;
    }
}
@media (max-width:600px) {
    .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 h1 {
        font-size: 28px;
        font-weight: bold;
    }
    .page_solutions2 .bread {
        padding: 30px 0 20px 0;
    }
    .main_partners .slick-list{
        padding:0 50px 0 0 !important;
    }
    .main_partners .nav{
        display: none;
    }
    .block_white.main_partners .block_content {
        padding: 40px 0;
    }
    .main_partners .block {
        height: 74px;
    }
    .main_partners img {
        object-fit: scale-down;
        width: 100%;
        height: 100%;
        padding: 10px;
    }
    .choose_solution .items{
        margin: 0 -20px;
    }
    .choose_solution .items .item {
        flex: 0 1 100%;
        margin: 0 0 -1px 0;
        padding: 20px;
    }


}

.sort_block .sort_right{
    display: none;
}
/* End */
/* /local/templates/performance/css/solutions2.css?176407894711448 */
