.school-request__buy{
    display: block;
    background-color: #25942e;
    border: none;
    padding: 10px 15px;
    color: #fff;
}

.school-request__buy:hover {
    background-color: #3ac045;
}

.price-bold{
    font-weight: bold;
    color: red;
}

.btn-next{
    display: inline-block;
    background-color: #25942e;
    border: none;
    padding: 15px 45px;
    color: #fff;
    margin: 0 auto;
}

.btn-next:hover {
    background-color: #3ac045;
}
.btn-next:active {
    background-color: #3ac045;
}
.btn-next:focus {
    background-color: #3ac045;
}

.buy-steps-content{
    display: none;
}

.personal-data{
    font-size: 22px;
    color: #bfc8bf;
}

.buy-steps-content input[type='radio']{
    width: 25px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.buy-steps-list{
    display: flex;
    width: 700px;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 90px;
}
.buy-steps-list .buy-steps-list__item{
    display: flex;
    align-items: center;
    position: relative;
}

.buy-steps-list .steps-line {
    margin: 0 10px;
    width: 155px;
    height: 3px;
    background-color: #C3C1C1;
    position: relative;
}
.buy-steps-list .steps-ico{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.buy-steps-list .steps-ico_check{
    background-color: #080;
    color: #fff;
}
.buy-steps-list .steps-ico_check+.steps-line{
    background-color: #080;
}
.buy-steps-list .steps-ico_check-half+.steps-line:after{
    content: '';
    height: 100%;
    width: 50%;
    background-color: #C3C1C1;
    right: 0;
    position: absolute;
}
.buy-steps-list .steps-ico_not-check{
    background-color: #fff;
    border: 2px solid #C3C1C1;
    color: #C3C1C1;
}
.buy-steps-list .steps-ico_not-check span{
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 2em;
    transform: translate(-50%,-50%);
}
.buy-steps-list .steps-name{
    /*font-weight: bold;*/
    position: absolute;
    bottom: -28px;
    transform: translateX(-50%);
    left: 22px;
    width: 150px;
    text-align: center;
}
@media (max-width: 800px) {
    .buy-steps-list{
        display: none;
    }
}

.after_payment {
	margin: 0 10px 20px 10px; 
	padding: 5px;	
}

.contract-signature-block {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 20px 0 40px;
    min-width: 300px;
}
.contract-signature-block p.mp {
    display: inline-block;
    position: relative;
    left: 140px;
}
.contract-signature-image {
    position: absolute;
    width: 90px;
    top: 12px;
    left: 55px;
}
.contract-stamp-image {
    position: absolute;
    width: 172px;
    left: 58px;
    top: 20px;
    transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
}