html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	/* обнуляем внешние отступы */
	padding: 0;
	/* обнуляем внутренние отступы */
	border: 0;
	/* убираем бордюры */
	outline: 0;
	/* убираем контуры */
	font-size: 100%;
	/* задаем базовый размер шрифта, значение по умолчанию = 16px */
	vertical-align: baseline;
	/* устанавливаем базовое вертикальное выравнивание */
	background: transparent;
	/* устанавливаем фон прозрачным */
}

body {
	line-height: 1;
	/* устанавливаем базовую высоту */
}

ol,
ul {
	list-style: none;
	/* убираем маркеры для нумерованных и обычных списков */
}

blockquote,
q {
	quotes: none;
	/* убираем кавычки для цитат */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	/* убираем */
	content: none;
	/* и скрываем генерируемое содержимое */
}

:focus {
	outline: 0;
	/* убираем контуры вокруг ссылок при фокусе */
}

ins {
	text-decoration: none;
	/* убираем подчеркивание для вставленного текста */
}

del {
	text-decoration: line-through;
	/* убираем перечеркивание для удаленного текста */
}

table {
	border-collapse: collapse;
	/* убираем рамки двойной толщины */
	border-spacing: 0;
	/* убираем расстояние между ячейками */
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #2e2e2e;
}


.wrap {
	margin: 0 auto;
	max-width: 980px
}

.wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.new_line {
	display: block;
}

.new_line_dt {
	display: block;
}

.bold {
	font-weight: 700;
}

button:focus,
input:focus {
	outline: none;
}

.text_white {
	color: #fff !important;
}

.text_red {
	color: #d63300 !important
}

.text_orange {
	color: rgb(252, 188, 38) !important;
}

.bg_red {
	background: #d63300;
	color: #fff;
	padding: 3px 10px;
}



.out {
	max-width: 2050px;
	margin: 0 auto;
}

.top_block {
	width: 100%;
	background: url('../img/block1_bg.jpg') top center no-repeat;
	background-size: cover;
	padding-bottom: 30px;
}

.top_line:first-child {
	margin-bottom: 40px;
}

.top_line:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.top_line {
	color: #fff;
}

.top_line_list {
	padding: 14px 0 0 0;
	display: inline-block;
}

.top_line_theme {
	display: inline-block;
	margin: 0 0 0 25px;
}

.top_line_theme:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.top_line_list_icon {
	float: left;
	padding: 6px 0 0 0;
}

.top_list_text {
	font-size: 17px;
	line-height: 22px;
	padding: 0 0 0 35px;
}

.top_line_theme:last-child .top_list_text {
	padding-left: 45px;
}

.top_line_button {
	background: #d63300;
	width: 280px;
	text-align: center;
	padding: 8px 0 10px;
	float: right;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	margin-top: 20px;
}

.title {
	text-transform: uppercase;
	text-align: center;
	color: #2e2e2e;
	font-size: 40px;
	line-height: 44px;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
	margin-top: 0;
}

.sub_title {
	text-transform: uppercase;
	text-align: center;
	color: #2e2e2e;
	font-size: 20px;
	line-height: 30px;
	margin-top: 15px;
	font-weight: 700;
	margin-bottom: 35px;
}

.section {
	position: relative;
}

.section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.top_block_list {
	max-width: 320px;
	float: left;
	margin-left: 50px;
}

.top_block_theme {
	margin-bottom: 20px;
}

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

.top_block_theme_title {
	position: relative;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #d63300;
}

.top_block_theme_title:before {
	position: absolute;
	top: 0;
	left: -48px;
	content: "";
	width: 38px;
	height: 29px;
	background: url('../img/icon4.png') no-repeat;
}

.top_block_theme_text {
	font-size: 22px;
	line-height: 26px;
	margin-top: 10px;
}

.form_block {
	width: 300px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
	float: right;
	;
}

.form_block_title {
	padding: 15px 0 10px;
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	background: #ff2c00;
	color: #fff;
	text-transform: uppercase;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}

.form_block_title span {
	position: relative
}

.form_block_title:before {
	content: "";
	width: 300px;
	height: 27px;
	background: url('../img/form_top_img.jpg');
	position: absolute;
	top: 44px;
	left: 0px;
}

.timer {
	width: 228px;
	font-family: 'PT Sans', sans-serif;
	font-size: 40px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
	margin: 0 auto;
}

.timer::after {
	content: "";
	display: table;
	clear: both;
}

.b1 {
	width: 60px;
	text-align: center;
	float: left;
	margin-left: 6px;
}

.hour {
	font-size: 40px;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
}

.desc {
	font-size: 16px;
	line-height: 20px;
	color: #2e2e2e;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

.sep {
	width: 20px;
	text-align: center;
	color: #d63300;
	float: left;
}

.b2 {
	width: 60px;
	text-align: center;
	float: left;
}

.min {
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
}

.b3 {
	float: left;
}

.sec {
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
}

.order_forn {
	padding: 0 20px 0;
}

.order_form_input_name {
	border-radius: 3px;
	border: 1px solid #7f7f7f;
	height: 39px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Open Sans';
	font-size: 18px;
	color: #909191;
	margin-bottom: 15px;
	max-width: 100%;
}

.order_form_input_phone {
	max-width: 100%;
	border-radius: 3px;
	border: 1px solid #7f7f7f;
	height: 39px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Open Sans';
	font-size: 18px;
	color: #909191;
	margin-bottom: 15px;
}

.order_forn_button {
	margin: 0 auto 20px;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 5px 0;
	font-size: 35px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	font-family: 'PT Sans Narrow', sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 225, 44, 1)), to(rgba(147, 205, 1, 1)));
	background: linear-gradient(to bottom, rgba(192, 225, 44, 1) 0%, rgba(147, 205, 1, 1) 100%);
	border: 0px;
	color: #2f4201;
	-webkit-box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
	box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
	cursor: pointer;
}

.product_img {
	margin: 32px 0 40px 28px;
	width: 220px;
}

.label_img {
	position: absolute;
	top: 145px;
	left: 510px;
}

.prise {
	position: relative;
	margin: 3px 0 0 396px;
	width: 400px;
}

.prise:before {
	content: "";
	background: url('../img/arrow.png') no-repeat;
	width: 155px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 255px;
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
}

.prise:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.old_prise {
	position: relative;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	color: #7f7f7f;
	width: 120px;
	float: left;
}

.old_prise:before {
	content: "";
	background: url('../img/old.png') no-repeat;
	width: 100px;
	height: 70px;
	position: absolute;
	top: -15px;
	left: 0;
}

.old_prise_title {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}

.old_prise_number {
	font-size: 24px;
	line-height: 26px;
}

.old_prise_currency {
	font-size: 20px;
	line-height: 22px;
}

.new_prise {
	width: 150px;
	display: inline-block;
	color: #d63300;
	font-family: 'PT Sans', sans-serif;
}

.new_prise_title {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.new_prise_number {
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
}

.new_prise_currency {
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
}








.section_check {
	background: url('../img/check_bg.jpg');
	padding: 20px 0;
	;
}

.check {
	margin-top: 60px;
	background: #fff;
	padding: 25px 0;
	position: relative;
	border-radius: 5px;
}

.check_list {
	padding: 0 20px;
}

.check_theme {
	background: #edf1f4;
	height: 127px;
	border-radius: 65px;
	display: inline-block;
	width: 450px;
	margin-right: 35px;
	;
}

.check_theme:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.check_theme:nth-child(even) {
	margin-right: 0;
}

.check_theme_img {
	float: left;
}

.check_theme_text {
	font-size: 24px;
	line-height: 28px;
	height: 128px;
	padding: 0 25px 0 15px;
	vertical-align: middle;
	display: table-cell;
}

.check_bottom {
	background: #b9360a;
	width: 90%;
	margin: 27px auto -60px;
	color: #fff;
	border-radius: 5px;
	padding: 15px 35px 22px 0;
}

.check_bottom:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.check_bottom_left {
	width: 290px;
	text-align: center;
	color: #fcbc26;
	font-size: 42px;
	line-height: 46px;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
	float: left;
}

.check_bottom_right {
	font-size: 24px;
	line-height: 28px;
	padding-left: 302px;
}






.consequence {
	background: url('../img/consequence_bg.jpg') top center no-repeat;
	color: #fff;
	height: 1257px;
	padding: 50px 0 0 0;
	background-size: cover;
}

.consequence_title {
	/*  font-size: 56px;
    line-height: 60px;
    text-align: center;
    font-family: 'PT Sans', sans-serif;*/
}

.consequence_list {
	text-align: center;
	margin: 50px 0 174px;
}

.consequence_theme {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin: 0 14px;
}

.consequence_theme_img {
	width: 220px;
	margin-bottom: 15px;
	;
}

.consequence_theme_title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	color: rgb(252, 188, 38);
	font-family: 'PT Sans', sans-serif;
}

.consequence_theme_text {
	color: rgb(255, 255, 255);
	font-size: 19px;
	line-height: 26px;
	font-weight: 400;
	margin-top: 11px;
}

.consequence_subtitle {
	margin-top: 140px;
}

.consequence .down_list {
	margin-top: 55px;
	text-align: center;
}

.consequence .down_theme {
	display: inline-block;
	width: 20%;
	margin: 0 20px;
	position: relative;
}

.consequence .down_theme_img {
	width: 100%;
}

.consequence .down_theme_text {
	position: absolute;
	top: 102px;
	left: 0;
	color: #000;
	padding: 0 12px;
	font-size: 20px;
	line-height: 22px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}







.sectio_treatment {
	background: url('../img/treatment_bg.jpg') top center no-repeat;
	padding: 35px 0;
}

.treatment {
	position: relative;
}

.treatment_list {
	margin: 60px 0 70px;
}

.treatment_list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.treatment_theme {
	background: rgb(211, 219, 221);
	max-width: 350px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 113px;
	display: inline-block;
	position: relative;
	border-radius: 5px;
	padding: 15px 20px 20px 40px;
	margin: 15px 0 15px 20px;
	/*! float: left; */
}

.treatment_theme:nth-child(even) {
	float: right;
}

.treatment_theme_img {
	position: absolute;
	top: 10px;
	left: -20px;
}

.treatment_theme_text {
	line-height: 24px;
	font-size: 20px;
}

.treatment_img {
	position: absolute;
	top: 110px;
	left: 395px;
	width: 200px;
}

.treatment_button {
	margin: 15px auto 20px;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 10px 0;
	font-size: 35px;
	width: 300px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	font-family: 'PT Sans Narrow', sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 225, 44, 1)), to(rgba(147, 205, 1, 1)));
	background: linear-gradient(to bottom, rgba(192, 225, 44, 1) 0%, rgba(147, 205, 1, 1) 100%);
	border: 0px;
	text-align: center;
	color: #2f4201;
	-webkit-box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
	box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
	cursor: pointer;
}








.section_indication {
	background: url('../img/indication_bg.png') top center no-repeat;
	padding: 50px 0 0px 0;
	background-size: cover;
}

.indication {}

.indication:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.text_red {}

.indication_img {
	margin: 30px 0 -2px;
}

.indication_list {
	width: 490px;
	float: right;
	margin-top: 100px;
}

.indication_theme {
	margin-bottom: 25px !important;
	width: 100% !important;
}

.indication_theme:nth-child(1) {
	margin-left: -158px;
	width: 490px;
}

.indication_theme:nth-child(2) {
	margin-left: -60px;
}

.indication_theme:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.indication_theme_img {
	float: left;
	width: 200px;
	margin-right: 10px;
}

.indication_theme_title {
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
	color: rgb(214, 51, 0);
	font-family: 'PT Sans', sans-serif;
	padding-top: 20px;
}

.indication_theme_text {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}






.section_application {
	background: #d93100;
	padding: 20px 0;
	;
	;
}

.application {
	position: relative;
	padding: 0 0 0 405px;
}

.application:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.application_title {
	text-align: left;
	margin-top: 30px;
}

.titleimg {}

.application_img {
	position: absolute;
	top: -25px;
	left: 0;
}

.application_list {
	margin-top: 30px;
}

.application_theme {
	position: relative;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 20px;
}

.application_theme:before {
	content: "";
	background: url('../img/icon6.png') no-repeat;
	position: absolute;
	top: 7px;
	left: -17px;
	width: 10px;
	height: 10px;
}

.application_button {
	margin: 40px 0 60px;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 10px 0;
	font-size: 40px;
	width: 430px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	font-family: 'PT Sans Narrow', sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 225, 44, 1)), to(rgba(147, 205, 1, 1)));
	background: linear-gradient(to bottom, rgba(192, 225, 44, 1) 0%, rgba(147, 205, 1, 1) 100%);
	border: 0px;
	text-align: center;
	color: #2f4201;
	-webkit-box-shadow: 0px 6px 0px 1px rgba(103, 135, 34, 1);
	box-shadow: 0px 6px 0px 1px rgba(103, 135, 34, 1);
	letter-spacing: -1.5px;
	cursor: pointer;
}






.section_experts {
	background: url('../img/experts_bg.jpg') no-repeat;
	padding: 40px 0 60px 0;
	background-size: cover;
}

.expert_block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.expert_block2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.expert_foto {
	float: left;
	margin-right: 20px;
}

.expert_foto2 {
	float: right;
	margin-left: 20px;
}

.expert_content {
	position: relative;
	padding: 35px 50px;
	background: #fff;
	margin: 53px 0 0 300px;
}

.expert_content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	/*background: url('../img/si');*/
}

.expert_content2 {
	background: #fff;
	margin: 52px 305px 0 0;
	padding: 35px 50px;
}

.expert_comment {
	position: relative;
	font-size: 20px;
	line-height: 24px;
	width: 552px;
}

.expert_comment2 {
	font-size: 20px;
	line-height: 24px;
	width: 567px;
	position: relative;
}

.expert_comment:before,
.expert_comment2:before {
	content: "";
	position: absolute;
	top: -15px;
	left: -35px;
	width: 46px;
	height: 34px;
	background: url('../img/22.png') no-repeat;
}

.expert_comment:after,
.expert_comment2:after {
	content: "";
	position: absolute;
	width: 46px;
	height: 34px;
	background: url('../img/33.png') no-repeat;
	bottom: -15px;
	right: -20px;
}

.expert_name {
	font-size: 16px;
	line-height: 20px;
	color: rgb(214, 51, 0);
	margin-top: 40px;
}

.expert_info {
	font-size: 16px;
	line-height: 20px;
}








.section_result {
	background: url('../img/result_bg.jpg') top center no-repeat;
	padding: 60px 0 0;
	background-size: cover;
}

.result_text {
	background: url('../img/icon5.png') no-repeat;
	padding: 0 0 0 160px;
	font-size: 24px;
	line-height: 28px;
	margin: 35px 0 0;
}

.result {
	text-align: center;
	margin: 60px 0;
}

.result:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.result_title {
	font-size: 34px;
	line-height: 40px;
	font-family: 'PT Sans', sans-serif;
	color: #d63300;
	margin-bottom: 85px;
	font-weight: 700;
}

.result-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.result_left {
	width: 450px;
	float: left;
	padding: 0 40px;
}

.result_right {
	padding: 0 40px;
	float: right;
	width: 450px;
}

.result_right_title {
	line-height: 36px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	background: #f93100;
	color: #fcbc26;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: left;
	padding: 15px 0 0 35px;
	position: relative;
	height: 77px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 155px;
	text-align: center
}

.result_right_title:before {
	content: "";
	width: 100%;
	;
	height: 46px;
	position: absolute;
	top: 50px;
	right: 0;
	background: url('../img/triangle_down_red.jpg')top center no-repeat;
	background-size: cover;
}

.result_right_title:after {
	content: "";
	width: 90px;
	top: -100px;
	right: 5px;
	background: url('../img/product.png');
	background-size: cover;
	position: absolute;
	height: 170px;
}

.result_left_title {
	line-height: 26px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	background: #b3b3b3;
	padding: 25px 0 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
	z-index: 1;
	min-height: 77px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.result_left_title:before {

	content: "";
	width: 110px;
	;
	height: 70px;
	position: absolute;
	top: -50px;
	right: 130px;
	background: url('../img/pills.png') no-repeat;
}

.result_left_title:after {
	content: "";
	width: 100%;
	;
	height: 46px;
	position: absolute;
	top: 50px;
	right: 0;
	background: url('../img/triangle_dowd_grey.jpg')top center no-repeat;
	background-size: cover;
	z-index: -1;
}

.resylt_block_left {
	padding: 40px 15px 5px;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	/*! margin-top: 45px; */
}

.resylt_block_left li,
.resylt_block_right li {
	margin-bottom: 10px;
}

.scale {
	background: #e9e9e9;
}

.scale_size {
	background: url('../img/scale_bg.jpg');
	width: 56%;
	padding: 5px 0px;
	color: #fff;
	font-size: 21px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.result_block_text {
	font-size: 20px;
	line-height: 24px;
	text-align: left;
}

.resylt_block_left li:nth-child(1) .scale_size {
	width: 56%;
}

.resylt_block_left li:nth-child(2) .scale_size {
	width: 57%;
}

.resylt_block_left li:nth-child(3) .scale_size {
	width: 28%;
}

.resylt_block_left li:nth-child(4) .scale_size {
	width: 9%;
}

.resylt_block_left li:nth-child(5) .scale_size {
	width: 35%;
}

.resylt_block_right {
	padding: 40px 15px 5px;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	/*! margin-top: 45px; */
}

.resylt_block_right li:nth-child(1) .scale_size {
	width: 100%;
}

.resylt_block_right li:nth-child(2) .scale_size {
	width: 97%;
}

.resylt_block_right li:nth-child(3) .scale_size {
	width: 98%;
}

.resylt_block_right li:nth-child(4) .scale_size {
	width: 89%;
}

.resylt_block_right li:nth-child(5) .scale_size {
	width: 98%;
}








.section_comment {
	padding: 20px 0;
}

.comment {
	padding-top: 30px;
}

.comment li {
	background: #f1f5f6;
	max-width: 900px;
	padding: 0 30px 10px 60px;
	margin: 25px auto;
	border-radius: 5px;
}

.comment li:nth-child(even) {
	padding: 0 30px 10px;

}

.comment li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.comment_text {
	position: relative;
	font-size: 20px;
	line-height: 24px;
	font-style: italic;
	padding: 27px 0 0;
}

.comment_text:before {
	content: "";
	position: absolute;
	top: 10px;
	left: -55px;
	width: 50px;
	height: 50px;
	background: url('../img/44.png');
}

.comment_author {
	font-size: 20px;
	line-height: 24px;
	font-style: italic;
	margin-top: 20px;
}

.comment_foto {
	float: right;
}

.comment li:nth-child(even) .comment_text {
	padding: 27px 0 0 225px;
}

.comment li:nth-child(even) .comment_author {}

.comment li:nth-child(even) .comment_text:before {
	content: "";
	position: absolute;
	top: 10px;
	width: 50px;
	height: 50px;
	background: url('../img/44.png');
	left: 170px;
}

.comment li:nth-child(even) .comment_foto {
	float: left;
	margin-right: 50px;
}

.comment_button {
	margin: 50px auto 20px;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 10px 0;
	font-size: 35px;
	width: 500px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	font-family: 'PT Sans Narrow', sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 225, 44, 1)), to(rgba(147, 205, 1, 1)));
	background: linear-gradient(to bottom, rgba(192, 225, 44, 1) 0%, rgba(147, 205, 1, 1) 100%);
	border: 0px;
	text-align: center;
	color: #2f4201;
	-webkit-box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
	box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
	cursor: pointer;
}







.section_advantages {
	background: rgb(184, 54, 9);
	padding: 10px 0;
	;
}

.advantages {
	text-align: center;
	margin-top: 60px;
}

.advantages li {
	display: inline-block;
	width: 48%;
	text-align: left;
	position: relative;
	padding: 0 0 0 0;
	vertical-align: top;
	margin-bottom: 54px;
}

.advantages li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.advantages_title {
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	color: #fff;
	padding-left: 90px;
}

.advantages_text {
	padding-left: 90px;
	font-size: 20px;
	margin-top: 15px;
}

.advantages_icon {
	float: left;
	position: absolute;
}







.fake {
	background: #d3dbde;
	margin: 80px 0 0;
	font-family: 'PT Sans', sans-serif;
	border-radius: 5px;
	padding: 1px 95px 20px 0;
}

.fake_title {
	text-align: left;
	margin-top: 10px;
}

.fake_img {
	width: 150px;
	margin: -65px 20px 0 49px;
	float: left;
}

.fake_text {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 15px;
	padding-left: 220px;
}






.workes {
	padding: 25px 0 50px;
	background: url('../img/mother-russia.png')74px 280px no-repeat;
}

.workes_list {
	text-align: center;
	margin-top: 35px;
}

.workes_list li {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	margin: 0 15px;
}

.workes_img {
	width: 100%;
}

.workes_text {
	font-size: 20px;
	line-height: 24px;
}

.workes_sub_title {
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #d63300;
	margin-top: 60px;
}





.down_block {
	background: url('../img/down_block_bg.jpg') top center no-repeat;
	background-size: cover;
	padding: 50px 0;
	;
}

.down_block .top_line {
	display: none;
}

.down_block .sub_title {
	display: none;
}

.down_block .section {
	margin-top: 50px;
}






.footer {
	font-size: 14px;
	line-height: 18px;
	color: #a1a1a1;
	font-family: "ArialRegular", sans-serif;
	margin-top: 20px;
	background: #fff;
}

.footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.footer_logo {
	width: 40px;
	margin: 0 17px 0 5px;
	float: left;
}

.footer_left_text {
	margin-top: 2px;
	float: left;
	text-align: left;
	z-index: 10;
}

.footer_privacy {
	color: #a1a1a1;
	text-decoration: none;
}

.footer_right_text {
	margin: 2px 5px 0 0;
	float: right;
	text-align: right;
}











@media screen and (max-width: 1000px) {



	.treatment_img {
		top: 200px;
		left: 382px;
	}

	.wrap {
		margin: 0 auto;
		max-width: 740px
	}

	.new_line {
		display: block;
	}

	.title {
		font-size: 36px;
		line-height: 44px;
	}


	.top_block {
		background-size: initial;
	}

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

	.form_block {
		margin-right: 50px;
	}

	.product_img {
		margin: 5px 10px 43px 80px;
	}

	.top_block_list {
		float: none;
		margin: 0 auto 43px;
	}

	.prise {
		margin: 0 0 0 80px;
	}



	.section_check {
		padding: 5px 0;
	}

	.check {
		margin-top: 40px;
	}

	.check_list {
		padding: 0 10px;
	}

	.check_theme {
		width: 47%;
	}

	.check_theme_text {
		font-size: 20px;
		line-height: 24px;
		padding: 0 10px 0 5px;
	}

	.check_theme_img {
		width: 120px;
		margin-top: 8px;
	}



	.check_bottom_left {
		font-size: 36px;
		line-height: 40px;
	}

	.check_bottom_right {
		font-size: 20px;
		line-height: 25px;
	}




	.consequence {
		height: 1290px;
	}

	.consequence_list {
		margin: 50px 0 105px;
	}

	.consequence_theme {
		width: 29%;
		margin: 0px 10px;
	}

	.consequence_theme_img {
		width: 100%;
	}

	.consequence_theme_title {
		font-size: 26px;
		line-height: 32px;
	}

	.consequence .down_theme {
		width: 23%;
		margin: 0px 5px;
	}

	.consequence .down_theme_text {
		position: absolute;
		top: 85px;
		left: 0;
		font-size: 18px;
		line-height: 20px;
	}



	.sectio_treatment {
		padding: 0 0 35px;
	}

	.treatment_list {
		width: 330px;
		margin: 45px 0 45px 48px;
	}

	.treatment_theme {
		margin: 0px 0 15px 0;
		padding: 10px 0 10px 40px;
	}

	.treatment_theme:nth-child(2n) {
		float: none
	}


	.section_indication {
		padding: 20px 0 0px 0;
	}

	.indication_img {
		width: 300px;
	}

	.indication_list {
		width: 430px;
		float: right;
		margin-top: 70px;
	}

	.indication_theme {}

	.indication_theme:nth-child(1) {
		margin: 0;
	}

	.indication_theme:nth-child(2) {
		margin: 0;
	}

	.indication_theme_img {
		width: 120px;
		margin: 0 10px 10px 0;
	}

	.indication_theme_title {
		font-size: 26px;
		line-height: 30px;
		padding-top: 5px;
	}

	.indication_theme_text {
		font-size: 18px;
		line-height: 21px;
	}



	.application {
		padding: 0;
	}

	.application_title {
		padding-left: 330px;
	}

	.application_img {
		width: 300px;
	}

	.application_list {
		padding-left: 350px;
	}

	.application_button {
		margin: 120px auto 30px;
	}




	.expert_content {
		margin: 53px 0 0 230px;
		padding: 20px 25px 20px 30px;
	}

	.expert_comment {
		width: 460px;
		font-size: 19px;
		line-height: 22px;
	}

	.expert_content2 {
		margin: 52px 230px 0 0;
		padding: 14px 15px 15px 35px;
	}

	.expert_comment2 {
		width: 450px;
	}

	.expert_foto {
		width: 230px;
	}

	.expert_foto2 {
		width: 240px;
	}

	.expert_name {
		margin-top: 17px;
	}



	.section_result {
		padding: 10px 0;
	}

	.result_text {
		font-size: 22px;
		line-height: 26px;
		margin: 35px 0 0 25px;
	}

	.result_left {
		padding: 0px 10px;
		width: 360px;
	}

	.result_left_title:after {
		/*! width: 340px; */
		/*! height: 46px; */
	}

	.result_right {
		padding: 0px 10px;
		width: 360px;
	}

	.result_right_title:before {
		/*! width: 100%; */
		/*! height: 46px; */
	}

	.result_block_text {
		font-size: 18px;
		line-height: 20px;
	}




	.advantages li {
		margin: 0 11px 45px;
		width: 55%;
	}

	.advantages_icon {
		width: 60px;
	}

	.advantages_title {
		padding-left: 75px;
		font-size: 20px;
		line-height: 30px;
	}

	.advantages_text {
		padding-left: 75px;
		font-size: 20px;
	}




	.fake {
		padding: 1px 95px 10px 0;
	}

	.fake_img {
		margin: 15px 20px 0 49px;
	}




	.workes {
		;
		background: url('../img/mother-russia.png')0px 280px no-repeat;
		;
		background-size: 750px;
	}

	.workes_list li {
		width: 28%;
	}

	.prise {
		margin-left: 125px;
		width: 300px;
	}

	.product_img {
		margin: 25px 10px 26px 130px;
	}

	.label_img {
		position: absolute;
		top: 565px;
		left: 240px;
	}

}










@media screen and (max-width: 767px) {
	.top_block .top_line {
		display: none;
	}

	.wrap {
		margin: 0 auto;
		max-width: 460px
	}

	.new_line480 {
		display: block;
	}

	.title {
		font-size: 34px;
		line-height: 40px;
	}


	.result-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.top_block {
		background-size: cover;
		background-position-y: -164px
	}

	.top_line_button {
		margin: 20px auto 15px;
		float: none;
	}

	.form_block {
		float: none;
		margin: 0 auto;
	}

	.label_img {
		position: absolute;
		top: 890px;
		left: 240px;
	}

	.prise {
		margin-left: 110px;
	}

	.prise:before {
		-moz-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		-webkit-transform: rotate(80deg);
		-o-transform: rotate(80deg);
		position: absolute;
		top: -200px;
		left: 190px;
		-webkit-transform: rotate(-80deg);
		transform: rotate(-80deg);
	}

	.sub_title {}




	.check_theme {
		width: 96%;
		height: 100px;
		margin-right: 0;
	}

	.check_theme_text {
		padding: 5px 20px 0 15px;
		height: 100px;
	}

	.check_theme_img {
		width: 110px;
		margin-top: 0;
	}

	.check_bottom_left {
		float: none;
		text-align: left;
	}

	.check_bottom {
		padding: 15px 10px;
	}

	.check_bottom_right {
		padding: 10px 0;
	}




	.consequence {
		height: 100%;
		padding: 50px 0 25px 0;
		background: #353535;
	}

	.consequence_theme {
		width: 58%;
		margin-bottom: 50px;
	}

	.consequence_theme_img {
		width: 190px;
	}

	.consequence_list {
		margin-bottom: 20px;
	}

	.consequence_subtitle {
		color: #fff;
		margin-top: 70px;
	}

	.consequence .down_theme {
		width: 40%;
		margin: 20px;
	}

	.consequence .down_theme_text {
		position: absolute;
		top: 95px;
		left: 0;
		padding: 0 15px;
	}




	.treatment_img {
		position: relative;
		top: 0;
		left: 88px;
	}

	.treatment_list {
		margin: 35px auto;
	}



	.section_indication {
		padding: 5px;
	}

	.indication_img {
		display: none;
	}

	.indication_list {
		margin-top: 50px;
	}



	.application {
		padding: 0 40px;
	}

	.application_img {
		display: none;
	}

	.application_title {
		padding-left: 0;
	}

	.application_list {
		padding-left: 0px;
	}

	.application_button {
		margin: 45px auto 30px;
		width: 300px;
		padding: 10px 20px;
		border-radius: 5px;
		font-size: 1.48rem;
	}




	.section_experts {
		background-size: cover;
	}

	.expert_foto,
	.expert_foto2 {
		width: 170px;
		float: none;
		margin: 0 auto;
		display: block;
	}

	.expert_block,
	.expert_block2 {
		margin-top: 30px;
	}

	.expert_content,
	.expert_content2 {
		margin: 15px 0 0;
	}

	.expert_comment,
	.expert_comment2 {
		width: 100%;
	}




	.result {
		margin: 60px 0 0;
	}

	.result_title {
		margin-bottom: 50px;
	}

	.result_left,
	.result_right {
		float: none;
		margin: 75px auto 30px;
	}

	.result_left_title:before {
		position: absolute;
		top: -50px;
		right: 105px;
	}

	.result_right_title:after {
		width: 94px;
		height: 140px;
		position: absolute;
		top: -60px;
		right: 15px;
	}




	.comment_button {
		width: 400px;
	}

	.comment li,
	.comment li:nth-child(even) {
		padding: 5px 5px 10px 10px;
	}

	.comment li .comment_text,
	.comment li:nth-child(even) .comment_text {
		text-align: right;
		padding: 10px 155px 0 0;
	}

	.comment_text:before {
		display: none;
	}

	.comment li .comment_foto,
	.comment li:nth-child(even) .comment_foto {
		float: right;
		width: 150px;
		margin: 30px 0 0;
	}

	.comment_author {
		text-align: right;
	}




	.advantages li {
		width: 80%;
	}




	.fake_img {
		margin: 15px 10px 15px 20px;
	}

	.fake_text {
		padding-left: 100px;
	}




	.fake {
		padding: 15px 10px 20px 0;
		margin: 20px 0;
	}




	.workes {
		background: #fff;
	}

	.workes_list li {
		width: 50%;
	}


	.footer {
		text-align: center;
	}

	.footer_logo {
		float: none;
	}

	.footer_left_text {
		text-align: center;
		float: none;
	}

	.footer_right_text {
		display: none;
	}


}





@media screen and (max-width: 479px) {
	.wrap {
		margin: 0 auto;
		max-width: 300px
	}

	.title {
		margin-top: 10px;
		font-size: 22px;
		line-height: 32px;
		text-align: center;
	}

	.new_line320 {
		display: block;
	}




	.sub_title {
		font-size: 18px;
		line-height: 22px;
	}

	.top_line_list {
		margin-left: 30px;
	}

	.product_img {
		margin: 15px 10px 20px 35px;
		width: 175px;
	}

	.label_img {
		position: absolute;
		top: 881px;
		left: 130px;
		width: 100px;
	}

	.prise {
		margin-left: 10px;
	}

	.prise:before {
		position: absolute;
		top: -200px;
		left: 175px;
	}

	.top_line_button {
		margin: -7px auto 15px;
	}

	.top_block_list {
		max-width: 230px;
	}

	.top_block_theme_title {
		font-size: 25px;
	}

	.top_block_theme_text {
		font-size: 20px;
		line-height: 22px;
		margin-top: 5px;
	}

	.top_block_theme_title:before {
		background-size: 27px;
		position: absolute;
		top: 5px;
		left: -32px;
	}




	.check {
		margin-top: 15px;
	}

	.check_theme {
		margin-right: 0;
	}

	.check_theme_img {
		width: 90px;
	}

	.check_theme_text {
		font-size: 16px;
		line-height: 20px;
		padding: 5px 10px;
	}

	.check_bottom_right {
		font-size: 16px;
		line-height: 23px;
		padding: 5px 0;
	}

	.check_bottom {
		padding: 10px;
	}




	.consequence_theme {
		margin-bottom: 20px;
		width: 90%;
	}

	.consequence_theme_img {
		width: 150px;
		margin-bottom: 10px;
	}

	.consequence_theme_text {
		margin-top: 5px;
	}



	.consequence_title {
		background: #d63300;
		padding: 10px 0;
		margin-bottom: 40px;
	}

	.consequence .down_list {
		margin-top: 10px;
	}

	.consequence .down_theme {
		width: 60%;
		margin: 10px;
	}



	.treatment_list {
		width: 300px;
		margin: 35px auto 5px;
	}

	.treatment_theme {
		width: 290px;
		margin: 0 0 15px 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.treatment_theme:nth-child(even) {
		float: none;
	}

	.treatment_img {
		position: relative;
		top: 0;
		left: 50px;
		width: 200px;
	}



	.section_indication {
		background: url('../img/indication_bg.png') 0px 0px no-repeat;
	}

	.indication_list {
		margin-top: 30px;
		width: 300px;
	}

	.indication_theme_img {
		display: none;
	}



	.application {
		padding: 0 20px;
	}

	.application_button {
		width: 260px;
	}



	.result_text {
		margin: 10px 0;
		padding: 130px 0 0 0;
		background: url('../img/icon5.png') top center no-repeat;
		text-align: center;
	}

	.result_left,
	.result_right {
		width: 300px;
	}

	.result_left_title:after {
		width: 280px;
		height: 46px;
	}

	.result_left_title:before {
		position: absolute;
		top: -50px;
		right: 75px;
	}

	.result_right_title:before {
		width: 280px;
		height: 46px;
	}

	.result_right_title {
		padding: 15px 0 0 15px;
		font-size: 28px;
		text-align: left;
	}

	.result_right_title:after {
		width: 89px;
		height: 130px;
		position: absolute;
		top: -60px;
		right: 7px;
	}




	.comment li .comment_foto,
	.comment li:nth-child(even) .comment_foto {
		float: none;
		margin-top: 0;
	}

	.comment li,
	.comment li:nth-child(even) {
		text-align: center;
		padding-top: 0;
	}

	.comment li .comment_text,
	.comment li:nth-child(even) .comment_text {
		padding: 0;
		text-align: left;
	}

	.comment_author {
		-ms-text-align-last: auto;
		text-align: left;
	}

	.comment_button {
		width: 260px;
		margin: 30px auto 10px;
	}

	.comment_text:before {
		display: none;
	}



	.advantages li {
		width: 100%;
		margin: 0 -2px 40px;
	}

	.advantages_icon {
		width: 50px;
	}

	.advantages_title {
		padding-left: 60px;
		font-size: 16px;
		line-height: 27px;
	}

	.advantages_text {
		padding-left: 60px;
		font-size: 18px;
	}



	.fake {
		padding: 10px;
		;
	}

	.fake_img {
		display: none;
	}

	.fake_text {
		padding: 0;
	}



	.workes_list li {
		width: 65%;
	}

	.workes_sub_title {
		padding: 0 10px;
	}







}

.ever-popup__inner {
	width: 611px !important;
}

.ever-popup__body {
	background: #fff;
	border-radius: 5px;
	border: 2px solid rgba(192, 225, 44, 1);
	padding: 10px
}

.ever-popup__body .prise {
	margin: 3px 0 0 0px;
}

.ever-popup__body .prise:before {
	display: none;
}

.ever-popup__body .product_img {
	margin: 3px 0 0 0px;
}

.ever-popup__body .label_img {
	position: absolute;
	top: 46px;
	left: 153px;
}

.cbh-phone {
	right: 10px !important;
}