@font-face {
    font-family: 'Museo Sans';
    src: url("../fonts/subset-MuseoSansCyrl-300.woff2") format('woff2'),
        url("../fonts/subset-MuseoSansCyrl-300.woff") format('woff'),
        url("../fonts/subset-MuseoSansCyrl-300.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Sans';
    src: url("../fonts/subset-MuseoSansCyrl-500.woff2") format('woff2'),
        url("../fonts/subset-MuseoSansCyrl-500.woff") format('woff'),
        url("../fonts/subset-MuseoSansCyrl-500.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Sans';
    src: url("../fonts/subset-MuseoSansCyrl-700.woff2") format('woff2'),
        url("../fonts/subset-MuseoSansCyrl-700.woff") format('woff'),
        url("../fonts/subset-MuseoSansCyrl-700.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Sans';
    src: url("../fonts/subset-MuseoSansCyrl-900.woff2") format('woff2'),
        url("../fonts/subset-MuseoSansCyrl-900.woff") format('woff'),
        url("../fonts/subset-MuseoSansCyrl-900.ttf") format('truetype');
    font-weight: 900;
    font-style: normal;
}
/* 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, select, input, button {
	outline: none;
}

a {
	background-color: transparent;
	text-decoration: underline;
	-webkit-text-decoration-skip: objects;
}

select, 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: 'Museo Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #0b0b0b;
	cursor: default;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
	overflow: hidden;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 1170px;
	position: relative;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/* titles */

h2 {
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
}

/* slider buttons */

.owl-prev, 
.owl-next {
	width: 44px;
	height: 54px;
	background-image: url("../images/slider__arrows.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -27px;
}

.owl-prev {
	background-position: left center;
	left: 0;
}

.owl-next {
	background-position: right center;
	right: 0;
}

.header_section .content_block {
	min-height: 572px;
	background: url("../images/desctop__header_bg.jpg") center top no-repeat;
}

.header_section .content_block .info_block {
	width: 400px;
	padding: 40px 0 0;
}

.logo{
	margin-bottom: 45px;
}

.logo>img {
	display: block;
	margin: 0 0 15px;
}

.logo>p{
	font-size: 21px;
	color: #fff;
}



.header_section .content_block .info-action {
	padding: 0 0 5px;
	font-size: 24px;
	line-height: 1.3em;
	color: #A9A9A9;
}

.header_section .content_block h1{
	font-size: 44px;
	line-height: 1.2em;
	font-weight: 500;
}
.header_section .content_block h1:after{
	content: '';
	margin: 25px 0 0;
	width: 300px;
	height: 4px;
	display: block;
	border-top: 1px solid rgba(221,219,220,0.5);
	border-bottom: 1px solid rgba(221,219,220,0.5);
}

.header_section .content_block .discount {
	margin: 5px 0;
	font-size: 120px;
	line-height: 120px;
	color: #e4003f;
}

.ofr_bull{
	margin: 25px 0 20px;
}
.ofr_bull>li{
	padding: 0px 0 15px 30px;
	background: url("../images/check.png") 0 2px no-repeat;
}
.ofr_bull>li:last-child{
	margin-bottom: 0;
}

.sale{
	width: 120px;
	height: 120px;
	background: #376c9e;
	border-radius: 50%;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 300px;
	left: 400px;
	color: #fff;
	text-align: center;
	padding-top: 30px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4em;
}
.sale>span{
	display: block;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: normal;
}

.button{
	display: block;
	margin: 0;
	width: 260px;
	text-transform: uppercase;
	text-align: center;
	height: 70px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background: #be9ad0;
	background: -moz-linear-gradient(top, #A9A9A9 0%, #A9A9A9 100%);
	background: -webkit-linear-gradient(top, #A9A9A9 0%,#A9A9A9 100%);
	background: linear-gradient(to bottom, #778899 0%,#708090 100%);
	font-size: 18px;
	line-height: 70px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.2);
	font-family: 'Museo Sans', Arial, Helvetica, sans-serif;
}

.button:active {
	top: 2px;
	background: #a668c5;
	background: -moz-linear-gradient(top, #A9A9A9 0%, #A9A9A9 100%);
	background: -webkit-linear-gradient(top, #A9A9A9 0%,#A9A9A9 100%);
	background: linear-gradient(to bottom, #A9A9A9 0%,#A9A9A9 100%);
}


/* catalog */
.catalog_section {
	padding: 40px 0;
	background: #f8f8f8;
	overflow-y: hidden;
}

.benef1{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: center;
	margin: 20px 0 60px;
}
.benef1>li{
	width: 190px;
	margin: 0 15px;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
}
.benef1>li:before{
	content: '';
	display: block;
	width: 92px;
	height: 92px;
	margin: 0 auto 15px;
	background: url("../images/benef_icon.png") 0 0 no-repeat transparent;
}
.benef1>li:nth-child(2):before{
	background-position: -92px 0;
}
.benef1>li:nth-child(3):before{
	background-position: -184px 0;
}
.benef1>li:nth-child(4):before{
	background-position: -276px 0;
}
.benef1>li:nth-child(5):before{
	background-position: -368px 0;
}
.catalog_section h2 {
	margin: 0 0 50px;
}

.catalog_section h2:before, 
.catalog_section h2:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -8px 25px 0;
	width: 240px;
	height: 2px;
	border-top: 1px solid #dddbdc;
	border-bottom: 1px solid #dddbdc;
}

.catalog_section .female_models {
	margin: 0 0 30px;
}

.catalog_section h3 {
	margin: 0 0 40px;
	font-size: 32px;
	line-height: 38px;
	text-align: center;
}

.catalog_section h3 span {
	border-bottom: 2px solid #329fb6;
}


.catalog_link{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 25px;
}
.catalog_link>li{
	text-align: center;
	margin: 0 20px 25px;
}
.cat_link{
	display: block;
	padding: 10px 20px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25);
	background: #be9ad0;
	background: -moz-linear-gradient(top, #A9A9A9 0%, #A9A9A9 100%);
	background: -webkit-linear-gradient(top, #A9A9A9 0%,#A9A9A9 100%);
	background: linear-gradient(to bottom, #778899 0%,#708090 100%);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: all ease .3s;
	position: relative;
}
.cat_link:hover{
	box-shadow: 0 2px 6px #A9A9A9;
}
.cat_link:active{
	background: #A9A9A9;
	background: -moz-linear-gradient(top, #A9A9A9 0%, #A9A9A9 100%);
	background: -webkit-linear-gradient(top, #A9A9A9 0%,#A9A9A9 100%);
	background: linear-gradient(to bottom, #A9A9A9 0%,#A9A9A9 100%);
	top: 2px;
}
.cat_link>img{
	display: inline-block;
	vertical-align: middle;
	max-width: 50px;
	max-height: 50px;
	margin-right: 10px;
}



.products_list{
	text-align: center;
	margin-bottom: 50px;
}
.products_list:last-child{
	margin-bottom: 0;
}

.products_list .product_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px;
	width: 250px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
	position: relative;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1); 
}

.products_list .product_item .img{
	position: relative;
	overflow: hidden;
}

.products_list .product_item .img a{
	display: block;
}
.products_list .product_item .img img{
	display: block;
	margin: 0 auto;
}

.catalog_section .product_item .discount {
	width: 100px;
	height: 75px;
	padding: 40px 0 0 22px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #376c9e;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	position: absolute;
	top: -32px;
	left: -30px;
	z-index: 10;
}

.product_item .content{
	padding: 20px 20px 25px;
}

.catalog_section .product_item .title_block {
	margin: 0 20px 12px;
	text-align: center;
}

.catalog_section .product_item .title_block h4 {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.1em;
}

.product_item .name{
	font-size: 20px;
	line-height: 1.1em;
	margin-bottom: 8px;
	font-weight: 500;
}

.vendor_code{
	color: #a8a9aa;
	font-size: 15px;
	line-height: 1.1em;
	margin-bottom: 18px;
}

.catalog_section .product_item .title_block p {
	font-size: 16px;
	line-height: 24px;
	color: #777;
}

.catalog_section .product_item .price_block {
	margin: 0 20px 20px;
	text-align: center;
}

.catalog_section .product_item .price_item {
	display: inline-block;
	vertical-align: middle;
}

.catalog_section .product_item .price_item.old {
	margin: 0 15px 0 0;
	text-decoration: line-through;
	font-size: 18px;
}

.catalog_section .product_item .price_item.new {
	font-size: 30px;
	font-weight: 700;
}

.product_item .button {
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-weight: 700;
	box-shadow: none;
}

.product_item .hidden{
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.2);
	padding: 25px 15px;
	position: absolute;
	width: 100%;
	left: 0;
	transition: all ease .3s;
	opacity: 0;
	bottom: -100px;
	visibility: hidden;
}
.product_item.active .hidden{
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
.product_item .hidden .close{
	width: 13px;
	height: 13px;
	background: url("../images/x_icon.png") 50% 50% / 100% no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 0.6;
	cursor: pointer;
}
.product_item .hidden .close:hover{
	opacity: 0.9;
}
.product_item .hidden .close:active{
	margin-top: 2px;
}

.product_item .action{
	margin-bottom: 15px;
}
.product_item .action>span{
	font-weight: 700;
}
.product_item .action>p{
	padding: 0;
	font-size: 14px;
	line-height: 1.5em;
}
.product_item .hidden .price_block{
	margin-bottom: 10px;
}
.product_item .economy{
	font-size: 14px;
	margin-bottom: 20px;
}
.product_item .economy>span{
	color: #7ad06b;
	font-weight: 700;
}
.product_item .order_form .input, .product_item .order_form select{
	width: 100%;
	height: 56px;
	line-height: 56px;
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
}


/*size_section*/
.size_section{
	padding: 40px 0;
	background: #eff3ff;
}
.size_section h2{
	margin-bottom: 40px;
}
.size_section h2::before, 
.size_section h2::after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -8px 25px 0;
	width: 240px;
	height: 2px;
	border-top: 1px solid #dddbdc;
	border-bottom: 1px solid #dddbdc;
}
.sizes-help-table tr th {
	background-color: #464646;
	padding: 10px 20px;
	color: #fff;
	font-weight: 500;
}
.sizes-help-table {
	border-collapse: collapse;
	border-radius: 1em;
	overflow: hidden;
	width: 100%;
	border-spacing: 0;
	text-align: center;
}
.sizes-help-table tr{
	background: #fff;
}
.sizes-help-table tr:nth-child(2n) {
	background-color: #f2f2f2;
}
.sizes-help-table tr td{
	padding: 6px 10px;
}

.table_block .size:not(:last-child){
	margin-bottom: 40px;
}
.table_block .size>h3{
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 500;
}



/* order info */

.order_info_section {
	height: 446px;
	overflow: hidden;
	padding: 40px 0 0;
	background: url("../images/order_bg.jpg") 50% 0% no-repeat;
}

.order_info_section .wrapper{
	padding: 0 80px 0 640px;
}

.order_info_section .product{
	display: none;
}

.order_info_section h2 {
	margin: 0 0 35px;
	text-align: left;
	font-size: 34px;
}

.order_info_section h2:after {
	display: block;
	content: '';
	margin: 10px 0 0;
	width: 315px;
	height: 2px;
	border-top: 1px solid #dddbdc;
	border-bottom: 1px solid #dddbdc;
}

.order_info_section .info_item{
	margin: 0 0 30px;
	width: 100%;
}
.order_info_section .info_item:last-child {
	margin: 0;
}
.order_info_section .info_item:before{
	content: '';
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	background: url("../images/order_info_icon.png") 0 0 no-repeat transparent; 
}
.order_info_section .info_item:nth-child(2):before{
	background-position: -70px 0;
}
.order_info_section .info_item:nth-child(3):before{
	background-position: -140px 0;
}
.order_info_section .info_item:after{
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.order_info_section .info_item p {
	padding: 10px 0 0 90px;
	font-size: 16px;
	line-height: 24px;
}


/*panorama*/
.panorama{
	padding-top: 5px;
}


/* reviews */

.reviews_section {
	padding: 50px 0 30px;
	background: #f8f8f8;
}

.reviews_section h2{
	margin-bottom: 20px;
}
.reviews_section h2:before, 
.reviews_section h2:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -8px 25px 0;
	width: 160px;
	height: 2px;
	border-top: 1px solid #dddbdc;
	border-bottom: 1px solid #dddbdc;
}

.reviews_section .description {
	margin: 0 auto 30px;
	text-align: center;
	font-size: 18px;
}

.reviews_section .description>span{
	color: #d6af28;
	font-weight: 700;
	font-size: 22px;
}
.reviews_section .owl-carousel .owl-stage-outer{
	padding: 30px 0;
}
.reviews_section .review_item{
	width: 250px;
	margin: 0 10px;
	border-radius: 5px;
	background: #fff;
	text-align: center;
	padding: 20px 10px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.reviews_section .review_item>span{
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 500;
	display: block;
	margin-bottom: 14px;
}

.reviews_section .review_item>span:after{
	content: '';
	margin: 12px 0 0;
	height: 2px;
	border-top: 1px solid #dddbdc;
	border-bottom: 1px solid #dddbdc;
	display: block;
}

.reviews_section .review_item .author_info {
	margin: 22px 0 0;
	color: #a8a9aa;
	font-size: 16px;
}

.reviews_section .review_item .author_info>img{
	display: block;
	margin: 0 auto 8px;
	width: 57px;
	border-radius: 50%;
}

.reviews_section .review_item p {
	font-size: 16px;
	line-height: 24px;
}

.reviews_section .owl-nav{
	width: 200px;
	height: 54px;
	position: relative;
	margin: 0px auto 0;
}
.reviews_section .owl-prev, 
.reviews_section .owl-next {
	background-color: rgba(255,255,255,0.8);
	top: 0;
	margin-top: 0;
}

.reviews_section .owl-prev {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.reviews_section .owl-next {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}



/* order */
.input, select {
	display: block;
	margin: 0 0 15px;
	padding: 0 20px;
	width: 300px;
	height: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #c4c4c4;
	font-family: 'Museo Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #222;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center;
	text-align-last: center;
}

.input::-webkit-input-placeholder {
	opacity: 1;
	color: #222;
}

.input:-moz-placeholder {
	opacity: 1;
	color: #222;
}

.input::-moz-placeholder {
	opacity: 1;
	color: #222;
}

.input:-ms-input-placeholder {
	opacity: 1;
	color: #222;
}

.input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.input:focus:-moz-placeholder {
	opacity: 0;
}

.input:focus::-moz-placeholder {
	opacity: 0;
}

.input:focus:-ms-input-placeholder {
	opacity: 0;
}
.order_form button{
	width: 300px;
}
.order_form .form-title{
	margin: 25px 0 15px;
	font-weight: 500;
	font-size: 16px;
}
.order-consult{
	max-width: 400px;
}
.order-consult:after{
	content: '';
	margin: 25px 0 0;
	width: 300px;
	height: 4px;
	display: block;
	border-top: 1px solid rgba(221,219,220,0.5);
	border-bottom: 1px solid rgba(221,219,220,0.5);
}

/* footer */
.footer_section {
	padding: 25px 0;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #111;
}

.footer_section a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1169px) {

	/* styles */

	.wrapper {
		width: 660px;
	}

	/* header */

	.header_section .content_block {
		background-image: url("../images/tablet__header_bg1.jpg");
		height: 600px;
	}
	.logo{
		margin-bottom: 55px
	}
	.header_section .content_block .info-action{
		font-size: 24px;
        margin-top: 110px;
        font-weight: 900;
	}

	.header_section .content_block h1{
		font-size: 32px;
		line-height: 1.3em;
	}
	.header_section .content_block .info_block{
		width: 320px;
	}
	.ofr_bull>li{
		padding-bottom: 10px;
	}

	.sale{
		width: 110px;
		height: 110px;
		top: 170px;
		left: 360px;
	}
	.sale>span{
		font-size: 35px;
		line-height: 35px;
	}


	/* catalog */

	.benef1{
		margin-bottom: 20px;
	}
	.benef1 > li{
		margin-bottom: 30px;
	}

	.catalog_section h2:before, 
	.catalog_section h2:after {
		width: 100px;
	}
	.products_list{
		margin-bottom: 25px;
	}
	.products_list .product_item{
		margin: 0 20px 30px;
	}

	.catalog_section .product_item .price_item.old{
		font-size: 20px;
	}
	.catalog_section .product_item .price_item.new{
		font-size: 28px;
	}


	/*size*/
	.size_section h2{
		font-size: 32px;
	}
	.size_section h2::before, 
	.size_section h2::after{
		width: 80px;
	}
	.sizes-help-table{
		font-size: 16px;
	}
	.sizes-help-table tr th{
		padding: 7px 10px;
	}
	.sizes-help-table tr th:nth-child(4){
		width: 210px;
	}


	/* order info */

	.order_info_section {
		padding: 40px 0;
		height: auto;
		background: none;
	}

	.order_info_section .wrapper{
		padding: 0 10px;
	}

	.order_info_section .product{
		display: block;
		margin: 0 auto 30px;
		border-radius: 10px;
	}

	.order_info_section .image, .pi2 {
		display: none;
	}

	.order_info_section .content_block {
		padding: 0;
	}

	.order_info_section h2 {
		margin: 0 0 40px;
		text-align: center;
		font-size: 28px;
	}

	.order_info_section h2:before, 
	.order_info_section h2:after {
		display: inline-block;
		vertical-align: middle;
		content: '';
		margin: -8px 25px 0;
		width: 70px;
		height: 2px;
		border-top: 1px solid #dddbdc;
		border-bottom: 1px solid #dddbdc;
	}

	.order_info_section .info_item {
		margin: 0 0 20px;
	}

	.info_list{
		max-width: 440px;
		margin: 0 auto;
	}

	/* reviews */
	.reviews_section h2{
		font-size: 26px;
		line-height: 1.4em;
		margin-bottom: 20px;
	}
	.reviews_section h2:before, 
	.reviews_section h2:after {
		display: none;
	}

	.reviews_section .review_item{
		width: 280px;
	}

	/* order */
	.order_section .title_block h1{
		font-size: 25px;
		line-height: 28px;
	}
	.action > p{
		padding: 0 20px;
	}

}

@media screen and (max-width: 659px) {
	
	/* styles */

	.wrapper {
		width: 320px;
	}

	/* titles */

	h2 {
		font-size: 26px;
		line-height: 30px;
	}

	/* header */

	.header_section .title_block {
		padding: 10px 0;
	}

	.header_section .title_block h1 {
		font-size: 18px;
		line-height: 1.3em;
	}

	.header_section .content_block {
		height: auto;
		background: url("../images/mobile__header_bg.jpg") 50% 80px no-repeat #fff;
	}

	.sale{
		left: 210px;
		top: 220px;
		width: 90px;
		height: 90px;
		padding-top: 20px;
	}
	.sale>span {
		font-size: 30px;
		line-height: 30px;
	}

	.header_section .content_block .info_block {
		padding: 25px 0 40px;
		width: 100%;
	}
	.logo>img{
		margin: 0 auto;
	}
	.header_section .content_block .info-action{
		padding-top: 230px;
	}
	.button{
		width: 300px;
	}

	.header_section .content_block h4 {
		font-size: 42px;
		line-height: 48px;
	}



	/* catalog */

	.benef1{
		margin-bottom: 50px;
	}
	.benef1>li {
		width: 140px;
		margin: 0 5px 25px;
		font-size: 15px;
	}
	.benef1>li:last-child{
		margin-bottom: 0;
	}


	.catalog_link > li{
		width: 100%;
		display: block;
		margin: 0 0 20px;
	}
	.cat_link{
		text-align: left;
		font-size: 16px;
	}
	.cat_link > img{
		max-height: 40px;
	}


	.catalog_section {
		padding: 30px 0 10px;
	}

	.catalog_section h2 {
		margin: 0 0 30px;
	}

	.catalog_section h2:before, 
	.catalog_section h2:after {
		display: none;
	}

	.catalog_section h3 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.products_list{
		margin-bottom: 45px;
	}

	.catalog_section .product_item {
		margin: 0 0 20px;
		display: block;
	}


	/*size*/
	.size_section h2{
		font-size: 24px;
		margin-bottom: 25px;
	}
	.size_section h2:after,
	.size_section h2:before{
		display: none;
	}
	.table_block .size > h3{
		font-size: 18px;
	}
	.table_block .size{
		overflow-x: scroll;
	}
	.sizes-help-table{
		width: 500px;
	}
	.sizes-help-table tr th{
		padding: 5px;
	}

	/* gallery */

	.gallery_section {
		padding: 30px 0;
	}

	.gallery_section h2 {
		margin: 0 0 30px;
	}

	.gallery_section h2:before, 
	.gallery_section h2:after {
		display: none;
	}

	/* order info */

	.order_info_section {
		padding: 30px 0;
	}

	.order_info_section h2 {
		margin: 0 0 30px;
	}

	.order_info_section h2:before, 
	.order_info_section h2:after {
		display: none;
	}

	.order_info_section .info_item{
		margin-bottom: 25px;
	}
	.order_info_section .info_item p{
		padding-top: 0;
	}

	/* reviews */

	.reviews_section {
		padding: 30px 0;
	}
	.reviews_section h2{
		font-size: 28px;
		margin-bottom: 0;
	}

	.reviews_section h2:before, 
	.reviews_section h2:after {
		display: none;
	}

	.reviews_section .description {
		margin: 10px auto 30px;
	}

	.catalog_section .product_item{
		margin: 0 auto 20px;
	}

	.reviews_section .rate::before{
		display: block;
		margin: 0 auto 2px;
	}

	/* order */
	.order_form .form-title{
		text-align: center;
	}

}

.logo span {
	text-transform: uppercase;
	color: #A9A9A9;
	font-weight: 700;
	font-size: 20px;
	margin-left: 6px;
	font-family: 'Museo Sans', Arial, Helvetica, sans-serif;
}

.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}                                    

 .copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 999;}