.stp-top-banner {
    height: 400px;
    background: #0abcd2 url("../img/scary-sale-2022/top-banner-full.png") center top / 1920px 369px  no-repeat ;
}
.stp-top-banner__content {
    position: relative;
    margin: 0 auto;
    width: 666px;
    color: #FFFFFF;
}
.stp-top-banner__last-day {
    position: relative;
    font: 400 14px/69px Inter, sans-serif;
    color: #F873C5;
    opacity: 0.9;
}
.stp-top-banner__last-day span {
    color: #FFFFFF;
}
.stp-top-banner__title {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 267px;
    background: url("../img/scary-sale-2022/title.png") center bottom / 521px 259px no-repeat;
}
.stp-top-banner__caption {
    margin: 147px auto 0;
    font:700 20px/30px Inter, sans-serif;
    opacity: 0.9;
}
.stp-top-banner__caption span {
    font:600 24px/36px Inter, sans-serif;
    color: #F16FBF;
}
.stp-timer {
    position: relative;
    width: 100%;
    height: auto;
}
.stp-timer__item {
    display: inline-block;
    padding: 0 5px;
}
.stp-timer__panel {
    width: 50px;
    height: 50px;
    background: #000000;
    border-radius: 15px;
    padding-top: 10px;
    box-sizing: border-box;
    font:600 20px/30px Inter, sans-serif;
}
.stp-timer__caption {
    font:400 13px/20px Inter, sans-serif;
}
@media (max-width: 768px) {
    .stp-top-banner__content {
        width: 385px;
    }
    .stp-top-banner {
        background: url("../img/scary-sale-2022/top-banner-768.png") center top / 768px 400px  no-repeat;
    }
    .stp-top-banner__title {
        background: url("../img/scary-sale-2022/title.png") center 14px / 421px 210px no-repeat;
    }
    .stp-top-banner__caption {
        margin: 118px auto 0;
    }
}
@media (max-width: 480px) {
    .stp-top-banner__content {
        width: 385px;
    }
    .stp-top-banner {
        background: url("../img/scary-sale-2022/top-banner-480.png") center top / 480px 400px  no-repeat;
    }
}
@media (max-width: 400px) {
    .stp-top-banner__content {
        width: 300px;
    }
    .stp-top-banner__title {
        background: url("../img/scary-sale-2022/title.png") center 34px / 227px 138px no-repeat;
    }
    .stp-top-banner__caption {
        margin: 88px auto 0;
    }
}
@media (max-width: 320px) {
    .stp-top-banner {
        background: url("../img/scary-sale-2022/top-banner-320.png") center top / 320px 400px  no-repeat;
    }
}


.stp-subline {
    background-color: #000000;
}
.stp-subline__text {
    color: #FFFFFF;
    background: none;
    animation: none;
}
.stp-product {
    background: #F9EEDA url("../img/scary-sale-2022/bg.png") center top / 600px 600px;
    padding: 70px 0;
}
.stp-product:before {
    content: "";
    display: block;
    position: absolute;
    width: 1080px;
    height: 100%;
    left: calc(50% - 540px);
    top: 0;
    background-color: rgba(26, 24, 38, 0.8);
}

@media (max-width: 1080px) {
    .stp-product:before {
        left: 0;
        width: 100%;
    }
}

.stp-product__title {
    position: relative;
    margin: 10px auto 40px;
    font: 600 28px/36px Inter, sans-serif;
    text-align: center;
    color: #FFFFFF;
}
.stp-flex__item {
    background-color: #2F2B3F;
    height: 436px;
    border: none;
    padding: 25px 20px;
}
.stp-flex__item:after {
    content: '48% OFF';
    position: absolute;
    right: 0;
    top: 0;
    width: 83px;
    height: 81px;
    box-sizing: border-box;
    padding: 7px 0 0 19px;
    background: url("../img/scary-sale-2022/star_2.svg") 0 0 / 83px 81px no-repeat;
    border-top-right-radius: 5px;

    font:700 21px/24px Inter, sans-serif;
    text-align: center;
    color: #FFFFFF;
}
.stp-flex__item:hover {
    padding: 24px 19px;
    border: 1px solid #564395;
}
.stp-flex__item:hover:after {
    right: -1px;
    top: -1px;
}
/*.stp-product_box {
    width: auto;
    height: 159px;
    margin: 0;
    background: 46px 0 / 146px 159px no-repeat;
}*/
.stp-product_price {
    position: absolute;
    left: calc(50% - 150px);
    top: 277px;
    margin: 0;
    width: 300px;
    height: 27px;
    padding: 0 0 0 150px;
    background-color: rgba(0,0,0,0);
    font: 600 18px/27px Inter, sans-serif;
    text-align: left;
    color: #FFFFFF;
}
.stp-product_price span {
    position: absolute;
    right: 160px;
    top: 5px;
    font: 400 14px/21px Inter, sans-serif;
    text-align: right;
    color: #97959f;
}
.stp-product_name {
    font: 600 18px / 27px Inter, sans-serif;
    text-align: center;
    color: #FFFFFF;
}
.stp-product_caption {
    color: #d5d5d9;
}
.stp-product_button {
    margin-top: 44px;
    background: linear-gradient(180deg, #B37EFF 0%, #8B3AFF 100%);
    color: #FFFFFF;
}
.stp-product_button:hover {
    background: #FF8A32;
}
.stp-product_button:active {
    background: #FF8A32;
}
.stp-product_more-info {
    text-decoration: underline;
    color: #ffffff;
}
.stp-product_more-info:hover {
    color: #F4932E;
}
.stp-product_more-info:active {
    color: #F4932E;
}
.stp-separator-line {
    background-color: #201D2D;
}
/*
.stp-partner {
    position: relative;
    box-sizing: border-box;
    margin: 10px;
    width: 320px;
    background-color: #2F2B3F;
    border: 1px solid #E84256;
    border-radius: 5px;
    color: #FFFFFF;
}
.stp-partner_auslogics {
    position: relative;
    text-align: left;
    width: fit-content;
    padding: 3px 10px 4px 9px;
    background-color: #E84256;
    border-bottom-right-radius: 5px;
    font: 600 12px/18px Inter, sans-serif;
    text-transform: uppercase;
}
.stp-partner_box {
    margin: 35px auto 20px;
    width: 119px;
    height: 160px;
    background: 0 0 / 119px 160px no-repeat;
}
.stp-partner_sale {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 83px;
    height: 81px;
    box-sizing: border-box;
    padding: 6px 6px 26px 26px;
    border-top-right-radius: 5px;
    background: url("../img/scary-sale-2022/star_1.svg") 0 0 / 83px 81px no-repeat;
    font:700 21px/24px Inter, sans-serif;
}
.stp-partner_title {
    font:600 18px/27px Inter, sans-serif;
}
.stp-partner_caption {
    margin: 7px 24px 20px;
    font:400 14px/21px Inter, sans-serif;
    color: #d5d5d9;
}*/
/*.stp-product-partner_button {
    display: block;
    margin: 0 auto;
    width: 189px;
    height: 44px;
    box-sizing: border-box;
    padding-top: 10px;

    background: linear-gradient(180deg, #B37EFF 0%, #8B3AFF 100%);
    color: #FFFFFF;
    text-decoration-line: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}*/
@media (max-width: 1050px) {
    .stp-partner {
        width: 300px;
    }
}


.stp-subscribing {
    padding: 70px 0;
    background: #2B283A;
}
.stp-subscribing .stp-product__title {
    margin: 0 auto 50px;
}
.stp-subscribing_background {
    position: relative;
    margin: 0 auto;
    width: 670px;
    height: 195px;
    box-sizing: border-box;
    padding: 35px 45px;
    background: #3A374D;
    border: 1px solid #47435C;
    border-radius: 16px;
    color: #263F49;
    text-align: left;
}
.stp-subscribing_caption {
    margin: 0 0 20px 0;
    font: 600 20px/30px Inter, sans-serif;
    color: #FFFFFF;
    text-align: center;
}
.stp-subscribing_email {
    display: inline-block;
    box-sizing: border-box;
    padding: 16px 22px;
    width: 344px;
    height: 56px;
    margin-right: 16px;
    background: #2B283A;
    border: 1px solid #47435C;
    border-radius: 5px;

    font:400 16px/24px Inter, sans-serif;
    text-align: left;
    color: #FFFFFF;
    vertical-align: top;
}
.stp-subscribing_email::placeholder {
    font: 400 16px/24px Inter, sans-serif;
    color: #868C94;
}
.stp-subscribing_email:hover {
    border: 1px solid #47435C;
}
.stp-subscribing_email:focus {
    border: 1px solid #47435C;
}
.stp-subscribing_email:focus-visible {
    border: 1px solid #47435C;
}
.stp-subscribing_email.error{
    border: 2px solid #FF593B;
}
.stp-subscribing_subscribe {
    display: inline-block;
    box-sizing: border-box;
    padding: 16px 0;
    width: 210px;
    height: 56px;
    background: #57A4FF;
    text-align: center;
    border-radius: 5px;
    border: none;

    font: 600 16px/24px Inter, sans-serif;
    color: #FFFFFF;
    vertical-align: top;
    cursor: pointer;
}
.stp-subscribing_subscribe:hover {
    background-color:  #4198FF;
}
.stp-subscribing_subscribe:active {
    background-color:  #7BB8FF;
}

.stp-subscribing_message {
    width: 348px;
    max-width: 100%;
    text-align: center;
}
#stp-subscribing__success{
    display: block;
    position: absolute;
    left: -2px;
    top: -88px;
    z-index: 2;
    width: calc(100% + 4px);
    max-width: calc(100% + 4px);
    height: calc(100% + 90px);
    background: #2B283A url("../img/scary-sale-2022/mail.png") center 86px / 153px 140px no-repeat;
    box-sizing: border-box;

    font: 600 28px/36px Inter, sans-serif;
    color: #FFFFFF;
}
#stp-subscribing__error {
    color: #f50057;
}
.stp-subscribing_disclaimer {
    position: relative;
    margin: 30px auto 0;
    width: 670px;
    font: 12px/18px Inter, sans-serif;
    color: #aaa9b0;
    text-align: left;
}
.stp-subscribing_disclaimer span{
    color: #FFFFFF;
}
.stp-subscribing_disclaimer a{
    color: #57A4FF;
}

@media (max-width: 700px) {
    .stp-subscribing .stp-product__title {
        font: 600 24px/36px Inter, sans-serif;
    }
    .stp-subscribing_background {
        width: 420px;
        height: 255px;
        padding: 35px 25px 0;
    }
    .stp-subscribing_email {
        width: 360px;
    }
    .stp-subscribing_subscribe {
        margin-top: 15px;
        width: 360px;
    }
    .stp-subscribing_disclaimer {
        width: 420px;
    }
    #stp-subscribing__success{
        background-position-y: 66px;
        padding-top: 224px;
    }
}
@media (max-width: 450px) {
    .stp-subscribing .stp-product__title {
        width: 292px;
    }
    .stp-subscribing_background {
        width: 292px;
        height: 265px;
        padding: 25px 15px;
    }
    .stp-subscribing_email {
        width: 252px;
    }
    .stp-subscribing_subscribe {
        width: 252px;
    }
    .stp-subscribing_disclaimer {
        width: 292px;
    }
    #stp-subscribing__success{
        background-position-y: 56px;
        padding-top: 210px;
        top: -120px;
        height: calc(100% + 125px);
    }
}

#wrapper .b-footer-flex {
    background-color: #201D2D;
}
.stp-popup__close {
    background: url("../img/popup_dark_cross.png") center center / 12px 12px no-repeat;
}
.stp-popup__description li{
    background-image: url("../img/scary-sale-2022/check.png");
}
.stp-popup__button {
    background: linear-gradient(180deg, #B37EFF 0%, #8B3AFF 100%);
}
.stp-popup__button:hover {
    background: #1AB4B6;
}
.stp-popup__button:active {
    background: #8CDBDC;
}
