.b-main-sale__button {
    text-decoration: none;
}
.menu__store {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 8px 44px 8px 39px;
    background: #1FB8CA url("/includes/images/header/bag.svg") 19px center no-repeat;
    border-radius: 20px;
    font: 400 15px/24px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}
.menu__store::after {
    content: "";
    position: absolute;
    right: -19px; top: -8px;
    width: 55px; height: 55px;
    background: url("../img/sale_menu.png") center / 100% no-repeat;
}
.menu__store:hover {
    background-color: #35C9DB;
}
.header-sale {
    width: 100%;
    background: #3fd5e8;
}
.header-sale__flex {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    height: 104px;
    align-items: center;
    justify-content: space-between;
}
.header-sale__text {
    position: relative;
    padding: 22px 0 21px 236px;
    font: 16px/24px 'Open Sans', sans-serif;
    color: #122B2E;
}
.header-sale__text b {
    display: block;
    margin-bottom: 8px;
    font: 700 24px/36px 'Open Sans', sans-serif;
}
html[lang="fr"] .header-sale__text b {
    font-size: 20px;
}
.header-sale__text span {
    font: 700 16px/24px 'Open Sans', sans-serif;
}
.header-sale__text::before {
    content: "";
    position: absolute;
    left: 0; top: -30px;
    width: 220px; height: 164px;
    background: url("../img/sale_header.png") 0 0 / 100% no-repeat;
}
.header-sale__button {
    display: block;
    position: relative;
    width: fit-content;
    padding: 14px 40px 16px 66px;

    background: #FD5444;
    border-radius: 12px;
    border-top: 2px solid #fc7b97;
    border-bottom: 2px solid #f32a57;

    font: 700 18px/24px 'Open Sans';
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
}
.header-sale__button::after {
    content: "";
    position: absolute;
    left: 16px; top: -13px;
    width: 38px; height: 58px;
    background: url("../img/coin.png") 0 0 / 100% no-repeat;
}

.main-screen,
.cart-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background:
            url("../img/bg_banner.svg") center bottom / 1920px 858px repeat-x,
            url("../img/bg_banner-cloud.png") calc(50% - -6px) 118px/ 1601px 400px repeat-x,
            radial-gradient(50% 50% at 50% 50%, #53E7F9 0%, #38CFE2 100%);
}
.main-screen {
    min-height: 918px;
    padding: 0 0 27px;
}
.cart-screen {
    min-height: 746px;
    padding-bottom: 165px;
}
.main-screen__wrapper {
    width: 936px;
}
.cart-screen__wrapper {
    width: 978px;
}
.main-screen__title {
    margin: 0 0 70px 404px;
    font: 400 20px/30px 'Open Sans', sans-serif;
    color: #122B2E;
}
.main-screen__title h1 {
    margin: 0 0 16px 0;
    font: 700 37px/52px 'Open Sans', sans-serif;
}
.main-screen__border {
    position: relative;
    height: 352px;
}
.cart-screen__border {
    position: relative;
    height: min-content;
}
.main-screen__border::before {
    content: "";
    position: absolute;
    left: -32px; top: -362px;
    width: 400px; height: 400px;
    background: url("../img/main-art.png") 0 0 / 100% no-repeat;
}
.main-screen__border::after {
    content: "";
    position: absolute;
    left: -59px; top: -79px;
    width: 180px; height: 180px;
    background: url("../img/main-sale.png") 0 0 / 100% no-repeat;
}
.main-screen__product-unit {
    position: relative;
    width: 100%;
    min-height: 352px;
    background: #10B6CB;
    border-radius: 20px;
    padding: 10px 0 0;
}
.main-screen__achiv-3 {
    margin: -48px 0 0 404px;
    min-width: 271px;
    width: fit-content;
    height: 72px;
    padding: 12px 20px 12px 77px;
    background: #0C8F9F url("/includes/unit_v3/default-15/img/achiv_3.svg") 20px 14px / 44px no-repeat;
    border-radius: 8px;
    font: 400 15px/24px 'Open Sans', sans-serif;
    letter-spacing: 0.4pt;
    color: #FFF;
}
.main-screen__achiv-3 b {
    font: 600 15px/24px 'Open Sans', sans-serif;
}
.main-screen__offer-end {
    position: absolute;
    right: 16px;
    top: 16px;
    width: fit-content;
    font: 600 12px/16px 'Open Sans', sans-serif;
    color: #FFF6;
    text-align: right;
}
html[lang="es"] .main-screen__offer-end,
html[lang="fr"] .main-screen__offer-end,
html[lang="it"] .main-screen__offer-end {
    max-width: 118px;
}
.main-screen__boxs {
    margin: 30px 0 0 119px;
    width: 675px;
    height: 180px;
    background: url("../img/boxs.png") 0 0 / 100% auto no-repeat;
}
.main-screen__button,
.cart-screen__button {
    display: block;
    position: relative;
    margin: 24px auto 0;
    min-width: 225px;
    width: fit-content;
    padding: 14px 16px 16px;

    background: #FD5444;
    border-radius: 12px;
    border-top: 2px solid #fc7b97;
    border-bottom: 2px solid #f32a57;

    font: 700 18px/24px 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
}
.main-screen__button:hover,
.cart-screen__button:hover,
.header-sale__button:hover {
    background-color: #FF695B;
}
.main-screen__button-art,
.cart-screen__button-art,
.after-download__button-art {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 50px; height: 22px;
}
.main-screen__button-art::after,
.cart-screen__button-art::after,
.after-download__button-art::after {
    content: "";
    display: block;
    position: absolute;
    left: 0; top: -27px;
    width: 38px; height: 58px;
    background: url("../img/coin.png") 0 0 / 100% no-repeat;
}
html[lang="de"] .main-screen__button.mobile {
    width: 230px;
}
html[lang="es"] .main-screen__button.mobile {
    min-width: auto;
    width: 170px;
}
html[lang="fr"] .main-screen__button.mobile {
    min-width: auto;
    width: 205px;
}
html[lang="it"] .main-screen__button.mobile {
    min-width: auto;
    width: 185px;
}
html[lang="pt"] .main-screen__button.mobile,
html[lang="ru"] .main-screen__button.mobile
{
    width: 225px;
}

.b-limited-offer {
    margin-top: 64px;
}
.cart-screen__border::before {
    content: "";
    position: absolute;
    left: -14px; top: -47px;
    z-index: 2;
    width: 1002px; height: 85px;
    background: url("../img/cart-border.png") 0 0 / 100% no-repeat;
}
.b-limited-offer::before {
    content: "";
    position: absolute;
    left: -26px; top: -50px;
    z-index: 2;
    width: 1041px; height: 106px;
    background: url("../img/cart-border_checkforupdate.png") 0 0 / 100% no-repeat;
}
.b-limited-offer::after {
    content: "";
    position: absolute;
    left: -57px; top: -50px;
    z-index: 2;
    width: 180px; height: 180px;
    background: url("../img/main-sale.png") 0 0 / 100% no-repeat;
}
.b-limited-offer__side {
    background: #e2ecfd url("../img/cart-bg.png") right bottom / 101px 123px no-repeat;
}
.b-limited-offer.chillmate::after {
    width: 200px; height: 200px;
    background: url("../img/cart-sale.png") 0 0 / 100% no-repeat;
}
.cart-screen__border::after {
    content: "";
    position: absolute;
    left: -64px; top: 196px;
    z-index: 4;
    width: 215px; height: 215px;
    background: url("../img/cart-sale.png") 0 0 / 100% no-repeat;
}
.cart-screen__product-unit {
    position: relative;
    width: 100%;
    min-height: 364px;
    height: min-content;
    padding: 96px 34px 34px 364px;
    border-radius: 12px;
    background: #10B6CB url("../img/cart-bg.png") right bottom / 117px 143px no-repeat;
}
.cart-screen__button {
    margin: 32px 0 0;
    min-width: 220px;
}
.cart-screen__big-box {
    position: absolute;
    left: 50px; top: -19px;
    z-index: 3;
    width: 260px; height: 362px;
    background: url("/includes/images/box310x428/chillmate.png") 0 0 / 100% no-repeat;
}
.cart-screen__title {
    font: 16px/28px 'Open Sans', sans-serif;
    color: #fff;
}
.cart-screen__title span{
    letter-spacing: 2%;
}
.cart-screen__title h1 {
    margin-bottom: 12px;
    font: 700 26px/36px 'Open Sans', sans-serif;
}
.cart-screen__title b {
    font: 700 16px/24px 'Open Sans', sans-serif;
}
.cart-screen__special {
    position: absolute;
    right: -10px; top: 43px;
    width: 201px; height: 52px;
    background: #FEE004;
    border-radius: 0 8px 8px 0;

    font: 700 20px/52px 'Open Sans', sans-serif;
    color: #6A5F10;
    text-align: center;
}
.cart-screen__special::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    background-color: #0000;
    border-style: solid;
    border-width: 26px 6px 26px 20px;
    border-color: #FEE004 #FEE004 #FEE004 #0000;
}
.b-product__button_sale {
    background: #1FB8CA url("../img/botton-l.png") 15px 6px / 35px 37px no-repeat !important;
}

.b-software__discount {
    background: #fd5444;
    font: 600 13px/100% 'Open Sans', sans-serif !important;
    text-transform: uppercase;
}
.b-product_special-deal {
    border: 2px solid #CE224C !important;
    background-image: url("../img/product-bg_top-saller.svg") !important;
}
.b-product__badge_special-deal{
    background: radial-gradient(57.6% 90% at 50% 50%, #307DCC 0%, #2C77C4 18%, #2066AE 45%, #0E4B8B 79%, #003771 100%);
    color: #FFF;
}
.b-software__btn.b-software__btn_blue {
    padding-left: 42px;
    padding-right: 42px;
    background-color: #01A7FF;
}
.b-software__btn-discount {
    position: absolute;
    right: -38px; top: -33px;
    width: 76px; height: 76px;
    background: url("../img/soft-sale.png") 0 0 / 76px 76px no-repeat;
}
.b-fixed-menu__btns .b-software__btn-discount {
    top: -20px;
}
.b-software__btn-discount>div {
    margin: 0;
    padding: 25px 19px 0 16px;
    font: 700 15px/14px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #EEE7DE;
    text-align: center;
    text-shadow: 1px 1px 0 #9A1031;
}

.t-compare .t-compare__label.pro::after {
    border-color: #00000000 #0099ab #0099ab #00000000;
}
.t-compare .t-compare__label.pro {
    background-color: #0099ab;
}
.t-compare .t-compare-price {
    color: #0099ab;
}
.t-compare .t-compare-price__curency {
    color: #0099ab;
}
.t-compare .t-compare__btn.blue {
    padding: 14px 30px;
    background: #1fb8ca;
}
.t-compare .t-compare__border-pro {
    border: solid 2px #0099ab;
}
.t-compare .t-compare__col.v {
    background-image: url("../img/v.png");
}


.b-instruction-2__footer_sale {
    position: relative;
    width: 977px;
    padding: 60px 326px 40px 234px;
    background: #38cee1 url("../img/after-download-bg.png") 0 bottom / 977px auto no-repeat;
    border-radius: 0 0 20px 20px;
    color: #122B2E;
}
.b-instruction-2__footer-box {
    position: absolute;
    left: 70px; top: 58px;
    width: 124px; height: 135px;
    z-index: 10;
}
.b-instruction-2__footer-title {
    width: 386px;
    font: 700 24px/36px 'Open Sans', sans-serif;
}
.b-instruction-2__footer-caption {
    font: 400 16px/24px 'Open Sans', sans-serif;
}
.b-instruction-2__footer-button {
    display: block;
    margin-top: 16px;
    padding: 14px 40px 16px 16px;
    width: fit-content;
    border-radius: 12px;
    border-top: 2px solid #fc7b97;
    border-bottom: 2px solid #f32a57;
    background: #FD5444;

    font: normal 600 15px/24px 'Open Sans';
    letter-spacing: -1%;
    color: #FFF;
}
.b-instruction-2__sale-art {
    position: absolute;
    left: 15px; top: 45px;
    z-index: 7;
    width: 101px; height: 123px;
    background: url("../img/cart-bg.png") 0 0 / 100% no-repeat;
}

.b-offer-2__content .b-software__btn-discount {
    display: none;
}
.b-offer-2__content .b-offer-2__sale {
    position: absolute;
    right: -57px;
    top: -33px;
    width: 130px;
    height: 130px;
    background: url("../img/main-sale.png") 0 0 / 100% no-repeat;
}
.b-offer-2__content .b-offer-2__sale.chillmate {
    background: url("../img/cart-sale.png") 0 0 / 100% no-repeat;
    transform: rotate(22deg);
}
.b-offer-2__sale-text {
    display: none;
}
.b-limited-offer__btn>.b-software__discount {
    right: -13px;
    top: -16px;
    background: #EE2A7B;
    font: 700 18px/18px 'Open Sans', sans-serif !important;
    text-transform: uppercase;
}
.b-offer-2__sale.b-offer-2__sale_essential-tools {
    right: -40px;
}
#exit-popup {
    position: fixed;
    right: 56px; bottom: 56px;
    z-index: 1700;
    width: 380px; height: 497px;
    background: url("../exit-popup/bg.webp") 0 top / 100% auto no-repeat;
    text-align: center;
}
.exit-popup__art {
    margin: -90px auto 0;
    width: 380px; height: 273px;
    background: url("../exit-popup/bow.png") center 0 / 200px auto no-repeat;
}
.exit-popup__title {
    margin: -67px auto 0;
    width: 332px;
    padding: 11px;
    font: 700 30px/36px 'Open Sans', sans-serif;
    color: #122B2E;
}
.exit-popup__subtitle {
    margin-top: 8px;
    font: 400 16px/24px 'Open Sans', sans-serif;
}
.exit-popup__timer {
    display: inline-block;
    vertical-align: top;
    margin: 24px 16px 0;
    width: 82px;
    height: 96px;
    background: linear-gradient(180deg, #FEFEFE 0%, #FBFBFB 36.98%, #E6E6E6 66.15%, #E0E0E0 100%);
    border-radius: 8px;
    color: #1B222F;
}
.exit-popup__num {
    display: inline-block;
    vertical-align: top;
    height: 71px;
    font: 700 60px/71px 'Open Sans', sans-serif;
}
.exit-popup__timer-sub {
    border-top: 1px solid #cfd4dc;
}
.exit-popup__button {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 34px;
    padding: 16px;
    background: #00B164;
    border-radius: 8px;

    font: 700 18px/24px 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
}
.exit-popup__button:hover {
    background: #00b18f;
}
.exit-popup__button:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 24px; height: 24px;
    background: url("../exit-popup/v.svg");
}
.exit-popup__close {
    position: absolute;
    right: 18px; top: 18px;
    width: 16px; height: 16px;
    background: url("../exit-popup/x.svg") center / 16px no-repeat;
    cursor: pointer;
}
@media (max-height: 648px) {
    #exit-popup {
        bottom: 0;
    }
}
@media (max-height: 497px) {
    #exit-popup {
        height: 100%;
    }
}
@media (max-height: 428px) {
    #exit-popup {
        width: 405px;
        overflow-y: scroll;
        background-attachment: local;
    }
    .exit-popup__button {
        display: block;
        position: relative;
        left: 0; right: 0;
        bottom: 0;
        margin: 25px 24px 25px;
    }
}

@media (max-width: 1100px) {
    .mobile .b-offer-2__name {
        padding: 4px 0 0 !important;
    }
}

.cart-screen__price,
.cart-screen__button_download {
    display: none;
}

.main-screen_mobile,
.cart-screen_mobile {
    min-height: 740px;
    width: 100%;
    padding: 24px 0 117px;
    background: #38cfe2 url("../img/main-bg_mobile.svg") center bottom / cover no-repeat;
}
.main-screen__title_mobile {
    margin: auto;
    width: 343px;
    font: 400 16px/24px 'Open Sans', sans-serif;
    color: #1F1D1D;
}
.main-screen__title_mobile h1 {
    margin: 0 0 8px 0;
    font: 700 30px/45px 'Open Sans', sans-serif;
}
.main-screen__border.mobile {
    margin: 92px auto 0;
    width: 350px;
    height: auto;
}
.main-screen__border.mobile::after {
    left: 1px; top: -50px;
    width: 150px;
    height: 150px;
}
.main-screen__border.mobile:before {
    left: 106px;
    top: -106px;
    width: 245px;
    height: 245px;
    z-index: 5;
}
html[lang="de"] .main-screen__border.mobile,
html[lang="es"] .main-screen__border.mobile,
html[lang="fr"] .main-screen__border.mobile,
html[lang="it"] .main-screen__border.mobile,
html[lang="ru"] .main-screen__border.mobile {
    margin: 104px auto 0;
}
.main-screen__product-unit.mobile {
    padding: 111px 44px 32px;
}
.main-screen__achiv-3.mobile {
    position: relative;
    min-width: auto;
    margin: 0;
    padding: 12px 20px 12px 67px;
    width: 100%;
    height: auto;
    background: #0C8F9F url("/includes/unit_v3/default-15/img/achiv_3.svg") 20px center / 36px no-repeat;
    font: 400 16px/23px 'Open Sans', sans-serif;
    color: #9ed2d9;
    z-index: 7;
}

.main-screen__achiv-3.mobile:first-line {
    font: 600 16px/23px 'Open Sans', sans-serif;
    color: #fff;
}
.cart-screen__big-box_mobile {
    position: relative;
    margin: 22px 0 0;
    left: calc(50% - 96px);
    width: 170px;
    height: 237px;
    background: url("/includes/images/box310x428/chillmate.png") 0 0 / 170px auto no-repeat;
}
.cart-screen__big-box_mobile::after {
    content: "";
    position: absolute;
    right: -63px; top: 110px;
    width: 138px; height: 138px;
    background: url("../img/cart-sale.png") 0 0 / 100% no-repeat;
}
.cart-screen__title.mobile {
    width: 343px;
    margin: 32px auto 0;
    font: 16px/28px 'Open Sans', sans-serif;
    color: #122B2E;
    text-align: center;
}
.cart-screen__title.mobile h1 {
    font: 700 30px/45px 'Open Sans', sans-serif;
    margin-bottom: 8px;
}
.cart-screen__title.mobile b {
    font-weight: 400;
}
.cart-screen__price-new {
    display: none;
}
.cart-screen__button.mobile {
    margin: 24px auto 0;
}
html[lang="es"] .cart-screen__button.mobile {
    width: 275px;
}
html[lang="fr"] .cart-screen__title.mobile {
    width: 350px;
}
