.banner_{
    display: block;
    position: relative;
    padding: 130px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/vstuplenie-v-sro/usloviya-chlenstva/bg.svg");
    margin-top: -10px;
}
.banner_ h1{
    display: block;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #000000;
    margin-bottom: 20px;
}
.banner_ input{
    display: inline-block;
    position: relative;
    padding: 16px;
    font-family: 'Exo';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #001D2D;
    background: #FFFFFF;
    border: 2px solid #238201;
    box-sizing: border-box;
    border-radius: 4px;
    max-width: 300px;
    margin-bottom: 15px;
    margin-right: 15px;
}
.banner_ .btn_slim{
    display: inline-block;
    position: relative;
    padding: 16px 90px;
    font-family: 'Exo';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #001D2D;
    background: #FFFFFF;
    border: 2px solid #015482;
    box-sizing: border-box;
    border-radius: 4px;
    max-width: 300px;
    margin-bottom: 15px;
}
h2 {
    display: block;
    position: relative;
    padding-left: 28px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
}
h2.center {
    display: block;
    position: relative;
    padding-left: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    max-width: 971px;
    margin: 0 auto 24px auto;
}
.line_utp{
    display: block;
    position: relative;
    padding: 12px 24px;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    border-left: 1px solid #000000;
}
.utp-1 .item-step{
    display: inline-block;
    position: relative;
    padding: 30px 38px 30px 105px;
    margin: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    text-align: left;
    line-height: 21px;
    color: #000000;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 85px;
}
.utp-1 .item-step:before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 20px;
    background-image: url(/vstuplenie-v-sro/usloviya-chlenstva/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.utp-1 .item-step:last-child:before{
    display: none;
}
@media (max-width:1200px){
    .utp-1 .item-step{
        font-size: 15px;
        line-height: 19px;
        background-size: 55px;
        padding: 20px 38px 20px 78px;
        margin: 15px;
    }
}
@media (max-width:991px){
    .utp-1 .item-step{

    }
    .utp-1 .item-step:before{
        display: none !important;
    }
}
.desc_page{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 42px;
}
.desc_page a{
    text-decoration: underline;
}
.tab_line{
    display: block;
    position: relative;
    margin-bottom: 12px;
}
.tab_line .tab_title{
    display: block;
    position: relative;
    background: #EFF5F8;
    padding: 33px 0 33px 98px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    color: #000000;
    cursor: pointer;
}
.tab_line .tab_title:before{
    content: '';
    display: block;
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/vstuplenie-v-sro/usloviya-chlenstva/add.svg);
    transition: 0.3s;
}
.tab_line.active .tab_title:before{
    transform: translateY(-50%) rotate(45deg);
}
.tab_text{
    display: none;
    position: relative;
    max-width: 778px;
    margin: auto;
    padding: 31px 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;

    color: #000000;
}
p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
}