.footer {
    padding-bottom: 10vh !important;
}

body:after {
    content: "";
    display: block;
    position: fixed;
    z-index: 99999;
    height: 10vh;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff url(/assets/images/russian-health-warning.png) no-repeat;
    background-size: 100% 100%;
}

.cc_banner {
    margin-bottom: 10vh;
}

@media (max-width: 1199px) {
    body:after {
        background-image: url(/assets/images/russian-health-warning_mobile.png);
    }
}

@media (max-height: 1770px) {
    .pwag-modal__content {
        padding-bottom: 10vh;
    }
}

@media (max-height: 520px) {
    .pwag-logo {
        padding: 20px 0 0 0;
    }
}
