*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    line-height: 1;
}

label {
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

:focus {
    outline: none;
}

p {
    margin: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
}

iframe {
    border: none;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

button,
input,
select,
textarea {
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input {
    width: 100%;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-align: left;
    text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    cursor: pointer;
    -webkit-appearance: none;
}

textarea {
    overflow-x: hidden;
    overflow-y: auto;
    resize: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
}

select::-ms-expand {
    display: none;
}

.img-center img {
    margin: 0 auto;
}

.space-between {
    text-align: justify;
}

.space-between:after {
    display: inline-block;
    width: 100%;
    content: '';
}

.clearfix:after {
    display: block;
    clear: both;
    content: '';
}

.wrapper {
    overflow: hidden;
}

/*.sprite {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 1px;
    height: 1px;
    opacity: 0;
}*/

.problem__title,
.composition__title,
.research__title,
.benefit__title,
.changes__title,
.advantages__title,
.order__title,
.instruction__title,
.result__title,
.reviews__title {
    margin-bottom: 20px;
    font-family: "Merriweather", serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.problem__title span,
.composition__title span,
.research__title span,
.benefit__title span,
.changes__title span,
.advantages__title span,
.order__title span,
.instruction__title span,
.result__title span,
.reviews__title span {
    font-style: italic;
    color: #6f9528;
    font-size: 22px;
}

.benefit__subtitle,
.result__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #6c757d;
    text-align: center;
}

.form__content,
.changes__content,
.result__list,
.reviews__content {
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.form__content--wrapper,
.changes__content--wrapper,
.result__list--wrapper,
.reviews__content--wrapper {
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}

body {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #ecf6ff;
}

.container {
    max-width: 320px;
    padding: 0 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.img {
    text-align: center;
}

.btn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 290px;
    padding: 25px 25px 30px 25px;
    font-size: 20px;
    font-weight: 900;
    color: #886c24;
    text-align: center;
    text-transform: uppercase;
    background: #d3a83c;
    border-radius: 50px;
    z-index: 5;
}

.btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(#fcc94a), to(#ffecaa));
    background: -o-linear-gradient(bottom, #fcc94a 0%, #ffecaa 100%);
    background: linear-gradient(to top, #fcc94a 0%, #ffecaa 100%);
    border-radius: 50px;
    -webkit-box-shadow: inset 0 -30px 30px -30px #fff, 0 10px 30px 0 rgba(147, 117, 41, 0.3);
    box-shadow: inset 0 -30px 30px -30px #fff, 0 10px 30px 0 rgba(147, 117, 41, 0.3);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.btn span {
    position: relative;
    z-index: 20;
    display: block;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.btn:hover:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.btn:hover span {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.form {
    position: relative;
    z-index: 40;
    display: inline-block;
    max-width: 360px;
    text-align: center;
}

.form__title {
    margin-bottom: 20px;
    font-family: "Merriweather", serif;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    font-size: 24px;
    font-style: italic;
}

.form__title span {
    color: #6f9528;
    font-size: 24px;
}

.form__discount {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 25px;
    overflow: hidden;
    font-family: "Fira Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #ff2b2a;
}

.form__discount::before,
.form__discount:after {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    content: '';
    border: 22px solid transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form__discount::before {
    left: 0;
    border-left-color: #fff;
}

.form__discount:after {
    right: 0;
    border-right-color: #fff;
}

.form__discount span {
    position: relative;
    padding: 0 15px;
}

.form__discount span::before,
.form__discount span:after {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    content: '';
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form__discount span::before {
    left: 0;
}

.form__discount span:after {
    right: 0;
}

.form__select {
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    background: #f8f9fa;
    border-radius: 5px;
    -webkit-box-shadow: inset -2px 0px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset -2px 0px 3px 0 rgba(0, 0, 0, 0.1);
}

.form__select:after {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    content: '';
    border: solid transparent;
    border-width: 6px 6px 0;
    border-top-color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999999999;
}

.form__select select {
    position: relative;
    z-index: 20;
    padding: 0 20px;
    line-height: 50px;
    height: 50px;
    background: #ededed;
}

.form__inp {
    margin-bottom: 20px;
    font-size: 16px;
    background: #f8f9fa;
    -webkit-box-shadow: inset -2px 0px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset -2px 0px 3px 0 rgba(0, 0, 0, 0.1);
}

.form__inp input {
    padding: 0 20px;
    line-height: 50px;
    background: #ededed;
    height: 50px;
}

.form__price {
    margin-bottom: 20px;
}

.price {
    font-size: 0;
    text-align: center;
}

.price__new {
    display: inline-block;
    margin-right: 20px;
    font-size: 32px;
    font-weight: 700;
    color: #6f9528;
    vertical-align: middle;
}

.price__old {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #6c757d;
    vertical-align: middle;
}

.price__old:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    border-bottom: 2px solid #6c757d;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.header__section {
    position: relative;
    padding: 20px 0;
}

.header__section:after {
    position: absolute;
    top: 150px;
    left: 30px;
    width: 497px;
    height: 296px;
    content: '';
    background: url("../img/header-bg__sm.png");
    background-size: cover;
}

.header__title,
.footer__title {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    font-size: 54px;
    font-weight: 700;
    background: -webkit-gradient(linear, left bottom, left top, from(#fca041), to(#eb005e));
    background: -o-linear-gradient(bottom, #fca041 0%, #eb005e 100%);
    background: linear-gradient(to top, #fca041 0%, #eb005e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.header__mark {
    display: none;
}

.header__subtitle,
.footer__subtitle {
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    font-family: "Merriweather", serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.2;
    color: #6f9528;
}

.header__list,
.footer__list {
    position: relative;
    z-index: 2;
    padding-right: 60%;
    margin-bottom: 20px;
}

.header__list:after,
.footer__list:after {
    position: absolute;
    bottom: -15px;
    left: 40%;
    width: 107px;
    height: 216px;
    content: '';
    background: url("../img/prod-1__sm.png");
    background-size: cover;
}

.header__item,
.footer__item {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

.header__item:last-child,
.footer__item:last-child {
    margin-bottom: 0;
}

.header__btn {
    text-align: center;
}

.problem__section {
    padding: 20px 0;
}

.problem__item {
    margin-bottom: 25px;
    text-align: center;
}

.problem__item:last-child {
    margin-bottom: 0;
}

.problem__icon {
    width: 45px;
    height: 45px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    background: #fff url("../img/image.png");
    background-size: cover;
    border-radius: 10px;
    -webkit-box-shadow: 6px 4px 21px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 6px 4px 21px 0 rgba(0, 0, 0, 0.1);
}

.problem__icon svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    fill: url(#gradient);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.problem__name {
    margin-bottom: 10px;
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
}

.problem__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
}

.composition__section {
    position: relative;
    padding: 20px 0;
}

.composition__title {
    position: relative;
    z-index: 20;
    margin-bottom: 50px;
}

.composition__list {
    position: relative;
    z-index: 20;
    font-size: 0;
    text-align: center;
}

.composition__list--wrapper {
    position: relative;
    display: block;
    padding-top: 320px;
    margin-top: -30px;
}

.composition__list--wrapper::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 20;
    content: '';
    background: url("../img/prod.png") center no-repeat;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 400px;
    height: 400px;
}

.composition__list--wrapper:after {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    background: -o-radial-gradient(center, circle, #fff 0%, #fff 40%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.5) 60%, transparent 60%, transparent 100%) no-repeat;
    background: radial-gradient(circle at center, #fff 0%, #fff 40%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.5) 60%, transparent 60%, transparent 100%) no-repeat;
    border: 2px dashed #8fa5ba;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.composition__img {
    margin-bottom: 10px;
}

.composition__name {
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.2;
}

.composition .bx-wrapper {
    position: relative;
}

.composition .bx-controls {
    position: absolute;
    top: 50%;
    z-index: 1000;
    width: 100%;
    text-align: center;
}

.composition .bx-controls svg {
    fill: #8fa5ba;
}

.composition .bx-prev {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.composition .bx-next {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
}

.composition .bx-pager {
    display: inline-block;
    font-family: "Merriweather", serif;
    font-size: 22px;
    font-weight: 900;
}

.composition .bx-pager-item {
    display: inline-block;
}

.composition .bx-pager-item:first-child {
    color: #6f9528;
}

.composition .bx-pager-item:first-child:after {
    color: #000;
    content: '/';
}

.steps__section {
    position: relative;
    padding: 20px 0;
}

.steps__list {
    position: relative;
    z-index: 20;
    padding: 20px 0;
    text-align: center;
}

.steps__list:after {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    content: '';
    border-right: 1px dashed #8fa5ba;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.steps__item {
    position: relative;
    padding: 40px 15px 10px;
    margin-bottom: 15px;
}

.steps__item::before,
.steps__item:after {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.steps__item::before {
    z-index: 10;
    background: #8fa5ba;
    border: 4px solid #fff;
}

.steps__item:after {
    z-index: 20;
    background: transparent;
    border: 1px solid #8fa5ba;
}

.steps__item:last-child {
    margin-bottom: 0;
}

.steps__name {
    margin-bottom: 10px;
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    color: #6f9528;
}

.steps__text {
    line-height: 1.25;
}

.steps__text span {
    color: #ff2b2a;
}

.research {
    background: url("../img/research-bg.jpg") center no-repeat;
    background-size: cover;
}

.research__section {
    padding: 40px 0 50px;
}

.research__content {
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.research__content--wrapper {
    max-width: 360px;
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    border-radius: 5px;
}

.research__text {
    font-size: 16px;
    line-height: 1.5;
}

.research__text span {
    font-size: 20px;
    font-weight: 700;
}

.research__decor {
    display: none;
}

.benefit {
    background: url("../img/benefit-bg_lg.png") center no-repeat;
}

.benefit__section {
    position: relative;
    padding: 20px 0;
}

.benefit__section>* {
    position: relative;
    z-index: 10;
}

.benefit__title {
    margin-bottom: 40px;
}

.benefit__subtitle {
    margin-bottom: 60px;
}

.benefit__content {
    padding: 40px 40px 40px 20px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.benefit__content--wrapper {
    max-width: 360px;
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    border-radius: 5px;
}

.benefit__item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
    line-height: 1.25;
}

.benefit__item:after {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(#86bb2c), to(#6c9027));
    background: -o-linear-gradient(bottom, #86bb2c 0%, #6c9027 100%);
    background: linear-gradient(to top, #86bb2c 0%, #6c9027 100%);
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 3px 0 rgba(76, 103, 27, 0.3);
    box-shadow: 0 2px 3px 0 rgba(76, 103, 27, 0.3);
}

.benefit__item:last-child {
    margin-bottom: 0;
}

.benefit__item span {
    font-size: 20px;
    font-weight: 700;
}

.benefit__decor {
    display: none;
}

.changes__section {
    padding: 20px 0;
}

.changes__item {
    text-align: left;
}

.changes__content {
    padding-bottom: 50px;
}

.changes__img {
    margin-bottom: 30px;
}

.changes__table {
    display: table;
}

.changes__cell {
    display: table-cell;
    vertical-align: middle;
}

.changes__cell:last-child {
    padding-left: 15px;
}

.changes__info {
    margin-bottom: 15px;
}

.changes__ava {
    width: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}

.changes__name {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.changes__age {
    font-size: 16px;
    font-weight: 500;
    color: #adb5bd;
}

.changes__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

.changes .bx-controls {
    position: relative;
    margin: 40px;
    text-align: center;
}

.changes .bx-prev {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    border: solid #000;
    border-width: 5px 5px 0 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.changes .bx-next {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    border: solid #000;
    border-width: 5px 5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.changes .bx-pager {
    display: inline-block;
    font-family: "Merriweather", serif;
    font-size: 22px;
    font-weight: 900;
}

.changes .bx-pager-item {
    display: inline-block;
}

.changes .bx-pager-item:first-child {
    color: #6f9528;
}

.changes .bx-pager-item:first-child:after {
    color: #000;
    content: '/';
}

.advantages {
    text-align: center;
}

.advantages__section {
    padding: 20px 0;
}

.advantages__list {
    margin-bottom: 40px;
}

.advantages__item {
    margin-bottom: 40px;
}

.advantages__item:last-child {
    margin-bottom: 0;
}

.advantages__icon {
    display: inline-block;
    margin-bottom: 15px;
}

.advantages__name {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 900;
}

.advantages__text {
    font-size: 16px;
    line-height: 1.5;
    color: #6c757d;
}

.advantages__decor {
    display: none;
}

.order {
    text-align: center;
}

.order__section {
    position: relative;
    padding: 20px 0;
}

.order__section:after {
    position: absolute;
    top: -60px;
    left: -200px;
    width: 424px;
    height: 415px;
    margin-left: -130px;
    content: '';
    background: url("../img/order_decor-sm.png");
}

.order__title {
    position: relative;
    z-index: 10;
}

.order__list {
    position: relative;
    z-index: 10;
    text-align: justify;
}

.order__list:after {
    display: inline-block;
    width: 100%;
    content: '';
}

.order__item {
    position: relative;
    padding: 0 10px;
    margin-bottom: 40px;
    text-align: center;
}

.order__item:first-child:after {
    position: absolute;
    bottom: -140px;
    left: 0;
    width: 41px;
    height: 153px;
    content: '';
    background: url("../img/arrow-.png");
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.order__item:nth-child(2):after {
    position: absolute;
    right: 0;
    bottom: -170px;
    width: 41px;
    height: 153px;
    content: '';
    background: url("../img/arrow-.png");
}

.order__item:last-child {
    margin-bottom: 0;
}

.order__icon {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
}

.order__icon span {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.order__icon--1 span {
    top: 5px;
    left: -33px;
    width: 119px;
    height: 74px;
    background: url("../img/order_1.png");
}

.order__icon--2 span {
    top: -10px;
    left: 10px;
    width: 62px;
    height: 83px;
    background: url("../img/order_2.png");
}

.order__icon--3 span {
    top: 10px;
    left: 10px;
    width: 86px;
    height: 75px;
    background: url("../img/order_3.png");
}

.order__icon:after {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    z-index: 0;
    content: '';
    background: #8fa5ba;
    border-radius: 50%;
}

.order__icon::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: '';
    border: 1px solid #8fa5ba;
    border-radius: 50%;
}

.order__name {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.order__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #7d7d7d;
}

.order__decor--cloud-1 {
    position: absolute;
    top: -20px;
    left: -40px;
    z-index: 5;
    width: 324px;
    height: 140px;
}

.order__decor--cloud-2 {
    position: absolute;
    top: 300px;
    left: -10px;
    z-index: 5;
    width: 321px;
    height: 244px;
}

.order__decor--cloud-3 {
    position: absolute;
    bottom: -30px;
    left: 50px;
    z-index: 5;
    width: 324px;
    height: 140px;
}

.instruction__section {
    padding: 20px 0;
}

.instruction__list {
    margin-bottom: 20px;
    text-align: center;
}

.instruction__list:after {
    display: inline-block;
    width: 100%;
    content: '';
}

.instruction__item {
    display: inline-block;
    max-width: 360px;
    margin-bottom: 15px;
}

.instruction__item:last-child {
    margin-bottom: 0;
}

.instruction__content {
    position: relative;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.instruction__content--wrapper {
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}

.instruction__table {
    display: table;
}

.instruction__cell {
    display: table-cell;
    vertical-align: top;
}

.instruction__cell:last-child {
    padding-left: 15px;
}

.instruction__img {
    display: block;
    width: 90px;
}

.instruction__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
}

.instruction__text span {
    font-size: 20px;
    font-weight: 700;
}

.instruction__note {
    font-weight: 500;
    line-height: 1.25;
}

.instruction__note::before {
    content: '* ';
}

.result__section {
    position: relative;
    padding: 20px 0;
    text-align: justify;
}

.result__section:after {
    display: inline-block;
    width: 100%;
    content: '';
}

.result__section>* {
    position: relative;
    z-index: 2;
}

.result__list {
    text-align: center;
}

.result__list--wrapper {
    max-width: 360px;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
}

.result__item {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ced4da;
}

.result__item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.result__icon {
    display: none;
}

.result__name {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}

.result__value {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
    color: #ff2b2a;
}

.result__value i {
    font-style: normal;
}

.result__value span {
    font-size: 20px;
}

.result__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #7d7d7d;
}

.result__diagram {
    text-align: left;
}

.result__diagram--text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
}

.result__diagram--text span {
    font-size: 18px;
    font-weight: 700;
}

.result__diagram--img {
    position: relative;
    margin: 50px 0;
    text-align: center;
}

.result__diagram--img-caption-1,
.result__diagram--img-caption-2 {
    position: absolute;
    display: block;
    font-size: 20px;
    font-weight: 900;
}

.result__diagram--img-caption-1 {
    top: 40px;
    right: 80px;
}

.result__diagram--img-caption-2 {
    bottom: 60px;
    left: 50%;
    margin-left: -100px;
}

.result__diagram--img::before,
.result__diagram--img:after {
    position: absolute;
    width: 25px;
    height: 60px;
    content: '';
    border: solid #000;
    -webkit-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
}

.result__diagram--img::before {
    top: -30px;
    right: 80px;
    border-width: 3px 0 0 3px;
}

.result__diagram--img:after {
    bottom: -30px;
    left: 45px;
    border-width: 0 3px 3px 0;
}

.expert {
    background: url("../img/expert-bg.jpg") center no-repeat;
    background-size: cover;
}

.expert__section {
    position: relative;
    padding: 40px 0;
}

.expert__section:after {
    position: absolute;
    top: 20px;
    right: -40px;
    width: 215px;
    height: 308px;
    content: '';
    background: url("../img/expert.png");
}

.expert__text {
    position: relative;
    z-index: 20;
    margin-bottom: 20px;
    line-height: 1.25;
}

.expert__text:first-child {
    position: relative;
    padding-right: 40%;
}

.expert__desc {
    margin-bottom: 20px;
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.25;
}

.expert__name {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.expert__position {
    font-weight: 500;
    line-height: 1.25;
    color: #adb5bd;
}

.reviews__section {
    padding: 20px 0;
}

.reviews__item {
    display: inline-block;
    vertical-align: top;
}

.reviews__info {
    margin-bottom: 15px;
}

.reviews__table {
    display: table;
}

.reviews__cell {
    display: table-cell;
    vertical-align: middle;
}

.reviews__cell:last-child {
    padding-left: 15px;
}

.reviews__ava {
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.reviews__name {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.reviews__position {
    font-size: 16px;
    font-weight: 500;
    color: #7d7d7d;
    text-align: left;
    line-height: 1.4;
}

.reviews__text {
    position: relative;
    padding-top: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
}

.reviews__text--quotes {
    position: absolute;
    top: 0;
    left: 0;
}

.reviews__text--quotes svg {
    fill: #6f9528;
    width: 20px;
    height: 20px;
}

.reviews .bx-controls {
    position: relative;
    margin: 40px;
    text-align: center;
}

.reviews .bx-prev {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    border: solid #000;
    border-width: 5px 5px 0 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.reviews .bx-next {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    border: solid #000;
    border-width: 5px 5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reviews .bx-pager {
    display: inline-block;
    font-family: "Merriweather", serif;
    font-size: 22px;
    font-weight: 900;
}

.reviews .bx-pager-item {
    display: inline-block;
}

.reviews .bx-pager-item:first-child {
    color: #6f9528;
}

.reviews .bx-pager-item:first-child:after {
    color: #000;
    content: '/';
}

.footer__section {
    position: relative;
    padding: 20px 0;
    font-size: 0;
}

.footer__section:after {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 498px;
    height: 444px;
    margin-left: -130px;
    content: '';
    background: url("../img/footer.png");
}

.footer__title {
    position: relative;
    z-index: 2;
}

.footer__list {
    padding-right: 40%;
}

.footer__list:after {
    right: 0;
    left: inherit;
}

.footer__form {
    text-align: center;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@media (min-width: 768px) {

    .problem__title,
    .composition__title,
    .research__title,
    .benefit__title,
    .changes__title,
    .advantages__title,
    .order__title,
    .instruction__title,
    .result__title,
    .reviews__title {
        font-size: 32px;
    }

    .problem__title span,
    .composition__title span,
    .research__title span,
    .benefit__title span,
    .changes__title span,
    .advantages__title span,
    .order__title span,
    .instruction__title span,
    .result__title span,
    .reviews__title span {
        font-size: 36px;
    }

    .benefit__subtitle,
    .result__subtitle {
        font-size: 24px;
    }

    body {
        font-size: 18px;
    }

    .container {
        max-width: 768px;
        padding: 0 15px;
    }

    .header__section:after {
        left: 200px;
        width: 900px;
        height: 535px;
        background: url("../img/header-bg__md.png");
        background-size: cover;
    }

    .header__section {
        padding: 40px 0 80px;
    }

    .header__title,
    .footer__title {
        margin-bottom: 50px;
        font-size: 120px;
    }

    .header__subtitle,
    .footer__subtitle {
        padding-right: 40%;
        margin-bottom: 50px;
        font-size: 36px;
    }

    .header__list,
    .footer__list {
        margin-bottom: 80px;
    }

    .header__list:after,
    .footer__list:after {
        bottom: -200px;
        width: 225px;
        height: 364px;
        background: url("../img/prod-1__md.png");
    }

    .header__item,
    .footer__item {
        position: relative;
        min-height: 30px;
        padding-left: 50px;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .header__item::before,
    .footer__item::before {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 0;
        content: '';
        background: #6f9528 url("../img/check.png") center no-repeat;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header__btn {
        text-align: left;
    }

    .problem__section {
        position: relative;
        text-align: justify;
    }

    .problem__section:after {
        display: inline-block;
        width: 100%;
        content: '';
    }

    .problem__title {
        position: relative;
        z-index: 2;
        display: inline-block;
        width: calc((100% - 50px) / 2);
        text-align: left;
        vertical-align: top;
    }

    .problem__list {
        position: relative;
        z-index: 2;
        display: inline;
    }

    .problem__item {
        display: inline-block;
        width: calc((100% - 50px) / 2);
        text-align: left;
        vertical-align: top;
    }

    .problem__icon {
        width: 85px;
        height: 85px;
        border-radius: 20px;
    }

    .problem__icon svg {
        width: 40px;
        height: 40px;
    }

    .problem__name {
        font-size: 22px;
    }

    .composition__img {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .composition .bx-prev {
        width: 60px;
        height: 60px;
    }

    .composition .bx-next {
        width: 60px;
        height: 60px;
    }

    .steps__list:after {
        top: 30px;
        width: 100%;
        border-top: 2px dashed #8fa5ba;
        border-right: none;
    }

    .steps__item {
        display: inline-block;
        width: calc((100% - 50px) / 4);
        vertical-align: top;
    }

    .research {
        background: url("../img/research-bg_lg.jpg") center no-repeat;
        background-size: cover;
    }

    .research__section {
        position: relative;
        padding: 60px 0 90px;
    }

    .research__title {
        margin-bottom: 80px;
    }

    .research__text {
        font-size: 18px;
    }

    .research__text span {
        font-size: 24px;
    }

    .benefit__section {
        position: relative;
        padding: 90px 0;
    }

    .benefit__section:after {
        position: absolute;
        bottom: -150px;
        left: -350px;
        width: 1055px;
        height: 690px;
        content: '';
        background: url("../img/doctor.png");
    }

    .benefit__content--wrapper {
        margin-right: inherit;
        margin-left: 50%;
    }

    .benefit__item {
        padding-left: 30px;
    }

    .benefit__subtitle {
        margin-bottom: 120px;
    }

    .benefit__item:after {
        width: 14px;
        height: 14px;
    }

    .benefit__item span {
        font-size: 22px;
    }

    .benefit__decor {
        display: block;
    }

    .benefit__decor-doctor {
        position: absolute;
        bottom: -20px;
        left: -110px;
    }

    .changes__section {
        padding: 80px 0 20px;
    }

    .changes__list {
        text-align: justify;
    }

    .changes__list:after {
        display: inline-block;
        width: 100%;
        content: '';
    }

    .changes__item {
        display: inline-block;
        width: 350px;
        vertical-align: top;
    }

    .changes__content {
        padding: 60px;
    }

    .advantages {
        font-size: 0;
        text-align: left;
    }

    .advantages__list {
        text-align: justify;
    }

    .advantages__list:after {
        display: inline-block;
        width: 100%;
        content: '';
    }

    .advantages__item {
        display: inline-block;
        width: calc((100% - 50px) / 2);
        text-align: center;
        vertical-align: top;
    }

    .advantages__form {
        text-align: center;
    }

    .advantages__icon--2 img {
        position: relative;
        bottom: -18px;
    }

    .advantages__icon--3 img {
        position: relative;
        bottom: -25px;
    }

    .order__title {
        margin-bottom: 70px;
    }

    .order__item:first-child:after {
        display: none;
    }

    .order__item:nth-child(2):after {
        display: none;
    }

    .order__item {
        display: inline-block;
        width: 200px;
        padding: 0;
        margin-bottom: 0;
        vertical-align: top;
    }

    .order__decor--cloud-1 {
        top: -20px;
        left: 170px;
    }

    .order__decor--cloud-2 {
        top: 125px;
        left: 230px;
    }

    .order__decor--cloud-3 {
        bottom: -60px;
        left: 470px;
    }

    .instruction__title {
        margin-bottom: 70px;
    }

    .instruction__list {
        text-align: justify;
    }

    .instruction__item {
        display: inline-block;
        width: 220px;
        vertical-align: top;
    }

    .instruction__content--wrapper {
        position: relative;
        overflow: hidden;
    }

    .instruction__content--wrapper:after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        width: 100%;
        height: 100%;
        content: '';
        background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(20%, #fff), to(transparent));
        background: -o-linear-gradient(bottom, #fff 0%, #fff 20%, transparent 100%);
        background: linear-gradient(to top, #fff 0%, #fff 20%, transparent 100%);
    }

    .instruction__table {
        display: block;
    }

    .instruction__cell {
        display: block;
    }

    .instruction__img {
        position: relative;
        z-index: 20;
        width: auto;
        margin: -30px;
    }

    .instruction__img:after {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 0;
        left: 10px;
        content: '';
        border: solid #fff;
        border-width: 1px 1px 0;
        border-radius: 5px;
    }

    .instruction__img img {
        width: 100%;
    }

    .instruction__text {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 40;
        width: 100%;
        padding: 20px;
        text-align: center;
        border: solid #dee2e6;
        border-width: 0 1px 1px;
        border-radius: 5px;
    }

    .instruction__note {
        padding: 0 10%;
        text-align: center;
    }

    .result__icon {
        display: inline-block;
        margin-bottom: 10px;
    }

    .result__icon--1 {
        width: 77px;
        height: 65px;
        background: url("../img/result-1.png");
    }

    .result__icon--2 {
        width: 65px;
        height: 65px;
        background: url("../img/result-2.png");
    }

    .result__icon--3 {
        width: 107px;
        height: 57px;
        background: url("../img/result-3.png");
    }

    .result__diagram--text {
        font-size: 20px;
    }

    .result__diagram--text:first-child {
        width: 400px;
        margin-left: auto;
    }

    .result__diagram--text:last-child {
        width: 400px;
    }

    .result__diagram--text span {
        font-size: 24px;
    }

    .result__diagram--img-caption-1,
    .result__diagram--img-caption-2 {
        font-size: 34px;
    }

    .result__diagram--img-caption-1 {
        right: 230px;
    }

    .result__diagram--img-caption-2 {
        bottom: 72px;
        margin-left: -135px;
    }

    .result__diagram--img {
        margin: 70px 0 40px;
    }

    .result__diagram--img::before {
        top: -40px;
        right: 300px;
    }

    .result__diagram--img:after {
        bottom: -25px;
        left: 210px;
    }

    .expert__section {
        padding: 60px 50% 75px 0;
    }

    .expert__section:after {
        top: inherit;
        right: -100px;
        bottom: 0;
        width: 500px;
        height: 714px;
        background: url("../img/expert_lg.png");
    }

    .expert__text {
        line-height: 1.5;
    }

    .expert__text:first-child {
        padding-right: 0;
    }

    .expert__desc {
        line-height: 1.5;
        font-size: 22px;
    }

    .expert__info {
        width: 360px;
        padding: 40px;
        border: 1px solid #dee2e6;
        border-radius: 5px;
    }

    .expert__info--wrapper {
        position: absolute;
        right: 0;
        bottom: 40px;
        z-index: 20;
        padding: 5px;
        background: #fff;
        background: #fff;
        border-radius: 5px;
    }

    .reviews__item {
        width: 360px;
    }

    .reviews__ava {
        width: 80px;
        height: 80px;
    }

    .reviews__text {
        padding-top: 35px;
        font-size: 18px;
        line-height: 1.5;
    }

    .reviews__text--quotes svg {
        width: 30px;
        height: 30px;
    }

    .footer__section:after {
        top: 50px;
        left: 500px;
    }

    .footer__list:after {
        bottom: -50px;
        left: 60%;
    }

    [data-unshow] {
        opacity: 0;
        -webkit-transition: opacity .5s, -webkit-transform .5s;
        transition: opacity .5s, -webkit-transform .5s;
        -o-transition: transform .5s, opacity .5s;
        transition: transform .5s, opacity .5s;
        transition: transform .5s, opacity .5s, -webkit-transform .5s;
        -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
        transform: translate(0, -50px);
        will-change: transform, opacity;
    }

    [data-horizontal="1"] {
        -webkit-transform: translate(-50px, 0);
        -ms-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
    }

    [data-horizontal="2"] {
        -webkit-transform: translate(50px, 0);
        -ms-transform: translate(50px, 0);
        transform: translate(50px, 0);
    }

    [data-unshow].show {
        opacity: 1;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    [data-unshow='1'] {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
    }

    [data-unshow='2'] {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    [data-unshow='3'] {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }

    [data-unshow='4'] {
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .problem__section::before {
        position: absolute;
        top: -60px;
        left: -200px;
        width: 576px;
        height: 486px;
        content: '';
        background: url("../img/problem_decor.png");
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 992px;
    }

    .header__section:after {
        left: 350px;
    }

    .problem__title {
        width: calc((100% - 100px) / 3);
    }

    .problem__item {
        width: calc((100% - 100px) / 3);
    }

    .composition__title {
        width: 400px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .composition__list--wrapper {
        padding-top: 0;
        margin-top: 0;
    }

    .composition__list--wrapper::before {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .composition__list--wrapper:after {
        width: 400px;
        height: 400px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg);
        -webkit-animation: rotate 240s infinite linear;
        animation: rotate 240s infinite linear;
    }

    .composition__item {
        position: relative;
        display: inline-block;
        width: 50%;
        margin-bottom: 10px;
        text-align: left;
    }

    .composition__item::before,
    .composition__item:after {
        width: 20px;
        height: 20px;
        position: absolute;
        content: '';
        border-radius: 50%;
    }

    .composition__item::before {
        z-index: 10;
        background: #8fa5ba;
        border: 4px solid #fff;
    }

    .composition__item:after {
        z-index: 20;
        background: transparent;
        border: 1px solid #8fa5ba;
    }

    .composition__item--1 {
        width: 100%;
        padding-left: 325px;
        margin-bottom: 20px;
    }

    .composition__item--1::before,
    .composition__item--1:after {
        bottom: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .composition__item--2 {
        padding-left: 75px;
        margin: -20px 0 20px;
    }

    .composition__item--2::before,
    .composition__item--2:after {
        top: 50%;
        right: 143px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .composition__item--3 {
        padding-left: 170px;
        margin: -20px 0 20px;
    }

    .composition__item--3::before,
    .composition__item--3:after {
        top: 50%;
        left: 143px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .composition__item--4::before,
    .composition__item--4:after {
        top: 50%;
        right: 190px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .composition__item--5 {
        padding-left: 200px;
    }

    .composition__item--5::before,
    .composition__item--5:after {
        top: 50%;
        left: 190px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .composition__item--6 {
        padding-left: 75px;
        margin: 20px 0 -20px;
    }

    .composition__item--6::before,
    .composition__item--6:after {
        top: 50%;
        right: 150px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .composition__item--7 {
        padding-left: 170px;
        margin: 20px 0 -20px;
    }

    .composition__item--7::before,
    .composition__item--7:after {
        top: 50%;
        left: 150px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .composition__item--8 {
        width: 100%;
        padding-left: 330px;
        margin-top: 20px;
    }

    .composition__item--8::before,
    .composition__item--8:after {
        top: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .composition__img {
        width: 100px;
    }

    .composition__name {
        position: relative;
        display: inline-block;
        width: 140px;
        font-size: 16px;
        vertical-align: middle;
    }

    .research__title {
        padding-right: 10%;
        padding-left: 10%;
    }

    .research__content--wrapper {
        margin-right: inherit;
        margin-left: inherit;
    }

    .research__decor {
        display: block;
    }

    .research__decor-man {
        position: absolute;
        right: 0;
        bottom: 100px;
        width: 600px;
        height: 385px;
    }

    .research__decor-target {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        background: #ff2b2a;
        border-radius: 50%;
    }

    .research__decor-target span {
        display: block;
        width: 100%;
        height: 100%;
    }

    .research__decor-target:before,
    .research__decor-target:after,
    .research__decor-target span:before,
    .research__decor-target span:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        border: 1px solid #ff2b2a;
        border-radius: 50%;
        -webkit-animation: pulse 4s linear infinite;
        animation: pulse 4s linear infinite;
    }

    .research__decor-target:after {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .research__decor-target span:before {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .research__decor-target span:after {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    .research__decor-target--1 {
        top: 45px;
        left: 220px;
    }

    .research__decor-target--2 {
        top: 80px;
        left: 310px;
    }

    .research__decor-target--3 {
        top: 215px;
        left: 110px;
    }

    .research__decor-target--4 {
        top: 215px;
        left: 330px;
    }

    .research__decor-target--5 {
        top: 215px;
        left: 410px;
    }

    .benefit__section:after {
        left: -200px;
    }

    .benefit__decor-doctor {
        left: 0;
    }

    .changes__item {
        width: 450px;
    }

    .advantages__list {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }

    .advantages__item {
        text-align: left;
    }

    .advantages__form {
        position: relative;
        z-index: 20;
        display: inline-block;
        width: 50%;
        text-align: right;
    }

    .order__item {
        width: 250px;
    }

    .order__icon {
        width: 150px;
        height: 150px;
    }

    .order__icon--1 span {
        top: 12px;
        left: -50px;
        width: 194px;
        height: 120px;
        background: url("../img/order_1_lg.png");
    }

    .order__icon--2 span {
        top: -20px;
        left: 20px;
        width: 102px;
        height: 136px;
        background: url("../img/order_2_lg.png");
    }

    .order__icon--3 span {
        top: 20px;
        left: 10px;
        width: 141px;
        height: 122px;
        background: url("../img/order_3_lg.png");
    }

    .order__decor--cloud-1 {
        left: 290px;
    }

    .order__decor--cloud-2 {
        left: 340px;
    }

    .order__decor--cloud-3 {
        left: 660px;
    }

    .instruction__item {
        width: 300px;
    }

    .instruction__text {
        padding: 40px;
    }

    .result__list--wrapper {
        display: inline-block;
        margin-bottom: 0;
    }

    .result__diagram {
        display: inline-block;
        width: 560px;
        padding: 60px 0;
        vertical-align: top;
    }

    .expert {
        margin-top: -100px;
    }

    .expert__section {
        padding: 150px 50% 75px 0;
    }

    .expert__section:after {
        right: 0;
    }

    .reviews__list {
        text-align: justify;
    }

    .reviews__list:after {
        display: inline-block;
        width: 100%;
        content: '';
    }

    .reviews__item {
        width: 300px;
    }

    .footer__section {
        padding-top: 60px;
    }

    .footer__section:after {
        top: 100px;
        left: 550px;
    }

    .footer__content {
        display: inline-block;
        width: 60%;
        vertical-align: middle;
    }

    .footer__subtitle {
        padding-right: 0;
    }

    .footer__form {
        display: inline-block;
        width: 40%;
        text-align: right;
        vertical-align: middle;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .header__section:after {
        top: 50px;
        left: 420px;
        width: 1329px;
        height: 790px;
        background: url("../img/header-bg__xl.png");
    }

    .header__section::before {
        position: absolute;
        right: 100%;
        width: 1290px;
        height: 766px;
        margin-right: -150px;
        content: '';
        background: url("../img/header-bg-2__xl.png");
    }

    .header__mark {
        position: absolute;
        display: block;
        top: 0;
        left: 100%;
        width: 70px;
        height: 70px;
        content: '';
    }

    .header__mark--1 {
        margin-left: 20px;
    }

    .header__mark--2 {
        margin-left: 65px;
    }

    .header__mark--3 {
        margin-left: 110px;
    }

    .header__subtitle,
    .footer__subtitle {
        padding-right: 60%;
    }

    .header__list:after {
        bottom: -200px;
        width: 225px;
        height: 364px;
        background: url("../img/prod-1__md.png");
    }

    .footer__list:after {
        bottom: -120px;
    }

    .header .btn::before {
        position: absolute;
        top: -30px;
        right: -30px;
        z-index: 20;
        width: 101px;
        height: 116px;
        content: '';
        background: url("../img/btn_decor.png");
        -webkit-transition: top .3s;
        -o-transition: top .3s;
        transition: top .3s;
    }

    .header .btn:hover::before {
        top: -25px;
    }

    .composition__section {
        padding-top: 120px;
    }

    .composition__section:after {
        position: absolute;
        top: -90px;
        left: 300px;
        width: 600px;
        height: 452px;
        content: '';
        background: url("../img/composition__decor.png");
    }

    .composition__list--wrapper::before {
        width: 600px;
        height: 600px;
    }

    .composition__list--wrapper:after {
        width: 600px;
        height: 600px;
    }

    .composition__item {
        margin-bottom: 30px;
    }

    .composition__item--1 {
        padding-left: 440px;
        position: relative;
        top: -30px;
    }

    .composition__item--1::before,
    .composition__item--1:after {
        bottom: 140px;
    }

    .composition__item--2 {
        padding-left: 50px;
        margin: -40px 0 40px;
    }

    .composition__item--2::before,
    .composition__item--2:after {
        right: 207px;
    }

    .composition__item--3 {
        padding-left: 230px;
        margin: -40px 0 40px;
    }

    .composition__item--3::before,
    .composition__item--3:after {
        left: 207px;
    }

    .composition__item--4::before,
    .composition__item--4:after {
        right: 290px;
    }

    .composition__item--5 {
        padding-left: 280px;
    }

    .composition__item--5::before,
    .composition__item--5:after {
        left: 290px;
    }

    .composition__item--6 {
        padding-left: 50px;
        margin: 40px 0 -40px;
    }

    .composition__item--6::before,
    .composition__item--6:after {
        top: 50%;
        right: 207px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .composition__item--7 {
        padding-left: 230px;
        margin: 40px 0 -40px;
    }

    .composition__item--7::before,
    .composition__item--7:after {
        left: 207px;
    }

    .composition__item--8 {
        padding-left: 430px;
        margin-top: 0;
        position: relative;
        top: 55px;
    }

    .composition__item--8::before,
    .composition__item--8:after {
        top: 145px;
    }

    .composition__img {
        width: 150px;
    }

    .composition__name {
        width: 160px;
        font-size: 18px;
    }

    .composition__name--3 {
        top: 20px;
        left: -20px;
    }

    .composition__name--4 {
        top: 30px;
        left: -40px;
    }

    .composition__name--5 {
        width: 150px;
    }

    .composition__name--7 {
        top: 10px;
        left: -20px;
    }

    .composition__name--8 {
        top: 20px;
    }

    .steps__section:after {
        position: absolute;
        top: -90px;
        right: 0;
        width: 601px;
        height: 260px;
        content: '';
        background: url("../img/steps_decor.png");
    }

    .research__title {
        padding-right: 20%;
        padding-left: 20%;
    }

    .research__decor-man {
        bottom: 40px;
        width: 804px;
        height: 516px;
    }

    .research__decor-target--1 {
        top: 60px;
        left: 295px;
    }

    .research__decor-target--2 {
        top: 110px;
        left: 420px;
    }

    .research__decor-target--3 {
        top: 275px;
        left: 150px;
    }

    .research__decor-target--4 {
        top: 300px;
        left: 450px;
    }

    .research__decor-target--5 {
        top: 300px;
        left: 550px;
    }

    .benefit__title {
        padding-right: 10%;
        padding-left: 10%;
    }

    .changes {
        margin-bottom: 60px;
    }

    .changes__title {
        margin-bottom: 60px;
    }

    .changes__item {
        width: 540px;
    }

    .advantages {
        margin-bottom: 60px;
    }

    .advantages__decor {
        display: block;
    }

    .advantages__decor-man {
        position: absolute;
        top: 0;
        left: -140px;
        z-index: 10;
    }

    .order {
        margin-bottom: 60px;
    }

    .order__section:after {
        top: -200px;
        right: 100%;
        left: inherit;
        width: 802px;
        height: 880px;
        margin-right: -200px;
        background: url("../img/order_decor-xl.png");
    }

    .order__section::before {
        position: absolute;
        top: 150px;
        left: 160px;
        width: 929px;
        height: 284px;
        content: '';
        background: url("../img/leaves1.png");
    }

    .order__item:first-child:after {
        right: -120px;
        bottom: 60px;
        left: inherit;
        display: block;
        -webkit-transform: rotate(-90deg) scale(-1, 1);
        -ms-transform: rotate(-90deg) scale(-1, 1);
        transform: rotate(-90deg) scale(-1, 1);
    }

    .order__item:nth-child(2):after {
        right: -120px;
        bottom: 60px;
        left: inherit;
        display: block;
        -webkit-transform: rotate(-90deg) scale(-1, 1);
        -ms-transform: rotate(-90deg) scale(-1, 1);
        transform: rotate(-90deg) scale(-1, 1);
    }

    .order__decor--cloud-2 {
        left: 440px;
    }

    .order__decor--cloud-3 {
        left: 760px;
    }

    .instruction {
        margin-bottom: 60px;
    }

    .instruction__item {
        width: 360px;
    }

    .result__section::before {
        position: absolute;
        top: -50px;
        right: -300px;
        width: 894px;
        height: 867px;
        content: '';
        background: url("../img/result.png");
    }

    .result__diagram {
        width: 760px;
    }

    .expert__section:after {
        right: 90px;
    }

    .reviews {
        margin-bottom: 60px;
    }

    .reviews__section {
        padding-top: 90px;
    }

    .reviews__title {
        margin-bottom: 60px;
    }

    .reviews__item {
        width: 360px;
    }

    .footer__section:after {
        top: 0;
        left: -90px;
        width: 1375px;
        height: 771px;
        background: url("../img/footer__lg.png");
    }

    .footer__subtitle {
        padding-right: 40%;
    }
}