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

.stp-top-banner__content {
    position: absolute;
    left: 50%;
    top: 32px;
    margin: 0 0 0 -383px;
    width: 766px;
    color: #FFFFFF;
}

.stp-top-banner__last-day {
    position: relative;
    margin: 8px auto 0;

    font: 16px/24px Inter, sans-serif;
    color: #DF2200;
}
.stp-top-banner__title {
    position: relative;
    width: 100%;
    font: 600 56px/72px Inter, sans-serif;

    text-align: center;
    color: #621811;
}
.stp-top-banner__sale {
    position: absolute;
    left: 50%;
    top: 47px;
    margin-left: -114px;
    width: 227px;
    height: 97px;
    background: url("../img/september-cooldown-2022/sale.svg") 0 0 / 227px 97px no-repeat;
}
.stp-top-banner__caption {
    margin: 89px 0 15px;
    color: #621811;
    font: 500 22px/40px Inter, sans-serif;
    text-align: center;
}
.stp-top-banner__caption b{
    font: 600 26px/40px Inter, sans-serif;
    color: #DF2200;
}
.stp-timer {
    position: relative;
    width: 100%;
    height: auto;
}
.stp-timer__item {
    display: inline-block;
    padding: 0 5px;
}
.stp-timer__panel {
    width: 48px;
    height: 48px;
    background: #FCFFFF;
    border-radius: 4px;
    padding-top: 10px;
    box-sizing: border-box;
    font:600 20px/30px Inter, sans-serif;
    color: #621811;
}
.stp-timer__caption {
    font:400 13px/20px Inter, sans-serif;
    color: #621811;
}

@media (max-width: 768px) {
    .stp-top-banner {
        background: #F7E7D9 url("../img/september-cooldown-2022/top-banner-480.png") center top / 480px 369px  no-repeat;
    }
    .stp-top-banner__content {
        top: 24px;
        width: 308px;
        margin: 0 0 0 -154px;
    }
    .stp-top-banner__title {
        font: 600 36px/47px Inter, sans-serif;
    }
    .stp-top-banner__sale {
        top: 70px;
        margin-left: -85px;
        width: 170px;
        height: 73px;
        background-size: 170px 73px;
    }
    .stp-top-banner__caption {
        margin: 60px auto 16px;
        width: 304px;
        font: 400 19px/30px Inter, sans-serif;
    }
    .stp-top-banner__caption b{
        font: 600 19px/30px Inter, sans-serif;
    }
}

@media (max-width: 320px) {
    .stp-top-banner {
        background: #F7E7D9 url("../img/september-cooldown-2022/top-banner-320.png") center top / 320px 369px  no-repeat;
    }
    .stp-top-banner__content {
        top: 24px;
        width: 278px;
        margin: 0 0 0 -139px;
    }
    .stp-top-banner__title {
        font: 600 32px/42px Inter, sans-serif;
    }
    .stp-top-banner__sale {
        top: 70px;
        margin-left: -67px;
        width: 135px;
        height: 58px;
        background-size: 135px 58px;
    }
    .stp-top-banner__caption {
        margin: 68px 0 16px;
        width: 278px;
        font: 400 16px/24px Inter, sans-serif;
    }
    .stp-top-banner__caption b{
        font: 600 20px/30px Inter, sans-serif;
    }
}


.stp-subline {
    background-color: #FFAE00;
}
.stp-subline__text {
    color: #621811;
    background: none;
    animation: none;
}
.stp-product {
    background-color: #FDF5ED;
    padding: 70px 0;
}
.stp-product__title {
    margin: 10px auto 40px auto;
    color: #2A3440;
    font-size: 28px;
}
.stp-flex__item {
    background-color: #FFFFFF;
    height: 436px;
    border: none;
    padding: 25px 20px;
}
.stp-flex__item:after {
    content: '47% OFF';
    position: absolute;
    right: 8px;
    top: 8px;
    width: 72px;
    height: 72px;
    box-sizing: border-box;
    padding: 13px 0 0 0;
    background: #FF593B;
    border-radius: 36px;
    transform: rotate(5deg);

    font:700 18px/22px Inter, sans-serif;
    text-align: center;
    color: #FFFFFF;
}
.stp-product_price {
    position: absolute;
    left: calc(50% - 150px);
    top: 269px;
    margin: 0;
    width: 300px;
    height: 27px;
    padding: 0 0 0 150px;
    background-color: #FFFFFF;
    font: 600 18px/27px Inter, sans-serif;
    text-align: left;
    color: #2A3440;
}
.stp-product_price span {
    position: absolute;
    right: 160px;
    top: 5px;
    font: 400 14px/21px Inter, sans-serif;
    text-align: right;
    color: #868C94;
}
.stp-product_name {
    font: 600 18px / 27px Inter, sans-serif;
    text-align: center;
    color: #2A3440;
}
.stp-product_caption {
    color: #55606E;
}
.stp-product_button {
    margin-top: 57px;
    background: #FF6E00;
    color: #FFFFFF;
}
.stp-product_button:hover {
    background-color: #FF8A32;
    color: #FFFFFF;
}
.stp-product_button:active {
    background: #FF8A32;
    color: #FFFFFF;
}
.stp-product_more-info {
    text-decoration: underline;
    color: #B4730E;
}
.stp-product_more-info:hover {
    color: #DE8700;
    text-decoration: none;
}
.stp-product_more-info:active {
    color: #DE8700;
    text-decoration: none;
}
.stp-separator-line {
    background-color: #FCECDC;
}
.stp-separator-line__item {
    color: #621811;
}
.stp-separator-line__item[data-img="download"] {
    background-image: url(../img/september-cooldown-2022/icon_download.png);
}
.stp-separator-line__item[data-img="gem"] {
    background-image: url(../img/september-cooldown-2022/icon_gem.png);
}
.stp-separator-line__item[data-img="world"] {
    background-image: url(../img/september-cooldown-2022/icon_world.png);
}

.stp-partner {
    margin: 10px;
    box-sizing: border-box;
    width: 320px;
    height: 436px;
    padding: 0 24px;
    position: relative;
    background: #FFFFFF;
    border: 2px solid #FFCB4E;
    border-radius: 5px;
}
@media (max-width: 1050px) {
    .stp-partner {
        width: 300px;
        padding: 0 14px;
    }
}
.stp-partner_auslogics {
    position: absolute;
    left: 0;
    top: 0;
    width: fit-content;
    padding: 4px 10px;
    background: #FFCB4E;
    border-radius: 0 0 10px 0;

    font:600 12px/18px Inter, sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #621811;
}
.stp-partner_box {
    margin: 48px auto 20px;
    width: 117px;
    height: 159px;
    background: url(../img/september-cooldown-2022/partner_box.png) 0 0 / 117px 159px no-repeat;
}
.stp-partner_sale {
    position: absolute;
    width: 72px;
    height: 72px;
    right: 13px;
    top: 13px;
    background-color: #FF593B;
    border-radius: 36px;
    padding: 13px 0 0 0;
    box-sizing: border-box;

    transform: rotate(5deg);
    font: 700 18px/22px Inter, sans-serif;
    text-align: center;
    color: #FFFFFF;
}
.stp-partner_title {
    font: 600 18px/27px Inter, sans-serif;
    font-style: normal;
    color: #2A3440;
}
.stp-partner_caption {
    margin: 7px auto 20px;
    font: 400 16px/24px Inter, sans-serif;
    color: #55606E;
}
.stp-product-partner_button {
    display: block;
    margin: 0 auto;
    width: 189px;
    height: 44px;
    box-sizing: border-box;
    padding-top: 10px;
    color: #FFFFFF;
    text-decoration-line: none;
    background: #FF6E00;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.stp-product-partner_button:hover {
    background-color: #FF8A32;
    color: #FFFFFF;
}
.stp-product-partner_button:active {
    background: #FF8A32;
    color: #FFFFFF;
}
.stp-product_partner_left {
    display: none;
}
.stp-product_partner_right {
    display: none;
}
.stp-subscribing {
    padding: 70px 0;
    background: #FDF5ED;
}
.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 #621811;
    background-color: #F7E7D9;
    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 Inter, sans-serif;
    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: #57A4FF;
    text-align: center;
    border-radius: 5px;
    border: none;

    font: 600 16px/24px Inter, sans-serif;
    color: #FFFFFF;
    vertical-align: top;
    cursor: pointer;
}
.stp-subscribing_subscribe:hover {
    background-color:  #4198FF;
}
.stp-subscribing_subscribe:active {
    background-color:  #7BB8FF;
}

.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 Inter, sans-serif;
    color: #263F49;
    text-align: center;
}
#stp-subscribing__error {
    color: #FF593B;
    font: 14px/21px Inter, sans-serif;
}
.stp-subscribing_disclaimer {
    position: relative;
    margin: 30px auto 0;
    width: 670px;
    font: 12px/18px Inter, sans-serif;
    color: #2A3440;
    text-align: left;
}
.stp-subscribing_disclaimer a{
    color: #57A4FF;
}

@media (max-width: 700px) {
    .stp-subscribing .stp-product__title {
        font: 600 24px/36px Inter, sans-serif;
    }
    .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__close {
    background: url("../img/popup_dark_cross.png") center center / 12px 12px no-repeat;
}
.stp-popup__description div {
    color: #55606E;
}
.stp-popup__description li{
    background: url("../img/september-cooldown-2022/check.png") left center / 20px no-repeat;
}
.stp-popup__button {
    background: #FF6E00;
}
.stp-popup__button:hover {
    background: #FF7903;
}
.stp-popup__button:active {
    background: #FF7903;
}
