.popup-promo {
    position: fixed;
    display: none;
    z-index: 1002;
    top: 0;
    background-repeat: no-repeat;
}
.closePromoPopup {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transform: rotate(-45deg);
    z-index: 99;
    transition: 0.3s;
}
.closePromoPopup:before, .closePromoPopup:after {
    content: "";
    position: absolute;
    background-color: #ffffff99;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
}
.closePromoPopup:before {
    width: 25px;
    height: 2px;
}
.closePromoPopup:after {
    width: 2px;
    height: 25px;
}
.popup-promo__btn {
    width: 168px;
    height: 43px;
    opacity: 1;
    border-radius: 46px;
    display: flex;
    background: #754abc;
    border: none;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.popup-promo_first {
    background-size: 100%;
    width: 577px;
    height: 354px;
    top: calc(50% - 177px);
    left: calc(50% - 289px);
}

.popup-promo_first .popup-promo__btn {
    position: absolute;
    bottom: 14%;
    right: 6%;
    width: 40%;
    background: transparent;
    font-size: 0px;
}

.popup-promo_first.popup-promo-type4 {
    background-size: 100%;
    width: 477px;
    height: 341px;
    top: calc(50% - 168px);
    left: calc(50% - 238px);
}
.popup-promo_first.popup-promo-type4 .popup-promo__btn {
    position: absolute;
    bottom: 28px;
    width: 97%;
    left: 2%;
    color: #754ABC;
    background: transparent;
}
.popup-promo_first.popup-promo-type4 .closePromoPopup {
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: #2B2B2B60;
}

.popup-promo_first.popup-promo-type5 {
    background-size: 100%;
    width: 477px;
    height: 341px;
    top: calc(50% - 168px);
    left: calc(50% - 238px);
}
.popup-promo_first.popup-promo-type5 .popup-promo__btn {
    position: absolute;
    bottom: 39px;
    width: 97%;
    left: 2%;
    color: #754ABC;
    background: transparent;
}
.popup-promo_first.popup-promo-type5 .closePromoPopup {
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: #2B2B2B60;
}

.popup-promo_second {
    background-size: 100%;
    width: 577px;
    height: 347px;
    top: calc(50% - 174px);
    left: calc(50% - 289px);
}

.popup-promo_second .popup-promo__btn {
    position: absolute;
    bottom: 33px;
    left: 10px;
    width: 195px;
}

.popup-promo_third {
    background-size: 100%;
    width: 577px;
    height: 347px;
    top: calc(50% - 174px);
    left: calc(50% - 289px);
}

.popup-promo_third .popup-promo__btn {
    position: absolute;
    bottom: 33px;
    left: 10px;
    width: 195px;
}

.popup-promo_first.popup-promo-type2 {
    background-size: 100%;
    width: 100%;
    max-width: 753px;
    height: 533px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.popup-promo_first.popup-promo-type2 .closePromoPopup {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: rgba(255,255,255,0.2);
    right: 27px;
    top: 24px;
}
.popup-promo_first.popup-promo-type2 .popup-promo__btn {
    position: absolute;
    bottom: 48px;
    left: 4%;
    width: 92%;
    height: 62px;
    background: transparent;
    box-shadow: none;
    color: #754ABC;
    text-align: center;
    font-size: 24px;
    line-height: 1;
}

.popup-promo_second.popup-promo-type2 {
    background-size: 100%;
    width: 100%;
    max-width: 553px;
    height: 392px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.popup-promo_second.popup-promo-type2 .closePromoPopup {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: rgba(255,255,255,0.2);
    right: 24px;
    top: 12px;
}
.popup-promo_second.popup-promo-type2 .popup-promo__btn {
    position: absolute;
    bottom: 30px;
    left: 4%;
    width: 92%;
    height: 48px;
    background: transparent;
    box-shadow: none;
    color: #754ABC;
    text-align: center;
    font-size: 20px;
    line-height: 1;
}

.popup-promo_second.popup-promo-type4 {
    background-size: 100%;
    width: 100%;
    max-width: 553px;
    height: 385px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.popup-promo_second.popup-promo-type4 .closePromoPopup {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: rgba(255,255,255,0.2);
    right: 24px;
    top: 12px;
}
.popup-promo_second.popup-promo-type4 .popup-promo__btn {
    position: absolute;
    bottom: 25px;
    left: 4%;
    width: 47%;
    height: 48px;
    background: transparent;
    box-shadow: none;
    color: #754ABC;
    text-align: center;
    font-size: 20px;
    line-height: 1;
}

.popup-promo_third.popup-promo-type2 {
    background-size: 100%;
    width: 100%;
    max-width: 525px;
    height: 366px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.popup-promo_third.popup-promo-type2 .closePromoPopup {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: rgba(255,255,255,0.2);
    right: 27px;
    top: 17px;
}
.popup-promo_third.popup-promo-type2 .popup-promo__btn {
    position: absolute;
    bottom: 24px;
    left: 4%;
    width: 47%;
    height: 47px;
    background: transparent;
    box-shadow: none;
    color: #754ABC;
    text-align: center;
    font-size: 18px;
    line-height: 1;
}

.mask-overlay {
    z-index: 1001;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.3;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@media (max-width: 666px) {
    .popup-promo__btn {
        width: 84px;
        height: 22px;
        opacity: 1;
        border-radius: 23px;
        font-size: 8px;
    }
    .popup-promo_first {
        width: 333px;
        height: 205px;
        top: calc(50% - 128px);
        left: calc(50% - 167px);
    }
    .popup-promo_first .popup-promo__btn {
        bottom: 15%;
    }
    .popup-promo_second {
        width: 333px;
        height: 192px;
        top: calc(50% - 128px);
        left: calc(50% - 167px);
    }
    .popup-promo_second .popup-promo__btn {
        position: absolute;
        bottom: 16px;
        right: 55px;
        width: 100px;
    }
    .popup-promo_third {
        background-image: url('../images/popup2.png');
        background-size: 100%;
        width: 282px;
        height: 172px;
        top: calc(50% - 86px);
        left: calc(50% - 141px);
    }

    .popup-promo_third .popup-promo__btn {
        position: absolute;
        bottom: 17px;
        left: 5px;
        width: 98px;
    }
    .closePromoPopup {
        right: 10px;
        width: 15px;
        height: 15px;
    }
    .closePromoPopup:before {
        width: 15px;
        height: 2px;
    }
    .closePromoPopup:after {
        width: 2px;
        height: 15px;
    }
    .popup-promo_first.popup-promo-type2 {
        background-size: cover;
        max-width: 380px;
        height: 269px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .popup-promo_first.popup-promo-type2 .closePromoPopup {
        width: 24px;
        height: 24px;
        border-radius: 24px;
        right: 14px;
        top: 13px;
    }
    .popup-promo_first.popup-promo-type2 .popup-promo__btn {
        position: absolute;
        bottom: 24px;
        width: 92%;
        height: 33px;
        font-size: 16px;
    }

    .popup-promo_second.popup-promo-type2 {
        background-size: cover;
        max-width: 380px;
        height: 264px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .popup-promo_second.popup-promo-type2 .closePromoPopup {
        width: 24px;
        height: 24px;
        border-radius: 24px;
        right: 20px;
        top: 13px;
    }
    .popup-promo_second.popup-promo-type2 .popup-promo__btn {
        position: absolute;
        bottom: 16px;
        width: 90%;
        height: 33px;
        font-size: 16px;
    }

    .popup-promo_second.popup-promo-type4 {
        background-size: cover;
        max-width: 380px;
        height: 264px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .popup-promo_second.popup-promo-type4 .closePromoPopup {
        width: 24px;
        height: 24px;
        border-radius: 24px;
        right: 20px;
        top: 13px;
    }
    .popup-promo_second.popup-promo-type4 .popup-promo__btn {
        position: absolute;
        bottom: 17px;
        width: 47%;
        height: 33px;
        font-size: 14px;
    }

    .popup-promo_third.popup-promo-type2 {
        background-size: cover;
        max-width: 380px;
        height: 264px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .popup-promo_third.popup-promo-type2 .closePromoPopup {
        width: 24px;
        height: 24px;
        border-radius: 24px;
        right: 23px;
        top: 13px;
    }
    .popup-promo_third.popup-promo-type2 .popup-promo__btn {
        position: absolute;
        bottom: 17px;
        width: 46%;
        height: 33px;
        font-size: 14px;
    }

    .popup-promo_first.popup-promo-type4 {
        background-size: 100%;
        width: 333px;
        height: 236px;
        top: calc(50% - 118px);
        left: calc(50% - 167px);
    }
    .popup-promo_first.popup-promo-type4 .popup-promo__btn {
        bottom: 18px;
        height: 29px;
    }
    .popup-promo_first.popup-promo-type4 .closePromoPopup {
        top: 10px;
        right: 10px;
        width: 26px;
        height: 26px;
    }

    .popup-promo_first.popup-promo-type5 {
        background-size: 100%;
        width: 333px;
        height: 236px;
        top: calc(50% - 118px);
        left: calc(50% - 167px);
    }
    .popup-promo_first.popup-promo-type5 .popup-promo__btn {
        bottom: 25px;
        height: 29px;
    }
    .popup-promo_first.popup-promo-type5 .closePromoPopup {
        top: 10px;
        right: 10px;
        width: 26px;
        height: 26px;
    }
}