.course-intro{
    background-color: #83c240;
    background-image: url('../images/usluga-1-ico.png');
    background-position: center right 100px;
    background-repeat: no-repeat;
    background-size: auto 120%;
    color: white;
    text-align: center;
    padding: 60px 0px;
    border-top: 1px solid #559058;
    margin-bottom: 50px;
    position: relative;
}

.course-pager{
    position: absolute;
    bottom: -15px;
    left: calc(50% - 50px);
    line-height: 0;
}

.course-pager .step{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0px 10px;
    background: url(../images/pager.png) center center no-repeat;
}

.course-pager .step.active{
    background: url(../images/pager-active.png) center center no-repeat;
}

.course-intro h1{
    font-size: 5rem;
    margin: 0px;
    font-weight: 100;
    font-family: "Raleway", sans-serif;
}

.course-article{
    padding-top: 20px;
}

.course-article:last-child{
    margin-bottom: 50px;
}

.course-article .course-description{
    font-weight: 700;
    font-size: 1.5rem;
}

.course-article .course-description p{
    margin: 0px;
}

.course-article h4{
    color: #83c240;
    font-weight: 700;
    font-size: 1.6rem;
}

.course-article .go-back{
    text-align: right;
}

.course-article .go-back a{
    color: #83c240;
    font-weight: 100;
    font-size: 2rem;
    text-align: right;
    line-height: 6rem;
}

.course-article .step-title{
    color: #0e477e;
    font-weight: 800;
    text-align: center;
    font-size: 5rem;
    line-height: 6rem;
}

.course-btn{
    border: 2px solid #83c240;
    color: #83c240;
    border-radius: 10px;
    padding: 10px 50px;
    margin: 30px 4px;
    display: inline-block;
    font-weight: 700;
    font-size: 2.5rem;
}

.course-article .course-btn.small-btn{
    font-size: 1.5rem;
    padding: 5px 10px;
    font-weight: normal;
}

.course-article .course-btn:hover, .course-article .course-btn:active, .course-article .course-btn:visited{
    text-decoration: none;
}

.payment-table > div{
    border: 2px solid #ebebeb;
}

.payment-table .no-padding{
    padding: 0px;
}

.payment-table .payment-data{
    font-size: 3rem;
    font-weight: 400;
    border-left: 2px solid #ebebeb;
    padding: 20px 0px;
}

.payment-table .payment-data p{
    margin-bottom: 0px;
}

.payment-table .payment-data .price{
    font-size: 6rem;
    font-weight: 800;
}

.payment-table .promotion{
    color: white;
    background: red;
    padding: 5px;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 7.5rem;
}

.payment-table .promotion-text{
    color: red;
    font-size: 2.5rem;
    font-weight: 400;
}

.payment-table .courses .course-list .single-course{
    border-top: none;
}

.crossed{
    position: relative;
    font-size: 5rem;
}

.crossed:before, .crossed:after {
    position: absolute;
    content: '';
    background: red;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.crossed:after {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.step2 {
    display: none;
}

.step2 .btn-green{
    font-size: 1.8rem;
    color: white;
}

.step3 {
    display: none;
}

.stepx input[type="radio"]{
    display: inline-block;
}

.stepx input[type="checkbox"]{
    margin-top: 13px;
}

.stepx label{
    display: block;
    line-height: 20px;
}