body {
    margin: 0;
    padding: 0;

    font-family: 'Roboto', sans-serif;
    color: black;

    /* Never get smaller than this */
    font-size: 12px;
}

.hidden {
    overflow: hidden;
}

.pt-50 {
    padding-top: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-30 {
    margin-top: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C4C4C4;
    border: none;
    opacity: 1;
}

.carousel-control-prev-custom {
    left: -25px !important;
    opacity: 1 !important;
}

.carousel-control-next-custom {
    right: -25px !important;
    opacity: 1 !important;
}

.carousel-control-next-custom.hidden {
    opacity: 0.2 !important;
    pointer-events: none;
}

.carousel-control-prev-custom.hidden {
    opacity: 0.2 !important;
    pointer-events: none;
}

.carousel2 {
    width: 100% !important;
    max-width: 450px !important;
}

.carousel-img-2 {
    padding: 0 25px !important;
    object-position: top !important;
}

.carousel-indicators .active {
    background: #099E7A !important;
    border-radius: 50% !important;
}

.carousel-indicators {
    bottom: -45px;
}

.swiper-slide-wrapper-mob {
    height: 100%;
    display: flex;
    align-items: center;
}

.carousel-mob {
    height: 100%;
    display: flex;
    align-items: center;
}

.carousel-inner {
    height: 100%;
    display: flex;
    align-items: center;
}

.btn {
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
}

#content-mobile {
    overflow-x: hidden;
}


@media (max-width: 1249px) {
    #content-desktop {
        display: none;
    }

    #content-mobile {
        display: block;
    }

    body {
        margin: 0;
        padding: 0;
    }

    .row {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-right: 0;
        margin-left: 0;
    }

    #Navbar-mob {
        background: #099E7A;
        height: 50px;
        width: 100%;
        position: fixed;
        z-index: 1;
        padding: 0;
        margin: 0;
        text-align: right;
    }

    /* #Navbar-mob:before {
         content: url("img/logo-top-mob.svg");
         position: absolute;
         top: 0;
         left: calc(8.33% + 12px);
     } */
    .logo-top-mob {
        position: fixed;
        top: 4px;
        left: calc(8.33% + 12px);
        height: 60px;
        transition: height 0.5s ease;
    }

    .logo-top-mob.scrolled {
        height: 40px;
        transition: height 0.5s ease;
    }

    .dropdown-menu.show {
        background-color: #099E7A;
        border-radius: 0 0 50px 50px;
        left: 50% !important;
        transform: translate(-50%, 0%) !important;
    }

    .dropdown-item {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: normal;
        color: #FFFFFF;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        margin-left: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 85%;
    }

    .dropdown-item.active {
        background-color: #099E7A;
        color: white;
    }

    .dropdown-item.active:hover {
        color: black !important;
    }

    a.dropdown-item:hover {
        background-color: #F1D700;
        border-radius: 50px;
    }

    a.dropdown-item:active {
        color: black !important;
    }

    .anchor-mob {
        height: 1px;
        margin-top: -60px;
    }

    .banner-background {
        background-image: url("img/background-top-spot-mob-1.svg");
        background-repeat: no-repeat;
        background-position: top right;
        margin: 0;
        padding: 0;
    }

    .banner-background-man {
        background-image: url("img/background-top-mobile.svg");
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 290px;
        background-position: top center;
        margin: 0;
        padding: 0;
    }

    .banner-text {
        /*margin-top: 50px;*/
        padding-top: 100px;
    }

    .banner-text h1 {
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        text-align: left;
        font-size: 2.2rem;
        padding-top: 10px;

        color: #F1D700;
    }

    .banner-text p {
        /*padding-top: 10px;
        padding-bottom: 20px;*/
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: normal;

        color: #FFFFFF;
    }

    .banner-text span {
        font-size: 12px;
    }


    #components-mob {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        padding-top: 70px;
        padding-left: 70px;
    }

    #components-mob h2 {
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
        color: #099E7A;
    }

    #components-mob:before {
        content: url("img/yellow-left-spot-mob.svg");
        position: absolute;
        top: 500px;
        left: -75px;
        z-index: -1;
    }

    .components-list {
        counter-reset: my-badass-counter;
        margin-bottom: 0;
        padding-left: 30px;
    }

    dt {
        position: relative;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: normal;
        letter-spacing: 0.05em;
        padding-left: 0;
        padding-top: 10px;


        color: #000000;
    }

    dd {
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
        padding-top: 2px;
        padding-bottom: 5px;
        padding-left: 0;

        color: #000000;
    }

    .components-list dt:before {
        content: counter(my-badass-counter);
        counter-increment: my-badass-counter;
        position: absolute;
        left: -30px;
        top: 7px;
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: normal;

        color: #0FA573;
    }

    .components-list-left {
        counter-reset: my-badass-counter;
    }

    .components-list-left dt {
        position: relative;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0.05em;

        color: #000000;

        padding-top: 0;
    }

    /*.components-list-left dt:before {*/
    /*    content: "6";*/
    /*    position: absolute;*/
    /*    left: -60px;*/
    /*    top: -30px;*/
    /*    font-style: normal;*/
    /*    font-weight: bold;*/
    /*    font-size: 125px;*/
    /*    line-height: normal;*/
    /*    color: #0FA573;*/
    /*}*/
    #video-presentation-mob {
        width: 95%;
        max-width: 600px;
    }

    #want-to-try-mob {
        text-align: center;
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .btn-success {
        background: #0FA573;
        border-radius: 30px;
        text-transform: uppercase;
        font-size: 20px;
        line-height: normal;
        letter-spacing: 0.05em;
        border-color: transparent;
        min-height: 62px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }

    .btn-success:hover {
        background-color: #09885d;
        outline-color: #09885d;
        color: white;
    }

    .btn-success:active {
        background-color: #09885d !important;
        outline-color: #09885d !important;
        color: white !important;
    }

    .want-to-try-btn {
        width: 290px;
    }

    .want-to-try-btn span {
        text-transform: lowercase;
        font-size: 12px;
    }

    .btn-warning {
        background: #F3AE00;
        border-radius: 30px;
        text-transform: uppercase;
        font-size: 20px;
        line-height: normal;
        letter-spacing: 0.05em;
        border-color: transparent;
        color: #FFFFFF;
        min-height: 62px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-warning span {
        font-size: 12px;
    }

    .btn-warning:hover {
        background-color: #CF9400 !important;
        border-color: #CF9400 !important;
        color: white !important;
    }

    .btn-warning:active {
        background-color: #CF9400 !important;
        border-color: #CF9400 !important;
        color: white !important;
    }

    .btn-danger {
        background: #FF8080;
        border-radius: 30px;
        text-transform: uppercase;
        font-size: 20px;
        line-height: normal;
        letter-spacing: 0.05em;
        border-color: transparent;
    }

    .btn-danger:hover {
        background-color: #F35C5C !important;
        border-color: #F35C5C !important;
        color: white !important;
    }

    .btn-danger:active {
        background-color: #F35C5C !important;
        border-color: #F35C5C !important;
        color: white !important;
    }

    /*#why-mob {
        display: flex;
        justify-content: center;
    }*/
    #why-mob {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        /*padding-left: 10px;*/
    }

    #why-mob h2 {
        padding-left: 15px;
        padding-top: 60px;
        margin-bottom: 0;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0.05em;
        color: #000000;
    }

    .why-list {
        counter-reset: none;
        padding-top: 25px;
        padding-left: 15px;
    }

    .why-list dt:before {
        content: "";
        position: absolute;
        left: -22px;
        top: 15px;
        height: 10px;
        width: 10px;
        background-color: #F3AE00;
        border-radius: 50%;
        display: inline-block;
    }

    .why-list .dt-2:before {
        background-color: #FF8080;
    }

    .why-list .dt-3:before {
        background-color: #BD081C;
    }

    .why-list .dt-4:before {
        background-color: #0FA573;
    }

    .why-list .dt-5:before {
        background-color: #F1D700;
    }

    .why-list .dt-6:before {
        background-color: #39E9E9;
    }

    /*#why-mob .col {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }*/
    #why-mob .col-buttons {
        text-align: center;
    }

    .col .why-btn {
        width: 260px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .why-btn-pink {
        background-color: #FF8080;
        border-radius: 30px;
    }

    a .why-btn :hover {
        color: white !important;
    }

    .why-btn-pink:hover {
        background-color: #BD081C;
        outline-color: #BD081C;
        color: white;
    }

    .why-btn-green {
        background-color: #0FA573;
    }

    .why-btn-green:hover {
        background-color: #09885d;
        outline-color: #09885d;
        color: white;
    }

    .why-btn span {
        font-size: 12px;
    }


    /*#collapse-book-mob {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }*/
    #who-mob:before {
        content: url("img/green-spot-left-mob.svg");
        position: absolute;
        top: 3250px;
        left: 0;
        z-index: -1;
    }

    #who-mob:after {
        content: url("img/pink-spot-right-mob.svg");
        position: absolute;
        top: 3000px;
        right: 0;
        z-index: -1;
    }

    #who-mob h2 {
        padding-left: 30px;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0.05em;
    }

    #who-mob .row {
        padding-top: 10px;
        padding-left: 15px;
    }


    .who-list dt:before {
        content: "";
        position: absolute;
        left: -22px;
        top: 15px;
        height: 10px;
        width: 10px;
        background-color: #E84E00;
        border-radius: 50%;
        display: inline-block;
    }

    .who-list .dt-2:before {
        background-color: #39E9E9;
    }

    .who-list .dt-3:before {
        background-color: #F3AE00;
    }

    .who-list .dt-4:before {
        background-color: #FF8080;
    }

    .who-list dd {
        margin-bottom: 0;
    }

    div#how1-mob {
        margin: 0;
        height: 50px;
    }

    #how-mob {
        margin: 50px auto;
        padding: 0;
    }

    #how-mob .col {
        padding: 0;
        margin: 0;
    }

    #how-mob h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0.05em;
        padding-left: 45px;
        padding-top: 0;
    }

    .how-text {
        display: block;
        height: 100px;
        border-width: 3px;
        border-style: solid;
        border-radius: 60px;
        border-color: #099E7A;
        background-color: white;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.05em;

    }

    .how-text-1 {
        padding-top: 5px;
        padding-right: 5px;
        padding-left: 140px;
        width: 100%;
        max-width: 520px;
        border-left: none;
        border-radius: 0 60px 60px 0;
        display: flex;
        align-items: center;
    }

    .how-text-1:before {
        content: url("img/number_1.svg");
        position: absolute;
        left: 75px;
    }

    .how-text-2 {

        display: flex;
        align-items: center;
        padding-left: 140px;
        width: 100%;
        border-left: none;
        border-right: none;
        border-radius: 0;
        padding-right: 15px;
    }

    .how-text-2:before {
        content: url("img/number_2.svg");
        position: absolute;
        left: 70px;
    }

    .how-text-3 {
        display: flex;
        align-items: center;
        padding-left: 90px;
        margin-left: 50px;
        border-right: none;
        border-radius: 60px 0 0 60px;
        padding-right: 15px;

    }

    .how-text-3:before {
        content: url("img/number_3.svg");
        position: absolute;
        left: 70px;
    }

    .card {
        background: transparent;
        border: none;
    }

    .card-text-0 {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0.05em;
    }

    .card-text-1 {
        padding-left: 100px;
        padding-top: 120px;
    }

    .card-text-2 {
        padding-left: 80px;
        padding-top: 300px;
        margin-right: -100px;
    }

    .card-text-3 {
        padding-left: 30px;
        padding-top: 490px;
        margin-right: -60px;
    }

    .card-group-partners {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card-body {
        background: white;
    }

    .card.card-body.text-center {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;

    }

    .card-footer:before {
        content: "";
        position: absolute;
        left: -9px;
        top: 34px;
        height: 38px;
        width: 186px;
        background-color: #52C19F;
        border-radius: 0 0 40px 40px;
        display: inline-block;
        z-index: -1;
    }

    .card-footer-2:before {
        background-color: #F0B31A;

    }

    .card-footer-3:before {
        background-color: #FF8080;
    }

    .info-200-screen-mb {
        display: none;
        position: fixed;
        top: 50px;
        left: 5%;
        right: 5%;
        width: 90%;
        height: 85%;
        max-width: 400px;
        /*max-height: 550px;*/
        margin-left: auto;
        margin-right: auto;
        overflow-y: scroll;
        padding: 55px 20px 20px;
        background-color: #FFFFFF;
        border-color: #F0B31A;
        border-style: solid;
        border-width: 4px;
        border-radius: 30px;
        z-index: 9999;
    }


    .info-200-close-mb {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 0;
        cursor: pointer;

        /*position: fixed;*/
        /*top: 15px;*/
        /*width: 30px;*/
        /*height: 30px;*/
        /*background-color: transparent;*/
        /*border: 0;*/
        /*cursor: pointer;*/
        /*right: 15px;*/
        /*z-index: 10000;*/
    }

    .info-200-close-mb:active {
        outline: none;
    }

    .info-200-close-mb:before,
    .info-200-close-mb:after {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 35px;
        height: 4px;
        background-color: #F0B31A;
    }

    .info-200-close-mb::before {
        transform: rotate(45deg);
    }

    .info-200-close-mb::after {
        transform: rotate(-45deg);
    }

    .info-200-screen-show-mb {
        display: block;
        animation-name: bounce;
        animation-duration: 0.6s;
    }


    .info-10000-screen-mb {
        display: none;
        position: fixed;
        top: 50px;
        left: 5%;
        right: 5%;
        height: 85%;
        width: 90%;
        max-width: 400px;
        /*max-height: 600px;*/
        margin-left: auto;
        margin-right: auto;
        overflow-y: scroll;
        padding: 55px 20px 20px;
        background-color: #FFFFFF;
        border-color: #FF8080;
        border-style: solid;
        border-width: 4px;
        border-radius: 30px;
        z-index: 9999;
    }


    .info-10000-close-mb {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 0;
        cursor: pointer;
    }

    .info-10000-close-mb:active {
        outline: none;
    }

    .info-10000-close-mb:before,
    .info-10000-close-mb:after {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 35px;
        height: 4px;
        background-color: #FF8080;
    }

    .info-10000-close-mb::before {
        transform: rotate(45deg);
    }

    .info-10000-close-mb::after {
        transform: rotate(-45deg);
    }

    .info-10000-screen-show-mb {
        display: block;
        animation-name: bounce;
        animation-duration: 0.6s;
    }

    .info-80000-screen-mb {
        display: none;
        position: fixed;
        top: 50px;
        left: 5%;
        right: 5%;
        height: 85%;
        width: 90%;
        max-width: 400px;
        /*max-height: 550px;*/
        margin-left: auto;
        margin-right: auto;
        overflow-y: scroll;
        padding: 55px 20px 20px;
        background-color: #FFFFFF;
        border-color: #F0B31A;
        border-style: solid;
        border-width: 4px;
        border-radius: 30px;
        z-index: 9999;
    }

    .info-80000-close-mb {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 0;
    }

    .info-80000-close-mb:active {
        outline: none;
    }

    .info-80000-close-mb:before,
    .info-80000-close-mb:after {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 35px;
        height: 4px;
        background-color: #F0B31A;
    }

    .info-80000-close-mb::before {
        transform: rotate(45deg);
    }

    .info-80000-close-mb::after {
        transform: rotate(-45deg);
    }

    .info-80000-screen-show-mb {
        display: block;
        animation-name: bounce;
        animation-duration: 0.6s;
    }

    .info-img-screen-mb {
        display: none;
        position: fixed;
        top: 50px;
        left: 5%;
        right: 5%;
        height: 85%;
        width: 90%;
        max-width: 400px;
        /*max-height: 600px;*/
        margin-left: auto;
        margin-right: auto;
        overflow-y: scroll;
        padding: 55px 20px 20px;
        background-color: #FFFFFF;
        border-color: #FF8080;
        border-style: solid;
        border-width: 4px;
        border-radius: 30px;
        z-index: 9999;
    }


    .info-img-close-mb {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 0;
        cursor: pointer;
    }

    .info-img-close-mb:active {
        outline: none;
    }

    .info-img-close-mb:before,
    .info-img-close-mb:after {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 35px;
        height: 4px;
        background-color: #FF8080;
    }

    .info-img-close-mb::before {
        transform: rotate(45deg);
    }

    .info-img-close-mb::after {
        transform: rotate(-45deg);
    }

    .info-img-screen-show-mb {
        display: flex;
        align-items: center;
        justify-content: center;
        animation-name: bounce;
        animation-duration: 0.6s;
    }

    .overlay-mb {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 500;
        background-color: white;
        opacity: 0.7;
    }

    .overlay-show-mb {
        display: block;
    }

    @keyframes bounce {
        0% {
            transform: translateY(-2000px);
        }
        70% {
            transform: translateY(30px);
        }
        90% {
            transform: translateY(-10px);
        }
        1000% {
            transform: translateY(0);
        }
    }

    .info-title-mb {
        font-size: 16px;
        font-weight: 500;
        padding-right: 50px;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;

    }

    .info-text-mb {
        font-size: 12px;
        text-align: justify;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }

    .info-list-title-mb {
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }

    .info-list-mb {
        padding-inline-start: 12px;
        text-align: justify;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }

    .info-list-mb li {
        padding-left: 5px;
        font-size: 12px;
        padding-top: 5px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }

    a.btn-info {
        font-size: 14px;
    }

    #partners-mob {
        margin-bottom: 150px;
    }

    #partners-mob .card-body {
        margin-top: 40px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 5px;
        border-style: solid;
        line-height: 6px;
        border-color: #52C19F;
        border-radius: 30px;
        border-width: 4px;
        width: 250px;
        /*height: 280px;*/
        padding-bottom: 50px;
    }

    #partners-mob .card-body--sale {
        font-weight: bold;
        font-size: 26px;
        position: absolute;
        bottom: 50px;
        line-height: 10px;
        left: 70px;
        text-align: center;
    }

    #partners-mob .card-body--sale span {
        font-size: 9px;
    }


    #partners-mob .card-body-2 {
        border-color: #F0B31A;
        /*height: 340px;*/

    }

    #partners-mob .card-body-3 {
        border-color: #FF8080;
        height: 250px;
    }

    #partners-mob .card-title {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.05em;
    }

    #partners-mob .card-text {
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }

    #partners-mob .info-200-mb {
        /*text-decoration: line-through;*/
        text-decoration: none;
    }

    #partners-mob .info-10000-mb {
        /*text-decoration: line-through;*/
        text-decoration: none;
    }

    #partners-mob .card-text-title {
        padding-left: 15px;
        margin-bottom: 0;
    }

    #partners-mob .card-footer .card-text {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: normal;
        color: #FFFFFF;
    }

    #partners-mob .card-footer .card-text:hover {
        font-size: 25px;
        /*text-decoration: line-through;*/
        text-decoration: none;
    }

    #partners-mob .card-text span {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.05em;
        text-decoration: none !important;
        display: inline-block;
    }

    #partners-mob .card-footer {
        background: #52C19F;
        width: 180px;
        text-align: center;
        position: absolute;
        bottom: -20px;
        left: 37px;
        color: white;
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: normal;

        border-style: solid;
        border-color: white;
        border-radius: 40px;
        border-width: 6px;
    }

    #partners-mob {
        padding: 0;
    }

    /*.card-footer:after {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    color: white;*/
    /*    font-size: 30px;*/
    /*    top: -45px;*/
    /*    left: -25px;*/
    /*    width: 50px;*/
    /*    height: 50px;*/
    /*    background: url("img/rocket.png") no-repeat center;*/
    /*    background-size: contain;*/
    /*    border-radius: 50%;*/
    /*}*/
    .button-padding {
        padding: 10px 20px;
    }

    .button-padding-extended {
        padding: 20px 30px;
    }

    #partners-mob .card-footer-2 {
        background: #F0B31A;

    }

    #partners-mob .card-footer-3 {
        background: #FF8080;
    }

    #partners-mob h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0.05em;
    }

    #partners-mob h4 {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: normal;
        letter-spacing: 0.05em;
    }

    #partners-mob .card-list-mob {
        padding-left: 15px;
        font-size: 12px;
        padding-top: 5px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }

    #partners-mob .card-list-mob li {
        padding-top: 3px;
    }

    .bottom-background-mob {
        background-color: #099E7A;
    }

    .books-mob {
        width: 100%;
        max-width: 450px;
        height: auto;
    }

    #become-partner-mob {
        text-align: center;
        padding: 0;
    }

    #become-partner-mob .col-number {
        padding: 0;
        background-color: #FAB904;
        border-radius: 30px 0 30px 30px;
        width: 340px;

        /*background-image: url("img/hand-mob.svg");
        background-repeat: no-repeat;
        background-position: top left;*/
    }

    #become-partner-mob .col-number:before {
        content: url("img/hand-mob.svg");
        position: relative;
        top: -33px;
        left: -150px;
    }

    /*#become-partner-mob .col-number:after {*/
    /*    content: url("img/rectangle.svg");*/
    /*    position: relative;*/
    /*    right: 0;*/
    /*    height: 100%;*/
    /*    width: 200px;*/
    /*    background: #FAB904;*/
    /*}*/
    .btn-success-become {
        margin-top: -40px;
        margin-bottom: 20px;
        text-transform: none;
        width: 300px;
        background: #099E7A;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: normal;
        letter-spacing: 0.05em;
    }

    .btn-success-become:hover {
        background: #027A5D;
    }

    .btn-success-become:active {
        background: #027A5D !important;
    }

    .btn-success-become span {
        font-size: 14px;
    }


    #become-partner-mob .container-btn a {
        width: 300px;
    }

    #become-partner-mob h2 {
        font-size: 24px;
        padding-left: 50px;
    }

    #become-partner-mob p {
        margin-top: -90px;
        padding-left: 30px;
        padding-bottom: 40px;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0.05em;
        color: #FFFFFF;
    }

    .phone-number {
        margin-top: -150px;
        padding-left: 50px;
        padding-bottom: 40px;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0.05em;
        color: #FFFFFF;
        height: 20px;
    }

    .email {
        margin-top: -100px;
        padding-left: 30px;
        padding-bottom: 40px;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.05em;
        color: #FFFFFF;
    }

    a.phone-number:hover {
        text-decoration: none;
        color: #FFFFFF;
        outline: none;
        border: none;
    }

    a.phone-number:active {
        text-decoration: none;
        color: #FFFFFF;
        outline: none;
        border: none;
    }

    .contacts-mob h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;

        color: #FFFFFF;
    }

    .contacts-mob img {
        height: 25px;
        max-height: 50px;
        margin-bottom: 20px;
    }

    .contacts-mob {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0.05em;
        flex-basis: revert;
        color: white;
        padding-top: 20px;
        text-align: center;
    }

    .contacts-mob a {
        color: white;
    }

    .contacts-mob .block-label {
        font-size-adjust: initial;
    }

    .flex-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: nowrap;
        margin: 0;
        padding: 0;
    }

    .flex-container-center {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        margin: 0;
        padding: 0;
    }

    .flex-container-center .image {
        margin-left: 20px;
        margin-right: 20px;
    }

    .flex-container > div {
        height: 50px;
        margin-bottom: 5px;
        padding: 5px 0 5px 0;
    }

    .flex-container-btn {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .flex-container-btn > button {
        margin: 0 0;
        padding: 0;
        text-align: center;
    }

    .socials {
        position: fixed;
        left: 50px;
        bottom: 30px;
    }
}


@media (min-width: 1250px) {

    #content-mobile {
        display: none;
    }

    #content-desktop {
        display: block;
    }

    #Navbar {
        background-color: #099E7A;
        border-radius: 50px 0 0 50px;
        width: 180px;
        position: fixed;
        top: 0;
        right: 0;
        /*margin: 20px 0 0 0;*/
        color: white;
        z-index: 450;
        padding: 20px 0 20px 0;
        display: table;
    }

    a.nav-item.nav-link {
        color: white;
        font-size: 18px;
        line-height: normal;
        margin-left: 20px;
        padding-left: 15px;
    }


    a.nav-item.nav-link.nav-link-2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    a.nav-item.nav-link:hover {
        color: black;
        background-color: #F1D700;
        border-radius: 50px 0 0 50px;
    }

    .is-active {
        color: black !important;
        background-color: #F1D700;
        border-radius: 50px 0 0 50px;
    }

    .anchor {
        height: 50px;
    }

    .banner-background {
        background-image: url("img/background-top.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top right;
        height: 40vw;
    }

    .banner-text {
        padding-top: 13vw;
        margin-left: 9vw;
    }

    .banner-text h1 {
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        font-size: 60px;

        color: #F1D700;
    }

    .banner-text:before {
        content: '';
        background: url("img/logo-gc-books.png") no-repeat center;
        background-size: contain;
        position: absolute;
        top: 80px;
        width: 180px;
        height: 150px;
    }

    .banner-text p {
        padding-top: 65px;
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: normal;

        color: #000000;
    }

    .banner-text span {
        font-size: 20px;
    }

    #components {
        /*height: 390px;*/
        padding-bottom: 100px;
    }

    #components h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        padding-left: 60px;
        padding-top: 30px;
        color: #099E7A;
    }

    #components .row {
        padding-left: 200px;
    }

    #components .left-col {
        display: flex;
        align-items: center;
    }


    #contacts:before {
        content: url("img/pink-left-spot.svg");
        position: absolute;
        left: -50px;
        top: 600px;
        z-index: -1;
    }

    .components-list {
        counter-reset: my-badass-counter;
        margin-bottom: 0;
        padding-left: 60px;

    }

    dt {
        position: relative;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0.05em;
        padding-left: 0;
        padding-top: 15px;


        color: #000000;
    }

    dd {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
        padding-top: 5px;
        padding-left: 0;

        color: #000000;
    }

    .components-list:before {
        content: url("img/line.svg");
        position: absolute;
        left: -424.5px;
        top: -450px;
        z-index: -1;
    }

    .components-list dt:before {
        content: counter(my-badass-counter);
        counter-increment: my-badass-counter;
        position: absolute;
        left: -70px;
        top: 35px;
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: normal;

        color: #FF8080;
    }

    .components-list-left {
        counter-reset: my-badass-counter;
    }

    .components-list-left dt {
        position: relative;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: normal;
        letter-spacing: 0.05em;
        padding-top: 0;

        color: #000000;
        width: 120%;
        margin-left: -25%;
    }

    /*.components-list-left dt:before {*/
    /*    content: "6";*/
    /*    position: absolute;*/
    /*    left: -60px;*/
    /*    top: -40px;*/
    /*    font-style: normal;*/
    /*    font-weight: bold;*/
    /*    font-size: 140px;*/
    /*    line-height: normal;*/
    /*    color: #0FA573;*/
    /*}*/
    #video-presentation {
        /*width: 860px;*/
        /*height: 470px;*/
        width: 700px;
        height: 378px;
    }

    #want-to-try {
        text-align: center;
        /*height: 180px;*/
        padding-top: 15px;
    }

    .btn-warning {
        background: #F3AE00;
        border-radius: 30px;
        text-transform: uppercase;
        font-size: 20px;
        line-height: normal;
        letter-spacing: 0.05em;
        border-color: transparent;
        color: white;
        min-height: 62px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }

    .btn-warning span {
        font-size: 12px;
    }

    .btn-warning:hover {
        background-color: #CF9400 !important;
        border-color: #CF9400 !important;
        color: white !important;
    }

    .btn-danger {
        background: #BD081C;
        border-radius: 30px;
        text-transform: uppercase;
        font-size: 20px;
        line-height: normal;
        letter-spacing: 0.05em;
        border-color: transparent;
        min-height: 62px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }


    .btn-success {
        background: #0FA573;
        border-radius: 30px;
        text-transform: uppercase;
        font-size: 20px;
        line-height: normal;
        letter-spacing: 0.05em;
        border-color: transparent;
        min-height: 62px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }


    .want-to-try-btn {
        width: 295px;
    }

    .want-to-try-btn span {
        text-transform: lowercase;
        font-size: 12px;
    }

    .want-to-try-btn:hover {
        background-color: #CF9400;
        border-color: #CF9400;
        color: white;
    }

    .want-to-try-btn:active {
        background-color: #CF9400 !important;
        border-color: #CF9400 !important;
        color: white !important;

    }

    #why {
        height: 600px;
        padding-top: 120px;
    }

    #why .col-md-4 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
        justify-content: space-around;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #why .col-md-8 {
        padding-left: 200px;
    }

    #why h2 {
        height: 65px;
        padding-left: 180px;
        margin-bottom: 0;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: normal;
        letter-spacing: 0.05em;
        color: #000000
    }

    #why:after {
        content: url("img/yellow-spot-right.svg");
        position: absolute;
        right: 0;
        z-index: -1;
        top: 1900px;
    }

    .why-list {
        counter-reset: none;
        padding-right: 15px;
    }

    .why-list dt:before {
        content: "";
        position: absolute;
        left: -31px;
        top: 20px;
        height: 15px;
        width: 15px;
        background-color: #F3AE00;
        border-radius: 50%;
        display: inline-block;
    }

    .why-list .dt-2:before {
        background-color: #FF8080;
    }

    .why-list .dt-3:before {
        background-color: #BD081C;
    }

    .why-list .dt-4:before {
        background-color: #0FA573;
    }

    .why-list .dt-5:before {
        background-color: #F1D700;
    }

    .why-list .dt-6:before {
        background-color: #39E9E9;
    }

    .col-md-4 .why-btn {
        width: 260px;
    }

    .why-btn-pink {
        background-color: #FF8080;
    }

    .why-btn:hover {
        background-color: #CF9400;
        border-color: #CF9400;
        color: white;
    }

    .why-btn:active {
        background-color: #CF9400 !important;
        border-color: #CF9400 !important;
        color: white !important;
    }

    .why-btn-pink:hover {
        background-color: #F35C5C;
        border-color: #F35C5C;
        color: white;
    }

    .why-btn-pink:active {
        background-color: #F35C5C !important;
        border-color: #F35C5C !important;
    }


    .why-btn-green {
        background-color: #0FA573;
    }


    .why-btn-green:hover {
        background-color: #027A5D;
        border-color: #027A5D;
        color: white;
    }

    .why-btn-green:active {
        background: #027A5D !important;
        border-color: #027A5D !important;
    }

    .why-btn span {
        font-size: 12px;
    }

    .btn.btn-success.why-btn.why-btn-green-download {
        width: 130px;
        font-size: 11px;
        margin-top: 10px;
        margin-left: 35%;
    }

    .btn.btn-success.why-btn.why-btn-green-download:hover {
        background: #027A5D;
        border-color: #027A5D;
    }

    #collapse-book {
        position: absolute;
        left: -150%;
        top: 0;
        padding: 0;
        margin: 0;
    }

    #collapse-program {
        position: absolute;
        left: -150%;
        top: 0;
        padding: 0;
        margin: 0;
    }


    #who {
        padding-top: 180px;
    }

    #who h2 {

        padding-left: 520px;
        padding-right: 120px;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: normal;
        letter-spacing: 0.05em;
    }

    #who .row {
        padding-top: 0;
        padding-bottom: 0;
    }

    #who .col-md-7 {
        padding-left: 60px;
    }

    #who dt {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0.05em;
        padding-top: 15px;
    }

    .who-list dt:before {
        content: "";
        position: absolute;
        left: -24px;
        top: 20px;
        height: 15px;
        width: 15px;
        background-color: #E84E00;
        border-radius: 50%;
        display: inline-block;
    }

    .who-list .dt-2:before {
        background-color: #39E9E9;
    }

    .who-list .dt-3:before {
        background-color: #F3AE00;
    }

    .who-list .dt-4:before {
        background-color: #FF8080;
    }

    #how {
        padding-top: 148px;
    }

    #how h2 {
        height: 50px;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: normal;
        letter-spacing: 0.05em;
        padding-left: 200px;
        padding-bottom: 0;
    }

    #how .row {
        height: 380px;
    }

    .card {
        background: transparent;
        border: none;
    }

    .how-text {
        height: 100px;
        display: block;
        padding: 10px 10px 10px 100px;
        border-width: 3px;
        border-style: solid;
        border-radius: 60px;
        border-color: #099E7A;
        background-color: white;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0.05em;
        margin: 20px 0 0 200px;
    }

    .how-text-1 {
        padding-bottom: 5px;
        padding-top: 5px;
        width: 457px;
        display: flex;
        align-items: center;
    }

    .how-text-1:before {
        content: url("img/number_1.svg");
        position: absolute;
        left: 240px;
        top: 35px;
    }

    .how-text-2 {
        padding-top: 15px;
        padding-bottom: 15px;
        width: 500px;
        display: flex;
        align-items: center;
    }

    .how-text-2:before {
        content: url("img/number_2.svg");
        position: absolute;
        left: 235px;
    }

    .how-text-3 {
        padding-top: 15px;
        padding-bottom: 15px;
        width: 600px;
        display: flex;
        align-items: center;
    }

    .how-text-3:before {
        content: url("img/number_3.svg");
        position: absolute;
        left: 235px;
    }

    .card-group-partners {
        padding-left: 130px;
        padding-right: 120px;
    }

    .card-body {
        background: white;
    }


    .card-footer:before {
        content: "";
        position: absolute;
        left: -13px;
        top: 3px;
        height: 66px;
        width: 203px;
        background-color: #52C19F;
        border-radius: 0 0 40px 40px;
        display: inline-block;
        z-index: -1;
    }

    .card-footer-2:before {
        background-color: #FF8080;
    }

    .card-footer-3:before {
        background-color: #F0B31A;
    }

    #partners {
        /*height: 900px;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
    }

    #partners:before {
        content: url("img/pink-spot-left-partners.svg");
        position: absolute;
        left: 0;
        top: 3250px;
        z-index: -1;
    }

    #partners:after {
        content: url("img/yellow-spot-right-partners.svg");
        position: absolute;
        right: 0;
        top: 4050px;
        z-index: -1;
    }

    .books {
        width: 815px;
        text-align: center;
        display: block;
        margin: auto;
    }

    .button-padding {
        padding: 15px 30px;
    }

    .button-padding-extended {
        padding: 25px 40px;
    }

    #partners h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: normal;
        letter-spacing: 0.05em;
        text-align: center;

    }

    #partners h4 {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0.05em;
        text-align: center;
    }

    #partners .card-body {
        margin-top: 30px;
        padding: 15px 10px 50px 10px;
        border-style: solid;
        line-height: 6px;
        border-color: #52C19F;
        border-radius: 30px;
        border-width: 6px;
        width: 275px;
        /*height: 420px;*/
        position: relative;
    }

    #partners .card-body--sale {
        font-weight: bold;
        font-size: 30px;
        position: absolute;
        bottom: 50px;
        line-height: 10px;
        left: 115px;
        text-align: center;
    }

    #partners .card-body--sale span {
        font-size: 10px;
    }

    #partners .card-body-2 {
        border-color: #FF8080;
    }

    #partners .card-body-3 {
        border-color: #F0B31A;
    }

    #partners .card-title {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.05em;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #partners .card-text {
        padding: 0 10px 0 10px;
        margin-bottom: 0;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
        transition: 0.5s;
    }

    #partners .info-200 {
        /*text-decoration: line-through;*/
        text-decoration: none;
        position: relative;
    }

    /*.card-footer:after {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    color: white;*/
    /*    font-size: 30px;*/
    /*    top: -55px;*/
    /*    left: -40px;*/
    /*    width: 50px;*/
    /*    height: 50px;*/
    /*    background: url("img/rocket.png") no-repeat center;*/
    /*    background-size: contain;*/
    /*    border-radius: 50%;*/
    /*}*/
    #partners .info-10000 {
        /*text-decoration: line-through;*/
        text-decoration: none;
    }

    #partners .card-text-title {
        padding: 0 10px 0 25px;
    }

    #partners .card-footer .card-text {
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: normal;
        color: #FFFFFF;
    }

    #partners .card-footer .card-text:hover {
        font-size: 32px;
        /*text-decoration: line-through;*/
        text-decoration: none;
    }

    #partners .card-text span {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0.05em;
        text-decoration: none;
        display: inline-block;
    }

    #partners .card-footer {
        background: #52C19F;
        width: 190px;
        text-align: center;
        position: absolute;
        bottom: -25px;
        left: 35px;
        color: white;
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: normal;
        padding: 10px 0 10px 0;
        border-style: solid;
        border-color: white;
        border-radius: 40px;
        border-width: 6px;
    }

    #partners .card-footer-2 {
        background: #FF8080;
    }

    #partners .card-footer-3 {
        background: #F0B31A;
    }

    #partners .card-list {
        padding-left: 25px;
        font-size: 14px;
        padding-top: 5px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }

    #partners .card-list li {
        padding-top: 5px;
    }

    .info-200-screen {
        display: none;
        position: fixed;
        top: 50px;
        left: calc((100% - 1190px) / 2);
        max-height: 90%;
        width: 1190px;
        padding: 50px;
        background-color: #FFFFFF;
        border-color: #F0B31A;
        border-style: solid;
        border-width: 4px;
        border-radius: 30px;
        z-index: 9999;
        overflow-y: scroll;
    }

    .info-img-screen {
        display: none;
        position: fixed;
        top: 50px;
        left: calc((100% - 1190px) / 2);
        height: 90%;
        width: 1190px;
        padding: 50px;
        background-color: #FFFFFF;
        border-color: #FF8080;
        border-style: solid;
        border-width: 4px;
        border-radius: 30px;
        z-index: 9999;
        overflow-y: scroll;
    }

    .info-img-close {
        position: fixed;
        top: 65px;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        right: calc((100% - 1190px) / 2 + 20px);
        z-index: 10000;
    }

    .info-img-close:active {
        outline: none;
    }


    .info-img-close:before,
    .info-img-close:after {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 35px;
        height: 4px;
        background-color: #FF8080;
    }

    .info-img-close::before {
        transform: rotate(45deg);
    }

    .info-img-close::after {
        transform: rotate(-45deg);
    }

    .info-img-screen-show {
        display: flex;
        align-items: center;
        animation-name: bounce;
        animation-duration: 0.6s;
    }

    .table-1 {
        width: 100%;
        height: auto;
    }


    .info-200-close {
        /*position: absolute;*/
        /*top: 15px;*/
        /*right: 15px;*/
        /*width: 30px;*/
        /*height: 30px;*/
        /*background-color: transparent;*/
        /*border: 0;*/
        /*cursor: pointer;*/
        position: fixed;
        top: 65px;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        right: calc((100% - 1190px) / 2 + 20px);
        z-index: 10000;
    }

    .info-200-close:active {
        outline: none;
    }


    .info-200-close:before,
    .info-200-close:after {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 35px;
        height: 4px;
        background-color: #F0B31A;
    }

    .info-200-close::before {
        transform: rotate(45deg);
    }

    .info-200-close::after {
        transform: rotate(-45deg);
    }

    .info-200-screen-show {
        display: block;
        animation-name: bounce;
        animation-duration: 0.6s;
    }


    .info-10000-screen {
        display: none;
        position: fixed;
        top: 50px;
        left: calc((100% - 1190px) / 2);
        min-height: 570px;
        height: 90%;
        width: 1190px;
        padding: 50px;
        background-color: #FFFFFF;
        border-color: #FF8080;
        border-style: solid;
        border-width: 4px;
        border-radius: 30px;
        z-index: 9999;
        overflow-y: scroll;
    }


    .info-10000-close {
        /*position: absolute;*/
        /*top: 15px;*/
        /*right: 15px;*/
        /*width: 30px;*/
        /*height: 30px;*/
        /*background-color: transparent;*/
        /*border: 0;*/
        /*cursor: pointer;*/
        position: fixed;
        top: 65px;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        right: calc((100% - 1190px) / 2 + 20px);
        z-index: 10000;
    }

    .info-10000-close:active {
        outline: none;
    }

    .info-10000-close:before,
    .info-10000-close:after {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 35px;
        height: 4px;
        background-color: #FF8080;
    }

    .info-10000-close::before {
        transform: rotate(45deg);
    }

    .info-10000-close::after {
        transform: rotate(-45deg);
    }

    .info-10000-screen-show {
        display: block;
        animation-name: bounce;
        animation-duration: 0.6s;
    }

    .info-80000-screen {
        display: none;
        position: fixed;
        top: 50px;
        left: calc((100% - 1190px) / 2);
        min-height: 620px;
        height: 90%;
        width: 1190px;
        padding: 50px;
        background-color: #FFFFFF;
        border-color: #F0B31A;
        border-style: solid;
        border-width: 4px;
        border-radius: 30px;
        z-index: 9999;
        overflow-y: scroll;
    }

    .info-80000-close {
        /*position: absolute;*/
        /*top: 15px;*/
        /*right: 15px;*/
        /*width: 30px;*/
        /*height: 30px;*/
        /*background-color: transparent;*/
        /*border: 0;*/
        /*cursor: pointer;*/
        position: fixed;
        top: 65px;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        right: calc((100% - 1190px) / 2 + 20px);
        z-index: 10000;
    }

    .info-80000-close:active {
        outline: none;
    }

    .info-80000-close:before,
    .info-80000-close:after {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 35px;
        height: 4px;
        background-color: #F0B31A;
    }

    .info-80000-close::before {
        transform: rotate(45deg);
    }

    .info-80000-close::after {
        transform: rotate(-45deg);
    }

    .info-80000-screen-show {
        display: block;
        animation-name: bounce;
        animation-duration: 0.6s;
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 500;
        background-color: white;
        opacity: 0.7;
    }

    .overlay-show {
        display: block;
    }


    @keyframes bounce {
        0% {
            transform: translateY(-2000px);
        }
        70% {
            transform: translateY(20px);
        }
        90% {
            transform: translateY(-20px);
        }
        100% {
            transform: translateY(0);
        }
    }

    .info-title {
        font-size: 24px;
        font-weight: 500;
        padding-right: 50px;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
        text-align: center;
    }

    .info-text {
        font-size: 16px;
        text-align: justify;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }

    .info-text span {
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }

    .small-text {
        font-size: 12px;
        text-align: justify;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }

    .info-list-title {
        font-size: 20px;
        font-weight: 500;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }

    .info-list {
        padding-inline-start: 16px;
        text-align: justify;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }

    .list li {
        font-size: 16px;
        text-align: justify;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.01em;
        padding-bottom: 20px;
    }

    .info-list li {
        padding-left: 5px;
        font-size: 16px;
        padding-top: 5px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.01em;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }

    /*a.btn-info {*/
    /*    font-size: 14px;*/
    /*}*/
    /*h2.hand {*/
    /*    padding-left: 50px;*/
    /*}*/
    .bottom-background {
        height: 484px;
        background-image: url("img/background_bottom.svg");
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 2140px;
    }

    #become-partner {
        height: 245px;
        text-align: center;
    }

    #become-partner .col-8 {
        background-image: url("img/hand.svg");
        background-repeat: no-repeat;
        background-size: contain;
        height: 245px;
    }


    .btn-success-become {
        margin-top: 10px;
        text-transform: none;
        font-size: 20px;
        width: 350px;
        background: #099E7A;
        margin-left: 0;
    }

    .btn-success-become a {
        color: white;
    }

    .btn-success-become:hover {
        background: #027A5D;

    }

    .btn-success-become:active {
        background: #027a5d !important;
    }

    .btn-success-become span {
        font-size: 14px;
    }

    #become-partner .container-btn a {
        width: 350px;
    }

    #become-partner p {
        padding-top: 40px;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: normal;
        letter-spacing: 0.05em;
        margin-bottom: 0;
        color: #FFFFFF;
    }

    .contacts {
        height: 230px;
        padding-top: 50px;
        text-align: center;
        background: transparent;
        color: white;
        padding-bottom: 50px;
    }

    .socials {
        position: absolute;
        left: 50px;
        display: flex;
        flex-direction: row;
        margin-top: 20px;
    }

    .contacts img {
        height: 9vw;
        max-height: 50px;
        margin-bottom: 20px;
    }

    .contacts .image2 {
        height: 54px;
        margin-right: 40px;
        margin-bottom: 0;
    }

    .contacts {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0.05em;
        flex-basis: revert;
        color: white;
    }

    .contacts a {
        color: white;
        font-size: 12px;
    }

    #contacts h3 {
        font-size: 18px;
    }

    .mail {
        color: white;
        margin-bottom: 0;
        font-size: 24px;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .mail:hover {
        color: white;
    }

    .mail:focus {
        box-shadow: none !important;
    }

    .contacts .block-label {
        font-size-adjust: initial;
    }

    .flex-baseline {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .pl-225 {
        padding-left: 225px;
    }

    .flex-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
        padding: 0 50px 0 50px;
    }

    .flex-container > div {
        height: 95px;
        margin-bottom: 5px;
        padding: 18px;
    }

    .flex-container-btn {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .flex-container-btn > button {
        margin: 0 0;
        padding: 0;
        text-align: center;
    }
}


@media (min-width: 1500px) {
    .banner-text:before {
        content: '';
        background: url("img/logo-gc-books.png") no-repeat center;
        background-size: contain;
        position: absolute;
        top: 100px;
        width: 180px;
        height: 150px;
    }
}

@media (min-width: 1700px) {
    .banner-text:before {
        content: '';
        background: url("img/logo-gc-books.png") no-repeat center;
        background-size: contain;
        position: absolute;
        top: 120px;
        width: 180px;
        height: 150px;
    }
}

.swiper-slide-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
}


.position-relative {
    position: relative;
}

.w-140 {
    width: 140%;
}


.swiper-button-customized:focus {
    outline: none !important;

}

.carousel-img {
    height: 80vh;
    object-fit: contain;
}

.carousel-item {
    background-color: white !important;
    border-radius: 0 !important;
}

.active {
    background-color: white !important;
    border-radius: 0 !important;
}

main {
    overflow: hidden;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon-2 {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(9, 158, 122)' viewBox='0 0 24 40'%3e%3cpath d='M20 40L24 36L7.24985 20L23.2498 4L20 3.49691e-07L-5.56315e-06 20L20 40Z'/%3e%3c/svg%3e");
}


.carousel-control-next-icon-2 {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(9, 158, 122)' viewBox='0 0 24 40'%3e%3cpath d='M4 0L0 4L16.7502 20L0.750151 36L4 40L24 20L4 0Z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px !important;
    height: 40px !important;
}