/* 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;
	-moz-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;
}

/* items list */

.items_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.items_list .item {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

/* price */

.price_block {
	font-weight: 700;
	color: #fff;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.price_block .price_item.old {
	font-size: 36px;
	line-height: 42px;
	text-decoration: line-through;
	opacity: 0.5;
}

.price_block .price_item.new {
	font-size: 42px;
	line-height: 42px;
}

/* button */

.button {
	display: block;
	width: 300px;
	height: 64px;
	border: 2px solid rgba(255,255,255,0.5);
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	-webkit-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 5px rgba(0, 0, 0, 0.3);
	font-weight: 700;
	font-size: 20px;
	line-height: 64px;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

.button span {
	display: block;
	margin: -7px auto auto -2px;
	width: 300px;
	height: 64px;
	border: 2px solid white;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	background-color: rgba(0, 105, 159, 0.8);
}

.button:hover span {
	background-color: rgba(0, 105, 159, 1);
}

/* discount */

.discount {
	padding: 21px 0 0 0;
	width: 120px;
	height: 120px;
	border: 2px solid white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(0, 105, 159, 0.8);
	font-weight: 700;
	font-size: 20px;
	line-height: 34px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
}

.discount span {
	font-size: 36px;
}

/* titles */

h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	color: #19456c;
	text-transform: uppercase;
}

/* header */

.header_section {
	height: 496px;
	background: #696ca2 url(../images/desctop__header_bg.jpg) center top no-repeat;
}

.header_section .info {
	padding: 48px 0 0 380px;
}

.header_section h1 {
	font-weight: 700;
	font-size: 46px;
	line-height: 54px;
	color: #48bbff;
	text-transform: uppercase;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.header_section .subtitle {
	margin: 0 0 16px 0;
	font-size: 36px;
	line-height: 44px;
	color: #fff;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.header_section .subtitle:after {
	display: block;
	margin: 21px 0 0 0;
	content: '';
	width: 430px;
	height: 2px;
	background: rgba(255,255,255,0.5);
}

.header_section ul {
	display: table;
	width: 360px;
}

.header_section ul li {
	display: table-cell;
	vertical-align: middle;
	height: 48px;
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: normal;
	color: #fff;
}

.header_section ul li:first-child {
	padding: 4px 50px 0 54px;
	width: 200px;
	background-image: url(../images/header__icon1.png);
}

.header_section ul li:last-child {
	padding: 4px 0 0 50px;
	background-image: url(../images/header__icon2.png);
}

.header_section ul li:last-child span {
	color: #48bbff;
	text-decoration: underline;
	text-transform: uppercase;
	white-space: nowrap;
}

.header_section .price_block {
	margin: 28px 0 30px 0;
	width: 300px;
	text-align: center;
}

.header_section .price_block .price_item {
	float: left;
	width: 50%;
}

.header_section .discount {
	top: 20px;
	left: 10px;
}

/* gift */

.gift_section .info {
	padding: 41px 0 0 400px;
	height: 344px;
	background: url(../images/gift_bg.jpg) left top no-repeat;
}

.gift_section p {
	margin: 0 0 32px 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
}

.gift_section ul {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

.gift_section ul li {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.gift_section ul li:first-child {
	margin: 0 50px 36px 0;
	padding: 0 0 0 59px;
	background: url(../images/gift__icon1.jpg) left center no-repeat;
}

.gift_section ul li:nth-child(2) {
	padding: 0 0 0 44px;
	background: url(../images/gift__icon2.jpg) left center no-repeat;
}

.gift_section ul li:nth-child(3) {
	margin: 0 50px 0 0;
	padding: 0 0 0 59px;
	background: url(../images/gift__icon3.jpg) 8px center no-repeat;
}

.gift_section ul li:last-child {
	padding: 0 0 0 44px;
	background: url(../images/gift__icon4.jpg) 2px center no-repeat;
}

/* catalog */

.catalog_section {
	padding: 41px 0 30px 0;
	background: url(../images/desctop__catalog_bg.jpg) center top no-repeat;
}

.catalog_section h2 {
	margin: 0 0 12px 0;
	text-align: center;
}

.catalog_section .description {
	margin: 0 0 44px 0;
	text-align: center;
}

.catalog_section .owl-dots {
	margin: 30px 0 0 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.catalog_section .owl-dot {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	width: 10px;
	height: 10px;
	border: 2px solid #4080da;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(64, 128, 218, 0.8);
	opacity: 0.5;
}

.catalog_section .owl-dot.active {
	opacity: 0.8;
}

.catalog_section .owl-prev, 
.catalog_section .owl-next {
	width: 55px;
	height: 26px;
	background-image: url(../images/slider1_buttons.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -8px;
}

.catalog_section .owl-prev {
	background-position: left center;
	left: 280px;
}

.catalog_section .owl-next {
	background-position: right center;
	right: 280px;
}

.model_block {
	float: left;
	margin: 0 20px 20px 0;
	padding: 11px 0 20px 0;
	width: 300px;
	background-color: white;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.model_block:nth-child(3n) {
	margin: 0 0 20px 0;
}

.model_block h3 {
	margin: 0 0 17px 0;
	font-weight: 700;
	color: #222;
	text-align: center;
}

.model_block h3 b {
	display: block;
	font-size: 24px;
}

.model_block .colors_block {
	margin: 0 0 34px 0;
	height: 59px;
	background: rgba(0,0,0,0.15);
}

.model_block p {
	padding: 13px 0 8px 0;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.model_block .colors_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.model_block .color_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 0 3px;
	width: 28px;
	height: 28px;
	border: 2px solid white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
	cursor: pointer;
}

.model_block .color_item.active {
	background-image: url(../images/tick_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 40% 40%;
	-moz-background-size: 40%;
	-o-background-size: 40%;
	background-size: 40%;
}

.business_male_model .color1 {background-color: #000;}
.business_male_model .color2 {background-color: #463933;}

.business_female_model .color1 {background-color: #1b327b;}
.business_female_model .color2 {background-color: #000;}
.business_female_model .color3 {background-color: #c93e81;}
.business_female_model .color4 {background-color: #ec1e45;}
.business_female_model .color5 {background-color: #ffad1d;}
.business_female_model .color6 {background-color: #ffcaa6;}
.business_female_model .color7 {background-color: #eaa8c4;}
.business_female_model .color8 {background-color: #96e0eb;}

.italy_male_model .color1 {background-color: #644c4a;}
.italy_male_model .color2 {background-color: #000;}

.italy_female_model .color1 {background-color: #74becb;}
.italy_female_model .color2 {background-color: #3a467a;}
.italy_female_model .color3 {background-color: #f6a4a6;}
.italy_female_model .color4 {background-color: #000;}
.italy_female_model .color5 {background-color: #f93462;}

.leather_model .color1 {background: #7c3016;}
.leather_model .color2 {background: #000;}

.lady_model .color1 {background: #f4c0c2;}
.lady_model .color2 {background: #e83970;}
.lady_model .color3 {background: #635eb2;}
.lady_model .color4 {background: #eb3045;}
.lady_model .color5 {background: #000;}
.lady_model .color6 {background: #b4def4;}

.case_model .color1 {background: #422924;}
.case_model .color2 {background: #000;}

.classic_model .color1 {background: #000;}
.classic_model .color2 {background: #514038;}

.long_wallet_model .color1 {background: #493f3e;}
.long_wallet_model .color2 {background: #000;}

.clatch_model .color1 {background: #000;}
.clatch_model .color2 {background: #363a46;}
.clatch_model .color3 {background: #867365;}
.clatch_model .color4 {background: #473f3c;}

.euro_model .color1 {background: #5d4136;}
.euro_model .color2 {background: #976132;}
.euro_model .color3 {background: #ac6621;}
.euro_model .color4 {background: #435e79;}

.wallet1_model .color1 {background: #000;}
.wallet1_model .color2 {background: #5f4338;}

.wallet2_model .color1 {background: #000;}
.wallet2_model .color2 {background: #4e4445;}

.wallet3_model .color1 {background: #000;}
.wallet3_model .color2 {background: #4b4140;}

.figure_model .color1 {background: #514a44;}

.model_block .order_button {
	display: block;
	margin: 0 auto;
	width: 210px;
	height: 32px;
	background: url(../images/catalog__cart_icon.jpg) left center no-repeat;
	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
	color: #4080da;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
}

.model_block .order_button:hover {
	text-decoration: underline;
}

.model_block .owl-prev, 
.model_block .owl-next {
	width: 68px;
	height: 68px;
	background-image: url(../images/slider2_buttons.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -34px;
}

.model_block .owl-prev {
	background-position: left center;
	left: 0;
}

.model_block .owl-next {
	background-position: right center;
	right: 0;
}

/* benefits */

.benefits_section {
	padding: 72px 0 0 0;
	height: 534px;
	background: #47396f url(../images/desctop__benefits_bg.jpg) center top no-repeat;
}

.benefits_section h2 {
	margin: 0 0 41px 0;
	color: #fff;
	text-align: right;
}

.benefits_section .benefit_item {
	padding: 0 15px;
	width: 25%;
	color: #fff;
	text-align: center;
}

.benefits_section .benefit_item img {
	display: block;
	margin: 0 auto;
	width: 160px;
	border: 3px solid white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: white;
}

.benefits_section .benefit_item h3 {
	margin: 14px 0 5px 0;
	font-weight: 700;
	text-transform: uppercase;
}

/* reviews */

.reviews_section {
	padding: 41px 0 0 0;
	background: url(../images/desctop__reviews_bg.jpg) center top no-repeat;
}

.reviews_section h2 {
	margin: 0 0 41px 0;
	text-align: center;
}

.reviews_section .review_item {
	background-color: white;
}

.reviews_section .review_item .text {
	padding: 16px 15px 19px 15px;
	min-height: 398px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15) inset;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.15) inset;
	box-shadow: 0 0 20px rgba(0,0,0,0.15) inset;
	text-align: center;
}

.reviews_section .review_item .author_info {
	margin: 0 0 11px 0;
	font-weight: 700;
	color: #19456c;
}

.reviews_section .review_item .author_info:after {
	display: block;
	content: '';
	margin: 14px auto 0 auto;
	width: 217px;
	height: 2px;
	background-color: #ebebeb;
}

.reviews_section .owl-prev, 
.reviews_section .owl-next {
	width: 68px;
	height: 68px;
	background-image: url(../images/slider2_buttons.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 94px;
}

.reviews_section .owl-prev {
	background-position: left center;
	left: 0;
}

.reviews_section .owl-next {
	background-position: right center;
	right: 0;
}

/* order steps */

.order_steps_section {
	padding: 41px 0 10px 0;
}

.order_steps_section h2 {
	margin: 0 0 41px 0;
	text-align: center;
}

.order_steps_section h2 span {
	color: #222;
	white-space: nowrap;
}

.order_steps_section .step_item {
	margin: 0 72px 0 0;
	width: 181px;
	font-weight: 700;
	color: #333;
	position: relative;
}

.order_steps_section .step_item:last-child {
	margin: 0;
}

.order_steps_section .step_item:before {
	display: block;
	content: '';
	width: 100%;
	height: 62px;
	background-position: center;
	background-repeat: no-repeat;
}

.order_steps_section .step_item:first-child:before {
	background-image: url(../images/order_steps__step1_icon.jpg);
}

.order_steps_section .step_item:nth-child(2):before {
	background-image: url(../images/order_steps__step2_icon.jpg);
}

.order_steps_section .step_item:nth-child(3):before {
	background-image: url(../images/order_steps__step3_icon.jpg);
}

.order_steps_section .step_item:last-child:before {
	background-image: url(../images/order_steps__step4_icon.jpg);
}

.order_steps_section .step_item:after {
	display: block;
	content: '';
	width: 85px;
	height: 14px;
	background: url(../images/order_steps__arrow.jpg) center no-repeat;
	position: absolute;
	top: 101px;
	right: -78px;
}

.order_steps_section .step_item:last-child:after {
	display: none;
}

.order_steps_section .step_item .number {
	margin: 20px auto 6px auto;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #c4c4c4;
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}

/* order */

.order_section {
	height: 550px;
	background: #251e52 url(../images/desctop__order_bg.jpg) center top no-repeat;
}

.order_section .gift_text {
	width: 120px;
	font-weight: 700;
	line-height: 20px;
	color: #fff;
	position: absolute;
	top: 270px;
	left: 452px;
}

.order_section .gift_text:before {
	display: block;
	content: '+';
	font-size: 36px;
	position: absolute;
	top: 10px;
	left: -30px;
}

.order_section .gift_text span{
	color: #48bbff;
	text-decoration: underline;
	text-transform: uppercase;
	white-space: nowrap;
}

.order_section .price_block {
	position: absolute;
	top: 340px;
	left: 410px;
}

.order_section .price_block .price_item.old {
	margin: 0 0 0 40px;
}

.order_section .discount {
	top: 80px;
	left: 10px;
}

.order_section .order_form {
	float: right;
	margin: 82px 10px 0 0;
	width: 300px;
}

.order_section h3 {
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 30px;
	line-height: 42px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.order_section h3 span {
	font-size: 48px;
}

.order_section .input {
	display: block;
	margin: 0 0 15px 0;
	padding: 0 15px;
	width: 300px;
	height: 64px;
	background-color: #fff;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #222;
	text-align: center;
}

.order_section .input::-webkit-input-placeholder {
	opacity: 1;
	color: #8a8a8a;
}

.order_section .input:-moz-placeholder {
	opacity: 1;
	color: #8a8a8a;
}

.order_section .input::-moz-placeholder {
	opacity: 1;
	color: #8a8a8a;
}

.order_section .input:-ms-input-placeholder {
	opacity: 1;
	color: #8a8a8a;
}

.order_section .input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.order_section .input:focus:-moz-placeholder {
	opacity: 0;
}

.order_section .input:focus::-moz-placeholder {
	opacity: 0;
}

.order_section .input:focus:-ms-input-placeholder {
	opacity: 0;
}

.order_section .button {
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}

/* footer */

.footer_section {
	padding: 25px 0 23px 0;
	background: #251e52;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #d3d2dc;
}

.footer_section a:hover {
	text-decoration: none;
}

@media screen and (max-width: 959px) {

	/* styles */

	.wrapper {
		width: 640px;
	}

	/* header */

	.header_section {
		height: 426px;
		background-image: url(../images/tablet__header_bg.jpg);
	}

	.header_section .info {
		padding: 22px 0 0 320px;
	}

	.header_section h1 {
		font-size: 25px;
		line-height: 32px;
		letter-spacing: 0.4px;
		white-space: nowrap;
	}

	.header_section .subtitle {
		margin: 0 0 38px 0;
		font-size: 19px;
		line-height: 26px;
		text-transform: uppercase;
	}

	.header_section .subtitle:after {
		margin: 9px 0 0 0;
		width: 292px;
	}

	.header_section ul {
		display: block;
		width: 100%;
	}

	.header_section ul li {
		display: block;
		margin: 0 0 0 155px;
		height: auto;
	}

	.header_section ul li:first-child {
		display: none;
	}

	.header_section ul li:last-child {
		padding: 0;
		width: 120px;
		background-image: none;
	}

	.header_section .price_block {
		margin: 35px 0 30px 0;
	}

	/* gift */

	.gift_section .info {
		padding: 41px 0 48px 0;
		height: auto;
		background-position: center 135px;
	}

	.gift_section h2 {
		text-align: center;
	}

	.gift_section p {
		margin: 0 0 380px 0;
		text-align: center;
	}

	.gift_section ul {
		margin: 0 0 0 62px;
	}

	/* catalog */

	.catalog_section {
		background-image: url(../images/tablet__catalog_bg.jpg);
	}

	.model_block:nth-child(3n) {
		margin: 0 20px 20px 0;
	}

	.model_block:nth-child(2n) {
		margin: 0 0 20px 0;
	}

	/* benefits */

	.benefits_section {
		padding: 41px 0 10px 0;
		height: auto;
		background-image: none;
	}

	.benefits_section h2 {
		text-align: center;
	}

	.benefits_section .benefit_item {
		margin: 0 0 34px 0;
		width: 50%;
	}

	/* reviews */

	.reviews_section {
		background-image: url(../images/tablet__reviews_bg.jpg);
	}

	/* order steps */

	.order_steps_section {
		padding: 41px 0 0 0;
	}

	.order_steps_section .step_item {
		margin: 0 72px 34px 0;
	}

	.order_steps_section .step_item:nth-child(2) {
		margin: 0 0 34px 0;
	}

	.order_steps_section .step_item:after {
		display: none;
	}

	/* order */

.order_section {
    height: 565px;
    background: #9c4e9a url(../images/tablet__order_bg.jpg) center top no-repeat;
}

	.order_section .gift_text {
		top: 317px;
		left: 155px;
	}

	.order_section .gift_text:before {
		display: none;
	}

	.order_section .price_block {
		width: 300px;
		text-align: center;
		position: absolute;
		top: 388px;
		left: 0;
	}

	.order_section .price_block .price_item {
		float: left;
		width: 50%;
	}

	.order_section .price_block .price_item.old {
		margin: 0;
	}

	.order_section .order_form {
		margin: 82px 0 0 0;
	}

}

@media screen and (max-width: 639px) {
	
	/* styles */

	.wrapper {
		width: 320px;
	}

	/* titles */

	h2 {
		font-size: 24px;
		line-height: 32px;
	}

	/* header */

	.header_section {
		padding: 20px 0 30px 0;
		height: auto;
		background: #003c56 url(../images/mobile__header_bg.jpg) center 100px no-repeat;
	}

	.header_section .info {
		padding: 0;
	}

	.header_section h1 {
		text-align: center;
	}

	.header_section .subtitle {
		margin: 0 0 475px 0;
		text-align: center;
	}

	.header_section .subtitle:after {
		display: none;
	}

	.header_section ul li {
		margin: 0 0 0 160px;
	}

	.header_section .price_block {
		margin: 40px 0 30px 0;
	}

	.header_section .discount {
		top: 100px;
	}

	/* gift */

	.gift_section .info {
		padding: 32px 0 38px 0;
		background-position: center 110px;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
	}

	.gift_section p {
		margin: 0 0 290px 0;
	}

	.gift_section ul {
		margin: 0 0 0 39px;
	}

	.gift_section ul li:first-child {
		margin: 0 0 26px 0;
		padding: 0 0 0 50px;
	}

	.gift_section ul li:nth-child(2) {
		margin: 0 0 26px 0;
		padding: 0 0 0 50px;
		background-position: 7px center;
	}

	.gift_section ul li:nth-child(3) {
		margin: 0 0 26px 0;
		padding: 0 20px 0 50px;
		background-position: 8px center;
	}

	.gift_section ul li:last-child {
		padding: 0 0 0 50px;
		background-position: 10px center;
	}

	/* catalog */

	.catalog_section {
		padding: 32px 0 20px 0;
		background-image: url(../images/mobile__catalog_bg.jpg);
	}

	.catalog_section .description {
		margin: 0 0 34px 0;
	}

	.model_block {
		margin: 0 0 20px 0;
	}

	.model_block:nth-child(3n) {
		margin: 0 0 20px 0;
	}

	.model_block:nth-child(2n) {
		margin: 0 0 20px 0;
	}

	/* benefits */

	.benefits_section {
		padding: 32px 0 10px 0;
	}

	.benefits_section h2 {
		margin: 0 0 32px 0;
	}

	.benefits_section .benefit_item {
		margin: 0 0 24px 0;
		padding: 0;
		width: 100%;
	}

	/* reviews */

	.reviews_section {
		padding: 32px 0 0 0;
		background-image: url(../images/mobile__reviews_bg.jpg);
	}

	.reviews_section h2 {
		margin: 0 0 32px 0;
	}

	/* order steps */

	.order_steps_section {
		padding: 32px 0 34px 0;
	}

	.order_steps_section h2 {
		margin: 0 0 32px 0;
	}

	.order_steps_section .step_item {
		margin: 0 0 34px 0;
		padding: 0 20px;
		width: 100%;
	}

	.order_steps_section .step_item:last-child {
		margin: 0;
	}

	.order_steps_section .step_item .number{
		margin: 20px auto 11px auto;
	}

	/* order */

	.order_section {
		padding: 452px 0 30px 0;
		height: auto;
		background: #003c56 url(../images/mobile__header_bg.jpg) center top no-repeat;
	}

	.order_section .gift_text {
		position: static;
		margin: 0 0 0 160px;
	}

	.order_section .price_block {
		position: static;
		margin: 40px 0 30px 0;
	}

	.order_section .discount {
		top: -430px;
	}

	.order_section .order_form {
		float: none;
		margin: 0;
	}

	.order_section h3 {
		display: none;
	}

}

a.goCatalog {
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 15px;
}