/*reset*/
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, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}
*::-webkit-input-placeholder {color: #a9a9a9; opacity: 1;}
*:-moz-placeholder {color: #a9a9a9; opacity: 1;}
*::-moz-placeholder {color: #a9a9a9; opacity: 1;}
*:-ms-input-placeholder {color: #a9a9a9; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input,a{outline: none;}
button, input, select{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
html{
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* styles */

body {
	min-width: 320px;
	background: #fff;
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	cursor: default;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
	position: relative;
}

.wrapper1 {
	margin: 0 auto;
	padding: 0 10px;
	width: 480px;
	position: relative;
}

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

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/* button */

.button {
	display: block;
	margin: 0 auto;
	width: 280px;
	height: 64px;
	border: none;
	background: #ff7f2b;
	-webkit-box-shadow: 0 4px 0 #de6f26;
	-moz-box-shadow: 0 4px 0 #de6f26;
	box-shadow: 0 4px 0 #de6f26;
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 64px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.button:hover {
	background: #f97a27;
}

.button:active {
	-webkit-box-shadow: 0 3px 0 #de6f26;
	-moz-box-shadow: 0 3px 0 #de6f26;
	box-shadow: 0 3px 0 #de6f26;
	top: 1px;
}

/* titles */

h2 {
	margin: 0 0 40px;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	color: #ff7f2b;
	text-transform: uppercase;
	text-align: center;
}

h2 span {
	color: #333;
}

/* offer */

.offer_section {
	padding: 25px 0 23px;
	background: #9fb3b1 url("../img/desctop__offer_bg.jpg") center top no-repeat;
}

.offer_section .main_title {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 35px;
	line-height: 52px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.offer_section .subtitle {
	margin: 0 0 25px;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	text-align: center;
}

.offer_section .main_title span {
	padding: 0 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #1d3f8b;
	color: #fff;
}

.offer_section ul {
	float: right;
	width: 590px;
}

.offer_section ul li {
	float: left;
	margin: 0 50px 0 0;
	padding: 0 0 0 34px;
	background: url("../img/offer__tick_icon.png") left top no-repeat;
	font-weight: 700;
	font-size: 18px;
}

.offer_section ul li:nth-child(1) {
	width: 150px;
}

.offer_section ul li:nth-child(2) {
	width: 160px;
}

.offer_section ul li:nth-child(3) {
	margin: 0;
	width: 165px;
}

.offer_section .discount {
	padding: 17px 0 0;
	width: 120px;
	height: 120px;
	background: url("../img/offer__discount_bg.png") center no-repeat;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 370px;
	left: 380px;
}

.offer_section .discount span {
	display: block;
	font-size: 34px;
	line-height: 34px;
}

.offer_section .form_block {
	float: left;
	padding: 20px;
	width: 320px;
	background: #fff;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.offer_section .timer_block {
	margin: 0 auto;
	padding: 9px 10px 0 88px;
	width: 280px;
	height: 78px;
	border: 1px solid #cfd0d1;
	text-align: center;
	position: relative;
}

.offer_section .timer_block:before {
	display: block;
	content: '';
	width: 78px;
	height: 78px;
	background: #1d3f8b url("../img/offer__timer_icon.png") center no-repeat;
	position: absolute;
	top: -1px;
	left: -1px;
}

.offer_section .timer_block p {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.offer_section .timer_block .timer_item {
	float: left;
	width: 33.333333%;
}

.offer_section .timer_block .count {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #1d3f8b;
	position: relative;
}

.offer_section .timer_block .count:before {
	display: block;
	content: ':';
	width: 10px;
	position: absolute;
	top: -3px;
	right: -5px;
}

.offer_section .timer_block .timer_item:last-child .count:before {
	display: none;
}

.offer_section .timer_block .text {
	margin-top: -2px;
	font-size: 12px;
	line-height: 12px;
}

.offer_section .price_block {
	margin: 19px auto 16px;
	width: 280px;
}

.offer_section .price_block .price_item {
	float: left;
	width: 50%;
	text-align: center;
}

.offer_section .price_block .text {
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.offer_section .price_block .value {
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
}

.offer_section .price_block .price_item.old .value {
	text-decoration: line-through;
}

.offer_section .price_block .price_item.new .value {
	color: #ff7f2b;
}

.offer_section .field, select {
	display: block;
	margin: 0 auto 15px;
	padding: 0 20px;
	width: 100%;
	height: 56px;
	border: none;
	background: #f3f4f6;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.offer_section .field::-webkit-input-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .field:-moz-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .field::-moz-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .field:-ms-input-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.offer_section .field:focus:-moz-placeholder {
	opacity: 0;
}

.offer_section .field:focus::-moz-placeholder {
	opacity: 0;
}

.offer_section .field:focus:-ms-input-placeholder {
	opacity: 0;
}

.offer_section .button {
	margin: 0 auto;
}

.offer_section .deadline_text {
	margin: 15px auto 0;
	width: 280px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.offer_section .deadline_text:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 8px 0 0;
	content: '';
	width: 20px;
	height: 20px;
	background: url("../img/offer__deadline_icon.png.html") center no-repeat;
}

.offer_title_section {
	padding: 15px 0;
	background: #282d39;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.offer_title_section span {
	color: #ff7f2b;
}

/* about */

.about_section {
	padding: 40px 0;
}

.about_section img {
	display: block;
	float: left;
}

.about_section img.image1 {
	margin: 0 0 30px;
}

.about_section img.image2 {
	float: right;
}

.about_section .text_block {
	float: left;
	width: 460px;
}

.about_section .text_block1 {
	margin: 0 0 30px 20px;
}

.about_section .text_block p {
	margin: 0 0 15px;
}

.about_section .text_block p:last-child {
	margin: 0;
}

/* benefits */

.benefits_section {
	padding: 40px 0 44px;
	background: #f3f4f6;
}

.benefits_section .benefits_list {
	margin: 0 -10px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.benefits_section .benefit_item {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 40px;
	width: 25%;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.benefits_section .benefit_item img {
	display: block;
	margin: 0 auto 15px;
	border: 6px solid #fff;
}

/* characteristics */

.characteristics_section {
	padding: 40px 0;
	background-color: #232732;
}

.characteristics_section h2 {
	color: #fff;
}

.characteristics_section ul {
	margin: 0 0 40px;
	padding: 20px 0;
	border: 1px solid rgba(255,255,255,0.1);
	background: rgba(0,0,0,0.1);
}

.characteristics_section ul li {
	float: left;
	width: 16.666%;
	border-right: 1px solid rgba(255,255,255,0.1);
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.characteristics_section ul li:last-child {
	border: none;
}

.characteristics_section ul li span {
	display: block;
	color: #ff7f2b;
}

.characteristics_section .video_wrapper {
	margin: 0 auto;
	padding: 30px;
	width: 720px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
}

.characteristics_section .video_block {
	width: 660px;
	height: 371px;
	background: #000;
	overflow: hidden;
	position: relative;
}

.characteristics_section .video_block iframe, 
.characteristics_section .video_block object, 
.characteristics_section .video_block embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* use steps */

.use_steps_section {
	padding: 40px 0;
}

.use_steps_section img {
	display: block;
	float: left;
}

.use_steps_section .text_block {
	float: left;
	width: 540px;
	margin: 6px 0 0 20px;
}

.use_steps_section ul {
	margin: 0 0 48px;
}

.use_steps_section ul li {
	margin: 0 0 30px;
	padding: 0 0 0 51px;
	position: relative;
}

.use_steps_section ul li:last-child {
	margin: 0;
}

.use_steps_section ul li b {
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #1d3f8b;
	position: absolute;
	top: -6px;
	left: 0;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	text-align: center;
}

.use_steps_section .button {
	margin: 0;
}

/* reviews */

.reviews_section {
	padding: 40px 0;
	background-color: #232732;

}

.reviews_section h2 span {
	color: #fff;
}

.reviews_section .review_item {
	margin: 0 0 20px;
	padding: 30px;
	background: #fff;
}

.reviews_section .review_item:last-child {
	margin: 0;
}

.reviews_section .review_item .image_block {
	float: left;
	margin: 0 30px 0 0;
	width: 160px;
	position: relative;
}

.reviews_section .review_item .image_block:before {
	display: block;
	content: '';
	width: 34px;
	height: 30px;
	background: url("../img/reviews__quote_icon.png.html") center no-repeat;
	position: absolute;
	top: 0;
	right: 20px;
}

.reviews_section .review_item .image_block img {
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reviews_section .review_item .text_block {
	float: left;
	width: 690px;
}

.reviews_section .review_item h4 {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

/* order steps */

.order_steps_section {
	padding: 40px 0;
}

.order_steps_section .steps_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.order_steps_section .step_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	width: 220px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.order_steps_section .step_item:last-child {
	margin: 0;
}

.order_steps_section .step_item .image_block {
	margin: 0 0 4px;
	border: 1px solid #f1f1f1;
	position: relative;
}

.order_steps_section .step_item img {
	display: block;
}

.order_steps_section .step_item .number {
	width: 48px;
	height: 48px;
	background: #1d3f8b;
	font-weight: 700;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	position: absolute;
	top: -1px;
	left: -1px;
}

.order_steps_section .step_item p {
	padding: 10px 0;
	background: #f3f4f6;
}

/* footer */

.footer_section {
	padding: 25px 0;
	font-size: 14px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #222;
}

.footer_section a:hover {
	text-decoration: none;
}

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

	/* styles */

	.wrapper {
		width: 640px;
	}

	/* titles */

	h2 {
		font-size: 30px;
		line-height: 38px;
	}

	/* offer */

	.offer_section {
		padding: 25px 0;
		background-image: url("../img/tablet__offer_bg.jpg");
	}

	.offer_section .main_title {
		line-height: 60px;
	}

	.offer_section ul {
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}

	.offer_section ul li {
		margin: 0 72px 0 0;
	}

	.offer_section .discount {
		top: 270px;
		left: 370px;
	}

	.offer_title_section {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 1px;
	}

	/* about */

	.about_section img.image1 {
		float: none;
		margin: 0 auto 30px;
	}

	.about_section img.image2 {
		float: none;
		margin: 0 auto 30px;
	}

	.about_section .text_block {
		float: none;
		width: 100%;
		text-align: center;
	}

	.about_section .text_block1 {
		margin: 0 0 30px;
	}

	/* benefits */

	.benefits_section .benefit_item {
		width: 50%;
	}

	/* characteristics */

	.characteristics_section {
		background-image: none;
	}

	.characteristics_section ul {
		padding: 20px 0 0;
	}

	.characteristics_section ul li {
		margin: 0 0 20px;
		width: 33.333333%;
	}

	.characteristics_section ul li:nth-child(3n) {
		border: none;
	}

	.characteristics_section .video_wrapper {
		width: 100%;
	}

	.characteristics_section .video_block {
		width: 560px;
		height: 315px;
	}

	/* use steps */

	.use_steps_section img {
		float: none;
		margin: 0 auto 30px;
	}

	.use_steps_section .text_block {
		float: none;
		margin: 0;
		width: 100%;
	}

	.use_steps_section ul {
		margin: 0 0 30px;
	}

	.use_steps_section .button {
		margin: 0 auto;
	}

	/* reviews */

	.reviews_section {
		background-image: none;
	}

	.reviews_section .review_item .text_block {
		width: 370px;
	}

	/* order steps */

	.order_steps_section {
		padding: 40px 0 0;
	}

	.order_steps_section .step_item {
		margin: 0 40px 40px;
	}

	.order_steps_section .step_item:last-child {
		margin: 0 40px 40px;
	}

}

@media screen and (max-width: 639px) {
	
	/* styles */

	.wrapper {
		width: 320px;
	}

	/* titles */

	h2 {
		margin: 0 0 30px;
		font-size: 20px;
		line-height: 28px;
	}

	/* offer */

	.offer_section {
		background-image: url("../img/mobile__offer_bg.jpg");
	}

	.offer_section .main_title {
		font-size: 28px;
		line-height: 30px;
	}

	.offer_section .main_title span {
		padding: 0 6px;
	}

	.offer_section .subtitle {
		margin: 0 0 20px;
	}

	.offer_section ul {
		float: none;
		margin: 0 auto 385px;
		width: 245px;
	}

	.offer_section ul li {
		float: none;
		margin: 0 0 15px;
	}

	.offer_section ul li:nth-child(1), 
	.offer_section ul li:nth-child(2), 
	.offer_section ul li:nth-child(3) {
		width: 100%;
	}

	.offer_section .discount {
		top: 290px;
		left: 10px;
	}

	.offer_section .form_block {
		margin-left: -10px;
	}

	.offer_title_section {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: normal;
	}

	/* about */

	.about_section {
		padding: 30px 0;
	}

	/* benefits */

	.benefits_section {
		padding: 30px 0 34px;
	}

	.benefits_section .benefit_item {
		padding: 0 10px 30px;
		width: 100%;
	}

	/* characteristics */

	.characteristics_section {
		padding: 30px 0;
	}

	.characteristics_section ul {
		margin: 0 0 30px;
	}

	.characteristics_section ul li {
		width: 50%;
	}

	.characteristics_section ul li:nth-child(3n) {
		border-right: 1px solid rgba(255,255,255,0.1)
	}

	.characteristics_section ul li:nth-child(2n) {
		border: none;
	}

	.characteristics_section .video_wrapper {
		padding: 10px;
	}

	.characteristics_section .video_block {
		width: 280px;
		height: 158px;
	}

	/* use steps */

	.use_steps_section {
		padding: 30px 0 34px;
	}

	.use_steps_section ul li {
		margin: 0 0 20px;
	}

	/* reviews */

	.reviews_section {
		padding: 30px 0;
	}

	.reviews_section .review_item {
		padding: 20px;
	}

	.reviews_section .review_item .image_block {
		float: none;
		margin: 0 auto 15px;
	}

	.reviews_section .review_item .text_block {
		float: none;
		width: 100%;
		text-align: center;
	}

	/* order steps */

	.order_steps_section {
		padding: 30px 0 0;
	}

	.order_steps_section .step_item {
		margin: 0 0 30px;
	}

	.order_steps_section .step_item:last-child {
		margin: 0 0 30px;
	}

}

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

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.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; }

.gift {
    width: 350px;
    position: absolute;
    left: 314px;
    bottom: -11px;
}

@media screen and (max-width: 639px) {
	.gift {
	    bottom: auto;
	    top: 501px;
	    left: -29px;
	}
}

.menulog {
	display: none
}

.menu {
	text-align: center;
	padding: 8px 0;
	background: #ececec;

}

.menu__links-item img {
	vertical-align: middle;
}

.menu__icon {
	display: none;
	width: 45px;
	height: 35px;
	position: relative;
	cursor: pointer;
}

.menu__icon span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #333333;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.menu__icon span:nth-child(1) {
	top: 0px;
}

.menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
	top: 13px;
}

.menu__icon span:nth-child(4) {
	top: 26px;
}

.menu__links-item {
	display: inline-block;
	color: #333333;
	font-family: Arial;
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.menu__links-item:hover {
	text-decoration: underline;
}

.menu.menu_state_open .menu__icon span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
	transform: rotate(45deg);
	background: #fff;
}

.menu.menu_state_open .menu__icon span:nth-child(3) {
	transform: rotate(-45deg);
	background: #fff;
}

.menu.menu_state_open .menu__icon span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.menu.menu_state_open .menu__links {
	display: block;
}

@media screen and (max-width: 999px) {
	.menulog {
		width: 100%;
		max-width: 55px;
		margin-left: 8px;
		margin-top: 0px;
		display: block
	}

	.menu {
		text-align: right;
		padding-top: 10px;
		padding-right: 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.menu__icon {
		display: inline-block;
		z-index: 900;
	}

	.menu__links {
		position: fixed;
		display: none;
		top: 0;
		right: 0;
		left: 0;
		height: 100%;
		padding-top: 50px;
		background-color: rgba(0, 0, 0, 0.9);
		z-index: 100;
		overflow: auto;
	}

	.menu__links-item {
		display: block;
		padding: 10px 0;
		text-align: center;
		color: #ffffff;
		font-size: 24px;
		line-height: 45px;
	}

	.menu__links-item-mob {
		display: none;
	}

}

.products_count{
	margin-top: 10px;
}