.endPopUp {
    background: #b50f5e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 450px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
    z-index: 101;
    text-align: center;
    padding: 15px;
}

.endPopUp h2 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 40px;
}

.endPopUp p {
    color: #fff;
    font-size: 1.25rem;
    margin: 20px auto 30px auto;
    width: 280px;
    line-height: normal;
}

.endPopUp p a {
    color: #fff;
    display: initial;
    text-decoration: underline !important;
}

.endPopUp p a:active {
    color: #141414;
}

.endPopUp .landingButton {
    background: linear-gradient(137deg, #fecc00 0%, #fea800 100%);
    border-radius: 17px;
    color: #3f015c !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 55px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 300px;
    max-width: inherit;
}


/* .endPopUp .landingButton:hover {
    background: #d32655;
}

.endPopUp .landingButton:active {
    background: #c1214d;
} */

.endPopUpBg {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

@media only screen and (min-width: 1025px) {
    .endPopUp {
        border-radius: 20px;
        bottom: unset;
        height: 500px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        width: 500px;
    }
    .endPopUp h2 {
        font-size: 36px;
    }
}


/* @media only screen and (max-width: 1025px) {
    .header .header__announ-button {
        background: none;
    }
} */

.close-button {
    cursor: pointer;
}

.close-button span {
    height: 7%;
    position: absolute;
    right: 4%;
    top: 4%;
    width: 8%;
}

.close-button::before,
.close-button::after {
    background: #fff;
    content: "";
    height: 3px;
    right: 4%;
    position: absolute;
    margin-top: 5%;
    top: 2%;
    width: 39px;
}

.close-button::before {
    transform: rotate(45deg);
}

.close-button::after {
    transform: rotate(-45deg);
}

.unactive {
    display: none;
}

@media only screen and (max-width: 1024px) {
    body {
        position: fixed;
        width: -webkit-fill-available;
    }
    .fixed-footer-box.fixed {
        position: fixed !important;
    }
}

html,
body {
    overflow-y: hidden;
}

.overflow {
    overflow-y: visible;
    position: relative;
}