@font-face {
    font-display: auto;
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
}
body,
html {
    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;
}
.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: 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: 24px;
    color: #fff;
}
.prod-pluses__text {
    font-size: 20px;
    color: #fff;
}
.block-01__prod-price {
    padding: 10px 15px;
    background: #910439;
    border-radius: 5px 5px 5px 5px;
    max-width: 400px;
    margin: 20px auto 40px;
    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: 45px 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 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    top: 0.5rem;
}
input:not(.browser-default) {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0;
    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 0.3s, -webkit-box-shadow 0.3s;
    transition: border 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s, border 0.3s;
    transition: box-shadow 0.3s, border 0.3s;
    transition: box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
}
.form-box {
    max-width: 400px;
    margin: 40px auto 20px;
}
.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: 0.5px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.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: 63px;
    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: 0.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: 32px;
    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: 46px;
    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: 60px;
    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: 36px;
    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 {
    width: 100%;
    max-width: 100%;
}
#sec6 {
    padding: 50px 0;
    background: url("../img/b6-bg.jpg") center bottom no-repeat #e0eaf0;
    background-size: cover;
}
#sec6 ul {
    margin: 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: 48px;
    line-height: 0.9;
    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:first-child .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 .lSPager,
.lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none outside none;
}
.lightSlider:after,
.lightSlider:before {
    content: " ";
    display: table;
}
.lSSlideOuter .lightSlider > * {
    float: left;
}
.rw-slide-inner {
    max-width: 320px;
    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 30px;
    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: 40px;
    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;
}
#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 .lSPager,
.lSSlideOuter .lightSlider {
    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.active a,
.lSSlideOuter .lSPager.lSpg > li:hover 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 img {
        margin: 0 auto;
        display: block;
    }
    #sec6 .flex_right {
        padding-top: 20px;
    }
    #sec5 .flex_left img {
        max-width: 400px;
        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: 35px;
    }
    #sec4 h2 .str-2 {
        font-size: 38px;
    }
    .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: 45px;
   
}
input[name="phone"] {
    background: url("../img/phone.jpg") no-repeat left center;
    padding-left: 50px;
    box-sizing: border-box;
    margin-bottom: 45px;
}
input {
    box-sizing: border-box;
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    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 {
    animation: 1s pulse infinite alternate ease-in-out;
}
.submit-form {
    padding: 10px 60px;
}
.element.button_top_f a {
    display: inline-block;
}
.review-slider{
	display: flex;
	justify-content: space-between;
}
.slick-arrow{
	display: none !important;
}
.slick-dots{
	display: flex;
	justify-content: center;
}
.slick-dots li{
	padding: 0 10px;
}
.slick-dots button{
	border: none;
	font-size: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #4498cc;
	background: transparent;
}
.slick-dots .slick-active button{
	background: #4498cc;
}
@media(max-width: 991px){
	#sec9 .wrapper{
		padding: 0 !important;
	}
	.rw-slide-inner {
    max-width: 290px;}
}