@font-face {
font-family: 'SF Pro Text';
src: url('../fonts/SFUIText-Regular.eot');
src: url('../fonts/SFUIText-Regulard41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/SFUIText-Regular.woff') format('woff'),
url('../fonts/SFUIText-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'SF Pro Text';
src: url('../fonts/SFUIText-Semibold.eot');
src: url('../fonts/SFUIText-Semiboldd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/SFUIText-Semibold.woff') format('woff'),
url('../fonts/SFUIText-Semibold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: 'SF Pro Text';
src: url('../fonts/SFUIText-Bold.eot');
src: url('../fonts/SFUIText-Boldd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/SFUIText-Bold.woff') format('woff'),
url('../fonts/SFUIText-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face{font-family:'SF Pro Display';src:url(../fonts/subset-SFProDisplay-Regular.eot);src:url(../fonts/subset-SFProDisplay-Regulard41d.eot?#iefix) format("embedded-opentype"),url(../fonts/subset-SFProDisplay-Regular.woff2) format("woff2"),url(../fonts/subset-SFProDisplay-Regular.woff) format("woff"),url(../fonts/subset-SFProDisplay-Regular.ttf) format("truetype"),url(../fonts/subset-SFProDisplay-Regular.svg#SFProDisplay-Regular) format("svg");font-weight:400;font-style:normal}
@font-face{font-family:'SF Pro Display';src:url(../fonts/subset-SFProDisplay-Heavy.eot);src:url(../fonts/subset-SFProDisplay-Heavyd41d.eot?#iefix) format("embedded-opentype"),url(../fonts/subset-SFProDisplay-Heavy.woff2) format("woff2"),url(../fonts/subset-SFProDisplay-Heavy.woff) format("woff"),url(../fonts/subset-SFProDisplay-Heavy.ttf) format("truetype"),url(../fonts/subset-SFProDisplay-Heavy.svg#SFProDisplay-Heavy) format("svg");font-weight:800;font-style:normal}
@font-face{font-family:'SF Pro Display';src:url(../fonts/subset-SFProDisplay-Bold.eot);src:url(../fonts/subset-SFProDisplay-Boldd41d.eot?#iefix) format("embedded-opentype"),url(../fonts/subset-SFProDisplay-Bold.woff2) format("woff2"),url(../fonts/subset-SFProDisplay-Bold.woff) format("woff"),url(../fonts/subset-SFProDisplay-Bold.ttf) format("truetype"),url(../fonts/subset-SFProDisplay-Bold.svg#SFProDisplay-Bold) format("svg");font-weight:700;font-style:normal}
@font-face{font-family:'SF Pro Display';src:url(../fonts/subset-SFProDisplay-Semibold.eot);src:url(../fonts/subset-SFProDisplay-Semiboldd41d.eot?#iefix) format("embedded-opentype"),url(../fonts/subset-SFProDisplay-Semibold.woff2) format("woff2"),url(../fonts/subset-SFProDisplay-Semibold.woff) format("woff"),url(../fonts/subset-SFProDisplay-Semibold.ttf) format("truetype"),url(../fonts/subset-SFProDisplay-Semibold.svg#SFProDisplay-Semibold) format("svg");font-weight:600;font-style:normal}
@font-face{font-family:'SF Pro Display';src:url(../fonts/subset-SFProDisplay-Black.eot);src:url(../fonts/subset-SFProDisplay-Blackd41d.eot?#iefix) format("embedded-opentype"),url(../fonts/subset-SFProDisplay-Black.woff2) format("woff2"),url(../fonts/subset-SFProDisplay-Black.woff) format("woff"),url(../fonts/subset-SFProDisplay-Black.ttf) format("truetype"),url(../fonts/subset-SFProDisplay-Black.svg#SFProDisplay-Black) format("svg");font-weight:900;font-style:normal}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
	font-family: 'SF Pro Text', sans-serif;
	color: #333333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 320px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

*{ box-sizing: border-box; }

.main-wrapper {
	max-width: 1920px;
	margin: 0 auto;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

.container {
	max-width: 1363px;
	padding: 0 16px;
	margin: 0 auto;
}

.main-nav {
	padding: 24px 0;
	line-height: 56px;
	font-size: 0;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.main-nav--logo-container {
	display: inline-block;
	width: 33.33333%;
	vertical-align: middle;
	text-align: center;
}

.main-nav--text {
	display: inline-block;
	width: 33.33333%;
	vertical-align: middle;
	text-align: center;
}

.main-nav--callback {
		display: inline-block;
	width: 33.33333%;
	vertical-align: middle;
	text-align: center;
}

.main-nav--logo {
	vertical-align: middle;
}

.main-nav--text {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
}

.button {
	display: inline-block;
	border-radius: 62px;
	font-size: 24px;
	text-align: center;
	height: 56px;
	line-height: 56px;
	width: 100%;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	border: none;
	transition: all .2s ease-in-out;
}

.button_secondary {
	box-shadow: 0px 4px 4px rgba(99, 161, 106, 0.25);
	background: #63A16A;
	max-width: 280px;
}


.button_secondary:hover,
.button_secondary:active {
	background-color: #4e8154;
	box-shadow: 0px 8px 4px rgba(99, 161, 106, 0.25);
}


.header--inner {
	background: url(../img/header-bg.jpg) no-repeat 50% 100%;
	padding-top: 50px;
	padding-bottom: 32px;
	position: relative;
	z-index: -1;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 179px;
}

.header--title {
	font-family:'SF Pro Display', sans-serif;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-weight: 700;
	font-size: 53px;
	text-align: center;
	color: #fff;
	margin-bottom: 57px;
}

.header--title-top {
	display: block;
	color: #3366cc;
}

.header--title-bottom {
	display: block;
	margin-top: 400px;
}

.button_primary {
	background: #AB92B1;
}

.button_primary:hover,
.button_primary:active {
	background-color: #8d6c96;
	box-shadow: 0px 8px 4px rgba(171, 146, 177, 0.25);
}



.button_header {
	max-width: 320px;
	display: block;
	margin: 0 auto 32px;
	position: relative;
	z-index: 4;
}

.header--buttons {
	text-align: center;
	position: relative;
	z-index: 3;
	margin-top: -179px;
}

.order-block {
	background: url(../img/order-top-bg.svg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	font-size: 0;
	padding-bottom: 54px;
	position: relative;
	z-index: 1;
}

.order-blog--product {
	width: 60.7%;
	display: inline-block;
	vertical-align: top;
	padding-left: 57px;
}

.order-block--form {
	width: 39.3%;
	display: inline-block;
	vertical-align: top;
}

.order-block--product-features {
	margin-top: 10px;
}

.order-block--product-features-item {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 24px;
	padding-left: 64px;
	background: url(../img/list-icon.svg) no-repeat left center;
	line-height: 56px;
}

.order-block--product-features-item:last-child {
	margin-bottom: 0;
}

.order-block--product-features-item-inner {
	line-height: 29px;
	display: inline-block;
	vertical-align: middle;
}

.order-block--product-image {
	position: relative;
	left: 57px;
}

.order-form {
	max-width: 440px;
	background: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 33px;
	padding: 40px;
	margin-top: 50px;
}

.order-form--row {
	margin-bottom: 16px;
}

.order-form--row:last-of-type {
	margin-bottom: 0;
}

.order-form--control {
	background: #FFFFFF;
	border: 1px solid #B9B9B9;
	border-radius: 62px;
	padding: 0 16px;
	font-size: 18px;
	color: #333;
	height: 40px;
	line-height: 40px;
	display: block;
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: border-color .2s ease-in-out;
}

.order-form--control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #B9B9B9;
}
.order-form--control::-moz-placeholder { /* Firefox 19+ */
  color: #B9B9B9;
}
.order-form--control:-ms-input-placeholder { /* IE 10+ */
  color: #B9B9B9;
}
.order-form--control:-moz-placeholder { /* Firefox 18- */
  color: #B9B9B9;
}



.timer {
	margin-bottom: 16px;
}

.timer--title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 16px;
	font-weight: bold;
}

.timer--item {
	width: 96px;
	height: 96px;
	line-height: 96px;
	display: inline-block;
	vertical-align: middle;
	background: #E9F6FE;
	border-radius: 16px;
	text-align: center;
	margin-right: 36px;
}

.timer--value {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
}

.timer--item:last-child {
	margin-right: 0;
}

.prices {
	margin-bottom: 16px;
	text-align: center;
	font-weight: bold;
}

.prices--item {
	font-size: 24px;
	line-height: 29px;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.prices--value {
	display: block;
}

.prices--item_old {
	color: rgba(51, 51, 51, 0.3);
}
.prices--item_old .prices--value {
	text-decoration: line-through;
}

.prices--item_new {
	color: #FF6A6A;
}

.button_submit {
	box-shadow: 0px 4px 4px rgba(171, 146, 177, 0.25);
}

.order-block-inner {
	padding-top: 79px;
}

.order-block .parallax-left {
	content: '';
	position: absolute;
	right: 0;
	top: 30px;
	width: 550px;
	height: 720px;
	background: url(../img/leaves-1.png) no-repeat center;
}

.order-block .parallax-right {
	content: '';
	position: absolute;
	bottom: -345px;
	left: 0;
	width: 416px;
	height: 716px;
	background: url(../img/leaves-2.png) no-repeat center;
}

.container_small {
	max-width: 880px;
}

.section-header {
	font-weight: 700;
	font-size: 53px;
	text-align: center;
	font-family: 'SF Pro Display', sans-serif;
}

.consist {
	padding: 112px 0 0;
	position: relative;
}

.consist .parallax-right {
    width: 470px;
    height: 646px;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -323px;
	background: url(../img/leaves-5.png) no-repeat center;
}

.section-header_consist {
	margin-bottom: 49px;
}

@media (max-width: 1636px) {
	.consist .parallax-right {
		display: none;
	}
}

.consist--row {
	font-size: 0;
}

.consist-item {
	margin-bottom: 48px;
}

.consist-item:last-child {
	margin-bottom: 0;
}

.consist-item--image {
	width: 216px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.consist-item--image img {
	vertical-align: middle;
}

.consist-item--text-block {
	display: inline-block;
	width: calc(100% - 216px);
	vertical-align: top;
	padding-left: 56px;
}

.consist-item--title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 1.25;
}

.consist-item--description {
	font-size: 18px;
}

.consist--addition {
	text-align: center;
	background: url(../img/consist-addition-bg.jpg) no-repeat center;
	padding: 72px 0;
	margin-top: 112px;
}

.consist--addition-text {
	font-size: 36px;
	color: #003366;
	font-weight: bold;
}

@media (max-width: 1840px) {
	.order-block .parallax-left {
		z-index: -1;
	}

	.order-block .parallax-right {
		display: none;
	}
}


@media (max-width: 1168px) {
	.order-block--form {
		width: 50%;
	}

	.order-blog--product {
		width: 50%;
		padding-left: 0;
	}

	.order-blog--product img {
		max-width: 100%;
		position: static;
	}

	.order-form {
		margin: 0 auto;
	}
}

@media (max-width: 920px) {
	.order-blog--product {
		width: 100%;
	}

	.order-block--form {
		width: 100%;
	}

	.order-block {
		background: none;
		padding-bottom: 0;
	}

	.order-block-inner {
		background: #feebef;
		margin-left: -16px;
		margin-right: -16px;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 60px;
	}

	.header--buttons {
		padding-bottom: 32px;
	}

	.order-blog--product {
		text-align: center;
	}
	.order-block--product-features-item {
		text-align: left;
	}

	.order-block--form {
		margin-top: 32px;
	}

	.main-nav--text {
		display: none;
	}

	.main-nav--callback, .main-nav--logo-container {
		width: 50%;
	}
	.order-block .parallax-left {
		display: none;
	}

	.order-block--product-features {
		padding-left: 16px;
	}
}

@media (max-width: 620px) {

	.main-nav--logo {
		max-width: 100%;
	}

	.main-nav--callback .button{
		font-size: 20px;
	}

	.main-nav--callback {
			padding-left: 16px;
	}

	.consist-item--text-block {
		width: 100%;
		padding-left: 0;
	}

	.consist-item--image {
		width: 100%;
		margin-bottom: 32px;
	}

	.consist {
		padding: 32px 0;
	}

	.section-header {
		font-size: 26px;
	}

	.consist-item--title {
		font-size: 22px;
	}

	.consist-item--description {
		font-size: 16px;
	}

	.consist--addition-text {
		font-size: 22px;
	}

	.consist--addition {
		margin-top: 48px;
	}

	.order-block--product-features-item {
		font-size: 18px;
	}

	.header--inner {
		background: #73adc5;
	}

	.header--title {
		font-size: 36px;
	}

	.header--title-bottom {
		margin-top: 0;
	}

	.header--title-bottom, .header--title-top {
		display: inline;
	}

	.order-block-inner {
		padding: 30px 0;
	}
}

@media (max-width: 470px) {
	.main-nav--callback, .main-nav--logo-container {
		width: 100%;
		margin: 16px 0;
		padding: 0;
	}

	.header--title {
		font-size: 26px;
	}

	.main-nav {
		padding: 0;
	}

	.timer--item {
		width: 78px;
		height: 78px;
		line-height: 78px;
		margin-right: 16px;
	}

	.order-form {
		padding: 24px;
	}

	.timer--row {
		text-align: center;
	}

	.prices--item {
		width: 100%;
		margin: 8px auto;
	}
}

.symptoms {
	font-size: 0;
	padding-top: 210px;
	background: url(../img/symptoms-bg.jpg) no-repeat center top;
	padding-bottom: 120px;
	position: relative;
	z-index: 1;
    margin-top: 58px;
}

.symptoms--image-container {
	display: inline-block;
	vertical-align: middle;
	width: 40.6%;
	text-align: right;
}

.symptoms--text-container {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 40.6%);
	padding-left: 39px;
}

.section-header_symptoms  {
	color: #fff;
	text-align: left;
}

.symptoms--list {
	margin-top: 64px;
	padding-left: 12px;
}

.symptoms--list-item {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 36px;
	color: #fff;
}

.symptoms--list-item:last-child {
	margin-bottom: 0;
}

.symptoms--warning {
	margin-top: 64px;
	padding-left: 24px;
}

.symptoms--warning-item {
	color: #FCFF6A;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.5555555555555556;
	margin-bottom: 0;
}

.product-block {
	padding-top: 295px;
	margin-top: -242px;
	background: url(../img/product-block-bg.svg) no-repeat top center;
	position: relative;
	z-index: 2;
}

.section-header_product-block {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1875;
	max-width: 1008px;
	margin: 0 auto 64px;
}

.section-header--accent {
	color: #256F56;
}

.product-block--image-container {
	text-align: center;
}

.expert {
	background: url(../img/expert-bg.jpg) no-repeat center top;
	position: relative;
	z-index: 3;
	margin-top: 79px;
	padding-bottom: 56px;
}

.expert--top-button {
	text-align: center;
	position: relative;
	top: -28px;
}

.section-header_expert {
	margin-top: 187px;
	margin-bottom: 72px;
	color: #fff;
}

.expert--inner {
	max-width: 672px;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 33px;
	padding: 40px;
}

.expert--image-container {
	text-align: center;
	margin-bottom: 16px;
}

.expert--image {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid #B9B9B9;
}

.expert--title {
	font-family:'SF Pro Display', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.expert--subtitle {
	font-family:'SF Pro Display', sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	margin-bottom: 26px;
	margin-top: 16px;
}

.expert--text-item {
	font-size: 18px;
	margin-bottom: 23px;
	font-family:'SF Pro Display', sans-serif;
}

.expert--text-item:last-child {
	margin-bottom: 0;
}

.button_secondary-alt {
	background: #236D53;
	box-shadow: none;
}

.button_secondary-alt:hover,
.button_secondary-alt:active {
	background-color: #1c5742;
	box-shadow: 0px 8px 4px rgba(35, 109, 83, 0.25);
}

@media (max-width: 1240px) {
	.symptoms--image-container {
		width: 375px;
	}

	.symptoms--text-container {
		width: calc( 100% - 375px)
	}

	.symptoms--list {
		margin-top: 32px;
	}

	.symptoms--warning {
		margin-top: 32px;
	}

	.section-header_symptoms {
		font-size: 40px;
	}

	.symptoms--warning-item {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.symptoms--list-item {
		font-size: 18px;
		margin-bottom: 32px;
	}
}

@media (max-width: 920px) {
	.symptoms--image-container {
		display: none;
	}

	.symptoms--text-container {
		width: 100%;
		padding-left: 0;
	}

	.symptoms {
		padding: 30px 0;
		margin-top: 0;
		background: #01211b;
	}

	.product-block {
		padding-top: 30px;
		padding-bottom: 80px;
		background: #fff;
		margin-top: 0;
	}

	.consist--addition {
		margin-bottom: 60px;
	}
}

@media (max-width: 640px) {
	.section-header {
		font-size: 26px;
	}

	.symptoms--list {
		padding-left: 0;
	}

	.symptoms--warning {
		padding-left: 0;
	}

	.expert {
		margin-top: 0;
		background: #236c52;
	}

	.expert--top-button {
		top: -72px;
	}

	.section-header_expert {
		margin-top: 0;
	}

	.expert--inner {
		padding: 24px;
	}
}

.product-block--image-container img {
	max-width: 100%;
}

.compare {
	padding-top: 341px;
	padding-bottom: 402px;
	background: url(../img/compare-bg.jpg) no-repeat center;
	font-size: 0;
	position: relative;
}

.compare--left {
	display: inline-block;
	width: 408px;
	vertical-align: top;
}
.compare--left-title {
	font-family:'SF Pro Display', sans-serif;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 120px;
}

.compare--left-title-item {display: block;}

.compare--list-item {
	font-size: 20px;
	font-family:'SF Pro Display', sans-serif;
	margin-bottom: 30px;
	line-height: 56px;
}

.compare--outer {
	font-family:'SF Pro Display', sans-serif;
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	margin-top: 87px;
}

.compare--outer_left {
	color: #FF6A6A;
}

.compare--outer_right {
	color: #2A745B;
}

.compare--right {
	width: calc(100% - 408px - 72px);
	margin-left: 72px;
	display: inline-block;
	vertical-align: top;
	max-width: 593px;
}

.compare .container {
	max-width: 1160px;
}

.compare--list {
	padding-left: 24px;
	max-width: 408px;
	margin: 0 auto;
}

.compare--right {
	position: relative;
	padding-top: 282px;
	padding-bottom: 44px;
	border-top: 12px solid #528F43;
	border-bottom: 12px solid #E1F7C3;
	margin-top: -6px;
}

.compare--right-product {
	position: absolute;
    right: -59px;
    top: -104px;
    z-index: 2;
}

.compare--outer {
	max-width: 408px;
	margin: 87px auto 0;
}

 .compare--right .compare--list {
 	padding-left: 11px;
 }

 .compare--list-item-inner {
 	display: inline-block;
 	line-height: 1.2;
 	vertical-align: middle;
 }

 .compare--right:after,.compare--right:before {
 	content: "";
 	position: absolute;
 	z-index: 1;
 	top: 0;
 	bottom: 0;
 	right: 0;
 	width: 12px;
	background: #528f43;
	background: -moz-linear-gradient(top, #528f43 0%, #e1f7c3 100%);
	background: -webkit-linear-gradient(top, #528f43 0%,#e1f7c3 100%);
	background: linear-gradient(to bottom, #528f43 0%,#e1f7c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#528f43', endColorstr='#e1f7c3',GradientType=0 );
 }

 .compare--right:before {
 	right: auto;
 	left: 0;
 }

 .compare .parallax-right {
    content: "";
    width: 592px;
    height: 424px;
    position: absolute;
    top: -40px;
    right: 0;
     z-index: 1; 
    background: url(../img/leaves-3.png) no-repeat center;
 }

 .compare .parallax-left {
    content: "";
    width: 375px;
    height: 726px;
    position: absolute;
    bottom: 0;
    left: 0;
     z-index: 1; 
    background: url(../img/leaves-4.png) no-repeat center;
 }

 @media (max-width: 1840px) {
 	.compare .parallax-left {
 		display: none;
 	}
 }

 @media (max-width: 1170px) {
 	.compare--right-product {
 		right: 0;
 	}
 }

 @media (max-width: 970px) {
 	.compare--left {
 		width: 100%;
 		text-align: center;
 	}


	 .compare {
	 	padding: 30px 0;
	 }

	 .compare .parallax-right {
	 	display: none;
	 }

	 .compare--list {
	 	max-width: 100%;
	 }

	 .compare--left-title {
	 	margin-bottom: 24px;
	 }

	 .compare--list-item {
	 	margin-bottom: 16px;
	 }

	 .compare--outer {
	 	margin-top: 24px;
	 }

	 .compare--right {
	 	width: 100%;
	 	max-width: 100%;
	 	margin-left: 0;
	 }

	 .compare--right {
	 	padding: 24px;
	 	margin-top: 24px;
	 }

	 .compare--right-product {
	 	position: static;
	 	max-width: 100%;
	 	margin-bottom: 32px;
	 }

	 .compare--list {
	 	padding-left: 0;
	 }
 }


@media (max-width: 640px) {
	.compare--left-title {
		font-size: 22px;
	}

	.compare--list-item {
		font-size: 18px;
		line-height: 32px;
	}

	.compare--outer {
		font-size: 22px;
	}
}

.order-block_bottom {
	background: url(../img/order-bottom-bg.svg) no-repeat bottom center;
	padding-bottom: 0;
}

.order-block_bottom:after, .order-block_bottom:before {
	content: none;
}

.errorMessage{
    box-sizing: border-box;
    position: absolute;
    z-index: 100000;
    font-size: 13px;
    background: #DC3434;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    line-height: 13px;
    padding: 8px 12px;
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;margin-top: 60px;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; }
.copyright img:first-child { display: block!important; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }

.section-header_order-botttom  {
	font-size: 48px;
	max-width: 1008px;
	margin: 0 auto;
}


.order-form_bottom {
	background: none;
	border: none;
	box-shadow: none;
}

.order-form_bottom .order-blog--product {
	width: 56.7%;
}

.order-form_bottom .order-block--form {
	width: 43.3%;
}

.order-form_bottom .order-block--product-image {
	left: 73px;
	top: 71px;
}

.order-form--control:focus {
	outline: none;
	border-color: #AB92B1;
}

.button:focus {
	outline: none;
}

.button_submit:focus {
	box-shadow: 0px 4px 4px rgba(171, 146, 177, 0.25), 0px 0px 0px 4px rgba(171, 146, 177, 0.5);
}

.button_secondary-alt:focus {
	box-shadow: 0px 0px 0px 4px rgba(35, 109, 83, 0.5);
}

.button_header:focus {
	box-shadow:  0px 0px 0px 4px rgba(171, 146, 177, 0.5);
}

.button_secondary:focus {
	box-shadow:  0px 0px 0px 4px rgba(99, 161, 106, .5);
}

@media(max-width: 920px) {.order-block_bottom  .order-block-inner {
	background: #edeff3;
}
.section-header_order-botttom {
	margin-bottom: 32px;
}
.order-block_bottom {
	padding-top: 32px;
}
} 

@media (max-width: 640px) {
	.section-header_order-botttom {
		font-size: 26px;
	}
}