.appF5_info_wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 829px;
    background-image: url('../img/appF5/main_bg.png');
    background-repeat: no-repeat;
    background-position: top left -16px;
    background-size: cover;
    padding-top: 1px;
    overflow: hidden
}

.appF5_info_wrapper.bonus {
    height: 725px;
    background-image: url(../img/appF5/bonus_bg.png)
}

.appF5_info_wrapper .aps {
    position: absolute;
    right: 13.6vw;
    bottom: 48px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 -8px
}

.appF5_info_wrapper .aps a {
    display: block;
    margin: 0 8px;
    background-color: #000;
    border-radius: 6px;
    text-decoration: none
}

.appF5_info_wrapper .aps a img {
    border-radius: 6px;
    display: block;
    width: 125px;
    height: 35px;
    object-fit: cover;
    box-shadow: -3px 6px 32px 1px rgba(255, 255, 255, .21)
}

@media (min-width: 2500px) {
    .appF5_info_wrapper {
        height: 1093px;
        background-position: top left -21px;
        margin-top: -222px
    }

    .appF5_info_wrapper.bonus {
        height: 1093px
    }

    .appF5_info_wrapper .aps {
        right: 22.6vw
    }
}

@media (max-width: 1800px) {
    .appF5_info_wrapper .aps {
        right: 11vw
    }
}

@media (max-width: 1600px) {
    .appF5_info_wrapper .aps {
        display: none
    }
}

@media (max-width: 1200px) {
    .appF5_info_wrapper {
        height: 922px
    }

    .appF5_info_wrapper.bonus {
        height: 725px;
        background-image: url(../img/appF5/bonus_bg.png);
        background-position: center
    }
}

@media (max-width: 900px) {
    .appF5_info_wrapper {
        height: 982px
    }

    .appF5_info_wrapper.bonus {
        height: 725px;
        background-image: url(../img/appF5/bonus_bg.png);
        background-position: top right -20px
    }
}

@media (max-width: 500px) {
    .appF5_info_wrapper {
        background-image: url(../img/appF5/bg_mob.png);
        background-position: top center;
        height: 1098px
    }

    .appF5_info_wrapper.bonus {
        background-image: url(../img/appF5/bg_mob1.png);
        background-position: top center;
        height: 765px
    }

    .appF5_info_wrapper.bonus .appF5_info_item {
        padding: 0
    }
}

.appF5_info_list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

@media (max-width: 1200px) {
    .appF5_info_list {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center
    }
}

.appF5_info_item {
    width: 877px;
    flex-shrink: 0;
    padding-top: 89px
}

.appF5_info_item .appF5_title {
    margin: 0;
    display: block;
    font-family: 'Days One', sans-serif;
    color: #fff;
    font-size: 53px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1px;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase
}

.appF5_info_item .app_mob_wrapper {
    display: none;
    text-decoration: none;
    width: 291px;
    height: 69px;
    margin: 0 auto 27px;
    box-shadow: 0 2px 9px rgba(116, 226, 255, .47);
    border: 1px dashed #74e2ff;
    transform: skew(-6deg, 0);
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.appF5_info_item .app_mob_wrapper span {
    text-shadow: 0 2px 9px rgba(116, 226, 255, .47);
    color: #74e2ff;
    font-family: "Days One", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .08px;
    line-height: 1;
    margin-right: 9px;
    transform: skew(6deg, 0)
}

.appF5_info_item .app_mob_wrapper img {
    transform: skew(6deg, 0)
}

.appF5_info_item .descr {
    position: relative;
    font-family: 'Gilroy', sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .2px;
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 76px
}

.appF5_info_item .descr.bonus {
    font-size: 53px
}

.appF5_info_item .descr.bonus .appF5_title {
    font-size: 60px
}

.appF5_info_item .descr:after {
    content: '';
    position: absolute;
    bottom: -44px;
    left: -5px;
    display: block;
    width: 287px;
    height: 16px;
    background-image: url(../img/appF5/decor.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto
}

.appF5_info_item .benefits_wrapper .title {
    color: #fff;
    font-family: "Days One", sans-serif;
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1px;
    line-height: 1;
    margin-bottom: 36px
}

.appF5_info_item .benefits_wrapper .benefits_list {
    list-style: none;
    margin: 0 0 48px;
    padding: 0;
    display: grid;
    grid-template-columns:320px 345px;
    grid-template-rows:1fr 1fr;
    column-gap: 24px;
    row-gap: 32px
}

.appF5_info_item .benefits_wrapper .benefits_list li {
    position: relative;
    padding-left: 64px;
    color: #fff;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .08px;
    line-height: 1.6
}

.appF5_info_item .benefits_wrapper .benefits_list li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -1px;
    display: block;
    width: 43px;
    height: 43px;
    background-image: url(../img/appF5/checked-blue.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 43px 43px
}

.appF5_info_item .benefits_wrapper .benefits_list.bonus {
    display: block
}

.appF5_info_item .benefits_wrapper .benefits_list.bonus li {
    position: relative;
    padding-left: 94px;
    color: #fff;
    font-family: 'Gilroy', sans-serif;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .08px;
    line-height: 1.2
}

.appF5_info_item .benefits_wrapper .benefits_list.bonus li:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    width: 72px;
    height: 72px;
    background-image: url(../img/appF5/gift.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 72px 72px
}

.appF5_info_item .benefits_wrapper .qr_code_wrapper {
    position: relative
}

.appF5_info_item .benefits_wrapper .qr_code_wrapper span {
    text-shadow: 0 2px 9px rgba(116, 226, 255, .47);
    color: #74e2ff;
    font-family: "Days One", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .3px
}

.appF5_info_item .benefits_wrapper .qr_code_wrapper span .fa {
    font-size: 24px;
    margin-left: 8px;
    font-weight: 600
}

.appF5_info_item .benefits_wrapper .qr_code_wrapper img {
    position: absolute;
    top: -99px;
    left: 339px;
    display: block;
    width: 231px;
    height: 225px;
    object-fit: none;
    object-position: center
}

@media (min-width: 2500px) {
    .appF5_info_item {
        padding-top: 314px
    }
}

@media (max-width: 1200px) {
    .appF5_info_item {
        width: 100%;
        padding-top: 40px
    }

    .appF5_info_item .appF5_title {
        max-width: 550px;
        font-size: 30px;
        line-height: 1.3;
        text-align: center;
        margin: 0 auto 23px
    }

    html.android .appF5_info_item .app_mob_wrapper.android, html.ios .appF5_info_item .app_mob_wrapper.ios, html:not(.android):not(.ios) .appF5_info_item .app_mob_wrapper {
        display: flex
    }

    .appF5_info_item .descr {
        font-size: 18px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 59px
    }

    .appF5_info_item .descr.bonus {
        font-size: 30px;
        line-height: 1.1;
        margin: 0 auto 46px
    }

    .appF5_info_item .descr.bonus .appF5_title {
        font-size: 30px;
        line-height: 1.1
    }

    .appF5_info_item .descr:after {
        content: '';
        position: absolute;
        bottom: -28px;
        left: 50%;
        transform: translateX(-50%)
    }

    .appF5_info_item .benefits_wrapper .title {
        font-size: 19px;
        text-align: center;
        margin-bottom: 36px
    }

    .appF5_info_item .benefits_wrapper .benefits_list {
        list-style: none;
        width: 305px;
        margin: 0 auto 48px;
        padding: 0;
        display: grid;
        grid-template-columns:305px;
        grid-template-rows:auto;
        column-gap: 0;
        row-gap: 22px
    }

    .appF5_info_item .benefits_wrapper .benefits_list li {
        padding-left: 55px;
        font-size: 14px
    }

    .appF5_info_item .benefits_wrapper .benefits_list li:before {
        background-size: 36px
    }

    .appF5_info_item .benefits_wrapper .benefits_list.bonus {
        display: block
    }

    .appF5_info_item .benefits_wrapper .benefits_list.bonus li {
        position: relative;
        width: 275px;
        margin: 0 auto;
        padding-left: 0;
        padding-top: 89px;
        font-size: 18px;
        text-align: center
    }

    .appF5_info_item .benefits_wrapper .benefits_list.bonus li:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 72px;
        height: 72px;
        background-image: url(../img/appF5/gift.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: 72px 72px;
        transform: translateX(-50%)
    }

    .appF5_info_item .benefits_wrapper .qr_code_wrapper {
        display: none
    }
}

@media (max-width: 900px) {
    .appF5_info_item .descr {
        max-width: 600px;
        margin: 0 auto 76px
    }
}

@media (max-width: 500px) {
    .appF5_info_item .appF5_title {
        font-size: 28px;
        max-width: 285px
    }
}

.appF5_info_img {
    padding-top: 15px
}

.appF5_info_img img {
    display: block
}

@media (min-width: 2560px) {
    .appF5_info_img {
        padding-top: 252px
    }
}

@media (max-width: 1600px) {
    .appF5_info_img {
        position: absolute;
        right: -281px;
        top: 50px
    }
}

@media (max-width: 1200px) {
    .appF5_info_img {
        position: static;
        right: unset;
        top: unset;
        width: 285px;
        height: 285px;
        margin: 0 auto
    }

    .appF5_info_img img {
        width: 100%;
        height: 100%
    }
}

.bonus_info_img img {
    display: block;
    width: 889px;
    height: 725px;
    object-fit: cover
}

.bonus_info_img img.mob {
    display: none
}

@media (min-width: 2560px) {
    .bonus_info_img {
        padding-top: 252px
    }
}

@media (max-width: 1100px) {
    .bonus_info_img img {
        display: none;
        width: 889px;
        height: 725px;
        object-fit: cover
    }

    .bonus_info_img img.mob {
        display: block;
        width: 385px;
        height: 300px;
        margin: 0 auto;
        object-fit: scale-down
    }
}

.appF5_features_wrapper {
    position: relative;
    z-index: 1;
    background-image: url(../img/appF5/bg_black.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-color: #0d0d0d;
    color: #fff;
    padding: 336px 0 93px;
    margin-top: -231px
}

.appF5_features_wrapper .appF5_features_title {
    max-width: 720px;
    margin-bottom: 175px;
    color: #fff;
    font-family: 'Days One', sans-serif;
    font-size: 43px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase
}

.appF5_features_wrapper .descr {
    width: 762px;
    height: 103px;
    margin: 0 auto;
    border: 1px dashed #74e2ff;
    background-color: #0d0d0d;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transform: skew(-6deg, 0)
}

.appF5_features_wrapper .descr span {
    max-width: 625px;
    text-shadow: 0 2px 9px rgba(116, 226, 255, .47);
    color: #74e2ff;
    font-family: "Days One", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    letter-spacing: .1px;
    line-height: 1.1;
    transform: skew(6deg, 0)
}

.appF5_features_wrapper .descr span a {
    color: #74e2ff;
    text-decoration: none
}

.appF5_features_wrapper.bonus {
    padding: 235px 0 93px
}

.appF5_features_wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 58px;
    background-color: #000
}

@media (max-width: 1100px) {
    .appF5_features_wrapper .appF5_features_title {
        max-width: 520px;
        margin: 0 auto 100px;
        font-size: 28px;
        text-align: center
    }
}

@media (max-width: 900px) {
    .appF5_features_wrapper {
        padding: 300px 8px 93px
    }

    .appF5_features_wrapper .appF5_features_title {
        max-width: 290px;
        margin: 0 auto 48px;
        font-size: 24px;
        text-align: center
    }

    .appF5_features_wrapper .descr {
        max-width: 600px;
        height: 120px;
        width: 100%;
        padding: 15px
    }

    .appF5_features_wrapper .descr span {
        font-size: 16px;
        line-height: 1.3
    }

    .appF5_features_wrapper .descr span a {
        font-size: 24px;
        display: block
    }

    .appF5_features_wrapper.bonus {
        padding: 290px 0 93px
    }
}

@media (max-width: 500px) {
    .appF5_features_wrapper {
        padding: 110px 8px 93px;
        background-position: top -50px center;
        background-size: auto;
        margin-top: -40px
    }

    .appF5_features_wrapper.bonus {
        padding: 80px 8px 93px
    }
}

@media (max-width: 330px) {
    .appF5_features_wrapper .descr {
        height: 140px
    }
}

.get_bonus_instr_list_wrapper .get_bonus_instr_list {
    list-style: none;
    margin: 0 0 158px;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    counter-reset: descr-bonus
}

.get_bonus_instr_list_wrapper .get_bonus_instr_list li {
    position: relative;
    max-width: 294px;
    counter-increment: descr-bonus;
    margin: 0 0 0 219px;
    color: #fff;
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2
}

.get_bonus_instr_list_wrapper .get_bonus_instr_list li:before {
    content: counter(descr-bonus, decimal-leading-zero) ".";
    position: absolute;
    top: 50%;
    left: -122px;
    text-shadow: 0 2px 9px rgba(116, 226, 255, .47);
    color: #74e2ff;
    font-family: 'Gilroy', sans-serif;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    transform: translateY(-50%)
}

.get_bonus_instr_list_wrapper .get_bonus_instr_list li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -74%;
    width: 246px;
    height: 246px;
    background-image: url(../img/appF5/circle_decor.png);
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%)
}

@media (max-width: 1100px) {
    .get_bonus_instr_list_wrapper .get_bonus_instr_list {
        max-width: 330px;
        list-style: none;
        margin: 0 auto 108px;
        padding: 0;
        display: block;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        counter-reset: descr-bonus
    }

    .get_bonus_instr_list_wrapper .get_bonus_instr_list li {
        max-width: 230px;
        counter-increment: descr-bonus;
        margin: 0 0 54px 106px;
        font-size: 16px
    }

    .get_bonus_instr_list_wrapper .get_bonus_instr_list li:before {
        content: counter(descr-bonus, decimal-leading-zero) ".";
        position: absolute;
        top: 50%;
        left: -64px;
        font-size: 24px
    }

    .get_bonus_instr_list_wrapper .get_bonus_instr_list li:after {
        content: '';
        position: absolute;
        top: 50%;
        left: -45%;
        width: 106px;
        height: 106px;
        background-image: url(../img/appF5/mob_circle.png);
        background-repeat: no-repeat;
        background-position: center;
        transform: translateY(-50%)
    }

    .get_bonus_instr_list_wrapper .get_bonus_instr_list li:first-child {
        margin: 0 0 34px 106px
    }
}

@media (max-width: 370px) {
    .get_bonus_instr_list_wrapper .get_bonus_instr_list li:after {
        left: -50%
    }

    .get_bonus_instr_list_wrapper .get_bonus_instr_list li:first-child {
        margin: 0 0 44px 106px
    }
}

@media (max-width: 330px) {
    .get_bonus_instr_list_wrapper .get_bonus_instr_list li:after {
        left: -60%
    }
}

.ingrem_features_list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-column-gap: 38px;
    grid-row-gap: 73px;
    margin: 0 auto 94px;
    max-width: 1533px
}

.ingrem_features_list .ingrem_features_item {
    border-right: 1px solid rgba(255, 255, 255, .26);
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    height: 120px
}

.ingrem_features_list .ingrem_features_item .ingrem_features_img {
    flex-shrink: 0;
    width: 155px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 33px
}

.ingrem_features_list .ingrem_features_item .ingrem_features_img img {
    width: 90px;
    height: 90px;
    object-fit: scale-down;
    object-position: center;
    display: block;
    position: relative;
    z-index: 100
}

.ingrem_features_list .ingrem_features_item .ingrem_features_img:before {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: 12px;
    width: 136px;
    height: 136px;
    background-color: #41bde7;
    transform: skew(-8deg, 0);
    z-index: 100
}

.ingrem_features_list .ingrem_features_item .ingrem_features_text {
    font-family: "Days One", sans-serif;
    padding: 30px 22px 36px 0;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    height: 100%;
    display: flex;
    align-items: center;
    transition: color .2s
}

.ingrem_features_list .ingrem_features_item .ingrem_features_text:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 370px;
    background: rgba(255, 255, 255, .26);
    top: 0;
    right: 0
}

.ingrem_features_list .ingrem_features_item .ingrem_features_text:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 370px;
    background: rgba(255, 255, 255, .26);
    bottom: 0;
    right: 0
}

.ingrem_features_list .ingrem_features_item:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 2px;
    width: 1px;
    height: 83px;
    background-color: rgba(65, 189, 231, .5);
    transform: rotate(9deg)
}

.ingrem_features_list .ingrem_features_item:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -9px;
    left: 1px;
    width: 1px;
    height: 83px;
    background-color: rgba(65, 189, 231, .5);
    transform: rotate(9deg)
}

.ingrem_features_list .ingrem_features_item:hover .ingrem_features_text {
    color: #74e2ff;
    text-shadow: 0 2px 9px rgba(116, 226, 255, .47)
}

@media (max-width: 1300px) {
    .ingrem_features_list {
        max-width: 1020px;
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 900px) {
    .ingrem_features_list {
        display: grid;
        grid-template-columns:1fr;
        grid-column-gap: 0;
        grid-row-gap: 30px;
        margin: 0 auto 60px;
        max-width: 330px
    }

    .ingrem_features_list .ingrem_features_item {
        border-right: 1px solid rgba(255, 255, 255, .26);
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        border-left: 1px solid transparent;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        height: 73px
    }

    .ingrem_features_list .ingrem_features_item .ingrem_features_img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 118px;
        margin-right: 10px
    }

    .ingrem_features_list .ingrem_features_item .ingrem_features_img img {
        display: block;
        position: relative;
        z-index: 100;
        width: 52px;
        height: 52px;
        object-fit: scale-down;
        object-position: center
    }

    .ingrem_features_list .ingrem_features_item .ingrem_features_img:before {
        content: '';
        display: block;
        position: absolute;
        top: -7px;
        left: 12px;
        width: 93px;
        height: 82px;
        background-color: #41bde7;
        transform: skew(-8deg, 0);
        z-index: 100
    }

    .ingrem_features_list .ingrem_features_item .ingrem_features_text {
        padding: 21px 28px 22px 0;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: 1.2;
        height: 100%;
        display: flex;
        align-items: center
    }

    .ingrem_features_list .ingrem_features_item .ingrem_features_text:before {
        width: 295px
    }

    .ingrem_features_list .ingrem_features_item .ingrem_features_text:after {
        width: 295px
    }

    .ingrem_features_list .ingrem_features_item:before {
        content: '';
        display: block;
        position: absolute;
        top: -7px;
        left: 2px;
        width: 1px;
        height: 53px;
        background-color: rgba(65, 189, 231, .5);
        transform: rotate(9deg)
    }

    .ingrem_features_list .ingrem_features_item:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -5px;
        left: 3px;
        width: 1px;
        height: 53px;
        background-color: rgba(65, 189, 231, .5);
        transform: rotate(9deg)
    }
}

.temporary_info {
    display: block;
    text-align: right;
    font-family: "Gotham Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 10px
}

@media (max-width: 900px) {
    .temporary_info {
        text-align: center;
        font-size: 12px
    }
}

@media (min-width: 2500px) {
    .s-header {
        position: relative;
        z-index: 10
    }
}

.s-header-main.bg {
    height: 92px;
    padding: 0;
    background-image: url(../img/h_block_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center
}

@media (min-width: 1950px) {
    .s-header-main.bg {
        background-size: 2650px 155px
    }
}

@media (max-width: 910px) {
    .s-header-main.bg {
        height: unset;
        padding: 20px 0 14px;
        background-image: none;
        background-color: #dcdcdc
    }
}

.s-header-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.s-header-info img.mob_hide {
    display: block
}

.s-header-info a.mob_hide {
    color: #fff;
    font-family: 'Gilroy', sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: uppercase
}

.s-header-info a.mob_hide span {
    padding: 0 10px;
    margin-left: -8px;
    color: #239fe1;
    font-size: 48px;
    font-weight: 700;
    background-image: url(../img/sale_bg.png);
    background-repeat: no-repeat;
    background-position: center
}

.s-header-info .app_store_wrapper {
    position: relative;
    display: none;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start
}

.s-header-info .app_store_wrapper .logo_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 63px;
    border-radius: 5px;
    border: 2px solid #32cefa;
    background-color: #0a0a0a;
    margin-right: 10px
}

.s-header-info .app_store_wrapper .logo_wrapper img {
    width: 38px;
    height: 38px
}

.s-header-info .app_store_wrapper .info_wrapper .title {
    color: #2c2c2c;
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 4px
}

.s-header-info .app_store_wrapper .info_wrapper .stars_wrapper {
    margin-bottom: 4px
}

.s-header-info .app_store_wrapper .info_wrapper a {
    color: #0b86c7;
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1px;
    line-height: 24px;
    text-align: right;
    text-decoration: underline;
    text-transform: uppercase
}

.s-header-info .app_store_wrapper .discount {
    position: absolute;
    top: 0;
    right: -15px;
    width: 78px;
    height: 51px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 26px 0 0 26px;
    background-color: #e22b27;
    color: #f5f7f9
}

.s-header-info .app_store_wrapper .discount span {
    display: block;
    color: #fff;
    font-family: 'Gilroy', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: uppercase
}

.s-header-info .app_store_wrapper .discount span.text_decor {
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .25px;
    line-height: 1
}

@media (max-width: 1100px) {
    .s-header-info a.mob_hide {
        font-size: 18px
    }

    .s-header-info a.mob_hide span {
        font-size: 26px
    }
}

@media (max-width: 910px) {
    .s-header-info {
        display: block;
        background-color: #dcdcdc
    }

    .s-header-info a.mob_hide {
        display: none
    }

    .s-header-info img.mob_hide {
        display: none
    }

    .s-header-info .app_store_wrapper {
        display: flex
    }
}

@media (max-width: 330px) {
    .s-header-info .app_store_wrapper .discount {
        display: none
    }
}

.user_agreement_wrapper {
    color: #fff;
    padding-bottom: 120px
}

.user_agreement_wrapper p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .4px;
    margin-bottom: 30px
}

.user_agreement_wrapper p.title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px
}

@media (max-width: 768px) {
    .user_agreement_wrapper {
        padding: 30px 0 40px !important
    }
}

/*# sourceMappingURL=appF5.css.map */
