.stp-top-banner {
    height: 400px;
    background: url("../img/birthday-2022/top-banner-full.png") center top / 1920px 400px  no-repeat ;
}

.stp-top-banner__content {
    position: relative;
    top: 32px;
    margin: 0 auto;
    width: 420px;
    height: 318px;
    color: #312E16;
    text-align: center;
}
.stp-top-banner__logo {
    position: relative;
    margin: 0 auto;
    width: 121px;
    height: 32px;
    background: url("../img/auslogics-white-logo.svg") center / 121px 32px no-repeat;
}
.stp-top-banner__title {
    position: relative;
    margin-top: 16px;
    font: 600 32px/42px 'Poppins';
    text-align: center;
    color: #FFFFFF;
}
.stp-top-banner__title span {
    color: #FFCB4E;
}
.stp-top-banner__title b {
    font: 600 40px/42px 'Poppins';
}
.stp-top-banner__caption {
    position: relative;
    margin-top: 21px;
    font: 24px/40px 'Poppins';
    text-align: center;
    color: #F8E6FF;
}
.stp-top-banner__caption span {
    display: inline-block;
    box-sizing: border-box;
    height: 50px;
    margin-left: 10px;
    padding: 3px 11px;

    border: 1px solid #FFCB4E;
    border-radius: 4px;

    font: 24px/42px 'Poppins';
    text-align: center;
    color: #FFCB4E;
    vertical-align: 0;
}
.stp-top-banner__caption b {
    font: 700 30px/42px 'Poppins';
    color: #FFCB4E;
    vertical-align: -3px;
}
.stp-timer__title {
    position: relative;
    margin-top: 13px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #E1C7EB;
}
.stp-timer {
    position: relative;
    margin-top: 11px;
}
.stp-timer__item {
    display: inline-block;
    width: 48px;
    margin: 0 5px;
}
.stp-timer__panel {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: linear-gradient(180deg, #B37EFF 0%, #8B3AFF 100%);
    box-shadow: 0 24px 10px rgba(38, 77, 0, 0.01), 0 13px 8px rgba(38, 77, 0, 0.05), 0 6px 6px rgba(38, 77, 0, 0.09), 0px 1px 3px rgba(38, 77, 0, 0.1), 0 0 0 rgba(38, 77, 0, 0.1);
    border-radius: 4px;
    box-sizing: border-box;
    padding-top: 9px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
.stp-timer__caption {
    font-size: 13px;
    line-height: 19px;
    color: #E1C7EB;
}
@media (max-width: 459px) {
    .stp-top-banner__content {
        top: 17px;
        width: 320px;
    }
    .stp-top-banner__title {
        padding: 0 35px;
        font: 600 30px/34px 'Poppins';
    }
    .stp-top-banner__title b {
        font: 600 34px/38px 'Poppins';
    }
    .stp-top-banner__caption {
        font: 20px/30px 'Poppins';
    }
    .stp-top-banner__caption span {
        height: 44px;
        padding: 2px 7px;
        font: 20px/30px 'Poppins';
    }
    .stp-top-banner__caption b {
        font: 700 26px/39px 'Poppins';
    }
}
.stp-subline {
    background: linear-gradient(276deg, #16A6E4 0.21%, #7578F0 34.37%, #8285F8 53.81%, #E442FE 99.87%);
}
.stp-subline__text {
    color: #F8E6FF;
    background: none;
    animation: none;
}
.stp-flex__item {
    background: #453C6A;
    border: none;
    padding: 25px 20px;
}
.stp-flex__item:hover {
    border: 3px solid rgba(118, 116, 222, 0.24);
    padding: 22px 17px;
}
.stp-product__title {
    color: #FFFFFF;
    font-size: 28px;
}
.stp-product {
    background-color: #3B335C;
}
.stp-product_box {
    width: auto;
    height: 159px;
    margin: 0;
    background: center 0 / auto 159px no-repeat;
}
.stp-product_price {
    position: absolute;
    right: 2px;
    top: 42px;
    margin: 0;
    width: 103px;
    height: 103px;
    background: url("../img/birthday-2022/28-beam-star.svg") center no-repeat;
    border-radius: 0;
    padding-top: 26px;
    font-weight: 600;
}
.stp-product_price span {
    color: #E9A7A7;
    font-size: 16px;
    line-height: 24px;
}
.stp-product_name {
    color: #FFFFFF;
}
.stp-product_caption {
    color: #b5b1c3;
}
.stp-product_button {
    background: #7674DE;
    color: #FFFFFF;
}
.stp-product_button:hover {
    background: linear-gradient(276deg, #16A6E4 0.21%, #E442FE 99.87%);
    color: #FFFFFF;
}
.stp-product_button:active {
    background: #E32D5B;
    color: #FFFFFF;
}
.stp-product_more-info {
    text-decoration: underline;
    color: #FFFFFF;
}
.stp-product_more-info:hover {
    color: #F19E22;
    text-decoration: none;
}
.stp-product_more-info:active {
    color: #E38523;
    text-decoration: none;
}
.stp-product_see-all {
    display: inline-block;
    margin: 50px 0 30px;
    padding: 16px 50px;
    background: #514986;
    border-radius: 5px;

    font: 600 16px/24px 'Poppins';
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}
.stp-product_see-all:hover {
    background: linear-gradient(276deg, #16A6E4 0.21%, #E442FE 99.87%);
}
.stp-product_see-all:active {
    background: linear-gradient(276deg, #227396 0.21%, #C71BE3 99.87%);
}
.stp-separator-line {
    background: #453C6A;
}
.stp-flex__item_partner {
    box-sizing: border-box;
    border: none;
    padding: 0 20px;
    background-color: #3B335C;
}
.stp-flex__item_partner:hover {
    border: none;
    padding: 0 20px;
}
.stp-flex__item_partner:active {
    border: none;
    padding: 0 20px;
}
.stp-product-partner_circle {
    background-color: #453C6A;
}
.stp-product_partner-discount {
    position: absolute;
    right: 34px;
    top: 14px;
    z-index: 7;
    width: 80px;
    height: 80px;
    background: url("../img/birthday-2022/28-beam-star.svg") 0 0 / 80px 80px no-repeat;
    font-weight: 600;
    font-size: 20px;
    line-height: 76px;
    color: #FFFFFF;
}
.stp-product-partner_button {
    color: #9786FF;
    font-weight: 600;
}
.stp-product-partner_button:hover {
    color: #8684FF;
    text-decoration: none;
}
.stp-product-partner_button:active {
    color: #6967CF;
    text-decoration: none;
}
.stp-product_partner_left {
    display: none;
}
.stp-product_partner_right {
    display: none;
}
.stp-product_partner .stp-product_caption {
    height: 72px;
    color: #FFFFFF;
}
.stp-subscribing {
    padding: 40px 0 32px;
    background: #3B335C;
}
.stp-subscribing_title {
    padding: 0 24px;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
}
.stp-subscribing_background {
    position: relative;
    margin: 40px auto 0;
    width: 738px ;
    height: 294px;
    box-sizing: border-box;
    padding: 56px 82px;
    background: url("../img/birthday-2022/subscribing_bg.svg") center top /*no-repeat;*/;
    text-align: left;
}
.stp-subscribing_caption {
    margin: 0 0 22px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
.stp-subscribing_email {
    display: inline-block;
    box-sizing: border-box;
    padding: 16px 22px;
    width: 348px;
    height: 56px;
    background: #3B335C;
    margin-right: 16px;
    /*background: none;*/
    border: 2px solid #584B8C;
    border-radius: 5px;

    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: left;
    vertical-align: top;
}
.stp-subscribing_email:hover {
    border-color: #7366AA;
}
.stp-subscribing_email:focus {
    border-color: #755FD1;
}
.stp-subscribing_email:focus-visible {
    border-color: #755FD1;
}
.stp-subscribing_email.error{
    border-color: #FE3265;
}

.stp-subscribing_subscribe {
    display: inline-block;
    box-sizing: border-box;
    padding: 16px 0;
    width: 210px;
    height: 56px;
    background: #514986;
    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: linear-gradient(276deg, #16A6E4 0.21%, #E442FE 99.87%);
}
.stp-subscribing_subscribe:active {
    background: linear-gradient(276deg, #227396 0.21%, #C71BE3 99.87%);
}

.stp-subscribing_message {
    width: 348px;
    text-align: center;
}
#stp-subscribing__success{
    color: #0CB107;
}
#stp-subscribing__error {
    color: #f50057;
}
.stp-subscribing_disclaimer {
    position: relative;
    margin: 32px auto 0;
    top: -77px;
    padding-top: 16px;
    width: 670px;
    font: 12px/18px 'Poppins';
    color: #b1adbe;
    text-align: left;
}
.stp-subscribing_disclaimer:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 16px);
    width: 32px;
    height: 1px;
    background-color: #4b4c90;
}
.stp-subscribing_disclaimer span{
    color: #FFFFFF;
}
.stp-subscribing_disclaimer a{
    color: #57a4ff;
    text-decoration: none;
}
@media (max-width: 738px) {
    .stp-subscribing_title {
        font-size: 20px;
        line-height: 30px;
    }
    .stp-subscribing_background {
        margin: 24px auto 0;
        width: 460px ;
        height: 376px;
        padding: 66px 74px;
        background-image: url("../img/birthday-2022/subscribing_bg-460.svg");
    }
    .stp-subscribing_caption {
        text-align: center;
    }
    .stp-subscribing_email {
        width: 100%;
    }
    .stp-subscribing_subscribe {
        margin-top: 16px;
        width: 100%;
    }
    .stp-subscribing_message {
        width: 100%;
    }
    .stp-subscribing_disclaimer {
        width: 411px;
    }
}
@media (max-width: 459px) {
    .stp-subscribing_background {
        width: 320px;
        height: 354px;
        padding: 40px 46px;
        background-image: url("../img/birthday-2022/subscribing_bg-320.svg");
    }
    .stp-subscribing_message {
        width: 268px;
        left: -20px;
        position: relative;
    }
    .stp-subscribing_disclaimer {
        width: 272px;
    }
}

.stp-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 0, 32, 0.6);
    z-index: 9;
    text-align: left;
}
.stp-popup__body {
    padding: 44px 38px 38px;
    background: linear-gradient(180deg, #474989 49.21%, #6265B4 100%);
    border: 2px solid #7F81E2;
    color: #FFFFFF;
}
.stp-popup__close {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 40px;
    height: 24px;
    background: #7375D0 url("../img/popup_white_cross.png") center center / 12px 12px no-repeat;
    border-radius: 5px;
}
.stp-popup__close:hover {
    background-color: #FE3265;
}
.stp-popup__close:active {
    background-color: #CC204B;
}
.stp-popup__description li{
    background: url("../img/check.png") left center / 20px no-repeat;
}
.stp-popup__button {
    background: #0DBA72;
}
.stp-popup__button:hover {
    background: #0FCC7D;
}
.stp-popup__button:active {
    background: #0DBA72;
}
