/* 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, 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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, input, button {
	outline: none;
}

a {
	background-color: transparent;
	text-decoration: underline;
	-webkit-text-decoration-skip: objects;
}

input, button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* styles */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

/* bold */

b {
	font-weight: 700;
}

/* button */

.button {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 64px;
	border-radius: 32px;
	background-color: #cc7212;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#cc7212), to(#f8ce2e));
	background-image: linear-gradient(to top, #cc7212 0%, #ee432e 100%);
	-webkit-box-shadow: inset 0 2px 0 #ee432e, 0 8px 0 #864302;
	box-shadow: inset 0 2px 0 #ee432e, 0 8px 0 #864302;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 64px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 2px 3px rgba(117, 51, 0, 0.75);
	cursor: pointer;
}

.button:hover {
	background-color: #d37613;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#d37613), to(#ffd534));
	background-image: linear-gradient(to top, #ee432e 0%, #ffd534 100%);
}

.button:active {
	-webkit-transform: scale(0.99);
	transform: scale(0.99);
}

/* titles */

h2 {
	font-size: 48px;
	line-height: 54px;
	text-transform: uppercase;
	text-align: center;
}

h2:after {
	display: block;
	content: '';
	margin: 12px auto 0 auto;
	width: 42px;
	height: 6px;
	background-color: #ffcd20;
}

h2 span {
	font-weight: 800;
}

/* offer */

.offer_section {
	padding: 20px 0 0 0;
	height: 491px;
	background: #4d332e url("../img/desctop__offer_bg.jpg")/*tpa=handy-heater1/images/desctop__offer_bg.jpg*/ center top no-repeat;
	overflow: hidden;
}

.offer_section .main_title {
	margin: 0 0 25px 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
}

.offer_section .main_title:before {
	display: block;
	content: '';
	margin: 0 0 4px 0;
	width: 42px;
	height: 6px;
	background-color: #ffcd20;
}

.offer_section .main_title span {
	display: block;
	margin-left: -3px;
	font-weight: 800;
	font-size: 48px;
}

.offer_section .form_wrapper {
	float: left;
	width: 340px;
}

.offer_section .order_form {
	margin-top: -33px;
	padding: 53px 0 0 0;
	height: 297px;
	border-radius: 8px 8px 0 0;
	background: rgba(50,38,44,0.7);
}

.offer_section .timer_block {
	margin: 0 auto;
	width: 260px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.offer_section .timer_block p {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.offer_section .timer_block .timer_item {
	float: left;
	padding: 11px 0 0 0;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#dfba36), color-stop(49%, #dfba36), color-stop(50%, #ca962a), to(#ca962a));
	background-image: linear-gradient(to top, #dfba36 0%, #dfba36 49%, #ca962a 50%, #ca962a 100%);
}

.offer_section .timer_block .timer_item:nth-child(2) {
	margin: 0 31px;
	position: relative;
}

.offer_section .timer_block .timer_item:nth-child(2):before,
.offer_section .timer_block .timer_item:nth-child(2):after {
	display: block;
	content: ':';
	width: 31px;
	font-size: 30px;
	line-height: 60px;
	color: #ccc7c3;
	position: absolute;
	top: 0;
}

.offer_section .timer_block .timer_item:nth-child(2):before {
	left: -31px;
}

.offer_section .timer_block .timer_item:nth-child(2):after {
	right: -31px;
}

.offer_section .timer_block .count {
	font-size: 30px;
	line-height: 30px;
}

.offer_section .timer_block .text {
	font-size: 10px;
	line-height: 10px;
}

.offer_section .input,
.offer_section select{
	display: block;
	margin: 0 auto 10px auto;
	padding: 0 15px;
	width: 300px;
	height: 45px!important;
	border-radius: 32px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #515151;
	text-align: center;
}

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

.offer_section .input:-moz-placeholder {
	opacity: 1;
	color: #515151;
}

.offer_section .input::-moz-placeholder {
	opacity: 1;
	color: #515151;
}

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

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

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

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

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

.offer_section ul {
	float: left;
	margin: 100px 0 0 40px;
	width: 200px;
}

.offer_section ul li {
	margin: 0 0 50px 0;
	padding: 0 0 0 80px;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	position: relative;
}

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

.offer_section ul li:before {
	display: block;
	content: '';
	width: 88px;
	height: 88px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -44px;
	left: -12px;
}

.offer_section ul li:first-child:before {
	background-image: url("../img/offer__benefit1_icon.png")/*tpa=handy-heater1/images/offer__benefit1_icon.png*/;
}

.offer_section ul li:nth-child(2):before {
	background-image: url("../img/offer__benefit2_icon.png")/*tpa=handy-heater1/images/offer__benefit2_icon.png*/;
}

.offer_section ul li:last-child:before {
	background-image: url("../img/offer__benefit3_icon.png")/*tpa=handy-heater1/images/offer__benefit3_icon.png*/;
}

.offer_section .discount {
	width: 251px;
	height: 200px;
	background: url("../img/offer__discount_bg.png")/*tpa=handy-heater1/images/offer__discount_bg.png*/ center no-repeat;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: -15px;
	left: 390px;
}

.offer_section .discount .text {
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 134px;
	left: -16px;
}

.offer_section .discount .value {
	width: 90px;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	top: 84px;
	left: 109px;
}

.offer_section .price_block {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
	position: absolute;
	right: -20px;
	bottom: 35px;
}

.offer_section .price_block .price_item {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	letter-spacing: normal;
}

.offer_section .price_block .price_item.old {
	margin: 0 30px 0 0;
	color: #fff;
}

.offer_section .price_block .price_item.old .text {
	margin: 0 0 4px 0;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.offer_section .price_block .price_item.old .value {
	font-size: 22px;
	line-height: 30px;
	text-decoration: line-through;
}

.offer_section .price_block .price_item.new {
	font-size: 48px;
	line-height: 48px;
	color: #ee432e;
	position: relative;
}

.offer_section .price_block .price_item.new:before {
	display: block;
	content: '';
	width: 194px;
	height: 59px;
	background: url("../img/offer__price_new_underline.png")/*tpa=handy-heater1/images/offer__price_new_underline.png*/ center no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -97px;
}

/* problems */

.problems_section {
	padding: 40px 0 0 0;
	overflow: hidden;
}

.problems_section .description {
	margin: 15px 0 35px 0;
	text-transform: uppercase;
	text-align: center;
}

.problems_section .problem_item {
	float: left;
	margin: 0 5px 0 0;
	width: 310px;
	position: relative;
}

.problems_section .problem_item:last-child {
	margin: 0;
}

.problems_section .problem_item img {
	display: block;
}

.problems_section .problem_item p {
	padding: 15px 50px 0 20px;
	font-weight: 800;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
}

.problems_section .problem_item:nth-child(odd) p {
	color: #fff;
}

.problems_section .info {
	padding: 68px 0 0 110px;
	height: 246px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}

.problems_section .info h3 {
	font-weight: 800;
	font-size: 36px;
	line-height: 42px;
	position: relative;
}

.problems_section .info h3:before {
	display: block;
	content: '';
	width: 42px;
	height: 6px;
	background-color: #ee432e;
	position: absolute;
	top: 18px;
	left: -55px;
}

.problems_section .info p {
	font-weight: 700;
	font-size: 25px;
	line-height: 26px;
	color: #ee432e;
}

/* about */

.about_section {
	margin-top: -143px;
	padding: 120px 0 50px 0;
	background: #efefef;
}

.about_section h3 {
	float: left;
	margin: 0 20px 0 0;
	padding: 104px 0 0 26px;
	width: 356px;
	height: 300px;
	background: url("../img/about__title_bg.png")/*tpa=handy-heater1/images/about__title_bg.png*/ center top no-repeat;
	font-weight: 700;
	text-transform: uppercase;
}

.about_section h3 span {
	display: block;
}

.about_section h3 span:first-child {
	margin: 0 0 4px 0;
	font-size: 30px;
	line-height: 30px;
}

.about_section h3 span:nth-child(2) {
	margin: 0 0 5px 0;
	font-size: 26px;
	line-height: 26px;
}

.about_section h3 span:nth-child(3) {
	margin: 0 0 6px 0;
	font-size: 22px;
	line-height: 22px;
}

.about_section h3 span:last-child {
	font-size: 26px;
	line-height: 26px;
}

.about_section .info {
	float: left;
	margin: 50px 0 0 0;
	width: 564px;
}

.about_section .info h4 {
	margin: 0 0 10px 0;
	font-weight: 800;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
}

/* benefits */

.benefits_section {
	padding: 50px 0 45px 0;
	background: #30232a url("../img/desctop__benefits_bg.jpg")/*tpa=handy-heater1/images/desctop__benefits_bg.jpg*/ center top no-repeat;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}

.benefits_section h3 {
	margin: 0 0 75px 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
}

.benefits_section h3:before {
	display: block;
	content: '';
	margin: 0 0 4px 0;
	width: 42px;
	height: 6px;
	background-color: #ffcd20;
}

.benefits_section h3 span {
	display: block;
	margin-left: -3px;
	font-weight: 800;
	font-size: 48px;
}

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

.benefits_section .benefit_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 40px 90px 0;
	padding: 0 0 0 110px;
	width: 450px;
	letter-spacing: normal;
	text-align: left;
	position: relative;
}

.benefits_section .benefit_item:nth-child(even) {
	margin: 0 0 90px 0;
}

.benefits_section .benefit_item img {
	display: block;
	position: absolute;
	top: -100px;
	left: -70px;
}

.benefits_section .benefit_item h4 {
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

.benefits_section .benefit_item p {
	font-size: 14px;
	line-height: 20px;
}

/* characteristics */

.characteristics_section .info {
	float: left;
	padding: 20px 0 0 0;
	width: 440px;
	height: 386px;
	background: #ebebeb;
}

.characteristics_section .info h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
}

.characteristics_section .info h3:before {
	display: block;
	content: '';
	margin: 0 auto 4px auto;
	width: 42px;
	height: 6px;
	background-color: #ffcd20;
}

.characteristics_section .info h3 span {
	display: block;
	margin-left: -3px;
	font-size: 48px;
	font-weight: 800;
}

.characteristics_section .info p {
	margin: 15px 0;
	padding: 0 20px;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}

.characteristics_section .info p span {
	font-weight: 800;
}

.characteristics_section .price_block {
	margin: 0 0 25px 0;
	padding: 15px 0;
	background: #6d6d6d;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.characteristics_section .price_block .price_item {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	letter-spacing: normal;
}

.characteristics_section .price_block .price_item.old {
	margin: 0 30px 0 0;
	color: #fff;
}

.characteristics_section .price_block .price_item.old .text {
	margin: 0 0 4px 0;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.characteristics_section .price_block .price_item.old .value {
	font-size: 30px;
	line-height: 30px;
}

.characteristics_section .price_block .price_item.new {
	font-size: 48px;
	line-height: 48px;
	color: #ffcd20;
	position: relative;
}

.characteristics_section .characteristics_list {
	float: left;
	width: 500px;
	border: 15px solid #ee432e;
}

.characteristics_section .characteristic_item {
	display: table;
	width: 100%;
}

.characteristics_section .characteristic_item .text {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 20px;
	width: 180px;
	background: #e3e3e3;
	font-weight: 700;
}

.characteristics_section .characteristic_item:nth-child(even) .text {
	background: #f3f3f3;
}

.characteristics_section .characteristic_item .value {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 20px;
	width: 290px;
	background: #ebebeb;
}

.characteristics_section .characteristic_item:nth-child(even) .value {
	background: #f9f9f9;
}

/* reviews */

.reviews_section {
	padding: 40px 0 45px 0;
	background: #30232a url("../img/desctop__reviews_bg.jpg")/*tpa=handy-heater1/images/desctop__reviews_bg.jpg*/ center top no-repeat;
	background-size: cover;
	color: #fff;
}

.reviews_section .description {
	margin: 15px 0 35px 0;
	text-transform: uppercase;
	text-align: center;
}

.reviews_section .review_item {
	margin: 0 0 30px 0;
}

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

.reviews_section .review_item img {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

.reviews_section .review_item .text_block {
	float: left;
	padding: 45px 0 0 0;
	width: 760px;
}

.reviews_section .review_item .author_info {
	margin: 0 0 10px 0;
	font-weight: 700;
	text-transform: uppercase;
}

/* order info */

.order_info_section {
	padding: 40px 0 45px 0;
	background: #f9f9f9;
}

.order_info_section h2 {
	margin: 0 0 40px 0;
}

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

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

.order_info_section .info_item img {
	display: block;
	margin: 0 auto 20px auto;
}

/* footer */

.footer_section {
	padding: 25px 0 22px 0;
	background: #17151c;
	font-size: 14px;
	text-align: center;
}

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

.footer_section a {
	color: #ccc;
}

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

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

	/* styles */

	.wrapper {
		width: 640px;
	}

	/* titles */

	h2 {
		font-size: 36px;
		line-height: 42px;
	}

	/* offer */

	.offer_section {
		background-image: url("../img/tablet__offer_bg.jpg")/*tpa=handy-heater1/images/tablet__offer_bg.jpg*/;
	}

	.offer_section .main_title {
		font-size: 18px;
	}

	.offer_section .main_title span {
		margin-left: -2px;
		font-size: 40px;
	}

	.offer_section ul {
		display: none;
	}

	.offer_section .discount {
		width: auto;
		height: auto;
		background: none;
		position: static;
	}

	.offer_section .discount .text {
		top: 10px;
		left: 450px;
	}

	.offer_section .discount .value {
		top: 90px;
		left: 397px;
	}

	.offer_section .price_block {
		right: -60px;
	}

	.offer_section .price_block .price_item.old {
		margin: 0 20px 0 0;
	}

	.offer_section .price_block .price_item.old .text {
		font-size: 12px;
		line-height: 12px;
	}

	.offer_section .price_block .price_item.old .value {
		font-size: 24px;
		line-height: 26px;
	}

	.offer_section .price_block .price_item.new {
		font-size: 30px;
		line-height: 40px;
	}

	.offer_section .price_block .price_item.new:before {
		width: 160px;
		height: 49px;
		bottom: -35px;
		margin-left: -80px;
	}

	/* problems */

	.problems_section .problems_list {
		margin: 0 0 35px 0;
	}

	.problems_section .problem_item {
		width: 203px;
	}

	.problems_section .problem_item p {
		padding: 15px 40px 15px 20px;
		background: rgba(0,0,0,0.3);
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
		top: auto;
		bottom: 0;
	}

	.problems_section .info {
		padding: 16px 0 20px 0;
		height: auto;
		background: #52342a;
		text-align: center;
	}

	.problems_section .info:before,
	.problems_section .info:after {
		display: block;
		content: '';
		width: 170px;
		height: 100%;
		background: #52342a;
		position: absolute;
		top: 0;
	}

	.problems_section .info:before {
		left: -170px;
	}

	.problems_section .info:after {
		right: -170px;
	}

	.problems_section .info h3:before {
		display: none;
	}

	/* about */

	.about_section {
		margin-top: 0;
		padding: 45px 0;
	}

	.about_section h3 {
		display: none;
	}

	.about_section .info {
		float: none;
		margin: 0;
		width: 100%;
		text-align: center;
	}

	/* benefits */

	.benefits_section {
		background-image: url("../img/tablet__benefits_bg.jpg")/*tpa=handy-heater1/images/tablet__benefits_bg.jpg*/;
	}

	.benefits_section .benefits_list {
		margin-bottom: -70px;
	}

	.benefits_section .benefit_item {
		margin: 0 20px 70px 0;
		width: 300px;
	}

	.benefits_section .benefit_item:nth-child(even) {
		margin: 0 0 70px 0;
	}

	/* characteristics */

	.characteristics_section {
		padding: 50px 0;
	}

	.characteristics_section .info {
		float: none;
		margin: 0 auto 58px auto;
		padding: 0;
		height: auto;
		background: none;
	}

	.characteristics_section .info p {
		margin: 25px 0;
	}

	.characteristics_section .price_block {
		margin: 0 0 30px 0;
		padding: 0;
		background: none;
	}

	.characteristics_section .price_block .price_item.old {
		margin: 0 20px 0 0;
		color: #222;
	}

	.characteristics_section .price_block .price_item.old .text {
		font-size: 12px;
		line-height: 12px;
	}

	.characteristics_section .price_block .price_item.old .value {
		font-size: 26px;
		line-height: 26px;
	}

	.characteristics_section .price_block .price_item.new {
		font-size: 40px;
		line-height: 40px;
	}

	.characteristics_section .characteristics_list {
		float: none;
		width: 100%;
	}

	.characteristics_section .characteristic_item .text {
		width: 180px;
	}

	.characteristics_section .characteristic_item .value {
		width: 410px;
	}

	/* reviews */

	.reviews_section {
		background-image: url("../img/tablet__reviews_bg.jpg")/*tpa=handy-heater1/images/tablet__reviews_bg.jpg*/;
	}

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

	/* order info */

	.order_info_section .info_item {
		margin: 0 20px 0 0;
		width: 193px;
		font-size: 14px;
		line-height: 22px;
	}

	.order_info_section .info_item:last-child {
		margin: 0;
	}

}

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

	/* styles */

	.wrapper {
		width: 320px;
	}

	/* titles */

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

	/* offer */

	.offer_section {
		padding: 12px 0 0 0;
		height: auto;
		background-image: url("../img/mobile__offer_bg.jpg")/*tpa=handy-heater1/images/mobile__offer_bg.jpg*/;
	}

	.offer_section .main_title {
		margin: 0 0 508px 0;
		text-align: center;
		font-size: 16px;
	}

	.offer_section .main_title:before {
		display: none;
	}

	.offer_section .main_title span {
		margin-left: 0;
		font-size: 36px;
	}

	.offer_section .form_wrapper {
		float: none;
		margin-left: -170px;
		padding: 25px 0 38px 0;
		width: 640px;
		background: #2f1b24;
	}

	.offer_section .order_form {
		margin-top: 0;
		padding: 20px 0 0 0;
		height: auto;
		border-radius: 0;
		background: none;
	}

	.offer_section .discount .text {
		top: 120px;
		left: 116px;
	}

	.offer_section .discount .value {
		top: 191px;
		left: 69px;
	}

	.offer_section .price_block {
		width: 100%;
		top: 500px;
		right: 0;
		bottom: auto;
	}

	/* problems */

	.problems_section {
		padding: 30px 0 0 0;
		overflow: hidden;
	}

	.problems_section .description {
		margin: 15px 0 30px 0;
	}

	.problems_section .problem_item {
		margin: 0 0 5px 0;
		width: 300px;
	}

	.problems_section .problem_item p {
		padding: 15px 50px 0 20px;
		background: none;
		font-size: 16px;
		line-height: 24px;
		color: #222;
		text-shadow: none;
		top: 0;
		bottom: auto;
	}

	.problems_section .info h3 {
		font-size: 34px;
		line-height: 40px;
	}

	.problems_section .info p {
		font-size: 16px;
		line-height: 24px;
	}

	/* about */

	.about_section {
		padding: 30px 0;
	}

	/* benefits */

	.benefits_section {
		padding: 25px 0 65px 0;
		background-image: none;
	}

	.benefits_section h3 {
		margin: 0 0 -35px 0;
		font-size: 16px;
		text-align: center;
	}

	.benefits_section h3:before {
		display: none;
	}

	.benefits_section h3 span {
		margin-left: 0;
		font-size: 36px;
	}

	.benefits_section .benefits_list {
		margin-bottom: 0;
	}

	.benefits_section .benefit_item {
		margin: 0 0 -35px 0;
		padding: 0;
		text-align: center;
	}

	.benefits_section .benefit_item:nth-child(even) {
		margin: 0 0 -35px 0;
	}

	.benefits_section .benefit_item img {
		margin: 0 auto -50px auto;
		position: static;
	}

	/* characteristics */

	.characteristics_section {
		padding: 30px 0 35px 0;
	}

	.characteristics_section .info {
		margin: 0 auto 43px auto;
		width: 300px;
	}

	.characteristics_section .info h3 {
		font-size: 16px;
	}

	.characteristics_section .info h3:before {
		display: none;
	}

	.characteristics_section .info h3 span {
		margin-left: 0;
		font-size: 36px;
	}

	.characteristics_section .info p {
		margin: 20px 0 25px 0;
		font-size: 16px;
		line-height: 24px;
	}

	.characteristics_section .characteristics_list {
		border-width: 10px;
	}

	.characteristics_section .characteristic_item .text {
		display: block;
		width: 100%;
		background: #e3e3e3;
	}

	.characteristics_section .characteristic_item .value {
		display: block;
		width: 100%;
		background: #f9f9f9;
	}

	.characteristics_section .characteristic_item:nth-child(even) .text {
		background: #e3e3e3;
	}

	.characteristics_section .characteristic_item:nth-child(even) .value {
		background: #f9f9f9;
	}

	/* reviews */

	.reviews_section {
		padding: 30px 0;
		background-image: none;
	}

	.reviews_section .description {
		margin: 15px 0 30px 0;
	}

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

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

	/* order info */

	.order_info_section {
		padding: 30px 0;
	}

	.order_info_section h2 {
		margin: 0 0 30px 0;
	}

	.order_info_section .info_item {
		margin: 0 0 25px 0;
		width: 100%;
		font-size: 16px;
		line-height: 24px;
	}

	.order_info_section .info_item img {
		margin: 0 auto 15px auto;
	}

}
#holod{
	background-image: url("../img/desctop__reviews_bg1.jpg");
}

.form-control { display: block;
    margin: 0 auto 10px auto;
    padding: 0 15px;
    width: 300px;
    height: 64px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #515151;
	text-align: center;
	text-align-last: center;
}

  .country_chang {  display: block;
    margin: 0 auto 10px auto;
    padding: 0 15px;
    width: 300px;
    height: 64px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #515151;
    text-align: center;
  }




.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}
 .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; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 999;}

label {
	display: block;
	text-align: center;
	color: #fff;
}
.feedback {
	width: 75px;
	height: 70px;
	position: fixed;
	right: -15px;
	top: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to top, #ee432e 0%, #ffd534 100%);
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	cursor: pointer;
	z-index: 1000;
	box-shadow: -2px 3px 11px rgb(0 0 0 / 30%);
	transition: all 0.5s;
  }

  .feedback:hover {
	right: 0;
  }

  .feedback img {
	width: 50px;
	height: 50px;
  }

  .popup-window {
	font-family: sans-serif;
	font-family: inherit;
	display: none;
	width: 300px;
	position: fixed;
	right: 0;
	top: 15%;
	padding: 35px 10px;
	background: #fff;
	border-radius: 5px 0 0 5px;
	z-index: 2000;
	box-shadow: -2px 3px 11px rgb(0 0 0 / 17%);
  }

  .popup-window form {
	width: 100%;
	min-height: auto;
	padding: 0;
	background: inherit;
	box-shadow: none;
	height: auto;
  }

  .popup-window label {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
  }

  .popup-window input {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 10px;
	border: none;
	font-family: inherit;
	font-size: 16px;
	margin-bottom: 15px;
	border: 1px solid #333;
  }
  
	.popup-window input::placeholder {
		font-size: 16px;
	}

  .popup-window button {
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: 5px;
	background-image: linear-gradient(to top, #ee432e 0%, #ffd534 100%);
	color: #000;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	border-radius: 20px;
  }

  .close-popup {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 27px;
	height: 27px;
	background-color: #fff;
	cursor: pointer;
  }

  .close-popup:before {
	content: "";
	background: #333;
	width: 20px;
	height: 1px;
	position: absolute;
	top: 13px;
	left: 4px;
	transform: rotate(-45deg);
  }

  .close-popup:after {
	content: "";
	background: #333;
	width: 20px;
	height: 1px;
	position: absolute;
	top: 13px;
	left: 4px;
	transform: rotate(45deg);
  }

  @media screen and (max-width: 576px) {
	.feedback {
	  top: 35%;
	}
	.popup-window {
	  top: 35%;
	}
  }