/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');*/

.b-birthday-2022  {
    font-family: 'Poppins', 'Open Sans' !important;
    font-style: normal;
}

.b-birthday-2022-popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    background: rgba(14, 16, 18, 0.5);
}

.b-birthday-2022-popup__banner-body {
    position: absolute;
    width: 750px;
    height: 577px;
    border-radius: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 144px;
    background: url("../img/banner_bg.svg") 0 0 / 750px 577px no-repeat;
    text-align: left;
    color: #FFFFFF;
}

.b-birthday-2022-popup__close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background: #F6F9FB url(../img/pink_cross.png) center / 12px no-repeat;
    border: 2px solid #FFFFFF;
    border-radius: 16px;
    cursor: pointer;
}
.b-birthday-2022-popup__close:hover {
    background: #FE8198 url(../img/white_cross.png) center / 12px no-repeat;
}
.b-birthday-2022-popup__close:active {
    background: #DA7E8F url(../img/white_cross.png) center / 12px no-repeat;
}
.b-birthday-2022-popup__title {
    font: 600 32px/42px 'Poppins';
    color: #FFD74A;
    text-shadow: 0 46px 18px rgba(0, 0, 0, 0.03), 0 26px 15px rgba(0, 0, 0, 0.09), 0 11px 11px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.18), 0 0 0 rgba(0, 0, 0, 0.18);
}
.b-birthday-2022-popup__caption {
    margin: 24px 0 32px;
    font: 400 20px/32px 'Poppins';
    align-items: center;
    color: #FFFFFF;
    text-shadow: 0 46px 18px rgba(0, 0, 0, 0.03), 0 26px 15px rgba(0, 0, 0, 0.09), 0 11px 11px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.18), 0 0 0 rgba(0, 0, 0, 0.18);
}
.b-birthday-2022-popup__caption span{
    font: 600 24px/32px 'Poppins';
    color: #FFD74A;
}

.b-birthday-2022-popup__btn {
    display: block;
    position: relative;
    width: 202px;
    height: 64px;
    padding: 20px 40px;
    box-sizing: border-box;

    background: #33BBAA;
    box-shadow: 0 51px 20px rgba(0, 0, 0, 0.01), 0 29px 17px rgba(0, 0, 0, 0.05), 0 13px 13px rgba(0, 0, 0, 0.09), 0 3px 7px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1), inset 0 1px 10px 1px rgba(254, 247, 250, 0.5), inset 0 -31px 0 -2px rgba(0, 72, 59, 0.1);
    border-radius: 12px;

    font: 700 20px/24px 'Open Sans';
    color: #FFFFFF;

    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.b-birthday-2022-popup__offer {
    margin: 16px 0 0 43px;
    box-sizing: border-box;
    padding: 4px 8px;
    width: fit-content;
    height: 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;

    font: 500 12px/16px 'Poppins';
    align-items: center;
    color: #FFFFFF;
}
.b-birthday-2022-popup__btn:hover {
    background-color: #1AC7A8;
}
.b-birthday-2022-popup__btn:active {
    background-color: #33BBAA;
}


.b-birthday-2022-stretch {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    min-width: 1000px;
    background: url("../img/stretch_bg.png") center top / 1920px 70px;
    margin: auto;
    z-index: 10000;
}

.b-birthday-2022-stretch__caption {
    position: absolute;
    left: calc(50% - 359px);
    top: 18px;

    font: 400 20px/32px 'Poppins';
    color: #6C3636;
    text-align: left;
}

.b-birthday-2022-stretch__caption span {
    font: 700 24px/34px 'Poppins';
    color: #EA5479;
}

.b-birthday-2022-stretch__btn {
    display: block;
    position: absolute;
    right: calc(50% - 496px);
    top: 13px;
    width: 160px;
    background: #EA5479;
    border-radius: 12px;

    font:700 16px/44px 'Open Sans';
    align-items: center;
    color: #FFFFFF;

    text-align: center;
    text-decoration: none;
}
.b-birthday-2022-stretch__btn:hover {
    background-color: #F0688A;
}
.b-birthday-2022-stretch__btn:active {
    background-color: #EA5479;
}

.b-birthday-2022-stretch__close {
    position: absolute;
    right: 24px;
    top: 23px;
    width: 24px;
    height: 24px;
    background: #EA5479 url(../img/white_cross.png) center / 12px no-repeat;
    border-radius: 12px;
    cursor: pointer;
}
.b-birthday-2022-stretch__close:hover {
    background-color: #F0688A;
}
.b-birthday-2022-stretch__close:active {
    background-color: #EA5479;
}
@media (max-width: 1133px) {
    .b-birthday-2022-stretch__btn {
        right: 72px;
    }
}
@media (min-width: 1921px) {
    .b-birthday-2022-stretch__close {
        right: calc(50% - 936px);
    }
}

@media (max-height: 577px) {
    .b-birthday-2022-popup__banner-body {
        top: 0;
        transform: translateX(-50%);
        position: absolute;
    }
}

@media (max-width: 750px) {
    .b-birthday-2022-popup__banner-body {
        left: 0;
        transform: translateY(-50%);
        position: absolute;
    }
}

@media (max-width: 750px) and (max-height: 577px) {
    .b-birthday-2022-popup__banner-body {
        top: 0;
        left: 0;
        transform: none;
        position: absolute;
    }
}
