
.start{
    height: 100vh;
    min-height: 700px;
    background-image: url('./../image/index/bg.jpg');
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-size: cover;
    background-color: #232323;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}

.start .bg-layout img{
        position: absolute;
    bottom: 0;
    left: 30%;
    content: '';
        z-index: 1;
}

.start .container {
    height: 100vh;
    min-height: 700px;
    position: relative;
}

.start__text p{
    color: white;
}
.bg-text{
    position: absolute;
    top: 30%;
    left: 0;
}
.bg-text h1{
    font-size: 200px;
    font-weight: bold;
    text-transform: uppercase;
}
.bg-text p{
    position: absolute;
    right: 0;
    bottom: -130px;
    color: white;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
}


.achieve .caption{
    max-width: 500px;
}

.achieve__images img{
    width: 100%;
    border-radius: 8px;
}

.achieve__youtube p {
    max-width: 300px;
}

.achieve__youtube-link{
    font-size: 13px;
    line-height: 16px;
    color: #232323;
}

.achieve__cash p{
    max-width: 300px;
}

.achieve__youtube-link:hover{
    text-decoration: underline;
    color: #232323;
}

.consult__text p{}
.consult__image img{
    /*width: 100%;*/
    border-radius: 8px;
}

.seminar__image{
    width: 50%;
    background-image: url('./../image/seminars/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.seminar__text{
    width: 50%;
    padding: 187px 100px 170px;
    background: #FF5A41;
}

.seminar__text .caption{
    max-width: 380px;
}
.seminar__text p{
    color: rgba(35, 35, 35, 0.7);
    max-width: 500px;
}
.seminar__text .button {
}

.courses{
    background: #232323;
}
.courses__fond{
    padding-top: 200px;
    padding-bottom: 200px;
}
.courses__fond-text .text{
    color: white;
}
.courses__caption{
    padding-top: 100px;
}

.courses__all{
    padding-bottom: 150px;
}


.courses__all-items:hover .courses__all-items--big:before{
    opacity: 1;
    transition: .2s ease-in-out;
}

.courses__all-items:hover .courses__all-items--small:before{
    opacity: 1;
    transition: .2s ease-in-out;
}

.courses__all-items--big{
    overflow: hidden;
    position: relative;
    width: 280px;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.courses__all-items--big::before{
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    width: 100%;
    transition: .2s ease-in-out;
    height: 100%;
    opacity: 0;
    background-color: rgba(0,0,0,.6);
}

.courses__all-items--link{
    color: white;
}

.courses__all-items--small{
    position: relative;
    width: 280px;
    height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.courses__all-items--small::before{
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .2s ease-in-out;
    background-color: rgba(0,0,0,.6);
}

.courses__caption{
    color: white;
}

.courses__fond-text .caption{
    color: white;
}


.courses__invest-text .small-caption{
    color: white;
}

.courses__invest-text p{
    color: white;
}


.courses__all-items--link{
    cursor: pointer;
    margin-top: 10px;
}

.courses__all-items{
    cursor: pointer;
}

.courses__all-items:hover.courses__all-items .arrow-link img{
    transform: translateX(0px);
    transition: .2s ease-in-out;
}

.courses__all-items .arrow-link{
    overflow: hidden;
    display: inline-flex;
    margin-left: 15px;
}

.courses__all-items .arrow-link img{
    transform: translateX(-20px);
    transition: .2s ease-in-out;
}

.cashflow__time-image img{
    /*width: 100%;*/
    border-radius: 8px;
}
.cashflow__create-image img {
    /*width: 100%;*/
    border-radius: 8px;
}
.courses__fond-image img {
    /*width: 100%;*/
    border-radius: 8px;
}
.power__percent-image img{
    /*width: 100%;*/
    border-radius: 8px;
}
.courses__invest-image img{
    /*width: 100%;*/
    border-radius: 8px;
}


.cashflow__team-image img{
    width: 100%;
    border-radius: 8px;
}
.power__percent-text .caption{
    font-size: 40px;
    line-height: 46px;
}

/*.achieve, .consult, .seminar, .courses, .cashflow  {*/
/*    overflow: hidden;*/
/*}*/

@media (max-width: 575.98px) {
    .power__percent{
        flex-wrap: wrap-reverse!important;
    }
    .power__percent-text .caption{
        font-size: 30px;
        line-height: 36px;
    }

    .consult__image img{
        width: 100%;
    }

    .achieve__options{
        width: 100%;
    }
    .achieve__youtube p{
        max-width: 100%;
    }
    .achieve__cash p{
        max-width: 100%;
    }

    .courses__fond{
        padding: 60px 0;
    }
    .courses__fond-image{
        margin-top: 25px;
    }

    .power__percent-image img{
        width: 100%;
    }
    .cashflow__create-image img{
        width: 100%;
    }
    .cashflow__team-image img{
        width: 100%;
    }
    .cashflow__time-image img{
        width: 100%;
    }

    .courses__invest-image img{
        width: 100%;
    }
    .courses__fond-image img{
        width: 100%;
    }



    .courses__all {

    }

    .start .bg-layout{
        display: none;
    }

    .start:before{
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .bg-text{
        left: 15px;
        top: 40%;
    }
    .bg-text h1{
        font-size: 14vw;
    }
    .bg-text p{
        bottom: -12vw;
        font-size: 6vw;
    }
    .start{
        min-height: 500px;
    }
    .start__text .button{
        margin: 43px auto 0;
    }
    .start__text{
        margin-bottom: 35%;
    }
    .start__text p{
        text-align: center;
    }
    .start .container{
        min-height: 500px;
    }

    .achieve__block{
        margin-top: 25px;
    }
    .achieve__youtube{
        margin-top: 30px;
    }
    .achieve__cash{
        margin-top: 30px;
    }
    .consult__text p{
        /*margin-top: 30px;*/
    }
    .consult__text .small-caption{
        margin-top: 30px;
    }

    .seminar__image{
        width: 100%;
    }
    .seminar__image{
        min-height: 300px;
        height: auto;

    }
    .seminar__text{
        width: 100%;
        background: none;
        padding: 30px 12px 95px;
    }

    .courses__caption{
        padding-top: 26px;
        font-size: 10px;
        line-height: 15px;
    }
    .courses__fond-text .caption{
        margin-top: 30px;
        margin-bottom: 30px;
     }

    .courses__invest-image{
        display: none !important;
    }
    .courses__invest{
        margin-top: 30px;
    }
    .courses__fond-image img{
        width: 100%;
    }
    .courses__invest-text p{
        margin-top: 30px;
    }
    .cashflow__team-image{
        display: none;
    }
    .cashflow__create{
        padding-top: 50px;
    }
    .cashflow__create-text p{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .cashflow__team {
        margin-top: 50px;
    }
    .cashflow__team-text p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .cashflow__time{
        margin-top:0px;
    }

    .cashflow__time-text h2{
        margin-top: 30px;
    }

    .cashflow__time-text p {
        margin-top: 30px;
    }

    .cashflow__time-text .button{
        margin-top: 50px;
    }

    .power__percent-text .caption{
        margin-bottom: 30px;
    }

    .power{
        margin-bottom: 100px;
    }
    .courses__all-items--big{
        height: 150px;
        width: 100%;
    }
    .courses__all-items--small{
        height: 150px;
        width: 100%;
    }
    .courses__all-items{
        margin-bottom: 30px;
        width: 100%;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .power__percent{
        flex-wrap: wrap-reverse!important;
    }
    .courses__fond{
        padding: 60px 0;
    }
    .courses__fond-image{
        margin-top: 25px;
    }
    .start .bg-layout{
        display: none;
    }
    .start:before{
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .bg-text h1{
        font-size: 12vw;
    }
    .bg-text p{
        bottom: -9vw;
        font-size: 5vw;
    }
    .start{
        min-height: 500px;
    }
    .start__text .button{
        margin: 43px auto 0;
    }
    .start__text{
        margin-bottom: 20%;
    }
    .start__text p{
        text-align: center;
    }
    .start .container{
        min-height: 500px;
    }

    .achieve__block{
        margin-top: 25px;
    }
    .achieve__youtube{
        margin-top: 30px;
    }
    .achieve__cash{
        margin-top: 30px;
    }
    .consult__text p{
        margin-top: 30px;
    }
    .consult__text .small-caption{
        margin-top: 30px;
    }

    .seminar__image{
        width: 100%;
    }
    .seminar__image{
        min-height: 300px;
        height: auto;
    }
    .seminar__text{
        width: 100%;
        max-width: 515px;
        margin: 0 auto;
        background: none;
        padding: 30px 0 95px;
    }
    .seminar__text .button{
        margin-top: 50px;
    }

    .courses__caption{
        padding-top: 26px;
        font-size: 10px;
        line-height: 15px;
    }
    .courses__fond-text .caption{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .courses__invest-image{
        display: none !important;
    }
    .courses__invest{
        margin-top: 30px;
    }

    .courses__invest-text p{
        margin-top: 30px;
    }
    .courses__all{
        padding-bottom: 50px;
    }
    .cashflow__team-image{
        display: none;
    }
    .cashflow__create{
        padding-top: 50px;
    }
    .cashflow__create-text p{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .cashflow__team {
        margin-top: 50px;
    }
    .cashflow__team-text p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .cashflow__time{
        margin-top:0px;
    }

    .cashflow__time-text h2{
        margin-top: 30px;
    }

    .cashflow__time-text p {
        margin-top: 30px;
    }

    .cashflow__time-text .button{
        margin-top: 50px;
    }

    .power__percent-text .caption{
        margin-bottom: 30px;
    }

    .power{
        margin-bottom: 100px;
    }
    .courses__all-items--big{
        width: 100%;
        height: 280px;
    }
    .courses__all-items--small{
        width: 100%;
    }
    .courses__all-items{
        padding: 20px;
    }

    .container{
        max-width: 540px;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {

    .power__percent{
        flex-wrap: wrap-reverse!important;
    }

    .courses__fond{
        padding: 60px 0;
    }
    .courses__fond-image{
        margin-top: 25px;
    }
    .start .bg-layout{
        display: none;
    }
    .bg-text h1{
        font-size: 100px;
    }
    .bg-text p{
        bottom: -70px;
        font-size: 40px;
    }
    .start{
        min-height: 500px;
    }
    .start__text .button{
        margin: 43px auto 0;
    }
    .start__text{
        margin-bottom: 20%;
    }
    .start__text p{
        text-align: center;
    }
    .start .container{
        min-height: 500px;
    }

    .achieve__block{
        margin-top: 25px;
    }
    .achieve__youtube{
        margin-top: 30px;
    }
    .achieve__cash{
        margin-top: 30px;
    }
    .consult__text p{
        margin-top: 30px;
    }
    .consult__text .small-caption{
        margin-top: 30px;
    }

    .seminar__image{
        width: 100%;
    }
    .seminar__image{
        min-height: 400px;
        height: auto;
    }
    .seminar__text{
        width: 100%;
        max-width: 515px;
        margin: 0 auto;
        background: none;
        padding: 30px 0 95px;
    }

    .seminar__text .button{
        margin-top: 50px;
    }

    .courses__caption{
        padding-top: 26px;
        font-size: 10px;
        line-height: 15px;
    }
    .courses__fond-text .caption{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .courses__invest-image{
        display: none !important;
    }
    .courses__invest{
        margin-top: 30px;
    }

    .courses__invest-text p{
        margin-top: 30px;
    }
    .courses__all{
        padding-bottom: 50px;
    }
    .cashflow__team-image{
        display: none;
    }
    .cashflow__create{
        padding-top: 50px;
    }
    .cashflow__create-text p{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .cashflow__team {
        margin-top: 50px;
    }
    .cashflow__team-text p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .cashflow__time{
        margin-top:0px;
    }

    .cashflow__time-text h2{
        margin-top: 30px;
    }

    .cashflow__time-text p {
        margin-top: 30px;
    }

    .cashflow__time-text .button{
        margin-top: 50px;
    }

    .power__percent-text .caption{
        margin-bottom: 30px;
    }

    .power{
        margin-bottom: 100px;
    }
    .courses__all-items--big{
        width: 100%;
        height: 280px;
    }
    .courses__all-items--small{
        width: 100%;
    }
    .courses__all-items{
        padding: 20px;
    }

    .container{
        max-width: 540px;
    }

}


@media (min-width: 992px) and (max-width: 1199.98px) {

    .cashflow__time-image img{
        width: 100%;
    }
    .cashflow__create-image img {
        width: 100%;
    }

    .consult__text{
        min-width: 360px;
    }
    .start .bg-layout img{
        width: 37%;
    }

    .courses__all-items--big{
        width: 100%;
    }
    .courses__all-items--small{
        width: 100%;
    }
    .courses__all-items{
        padding: 20px;
    }


    .seminar__text{
        padding: 80px 50px 80px;
    }

    .courses__all-items{
        margin-bottom: 30px;
    }
    .bg-text h1{
        font-size: 150px;
    }
    .bg-text p{
        bottom: -100px;
        font-size: 50px;
    }

}

@media (min-width: 1200px) and (max-width: 1400px) {

    .courses__all-items--big{
        width: 100%;
    }
    .courses__all-items--small{
        width: 100%;
    }
    .courses__all-items{
        /*height: 400px;*/
        padding: 20px;
    }
    .bg-text h1{
        font-size: 180px;
    }
    .bg-text p{
        font-size: 50px;
    }
    .start .bg-layout img{
        width: 33%;
        left: 35%;
        /*bottom: -65px;*/
    }
}

@media (min-width: 1400px) {
    .start .bg-layout img{
        width: 30%;
        left: 35%;
        /*bottom: -39px;*/
    }
}


/*@media (max-height: 800px) and (max-width: 1400px){*/
/*    .start .bg-layout img{*/
/*        width: 25%;*/
/*        left: 35%;*/
/*        bottom: -70px;*/
/*    }*/
/*}*/
