* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	font-family: "Roboto", 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 #419CD0;
	outline-offset: 3px;
}

.container {
	max-width: 1175px;
	margin: 0 auto;
	padding: 0 20px;
}

.hero {
	padding-top: 30px;
	background-image: url("../img/hero-bg.png");
	background-size: cover;
	background-position: center 5%;
	background-repeat: no-repeat;
}

.hero__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 115px;
}

.logo {
	font-weight: 900;
	font-size: 48px;
	text-transform: uppercase;
	color: #fff;
}

.hero__steacks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sticks__item {
	margin-right: 35px;
    background-position: left center;
    background-size: 48px;
    background-repeat: no-repeat;
    padding-left: 55px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}

.sticks__item:last-child {
	margin-right: 0;
}

.sticks__item--germany {
    background-image: url(../img/germany.svg);
}

.sticks__item--natural {
	background-image: url(../img/natural.svg);
}

.sticks__item--uems {
	background-image: url(../img/uems.svg);
}

.hero__info {
	position: relative;
}

.hero__title {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 56px;
	line-height: 64px;
	color: #6C6C6C;
}

.hero__title--block {
	display: block;
	font-weight: 900;
	color: #136bbd;
	text-transform: uppercase;
}

.hero__title--weight {
	font-weight: 700;
}

.hero__list {
	max-width: 610px;
	margin-bottom: 35px;
}

.hero__item {
	padding-left: 20px;
	position: relative;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 24px;
	color: #6C6C6C;
}

.hero__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 100%;
	background-color: #A8E38F;
	border-radius: 4px;
}

.hero__item span {
	font-weight: 700;
	color: #419CD0;
}

.hero__item:last-child {
	margin-bottom: 0;
}

.hero__product {
    position: absolute;
	top: 30%;
    left: 54%;
    width: 370px;
}

.hero__form {
	padding: 24px;
	max-width: 960px;
	background: rgba(168, 227, 143, 0.5);
	border-radius: 0px;
}

.form__price {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.form__price--old {
	margin-right: 20px;
}

.form__price--old {
	text-decoration: line-through;
	opacity: 0.7;
}

.form__price--new {
	font-size: 22px;
	font-weight: 700;
    color: #419CD0;
}

.form__inputs {
	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;
}

.input {
	margin-right: 20px;
	width: 200px;
	height: 48px;
	border: 1px solid #fff;
	font-weight: 400;
	font-size: 18px;
	color: #252525;
	padding-left: 15px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 0px;
}

.form__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input::-webkit-input-placeholder {
	color: #252525;
}

.input::-moz-placeholder {
	color: #252525;
}

.input:-ms-input-placeholder {
	color: #252525;
}

.input::-ms-input-placeholder {
	color: #252525;
}

.input::placeholder {
	color: #252525;
}

.form__btn  {
	height: 48px;
	padding: 2px 17.8px;
	background: -o-linear-gradient(179.72deg, #AD1010 2.64%, #F91A1A 29.07%, #AD1010 52.4%, #F91A1A 76.24%, #AD1010 99.57%), #D04141;
	background: linear-gradient(270.28deg, #AD1010 2.64%, #F91A1A 29.07%, #AD1010 52.4%, #F91A1A 76.24%, #AD1010 99.57%), #D04141;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35), inset 0px -4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(255, 255, 255, 0.48);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35), inset 0px -4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(255, 255, 255, 0.48);
	font-weight: 900;
	font-size: 32px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.diabet {
	padding-top: 40px;
	padding-bottom: 40px;
}

.diabet .section-title {
	margin-bottom: 30px;
}

.section-title {
	text-align: center;
	font-weight: 500;
	font-size: 48px;
	line-height: 65px;
	color: #6C6C6C;
}

.diabet__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.diabet__item {
	max-width: 176px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.diabet__item:last-child {
	margin-right: 0;
}

.diabet__img {
	margin-bottom: 15px;
	max-width: 176px;
	max-height: 176px;
	-webkit-filter: drop-shadow(0px 0px 4px rgba(255, 0, 0, 0.25));
	        filter: drop-shadow(0px 0px 4px rgba(255, 0, 0, 0.25));
	font-size: 0;
}

.diabet__img img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.diabet__descr {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #6C6C6C;
	text-align: center;
}

.diabet__descr--padding {
	padding: 0 10px;
}

.bad {
	padding-top: 40px;
	padding-bottom: 10px;
}

.bad .section-title {
	margin-bottom: 30px;
}

.bad__descr-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 30px;
}

.bad__descr-box:last-child {
	margin-bottom: 0;
}

.bad__descr-left {
	margin-right: 20px;
	padding: 5px 88px;
	max-width: 400px;
	background: rgba(173, 16, 16, 0.1);
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
	border-radius: 0px;
	font-weight: 500;
	font-size: 48px;
	text-align: center;
	text-transform: uppercase;
	color: #AD1010;
}

.bad__descr {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #6C6C6C;
}

.bad__descr--accent {
	text-transform: uppercase;
	font-weight: 700;
	color: #419CD0;
}

.descr-bg {
    margin-bottom: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 70px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
}

.descr-bg--bad {
	background-image: url("../img/paralysis-bg.jpg");
}

.descr-bg__content {
	display: block;
	max-width: 715px;
}

.descr-bg__uppercase {
	text-transform: uppercase;
	font-weight: 700;
}

.bad__img {
	width: 200px;
	margin-right: 20px;
}

.bad__descr--weight {
	font-weight: 700;
}

.bad__descr--padding {
	padding-right: 40px;
}

.symptoms {
	padding-bottom: 95px;
	background-image: url("../img/symptoms-bg.png");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.symptoms .section-title {
    margin-bottom: 75px;
    padding-top: 150px;
}

.symptoms__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	counter-reset: section;
}

.symptoms__item {
	position: relative;
	margin-right: 75px;
	margin-bottom: 75px;
}

.symptoms__item::before {
	content: "";
	position: absolute;
    top: -30px;
    right: -15px;
	z-index: 200;
	counter-increment: section;
    content: counters(section,".");
	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;
	font-weight: 700;
	font-size: 42px;
	color: #FFFFFF;
	background-image: url("../img/symptoms-count.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
}

.symptoms__item:nth-child(4n) {
	margin-right: 0;
}

.symptoms__content {
	position: relative;
	z-index: 100;
	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;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25), inset 0px 6px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25), inset 0px 6px 5px rgba(0, 0, 0, 0.15);
}

.symptoms__content::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: -10px;
    bottom: -32px;
	background-image: url("../img/item-border-right.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 270px;
    height: 260px;
}

.symptoms__item:nth-child(4n) .symptoms__content::before {
	left: -10px;
    bottom: -13px;
	width: 220px;
    height: 220px;
	background-image: url("../img/item-border.svg");
}

.symptoms__text {
	margin-bottom: 15px;
	max-width: 150px;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #6C6C6C;
}

.symptoms__bnts {
	text-align: center;
}

.symptoms__btn  {
	padding: 3px 5px;
	width: 47px;
	background-color: #AD1010;
	font-weight: 900;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
}

.symptoms__btn--yes {
	background-color: #AD1010;
	margin-right: 5px;
}

.disabled {
	cursor: default;
	opacity: 0.3;
}

.active {
	cursor: default;
}

.symptoms__btn--no {
	background-color: #41AF14;
}

.symptoms__text--pt {
	padding-top: 40px;
}

.symptoms__text--ptop {
	padding-top: 20px;
}

.symptoms__text--mb {
	font-size: 16px;
	margin-bottom: 8px;
}

.descr-bg--symptoms {
	background-image: url("../img/symptom-desc-bg.jpg");
	margin-bottom: 40px;
}

.symptoms .descr-bg__content {
	max-width: 800px;
}

.descr-bg__first {
	display: block;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
}

.count-questions {
	text-decoration: underline;
}

.descr-bg__second {
	font-weight: 900;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
}

.symptoms__last-descr {
	padding: 0 110px;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #6C6C6C;
}

.symptoms__last-descr span {
	font-weight: 700;
}

.lvl {
	padding-bottom: 40px;
	background-image: url("../img/new-lvl-bg.JPG");
	background-position: right 5%;
	background-size: 60%;
	background-repeat: no-repeat;
}

.lvl .container {
	position: relative;
}

.lvl .section-title {
	margin-bottom: 50px;
}

.lvl .section-title span {
	font-weight: 900;
    color: #136bbd;
    text-transform: uppercase;
}

.lvl__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;
	margin-bottom: 60px;
}

.lvl__item {
	position: relative;
	padding: 45px 45px 20px 60px;
	margin-bottom: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-image: url("../img/lvl-item-bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 525px;
	height: 130px;
}
.lvl__item:last-child {
	margin-bottom: 0;
	padding: 45px 43px 20px 70px;
}

.lvl__item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 60px;
	width: 65%;
	height: 25px;
	border-radius: 10px;
	background-color: #DFF8D6;
}

.lvl__item--one::after {
	content: "";
	position: absolute;
	left: -30px;
	top: -30px;
	background-image: url("../img/lvl-item-1.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
}

.lvl__item--two::after {
	content: "";
	position: absolute;
	left: -30px;
	top: -30px;
	background-image: url("../img/lvl-item-2.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
}

.lvl__item--three::after {
	content: "";
	position: absolute;
	left: -30px;
	top: -30px;
	background-image: url("../img/lvl-item-3.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
}

.lvl__item--four::after {
	content: "";
	position: absolute;
	left: -30px;
	top: -30px;
	background-image: url("../img/lvl-item-4.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
}

.lvl__item--five::after {
	content: "";
	position: absolute;
	left: -30px;
	top: -30px;
	background-image: url("../img/lvl-item-5.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
}

.lvl__descr {
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color: #6C6C6C;
}

.lvl__descr span {
	font-weight: 700;
	color: #136bbd;
}

.lvl__img {
	position: absolute;
	top: 50%;
	right: 15%;
	width: 400px;
}

.lvl__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.lvl__price {
	margin-right: 20px;
	position: relative;
	z-index: 100;
	max-width: 480px;
	padding: 28px 20px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.lvl__text {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: #6C6C6C;
}

.lvl__text span {
	color: #136bbd;
	text-transform: uppercase;
	font-weight: 700;
}

.lvl__today {
	font-weight: 900;
	font-size: 34px;
	text-transform: uppercase;
	color: #136bbd;
}

.price-block {
	width: 165px;
	position: absolute;
	left: 482px;
	bottom: 17px;
	padding: 12px 10px;
	font-weight: 900;
	font-size: 32px;
	text-align: center;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, right top, from(#115492), color-stop(22.4%, #1AA4F9), color-stop(48.96%, #115492), color-stop(71.88%, #1AA4F9), color-stop(96.35%, #115492)), #FFFFFF;
	background: -o-linear-gradient(left, #115492 0%, #1AA4F9 22.4%, #115492 48.96%, #1AA4F9 71.88%, #115492 96.35%), #FFFFFF;
	background: linear-gradient(90deg, #115492 0%, #1AA4F9 22.4%, #115492 48.96%, #1AA4F9 71.88%, #115492 96.35%), #FFFFFF;
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}



.lvl__form {
	max-width: 480px;
	padding: 28px 20px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.lvl__form .form__inputs {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.lvl__form .input{
	width: 200px;
	height: 45px;
	margin-right: 15px;
	margin-bottom: 30px;
}

.lvl__form .input--mr {
	margin-right: 0;
}

.lvl__form .input-marg-mob {
	margin-bottom: 0;
}

.lvl__form .form__btn {
	width: 200px;
	height: 45px;
	font-size: 28px;
}

.components {
	padding-top: 20px;
	padding-bottom: 40px;
}

.components .container {
	position: relative;
}

.components .section-title span {
    font-weight: 900;
    color: #136bbd;
    text-transform: uppercase;
}

.components .section-title {
	margin-bottom: 50px;
}

.components__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;
}

.components__item {
	max-width: 400px;
	margin-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 20px 25px 8px 12px;
	background: -o-linear-gradient(158.45deg, #D5FFC3 -15.04%, #A8E38F 98.26%);
	background: linear-gradient(291.55deg, #D5FFC3 -15.04%, #A8E38F 98.26%);
}
.components__item:nth-child(2n) .components__img {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	margin-right: 0;
	margin-left: 12px;
}

.components__item:nth-child(2n) {
	padding-left: 25px;
	padding-right: 12px;
}

.components__item:nth-child(1) {
	border-radius: 90px 120px 0 90px;
	margin-left: 50px;
}

.components__item:nth-child(2) {
	border-radius: 120px 90px 90px 0;
	margin-right: 70px;
}

.components__item:nth-child(3) {
	border-radius: 120px 110px 110px 120px;
}

.components__item:nth-child(4) {
	border-radius: 110px 120px 120px 110px;
}

.components__item:nth-child(5) {
	border-radius: 90px 0 120px 90px;
	margin-left: 55px;
	margin-bottom: 0;
}

.components__item:nth-child(6) {
	border-radius: 0 90px 90px 120px;
	padding-left: 30px;
	margin-right: 70px;
	margin-bottom: 0;
}

.components__img {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 12px;
	max-width: 100px;
	overflow: hidden;
	border-radius: 100%;
	border: 2px solid #fff;
}

.components__img {
	width: 100px;
	height: 100px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.components__title {
	font-weight: 900;
	font-size: 18px;
	line-height: 24px;
	color: #5D5D5D;
	text-shadow: 0px 4px 10px #FFFFFF;
}

.components__descr {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #5D5D5D;
}

.components__product {
	width: 370px;
    position: absolute;
    top: 35%;
    left: 33.5%;
}

.choice {
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url("../img/choice-bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.choice .container {
	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;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.choice .section-title {
	margin-bottom: 30px;
	width: 100%;
}

.choice__list {
	max-width: 385px;
	height: 348px;
	padding: 30px 20px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.negative__item,
.positive__item {
	position: relative;
	padding-left: 40px;
	margin-bottom: 24px;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #6C6C6C;
}

.negative__item {
	padding-left: 35px;
}

.negative__item:last-child,
.positive__item:last-child {
	margin-bottom: 0;
}

.negative__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-image: url("../img/negative.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}

.positive__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-image: url("../img/positive.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 34px;
	height: 32px;
}

.choice__span {
	margin: 0 40px;
	font-weight: 900;
	font-size: 32px;
	line-height: 40px;
	color: #6C6C6C;
}

.study {
	background-image: url("../img/study-bg.png");
	background-position: right top;
	background-size: 40%;
	background-repeat: no-repeat;
}

.study .section-title {
	margin-bottom: 30px;
	padding-top: 80px;
	font-weight: 400;
	font-size: 48px;
	line-height: 65px;
	text-align: left;
}

.study .section-title span {
	font-weight: 700;
	color: #136bbd;
}

.study__list {
	max-width: 735px;
	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;
}

.study__item {
	position: relative;
	max-width: 287px;
	padding-left: 45px;
	margin-right: 15px;
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	color: #6C6C6C;
}

.study__item:nth-child(4) {
	padding-right: 15px;
}

.study__item:nth-child(5) {
	padding-right: 23px;
}

.study__item:nth-child(2n) {
	margin-right: 0;
}

.study__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-image: url("../img/check.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 36px;
}

.study__item span {
	font-weight: 700;
	color: #136bbd;
}

.effects {
	padding-top: 15px;
	padding-bottom: 40px;
}

.effects .section-title {
	margin-bottom: 30px;
}

.effects__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	counter-reset: section;
}

.effects__item {
	position: relative;
	width: 32.33%;
	margin-right: 10px;
	padding: 80px 45px 25px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	color: #6C6C6C;
}

.effects__item:last-child {
	margin-right: 0;
}

.effects__item::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	counter-increment: section;
    content: counters(section,".");
	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;
	background: -webkit-gradient(linear, left top, left bottom, from(#1AA4F9), to(#115492)), #1A5392;
	background: -o-linear-gradient(top, #1AA4F9 0%, #115492 100%), #1A5392;
	background: linear-gradient(180deg, #1AA4F9 0%, #115492 100%), #1A5392;
	width: 56px;
	height: 56px;
	font-weight: 700;
	font-size: 32px;
	color: #FFFFFF;
}

.doctor {
	padding-top: 40px;
	padding-bottom: 40px;
}

.doctor .section-title {
	margin-bottom: 30px;
}

.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%;
	font-size: 0;
}

.doctor__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.doctor__text {
    position: relative;
}

.doctor__descr {
    margin-bottom: 20px;
    font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: #5D5D5D;
}

.doctor__descr span {
	color: #136bbd;
	font-weight: 700;
}

.doctor__descr--mb {
	margin-bottom: 0;
}

.doctor__descr--nomb {
    max-width: 400px;
    margin-bottom: 0;
}

.doctor__text img {
    width: 140px;
    bottom: -25px;
    right: 0;
    position: absolute;
}

.how {
	padding-top: 40px;
	padding-bottom: 40px;
}

.how .section-title {
	margin-bottom: 30px;
}

.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:last-child {
	margin-right: 0;
}

.how__item:first-child::before {
	content: none;
}

.how__item::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: 70px;
    height: 20px;
}

.how__img {
    margin-bottom: 15px;
    width: 150px;
    height: 150px;
}

.how__descr {
	max-width: 210px;
	margin: 0 auto;
    font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #5D5D5D;
}

.how__descr span {
	display: block;
	font-weight: 900;
}

.comments {
	padding-top: 40px;
	padding-bottom: 40px;
}

.comments .section-title {
	margin-bottom: 90px;
}

.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__list--mob {
	display: none !important;
}

.comments__item {
	position: relative;
	width: 32.33%;
	margin-right: 10px;
}

.comments__item:last-child {
	margin-right: 0;
}

.comments__circle {
	position: absolute;
	right: 50%;
	-webkit-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	        transform: translateX(50%);
	top: -75px;
	z-index: 100;
	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: 185px;
	height: 185px;
	background-color: #fff;
	border-radius: 100%;
}

.comments__img {
	width: 155px;
	height: 155px;
	overflow: hidden;
	border-radius: 100%;
	border: 15px solid #DFF8D6;
	font-size: 0;
}

.comments__img img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 110%;
	height: 110%;
}

.comments__text {
	position: relative;
	padding: 135px 20px 30px;
	background-color: #DFF8D6;
	min-height: 492px
}

.comments__text::before {
	content: "";
	position: absolute;
	right: 25px;
    top: 90px;
	background-image: url("../img/ticky.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 51px;
	height: 35px;
}

.comments__name {
	position: relative;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: #5D5D5D;
}

.comments__descr {
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	color: #5D5D5D;
}

.comments__descr span {
	font-weight: 900;
	text-transform: uppercase;
}

.hero--two {
	padding-bottom: 30px;
}

.hero--two .hero__info {
	margin-bottom: 35px;
}

.polytic {
	text-align: center;
}

.credentials__info {
    color: #5D5D5D;
    font-weight: 600;
    margin-bottom: 10px;
}

.credentials__link {
    font-weight: 600;
    color: #5D5D5D;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.credentials__link:hover {
    color: #419CD0;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.credentials__links span {
    display: inline-block;
    margin: 0 10px;
    font-weight: 600;
    color: #5D5D5D;
}

@media (max-width: 1300px) {
	.hero {
		background-position: right 5%;
	}
	.logo {
		font-size: 42px;
	}
	.sticks__item {
		padding-left: 45px;
		font-size: 18px;
		line-height: 22px;
		background-size: 40px;
	}
	.hero__title {
		font-size: 52px;
		line-height: 58px;
	}
	.hero__item {
		font-size: 22px;
	}
	.hero__product {
		left: 50%;
		top: 32%;
		width: 320px;
	}
	.section-title {
		font-size: 44px;
		line-height: 56px;
	}
	.symptoms__content {
		width: 180px;
		height: 180px;
	}
	.symptoms__content::before {
		width: 250px;
		height: 240px;
	}
	.symptoms__item:nth-child(4n) .symptoms__content::before {
		width: 200px;
    	height: 200px;
	}
	.lvl__img  {
		top: 37%;
		right: 9%;
	}
	.lvl__item {
		padding: 45px 75px 20px 60px;
		width: 460px;
		height: 115px;
	}
	.lvl__item--one::after {
		left: 0px;
		width: 85px;
    	height: 85px;
	}
	.lvl__item--two::after {
		left: 0px;
		width: 85px;
    	height: 85px;
	}
	.lvl__item--three::after {
		left: 0px;
		width: 85px;
    	height: 85px;
	}
	.lvl__item--four::after {
		left: 0px;
		width: 85px;
    	height: 85px;
	}
	.lvl__item--five::after {
		left: 0px;
		width: 85px;
    	height: 85px;
	}
	.lvl__descr {
		font-size: 18px;
		line-height: 22px;
	}
	.lvl__bottom {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.lvl__price {
		margin-right: 0;
		margin-bottom: 30px;
		width: 52%;
		max-width: 100%;
	}
	.lvl__form {
		width: 52%;
		max-width: 100%;
	}
	.components__product {
		width: 330px;
		top: 36%;
		left: 35.5%;
	}
	
	.components__item {
		max-width: 380px;
		margin-bottom: 60px;
	}
	.components__item:nth-child(2) .components__info,
	.components__item:nth-child(4) .components__info,
	.components__item:nth-child(6) .components__info {
		text-align: right;
	}
	.components__img {
		width: 85px;
		height: 85px;
	}
	.components__title {
		font-size: 17px;
	}
	.components__img {
		margin-right: 8px;
	}
	.study {
		background-position: right bottom;
	}
	.lvl__today {
		font-size: 38px;
	}
	.price-block {
		left: auto;
		right: 127px;
		bottom: 227px
	}
}

@media (max-width: 1125px) {
	.hero__product {
		left: 55%;
	}
	.components__product {
		left: 32%;
	}
	.components__item:nth-child(1) {
		margin-left: 10px;
	}
	.components__item:nth-child(2) {
		margin-right: 50px;
	}
	.components__item:nth-child(3) {
		max-width: 340px;
	}
	.components__item:nth-child(5) {
		margin-left: 30px;
	}
	.components__item:nth-child(6) {
		margin-right: 45px;
	}
	.price-block {
		left: auto;
		right: 99px;
	}
	
	.comments__text {
	min-height: 588px
}
}

@media (max-width: 1024px) {
	.container {
		max-width: 964px;
	}
		.comments__text {
	min-height: 490px
}
	.hero__header {
		margin-bottom: 50px;
	}
	.logo {
		font-size: 36px;
	}
	.sticks__item {
		margin-right: 20px;
		font-size: 16px;
	}
	.hero__title {
		margin-bottom: 30px;
		font-size: 46px;
		line-height: 50px;
	}
	.hero__item {
		font-size: 20px;
	}
	.hero__product {
		width: 290px;
		top: 30%;
	}
	.hero__form {
		max-width: 100%;
	}
	.input {
		margin-right: 10px;
		width: 185px;
		height: 45px;
	}
	.form__btn {
		height: 45px;
		padding: 2px 27.21px;
		font-size: 22px;
	}
	.diabet {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.bad {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.section-title {
		font-size: 38px;
		line-height: 44px;
	}
	.bad__descr-left {
		font-size: 38px;
	}
	.bad__descr {
		font-size: 20px;
		line-height: 28px;
	}
	.descr-bg {
		background-position: right;
		font-size: 20px;
		line-height: 24px;
	}
	.descr-bg__content {
		max-width: 490px;
	}
	.bad__descr {
		font-size: 18px;
		line-height: 24px;
	}
	.symptoms {
		padding-top: 30px;
		padding-bottom: 30px;
		background-color: #DBF1FF;
	}
	.symptoms .section-title {
		padding-top: 0;
		margin-bottom: 45px;
	}
	.symptoms__item {
		margin-right: 35px;
		margin-bottom: 50px;
	}
	.symptoms__content {
		width: 160px;
		height: 160px;
	}
	.symptoms__list {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.symptoms__item::before {
		width: 60px;
		height: 60px;
		font-size: 28px;
	}
	.symptoms__content::before {
		width: 230px;
		height: 220px;
		left: -14px;
	}
	.symptoms__item:nth-child(4n) .symptoms__content::before {
		width: 180px;
		height: 180px;
	}
	.symptoms__text {
		font-size: 16px;
		line-height: 20px;
	}
	.descr-bg {
		padding: 20px 45px;
	}
	.descr-bg__first {
		font-size: 22px;
		line-height: normal;
	}
	.descr-bg__second {
		font-size: 26px;
		line-height: normal;
	}
	.symptoms__last-descr {
		padding: 0 70px;
		font-size: 22px;
		line-height: 26px;
	}
	.lvl {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.lvl__form .form__btn {
		font-size: 24px;
	}
	.lvl__today {
		font-size: 34px;
	}
	.price-block {
		right: 76px;
		bottom: 225px;
	}
	.components {
		padding-bottom: 0;
		background-color: rgba(223,	248, 214, 0.2);
	}
	.components__product {
		position: static;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
		width: 280px;
	}
	.components__item {
		max-width: 100% !important;
		width: 48% !important;
		margin: 0 !important;
		margin-bottom: 30px !important;
		padding-top: 15px;
		border-radius: 90px !important;
	}
	.choice__list {
		max-width: 375px;
		height: 330px;
	}
	.negative__item, 
	.positive__item {
		font-size: 18px;
		line-height: 20px;
	}
	.choice__span {
		margin: 0 35px;
		font-size: 28px;
	}
	.study .section-title {
		padding-top: 40px;
		font-size: 36px;
    	line-height: 42px;
	}
	.study__list {
		max-width: 720px;
	}
	.study__item {
		padding-left: 55px;
		font-size: 20px;
		line-height: 26px;
	}
	.study__item::before {
		width: 46px;
    	height: 42px;
	}
	.effects {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.effects__item {
		padding: 70px 30px 25px;
		font-size: 20px;
	}
	.effects__item::before {
		width: 52px;
		height: 52px;
		font-size: 28px;
	}
	.doctor__text img {
		width: 100px;
		bottom: -10px;
	}
	.how,
	.comments {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.how__img {
		margin-bottom: 15px;
		width: 115px;
		height: 115px;
	}
	.how__descr {
		font-size: 18px;
		line-height: 20px;
	}
	.comments__circle {
		width: 175px;
		height: 175px;
	}
	.comments__img {
		width: 145px;
		height: 145px;
	}
	.comments__name {
		font-size: 20px;
		line-height: 22px;
	}
	.comments__descr {
		font-size: 16px;
		line-height: 26px;
	}
	.comments__text::before {
		width: 35px;
		height: 25px;
	}
}

@media (max-width: 991px) {
	.hero {
		padding-top: 20px;
		background-position: 50% -40px
	}
	.hero__header {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 35px;
	}
	.logo {
		width: 100%;
		margin-bottom: 15px;
		font-size: 42px;
	}
	.sticks__item {
		color: #5D5D5D;
	}
	.hero__title {
		font-size: 38px;
		line-height: 42px;
	}
	.hero__product {
		width: 265px;
		left: 65%;
	}
	.hero__form {
		padding: 18px;
	}
	.input {
		width: 165px;
	}
	.form__btn {
		font-size: 18px;
	}
	.diabet__item {
		max-width: 225px;
	}
	.diabet__item:nth-child(3n) {
		margin-right: 0;
	}
	.diabet__img {
		max-width: 100%;
		max-height: 100%;
		width: 225px;
		height: 225px;
	}
	.symptoms__list {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.symptoms__item {
		margin-right: 55px;
		width: 200px;
	}
	.symptoms__item:nth-child(3n) {
		margin-right: 0;
	}
	.symptoms__item:nth-child(4n) {
		margin-right: 55px;
	}
	.symptoms__content {
		width: 200px;
		height: 200px;
	}
	.symptoms__content::before {
		width: 250px;
		height: 240px;
		left: -4px;
		bottom: -23px;
	}
	.symptoms__item:nth-child(4n) .symptoms__content::before {
		background-image: url("../img/item-border-right.svg");
		width: 250px;
		height: 240px;
		left: -4px;
		bottom: -23px;
	}
	.symptoms__item:nth-child(3n) .symptoms__content::before,
	.symptoms__item:last-child .symptoms__content::before {
		background-image: url("../img/item-border.svg");
		width: 210px;
		height: 210px;
		left: -4px;
		bottom: -6px;
	} 
	.descr-bg {
		padding: 20px 25px;
	}
	.descr-bg__first {
		font-size: 20px;
	}
	.descr-bg__second {
		font-size: 22px;
	}
	.symptoms__last-descr {
		padding: 0px 10px;
		font-size: 20px;
		line-height: 24px;
	}
	.lvl__item {
		padding: 15px 35px 15px 60px;
		width: 360px;
		height: 95px;
	}
	.lvl__descr {
		font-size: 16px;
		line-height: 20px;
	}
	.lvl__item:last-child {
		margin-bottom: 0;
		padding: 15px 33px 20px 70px;
	}
	.lvl__item::before {
		height: 15px;
	}
	.lvl__item--one::after {
		left: 10px;
		width: 65px;
		height: 65px;
	}
	.lvl__item--two::after {
		left: 10px;
		width: 65px;
		height: 65px;
	}
	.lvl__item--three::after {
		left: 10px;
		width: 65px;
		height: 65px;
	}
	.lvl__item--four::after {
		left: 10px;
		width: 65px;
		height: 65px;
	}
	.lvl__item--five::after {
		left: 10px;
		width: 65px;
		height: 65px;
	}
	.lvl__img {
		width: 280px;
		top: 40%;
	}
	.lvl__price {
		padding: 20px;
	}
	.lvl__text {
		font-size: 20px;
		line-height: 28px;
	}
	.lvl__today {
		font-size: 24px;
	}
	.lvl__form,
	.lvl__price {
		width: 60%;
	}
	.price-block {
		right: 50px;
		bottom: 196px;
		font-size: 26px;
		width: 145px;
	}
	.lvl__form .input {
		width: 185px;
		height: 45px;
		margin-right: 15px;
		margin-bottom: 20px;
	}
	.lvl__form .input-marg-mob {
		margin-bottom: 0;
	}
	.lvl__form .input--mr {
		margin-right: 0;
	}
	.lvl__form .form__btn {
		font-size: 20px;
		width: 185px;
	}
	.components__product {
		width: 220px;
	}
	.choice {
		background-image: url("../img/choice-bg-mob.jpg");
	}
	.choice .section-title {
		color: #fff;
	}
	.choice__list {
		max-width: 420px;
		height: 265px;
	}
	.negative__item, .positive__item {
		padding-left: 30px;
		font-size: 16px;
		line-height: 18px;
	}
	.negative__item::before {
		width: 18px;
		height: 18px;
	}
	.positive__item::before {
		width: 25px;
		height: 23px;
	}
	.choice__span {
		width: 100%;
		text-align: center;
		margin: 15px 0;
		font-size: 24px;
		color: #fff;
	}
	.study .section-title {
		font-size: 32px;
    	line-height: 34px;
	}
	.study__list {
		max-width: 585px;
	}
	.study__item {
		max-width: 285px;
		margin-bottom: 30px;
		padding-left: 55px;
		font-size: 18px;
		line-height: 22px;
	}
	.study__item::before {
		width: 34px;
		height: 30px;
	}
	.effects__item {
		padding: 65px 20px 20px;
		font-size: 18px;
	}
	.effects__item::before {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
	.doctor__info {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.doctor__img {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.how__list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.how__item {
		width: 40%;
		margin-bottom: 20px;
	}
	.how__img {
		width: 125px;
		height: 125px;
	}
	.how__item::before {
		width: 75px;
		height: 30px;
	}
	.how__item:nth-child(3)::before {
		content: none;
	}
	.how__item:nth-child(2n) {
		margin-right: 0;
	}
	.comments .section-title {
		margin-bottom: 20px;
	}
	.comments__list {
		display: none !important;
	}
	.comments__list--mob {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		max-width: 50%;
		width: 300px;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	.comments__item {
		width: 100%;
		padding-top: 90px;
	}
	.comments__circle {
		top: 5px;
	}
	.comments__text {
		padding: 105px 25px 30px;
	}
	.comments__text::before {
		width: 30px;
		height: 20px;
		top: 80px;
	}
	.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(19, 107, 189, 0.3) !important;
        display: inline-block;
    }
    .owl-dots .owl-dot.active {
        background-color: #136bbd !important;
    }
}

@media (max-width: 768px) {
	.container {
		max-width: 710px;
	}
	.hero {
		padding-top: 20px;
		background-position: 75% -20px;
	}
	.hero__header {
		margin-bottom: 20px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.logo {
		width: 100%;
		margin-bottom: 25px;
		font-size: 32px;
	}
	.hero__steacks {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.sticks__item {
		margin-bottom: 15px;
		font-weight: 400;
	}
	.hero__title {
		font-size: 34px;
		line-height: 38px;
	}
	.hero__list {
		max-width: 100%;
		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;
	}
	.hero__item {
		width: 48%;
	}
	.hero__item span {
		display: block;
	}
	.hero__product {
		display: none;
	}
	.hero__form {
		max-width: 80%;
		margin: 0 auto;
	}
	.form__inputs {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.input {
		width: 200px;
		margin-bottom: 15px;
	}
	.input-marg-mob {
		margin-bottom: 0;
	}
	.input-marg-r {
		margin-right: 0;
	}
	.form__btn {
		width: 200px;
	}
	.section-title {
		font-size: 32px;
		line-height: 38px;
	}
	.diabet__item {
		max-width: 155px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.diabet__img {
		margin-bottom: 8px;
		width: 155px;
		height: 155px;
	}
	.diabet__descr {
		font-size: 16px;
		line-height: 20px;
	}
	.bad__descr-left {
		font-size: 28px;
		padding: 5px 50px;
	}
	.descr-bg {
		padding: 20px;
		font-size: 18px;
    	line-height: 20px;
	}
	.descr-bg__content {
		max-width: 340px;
	}
	.bad__img {
		width: 170px;
		margin-right: 10px;
	}
	.bad__descr {
		padding-right: 10px;
		font-size: 16px;
		line-height: 20px;
	}
	.symptoms__item {
		margin-right: 75px;
	}
	.symptoms__item:nth-child(2n) {
		margin-right: 0 !important;
	}
	.symptoms__item:nth-child(3n) {
		margin-right: 75px;
	}
	.symptoms__item:nth-child(3n) .symptoms__content::before {
		background-image: url("../img/item-border-right.svg");
		width: 250px;
		height: 240px;
		left: -4px;
		bottom: -23px;
	}
	.symptoms__item:nth-child(2n) .symptoms__content::before {
		background-image: url("../img/item-border.svg");
		width: 210px;
		height: 210px;
		left: -4px;
		bottom: -6px;
	}
	.descr-bg__first {
		font-size: 18px;
	}
	.descr-bg__second {
		font-size: 20px;
	}
	.lvl__list  {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 15px;
	}
	.lvl__item {
		padding: 30px 35px 15px 55px;
		width: 380px;
		height: 85px;
	}
	.lvl__item:last-child {
		margin-bottom: 0;
		padding: 30px 33px 20px 70px;
	}
	.lvl__img {
		position: static;
		display: block;
		margin: 0 auto;
	}	
	.lvl__price {
		margin-bottom: 80px;
	}
	.price-block {
		right: 40%;
		bottom: 320px;
		-webkit-transform: translateX(45%);
		    -ms-transform: translateX(45%);
		        transform: translateX(45%);
	}

	.lvl__form .form__inputs {
		display: block;
	}
	.lvl__form .input-marg-mob {
		margin-bottom: 20px;
	}
	.lvl__form .input {
		width: 100%;
	}
	.lvl__form .form__btn {
		width: 100%;
	}
	.components__product {
		margin-bottom: 45px;
	}
	.components__list  {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		counter-reset: section;
	}
	.components__item {
		position: relative;
		width: 80% !important;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		padding: 12px 10px !important;
		margin-bottom: 45px !important;
	}
	.components__item::before {
		position: absolute;
		top: -35px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		counter-increment: section;
    	content: counters(section,".");
		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;
		font-weight: 700;
		font-size: 26px;
		color: #FFFFFF;
		background-image: url(../img/lvl-count.svg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 48px;
		height: 48px;
	}
	.components__img {
		margin-right: 10px;
	}
	.components__item:nth-child(2n) .components__img {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin-left: 0;
		margin-right: 10px;
	}
	.components__item:nth-child(2) .components__info, 
	.components__item:nth-child(4) .components__info, 
	.components__item:nth-child(6) .components__info {
		text-align: left;
	}
	.study {
		background: none;
	}
	.study .section-title {
		font-size: 28px;
		line-height: 30px;
	}
	.study__list {
		max-width: 100%;
	}
	.study__item {
		max-width: 240px;
		margin-bottom: 25px;
		padding-left: 45px;
		font-size: 17px;
		line-height: 20px;
	}
	.effects__item {
		padding: 55px 10px 15px;
		font-size: 16px;
	}
}

@media (max-width: 620px) {
	.container {
		max-width: 360px;
	}
	.hero {
		padding-bottom: 20px;
		background-image: url("../img/hero-mob-bg.png");
		background-position: center 10%;
	}
	.logo {
		text-align: center;
	}
	.sticks__item {
		margin-right: 5px;
		padding-left: 35px;
		background-size: 30px;
		line-height: 18px;
	}
	.sticks__item--natural {
		margin-right: 0;
	}
	.hero__title {
		font-size: 28px;
		line-height: 32px;
	}
	.hero__title--weight {
		display: block;
	}
	.hero__item {
		padding-left: 10px;
		font-size: 16px;
	}
	.hero__item::before {
		width: 5px;
	}
	.hero__form {
		max-width: 100%;
	}
	.form__price {
		flex-wrap: wrap;
		justify-content: center;
	}
	.form__inputs {
		display: block;
	}
	.input-marg-mob {
		margin-bottom: 15px;
	}
	.input,
	.form__btn {
		width: 100%;
	}
	.section-title {
		font-size: 28px;
		line-height: 32px;
	}
	.diabet__item {
		max-width: 46%;
		margin-right: 10px;
		margin-bottom: 15px;
	}
	.diabet__item:nth-child(2n) {
		margin-right: 0;
	}
	.diabet__item:nth-child(3n) {
		margin-right: 10px;
	} 
	.diabet__img {
		width: 147px;
		height: 147px;
	}
	.bad {
		padding-top: 0;
	}
	.bad__descr-box {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.bad__descr-left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.bad__descr {
		padding-right: 0;
	}
	.descr-bg {
		text-align: center;
		font-size: 16px;
		font-weight: 400;
	}
	.descr-bg {
		background-position: bottom;
		padding-bottom: 140px;
	}
	.descr-bg--bad {
		background-image: url("../img/paralysis-mob-bg.jpg");
	}
	.bad__descr-box {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.bad__img {
		width: 200px;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.symptoms__item {
		margin-right: 0;
	}
	.symptoms__item:nth-child(3n) {
		margin-right: 0;
	}
	.symptoms__content::before {
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
		width: 250px;
		height: 240px;
		left: -23px;
		bottom: -44px;
	}
	.symptoms__item:nth-child(2n) .symptoms__content::before,
	.symptoms__item:nth-child(3n) .symptoms__content::before {
		background-image: url("../img/item-border-right.svg");
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
		width: 250px;
		height: 240px;
		left: -23px;
		bottom: -44px;
	}
	.symptoms__item:last-child .symptoms__content::before {
		background-image: url("../img/item-border.svg");
		width: 210px;
		height: 210px;
		left: -4px;
		bottom: -5px;
	}
	.descr-bg--symptoms {
		background-image: url("../img/symptom-desc-mob-bg.jpg");
	}
	.symptoms__last-descr {
		padding: 0;
		font-size: 16px;
		line-height: 20px;
		text-align: left;
	}
	.lvl__item {
		padding: 25px 30px 15px 45px;
		width: 100%;
		height: auto;
	}
	.lvl__item:last-child {
		margin-bottom: 0;
		padding: 25px 5px 2px 40px;
	}
	.lvl__item--one::after {
		width: 55px;
		height: 56px;
	}
	.lvl__item--two::after {
		width: 55px;
		height: 56px;
	}
	.lvl__item--three::after {
		width: 55px;
		height: 56px;
	}
	.lvl__item--four::after {
		width: 55px;
		height: 56px;
	}
	.lvl__item--five::after {
		width: 55px;
		height: 56px;
	}
	.lvl__form, .lvl__price {
		width: 100%;
	}
	.lvl__price {
		padding: 15px;
	}
	.lvl__text {
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}
	.lvl__today {
		font-size: 18px;
		text-align: center;
	} 
	.price-block {
		right: 28.5%;
		bottom: 320px;
		-webkit-transform: translateX(45%);
		    -ms-transform: translateX(45%);
		        transform: translateX(45%);
	}
	.components__item {
		width: 100% !important;
		padding: 10px 12px !important;
	}
	.components__img {
		width: 70px;
		height: 70px;
	}
	.components__title {
		font-size: 16px;
		line-height: 18px;
	}
	.components__descr {
		font-size: 15px;
		line-height: 18px;
	}
	.choice__list {
		padding: 15px;
		height: 240px;
	}
	.negative__item, 
	.positive__item {
		margin-bottom: 15px;
	}
	.choice__span {
		color: #6C6C6C;
	}
	.study .section-title {
		font-size: 26px;
		line-height: 28px;
		text-align: center;
	}
	.study__list {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.study__item {
		margin-right: 0;
	}
	.effects__list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.effects__item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		font-size: 18px;
	}
	.effects__item:last-child {
		margin-bottom: 0;
	}
	.doctor__text img {
		width: 100px;
		bottom: -35px;
	}
	.how__item {
		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%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.how__item::before {
		content: none;
	}
	.how__item:last-child {
		margin-bottom: 0;
	}
	.how__img {
		margin-right: 8px;
		width: 88px;
		height: 88px;
	}
	.how__descr {
		margin: 0;
		text-align: left;
	}
	.comments__list--mob {
		max-width: 300px;
		width: 100%;
	}
}

@media (max-width: 400px) {
	.hero {
		background-position: center 18%;
	}
	.components__img {
		margin-right: 5px !important;
	}
	.components__title {
		padding-right: 12px;
	}
}