.hero-greats {
    background: linear-gradient(116.82deg, #4E407E 0%, #9589EA 50%, #D5D9DF 100%);

}

.inner-hero-greats {
    width: 90%;
    margin: auto;
    padding: 40px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-greats-left {
    width: 45%;
    position: relative;
    border-radius: 8px;
    height: auto;
    aspect-ratio: 16/9;
}

.hero-greats-right {
    width: 50%;
}

.img-video-hero-greats {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    border-radius: 20px;
    object-fit: cover;
}

.video-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title-hero-greats-right {
    font-size: 50px;
    color: white;
    font-weight: 700;
    margin-bottom: -20px;
}

.subtitle-hero-greats-right {
    font-weight: 900;
    font-size: 55px;
    line-height: 80px;
    text-align: justify;
    color: white;
    text-shadow:
            -2px -2px 0 #7869AA,
            2px -2px 0 #7869AA,
            -2px 2px 0 #7869AA,
            2px 2px 0 #7869AA,
            0px 12px 12px #3C4046A3;
}

.trainer-hero-greats-right {
    font-size: 29px;
    color: white;
    font-weight: 600;
    margin-bottom: 30px;
}

.desc-hero-greats-right {
    width: 80%;
    font-size: 20px;
    color: #3C4046;
    font-weight: 500;
    margin-bottom: 40px;
}

.images-hero-greats {
    background-color: #D5D9DF33;
    box-shadow: 0px 4px 4px 0px #00000059;
    backdrop-filter: blur(4px);
    padding: 15px;
    border-radius: 20px 0 0 20px;
    margin-right: -80px;
}

.images-hero-greats img {
    height: 135px;
    border-radius: 15px;
    filter: grayscale(80%);
}

.images-hero-greats .slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.slider img.active {
    border: 2px solid #F7941D;
    filter: grayscale(0%);
    border-radius: 15px;
    height: 150px;
}

.new-hint-journey {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px
}

.normal-path-greats {
    width: 100%;
}

.steps-section {
    width: 90% !important;
}

.bottom-steps {
    background: linear-gradient(328.56deg, #6FDDBC -0.52%, #61509E 101.55%);
    box-shadow: 0px 4px 5px 0px #00000080;
    height: 94px;
    width: 100%;
}

.bottom-steps p {
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.delay-greats {
    background-color: #D5D9DF80;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;

}

.inner-delay-greats {
    width: 90%;
    margin: auto;
    padding: 50px 0px;
}

.one-delay-greats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #B7BBC2;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.one-delay-greats:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.one-delay-greats-info {
    width: 55%;
}

.one-delay-greats img {
    border-radius: 20px;
}

.title-delay-new {
    font-size: 35px;
    font-weight: bold;
}

.desc-delay {
    font-size: 20px;
    margin-top: 20px;
}

.hint-delay {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
}

.subhint-delay {
    font-size: 24px;
    font-weight: bold;
    color: #61509E;
    margin-top: 10px;
    margin-bottom: -10px;
}

.one-delay-greats-info-last {
    margin-top: 20px;
}

.div-img-delay {
    width: 40%;
}

.div-img-delay img {
    width: 100%;
}

.space-chance {
    margin-top: 220px;
}

.discount-greats {
    margin-bottom: 140px;
    margin-top: 200px;
}

.discount-greats-top {
    background-color: #61509E;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.inner-discount-greats-top {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 300px;
}

.inner-discount-greats-top-right {
    padding: 25px;
    border-radius: 20px;
    width: 60%;
    background-color: #D5D9DF;
    box-shadow: 0px 8px 7px 0px #00000073;
    position: relative;
    margin-top: 20px;
}

.taj-discount {
    position: absolute;
    top: -100px;
    left: 55px;
}

.one-discount-top-right {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.discount-greats-bottom {
    background-color: #4E407E;
    height: 200px;
}


.one-discount-top-right p {
    font-size: 21px;
}

.inner-discount-greats-top-left {
    width: 35%;
}

.title-discount {
    font-size: 25px;
    font-weight: 700;
    color: white;
    text-align: center;
}

.price-discount {
    font-size: 38px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.real-price-discount {
    margin: auto;
    background-color: #4E407E;
    border: 1px solid white;
    border-radius: 15px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    gap: 15px;
    margin-top: 10px;
    height: 120px;
}

.real-price-discount p {
    font-size: 92px;
    color: white;
    font-weight: bold;

}

.inner-discount-greats-bottom {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
}

.div-inner-discount-bottom {
    width: 30%;
    margin-top: 50px;
}

.one-payment-discount {
    margin-bottom: 15px;
}

.one-payment-discount p {
    font-size: 25px;
    color: white;
    font-weight: bold;
}

.div-inner-discount-bottom-green {
    width: 60%;
    background-color: #6FDDBC;
    box-shadow: 0px 4px 4px 0px #00000073;
    padding: 20px;
    margin-top: 150px;
    border-radius: 15px;
}

.div-inner-discount-bottom-green p {
    font-size: 33px;
    color: #3C4046;
    text-align: center;
    font-weight: bold;
}

.hero-greats-left iframe {
    height: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
}

.next-step {
    background-image: url(../img/bundle/bg-next-step.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 471px;
    margin-bottom: 360px;
    margin-top: 100px;
}

.title-next-step {
    font-size: 27px;
    font-weight: 700;
    padding-top: 30px;
    margin: 20px 75px 0px 0px;
    width: 35%;
}

.inner-next-step {
    background-color: #61509E;
    margin-top: 50px;
    height: 275px;
}

.inside-inner-next-step {
    width: 90%;
    margin: 20px auto;
    padding: 30px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.inside-next-step-right {
    width: 50%;
}

.inside-next-step-left {
    width: 45%;
    position: relative;
}

.inside-inner-next-step img:first-child {
    position: absolute;
    left: -60px;
    top: -190px;
    width: 60%;
}

.inside-inner-next-step img:last-child {
    position: absolute;
    top: 80px;
    left: 150px;
    width: 99%;
}

.inside-next-step-right p:first-child {
    font-size: 25px;
    color: white;
}

.inside-next-step-right p:last-child {
    font-size: 45px;
    font-weight: bold;
    color: white;
}

.bottom-next-step {
    width: fit-content;
    background-color: #6FDDBC;
    box-shadow: -3px 5px 6px 0px #00000073;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    padding: 30px 50px 30px 20px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.li-next-step p {
    font-size: 25px;
    font-weight: bold;
}

.price-next-step {
    background-color: #61509E;
    padding: 20px 40px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.price-number-next-step {
    font-size: 75px;
    font-weight: bold;
    color: white;
}

.instead-next-step {
    color: white;
    font-size: 25px;
    white-space: nowrap;
}

.golden-rules {
    height: 360px;
    background: linear-gradient(354.59deg, #6FDDBC -41.16%, #61509E 100.41%);
    margin-bottom: 550px;
    margin-top: 220px;
    box-shadow: 0px 4px 6px 0px #00000073;

}

.inner-golden-rules {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
}

.inner-golden-rules .book-img {
    position: absolute;
    right: 0px;
    top: -150px;
    z-index: 10;
}

.title-book {
    position: absolute;
    top: -50px;
    right: 400px;
    width: fit-content;
    background-color: #61509E;
    box-shadow: 0px 4px 5px 0px #00000073;
    padding: 10px 50px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.div-golden-rules {
    display: flex;
    align-items: center;
    gap: 60px;
    width: 50%;
    margin-top: 50px;
    margin-right: 100px;
    float: left;
}

.div-golden-rules p {
    font-size: 60px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
}

/* .bottom-golden-rules {
    background-image: url(../img/bundle/bg-golden-rules.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 450px;
    width: 80%;
    float: left;
    margin: 27px 0px 20px 80px;
    position: relative;
    z-index: 2;
}

 */
.bottom-golden-rules {
    /* background-image: url(../img/bundle/bg-golden-rules.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom; */
    float: left;
    min-height: 450px;
    width: 80%;
    margin: 27px 0px 20px 80px;
    position: relative;
    z-index: 2;
}

/* .closer-next-step {
    position: absolute;
    top: 72%;
    right: 0.48%;
    transform: translateY(-50%);
    width: 15%;
    height: auto;
    border-top-left-radius: 25%;
} */

.closer-next-step {
    position: absolute;
    top: 275px;
    right: 29px;
    z-index: 1;
    width: 150px;
    height: 158px;
    border-top-left-radius: 40px;
}

.content-bottom-golden-rules {
    position: absolute;
    width: 68%;
    top: 50px;
    left: 30%;
    transform: translateX(-30%);
}

.bg-next-step {
    width: 95%;
    height: 450px;
}

.content-bottom-golden-rules p {
    font-size: 24px;
    font-weight: 500;
}

.end-next-step {
    width: 90%;
    margin: auto;

    gap: 20px;
}

.inner-end-next-step p {
    font-size: 30px;
    font-weight: bold;
    width: 45%;
    text-align: center;
    margin-bottom: 30px;
}

.inner-end-next-step {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.btn-golden-rules {
    padding: 20px 40px !important;
}

@media screen and (max-width: 1408px) {
    .price-next-step {
        padding: 20px;
    }

    .inside-inner-next-step img:first-child {
        top: -150px !important;
    }

    /*  */

}

@media screen and (max-width: 1390px) {
    .div-golden-rules {
        width: 45%;
    }

    .img-22 {
        width: 290px;
    }

    .div-golden-rules p {
        font-size: 50px;
    }

    .bottom-golden-rules {
        margin: 100px 0px 20px 0px;
    }
}

@media screen and (max-width: 1365px) {
    .images-hero-greats img {
        width: 85px;
        height: 125px;
    }

    .slider img.active {
        height: 140px;
    }

    .inside-next-step-right {
        width: 40%;
    }

    .inside-next-step-right p:first-child {
        font-size: 20px;
    }

    .inside-next-step-right p:last-child {
        font-size: 37px;
    }

    .price-number-next-step {
        font-size: 60px;
    }

    .li-next-step p {
        font-size: 20px;
        white-space: nowrap;
    }

    .inside-inner-next-step img:last-child {
        left: 100px;
    }
}

@media screen and (max-width: 1299px) {
    .images-hero-greats img {
        width: 80px;
    }
}

@media screen and (max-width: 1217px) {
    .one-payment-discount p {
        font-size: 20px;
    }

    .title-next-step {
        margin: 20px 55px 0px 0px;
        width: 30%;
        font-size: 22px;
    }
}

@media screen and (max-width: 1136px) {
    .images-hero-greats img {
        width: 65px;
    }

    .inside-inner-next-step img:last-child {
        left: 50px;
    }
}

.images-hero-greats-mobile, .div-btn-hero-mobile, .img-six-courses-mobile {
    display: none;
}

@media screen and (max-width: 1126px) {
    .end-next-step, .div-btn-golden-rules {
        margin-top: -30px !important;
    }

    .inner-end-next-step p {
        width: 100%;
        font-size: 18px;
    }

    .inner-golden-rules .book-img {
        width: 300px;
        top: -80px;
    }

    .title-book {
        font-size: 30px;
        right: 238px;
    }

    .div-golden-rules p {
        font-size: 40px;
    }

    .div-golden-rules {
        margin-right: 0px;
    }

    .closer-next-step {
        display: none;
    }

    .golden-rules {
        min-height: 270px;
    }

    .bg-next-step {
        display: none;
    }

    .bottom-golden-rules {
        background-image: none;
        background-color: #d5d9df;
        width: 100%;
        margin: 77px 0px 0px 0px;
        min-height: 330px;
    }

    .content-bottom-golden-rules {
        position: relative;
        top: 50%;
        left: 50%;
        left: 30%;
        transform: translateX(-50%, 50%);
        padding: 40px;
        width: 100%;
    }

    .content-bottom-golden-rules p {
        font-size: 20px;
    }

    .b-next-step {
        font-size: 23px !important;
    }

    .img-22 {
        width: 200px;
    }

    .next-step {
        background-image: none;
    }

    .title-next-step {
        width: 100%;
    }

    .inner-next-step {
        margin-top: 10px;
    }

    .inside-next-step-right {
        width: 90%;
    }

    .img-six-courses {
        display: none;
    }

    .bottom-next-step {
        width: 80%;
        height: 200px;
    }

    .inside-inner-next-step img:first-child {
        width: 200px;
        left: -20px !important;
        top: -80px !important;
    }

    .img-six-courses-mobile {
        display: block;
        width: 95%;
        margin-top: 20px;
    }

    .div-btn-hero-web {
        display: none;
    }

    .div-btn-hero-mobile {
        display: block;
        margin-top: 0px !important;
    }

    .div-btn-hero-mobile button {
        margin-bottom: 20px !important;
    }

    .div-btn-hero-mobile img {
        top: 23px !important;
    }

    .hero-greats-left {
        width: 60%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .youtube-placeholder {
        background-color: #9589EA;
        padding: 25px;
        border-radius: 20px;
    }


    .images-hero-greats img {
        width: 80px;
    }

    .hero-greats-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .desc-hero-greats-right, .images-hero-greats-web {
        display: none;
    }

    .images-hero-greats-mobile {
        width: 100%;
        display: block;
        margin-right: 0px;
        border-radius: 20px;
    }

    .inner-hero-greats {
        flex-direction: column;

    }

    .inner-discount-greats-bottom {
        flex-direction: column;
        align-items: center;
    }

    .div-inner-discount-bottom {
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .div-inner-discount-bottom-green {
        width: 100%;
        margin-top: 20px;
    }

    .div-inner-discount-bottom-green p {
        font-size: 25px;
    }

    .real-price-discount {
        height: 90px;
    }

    .real-price-discount svg {
        width: 61px;
        height: 70px;
    }

    .title-discount {
        font-size: 16px;
    }

    .price-discount {
        font-size: 20px;
    }

    .real-price-discount p {
        font-size: 45px;
    }

    .one-discount-top-right p {
        font-size: 16px;
    }

    .one-discount-top-right svg {
        width: 38px;
        height: 38px;
    }

    .taj-discount {
        width: 100px;
        height: 100px;
        top: -50px;
    }

    .inner-discount-greats-top-left {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .inner-discount-greats-top {
        height: fit-content;
        flex-direction: column;
    }

    .inner-discount-greats-top-right {
        margin-top: -80px;
        width: 100%;
    }

    .space-chance {
        margin-top: 40px;
    }

    .img-register1 {
        top: -170px !important;
    }

    .one-delay-greats {
        flex-direction: column-reverse;
    }

    .one-delay-greats-info {
        width: 100%;
    }

    .div-img-delay {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 984px) {
    .hero-greats-left {
        width: 100%;
    }

    .img-register1 {
        top: -110px !important;
        height: 530px;
    }
}

@media screen and (max-width: 847px) {
    .inner-golden-rules {
        justify-content: flex-end;
    }

    .div-golden-rules {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .bottom-golden-rules {
        margin: 38px 0px 0px 0px;
    }

    .title-book {
        font-size: 22px;
    }
}

@media screen and (max-width: 670px) {
    .title-book {
        font-size: 20px;
        right: 199px;
    }

    .inner-golden-rules .book-img {
        width: 250px;
        top: -70px;
    }

    .img-22 {
        width: 150px;
    }

    .div-golden-rules p {
        font-size: 24px;
    }

    .content-bottom-golden-rules p {
        font-size: 16px;
    }

    .golden-rules {
        height: 270px;
    }

    .bottom-golden-rules {
        margin: 30px 0px 0px 0px;
    }

    .next-step {
        margin-bottom: 450px;
    }

    .title-hero-greats-right, .subtitle-hero-greats-right {
        font-size: 44px;
    }

    .trainer-hero-greats-right {
        font-size: 20px;
        margin-top: 20px;
    }

    .images-hero-greats img {
        width: 65px;

    }

    .slider img.active {
        height: 130px;
    }

    .bottom-next-step {
        width: 97%;
        height: 300px;
        margin-top: 80px;
    }

    .title-next-step {
        font-size: 20px;
        text-align: center;
        margin: 60px 0px -20px 0px;
        padding: 20px 10px;
        background-color: #D5D9DF;
    }

    .inside-next-step-right p:first-child, .li-next-step p, .instead-next-step {
        font-size: 16px;
    }

    .inside-next-step-right p:last-child {
        font-size: 24px;
    }

    .price-number-next-step {
        font-size: 40px;
    }

    .div-instead-next {
        margin-top: 0px !important;
    }

    .div-price-next {
        margin-top: -15px !important;
    }

    .div-price-next svg {
        width: 40px;
        height: 45px;
    }
}

@media screen and (max-width: 611px) {
    .desc-hero-greats-right{
        display: none !important;
    }
    .golden-rules {
        margin-top: 100px;
        margin-bottom: 420px;
    }

    .b-next-step {
        font-size: 18px !important;
    }

    .title-book {
        font-size: 16px;
        white-space: nowrap;
        right: 180px;
        padding: 10px 20px;
        top: -40px;
    }

    .inner-golden-rules .book-img {
        right: -15px;
        top: -58px;
    }

    .bottom-steps {
        padding: 0px 20px;
    }

    .content-bottom-golden-rules {
        padding: 20px;
    }

    .steps-section .title {
        width: 100% !important;
    }

    .one-delay-greats {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .title-delay-new {
        font-size: 20px;
        text-align: center;
    }

    .desc-delay {
        font-size: 16px;
        text-align: center;
    }

    .hint-delay {
        font-size: 18px;
        text-align: center;
    }

    .subhint-delay {
        font-size: 18px;
        text-align: center;
    }

    .img-register1 {
        top: -80px !important;
        height: 500px;
    }

    .row-journey-change {
        padding-right: 10px;
        padding-left: 10px;
    }

    .new-hint-journey {
        font-size: 18px;
        width: 90%;
        margin: 50px auto 0px auto;
    }

    .info-path {
        width: 100% !important;
    }

    .bottom-steps p {
        color: white;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding-top: 20px;
    }
}

@media screen and (max-width: 550px) {
    .images-hero-greats img {
        width: 45px;
        height: 80px;
        border-radius: 7px;
    }

    .slider img.active {
        height: 85px;
        border-radius: 7px;
    }

    .inside-inner-next-step img:first-child {
        width: 150px;
        top: -50px !important;
    }

    .bottom-next-step {
        height: 230px;
        margin-top: 10px;
        padding: 30px 20px 30px 20px;
    }

    .next-step {
        margin-top: 30px;
        margin-bottom: 340px;
    }

}

@media screen and (max-width: 500px) {
    .one-payment-discount p {
        font-size: 16px;
    }

    .real-price-discount {
        height: 70px;
    }

    .real-price-discount svg {
        width: 41px;
        height: 50px;
    }

    .real-price-discount p {
        font-size: 35px;
    }

    .div-inner-discount-bottom-green p {
        font-size: 21px;
    }

    .taj-discount {
        width: 80px;
        height: 80px;
        top: -40px;
        left: 30px;
    }

    .inner-discount-greats-top-right {
        padding: 45px 25px 25px 25px;
    }

    .one-discount-top-right p {
        width: 70%;
    }

    .sar-one-desc {
        width: 18px !important;
        height: 20px !important;

    }
}

@media screen and (max-width: 412px) {
     .images-hero-greats img {
        width: 40px;
        height: 75px;
    }
     .slider img.active{
        height: 80px;
     }
    .title-hero-greats-right, .subtitle-hero-greats-right {
        font-size: 35px;
    }

    .inner-golden-rules .book-img {
        right: -22px;
        top: -54px;
        width: 200px;
    }

    .title-book {
        right: 135px;
        top: -40px;
    }

    .div-golden-rules {
        margin-top: 20px;
    }

    .bottom-golden-rules {
        margin: 50px 0px 0px 0px;
    }

    .price-next-step {
        padding: 10px 5px;
    }

    .res-space {
        margin-left: 10px;
    }

    .div-instead-next {
        gap: 1px !important;
    }
}