/*MAX WIDTH 1200PX START*/
@media (max-width: 1199px) {

    header {
        padding: 14px 15px;
    }

    header .menu_warp {
        position: absolute;
        top: 0;
        width: 100%;
        right: 0;
        height: 100vh;
        overflow: auto;
        transform: translateY(-110%);
        transition: .5s;
        margin: 0;
        padding: 83px 10px 83px 39px;
        background: #1D1641;
        z-index: 98;
    }
    
    header .menu {
        flex-direction: column;
        align-items: flex-start;
    }

    header .menu li {
        margin-bottom: 20px;
    }

    header .menu_warp.open {
        transform: translateY(0);
    }

    header .mob_menu_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        background: transparent;
        position: relative;
        margin-top: -6px;
        z-index: 99;
    }

    header .mob_menu_btn span,
    header .mob_menu_btn span::before,
    header .mob_menu_btn span::after {
        content: '';
        height: 2px;
        width: 22px;
        border-radius: 10px;
        background: white;
        position: absolute;
        transition: .5s;
    }
    
    header .mob_menu_btn span::before {
        top: -6px;
        right: 0;
    }
    
    header .mob_menu_btn span::after {
        right: 0;
        width: 12px;
        bottom: -6px;
    }

    header .mob_menu_btn.open span {
        background: transparent;
    }

    header .mob_menu_btn.open span::before {
        top: 0;
        transform: rotate(45deg);
    }

    header .mob_menu_btn.open span::after {
        bottom: 0;
        transform: rotate(-45deg);
        width: 100%;
    }

    header .buttons {
        margin-left: auto;
        margin-right: 42px;
    }

    .first_screen .content {
        padding: 66px 0 17.9vw 14px;
        max-width: 390px;
    }

    .first_screen .title {
        font-size: 48px;
    }
    
    .first_screen .text {
        margin-top: 24px;
        margin-bottom: 60px;
    }

    .first_screen .bg {
        right: -16.6vw;
        bottom: -6.9vw;
        width: 90.4vw;
    }


    .about {
        padding-top: 14.4vw;
    }

    .about .title {
        margin-bottom: 7.2vw;
    }

    .about .presentation {
        width: 36%;
        padding-right: 0;
        margin-top: -17px;
    }

    .about .presentation a {
        margin-top: 20px;
    }

    .about .bg {
        top: 11.9vw;
        width: 46.45vw;
    }


    .opportunities {
        padding-top: 10.3vw;
    }

    .opportunities .img_wrap {
        padding: 0;
    }

    .opportunities .title {
        margin-bottom: 7.7vw;
    }

    .opportunities .name {
        padding: 0 40px;
    }

    .club_card .items,
    .referral .text,
    .referral .table,
    .investments .carousel_wrap,
    .opportunities .list {
        padding: 0 14px;
    }

    .opportunities .img_wrap img {
        margin: 0 -25px;
        max-width: calc(100% + 50px);
    }

    .investments {
        padding-top: 10vw;
    }

    .investments .bg {
        top: -19vw;
        width: 40vw;
    }

    .investments .nav {
        margin-top: -12px;    
    }


    .referral {
        padding-top: 11.8vw;
        padding-bottom: 10vw;
    }

    .referral .cell {
        width: 12.2027778%;
    }

    .referral .row_title {
        width: 14.5833333%;
        height: auto !important;
    }

    .referral .stats {
        height: auto !important;
    }

    .referral .row:nth-child(10) .row_title {
        border-top-left-radius: 8px;
    }
    
    .referral .row:last-child .row_title {
        border-bottom-left-radius: 8px;
    }

    .referral .table.mob_fullsize .row:nth-child(10) .row_title {
        border-top-left-radius: 20px;
    }
    
    .referral .table.mob_fullsize .row:last-child .row_title {
        border-bottom-left-radius: 20px;
    }

    .referral .table.mob_fullsize .cell {
        font-size: 16px;
        min-width: 80px;
        min-height: 48px;
    }

    .referral .table.mob_fullsize .row_title {
        min-width: 105px;
    }

    .referral .table.mob_fullsize .row {
        min-width: 720px;
    }

    .referral .table.mob_fullsize .row_title {
        padding: 8px;
    }

    .club_card .text {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .club_card .items {
        margin-top: 9vw;
    }

    .club_card .item_title {
        padding: 0 10px;
    }


    .info {
        padding-top: 10.55vw;
    }

    .info .list {
        padding: 0 6px;
    }

    .info .bg {
        top: -5.8vw;
        left: 10vw;
        width: 80vw;
    }

    .info .or {
        width: 8%;
        margin-top: 85px;
    }

    .info .img_wrap img {
        margin: 0 -54px;
        width: calc(100% + 108px);
    }

    .info .item_text {
        padding: 0 8px;
    }

    .info .container {
        padding-bottom: 13.7vw;
    }

    .about_2 .container {
        flex-direction: column;
    }

    .about_2 .left_part {
        width: 100%;
        margin-left: 0;
    }

    .about_2 .right_part {
        margin-left: 0;
        width: 100%;
        padding: 0 50px 57px 50px;
        margin-top: -4px;
    }

    .about_2 .text {
        max-width: unset;
    }


    .faq {
        padding-top: 10vw;
    }

    .faq .questions {
        margin: 7.6vw auto 0;
        width: calc(100% - 28px);
    }


    footer {
        padding-top: 6.8vw;
        letter-spacing: 0.25px;
        padding-bottom: 4.7vw;
    }

    footer .container {
        width: calc(100% - 28px);
    }

}
/*MAX WIDTH 1200PX END*/


/*MAX WIDTH 768PX START*/
@media (max-width: 767px) {

    header {
        padding: 6px 0;
    }

    header .buttons {
        display: none;
    }

    header .buttons.mob {
        display: block;
        margin-top: 50px;
    }

    header .buttons a {
        margin-left: 0;
        margin-right: 8px;
    }

    header .logo {
        max-width: 120px;
        margin-left: 5px;
    }



    .first_screen {
        display: flex;
        flex-direction: column-reverse;
    }

    .first_screen .bg {
        position: static;
        width: calc(100% + 206px);
        margin: -56px -119px 0;
    }

    .first_screen .content {
        padding: 0px 0 17.9vw 6px;
        margin-top: -5px;
    }

    .first_screen .text {
        margin-top: 26px;
        margin-bottom: 30px;
        padding-right: 30px;
        font-size: 23px;
    }



    h2.title {
        font-size: 30px;
    }
    
    .about {
        padding-top: 25.8vw;
        margin-top: -11.1vw;
        padding-bottom: 66px;
    }

    .about .title {
        text-align: left;
        padding-left: 5px;
    }

    .about .title img {
        float: left;
        margin-bottom: 40px;
        margin-right: 17px;
    }

    .about .flex-start-between {
        flex-direction: column;
        width: 100%;
    }
    
    .about .video {
        width: 100%;
    }

    .about .presentation {
        margin: 34px -15px 0 0;
        padding-left: 37px;
        width: calc(100% + 15px);
    }

    .about .video img {
        width: calc(100% + 110px);
        margin: 8px -54px 0;
    }

    .about .play {
        width: 72px;
        height: 72px;
        margin-top: -30px;
    }

    .about .play::after {
        border-width: 8px 15px;
        top: calc(50% - 8px);
    }

    .opportunities .title {
        text-align: left;
        margin: 24px 0 29px 5px;
    }

    .opportunities .title img {
        float: left;
        margin-bottom: 40px;
        margin-right: 17px;
    }

    .opportunities .list {
        flex-direction: column;
        width: 100%;
    }

    .opportunities .item {
        width: 100%;
        margin-bottom: 17px;
    }

    .club_card .items, .referral .text, .referral .table, .investments .carousel_wrap, .opportunities .list {
        padding: 0 6px;
    }

    .opportunities .img_wrap {
        margin: -21px 0 -28px;
    }

    .opportunities .name {
        font-size: 18px;
    }

    .investments .carousel_wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .investments .title {
        margin-bottom: 36px;
    }

    .investments .item {
        padding-right: 16px;
        padding-left: 16px;
    }

    .investments .name {
        width: 65%;
    }

    .investments .nav {
        justify-content: center;
        margin-top: 30px;
    }

    .investments .nav button {
        width: 44px;
        height: 44px;
    }

    .referral .text {
        font-size: 20px;
        margin-top: 30px;
    }

    .referral .table {
        font-size: 7px;
        margin-top: 39px;
        overflow: auto;
        position: relative;
    }

    .referral .cell {
        height: 21.43px;
        border-width: 0.868778px;
    }

    .referral .cell.text-gradient {
        font-weight: 700;
    }

    .referral .row_title {
        padding: 4px 5px 5px;
    }

    .referral .magnify_btn {
        position: absolute;
        left: 50%;
        top: 39.5%;
        transform: translate(-50%, -50%);
        transition: .5s;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
    }

    .referral {
        padding-bottom: 57px;
    }

    .club_card .text {
        max-width: 290px;
        font-size: 20px;
        margin-top: 33px;
    }

    .club_card .items {
        flex-direction: column;
        margin-top: 38px;
    }

    .club_card .item {
        width: 100%;
        max-width: 450px;
        margin-bottom: 40px;
    }

    .club_card .item_title {
        margin-top: 21px;
    }

    .info {
        padding-top: 17px;
    }

    .info .container {
        width: calc(100% - 32px);
        padding-bottom: 36px;
    }

    .info .info_title {
        font-size: 23px;
        padding: 18px 44px 16px;
        max-width: 300px;
    }

    .info .text {
        font-size: 20px;
        margin-top: 25px;
        padding: 0 10px;
        line-height: 1.2;
    }

    .info .list {
        flex-direction: column;
    }

    .info .item {
        width: 100%;
        margin-bottom: 31px;
    }

    .info .or {
        width: 62px;
        height: 62px;
        margin: 0 auto -16px;
    }

    .info .img_wrap img {
        margin: -14px 0;
        width: 100%;
    }

    .info .item_text {
        max-width: unset;
        margin: -34px 0 0 0;
    }

    .about_2 .container {
        width: calc(100% - 32px);
        padding: 41px 10px 0;
    }

    .about_2 .left_part {
        width: calc(100% + 40px);
        margin-left: 18px;
    }

    .about_2 .right_part {
        padding: 0 18px 40px 10px;
        margin-top: 26px;
    }

    .about_2 .title {
        margin-bottom: 32px;
    }

    .about_2 .text {
        font-size: 20px;
        line-height: 1.2;
    }

    .faq {
        padding-top: 57px;
    }

    .faq .questions {
        margin: 32px auto 0;
        width: calc(100% - 14px);
    }

    .faq .question {
        font-size: 18px;
        padding: 17px 20px 17px 54px;
    }

    .faq .question::before, 
    .faq .question::after {
        left: 27px;
        top: 19px;
    }

    .faq .response {
        font-size: 15px;
        line-height: 1.25;
        padding: 17px 20px 7px 55px;
    }

    .faq .response li {
        margin-bottom: 7px;
        padding-left: 28px;
        margin-right: -10px;
    }

    .faq .response li::before {
        top: 6px;
    }

    .faq .response ul {
        margin-bottom: 12px;
    }

    footer .container {
        width: calc(100% - 11px);
    }

    footer .left_part {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .text {
        margin: 10px 0 0;
    }

    footer  {
        padding-top: 39px;
    }

    footer .tg {
        margin-bottom: 25px;
    }

    .about .bg {
        top: unset;
        width: 124vw;
        bottom: -24px;
    }

    .investments .bg {
        top: -19vw;
        width: 92vw;
        right: -14vw;
    }

    .referral .bg {
        left: -35vw;
        bottom: unset;
        width: 170vw;
        top: 30%;
        max-width: 700px;
    }

    .club_card {
        z-index: 1;
        position: relative;
    }

    .info .bg {
        display: none;
    }


}
/*MAX WIDTH 768PX END*/