.sub-header{
    overflow: hidden;
    /*height: 550px;*/
    position: relative;
    width: 100%;
    margin-top: -20px;
}

.sub-header-image{
    background: url("/asserts/img/online/main.JPG");
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
    z-index: 0;
    width: 100%;
}

.sub-header-image-base-of-dance{
    background: url("/asserts/img/online/baseOfDance/IMG_3247.JPG");
    position: absolute;
    top: 0px;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 780px;
    z-index: 0;
    width: 100%;
}

.sub-header-image-base-of-dance2{
    background: url("/asserts/img/online/baseOfDance/IMG_3407.JPEG");
    position: absolute;
    top: 0px;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
    z-index: 0;
    width: 100%;
}

.online-gradient{
    width: 100%;
    background: linear-gradient(to right, #000000, #7b7b7b);
}

.sub-header-title{
    color: white;
    z-index: 1;
    position: absolute;
    text-align: center;
    top: 20px;
    font-size: 30px;
    height: 100px;
}

.sub-header-title1{
    margin: 0 auto;
    width: 540px;
    display: flex;
}

.online-logo{
    width: 30%;
    max-width: 100px;
}

.online-logo img{
    width: 100%;
}

.sub-header-form{
    position: absolute;
    z-index: 1;
    top: 200px;
    left: 15%;
    font-size: 19px;
    color: white;
    text-align: center;
    word-break: break-word;
}

.start-date{
    font-size: 33px;
    font-weight: bold;
}

.connect-btn {
    margin-top: 10px;
    max-width: 220px;
}

.online-white-container{
    background-color: white;
    width: 100%;
    color: black;
    text-align: center;
    padding: 10px;
}

.online-black-container{
    background-color: #212121;
    width: 100%;
    color: white;
    text-align: center;
    padding: 10px;
}

.online-block-title{
    font-size: 55px;
    font-weight: bold;
    max-width: 750px;
    margin: 30px auto;
}

.online-block-content{
    max-width: 750px;
    margin: 0 auto;
}

.online-block-content .row{
    margin: 30px 0;

}

.online-check{
    color: #3a8ae6;
    font-size: 65px;
    width: 50px;
    height: 50px;
    margin-top: -30px;
}

.online-check-text{
    width: 80%;
    text-align: left;
    margin: auto;
    font-size: 20px;
}

.online-check-text1{
    font-size: 16px;
    margin-top: 10px;
}

.blue-round{
    border-radius: 30px;
    width: 50px;
    height: 50px;
    border: 3px solid #3a8ae6;
    padding: 11px;
    color:  #3a8ae6;
    font-weight: bold;
}

.online-row{
    display: flex;
    max-width: 990px;
    padding-bottom: 40px;
}

.online-row-type{
    display: flex;
    max-width: 710px;
    padding-bottom: 40px;
}

.online-row-type .online-cart{
    width: 350px;
}

.online-cart{
    margin: 5px 5px;
    position: relative;
}

.online-cart-img{
    max-width: 300px;
    width: 100%;
    overflow: hidden;
    margin: 10px;
}

.online-cart-img img{
    max-width: 300px;
    width: 100%;
}

.online-cart-title{
    font-size: 33px;
}

.online-cart-content{
    font-size: 16px;
    padding: 7px;
    width: 55%;
}

.online-background{
    width: 100%;
    height: 110%;
}

.online-cart .row{
    width: 455px;
    height: 290px;
}

.online-type-content{
    max-width: 300px;
    height: 100px;
}

.online-cart .row .online-cart-content{
    width: 48%;
}

.online-old-price{

}

.online-modal-try{
    position: fixed;
    top: 100px;
    padding: 10px;
    z-index: 3;
    max-height: 600px;
    overflow-y: auto;
    width: 550px;

}

.online-modal-sent{
    position: fixed;
    width: 70%;
    left: 20%;
    border: #6d90ff;
    border-radius: 10px;
    max-height: 550px;
    overflow-y: scroll;
    top: 100px;
    padding: 30px;
    z-index: 3;
}

.online-lesson-content{
    width: 100%;
    padding-left: 2%;
}


.createUserModal{
    padding-left: 20px;
}

.scroll-shadows {
    max-height: 530px;
    overflow: auto;
    margin: 15px 0;
    z-index: 101;
}

.scroll-shadows--black {
    background:
            radial-gradient(
            farthest-side at 50% 0,
            rgba(255, 255, 255, 0.2),
            rgba(255, 0, 0, 0)
    ) 0 0 / 100% 30px no-repeat scroll, radial-gradient(
            farthest-side at 50% 100%,
            rgba(255, 255, 255, 0.2),
            rgba(255, 0, 0, 0)
    ) 0 100% / 100% 30px no-repeat scroll;
}

.scroll-shadows--white {
    padding: 1px 0;
    background: linear-gradient(to right, #1b1b1b, #1b1b1b
    ) 0 0 / 100% 35px no-repeat local, linear-gradient(to right, #1b1b1b, #1b1b1b
    ) 0 100% / 100% 35px no-repeat local;
}

.toGo{
    bottom: 5px;
    background-color: rgba(176, 211, 255, 0.64);
    position: absolute;
    color: black;
    width: 100%;
    text-align: center;
}

.online-lesson-flag{
    padding-right: 10px;
    width: 150px;
}

.write-to-trainer{
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 100px;
    width: 200px;
    overflow: hidden;
}

.marOnlineTitle{
    margin: 10px 25% 0 0;
}

.bonus-block{
    width: 300px;
}

@media screen and (max-width: 991px) {

    .sub-header-form{
        left: 12%;
        font-size: 13px;
    }

    .online-block-title{
        font-size: 38px;
    }

    .online-check-text{
        font-size: 18px;
    }

    .online-check-text1{
        font-size: 16px;
    }

    .online-row{
        display: block;
    }

    .online-row-type{
        display: block;
    }

    .online-cart{
        margin: 10px auto;
        width: 455px;
    }

    .bonus-block{
        width: 150px;
    }


}

@media screen and (max-width: 767px) {
    .sub-header-title {
        font-size: 22px;
    }

    .start-date{
        font-size: 22px;
        font-weight: bold;
    }

    .sub-header-form{
        left: 5%;
        font-size: 12px;
    }

    .online-block-title{
        font-size: 36px;
    }

    .sub-header-title1{
        width: 400px;
    }

    /*.online-logo {*/
    /*    width: 40%;*/
    /*}*/

    .online-cart-img {
        /*height: 160px;*/
        overflow: hidden;
        margin: 0 auto;
    }

    .online-cart-content{
        font-size: 14px;
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .sub-header-image{
       height: 620px;
    }
    /*.sub-header-image-base-of-dance{*/
    /*   height: 620px;*/
    /*}*/


    .sub-header-form{
        top: 215px
    }

    .online-block-title{
        font-size: 32px;
    }

    .online-check-text{
        font-size: 15px;
    }

    .online-check-text1{
        font-size: 12px;
    }

    .online-lesson-content{
        width: auto;
        padding-left: 10px;
    }

    .online-lesson-flag{
        /*margin-top: -150px;*/
    }
    .write-to-trainer{
        position: fixed;
        bottom: -10px;
        right: -10px;
        border-radius: 0;
        width: 100%;
        overflow: hidden;
    }

    .toGoA{
        width: 100%;
        max-width: 1000px;
    }

    .toGoA img{
        width: 100%;
        max-width: 1000px;
    }
}

@media screen and (max-width: 580px) {
    .online-block-title{
        font-size: 26px;
    }

    .online-cart .row{
        width: 100%;
        height: auto;
    }

    .online-cart{
        width: 100%;
    }

    .online-cart-title{
        font-size: 24px;
    }



    .online-modal-sent{
        width: 90%;
        left: 5%;
    }

}

@media screen and (max-width: 480px) {

    .marOnlineTitle{
        margin: 30px auto 0;
    }

    .sub-header-form {
        top: 150px
    }

    .sub-header-title {
        /*height: 60px;*/
        font-size: 20px;
    }

    .online-block-title {
        font-size: 22px;
    }

    .online-check-text {
        font-size: 10px;
    }

    .online-check-text1 {
        font-size: 8px;
    }

    .tr-ins {
        /*position: absolute;*/
        top: 160px;
        left: 3%;
    }

    .online-cart .row {
        margin-bottom: 30px;
    }




    .sub-header-title1{
        width: 300px;
    }

    /*.online-logo {*/
    /*    width: 25%;*/
    /*}*/

}

@media screen and (max-width: 391px) {

}

