.stp-top-banner {
    height: 400px;
    background: #0C0331 url("../img/cyber-monday/top-banner-full.png") center top / 1920px 369px  no-repeat ;
}
.stp-top-banner__content {
    position: relative;
    margin: 0 auto;
    padding-top: 40px;
    width: 320px;
    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: 16px auto;
    width: 320px;
    height: 120px;
    background: url("../img/cyber-monday/title.svg") center 0 / 482px 120px no-repeat;
}
.stp-top-banner__caption {
    font:400 18px/27px 'Inter';
    opacity: 0.9;
}
.stp-top-banner__caption span {
    font:700 24px/28px 'Inter';
    color: #E72CDB;
}
.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: #282E5D;
    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: 480px) {
    .stp-top-banner__content {
        padding-top: 47px;
        width: 320px;
    }
    .stp-top-banner {
        background: url("../img/cyber-monday/top-banner-480.png") center top / 480px 400px  no-repeat;
    }
    .stp-top-banner__title {
        background-size: 414px 103px;
    }
}

@media (max-width: 320px) {
    .stp-top-banner__content {
        padding-top: 59px;
    }
    .stp-top-banner {
        background: url("../img/cyber-monday/top-banner-320.png") center top / 320px 400px  no-repeat;
    }
    .stp-top-banner__title {
        background-size: 346px 86px;
    }
}


.stp-subline {
    background-color: #070A39;
}
.stp-subline__text {
    color: #348CCC;
    background: none;
    animation: none;
}
.stp-product {
    background: #1A1F4F;
    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: #282E5D;
    height: 437px;
    border: none;
    padding: 25px 20px;
}
.stp-flex__item:after {
    content: '50% OFF';
    position: absolute;
    right: 0;
    top: 0;
    width: 83px;
    height: 81px;
    box-sizing: border-box;
    padding: 7px 0 0 26px;
    background: url("../img/cyber-monday/star_2.svg") 0 0 / 83px 81px no-repeat;
    border-top-right-radius: 5px;
    font:700 21px/24px 'Inter';
    text-align: center;
    color: #FFFFFF;
}
.stp-flex__item:hover {
    padding: 24px 19px;
    border: 1px solid #47519A;
}
.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: #d4d5df;
}
.stp-product_button {
    margin-top: 57px;
    background: #23D1FC;
    color: #1A1F4F;
}
.stp-product_button:hover {
    background: #3BD7FE;
}
.stp-product_button:active {
    background: #63E0FF;
}
.stp-product_more-info {
    text-decoration: underline;
    color: #FFFFFF;
}
.stp-product_more-info:hover {
    color: #3BD7FE;
}
.stp-product_more-info:active {
    color: #63E0FF;
}
.stp-separator-line {
    background-color: #1F2458;
}

.stp-subscribing {
    padding: 70px 0;
    background: #282E5D;
}
.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: #1A1F4F;
    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: #282E5D;
    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: #23D1FC;
    text-align: center;
    border-radius: 5px;
    border: none;
    font: 600 16px/24px 'Inter';
    color: #1A1A1F;
    vertical-align: top;
    cursor: pointer;
}
.stp-subscribing_subscribe:hover {
    background: #3BD7FE;
}
.stp-subscribing_subscribe:active {
    background: #63E0FF;
}

.stp-subscribing__fly {
    background: url("../img/cyber-monday/fly_black.svg");
}
.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: #282E5D 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: #23D1FC;
}

@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/cyber-monday/check.png") left center / 20px no-repeat;
}
.stp-popup__price div:before {
    background: #E72CDB;
}
.stp-popup__button {
    background: #23D1FC;
    color: #1A1F4F;
}
.stp-popup__button:hover {
    background: #3BD7FE;
}
.stp-popup__button:active {
    background: #63E0FF;
}

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