
.single-banner {
    background: url("../../images/BG-missions.webp") center/cover no-repeat;
}

.main-banner-title {
    font-weight: 500;
    max-width: 415px;
}

.main-banner-title {
    font-weight: 700;
}

.steps-info-block-wheel {
    width: 210px;
}

.steps-info-block-surprise {
    width: 243px;
}

.steps-info-block-startup {
    width: 256px;
}

.steps-info-block-trophy {
    width: 191px;
}

.games {
    margin-top: 44px;
}

.step-arrows {
    margin: 0 10px 0 16px;
}

.step-3 {
    max-width: 196px;
    margin-right: 14px
}



.missions {
    background: url("../../images/missions.webp") center/cover no-repeat;
}

.tournaments {
    background: url("../../images/tournaments.webp") center/cover no-repeat;
}

.levels {
    background: url("../../images/levels.webp") center/cover no-repeat;
}

.wheel {
    background: url("../../images/wheel.webp") center/cover no-repeat;
}

.store {
    background: url("../../images/store.webp") center/cover no-repeat;
}

.bonuses {
    background: url("../../images/bonuses.webp") center/cover no-repeat;
}

.welcome-terms ul,
.welcome-terms ul li {
    list-style: inside;
    color: #BEB9FF;
}

@media (max-width: 1000px) {
    .single-banner {
        background: url("../../images/bg-missions-mob.webp") center/cover no-repeat;
    }

    .main-banner-title {
        font-size: 26px;
        line-height: 28px;
    }

    .steps-info-block{
        width: 301px;
    }
    
    .steps-info {
        height: 301px;
        width: 301px;
    }
    
    .step {
        max-width: 340px !important;
        margin-right: 0 !important;
    }
}

.popup-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: #00000094;
}

.popup-wrap-content {
    width: 480px;
    /* min-height: 684px; */
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    overflow: hidden;
    background: #1e1450;
}

.banner {
    width: 100%;
    height: 152px;
    background: url("../img/dasdas32423.png") center / cover no-repeat;
    padding: 40px 16px 0 24px;
    position: relative;
}

.banner-title {
    color: #FFDC41;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
}

.banner-text {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

#TRUE_SIGNUP_FRAME {
    min-height: 546px;
    border-radius: 24px;
}

.close-banner {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 16px;
    top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #BEB9FF33;
    border-radius: 12px;
    cursor: pointer;
}

.close-banner img {
    width: 16px;
    height: 16px;
}

@media (max-width: 1000px) {
    .single-banner {
        background: url("../../images/bg-missions-mob.webp") center/cover no-repeat;
    }

    .main-banner-title {
        font-size: 26px;
        line-height: 28px;
    }

    .steps-info-block{
        width: 271px ;
    }
    
     .popup-wrap-content {
        width: calc(100% - 16px);
        height: auto;
    }
}