*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

a, a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

html,
body {
    height: 100%;
    line-height: 1;
    font-size: 16px;
    color: #000;
    font-family: Montserrat;
    background-color: #000;

    overflow-x: hidden;
}

.wrapper {
    position: relative;
}

._container {
    max-width: 1440px;
    padding: 0px 15px;
    box-sizing: content-box;
    margin: 0 auto;
    overflow: hidden;
}

.blue {
    color: #2722F2;
}
.white {
    color: #FFF;
    text-shadow: none;
}
.obvodka {
    text-shadow: -1px 1px 0px rgb(255, 255, 255), 1px 1px 0px rgb(255, 255, 255), 1px -1px 0px rgb(255, 255, 255), -1px -1px 0px rgb(255, 255, 255);
    color: #000000;
}
.turquoise {
    color: #66FCF1;
}


.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 15;
    margin: 0 auto;
    /* background-color: rgba(0, 0, 0, 0.30); */
}

.header__container {
    display: flex;
    align-items: center;
    /* padding: 44px 0; */
    /* padding-top: 40px;
    padding-bottom: 40px; */
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: space-between;
    overflow: unset;
}

.header__logo {
    color: #ED4AFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    /* letter-spacing: 5.542px; */

    display: flex;
    justify-content: center;
}

/* .header__logo_f {
    display: flex;
    flex-direction: column;
} */

.header__logo_cap {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 275;
    /* letter-spacing: 5.32px; */
}

.header__logo img {
    margin-right: 12px;
}

.menu {
    max-width: 90%;
}

.li_wrap_1 {
    margin-right: 40px;
}

/* .li_wrap {
    margin-right: 40px;
} */

.menu__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    padding: 3px;

    background-color: rgba(50, 43, 64, 0.3);
    border: 1px solid #ff39e81a;
}

.menu__list_footer {
    border: none;
    background: none;
}

.footer_img {
    max-width: 100%;
}

.footer_school {
    font-family: Montserrat, sans-serif;
    font-size: 56px;
    letter-spacing: 0px;
    font-weight: 100;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.menu__item {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;   
    /* margin-right: 40px; */
}

.menu__link {
    color: #FFF;
    transition: 0.2s;
    /* text-transform: uppercase; */
    opacity: 0.5;
}

.menu__link:hover {
    opacity: 1;
}

.menu__item:not(:last-child) {
    margin: 0px 45px 0px 0px;
}

.socials_header {
    display: flex;
    gap: 15px;
}




.btns-lang {
    position: relative;
    
}


.btns-lang button {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    padding: 15px;
    cursor: pointer;
    font-size: 14px;
}

.header__btn {
    text-transform: uppercase;
}

.header__btn:hover {
    color: #a1a1a1;
}

.header__btn_active {
    color: #a1a1a1;
}

.btns-list {
    display: none;
    position: absolute;
}

.btns-list-show {
    display: flex;
    flex-direction: column;
    /* background-color: rgba(0, 0, 0, 0.30); */
}

.btn-main {
    position: relative;
}

.btn-main::after {
    content: url("../img/arrow-down.svg");
    position: absolute;
    top: 13px;
    right: 0px;
}



.secfirst {
    background: #180619;
    text-align: center;
    padding-top: 175px;
    padding-bottom: 260px;
    /* background-image: url(../img/header.png); */
    background-image: url(../img/back.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}


.secfirst__title {
    font-family: Montserrat, sans-serif;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 5px;
    color: #FFF;
    z-index: 3;
    position: relative;
    margin-top: 60px;
}

.secfirst__title__sub {
    font-family: Montserrat, sans-serif;
    font-size: 56px;
    letter-spacing: 0px;
    font-weight: 100;

    margin-top: 20px;
}

.secfirst__title__subsub {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    letter-spacing: 0px;
    font-weight: 400;

    margin-top: 20px;
    margin-bottom: 50px;
}

.secfirst__subtitle {
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    
    color: #FFF;
    max-width: 1073px;
    margin: 0 auto;
    margin-bottom: 68px;
    z-index: 3;
    position: relative;
}







.secfirst__button {
    max-width: 241px;
    height: 56px;
    box-sizing: border-box;

    background-image: url("../img/button.png");
    background-repeat: no-repeat;
    background-size: contain;

    transition: 0.3s;
    margin: 0 auto;
    z-index: 10;

    cursor: pointer;
}

.secfirst__button:hover {
    background-image: url("../img/button_hover.png");
}














/* Общий стиль для мобильных устройств */
@media (max-width: 768px) {
    .header {
        position: static;
        margin: 0;
        padding: 10px 0;
    }

    .header__container {
        flex-direction: column;
        align-items: center;
        padding: 15px 0;
    }

    .header__logo {
        font-size: 18px;
    }

    .menu__list {
        flex-direction: column;
        padding: 0;
        gap: 10px;
    }

    .menu__item {
        font-size: 16px;
        margin: 5px 0;
    }

    .socials_header {
        justify-content: center;
        gap: 10px;
    }

    .secfirst {
        padding-top: 100px;
        padding-bottom: 100px;
        background-size: cover;
    }

    .secfirst__title {
        font-size: 50px;
        letter-spacing: 2px;
        margin-top: 20px;
    }

    .secfirst__title__sub {
        font-size: 24px;
        margin-top: 10px;
    }

    .secfirst__title__subsub {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .secfirst__subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .secfirst__button {
        width: 200px;
        height: 50px;
        background-size: contain;
    }
}










.secfirst__button-ru {
    background-image: url("../img/button-secfirst-ru.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.secfirst__button-ru:hover {
    background-image: url("../img/button-secfirst-ru-hover.svg");
}

.secfirst__button-en {
    background-image: url("../img/button-secfirst-en.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.secfirst__button-en:hover {
    background-image: url("../img/button-secfirst-en-hover.svg");
}

.secfirst__button-ua {
    background-image: url("../img/button-secfirst-ua.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.secfirst__button-ua:hover {
    background-image: url("../img/button-secfirst-ua-hover.svg");
}

.secfirst__button-ar {
    background-image: url("../img/button-secfirst-ar.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.secfirst__button-ar:hover {
    background-image: url("../img/button-secfirst-ar-hover.svg");
}











.secfirst__results {
    margin-top: 180px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    
    /* color: #FFF; */
}

.secfirst__result {
    box-sizing: border-box;
    position: relative;
    width: 261.016px;
    height: 261.016px;
    display: flex;
    flex-direction: column;
    padding: 33px;
    padding-top: 67px;
    /* z-index: 2; */
    border-radius: 24.897px;
    

    
    

    margin-bottom: 30px;
    background: linear-gradient(180deg, rgba(52, 58, 66, 0.05) 0%, rgba(0, 0, 0, 0.08) 100%);
    -webkit-background: linear-gradient(180deg, rgba(52, 58, 66, 0.05) 0%, rgba(0, 0, 0, 0.08) 100%);
    /* background: #000; */
    border: 0.803px solid #a4b4c37a;

    
    
    /* /* box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25); */
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);

    /* z-index: 20; */
}

/* .secfirst__result::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.842), rgba(0, 0, 0, 0.795));
    border-radius: 24.897px;
    z-index: -11;
} */

.secfirst__result_p {
    color: #2722F2;
    font-family: Montserrat;
    font-size: 50.386px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* margin-top: 67px; */
}

.secfirst__result_psub {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 25.193px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}








.training {
    text-align: center;
    padding-top: 350px;
    padding-bottom: 260px;
    /* background-image: url(../img/header.png); */
    /* background-image: url(../img/fon.png); */
    background-color: #180619;
    /* background-size: cover; */
    /* filter: blur(4px); */
    position: relative;
}

.training::before {
    position: absolute;
    background-image: url("../img/crystal.png");
    width: 506px;
    height: 506px;
    top: 252px;
    left: -203px;
    content: "";
    z-index: 1;
}

.training::after {
    position: absolute;
    background-image: url("../img/crystal.png");
    transform: rotate(180deg);
    width: 506px;
    height: 506px;
    top: 1450px;
    right: -244px;
    content: "";
    z-index: 1;
}

.training_button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DD1FFF;
    width: 240px;
    height: 56px;
    border-radius: 25px;
}

.training_button:link, .training_button:visited {
    text-decoration: none;
    color: inherit;
}

.training_button img {
    padding-top: 8px;
    padding-left: 10px;
}

.training_button:hover {
    color: inherit;
    text-decoration: none;
    background-color: #eb79ff;
}

.dots {
    position: absolute;
    top: -100px;
    /* left: -15px; */
    margin: 0 auto;
}

.training__title {
    font-size: 54px;
    color: #fff;
    font-weight: bold;
}

.training__subtitle {
    font-size: 20px;
    color: #7C8794;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 80px;
}

.t1 {
    max-width: 100%;
    border-radius: 25px;
    padding: 60px;
    border: 1px #61165E solid;

    display: flex;
    flex-direction: row;

    background-color: #110C1A;
    background-image: url("../img/t1_back.png");
}

.t1t1 {
    position: relative;
    z-index: 3;
}

.training_img {
    position: absolute;
    top: 165px;
    right: 190px;
    z-index: 0;
}

/* .t1t1::before {
    position: absolute;
    background-image: url("../img/robot.png");
    width: 578px;
    height: 661px;
    top: -40px;
    left: 255px;
    content: "";
    z-index: 1;
} */

.t1_img {
    object-fit: cover;
}

.t1_1 {
    display: flex;
    flex-direction: column;
    align-items: start;

}

.t1_title {
    font-size: 44px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 7px;
    
}

.t1_subtitle {
    font-size: 20px;
    color: #BED9CE;
    margin-bottom: 37px;
}

.t1_ol_flex {
    display: flex;
    align-items: center;
    position: relative;
}

.t1_line {
    position: absolute;
    left: 21px;
    top: 22px;
}

.t1_ol {
    text-align: left;
}

.t1_li {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #907C94;
    margin-bottom: 15px;
}

.t1 .training_button {
    margin-top: 25px;
}

.block_t2_t3 {
    display: flex;
    margin-top: 40px;
    gap: 40px;

}

.block_t2_t3 .t1 {
    max-width: 50%;
    max-width: 706px;
    height: 848px;
}

.block_t2_t3 .t1 ol {
    margin-top: 45px;
}

.t2 {
    background-image: url("../img/t2_back.png");
    position: relative;
    overflow: hidden;
}

.t2 .t1_line {
    height: 220px;
    top: 65px;
}

.t2_img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.t2 .training_button {
    position: absolute;
    bottom: 50px;
}

.t3 {
    background-image: url("../img/t3_back.png");
    position: relative;
    overflow: hidden;
}

.t3 .t1_line {
    height: 340px;
    top: 60px;
}

.t3_img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.t3 .training_button {
    position: absolute;
    bottom: 50px;
}



.feedback {
    text-align: center;
    margin: 0 auto;
    background-color: #180619;
    /* height: 120vh; */
    position: relative;
    padding-bottom: 100px;
    background-image: url("../img/feedback/feedback_back.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.feedback::before {
    position: absolute;
    background-image: url("../img/feedback/cosm-l.png");
    width: 597px;
    height: 1364px;
    top: -270px;
    left: 0px;
    content: "";
}


.feedback::after {
    position: absolute;
    background-image: url("../img/feedback/cosm-r.png");
    width: 637px;
    height: 1244px;
    top: -100px;
    right: 0px;
    content: "";
}


.swiper {
    max-width: 600px;
}

.feedback__title {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

.feedback__subtitle {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}

.feedback__phone {
    margin-top: 40px;
}

.phone img {
    max-height: 650px;
}

.swiper-button-prev {
    background-image: url("../img/feedback/arrow-left.png");
    width: 97px;
    height: 30px;
}

.swiper-button-prev::after {
    content: none;
}

.swiper-button-next {
    background-image: url("../img/feedback/arrow-right.png");
    width: 97px;
    height: 30px;
}

.swiper-button-next::after {
    content: none;
}



.comparison {
    /* background-color: #111012; */
    background-color: #380A3C;
    color: #fff;
    text-align: center;
    padding-top: 100px;
}

.before-after {
    display: flex;
    justify-content: space-around;
}

.before, .after {
    /* max-width: 45%; */
}

.before__title, .after__title {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 80px;
}

.before__item, .after__item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    padding-left: 100px;
    padding-right: 100px;
    width: 600px;
    height: 120px;
    margin-bottom: 40px;
    border-radius: 20px;
}

.before__item {
    background-image: url("../img/before-item-back.png");
    background-size: cover;
    background-position-x: center;
    /* background-position-y: -20px; */
    position: relative;
}

.before__item::before {
    position: absolute;
    background-image: url("../img/before-item-back-dot.png");
    width: 85px;
    height: 85px;
    top: -40px;
    left: 255px;
    content: "";
    z-index: 2;
}

.after__item {
    background-image: url("../img/after-item-back.png");
    background-size: cover;
    background-position-x: center;
    position: relative;
}

.after__item::before {
    position: absolute;
    background-image: url("../img/after-item-back-dot.png");
    width: 85px;
    height: 85px;
    top: -40px;
    right: 255px;
    content: "";
    z-index: 2;
}




.t1-secfirst {
    background-image: none;
    background-color: #111012;
    position: relative;
    padding-top: 250px;
    height: auto;
    padding-bottom: 100px;
}

.t1-title {
    color: #fff;
    font-size: 44px;
    margin-bottom: 20px;
}

.t1-des {
    color: #D7BED9;
    font-size: 20px;
    margin-bottom: 20px;
}

.t1-secfirst::before {
    position: absolute;
    background-image: url("../img/discdord-illustration-l.png");
    width: 567px;
    height: 541px;
    top: 20px;
    left: 0px;
    content: "";
}

.t1-secfirst::after {
    position: absolute;
    background-image: url("../img/discdord-illustration-r.png");
    width: 591px;
    height: 541px;
    top: 20px;
    right: 0px;
    content: "";
}

.you_get {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    
    background: #111012;
    background-image: url("../img/you-get-back.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.you_get::after {
    position: absolute;
    background-image: url("../img/crystal.png");
    width: 506px;
    height: 506px;
    top: 500px;
    left: -200px;
    content: "";
}

.you_get::before {
    position: absolute;
    background-image: url("../img/crystal.png");
    transform: rotate(180deg);
    width: 506px;
    height: 506px;
    top: 480px;
    right: -190px;
    content: "";
}

.you_get__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
}

.you_get__item {
    font-size: 15px;
    font-weight: bold;
    width: 466px;
    height: 133px;
    background-image: url("../img/get-you-item-back.png");
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 33px 55px;
    text-align: center;
    line-height: 34px;
    margin-bottom: 15px;
}

.you_get__items {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.you_get__item-last {
    margin: 0 auto;
}

.you_get__item-first {
    margin: 0 auto;
    /* margin-bottom: 100px; */
}

.you_get__items1-group {
    margin-top: 100px;
}

.you_get__item-group {
    /* background-image: url("../img/group-item-back.png"); */
}

.you_get__items1-group .you_get__item-group {
    margin-bottom: 240px;
}

.you_get__items2-group .you_get__item-group {
    margin-bottom: 240px;
}

.you_get__items2-group {
    margin-top: 270px;
    margin-bottom: -150px;
}



.secfirst-group::before {
    position: absolute;
    background-image: url("../img/robots-l.png");
    width: 660px;
    height: 660px;
    top: 40px;
    left: 0px;
    content: "";
}

.secfirst-group::after {
    position: absolute;
    background-image: url("../img/robots-r.png");
    width: 660px;
    height: 660px;
    top: 40px;
    right: 0px;
    content: "";
}

.you_get-group {
    background-image: url("../img/you-get-group-back.png");
    background-size: contain;
    background-position-x: center;
    background-position-y: 10px;
}

.you_get-group::after {
    content: none;
}

.you_get-group::before {
    content: none;
}



.ts-video {
    padding-top: 100px;
    padding-bottom: 200px;
    margin: 0 auto;
    text-align: center;
    background: #111012;
    background-image: url("../img/video_back.png");
    background-repeat: no-repeat;
    background-position-y: 320px;
    background-position-x: center;
}

.ts-video__container iframe {
    /* background-image: url("../img/iphone-video.png"); */
    background-size: contain;
    width: 831px;
    height: 413px;
    padding: 50px;
    overflow: hidden;
}

.ts-video_button {
    text-align: center;
    margin: 0 auto;
    
}

.feedback-btn {
    margin-top: 50px;
}




.mentor-secfirst::before {
    position: absolute;
    background-image: url("../img/mentor-eb-l.png");
    width: 279px;
    height: 559px;
    top: 70px;
    left: 0px;
    content: "";
}

.mentor-secfirst::after {
    position: absolute;
    background-image: url("../img/mentor-eb-r.png");
    width: 280px;
    height: 560px;
    top: 70px;
    right: 0px;
    content: "";
}

.you_get-mentor::before, .you_get-mentor::after {
    content: none;
}

.you_get-mentor {
    background-image: url("../img/mentor-back.png");
    background-size: contain;
}

.you_get__item-last-mentor {
    margin-bottom: 15px;
}

.you-get-mentor-dop {
    padding-top: 58px;
    padding-bottom: 58px;

    color: #D8BED9;
    font-weight: bold;
    font-size: 25px;

    border: 1px solid #DD1FFF;
    border-radius: 40px;

    margin-top: 60px;

    line-height: 40px;
}

.mentors {
    background: #111012;
    color: #fff;
    padding-bottom: 200px;
}

.mentor-list {
    display: flex;
    justify-content: space-around;
}

.mentor-item {
    overflow: hidden;
    background-image: linear-gradient(to right, #410d753d, #490b6f3a, #4f096938, #540a632f, #590b5e4f);

    width: 446px;
    /* height: 715px; */
    
    display: flex;
    flex-direction: column;

    /* align-items: center; */
    border-radius: 40px;

    padding: 40px 20px;
}

.mentor_title {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 20px;
}

.mentor_photo {
    overflow: hidden;
    border-radius: 40px;
    
}

.mentor_photo img {
    max-width: 404px;
    height: 332px;
    object-fit: contain;
    
}

.mentor_desc {
    margin-top: 20px;
    text-align: left;
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 30px;
}

.mentor-price-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mentro-price {
    font-size: 22px;
    line-height: 38px;
    margin-right: 20px;
}

.mentor-bnt {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DD1FFF;
    width: 240px;
    height: 56px;
    border-radius: 25px;
    cursor: pointer;
}

.mentor-bnt:hover {
    background-color: #eb79ff;
    color: inherit;
    text-decoration: none;
}

.mentor-bnt:link, .mentor-bnt:visited {
    text-decoration: none;
    color: inherit;
}





.footer {
    background: #111012;
    background-image: url("../img/footer-back.png");
    background-repeat: no-repeat;
    background-size: cover;
}



.footer__info__contacts {
}
.contacts {
}
.contacts__name {
    color: #FFF;
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 114.286% */
    margin-bottom: 40px;
}
.contacts__list {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.contacts__list__li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.contacts__list__li img {
    margin-right: 8px;
}
.footer__info__subscribe {
}
.subscribe {
}
.subscribe__name {
    color: #FFF;
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 114.286% */
    margin-bottom: 40px;
}
.subscribe__form {
}
.subscribe__socials {
}
.subscribe__socials__social:not(:last-child) {
    margin-right: 16px;
}
.footer__copyright {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer__copyright__p {
    text-align: center;
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}






.results-sec-first {
    padding-top: 130px;
    /* padding-bottom: 150px; */
}

.results-sec-first__container {
    /* display: flex;
    justify-content: center;
    align-items: center;

    flex-wrap: wrap; */

    position: relative;
    padding-bottom: 150px;
    overflow: unset;
}


.results-sec-first__fund-management {
    color: #fff;
    padding: 38px 18px;
    border-radius: 24px;
    border: 0.803px solid #a4b4c37a;
    background: linear-gradient(180deg, rgba(52, 58, 66, 0.05) 0%, rgba(39, 34, 242, 0.10) 100%);

    /* fix 1 */
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);

    max-width: 560px;

    margin-bottom: 20px;
}

.results-sec-first__fund-management h3 {
    margin-bottom: 55px;

    font-size: 19.031px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.75px; /* 114.286% */
}

.fund-management__table {
    margin-left: 40px;
    margin-right: 60px;
}

.fund-management__table div {
    margin-bottom: 21px;

    display: flex;
    justify-content: space-between;
    align-items: center;

}

.fund-management__table div .name {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.75px; /* 155.357% */
}

.fund-management__table div .balance {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.75px;
}



.results-sec-first__result-invest {
    border-radius: 24px;
    border: 0.803px solid #a4b4c37a;
    background: linear-gradient(180deg, rgba(52, 58, 66, 0.05) 0%, rgba(0, 0, 0, 0.08) 100%);
    -webkit-background: linear-gradient(180deg, rgba(52, 58, 66, 0.05) 0%, rgba(0, 0, 0, 0.08) 100%);

    /* fix 1 */
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);

    padding: 40px;

    max-width: 400px;
    position: absolute;
    right: 100px;
    top: 0;
}

.results-sec-first__result-invest h3 {
    color: #FFF;
    font-size: 19.031px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.75px; /* 114.286% */

    margin-bottom: 7px;
}

.results-sec-first__result-invest p {
    color: #FFF;
    font-size: 10.875px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.5px; /* 133.333% */

    margin-bottom: 18px;
}

.results-sec-first__result-invest a {
    color: #FFF;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.75px; /* 150% */
}

.results-sec-first__result-invest a:hover {
    color: #a3a3a3;
}



.results-sec-first__replenishment {
    border-radius: 24px;
    border: 0.803px solid #a4b4c37a;
    background: linear-gradient(180deg, rgba(52, 58, 66, 0.05) 0%, rgba(39, 34, 242, 0.10) 100%);

    /* fix 1 */
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);

    padding: 16px;

    max-width: 560px;
}
.replenishment__headers {
    display: flex;
    align-items: center;

    justify-content: space-around;
}
.replenishment-name-p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.75px; /* 181.25% */
}
.replenishment-summ-p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.75px; /* 181.25% */
}
.replenishment {
    border-radius: 14px;
    border: 1px solid #1F1F6C;
    background: #0C0C32;
    position: relative;

    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */

    /* width: 495px; */
    height: 53px;

    margin-bottom: 7px;

}
.replenishment__time {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 125% */

    border-radius: 14px;
    border: 1px solid #1F1F6C;
    background: #0C0C32;

    width: 52px;
    height: 52px;

    padding: 10px;

    position: absolute;
    top: 0;
    left: 0;
}
.name-summ {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}
.replenishment__name {
    color: #D9D9D9;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.75px; /* 155.357% */
}
.replenishment__summ {
    color: #66FCF1;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.75px; /* 155.357% */
}

.results-sec-first__images {
    position: absolute;
    top: 210px;
    right: 0;
}







.project {
    border-radius: 24px;
    border: 0.803px solid #a4b4c37a;
    background: linear-gradient(180deg, rgba(52, 58, 66, 0.05) 0%, rgba(39, 34, 242, 0.10) 100%);

    /* fix 1 */
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);

    padding: 36px 24px 24px 24px;

    max-width: 1120px;

    margin: 0 auto;
    margin-bottom: 100px;
}
.project__name {
    color: #FFF;
    font-family: Roboto;
    font-size: 19.031px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.75px; /* 114.286% */

    margin-bottom: 30px;
}
.project__data {
    display: flex;
    align-items: center;

    margin-bottom: 18px;
}
.project__name-coin {
    border-radius: 19.089px;
    /* opacity: 0.4; */
    /* background: #2B343F; */
    background: #13171d;
    box-shadow: -3.47077px -3.47077px 8.67693px 0px rgba(255, 255, 255, 0.08), 3.47077px 3.47077px 5.20616px 0px rgba(0, 0, 0, 0.80);

    padding: 4px;
    padding-right: 28px;
    /* max-width: 106px; */

    display: flex;
    align-items: center;

    color: #FFF;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.031px; /* 166.927% */
}
.project__name-coin img {
    margin-right: 8px;
    border-radius: 50%;
}
.project__profit {
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.031px; /* 166.927% */

    margin-left: 37px;
}
.project__input {
    color: #FFF;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.75px; /* 181.25% */

    margin-left: 37px;
}
.project__output {
    color: #FFF;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.75px; /* 181.25% */

    margin-left: 37px;
}
.project__data3 {
    display: flex;
}
.project__graphics {
    border-radius: 26px;
}
.project__data2 {
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;

    margin-left: 26px;
}
.project__description {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.75px; /* 155.357% */

    margin-bottom: 37px;
}
.project__transaction-image {
    border-radius: 17px;
}


.results-screen {
    margin-top: 40px;
    margin-bottom: 106px;
}
.results-screen__container img {
    /* margin: 0 auto;
    text-align: center; */
}



.packages {
    padding-top: 200px;

    background-image: url(../img/header.png);
    background-size: cover;

    
}

.packages__container {
    padding-bottom: 200px;
}

.packages__package {
    border-radius: 30px;
    border: 0.803px solid #a4b4c37a;
    background: linear-gradient(180deg, rgba(52, 58, 66, 0.05) 0%, rgba(0, 0, 0, 0.08) 100%);
    -webkit-background: linear-gradient(180deg, rgba(52, 58, 66, 0.05) 0%, rgba(0, 0, 0, 0.08) 100%);

    /* fix 1 */
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);

    padding: 74px 62px 70px 62px;

    max-width: 80%;
    margin: 0 auto;

    position: relative;

    
}
.package__data {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    margin-bottom: 65px;
}
.packages__name {
    color: #F2F2F2;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 13px;
}
.packages__duration {
    color: #F2F2F2;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-left: 16px;
    margin-right: 20px;
}
.packages__profit {
    color: #F2F2F2;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-right: 112px;
    margin-left: 12px;
}
.packages__summ {
    color: #7C8794;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 200% */

    display: flex;
    align-items: center;
}
.packages__summ img {
    margin-left: 10px;
}
.packages__description {
    color: #7C8794;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 200% */
}
.packages-premium__back-left {
    background-image: url(../img/packages-back-left.png);
    width: 475px;
    height: 1156px;
    z-index: 0;
}
.packages-premium__back-right {
    background-image: url(../img/packages-back-right.png);
    width: 465px;
    height: 1136px;
    z-index: 0;
}

.packages-basic__back-left {
    background-image: url(../img/packages-back-left-basic.png);
    width: 475px;
    height: 1156px;
    z-index: 0;
}
.packages-basic__back-right {
    background-image: url(../img/packages-back-right-basic.png);
    width: 473px;
    height: 1152px;
    z-index: 0;
}

.packages-starter__back-left {
    background-image: url(../img/packages-back-left-starter.png);
    width: 475px;
    height: 1156px;
    z-index: 0;
}
.packages-starter__back-right {
    background-image: url(../img/packages-back-right-starter.png);
    width: 473px;
    height: 1152px;
    z-index: 0;
}


/* 
.back-left {
    background-image: url(../img/back-left.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 30px;
    width: 407px;
    height: 626px;
    z-index: 1;
}

.back-right {
    background-image: url(../img/back-right.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 40px;
    width: 399px;
    height: 1024px;
}

*/
.packages__button{
    box-sizing: border-box;
    border-radius: 117px;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    max-width: 217px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -27px;
    background-color: #fff;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;

    padding: 15px 0px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;
}
.packages__button:hover {
    background-color: #888888;
    color: #222737;
}

.results-sec-first__images-2 {
    margin-left: 200px;
}

.images-2 {
    top: 140px;
    right: 150px;
    z-index: 0;
}

.result-invest-2 {
    z-index: 1;
}

.we-actives {
}
.we-actives__container {
}
.active {
    margin-bottom: 80px;
}
.active__name {
    display: flex;
    align-items: center;

    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 13.771px; /* 86.072% */

    margin-left: 130px;
}
.active__name img {
    margin-right: 10px;
}
.active__results {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;

    margin-top: 36px;
}
.active__result {
}



.results-screen-2 {
}
.results-screen-2__wrapper {
    border-radius: 24px;
    border: 1px solid #a4b4c37a;
    background: linear-gradient(180deg, rgba(52, 58, 66, 0.05) 0%, rgba(0, 0, 0, 0.08) 100%);
    -webkit-background: linear-gradient(180deg, rgba(52, 58, 66, 0.05) 0%, rgba(0, 0, 0, 0.08) 100%);

    /* fix 1 */
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);

    max-width: 388px;
    margin: 0 auto;
    padding: 24px;
}
.results-screen-2__h3 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 19.031px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.75px; /* 114.286% */

    margin-bottom: 24px;
}
.results-screen-2__summ {
    color: #66FC87;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.75px;

    margin-bottom: 24px;
}
.results-screen-2__p {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.75px; /* 145% */
}









@media (max-width: 1440px) {

}

@media (max-width: 1024px) {
    .back-left {
        transform: scale(0.6) translateX(-34%);
    }
    .back-right{
        transform: scale(0.6) translateX(34%);
    }
    .back-left-sub {
        transform: scale(0.6) translateX(-34%) translateY(-100%);
    }
    .back-right-sub {
        transform: scale(0.6) translateX(34%);
    }
    .back-left-plans {
        transform: scale(0.6) translateX(-34%);
    }
    .back-right-plans {
        transform: scale(0.6) translateX(34%);
    }
    .results {
        justify-content: space-around;
    }
    .advantages__result {
        width: 34%;
    }
    .description__img {
        transform: translateX(80px);
    }
    .description__textpart {
        max-width: 56%;
        transform: translateX(52px);
    }
    .about__block-image {
        transform: translateX(-50px);
    }
    .about__text {
        transform: translateX(-60px);
        max-width: 50%;
    }
    .trust__block-image {
        transform: translateX(-50px);
    }
    .trust__text {
        transform: translateX(-60px);
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    nav {
        display: none;
    }
    .results {
        justify-content: space-between;
    }
    .team__person {
        width: 40%;
    }
    .page__result__choose {
        width: 40%;
    }
    .back-left {
        transform: scale(0.6) translateX(-34%);
    }
    .back-right{
        transform: scale(0.6) translate(35%, -20%);
    }
    .back-left-sub {
        transform: scale(0.6) translateX(-34%) translateY(60%);
    }
    .back-right-sub {
        transform: scale(0.6) translateX(34%) translateY(130%);
    }
    .back-left-plans {
        transform: scale(70%);
        left: -110px;
    }
    .back-right-plans {

    }
    .trust__text {
        transform: translateX(-82px);
    }
}

@media (max-width: 600px) {
    .secfirst__title {
        font-size: 50px;
    }

    .secfirst__subtitle {
        font-size: 25px;
    }
}













































@media (max-width: 450px) {
    .header__container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .secfirst {
        padding-top: 150px;
    }

    .btns-lang button {
        font-size: 16px;
        margin-right: 15px;
    }

    

    .secfirst__title {
        font-size: 25px;
        line-height: 43.372px;
        margin-bottom: 15px;
    }
    .secfirst__subtitle {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .secfirst__button {
        transform: scale(0.7);
    }
    .page__result__choose {
        width: 70%;
    }
    .back-left {
        transform: scale(0.4) translateX(-75%);
    }
    .back-right{
        transform: scale(0.4) translate(75%, -20%);
    }
    .back-left-sub {
        transform: scale(0.4) translateX(-78%) translateY(100%);
    }
    .back-right-sub {
        transform: scale(0.4) translateX(76%) translateY(-170%);
    }

    .secfirst__results {
        padding: 0 30px;
    }
    .secfirst__result {
        box-sizing: border-box;
        position: relative;
        width: 160px;
        height: 160px;
        padding: 17px;
        justify-content: center;
        align-items: center;
    }
    .secfirst__result_p {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        margin-bottom: 7px;
    }
    .secfirst__result_psub {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .advantages{
        padding-top: 10px;
    }

    .advantages__title {
        font-size: 12px;
        line-height: 14px;
    }

    .advantages__subtitle {
        font-size: 25px;
    }


    .advantages__results {
        justify-content: center;
        margin-top: 20px;
    }

    .advantages__result {
        width: 215px;
        min-height: 344px;

        padding: 25px 22px 25px 22px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .advantages__img {
        transform: scale(0.7);
        margin-bottom: 20px;
    }

    .advantages__name {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;

        margin-bottom: 14px;
    }
    .advantages__description {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .description__container {
        overflow: unset;
    }

    .description__title {
        font-size: 30px;
        font-weight: 700;
        line-height: 35px;
        letter-spacing: -0.3px;
    }
    .description__img {
        transform: translateX(70px) scale(1.8);
    }
    .description__textpart {
        transform: translateX(14px);
    }

    .description__text {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
    }



    .about__image {
        transform: translateX(10px) scale(1.5) translateY(20px);
        display: none;
    }
    .about__text {
        /* transform: translateX(-45px); */
        /* width: 80%; */
        margin: 0;
        transform: none;
        max-width: 100%;
    }
    .about__text__ph {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 31.279px;
        letter-spacing: 1.8px;
        min-width: 170px;
        /* transform: translateX(-70px); */
    }

    .about__text__ph:before {
        width: 40px;
    }

    .about__text__h {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: -0.3px;

        /* width: 250px;
        transform: translateX(-40px); */
    }
    .about__text__p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 0;
    }

    

    .person {
        width: 220px;
    }
    .swiper-button-next::after {
        right: 5px;
    }
    .swiper-button-prev::after {
        left: 5px;
    }



    

    .team {
        margin-top: 60px;
    }

    .team__text__ph {
        font-size: 12px;
        margin-bottom: 39px;
    }
    
    .team__text__ph:before {
        content: '';
        display: block;
        margin-right: 17px;
        width: 103px;
        height: 1px;
        background: #2722F2;
    }





    .trust__container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 100px;
    }
    .trust__image {
        /* transform: translateX(10px) scale(1.5) translateY(20px); */
        display: none;
    }
    .trust__text {
        transform: none;
        max-width: 100%;
        margin: 0;
    }
    .trust__text__ph {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 83px;
        letter-spacing: 1.08px;
        min-width: 170px;
        justify-content: center;
        margin-bottom: 0;
        /* transform: translateX(-70px); */
    }

    .trust__text__ph:before {
        width: 40px;
    }

    .trust__text__h {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        letter-spacing: -0.3px;
        margin-bottom: 15px;

        /* width: 250px;
        transform: translateX(-40px); */
    }
    .trust__text__p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
    }


    .plans {
        margin-top: 100px;
    }

    .plans__h {
        font-size: 30px;
        max-width: 75%;
    }
    .plans__p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    /* 
    .plan {
        padding: 25px 18px;
    }
    .plan__name {
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .plan__lasting {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .plan__charact__li {
        font-size: 8px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .plan__charact__li img {
        transform: scale(0.7);
    } */

    .back-left-plans {
        transform: scale(79%);
        left: -328px;
        top: 150px;
    }
    .back-right-plans {
        transform: scale(79%);
        right: -205px;
        top: 1350px;
    }


    .results {
        display: block;
    }

    .results__tech {
        max-width: 100%;
        text-align: center;
    }

    .results__tech__ph {
        margin-bottom: 0;
        margin: 0 auto;
        justify-content: center;
    }
    .results__tech__ph::before {
        max-width: 40px;
    }
    
    .results__tech__h {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -0.3px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .results__tech__buttons {
        display: none;
    }

    .results__tech__buttons__button {
        transform: scale(0.5);
        width: 30px;
        margin-right: 10px;
    }

    .results__cases {
        display: block;
        position: relative;
        max-width: 100%;
        overflow: unset;

        text-align: center;
        
        margin: 0 auto;
        margin-top: 20px;
        
    }

    .case {
        display: block;
        max-width: 100%;
        padding: 0;
        margin: auto;

        
        border: none;
        border-radius: 0;
        background: none;
        backdrop-filter: none;

    }

    .caseMobile {
        max-width: 70%;
        margin: 0 auto;

        height: 400px;

        padding: 36px;
        border-radius: 24px;

        border: 0.803px solid #a4b4c37a;
        background: linear-gradient(180deg, rgba(52, 58, 66, 0.05) 0%, rgba(0, 0, 0, 0.08) 100%);
        -webkit-background: linear-gradient(180deg, rgba(52, 58, 66, 0.05) 0%, rgba(0, 0, 0, 0.08) 100%);
        backdrop-filter: blur(28px);
        -webkit-backdrop-filter: blur(28px);


        text-align: left;


    }

    .case__name {
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        margin-top: 15px;
        margin-bottom: 12px;
        /* overflow: unset; */
    }

    .case__date {
        color: rgba(255, 255, 255, 0.50);
        font-size: 11px;
        font-style: normal;
        font-weight: 300;
        line-height: 10px;
        margin-bottom: 12px;
    }
    .case__photo-img {
        object-fit: contain;
        max-width: 100%;
        border-radius: 9px;
    }
    .case__description {
        /* margin-bottom: 25px; */
    }

    .case__button {
        width: 100%;
        /* margin-top: 75px; */
    }

    .footer__info {
        padding-top: 50px;
    }

    .footer__info__links {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 50px;
    }
    .footer__info__contacts {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 50px;
    }
    .contacts__list__li {
        justify-content: center;
    }
    .footer__info__subscribe {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .subscribe__socials {
        display: flex;
        justify-content: center;
    }
    .subscribe__socials__social img {
        width: 50px;
    }









    .packages {
        padding-top: 170px;
    }
    
    .packages__package {
        padding: 30px 20px 60px 20px;
    }

    .package__data {
        margin-bottom: 20px;
    }

    

    .packages__name {
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        margin-right: 0px;
    }
    .packages__duration {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    
        margin-left: 0;
        margin-right: 0px;
    }
    .packages__profit {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    
        margin-right: 0px;
        margin-left: 0px;
    }
    .packages__summ {
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    
        display: flex;
        align-items: center;
        width: 200px;
    }
    .packages__summ img {
        margin-left: 10px;
    }
    .packages__description {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .packages__button {
        transform: scale(0.8);
    }




    .results-sec-first {
        padding-top: 90px;
    }

    .results-sec-first__result-invest {
        position: absolute;
        top: 960px;
        transform: translateX(40px);
        margin-bottom: 10px;
        z-index: 10;
    }

    .results-sec-first__images {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 30px;
        transform: scale(1.6) translateX(70px) translateY(40px);
    }



    .results-sec-first__images img {
        max-width: 100%;
    }



    .results-screen__container img {
        max-width: 100%;
    }

    .project__data {
        flex-wrap: wrap;
    }
    .project__data3 {
        flex-wrap: wrap;
    }
    .project__data2 {
        flex-wrap: wrap;
    }

    .project__data3 img {
        max-width: 100%;
    }

    .project__description {
        margin-top: 10px;
    }


    .results-sec-first__images-2 img {
        max-width: 100%;

        margin-bottom: 20px;
    }

    .active__result img {
        max-width: 100%;
    }



    .fund-management__table {
        margin-left: 0px;
        margin-right: 0px;
    }
    .replenishment__name {
        margin-left: 10px;
    }

    .results-projects {
        /* transform: translateY(210px); */
        margin-top: 210px;
    }

    .project__name {
        text-align: center;
    }

    .project__data {
        justify-content: space-around;
        gap: 10px;
    }

    .project__profit {
        width: 29%;
    }

    .project__data2 {
        margin-left: 0;
    }

    .results-screen__container {
        transform: scale(1.8) translateX(45px);
    }

    .results-sec-first__images-2 {
        display: none;
    }
    .results-sec-first__images img {
        max-width: 120%;
    }

    .result-invest-2 {
        top: 400px;
    }

    .we-actives {
        margin-top: 300px;
    }
    
    .active__name {
        text-align: center;
        margin-left: 0;
        justify-content: center;
    }

}


@media (max-width: 375px) {
    .results-sec-first__result-invest {
        padding: 20px;
        width: 80%;
        top: 970px;
        transform: translateX(57px);
    }

    .replenishment__name {
        margin-left: 55px;
    }

    .result-invest-2 {
        top: 280px;
    }

    .we-actives {
        margin-top: 200px;
    }
}


@media (max-width: 430px) {
    .secfirst {
        
        background-size: 240%;
        background-position-x: center;
        background-position-y: 50px;
        padding-top: 40px;
        
    }

    .secfirst__title__subsub {
        font-size: 15px;
    }

    .dots {
        position: absolute;
        top: -270px;
        left: 200px;
        height: 270px;
    }

    .training::before, .training::after {
        content: none;
    } 

    .training {
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .t1 {
        flex-wrap: wrap;
    }

    .header {
        background: #180619;
    }

    .header__logo {
        margin-bottom: 10px;
    }

    .training__title {
        font-size: 44px;
    }

    .training__subtitle {
        font-size: 14px;
    }

    .t1_title {
        font-size: 32px;
    }

    .t1_subtitle {
        font-size: 16px;
    } 
    
    .t1_li {
        font-size: 14px;
    }

    .t1 {
        padding: 10px;
    }

    .training_img {
        display: none;
    }

    .t1 {
        position: relative;
    }

    .t2_img, .t3_img {
        transform: scale(0.5);
        position: absolute;
        right: -108px;
        bottom: -103px;
    }

    .t1_img {
        transform: scale(0.5);
        position: absolute;
        right: -157px;
        bottom: -122px;
    }

    .training_button {
        margin: 0 auto;
    }

    .t1_1 .training_button {
        position: relative;
        margin-top: 50px;
        margin-left: -20px;
        transform: scale(0.7);
    }

    .t2 .training_button, .t3 .training_button {
        position: relative;
        margin-top: 50px;
        margin-left: -20px;
        transform: scale(0.7);
    }

    .t2, .t3 {
        height: 0px;
    }

    .block_t2_t3 {
        flex-wrap: wrap;
    }

    .feedback {
        padding: 10px;
    }

    .feedback::after, .feedback::before {
        content: none;
    }

    .feedback__title {
        font-size: 40px;
    }

    .feedback__phone {
        /* max-width: 90%;
        margin: 0 auto;
        max-height: 440px; */
    }

    .phone img {
        max-width: 90%;
        margin: 0 auto;
        max-height: 440px;
    }

    .swiper-button-next, .swiper-button-prev {
        /* transform: scale(0.5); */
        display: none;
    }

    .before-after {
        flex-wrap: wrap;
    }
    
    .feedback-btn {
        margin-top: 40px;
    }

    .before__item, .after__item {
        width: 250px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .before__item::before, .after__item::before {
        left: 80px;
    }

    .t1_1 {
        align-items: center;
    }

    .block_t2_t3 .t1 {
        height: auto;
    }

    .t1-secfirst::before, .t1-secfirst::after {
        display: none;
    }

    .you_get::before, .you_get::after {
        display: none;
    }

    .you_get__items {
        flex-wrap: wrap;
    }

    .you_get__item {
        /* font-size: 13px; */
        width: 300px;
        padding: 10px;
        background-size: contain;
        background-position-x: center;
        background-position-y: center;
        height: auto;
        background-repeat: no-repeat;
    }

    .ts-video__container iframe {
        /* background-image: url(../img/iphone-video.png); */
        background-size: contain;
        width: 300px;
        height: auto;
        padding: 0px;
        padding-bottom: 20px;
        /* height: 413px; */
        /* padding: 50px; */
        overflow: hidden;
    }

    .secfirst-group::before, .secfirst-group::after {
        display: none;
    }

    .you_get-group {
        background-image: none;
    }

    .you_get__items-group {
        flex-wrap: wrap;
    }

    .you_get__item-first {
        line-height: 20px;
        width: 300px;
        font-size: 12px;
        height: 88px;
    }

    .you_get__items2-group .you_get__item-group {
        margin-bottom: 20px;
        line-height: 20px;
        width: 300px;
        font-size: 12px;
        height: 88px;
    }

    .you_get__items1-group .you_get__item-group {
        margin-bottom: 20px;
        line-height: 20px;
        font-size: 12px;
        width: 300px;
        height: 88px;
    }

    .you_get__items1-group {
        margin-top: 20px;
    }

    .you_get__items2-group {
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .you_get-group .you_get__container .you_get__item-last {
        line-height: 20px;
        font-size: 12px;
        width: 300px;
        height: 88px;
    }
    
    .you_get__container {
        padding: 0px;
    }

    .mentor-secfirst::before, .mentor-secfirst::after {
        display: none;
    }

    .you_get-mentor .you_get__item {
        line-height: 20px;
        font-size: 12px;
        width: 300px;
        height: 88px;
    }

    .you-get-mentor-dop {
        margin: 0 10px;
    }

    .mentor-list {
        flex-wrap: wrap;
        gap: 20px;
        
    }

    .mentor-item {
        text-align: center;
    }

    .mentor_desc {
        text-align: center;
    }

    .mentor-price-btn {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .mentro-price {
        margin-bottom: 20px;
    }

    .mentor_photo img {
        /* max-width: 404px;
        height: 332px;
        object-fit: contain; */
        /* object-position: 50% 50%; */
        transform: translateX(-75px);
    }

    
}





















/* Кнопка выпадающего списка */
/* .dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;header__btn_active
    border: none;
    cursor: pointer;
  } */
  
  /* Кнопка выпадающего меню при наведении и фокусировке */
  /* .dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
  } */
  
  /* Контейнер <div> - необходим для размещения выпадающего содержимого */
  /* .dropdown {
    position: relative;
    display: inline-block;
  } */
  
  /* Выпадающее содержимое (скрыто по умолчанию) */
  /* .dropdown-content {
    display: none;
    position: absolute;
    z-index: 10;
  } */
  
  /* Ссылки внутри выпадающего списка */
  /* .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  } */
  
  /* Изменение цвета выпадающих ссылок при наведении курсора */
  /* .dropdown-content a:hover {background-color: #ddd} */
  
  /* Показать выпадающее меню (используйте JS, чтобы добавить этот класс .dropdown-content содержимого, когда пользователь нажимает на кнопку выпадающего списка) */
  /* .show {display:block;} */