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

.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(../images/desctop__offer_bg.jpg) center top no-repeat;
	min-height: 700px;
}

.offer_section .main_title {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 35px;
	line-height: 52px;
	color: #1d3f8b;
	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(../images/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(../images/offer__discount_bg.png) center no-repeat;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 170px;
	left: 365px;
}

.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(../images/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,
.offer_section 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: left;
}

.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(../images/offer__deadline_icon.png) 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: #232732 url(../images/desctop__characteristics_bg.jpeg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.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: 32.666%;
	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: #232732 url(../images/desctop__reviews_bg.jpeg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.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(../images/reviews__quote_icon.png) 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(../images/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 .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(../images/mobile__offer_bg.jpg);
	}

	.offer_section .main_title {
		font-size: 23px;
		line-height: 40px;
	}

	.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: 351px;
		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: 100%;
	}

	.characteristics_section ul li {
		border-bottom: 1px solid rgba(255,255,255,0.1)
	}



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

}

ul.country-list li {
    background: none;
    font-size: 15px;
}