.ever-popup__body.ever-mobile {
    display: none
}

.ever-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7) none repeat scroll 0 0;
    z-index: 111;
    display: none;
    overflow: auto
}

.ever-popup__body {
    position: static;
    float: none;
    display: block;
    margin: 0 auto;
    width: auto
}

.ever-popup.show {
    display: block;
    align-items: center
}

.ever-popup__inner {
    position: relative;
    margin: 0 auto;
    padding-top: 35px
}

.ever-popup__close {
    width: 35px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 1;
    transition: all .3s ease 0s
}

.ever-popup__close::after,
.ever-popup__close::before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 35px;
    height: 10px;
    background: #fff none repeat scroll 0 0;
    transition: all 1s ease 0s
}

.ever-popup__close::after {
    transform: rotate(-45deg)
}

.ever-popup__close::before {
    transform: rotate(45deg)
}

@media screen and (max-width:1000px) {
    .ever-popup__body.ever-desktop {
        display: none
    }

    .ever-popup__body.ever-mobile {
        display: block
    }
}

.main-banner img {
    max-width: 61px;
    max-height: 49px;
    margin: 0 !important
}

.main-banner {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background-color: #e30c0c;
    background-image: url("banner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 97
}

.main-banner.banner-bottom {
    top: auto;
    bottom: 0
}

.main-banner p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-family: Roboto, sans-serif;
    color: #fff !important;
    margin-left: 20px;
    text-align: center;
    padding: 10px 0
}

.main-banner p b {
    color: #fff;
    display: block;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px
}

.main-banner p .ban-small {
    color: #fff;
    display: block;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400
}

@media screen and (max-width:1219px) {
    .main-banner p .ban-small {
        font-size: 15px
    }

    .main-banner p b {
        font-size: 17px
    }

    .main-banner img {
        max-width: 50px;
        max-height: 40px
    }

    .main-banner p {
        max-width: 920px
    }
}

@media screen and (max-width:1023px) {
    .main-banner .delete_mob {
        display: none
    }

    .main-banner p {
        max-width: 500px
    }

    .main-banner p b {
        font-size: 16px
    }

    .main-banner p .ban-small {
        font-size: 15px
    }
}

@media screen and (max-width:767px) {
    .main-banner p {
        max-width: 420px
    }

    .main-banner p b {
        font-size: 15px
    }

    .main-banner p .ban-small {
        font-size: 14px
    }
}

@media screen and (max-width:639px) {
    .main-banner img {
        max-width: 35px;
        max-height: 30px
    }

    .main-banner p {
        margin-left: 10px
    }
}

@media screen and (max-width:479px) {
    .main-banner img {
        max-width: 50px;
        max-height: 100%
    }

    .main-banner p {
        max-width: 250px;
        line-height: 1.1
    }

    .main-banner p b {
        line-height: 18px;
        font-size: 13px;
        margin-bottom: 2px
    }

    .main-banner p .ban-small {
        line-height: 17px;
        font-size: 12px
    }
}

@media screen and (max-width:370px) {
    .main-banner img {
        max-width: 35px
    }
}

.main-banner p span {
    color: #fff !important
}

.main-banner * {
    box-sizing: border-box
}