.popup-promo {
    position: fixed;
    display: none;
    z-index: 1002;
    top: 0;
    background-repeat: no-repeat;
}
.closePromoPopup {
    position: absolute;
    top: 15px;
    right: 50px;
    width: 15px;
    height: 15px;
    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: 15px;
    height: 2px;
}
.closePromoPopup:after {
    width: 2px;
    height: 15px;
}
.popup-promo__btn {
    width: 168px;
    height: 43px;
    opacity: 1;
    border-radius: 46px;
    display: flex;
    background: #06AEEF;
    border: none;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    font-family: Soyuz Grotesk, sans-serif;
}
.popup-promo_first {
    background-size: 100%;
    width: 577px;
    height: 347px;
    top: calc(50% - 174px);
    left: calc(50% - 289px);
}
.popup-promo_first .popup-promo__btn {
    position: absolute;
    bottom: 33px;
    left: 10px;
    width: 195px;
}
.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;
}
.mask-overlay {
    z-index: 1001;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.3;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.popup-promo_first.popup-promo-type2 {
    background-size: 100%;
    width: 100%;
    max-width: 708px;
    height: 496px;
    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: 37px;
    top: 24px;
}
.popup-promo_first.popup-promo-type2 .popup-promo__btn {
    position: absolute;
    bottom: 39px;
    left: 4%;
    width: 91%;
    height: 72px;
    background: transparent;
    box-shadow: none;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1;
}
.popup-promo_second.popup-promo-type2 {
    background-size: 100%;
    width: 100%;
    max-width: 700px;
    height: 496px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.popup-promo_second.popup-promo-type2 .closePromoPopup {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: rgba(255,255,255,0.2);
    right: 27px;
    top: 24px;
}
.popup-promo_second.popup-promo-type2 .popup-promo__btn {
    position: absolute;
    bottom: 31px;
    left: 4%;
    width: 91%;
    height: 72px;
    background: transparent;
    box-shadow: none;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1;
}

@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: 192px;
        top: calc(50% - 128px);
        left: calc(50% - 167px);
    }
    .popup-promo_first .popup-promo__btn {
        position: absolute;
        bottom: 16px;
        right: 55px;
        width: 100px;
    }
    .popup-promo_second {
        background-image: url('../images/popup2.png');
        background-size: 100%;
        width: 282px;
        height: 172px;
        top: calc(50% - 86px);
        left: calc(50% - 141px);
    }
    .popup-promo_second .popup-promo__btn {
        position: absolute;
        bottom: 17px;
        left: 5px;
        width: 98px;
    }
    .closePromoPopup {
        right: 20px;
    }

    .popup-promo_first.popup-promo-type2 {
        background-size: cover;
        max-width: 380px;
        height: 260px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .popup-promo_first.popup-promo-type2 .closePromoPopup {
        width: 24px;
        height: 24px;
        border-radius: 24px;
        right: 20px;
        top: 13px;
    }
    .popup-promo_first.popup-promo-type2 .popup-promo__btn {
        position: absolute;
        bottom: 19px;
        width: 91%;
        height: 37px;
        font-size: 16px;
    }

    .popup-promo_second.popup-promo-type2 {
        background-size: cover;
        max-width: 380px;
        height: 260px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .popup-promo_second.popup-promo-type2 .closePromoPopup {
        width: 24px;
        height: 24px;
        border-radius: 24px;
        right: 13px;
        top: 13px;
    }
    .popup-promo_second.popup-promo-type2 .popup-promo__btn {
        position: absolute;
        bottom: 11px;
        width: 91%;
        height: 37px;
        font-size: 16px;
    }
}