.owl-portfolio .owl-item {
	max-height: 540px;
}

.owl-portfolio .owl-item img{
	height: 100%;
	margin:0 auto;
	text-align:center;
}

.hide_more_text{
	margin-top: 25px;
	width: 135px;
	line-height: 35px;
	color: #42304f;
	background-color: transparent;
	font-size: 13px;
	font-family: 'AcromRegular';
	border: 1px #42304f solid;
	border-radius: 3px;
	transition: all 0.4s ease;
	display: block;
}
.hide_more_text:hover, .hide_more_text:focus{
	color: #fff;
	background-color: #42304F;
	box-shadow: 4px 4px 11px rgba(0,0,0,0.32)
}
.author-block p{
	height: 300px;
	overflow: hidden;
}

.img-bac-wrap{
	background-color: #000;
}
.img-bac{
	width: 100%;
	height: 230px;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.4s ease;
}
.blog-tab img{
	max-width: 770px;
}
.step-block a:hover, .step-block a:focus{
	text-decoration: none;
}
.bx-filter .bx-filter-parameters-box-title{
	display: none;
}
.bx-filter .bx-filter-title{
	display: none;
}
.bx-filter .bx-filter-parameters-box{
	padding: 0;
}
.bx-filter .bx-filter-popup-result{
	display: none!important;
}

@font-face {
	font-family: 'AcromRegular';
	src: url('../fonts/Acrom-Regular/Acrom-Regular.eot');
	src: url('../fonts/Acrom-Regular/Acrom-Regular.woff2') format('woff2'),
	url('../fonts/Acrom-Regular/Acrom-Regular.woff') format('woff'),
	url('../fonts/Acrom-Regular/Acrom-Regular.ttf') format('truetype'),
	url('../fonts/Acrom-Regular/Acrom-Regular.svg#Acrom-Regular') format('svg'),
	url('../fonts/Acrom-Regular/Acrom-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AcromLight';
	src: url('../fonts/Acrom-Light/Acrom-Light.eot');
	src: url('../fonts/Acrom-Light/Acrom-Light.woff2') format('woff2'),
	url('../fonts/Acrom-Light/Acrom-Light.woff') format('woff'),
	url('../fonts/Acrom-Light/Acrom-Light.ttf') format('truetype'),
	url('../fonts/Acrom-Light/Acrom-Light.svg#Acrom-Light') format('svg'),
	url('../fonts/Acrom-Light/Acrom-Light.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AcromBold';
	src: url('../fonts/Acrom-Bold/Acrom-Bold.eot');
	src: url('../fonts/Acrom-Bold/Acrom-Bold.woff2') format('woff2'),
	url('../fonts/Acrom-Bold/Acrom-Bold.woff') format('woff'),
	url('../fonts/Acrom-Bold/Acrom-Bold.ttf') format('truetype'),
	url('../fonts/Acrom-Bold/Acrom-Bold.svg#Acrom-Bold') format('svg'),
	url('../fonts/Acrom-Bold/Acrom-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AcromExtraBold';
	src: url('../fonts/Acrom-ExtraBold/Acrom-ExtraBold.eot');
	src: url('../fonts/Acrom-ExtraBold/Acrom-ExtraBold.woff2') format('woff2'),
	url('../fonts/Acrom-ExtraBold/Acrom-ExtraBold.woff') format('woff'),
	url('../fonts/Acrom-ExtraBold/Acrom-ExtraBold.ttf') format('truetype'),
	url('../fonts/Acrom-ExtraBold/Acrom-ExtraBold.svg#Acrom-ExtraBold') format('svg'),
	url('../fonts/Acrom-ExtraBold/Acrom-ExtraBold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AcromMedium';
	src: url('../fonts/Acrom-Medium/Acrom-Medium.eot');
	src: url('../fonts/Acrom-Medium/Acrom-Medium.woff2') format('woff2'),
	url('../fonts/Acrom-Medium/Acrom-Medium.woff') format('woff'),
	url('../fonts/Acrom-Medium/Acrom-Medium.ttf') format('truetype'),
	url('../fonts/Acrom-Medium/Acrom-Medium.svg#Acrom-ExtraBold') format('svg'),
	url('../fonts/Acrom-Medium/Acrom-Medium.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "GeorgiaItalic";
	src: url(../fonts/georgia-italic.ttf) format('truetype');
}
@font-face {
	font-family: 'PFRegalSwashPro-Black';
	src: url('../fonts/Regal-Black/PFRegalSwashPro-Black.eot');
	src: url('../fonts/Regal-Black/PFRegalSwashPro-Black.woff2') format('woff2'),
	url('../fonts/Regal-Black/PFRegalSwashPro-Black.woff') format('woff'),
	url('../fonts/Regal-Black/PFRegalSwashPro-Black.ttf') format('truetype'),
	url('../fonts/Regal-Black/PFRegalSwashPro-Black.svg#PFRegalSwashPro-Black') format('svg'),
	url('../fonts/Regal-Black/PFRegalSwashPro-Black.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

body{
	margin: 0;
}
.container{
	padding: 0;
}
.row{
	margin: 0;
}
button:focus, input:focus, textarea:focus, select:focus{
	outline: none;
}

/* modal */

.modal-wrap-login{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.38);
	z-index: 100;
	text-align: center;
	display: none;
}
.modal-wrap-registration{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.38);
	z-index: 100;
	text-align: center;
	display: none;
}
.modal-wrap-callback{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.38);
	z-index: 100;
	text-align: center;
	display: none;
	top: 0;
	left: 0;
}
.modal-login{
	width: 565px;
	height: 580px;
	background-color: #fff;
	position: relative;
	margin: -290px auto 0;
	top: 50%;
	border: 40px #F4F4F4 solid;
	border-top: 35px #F4F4F4 solid;
	border-bottom: 35px #F4F4F4 solid;
}
.modal-registration{
	width: 565px;
	height: 580px;
	background-color: #fff;
	position: relative;
	margin: -290px auto 0;
	top: 50%;
	border: 40px #F4F4F4 solid;
	border-top: 35px #F4F4F4 solid;
	border-bottom: 35px #F4F4F4 solid;
}
.modal-callback{
	width: 565px;
	height: 580px;
	background-color: #fff;
	position: relative;
	margin: -290px auto 0;
	top: 50%;
	border: 40px #F4F4F4 solid;
	border-top: 35px #F4F4F4 solid;
	border-bottom: 35px #F4F4F4 solid;
}
.modal-wrap img{
	width: 40px;
	position: absolute;
	top: 15px;
	right: 20px;
	opacity: 0.36;
	cursor: pointer;
	transition: all 0.4s ease;
}
.modal-wrap img:hover{
	opacity: 1;
}
.modal-wrap h2{
	font-size: 26px;
	color: #000;
	font-family: 'AcromBold';
	margin: 95px 0 40px;
}
.modal-wrap .form, .modal-wrap form{
	width: 360px;
	margin: 0 auto;
}
.modal-wrap input{
	width: 100%;
	line-height: 45px;
	background-color: #F7F7F7;
	border: 1px #E0E0E0 solid;
	text-align: center;
	margin-bottom: 15px;
}
.modal-wrap input::-webkit-input-placeholder {font-size: 13px; color: #000; font-family: 'AcromLight';}
.modal-wrap input::-moz-placeholder          {font-size: 13px; color: #000; font-family: 'AcromLight';}/* Firefox 19+ */
.modal-wrap input:-moz-placeholder           {font-size: 13px; color: #000; font-family: 'AcromLight';}/* Firefox 18- */
.modal-wrap input:-ms-input-placeholder      {font-size: 13px; color: #000; font-family: 'AcromLight';}

.modal-wrap input[type="checkbox"]{
	display: none;
}
.modal-wrap label{
	float: left;
	color: #000;
	font-size: 12px;
	font-family: 'AcromLight';
}
.btn-modal{
	line-height: 50px;
	width: 100%;
	background-color: #42304F;
	border: none;
	color: #fff;
	font-size: 16px;
	font-family: 'AcromBold';
	box-shadow: 4px 4px 11px rgba(0,0,0,0.32);
	margin: 0px 0 30px;
}
.modal-wrap p{
	color: #a8a8a8;
	font-size: 13px;
	margin: 0;
	font-family: 'AcromRegular';
}
.modal-wrap p a{
	color: #42304f;
	font-size: 16px;
	text-decoration: underline;
	font-family: 'AcromBold';
}
.modal-registration h2{
	margin: 80px 0 15px;
}
.modal-registration p{
	margin-bottom: 25px;
}
.modal-wrap .input-wrap{
	position: relative;
}
.modal-wrap .input-wrap span{
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 14px;
	color: #000;
	font-family: 'AcromRegular';
}
.modal-wrap p span{
	color: #42304f;
	font-family: 'AcromBold';
}
.modal-callback p{
	width: 320px;
	margin: 0 auto;
}
.modal-callback .btn-modal{
	margin: 15px 0 30px;
}
.modal-wrap .btn-modal img{
	position: relative;
	right: 0;
	top: 0;
	opacity: 1;
	margin-right: 12px;
}

/* index */

header{
	display: none;
}
.owl-header .logo{
	margin-top: 27px;
	width: 125px!important;
}
.owl-header .item{
	background-image: url('../img/header-bg.jpg');
	height: 732px;
	-webkit-background-size: 1920px;
	background-size: 1920px;
	background-position: center;
}
.owl-header h1{
	margin-top: 190px;
	color: #fff;
	font-size: 44px;
	font-family: 'AcromExtraBold';
	margin-bottom: 0;
}
.owl-header h2{
	margin-top: 25px;
	color: #fff;
	font-size: 18px;
	font-family: 'AcromMedium';
	margin-bottom: 35px;
}
.header-links{
	width: 530px;
	height: 55px;
	border: 2px #fff solid;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
}
.header-links a{
	font-family: 'AcromMedium';
	font-size: 14px;
	color: #fff;
	line-height: 52px;
	padding: 0 30px;
}
.header-links a:hover, .header-links a:focus{
	text-decoration: none;
}
.btn-header{
	width: 170px;
	line-height: 55px;
	color: #fff;
	font-size: 15px;
	font-family: 'AcromBold';
	background-color: #83304D;
	border: none;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 17px;
}
.owl-header .owl-dots{
	position: relative;
	margin-top: -140px;
}
.owl-header .owl-dot{
	width: 16px;
	border-radius: 50%;
	height: 16px;
	background-color: #bbb;
	display: inline-block;
	transition: all 0.4s ease;
	margin: 0 20px;
}
.owl-header .owl-dot:hover, .owl-header .owl-dot:focus, .owl-header .owl-dot.active{
	background-color: #fff;
}

.mobile-menu{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 20;
	background-color: #42304F;
	text-align: center;
	overflow-y: auto;
	display: none;
}
.mobile-menu .close-menu{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	transition: all 0.4s ease;
	opacity: 1;
}
.mobile-menu-top{
	padding-top: 36px;
}
.mobile-menu-top p.phone{
	color: #fff;
	font-size: 18px;
	font-family: 'AcromBold';
	margin: 0 0 20px;
}
.mobile-menu-top .btn-mobile-menu{
	width: 250px;
	line-height: 45px;
	border-radius: 5px;
	border: none;
	background-color: #EDCE6D;
	font-size: 15px;
	font-family: 'AcromMedium';
}
.mobile-menu-top .btn-mobile-menu img{
	margin-right: 15px;
}
.mobile-menu-top p.contacts{
	margin: 25px 0 30px;
}
.mobile-menu-top p.contacts a{
	color: #fff;
	font-size: 15px;
	font-family: 'AcromMedium';
}
.mobile-menu-top p.contacts a:hover, .mobile-menu-top p.contacts a:focus{
	text-decoration: none;
}
.mobile-menu-top hr{
	width: 100%;
	height: 2px;
	background-color: #2a1e33;
	border: none;
	margin: 0;
}
.mobile-menu-top ul{
	margin: 45px auto 0;
	padding-left: 0;
	width: 250px;
	max-width: 100%;
	padding-bottom: 50px;
}
.mobile-menu-top ul.collapse, .mobile-menu-top ul.collapsing{
	margin: 0;
}
.mobile-menu-top ul.collapse li, .mobile-menu-top ul.collapsing li{
	padding-left: 20px;
}
.mobile-menu-top ul li{
	text-align: left;
	padding-left: 80px;
	list-style-type: none;
}
.mobile-menu-top ul li a{
	color: #fff;
	font-size: 17px;
	font-family: 'AcromBold';
	line-height: 39px;
}
.mobile-menu-top ul li a:hover, .mobile-menu-top ul li a:focus{
	text-decoration: none;
}
.mobile-menu-top ul li img{
	margin-left: 15px;
}
.mobile-menu-bottom{
	background-color: #32243C;
	padding-top: 40px;
	padding-bottom: 55px;
}
.mobile-menu-bottom ul{
	margin: 0 auto;
	padding-left: 0;
	width: 250px;
}
.mobile-menu-bottom ul.collapse, .mobile-menu-bottom ul.collapsing{
	margin: 0;
}
.mobile-menu-bottom ul.collapse li, .mobile-menu-bottom ul.collapsing li{
	padding-left: 20px;
}
.mobile-menu-bottom ul li{
	text-align: left;
	padding-left: 80px;
	list-style-type: none;
}
.mobile-menu-bottom ul li a{
	color: #fff;
	font-size: 17px;
	font-family: 'AcromBold';
	line-height: 39px;
}
.mobile-menu-bottom ul li a:hover, .mobile-menu-bottom ul li a:focus{
	text-decoration: none;
}
.mobile-menu-bottom ul li img{
	margin-left: 15px;
}

.navbar{
	border-radius: 0;
	border: none;
	margin-bottom: 0;
}
.navbar-collapse{
	padding: 0;
}
.nav-top{
	height: 40px;
	background-color: #32243C;
	padding-left: 0;
}
.navbar-top-left{
	float: left;
	padding-left: 0;
	margin-bottom: 0;
	height: 40px;
}
.navbar-top-left li{
	list-style-type: none;
	float: left;
}
.navbar-top-left li.phone{
	color: #fff;
	font-size: 12px;
	font-family: 'AcromMedium';
	line-height: 40px;
	margin-left: 20px;
	margin-right: 10px;
}
.navbar-top-left li a{
	color: #a887c0;
	line-height: 40px;
	font-family: 'AcromRegular';
	font-size: 14px;
	padding: 13px 20px;
	transition: all 0.4s ease;
}
.navbar-top-left li a:hover, .navbar-top-left li a:focus{
	text-decoration: none;
	background-color: #42324E;
}
.navbar-top-right{
	float: right;
}
.navbar-top-right li{
	list-style-type: none;
	float: left;
}
.navbar-top-right li a{
	color: #a887c0;
	line-height: 40px;
	font-family: 'AcromRegular';
	font-size: 14px;
	padding: 13px 20px;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navbar-top-right li a:hover, .navbar-top-right li a:focus{
	text-decoration: none;
	background-color: #42324E;
}
.navbar-top-right li.profile a{
	background-color: #83304D;
	width: 130px;
	color: #fff;
	font-family: 'AcromBold';
	padding: 13px 25px;
	margin: 0;
	transition: all 0.4s ease;
}
.navbar-top-right li.profile a img{
	margin-right: 9px;
}
.navbar-top-right li.profile a:hover, .navbar-top-right li.profile a:focus{
	background-color: #A04062;
}
.nav-bottom{
	height: 190px;
	background-color: #42304F;
	padding-left: 0;
	margin-bottom: 0;
}
.nav-bottom li{
	float: left;
	list-style-type: none;
}

.nav-bottom-menu{
	float: right;
}
.nav-bottom li a{
	line-height: 120px;
	color: #fff;
	font-size: 14px;
	font-family: 'AcromBold';
	margin: 0 20px;
	transition: all 0.3s ease;
}
.nav-bottom li a:hover, .nav-bottom li a:focus{
	text-decoration: none;
	color: #a887c0;
}
.nav-bottom .menu-img-wrap{
	float: right;
}
.nav-bottom li.menu-img{
	position: relative;
	line-height: 120px;
}
.nav-bottom li.menu-img.menu-img-search{
	display: none;
}
.nav-bottom-small li.menu-img{
	position: relative;
	line-height: 95px;
}
.nav-bottom li.menu-img a{
	margin: 0 8px;
}
.nav-bottom li.menu-img p{
	font-size: 11px;
	color: #9a2d4d;
	font-family: 'AcromBold';
	margin: 0;
	line-height: 18px;
}
.nav-bottom li.menu-img .p-wrap{
	position: absolute;
	right: 5px;
	top: 70px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #fff;
	border: 3px #42304F solid;
	text-align: center;
}
.nav-bottom-small li.menu-img .p-wrap{
	top: 56px;
}
.nav-bottom li.menu-img svg{
	vertical-align: middle;
}
.dropdown_menu{
	visibility: hidden;
	min-width: 150px;
	position: absolute;
  transition: visibility 0.65s ease-in;
	left: 0;
	z-index: 999;
	/* background: #422f4f; */
	background: rgba(66, 47, 79, 0.95);
}
ul.dropdown_menu{
	padding: 0;
}
.dropdown_menu li a{
	line-height: 50px !important;
	color: #fff;
	display: inline-block;
  width: 100px;
	font-size: 14px;
	font-family: 'AcromBold';
	margin: 0 20px;
}
.nav-bottom li.dropdown{
	position: relative;
}
.nav-bottom li.dropdown:hover .dropdown_menu{
	visibility: visible;
}
#banner{
	margin-top: -65px;
}
.banner-left{
	width: 800px;
	float: left;
}
.owl-banner .owl-dots{
	text-align: center;
	margin-top: -30px;
	z-index: 100;
	position: relative;
}
.owl-banner .owl-dot{
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #C2C2C2;
	border-radius: 50%;
	margin: 0 18px;
	vertical-align: middle;
}
.owl-banner .owl-dot.active{
	width: 15px;
	height: 15px;
	border: 2px #9a2d4d solid;
	background-color: #fff;
}
.banner-right{
	float: left;
	width: 369px;
	position: relative;
}
.banner-right-block{
	position: relative;
	height: 200px;
}
.banner-right-block-top{
	background-image: url('../img/banner-top.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer;
	transition: all 0.4s ease;
}
.banner-right-block-bottom{
	background-image: url('../img/banner-bottom.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer;
	transition: all 0.4s ease;
}
.banner-right-block:before{
	position: absolute;
	width: 100%;
	height: 150px;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top, #000, transparent);
	opacity: 0.7;
}
.banner-right-block .black-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	display: none;
}
.banner-right-block h2{
	font-size: 18px;
	color: #fff;
	font-family: 'AcromExtraBold';
	margin: 0;
	position: absolute;
	left: 25px;
	bottom: 60px;
	transition: all 0.4s ease;
}
.banner-right-block p{
	font-size: 13px;
	color: #cccccc;
	font-family: 'AcromRegular';
	margin: 0;
	position: absolute;
	bottom: 16px;
	left: 25px;
	width: 250px;
	transition: all 0.4s ease;
}
#news{
	padding-bottom: 50px;
	border-bottom: 1px #F2F2F2 solid;
}
#news h2{
	color: #010101;
	font-size: 17px;
	font-family: 'AcromBold';
	text-transform: uppercase;
	margin: 40px 0 0 30px;
	float: left;
}
#news .news-title a{
	float: right;
	margin: 40px 40px 0 0;
	color: #a2a2a2;
	font-size: 14px;
	font-family: 'AcromRegular';
}
.mobile-a a{
	color: #a2a2a2;
	font-size: 14px;
	font-family: 'AcromRegular';
	display: none;
	margin: 40px 0 45px 30px;
	text-align: left;
}
#news .news-title a:hover, #news .news-title a:focus, .mobile-a a:hover, .mobile-a a:focus{
	text-decoration: none;
}
.owl-news{
	margin-top: 40px;
}
.owl-news .item img{
	width: 106px;
	float: left;
	margin-right: 25px;
	transition: all 0.4s ease;
	border-radius: 50%;
}
.owl-news .item .owl-news-txt{
	float: left;
	width: 165px;
}
.owl-news .item h3{
	font-family: 'AcromMedium';
	font-size: 14px;
	color: #000;
	margin: 20px 0 0;
	transition: all 0.4s ease;
}
.owl-news .item p{
	font-family: 'AcromRegular';
	font-size: 14px;
	color: #9a2d4d;
	position: absolute;
	bottom: 0;
}
.owl-news .owl-next{
	font-size: 0;
	width: 46px;
	height: 46px;
	background-image: url('../img/owl-news-right.png');
	position: absolute;
	right: 0;
	bottom: 30px;
	opacity: 0;
	display: none;
	transition: all 0.4s ease;
}
.owl-news .owl-prev{
	font-size: 0;
	width: 46px;
	height: 46px;
	background-image: url('../img/owl-news-left.png');
	position: absolute;
	left: 0;
	bottom: 30px;
	opacity: 0;
	display: none;
	transition: all 0.4s ease;
}
.news-bottom{
	text-align: center;
	margin-top: 60px;
}
.news-bottom p{
	display: inline-block;
	font-size: 13px;
	font-family: 'AcromRegular';
	color: #b1b1b1;
}
.news-bottom p a{
	color: #9a2d4d;
	text-decoration: underline;
}
.news-bottom p a:hover, .news-bottom p a:focus{
	text-decoration: none;
}
.news-bottom img{
	margin-right: 15px;
}
#portfolio{
	text-align: center;
	padding-top: 105px;
}
.portfolio-index{
	border-bottom: none!important;
}
#portfolio h3{
	font-size: 11px;
	font-family: 'AcromMedium';
	color: #9a2d4d;
	text-transform: uppercase;
	margin: 0 0 35px;
	letter-spacing: 1px;
}
#portfolio > .container > h2{
	font-family: 'AcromBold';
	font-size: 34px;
	color: #000;
	margin: 0 0 50px;
}
#portfolio > .container > p{
	font-family: 'AcromRegular';
	font-size: 16px;
	color: #000;
	line-height: 26px;
	width: 760px;
	margin: 0 auto;
}
#portfolio > .container > p a{
	color: #9a2d4d;
	transition: all 0.5s ease;
	border-bottom: 1px transparent solid;
}
#portfolio > .container > p a:hover, #portfolio > .container > p a:focus{
	text-decoration: none;
	border-bottom: 1px #9a2d4d solid;
}
.nav-tabs{
	margin-top: 80px;
	margin-bottom: 40px;
}
.nav-tabs > li{
	float: none;
	display: inline-block;
}
.nav-tabs{
	border: none;
}
.nav-tabs > li > a{
	color: #8c8c8c;
	font-size: 16px;
	font-family: 'AcromRegular';
	border: none;
	border-bottom: 2px transparent solid;
	margin: 0 25px;
	padding: 10px 0 15px;
	transition: all 0.5s ease;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border: none;
	border-bottom: 2px #9A2D4D solid;
	font-family: 'AcromExtraBold';
	color: #000;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus{
	background-color: transparent;
	border: none;
	color: #9A2D4D;
	border-bottom: 2px #9A2D4D solid;
}
.tab-content{
	margin-top: 45px;
	text-align: center;
	max-width: 1170px;
	margin: 0 auto;
}
.tab-block{
	width: 370px;
	display: inline-block;
	margin: 0 9px 30px;
	text-align: left;
	vertical-align: top;
}
.tab-content a:hover, .tab-content a:focus{
	text-decoration: none;
}
.tab-content a:first-child .tab-block{
	margin-left: 0;
}
.tab-content a:nth-child(3n) .tab-block{
	margin-right: 0;
}
.tab-content a:nth-child(4) .tab-block{
	margin-left: 0;
}
.tab-content a:last-child .tab-block{
	margin-right: 0;
}
.tab-img-wrap{
	background-color: #000;
}
.tab-block img{
	width: 100%;
	transition: all 0.4s ease;
}
.tab-block h2{
	font-family: 'AcromMedium';
	font-size: 16px;
	color: #000;
	margin: 20px 0 0 15px;
}
.tab-block p{
	font-family: 'AcromLight';
	font-size: 13px;
	color: #a5a5a5;
	margin: 7px 0 0 15px;
}
.btn-portfolio{
	width: 100%;
	background-color: #42304F;
	color: #fff;
	font-family: 'AcromMedium';
	font-size: 16px;
	line-height: 70px;
	box-shadow: 4px 4px 11px rgba(0,0,0,0.32);
	border: none;
	position: relative;
	z-index: 2;
	margin-top: 40px;
}
.btn-portfolio img{
	margin-left: 20px;
	width: 25px;
}
#steps{
	margin-top: 80px;
	position: relative;
}
#steps p.steps-more{
	font-family: 'AcromMedium';
	color: #fff;
	font-size: 16px;
	margin: 0;
	z-index: 10;
	text-align: right;
	margin-top: 95px;
	width: 100%;
}
#steps p.steps-more a{
	text-decoration: underline;
	color: #edce6d;
}
#steps p.steps-more a:hover, #steps p.steps-more a:focus{
	text-decoration: none;
}
.owl-steps{
	text-align: center;
	position: relative;
}
.owl-steps .item{
	background-image: url('../img/steps-bg.jpg');
	-webkit-background-size: 1920px;
	background-size: 1920px;
	background-position: center;
	height: 689px;
}
.owl-steps .item h2{
	margin-top: 135px;
	font-size: 38px;
	color: #fff;
	font-family: 'AcromBold';
}
.owl-steps .item p{
	margin: 50px auto 0;
	color: #fff;
	font-family: 'AcromMedium';
	font-size: 16px;
	width: 720px;
}
.owl-steps .item p a{
	color: #edce6d;
	text-decoration: underline;
}
.owl-steps .item p a:hover, .owl-steps .item p a:focus{
	text-decoration: none;
}
.owl-steps .owl-next{
	position: absolute;
	right: 0;
	background-image: url('../img/owl-steps-right.png');
	width: 55px;
	height: 55px;
	-webkit-background-size: cover;
	background-size: cover;
	bottom: 300px;
	font-size: 0;
}
.owl-steps .owl-prev{
	position: absolute;
	left: 0;
	background-image: url('../img/owl-steps-left.png');
	width: 55px;
	height: 55px;
	-webkit-background-size: cover;
	background-size: cover;
	bottom: 300px;
	font-size: 0;
}
.steps-dots{
	margin-top: -200px;
	position: relative;
	z-index: 1;
	text-align: center;
}
.steps-dots a{
	display: inline-block;
	width: 45px;
}
.steps-dots .step{
	width: 45px;
	height: 45px;
	color: #fff;
	border: 2px #fff solid;
	border-radius: 50%;
	display: inline-block;
	padding-top: 9px;
	font-size: 18px;
	font-family: 'AcromExtraBold';
	vertical-align: middle;
	cursor: pointer;
}
.steps-dots a.active .step{
	background-color: #fff;
	color: #9a2d4d;
}
.steps-bottom{
	width: 800px;
	background-color: #fff;
	height: 60px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	margin-top: 95px;
}
.owl-controls .container{
	position: relative;
}
.steps-line{
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #fff;
	vertical-align: middle;
}
#hits{
	text-align: center;
	padding-top: 65px;
	padding-bottom: 110px;
	border-bottom: 1px #F2F2F2 solid;
}
#hits h2{
	font-size: 36px;
	color: #000;
	font-family: 'AcromBold';
	margin: 0 0 25px;
}
#hits p{
	color: #9e9e9e;
	font-family: 'AcromRegular';
	font-size: 16px;
	margin: 0;
}
.owl-hits{
	margin-top: 55px;
	position: relative;
	text-align: center;
}
.owl-hits .item{
	padding-bottom: 30px;
	transition: all 0.4s ease;
	border-radius: 5px;
	cursor: pointer;
}
.owl-hits .owl-item{
	padding-bottom: 10px;
}
.owl-hits .item a:hover, .owl-hits .item a:focus{
	text-decoration: none;
}
.owl-hits .item .look-book-img{
	max-width: 270px;
	height: 270px;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	margin: 0 auto;
}
.owl-hits .item h3{
	color: #000;
	font-size: 15px;
	font-family: 'AcromBold';
	margin: 25px 0 15px;
}
.owl-hits .item p{
	font-size: 12px;
	color: #7b7b7b;
	font-family: 'AcromRegular';
	margin: 0;
}
.owl-hits .item h4{
	color: #9a2d4d;
	font-family: 'AcromBold';
	margin: 20px 0 0;
}
.owl-hits .item h4 span{
	font-family: 'AcromRegular';
}
.owl-hits .owl-next{
	font-size: 0;
	width: 46px;
	height: 46px;
	background-image: url('../img/owl-news-right.png');
	position: absolute;
	right: 0px;
	bottom: 150px;
	opacity: 0;
	display: none;
	transition: all 0.4s ease;
}
.owl-hits .owl-prev{
	font-size: 0;
	width: 46px;
	height: 46px;
	background-image: url('../img/owl-news-left.png');
	position: absolute;
	left: -20px;
	bottom: 150px;
	opacity: 0;
	display: none;
	transition: all 0.4s ease;
}
#trend{
	padding-top: 90px;
	text-align: center;
}
#trend h2{
	font-size: 30px;
	font-family: 'AcromBold';
	color: #000;
	margin: 0 0 70px;
}
#trend h2 img{
	margin-left: 25px;
	margin-top: -5px;
}
.trend-block{
	width: 270px;
	display:inline-block;
	vertical-align: top;
	margin: 0 15px 35px;
	padding-bottom: 30px;
	transition: all 0.4s ease;
	cursor: pointer;
	position: relative;
	background-color: #fff;
}
.trend-block:hover{
	box-shadow: 4px 4px 14px rgba(0,0,0,0.17);
}
.trend-block:first-child{
	margin-left: 0;
}
.trend-block:last-child{
	margin-right: 0;
}
.trend-block img{
	max-width: 100%;
	height: 270px;
}
.trend-block h3{
	font-family: 'AcromBold';
	font-size: 15px;
	color: #000;
	margin: 25px 0 15px;
}
.trend-block p{
	font-size: 12px;
	font-family: 'AcromRegular';
	color: #a0a0a0;
	margin: 0;
}
.trend-block h4{
	color: #9a2d4d;
	font-family: 'AcromBold';
	margin: 15px 0 0;
}
.trend-block h4 span{
	font-family: 'AcromRegular';
}
.trend-block .trend-hover-img{
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	display: none;
	opacity: 0;
	transition: all 0.4s ease;
}
.btn-trend{
	width: 100%;
	line-height: 70px;
	font-size: 16px;
	color: #fff;
	font-family: 'AcromMedium';
	border: none;
	background-color: #42304F;
	box-shadow: 4px 4px 11px rgba(0,0,0,0.32);
	margin: 85px 0 0;
}
.btn-trend img{
	margin: 0 15px;
}
.btn-trend span{
	font-size: 17px;
	color: #7d6092;
}
#top{
	text-align: center;
	padding-top: 155px;
	background-color: #F6F6F6;
	margin-top: -40px;
	padding-bottom: 100px;
}
#top h2{
	color: #000;
	font-size: 30px;
	font-family: 'AcromBold';
	margin: 0 0 80px;
}
#top .owl-dots {
	text-align: center;
	margin-top: -30px;
	z-index: 100;
	position: relative;
}
#top .owl-dot {
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #C2C2C2;
	border-radius: 50%;
	margin: 0 18px;
	vertical-align: middle;
}
#top .owl-dot.active {
	width: 15px;
	height: 15px;
	border: 2px #9a2d4d solid;
	background-color: #fff;
}
.top-left{
	float: left;
	width: 770px;
}
.top-left .ltl{
	float: left;
	height: 290px;
	overflow: hidden;
	width: 100%;
	margin: 0 0 30px;
}
.top-left .ltr{
	display: none;
	width: 370px;
	float: left;
	height: 290px;
	overflow: hidden;
}
.top-left .lb{
	width: 100%;
	height: 290px;
	overflow: hidden;
}
.top-left img{
	width: 100%;
}
.top-right{
	width: 370px;
	float: right;
	position: relative;
}
.top-right img{
	width: 100%;
}
.top-right-txt{
	position: absolute;
	width: 320px;
	left: 25px;
	bottom: 15px;
	height: 85px;
	background-color: #fff;
}
.top-right-txt h3{
	color: #000;
	font-size: 22px;
	font-family: 'AcromBold';
	margin: 20px 0 5px;
	text-transform: uppercase;
}
.top-right-txt p{
	font-size: 14px;
	font-family: 'AcromRegular';
	color: #9a2d4d;
	margin: 0;
}
#social{
	text-align: center;
	padding-top: 115px;
	padding-bottom: 120px;
}
#social h2{
	color: #000;
	font-size: 26px;
	font-family: 'AcromBold';
	margin: 0 0 80px;
}
.all-social{
	width: 1140px;
	background-image: url('../img/social-bg.jpg');
	-webkit-background-size: 100%;
	background-size: 100%;
	height: 100px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.all-social-mobile{
	display: none;
}
.all-social-mobile img{
	margin: 0 4px;
}
.social-block{
	color: #fff;
	font-family: 'AcromBold';
	font-size: 20px;
	width: 285px;
	line-height: 100px;
	text-transform: uppercase;
	float: left;

}
.all-social a:nth-child(5){
	display:none;
}

.social-block img{
	position: absolute;
}
.footer-top{
	background-color: #F4F4F4;
	padding-top: 75px;
	padding-bottom: 115px;
}
.footer-block{
	width: 170px;
	margin-right: 30px;
	float: left;
	vertical-align: top;
}
.footer-block h2{
	font-size: 15px;
	font-family: 'AcromExtraBold';
	color: #9a2d4d;
	margin: 0 0 45px;
}
.footer-block a{
	font-size: 14px;
	color: #010101;
	font-family: 'AcromRegular';
	display: block;
	margin: 15px 0;
}
.footer-block-right{
	float: left;
	width: 270px;
	margin-left: 80px;
}
.footer-block-right p.phone{
	color: #000;
	font-size: 27px;
	font-family: 'AcromBold';
	margin-bottom: 15px;
}
.footer-block-right p.date{
	font-size: 12px;
	font-family: 'AcromRegular';
	color: #6f6f6f;
	margin-bottom: 15px;
}
.btn-consult{
	width: 250px;
	font-size: 15px;
	font-family: 'AcromBold';
	color: #9a2d4d;
	border: 2px #9a2d4d solid;
	border-radius: 5px;
	background-color: transparent;
	line-height: 50px;
	margin-bottom: 35px;
}
.footer-block-right p{
	font-size: 14px;
	color: #4e4e4e;
	font-family: 'AcromRegular';
	margin-bottom: 25px;
}
.footer-block-right a{
	font-size: 13px;
	font-family: 'AcromRegular';
	color: #286bc6;
	text-decoration: underline;
}
.footer-bottom{
	height: 45px;
	background-color: #0E0E0E;
	box-shadow: 7px 7px 10px rgba(0,0,0,0.58);
}
.footer-bottom > .container > a{
	float: left;
	font-family: 'AcromBold';
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	line-height: 45px;
	margin-right: 80px;
}
.footer-bottom p{
	text-align: right;
	line-height: 45px;
	font-size: 12px;
	font-family: 'AcromRegular';
	color: #fff;
}
.footer-bottom p a{
	font-family: 'AcromBold';
	color: #edce6d;
	text-transform: uppercase;
}
.footer-after{
	height: 270px;
	background-image: url('../img/footer-bg.jpg');
	background-position: bottom center;
	-webkit-background-size: 1920px;
	background-size: 1920px;
	text-align: center;
	padding-top: 110px;
}
.footer-after h2{
	color: #fff;
	font-size: 32px;
	font-family: 'AcromRegular';
	margin: 0 0 30px;
}
.footer-after h2 span{
	font-family: 'AcromBold';
}
.footer-after h2 span a{
	color: #edce6d;
	text-decoration: underline;
}
.footer-after p{
	font-size: 16px;
	font-family: 'AcromRegular';
	color: #fff;
	margin: 0;
}

/* look */

#look{
	padding-bottom: 70px;
	border-bottom: 1px #ECECEC solid;
}
.nav-bottom-small{
	height: 95px;
}
.nav-bottom-small li a{
	line-height: 95px;
}
.top-links{
	padding-top: 20px;
	margin-bottom: 55px;
	font-size: 12px;
	color: #42304f;
	font-family: 'AcromRegular';
}
.top-links a{
	font-size: 12px;
	color: #42304f;
	font-family: 'AcromRegular';
}
.top-links i{
	margin: 0 10px;
}
.top-links a:first-child{
	margin-left: 0;
}
.look-left{
	width: 570px;
	float: left;
}
.owl-look-big{
	margin-bottom: 30px;
}
.owl-look-big img{
	max-width: 100%;
}
.owl-look-big.owl-carousel .owl-item img{
	width: auto;
	max-width: 100%;
	max-height: 600px;
	margin: 0 auto;
}
.owl-look-big .owl-dots{
	text-align: center;
	z-index: 100;
	position: relative;
	margin-top: 10px;
}
.owl-look-big .owl-dot{
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #C2C2C2;
	border-radius: 50%;
	margin: 0 18px;
	vertical-align: middle;
}
.owl-look-big .owl-dot.active{
	width: 15px;
	height: 15px;
	border: 2px #9a2d4d solid;
	background-color: #fff;
}
.look-left-small img{
	width: 85px;
	height: 85px;
	margin-right: 15px;
}
.look-left-small a.active img{
	border: 1px #777777 solid;
}
.look-right{
	float: left;
	margin-left: 65px;
	width: 535px;
}
.look-right h1{
	margin: 40px 0 0;
	color: #000;
	font-size: 32px;
	font-family: 'AcromExtraBold';
}
.look-right p.look-collection{
	color: #010101;
	font-size: 14px;
	font-family: 'AcromRegular';
	margin-top: 25px;
	display: inline-block;
}
.look-right p.look-collection a{
	color: #83304d;
	font-family: 'AcromBold';
	text-decoration: underline;
}
.look-right p.look-compare{
	display: inline-block;
	margin-left: 140px;
}
.look-right p.look-compare a{
	color: #050505;
	font-size: 14px;
	font-family: 'AcromRegular';
}
.look-right p.look-compare a:hover, .look-right p.look-compare a:active{
	text-decoration: none;
}
.look-right p.look-compare img{
	margin-right: 15px;
}
.look-right h2{
	font-size: 30px;
	font-family: 'AcromRegular';
	color: #9a2d4d;
}
.look-right h2 img{
	margin-top: -7px;
}
.btn-add-cart{
	width: 270px;
	line-height: 60px;
	background-color: #42304F;
	color: #fff;
	font-size: 14px;
	font-family: 'AcromExtraBold';
	border: none;
	text-transform: uppercase;
	margin: 45px 0 40px;
	float: left;
	box-shadow: 4px 4px 11px rgba(0,0,0,0.32);
}
.btn-add-like{
	width: 245px;
	line-height: 60px;
	border: 1px #42304f solid;
	color: #42304f;
	font-size: 14px;
	font-family: 'AcromRegular';
	background-color: transparent;
	float: left;
	text-transform: uppercase;
	margin: 45px 0 40px 15px;
}

.btn-add-like.active {
	background-color: #e5c0ff;
}

.btn-add-like img{
	margin-right: 15px;
}
.look-size{
	clear: both;
}
.look-char{
	padding-top: 40px;
	border-top: 2px #f0f0f0 solid;
	padding-left: 20px;
	margin-bottom: 60px;
	clear: both;
}
.look-char li{
	font-size: 14px;
	font-family: 'AcromRegular';
	color: #7f7f7f;
	width: 100%;
	list-style-image: url('../img/look-li-before.png');
	padding-left: 10px;
}
.look-char li span{
	float: right;
	color: #000;
	font-family: 'AcromBold';
	max-width: 80%;
	text-align: right;
}
.look-right p.look-descr{
	font-size: 14px;
	color: #000;
	font-family: 'AcromRegular';
	line-height: 19px;
}
#look-book{
	padding-bottom: 125px;
	border-bottom: 1px #E7E7E7 solid;
}
#look-book h2{
	font-size: 24px;
	color: #171717;
	font-family: 'AcromBold';
	margin: 100px 0 65px;
}
.owl-look-book .look-book-hover{
	width: 40px!important;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	display: none;
	opacity: 0;
	transition: all 0.4s ease;
	z-index: 1;
}
.owl-look-book .look-book-block{
	width: 270px;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: all 0.4s ease;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.owl-look-book .look-book-block h3{
	font-size: 15px;
	color: #000;
	font-family: 'AcromBold';
	margin: 20px 0 10px;
}
.owl-look-book .look-book-block p{
	font-size: 12px;
	font-family: 'AcromRegular';
	color: #a0a0a0;
	margin: 0;
}
.owl-look-book .look-book-block h4{
	font-family: 'AcromBold';
	font-size: 18px;
	color: #83304d;
	margin: 15px 0 0;
}
.owl-look-book .look-book-block h4 span{
	font-size: 13px;
	font-family: 'AcromRegular';
}
.owl-look-book .look-book-block:hover{
	box-shadow: 4px 4px 15px rgba(0,0,0,0.13);
}
.owl-look-book .owl-next{
	font-size: 0;
	width: 46px;
	height: 46px;
	background-image: url('../img/owl-news-right.png');
	position: absolute;
	right: -15px;
	bottom: 230px;
	opacity: 0;
	display: none;
	transition: all 0.4s ease;
}
.owl-look-book .owl-prev{
	font-size: 0;
	width: 46px;
	height: 46px;
	background-image: url('../img/owl-news-left.png');
	position: absolute;
	left: -15px;
	bottom: 230px;
	opacity: 0;
	display: none;
	transition: all 0.4s ease;
}
.owl-look-book .owl-dots{
	text-align: center;
	z-index: 100;
	position: relative;
	margin-top: 10px;
}
.owl-look-book .owl-dot{
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #C2C2C2;
	border-radius: 50%;
	margin: 0 18px;
	vertical-align: middle;
}
.owl-look-book .owl-dot.active{
	width: 15px;
	height: 15px;
	border: 2px #9a2d4d solid;
	background-color: #fff;
}
#also{
	padding-top: 110px;
	padding-bottom: 110px;
	border-bottom: 1px #E7E7E7 solid;
	background-color: #fff;
}
.also-left-person{
	margin-bottom: 40px;
}
.also-left{
	width: 570px;
	float: left;
}
.also-left-person img{
	float: left;
	box-shadow: 6px 6px 18px #632d03;
	border-radius: 50%;
	width: 100px;
	margin-right: 40px;
}
.also-left-person h3{
	font-size: 24px;
	color: #171717;
	font-family: 'AcromBold';
	margin: 15px 0;
}
.also-left-person h4{
	font-family: "GeorgiaItalic";
	color: #171717;
	font-size: 17px;
	margin: 0;
}
.also-left-person h4 a{
	color: #83304d;
	text-decoration: none;
}
.also-left-person p{
	font-family: "GeorgiaItalic";
	font-size: 15px;
	color: #9d9d9d;
	margin: 5px 0 0;
}
.owl-also-left .item{
	width: 170px;
	height: 170px;
	border: 1px #e8e8e8 solid;
	cursor: pointer;
	margin-bottom: 10px;
	transition: all 0.4s ease;
}
.owl-also-left .item img{
	width: auto;
	max-width: 100%;
	max-height: 168px;
	margin: 0 auto;
}
.owl-also-left .owl-next{
	font-size: 0;
	width: 32px;
	height: 32px;
	background-image: url('../img/owl-news-right.png');
	position: absolute;
	-webkit-background-size: cover;
	background-size: cover;
	right: -15px;
	bottom: 70px;
	opacity: 0;
	display: none;
	transition: all 0.4s ease;
}
.owl-also-left .owl-prev{
	font-size: 0;
	width: 32px;
	height: 32px;
	background-image: url('../img/owl-news-left.png');
	position: absolute;
	left: -15px;
	bottom: 70px;
	opacity: 0;
	display: none;
	transition: all 0.4s ease;
	-webkit-background-size: cover;
	background-size: cover;
}
.also-right{
	width: 570px;
	float: right;
	text-align: center;
}
.also-right h3{
	color: #171717;
	font-size: 24px;
	font-family: 'AcromBold';
	margin: 25px 0 10px;
}
.also-right a{
	font-size: 15px;
	color: #83304d;
	font-family: "GeorgiaItalic";
	text-decoration: underline;
}
.owl-also-right{
	margin-top: 59px;
	position: relative;
}
.owl-also-right .item{
	width: 170px;
	border: 1px #e8e8e8 solid;
	cursor: pointer;
	margin-bottom: 10px;
	transition: all 0.4s ease;
}
.owl-also-right .item img{
	max-width: 100%;
	height: 168px;
}
.owl-also-right .owl-next{
	font-size: 0;
	width: 32px;
	height: 32px;
	background-image: url('../img/owl-news-right.png');
	position: absolute;
	-webkit-background-size: cover;
	background-size: cover;
	right: -15px;
	bottom: 70px;
	opacity: 0;
	display: none;
	transition: all 0.4s ease;
}
.owl-also-right .owl-prev{
	font-size: 0;
	width: 32px;
	height: 32px;
	background-image: url('../img/owl-news-left.png');
	position: absolute;
	left: -15px;
	bottom: 70px;
	opacity: 0;
	display: none;
	transition: all 0.4s ease;
	-webkit-background-size: cover;
	background-size: cover;
}
#similar-cat{
	padding-top: 95px;
	padding-bottom: 130px;
	text-align: center;
	border-bottom: 1px #E7E7E7 solid;
}
#similar-cat h2{
	color: #171717;
	font-size: 24px;
	font-family: 'AcromBold';
	margin: 0 0 80px;
}
.similar-cat-block{
	width: 570px;
	float: left;
	position: relative;
	margin-right: 30px;
}
.similar-cat-block:last-child{
	margin-right: 0;
}
.similar-cat-block img{
	width: 100%;
}
.similar-cat-block h3{
	font-size: 30px;
	color: #fff;
	font-family: 'AcromLight';
	position: absolute;
	bottom: 50px;
	left: 35px;
	margin: 0;
}
.similar-cat-block h3 span{
	font-family: 'AcromExtraBold';
}
.similar-cat-block p{
	position: absolute;
	left: 35px;
	color: #fff;
	font-size: 16px;
	font-family: 'AcromRegular';
	bottom: 10px;
}
.similar-cat-block:before{
	position: absolute;
	width: 100%;
	height: 120px;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top, #000, transparent);
	opacity: 0.9;
}
#already-look{
	padding-top: 80px;
	padding-bottom: 85px;
	text-align: center;
	border-bottom: 1px #E7E7E7 solid;
}
#already-look h2{
	color: #171717;
	font-size: 24px;
	font-family: 'AcromBold';
	margin: 0 0 80px;
}
#already-look .bg_smotri{
	width: 175px;
	height: 175px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px #e8e8e8 solid;
	margin: 0 10px;
	float: left;
	transition: all 0.4s ease;
}

/* authors */

#authors{
	text-align: center;
	padding-bottom: 215px;
}
#authors h1{
	color: #000;
	font-size: 42px;
	font-family: 'AcromBold';
	margin: 0 0 50px;
}
#authors > .container > p{
	font-size: 16px;
	color: #000;
	font-family: 'AcromRegular';
	width: 830px;
	margin: 0 auto;
	line-height: 24px;
}
#authors > .container > p span{
	color: #83304d;
}
.authors-tab{
	margin-top: 85px;
}
.authors-tab .nav-tabs > li.active > a, .authors-tab .nav-tabs > li.active > a:hover, .authors-tab .nav-tabs > li.active > a:focus{
	color: #83304d;
	border-bottom-color: #42304F;
}
.authors-tab .nav-tabs > li > a{
	font-size: 15px;
	color: #777777;
	padding-bottom: 40px;
}
.authors-tab .nav-tabs > li > a:hover, .authors-tab .nav-tabs > li > a:focus{
	border-bottom-color: #42304F;
}
.authors-tab .nav-tabs{
	box-shadow: 10px 10px 26px rgba(0,0,0,0.05);
	margin-top: 0;
}
.authors-tab .tab-content{
	margin-top: 0;
}
.author-block{
	width: 370px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 95px 35px 0;
	cursor: pointer;
}
.author-block img{
	width: 180px;
}
.author-block h2{
	font-size: 20px;
	color: #000;
	font-family: 'AcromBold';
	margin: 20px 0 12px;
	transition: all 0.4s ease;
}
.author-block h3{
	font-size: 14px;
	color: #7a7a7a;
	font-family: 'AcromLight';
	margin: 0 0 40px;
}
.author-block p{
	width: 275px;
	text-align: left;
	color: #000;
	font-size: 14px;
	font-family: 'AcromLight';
	margin: 0;
}
.btn-author{
	width: 295px;
	line-height: 55px;
	font-size: 14px;
	color: #42304F;
	font-family: 'AcromBold';
	border: 2px #42304F solid;
	background-color: transparent;
	margin: 65px 0 20px;
	transition: all 0.4s ease;
}

/* shares */

#shares{
	text-align: center;
}
#shares h1{
	font-size: 42px;
	color: #000;
	font-family: 'AcromBold';
	margin: 0 0 30px;
}
.shares-title-wrap p{
	color: #000;
	font-size: 14px;
	font-family: 'AcromRegular';
	margin: 0;
	width: 520px;
	margin: 0 auto;
}
.shares-title-wrap p a{
	color: #83304d;
	text-decoration: underline;
}
.shares-title-wrap{
	box-shadow: 10px 10px 26px rgba(0,0,0,0.05);
	padding-bottom: 90px;
}
.share-img-wrap{
	width: 250px;
	float: left;
	margin-left: 185px;
	margin-right: 60px;
	position: relative;
}
.share-img-wrap img{
	width: 100%;
}
.share-img-wrap p{
	position: absolute;
	font-size: 25px;
	color: #fff;
	font-family: 'AcromExtraBold';
	top: 20px;
	right: 10px;
}
.share-img-wrap img.img-price-off{
	width: 110px;
	position: absolute;
	top: 15px;
	right: -10px;
}
.shares-block{
	padding-bottom: 90px;
	border-bottom: 1px #DBDBDB solid;
	padding-top: 80px;
}
.shares-right{
	text-align: left;
	float: left;
	width: 500px;
}
.shares-right h4{
	margin: 0;
	font-size: 13px;
	font-family: 'AcromRegular';
	color: #83304d;
}
.shares-right h3{
	font-size: 22px;
	color: #000;
	font-family: 'AcromBold';
	margin: 15px 0 40px;
	line-height: 30px;
	width: 430px;
}
.shares-right p{
	margin: 0;
	color: #313131;
	font-size: 13px;
	font-family: 'AcromRegular';
}
.btn-shares{
	margin-top: 35px;
	width: 200px;
	line-height: 50px;
	font-size: 13px;
	font-family: 'AcromRegular';
	color: #42304f;
	border: 1px #42304f solid;
	background-color: transparent;
}
.pagination{
	text-align: center;
	display: block;
	margin: 70px 0 100px;
	padding: 0;
	clear: both;
}
.pagination ul{
	padding: 0;
	margin: 0;
}
.pagination .page{
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin: 0 7px;
	border: 1px transparent solid;
	padding-top: 4px;
}
.pagination .page, .pagination .page a{
	font-size: 16px;
	color: #000;
	font-family: "GeorgiaItalic";
	margin-top: -5px;
}
.pagination a:hover {
	text-decoration: none;
}
.pagination .page.active{
	border: 1px #83304d solid;
	color: #83304d;
	background-color: transparent;
}
.pagination .page.active a{
	color: #83304d;
	background-color: transparent;
}

/* blog */

#blog{
	text-align: center;
}
#blog h1{
	font-size: 42px;
	color: #000;
	font-family: 'AcromBold';
	margin: 0 0 45px;
}
#blog > .container > p{
	font-size: 16px;
	color: #000;
	font-family: 'AcromRegular';
	width: 670px;
	margin: 0 auto;
}
.blog-tab .nav-tabs > li.active > a, .blog-tab .nav-tabs > li.active > a:hover, .blog-tab .nav-tabs > li.active > a:focus{
	color: #83304d;
	border-bottom-color: #42304F;
}
.blog-tab .nav-tabs > li > a{
	font-size: 15px;
	color: #777777;
	padding-bottom: 35px;
}
.blog-tab .nav-tabs > li > a:hover, .blog-tab .nav-tabs > li > a:focus{
	border-bottom-color: #42304F;
}
.blog-tab .nav-tabs{
	box-shadow: 10px 10px 26px rgba(0,0,0,0.05);
	margin-top: 70px;
}
.blog-tab .tab-content{
	margin-top: 80px;
	text-align: left;
}
.blog-block{
	display: inline-block;
	vertical-align: top;
	width: 360px;
	margin: 0 12px;
	text-align: left;
	padding-bottom: 90px;
	cursor: pointer;
}
.blog-img-wrap{
	background-color: #000;
	min-height: 240px;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
}
.blog-block img{
	width: 100%;
	transition: all 0.4s ease;
}
.blog-block p.cat{
	font-size: 12px;
	color: #83304d;
	text-transform: uppercase;
	font-family: 'AcromMedium';
	margin: 25px 0 20px;
}
.blog-block h2{
	font-family: 'AcromBold';
	font-size: 18px;
	color: #000;
	margin: 0;
	transition: all 0.4s ease;
}
.blog-block h3{
	font-size: 14px;
	color: #515151;
	font-family: 'AcromLight';
	margin: 20px 0 25px;
}
.blog-block p.date{
	color: #b5b5b5;
	font-size: 13px;
	font-family: 'AcromRegular';
	margin: 0;
}

/* brands */

#brands{
	text-align: center;
	padding-bottom: 115px;
}
#brands h1{
	font-size: 42px;
	color: #000;
	font-family: 'AcromBold';
	margin: 0 0 45px;
}
#brands > .title-wrap > p{
	font-size: 15px;
	font-family: 'AcromRegular';
	color: #000;
	width: 840px;
	margin: 0 auto;
}
.title-wrap{
	padding-bottom: 100px;
	box-shadow: 10px 10px 26px rgba(0,0,0,0.05);
	position: relative;
}
.brands-wrap{
	padding-top: 95px;
	text-align: center;
}
.brand-block{
	width: 200px;
	float: left;
	margin: 0 17px;
	padding-bottom: 75px;
	cursor: pointer;
}
.brand-block h2{
	font-size: 14px;
	color: #1d1d1d;
	font-family: 'AcromRegular';
	margin: 30px 0 0;
}
.brand-block-img{
	height: 95px;
}
.brand-block-img img{
	transition: all 0.4s ease;
	max-width: 80%;
}
.brand-hr{
	width: 100%;
	height: 1px;
	background-color: #DBDBDB;
	margin-top: 20px;
}
#brands h3{
	font-size: 24px;
	color: #000;
	font-family: 'AcromRegular';
	margin: -15px auto 90px;
	background-color: #fff;
	width: 400px;
}
#brands h3 span{
	font-family: 'AcromBold';
}
#brands .brand-also p{
	float: left;
	font-size: 16px;
	font-family: 'AcromRegular';
	margin: 0 17px 40px 17px;
	color: #000;
	width: 200px;
	cursor: pointer;
}
#brands .brand-also p:hover{
	text-decoration: underline;
}

/* vacancies */

#vacancies{
	text-align: center;
	padding-bottom: 125px;
}
#vacancies h1{
	color: #000;
	font-size: 42px;
	font-family: 'AcromBold';
	margin: 0 0 35px;
}
#vacancies > .title-wrap > p{
	color: #000;
	font-size: 14px;
	font-family: 'AcromRegular';
	width: 515px;
	margin: 0 auto;
}
.vacancy-block{
	padding: 90px 0;
	text-align: left;
	width: 680px;
	margin: 0 auto;
	border-bottom: 1px #DBDBDB solid;
}
.vacancy-block p.date{
	font-size: 13px;
	color: #83304d;
	font-family: 'AcromLight';
	margin: 0;
}
.vacancy-block h2{
	font-size: 22px;
	color: #000;
	font-family: 'AcromBold';
	margin: 20px 0 30px;
}
.vacancy-block h3{
	font-size: 18px;
	color: #000;
	font-family: 'AcromRegular';
	margin: 0 0 50px;
	line-height: 26px;
}
.vacancy-block p.descr{
	font-size: 14px;
	font-family: 'AcromLight';
	color: #313131;
	line-height: 22px;
}
.vacancy-hidden{
	padding-top: 40px;
	display: none;
}
.vacancy-hidden h4{
	font-size: 18px;
	color: #000;
	font-family: 'AcromBold';
	margin: 0;
}
.vacancy-hidden ul{
	padding-left: 20px;
	margin-top: 30px;
	width: 540px;
}
.vacancy-hidden ul li{
	font-family: 'AcromLight';
	font-size: 14px;
	color: #000;
	margin: 0 0 35px;
	line-height: 20px;
	list-style-type: none;
	list-style-image: url('../img/vacancy-list.png');
	padding-left: 15px;
}
.vacancy-hidden p{
	font-size: 14px;
	font-family: 'AcromLight';
	color: #000;
	margin: 0;
	line-height: 20px;
}
.vacancy-hidden p a{
	color: #83304d;
	font-family: 'AcromBold';
}
.btn-vacancy{
	margin-top: 35px;
	width: 190px;
	line-height: 45px;
	color: #42304f;
	background-color: transparent;
	font-size: 14px;
	font-family: 'AcromRegular';
	border: 1px #42304f solid;
	border-radius: 3px;
	transition: all 0.4s ease;
}
.btn-vacancy:hover{
	color: #fff;
	background-color: #42304F;
	box-shadow: 4px 4px 11px rgba(0,0,0,0.32)
}
.vacancy-form h2{
	font-size: 32px;
	color: #000;
	font-family: 'AcromBold';
	margin: 0 0 65px;
}
.vacancy-form form{
	width: 860px;
	margin: 0 auto;
}
.vacancy-form form input{
	float: left;
	width: 286px;
	background-color: #F7F7F7;
	border: 1px #D4D4D4 solid;
	line-height: 50px;
	padding-left: 20px;
	transition: all 0.4s ease;
	font-size: 13px;
	color: #000;
	font-family: 'AcromLight';
}
.vacancy-form form input[type="text"]:hover, .vacancy-form form textarea:hover{
	background-color: transparent;
}
.vacancy-form form input::-webkit-input-placeholder {font-size: 13px; color: #000; font-family: 'AcromLight';}
.vacancy-form form input::-moz-placeholder          {font-size: 13px; color: #000; font-family: 'AcromLight';}/* Firefox 19+ */
.vacancy-form form input:-moz-placeholder           {font-size: 13px; color: #000; font-family: 'AcromLight';}/* Firefox 18- */
.vacancy-form form input:-ms-input-placeholder      {font-size: 13px; color: #000; font-family: 'AcromLight';}

.vacancy-form form input[type="submit"]{
	margin: 20px 0 30px;
	width: 860px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	font-family: 'AcromBold';
	background-color: #42304F;
	box-shadow: 4px 4px 11px rgba(0,0,0,0.32);
	border: none;
	padding: 0;
	background-image: url('../img/send.png');
	background-repeat: no-repeat;
	background-position: 320px 20px;
}
.vacancy-form form input[type="submit"] img{
	margin-right: 15px;
}
.vacancy-form form textarea{
	resize: none;
	width: 860px;
	background-color: #F7F7F7;
	border: 1px #D4D4D4 solid;
	padding-left: 20px;
	transition: all 0.4s ease;
	font-size: 13px;
	color: #000;
	font-family: 'AcromLight';
	height: 90px;
	margin-top: 20px;
	line-height: 35px;
}

.vacancy-form form textarea::-webkit-input-placeholder {font-size: 13px; color: #000; font-family: 'AcromLight';}
.vacancy-form form textarea::-moz-placeholder          {font-size: 13px; color: #000; font-family: 'AcromLight';}/* Firefox 19+ */
.vacancy-form form textarea:-moz-placeholder           {font-size: 13px; color: #000; font-family: 'AcromLight';}/* Firefox 18- */
.vacancy-form form textarea:-ms-input-placeholder      {font-size: 13px; color: #000; font-family: 'AcromLight';}

.vacancy-form form p{
	font-size: 15px;
	font-family: 'AcromLight';
	color: #7c7c7c;
	line-height: 22px;
	width: 660px;
	margin: 0 auto;
}
.vacancy-form form p a, .vacancy-form form p span{
	font-family: 'AcromBold';
	color: #42304f;
}

/* wishlist */

#wishlist{
	padding-bottom: 170px;
}
.menu-left{
	width: 270px;
	float: left;
	text-align: left;
}
.menu-left ul{
	margin-left: 35px;
	padding-left: 0;
}
.menu-left ul li{
	list-style-type: none;
	width: 135px;
	margin-bottom: 20px;
}
.menu-left ul li a{
	color: #000;
	font-size: 14px;
	font-family: 'AcromRegular';
	line-height: 27px;
	transition: all 0.4s ease;
	padding: 15px 42px 15px 0;
}
.menu-left ul li.active a{
	color: #83304d;
	font-family: 'AcromBold';
}
.menu-left ul li.active, .menu-left ul li:hover, .menu-left ul li:focus{
	border-right: 2px #83304d solid;
}
.menu-left ul li:hover a{
	color: #83304d;
	font-family: 'AcromBold';
	text-decoration: none;
}
.menu-left ul li a:hover, .menu-left ul li a:focus{
	text-decoration: none;
}
.right-block{
	width: 870px;
	float: left;
	margin-left: 30px;
	text-align: left;
}
.right-block h1{
	color: #0c0c0c;
	font-size: 35px;
	font-family: 'AcromBold';
	margin: 0 0 40px;
}
.wishlist-hover{
	width: 40px!important;
	height: 40px!important;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	display: none;
	opacity: 0;
	transition: all 0.4s ease;
	z-index: 1;
}
.wishlist-hover svg{
	width: 100%;
	transition: all 0.4s ease;
}
.wishlist-hover svg polygon{
	transition: all 0.4s ease;
}
.wishlist-hover.active svg polygon{
	fill: #41314C;
}
.wishlist-block{
	display: inline-block;
	vertical-align: top;
	width: 270px;
	margin-right: 15px;
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
	transition: all 0.4s ease;
	padding: 0 15px;
}
.wishlist-block a:hover, .wishlist-block a:focus{
	text-decoration: none;
}
.bg-img-div{
	max-width: 100%;
	height: 270px;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.wishlist-block h2{
	font-size: 15px;
	font-family: 'AcromBold';
	color: #000;
	margin: 20px 0 5px;
}
.wishlist-block p{
	color: #a0a0a0;
	font-size: 12px;
	font-family: 'AcromRegular';
	margin: 0;
}
.wishlist-block p.price{
	color: #83304d;
	font-size: 18px;
	font-family: 'AcromBold';
	margin: 10px 0 10px;
}
.wishlist-block p.price span{
	font-size: 13px;
	font-family: 'AcromRegular';
}

/* product */

.look-size ul{
	padding-left: 0;
}
.look-size ul li{
	display: inline-block;
	list-style-type: none;
	margin-right: 15px;
	color: #a8a8a8;
	font-size: 14px;
	font-family: 'AcromRegular';
}
.look-size ul li img{
	margin-right: 10px;
}
.look-size ul li span{
	color: #010101;
	margin-left: 8px;
}
#product-block{
	padding-top: 80px;
	border-bottom: 1px #ECECEC solid;
	text-align: center;
	padding-bottom: 75px;
	background-color: #fff;
}
.product-block-left{
	width: 540px;
	float: left;
}
.product-block-left h2{
	color: #000;
	font-family: 'AcromBold';
	font-size: 24px;
	margin: 0 0 30px;
}
.product-block-left h2 img{
	margin-right: 15px;
}
.product-block-left p{
	font-size: 17px;
	color: #000;
	font-family: 'AcromRegular';
	margin: 0 auto;
	width: 445px;
}
.product-block-left p a{
	color: #83304d;
	text-decoration: underline;
}
.product-block-left p a:hover, .product-block-left p a:focus{
	text-decoration: none;
}
.product-block-left h3{
	font-family: 'AcromBold';
	color: #83304d;
	font-size: 22px;
	margin: 35px 0 0;
}
.product-block-right{
	width: 630px;
	float: left;
}
.product-block-right h2{
	color: #000;
	font-family: 'AcromBold';
	font-size: 24px;
	margin: 0 0 50px;
}
.product-plus-block{
	width: 210px;
	float: left;
	text-align: left;
	position: relative;
	cursor: pointer;
	vertical-align: top;
}
.product-plus-block img{
	float: left;
	margin: 0 15px 0 5px;
}
.product-plus-block h3{
	font-size: 15px;
	color: #000;
	font-family: 'AcromMedium';
	margin: 8px 0 3px;
}
.product-plus-block p{
	color: #979797;
	font-size: 11px;
	font-family: 'AcromRegular';
	margin: 0;
}
.product-plus-block .hiddened{
	width: 210px;
	background-color: #fff;
	position: absolute;
	top: 80%;
	box-shadow: 5px 5px 22px rgba(0,0,0,0.14);
	padding: 25px 20px;
	z-index: -1;
	opacity: 0;
	transition: all 0.4s ease;
}
.product-plus-block:hover .hiddened{
	z-index: 1000;
	opacity: 1;
}
.product-plus-block .hiddened h4{
	font-size: 15px;
	color: #000;
	font-family: 'AcromMedium';
	margin: 0 0 20px;
}
.product-plus-block .hiddened p{
	color: #171717;
	font-size: 12px;
	font-family: 'AcromRegular';
	line-height: 14px;
	margin: 0 0 15px;
	width: 150px;
}
.product-plus-block .hiddened a{
	color: #9a2d4d;
	font-size: 12px;
	font-family: 'AcromRegular';
	text-decoration: underline;
}
.product-plus-block .hiddened a:hover, .product-plus-block .hiddened a:focus{
	text-decoration: none;
}

/* catalog all */

#catalog-all{
	text-align: center;
}
#catalog-all h1{
	color: #000;
	font-size: 42px;
	font-family: 'AcromBold';
	margin: 0 0 35px;
}
#catalog-all > .container > p{
	font-size: 14px;
	color: #000;
	font-family: 'AcromRegular';
	margin: 0 auto;
	width: 725px;
}
#catalog-all > .container > p span{
	font-family: 'AcromBold';
	color: #83304d;
}
.catalog-all-block{
	padding-top: 60px;
	padding-bottom: 30px;
	width: 830px;
	margin: 0 auto;
}
.catalog-all-block-title{
	width: 100%;
	height: 200px;
	background-image: url('../img/catalog-all.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 55px;
	transition: all 0.4s ease;
	cursor: pointer;
}
.catalog-all-block-title a:hover, .catalog-all-block-title a:focus{
	text-decoration: none;
}
.catalog-all-block-title h2{
	font-size: 30px;
	color: #fff;
	font-family: 'AcromExtraBold';
	line-height: 200px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.catalog-all-block-ul{
	float: left;
	width: 276px;
	text-align: left;
	padding-bottom: 40px;
}
.catalog-all-block-ul h3{
	color: #000;
	font-size: 18px;
	font-family: 'AcromBold';
	margin: 0 0 25px;
}
.catalog-all-block-ul ul{
	padding-left: 0;
}
.catalog-all-block-ul ul li{
	list-style-type: none;
}
.catalog-all-block-ul ul li a{
	color: #000;
	font-size: 13px;
	font-family: 'AcromRegular';
	line-height: 32px;
}

/* catalog */

#catalog{
	overflow: hidden;
}
.catalog-left{
	width: 270px;
	float: left;
}
.catalog-left > a{
	color: #000;
	font-size: 18px;
	font-family: 'AcromBold';
	display: block;
	line-height: 49px;
}
.catalog-left > a:hover, .catalog-left > a:focus{
	text-decoration: none;
}
.catalog-left > a > img{
	margin-left: 30px;
}
.catalog-left > .collapse a, .catalog-left > .collapsing a{
	display: block;
	margin-left: 30px;
	color: #000;
	font-family: 'AcromLight';
	font-size: 13px;
	line-height: 23px;
}
.catalog-left > .collapse > a, .catalog-left > .collapsing > a{
	font-size: 15px;
	color: #000;
	font-family: 'AcromRegular';
	display: block;
	line-height: 31px;
	margin-left: 15px;
	transition: all 0.4s ease;
}
.catalog-left > .collapse a:hover, .catalog-left > .collapse a:focus, .catalog-left > .collapsing a:hover, .catalog-left > .collapsing a:focus{
	text-decoration: none;
}
.catalog-left > .collapse a.active, .catalog-left > .collapsing a.active{
	color: #83304d;
	font-family: 'AcromMedium';
}
.catalog-right{
	width: 870px;
	float: left;
	margin-left: 30px;
	text-align: left;
}
.catalog-right a:hover, .catalog-right a:focus{
	text-decoration: none;
}
.catalog-right h3{
	display: none;
}
.catalog-banner{
	max-width: 870px;
	width: 100%:
}
.catalog-banner img{
	width: 100%;
}
.catalog-right h1{
	color: #000;
	font-size: 12px;
	margin: 30px 0;
	font-family: 'AcromMedium';
	text-transform: uppercase;
	padding-bottom: 15px;
	border-bottom: 1px #E6E6E6 solid;
	width: 130px;
}
.catalog-right label{
	color: #000;
	font-size: 12px;
	font-family: 'AcromRegular';
	margin-right: 30px;
}
.check{
	text-align: left;
}
input[type="checkbox"] + label {
	cursor: pointer;
}
input[type="checkbox"]:not(checked) {
	position: absolute;
	opacity: 0;
}
input[type="checkbox"]:not(checked) + label {
	position: relative;
	padding: 0 0 0 20px;
}
input[type="checkbox"]:not(checked) + label:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 0;
	background: transparent;
	border: 1px #000 solid;
}
input[type="checkbox"]:checked + label:after {
	content: '✓';
	position: absolute;
	top: 0px;
	left: 1px;
	width: 12px;
	height: 12px;
	border-radius: 0;
	background: transparent;
	color: #83304D;
}
.catalog-filter{
	width: 870px;
	height: 65px;
	height: auto;
	border: 1px #e0e0e0 solid;
	border-radius: 3px;
	margin-top: 35px;
	margin-bottom: 80px;
}
.catalog-filter > .row{
	cursor: pointer;
}
.catalog-filter p{
	line-height: 65px;
	margin: 0;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'AcromRegular';
	float: left;
}
#content .catalog-filter p{
	line-height: 65px;
	margin: 0;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'AcromRegular';
	float: left;
	width: auto;
	padding: 0;
}
.catalog-filter p img{
	margin: 0 25px 0 30px;
}
.catalog-filter > .row > img{
	float: right;
	margin-right: 20px;
	margin-top: 12px;
}

.catalog-filter-open{
	padding: 40px 0 60px 70px;
	border-top: 1px #E5E5E5 solid;
	display: none;
}
.catalog-filter-open-block{
	width: 250px;
	display: inline-block;
	vertical-align: top;
	min-height: 220px;
	margin: 0 0 40px;
	text-align: left;
}
.catalog-filter-open-block h2{
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	font-family: "AcromRegular";
	margin: 0;
}
.catalog-filter-open-block hr{
	width: 135px;
	height: 0;
	background-color: #E6E6E6;
	margin: 20px 0;
}
.catalog-filter-open-block ul{
	padding-left: 0;
	margin: 0;
}
.catalog-filter-open-block ul li{
	list-style-type: none;
}
.catalog-filter-open-block ul li label{
	color: #000;
	font-size: 12px;
	font-family: "AcromRegular";
	margin: 0 0 10px;
	font-weight: normal;
	display: block;
}
.catalog-filter-open-block ul li a{
	font-size: 12px;
	font-family: "AcromRegular";
	color: #83304d;
	text-decoration: underline;
}
#content .catalog-filter .catalog-filter-open-block ul li p{
	color: #939393;
	font-size: 14px;
	font-family: "AcromRegular";
	line-height: 20px;
	text-transform: none;
	float: none;
}
.catalog-filter-open-block.big{
	width: 100%;
	display: block;
	min-height: auto;
	margin: 0;
}
.filter-price input[type="text"], .bx-filter .bx-filter-input-container input{
	width: 100px;
	line-height: 30px;
	font-size: 12px;
	font-family: "AcromRegular";
	padding-left: 10px;
	border: 1px #000 solid;
	float: left;
	height: 30px;
	border-radius: 0;
}
.bx-filter .bx-filter-input-container input:focus{
	border-color: #000;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub{
	display: none;
}
.bx-filter .bx-filter-parameters-box-container-block{
	width: auto;
	padding: 0;
}
.bx-filter .bx-ui-slider-track-container{
	width: 315px;
	margin-left: 30px;
	padding: 14px 0 0;
}
.bx-filter .bx-ui-slider-part span{
	display: none;
}
.bx-filter .bx-ui-slider-pricebar-vn{
	background-color: #D3D3D3;
	z-index: 0;
	height: 2px;
}
.bx-filter .bx-ui-slider-pricebar-v{
	background-color: #83304D;
	z-index: 0;
	height: 2px;
}
.bx-filter .bx-ui-slider-pricebar-vd{
	display: none;
}
.bx-filter .bx-ui-slider-track{
	background-color: transparent;
}
.bx-filter .bx-ui-slider-handle{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px #fff solid;
	top: -6px;
}
.bx-filter .bx-ui-slider-handle.left{
	background: none;
	background-color: #83304D;
	margin-left: -8px;
}
.bx-filter .bx-ui-slider-handle.right{
	background: none;
	background-color: #83304D;
	margin-right: -8px;
}
.bx-filter .bx-ui-slider-part{
	display: none;
}
.filter-price hr, .bx-filter-parameters-box-container hr{
	width: 15px;
	float: left;
	background-color: #000;
	margin: 14px 0;
	height: 1px;
}
#set_filter{
	line-height: 55px;
	width: 280px;
	border: none;
	background-color: #42304F;
	color: #fff;
	font-size: 15px;
	font-family: "AcromMedium";
	margin: 60px 50px 0 0;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.32);
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	padding: 0;
}
#set_filter:hover, #set_filter:focus{
	outline: none;
}
#del_filter{
	display: inline-block;
	vertical-align: middle;
	margin: 60px 0 0;
	font-size: 14px;
	font-family: "AcromMedium";
	color: #898989;
	background-image: url('../img/close.png');
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding-left: 50px;
}
#del_filter:hover, #del_filter:focus{
	outline: none;
}
#del_filter img{
	margin-right: 20px;
}
.bx-filter .bx-filter-button-box{
	padding: 0;
	text-align: left;
}

.btn-catalog-more{
	width: 605px;
	margin: 20px auto 0;
	line-height: 65px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'AcromBold';
	border: none;
	background-color: #42304F;
	box-shadow: 4px 4px 11px rgba(0,0,0,0.32);
	display: block;
}
.btn-catalog-more img{
	margin-left: 15px;
}
#hit{
	padding-top: 125px;
	background-color: #F9F9F9;
	text-align: center;
}
#hit > .container > h2{
	margin: 0 0 20px;
	font-size: 50px;
	color: #000;
	font-family: 'PFRegalSwashPro-Black';
}
#hit > .container > p{
	font-size: 18px;
	color: #a6a6a6;
	font-family: 'AcromRegular';
	margin: 0;
}
.owl-catalog-slider{
	margin-top: 150px;
	position: relative;
}
.owl-catalog-slider .owl-next{
	font-size: 0;
	width: 46px;
	height: 46px;
	background-image: url('../img/owl-news-right.png');
	position: absolute;
	right: 30px;
	bottom: 50%;
	opacity: 0;
	display: none;
	transition: all 0.4s ease;
}
.owl-catalog-slider .owl-prev{
	font-size: 0;
	width: 46px;
	height: 46px;
	background-image: url('../img/owl-news-left.png');
	position: absolute;
	left: 30px;
	bottom: 50%;
	opacity: 0;
	display: none;
	transition: all 0.4s ease;
}
.owl-catalog-slider h3{
	position: absolute;
	color: #d11a40;
	font-size: 14px;
	font-family: 'AcromExtraBold';
	top: 160px;
	left: 115px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding-bottom: 1px;
	border-bottom: 1px #d11a40 solid;
}
.owl-catalog-slider h2{
	font-family: 'AcromLight';
	color: #fff;
	font-size: 36px;
	margin: 0;
	text-transform: uppercase;
	position: absolute;
	left: 115px;
	top: 205px;
	width: 400px;
	text-align: left;
	line-height: 47px;
}
.owl-catalog-slider h2 span{
	font-family: 'AcromExtraBold';
}
.owl-catalog-slider p.price{
	color: #6a6a6a;
	font-size: 31px;
	font-family: 'AcromRegular';
	position: absolute;
	left: 115px;
	top: 325px;
}
.owl-catalog-slider p.price img{
	width: 13px;
	display: inline-block;
	margin-top: -5px;
}
.owl-catalog-slider .owl-controls .owl-dots{
	position: absolute;
	bottom: 40px;
	left: 115px;
}
.owl-catalog-slider .owl-controls .owl-dot{
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
	opacity: 0.7;
	transition: all 0.4s ease;
}
.owl-catalog-slider .owl-controls .owl-dot.active, .owl-catalog-slider .owl-controls .owl-dot:hover, .owl-catalog-slider .owl-controls .owl-dot:focus{
	opacity: 1;
}

/* contacts */

#contacts{
	text-align: center;
}
#contacts h1{
	color: #000;
	font-size: 42px;
	font-family: 'AcromBold';
	margin: 0 0 40px;
}
#contacts .title-wrap p{
	font-size: 14px;
	line-height: 23px;
	color: #000;
	font-family: 'AcromRegular';
	margin: 0 auto;
	width: 710px;
}
#contacts p a{
	color: #83304d;
	text-decoration: underline;
}
#contacts p a:hover, #contacts p a:focus{
	text-decoration: none;
}
#contacts .map{
	padding-top: 125px;
	padding-bottom: 120px;
}
.map-left{
	width: 400px;
	float: left;
	padding-left: 85px;
	text-align: left;
}
.map-left h2{
	margin: 0;
	color: #000;
	font-family: 'AcromBold';
	font-size: 18px;
}
.map-left h3{
	font-family: 'AcromMedium';
	font-size: 14px;
	color: #83304d;
	margin: 35px 0 15px;
	text-transform: uppercase;
}
.map-left p{
	font-size: 14px;
	color: #000;
	font-family: 'AcromRegular';
	line-height: 23px;
	margin: 0;
	width: 100%;
}
.map-right{
	width: 770px;
	float: left;
	padding-left: 50px;
}
#map-wrap{
	height: 360px;
	width: 635px;
}
#contacts-form{
	border-top: 1px #E4E4E4 solid;
	padding-top: 75px;
	text-align: center;
	padding-bottom: 170px;
}
#contacts-form h2{
	font-size: 32px;
	color: #000;
	font-family: 'AcromBold';
	margin: 0;
}
#contacts-form form{
	width: 860px;
	margin: 65px auto 0;
}
#contacts-form form input[type="text"]{
	float: left;
	width: 286px;
	background-color: #F7F7F7;
	border: 1px #D4D4D4 solid;
	line-height: 50px;
	padding-left: 20px;
	transition: all 0.4s ease;
	font-size: 13px;
	color: #000;
	font-family: 'AcromLight';
}
#contacts-form form select{
	width: 100%;
	background-color: #F7F7F7;
	border: 1px #D4D4D4 solid;
	height: 50px;
	padding-left: 20px;
	transition: all 0.4s ease;
	font-size: 13px;
	color: #000;
	font-family: 'AcromLight';
	margin-top: 20px;
	-webkit-appearance: none;
	background-image: url('../img/arrow-down-2.png');
	background-position: 98% center;
	-webkit-background-size: 20px;
	background-size: 20px;
	background-repeat: no-repeat;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
}
.vacancy-form{
	padding-top: 30px;
}
#contacts-form form input[type="text"]:hover, #contacts-form form textarea:hover{
	background-color: transparent;
}
#contacts-form form input::-webkit-input-placeholder {font-size: 13px; color: #000; font-family: 'AcromLight';}
#contacts-form form input::-moz-placeholder          {font-size: 13px; color: #000; font-family: 'AcromLight';}/* Firefox 19+ */
#contacts-form form input:-moz-placeholder           {font-size: 13px; color: #000; font-family: 'AcromLight';}/* Firefox 18- */
#contacts-form form input:-ms-input-placeholder      {font-size: 13px; color: #000; font-family: 'AcromLight';}

#contacts-form form textarea{
	resize: none;
	width: 860px;
	background-color: #F7F7F7;
	border: 1px #D4D4D4 solid;
	padding-left: 20px;
	transition: all 0.4s ease;
	font-size: 13px;
	color: #000;
	font-family: 'AcromLight';
	height: 90px;
	margin-top: 20px;
	line-height: 35px;
}

#contacts-form form textarea::-webkit-input-placeholder {font-size: 13px; color: #000; font-family: 'AcromLight';}
#contacts-form form textarea::-moz-placeholder          {font-size: 13px; color: #000; font-family: 'AcromLight';}/* Firefox 19+ */
#contacts-form form textarea:-moz-placeholder           {font-size: 13px; color: #000; font-family: 'AcromLight';}/* Firefox 18- */
#contacts-form form textarea:-ms-input-placeholder      {font-size: 13px; color: #000; font-family: 'AcromLight';}

#contacts-form form p{
	font-size: 15px;
	font-family: 'AcromLight';
	color: #7c7c7c;
	line-height: 22px;
	width: 660px;
	margin: 0 auto;
}
#contacts-form form p a, #contacts-form form p span{
	font-family: 'AcromBold';
	color: #42304f;
}

/* content */

#content{
	padding-top: 65px;
	padding-bottom: 205px;
}
#content .top-links{
	margin-top: 0;
}
#content p{
	line-height: 23px;
	font-size: 15px;
	color: #000;
	font-family: 'AcromRegular';
	padding-bottom: 75px;
	width: 730px;
}
.q-block{
	padding-top: 70px;
	border-top: 1px #f2f2f2 solid;
	width: 600px;
	padding-left: 10px;
}
.q-block h2{
	margin: 0 0 7px;
	font-family: 'AcromBold';
	font-size: 22px;
	color: #000;
}
.q-block h3{
	font-family: 'AcromLight';
	font-size: 17px;
	color: #000;
	margin: 0;
}
.btn-q-block{
	float: left;
	margin-top: 55px;
	width: 340px;
	line-height: 60px;
	border: none;
	background-color: #42304F;
	color: #fff;
	font-size: 16px;
	font-family: 'AcromBold';
	box-shadow: 4px 4px 11px rgba(0,0,0,0.32);
	margin-right: 50px;
}
.btn-q-block img{
	margin-right: 10px;
}
.q-block h4{
	margin: 65px 0 0;
	color: #83304d;
	font-size: 18px;
	font-family: 'AcromBold';
}
.q-block h5{
	margin: 10px 0 0;
	color: #909090;
	font-size: 15px;
	font-family: 'AcromLight';
}

/* cart */

#cart{
	text-align: center;
}
#cart h1{
	color: #000;
	font-family: 'AcromBold';
	font-size: 42px;
	margin: 0 0 25px;
}
#cart .title-wrap p{
	color: #000;
	font-family: 'AcromRegular';
	font-size: 14px;
	margin: 0 auto;
	width: 570px;
	line-height: 21px;
}
#cart p span{
	color: #83304d;
	font-family: 'AcromBold';
}
.cart-wrap, #basket_items_list{
	padding-top: 50px;
	background-color: #F6F6F6;
}
.cart-wrap h2{
	font-size: 16px;
	color: #000;
	font-family: 'AcromLight';
	margin: 0 0 35px;
}
.cart-wrap h2 span{
	color: #83304d;
	font-family: 'AcromExtraBold';
}
.cart, #basket_items_list .bx_ordercart_order_table_container{
	width: 830px;
	margin: 0 auto;
	text-align: left;
	border: none;
	overflow-x: visible;
	padding-bottom: 90px;
}
#basket_items_list .bx_ordercart_order_table_container table td.margin{
	display: none;
}
#basket_items_list .bx_ordercart_order_table_container table thead td{
	font-size: 14px;
	color: #000;
	font-family: 'AcromRegular';
	padding: 0 0 0 20px;
	line-height: 45px;
}
#basket_items_list .bx_ordercart_order_table_container .bx_ordercart_photo{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#basket_items_list .bx_ordercart_photo_container{
	border: none;
	border-radius: 0;
}
#basket_items_list .bx_ordercart_order_table_container tbody td.itemphoto{
	padding: 10px 25px 10px 15px;
	width: 114px;
}
#basket_items_list .bx_ordercart_photo_container{
	min-width: 114px;
}
#basket_items > tbody > tr{
	width: 100%;
	height: 135px;
	margin-bottom: 10px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	position: relative;
	background-color: #fff;
	position: relative;
}
#basket_items_list .bx_ordercart_order_table_container tbody td.item{
	width: 316px;
	padding: 0;
}
#basket_items_list .bx_ordercart_order_table_container .bx_ordercart_itemtitle{
	font-family: 'AcromBold';
	font-size: 15px;
	color: #000;
	margin: 55px 0 0;
}
#basket_items_list .bx_ordercart_order_table_container .bx_ordercart_itemart{
	font-family: 'AcromRegular';
	font-size: 12px;
	color: #a0a0a0;
	margin: 5px 0 0;
}
#basket_items_list .bx_ordercart_order_table_container tbody td.custom{
	width: 220px;
	padding: 60px 0 0 20px;
}
#basket_items_list .centered input[type="text"]{
	display: inline-block;
	font-size: 18px;
	color: #000;
	font-family: 'AcromMedium';
	margin: 0 10px;
	vertical-align: middle;
	border: none;
	max-width: 25px!important;
	text-align: center;
	background: transparent;
}
#basket_items_list .bx_ordercart_order_table_container tbody td.price{
	width: 140px;
	padding: 60px 0 0 15px;
}
#basket_items_list .bx_ordercart_order_table_container tbody td.price .current_price{
	font-family: 'AcromBold';
	font-size: 18px;
	color: #000;
}
#basket_items_list .bx_ordercart_order_table_container tbody td.control{
	padding: 5px;
}
#basket_items_list .bx_ordercart_order_pay_left{
	display: none;
}
#basket_items_list .bx_ordercart_order_pay{
	margin: 0;
	padding: 0 0 90px;
	width: 830px;
	margin: 0 auto;
}
#basket_items_list .bx_ordercart_order_pay_right{
	float: none;
	width: 100%;
}
#basket_items_list .bx_ordercart_order_sum tr:first-child{
	display: none;
}
#basket_items_list .bx_ordercart_order_sum{
	margin: 30px 0;
}
#basket_items_list .bx_ordercart_order_sum tr td.fwb{
	color: #83304d;
	font-size: 22px;
	font-family: 'AcromBold';
}
#basket_items_list .bx_ordercart_order_sum tr td.fwb:last-child{
	padding-right: 10px;
}
#basket_items_list .bx_ordercart_order_pay_center{
	margin: 0;
	padding: 0;
	border: none;
}
#basket_items_list .bx_ordercart_order_pay_center .checkout{
	width: 335px;
	line-height: 60px;
	font-family: 'AcromBold';
	font-size: 16px;
	color: #fff;
	background: none;
	text-align: center;
	background-color: #42304F;
	box-shadow: 4px 4px 11px rgba(0,0,0,0.32);
	border: none;
	border-radius: 0;
}
.cart-head{
	height: 35px;
	background-color: transparent;
}
.cart-head .name{
	float: left;
	font-size: 14px;
	color: #000;
	font-family: 'AcromRegular';
	width: 470px;
	padding-left: 20px;
}
.cart-head .number{
	float: left;
	font-size: 14px;
	color: #000;
	font-family: 'AcromRegular';
	width: 220px;
	padding-left: 20px;
}
.cart-head .price{
	float: left;
	font-size: 14px;
	color: #000;
	font-family: 'AcromRegular';
	width: 140px;
	padding-left: 20px;
}
.cart-block{
	width: 100%;
	height: 135px;
	margin-bottom: 10px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	position: relative;
	background-color: #fff;
}
.cart-block .cart-delete{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.cart-block-name{
	width: 470px;
	float: left;
}
.cart-block-name-img{
	margin: 10px 25px 10px 15px;
	float: left;
	width: 114px;
	height: 114px;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.cart-block-name h3{
	font-family: 'AcromBold';
	font-size: 15px;
	color: #000;
	margin: 55px 0 0;
}
.cart-block-name h4{
	font-family: 'AcromRegular';
	font-size: 12px;
	color: #a0a0a0;
	margin: 5px 0 0;
}
.cart-block-number{
	width: 220px;
	float: left;
	padding-top: 60px;
	padding-left: 20px;
}
.cart-block-number-mobile{
	display: none;
}
.cart-block-number button{
	display: inline-block;
	border: none;
	background-color: transparent;
	padding: 0;
	vertical-align: middle;
}
.cart-block-number p{
	display: inline-block;
	font-size: 18px;
	color: #000;
	font-family: 'AcromMedium';
	margin: 0 10px;
	vertical-align: middle;
}
.cart-block-price{
	float: left;
	width: 140px;
	font-family: 'AcromBold';
	font-size: 18px;
	color: #000;
	padding-top: 60px;
	padding-left: 15px;
}
.cart-block-price-mobile{
	display: none;
}
.cart-block-price span{
	font-family: 'AcromRegular';
	font-size: 13px;
}
.cart-footer{
	padding-top: 25px;
	text-align: right;
}
.cart-footer h5{
	color: #83304d;
	font-size: 22px;
	font-family: 'AcromBold';
	margin: 0;
	padding-right: 10px;
}
.btn-cart{
	width: 335px;
	line-height: 60px;
	font-family: 'AcromBold';
	font-size: 16px;
	color: #fff;
	background-color: #42304F;
	box-shadow: 4px 4px 11px rgba(0,0,0,0.32);
	margin-top: 30px;
	border: none;
}
#cart-hit{
	text-align: center;
	padding-top: 120px;
	padding-bottom: 140px;
}
#cart-hit h2{
	font-size: 26px;
	margin: 0;
	color: #000;
	font-family: 'AcromBold';
}
/* profile */

#profile{
	text-align: center;
	padding-bottom: 185px;
}
.profile-wrap .top-links a, .profile-wrap .top-links{
	color: #fff;
	text-align: left;
}
.profile-wrap{
	width: 100%;
	background-image: url('../img/profile-bg.jpg');
	-webkit-background-size: 1920px;
	background-size: 1920px;
	background-repeat: no-repeat;
	background-position: center;
	height: 387px;
	margin-bottom: 65px;
}
.profile-wrap h1{
	color: #fff;
	font-size: 46px;
	font-family: 'AcromExtraBold';
	margin: 40px 0 35px;
	text-align: center;
}
.profile-wrap p{
	font-size: 14px;
	font-family: 'AcromRegular';
	color: #fff;
	margin: 0 auto;
	line-height: 23px;
	width: 650px;
	text-align: center;
}
.profile-wrap p span{
	font-family: 'AcromExtraBold';
	color: #fff;
	text-decoration: none;
}
#profile .right-block h1{
	text-align: left;
	margin-bottom: 60px;
}
.profile-form form{
	width: 610px;
}
.profile-form label{
	font-size: 14px;
	color: #000;
	font-family: 'AcromMedium';
	line-height: 45px;
	width: 170px;
	float: left;
	text-align: left;
}
.profile-form input{
	display: inline-block;
	width: 430px;
	height: 45px;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	border: 1px #cdcdcd solid;
	padding-left: 20px;
}
.profile-form form input::-webkit-input-placeholder {font-size: 13px; color: #000; font-family: 'AcromLight';}
.profile-form form input::-moz-placeholder          {font-size: 13px; color: #000; font-family: 'AcromLight';}/* Firefox 19+ */
.profile-form form input:-moz-placeholder           {font-size: 13px; color: #000; font-family: 'AcromLight';}/* Firefox 18- */
.profile-form form input:-ms-input-placeholder      {font-size: 13px; color: #000; font-family: 'AcromLight';}

.btn-profile{
	float: right;
	width: 430px;
	line-height: 60px;
	border: none;
	background-color: #42304F;
	color: #fff;
	font-family: 'AcromBold';
	font-size: 16px;
	box-shadow: 4px 4px 11px rgba(0,0,0,0.32);
}

/* about */

#about{
	text-align: center;
	border-bottom: 1px #F0F0F0 solid;
}
#about .top-links a, #about .top-links{
	color: #fff;
	text-align: left;
}
.about-wrap{
	width: 100%;
	background-image: url('../img/about-bg.jpg');
	-webkit-background-size: 1920px;
	background-size: 1920px;
	background-repeat: no-repeat;
	background-position: center;
	height: 387px;
}
.about-wrap h1{
	color: #fff;
	font-size: 46px;
	font-family: 'AcromExtraBold';
	margin: 40px 0 35px;
}
.about-wrap p{
	font-size: 14px;
	font-family: 'AcromRegular';
	color: #fff;
	margin: 0 auto;
	line-height: 23px;
	width: 650px;
}
.about-descr{
	width: 770px;
	margin: -35px auto 0;
	background-color: #fff;
	text-align: center;
	padding-top: 130px;
	padding-bottom: 125px;
}
.about-descr h2{
	font-family: 'AcromBold';
	font-size: 28px;
	color: #000;
	margin: 0 auto;
	line-height: 44px;
	width: 495px;
	padding-bottom: 100px;
}
.about-descr h2 span{
	color: #83304d;
}
.about-descr p{
	color: #000;
	font-size: 15px;
	font-family: 'AcromRegular';
	margin: 0 auto;
	width: 645px;
	text-align: left;
}
.about-img-wrap{
	text-align: center;
}
.about-img-wrap img{
	display: inline-block;
	width: 550px;
	margin: 0 15px;
}
.about-img-wrap p{
	font-size: 14px;
	color: #000;
	font-family: 'AcromLight';
	margin: 70px 0 0;
}
#about h3{
	color: #000;
	font-family: 'AcromMedium';
	font-size: 23px;
	line-height: 34px;
	width: 830px;
	text-align: left;
	margin: 100px auto 135px;
}
#about h3 a{
	color: #83304d;
	text-decoration: underline;
}
#mission{
	padding-top: 185px;
	text-align: left;
	padding-bottom: 165px;
}
.mission-left{
	float: left;
	width: 700px;
}
#mission h2{
	text-transform: uppercase;
	color: #000;
	font-size: 26px;
	font-family: 'AcromBold';
	margin: 0 0 36px;
}
#mission h2 span{
	font-family: 'AcromRegular';
	color: #83304d;
}
#mission img{
	width: 100%;
}
#mission h3{
	color: #000;
	font-size: 23px;
	font-family: 'AcromBold';
	margin: 40px 0 40px 10px;
	line-height: 33px;
}
.mission-left h3{
	width: 570px;
}
.mission-right h3{
	width: 300px;
}
#mission p{
	color: #888888;
	font-size: 15px;
	font-family: 'AcromRegular';
	margin: 0 0 0 10px;
	line-height: 21px;
}
.mission-left p{
	width: 470px;
}
.mission-right p{
	width: 330px;
}
.mission-right{
	float: left;
	margin-left: 70px;
	width: 400px;
	text-align: left;
}
#service{
	text-align: center;
	padding-top: 170px;
	background-color: #F9F9F9;
	padding-bottom: 60px;
}
#service h2{
	font-size: 36px;
	color: #000;
	font-family: 'AcromBold';
	margin: 0 0 20px;
}
#service > .container > p{
	color: #7b7b7b;
	font-size: 16px;
	font-family: 'AcromLight';
	margin: 0 0 145px;
}
.service-block{
	float: left;
	width: 390px;
	padding-left: 50px;
	padding-bottom: 125px;
}
.service-block img{
	float: left;
	width: 27px!important;
}
.service-block-descr{
	float: left;
	padding-left: 60px;
	text-align: left;
	width: 290px;
}
.service-block-descr p.number{
	color: #83304d;
	font-family: "GeorgiaItalic";
	font-size: 19px;
	margin: 0;
	line-height: 19px;
}
.service-block-descr h3{
	color: #000;
	font-size: 13px;
	font-family: 'AcromExtraBold';
	margin: 15px 0 45px;
	text-transform: uppercase;
}
.service-block-descr p.descr{
	font-family: 'AcromLight';
	color: #434343;
	font-size: 14px;
	margin: 0;
	line-height: 22px;
}
.service-block-descr p.descr span{
	font-family: 'AcromBold';
	color: #000;
}
#about-comments{
	text-align: center;
	padding-top: 125px;
	border-bottom: 1px #F0F0F0 solid;
}
.about-comments-block{
	padding-top: 40px;
	position: relative;
	width: 830px;
	margin: 0 auto;
	padding-bottom: 160px;
}
.about-comments-block img{
	border-radius: 50%;
	box-shadow: 15px 15px 25px rgba(0,0,0,0.24);
}
.about-comments-block h2{
	color: #1d1d1d;
	font-size: 16px;
	font-family: 'AcromBold';
	margin: 45px 0 65px;
	line-height: 25px;
}
.about-comments-block h2 span{
	color: #83304d;
	text-transform: uppercase;
}
.about-comments-block p{
	font-size: 20px;
	font-family: 'AcromRegular';
	line-height: 35px;
	color: #000;
	width: 715px;
	margin: 0 auto;
}
.about-comments-block .left-quote{
	position: absolute;
	left: 0;
	top: 300px;
	border-radius: 0;
	box-shadow: none;
}
.about-comments-block .right-quote{
	position: absolute;
	right: 0;
	bottom: 100px;
	border-radius: 0;
	box-shadow: none;
}
#about-also{
	padding-top: 140px;
	text-align: center;
	padding-bottom: 105px;
	border-bottom: 1px #F0F0F0 solid;
}
#about-also h2{
	font-size: 32px;
	color: #000;
	font-family: 'AcromBold';
	margin: 0 0 110px;
	text-transform: uppercase;
}
#about-also a{
	color: #000;
	font-size: 18px;
	font-family: 'AcromBold';
}
#about-also a img{
	margin: 0 30px 0 40px;
}
#about-also a:hover, #about-also a:focus{
	text-decoration: none;
}
.about-also-a-wrap{
	width: 390px;
	float: left;
	text-align: left;
	margin-bottom: 30px;
}
.owl-service .owl-dots{
	margin-top: 55px;
}
.owl-service .owl-dot{
	width: 14px;
	height: 14px;
	background-color: #B7B7B7;
	border-radius: 50%;
	display: inline-block;
	margin: 0 12px;
	transition: all 0.4s ease;
	vertical-align: middle;
	border: 3px #fff solid;
}
.owl-service .owl-dot.active, .owl-service .owl-dot:hover, .owl-service .owl-dot:focus{
	border: 3px #83304D solid;
	width: 14px;
	height: 14px;
	background-color: #fff;
}

/* order */

#order h1{
	margin: 0 0 65px;
	color: #000;
	font-size: 35px;
	font-family: 'AcromBold';
}
.order-left{
	float: left;
	width: 725px;
	border-right: 1px #EBEBEB solid;
	padding-bottom: 175px;
}
.profile-form label.not-required{
	color: #8c8c8c;
	font-family: 'AcromRegular';
	vertical-align: top;
}
.profile-form textarea{
	display: inline-block;
	width: 430px;
	height: 85px;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	border: 1px #cdcdcd solid;
	padding-left: 20px;
	padding-top: 10px;
	resize: none;
}
.profile-form select{
	display: inline-block;
	width: 430px;
	height: 45px;
	margin-bottom: 40px;
	background-color: #F7F7F7;
	border: 1px #cdcdcd solid;
	padding-left: 10px;
	font-family: 'AcromLight';
}
.profile-form input[type="radio"] + label {
	cursor: pointer;
}
.profile-form input[type="radio"]:not(checked) {
	position: absolute;
	opacity: 0;
}
.profile-form input[type="radio"]:not(checked) + label {
	position: relative;
	padding: 0 0 0 70px;
	margin-right: 55px;
}
.profile-form input[type="radio"]:not(checked) + label:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 38px;
	height: 38px;
	border: none;
	border-radius: 0;
	background: transparent;
	background-image: url("../img/order-checkbox-2.png");
	background-repeat: no-repeat;
}
.profile-form input[type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 38px;
	height: 38px;
	border-radius: 0;
	background: transparent;
	background-image: url("../img/order-checkbox-1.png");
	background-repeat: no-repeat;
}
.profile-form input[type="radio"]:checked + label:after{
	content: '';
}
.profile-form input[type="radio"]:not(checked) + label{
	color: #adadad;
	font-size: 14px;
	line-height: 17px;
	font-family: 'AcromRegular';
	width: 160px;
}
.profile-form input[type="radio"]:checked + label{
	color: #83304d;
}
.order-price{
	width: 640px;
	border: 6px #E8E8E8 solid;
	padding: 40px 30px 45px 65px;
	background-color: #F9F9F9;
	margin-top: 70px;
}
.order-price h2{
	color: #000;
	margin: 0 0 45px;
	font-size: 20px;
	font-family: 'AcromLight';
	text-align: center;
}
.order-price h2 span{
	color: #83304d;
	font-family: 'AcromExtraBold';
}
.price-left{
	float: left;
	width: 150px;
	border-right: 1px #DEDEDE solid;
	margin: 10px 0 0;
}
.price-left p{
	font-family: 'AcromLight';
	font-size: 13px;
	margin: 0;
}
.price-left p span{
	font-family: 'AcromBold';
	color: #83304d;
	font-size: 16px;
}
.btn-order{
	float: left;
	width: 335px;
	line-height: 55px;
	border: none;
	background-color: #42304F;
	color: #fff;
	font-family: 'AcromBold';
	font-size: 16px;
	box-shadow: 4px 4px 11px rgba(0,0,0,0.32);
	margin-left: 45px;
}
.order-right{
	width: 445px;
	float: left;
	padding-left: 80px;
}
.order-right-block{
	margin-bottom: 75px;
}
.order-right-block img{
	float: left;
	width: 60px!important;
}
.order-right-block-descr{
	float: left;
	width: 240px;
	padding-left: 40px;
}
.order-right-block-descr h3{
	color: #000;
	font-size: 18px;
	margin: 0 0 20px;
	font-family: 'AcromBold';
}
.order-right-block-descr p{
	color: #4a4a4a;
	font-size: 14px;
	font-family: 'AcromLight';
	margin: 0;
	line-height: 19px;
}
.owl-order{
	padding-bottom: 75px;
}
.owl-order .owl-dots{
	margin-top: 30px;
}
.owl-order .owl-dot{
	width: 14px;
	height: 14px;
	background-color: #B7B7B7;
	border-radius: 50%;
	display: inline-block;
	margin: 0 12px;
	transition: all 0.4s ease;
	vertical-align: middle;
	border: 3px #fff solid;
}
.owl-order .owl-dot.active, .owl-order .owl-dot:hover, .owl-order .owl-dot:focus{
	border: 3px #83304D solid;
	width: 14px;
	height: 14px;
	background-color: #fff;
}

/* portfolio */

#portfolio{
	border-bottom: 1px #E2E2E2 solid;
}
#portfolio.portfolio-page{
	padding-top: 0;
}
#portfolio h1{
	font-size: 40px;
	color: #000;
	font-family: 'AcromBold';
	margin: 0 0 50px;
}
#portfolio .authors-tab .tab-content{
	padding-top: 90px;
	padding-bottom: 0;
}
.portfolio-block{
	vertical-align: top;
	display: inline-block;
	width: 356px;
	text-align: left;
	margin-right: 30px;
	margin-bottom: 45px;
	cursor: pointer;
}
.portfolio-img-wrap{
	background-color: #000;
}
.tab-content a:nth-child(3n) .potfolio-block{
	margin-right: 0;
}
.portfolio-block:nth-child(3){
	margin-right: 0;
}
.portfolio-block:nth-child(6){
	margin-right: 0;
}
.portfolio-block:nth-child(9){
	margin-right: 0;
}
.portfolio-block img{
	width: 100%;
	transition: all 0.4s ease;
}
.portfolio-block h2{
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'AcromBold';
	margin: 25px 0 10px;
}
.portfolio-block p{
	color: #a5a5a5;
	font-size: 13px;
	font-family: 'AcromLight';
	margin: 0;
}
#advantages{
	padding-top: 135px;
	text-align: center;
	padding-bottom: 50px;
	border-bottom: 1px #E2E2E2 solid;
}
#advantages h2{
	color: #000;
	font-family: 'AcromBold';
	font-size: 40px;
	margin: 0 0 25px;
}
#advantages > .container > p{
	color: #515151;
	font-size: 16px;
	font-family: 'AcromLight';
	margin: 0 0 130px;
}
.advantages-block{
	width: 230px;
	display: inline-block;
	margin: 0 75px;
	text-align: center;
	margin-bottom: 105px;
}
.advantages-block img{
	width: 60px!important;
	margin: 0 auto 40px;
}
.advantages-block p{
	color: #000;
	font-size: 16px;
	font-family: 'AcromLight';
	margin: 0;
	line-height: 23px;
	text-align: left;
}
.advantages-block p span{
	font-family: 'AcromBold';
}
.owl-advantages .owl-dots{
	margin-top: 55px;
}
.owl-advantages .owl-dot{
	width: 14px;
	height: 14px;
	background-color: #B7B7B7;
	border-radius: 50%;
	display: inline-block;
	margin: 0 12px;
	transition: all 0.4s ease;
	vertical-align: middle;
	border: 3px #fff solid;
}
.owl-advantages .owl-dot.active, .owl-advantages .owl-dot:hover, .owl-advantages .owl-dot:focus{
	border: 3px #83304D solid;
	width: 14px;
	height: 14px;
	background-color: #fff;
}

/* portfolio-work */

#portfolio-work{
	text-align: center;
	padding-bottom: 155px;
	border-bottom: 1px #E9E9E9 solid;
}
#portfolio-work h1{
	color: #000;
	font-size: 32px;
	font-family: 'AcromExtraBold';
	margin: 0 0 40px;
}
#portfolio-work > .container > p{
	color: #000;
	font-size: 14px;
	font-family: 'AcromRegular';
	margin: 0 auto 70px;
	line-height: 21px;
	width: 710px;
}
.owl-portfolio{
	width: 970px;
	margin: 0 auto;
	position: relative;
}
.owl-portfolio .owl-next{
	font-size: 0;
	width: 55px;
	height: 55px;
	background-image: url('../img/owl-steps-right.png');
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -27px;
	opacity: 0;
	display: none;
	transition: all 0.4s ease;
	-webkit-background-size: cover;
	background-size: cover;
}
.owl-portfolio .owl-prev{
	font-size: 0;
	width: 55px;
	height: 55px;
	background-image: url('../img/owl-steps-left.png');
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -27px;
	opacity: 0;
	display: none;
	transition: all 0.4s ease;
	-webkit-background-size: cover;
	background-size: cover;
}
.owl-portfolio .owl-dots{
	margin-top: 30px;
}
.owl-portfolio .owl-dot{
	width: 14px;
	height: 14px;
	background-color: #B7B7B7;
	border-radius: 50%;
	display: inline-block;
	margin: 0 12px;
	transition: all 0.4s ease;
	vertical-align: middle;
	border: 3px #fff solid;
}
.owl-portfolio .owl-dot.active, .owl-portfolio .owl-dot:hover, .owl-portfolio .owl-dot:focus{
	border: 3px #83304D solid;
	width: 14px;
	height: 14px;
	background-color: #fff;
}
.about-project{
	margin: 70px auto 0;
	width: 970px;
	text-align: left;
	padding-bottom: 165px;
	border-bottom: 1px #E7E7E7 solid;
}
.about-project h2{
	color: #000;
	font-size: 36px;
	font-family: 'AcromBold';
	margin: 0 0 55px;
	width: 100%;
	padding-left: 100px;
}
.about-project-left{
	float: left;
	width: 570px;
	padding-left: 100px;
}
.about-project-left h3{
	color: #000;
	font-size: 22px;
	font-family: 'AcromBold';
	margin: 0 0 30px;
	width: 100%;
}
.about-project-left p{
	color: #050505;
	font-size: 15px;
	font-family: 'AcromRegular';
	line-height: 24px;
	width: 450px;
}
.about-project-right{
	float: left;
	width: 370px;
}
.about-project-right img{
	width: 100%;
}
.solution{
	padding-top: 110px;
	text-align: left;
	width: 970px;
	margin: 0 auto 50px;
	padding-left: 100px;
}
.solution h2{
	font-size: 36px;
	font-family: 'AcromBold';
	margin: 0 0 50px;
	color: #000;
}
.solution p{
	color: #050505;
	font-size: 15px;
	font-family: 'AcromRegular';
	line-height: 24px;
	width: 740px;
}
.js-stuff{
	height: 410px!important;
	width: 970px!important;
	background-color: #000;
	margin: 120px auto 0;
}
.comment{
	padding-top: 90px;
	width: 970px;
	margin: 0 auto;
}
.comment-left{
	padding-left: 85px;
	text-align: left;
	float: left;
	width: 400px;
}
.comment-left img{
	width: 90px;
	margin-left: 10px;
}
.comment-left h2{
	color: #000;
	font-size: 16px;
	font-family: 'AcromMedium';
	margin: 20px 0 5px;
}
.comment-left h3{
	color: #898989;
	margin: 0 0 10px;
	font-size: 14px;
	font-family: "GeorgiaItalic";
}
.comment-left a{
	font-size: 17px;
	color: #83304d;
	font-family: "GeorgiaItalic";
}
.comment-right{
	float: left;
	width: 570px;
	text-align: left;
}
.comment-right p{
	margin: 10px 0 0;
	font-size: 15px;
	font-family: 'AcromRegular';
	color: #000;
	width: 470px;
}
.comment-full{
	margin: 70px 0 25px;
	width: 970px;
}
.comment-small-1{
	float: left;
	width: 470px;
	margin-bottom: 90px;
}
.comment-small-2{
	float: right;
	width: 470px;
	margin-bottom: 90px;
}
.comment-full img, .comment-small-1 img, .comment-small-2 img{
	width: 100%;
}
.comment > p{
	font-size: 15px;
	margin: 0;
	color: #000;
	font-family: 'AcromRegular';
	width: 735px;
	margin: 0 auto;
	text-align: left;
}
.comment > h3{
	font-size: 20px;
	font-family: 'AcromRegular';
	color: #000;
	line-height: 36px;
	width: 650px;
	margin: 70px auto 95px;
}
.comment > h3 a{
	color: #83304d;
	text-decoration: underline;
}
.btn-portfolio-work{
	width: 830px;
	line-height: 90px;
	border: none;
	background-color: #42304F;
	color: #fff;
	font-size: 19px;
	font-family: 'AcromBold';
	box-shadow: 2px 2px 10px rgba(0,0,0,0.53);
}
#team-project{
	padding-top: 120px;
	padding-bottom: 55px;
}
.team-project-wrap{
	width: 970px;
	margin: 0 auto;
}
.team-project-wrap h2{
	color: #000;
	font-family: 'AcromBold';
	margin: 0 0 90px;
	font-size: 34px;
}
.team-project-block{
	width: 50%;
	float: left;
	margin-bottom: 70px;
}
.team-project-block img{
	width: 100px;
	float: left;
	margin-right: 30px;
}
.team-project-block h3{
	color: #000;
	font-size: 16px;
	font-family: 'AcromMedium';
	margin: 10px 0 5px;
}
.team-project-block h4{
	color: #898989;
	margin: 0 0 10px;
	font-size: 14px;
	font-family: "GeorgiaItalic";
}
.team-project-block a{
	font-size: 17px;
	color: #83304d;
	font-family: "GeorgiaItalic";
	display: none;
}

/* cooperation */

#cooperation{
	text-align: center;
	padding-bottom: 170px;
	border-bottom: 1px #F4F4F4 solid;
}
#cooperation h1{
	margin: 0 0 35px;
	font-size: 40px;
	color: #000;
	font-family: 'AcromBold';
}
#cooperation p{
	font-size: 15px;
	font-family: 'AcromRegular';
	margin: 0;
	color: #000;
}
#cooperation p a{
	color: #83304d;
	text-decoration: underline;
}
.coop-img-1{
	width: 570px;
	float: left;
	margin: 20px 0;
}
.coop-img-2{
	width: 570px;
	float: right;
	margin: 20px 0;
}
.coop-img-1 img, .coop-img-2 img{
	width: 100%;
}
#cooperation p.img-descr{
	color: #777777;
	font-size: 13px;
	margin: 0;
	font-family: 'AcromLight';
}
#cooperation h2{
	font-family: 'AcromBold';
	font-size: 23px;
	color: #000;
	margin: 80px auto;
	width: 930px;
	line-height: 35px;
}
#cooperation h3{
	color: #000;
	font-family: 'AcromRegular';
	font-size: 15px;
	margin: 0 auto;
	line-height: 23px;
	width: 670px;
	text-align: left;
}
#why-coop{
	text-align: center;
	padding-top: 140px;
}
#why-coop h2{
	font-family: 'AcromBold';
	font-size: 32px;
	color: #010101;
	margin: 0 0 100px;
}
#why-coop h2 span{
	color: #83304d;
}
.why-coop-block{
	width: 360px;
	float: left;
	margin-right: 45px;
	text-align: left;
	margin-bottom: 85px;
}
.why-coop-block:nth-child(4){
	margin-right: 0;
}
.why-coop-block img{
	width: 100%;
}
.why-coop-block h3{
	font-size: 18px;
	color: #000;
	font-family: 'AcromBold';
	margin: 30px 0 25px;
	text-transform: uppercase;
	width: 260px;
	line-height: 26px;
}
.why-coop-block p{
	color: #5c5c5c;
	font-size: 14px;
	font-family: 'AcromLight';
	margin: 0;
}
#contacts-form input.full-width{
	width: 100%;
	margin-top: 20px;
}

/* compare */

#compare{
	text-align: center;
}
#compare h1{
	color: #000;
	font-size: 42px;
	font-family: 'AcromBold';
	margin: 0 0 130px;
}
.compare-param{
	width: 100%;
	height: auto;
	text-align: left;
	background-color: #EEEEEE;
	padding: 40px 0 45px 40px;
}
.compare-param h2{
	color: #000;
	font-size: 18px;
	font-family: 'AcromBold';
	margin: 0 0 35px;
}
.compare-param label{
	font-family: 'AcromRegular';
	font-size: 14px;
	color: #000;
	margin: 0 35px 0 10px;
}
.compare-param input[type="checkbox"]:not(checked) + label{
	padding: 0 0 0 30px;
}
.compare-table table{
	width: 100%;
	text-align: left;
}
.compare-table table tr td:first-child{
	width: 400px;
	padding-left: 20px;
	padding-right: 20px;
}
.compare-table table tr td:nth-child(2), .compare-table table tr td:nth-child(3){
	width: 270px;
	padding-right: 120px;
}
.compare-table table tr:nth-child(2n){
	background-color: #F4F4F4;
}
.compare-table table tr td{
	font-size: 14px;
	color: #000;
	font-family: 'AcromRegular';
	height: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.compare-table table tr:first-child td{
	height: 140px;
}
.compare-table table tr:first-child td:nth-child(2), .compare-table table tr:first-child td:nth-child(3), .compare-table table tr:last-child td:nth-child(2), .compare-table table tr:last-child td:nth-child(3){
	text-align: center;
}
.compare-table table tr td a{
	color: #42304f;
	display: block;
	font-size: 14px;
	font-family: 'AcromRegular';
	text-decoration: underline;
}
.btn-compare-buy{
	width: 155px;
	margin-top: 15px;
	line-height: 35px;
	background-color: #42304F;
	border: none;
	color: #fff;
	font-size: 15px;
	font-family: 'AcromMedium';
	box-shadow: 2px 2px 3px rgba(66, 48, 79, 0.37);
}
.btn-compare-delete{
	width: 155px;
	margin-top: 15px;
	line-height: 35px;
	background-color: #fff;
	border: none;
	color: #42304F;
	font-size: 15px;
	font-family: 'AcromMedium';
	border: 1px #42304F solid;
}

/* article */

#article{
	text-align: center;
	border-bottom: 1px #F7F7F7 solid;
}
#article h2{
	color: #42304f;
	font-size: 16px;
	font-family: 'AcromRegular';
	margin: 0 0 25px;
}
#article h1{
	font-size: 32px;
	font-family: 'AcromBold';
	color: #000;
	margin: 0 0 70px;
}
.article-wrap{
	text-align: left;
}
.article-wrap h3{
	font-size: 28px;
	font-family: 'AcromBold';
	color: #000;
	line-height: 41px;
	margin: 85px 0 70px;
	max-width: 770px;
	margin: 0 auto;
}
.article-wrap p{
	font-size: 16px;
	font-family: 'AcromRegular';
	color: #000;
	line-height: 25px;
	margin: 0 0 10px;
	max-width: 770px;
	margin: 0 auto;
}
.article-wrap p a{
	color: #83304d;
	text-decoration: underline;
}
.article-wrap img{
	margin: 20px auto;
	display: block;
	max-width: 100%;
	height: auto;
}
#article > .container > img{
	width: 100%;
}
#blog h2 {
	color: #42304f;
	font-size: 15px;
	font-family: 'AcromRegular';
	margin: 5px 0 25px;
}
.img-wrap{
	width: 970px;
	margin: 0 auto;
}
.img-article-1{
	float: left;
	width: 470px;
}
.img-article-2{
	float: right;
	width: 470px;
}
.img-article-1 img, .img-article-2 img{
	width: 100%;
}
.article-wrap hr{
	background-color: #F3F3F3;
	height: 0px;
	width: 100%;
}
.article-like{
	padding-top: 85px;
	text-align: center;
	padding-bottom: 100px;
}
.article-like h4{
	font-family: 'AcromBold';
	font-size: 25px;
	color: #000;
	margin: 0 0 10px;
}
.article-like h5{
	font-size: 16px;
	font-family: 'AcromRegular';
	color: #acacac;
	margin: 0 0 35px;
}
#also-article{
	text-align: center;
	padding-top: 95px;
	padding-bottom: 130px;
}
#also-article h2{
	font-size: 30px;
	margin: 0 0 90px;
	color: #000;
	font-family: 'AcromBold';
}
.also-article-block{
	width: 370px;
	float: left;
	margin-right: 30px;
	text-align: left;
	cursor: pointer;
}
.also-article-block:last-child{
	margin-right: 0;
}
.also-article-block img{
	width: 100%;
	transition: all 0.4s ease;
}
.also-article-block h3{
	font-size: 12px;
	font-family: 'AcromMedium';
	color: #83304d;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 25px 0 15px;
}
.also-article-block h4{
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-family: 'AcromBold';
	margin: 0 0 20px;
	width: 285px;
	transition: all 0.4s ease;
}
.also-article-block p{
	color: #515151;
	font-size: 14px;
	font-family: 'AcromLight';
	margin: 0 0 25px;
}
.also-article-block p.date{
	color: #b5b5b5;
	font-family: 'AcromRegular';
	font-size: 13px;
	margin: 0;
}

/* brand-page */

#brand-page{
	text-align: center;
	padding-bottom: 100px;
}
#brand-page h1{
	font-family: 'AcromBold';
	font-size: 36px;
	color: #000;
	margin: 0 0 25px;
}
#brand-page p{
	font-size: 14px;
	color: #000;
	font-family: 'AcromLight';
	margin: 0 0 60px;
}
.brand-name{
	width: 470px;
	height: 315px;
	position: relative;
	text-align: center;
	padding-top: 200px;
	float: left;
	overflow: hidden;
	background-image: url('../img/brand-name-bg.jpg');

}
.brand-name img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
.brand-name h2{
	color: #fff;
	font-size: 34px;
	font-family: 'AcromExtraBold';
	margin: 0 0 10px;
}
.brand-name h3{
	font-size: 14px;
	font-family: 'AcromRegular';
	margin: 0;
	color: #fff;
}
.brand-wrap{
	width: 970px;
	margin: 0 auto 90px;
	overflow: hidden;
}
.brand-video{
	float: right;
	width: 470px;
	height: 315px;
	overflow: hidden;
	position: relative;
}
.brand-video img{
	position: absolute;
	top: 50%;
	left: 200px;
	margin-top: -27px;
}
.brand-video video{
	width: 100%;
}
#brand-page h4{
	line-height: 35px;
	font-size: 22px;
	color: #000;
	font-family: 'AcromRegular';
	margin: 0 auto 75px;
	width: 770px;
	text-align: left;
}
#brand-page h5{
	font-size: 15px;
	line-height: 24px;
	color: #000;
	font-family: 'AcromRegular';
	margin: 0 auto 70px;
	width: 670px;
	text-align: left;
}
#brand-page  img{
	max-width: 100%;
}
#brand-page h5 a{
	color: #83304d;
	text-decoration: underline;
}
#f-col{
	text-align: center;
	padding-bottom: 110px;
}
#f-col h2{
	font-size: 25px;
	color: #000;
	font-family: 'AcromBold';
	margin: 0 0 85px;
}
.f-col-block{
	width: 470px;
	display: inline-block;
	margin: 0 15px;
}
.f-col-block img{
	width: 100%;
}
.f-col-block h3{
	color: #000;
	font-size: 22px;
	font-family: 'AcromBold';
	margin: 25px 0 20px;
	text-align: left;
}
.f-col-block p{
	color: #7b7b7b;
	font-size: 13px;
	font-family: 'AcromLight';
	line-height: 18px;
	text-align: left;
	width: 90%;
	margin: 0 0 20px;
}

/* work-steps */

.work-steps-wrap{
	width: 100%;
	height: 471px;
	background-image: url('../img/work-steps-bg.jpg');
}
.work-steps-wrap .top-links a, .work-steps-wrap .top-links{
	color: #fff;
}
.work-steps-wrap h1{
	font-family: 'AcromExtraBold';
	font-size: 47px;
	color: #fff;
	margin: 70px 0 30px;
	text-align: center;
}
.work-steps-wrap p{
	font-family: 'AcromRegular';
	font-size: 14px;
	color: #fff;
	margin: 0 auto;
	width: 500px;
	text-align: center;
}
.steps-top-wrap{
	box-shadow: 10px 10px 25px rgba(0,0,0,0.06);
}
.steps-top{
	width: 770px;
	margin: -50px auto 0;
	background-color: #fff;
	padding: 110px 30px 0;
	text-align: center;
}
.steps-top h3{
	color: #83304d;
	font-size: 15px;
	font-family: 'AcromRegular';
	margin: 0 0 35px;
}
.steps-top h2{
	color: #000;
	font-size: 35px;
	font-family: 'AcromExtraBold';
	margin: 0 0 45px;
}
.steps-top p{
	color: #000;
	font-size: 16px;
	font-family: 'AcromRegular';
	margin: 0 0 80px;
	line-height: 26px;
}
.steps{
	text-align: center;
	padding-bottom: 100px;
}
.step{
	display: inline-block;
	width: 150px;
	vertical-align: top;
	margin: 0 -35px;
}
.steps hr{
	display: inline-block;
	width: 115px;
	height: 2px;
	background-color: #42304f;
	margin: 25px 0 0;
}
.step .step-number{
	font-size: 22px;
	color: #42304f;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px #42304f solid;
	font-family: "GeorgiaItalic";
	padding-top: 5px;
	margin: 0 auto;
}
.step h2{
	line-height: 21px;
	font-size: 14px;
	color: #000;
	font-family: 'AcromBold';
	text-transform: uppercase;
}
.step a:hover, .step a:focus{
	text-decoration: none;
}
.step.active .step-number{
	color: #fff;
	background-color: #42304f;
	box-shadow: 2px 2px 7px rgba(0,0,0,0.37);
}
.step-block{
	padding-top: 140px;
	text-align: left;
	width: 1060px;
	margin: 0 auto;
	padding-bottom: 200px;
}
.step-block-number{
	text-align: center;
	font-size: 37px;
	color: #42304f;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 4px #42304f solid;
	padding-top: 5px;
	font-family: "GeorgiaItalic";
	float: left;
	margin-right: 80px;
	margin-bottom: 190px;
}
.step-block-txt-right{
	width: 900px;
	float: left;
}
.step-block-txt-right h2{
	font-family: 'AcromExtraBold';
	font-size: 32px;
	color: #000;
	margin: 5px 0 15px;
}
.step-block-txt-right h3{
	font-family: 'PFRegalSwashPro-Black';
	font-size: 29px;
	color: #42304f;
	margin: 0 0 45px;
}
.step-block-txt-right p{
	font-size: 15px;
	color: #000;
	line-height: 25px;
	font-family: 'AcromRegular';
	margin: 0 auto;
}
.step-block-img-left{
	float: left;
	width: 700px;
	margin-left: 35px;
	height: 465px;
	overflow: hidden;
}
.step-block-img-right{
	width: 300px;
	float: right;
	height: 465px;
	overflow: hidden;
}
.step-block-img-left img, .step-block-img-right img{
	width: 100%;
}
.step-block > h2{
	color: #000;
	font-size: 26px;
	font-family: 'AcromBold';
	margin: 100px 0 65px;
	padding-left: 165px;
}
.step-block ol{
	padding-left: 185px;
	margin: 0 0 90px;
	width: 725px;
}
.step-block ol li{
	font-family: 'AcromRegular';
	font-size: 16px;
	line-height: 33px;
	color: #000;
	padding-left: 10px;
}
.step-block-img-center-1{
	float: left;
	width: 500px;
	margin-left: 35px;
}
.step-block-img-center-2{
	float: right;
	width: 500px;
}
.step-block-img-center-1 img, .step-block-img-center-2 img{
	width: 100%;
}
.step-block > h3{
	color: #000;
	font-size: 26px;
	font-family: 'AcromBold';
	margin: 80px 0 40px;
	padding-left: 165px;
}
.step-block > h4{
	color: #000;
	font-size: 20px;
	font-family: 'AcromLight';
	line-height: 32px;
	padding-left: 165px;
	margin: 0 0 60px;
	width: 840px;
}
.step-block > h4 span{
	font-family: 'AcromBold';
}
.step-block > p{
	line-height: 26px;
	font-size: 15px;
	width: 905px;
	font-family: 'AcromRegular';
	padding-left: 165px;
	margin: 0 0 100px;
}
.step-block-img-full{
	width: 1030px;
	margin-left: 35px;
}
.step-block-img-full img{
	width: 100%;
}
.step-block > h5{
	margin: 90px auto 125px;
	width: 715px;
	text-align: center;
	font-family: 'AcromRegular';
	font-size: 20px;
	line-height: 36px;
}
.step-block > h5 a{
	text-decoration: underline;
	color: #83304d;
}
.btn-next-step{
	width: 830px;
	margin: 0 auto;
	line-height: 90px;
	border: 0;
	background-color: #42304F;
	display: block;
	color: #fff;
	font-size: 15px;
	font-family: 'AcromRegular';
	text-transform: uppercase;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.53);
}
.btn-next-step span{
	font-family: 'AcromExtraBold';
}
.owl-look-book a:hover, .owl-look-book a:focus{
	text-decoration: none;
}

/* myorders */

#myorders{
	padding-bottom: 145px;
}
.myorders-table table tr:first-child td{
	height: 45px;
}
.myorders-table table tr td:first-child{
	padding-left: 10px;
	width: 190px;
}
.myorders-table table tr td:nth-child(2), .myorders-table table tr td:nth-child(3), .myorders-table table tr td:nth-child(4), .myorders-table table tr td:nth-child(5){
	width: 180px;
	padding: 0;
}
.myorders-table table tr:first-child td:nth-child(2), .myorders-table table tr:first-child td:nth-child(3), .myorders-table table tr:last-child td:nth-child(2), .myorders-table table tr:last-child td:nth-child(3){
	text-align: left;
}
.myorders-table table tr:nth-child(2n){
	background-color: transparent;
}
.myorders-table table tr:nth-child(1){
	background-color: #F4F4F4;
}
.myorders-table table tr.delivery{
	border-top: 1px #F6F6F6 solid;
}

a.jx-knightlab{
	display: none!important;
}
.bx_catalog-compare-list{
	text-align: center;
	padding: 10px;
	margin: 0;
	top: auto!important;
	left: auto!important;
	bottom: 20px;
	right: 20px;
}
.bx_catalog_compare_count p{
	font-size: 16px;
	font-family: 'AcromBold';
	color: #000;
}
.bx_catalog-compare-list a{
	font-size: 14px;
	color: #83304d;
	font-weight: 400;
}
.bx_catalog-compare-list .compare-items td{
	font-family: 'Acrom';
	color: #000;
	font-weight: 400;
}





.tablebodytext {
	display: none;

}




.item .text {
	font-size: 25px;
	z-index: 55;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 30%;
	width: 50%;
	margin: -5% 0 0 -18%;
	margin-left: -25%;
	text-align: center;
	font-family: 'AcromMedium';
	font-size: 14px;

}

/* search */

.search-wrap{
	padding: 0 15px;
}
.search-wrap .search-page{
	text-align: left;
}
.search-wrap div.search-page form{
	width: 100%;
}
.search-wrap p{
	margin: 0 0 30px;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
	font-family: "AcromRegular";
}
.search-input{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	line-height: 35px;
	height: 35px;
	background-color: #F7F7F7;
	border: 1px #cdcdcd solid;
	padding-left: 15px;
	font-size: 13px;
	color: #000;
	font-family: 'AcromRegular';
}
.search-submit{
	display: inline-block;
	vertical-align: middle;
	width: 15%;
	margin-left: 2%;
	line-height: 32px;
	height: 35px;
	border: none;
	background-color: #42304F;
	color: #fff;
	font-family: 'AcromBold';
	font-size: 14px;
	box-shadow: 4px 4px 11px rgba(0,0,0,0.05);
}

.btn-brand-all{
	line-height: 55px;
	width: 320px;
	max-width: 100%;
	border: none;
	background-color: #42304F;
	color: #fff;
	font-size: 15px;
	font-family: "AcromMedium";
	margin: 60px auto 0;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.32);
	display: block;
	border-radius: 0;
	padding: 0;
}
.btn-brand-all:hover{
	color: #fff;
	text-decoration: none;
}

/* header search */

.navbar-top-search{
	float: left;
	margin: 7px 0 0;
	position: relative;
}
.navbar-top-search input[type="search"] {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	border: none;
	line-height: 26px;
	height: 26px;
	background-color: rgba(255,255,255, 0.1);
	border-radius: 16px;
	padding-left: 14px;
	font-size: 12px;
	font-family: 'AcromRegular';
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navbar-top-search input[type="submit"] {
	width: 26px;
	height: 26px;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	margin-left: -26px;
	border: none;
	background-color: transparent;
	background-image: url(../img/search.svg);
	background-size: 47%;
	background-repeat: no-repeat;
	background-position: center left;
}
.search-block {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	width: 100%;
	padding: 15px 15px 5px;
	z-index: 52;
	border: 1px #e6e2e2 solid;
	border-top: none;
	-webkit-box-shadow: 6px 6px 5px rgba(0,0,0,0.07);
	box-shadow: 6px 6px 5px rgba(0,0,0,0.07);
}
.mobile-menu .search-block ul, .search-block ul {
	padding-left: 0;
	border: none;
	margin: 0;
}
.mobile-menu .search-block ul li, .search-block ul li {
	list-style-type: none;
	border: none;
	margin: 0 0 10px;
	font-size: 14px;
	font-family: "AcromRegular";
}
.mobile-menu .search-block ul li a, .search-block ul li a {
	color: #000;
	padding-left: 0;
	line-height: 1.4;
}

/* search */

#search{
	padding: 0 0 60px;
}
#search h1{
	font-size: 36px;
	color: #000;
	font-family: 'AcromBold';
	margin: 0 0 45px;
	text-align: center;
}
#search b{
	font-weight: normal;
	font-family: 'AcromBold';
	color: #000;
}
div.search-item h4{
	font-family: 'AcromBold';
	font-size: 18px;
	color: #000;
	margin: 0 0 15px;
}
div.search-item h4 a{
	color: #000;
}
div.search-preview{
	font-size: 14px;
	font-family: 'AcromRegular';
	color: #a0a0a0;
	margin: 0;
}
#total_items{
	display: none;
}
#search .btn-catalog-more{
	display: none;
}
div.search-page{
	text-align: center;
}
div.search-page input.search-query{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	display: inline-block;
    vertical-align: top;
    border: none;
    line-height: 40px;
    height: 40px;
    border: 1px #473A50 solid;
    border-radius: 16px;
    padding-left: 15px;
    font-size: 16px;
    font-family: 'AcromRegular';
    color: #473A50;
	background-color: #fff;
}
div.search-page form{
	position: relative;
	width: 600px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
div.search-advanced-result{
	display: none;
}
div.search-result{
	text-align: left;
	margin: 50px 0 0;
}
div.search-page input.search-button{
	width: 40px;
	height: 40px;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background-color: transparent;
	background-image: url(../img/search-black.svg);
	background-size: 47%;
	background-repeat: no-repeat;
	background-position: center;
}
div.search-result p{
	font-size: 14px;
	font-family: 'AcromRegular';
	color: #000;
	margin: 0;
}

.navbar-top-left li a.ablock {
		text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-family: 'AcromMedium';
    line-height: 40px;
    margin-left: 30px;
}
.navbar-top-left li a.ablock:hover{
	background-color: transparent;
}

.footer-block-right p.phone a.ablock{
		text-decoration: none;
    color: #000;
    font-size: 27px;
    font-family: 'AcromBold';
    margin-bottom: 15px;
}
.modal-wrap p a.ablock{
		text-decoration: none;
		color: #42304f;
    font-size: 13px;
    font-family: 'AcromBold';
}

.mobile-menu-top p.phone a.ablock{
		text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: 'AcromBold';
    margin: 0 0 20px;
}
