.consent-fz-152{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.consent-fz-152 .acception{
    width: auto;
}

.btn-call {
    font-size: 13px;
    line-height: 15px;
    padding: 8px 15px;
    color: #C63732 !important;
    border: 1px solid #C63732;
    margin-right: 30px;
    display: inline-block;
}

#paysystem-yandex-form .btn-success{
        color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}


/*Сотрудничество*/
.partnership_wrapper{
        display: flex;
        gap: 25px;
    }

    .partnership_item{
        flex-basic:50%;
    }

    .partnership_item_title{
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .partnership_item_text{
        font-size: 15px;
    }

    .partnership_item_text a{
        font-weight: bold;
    }

    .partnership_btn_wrapper{
        text-align: center;
        margin-bottom: 20px;
    }

    .partnership_btn{
        display: inline-block;
        border: 2px solid #2f528f;
        padding: 15px 40px;
        font-size: 23px;
        font-weight: bold;
        cursor: pointer;
    }

    .partnership_btn_cat_wrapper{
        text-align: center;
        margin-bottom: 20px;
    }

    .partnership_btn_cat{
        display: inline-block;
        font-size: 23px;
        font-weight: bold;
    }




/*услуги*/
    .services_title{
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .services_subtitle{
        font-size: 15px;
        margin-bottom: 20px;
    }

    .services_wrapper{
        display: flex;
        gap:20px;
    }

    .services_item{
        flex-basis: 33.33%;
            display: flex;
    flex-direction: column;
    }
    .services_item_title{
        margin-bottom: 20px;
        text-align: center;
    }
    .services_item_title a{
        display: inline-block;
        border: 2px solid #c63732;
        padding: 15px;
        font-size: 18px;
        font-weight: bold;   
        width: 80%;   
    }

    .services_item_text ul li{
        font-size: 15px;
    }

    .services_item_btn{
        text-align: center;
    }

    .services_item_btn a{
        display: inline-block;
        border: 2px solid #2f528f;
        padding: 10px;
        font-size: 18px;     
        width: 80%;      
        line-height: 1.25;
    }

.services_item_text {
    flex-grow: 1;
}



/*Частным клиентам*/
.individuals_page .about__services-item{
    min-width:unset;
}

.individuals_page .about__services-image img{
    max-width: 130px;
}


.individuals_page .partnership_btn{
        line-height: 1.25;
    padding: 10px 20px;
}


@media (max-width: 767px){
.partnership_wrapper{
    flex-direction: column;
}

.partnership_btn{
    font-size: 18px;
}

.partnership_btn_cat{
font-size: 18px;

}


.services_wrapper{
    flex-direction: column;
}



.partnership_item_text a{
display: block;

}
}

.sectionDesc{
margin-bottom:40px;
}

.elemIcoBlock{
display:flex;
}