.stp-top-banner {
    height: 400px;
    background: #000000 url("../img/black-friday-2022/top-banner-full.png") center top / 1920px 369px  no-repeat ;
}
.stp-top-banner__content {
    position: relative;
    margin: 0 auto;
    padding-top: 24px;
    width: 480px;
    color: #FFFFFF;
    text-align: center;
}
.stp-top-banner__last-day {
    position: relative;
    font: 14px/21px 'Inter';
    color: #FFFFFF;
    opacity: 0.9;
}
.stp-top-banner__title {
    position: relative;
    margin: 8px auto 24px;
    width: 315px;
    height: 145px;
    background: url("../img/black-friday-2022/title.png") 0 0 / 100% 100% no-repeat;
}
.stp-top-banner__caption {
    font:400 18px/27px 'Inter';
    opacity: 0.9;
}
.stp-top-banner__caption span {
    font:600 24px/36px 'Inter';
    color: #F3CB63;
}
.stp-timer {
    position: relative;
    margin: 15px auto 0;
}
.stp-timer__item {
    display: inline-block;
    padding: 0 5px;
}
.stp-timer__panel {
    width: 50px;
    height: 50px;
    background: #1C1C1C;
    border-radius: 15px;
    padding-top: 10px;
    box-sizing: border-box;
    font:600 20px/30px 'Inter';
}
.stp-timer__caption {
    font:400 13px/20px 'Inter';
}

@media (max-width: 768px) {
    .stp-top-banner {
        background: url("../img/black-friday-2022/top-banner-768.png") center top / 768px 400px  no-repeat;
    }
}
@media (max-width: 480px) {
    .stp-top-banner__content {
        padding-top: 23px;
        width: 320px;
    }
    .stp-top-banner {
        background: url("../img/black-friday-2022/top-banner-480.png") center top / 480px 400px  no-repeat;
    }
    .stp-top-banner__title {
        width: 265px;
        height: 122px;
    }
}

@media (max-width: 320px) {
    .stp-top-banner__content {
        padding-top: 35px;
        width: 320px;
    }
    .stp-top-banner {
        background: #000000;
    }
    .stp-top-banner__title {
        width: 231px;
        height: 108px;
    }
    .stp-top-banner__caption {
        font:400 16px/24px 'Inter';
        opacity: 0.9;
    }
}

.stp-subline {
    background-color: #FFD673;
}
.stp-subline__text {
    color: #000000;
    background: none;
    animation: none;
}
.stp-product {
    background: #1C1C1C;
    padding: 70px 0;
}

.stp-product__title {
    position: relative;
    margin: 10px auto 40px;
    font: 600 28px/36px 'Inter';
    text-align: center;
    color: #FFFFFF;
}
.stp-flex__item {
    background-color: #292929;
    height: 436px;
    border: none;
    padding: 25px 20px;
}
.stp-flex__item:after {
    content: '49% OFF';
    position: absolute;
    right: 0;
    top: 0;
    width: 83px;
    height: 81px;
    box-sizing: border-box;
    padding: 7px 0 0 26px;
    background: url("../img/black-friday-2022/star_2.svg") 0 0 / 83px 81px no-repeat;
    border-top-right-radius: 5px;
    font:700 21px/24px 'Inter';
    text-align: center;
    color: #1C1C1C;
}
.stp-flex__item:hover {
    padding: 24px 19px;
    border: 1px solid #484848;
}
.stp-flex__item:hover:after {
    right: -1px;
    top: -1px;
}
.stp-product_box {
    height: 159px;
}
.stp-product_price {
    position: absolute;
    left: calc(50% - 150px);
    top: 269px;
    margin: 0;
    width: 300px;
    height: 27px;
    padding: 0 0 0 150px;
    background-color: rgba(0,0,0,0);
    font: 600 18px/27px 'Inter';
    text-align: left;
    color: #FFFFFF;
}
.stp-product_price span {
    position: absolute;
    right: 160px;
    top: 5px;
    font: 400 14px/21px 'Inter';
    text-align: right;
    color: #97959f;
}
.stp-product_name {
    font: 600 18px / 27px 'Inter';
    text-align: center;
    color: #FFFFFF;
}
.stp-product_caption {
    color: #d5d5d9;
}
.stp-product_button {
    margin-top: 57px;
    background: linear-gradient(90deg, #EB3349 0%, #F45C43 100%);
    color: #FFFFFF;
}
.stp-product_button:hover {
    background: linear-gradient(90deg, #DD253B 0%, #F44E33 100%);
}
.stp-product_button:active {
    background: #EA4542;
}
.stp-product_more-info {
    text-decoration: underline;
    color: #FFFFFF99;
}
.stp-product_more-info:hover {
    color: #F35744;
}
.stp-product_more-info:active {
    color: #E63C27;
}
.stp-separator-line {
    background-color: #242424;
}

.stp-subscribing {
    padding: 70px 0;
    background: #292929;
}
.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: 40px 50px 50px;
    background: #1C1C1C;
    border-radius: 16px;
    color: #263F49;
    text-align: left;
}
.stp-subscribing_caption {
    margin: 0 0 20px 0;
    font: 600 20px/30px 'Inter';
    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: #292929;
    border: none;
    border-radius: 5px;
    font:400 16px/24px 'Inter';
    text-align: left;
    color: #FFFFFF;
    vertical-align: top;
}
.stp-subscribing_email::placeholder {
    font: 400 16px/24px 'Inter';
    color: #868C94;
}
.stp-subscribing_email:hover {
    border: 1px solid #292929;
}
.stp-subscribing_email:focus {
    border: 1px solid #292929;
}
.stp-subscribing_email:focus-visible {
    border: 1px solid #292929;
}
.stp-subscribing_email.error{
    border: 2px solid #FF593B;
}
.stp-subscribing_subscribe {
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 0 16px;
    width: 210px;
    height: 56px;
    background: linear-gradient(90deg, #EB3349 0%, #F45C43 100%);
    text-align: center;
    border-radius: 5px;
    border: none;
    font: 600 16px/24px 'Inter';
    color: #FFFFFF;
    vertical-align: top;
    cursor: pointer;
}
.stp-subscribing_subscribe:hover {
    background: linear-gradient(90deg, #DD253B 0%, #F44E33 100%);
}
.stp-subscribing_subscribe:active {
    background: #EA4542;
}

.stp-subscribing_message {
    width: 348px;
    max-width: 100%;
    text-align: center;
}
#stp-subscribing__success{
    display: block;
    position: absolute;
    left: 0;
    top: -88px;
    z-index: 2;
    width: 100%;
    height: calc(100% + 88px);
    background: #292929 url("../img/scary-sale-2022/mail.png") center 86px / 153px 140px no-repeat;
    box-sizing: border-box;
    font: 600 28px/36px 'Inter';
    color: #FFFFFF;
}
#stp-subscribing__error {
    color: #f50057;
}
.stp-subscribing_disclaimer {
    position: relative;
    margin: 30px auto 0;
    width: 670px;
    font: 12px/18px 'Inter';
    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';
    }
    .stp-subscribing_background {
        width: 420px;
        height: 255px;
        padding: 35px 30px 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: 150px;
        padding-top: 40px;
    }
}
@media (max-width: 450px) {
    .stp-subscribing .stp-product__title {
        width: 292px;
    }
    .stp-subscribing_background {
        width: 292px;
        height: 265px;
        padding: 25px 20px;
    }
    .stp-subscribing_email {
        width: 252px;
    }
    .stp-subscribing_subscribe {
        width: 252px;
    }
    .stp-subscribing_disclaimer {
        width: 292px;
    }
    #stp-subscribing__success{
        top: -115px;
        height: calc(100% + 115px);
    }
}

.stp-popup__description li{
    background: url("../img/black-friday-2022/check.png") left center / 20px no-repeat;
}
.stp-popup__price div:before {
    background: #F35744;
}
.stp-popup__button {
    background: linear-gradient(90deg, #EB3349 0%, #F45C43 100%);
}
.stp-popup__button:hover {
    background: linear-gradient(90deg, #DD253B 0%, #F44E33 100%);
}
.stp-popup__button:active {
    background: #EA4542;
}

#wrapper .b-footer-flex {
    background-color: #1C1C1C;
}
#wrapper .b-lang-switcher__choose {
    background-color: #292929;
    border: 1px solid #484848;
}
#wrapper .b-lang-switcher__content {
    background-color: #292929;
    border: 1px solid #484848;
}
