/* 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;
	overflow: hidden;
}

.wrapper_m {
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
}
.wrap_1240 {width: 1240px;}
.wrap_1024 {width: 1024px;}
.wrap_800 {width: 800px;}
.wrap_100 {width: 100%;}

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

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

b {
	font-weight: 700;
}

/* button */

.button {
	display: block;
	width: 280px;
	height: 64px;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #e04d16;
	/*background-image: -webkit-gradient(linear, left bottom, left top, from(#e04d16), to(#f88f13));*/
	background-image: -webkit-linear-gradient(bottom, #e04d16 0%, #f88f13 100%);
	background-image: -moz-linear-gradient(bottom, #e04d16 0%, #f88f13 100%);
	background-image: -o-linear-gradient(bottom, #e04d16 0%, #f88f13 100%);
	background-image: linear-gradient(to top, #e04d16 0%, #f88f13 100%);
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 64px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.button:hover {
	background-color: #d94a14;
	/*background-image: -webkit-gradient(linear, left bottom, left top, from(#d94a14), to(#f08a11));*/
	background-image: -webkit-linear-gradient(bottom, #d94a14 0%, #f08a11 100%);
	background-image: -moz-linear-gradient(bottom, #d94a14 0%, #f08a11 100%);
	background-image: -o-linear-gradient(bottom, #d94a14 0%, #f08a11 100%);
	background-image: linear-gradient(to top, #d94a14 0%, #f08a11 100%);
}

.button:active {
	-webkit-transform: scale(0.995);
	-moz-transform: scale(0.995);
	-ms-transform: scale(0.995);
	-o-transform: scale(0.995);
	transform: scale(0.995);
}

/* titles */

h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 7px;
}
h2 b {
	background: linear-gradient(to top, #e04d16 0%, #f88f13 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #f88f13;
}
.title-line {
    width: 375px;
    height: 4px;
    /*background-image: -webkit-gradient(linear, left top, right top, from(#e04d16), to(#f88f13));*/
    background-image: -webkit-linear-gradient(left, #e04d16 0%, #f88f13 100%);
	background-image: -moz-linear-gradient(left, #e04d16 0%, #f88f13 100%);
	background-image: -o-linear-gradient(left, #e04d16 0%, #f88f13 100%);
	background-image: linear-gradient(to right, #e04d16 0%, #f88f13 100%);
	margin: 0 auto 40px;
}
/* offer */

.offer_section {
	padding: 20px 0 0;
	height: 878px;
	background: #182646 url(../images/desctop__offer_bg.jpg) center top no-repeat;
}

.offer_section .title_block {
	margin: 0 0 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.offer_section .title_block .subtitle {
	float: right;
	margin: 5px 100px 0 0;
	width: 350px;
	font-size: 28px;
	line-height: 36px;
	color: #fff;
}

.offer_section .title_block .main_title {
	float: left;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: 2px;
	color: #ff9714;
}

.offer_section .description {
	margin: 0 480px 23px 0;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.offer_section .description span {font-size: 31px;color: #ff3714;}
.plashka_top {
	height: 135px;
	margin-bottom: 27px;
	width: 100%;
	max-width: 413px;
	padding: 15px;
	background: url(../images/bg_plashka.png) center no-repeat;
}
.plashka_top p {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.plashka_top p span {font-size: 33px;color: #ff3714;}

.offer_section .discount {
	padding: 22px 0 0;
	width: 170px;
	height: 170px;
	background: url(../images/discount_bg.png) center no-repeat;
	    background-size: auto;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 326px;
	left: 400px;
	background-size: 100%;
	font-size: 22px;
	line-height: 2;
}

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

.offer_section .price_block {
	margin: 0 0 25px;
	width: 280px;
}

.offer_section .price_block .price_item {
	float: left;
	width: 50%;
	color: #fff;
	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: #10bf27;
}

.offer_section .deadline_text {
	margin: 15px 0 86px;
	width: 280px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	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(../images/deadline_icon.png) center no-repeat;
}

.offer_section .function_item {
	float: left;
	margin: 0 20px 0 0;
	width: 220px;
	color: #fff;
	text-align: center;
}

.offer_section .function_item:last-child {
	margin: 0;
}

.offer_section .function_item:before {
	display: block;
	content: '';
	margin: 0 auto 10px;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff center no-repeat;
}

.offer_section .function_item:nth-child(1):before {
	background-image: url(../images/functions__function1_icon.png);
}

.offer_section .function_item:nth-child(2):before {
	background-image: url(../images/functions__function2_icon.png);
}

.offer_section .function_item:nth-child(3):before {
	background-image: url(../images/functions__function3_icon.png);
}

.offer_section .function_item:nth-child(4):before {
	background-image: url(../images/functions__function4_icon.png);
}

.offer_section .function_item h4 {
	margin: 0 0 5px;
}

/* benefits */

.benefits_section {
	padding: 40px 0;
}

.benefits_section .benefit_item {
	margin: 0 0 40px;
}

.benefits_section .benefit_item:last-child {
	margin: 0;
}

.benefits_section .benefit_item img {
	display: block;
	float: left;
	margin: 0 30px 0 0;
}

.benefits_section .benefit_item:nth-child(even) img {
	float: right;
	margin: 0;
}

.benefits_section .benefit_item .text_block {
	float: left;
	width: 450px;
}

.benefits_section .benefit_item .number {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	/*background: -webkit-gradient(linear, left bottom, left top, from(#e04d16), to(#f88f13));*/
	background: -webkit-linear-gradient(bottom, #e04d16 0%, #f88f13 100%);
	background: -moz-linear-gradient(bottom, #e04d16 0%, #f88f13 100%);
	background: -o-linear-gradient(bottom, #e04d16 0%, #f88f13 100%);
	background: linear-gradient(to top, #e04d16 0%, #f88f13 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #f88f13;
}

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

.benefits_section .benefit_item h4:after {
	display: block;
	content: '';
	margin: 4px 0 0;
	width: 30px;
	height: 3px;
	background-color: #f88f13;
	/*background-image: -webkit-gradient(linear, left top, right top, from(#e04d16), to(#f88f13));*/
	background-image: -webkit-linear-gradient(left, #e04d16 0%, #f88f13 100%);
	background-image: -moz-linear-gradient(left, #e04d16 0%, #f88f13 100%);
	background-image: -o-linear-gradient(left, #e04d16 0%, #f88f13 100%);
	background-image: linear-gradient(to right, #e04d16 0%, #f88f13 100%);
}

.benefits_section .benefit_item p {
	margin: 0 0 15px;
}

.benefits_section .benefit_item p:last-of-type {
	margin: 0;
}

.benefits_section .benefit_item p.list_title {
	margin: 0;
}

.benefits_section .benefit_item ul {
	margin: 0 0 15px;
}

.benefits_section .benefit_item ul li {
	padding: 0 0 0 12px;
	position: relative;
}

.benefits_section .benefit_item ul li:before {
	display: block;
	content: '';
	width: 4px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 13px;
	left: 0;
}

/* video */

.video_section {
	padding: 40px 0 72px;
	background: #182646 url(../images/desctop__video_bg.jpg) center bottom no-repeat;
}

.video_section h2 {
	color: #fff;
}

.video_section .video_wrapper {
	margin: 0 auto;
	width: 720px;
	border: 10px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.video_section .video_block {
	width: 100%;
	height: 394px;
	background: #000;
	overflow: hidden;
	position: relative;
}

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

.video_section .button {
	position: absolute;
	bottom: -104px;
	left: 50%;
	margin-left: -140px;
}

/* characteristics */

.characteristics_section {
	padding: 72px 0 25px;
	background: #f0f4f9;
}

.characteristics_section h2 {}

.characteristics_section img {
	display: block;
	width: 400px;
	border: 10px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -200px;
}

.characteristics_section .item {
	float: left;
	margin: 0 500px 50px 0;
	width: 220px;
	text-align: center;
	position: relative;
}

.characteristics_section .item:nth-child(even) {
	margin: 0 0 50px;
}

.characteristics_section .item:after {
	display: block;
	content: '';
	width: 30px;
	height: 3px;
	background-color: #f88f13;
	/*background-image: -webkit-gradient(linear, left top, right top, from(#e04d16), to(#f88f13));*/
	background-image: -webkit-linear-gradient(left, #e04d16 0%, #f88f13 100%);
	background-image: -moz-linear-gradient(left, #e04d16 0%, #f88f13 100%);
	background-image: -o-linear-gradient(left, #e04d16 0%, #f88f13 100%);
	background-image: linear-gradient(to right, #e04d16 0%, #f88f13 100%);
	position: absolute;
	bottom: -27px;
	left: 50%;
	margin-left: -15px;
}

.characteristics_section .item:nth-last-child(2):after, 
.characteristics_section .item:last-child:after {
	display: none;
}

.characteristics_section .item .text {
	font-weight: 700;
}

/* use steps */

.use_steps_section {
	padding: 40px 0;
}

.use_steps_section h2 {
	margin: 0 0 15px;
}

.use_steps_section p.description {
	margin: 0 auto 40px;
	max-width: 960px;
	text-align: center;
	font-size: 21px;
	line-height: 1;
	width: 100%;
}

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

.use_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;
}

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

.use_steps_section .step_item .image_block {
	margin: 0 auto 15px;
	width: 220px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.use_steps_section .step_item img {
	display: block;
}

.use_steps_section .step_item .number {
	width: 48px;
	height: 48px;
	-webkit-border-radius: 0px 0px 10px 0;
	-moz-border-radius: 0px 0px 10px 0;
	border-radius: 0px 0px 10px 0;
	background-color: #00a0e6;
	/*background-image: -webkit-gradient(linear, left bottom, left top, from(#0071c3), to(#00a0e6));*/
	background-image: -webkit-linear-gradient(bottom, #0071c3 0%, #00a0e6 100%);
	background-image: -moz-linear-gradient(bottom, #0071c3 0%, #00a0e6 100%);
	background-image: -o-linear-gradient(bottom, #0071c3 0%, #00a0e6 100%);
	background-image: linear-gradient(to top, #0071c3 0%, #00a0e6 100%);
	font-weight: 700;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

/* reviews */

.reviews_section {
	padding: 40px 0;
	background: #182646 url(../images/desctop__reviews_bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.reviews_section h2 {
	margin: 0 0 15px;
	color: #fff;
}

.reviews_section p.description {
	margin: 0 auto 40px;
	max-width: 960px;
	color: #fff;
	text-align: center;
	font-size: 25px;
	line-height: 1;
	width: 100%;
}

.reviews_section .review_item {
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	text-align: center;
}

.reviews_section .review_item img {
	display: block;
	margin: 0 0 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.reviews_section .review_item .author_info {
	margin: 0 0 12px;
	padding: 0 0 20px;
	background: url(../images/reviews__stars.png) center bottom no-repeat;
	font-weight: 700;
}
#rassrochka h4 {
	padding: 10px;
	margin: 0 0 15px;
	text-align: center;
	background-image: -webkit-linear-gradient(bottom, #fd0419 0%, #feb601 100%);
	background-image: -moz-linear-gradient(bottom, #fd0419 0%, #feb601 100%);
	background-image: -o-linear-gradient(bottom, #fd0419 0%, #feb601 100%);
	background-image: linear-gradient(to top, #fd0419 0%, #feb601 100%);
}

#rassrochka h4::before {
	display: none;
}
#rassrochka .step_item:nth-child(1) h4::after {background: none;}
#rassrochka .step_item:nth-child(2) h4::after {background: none;}
#rassrochka .step_item:nth-child(3) h4::after {background: none;}
/* order steps */

.order_steps_section {
	padding: 40px 0;
	background: #f0f4f9;
}

.order_steps_section .step_item {
	float: left;
	margin: 0 20px 0 0;
	width: 300px;
}

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

.order_steps_section .step_item img {
	display: block;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.order_steps_section .step_item h4 {
	margin: 0 0 25px;
	padding: 10px 10px 10px 130px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background-color: #00a0e6;
	/*background-image: -webkit-gradient(linear, left bottom, left top, from(#0071c3), to(#00a0e6));*/
	background-image: -webkit-linear-gradient(bottom, #0071c3 0%, #00a0e6 100%);
	background-image: -moz-linear-gradient(bottom, #0071c3 0%, #00a0e6 100%);
	background-image: -o-linear-gradient(bottom, #0071c3 0%, #00a0e6 100%);
	background-image: linear-gradient(to top, #0071c3 0%, #00a0e6 100%);
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}

.order_steps_section .step_item h4:before {
	display: block;
	content: '';
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #00a0e6;
	/*background-image: -webkit-gradient(linear, left bottom, left top, from(#0071c3), to(#00a0e6));*/
	background-image: -webkit-linear-gradient(bottom, #0071c3 0%, #00a0e6 100%);
	background-image: -moz-linear-gradient(bottom, #0071c3 0%, #00a0e6 100%);
	background-image: -o-linear-gradient(bottom, #0071c3 0%, #00a0e6 100%);
	background-image: linear-gradient(to top, #0071c3 0%, #00a0e6 100%);
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 30px;
}

.order_steps_section .step_item h4:after {
	display: block;
	content: '';
	width: 80px;
	height: 80px;
	background: center no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 30px;
}

.order_steps_section .step_item:nth-child(1) h4:after {
	background-image: url(../images/order_steps__step1_icon.png);
}

.order_steps_section .step_item:nth-child(2) h4:after {
	background-image: url(../images/order_steps__step2_icon.png);
}

.order_steps_section .step_item:nth-child(3) h4:after {
	background-image: url(../images/order_steps__step3_icon.png);
}

.order_steps_section .step_item p {
	text-align: center;
}

/* order */

.order_section {
	padding: 20px 0 25px;
	background: #efefef url(../images/desctop__offer_bg_akciya.jpg) center bottom no-repeat;
}

.order_section .title_block {
	margin: 0 0 190px;
	font-weight: 700;
	text-transform: uppercase;
}

.order_section .title_block .subtitle {
	margin: 5px 100px 0 0;
	font-size: 60px;
	line-height: 65px;
	color: #fff;
}
.subtitle_ogran {color: #fff;font-size: 16px;}
.order_section .title_block .subtitle > span {
	font-size: 51px;
	color: #ffff29;
}

.order_section .title_block .main_title {
	font-size: 61px;
	line-height: 80px;
	letter-spacing: 2px;
	color: #ff9714;
}

.order_section .description {
	margin: 20px 480px 0 0;
	font-weight: 700;
	font-size: 31px;
	color: #ffff29;
	text-transform: uppercase;
	line-height: 1
}

.order_section .discount {
	padding: 28px 0 0;
	width: 310px;
	height: 160px;
	background-image: url(../images/discount_bg.png);
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	top: -100px;
}

.order_section .discount p {
	display: block;
	font-size: 25px;
	line-height: 1;
	background-image: url(../images/i.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position-x: 30px;
	text-align: left;
	padding-left: 68px;
}
.order_section .discount p span {font-size: 80px;}
.order_section .top_price {
	padding: 28px 0 0;
	width: 310px;
	height: 160px;
	background-image: url(../images/top_price.png);
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	line-height: 1;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	float: right;
}

.order_section .top_price p {
	display: block;
	font-size: 45px;
	line-height: 45px;
	text-align: right;
	padding-right: 39px;
}
.order_section .top_price span {
	font-size: 33px;
	color: red;
	text-decoration: line-through;
}

.order_section .form_block {
	margin: -60px 0 0 620px;
	padding: 20px;
	width: 320px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	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);
}

.order_section .timer_block {
	margin: 0 auto;
	padding: 9px 10px 0 88px;
	width: 280px;
	height: 78px;
	border: 1px solid #c4c8cc;
	-webkit-border-radius: 20px 10px 10px 20px;
	-moz-border-radius: 20px 10px 10px 20px;
	border-radius: 20px 10px 10px 20px;
	text-align: center;
	position: relative;
}

.order_section .timer_block:before, 
.order_section .timer_block:after {
	display: block;
	content: '';
	width: 78px;
	height: 78px;
	position: absolute;
	top: -1px;
	left: -1px;
}

.order_section .timer_block:before {
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	background-color: #00a0e6;
	/*background-image: -webkit-gradient(linear, left bottom, left top, from(#0071c3), to(#00a0e6));*/
	background-image: -webkit-linear-gradient(bottom, #0071c3 0%, #00a0e6 100%);
	background-image: -moz-linear-gradient(bottom, #0071c3 0%, #00a0e6 100%);
	background-image: -o-linear-gradient(bottom, #0071c3 0%, #00a0e6 100%);
	background-image: linear-gradient(to top, #0071c3 0%, #00a0e6 100%);
}

.order_section .timer_block:after {
	background: url(../images/order__timer_icon.png) center no-repeat;
}

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

.timer_block .timer {
	font-size: 28px;
	color: #007aca;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
}

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

.order_section .timer_block .count {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #00a0e6;
	position: relative;
}

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

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

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

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

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

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

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

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

.order_section .price_block .price_item.new .value {
	color: #ff9714;
}

.order_section .field {
	display: block;
	margin: 0 auto 15px;
	padding: 0 20px;
	width: 100%;
	height: 56px;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	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;
}

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

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

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

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

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

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

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

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

.order_section .button {
	margin: 0 auto;
}

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

.order_section .deadline_text:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 8px 0 0;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/deadline_icon.png) center no-repeat;
}
.order_section .discount_mobile {display: none;}
.brends_section {width: 100%; margin-bottom: 20px;}
	.brends {margin: 40px 0 0;overflow: hidden;}
		.brend {float: left;height: 36px;text-align: center;width: 10%;}
			.brend img {height: 90%;}

.models_section {}
	.model {padding: 20px;overflow: hidden;margin: 40px auto;}
		.model_title {margin-bottom: 20px;overflow: hidden;}
			.model_logo {height: 80px;width: 100%;text-align: center;}
				.model_logo img {height: 100%;}
			.model_title_text {float: right;}
				.model_title_text p {
					text-align: right;
					font-size: 31px;
					text-transform: uppercase;
					line-height: 65px;
					font-weight: bold;
					color: #0076a3;
				}
		.model_img {width: 50%;max-width: 345px;float: left;margin-right: 20px;border-radius: 1000px;}
			.model_image {width: 100%;}
		.model_desc {float: right;}
		.model_desc_price {text-align: right;}
			.model_name_price {font-size: 23px;font-weight: bold;padding-bottom: 11px;}
			.model_desc_price hr {
				margin: 10px 0 25px;
				width: 100%;
				background: #e1e1e1;
				display: block;
				height: 1px;
				border-bottom: 1px solid #2b2b2b;
			}
				.name {float: left;}
				.old_price {
					background: #fff200;
					padding: 3px;
					font-size: 19px;
					font-weight: normal;
					color: #fe0000;
					text-decoration: line-through;
				}
				.new_price {color: #146204;}
				.rassrochka_price {color:#484a48;background:#fff200;font-size: 19px;}
		.model_button {
			width: 100%;
			display: block;
			text-align: center;
			color: #fff;
			text-decoration: navajowhite;
			font-size: 21px;
			margin-top: 20px;
			background: radial-gradient(circle at 200px 25px, #ff8c88, #d5302a);
		}
		.model_button p {
			background-image: url(../images/icon_card.png);
			background-repeat: no-repeat;
			background-size: 40px;
			height: 50px;
			padding: 10px 10px 10px 30px;
			line-height: 30px;
			background-position: left center;
			background-position-x: left;
			background-position-x: 10px;
		}
		#model_toshiba {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 207, 213) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 207, 213) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 207, 213) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 207, 213) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 207, 213) 100%);
		}
		#model_lg {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
		}
		#model_roda {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
		}
		#model_samsung {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(165, 178, 244) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(165, 178, 244) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(165, 178, 244) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(165, 178, 244) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(165, 178, 244) 100%);
		}
		#model_centek {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);*/}
		#model_centek {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
		}
		#model_centek .model_logo {height: 61px;}
		#model_centek .model_title_text p {/*color: #d63128;*/}
		#model_centek .model_img {/*border: 3px solid #f77166;*/}
		#model_centek .model_button {/*background: radial-gradient(circle at 200px 25px, #ff8c88, #d5302a);*/}

		#model_denko {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);*/}
		#model_denko {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
		}
		#model_denko .model_logo {height: 65px;}
		#model_denko .model_title_text p {color: #d63128;}
		#model_denko .model_img {/*border: 3px solid #f77166;*/}
		#model_denko .model_button {/*background: radial-gradient(circle at 200px 25px, #ff8c88, #d5302a);*/}

		#model_ballu {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(223, 255, 219) 100%);*/}
		#model_ballu {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(223, 255, 219) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(223, 255, 219) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(223, 255, 219) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(223, 255, 219) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(223, 255, 219) 100%);
		}
		#model_ballu .model_logo {height: 55px;}
		#model_ballu .model_title_text p {color: #168c21;}
		#model_ballu .model_img {/*border: 3px solid #3fb03d;*/}
		#model_ballu .model_button {/*background: radial-gradient(circle at 200px 25px, #6bd75c, #168c21);*/}

		#model_tcl {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);*/}
		#model_tcl {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
		}
		#model_tcl .model_logo {height: 60px;}
		#model_tcl .model_title_text p {/*color: #d63128;*/}
		#model_tcl .model_img {/*border: 3px solid #f77166;*/}
		#model_tcl .model_button {/*background: radial-gradient(circle at 200px 25px, #ff8c88, #d5302a);*/}

		#model_electrolux {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(218, 224, 255) 100%);*/}
		#model_electrolux {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(218, 224, 255) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(218, 224, 255) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(218, 224, 255) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(218, 224, 255) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(218, 224, 255) 100%);
		}
		#model_electrolux .model_logo {height: 60px;}
		#model_electrolux .model_title_text p {/*color: #263baa;*/}
		#model_electrolux .model_img {/*border: 3px solid #111c54;*/}
		#model_electrolux .model_button {/*background: radial-gradient(circle at 200px 25px, #899cff, #111c54);*/}

	#model_hisense {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(218, 224, 255) 100%);*/}
		#model_hisense {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(186, 255, 254) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(186, 255, 254) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(186, 255, 254) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(186, 255, 254) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(186, 255, 254) 100%);
		}
		#model_hisense .model_logo {height: 60px;}
		#model_hisense .model_title_text p {/*color: #263baa;*/}
		#model_hisense .model_img {/*border: 3px solid #111c54;*/}
		#model_hisense .model_button {/*background: radial-gradient(circle at 200px 25px, #899cff, #111c54);*/}

		#model_gree {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(0, 47, 255, 0.27) 100%);*/}
		#model_gree {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgba(0, 47, 255, 0.27) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgba(0, 47, 255, 0.27) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgba(0, 47, 255, 0.27) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgba(0, 47, 255, 0.27) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(0, 47, 255, 0.27) 100%);
		}
		#model_gree .model_logo {height: 45px;}
		#model_gree .model_title_text p {/*color: #2240c6;*/}
		#model_gree .model_img {/*border: 3px solid #162a83;*/}
		#model_gree .model_button {/*background: radial-gradient(circle at 200px 25px, #899cff, #162a83);*/}

		#model_hyundai {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(165, 210, 255) 100%);*/}
		#model_hyundai {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(165, 210, 255) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(165, 210, 255) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(165, 210, 255) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(165, 210, 255) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(165, 210, 255) 100%);
		}
		#model_hyundai .model_logo {height: 50px;}
		#model_hyundai .model_title_text p {/*color: #084e94;*/}
		#model_hyundai .model_img {/*border: 3px solid #084e94;*/}
		#model_hyundai .model_button {/*background: radial-gradient(circle at 200px 25px, #899cff, #084e94);*/}

		#model_mitsubishi {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);*/}
		#model_mitsubishi {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
		}
		#model_mitsubishi .model_logo {height: 90px;}
		#model_mitsubishi .model_title_text p {/*color: #d63128;*/}
		#model_mitsubishi .model_img {/*border: 3px solid #f77166;*/}
		#model_mitsubishi .model_button {/*background: radial-gradient(circle at 200px 25px, #ff8c88, #d5302a);*/}

.models_section_m {margin: 40px auto; padding: 20px 10px; background: #f0f4f9; width: 1024px;}
	.model_m {padding: 20px;overflow: hidden;margin: 40px auto;}
		.model_title_m {margin-bottom: 20px; overflow: hidden;}
			.model_logo_m {height: 80px;width: 100%;text-align: center;}
				.model_logo_m img {height: 100%;}
			.model_title_text_m {float: right;}
				.model_title_text_m p {
					text-align: right;
					font-size: 31px;
					text-transform: uppercase;
					line-height: 65px;
					font-weight: bold;
					color: #0076a3;
				}
		.model_img_m {width: 50%;max-width: 345px;float: left;margin-right: 20px;border-radius: 1000px;}
			.model_image_m {width: 100%;}
		.model_desc_m {margin: 10px;}
		.model_desc_price_m {text-align: right;}
			.model_name_price_m {font-size: 21px;font-weight: bold;padding-bottom: 11px;}
			.model_desc_price_m hr {
				margin: 10px 0 25px;
				width: 100%;
				background: #e1e1e1;
				display: block;
				height: 1px;
				border-bottom: 1px solid #2b2b2b;
			}
				.name_m {float: left;}
				.old_price_m {
					background: #fff200;
					padding: 3px;
					font-size: 19px;
					font-weight: normal;
					color: #fe0000;
					text-decoration: line-through;
				}
				.new_price_m {color: #146204;}
				.rassrochka_price_m {color:#484a48;background:#fff200;font-size: 19px;}
		.model_button_m {
			width: 100%;
			display: block;
			text-align: center;
			color: #fff;
			text-decoration: navajowhite;
			font-size: 21px;
			margin-top: 20px;
			background: radial-gradient(circle at 200px 25px, #ff8c88, #d5302a);
		    position: absolute;
            bottom: 10px;
		}
		.model_button_m p {
			background-image: url(../images/icon_card.png);
			background-repeat: no-repeat;
			background-size: 40px;
			height: 50px;
			padding: 10px 10px 10px 30px;
			line-height: 30px;
			background-position: left center;
			background-position-x: left;
			background-position-x: 10px;
		}
		#model_toshiba {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 207, 213) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 207, 213) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 207, 213) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 207, 213) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 207, 213) 100%);
		}
		#model_lg {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
		}
		#model_roda {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 171, 182) 100%);
		}
		#model_samsung {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(165, 178, 244) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(165, 178, 244) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(165, 178, 244) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(165, 178, 244) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(165, 178, 244) 100%);
		}
		#model_centek {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);*/}
		#model_centek {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
		}
		#model_centek .model_logo {height: 61px;}
		#model_centek .model_title_text p {/*color: #d63128;*/}
		#model_centek .model_img {/*border: 3px solid #f77166;*/}
		#model_centek .model_button {/*background: radial-gradient(circle at 200px 25px, #ff8c88, #d5302a);*/}

		#model_denko {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);*/}
		#model_denko {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
		}
		#model_denko .model_logo {height: 65px;}
		#model_denko .model_title_text p {color: #d63128;}
		#model_denko .model_img {/*border: 3px solid #f77166;*/}
		#model_denko .model_button {/*background: radial-gradient(circle at 200px 25px, #ff8c88, #d5302a);*/}

		#model_ballu {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(223, 255, 219) 100%);*/}
		#model_ballu {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(223, 255, 219) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(223, 255, 219) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(223, 255, 219) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(223, 255, 219) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(223, 255, 219) 100%);
		}
		#model_ballu .model_logo {height: 55px;}
		#model_ballu .model_title_text p {color: #168c21;}
		#model_ballu .model_img {/*border: 3px solid #3fb03d;*/}
		#model_ballu .model_button {/*background: radial-gradient(circle at 200px 25px, #6bd75c, #168c21);*/}

		#model_tcl {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);*/}
		#model_tcl {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
		}
		#model_tcl .model_logo {height: 60px;}
		#model_tcl .model_title_text p {/*color: #d63128;*/}
		#model_tcl .model_img {/*border: 3px solid #f77166;*/}
		#model_tcl .model_button {/*background: radial-gradient(circle at 200px 25px, #ff8c88, #d5302a);*/}

		#model_electrolux {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(218, 224, 255) 100%);*/}
		#model_electrolux {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(218, 224, 255) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(218, 224, 255) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(218, 224, 255) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(218, 224, 255) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(218, 224, 255) 100%);
		}
		#model_electrolux .model_logo {height: 60px;}
		#model_electrolux .model_title_text p {/*color: #263baa;*/}
		#model_electrolux .model_img {/*border: 3px solid #111c54;*/}
		#model_electrolux .model_button {/*background: radial-gradient(circle at 200px 25px, #899cff, #111c54);*/}

	#model_hisense {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(218, 224, 255) 100%);*/}
		#model_hisense {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(186, 255, 254) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(186, 255, 254) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(186, 255, 254) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(186, 255, 254) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(186, 255, 254) 100%);
		}
		#model_hisense .model_logo {height: 60px;}
		#model_hisense .model_title_text p {/*color: #263baa;*/}
		#model_hisense .model_img {/*border: 3px solid #111c54;*/}
		#model_hisense .model_button {/*background: radial-gradient(circle at 200px 25px, #899cff, #111c54);*/}

		#model_gree {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(0, 47, 255, 0.27) 100%);*/}
		#model_gree {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgba(0, 47, 255, 0.27) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgba(0, 47, 255, 0.27) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgba(0, 47, 255, 0.27) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgba(0, 47, 255, 0.27) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(0, 47, 255, 0.27) 100%);
		}
		#model_gree .model_logo {height: 45px;}
		#model_gree .model_title_text p {/*color: #2240c6;*/}
		#model_gree .model_img {/*border: 3px solid #162a83;*/}
		#model_gree .model_button {/*background: radial-gradient(circle at 200px 25px, #899cff, #162a83);*/}

		#model_hyundai {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(165, 210, 255) 100%);*/}
		#model_hyundai {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(165, 210, 255) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(165, 210, 255) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(165, 210, 255) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(165, 210, 255) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(165, 210, 255) 100%);
		}
		#model_hyundai .model_logo {height: 50px;}
		#model_hyundai .model_title_text p {/*color: #084e94;*/}
		#model_hyundai .model_img {/*border: 3px solid #084e94;*/}
		#model_hyundai .model_button {/*background: radial-gradient(circle at 200px 25px, #899cff, #084e94);*/}

		#model_mitsubishi {/*background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);*/}
		#model_mitsubishi {
			background-image: linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -moz-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -webkit-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: -o-linear-gradient(bottom, to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
			background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(253, 237, 240) 100%);
		}
		#model_mitsubishi .model_logo {height: 90px;}
		#model_mitsubishi .model_title_text p {/*color: #d63128;*/}
		#model_mitsubishi .model_img {/*border: 3px solid #f77166;*/}
		#model_mitsubishi .model_button {/*background: radial-gradient(circle at 200px 25px, #ff8c88, #d5302a);*/}

models_bloc{
       overflow: hidden; 
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding: 15px 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
}

/* footer */

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

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

.footer_section a {
	color: #111;
}

.footer_section a:hover {
	text-decoration: none;
}
.contact {
	overflow: hidden;
	color: #000;
}
.contact_left, .contact_right, .contact_center {
	width: 33%;
	color: #6c6c6c;
}
.contact_left {
	float: left;
	text-align: left;
}
.contact_center {
	overflow: hidden;
	float: left;
}
	#pay_button {
		margin: 0 auto;
		text-align: center;
		color: #fff;
		padding: 0;
		background-color: #0a2666;
		background-image: -moz-linear-gradient(bottom, #0a2666 0%, #5288f7 100%);
		background-image: -webkit-linear-gradient(bottom, #0a2666 0%, #5288f7 100%);
		background-image: -o-linear-gradient(bottom, #0a2666 0%, #5288f7 100%);
		background-image: linear-gradient(to top, #0a2666 0%, #5288f7 100%);
	}
	#pay_button:hover {
		background-color: #0a2666;
		background-image: -moz-linear-gradient(bottom, #1342ac 0%, #a5c3ff 100%);
		background-image: -webkit-linear-gradient(bottom, #1342ac 0%, #a5c3ff 100%);
		background-image: -o-linear-gradient(bottom, #1342ac 0%, #a5c3ff 100%);
		background-image: linear-gradient(to top, #1342ac 0%, #a5c3ff 100%);
	}

	#pay_button:active {
		-webkit-transform: scale(0.995);
		-moz-transform: scale(0.995);
		-ms-transform: scale(0.995);
		-o-transform: scale(0.995);
		transform: scale(0.995);
	}
.contact_right {
	float: right;
	text-align: right;
}
.contact a {
	color: #6c6c6c;border-bottom: 1px dashed #6c6c6c;
}

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

	/* styles */

	.wrapper {
		width: 640px;
	}

	/* titles */

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

	/* offer */

	.offer_section {
		padding: 15px 0 0;
		height: 896px;
		background-image: url(../images/tablet__offer_bg.jpg);
	}

	.offer_section .title_block {
		margin: 0 0 5px;
	}

	.offer_section .title_block .subtitle {
		float: none;
		margin: 0;
		width: 100%;
	}

	.offer_section .title_block .main_title {
		float: none;
	}

	.offer_section .description {
		margin: 0 160px 10px 0;
	}

	.offer_section .discount {
		left: 500px;
	}

	.offer_section .deadline_text {
		margin: 15px 0 76px;
	}

	.offer_section .function_item {
		margin: 0;
		padding: 0 5px;
		width: 25%;
		font-size: 14px;
		line-height: 22px;
	}

	/* benefits */

	.benefits_section .benefit_item img {
		float: none;
		margin: 0 auto 20px;
	}

	.benefits_section .benefit_item:nth-child(even) img {
		float: none;
		margin: 0 auto 20px;
	}

	.benefits_section .benefit_item .text_block {
		float: none;
		width: 100%;
	}

	/* video */

	.video_section {
		background-image: none;
	}

	.video_section .video_wrapper {
		width: 100%;
	}

	.video_section .video_block {
		height: 338px;
	}

	/* characteristics */

	.characteristics_section {
		padding: 72px 0 10px;
	}

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

	.characteristics_section img {
		position: static;
		margin: 0 auto 40px;
	}

	.characteristics_section .item {
		margin: 0 0 30px;
		width: 50%;
	}

	.characteristics_section .item:nth-child(even) {
		margin: 0 0 30px;
	}

	.characteristics_section .item:after {
		bottom: -17px;
	}

	/* use steps */

	.use_steps_section {
		padding: 40px 0 0;
	}

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

	.use_steps_section .step_item:last-child {
		/*margin: 0 40px 40px;*/
	}

	/* reviews */

	.reviews_section .owl-prev, 
	.reviews_section .owl-next {
		width: 54px;
		height: 54px;
		background: url(../images/reviews__arrows.png) no-repeat;
		position: absolute;
		top: 93px;
	}

	.reviews_section .owl-prev {
		background-position: left center;
		left: 10px;
	}

	.reviews_section .owl-next {
		background-position: right center;
		right: 10px;
	}

	/* order steps */

	.order_steps_section .step_item {
		margin: 0 10px 0 0;
		width: 200px;
	}

	.order_steps_section .step_item h4 {
		margin: 0 0 15px;
		padding: 10px;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}

	.order_steps_section .step_item h4:before {
		display: none;
	}

	.order_steps_section .step_item h4:after {
		display: none;
	}

	/* order */

	.order_section {
		padding: 20px 0;
		background-image: url(../images/tablet__order_bg_akciya.jpg);
	}

	.order_section .title_block {
		margin: 0 0 165px;
	}

	.order_section .title_block .subtitle {
		float: none;
		margin: 0;
		width: 100%;
		font-size: 51px;
	}
	.order_section .title_block .subtitle > span {
	    font-size: 35px;
	}

	.order_section .title_block .main_title {
		float: none;
		font-size: 55px;
		line-height: 70px;
	}

	.order_section .description {
		margin: 0 320px 0 0;
		font-size: 16px;
		line-height: 24px;
	}

	.order_section .discount {
		top: 410px;
		left: 10px;
	}

	.order_section .form_block {
		margin: -40px 0 0 300px;
	}
	#pay_button {
		width: 200px;
	    font-size: 17px;
	}
	.model_title_text p {
	    font-size: 21px;
	}
	.model_name_price {
	    font-size: 16px;
	}
	.old_price {
	    font-size: 13px;
	}
	.model_img {
	    width: 50%;
	    max-width: 300px;
	}
	.brend {height: 40px;}

}

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

	.wrapper {
		width: 320px;
	}

	/* titles */

	h2 {
		margin: 0 0 30px;
		font-size: 20px;
		line-height: 26px;
	}
	.title-line {width: 280px;}

	/* offer */

	.offer_section {
		padding: 25px 0 30px;
		height: auto;
		background-image: url(../images/mobile__offer_bg.jpg);
	}

	.offer_section .title_block {
		margin: 0 0 10px;
		text-align: center;
	}

	.offer_section .title_block .subtitle {
		margin: 0 0 5px;
		font-size: 14px;
		line-height: 22px;
	}

	.offer_section .title_block .main_title {
		font-size: 48px;
		line-height: 48px;
	}

	.offer_section .description {
		margin: 0 0 370px;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}

	.offer_section .discount {
		top: 380px;
		left: 190px;
	}

	.offer_section .price_block {
		margin: 0 auto 25px;
	}

	.offer_section .button {
		margin: 0 auto;
	}

	.offer_section .deadline_text {
		margin: 15px auto 64px;
	}

	.offer_section .function_item {
		float: none;
		margin: 0 0 25px;
		padding: 0;
		width: 100%;
		font-size: 16px;
		line-height: 24px;
	}

	/* benefits */

	.benefits_section {
		padding: 30px 0;
	}

	.benefits_section .benefit_item {
		margin: 0 0 30px;
	}

	.benefits_section .benefit_item img {
		margin: 0 auto 10px;
	}

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

	.benefits_section .benefit_item .number {
		font-size: 30px;
		line-height: 30px;
	}

	.benefits_section .benefit_item h4 {
		font-size: 18px;
		line-height: 26px;
	}

	/* video */

	.video_section {
		padding: 30px 0 62px;
	}

	.video_section .video_block {
		height: 158px;
	}

	.video_section .button {
		bottom: -94px;
	}

	/* characteristics */

	.characteristics_section {
		padding: 62px 0 1px;
	}

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

	.characteristics_section img {
		margin: 0 auto 30px;
	}

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

	.characteristics_section .item:nth-last-child(2):after {
		display: block;
	}

	/* use steps */

	.use_steps_section {
		padding: 30px 0 0;
	}

	.use_steps_section p.description {
		margin: 0 0 30px;
	}

	.use_steps_section .step_item {
		margin: 0 0 30px;
		width: 100%;
	}

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

	/* reviews */

	.reviews_section {
		padding: 30px 0;
	}

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

	/* order steps */

	.order_steps_section {
		padding: 30px 0;
	}

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

	.order_steps_section .step_item h4 {
		margin: 0 0 25px;
		padding: 10px 10px 10px 130px;
		font-size: 20px;
		line-height: 28px;
		text-align: left;
	}

	.order_steps_section .step_item h4:before {
		display: block;
	}

	.order_steps_section .step_item h4:after {
		display: block;
	}

	/* order */

	.order_section {
		padding: 25px 0;
		background-image: url(../images/mobile__order_bg_akciya.jpg);
	}

	.order_section .title_block {
		text-align: left;
		margin: 0 0 95px;
	}

	.order_section .title_block .subtitle {
		margin: 0 0 5px;
		font-size: 23px;
		line-height: 35px;
	}

	.order_section .title_block .main_title {
		font-size: 25px;
		line-height: 48px;
	}
	.order_section .title_block .subtitle > span {
	    font-size: 21px;
	}
	.subtitle_ogran {
		display: none;
	}

	.order_section .description {
		margin: 0 0 370px;
		text-align: center;
	}

	.order_section .discount {
		top: 430px;
		left: 190px;
	}

	.order_section .form_block {
		margin: 0 0 0 -10px;
	}
	.contact_left, .contact_right, .contact_center {width: 100%;float: none;text-align: center;}
	.contact_center {margin: 20px 0;}
	.order_section .discount, .top_price {display: none;}
	.order_section .discount_mobile {
		display: block;
	    width: 100%;
	    background-image: url(../images/discount_bg_mobile.png);
	    background-size: 100% 100%;
	    padding: 20px 15px 40px;
	    background-repeat: no-repeat;
	}
	.order_section .discount_mobile p {width: 100%;text-align: center;}
	.dis_mob_price {font-size: 36px;font-weight: bold;}
		.dis_mob_price span {font-size: 27px;color: red;text-decoration: line-through;}
	.dis_mob_title {
		font-size: 19px;
	    margin-top: 10px;
	    background-image: url(../images/i.png);
	    background-size: auto 100%;
	    background-repeat: no-repeat;
	    padding-left: 25px;
	}
	.brend {height: 20px;}
	.model_logo {float: none;height: 40px;text-align: center;margin-bottom: 15px;}
	.model_title_text {float: none;}
	.model_title_text p {font-size: 17px;line-height: 1.3;margin-top: 15px;text-align: center;}
	.model_img {width: 100%;margin: 0 auto 20px;float: none;}
	.model_desc {float: none;width: 100%;}
	.model_name_price {padding-bottom: 7px;font-size: 17px;}
	.brend {margin: 3%;}
	.model_modal-descriptor img {float: none;width: 100%;}

}