section {
    padding: 40px 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top
}

.clear {
    clear: both
}

.hell {
    padding: 20px 0
}

.hell .subh {
    color: #98cb4b;
    text-align: center;
    font-size: 1.2em;
    line-height: 30px;
    border: 2px solid #98cb4b;
    margin: 25px 180px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 20px 0;
    position: relative;
    z-index: 0
}

.hell .subh:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #002526;
    border: 2px dotted #98cb4b;
    background-image: url(../img/xicons-pack.png.pagespeed.ic.2zfU13Zore.webp);
    background-repeat: no-repeat;
    background-position: -327px 6px;
    left: -24px;
    top: 50%;
    margin: -24px 0 0;
    z-index: 1
}

.hell-block {
    margin: 0 -38px;
    padding: 20px 38px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(2, 29, 41, .24);
    border: 1px solid rgba(0, 14, 16, .24)
}

.hell-items {
    margin: 30px 0 0
}

.hell-item {
    vertical-align: top;
    display: inline-block;
    width: 223px;
    text-align: center
}

.hell-img img {
    max-width: 100%
}

.hell-title {
    font-size: 1.2em;
    line-height: 24px;
    margin: 15px 0
}

.hell-text {
    color: #002a24;
    background-color: hsla(0, 0%, 100%, .83);
    font-size: .9em;
    line-height: 18px;
    display: inline-block;
    max-width: 196px;
    margin: 0 auto;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 15px 10px;
    height: 102px
}

@media only screen and (max-width:1199px) {
    .hell-block {
        margin: 0 -20px;
        padding: 20px
    }
    .hell .subh {
        margin: 20px 80px;
        font-size: 1.1em;
        line-height: 28px
    }
    .hell-item {
        width: 183px;
        padding: 0 5px
    }
    .hell-title {
        font-size: 1em;
        line-height: 20px
    }
    .hell-text {
        padding: 7px;
        font-size: .8em;
        line-height: 16px;
        height: 82px
    }
}

@media only screen and (max-width:991px) {
    .hell .subh {
        margin: 20px 0 0;
        font-size: .9em;
        line-height: 18px;
        padding: 15px 40px 15px 60px
    }
    .hell .subh:before {
        left: 10px
    }
    .hell-items {
        margin: 0
    }
    .hell-item {
        display: block;
        margin: 30px auto 0;
        width: 250px
    }
    .hell-title {
        margin: 7px 0
    }
    .hell-text {
        height: auto
    }
}

.test {
    background-image: url(../img/xbg-test.jpg.pagespeed.ic.3E_YOMel3a.webp);
    background-size: cover
}

.test .subh {
    font-size: 1.2em;
    line-height: 26px;
    text-align: center;
    color: #7ec451;
    background-color: #1d393b;
    margin: 30px 68px 0;
    border: 2px solid #7ec451;
    position: relative;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 15px 0 15px 20px
}

.test .subh:before {
    width: 48px;
    height: 48px;
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    margin: -24px 0 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px dotted #7ec451;
    background-color: #405759;
    background-image: url(../img/xicons-pack.png.pagespeed.ic.2zfU13Zore.webp);
    background-position: -327px 5px;
    background-repeat: no-repeat
}

.test-title {
    text-align: center;
    font-size: 1.4em;
    line-height: 26px;
    margin: 30px 0
}

.checkbox-block.left {
    margin: 0 15px 0 68px
}

.checkbox-block.right {
    margin: 0 68px 0 15px
}

.checkbox-item {
    line-height: 60px;
    font-size: 1.2em;
    position: relative;
    padding: 0 0 0 55px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(22, 58, 60, .58);
    margin: 0 0 20px
}

.checkbox-item:before {
    width: 34px;
    height: 29px;
    content: "";
    position: absolute;
    top: 50%;
    margin: -14px 0 0;
    left: 9px;
    background-image: url(../img/xicons-pack.png.pagespeed.ic.2zfU13Zore.webp);
    background-repeat: no-repeat;
    background-position: -462px -1px
}

.test-footer {
    background-color: rgba(22, 47, 49, .58);
    border: #98cc4c;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #7ec451;
    margin: 0 68px;
    font-size: 1.4em;
    line-height: 30px;
    padding: 25px 30px 25px 100px;
    position: relative;
    text-align: center
}

.test-footer p:first-child {
    margin: 0 0 25px
}

.test-footer:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 59px;
    left: 45px;
    top: 50%;
    margin: -30px 0 0;
    background-image: url(../img/xicons-pack.png.pagespeed.ic.2zfU13Zore.webp);
    background-repeat: no-repeat;
    background-position: -382px 0
}

@media only screen and (max-width:1199px) {
    .test .subh {
        margin: 30px 0 0
    }
    .checkbox-block.left,
    .checkbox-block.right,
    .test-footer {
        margin: 0
    }
}

@media only screen and (max-width:991px) {
    .test .subh {
        font-size: 1.15em;
        line-height: 23px;
        padding: 10px 15px 10px 70px
    }
    .test .subh:before {
        left: 10px
    }
    .test-title {
        font-size: 1.15em;
        line-height: 23px
    }
    .checkbox-item {
        font-size: 1em
    }
    .test-footer {
        font-size: 1.15em;
        line-height: 23px;
        padding: 20px 20px 20px 60px
    }
    .test-footer p:first-child {
        margin: 0 0 15px
    }
    .test-footer:before {
        left: 30px
    }
}

@media only screen and (max-width:479px) {
    .test .subh {
        font-size: 1em;
        line-height: 21px;
        padding: 10px 10px 10px 68px
    }
    .test .subh:before {
        left: 5px
    }
    .test-title {
        font-size: 1em;
        line-height: 21px
    }
    .checkbox-item {
        font-size: .85em;
        line-height: 18px;
        padding: 10px 7px 10px 55px
    }
    .test-footer {
        font-size: 1em;
        line-height: 21px;
        padding: 20px 20px 20px 60px
    }
    .test-footer p:first-child {
        margin: 0 0 15px
    }
    .test-footer:before {
        left: 30px
    }
}

.doc {
    background-image: url(../img/xbg-doc.jpg.pagespeed.ic.TAXv2n7NIh.webp);
    background-size: cover;
    color: #000
}

.doc .subh {
    font-size: 1.5em;
    line-height: 40px
}

.doc .text {
    padding: 0 318px 0 0;
    margin: 10px 0 0;
    position: relative
}

.doc .text p {
    font-size: 1.2em;
    line-height: 26px;
    margin: 0 0 20px
}

.doc .text p.autor {
    font-family: PTSansBoldItalic, sans-serif;
    margin: 0 0 0 30px
}

.doc-wrapp {
    position: relative;
    background-color: hsla(0, 0%, 100%, .83);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 30px 40px;
    margin: 0 30px
}

.doc-wrapp .imgdoc {
    position: absolute;
    right: 25px;
    bottom: 0
}

@media only screen and (max-width:1199px) {
    .doc .subh {
        font-size: 1.3em
    }
    .doc .text {
        padding: 0 250px 0 0
    }
    .doc .text p {
        font-size: 1em
    }
    .doc .text p.autor {
        margin: 0 0 15px
    }
    .doc-wrapp .imgdoc {
        width: 380px
    }
}

@media only screen and (max-width:991px) {
    .doc .subh {
        font-size: 1.1em;
        line-height: 28px
    }
    .doc .text {
        padding: 0
    }
    .doc .text p {
        line-height: 22px;
        font-size: .9em;
        margin: 0 0 15px
    }
    .doc-wrapp {
        padding: 15px 20px;
        margin: 0
    }
    .doc-wrapp .imgdoc {
        width: auto;
        max-width: 100%;
        position: relative;
        bottom: -15px
    }
}

@media only screen and (max-width:479px) {
    .doc .subh {
        font-size: 1em
    }
    .doc .text {
        padding: 0 5px
    }
    .doc .text p {
        font-size: .8em;
        line-height: 20px
    }
    .doc-wrapp {
        padding: 10px 5px
    }
    .doc-wrapp .imgdoc {
        bottom: -10px
    }
}

.s03 {
    background-image: url(../img/xbg-s03.jpg.pagespeed.ic.Q-1raFzwKJ.webp);
    background-size: cover
}

.s03 .text {
    margin: 30px 0 0;
    font-size: 1.2em;
    line-height: 26px;
    padding: 0 50px;
    text-align: justify
}

.s03 .text p {
    margin: 0 0 20px
}

.s03 .photo {
    float: right;
    margin: 10px 0 35px 35px
}

.s03-footer {
    text-align: center;
    margin: 0 100px;
    padding: 25px 20px;
    font-size: 1.4em;
    line-height: 30px
}

@media only screen and (max-width:1199px) {
    .s03 .text {
        padding: 0 30px;
        font-size: 1.05em;
        line-height: 24px
    }
    .s03-footer {
        margin: 0;
        padding: 20px 80px;
        font-size: 1.2em;
        line-height: 24px
    }
}

@media only screen and (max-width:991px) {
    .s03 .photo {
        float: none;
        display: block;
        max-width: 100%;
        margin: 0 auto 20px
    }
    .s03 .text {
        padding: 0;
        font-size: .9em;
        line-height: 22px
    }
    .s03-footer {
        padding: 0 20px;
        font-size: 1.1em;
        line-height: 22px
    }
}

@media only screen and (max-width:479px) {
    .s03 .text {
        text-align: left
    }
}

.sform {
    background-image: url(../img/xbg-form.jpg.pagespeed.ic.bb1mphXekF.webp);
    background-size: cover
}

.sform h2 {
    color: #74c740
}

.sform .form-sale {
    background-color: #578cab;
    margin: 60px 0
}

.sform .form-sale .sale {
    left: 540px;
    top: -20px
}

.sform .form-sale .pack {
    position: absolute;
    left: 400px;
    top: -25px;
    max-width: 250px;
}

.sform .form-block {
    width: 100%;
    margin: 0;
    float: none
}

.sform .timer-header {
    font-size: .9em;
    line-height: 33px;
    text-align: left;
    margin: 0 0 0 2px
}

.sform .form-timer {
    display: inline-block;
    width: 330px;
    margin: 20px 0 0 30px;
    float: left
}

.sform .sale-terr {
    font-size: 1em;
    display: inline-block;
    text-indent: 0;
    float: right;
    margin: 15px 10px 0 0
}

.sform .sale-terr .att {
    line-height: 23px;
    font-size: .7em;
    color: #f30000
}

.sform .sale-terr .att-sl {
    margin: 10px 0 0;
    color: #f9c152;
    text-align: right
}

.sform .sale-terr .att-sl .line1 {
    font-size: 2em;
    line-height: 31px
}

.sform .sale-terr .att-sl .line2 {
    font-size: 1.65em;
    line-height: 35px
}

.sform .sale-price {
    display: inline-block;
    margin: 40px 0 0 30px;
    float: left
}

.sform .sale-price .price.old {
    color: #484848;
    line-height: 33px;
    margin: 0 30px 0 0
}

.sform .sale-price .price.old .descr {
    font-size: .9em
}

.sform .sale-price .price.old .digit {
    font-size: 1.2em
}

.sform .sale-price .price.new {
    color: #f30202;
    line-height: 43px
}

.sform .sale-price .price.new .descr {
    font-size: 1.2em
}

.sform .sale-price .price.new .digit {
    font-size: 1.6em
}

.sform .sale-input {
    background-color: transparent;
    display: inline-block;
    float: right;
    padding: 0;
    margin: 20px 20px 40px 0;
    width: 450px;
    font-size: .75em
}

.sform .sale-input label {
    float: left
}

.sform .sale-input input {
    margin: 0 20px 0 0;
    width: 260px;
    float: right
}

.sform .sale-btn {
    background-color: #fff;
    padding: 0;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.sform .sale-btn .arrow {
    width: 50px
}

.sform .attention-block {
    display: inline-block;
    margin: 25px 0 0 30px;
    float: left
}

.sform .attention-descr {
    margin: 0;
    font-size: .9em;
    line-height: 20px;
    color: #f30000
}

.sform .attention-descr .top {
    font-size: 22px;
    line-height: 28px
}

.sform .attention-rest {
    font-size: 1.1em;
    line-height: 28px
}

.sform .attention-rest .big {
    font-size: 43px
}

.sform .attention-rest:before {
    background-color: #000;
    height: 120%;
    left: -33px;
    bottom: 0;
    top: auto
}

.sform .sale-btn-block {
    padding: 0;
    vertical-align: top;
    display: inline-block;
    width: 380px;
    margin: 23px 90px 0 0;
    float: right;
    position: relative;
    z-index: 3
}

.sform .sale-btn-block .btn {
    height: 83px;
    line-height: 79px;
    font-size: 1.8em
}

.sform .sale-total {
    margin: 10px 0
}

.sform .sale-total span {
    color: #ff0b00
}

.sform .security-data {
    margin: 8px -90px 0 0
}

.sform2 {
    background-image: url(../img/bg-form2.jpg)
}

@media only screen and (max-width:1199px) {
    .sform .form-timer {
        margin: 20px 0 0 10px;
        padding: 0;
        background-color: transparent;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    .sform .timer-header {
        color: #fff
    }
    .sform .form-sale .pack {
        left: 350px
    }
    .sform .form-sale .sale {
        left: 455px
    }
    .sform .sale-terr {
        left: auto;
        top: auto;
        right: 0;
        margin: 0 10px 0 0;
        padding: 0;
        width: 325px
    }
    .sform .sale-terr .att-sl .line1 {
        font-size: 1.5em
    }
    .sform .sale-terr .att-sl .line2 {
        font-size: 1.35em
    }
    .sform .sale-price {
        margin: 40px 0 0 10px
    }
    .sform .sale-price .price.old {
        line-height: 30px;
        margin: 0 20px
    }
    .sform .sale-price .price.old .descr {
        font-size: .8em
    }
    .sform .sale-price .price.old .digit {
        font-size: 1.4em
    }
    .sform .sale-price .price.new {
        line-height: 38px
    }
    .sform .sale-price .price.new .descr {
        font-size: 1em
    }
    .sform .sale-price .price.new .digit {
        font-size: 1.4em
    }
    .sform .sale-input {
        margin: 10px 20px 20px 0;
        width: 340px
    }
    .sform .sale-input .input-block {
        margin: 0
    }
    .sform .sale-input label {
        float: none
    }
    .sform .sale-input input {
        margin: 0;
        float: none;
        width: 100%
    }
    .sform .attention-block {
        margin: 20px 0 0 30px
    }
    .sform .attention-descr {
        font-size: .8em
    }
    .sform .attention-descr .top {
        font-size: 20px
    }
    .sform .attention-rest {
        font-size: 1em
    }
    .sform .attention-rest .big {
        font-size: 38px
    }
    .sform .attention-rest:before {
        left: -23px
    }
    .sform .sale-btn .arrow {
        width: auto
    }
    .sform .sale-btn-block {
        margin: 15px 60px 0 0;
        width: 300px
    }
    .sform .sale-btn-block .btn {
        font-size: 1.5em;
        height: 75px;
        line-height: 71px
    }
    .sform .sale-total {
        font-size: .7em
    }
    .sform .security-data {
        margin: 8px -60px 0 0
    }
}

@media only screen and (max-width:991px) {
    .sform .form-sale .sale {
        display: none
    }
    .sform .form-timer {
        margin: 20px 0 0 60px
    }
    .sform .timer-header {
        text-align: center
    }
    .sform .sale-terr {
        display: none
    }
    .sform .sale-price {
        display: block;
        float: none;
        margin: 30px 0 30px 80px
    }
    .sform .sale-price .price.old {
        margin: 0 40px 0 0
    }
    .sform .sale-input {
        float: none;
        display: block;
        margin: 0 20px 20px;
        width: auto
    }
    .sform .sale-input .input-block:first-child {
        margin: 0 0 10px
    }
    .sform .sale-input input {
        float: right;
        width: 250px
    }
    .sform .attention-block {
        margin: 5px 20px;
        float: none
    }
    .sform .attention-rest {
        margin: 0 0 0 60px
    }
    .sform .sale-btn-block {
        display: block;
        width: 100%;
        padding: 10px 20px;
        float: none;
        margin: 0
    }
    .sform .sale-total {
        margin: 10px 0 0
    }
    .sform .security-data {
        margin: 8px 0 0
    }
}

@media only screen and (max-width:479px) {
    .sform .form-sale {
        margin: 45px 0 0
    }
    .sform .form-sale .sale {
        display: block;
        left: 60px;
        top: -30px
    }
    .sform .sale-price {
        margin: 0 15px;
        padding: 120px 0 0
    }
    .sform .sale-price .price.old {
        margin: 0 10px 0 0
    }
    .sform .sale-price .price.new {
        line-height: 34px
    }
    .sform .sale-price .price.new .digit {
        font-size: 1.6em
    }
    .sform .sale-input {
        margin: 10px 10px 20px
    }
    .sform .sale-input .input-block input {
        width: 100%;
        float: none
    }
    .sform .sale-input .input-block:first-child {
        margin: 0
    }
    .sform .attention-block {
        margin: 5px 10px;
        display: block
    }
    .sform .attention-descr {
        width: 60%;
        font-size: .75em
    }
    .sform .attention-rest {
        font-size: .85em;
        margin: 0 0 0 27px
    }
    .sform .attention-rest .big {
        font-size: 34px
    }
    .sform .attention-rest:before {
        height: 100%;
        left: -15px
    }
    .sform .sale-btn-block {
        padding: 10px
    }
    .sform .sale-btn-block .btn {
        font-size: 1.2em;
        height: 74px;
        line-height: 70px
    }
    .sform .sale-total {
        font-size: .7em
    }
}

.why {
    background-image: url(../img/xbg-why.jpg.pagespeed.ic.rtD8aMFWYR.webp);
    background-size: cover
}

.why-item {
    margin: 80px auto 0;
    line-height: 26px;
    font-size: 1.2em;
    position: relative;
    border: 3px solid #98cb4b;
    border-radius: 8px;
    width: 292px;
    padding: 20px 30px;
    z-index: 0
}

.why-item,
.why-item:before {
    background-color: #235261;
    -webkit-border-radius: 8px
}

.why-item:before {
    position: absolute;
    content: "";
    width: 146px;
    height: 146px;
    border-radius: 8px;
    border: 2px dotted #98cb4b;
    z-index: 1;
    left: -50px;
    top: -50px
}

.why-item:after {
    content: "";
    position: absolute;
    z-index: 2;
    background-image: url(../img/xicons-pack.png.pagespeed.ic.2zfU13Zore.webp);
    background-repeat: no-repeat
}

.why-item.item01:after {
    width: 94px;
    height: 92px;
    background-position: 0 -199px;
    left: -26px;
    top: -22px
}

.why-item.item01 .why-text {
    padding: 20px 20px 0 0
}

.why-item.item02:after {
    width: 109px;
    height: 86px;
    background-position: -109px -200px;
    left: -29px;
    top: -22px
}

.why-item.item02 .why-text {
    padding: 20px 10px 0 0
}

.why-item.item03:after {
    width: 93px;
    height: 93px;
    background-position: -233px -200px;
    left: -24px;
    top: -24px
}

.why-item.item03 .why-text {
    padding: 20px 10px 0 0
}

.why-title {
    color: #98cc4c;
    padding: 0 0 0 80px
}

@media only screen and (max-width:1199px) {
    .why-item {
        width: 260px;
        padding: 20px;
        font-size: 1.1em;
        line-height: 23px
    }
    .why-title {
        padding: 0 0 0 90px
    }
}

@media only screen and (max-width:479px) {
    .why-item {
        text-align: center;
        width: 100%
    }
    .why-item:before {
        left: 50%;
        margin: 0 0 0 -73px
    }
    .why-item.item01:after {
        left: 50%;
        margin: 0 0 0 -47px
    }
    .why-item.item02:after {
        left: 50%;
        margin: 0 0 0 -55px
    }
    .why-item.item03:after {
        left: 50%;
        margin: 0 0 0 -47px
    }
    .why-title {
        margin: 90px 0 0;
        padding: 0
    }
}

.clinical-test {
    background-color: #fff;
    color: #000
}

.clinical-test .subh {
    font-size: 1.2em;
    line-height: 26px;
    margin: 20px 80px 0;
    text-align: center
}

.clin-test-result {
    margin: 40px 0 0;
    text-align: center
}

.clin-test-result img {
    max-width: 100%
}

.clin-test-subscr {
    margin: 0 0 0 80px
}

.clin-subscr-descr {
    display: inline-block;
    width: 530px;
    float: left;
    margin: 40px 0 0;
    line-height: 22px
}

.clin-subscr-stamp {
    display: inline-block;
    float: right;
    margin: 20px 100px 0 0
}

@media only screen and (max-width:1199px) {
    .clinical-test .subh {
        font-size: 1.1em;
        margin: 20px 40px 0
    }
    .clin-test-subscr {
        margin: 0
    }
    .clin-subscr-descr {
        width: 550px;
        margin: 55px 0 0
    }
}

@media only screen and (max-width:991px) {
    .clinical-test .subh {
        font-size: 1em;
        margin: 15px 0 0
    }
    .clin-test-result {
        margin: 0
    }
    .clin-test-result img {
        margin: 40px 0 0
    }
    .clin-subscr-descr {
        width: 100%;
        float: none;
        font-size: .8em;
        line-height: 22px;
        margin: 40px 0 0
    }
    .clin-subscr-stamp {
        float: none;
        width: 100%;
        margin: 10px 0 0;
        text-align: right
    }
}

@media only screen and (max-width:479px) {
    .clinical-test .subh {
        font-size: .9em;
        margin: 10px 0 0
    }
}

.formula {
    background-image: url(../img/xbg-formula.jpg.pagespeed.ic.ohbv_aoW1P.webp);
    background-size: cover;
    position: relative
}

.row01 .f-item.left {
    margin: 35px 0 35px 90px
}

.row01 .f-item.right {
    margin: 35px 90px 35px 0
}

.row01 .f-item .f-item-img {
    bottom: -30px
}

.row02 .f-item.left {
    margin: 35px 0 0 90px
}

.row02 .f-item.right {
    margin: 35px 90px 0 0
}

.row02 .f-item .f-item-img {
    top: -30px
}

.f-item {
    width: 320px;
    height: 240px;
    background-color: rgba(0, 45, 48, .73);
    border: 1px solid #003838;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    padding: 15px 20px;
    line-height: 26px
}

.f-item.left {
    float: left
}

.f-item.left .f-item-img {
    right: -150px
}

.f-item.left .f-item-text {
    padding: 0 67px 0 0
}

.f-item.right {
    float: right;
    text-align: right
}

.f-item.right .f-item-img {
    left: -150px
}

.f-item.right .f-item-text {
    padding: 0 0 0 67px
}

.f-item-header {
    font-size: 1.2em;
    color: #98cc4c
}

.f-item-img {
    position: absolute;
    z-index: 2
}

.f-item-img img {
    max-width: 100%
}

.f-item-body {
    font-size: 1.1em;
    margin: 15px 0 0
}

.n100 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 0 0 -75px;
    z-index: 3
}

.n100 img {
    max-width: 100%
}

@media only screen and (max-width:1199px) {
    .row01 .f-item.left,
    .row01 .f-item.right {
        margin: 35px 0
    }
    .row02 .f-item.left,
    .row02 .f-item.right {
        margin: 35px 0 0
    }
    .f-item-header {
        font-size: 1.1em
    }
    .f-item-body {
        font-size: 1em
    }
    .f-item.left .f-item-text {
        padding: 0 87px 0 0
    }
    .f-item.left .f-item-img {
        right: -135px
    }
    .f-item.right .f-item-text {
        padding: 0 0 0 87px
    }
    .f-item.right .f-item-img {
        left: -135px
    }
}

@media only screen and (max-width:991px) {
    .formula {
        padding: 40px 0 80px
    }
    .row01 .f-item.left,
    .row01 .f-item.right,
    .row02 .f-item.left,
    .row02 .f-item.right {
        margin: 35px 0
    }
    .row02 .f-item .f-item-img {
        top: auto;
        bottom: -30px
    }
    .f-item.left .f-item-img {
        right: -120px
    }
    .f-item.right .f-item-img {
        left: -120px
    }
}

@media only screen and (max-width:479px) {
    .f-item {
        width: 100%;
        height: auto;
        padding: 10px 15px
    }
    .f-item.left {
        text-align: center
    }
    .f-item.left .f-item-text {
        padding: 0
    }
    .f-item.left .f-item-img {
        right: auto;
        text-align: center
    }
    .f-item.right {
        text-align: center
    }
    .f-item.right .f-item-text {
        padding: 0
    }
    .f-item.right .f-item-img {
        left: auto;
        text-align: center
    }
    .f-item-img {
        position: relative
    }
}

.action {
    background-image: url(../img/xbg-action.jpg.pagespeed.ic.rQsD15sqTO.webp);
    background-size: cover
}

.action-item {
    width: 301px;
    margin: 35px auto 0;
    line-height: 30px;
    position: relative;
    border: 3px solid #3ccc20;
    background: #235261;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 15px;
    z-index: 0
}

.action-item .arrd {
    width: 30px;
    height: 104px;
    background-position: -437px -80px;
    top: 157px;
    right: -65px
}

.action-item .arrd,
.action-item:before {
    position: absolute;
    background-image: url(../img/xicons-pack.png.pagespeed.ic.2zfU13Zore.webp);
    background-repeat: no-repeat
}

.action-item:before {
    width: 56px;
    height: 85px;
    content: "";
    left: -30px;
    top: 5px;
    z-index: 1
}

.action-item.item01:before {
    background-position: 0 -304px
}

.action-item.item02:before {
    background-position: -71px -304px
}

.action-item.item03:before {
    background-position: -142px -304px
}

.action-title {
    font-size: 1.4em;
    color: #3ccc20;
    padding: 0 0 0 20px
}

.action-text {
    font-size: 1.2em;
    padding: 0 0 0 20px
}

.action-img {
    margin: 20px 0 0
}

.action-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

@media only screen and (max-width:1199px) {
    .action-item {
        width: 280px;
        line-height: 26px
    }
    .action-item .arrd {
        display: none
    }
    .action-title {
        font-size: 1.25em
    }
    .action-text {
        font-size: 1.075em
    }
}

@media only screen and (max-width:479px) {
    .action-item:before {
        display: none
    }
}

.easy {
    background-color: #fff;
    color: #000
}

.easy-item {
    text-align: center;
    margin: 35px 0 0;
    position: relative;
    line-height: 30px
}

.easy-item .arrd {
    position: absolute;
    width: 17px;
    height: 58px;
    background-image: url(../img/xicons-pack.png.pagespeed.ic.2zfU13Zore.webp);
    background-repeat: no-repeat;
    background-position: -473px -80px;
    top: 68px;
    right: -28px
}

.easy-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.easy-title {
    font-size: 1.4em;
    margin: 10px 0 5px
}

.easy-text {
    font-size: 1.2em;
    padding: 0 45px
}

@media only screen and (max-width:1199px) {
    .easy-text {
        padding: 0 20px
    }
}

@media only screen and (max-width:991px) {
    .easy-item {
        line-height: 26px
    }
    .easy-item .arrd {
        display: none
    }
    .easy-title {
        font-size: 1.2em
    }
    .easy-text {
        font-size: 1em;
        padding: 0
    }
}

.faq {
    background-image: url(../img/xbg-faq.jpg.pagespeed.ic.MWYAco48NX.webp);
    background-size: cover
}

.faq-wrap {
    background-color: rgba(35, 24, 40, .18);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0 30px;
    padding: 35px 20px 35px 15px
}

.faq-list li {
    line-height: 36px;
    font-size: 1.2em;
    margin: 40px 0 0;
    position: relative;
    padding: 0 0 0 45px
}

.faq-list li:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 11px;
    background-image: url(../img/xicons-pack.png.pagespeed.ic.2zfU13Zore.webp);
    background-repeat: no-repeat;
    background-position: -469px -48px;
    left: 0;
    top: 15px
}

.faq-q {
    cursor: pointer
}

.faq-q span {
    border-bottom: 2px dashed #fff
}

.faq-a {
    height: 0;
    overflow: hidden
}

@media only screen and (max-width:1199px) {
    .faq-list li {
        line-height: 30px;
        font-size: 1.1em;
        margin: 35px 0 0
    }
}

@media only screen and (max-width:991px) {
    .faq-wrap {
        margin: 0
    }
    .faq-list li {
        line-height: 28px;
        font-size: 1em;
        margin: 30px 0 0
    }
}

@media only screen and (max-width:479px) {
    .faq-list li {
        line-height: 24px;
        font-size: .9em;
        margin: 30px 0 0
    }
}

.reviews {
    background-color: #f7f7f7;
    color: #000
}

.video-reviews-item {
    margin: 40px 0 0;
    height: 190px
}

.text-reviews-items {
    margin: 70px 0 0;
    position: relative
}

.text-reviews-item {
    width: 945px;
    margin: 0 auto;
    background-image: url(../img/xbg-tr.jpg.pagespeed.ic.dRBI3ul7Kl.webp);
    background-size: cover;
    border: 1px solid rgba(202, 210, 215, .83);
    -webkit-box-shadow: 0 0 4px 0 rgba(32, 46, 51, .1);
    box-shadow: 0 0 4px 0 rgba(32, 46, 51, .1);
    padding: 40px;
    font-size: 1.2em;
    line-height: 26px
}

.text-reviews-item .text-reviews-left {
    width: 260px;
    float: left
}

.text-reviews-item .text-reviews-left .text-reviews-photo img {
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.text-reviews-item .text-reviews-title {
    text-align: center;
    margin: 35px 0 0
}

.text-reviews-item .text-reviews-text {
    margin: 0 0 0 285px;
    color: #373737
}

.owl-nav>div {
    width: 29px;
    height: 71px;
    background-image: url(../img/xicons-pack.png.pagespeed.ic.2zfU13Zore.webp);
    position: absolute;
    top: 240px
}

.owl-nav .owl-prev {
    background-position: -344px -201px;
    left: 40px
}

.owl-nav .owl-next {
    background-position: -386px -201px;
    right: 40px
}

.owl-dots {
    text-align: center;
    margin: 40px 0 0
}

.owl-dot {
    width: 22px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/xicons-pack.png.pagespeed.ic.2zfU13Zore.webp);
    background-position: -427px -201px;
    position: relative
}

.owl-dot.active {
    background-position: -459px -197px
}

.owl-dot:not(:last-child) {
    margin: 0 7px 0 0
}

.owl-dot:first-child:before {
    left: -100px
}

.owl-dot:first-child:before,
.owl-dot:last-child:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 3px;
    background-image: url(../img/xicons-pack.png.pagespeed.ic.2zfU13Zore.webp);
    background-position: -344px -290px;
    top: 50%;
    margin: -2px 0 0
}

.owl-dot:last-child:after {
    right: -100px
}

.audio-reviews {
    padding: 40px 0 0
}

.audio-reviews h2 {
    margin: 40px 0 0;
    font-family: PTSansRegular, sans-serif
}

.audio-reviews .subh {
    font-size: 1.9em;
    line-height: 45px;
    color: #98cb4b
}

.audio-reviews-items {
    text-align: left;
    padding: 20px
}

.audio-reviews-item:not(:first-child) {
    margin: 20px 0 0
}

.audio-reviews-title {
    line-height: 30px;
    margin: 0 0 5px
}

.diag-img {
    margin: 40px 0 0
}

.diag-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

@media only screen and (max-width:1199px) {
    .text-reviews-item {
        padding: 20px;
        font-size: 1.1em;
        line-height: 24px;
        width: 750px
    }
    .owl-nav>div {
        top: 180px
    }
    .owl-nav .owl-next {
        right: 0
    }
    .owl-nav .owl-prev {
        left: 0
    }
}

@media only screen and (max-width:991px) {
    .video-reviews-item {
        height: 260px
    }
    .text-reviews-item {
        width: 100%;
        font-size: 1em;
        line-height: 22px;
        padding: 15px
    }
    .text-reviews-item .text-reviews-left {
        float: none;
        width: 100%
    }
    .text-reviews-item .text-reviews-title {
        margin: 20px 0 0
    }
    .text-reviews-item .text-reviews-text {
        margin: 20px 0 0;
        text-align: center;
        font-size: .9em;
        line-height: 22px
    }
    .owl-nav {
        display: none
    }
    .audio-reviews .subh {
        font-size: 1.5em
    }
}

@media only screen and (max-width:479px) {
    .video-reviews-item {
        height: 180px
    }
    .audio-reviews .subh {
        font-size: 1.2em;
        line-height: 26px
    }
}

.future {
    background-image: url(../img/xbg-future.jpg.pagespeed.ic.5PJmL-lSFa.webp);
    background-size: cover
}

.future h2 {
    text-shadow: 2px 3px 7px rgba(0, 0, 0, .35)
}

.futule-list {
    color: #373737;
    font-size: 1.2em;
    line-height: 26px;
    padding: 0 165px;
    margin: 30px 0 0
}

.futule-list li {
    position: relative;
    background-color: hsla(0, 0%, 100%, .83);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 25px 25px 25px 65px
}

.futule-list li:not(:last-child) {
    margin: 0 0 10px
}

.futule-list li:before {
    content: "";
    background-image: url(../img/xicons-pack.png.pagespeed.ic.2zfU13Zore.webp);
    width: 34px;
    height: 29px;
    background-position: -428px -243px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin: -14px 0 0
}

@media only screen and (max-width:1199px) {
    .futule-list {
        padding: 0 0 0 50px
    }
}

@media only screen and (max-width:991px) {
    .futule-list {
        font-size: 1em;
        line-height: 22px;
        padding: 0
    }
    .futule-list li {
        padding: 15px 15px 15px 60px
    }
}

@media only screen and (max-width:479px) {
    .futule-list {
        font-size: .9em;
        line-height: 20px
    }
}

.team {
    background-image: url(../img/xbg-team.jpg.pagespeed.ic.FrS9Qry9Ju.webp);
    background-size: cover
}

.team h2 {
    text-shadow: 2px 3px 7px rgba(0, 0, 0, .35)
}

.team-item {
    text-align: center;
    width: 262px;
    height: 479px;
    margin: 30px auto 0;
    padding: 15px;
    background-color: #194756;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-size: 1.1em;
    line-height: 26px
}

.team-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.team-header {
    margin: 10px 0 20px
}

@media only screen and (max-width:1199px) {
    .team-item {
        height: 450px;
        padding: 10px
    }
}

@media only screen and (max-width:991px) {
    .team-item {
        width: 280px;
        height: auto
    }
}

.into {
    background-image: url(../img/xbg-into.jpg.pagespeed.ic.Y1IQSPs-6Q.webp);
    background-size: cover
}

.into h2 {
    text-align: left;
    margin: 20px 30px 0;
    background-color: rgba(10, 32, 45, .58);
    border: 2px solid #98cb4b;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    z-index: 0;
    position: relative;
    padding: 10px 10px 10px 214px
}

.into h2:before {
    width: 144px;
    height: 143px;
    z-index: 1;
    border: 3px dotted #98cb4b;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #0a1e2a;
    left: 35px;
    margin: -72px 0 0
}

.into h2:after,
.into h2:before {
    content: "";
    position: absolute;
    top: 50%
}

.into h2:after {
    z-index: 2;
    width: 132px;
    height: 124px;
    background-image: url(../img/xicons-pack.png.pagespeed.ic.2zfU13Zore.webp);
    background-repeat: no-repeat;
    background-position: -212px -306px;
    margin: -62px 0 0;
    left: 41px
}

.into-item {
    background-color: rgba(10, 30, 42, .58);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 341px;
    height: 378px;
    margin: 0 auto;
    margin: 45px auto 0;
    padding: 25px 20px
}

.into-item.item01 .into-title .big {
    float: left;
    color: #98cb4b;
    font-size: 3.4em;
    line-height: 60px
}

.into-item.item01 .into-title .small {
    font-size: 1.65em;
    line-height: 30px;
    margin: 0 0 0 50px
}

.into-item.item01 .into-text {
    padding: 0 42px 0 0;
    margin: 30px 0 0
}

.into-item.item02 .into-title .big {
    font-size: 3.1em;
    line-height: 47px;
    color: #98cb4b
}

.into-item.item02 .into-title .small {
    font-size: 1.15em;
    line-height: 23px
}

.into-item.item02 .into-text {
    margin: 20px 0 0
}

.into-item.item03 .into-title .small {
    font-size: 1.65em;
    line-height: 90px;
    float: left
}

.into-item.item03 .into-title .big {
    color: #98cb4b;
    margin: 0 0 0 165px;
    font-size: 3.4em;
    line-height: 63px
}

.into-item.item03 .into-text {
    margin: 0
}

.into-text {
    font-size: 1.2em;
    line-height: 26px
}

.into-footer {
    text-align: center;
    font-size: 1.9em;
    line-height: 38px;
    margin: 30px 30px 0;
    background-color: rgba(10, 32, 45, .58);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #98cb4b;
    padding: 20px 40px
}

.into-footer .green {
    font-size: 45px;
    color: #98cb4b
}

.into-footer .gray {
    color: #b8b8b8
}

@media only screen and (max-width:1199px) {
    .into-item {
        width: 285px
    }
    .into-item.item01 .into-title .big {
        font-size: 3.2em
    }
    .into-item.item01 .into-title .small {
        font-size: 1.4em
    }
    .into-item.item01 .into-text {
        padding: 0
    }
    .into-item.item02 .into-title .big {
        font-size: 3.2em
    }
    .into-item.item03 .into-title .small {
        font-size: 1.4em
    }
    .into-item.item03 .into-title .big {
        font-size: 3.2em
    }
    .into-text {
        font-size: 1.1em
    }
    .into-footer {
        font-size: 1.7em;
        line-height: 36px
    }
    .into-footer .green {
        font-size: 43px
    }
}

@media only screen and (max-width:991px) {
    .into h2 {
        margin: 10px 0 0;
        padding: 10px 10px 10px 160px
    }
    .into h2:before {
        left: 5px
    }
    .into h2:after {
        left: 11px
    }
    .into-item {
        width: 100%;
        height: auto
    }
    .into-item.item03 .into-title .big {
        margin: 0 0 0 145px
    }
    .into-item.item02 .into-title .small {
        line-height: 36px
    }
    .into-footer {
        margin: 30px 0 0;
        font-size: 1.5em;
        line-height: 32px;
        padding: 15px
    }
    .into-footer span {
        display: block
    }
    .into-footer span.green {
        font-size: 40px;
        line-height: 48px
    }
}

@media only screen and (max-width:479px) {
    .into h2 {
        padding: 140px 10px 10px;
        text-align: center
    }
    .into h2:before {
        left: 50%;
        margin: 0 0 0 -72px;
        top: -20px
    }
    .into h2:after {
        left: 50%;
        margin: 0 0 0 -66px;
        top: -12px
    }
    .into-footer {
        font-size: 1.3em;
        line-height: 28px
    }
}

.how {
    background-color: #fff;
    color: #474747
}

.how-item {
    margin: 40px 0 0;
    text-align: center;
    line-height: 26px;
    position: relative
}

.how-item .arrdw {
    position: absolute;
    width: 17px;
    height: 58px;
    background-position: -356px -338px;
    top: 40px;
    right: -30px
}

.how-img,
.how-item .arrdw {
    background-image: url(../img/xicons-pack.png.pagespeed.ic.2zfU13Zore.webp);
    background-repeat: no-repeat
}

.how-img {
    text-align: center;
    width: 120px;
    height: 121px;
    margin: 0 auto
}

.how-img.first {
    background-position: 21px -439px
}

.how-img.second {
    background-position: -101px -439px
}

.how-img.thrid {
    background-position: -241px -441px
}

.how-img.fourth {
    background-position: -381px -438px
}

.how-title {
    font-size: 1.4em;
    margin: 30px 0 20px
}

.how-text {
    font-size: 1.196em
}

@media only screen and (max-width:1199px) {
    .how-title {
        font-size: 1.25em
    }
    .how-text {
        font-size: 1em
    }
}

@media only screen and (max-width:991px) {
    .arrdw {
        display: none
    }
}

.map {
    background-image: url(../img/xbg-map.jpg.pagespeed.ic.fq1qHsDBdz.webp);
    background-size: cover
}

.map-block {
    margin: 25px 0 0;
    text-align: center
}

.map-block img {
    max-width: 100%
}

.checkcod {
    background-image: url(../img/xbg-checkcode.jpg.pagespeed.ic.I4WwV9GCP8.webp)
}

.check-text {
    position: relative;
    line-height: 30px;
    font-size: 1.4em;
    margin: 85px 0 0 490px;
    padding: 0 67px 0 0
}

.check-text .pack {
    position: absolute;
    left: -670px;
    top: -55px
}

.check-text p:not(:last-child) {
    margin: 0 0 18px
}

.check-text p.green {
    color: #98cb4b
}

.checkform {
    margin: 30px 0 100px 490px
}

.checkform button,
.checkform input {
    width: 300px;
    height: 60px
}

.checkform input {
    line-height: 58px;
    font-size: .9em;
    margin: 0 0 15px;
    border: 1px solid #ff7426;
    background-color: #fff;
    color: #000;
    text-indent: 15px
}

.checkform input:placeholder {
    color: #b6b6b6
}

.checkform button {
    line-height: 54px;
    padding: 0;
    font-size: 1.2em
}

@media only screen and (max-width:1199px) {
    .check-text {
        margin: 25px 0 0 370px;
        padding: 0;
        font-size: 1.2em;
        line-height: 26px
    }
    .check-text .pack {
        width: 500px;
        left: -520px;
        top: 0
    }
    .checkform {
        margin: 30px 0 70px 370px
    }
}

@media only screen and (max-width:991px) {
    .check-text {
        margin: 25px 0 0
    }
    .checkform {
        margin: 30px 0 0
    }
}

@media only screen and (max-width:479px) {
    .check-text {
        font-size: .9em;
        line-height: 22px
    }
    .checkform {
        margin: 30px 0 0
    }
    .checkform button,
    .checkform input {
        width: 100%
    }
}

.s-text01 {
    background-color: #002a23
}

.s-text01 .text {
    font-size: 1.2em;
    line-height: 26px;
    margin: 30px 70px 60px;
    padding: 15px 10px 15px 40px;
    border: 2px solid #98cc4c;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    z-index: 0
}

.s-text01 .text:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 48px;
    height: 48px;
    left: -24px;
    top: 50%;
    margin: -24px 0 0;
    background-color: #002a23;
    border: 2px dotted #98cc4c;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.s-text01 .text:after {
    content: "";
    position: absolute;
    width: 33px;
    height: 29px;
    background-image: url(../img/xicons-pack.png.pagespeed.ic.2zfU13Zore.webp);
    background-repeat: no-repeat;
    background-position: -332px 0;
    left: -16px;
    top: 50%;
    margin: -15px 0 0;
    z-index: 2
}

.s-text01-footer {
    margin: 0 80px;
    font-size: 1.4em;
    line-height: 16px;
    color: #fff;
    text-align: center;
    background-color: rgba(126, 196, 81, .58);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 30px 0
}

@media only screen and (max-width:1199px) {
    .s-text01 .text {
        font-size: 1.1em;
        line-height: 24px;
        margin: 30px 30px 40px
    }
    .s-text01-footer {
        margin: 0;
        font-size: 1.3em;
        padding: 15px 0
    }
}

@media only screen and (max-width:991px) {
    .s-text01 .text {
        font-size: 1em;
        line-height: 22px
    }
    .s-text01-footer {
        font-size: 1.2em;
        line-height: 26px
    }
}

@media only screen and (max-width:479px) {
    .s-text01 .text {
        font-size: .9em;
        line-height: 20px;
        padding: 10px 10px 10px 60px;
        margin: 30px 0;
        text-align: center
    }
    .s-text01 .text:before {
        left: 5px
    }
    .s-text01 .text:after {
        left: 12px
    }
    .s-text01-footer {
        font-size: 1.1em;
        line-height: 24px
    }
}

.s-end {
    background-image: url(../img/xbg-end.jpg.pagespeed.ic.dndSYJzu9a.webp);
    background-size: cover;
    padding: 80px 0 40px
}

@media only screen and (max-width:991px) {
    .s-end {
        padding: 40px 0;
        background-size: cover
    }
}

footer {
    background-color: #0a060f;
    padding: 40px 0;
    font-size: .8em;
    line-height: 22px
}

footer li:not(:last-child) {
    margin: 0 0 10px
}

@media only screen and (max-width:991px) {
    footer ul {
        margin: 0 0 30px
    }
}

.mfp-wrap {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0)
}

html.mfp-helper {
    height: 100%
}

html.mfp-helper body {
    overflow: hidden;
    height: 100%;
    -webkit-transform: translateZ(0)
}

.mejs__overlay-button {
    background: url(../img/mejs/mejs-controls.svg) no-repeat
}

.mejs__overlay-loading-bg-img {
    background: transparent url(../img/mejs/mejs-controls.svg) -160px -40px no-repeat
}

.mejs__button>button {
    background: transparent url(../img/mejs/mejs-controls.svg) no-repeat
}

.cod-error,
.cod-ok {
    width: 458px;
    margin: auto;
    background-color: rgba(0, 0, 0, .8);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 33px;
    font-size: 1.2em;
    padding: 35px;
    position: relative
}

.cod-error .mfp-close,
.cod-ok .mfp-close {
    color: #ff7426;
    border: 3px solid #ff7426;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 27px;
    top: -40px;
    right: 0
}

.cod-ok {
    border: 3px solid #98cb4b
}

.cod-error {
    border: 3px solid #ff7426
}

#pu-form {
    position: relative;
    background-image: none;
    background-color: transparent
}

#pu-form .mfp-close {
    color: #ff7426;
    border: 3px solid #ff7426;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 33px;
    width: 33px;
    line-height: 28px;
    right: 20px;
    top: 15px;
    opacity: 1
}

@media only screen and (max-width:479px) {
    .cod-error,
    .cod-ok {
        width: 290px
    }
}