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

.stp-top-banner__content {
    position: relative;
    top: 40px;
    margin: 0 auto;
    width: 390px;
    height: 281px;
    color: #312E16;
    text-align: center;
}
.stp-top-banner__logo {
    position: relative;
    margin: 0 auto;
    width: 126px;
    height: 40px;
    background: #ffffff url("../img/Auslogics logo classic.svg") center / 94px 24px no-repeat;
    border-radius: 10px;
    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), 0 1px 3px rgba(38, 77, 0, 0.1), 0 0 0 rgba(38, 77, 0, 0.1);
}
.stp-top-banner__title {
    position: relative;
    margin-top: 32px;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
}
.stp-top-banner__caption {
    position: relative;
    margin-top: 10px;
    font-size: 24px;
    line-height: 40px;
}
.stp-top-banner__caption span {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 15px;

    background: linear-gradient(180deg, #74CA5C 0%, #387D25 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), 0 1px 3px rgba(38, 77, 0, 0.1), 0 0 0 rgba(38, 77, 0, 0.1);
    border-radius: 4px;

    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    vertical-align: 0;
}
.stp-timer__title {
    position: relative;
    margin-top: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.stp-timer {
    position: relative;
    margin-top: 10px;

}
.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, #74CA5C 0%, #387D25 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), 0 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;
}
@media (max-width: 480px) {
    .stp-top-banner {
        background: url("../img/easter-2022/top-banner-480.png") no-repeat center center;
    }
}
@media (max-width: 395px)  {
    .stp-top-banner__content {
        top: 32px;
        width: 320px;
    }
    .stp-top-banner__title {
        margin-top: 24px;
        font-size: 24px;
        line-height: 150%;
    }
    .stp-top-banner__caption {
        font-size: 20px;
        line-height: 150%;
    }
    .stp-top-banner__caption span {
        margin-top: 10px;
    }
}
.stp-subline__text {
    color: #82A7BD;
    background-color: #FFFFFF;
}


.stp-flex__item {
    background-color: #FFFFFF;
    height: 437px;
    border: 1px solid #DBF0D4;
    padding: 24px 19px;
}

.stp-flex__item:hover {
    border: 3px solid #90D07E;
    padding: 22px 17px;
}
.stp-flex__item:active {
    border: 1px solid #90D07E;
    padding: 24px 17px;
}
.stp-flex__item:after {
    content: '46% OFF';
    position: absolute;
    right: -1px;
    top: -1px;
    width: 83px;
    height: 81px;
    box-sizing: border-box;
    padding: 7px 0 0 26px;
    background: url("../img/easter-2022/star_2.svg") 0 0 / 83px 81px no-repeat;
    border-top-right-radius: 5px;

    font:600 20px/26px 'Poppins';
    text-align: center;
    color: #312E16;
}
.stp-flex__item:hover:after {
    right: -3px;
    top: -3px;
}
.stp-flex__item:active:after {
    right: -1px;
    top: -1px;
}
.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: #2A3440;
}
.stp-product_price span {
    position: absolute;
    right: 160px;
    top: 5px;
    font: 400 14px/21px 'Poppins';
    text-align: right;
    color: #868C94;
}
.stp-product_name {
    font: 600 18px/27px 'Poppins', sans-serif;
    text-align: center;
    color: #1A1A1F;
}
.stp-product_caption {
    color: #312E16;
}
.stp-product_button {
    margin-top: 57px;
    background: #6FBD59;
    color: #FFFFFF;
}
.stp-product_button:hover {
    background-color: #8ED138;
    color: #FFFFFF;
}
.stp-product_button:active {
    background-color: #6FBD59;
    color: #FFFFFF;
}
.stp-product_more-info {
    color: #312E16;
}
.stp-product_more-info:hover {
    color: #585430;
    text-decoration: none;
}
.stp-product_more-info:active {
    color: #747053;
    text-decoration: none;
}
.stp-separator-line {
    background: #EAF4E9;
}
.stp-separator-line__item {
    color: #5D6A59;
}
.stp-separator-line__item[data-img="download"] {
    background-image: url(../img/easter-2022/icon_download_green-dark.png);
}
.stp-separator-line__item[data-img="gem"] {
    background-image: url(../img/easter-2022/icon_gem_green-dark.png);
}
.stp-separator-line__item[data-img="world"] {
    background-image: url(../img/easter-2022/icon_world_green-dark.png);
}
.stp-product_partner {
    background-color: #F5F8F6;
}
.stp-flex__item_partner {
    box-sizing: border-box;
    border: none;
    padding: 0 20px;
    background-color: #F5F8F6;
}
.stp-flex__item_partner:hover {
    border: none;
    padding: 0 20px;
}
.stp-flex__item_partner:active {
    border: none;
    padding: 0 20px;
}
.stp-product_partner-discount {
    position: absolute;
    left: 195px;
    top: 20px;
    z-index: 7;
    width: 78px;
    height: 78px;
    background: url("../img/easter-2022/28-beam-star.svg");
    font-weight: 600;
    font-size: 20px;
    line-height: 76px;
    color: #FFFFFF;
}
.stp-product-partner_button {
    color: #6FBD59;
    font-weight: 600;
}
.stp-product-partner_button:hover {
    color: #8ED138;
    text-decoration: none;
}
.stp-product-partner_button:active {
    color: #6FBD59;
    text-decoration: none;
}
.stp-product_partner_left {
    display: none;
}
.stp-product_partner_right {
    display: none;
}
.stp-product_partner .stp-product_caption {
    height: 72px;
}

.stp-subscribing {
    padding: 70px 0;
    background-color: #F5F8F6;
}
.stp-subscribing .stp-product__title {
    margin: 0 auto;
}
.stp-subscribing_background {
    position: relative;
    margin: 50px auto 0;
    width: 670px;
    height: 195px;
    box-sizing: border-box;
    padding: 35px 45px;
    border: 5px solid #5D6A59;
    background-color: #EAF4E9;
    border-radius: 7px 7px 10px 10px;
    color: #2A3440;
    text-align: left;
}
.stp-subscribing_caption {
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #2A3440;
    text-align: center;
}
.stp-subscribing_email {
    display: inline-block;
    box-sizing: border-box;
    padding: 16px 22px;
    width: 344px;
    height: 56px;
    background: #FFFFFF;
    margin-right: 16px;
    border: 2px solid #FFFFFF;
    border-radius: 5px;

    font-size: 16px;
    line-height: 24px;
    color: #621811;
    text-align: left;
    vertical-align: top;
}
.stp-subscribing_email::placeholder {
    font: 400 16px/24px 'Poppins';
    color: #868C94;
}
.stp-subscribing_email:hover {
    border: 2px solid #FFFFFF;
}
.stp-subscribing_email:focus {
    border: 2px solid #B4730E;
}
.stp-subscribing_email:focus-visible {
    border: 2px solid #B4730E;
}
.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: #6FBD59;
    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-color: #8ED138;
}
.stp-subscribing_subscribe:active {
    background-color: #6FBD59;
}
.stp-subscribing_message {
    width: 348px;
    text-align: left;
}
#stp-subscribing__success{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #F7E7D9 url("../img/september-cooldown-2022/mail.svg") center 24px / 104px 104px no-repeat;
    box-sizing: border-box;
    padding-top: 125px;

    font: 600 20px/30px 'Poppins';
    color: #263F49;
    text-align: center;
}
#stp-subscribing__error {
    color: #FF593B;
    font: 14px/21px 'Poppins';
}
.stp-subscribing_disclaimer {
    position: relative;
    margin: 30px auto 0;
    width: 670px;
    font: 12px/18px 'Poppins';
    color: #2A3440;
    text-align: left;
}
.stp-subscribing_disclaimer a{
    color: #57A4FF;
}

@media (max-width: 700px) {
    .stp-subscribing .stp-product__title {
        font: 600 24px/36px 'Poppins';
    }
    .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: 40px;
        padding-top: 153px;
    }
}
@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{
        padding-top: 143px;
    }
}
/*.stp-popup__description li {
    background-image: url("../img/check_orange.png");
}
.stp-popup__button {
    background-color: #E2452C;
}
.stp-popup__button:hover {
    background-color: #D64029;
}
.stp-popup__button:active {
    background-color: #F5573E;
}*/
