@font-face {
	font-family: "ProximaNova";
	src: url("../fonts/ProximaNova-Extrabld.woff") format("woff");
	font-weight: 800;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family: "ProximaNova";
	src: url("../fonts/ProximaNova-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family: "ProximaNova";
	src: url("../fonts/ProximaNova-Semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family: "ProximaNova";
	src: url("../fonts/ProximaNova-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display:swap;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	font-family: "ProximaNova", sans-serif;
}

img {
	max-width: 100%;
}

.btn-reset {
	border: none;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}

a:focus, button:focus, input:focus, textarea:focus, label:focus, select:focus {
	outline: 3px solid #A7F3AE;
	outline-offset: 3px;
}

.container {
	max-width: 1175px;
	margin: 0 auto;
	padding: 0 20px;
}

.hero {
    padding-bottom: 75px;
    background-image: url("../img/hero-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero .container {
    position: relative;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.hero__top {
    max-height: 88px;
    overflow: hidden;
    margin-bottom: 50px;
    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;
    width: 100%;
}

.header__left {
    margin-right: 10px;
    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;
    width: 900px;
}

.logo {
    padding: 15px 35px;
    width: 36%;
    background-color: #fff;
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    color: #0075AB;
}
.header__sticks {
    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;
    width: 64%;
    padding: 20px 35px;
    background-color: #0075AB;
}

.sticks__item {
    max-width: 230px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 55px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.sticks__item--germany {
    margin-right: 15px;
    background-image: url("../img/germany.svg");
}

.sticks__item--natural {
    background-image: url("../img/natural.svg");
}

.header__right {
    padding: 18px;
    background-image: url("../img/price-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.header__order {
    margin-bottom: 3px;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.header__price {
    font-weight: 900;
    font-size: 32px;
    color: #FFFFFF;
}

.hero__title {
    max-width: 580px;
    margin-top: 0;
    margin-bottom: 70px;
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 5px 5px 27px rgba(0, 0, 0, 0.59);
}

.hero__title span {
    display: block;
    color: #F2C94C;
}

.hero__list {
    position: relative;
    z-index: 30;
    max-width: 370px;
}

.hero__item {
    position: relative;
    margin-bottom: 15px;
    padding: 16px;
    padding-left: 95px;
    background: #FFFFFF;
    -webkit-box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #0075AB;
}

.hero__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    background-color: #0075AB;
}

.hero__item::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("../img/check.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 54px;
    height: 48px;
}

.hero__item:last-child {
    margin-bottom: 0;
}

.hero__product {
    width: 430px;
    position: absolute;
    left: 50%;
    bottom: -7%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 20;
}

.hero__woomen {
    position: absolute;
    left: 40%;
    top: 20%;
    z-index: 10;
}

.form {
    max-width: 315px;
    background-color: #fff;
    -webkit-box-shadow: 19px 18px 50px rgba(0, 0, 0, 0.25);
            box-shadow: 19px 18px 50px rgba(0, 0, 0, 0.25);
}

.form__descr {
    padding: 15px;
    background-color: #F2C94C;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}

.form__special-descr {
    padding: 15px 20px;
    padding-bottom: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #E72A2A;
}

.form__inputs {
    padding: 15px;
    padding-top: 0;
}

.input {
    margin-bottom: 8px;
    padding-left: 15px;
    width: 100%;
    height: 56px;
    background-color: #FFFFFF;
    border: 1px solid #BDBDBD;
    font-weight: 400;
    font-size: 24px;
    color: #BDBDBD;
}

.input::-webkit-input-placeholder {
    color: #BDBDBD;
}

.input::-moz-placeholder {
    color: #BDBDBD;
}

.input:-ms-input-placeholder {
    color: #BDBDBD;
}

.input::-ms-input-placeholder {
    color: #BDBDBD;
}

.input::placeholder {
    color: #BDBDBD;
}

.form__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form__btn {
    margin-top: 20px;
    width: 100%;
    padding: 8px 12px;
    background-color:#E72A2A;;
    font-weight: 900;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}

.diabetes {
    padding-top: 50px;
    padding-bottom: 35px;
}

.symptoms {
    padding-top: 35px;
    padding-bottom: 70px;
}

.diabetes__descr-bg {
    margin-bottom: 70px;
    background-image: url("../img/voz-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 70px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}

.diabetes__descr-bg span {
    font-weight: 500;
}

.section-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #0075AB;
}

.diabetes__title {
    text-align: left;
}

.diabetes__title span {
    color: #EB5757;
}

.diabetes__info {
    position: relative;
    padding: 24px 38px;
    background-color: #EB5757;
}

.diabetes__text {
    max-width: 640px;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
}

.diabetes__text span {
    font-weight: 700;
}

.diabetes__img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.symptoms__section-title {
    margin-bottom: 10px;
}

.symptoms__descr {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #EB5757;
}

.symptoms__list {
    margin-bottom: 30px;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.symptoms__item {
    width: 24%;
    margin-right: 15px;
    font-size: 0;
}

.symptoms__item:last-child {
    margin-right: 0;
}

.symptoms__img {
    height: 144px;
    margin-bottom: 15px;
}

.symptoms__title {
    margin-bottom: 10px;
    min-height: 50px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #EB5757;
}

.symptoms-items__list {
    list-style: disc;
    padding-left: 20px;
}

.symptoms-items__item {
    max-width: 240px;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

.symptoms-items__item:last-child {
    margin-bottom: 0;
}

.symptoms__descr-bg {
    margin-bottom: 0;
}

.advantages {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../img/advantages-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.advantages__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 50px;
}

.advantages__list {
    max-width: 730px;
}

.advantages__title {
    margin-bottom: 15px;
    max-width: 560px;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
}

.advantages__title span {
    text-transform: uppercase;
}

.advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.advantages__item {
    padding: 10px;
    padding-left: 80px;
    padding-right: 3px;
    width: 48%;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.advantages__item:nth-child(2n) {
    margin-right: 0;
}

.advantages__item:last-child {
    margin-bottom: auto;
}

.advantages__item::before {
    width: 70px;
    background-color: #F2C94C;
}

.advantages__item::after {
    width: 50px;
    height: 44px;
}

.advantages__img {
    width: 425px;
}

.advantages__description {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
}

.advantages__description span {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
}

.advantages__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    width: 100%;
}

.advantages__form--left {
    max-width: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.advantages__form .form__special-descr {
    max-width: 250px;
    margin-bottom: 0;
    padding: 0;
    padding-left: 25px;
    text-align: left;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #388E3C;
}

.advantages__price {
    font-weight: 900;
    font-size: 40px;
    line-height: 32px;
    color: #EB5757;
}

.advantages__form--left .form__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.advantages__form .form__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-evenly;
    padding: 25px;
}

.advantages__form .input,
.advantages__form .form__btn {
    width: 280px;
}

.advantages__form .input {
    margin-bottom: 0;
}

.advantages__form .input-mb {
    margin-bottom: 10px;
}

.advantages__form .form__btn {
    margin-top: 0;
}

.components {
    padding-top: 60px;
    padding-bottom: 40px;
    background-image: url("../img/lines.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.components .container {
    position: relative;
}

.components__section-title  {
    margin-bottom: 25px;
}

.components__section-title span {
    display: block;
    text-transform: uppercase;
    color: #388E3C;
    font-weight: 800;
}

.components__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.components__list--mob,
.comments__list--mob {
    display: none !important;
}

.components__item {
    width: 380px;
    margin-bottom: 35px;
}

.components__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
    font-size: 0;
}

.components__head img {
    max-width: 80px;
    margin-right: 15px;
}

.components__title {
    max-width: 215px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #388E3C;
}

.components__descr {
    max-width: 330px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.components-img__prod {
    position: absolute;
    left: 32%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 380px;
}

.benefit {
    padding-top: 40px;
    padding-bottom: 40px;
}

.benefit__title {
    max-width: 944px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #0075AB;
}

.benefit__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.benefit__descr {
    max-width: 560px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #388E3C;
}

.benefit__list {
    max-width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.benefit__item {
    max-width: 295px;
    position: relative;
    padding-left: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 45px;
    margin-bottom: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    
}

.benefit__item--clean::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background-image: url("../img/clean.svg");
    height: 64px;
    width: 64px;
}

.benefit__item--holesterin::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background-image: url("../img/holesterin.svg");
    height: 64px;
    width: 64px;
}

.benefit__item--heartbeat::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background-image: url("../img/heartbeat.svg");
    height: 64px;
    width: 64px;
}

.benefit__item--arterial::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background-image: url("../img/arterial.svg");
    height: 64px;
    width: 64px;
}

.benefit__item--imunable::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background-image: url("../img/imunable.svg");
    height: 64px;
    width: 64px;
}

.benefit__item--gormon::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background-image: url("../img/gormon.svg");
    height: 64px;
    width: 64px;
}
.benefit__item:nth-child(2n) {
    margin-right: 0;
}

.benefit__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #0075AB;
}

.benefit__right {
    position: relative;
    -ms-flex-item-align: end;
        align-self: flex-end;
}

.benefit__right img {
    width: 440px;
}

.benefit__right--text {
    max-width: 350px;
    position: absolute;
    left: -70px;
    top: -65px;
    padding: 12px 20px;
    background-color: #fff;
    border: 4px solid #fff;
    border-radius: 58px;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #388E3C;
}

.benefit__right--text::before { 
	content: ' '; 
	position: absolute; 
	width: 0; 
	height: 0; 
	right: 30px; 
	top: 75px; 
	border: 18px solid; 
	border-color: #fff #fff transparent transparent; 
}

.doctor {
    padding-top: 40px;
    padding-bottom: 40px;
}

.doctor__section-title {
    margin-bottom: 40px;
}

.doctor__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.doctor__img {
    margin-right: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%;
    -webkit-filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.15));
}

.doctor__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

.doctor__text {
    position: relative;
}

.doctor__descr {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #333333;
}

.doctor__descr--nomb {
    max-width: 400px;
    margin-bottom: 0;
}

.doctor__descr span {
    color: #388E3C;
    font-weight: 700;
}

.doctor__name {
    color: #388E3C;
    font-weight: 700;
    font-size: 40px;
}

.doctor__text img {
    width: 160px;
    bottom: 5px;
    right: 22%;
    position: absolute;
}

.how {
    padding-top: 40px;
    padding-bottom: 40px;
}

.how__section-title {
    margin-bottom: 40px;
}

.how__section-title span {
    display: block;
    text-transform: uppercase;
    color: #388E3C;
    font-weight: 800;
}

.how__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.how__item {
    position: relative;
    text-align: center;
    font-size: 0;
    width: 32%;
    margin-right: 15px;
}

.how__item:nth-child(2)::before {
    content: "";
    position: absolute;
    left: -45px;
    top: 22%;
    background-image: url("../img/arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 79px;
    height: 79px;
}

.how__item:nth-child(2)::after {
    content: "";
    position: absolute;
    right: -45px;
    top: 22%;
    background-image: url("../img/arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 79px;
    height: 79px;
}

.how__img {
    margin-bottom: 15px;
    width: 170px;
    height: 170px;
}

.how__descr {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #0075AB;
}

.comments {
    padding-top: 40px;
    padding-bottom: 60px;
}

.comments__section-title {
    margin-bottom: 40px;
}

.comments__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.comments__item {
    margin-right: 10px;
    padding: 25px 30px;
    width: 32%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    font-size: 0;
}

.comments__item:last-child {
    margin-right: 0;
}

.comments__img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 72px;
    height: 72px;
}

.comments__descr {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.comments__name {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    opacity: 0.4;
}

.hero--bottom {
    padding-bottom: 150px;
}

.polytic {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -20%;
    text-align: center;
    width: 100%;
}

.credentials__info {
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.credentials__links span {
    display: inline-block;
    margin: 0 10px;
    font-weight: 600;
    color: #000;
}

.credentials__link {
    font-weight: 600;
    color: #000;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.credentials__link:hover {
    color: #F2C94C;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

@media (max-width:1450px) {

    .header__left {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 800px;
    }
    .logo {
        width: 33%;
        text-align: center;
        font-size: 40px;
        padding: 15px 28px;
    }
    .header__sticks {
        padding: 24px 28px;
    }
    .sticks__item {
        line-height: 20px;
        font-size: 15px;
        background-size: 35px;
    }
    .header__right {
        padding: 16px 40px;
    }
    .header__price {
        font-size: 34px;
    }
    .hero__title {
        margin-bottom: 40px;
        font-size: 42px;
        line-height: 48px;
    }
    .hero__list {
        max-width: 340px;
    }
    .hero__item {
        font-size: 20px;
    }
    .hero__woomen {
        width: 340px;
        left: 36%;
    }
    .hero__product {
        width: 380px;
    }
    .section-title {
        font-size: 36px;
    }
    .diabetes__text {
        font-size: 20px;
        line-height: 32px;
    }
    .diabetes__descr-bg {
        font-size: 22px;
        line-height: 28px;
    }
    .diabetes__img {
        width: 350px;
    }
    .symptoms__item {
        width: 22%;
    }
    .symptoms__img {
        height: 125px;
    }
    .symptoms__title {
        font-size: 18px;
        line-height: 20px;
    }
    .symptoms-items__item {
        font-size: 18px;
        line-height: 20px;
    }
    .advantages {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .advantages__title {
        font-size: 42px;
        line-height: 44px;
    }
    .advantages__item::before {
        width: 60px;
    }
    .advantages__item::after {
        left: 12px;
        width: 40px;
        height: 34px;
    }
    .advantages__item {
        width: 47%;
        padding-left: 70px;
        font-size: 18px;
    }
    .advantages__item:nth-child(2n) {
        margin-right: 0;
        width: 43%;
    }
    .advantages__img {
        width: 400px;
    }
    .form__descr {
        font-size: 30px;
    }
    .advantages__price {
        font-size: 34px;
        line-height: normal;
    }
    .form__inputs {
        text-align: center;
    }
    .input, .form__btn {
        width: 260px;
    }
    .benefit__title {
        max-width: 850px;
        font-size: 30px;
        line-height: 36px;
    }
    .doctor__descr {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 28px;
    }
    .doctor__text img {
        width: 150px;
        bottom: 45px;
    }
    .how__img {
        width: 135px;
        height: 135px;
    }
    .how__item:nth-child(2)::before,
    .how__item:nth-child(2)::after
     {
        top: 12%;
    }
    
}

@media (max-width: 1150px) {
    .hero__woomen {
        width: 290px;
        left: 37%;
        top: 29%;
    }.hero__product {
        width: 330px;
    }
    .components-img__prod {
        left: 31%;
        width: 315px;
    }
    .form__descr {
        font-size: 28px;
    }
    .advantages__form .input,
    .advantages__form .form__btn {
        width: 260px;
    }
    .components__head img {
        max-width: 65px;
    }
    .components__title {
        font-size: 22px;
    }
    .benefit__list {
        max-width: 710px;
    }
    .benefit__item {
        margin-right: 15px;
    }
    .doctor__text img {
        width: 130px;
        bottom: 30px;
    }
    .doctor__text img {
        width: 135px;
        right: 0;
        bottom: 40px;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 964px;
    }
    .hero__top {
        max-height: 78px;
    }
    .logo {
        width: 29%;
        padding: 10px 15px;
        font-size: 32px;
    }
    .header__left {
        width: 715px;
    }
    .header__sticks {
        width: 71%;
    }
    .header__sticks {
        padding: 21px 20px;
    }
    .sticks__item {
        padding-left: 45px;
        font-size: 17px;
        line-height: 18px;
    }
    .header__right {
        padding: 16px;
    }
    .header__price {
        font-size: 26px;
    }
    .hero__title {
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 42px;
    }
    .hero__list {
        max-width: 305px;
    }
    .hero__item::before {
        width: 60px;
    }
    .hero__item::after {
        left: 11px;
        width: 40px;
        height: 34px;
    }
    .hero__item {
        padding: 10px 0;
        padding-left: 70px;
        padding-right: 30px;
    }
    .form {
        max-width: 285px;
    }
    .form__descr {
        font-size: 26px;
        line-height: 30px;
    } 
    .form__special-descr {
        font-size: 20px;
    }
    .hero__product {
        width: 310px;
    }
    .hero__woomen {
        width: 300px;
        left: 35%;
        top: 30%;
    }
    .section-title {
        font-size: 32px;
    }
    .diabetes__descr-bg {
        padding: 20px 50px;
        font-size: 20px;
        line-height: 24px;
    } 
    .diabetes__text {
        max-width: 555px;
        font-size: 18px;
        line-height: 24px;
    }
    .diabetes__img {
        width: 280px;
    }
    .advantages {
        padding-top: 35px;
        padding-bottom: 45px;
    }
    .advantages__info {
        margin-bottom: 20px;
    }
    .advantages__item::before {
        width: 50px;
    }
    .advantages__item::after {
        left: 8px;
        width: 35px;
        height: 29px;
    }
    .advantages__img {
        width: 320px;
    }
    .advantages__item {
        width: 52%;
        padding-left: 60px;
        padding-right: 8px;
        font-size: 17px;
    }
    .advantages__form {
        max-width: 100%;
    }
    .advantages__form .input, .advantages__form .form__btn {
        width: 235px;
    }
    .advantages__form .form__inputs {
        padding: 20px;
    }
    .advantages__form .form__special-descr {
        max-width: 220px;
        padding-left: 20px;
    }
    .advantages__price {
        font-size: 28px;
    }
    .components__item {
        width: 310px;
    }
    .components__title {
        font-size: 20px;
        line-height: 20px;
    }
    .components__head img {
        max-width: 70px;
    }
    .components__descr {
        font-size: 18px;
        line-height: 22px;
    }
    .components-img__prod {
        left: 34%;
        width: 280px;
    }
    .benefit__title {
        max-width: 715px;
        font-size: 28px;
        line-height: 34px;
    }
    .benefit__descr {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 30px;
    }
    .benefit__list {
        max-width: 730px;
    }
    .benefit__item {
        max-width: 265px;
        padding-left: 60px;
    }
    .benefit__item--clean::before,
    .benefit__item--holesterin::before,
    .benefit__item--heartbeat::before,
    .benefit__item--arterial::before,
    .benefit__item--imunable::before,
    .benefit__item--gormon::before {  
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 55px;
        height: 55px;
    }
    .benefit__text {
        font-size: 18px;
        line-height: 20px;
    }
    .benefit__right--text {
        font-size: 16px;
        line-height: 18px;
    }
    .benefit__right--text::before {
        right: 20px;
        top: 60px;
    }
    .benefit {
        padding-bottom: 15px;
    }
    .doctor__descr {
        line-height: 24px;
    }
    .doctor__name {
        font-size: 34px;
    }
    .doctor__text img {
        width: 110px;
        bottom: 25px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 710px;
    }
    .hero__top {
        max-height: 74px;
    }
    .header__left {
        width: 495px;
    }
    .logo {
        width: 27%;
        padding: 8px;
        font-size: 20px;
    }
    .header__sticks {
        width: 73%;
        padding: 19px 10px;
    } 
    .sticks__item {
        max-width: 180px;
        font-size: 14px;
    }
    .header__right {
        padding: 15px 10px;
    }
    .header__order {
        font-size: 14px;
    }
    .header__price {
        font-size: 24px;
    }
    .hero .container {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .hero__title {
        max-width: 385px;
        margin-bottom: 50px;
        font-size: 32px;
        line-height: 36px;
    }
    .hero__woomen {
        display: none;
    }
    .form {
        max-width: 265px;
    }
    .input, .form__btn {
        height: 45px;
        width: 100%;
        font-size: 18px;
    }
    .form__btn {
        padding: 2px 10px;
    }
    .hero {
        padding-bottom: 245px;
    }
    .hero__item {
        margin-bottom: 23px;
    }
    .hero__product {
        bottom: -42%;
    }
    .diabetes__descr-bg {
        padding: 15px 5px;
        font-size: 18px;
        line-height: 22px;
    }
    .section-title {
        font-size: 28px;
        line-height: 36px;
    }
    .diabetes__info {
        padding: 15px;
    }
    .diabetes__text {
        max-width: 440px;
        font-size: 16px;
        line-height: 20px;
    }
    .diabetes__img {
        width: 235px;
    }
    .diabetes {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .symptoms {
        padding-top: 25px;
        padding-bottom: 40px;
    }
    .symptoms__item {
        width: 48%;
        margin-bottom: 20px;
    }
    .symptoms__item:nth-child(2n) {
        margin-right: 0;
    }
    .symptoms__item:nth-child(1) .symptoms__title {
        min-height: 48px;
    }
    .symptoms__item:nth-child(2) .symptoms__title {
        min-height: 48px;
    }
    .symptoms__img {
        height: 144px;
    }
    .symptoms__title {
        font-size: 20px;
        line-height: 24px;
    }
    .advantages__title {
        font-size: 32px;
        line-height: 34px;
    }
    .advantages__info {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .advantages__item {
        width: 49%;
    }
    .advantages__img {
        width: 290px;
    }
    .advantages__description {
        font-size: 22px;
    }
    .advantages__description span {
        font-size: 34px;
    }
    .advantages__form {
        max-width: 100%;
    }
    .advantages__form--left {
        max-width: 220px;
    }
    .advantages__form--left .form__descr {
        margin-bottom: 10px;
        max-width: 220px;
        font-size: 22px;
        line-height: 24px;
    }
    .advantages__form .form__special-descr {
        text-align: center;
        max-width: 190px;
        padding-left: 15px;
        font-size: 13px;
        line-height: 18px;
    }
    .advantages__price {
        margin: 0 auto;
        font-size: 26px;
    }
    .advantages__form .form__inputs {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 15px;
    } 
    .advantages__form .input, .advantages__form .form__btn {
        width: 195px;
    }
    .components {
        padding-top: 35px;
        padding-bottom: 15px;
        background: none;
    }
    .components-img__prod {
        position: static;
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .components__list,
    .comments__list {
        display: none !important; 
    }
    .components__list--mob,
    .comments__list--mob {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        max-width: 310px;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .components__item {
        margin-bottom: 0;
    }
    .owl-dots {
        position: absolute;
        z-index: 1000;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
    }
    .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        border-radius: 3px;
        border-radius: 30px;
        background-color: rgba(76, 175, 80, 0.3) !important;
        display: inline-block;
    }
    .owl-dots .owl-dot.active {
        background-color: #4CAF50 !important;
    }
    .benefit {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .benefit__title {
        font-size: 24px;
        line-height: 30px;
    }
    .benefit__descr {
        font-size: 24px;
        line-height: 26px;
    }
    .benefit__info {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .benefit__left {
        margin-bottom: 65px;
    }
    .benefit__right--text {
        left: -15px;
        top: -50px;
    }
    .doctor {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .doctor__info {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .doctor__img {
        text-align: center;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .doctor__img img {
        width: 50%;
    }
    .doctor__text img {
        width: 100px;
        bottom: -50px;
        right: 40%;
    }
    .how {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .how__section-title {
        margin-bottom: 25px;
    }
    .how__img {
        width: 105px;
        height: 105px;
    }
    .how__descr {
        font-size: 16px;
        line-height: 20px;
    }
    .how__item:nth-child(2)::before {
        left: -35px;
        width: 55px;
        height: 55px;
    }
    .how__item:nth-child(2)::after {
        right: -35px;
        width: 55px;
        height: 55px;
    }
    .comments {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .comments__item {
        margin-right: 0;
        margin-bottom: 5px;
        padding: 20px;
        border: 1px solid #4CAF50;
        width: 100%;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .comments__img {
        width: 70px !important;
        height: 70px !important;
    }
    .hero--bottom {
        padding-bottom: 340px;
    }
    .polytic {
        bottom: -57%;
    }
    .credentials__info {
        font-size: 15.5px;
    }
}

@media (max-width: 700px) {
    .symptoms__item:nth-child(2n) {
        margin-right: auto !important;
    }
.symptoms__item{
    width: 272px !important;
    margin: 0 auto 30px !important;
}
    .symptoms__title{
        min-height: auto;
        margin-top: 10px;
    }
    .symptoms__img{
        margin: 0 auto;
        display: block;
    }
    .polytic{
        position: relative;
        margin-top: 30px;
    }
    .container {
        max-width: 360px;
    }
    .hero {
        padding-bottom: 50px;
        overflow: hidden;
    }
    .hero__top {
        margin-bottom: 30px;
        max-height: 100%;
        overflow: visible;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .header__left {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .logo {
        margin-bottom: 25px;
        width: 100%;
        font-size: 38px;
    }
    .header__sticks {
        position: relative;
        z-index: 100;
        width: 100%;
        padding: 15px 0;
    }
    .header__sticks::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: -190px;
        top: 0;
        width: 750px;
        height: 100%;
        background-color: #0075AB;
    }
    .sticks__item {
        max-width: 165px;
        padding-left: 40px;
        background-size: 32px;
    }
    .header__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
    }
    .header__order {
        margin-right: 15px;
        max-width: 90px;
        font-size: 16px;
    }
    .header__price {
        font-size: 30px;
    }
    .hero__title {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .hero__list {
        margin-bottom: 30px;
        max-width: 100%;
        margin-right: 0;
    }
    .hero__product {
        margin-bottom: 30px;
        width: 100%;
        position: static;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    .form {
        max-width: 100%;
    }
    .diabetes__descr-bg {
        margin-bottom: 40px;
        padding: 15px;
        background-image: url("../img/voz-mob-bg.jpg");
        font-size: 20px;
        line-height: 24px;
    }
    .diabetes__title {
        margin-bottom: 15px;
    }

    .diabetes__text {
        height: 330px;
        font-size: 18px;
        line-height: 24px;
    }
    .diabetes__img {
        width: 110px;
    }
    .symptoms {
        padding-bottom: 15px;
    }
    .symptoms__section-title {
        text-align: left;
    }
    .symptoms__descr {
        font-size: 20px;
        line-height: 24px;
        text-align: left;
    }
    .symptoms__item {
        width: 100%;
        margin-right: 0;
    }
    .advantages__info {
        margin-bottom: 30px;
    }
    .advantages__title {
        font-size: 22px;
        line-height: 24px;
    }
    .advantages__list {
        margin-bottom: 30px;
    }
    .advantages__item {
        padding-left: 45px;
        padding-right: 17px;
        margin-right: 0;
        width: 100%;
        font-size: 16px;
    }
    .advantages__item::before {
        width: 40px;
    }
    .advantages__item::after {
        left: 6px;
        width: 27px;
        height: 21px;
    }
    .advantages__item:nth-child(2n) {
        width: 100%;
    }
    .advantages__img {
        width: 100%;
    }
    .advantages__description,
    .advantages__description span {
        max-width: 297px;
        font-size: 24px;
        text-transform: uppercase;
    }
    .advantages__description {
        font-size: 18px;
    }
    .advantages__form {
        display: block;
    }
    .advantages__form--left {
        max-width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .advantages__form--left .form__descr {
        font-size: 24px;
        padding-right: 20px;
        max-width: 100%;
        width: 100%;
    }
    .advantages__form .form__special-descr {
        max-width: 135px;
        text-align: left;
    }
    .advantages__form .input, .advantages__form .form__btn,
    .benefit__right img {
        width: 100%;
    }
    .advantages__form .form__inputs {
        display: block;
    }
    .advantages__form .form__btn {
        margin-top: 30px;
    }
    .components__section-title {
        font-size: 30px;
    }
    .benefit__item {
        max-width: 100%;
        margin-right: 0;
        padding-left: 70px;
    }
    .benefit__right--text {
        width: 100%;
        left: 0;
        top: -70px;
    }
    .benefit__right--text::before {
        right: 150px;
    }
    .doctor__section-title {
        margin-bottom: 20px;
    }
    .doctor__img {
        width: 100%;
    }
    .doctor__img img {
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain;
    }
    .how {
        padding-bottom: 5px;
    }
    .how__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .how__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
        text-align: left;
    }
    .how__item:last-child {
        margin-bottom: 0;
    }
    .how__item:nth-child(2)::before {
        top: -35px;
        left: 18px;
        width: 34px;
        height: 24px;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .how__item:nth-child(2)::after {
        top: 80px;
        left: 18px;
        right: auto;
        width: 34px;
        height: 24px;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .how__img {
        margin-right: 15px;
        width: 70px;
        height: 70px;
    }
    .how__descr {
        text-align: left;
        width: 213px;
    }
}

@media (max-width: 340px) {
    .advantages__item {
        padding-right: 8px;
    }
    .sticks__br {
        display: none;
    }
}