body {
    background: #372873 url("../img/bg.png") top / cover no-repeat;
}

.popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: #000000c7;
}

.popup-wrap-content {
    width: 736px;
    min-height: 589px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    overflow: hidden;
    background: #1e1450;
    display: flex;
    justify-content: end;
}

.banner {
    width: 286px;
    height: 100%;
    background: url("../img/freebet-web.jpg") center / cover no-repeat;
    padding: 76px 16px 0 32px;
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    bottom: 0;
}

.banner-title {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    width: 200px;
    text-align: center;
}

.banner-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 27.78px;
    color: #fff;
    width: 200px;
    text-align: center;
}

.yellow {
    color: #FFDC41;
}

.banner-text span {
    font-weight: 900;
    font-size: 52px;
    line-height: 56px;
    display: block;
}

iframe#TRUE_SIGNUP_FRAME {
    width: 480px;
    z-index: 3;
    border-radius: 24px;
    outline: none;
    border: none;
}

.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: 900px) {
    body {
        background: #463297 url("../img/mob.png") top / cover no-repeat;
    }

    .popup-wrap-content {
        width: calc(100% - 16px);
        height: auto;
        position: relative;
        min-height: 684px;
        display: block;
    }

    .banner {
        width: 100%;
        height: 152px;
        background: url("../img/freebet-mob.jpg") center / cover no-repeat;
        padding: 20px 24px;
        position: relative;
    }

    .banner-title {
        font-size: 16px;
        margin-bottom: 0;
        text-align: left;
    }
    
    .banner-text {
        width: 138px;
        text-align: left;
    }
    
    .banner-text span {
        font-weight: 900;
        font-size: 32px;
        line-height: 38px;
        display: inline;
    }

    iframe#TRUE_SIGNUP_FRAME {
        min-height: 546px;
        border-radius: 24px;
        margin-top: -12px;
        width: 100%;
    }
}