html{scroll-behavior: smooth;}
.btn-fill.btn-main {
    background-color: #9dc73d;
    color: #242731;
}
.popup-form__form-footer button {
    width: 100%;
}
.message__success{
    color: black;
}

.callback-form__input{
    color: #333333;
}

.course-first .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.course-first  .course-text{
    width:70%;
    padding-right: 30px;
}

.course-first  .course-form{
    width:30%;
}

.course-first  .course-form .popup-form__form{
    position: relative;
    width: 100%;
    max-width: 100%;
}

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

    .course-first  .course-text{
        width:100%;
        padding-right: 0;
    }
    .course-first  .course-form{
        padding-top: 30px;
        width:100%;
    }
}
.btns .btn-blue.active {
 background-color:#f1361d;
 pointer-events:none;
}
