#popupBannerBottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #17181e;
    border-top: 2px solid #262836;
    z-index: 1010;
}

#popupBannerBottom .images-block {
    position: relative;
}

#popupBannerBottom .images-block img.players {
    position: absolute;
    bottom: -22px;
    right: 0;
    max-height: 377px;
    z-index: 1079;
     width: 100%;
}

#popupBannerBottom .images-block img.boom {
    position: absolute;
    bottom: 1px;
    right: -22px;
    max-height: 435px;
    z-index: 1033;
}

#popupBannerBottom .close {
    z-index: 10001;
    display: block;
    position: absolute;
    right: -10px;
    top: -15px;
    opacity: 0.7;
    padding: 20px;
}

#popupBannerBottom .text-block {
    padding: 30px;
}


#popupBannerBottom .text-block span.title {
    color: #f1f1f1;
    font-weight: 400;
    font-size: 24px;
}

#popupBannerBottom .text-block span.desc {
    display: flex;
}

#popupBannerBottom .text-block button {
    display: flex;
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 16px;
    padding: 14px;
    height: auto;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.5s ease 0s;
    border: 1px solid rgb(47, 53, 83) !important;
    color: rgb(255, 255, 255) !important;
    box-shadow: none !important;
    background: linear-gradient(260.65deg, rgb(90, 88, 227) 0px, rgb(0, 163, 255) 100%) !important;
}

.bounce-2 {
        animation-name: bounce-2;
        animation-timing-function: cubic-bezier(0.25, 0.1, 0.34, 1.3);
    }