*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}
::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit;
}
html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body {
    min-width: 320px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    background-color: #fff;
}
footer,
section {
    display: block;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
b {
    font-weight: 700;
}
button,
select {
    text-transform: none;
}
button,
input,
select {
    overflow: visible;
    font: inherit;
    color: inherit;
}
mark {
    color: #000;
    background: transparent;
}
img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
select::-ms-value {
    color: currentColor;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
    appearance: button;
}
button,
html [type="button"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
.container {
    width: 100%;
    max-width: 1054px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section_header {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.section_face {
    padding-bottom: 130px;
    background-image: url(../images/face.jpg);
    background-position: center bottom;
    background-size: cover;
}
.section_man {
    padding-top: 140px;
    background-color: #002236;
}
.section_often {
    background-image: url(../images/often.jpg);
    background-position: center center;
    background-size: cover;
    background-position-x: left;
}
.section_reasons {
    background-image: url(../images/reasons.jpg);
    background-position: center center;
    background-size: cover;
}
.section_warning {
    padding-bottom: 0 !important;
    background-color: #002236;
}
.section_term {
    padding-top: 80px;
    margin-top: -60px;
    background-image: url(../images/term.jpg);
    background-position: center center;
    background-size: cover;
}
.section_help {
    background-image: url(../images/help.jpg);
    background-position: center center;
    background-size: cover;
}
.section_ingredients {
    background-image: url(../images/ingredients.jpg);
    background-position: center bottom;
    background-size: cover;
}
.section_professional {
    background-image: url(../images/professional.jpg);
    background-position: center center;
    background-size: cover;
}
.section_important {
    padding-top: 0 !important;
    padding-bottom: 50px;
}
.section_footer {
    padding-top: 120px;
    background-color: #002236;
}
.section__title {
    font-weight: 700;
    line-height: 1;
    color: #1a244f;
}
.section__title_arrow {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}
.section__title_arrow::before {
    position: absolute;
    top: -20px;
    right: 0;
    width: 30px;
    height: 30px;
    content: "";
    border-top: 7px solid #fff;
    border-right: 7px solid #fff;
}
.section__title_arrow::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 30px;
    height: 30px;
    content: "";
    border-bottom: 7px solid #fff;
    border-left: 7px solid #fff;
}
.section__title_gold::before {
    border-top: 7px solid #eda906;
    border-right: 7px solid #eda906;
}
.section__title_gold::after {
    border-bottom: 7px solid #eda906;
    border-left: 7px solid #eda906;
}
.section__title_red::before {
    border-top: 7px solid #df2922;
    border-right: 7px solid #df2922;
}
.section__title_red::after {
    border-bottom: 7px solid #df2922;
    border-left: 7px solid #df2922;
}
[data-aos][data-aos][data-aos-delay="100"] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-delay="200"] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-delay="300"] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
body[data-aos-duration="400"] [data-aos] {
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
body[data-aos-easing="ease"] [data-aos] {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
[data-aos="fade-up"] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}
[data-aos="fade-right"] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.adress {
    color: #fff;
    text-align: center;
}
.adress a {
    color: #fff;
}
.commits__title {
    margin-bottom: 30px;
    font-size: 60px;
    font-weight: 600;
    color: #007bd7;
    text-align: center;
}
.commits__title span {
    display: block;
    font-size: 30px;
    color: #000;
}
.commits__box .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px !important;
}
.commits__box .owl-dot {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    width: 19px !important;
    height: 19px !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    background-color: transparent !important;
    border: 1px solid #002236 !important;
    border-radius: 50% !important;
}
.commits__box .owl-dot.active {
    background-color: #002236 !important;
}
.commits__box .owl-dot:focus {
    outline: none;
}
.commits__box .owl-dot span {
    display: none !important;
}
.commits__box .owl-nav {
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.commits__box .owl-nav button {
    display: inline-block;
    width: 31px;
    height: 36px;
    background-size: cover;
}
.commits__box .owl-nav button span {
    display: none;
}
.commits__box .owl-nav button:focus {
    outline: none;
}
.commits__box .owl-nav .owl-prev {
    background-image: url(../images/prev.png) !important;
}
.commits__box .owl-nav .owl-next {
    background-image: url(../images/next.png) !important;
}
.commits__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-radius: 35px;
}
.commits__face {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    height: 220px;
    margin-right: 35px;
    overflow: hidden;
    background-color: #000;
    border-radius: 50%;
}
.commits__name {
    padding: 15px 50px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    background-color: #002236;
}
.commits__description {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.commits__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 100px;
    background-color: #d6ecfc;
}
.face__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.face__box:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.face__title {
    margin-bottom: 5px;
    font-family: "HeadingProTrial", sans-serif;
    font-size: 109px;
    font-weight: 700;
    color: #212121;
    text-transform: uppercase;
}
.face__subtitle {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #212121;
    text-transform: uppercase;
}
.face__subtitle mark {
    color: #007bd7;
}
.face__list-item {
    position: relative;
    min-height: 42px;
    padding-left: 55px;
    font-size: 20px;
}
.face__list-item mark {
    display: block;
    font-weight: 700;
    color: #007bd7;
}
.face__list-item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    content: "";
    background-image: url(../images/icon.png);
}
.face__list-item + .face__list-item {
    margin-top: 10px;
}
.face__price {
    margin-top: 20px;
}
.face__price-new {
    font-size: 24px;
    font-weight: 600;
    color: #007bd7;
    text-transform: uppercase;
}
.face__price-new span {
    display: block;
    font-size: 65px;
    font-weight: 900;
    line-height: 0.9;
    color: #007bd7;
}
.face__price-old {
    font-size: 18px;
    font-weight: 600;
    text-decoration: line-through;
}
.face__product {
    position: absolute;
    bottom: -225px;
    left: 50%;
    margin-left: -25px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.face__product-popular {
    position: absolute;
    top: -68px;
    right: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 116px;
    height: 116px;
    font-family: "HeadingProTrial", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    content: "";
    background-image:url(../images/natural.png);
    background-size: cover;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.face__product-natural {
    position: absolute;
    top: -68px;
    right: 193px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 127px;
    height: 127px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    content: "";
    background-image:  url(../images/popular.png);
    background-size: cover;
}
.face__product-natural span {
    display: block;
    margin-top: 5px;
    font-size: 10px;
}
.form {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 345px;
    padding: 0 40px 40px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #186fa3;
    border-radius: 35px;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08);
}
.form__time {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: -40px;
    margin-left: -40px;
    background-color: #186fa3;
}
.form__time-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.form__time-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.form__time-box > span {
    margin-right: 3px;
    margin-left: 3px;
    font-size: 28px;
    font-weight: 500;
    line-height: 49px;
}
.form__time-count {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 50%;
}
.form__time-count span {
    display: block;
    font-weight: 500;
}
.form__time-count span:first-child {
    font-size: 23px;
    font-weight: 700;
    line-height: 56px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
.form__time-count span:last-child {
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 100%;
    font-size: 15px;
    text-align: center;
}
.form__label {
    position: relative;
    display: block;
    margin-top: 25px;
}
.form__label span {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: 0.1s transform;
    -o-transition: 0.1s transform;
    transition: 0.1s transform;
    -webkit-transform: translateY(17px);
    -ms-transform: translateY(17px);
    transform: translateY(17px);
}
.form__field {
    display: block;
    width: 100%;
    height: 55px;
    padding: 10px 25px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 30px;
}
.form__field:focus {
    outline: none;
}
.form__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(../media/form/arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 10px;
}
.form__select option {
    color: #000;
}
.form__btn {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background: #7dbfe2;
    background: -webkit-gradient(linear, left top, left bottom, from(#7dbfe2), to(#3c66ce));
    background: -o-linear-gradient(top, #eb5a60 0%, #ED1B23 100%);
    background: linear-gradient(180deg, #eb5a60 0%, #ED1B23 100%);
    border: none;
    border-bottom: 7px solid #c50007;
    border-radius: 30px;
}
.form__btn mark {
    font-weight: 900;
    color: #fff;
}
.form__btn:hover {
    margin-top: 22px;
    border-bottom: 0;
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}
.form__btn:focus {
    outline: none;
}
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
}
.header__logo {
    padding-right: 25px;
    font-family: "HeadingProTrial", sans-serif;
    font-size: 46px;
    color: #212121;
    text-transform: uppercase;
    border-right: 1px solid #d2d6d9;
}
.header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    margin-left: 15px;
}
.header__item-media {
    margin-right: 10px;
}
.header__item-info {
    font-size: 17px;
    font-weight: 600;
    color: #262324;
}
.header__item-info span {
    display: block;
    color: #0f76b9;
}
.header__btn {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #00c350;
    background-image: -webkit-gradient(linear, left top, right top, from(#00c350), to(#0089fb));
    background-image: -o-linear-gradient(left, #00c350 0%, #0089fb 100%);
    background-image: linear-gradient(90deg, #00c350 0%, #0089fb 100%);
    border-radius: 35px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.header__btn:hover {
    background-position-x: 200px;
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
}
.help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.help__box:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
.help__box:last-child {
    max-width: 635px;
}
.help__product {
    position: relative;
    margin-top: 30px;
}
.help__product-discond {
    position: absolute;
    top: 30px;
    right: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 104px;
    height: 104px;
    font-family: "HeadingProTrial", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-image: url(../images/popular.png);
    background-size: cover;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.help__product-discond mark {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 0.8;
    color: #f7c600;
}
.help__title {
    margin-bottom: 17px;
    font-family: "HeadingProTrial", sans-serif;
    font-size: 85px;
    text-transform: uppercase;
}
.help__subtitile {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.help__subtitile mark {
    color: #007bd7;
}
.help__subtitile + .help__subtitile {
    margin-top: 30px;
}
.help__subtitile.section__title_arrow {
    margin-left: -20px;
}
.help__list {
    margin-top: 30px;
}
.help__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 42px;
    padding-left: 60px;
    font-size: 24px;
    font-weight: 500;
    background-image: url(../images/check.png);
    background-position: left top;
}
.help__item + .help__item {
    margin-top: 15px;
}
.help__btn {
    text-align: center;
}
.help__btn a {
    display: inline-block;
    padding: 20px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: #7dbfe2;
    background: -webkit-gradient(linear, left top, left bottom, from(#7dbfe2), to(#3c66ce));
    background: -o-linear-gradient(top, #eb5a60 0%, #ED1B23 100%);
    background: linear-gradient(180deg, #eb5a60 0%, #ED1B23 100%);
    border: none;
    border-bottom: 7px solid #c50007;
    border-radius: 30px;
}
.help__btn a mark {
    font-weight: 900;
    color: #fff;
}
.help__btn a:hover {
    margin-top: 22px;
    border-bottom: 0;
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}
.help__btn a:focus {
    outline: none;
}
.important__title {
    font-size: 30px;
    font-weight: 600;
    color: #df2922;
    text-align: center;
    text-transform: uppercase;
}
.important__title mark {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #202020;
    text-transform: none;
}
.ingredients__title {
    margin-bottom: 60px;
    font-size: 48px;
    font-weight: 800;
    color: #007bd7;
    text-align: center;
    text-transform: uppercase;
}
.ingredients__title mark {
    display: block;
    margin-top: 5px;
    font-size: 24px;
    font-weight: 500;
}
.ingredients__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -30px;
}
.ingredients__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ingredients__item {
    position: relative;
    min-height: 129px;
    padding-left: 150px;
    margin-top: 30px;
}
.ingredients__media {
    position: absolute;
    top: 0;
    left: 0;
}
.ingredients__name {
    font-size: 18px;
    font-weight: 800;
    color: #007bd7;
}
.ingredients__description {
    font-size: 18px;
}
.ingredients__wrap {
    position: relative;
    padding-right: 460px;
}
.ingredients__product {
    position: absolute;
    right: 0;
    bottom: -60px;
}
.ingredients__product-popular {
    position: absolute;
    top: 30%;
    left: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 113px;
    color: #fff;
    /*background-image: url(../media/ingredients/popular.png);*/
    background-size: cover;
}
.man__title {
    position: relative;
    max-width: 837px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    font-size: 48px;
    color: #d69803;
    text-align: center;
    text-transform: uppercase;
}
.man__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.man__description {
    max-width: 530px;
}
.man__description p {
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
}
.man__description p:first-child {
    margin-bottom: 30px;
    color: #fff;
}
.man__description p:last-child {
    font-weight: 700;
}
.man__description p:last-child mark {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    margin-left: -10px;
    font-size: 33px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    background-color: #df2922;
}
.man__description p span {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #df2922;
    text-transform: uppercase;
}
.often__title {
    max-width: 850px;
    margin-bottom: 60px;
    font-size: 52px;
    color: #df2922;
    text-transform: uppercase;
}
.often__description {
    font-size: 24px;
}
.often__description span {
    display: block;
}
.often__description span + span {
    margin-top: 40px;
    margin-bottom: 110px;
}
.often__description span + span mark {
    position: relative;
}
.often__description span + span mark::before {
    position: absolute;
    bottom: -60px;
    left: 74%;
    width: 209px;
    height: 42px;
    content: "";
    background-image: url(../images/arrow.png);
    background-size: cover;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.often__description span mark {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background-color: #df2922;
}
.often__description p {
    max-width: 640px;
}
.often__description p b {
    font-weight: 700;
}
.professional__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1016px;
    min-height: 797px;
    padding: 95px 125px 125px 155px;
    background-image: url(../images/list.png);
}
.professional__title {
    margin-bottom: 30px;
    font-size: 48px;
    color: #008f3a;
}
.professional__description {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 22px;
}
.professional__description p:nth-child(1) {
    margin-bottom: 20px;
}
.professional__description p:nth-child(1) mark {
    font-weight: 600;
    color: #df2922;
}
.professional__description p:nth-child(2) mark {
    font-weight: 800;
    color: #007bd7;
}
.professional__id {
    margin-top: 15px;
    margin-left: auto;
    font-weight: 700;
    color: #007bd7;
}
.professional__human {
    position: absolute;
    bottom: -60px;
    left: -400px;
    z-index: -1;
}
.reasons {
    max-width: 540px;
    margin-left: auto;
}
.reasons__title {
    margin-bottom: 60px;
    font-size: 61px;
    color: #212121;
    text-align: center;
    text-transform: uppercase;
}
.reasons__list-item {
    min-height: 59px;
    padding-left: 80px;
    background-position: left top;
}
.reasons__list-item span {
    position: relative;
    display: block;
    padding-left: 15px;
    font-size: 18px;
}
.reasons__list-item span b {
    font-weight: 700;
}
.reasons__list-item span::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    content: "";
    background-color: #df2922;
    border-radius: 50%;
}
.reasons__list-item:nth-child(1) {
    background-image: url(../images/icon-1.png);
}
.reasons__list-item:nth-child(2) {
    background-image: url(../images/icon-2.png);
}
.reasons__list-item:nth-child(3) {
    background-image: url(../images/icon-3.png);
}
.reasons__list-item:nth-child(4) {
    background-image: url(../images/icon-4.png);
}
.reasons__list-item + .reasons__list-item {
    margin-top: 30px;
}
.term__title {
    font-size: 60px;
    color: #fff;
    text-align: center;
}
.term__title span {
    display: block;
}
.term__title mark {
    color: #fbb100;
}
.warning__title {
    margin-bottom: 60px;
    font-size: 60px;
    color: #df2922;
    text-align: center;
    text-transform: uppercase;
}
.warning__title span {
    display: block;
}
.warning__title mark {
    display: inline-block;
    font-size: 33px;
    line-height: 1.2;
    color: #fff;
}
.warning__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 388px;
    padding: 100px 60px 0;
    background-image: url(../images/bg.png);
    background-position: center;
    background-size: auto 100%;
}
.warning__item {
    width: 25%;
    font-size: 20px;
    text-align: center;
}
.warning__media {
    margin-bottom: 15px;
}
@media (max-width: 1280px) {
    .commits__name {
        text-align: left;
    }
    .commits__face {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        max-width: 120px;
        height: 120px;
        background-color: #000;
    }
    .commits__description {
        font-size: 16px;
        line-height: 1.2;
    }
}
@media (max-width: 1054px) {
    .container {
        max-width: 768px;
    }
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section_man {
        padding-top: 170px;
        padding-bottom: 40px;
    }
    .section_often {
        background-image: url(../images/often-1054.jpg);
    }
    /*.section_reasons{background-image:url(../images/reasons-1054.jpg)}*/
    .section_footer {
        padding-top: 80px;
    }
    .section_term {
        padding-top: 65px;
    }
    .section__title {
        font-size: 42px;
        line-height: 1;
    }
    .face__title {
        font-size: 62px;
    }
    .face__product {
        bottom: -115px;
        max-width: 300px;
        margin-left: -30px;
    }
    .face__list {
        margin-bottom: 30px;
    }
    .face__list-description {
        font-weight: 600;
    }
    .face__product-popular {
        right: 60px;
        width: 98px;
        height: 100px;
    }
    .face__product-natural {
        top: 6px;
        right: 149px;
        width: 104px;
        height: 97px;
    }
    .form {
        max-width: 275px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .form__time {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: -15px;
        margin-left: -15px;
    }
    .header {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .header__logo {
        padding-right: 0;
        border: none;
    }
    .header__item-info {
        font-size: 14px;
    }
    .header__item-media {
        max-width: 23px;
    }
    .header__btn {
        font-size: 13px;
    }
    .help {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .help__product {
        max-width: 524px;
        margin-right: auto;
        margin-left: auto;
    }
    .ingredients__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ingredients__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0;
    }
    .ingredients__product {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: 461px;
        margin-right: auto;
        margin-left: auto;
    }
    .man__description p:last-child mark {
        font-size: 28px;
    }
    .professional__list {
        min-height: auto;
        padding: 30px;
        background-color: #fff;
        background-image: none;
        border: 15px solid #f0f0f0;
    }
    .professional__id-name {
        font-size: 16px;
    }
    .professional__human {
        bottom: 0;
        left: 0;
        z-index: 1;
        max-width: 300px;
    }
    .professional__description {
        font-size: 19px;
    }
    .professional__description p:nth-child(2) span {
        display: inline-block;
        padding-left: 300px;
    }
    .reasons {
        max-width: 445px;
    }
    .warning__box {
        height: 305px;
        padding-top: 60px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .warning__item {
        font-size: 16px;
    }
    .warning__title mark {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .container {
        max-width: 480px;
    }
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section_face {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section_reasons {
        background-image: url(../images/reasons-768.jpg);
    }
    .section_term {
        padding-top: 90px;
    }
    .section__title {
        font-size: 36px;
    }
    .commits__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .commits__face {
        width: 120px;
        height: 120px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .commits__description {
        font-weight: 400;
        text-align: center;
    }
    .face__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .face__product-popular {
        width: 80px;
        height: 80px;
        font-size: 17px;
    }
    .face__box {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
    .face__title {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 62px;
    }
    .face__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .face__list-item {
        font-size: 16px;
    }
    .face__product {
        position: relative;
        bottom: auto;
        left: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        margin-left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .face__product::before {
        display: none;
    }
    .face__product::after {
        display: none;
    }
    .face__product-natural {
        top: 168px;
        right: 125px;
        width: 70px;
        height: 70px;
        font-size: 14px;
    }
    .face__product-natural span {
        font-size: 6px;
    }
    .form {
        max-width: 100%;
        margin: 20px auto 0;
    }
    .header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -10px;
        justify-content: center;
    }
    .header__item {
        margin-top: 10px;
    }
    .header__item:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .header__item:nth-child(2) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .header__item:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header__item:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .help__subtitile {
        font-size: 17px;
    }
    .help__subtitile::before {
        display: none;
    }
    .help__subtitile::after {
        display: none;
    }
    .help__subtitile + .help__subtitile {
        margin-top: 10px;
    }
    .help__title {
        font-size: 60px !important;
    }
    .ingredients__title {
        font-size: 31px;
    }
    .ingredients__title mark {
        font-size: 20px;
    }
    .ingredients__media {
        max-width: 80px;
    }
    .ingredients__item {
        padding-left: 95px;
    }
    .man__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .often__description span {
        font-size: 18px;
    }
    .often__description span + span {
        margin-bottom: 80px;
    }
    .often__title {
        max-width: 370px;
    }
    .professional__description {
        font-size: 18px;
    }
    .professional__description p:nth-child(2) {
        padding-bottom: 90px;
    }
    .professional__description p:nth-child(2) span {
        display: inline;
        padding-left: 0;
    }
    .professional__human {
        max-width: 170px;
    }
    .professional__id {
        margin-top: 0;
    }
    .professional__id img {
        max-width: 140px;
    }
    .reasons {
        max-width: 100%;
        margin-left: 0;
    }
    .reasons__list-item {
        padding-left: 50px;
        background-size: 40px;
    }
    .warning__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding: 0 30px 30px;
        background-color: #fff;
        background-image: none;
        border-radius: 30px;
    }
    .warning__item {
        width: 50%;
        margin-top: 30px;
    }
}
@media (max-width: 480px) {
    .face__product-popular{
      display: none;
    }
    .container {
        max-width: 100%;
    }
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section_man {
        padding-top: 60px;
    }
    .section_term {
        padding-top: 90px;
    }
    .section__title {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 1;
    }
    .commits__info {
        padding-right: 15px;
        padding-left: 15px;
    }
    .commits__name {
        font-size: 17px;
    }
    .face__title {
        margin-bottom: 10px;
        font-size: 48px;
    }
    .face__list {
        margin-bottom: 20px;
    }
    .face__product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }
    .face__list-item {
        min-height: 25px;
        padding-left: 30px;
        font-size: 15px;
    }
    .face__list-item::before {
        top: 4px;
        width: 25px;
        height: 25px;
        background-size: cover;
    }
    .face__subtitle {
        margin-bottom: 20px;
    }
    .form {
        max-width: 100%;
    }
    .form__btn {
        font-size: 20px;
    }
    .header__btn {
        padding-top: 12px;
        font-size: 10px;
    }
    .header__logo {
        font-size: 40px;
    }
    .help__item {
        font-size: 20px;
    }
    .help__product-discond mark {
        font-size: 22px;
    }
    .container {
        max-width: 100%;
    }
    .ingredients__product-popular {
        width: 80px;
        height: 75px;
        font-size: 12px;
    }
    .ingredients__title {
        margin-bottom: 20px;
    }
    .ingredients__description {
        font-size: 16px;
        text-shadow: 1px 1px 1px #fff;
    }
    .ingredients__media {
        max-width: 55px;
    }
    .ingredients__item {
        padding-left: 65px;
    }
    .man__description p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.2;
    }
    .man__description p span {
        font-size: 38px;
    }
    .man__description p:last-child {
        line-height: 1.2;
    }
    .man__description p:last-child mark {
        display: inline;
        font-size: inherit;
        text-transform: none;
        background-color: transparent;
    }
    .man__description p:first-child {
        margin-bottom: 15px;
    }
    .man__title {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 22px;
    }
    .often__title {
        max-width: 312px;
        margin-bottom: 40px;
        font-size: 22px;
    }
    .often__description span + span {
        margin-top: 20px;
    }
    .often__description span + span mark::before {
        bottom: -60px;
    }
    .often__description p {
        font-size: 18px;
    }
    .professional__list {
        padding: 30px 15px;
    }
    .reasons__title {
        margin-bottom: 60px;
    }
    .warning__title {
        margin-bottom: 60px;
    }
    .warning__box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 15px 15px;
    }
    .warning__item {
        width: calc(50% - 7.5px);
        margin-top: 15px;
    }
}
@media (max-width: 430px){
  .face__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 0;
  }
  .face__price {
      text-align: center;
  }
  .face__product-natural {
      top: 10px;
      right: 174px;
  }
  .face__product-popular {
      top: 8px;
  }
  .face__list-body {
      width: 100%;
  }
  .face__list-item {
      font-size: 18px;
  }

  .face__product {
      margin-right: auto;
      margin-left: auto;
  }
  .face__subtitle {
      font-size: 20px;
  }
}
@media (max-width: 400px) {




    .form {
        margin-top: 0;
    }
    .header__logo {
        font-size: 32px;
    }
    .header__btn {
        padding-right: 15px;
        padding-left: 15px;
    }
    .header__item {
        margin-top: 10px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .header__item:nth-child(4) {
        margin-left: 0;
    }
    .header__item:nth-child(2) {
        margin-left: 0;
    }
    .header__item-info {
        font-size: 12px;
    }
    .professional__human {
        max-width: 120px;
    }
    .professional__description p:nth-child(2) {
        padding-bottom: 60px;
    }
    .professional__id img {
        max-width: 105px;
    }

}
@media (max-width: 398px) {
    .help__product-discond {
        top: -24px;
    }
}
.prod--img {
    max-width: 390px;
    width: 100%;
}
@media (max-width: 480.5px) {
    .commits__box .owl-nav {
        top: 33%;
    }
}


footer.copyright {
    padding: 0 0 20px;
    text-align: center;
    color: #fff;
}
.box_footer{
  max-width: 400px;
  margin: 10px auto;
}
.box_footer a,.box_footer a:hover{
  text-decoration: none;
  color: #fff;
}
.box_footer span{
  color: #fff;
}
.ingredients__item_60{
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
  padding-left: 30px;
}
.ingredients__item_40{
  width: 40%;
  margin: 0 auto;
  padding-left: 0;
}
.prod--img{
  display: block;
  margin: 0 auto;
  margin-top: 4px;
}
.section_ingredients{
  padding-top: 20px;
  padding-bottom: 0px;
}
.section_c{
  padding: 20px 0px;
}
.section_c h2{
  font-size: 40px;
  font-weight: 800;
  text-align: center;
text-transform: uppercase;
padding: 10px 0px;
}
.section_c h2 span{
  color: #007bd7;
}
.box__p{
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
.box__p img{
  position: absolute;
  top: 17px;
  left: 5px;
}
.box__p span{
  display: block;
  padding-left: 64px;
}
.margin_box__p{
  margin-top: 41px !important;
  padding-left: 20px !important;
}
@media (max-width: 1055px){
  .box__p{
    padding: 25px 0;
  }
  .margin_box__p{
    margin-top: 10px !important;
  }
  .section_ingredients{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ingredients__item_60{
    margin-top: 0px;
  }
  .ingredients__item_60,.ingredients__item_40{
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .prod--img{
    margin-top: -20px;
  }

}
@media (max-width: 800px){
  .img_ingr_m{
    max-width: 600px;
    width: 100%;
    margin: 10px auto;
  }
  .margin_box__p{
    margin-top: 4px !important;
    padding-left: 0px !important;
  }
}
@media (max-width: 500px){
  .section_c h2{
    font-size: 30px;
    padding: 0 5px;
  }
}
@media (max-width: 460px){
  .ingredients__item_60{
    padding-left: 0 !important;
  }
  .margin_box__p .box__p:first-child img{
    top: 10px;
  }
  .prod--img {
    margin-top: 34px;
  }
}
@media (max-width: 430px){
  .nav_scrol{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
  }
  .nav_scrol div .ingr_m{
    display: none;
  }
  .nav_scrol div .logo_m img{
    width: 50%;
  }
  .box_footer a{
    display: block;
    text-align: center;
    margin-top: 5px;
  }
  .box_footer span{
    display: none;
  }
  .box_footer{
    margin: 0 auto;
  }
  footer.copyright{
    margin-top: 10px;
  }
  .section_footer{
    padding-top: 1px;
  }
}
@media (max-width:338px){
  .nav_scrol div div .logo_m{
    margin-right: 0;
  }
}
/* col */
.col___12{
	width: 100%;
}
.col___6{
	width: 50%;
}
.col___5{
	width: 20%;
}
.col___4{
	width: 33.333333%;
}
.col___3{
	width: 25%;
}
.col___2{
	width: 16.666667%;
}
.col___1{
	width: 10%;
}
/* .pull-left{
	float: left;
} */
[class*="col___"]{
	float: left;
	margin:0 auto;
	display: block;
}
/* .clear::after{
	content: "";
	clear: both;
	display: block;
} */
.clear-fix{
	content: "";
	clear: both;
	display: block;
}
.section___mobile{display: none;}
.col___mobile_6{display: none;}
.container__small {
    max-width: 700px;
    margin: 0 auto;
}
@media (max-width: 1300px){
	.col___3{
	 	width: 50%;
	 }
	.col___1{
		display:none;

	}
	.col___5{
		width: 100%;

	}
	.col___2{
		width: 50%;

	}
}
@media (max-width: 800px) {
	.mobile__justify{
		text-align: justify;
	}
	.mobile__left {
    text-align: left !important;
	}
	.col___mobile_6{width: 50%;}
	.section___mobile{display: block;}
	.section___desktop{display: none;}
	.col___4,.col___6,.col___3,.col___2{
	 	width: 100%;
	}
}
