body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.stp-top-banner {
    width: 100%;
}

#wrapper {
    font-family: Poppins, sans-serif;
    color: #062C45;
    font-style: normal;
    font-weight: normal;

    text-align: center;
    min-width: 320px;
}
.stp-top-banner {
    height: 403px;
    position: relative;
    box-sizing: border-box;
    min-width: 320px;
    max-width: 1920px;
}
.stp-subline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    overflow: hidden;
}
.stp-subline__text {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1053px;
    width: 2106px;
    height: 34px;
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    color: #312E16;
    background-color: #FFCB4E;
    /*animation: 3s linear infinite slidein;
}
@keyframes slidein {
    0% {
        margin-left: -8px;
    }
    100% {
        margin-left: -194px;
    }*/
}
.stp-subline__point {
    display: inline-block;
    width: 46px;
    font-family: Inter, sans-serif;
}
.stp-product {
    background-color: #FFFFFF;
    width: 100%;
    padding: 40px 0;
    position: relative;
}
.stp-product__title {
    margin: 10px auto 20px auto;
    padding: 0 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
.stp-product__title-sale {
    display: inline-block;
}
.stp-product_partner {
    background-color: #F0F8FD;
}
.stp-product_partner_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 552px;
    background: #F0F8FD url("../img/triangles_left.svg") no-repeat 0 0 / 240px 552px;
}
.stp-product_partner_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 238px;
    height: 552px;
    background: #F0F8FD url("../img/triangles_right.svg") no-repeat 0 0 / 240px 552px;
}
.stp-flex-margin {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.stp-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -10px;
}
.stp-flex__item {
    margin: 10px;
    width: 320px;
    min-height: 409px;
    height: auto;
    padding: 23px 18px;
    position: relative;
    background-color: #F0F8FD;
    border: 2px solid #DFE6EA;
    box-sizing: border-box;
    border-radius: 5px;
}
.stp-product_box {
    position: relative;
    margin: 0 auto;
    width: 231px;
    height: 172px;
    background: 46px 0 / 146px 159px no-repeat;
}
.stp-product_price {
    position: absolute;
    margin: 42px 0 0 130px;
    z-index: 2;
    width: 101px;
    height: 101px;
    background: #1AB8BA;
    border-radius: 50px;
    box-sizing: border-box;
    padding-top: 25px;

    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
}
.stp-product_price span {
    display: block;
    position: relative;
    top: 0;
    color: #8CDBDC;
    text-decoration: line-through;
    font-size: 14px;
    line-height: 21px;
}
.stp-product_name {
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2B1633;
}
.stp-product_caption {
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #2B1633;
}
.stp-product_button {
    display: block;
    margin: 20px auto 5px auto;
    width: 189px;
    height: 44px;
    box-sizing: border-box;
    padding-top: 10px;
    color: #312E16;
    text-decoration-line: none;
    background: #FFCB4E;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.stp-product_more-info {
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: #312E16;
    text-decoration-line: underline;
    cursor: pointer;
}
.stp-separator-line {
    width: 100%;
    background: #348CCC;
    padding: 30px;
    box-sizing: border-box;
}
.stp-separator-line__flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;

}
.stp-separator-line__item {
    flex: 0 0 33.3333%;
    max-width: 330px;
    min-width: 222px;
    height: 80px;
    box-sizing: border-box;
    padding-left: 80px;
    padding-top: 13px;
    background: 0 0 / 80px 80px no-repeat;

    color: #ffffff;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}
.stp-separator-line__item b {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.stp-separator-line__item[data-img="download"] {
    background-image: url(../img/icon_download.png);
}
.stp-separator-line__item[data-img="gem"] {
    background-image: url(../img/icon_gem.png);
}
.stp-separator-line__item[data-img="world"] {
    background-image: url(../img/icon_world.png);
}
.stp-flex__item_partner {
    width: 310px;
    min-height: 386px;
    height: fit-content;
    padding: 276px 20px 20px;

    border: 0;
}
.stp-flex__item_partner:hover {
    border: none;
    padding: 276px 20px 20px;
}
.stp-flex__item_partner:active {
    border: none;
    padding: 276px 20px 20px;
}
.stp-product-partner_circle {
    position: absolute;
    left: 40px;
    top: 0;
    width: 230px;
    height: 230px;
    z-index: 1;
    background: #FFFFFF;
    border-radius: 115px;
}
.stp-product-partner_box {
    position: absolute;
    margin: 43px auto 0 auto;
    z-index: 2;
    width: 143px;
    /*height: 198px;*/
    left: calc(50% - 71px);
    top: 20px;
}
.stp-flex__item_partner .stp-product_caption {
    margin-top: 10px;

}
.stp-product-partner_button {
    display: block;
    margin: 13px auto 0;
    color: #348CCC;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}
.stp-subscribing__fly {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../img/fly.svg");
    vertical-align: -5px;
    margin-left: 6px;
}
.stp-subscribing_preload-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1400;
}
.stp-subscribing_preload {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 73px;
    height: 40px;
    background: url('/includes/contact/ijscss/progress-animation.gif') 0 5px no-repeat;
    font-size: 15px;
    color: #99a2b2;
    padding-left: 37px;
    text-align: left;
}

@media (max-width: 1455px) {
    .stp-product_partner_left {
        width: 0;
        background: #F0F8FD;
    }
    .stp-product_partner_right {
        width: 0;
        background: #F0F8FD;
    }
}

@media (max-width: 1050px) {
    .stp-flex__item {
        width: 300px;
    }
    .stp-product_caption {
        font-size: 15px;
    }
    .stp-flex__item_partner {
        width: 300px;
        padding: 0 10px;
    }
}

.stp-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.5);
    z-index: 9;
    text-align: left;
}
.stp-popup__body {
    position: relative;
    max-width: 600px;
    max-height: 100%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 46px 40px 40px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow-y: auto;
}
.stp-popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 20px;
    background: #E5E8EF  url("../img/popup_dark_cross.svg") center center / 16px 16px no-repeat;
    border-radius: 5px;
    cursor: pointer;
}
.stp-popup__box {
    position: absolute;
    left: 408px;
    top: 46px;
    width: 152px;
}
@media (max-width: 620px) {
    .stp-popup__box {
        display: none;
    }
    .stp-popup__body {
        max-width: 418px;
    }
}
.stp-popup__content {
    display: inline-block;
    vertical-align: top;
    max-width: 338px;
    margin: 0;
}
.stp-popup__title {
    margin: 0 0 10px;
    font: 600 28px/36px 'Inter';
}
.stp-popup__description div {
    font: 14px/21px 'Inter';
}
.stp-popup__description ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
.stp-popup__description li {
    margin-top: 10px;
    padding-left: 30px;
    background: url("../img/check_green.png") left center / 20px no-repeat;
    font: 600 14px/21px 'Inter';
}
.stp-popup__button {
    display: inline-block;
    margin: 0 20px 0 0;
    box-sizing: border-box;
    width: 169px;
    height: 45px;
    padding: 10px 0;
    background: #089459;
    border-radius: 5px;
    text-align: center;
    font: 600 16px/24px 'Inter';
    color: #FFFFFF;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
}
.stp-popup__button:hover {
    background: #06824E;
}
.stp-popup__button:active {
    background: #0CA564;
}
.stp-popup__price {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font: 600 24px/36px 'Inter';
}
.stp-popup__price div {
    display: inline-block;
    position: relative;
    vertical-align: 3px;
    margin: 0 0 0 7px;
    font: 16px/24px 'Inter';
    opacity: 0.7;
    width: fit-content;
}
.stp-popup__price div:before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    right: -2px;
    width: calc(100% + 4px);
    height: 2px;
    background: #D3482B;
    z-index: -1;
}