.main:before {
    background: none;
}

.footer {
    z-index: 3;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
    font-family: Helvetica Neue;
    font-size: 14px !important;
    font-weight: 400;
    font-style: normal;
    padding: 1.6814814815vh 7.4074074074vh 1.4814814815vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    transform: none !important;
    width: 100% !important;
}


.footer p {
    text-transform: uppercase
}

.footer__left {
    gap: 6.5740740741vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.footer__line {
    margin: 0 32px;
    padding-top: 2px;
}

.footer__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.037037037vh;
}

.footer__links a {
    color: #fff !important;
    font-size: 14px !important;
}

.footer__right {
    gap: 7.4074074074vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.footer__rules {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.1111111111vh
}


.footer__rules img {
    height: 2.962962963vh
}

.footer__rules img:nth-child(n+2) {
    margin-left: 14px;
}

.footer__center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5%;
}

.footer__social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__social a {
    margin-right: 20px;
}

.footer__payments {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    gap: 3.1481481481vh
}

.footer__payments img {
    height: 2.5925925926vh;
    opacity: 1
}

.footer__left-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__left-links a:first-child {
    margin-right: 20px;
}

.footer__left-links a {
    color: #fff;
}

.footer__left-links a:hover {
    cursor: pointer;
}

.footer__payments img {
    opacity: 1 !important;
}

@media screen and (max-width: 1200px) {
    .footer {
        margin-top: 0;
        font-size: 3.3333333333vw;
        padding: 4.4444444444vw 9.4444444444vw;
        flex-direction: column;
        justify-content: center;
        height: auto;
        border: none;
        background: #2a1036;
        position: relative;
        bottom: inherit;
        left: inherit;
        border-top: 1px solid rgba(255, 255, 255, 0.20);
    }

    .footer__left {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        order: 1;
    }

    .footer__links {
        gap: 4.4444444444vw
    }

    .footer__right {
        /* margin: 7.7777777778vw 0; */
        gap: 6.1111111111vw;
        order: -1;
        margin: 16px 0 9px;
    }

    .footer__line {
        display: none;
    }

    .footer__rules {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        gap: 1.1111111111vw
    }

    .footer__rules img {
        height: 6.6666666667vw
    }

    .footer__payments {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        gap: 4.4444444444vw
    }

    .footer__payments img {
        height: 5.5555555556vw;
        opacity: 1
    }

    .footer__left-links {
        order: -1;
        margin-bottom: 18px;
    }

    .footer__center {
        margin: 9px 0 18px;
        justify-content: center;
    }

    .footer__android {
        order: -2;
    }
}

.modal-content {
    background-color: #1c041c;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #1c041c !important;
}

.modal-terms-text p {
    font-size: 14px;
}