
/*.mainBanner__background_container {*/
/*    position: absolute;*/
/*    z-index: 0;*/
/*    top: 90px;*/

/*    width: 100%;*/
/*    height: 926px;*/
/*}*/

/*.mainBanner__img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    object-position: 50% 10%;*/
/*}*/

.mainBanner {
    background-image: url("../imgs/mainpage/mainBanner/mainBannerBackgroungIMG.png");
    background-repeat: no-repeat;
    background-position: 50% 15%;
    transition: transform 0.5s ease-in-out;
}
@media (max-width: 1199px) {
    .mainBanner {
        background-image: url("../imgs/mainpage/mainBanner/mainBannerBackgroungIMG_medium.png");
        background-position: 50% 20%;
    }
}
@media (max-width: 767px) {
    .mainBanner {
        background-image: url("../imgs/mainpage/mainBanner/mainBannerBackgroungIMG_small.png");
        background-position: 50% 30%;
    }
}

.mainBanner__content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding-top: 100px;
    padding-bottom: 490px;

    text-align: center;
}

.mainBanner__header {
    margin-bottom: 2.5rem;
    line-height: 6rem;
}

.mainBanner__header .mainBanner__text_gradient {
    background: radial-gradient(12.33% 166.67% at 61.92% 16.05%, rgba(204, 128, 250, 0.6) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(91.52deg, #1DB6FA 26.49%, #1C75DF 58.71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.mainBanner__p_wrapper {
    display: flex;
    width: 430px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    position: relative; /* Обязательно для псевдоэлемента */
    z-index: 0; /* Чтобы псевдоэлемент был позади содержимого */
    overflow: hidden; /* Скрываем выступающие части псевдоэлемента */
}

.mainBanner__p_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    padding: 1px;
    background: linear-gradient(37deg, #136AC9, #89C0FF);
    border-radius: inherit;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 0.2;
}

.mainBanner__p_wrapper img{
    margin: 0 2px;
}
.mainBanner__p_wrapper p {
    font-family: var(--font-1), serif;
    font-size: 18px;
    opacity: 0.7;
    margin: 0 2px;
}

.mainBanner_BTN img {
    margin-left: 2px;
}

.mainBanner__tenDollars_wrapper {
    position: relative;

    margin-top: 1.5rem;
    padding: 7px 21px;
}
.mainBanner__tenDollars_wrapper p {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;

    font-family: var(--font-1), serif;
    color: #1C76E0;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.mainBanner__tenDollars_wrapper p span {
    margin-right: 5px;

    font-weight: 600;
    font-size: 20px;

    background: linear-gradient(139.27deg, #1EB3F9 1.46%, #494993 109.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.mainBanner__tenDollars_background {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(36.54deg, #3B98FB -57.37%, rgba(250, 250, 255, 0.8) 83.17%);
    border-radius: 10px;
}








@media (max-width: 1199px) {
    .mainBanner__header {
        margin-bottom: 2.5rem;
        font-size: 64px;
        line-height: 4rem;
    }
    .mainBanner_BTN {
        padding: 11px 45px;
    }

    .mainBanner__p_wrapper {
        width: 385px;
        padding: 6px 12px;
    }

    .mainBanner__p_wrapper p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .mainBanner__header {
        margin-top: 1vw;
        font-size: 7vw;
        line-height: 7vw;
    }
}
@media (max-width: 575px) {
    .mainBanner__p_wrapper {
        width: 200px;
        padding: 6px 12px;
        text-align: start;
    }
    .mainBanner__p_wrapper p {
        font-size: 12px;
    }
}
@media (max-width: 440px) {
    .mainBanner__header {
        margin-top: 0.7rem;
        margin-bottom: 1.5rem;
        font-size: 32px;
        line-height: 2rem;
    }
    .mainBanner_BTN {
        padding: 8px 75px;
    }

}


.mainBanner__background_container {
    position: absolute;
    z-index: 0;
    top: 90px;

    width: 100%;
    height: 100%;

    background-image: url('../imgs/mainpage/mainBanner/mainBannerBackgroungIMG.png');
    background-position: 50% 20%;


    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .mainBanner__background_container {
        background-image: url('../imgs/mainpage/mainBanner/mainBannerBackgroungIMG_medium.png');
        background-position: 50% 50%;
    }
    .mainBanner__content {
        padding-bottom: 250px;
    }
}

@media (max-width: 768px) {
    .mainBanner__background_container {
        background-image: url('../imgs/mainpage/mainBanner/mainBannerBackgroungIMG_small.png');
        background-position: 50% 120%;
    }
    .mainBanner__content {
        padding-bottom: 120px;
    }
}
@media (max-width: 440px) and (max-height: 700px) {
    .mainBanner__background_container {
        background-position: 50% 70%;
    }
}
