.b-scary-sale-2022-popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    background: rgba(1, 1, 12, 0.8);
}

.b-scary-sale-2022-popup__banner-body {
    position: absolute;
    width: 740px;
    height: 724px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 508px 0 0;
    background: url("../img/banner_bg.png") 0 0 / 740px 724px no-repeat;
    text-align: center;
    color: #FFFFFF;
}

.b-scary-sale-2022-popup__close {
    position: absolute;
    top: 228px;
    right: 48px;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background:  #DB7700 url(../img/cross.svg) center / 12px no-repeat;
    border-radius: 16px;
    cursor: pointer;
}
.b-scary-sale-2022-popup__close:hover {
    background-color: #F49300;
}
.b-scary-sale-2022-popup__close:active {
    background-color: #DB7700;
}
.b-scary-sale-2022-popup__title {
    font:700 28px/42px Inter, sans-serif;
    color: #1B1B1B;
}
.b-scary-sale-2022-popup__btn {
    display: block;
    position: relative;
    margin: 8px auto;
    width: 256px;
    height: 78px;
    padding: 28px 0 19px 0;
    box-sizing: border-box;
    background: url("../img/link_bg.png") 0 0 / 256px 156px no-repeat;

    font:600 24px/30px Inter, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}
.b-scary-sale-2022-popup__btn:hover {
    background-position-y: -78px;
}
.b-scary-sale-2022-popup__btn:active {
    background-position-y: 0;
}
.b-scary-sale-2022-popup__offer {
    font: 12px/18px Inter, sans-serif;
    color: #810707;
}
.b-scary-sale-2022-popup__offer span {
    color: #000000;
}

.b-scary-sale-2022-stretch {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    min-width: 1000px;
    background: #F7E7D9 url("../img/stretch_bg.png") center top / 1920px 70px;
    margin: auto;
    z-index: 10000;
}
.b-scary-sale-2022-stretch__content {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 70px;
    overflow: visible;
}
.b-scary-sale-2022-stretch__title {
    position: absolute;
    left: -36px;
    top: 0;
    height: 70px;
    box-sizing: border-box;
    padding: 11px 0 0 227px;
    background: url("../img/title.png") 0 0 / 245px 70px no-repeat;

    font: 700 20px/28px Inter, sans-serif;
    color: #FFFFFF;
}
.b-scary-sale-2022-stretch__offer {
    padding-left: 89px;
    background: url("../img/offer.png") left center / 59px 9px no-repeat;
    font: 14px/21px Inter, sans-serif;
    color: #FFB300;
}
.b-scary-sale-2022-stretch__offer span {
    color: #FFFFFF;
}
.b-scary-sale-2022-stretch__caption {
    position: absolute;
    left: calc(50% + 10px);
    top: 8px;

    font:700 16px/54px Inter, sans-serif;
    color: #FFFFFF;
}

.b-scary-sale-2022-stretch__sale {
    position: absolute;
    left: 666px;
    top: 8px;
    width: 97px;
    height: 54px;
    padding: 3px 0;
    background: url("../img/bat.png") center center no-repeat;

    font:300 24px/24px Inter, sans-serif;
    color: #FFB300;
    transform: rotate(-3.25deg);
    text-align: center;
}
.b-scary-sale-2022-stretch__sale b{
    display: block;
    font:700 20px/20px Inter, sans-serif;
}
.b-scary-sale-2022-stretch__btn {
    display: block;
    position: absolute;
    left: 796px;
    top: 13px;
    width: 160px;
    height: 44px;
    box-sizing: border-box;
    padding: 10px;
    background: #EC8D00;
    border-radius: 10px;
    font:700 16px/24px Inter, sans-serif;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}
.b-scary-sale-2022-stretch__btn:hover {
    background-color: #FD9800;
}
.b-scary-sale-2022-stretch__btn:active {
    background-color: #DB7700;
}
.b-scary-sale-2022-stretch__close {
    position: absolute;
    right: 0;
    top: 23px;
    width: 24px;
    height: 24px;
    background: url(../img/cross.svg) center / 12px no-repeat;
    border-radius: 12px;
    cursor: pointer;
}

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

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

@media (max-width: 740px) and (max-height: 724px) {
    .b-scary-sale-2022-popup__banner-body {
        top: 0;
        left: 0;
        transform: none;
        position: absolute;
    }
}
