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

.b-back-to-school-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-back-to-school-2022-popup__banner-body {
    position: absolute;
    width: 600px;
    height: 399px;
    border-radius: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 40px 95px 0;
    background: url("../img/banner_bg.png") 0 0 / 600px 399px no-repeat;
    text-align: center;
    color: #FFFFFF;
}

.b-back-to-school-2022-popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    background: url(../img/cross.svg) center / 16px no-repeat;
    cursor: pointer;
}
.b-back-to-school-2022-popup__close:hover {
}
.b-back-to-school-2022-popup__close:active {
}
.b-back-to-school-2022-popup__title {
    font: 400 44px/64px 'Luckiest Guy';
    letter-spacing: 0.03em;
    color: #FFFFFF;
    text-transform: uppercase;
}
.b-back-to-school-2022-popup__caption {
    display: inline-block;
    position: relative;
    margin: 10px 0 25px;
    vertical-align: middle;
    font: 24px/62px 'Poppins';
    color: #FFFFFF;
}
.b-back-to-school-2022-popup__sale {
    display: inline-block;
    position: relative;
    width: 129px;
    height: 62px;
    margin: 10px 0 25px 10px;
    background: url("../img/sale_bg.svg") 0 0 / 129px 62px no-repeat;
    vertical-align: middle;
    font: 600 20px/62px 'Poppins';
    color: #212121;
}

.b-back-to-school-2022-popup__btn {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 200px;
    height: 60px;
    padding: 8px 28px;
    box-sizing: border-box;
    background: #B557A1;
    border: 2px solid #212121;
    border-radius: 20px;

    font: 500 20px/40px 'Poppins';
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}
.b-back-to-school-2022-popup__btn:hover {
    background-color: #9F448C;
    border: none;
    padding: 10px 30px;
}
.b-back-to-school-2022-popup__btn:active {
    background-color: #9F448C;
    border: none;
    padding: 10px 30px;
}
.b-back-to-school-2022-popup__offer {
    margin: 15px 0 0;
    font: 16px/24px 'Poppins';
    color: #FFFFFF;
}

.b-back-to-school-2022-stretch {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    min-width: 1000px;
    background: #0FC0D5 url("../img/stretch_bg.png") center top / 1920px 70px;
    margin: auto;
    z-index: 10000;
}
.b-back-to-school-2022-stretch__content {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 70px;
}
.b-back-to-school-2022-stretch__title {
    position: absolute;
    left: 0;
    top: 22px;
    font:400 28px/38px 'Luckiest Guy';
    color: #FFFFFF;
}
.b-back-to-school-2022-stretch__caption {
    position: absolute;
    left: 326px;
    top: 24px;
    font: 14px / 21px 'Poppins';
    color: #FFFFFF;
}

.b-back-to-school-2022-stretch__sale {
    position: absolute;
    left: 459px;
    top: 13px;
    width: 93px;
    height: 44px;

    background: url("../img/sale_bg.svg") 0 0 / 93px 44px;
    font: 600 14px/44px 'Poppins';
    color: #212121;
    text-align: center;
}
.b-back-to-school-2022-stretch__offer {
    position: absolute;
    left: 580px;
    top: 0;
    width: 180px;
    height: 70px;
    box-sizing: border-box;
    padding: 25px 0 0 33px;

    font: 14px/21px 'Poppins';
    color: #FFFFFF;
}

.b-back-to-school-2022-stretch__btn {
    display: block;
    position: absolute;
    right: calc(50% - 461px);
    top: 15px;
    width: 160px;
    height: 40px;
    box-sizing: border-box;
    padding: 8px;
    background: #B557A1;
    border: 2px solid #212121;
    border-radius: 10px;
    font:500 16px/20px 'Poppins';
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}
.b-back-to-school-2022-stretch__btn:hover {
    background-color: #9F448C;
    padding: 10px;
    border: none;
}

.b-back-to-school-2022-stretch__close {
    position: absolute;
    left: 976px;
    top: 23px;
    width: 24px;
    height: 24px;
    background: url(../img/cross.svg) center / 16px no-repeat;
    cursor: pointer;
}

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

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

@media (max-width: 600px) and (max-height: 200px) {
    .b-back-to-school-2022-popup__banner-body {
        top: 0;
        left: 0;
        transform: none;
        position: absolute;
    }
}
