.stp-top-banner {
    height: 400px;
    background: #0C0331 url("../img/new-year-2023/top-banner-full.png") center top / 1920px 368px  no-repeat ;
}
.stp-top-banner__content {
    position: relative;
    margin: 0 auto;
    padding-top: 25px;
    width: 414px;
    color: #FFFFFF;
    text-align: center;
}
.stp-top-banner__last-day {
    position: relative;
    font: 14px/21px 'Poppins';
    color: #FFFFFF;
    opacity: 0.9;
}
.stp-top-banner__title {
    position: relative;
    margin: 10px auto 15px;
    width: 414px;
    height: 71px;
    background: url("../img/new-year-2023/title.svg") center 0 / 100% no-repeat;
}
.stp-top-banner__caption {
    padding: 0 7px;
    font:400 16px/24px 'Poppins';
}
.stp-top-banner__caption span {
    font:700 24px/28px 'Poppins';
    color: #e65031;
}
.stp-timer {
    position: relative;
    margin: 10px auto 0;
}
.stp-timer__item {
    display: inline-block;
    padding: 0 5px;
}
.stp-timer__panel {
    width: 48px;
    height: 48px;
    background: #2C3046;
    border-radius: 24px;
    padding-top: 9px;
    box-sizing: border-box;
    font:600 20px/30px 'Poppins';
}
.stp-timer__caption {
    font:400 13px/20px 'Poppins';
    color: #a7a8af;
}

@media (max-width: 768px) {
    .stp-top-banner {
        background: url("../img/new-year-2023/top-banner-768.png") center top / 768px 368px  no-repeat;
    }
}
@media (max-width: 480px) {
    .stp-top-banner {
        background: url("../img/new-year-2023/top-banner-480.png") center top / 480px 368px  no-repeat;
    }
}
@media (max-width: 414px) {
    .stp-top-banner__content {
        width: 279px;
        padding-top: 46px;
    }
    .stp-top-banner__title {
        width: 279px;
        height: 47px;
    }
    .stp-top-banner__caption span {
        font:700 20px/30px 'Poppins';
    }
}

@media (max-width: 320px) {
    .stp-top-banner {
        background: url("../img/new-year-2023/top-banner-320.png") center top / 320px 368px  no-repeat;
    }
}


.stp-subline {
    background-color: #2C3046;
}
.stp-subline__text {
    color: #FFFFFF;
    background: none;
    animation: none;
}
.stp-product {
    background: #232638;
    padding: 70px 0;
}

.stp-product__title {
    position: relative;
    margin: 10px auto 40px;
    font: 600 28px/36px 'Poppins';
    text-align: center;
    color: #FFFFFF;
}
.stp-flex__item {
    background-color: #2C3046;
    height: 437px;
    border: none;
    padding: 25px 20px;
}
.stp-flex__item:after {
    content: '55% OFF';
    position: absolute;
    right: 0;
    top: 0;
    width: 83px;
    height: 81px;
    box-sizing: border-box;
    padding: 7px 0 0 26px;
    background: url("../img/new-year-2023/star_2.svg") 0 0 / 83px 81px no-repeat;
    border-top-right-radius: 5px;

    font:700 21px/24px 'Poppins';
    text-align: center;
    color: #FFFFFF;
}
.stp-flex__item:hover {
    padding: 23px 17px;
    border: 2px solid #454B69;
}
.stp-flex__item:hover:after {
    right: -2px;
    top: -2px;
}
.stp-product_box {
    width: auto;
    height: 159px;
    margin: 0;
    background: center 0 / auto 159px no-repeat;
}
.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 'Poppins';
    text-align: left;
    color: #ffffff;
}
.stp-product_price span {
    position: absolute;
    right: 160px;
    top: 5px;
    font: 400 14px/21px 'Poppins';
    text-align: right;
    color: #9597a3;
}
.stp-product_name {
    font: 600 18px / 27px 'Poppins';
    text-align: center;
    color: #ffffff;
}
.stp-product_caption {
    color: #d5d6da;
}
.stp-product_button {
    margin-top: 57px;
    background: #089459;
    color: #FFFFFF;
}
.stp-product_button:hover {
    background: #06824E;
}
.stp-product_button:active {
    background: #0CA564;
}
.stp-product_more-info {
    text-decoration: underline;
    color: #abacb5;
}
.stp-product_more-info:hover {
    color: #FFFFFF;
}
.stp-product_more-info:active {
    color: #FFFFFF;
}
.stp-separator-line {
    background-color: #2C3046;
}
/*
.stp-partner {
    position: relative;
    box-sizing: border-box;
    margin: 10px;
    width: 320px;
    height: 437px;
    background-color: #282E5D;
    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-radius: 2px 0 5px 0;
    font: 600 12px/18px 'Poppins';
    text-transform: uppercase;
    color: #FFFFFF;
}
.stp-partner_box {
    margin: 19px auto 20px;
    width: 258px;
    height: 160px;
    background: center / contain 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/new-year-2023/star_1.svg") 0 0 / 83px 81px no-repeat;
    font:700 21px/24px 'Poppins';
    color: #FFFFFF;
}
.stp-partner_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 54px;
    margin: 0 29px;
    font:600 18px/27px 'Poppins';
}
.stp-partner_caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 63px;

    margin: 5px 29px 20px;
    font:400 14px/21px 'Poppins';
    color: #d4d5df;
}
.stp-product-partner_button {
    display: block;
    margin: 0 auto;
    width: 189px;
    height: 44px;
    box-sizing: border-box;
    padding-top: 10px;

    background: #23D1FC;
    color: #1A1F4F;
    text-decoration-line: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.stp-product-partner_button:hover {
    background: #3BD7FE;
}
.stp-product-partner_button:active {
    background: #63E0FF;
}
@media (max-width: 1050px) {
    .stp-partner {
        width: 300px;
    }
}
*/

.stp-subscribing {
    padding: 70px 0 150px;
    background: #232638;
}
.stp-subscribing .stp-product__title {
    margin: 0 auto 50px;
}
.stp-subscribing_background {
    position: relative;
    margin: 0 auto;
    width: 737px;
    height: 259px;
    box-sizing: border-box;
    padding: 56px 83px 48px 84px;
    background: url(../img/new-year-2023/subscribe.png) center top / 737px 294px no-repeat;
    color: #263F49;
}
.stp-subscribing_caption {
    margin: 0 0 24px 0;
    font: 600 20px/30px 'Poppins';
    color: #FFFFFF;
    text-align: left;
}
.stp-subscribing_email {
    display: inline-block;
    box-sizing: border-box;
    padding: 16px 22px;
    width: 344px;
    height: 56px;
    margin-right: 16px;
    background: #2C3046;
    border: none;
    border-radius: 5px;

    font:400 16px/24px 'Poppins';
    text-align: left;
    color: #FFFFFF;
    vertical-align: top;
}
.stp-subscribing_email::placeholder {
    font: 400 16px/24px 'Poppins';
    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: 16px 0;
    width: 210px;
    height: 56px;
    background: #D3482B;
    text-align: center;
    border-radius: 5px;
    border: none;

    font: 600 16px/24px 'Poppins';
    color: #FFFFFF;
    vertical-align: top;
    cursor: pointer;
}
.stp-subscribing_subscribe:hover {
    background: #E75031;
}
.stp-subscribing_subscribe:active {
    background: #C24126;
}

.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: #232638 url(../img/new-year-2023/mail.png) center 86px / 153px 140px no-repeat;
    box-sizing: border-box;

    font: 600 28px/36px 'Poppins';
    color: #FFFFFF;
}
#stp-subscribing__error {
    margin: 12px auto 0;
    color: #E75031;
}
.stp-subscribing_disclaimer {
    position: relative;
    margin: 0 auto;
    width: 670px;
    font: 12px/18px 'Poppins';
    color: #aaa9b0;
    text-align: left;
}
.stp-subscribing_disclaimer:after {
    content: '';
    position: absolute;
    left: calc(50% - 16px);
    top: -17px;
    height: 1px;
    width: 32px;
    background-color: #3a3e58;
}
.stp-subscribing_disclaimer span{
    color: #FFFFFF;
}
.stp-subscribing_disclaimer a{
    color: #57A4FF;
    text-decoration: none;
}

@media (max-width: 737px) {
    .stp-subscribing .stp-product__title {
        font: 600 20px/30px 'Poppins';
    }
    .stp-subscribing_background {
        background: url(../img/new-year-2023/subscribe-460.png) 0 0 / 460px 366px no-repeat;
        width: 460px;
        height: 327px;
        padding: 56px 0 0;
    }
    .stp-subscribing_caption {
        text-align: center;
    }

    .stp-subscribing_email {
        width: 312px;
        margin: 0 0 16px 0;
    }
    .stp-subscribing_subscribe {
        width: 312px;
    }
    .stp-subscribing_disclaimer {
        width: 412px;
    }

    #stp-subscribing__success{
        background-position-y: 150px;
        padding-top: 40px;
    }
}
@media (max-width: 459px) {
    .stp-subscribing_background {
        background: url(../img/new-year-2023/subscribe-320.png) 0 0 / 320px 346px no-repeat;
        width: 320px;
        height: 299px;
        padding: 36px 25px 0;
    }
    .stp-subscribing_email {
        width: 232px;
    }
    .stp-subscribing_subscribe {
        width: 232px;
    }
    .stp-subscribing_disclaimer {
        width: 272px;
    }
    #stp-subscribing__error {
        margin: 0 auto;
    }
}

#wrapper .b-footer-flex {
    background-color: #2C3046;
}
#wrapper .b-lang-switcher__choose {
    background-color: #2C3046;
    border: 1px solid #454B69;
}
#wrapper .b-lang-switcher__content {
    background-color: #2C3046;
    border: 1px solid #454B69;
}
