
html,
body {
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif
}

a {
    text-decoration: none;
}

.wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 10px
}

#sec1 {
    background: url(../img/bg.jpg)no-repeat center bottom;
    background-size: cover;
    padding-bottom: 20px
}

#sec1 h1 {
    font-size: 36px;
    color: #fff;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0
}

.product_pic {
    margin: 0 auto;
    display: block;
    max-width: 300px;
    width: 100%
}

.block-01__prod-plus {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 20px
}

.block-01__prod-plus:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/check-circle.png)no-repeat left top;
    background-size: contain
}

.fwb {
    font-weight: 700
}

.prod-pluses__title {
    margin-bottom: 10px;
    font-size: 22px;
    color: #fff
}

.prod-pluses__text {
    font-size: 18px;
    color: #fff
}

.block-01__prod-price {
    padding: 10px 15px;
    background: #910439;
    border-radius: 5px 5px 5px 5px;
    max-width: 400px;
    margin: 20px auto;
    text-align: center
}

.prod-price__old {
    font-size: 22px;
    color: #cd5c76;
    text-decoration: line-through
}

.prod-price__new {
    font-weight: 900;
    font-size: 32px;
    color: #fff722
}

.ttu {
    text-transform: uppercase
}

.percent-box {
    position: relative;
    margin-bottom: 15px;
    padding-left: 60px;
    max-width: 500px;
    margin: 0 auto
}

.percent-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(../img/percent.png)no-repeat center;
    background-size: contain
}

.percent-box__title {
    font-size: 24px;
    color: #fff
}

.percent-box__percent {
    font-weight: 900;
    font-size: 26px;
    line-height: 1;
    color: #fff722
}

.form-box {
    padding: 5px 15px 30px;
    background: #e5e9ea;
    border-radius: 5px 5px 5px 5px
}

.input-field {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.input_item {
    margin-bottom: 20px
}

.input_item {
    margin-bottom: 20px
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased
}

.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga'
}

.input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    top: .5rem
}

input:not(.browser-default) {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s
}

.form-box {
    max-width: 400px;
    margin: 20px auto
}

.input-field .prefix~input {
    width: 80%;
    width: calc(100% - 3rem)
}

.input-field .prefix~input,
.input-field .prefix~label {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}

.input-field .prefix~label {
    top: -15px;
    color: #9e9e9e
}

.button__text,
.submit-form {
    background-color: #2196F3 !important;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    line-height: 36px;
    border: none;
    border-radius: 2px;
    text-align: center;
    letter-spacing: .5px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: inherit;
    padding: 5px 25px;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block
}

.flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex_left,
.flex_right {
    width: 100%;
    max-width: 50%;
    margin: 0 auto
}

#sec2 {
    padding: 10px
}

.block-2__subtitle {
    font-size: 42px;
    color: #2b1429
}

.ttu {
    text-transform: uppercase
}

.block-2__title {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 52px;
    line-height: 1;
    color: #2b1429
}

.block-2__title span {
    display: block;
    color: #fb382a
}

.block-2__text {
    margin-bottom: 40px;
    font-size: 22px
}

.block-2__text span {
    font-weight: 700
}

.block-2__cause {
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 24px;
    line-height: 1.4;
    color: #000
}

.block-2__cause:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/alert.png)no-repeat center;
    background-size: contain
}

.block-2__cause span {
    font-weight: 700;
    color: #d82a1d
}

.align_items_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bigeye {
    max-width: 100%
}

#sec3 {
    padding: 40px 0 50px;
    background-image: url(../img/b3-bg.jpg);
    background-size: cover
}

#sec3 h2 {
    font-weight: 400;
    line-height: .9;
    font-family: 'Open Sans', sans-serif;
    color: #000
}

#sec3 h2 span {
    display: block;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase
}

#sec3 h2 .str-2 {
    color: #e60000
}

#sec3 h2 .str-2,
#sec3 h2 .str-3 {
    font-size: 28px;
    line-height: 38px;
    font-family: 'Open Sans', sans-serif
}

#sec3 ul {
    list-style-type: none
}

#sec3 ul {
    margin: 30px 0 0;
    padding-left: 45px;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif
}

#sec3 ul li {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.5
}

#sec3 ul li:before {
    content: "";
    top: 5px;
    left: -45px
}

#sec3 ul li:before {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/arrow-right.png) center center no-repeat;
    background-size: contain
}

#sec3 ul li span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #d82a1d
}

#sec4 h2 {
    font-size: 32px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    color: #2b1429;
    text-transform: uppercase;
    position: relative;
    padding-left: 100px
}

#sec4 h2 .str-2 {
    display: block;
    font-size: 44px;
    color: #d70000
}

.alert_icon {
    position: absolute;
    top: 0;
    left: 0
}

#sec4 .flex_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

#sec3 .flex_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#sec3 .flex_left img {
    max-width: 100%
}

#sec5 {
    padding: 15px 0 20px;
    background-color: #f1efdd
}

#sec5 h2 {
    font-weight: 700;
    font-size: 56px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 0;
    line-height: 1
}

#sec5 h2 .str-1 {
    padding: 0 10px;
    font-size: 38px;
    line-height: 1.5;
    color: #fff;
    background-color: #145d1a
}

#sec5 h2 .str-2 {
    display: block;
    font-size: 36px;
    color: #2b1429
}

#sec5 h2 .str-3 {
    font-size: 32px;
    color: #257e2d
}

#sec5 p span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

.block-5_list li {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
    font-family: "'Roboto'", sans-serif
}

.block-5_list li b {
    color: #4397cb
}

.block-5_list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.man {
    width: 100%;
    max-width: 100%
}

#sec5 .flex_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#sec5 .flex_left img {
    max-width: 100%
}

#sec6 {
    padding: 50px 0;
    background: url(../img/b6-bg.jpg) center bottom no-repeat #e0eaf0;
    background-size: cover
}

#sec6 ul {
    margin: 15px 0 0 0;
    padding: 15px 15px 20px 65px;
    font-family: 'Open Sans', sans-serif;
    border: 4px solid #fff;
    font-size: 18px;
    line-height: 1.6;
    list-style-type: none
}

#sec6 ul li {
    position: relative;
    margin-bottom: 25px
}

#sec6 ul li:before {
    position: absolute;
    left: -40px;
    width: 25px;
    height: 25px;
    background: url(../img/check-round.png) center center no-repeat;
    background-size: contain
}

#sec6 ul li:before {
    content: "";
    top: 3px
}

#sec6 ul li span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #097d27
}

#sec6 h2 {
    font-size: 46px;
    line-height: 1.1;
    font-family: 'Open Sans', sans-serif;
    color: #4397cb;
    margin: 0;
    text-transform: uppercase
}

#sec6 h2 span {
    display: block;
    font-size: 68px;
    font-family: 'Open Sans', sans-serif
}

#sec6 .flex_right {
    padding-left: 20px
}

#sec6 p {
    margin: 40px 0 0;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase
}

#sec6 p span {
    font-family: 'Open Sans', sans-serif;
    color: #4397cb
}

#sec7 h2 {
    font-size: 48px;
    line-height: 1.1;
    font-family: 'Open Sans', sans-serif;
    text-align: center !important;
    text-transform: uppercase;
    width: 100%
}

#sec7 .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.b7-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap
}

.b7-top .factor {
    width: 25%;
    margin-bottom: 30px;
    padding: 0 10px
}

.factor {
    -webkit-box-sizing: border-box;
    text-align: center
}

.factor p {
    margin: 0;
    font-size: 19px;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif
}

.factor p span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

.text_center {
    text-align: center
}

.block_8-top {
    padding-bottom: 70px;
    background: url(../img/section8_arrow.jpg) no-repeat center bottom;
    background-size: 90%
}

.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.flex_orang_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex_orang_left,
.flex_orang_right {
    width: 100%;
    max-width: 300px
}

.flex_orang_left {
    text-align: center
}

.info-num {
    font-weight: 700;
    font-size: 28px;
    color: #5c6171
}

.info-num div {
    font-weight: 700;
    font-size: 92px;
    line-height: 1
}

.flex_orang_right {
    text-align: center
}

.orang_text_bottom {
    text-align: center;
    margin-top: 30px
}

.orang_text_bottom b {
    font-size: 25px
}

.percents {
    margin-top: 30px;
    width: 100%
}

.percent_column {
    position: relative;
    width: 100%;
    height: 350px
}

.percent_column {
    height: auto;
    margin-bottom: 0
}

.percent_column-inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    margin: 0 auto;
    margin-left: -40%;
    padding-top: 10px;
    font-weight: 700;
    font-size: 30px;
    background: #f7c700;
    border-top: 7px solid #707480
}

.percent_column-inner {
    position: relative;
    left: 0;
    width: 100%;
    margin-left: 0;
    padding: 10px;
    text-align: right
}

.percent_column-inner {
    height: 100%
}

.percent_column-inner {
    width: 100%
}

.percent_column-wrap p {
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center
}

.percent_column-wrap:nth-child(1) .percent_column-inner {
    width: 100%
}

.percent_column-wrap:nth-child(2) .percent_column-inner {
    width: 99.5%
}

.percent_column-wrap:nth-child(3) .percent_column-inner {
    width: 92%
}

.percent_column-wrap:nth-child(4) .percent_column-inner {
    width: 74%
}

.percent_column-wrap:nth-child(5) .percent_column-inner {
    width: 92.5%
}

.percent_column-wrap:nth-child(6) .percent_column-inner {
    width: 100%
}

#sec8 {
    padding: 10px 0 30px;
    background: url(../img/b9-bg.jpg) left top no-repeat #fff;
    background-size: contain
}

#sec8 .flex_left p {
    margin: 0;
    margin-top: -50px;
    font-weight: 700;
    text-align: center
}

#sec8 h2 {
    margin: 50px 0 20px;
    font-size: 56px;
    line-height: 1;
    color: #7c204b;
    text-transform: uppercase
}

#sec8 p {
    margin: 20px 0 0;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif
}

#sec8 p span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

#sec9 {
    padding: 50px 0 10px;
    background-color: #d9e4eb
}

#sec9 h2 {
    margin: 0 auto 40px;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center
}

#sec9 h2 span {
    color: #50203d
}

#sec9 .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.lSSlideWrapper {
    overflow: visible
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lSSlideOuter {
    overflow: visible
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lightSlider {
    overflow: visible
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table
}

.lSSlideOuter .lightSlider>* {
    float: left
}

.rw-slide-inner {
    max-width: 350px;
    min-height: 520px;
    margin: 0 auto;
    padding-bottom: 40px;
    background: #fff url(../img/bottom-icons.jpg) no-repeat center bottom;
    background-size: contain;
    -webkit-box-shadow: 0 0 15px 0 #9696967d;
    box-shadow: 0 0 15px 0 #9696967d
}

.review-name {
    padding: 15px 15px 15px 5px;
    font-size: 0
}

.review-name img {
    display: inline-block;
    width: 42px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 50%
}

.review-name span {
    display: inline-block;
    font-weight: 900;
    font-size: 12px;
    vertical-align: middle
}

.review-image {
    width: 100%;
    margin-bottom: 5px
}

.post-manage {
    min-height: 40px;
    background: url(../img/icons.jpg) no-repeat center top;
    background-size: contain
}

.likes {
    padding: 10px;
    font-weight: 700;
    font-size: 12px
}

.rw-slide-inner p {
    margin: 0;
    padding: 0 10px 10px;
    font-size: 14px
}

.alert {
    margin-top: 20px;
    padding: 25px 20px;
    background-color: #fff
}

.alert h3 {
    margin: 0 0 15px;
    font-size: 32px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    color: red
}

.alert h3,
.b6-right p,
.stage,
h2 {
    text-transform: uppercase
}

.alert h3 span {
    font-size: 52px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #000
}

.alert p {
    margin: 0;
    font-size: 19px;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif
}

#sec10 {
    background-color: #f9eded;
    padding: 40px 0
}

.quality {
    margin: 15px 0 0 30px;
    font-size: 26px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    color: #a81b5d;
    text-align: center
}

#sec10 .flex_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#sec10 .flex_right img {
    display: block;
    width: 100%;
    max-width: 300px;
}

#sec11 {
    padding-bottom: 40px
}

#sec11 .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#sec11 h2 {
    margin-bottom: 40px;
    font-size: 44px;
    text-align: center
}

.stages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap
}

.stage {
    position: relative;
    width: 33%;
    padding: 0 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-align: center
}

.alert h3,
.b6-right p,
.stage,
h2 {
    text-transform: uppercase
}

.stage p {
    margin: 20px 0 0
}

.stage .arrow {
    position: absolute;
    top: 40px;
    right: -10px;
    width: 22px;
    height: 67px
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

#sec9 .lSSlideOuter .lSPager.lSpg {
    padding-top: 30px;
    padding-bottom: 10px
}

#sec9 .lSSlideOuter .lSPager.lSpg {
    padding-top: 30px;
    padding-bottom: 10px
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

#sec9 .lSSlideOuter .lSPager.lSpg>li {
    padding: 0 10px
}

#sec9 .lSSlideOuter .lSPager.lSpg>li {
    padding: 0 10px
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #ff5d55
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #428bca
}

#sec9 .lSSlideOuter .lSPager.lSpg>li a {
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 10px 0 #ababab;
    box-shadow: 1px 1px 10px 0 #ababab
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #ff5d55
}

.slider {
    overflow: hidden
}

#sec9 .lSSlideOuter .lSPager.lSpg>li a {
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 10px 0 #ababab;
    box-shadow: 1px 1px 10px 0 #ababab
}

#sec9 .lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #ff5d55
}

#sec8 .flex_left img {
    max-width: 100%
}

@media all and (max-width:850px) {
    .quality {
        margin: 10px 0
    }

    .wrapper {
        padding: 0 10px
    }

    .flex_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block-2__subtitle {
        font-size: 35px
    }

    .block-2__title {
        font-size: 38px
    }

    #sec4 h2 {
        font-size: 39px
    }

    #sec4 h2 .str-2 {
        font-size: 40px
    }

    #sec6 {
        padding: 10px 0
    }

    #sec6 h2 {
        padding-top: 10px
    }

    #sec6 h2 span {
        font-size: 56px
    }

    .flex_left,
    .flex_right {
        max-width: 100%
    }

    .b7-top .factor {
        width: 50%;
        margin-bottom: 30px;
        padding: 0 10px
    }

    #sec3 .flex_left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }



    #sec6 .flex_right {
        padding-top: 20px
    }

    #sec5 .flex_left img {
        max-width: 200px;
        width: 100%;
        display: block;
        margin: 0 auto
    }

    .man {
        max-width: 500px;
        margin: 0 auto
    }

    #sec8 .flex_left img {
        margin: 0 auto;
        display: block
    }

    #sec2 .flex_wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media all and (max-width:750px) {
    .wrapper {
        padding: 0 15px
    }

    .block-2__subtitle {
        font-size: 32px
    }

    .block-2__title {
        font-size: 34px
    }

    #sec4 h2 {
        font-size: 26px
    }

    #sec4 h2 .str-2 {
        font-size: 26px
    }

    .flex_left,
    .flex_right {
        max-width: 100%
    }

    .stage {
        width: 100%;
        margin: 0 0 50px;
        padding: 0
    }

    .stage .arrow {
        top: inherit;
        right: inherit;
        bottom: -55px;
        left: 50%;
        margin-left: -11px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .orang_text_bottom {
        max-width: 80%;
        margin: 0 auto
    }

    .block_8-top {
        padding-bottom: 40px
    }

    .flex_orang_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .flex_orang_left,
    .flex_orang_right {
        margin: 0 auto
    }

    #sec2 .flex_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media all and (max-width:450px) {
    #sec6 h2 {
        font-size: 39px
    }

    #sec6 h2 span {
        font-size: 49px
    }

    #sec7 h2 {
        font-size: 36px
    }

    #sec8 h2 {
        font-size: 47px
    }

    #sec9 h2 {
        font-size: 27px
    }

    #sec9 {
        padding: 20px 0 10px
    }

    .alert h3 span {
        font-size: 59px
    }

    #sec11 h2 {
        font-size: 30px
    }

    #sec1 h1 {
        font-size: 32px
    }

    #sec6 .flex_right img {
        max-width: 100%
    }

    .input-field .prefix~label {
        font-size: 15px;
    }
}

@media all and (max-width:370px) {
    .b7-top .factor {
        width: 100%
    }

    #sec1 h1 {
        font-size: 23px
    }

    .prod-pluses__title {
        font-size: 19px
    }

    .prod-pluses__text {
        font-size: 16px
    }

    .percent-box__title {
        font-size: 20px
    }

    .percent-box__percent {
        font-size: 22px
    }

    .block-2__subtitle {
        font-size: 25px
    }

    .block-2__title {
        font-size: 26px
    }

    .block-2__cause {
        font-size: 17px
    }

    #sec3 h2 span {
        font-size: 22px
    }

    #sec3 h2 .str-2,
    #sec3 h2 .str-3 {
        font-size: 29px
    }

    .alert_icon {
        width: 50px
    }

    #sec4 h2 {
        font-size: 23px;
        padding-left: 60px
    }

    #sec4 h2 .str-2 {
        font-size: 33px
    }

    #sec5 h2 .str-2 {
        font-size: 32px
    }

    #sec5 h2 .str-3 {
        font-size: 30px
    }

    #sec6 ul li {
        margin-bottom: 10px
    }

    #sec6 h2 {
        font-size: 31px
    }

    #sec6 h2 span {
        font-size: 37px
    }

    #sec6 p {
        font-size: 20px;
        margin: 20px 0 0
    }

    #sec7 h2 {
        font-size: 22px
    }

    #sec8 h2 {
        font-size: 35px
    }

    #sec9 h2 {
        font-size: 21px
    }

    .alert h3 {
        font-size: 25px
    }

    .alert h3 span {
        font-size: 45px
    }

    .quality {
        margin: 10px 0
    }

    #sec11 h2 {
        font-size: 25px
    }
}

p {
    font-size: 18px
}

input[name="name"] {
    background: url(../img/name.jpg) no-repeat left center;
    padding-left: 50px;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 30px;
}

input[name="phone"] {
    background: url(../img/phone.jpg) no-repeat left center;
    padding-left: 50px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

input {
    box-sizing: border-box;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }

    100% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }
}

.last-block .submit-form:after {
    display: inline-block;
    -webkit-animation: dotty steps(1, end) 1.5s infinite;
    animation: dotty steps(1, end) 1.5s infinite;
    content: '';
    position: absolute;
    margin-left: 10px;
}

@-webkit-keyframes dotty {
    0% {
        content: '';
    }

    25% {
        content: '>';
    }

    50% {
        content: '>>';
    }

    75% {
        content: '>>>';
    }

    100% {
        content: '';
    }
}

@keyframes dotty {
    0% {
        content: '';
    }

    25% {
        content: '>';
    }

    50% {
        content: '>>';
    }

    75% {
        content: '>>>';
    }

    100% {
        content: '';
    }
}

.element.button_top_f a,
.submit-form,
.comeback-btn {
    animation: 1s pulse infinite alternate ease-in-out;
}

.submit-form {
    padding: 10px 60px;
}

.element.button_top_f a {
    display: inline-block;
}

.fixed_nav {
    top: -200px;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    border-bottom: 3px solid #084953;
    line-height: 1;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    color: #000;
    z-index: 459
}

.fixed_nav .element {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.elements_wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px 0
}

.element .disc_text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 31.5px
}

.element .disc_text span {
    color: red
}

.element .timer_wrapper {
    font-size: 52px
}

.element.button_top_f a {
    text-decoration: none;
    background: #2196F3;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 35px
}

@media screen and (max-width:450px) {
    .element.button_top_f a {
        padding: 10px 20px;
        font-size: 25px;
    }

    .element .disc_text {
        font-size: 23px
    }

    .element .timer_wrapper {
        font-size: 38px
    }
}

#sec6 .flex_right img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 300px;
}

.comeback_layout {
    display: none;
    position: fixed;
    color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000000;
    background: rgba(0, 0, 0, .75);
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

.comeback_layout::-webkit-scrollbar {
    width: 0
}

.comeback_wrapper {
    width: 100%;
    max-width: 550px;
    margin: 0 auto
}

.comeback_container {
    background: #fff;
    padding: 25px;
    margin-top: 2%;
    text-align: center
}

.comeback_container h1 {
    font-size: 23px
}

.comeback_container .form-group {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    text-align: left
}

.comeback_container .btn {
    display: block;
    width: 240px;
    color: #fff;
    background: #f82a5e;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 auto;
    text-decoration: none
}

.comeback_img {
    margin: 10px auto;
    display: block;
    width: 100%;
    max-width: 300px;
}

.form-horizontal span {
    display: block;
    margin: 20px 0
}

.comeback_close {
    float: right;
    cursor: pointer
}

#comeback p {
    font-size: 16px
}

@media (max-width:700px) {
    .comeback_container h1 {
        line-height: 18px;
        font-size: 16px
    }

    .comeback_img {
        margin: 5px auto
    }

    .comeback_container p {
        line-height: 14px;
        font-size: 15px
    }

    .comeback_container {
        padding: 5px
    }
}

body.comebackerhidden #comeback {
    display: block;
}

footer {
    text-align: center;
    padding: 10px;
}