@charset "utf-8";
@import url('reset.css');
@font-face {font-family: 'Avenir'; font-weight: 100; src: url('../fonts/AVENIRNEXTCYR-THIN.woff');}
@font-face {font-family: 'Avenir'; font-weight: 300; src: url('../fonts/AVENIRNEXTCYR-LIGHT.woff');}
@font-face {font-family: 'Avenir'; font-weight: 400; src: url('../fonts/AVENIRNEXTCYR-MEDIUM.woff');}
@font-face {font-family: 'Avenir'; font-weight: 700; src: url('../fonts/AVENIRNEXTCYR-BOLD.woff');}
@font-face {font-family: 'Open Sans'; font-weight: 300; src: url('../fonts/OpenSans-Light.woff');}
@font-face {font-family: 'Open Sans'; font-weight: 700; src: url('../fonts/OpenSans-Bold.woff');}
@font-face {font-family: Beautiful; src: url(../fonts/Young_Beautiful.woff);}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,cyrillic);

@font-face {font-family: 'SEGUI'; font-weight: 600; src: url('../fonts/SEGUISB_0.woff');}
@font-face {font-family: 'SEGUI'; font-weight: 500; src: url('../fonts/segoeui.woff');}
@font-face {font-family: 'SEGUII'; font-weight: 400; src: url('../fonts/SEGOEUII.woff');}
@font-face {font-family: 'ARIALN'; font-weight: normal; src: url('../fonts/ARIALN.woff');}
@font-face {font-family: 'SEGUI'; font-weight: 300; src: url('../fonts/SEGOEUIL_0.woff');}
@font-face {font-family: 'SEGUI'; font-weight: 700; src: url('../fonts/segoeuib.woff');}

html,
body{
	min-height: 100%;
}

body {
	background: #fff;
	font-family: 'Avenir';
	font-weight: 300;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
/* Preloader */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #EEE7D8;
}
#spinner {
    display: block;
    width: 232px;
    padding-top: 83px;
    height: 17px;
    font-size: 14px;
    line-height: 37px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -116px;
    background: url('../images/logo.png') no-repeat 50% 0;
}
.scroll {
	font-family: 'Avenir', sans-serif;
	font-size: 14px;
	display: block;
	color:#ff6969!important;
	text-decoration: none!important;
	text-align: center;
	width: 90px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -45px;
	padding-bottom: 22px;
	background: url('../images/scroll.png') no-repeat 50% 100%;
	letter-spacing: 0.1em;
	-webkit-animation: scrl 0.8s ease-out infinite;
	animation: scrl 0.8s ease-out infinite;
}
@-webkit-keyframes scrl {
    0%   {bottom: 40px;}
    50% {bottom: 50px;}
    100% {bottom: 40px;}
}
@keyframes scrl {
    0%   {bottom: 40px;}
    50% {bottom: 50px;}
    100% {bottom: 40px;}
}
.box {
	width: 1222px;
	margin: 0 auto;
	position: relative;
}

.shop{
	min-height: 100%;
}

.shop header {
	width:100%;
	height:66px;
	background:#000;
	text-align: center;
	min-width: 1024px;
}
.shop body {
	min-height:100%;}
	
.shop #center {
	width:980px;
	margin:auto;}
	
.shop #logo {
	float:left;
	margin: 10px 0;
	width: 240px;
	text-align: center;
}	
	
.shop menu {
	/*float:left;*/
    float: left;
	overflow:hidden;
	height:66px;}

.shop menu ul {
	float:left;
	padding-left:0px;}

.shop menu ul li {
	float:left;
	list-style:none;
	padding:0 12px;
	line-height:66px;
	border-right:#181613 1px solid;
	border-left:#181613 1px solid;
	margin:0}

.shop menu .link_back-to-site:before{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 19px;
	height: 20px;
	margin-top: -3px;
	margin-right: 6px;
	background: url(../images/shop/back_site_icon.png) no-repeat center center;
}
.shop menu .open_popup_delivery:before{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 20px;
	height: 13px;
	margin-top: -3px;
	margin-right: 6px;
	background: url(../images/express-delivery.svg) no-repeat center center;
	background-size: 20px;
}
.shop menu ul li:hover {
	background:#222222;}	
	
.shop menu ul li a {
		color:#fff;
	font-size:16px;
	font-family:arial Narrow;
	text-decoration:none;}
.shop menu ul li a:hover,
.shop menu ul li a:focus,
.shop menu ul li a:active
{
	color: #fff;
	text-decoration: none;
}
.shop menu .menu .active { 
	
	background:url(../img/about_activ.jpg) no-repeat bottom center #222222;}

.shop menu .language li a	{
	font-size:14px;
	color:#555555;}
.shop menu .language li {
	background:#111111;
	border:none;
	}
	
.shop menu .language .active a { 
	color:#fff;}
	
	
.shop footer {
	width:100%;
	height: 34px;
	background:#000;
	z-index:100;
	position: relative;
}
	
	
.shop .searh {
	background:url(../img/searh.jpg) #000 left center no-repeat;
	border:1px #2d2d2c solid;
	border-radius:2px;
	height:19px;
	width:203px;
	color:#fff;
	margin-left:490px;
	margin-top:5px;}
	
.shop .searh:focus, .searh:hover {
	background:#000;
	border:1px #fff solid;
	}
.shop #twid, #searh { float:left;}
.shop #soc { float:right;}
.shop #twid a {
	font-size:12px;
	font-family:arial Narrow;
	color:#999999;
	text-decoration:none;
	line-height:33px;}
	
.shop #twid a:hover {
	color:#fff;}
.shop .tw {
	background:url(../img/tw.jpg) center no-repeat;
	width:33px;
	height:33px;
	float:left;}
	
.shop .fb {	width:33px;
	height:33px;
	background:url(../img/fb.jpg) no-repeat center;
	float:left;}

.shop .go {	width:33px;
	height:33px;
	background:url(../img/google.jpg) no-repeat center;
	float:left;}
	
	
.shop .tw:hover {
	background:url(../img/tw_hover.jpg) center no-repeat;}
	
.shop .go:hover {
	background:url(../img/google_hover.jpg) center no-repeat;}
	
	
.shop .fb:hover {
	background:url(../img/fb_hover.jpg) center no-repeat;}
	
	
	
	
	
.shop #menu {
	border-top:#325969 5px solid;
	height:41px;
	background:#24414c;}
	
.shop #menu li {
	list-style:none;
	float:left;
	margin:0;
	padding:0 15px;
	border-right:#2f4b55 1px solid;}
	
.shop #menu li a {
	font-size:16px;
	font-family:arial Narrow;
	color:#fff;
	text-decoration:none;
	line-height:41px;
	}
.shop #menu li:hover, #menu .active{
	background:#2a4b57;}
.shop #menu ul {
	margin-left:157px;}
.shop #link_back a, #link_back {
	font-size:12px;
	font-family:Segoe UI light;
	color:#999;
	text-decoration:none;
	line-height:39px;
	}
.shop #link_back	{
	border-bottom:#f2f2f2 1px solid;}
.shop #link_back .active {
	color:#333;
	font-family:Segoe UI Reg;}
	
.shop #link_back a:hover {
	color:#333;}
.shop #container {
	padding-bottom:50px;
	overflow:hidden;}	
.shop #container h1 {
	margin:45px 0 33px 0}
.shop #page {
	min-height:100%;
	margin-bottom:-33px;}
	
.shop article {
	overflow:hidden;}	
.shop article br {
	margin-bottom:22px;}	
	
.shop #left {
	float:left;}
	
.shop #right {
	float:right;}
.shop #submenu {
	text-align:right;}
	
.shop #submenu a {
	font-family:arial Narrow;
	font-size:14px;
	padding:0 12px;
	text-decoration:none;
	line-height:20px;}
	
	
.shop #submenu a:hover {
color:#000;}

.shop header .phone-block{
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.shop header .phone-block .phone{
	font-family: 'SEGUI';
	font-weight: 600;
	color: #7c929a;
	font-size: 16px;
	display: inline-block;
	line-height: 66px;
	margin: 0 7.5px;
}
.shop header .phone-block .call{
	display: inline-block;
	text-transform: uppercase;
	color: #7c929a;
	font-size: 10px;
	font-family: 'SEGUI';
	font-weight: 500;
	border: 1px solid #4d4d4d;
	line-height: 30px;
	padding: 0 13px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	margin-top: -10px;
	margin: 0 7.5px;
}
.shop header .phone-block .call>p:after{
	content: "";
	width: 10px;
	height: 18px;
	position: relative;
	display: inline-block;
	background: url(../images/call-icon.png) no-repeat center center;
	background-size: cover;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 6px;
}
.shop header .cart-block{
	display: inline-block;
	vertical-align: middle;
	line-height: 66px;
	position: relative;
	padding: 0 20px;
	padding-right: 0px;
	border-left: 1px solid rgba(255,255,255, 0.1);
	border-right: 1px solid rgba(255,255,255, 0.1);
	margin-right: 50px;
	float: right;
}
.shop header .cart-block .ceckout{
	display: inline-block;
	font-family: 'SEGUI';
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 30px;
	border: 1px solid #4d4d4d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0 12px;
}
.shop header .cart-block .ceckout:hover{
	text-decoration: none;
}
.shop header .cart-block .sum{
	display: inline-block;
	color: #fff;
	font-family: 'SEGUI';
	font-weight: 400;
	font-size: 12px;
	line-height: 10px;
	text-align: center;
	vertical-align: middle;
	margin-left: 20px;
}
.shop header .cart-block .sum span{
	color: #f64a2d;
	font-family: 'SEGUI';
	font-weight: 600;
	font-size: 18px;
	line-height: 12px;
	display: block;
}
.shop header .cart-block .count{
	display: inline-block;
	font-family: 'SEGUI';
	font-size: 10px;
	color: #fff;
	position: relative;
	margin-left: 15px;
	margin-right: 45px;
}
.shop header .cart-block .count span{
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-top: -14px;
	vertical-align: top;
	line-height: 76px;
	font-weight: 400;
	width: 10px;
}
.shop header .cart-block .count.no-empty{
	margin-right: 25px;
}
.shop header .cart-block .count.no-empty:before{
	content: "";
	width: 20px;
	height: 20px;
	background: #f64a2d;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	top: 30%;
	margin-top: -4px;
	left: -2.9px;
	z-index: 0;
	display: inline-block;
}
.shop header .cart-block .count:after{
	position: absolute;
	top: 37.5%;
	left: -100%;
	content: "";
	width: 28px;
	height: 21px;
	background: url(../images/shop/cart_icon.png) no-repeat center center;
	vertical-align: middle;
}

section.parallax {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.h640 {
	height: 640px;
}

#page_1 {
	padding-top: 14px;
	margin-top: 0;
	position: relative;
}
section.fh .wrap,
#address .wrap {
	position: absolute;
	height: 300px;
	top: 50%;
	left: 50%;
	width: 680px;
	margin: -40px 0 0 -340px;
}
section.fh .text,
#address .text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 680px;
	height: 300px;
}
section.fh .text p:last-child,
#address .text p:last-child {
	margin-bottom: 0;
}
section.fh .text p,
#address .text p {
	margin-bottom: 11px;
}
.text p{
	color: #fff;
	font: 300 13px/24px 'Open Sans';
	letter-spacing: 0.05em;
	max-width: 80%;
	margin: 0 auto;
}
#news .text p{
	margin: 0;
}
#page_2 .item {
	width: 33.33%;
	float:left;
	height: 640px;
	position: relative;
	color:#fff;
}

#page_2 .title {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 14px;
	max-width: 250px;
	margin: 0 auto;
}

#page_2 .text .line {
	display: block;
	width: 50px;
	height: 3px;
	left: 50%;
	margin: 23px auto 21px;
	background: #ff6969;
}

#page_2 .text {
	padding-top: 314px;
	text-align: center;
	font-weight: 300;
	font-size:12px;
	color: #fff;
	line-height: 1.8;
	letter-spacing: 0.8px;
	max-width: 300px;
	margin: 0 auto;
}
#page_2 img {
	position: absolute;
	top: 244px;
	left: 50%;
	margin-left: -18px;
}
h1 {
	display: inline-block;
	font-family: Beautiful;
	font-size: 60px;
	line-height: 1em;
	color: #fff;
	border-bottom: 1px solid #ff6969;
	padding-bottom: 22px;
	margin-bottom: 24px;
}
p.title {
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color:#fff;
}
h2 {
  font-size: 30px;
}
section {
	width: 100%;
}
#page_2 {
	background: #7f143c;
}
.page_8 {
	background: #254840;
}

#page_3 .box {
	background: #443e4d;
	width: 458px;
	height:468px;
	float: right;
	margin: 86px 76px 0 0;
	text-align: center;
}

#page_3 .box img {
	position: relative;
	padding-top: 137px;
	padding-bottom: 32px;
}
#page_3 .title {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	width: 300px;
	margin: 0 auto;
}
#page_3 .box .line {
	position: relative;
	height: 3px;
	width: 50px;
	background: #ff6969;
	margin: 14px auto 22px;
}

#page_4 .left_box {
	float: left;
	height: 640px;
	background-color: #3E4D47;
	width: 50%;
	color:#fff;
}

#page_4 .right_box {
	margin-left: 50%;
	width: 50%;
	height: 100%;
}

#page_4 .left_box img {
	border-radius: 10px;
	margin: 0 auto 42px;
	padding-top: 154px;
	display: block;
}

#page_4 .left_box .line {
	height: 3px;
	width: 51px;
	background: #ff6969;
	margin: 28px auto 24px;
}

#page_4 .left_box .text {
	text-align: center;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.8px;
}

#page_4 .right_box .search {
	padding-top: 213px;
	transition: all 0.4s ease;
}

#page_4 .right_box .line {
	height: 3px;
	width: 51px;
	margin: 28px auto 24px;
	background: #ff6969;
}

#page_4 .right_box .text {
	text-align: center;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.8px;
	color: #fff;
}

#page_4 button {
	display: block;
	padding: 0;
	height: 40px;
	width: 383px;
	margin: 27px auto 0;
	color: #ff6969;
	border: 1px solid #ff6969;
	background: transparent;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.4s ease;
}

#page_4 button:hover {
	background: #ff6969;
	color: #fff;
	transition: all 0.4s ease;
}
#page_5 > .left_box {
	color: #fff;
	position: relative;
	float: left;
	height: 640px;
	width: 42.4%;
	background-color: rgba(89,13,38,0.6)
}

#page_5 > .left_box .title {
	font-size: 48px;
	font-family: Beautiful;
	font-weight: normal;
}
#page_5 .left_box .wrap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#page_5 > .left_box .line {
	height: 1px;
	background: #ff6969;
	width: 260px;
	margin: 26px auto;
}

#page_5 > .middle_box {
	background: #590d26;
	height: 640px;
	width: 28.7%;
	float: left;
	text-align: center;
	background-color: #590D26;
}

#page_5 > .middle_box img {
	position: relative;
	margin: 69px 0 14px;
	display: inline-block;
}

#page_5 > .middle_box .name {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

#page_5 > .right_box {
	float: left;
	height: 100%;
	width: 28.753%;
}

#page_6 .left_box {
	width: 42.4%;
	float: left;
	height: 640px;
	text-align: center;
	background-color: #615645;
}
#page_6 > .left_box img {
	margin: 79px 0 12px;
}

#page_6 > .left_box .name {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
}


#page_6 > .middle_box {
	color: #fff;
	height: 640px;
	width: 28.7%;
	float: left;
	text-align: center;
	background-color: rgba(97,86,69,0.6);
}

#page_6 > .middle_box .title {
	font-size: 48px;
	font-family: Beautiful;
	margin-top: 230px;
}

#page_6 > .middle_box .line {
	position: relative;
	height: 1px;
	background: #ff6969;
	margin: 26px auto;
	width: 122px;
}

#page_7 .left_box {
	width: 42.4%;
	position: relative;
	height: 640px;
	float: left;
	color: #fff;
	text-align: center;
	background-color: rgba(25,27,28,0.6);
}

#page_7 .left_box .title {
	padding-top: 242px;
	font-size: 48px;
	font-family: Beautiful;
}

#page_7 .left_box .line {
	position: relative;
	height: 1px;
	width: 320px;
	background: #ff6969;
	margin: 27px auto 25px;
}

#page_7 .right_box {
	width: 28.9%;
	height: 640px;
	background: #49515E;
	float: right;
	text-align: center;
}

#page_7 .right_box img {
	position: relative;
	margin: 83px 0 10px;
}

#page_7 .right_box .name {
	position: relative;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.parallax .date{
	color:#ff6969;
	margin-top: 8px;
	font-size: 12px;
	font-weight: bold;
}
#page_8 {
	background-color: #254840;
	color:#fff;
	text-align: center;
}
#page_8 .title {
	font-size: 36px;
	padding-top: 198px;
	padding-bottom: 30px;
	color: #fff;
}
#page_8 img {
	margin-top: 59px;
}

#page_8 .line {
	position: relative;
	background: #ff6969;
	margin: 0 auto 26px;
	height: 3px;
	width: 84px;
}

footer {
	height: 84px;
	width: 100%;
	background: #eee7d8;
	padding: 0 150px;
}

.shop footer .left {
	padding: 0;
	color: #999999 ;
	float: left;
	font-size: 12px;
	line-height: 34px;
	font-family: 'ARIALN';
	display: inline-block;
}

.shop footer .right {
	float: right;
	font-size: 12px;
	padding: 0;
	display: inline-block;
	height: 100%;
}
.shop footer .social-block{
	padding: 0;
	line-height: 34px;
	display: inline-block;
}
.shop footer .social-block a{
	display: inline-block !important;
	line-height: 34px;
	margin: 0 7px;
	opacity: 0.6;
	vertical-align: middle;
	vertical-align: middle;
}
.shop footer .social-block a:hover{
	opacity: 1 !important;
}
.shop footer .social-block .tw{
	width: 15px;
	background: url(../images/ui/social-links-icon.png) no-repeat 0px center;
}
.shop footer .social-block .fb{
	width: 8px;
	background: url(../images/ui/social-links-icon.png) no-repeat -32px center;
}
.shop footer .social-block .google{
	width: 14px;
	height: 14px;
	background: url(../images/ui/social-links-icon.png) no-repeat -57px center;
}
.shop footer .right .search-footer{
	line-height: 20px;
	border: 1px solid rgba(255,255,255, 0.5);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	width: 200px;
	height: auto;
	display: inline-block;
	margin: 0 50px;
	vertical-align: middle;
	padding-left: 30px;
	background: url(../images/ui/search-icon.png) no-repeat 10px center;
}
input {	
	height: 40px;
	width: 383px;
	color: #fff;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	border:1px solid #fff;
	margin-bottom: 10px;
	font-size: 14px;
	padding-left: 10px;
}

#order {
	display: none;
}


		/*						НОВОСТИ						*/	

#news {
	margin-top: 224px;
	margin-bottom: 14px;
}	
.news {
	width: 100%;
	overflow: hidden;
	position: relative;
	font-size: 0;
	background-color: #F4EEE2;
	height: 360px;
}

#news .date {
	width: 26.45%;
	float: left;
	height: 360px;
	text-align: center;
	color: #3f3434;
	text-align: center;
	font: 36px Beautiful;
}

#news .date p  {
	padding-top: 118px;
	display: block;
	font-size: 120px;
	line-height: 85px;
	color: #ff6969;
}
#news .in {
	display: table-cell;
	vertical-align: middle;
}

#news .wrap {
	cursor: default;
	display: block;
	float: left;
	width: 73.5%;
	color:#3f3434;
}
#news .text {
	border-top: 1px solid #F4EEE2;
	float: left;
	height: 360px;
	background-color: #fff;
	width: 64%;
	padding: 0 100px;
	font-family: 'Avenir';
}
#news h2 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 26px;
	transition: all 0.4s ease;
}
#news .wrap:hover h2 {
	color:#ff6969;
}
#news .news:nth-child(2n) .text,
#news .news:nth-child(2n) .date {
	float: right;
}
#news .img {
	cursor: pointer;
	display: block;
	float: right;
	width: 36%;
	height: 360px;
	background-size: cover;
	background-position: 50% 50%;
}
#news p {
	color:#3f3434;
}

#news .more {
	display: block;
	font-size: 14px;
	font-style: normal;
	line-height: 39px;
	height: 42px;
	width: 186px;
	color: #ff6969;
	border:1px solid #ff6969;
	text-align: center;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: all 0.4s ease;
	margin-top: 33px;
	text-transform: lowercase;
}

#news .wrap:hover .more,
#other-news a:hover {
	background: #ff6969;
	color: #fff;
}
#other-news {
	padding: 30px 0;
	background-color: #fff;
	text-align: center;
}
#other-news a{
	display: inline-block;
	font-weight: bold;
	height: 42px;
	line-height: 40px;
	padding: 0 115px;
	color:#FF6969;
	border: 1px solid #FF6969;
	text-decoration: none!important;
	text-transform: uppercase;
	transition: all 0.4s ease;
}

		/*						НОВОСТЬ						*/	
#new {
	background-color: #fff;
	padding: 54px 0 69px;
	margin-top: 224px;
	position: relative;
}	
#new .back {
	background: #FFA3A3;
	color:#fff;
	text-decoration: none;
	display: block;
	width: 119px;
	position: absolute;
	top: 47px;
	right: 0;
	height: 47px;
	font: 300 14px/47px 'Avenir';
	border-radius: 0;
	transition: all 0.4s ease;
	text-align: center;
	letter-spacing: 0.1em;
}	
#new .back:hover {
	background: #FF6969;
}
#new .text {
	color:#3f3434;
	position: relative;
	margin: 0 auto;
	width: 600px;
	font: 300 12px/2em 'Open Sans';
	letter-spacing: 0.05em;
}
#new .text p {
	color:#000;
	margin-bottom: 16px;
}
#new .text b {
	font-weight: bold;
}
#new .text li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 11px;
}
#new .text a {
	margin-top: 42px;
	border: 1px solid #FF6969;
	color:#FF6969;
	text-decoration: none;
	display: block;
	float: left;
	height: 42px;
	font: 300 14px/40px 'Avenir';
	padding: 0 32px;
	border-radius: 0;
	transition: all 0.4s ease;
}
#new h2 {
	font: 700 30px 'Avenir';
	text-transform: uppercase;
	float: left;
	margin-bottom: 33px;
	max-width: 490px;
}
#new .date {
	font: 36px/30px Beautiful;
	float: right;
}
#new .text a:hover {
	background-color: #FF6969;
	color:#fff;
}
#new a[rel="next"] {
	float: right!important;
}
#new-slider {
    margin-bottom: 33px;
    position: relative;
    text-align: center;
    font-size: 0;
    max-height: 400px;
    font-size: 0;
    overflow: hidden;
}
#new-slider img {
    width: auto!important;
    height: 400px!important;
}
#new-slider>li {
	display: inline-block;
	vertical-align: top;
}
#new-slider .owl-nav > div {
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 50;
    /*background-image: url('../images/ui/arrows.png');*/
}
#new-slider .owl-prev {
    left: 20px;
    background-position: 100% 0;
}
#new-slider .owl-next {
    background-position: 0 0;
    right: 20px;
}
#new-slider .owl-prev:hover {background-position: 100% 100%;}
#new-slider .owl-next:hover {background-position: 0 100%;}


.add {
	width: 100%;
	height: 100px;
	background: #fff;
	margin-top: 14px;
	border-right: 14px solid #eee7d8;
	border-left: 14px solid #eee7d8;
	padding-top: 30px;
}

.add > .button {
	height: 40px;
	width: 382px;
	border: 1px solid #ff6969;
	color: #ff6969;
	padding-top: 10px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	transition: all 0.4s ease;
}

.add > .button:hover,
.add > .button:focus {
	color: #fff;
	background: #ff6969;
	transition: all 0.4s ease;
}

#address {
	position: relative;
	padding-top: 14px;
	height: 561px;
	text-align: center;
	color: #fff;
}
#address img {
	display: block;
	margin: 0 auto;
	margin-bottom: 14px;
}

#address p {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	text-transform: uppercase;
}
.map > .left_box {
	padding-top: 118px;
	width: 50%;
	height: 640px;
	background: #49515e;
	float: left;
	color: #fff;
	text-align: center;
}

.map > .left_box img {
	display: block;
	margin: 0 auto 18px;
}

.map > .left_box .title {
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Avenir';
	font-weight: bold;
	margin-bottom: 14px;
	letter-spacing: 0.1em;
}

.map > .left_box p {
	font: 300 12px/1.8em 'Open Sans';
	text-align: center;
	padding-bottom: 27px;
	letter-spacing: 0.05em;
}

.map > .right_box {
	width: 50%;
	height: 640px;
	float: left;
}

.map > .left_box .user input {
	width: 186px;
	display: inline;
}

.map > .left_box textarea {
	background: transparent;
	border: 1px solid #fff;
	padding-top: 10px;
	padding-left: 10px;
	width: 383px;
	height: 67px;
	padding-bottom: 20px;
}

.map button {
	display: block;
	font-family: 'Avenir';
	letter-spacing: 0.1em;
	font-weight: bold;
	background: transparent;
	border: 1px solid #ff6969;
	color: #ff6969;
	width: 383px;
	height: 40px;
	margin: 20px auto;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.map button:hover{
	background-color: #ff6969;
	color:#fff;
}

.map > .left_box .button:hover {
	background: #ff6969;
	color: #fff;
	transition: all 0.4s ease;
}

.title_box {
	float: left;
	padding-top: 224px;
	width: 33.33%;
	height: 606px;
	background: #590d26;
	transition: all 0.2s ease;
}

.title_box > .title {
	font-family: Beautiful;
	font-size: 48px;
	color: #fff;
	text-align: center;
}

.title_box > .line {
	background: #ff6969;
	height: 1px;
	width: 53.9352%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 23px;
	margin-top: 10px;
}

.title_box > p {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.8px;
}

#service {
	position: relative;
	width: 100%;
	color: #fff;
	text-align: center;
	margin-top: 224px;
}
#service .title_box h3 {
	font: 400 48px/48px Beautiful;
	text-transform: none;
}
#service .title_box .line {
	height: 1px;
	width: 332px;
	margin-left: 4px;
}


#service  .cell {
	width: 33.3333%;
	height: 303px;
	float: left;
	padding-top: 91px;
	background-size: cover;
	transition: all 0.3s ease;
	position: relative;
}
#service .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#box_1 .mask{background: #615645;}
#box_2 .mask{background: #254840;}
#box_3 .mask{background: #3E4D47;}
#box_4 .mask{background: #443E4D;}
#box_5 .mask{background: #615645;}
#box_6 .mask{background: #590D26;}
#box_7 .mask{background: #49515E;}

#box_1 {background: url("../images/1_service.png") no-repeat center center #615645;}
#box_2 {background: url("../images/2_service.png") no-repeat center center #254840;}
#box_3 {background: url("../images/3_service.png") no-repeat center center #3E4D47;}
#box_4 {background: url("../images/4_service.png") no-repeat center center #443E4D;}
#box_5 {background: url("../images/5_service.png") no-repeat center center #615645;}
#box_6 {background: url("../images/6_service.png") no-repeat center center #590D26;}
#box_7 {background: url("../images/7_service.png") no-repeat center center #49515E;}

#service  .cell:hover .mask{
	opacity: 1;
}

#service  .cell .title {
	text-align: center;
	letter-spacing: 1px;
	font-size: 20px;
	padding-bottom: 30px;
}

#service .line {
	display: block;
	height: 3px;
	width: 51px;
	background: #ff6969;
	margin: 23px auto;
}
#service .wrap {
	width: 336px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#service .text p {
	max-width: 100%;
}

#about-top{
	padding-top: 14px;
}
#about-top .line {
	position: relative;
	width: 50px;
	height: 3px;
	background: #ff6969;
	margin: 30px auto 24px;
}

#about-top .wrap {
	height: 400px;
	margin-top: -96px;
}
#about-top .text {
	height: 400px;
}

#about2 {
  background: url("../images/about2.jpg") 100% 100%;
  background-size: auto 100%;
  background-attachment: fixed;
  color:#fff;
}
#about2 .left_box {
	background: #3E4D47;
	width: 50%;
	height: 640px;
	text-align: center;
	color:#fff;
}
h3 {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 1.8em;
}
#about2 .left_box .top {
	padding: 103px 0 32px;
}

#about2 .left_box .line {
	margin: 23px auto 25px;
	background: #ff6969;
	width: 50px;
	height: 3px;
}

#about2 .left_box p {
	margin-bottom: 33px;
}

#about2 .right_box {
	width: 50%;
	height: 100%;
}

#about3 {
	position: relative;
}
#about3 .left_box {
	height: 640px;
	width: 50%;
	float: left;
	background: url('../images/about3.jpg') no-repeat 0 0;
	background-attachment: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 49px solid #EEE7D8;
}

#about3 .right_box {
	margin-left: 50%;
	width: 50%;
	height: 100%;
	text-align: center;
}

#about3 .right_box img {
	padding: 204px 0 30px;
}

#about3 .right_box .line {
	background: #ff6969;
	height: 3px;
	width: 50px;
	margin: 23px auto;
}

#about3 .right_box p {
	color: #0f0f0f;
}

.bord-bot {
	position: fixed;
	bottom: 0;
	height: 15px;
	width: 100%;
	background: #eee7d8;
}

#about4 .middle_box {
	position: relative;
	width: 28.7%;
	float: left;
	margin-left: 42.6%;
	height: 640px;
	background-color: rgba(68,62,77,0.6);
}
#about4 .right_box {
	text-align: center;
	position: relative;
	width: 28.7%;
	height: 640px;
	background-color: #443E4D;
	float: right;
	color:#fff;
}

#about4 .right_box img {
	padding-top: 160px;
	display: block;
	margin: 0 auto 35px;
}

#about4 .right_box .line {
	background: #ff6969;
	height: 3px;
	width: 50px;
	margin: 23px auto 25px;
}
input,textarea, button{
	outline:none;
	resize: none;
	font-size: 14px;
}
button {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#links {
	font-size: 0;
	margin-top: 231px;
	padding: 0 7px;
}

#links li {
	float: left;
	width: 16.66%;
}
#links .wrp {
	display: block;
	transition: all 0.4s ease;
	padding: 14px;
	margin: -7px;
}
#links .wrp:hover {
	background-color: #ff6969;
}
#links .wrp a {
	display: block;
	overflow: hidden;
}
#links .line {
	width: 50%;
	display: block;
	background-color: #FF6969;
	height: 1px;
	margin: 24px 0;
}
#links i {
	display: block;
	width: 100%;
	overflow: hidden;
}
#links a:hover {
	transition: all 0.4s ease;
}
#links img {
	min-width: 100%;
	min-height: 100%;
}
#links .desc {
	width: 33.32%;
}
#links .in {
	height: 100%;
	padding: 7px;
}
#links .text {
	background-color: #615645;
	color:#fff;
	width: 100%;
	height: 100%;
	padding: 90px 50px 0;
}
#links .text p {
	font-family: 'Avenir';
	font-weight: 300;
}
#links .btn {
	border-radius: 0;
	color:#fff;
	width: 186px;
	height: 40px;
	padding: 0;
	line-height: 36px;
	margin-bottom: 44px;
	background-color: #FF6969;
}
#links .title {
	font-weight: bold!important;
	font-size: 18px;
	text-align: left;
	line-height: normal;
}

#wrap {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 275px;
	min-height: calc(100% - 66px);
}
#filter {
	position: fixed;
	left: 0;
	top: 66px;
	width: 275px;
	height: 100%;
	background-color: #2a4b57;
	color:#fff;
	font-size: 12px;
	padding-bottom: 34px;
	min-height: calc(100% - 66px);
}

#filter .filter .whiskey:before{
	content: "";
	width: 20px;
	height: 18px;
	background: url(../images/shop/sprite-icon-category.png) no-repeat center 0px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#filter .filter .champagne:before{
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/shop/sprite-icon-category.png) no-repeat center -64px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#filter .filter .cognac:before{
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/shop/sprite-icon-category.png) no-repeat center -129px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#filter .filter .wine:before{
	content: "";
	width: 20px;
	height: 18px;
	background: url(../images/shop/sprite-icon-category.png) no-repeat center -194px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#filter .filter .vermouth_liqueurs:before{
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/shop/sprite-icon-category.png) no-repeat center -252px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#filter .filter .spirits:before{
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/shop/sprite-icon-category.png) no-repeat center -317px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#filter .filter.brand li:first-child{
	/*margin-left: 50px;*/
}
#filter.fixed {
	position: fixed;
	/*height:100%;*/
	/*left: 14px;*/
	/*overflow: auto;*/
	/*padding: 81px 0 28px;*/
}
#sort-wrap {
	padding: 0;
	background-color: #2a4b57;
	font-weight: 300;
	font-size: 12px;
}
#filters-list {
	/*padding: 47px 0 50px 40px;*/
	margin-bottom: 40px;
	background-color: #214139;
}
#filters-list p {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#filters-list ul {
	margin-bottom: 28px;
}
#filters-list li {
	background: url('../images/ui/remove.png') no-repeat 0 50%;
	margin-bottom: 10px;
	padding-left: 21px;
	cursor: pointer;
}
#filter .reset {
	display: block;
	width: 173px;
	height: 38px;
	border: 1px solid #FF6969;
	color: #FF6969;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 38px;
	text-decoration: none!important;
	transition: all 0.4s ease;
	margin-top: 2px;
}
#filter .reset:hover {
	color:#fff;
	background-color: #FF6969;
}
.filter {
	margin: 5px 0px 5px 0;
	height: 16px;
	overflow: hidden;
	background: #325969;
	height: 60px;
	position: relative;
	padding-bottom: 20px;
}
.filter.expanded{
	height: auto;
}
.filter li {
	cursor: pointer;
	margin-left: 50px;
}
.filter li:first-child{
	height: 60px;
	padding: 22px 0;
}
#filter .filter:first-child li:first-child{
	margin-left: 50px;
}
.filter p {
	display: inline-block;
	font-weight: bold;
	text-transform: none;
	font-size: 16px;
	padding-right: 20px;
	margin-bottom: 19px;
	cursor: pointer;

	font-size: 16px;
	font-family: 'SEGUI';
	font-weight: 600;

	position: relative;
}
.filter.brand p, .filter.volume p{
	display: inline-block;
	font-weight: bold;
	text-transform: none;
	font-size: 16px;
	padding-right: 20px;
	margin-bottom: 19px;
	cursor: pointer;
	background:url('../images/ui/toggle.png') no-repeat 100% 100%;

	font-size: 16px;
	font-family: 'SEGUI';
	font-weight: 600;

	position: relative;
}
.filter.expanded p {
	background-position: 100% 0%;
}
.filter span {
	display: block;
	line-height: 25px;
	font-family: 'SEGUII';
	font-weight: 400;
	font-size: 12px;
}
.filter i {
	display: inline-block;
	vertical-align: top;
	height: 16px;
	width: 16px;
	margin-right: 8px;
	border: 2px solid #92A4A0;
	vertical-align: middle;
}
.filter .checked i {
	background: url('../images/ui/checkbox.png') no-repeat 50% 50% rgba(255,255,255, 0.8);
	background-size: contain;
	border: 2px solid #fff;
}
.filter p.checked {
	background: url('../images/ui/checkbox.png') no-repeat 50% 50%;
}
#filter .show-all{
	background: #325969;
	padding: 23px 0;
	text-align: center;
}
#filter .btn-show-all{
	line-height: 20px;
	padding-bottom: 4px;
	width: 160px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	color: #325969;
	font-size: 15px;
	font-family: 'SEGUI';
	font-weight: 600;
	text-transform: none;
	letter-spacing: normal;

}
#catalog {
	width: 100%;
	font-size: 0;
	background-color: #fff;
	overflow: hidden;
	position: relative;

}
#catalog.load{
	padding-bottom: 128px;
}
#catalog.active{
	display: none;
}
#catalog .sort-block{
	padding: 23px 0;
	background: #ddecf2;
	padding-left: 50px;
	position: relative;
	z-index: 10;
}
#catalog .sort-block p{
	font-size: 14px;
	color: #555555;
	font-family: 'ARIALN';
	line-height: 23px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#catalog .sort-block .sort-item{
	color: #325969;
	font-family: 'SEGUI';
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 15px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	margin: 0 5px;
}
#catalog .sort-block .sort-item:hover,
#catalog .sort-block .checked {
	background-color: #325969;
    color: #fff;
}
#catalog .item {
	background-color: #F4EEE2;
	width: 14.28%;
	height: 450px;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #d2e0e6;
	font-size: 11px;
	position: relative;
	z-index: 10;
	overflow: hidden;
	-webkit-backface-visibility:hidden;
}
#catalog .item.sale:after{
	content: 'Акция';
	position: absolute;
	top: 15px;
	right:-40%;
	width: 100%;
	background: #f64a2d;
	text-align: center;
	font-weight: 400;
	color: #fff;
	font-size:14px;
	line-height: 18px;
	height: 21px;
	z-index:21;
	padding-bottom: 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-backface-visibility:hidden;
}
#catalog .item:hover .hover-block{
	opacity: 1;
}
#catalog .short {
	background-color: #ddecf2;
	font: 300 11px/14px 'Avenir';
	text-transform: uppercase;
	padding: 10px 30px;
	height: 140px;
	position: relative;
	text-align: center;
}
#catalog .short p:first-child{
	padding: 10px 0 3px 0;
	font-size: 16px;
	color: #555555;
	font-family: "Arial";
	font-weight: 200;
	text-transform: none;
	line-height: normal;

	height: 45px;

	text-overflow: ellipsis;
	overflow: hidden;
}
#catalog .price,
#catalog .old_price
{
	font-size: 14px;
	font-weight: 500;
	position: relative;
	display: block;
	text-align: center;
	color: #325969;
	font-family: 'SEGUI';
	font-weight: 600;
	font-size: 18px;
	line-height:normal;
	margin-top: 5px;
}
#catalog .price.is_discount{
	font-size: 16px;
	text-decoration: line-through;
	margin-top: 0;
}
#catalog .old_price{
	font-weight: 600;
	color: #b94541;
}
#catalog .volume{
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #555555;
	display: block;
	opacity:0.7;
	text-transform: none;
}
#catalog hr {
	display: block;
	border: 0;
	margin: 8px auto;
	width: 35px;
	height: 1px;
	background-color: #FFB4B4;
}
#catalog .item img {
	max-height: 290px;
	width:auto;
    max-width: 100%;
    position: absolute;
    top: calc(50% - 70px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
#catalog .hide-block{
	width: 100%;
	height: calc(100% - 130px);
	z-index: 100;
	position: absolute;
	display: none;
	background: rgba(255,255,255, 0.9);
	-o-transition:opacity .2s ease-out;
    -ms-transition:opacity .2s ease-out;
    -moz-transition:opacity .2s ease-out;
    -webkit-transition:opacity .2s ease-out;
    /* ...and now override with proper CSS property */
    transition:opacity .2s ease-out;
	
}
#catalog .hide-block p > b{
	font-family: 'SEGUI' !important;
	font-weight: 600 !important;
}
#catalog .hide-block p{
	font-family: 'SEGUI' !important;
	font-weight: 300 !important;
	color: #333333;
	font-size: 13px;
	line-height: normal;
	margin-bottom: 20px;
}
#catalog .item.expanded .hide-block{
	display: block;
}
#catalog .expanded:hover .hover-block{
	display: none !important;
}
#catalog .hover-block{
	background: rgba(255,255,255, 0.79);
	width: 100%;
	height: calc(100% - 140px);
	position: absolute;
	display: table;
	opacity: 0;
	z-index: 20;
	-o-transition:opacity .2s ease-out;
    -ms-transition:opacity .2s ease-out;
    -moz-transition:opacity .2s ease-out;
    -webkit-transition:opacity .2s ease-out;
    /* ...and now override with proper CSS property */
    transition:opacity .2s ease-out;
}
#catalog .hover-block .va{
	display: table-cell;
	vertical-align: middle;
}
#catalog .hover-block hr{
	width: 150px;
	opacity: 0.3;
	margin: 20px auto;
}
#catalog .hover-block .title{
	color: #f64a2d;
	font-family: 'ARIALN';
	font-weight: 200;
	font-size: 16px;
}
#catalog .hover-block .in_cart,
#catalog .hover-block .see_info
{
	border: 1px solid rgba(247,77,36, 0.3);
	width: 70px;
	height: 70px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	margin: 15px auto;
	cursor: pointer;
}
#catalog .hover-block .in_cart{
	background: url(../images/ui/item-hide-block-icons.png) no-repeat center 17.5px;
}
#catalog .hover-block .see_info{
	background: url(../images/ui/item-hide-block-icons.png) no-repeat center -58px;
}
#catalog .left {
	background-color: #fff;
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	z-index: 15;
	cursor: pointer;
}
#catalog .in {
	display: table-cell;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
#catalog .right {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 90px 50px 0 0;
	background-color: #fff;
	font-size: 11px;
	line-height: 24px;
	letter-spacing: 0.1em;
	overflow: hidden;
}
#catalog .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background:url('../images/ui/close.png') no-repeat 50% 50% #325969;
	opacity: 1;
}
#catalog .scrolling-block{
	width: 100%;
	height: 100%;
	padding: 70px 0px 20px 30px;
}
@media screen and (min-width: 1651px) {
	#catalog .item:nth-child(7n) .close{
		right: auto!important;
		left: 0;
	}
	#catalog .item:nth-child(7n) .right{
		left: auto!important;
		right: 0;
		padding: 90px 0 0 50px;
	}
	#catalog .item.expanded:nth-child(7n) .right{
		left: auto!important;
		right: 100%;
	}
}

@media screen and (max-width: 1441px) {
	#catalog .item,
	#links li{
		width: 25%;
	}
	#links .desc {
		width: 50%;
	}
	#catalog .item:nth-child(4n) .right{
		left: auto!important;
		right: 0;
	}
	#catalog .item.expanded:nth-child(4n) .right{
		left: auto!important;
		right: 100%;
		padding: 90px 0 0 50px;
	}
	/*#catalog .item:nth-child(4n) .close{
		right: auto!important;
		left: 0;
	}*/
}

@media screen and (min-width: 1441px) and (max-width: 1651px) {
	#catalog .item,
	#links li{
		width: 20%;
	}
	#links .desc {
		width: 40%;
	}
	#catalog .item:nth-child(5n) .right{
		left: auto!important;
		right: 0;
		padding: 90px 0 0 50px;
	}
	#catalog .item.expanded:nth-child(5n) .right{
		left: auto!important;
		right: 100%;
	}
	#catalog .item:nth-child(5n) .close{
		right: auto!important;
		left: 0;
	}
}
/*							Плагин сетекта. Стили							*/

.selectbox {
	margin-top: 9px;
	vertical-align: middle;
	cursor: pointer;
	font: 300 14px/36px 'Avenir';
	text-transform: lowercase;
}
.selectbox .select {
	width: 173px;
	height: 37px;
	padding: 0 36px 0 27px;
	color: #151a2b;
	border: 1px solid #905551;
	background-color: transparent!important;
}
.selectbox .select:active {
	background: #f5f5f5;
}
.selectbox .select .text {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color:#ff6969;
}
.selectbox .trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
}
.selectbox .trigger .arrow {
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/ui/more.png') no-repeat 50% 50% #905551;
	width: 36px;
	height: 36px;
	overflow: hidden;
}
.selectbox .dropdown {
	top: 37px;
	width: 173px;
	margin: 0;
	background: #FFF;
	border: 1px solid #8A8C95;
}
.selectbox li {
	padding: 0 10px;
	color: #231F20;
}
.selectbox li.selected {
	background: #A3ABB1;
	color: #FFF;
}
.selectbox li:hover {
	background: #08C;
	color: #FFF;
}
.selectbox li.disabled {
	color: #AAA;
}
.selectbox li.disabled:hover {
	background: none;
}
.select {
	z-index: 90!important;
}

/* NEW */
nav li {
    text-transform: lowercase;
}
.map input[name="name"]{
    margin-right: 8px;
}
.map input[type="submit"]{
    font-family: 'Avenir';
    letter-spacing: 0.1em;
    font-weight: bold;
    background: transparent;
    border: 1px solid #ff6969;
    color: #ff6969;
    margin: 20px auto;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: uppercase;
}
.map input[type="submit"]:hover{
    background-color: #ff6969;
    color:#fff;
}
.wpcf7-not-valid-tip{
    display: none!important;
}
img.ajax-loader{
    margin: 0 auto!important;
    display: block!important;
}
.wpcf7-response-output{
    border: none!important;
    margin: -35px 0 0 0!important;
    padding: 0!important;
    color: #fff!important;
    font-size: 12px!important;
}
#order{
    padding-top: 25px!important;
}
#order input[type="submit"]{
    display: block;
    padding: 0;
    height: 40px;
    width: 383px;
    margin: 27px auto 0;
    color: #ff6969;
    border: 1px solid #ff6969;
    background: transparent;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.4s ease;
}
#order input[type="submit"]:hover{
    background-color: #ff6969;
    color:#fff;
}
#order .wpcf7-response-output{
    text-align: center!important;
    margin: 0!important;
}

.catalog_spinner {
    display: none;
    width: 50px;
    height: 50px;
    background-color: #FF6969;
    margin: 305px auto;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
          transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
          -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
      } 100% {
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        }
}

#filters-list *, #filters-list a.reset{
    display: none;
}

.pop {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
}
#popup-mask {
	background-color: rgba(0,0,0,0.85);
	position: fixed;
	z-index: 9998;
	cursor: pointer;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#search {
	width: 1240px;
	height: 71px;
	margin: -36px 0 0 -620px;
	position: fixed;
	top: 50%;
	left: 50%;
}
#search input[type="search"]{
	width: 1220px;
	height: 71px;
	border: 3px solid #fff;
	padding: 0 77px;
	position: relative;
	z-index: 1;
}
#search form {
	width: 1220px;
	position: relative;
	margin: 0 auto;
}
#search input[type="submit"]{
	background: url('../images/ui/src.png') no-repeat 50% 50% transparent;
	outline: none;
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 34px;
	width: 20px;
	height: 20px;
	margin: -10px 0 0;
	border: 0;
	padding: 0;
}
#search .close{
	background: url('../images/ui/close-big.png') no-repeat 50% 50% transparent;
	outline: none;
	display: block;
	position: absolute;
	z-index: 2;
	top: 26px;
	right: 33px;
	width: 17px;
	height: 17px;
	border: 0;
	padding: 0;
	opacity: 1;
}
#price-filter .price {
	position: absolute;
	display: block;
	background: url('../images/ui/price.png');
	width: 34px;
	height: 22px;
	padding-top: 3px;
	text-align: center;
	color:#2a4b57;
	font-size: 12px;
	line-height: 19px;
	top: 12px;
	left: 50%;
	margin-left: -17px;
}
#price-filter{
	padding-left: 45px !important;
	padding-top: 40px !important;
}
#price-slider{
	margin-top: 10px;
	margin-bottom: 60px;
}
#price-slider .ui-slider-range{
	background-color: transparent !important;
}
#price-slider .ui-slider-range:last-child{
	background-color: #fff !important;
}
/*  NEW */

/*Сообщение о добавлении в корзину товара*/
	.modal-content{
		height: 100% !important;
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		border-radius: 0px !important;
		padding: 30px;
	}
	.modal-open .modal,
	.fade.in
	{
		background: rgba(0,0,0, 0.6);
	}
	#win-mess .modal-content,
	#win-mess-end .modal-content{
		padding-bottom: 60px;
	}
	#win-mess .modal-dialog,
	#win-mess-end .modal-dialog{
		width: 535px;
		text-align: center;
		top: 50%;
		position: absolute;
		left: 50%;
		margin-top: -139px;
		margin-left: -267.5px;
	}
	#win-mess .modal-dialog .title,
	#win-mess-end .modal-dialog .title{
		color: #325969;
		font-family: 'SEGUI';
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: normal !important;
	}
	#win-mess .modal-dialog .subTitle,
	#win-mess-end .modal-dialog .subTitle{
		font-family: 'ARIALN';
		color: #757575;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 25px;
	}
	#win-mess .modal-dialog .icon,
	#win-mess-end .modal-dialog .icon
	{
		width: 70px;
		height: 45px;
		background: url(../images/icon-win-mess.png) no-repeat center center;
		background-size: cover;
		margin: 20px auto;
		margin-top: 30px;
	}
	#win-mess .modal-dialog .win-mess-btn{
		line-height: 30px;
		padding: 0 23px;
		color: #fff;
		font-family: 'SEGUI';
		font-weight: 600;
		letter-spacing: normal !important;
		border: none !important;
		background: #757575;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin: 0 10px;
	}
	#win-mess .modal-dialog .win-mess-btn:nth-of-type(3){
		background: #325969;
	}
	#win-mess .modal-dialog .close,
	#win-mess-end .modal-dialog .close{
		width: 12px;
		height: 12px;
		background: url(../images/close-win.png) no-repeat center center;
		background-size: cover;
		opacity: 1 !important;
	}
	

/*END Сообщение о добавлении в корзину товара*/

/*Корзина*/
	#win-cart .modal-dialog{
		width: 960px;
		height: 600px;
		text-align: center;
		z-index: 1000;
		padding-left: 20px;
	}
	#win-cart .modal-dialog .title{
		color: #325969;
		font-family: 'SEGUI';
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: normal !important;
		padding-left: 20px;
		text-align: left;
		font-size: 18px;
		padding-top: 10px;
	}
	#win-cart .modal-dialog .close{
		width: 12px;
		height: 12px;
		background: url(../images/close-win.png) no-repeat center center;
		background-size: cover;
		opacity: 1 !important;
	}
	#win-cart .modal-dialog .form{
		width: 270px;
		display: inline-block;
	}
	#win-cart .modal-dialog .items-block{
		display: inline-block;
		width: 540px;
		vertical-align: top;
		padding-left: 40px;
		font-size: 0;
	}
	#win-cart .modal-dialog .form input{
		color: #757575 !important;
		border: 1px solid #ebebeb;
		padding: 0 20px;
		width: 100% !important;
	}
	#win-cart .modal-dialog .form textarea{
		color: #757575 !important;
		border: 1px solid #ebebeb;
		padding: 10px 20px;
		height: 52px;
		width: 100% !important;
	}
	#win-cart .modal-dialog .form div{
		position: relative;
	}
	#win-cart .win-body{
		margin-top: 30px;
	}
	#win-cart .modal-dialog .items-block .item{
		border-top: 1px solid #e7e7e7;
		display: table;
		width: 100%;
		margin: 0;
	}
	#win-cart .modal-dialog .items-block .items{
		height: 363px;
	}
	#win-cart .modal-dialog .items-block .item .left,
	#win-cart .modal-dialog .items-block .item .right
	{
		width: 45%;
		display: inline-block;
		padding: 10px;
		vertical-align: middle;
	}
	#win-cart .modal-dialog .items-block .item .right{
		padding-right: 0;
		width: 55%;
	}
	#win-cart .modal-dialog .items-block .item .num-list,
	#win-cart .modal-dialog .items-block .item .item-title,
	#win-cart .modal-dialog .items-block .item .price,
	#win-cart .modal-dialog .items-block .item .counter,
	#win-cart .modal-dialog .items-block .item .photo,
	#win-cart .modal-dialog .items-block .item .remove-item
	{
		display: table-cell;
		vertical-align: middle;
	}
	#win-cart .modal-dialog .items-block .item .num-list{
		font-family: 'SEGUI';
		font-weight: 700;
		color: #325969;
		font-size: 14px;
		padding-left: 5px;
		padding-right: 20px;
		width: 30px;
	}
	#win-cart .modal-dialog .items-block .item .item-title{
		font-family: 'ARIALN';
		font-size: 16px;
		color: #757575;
		text-transform: uppercase;
		text-align: left;
	}
	#win-cart .modal-dialog .items-block .item .price{
		color: #325969;
		font-family: 'SEGUI';
		font-weight: 700;
		font-size: 14px;
		text-transform: uppercase;
		width: 100px;
	}
	
	#win-cart .modal-dialog .items-block .item .photo{
		height: 100px;
		width: 90px;
		text-align: center;
	}
	#win-cart .modal-dialog .items-block .item .photo img{
		height: 100%;
	}
	#win-cart .modal-dialog .items-block .item .remove-item{
		width: 8px;
		height: 8px;
		margin-right: -15px;
		background: url(../images/close-win.png) no-repeat center center;
		background-size: 90%;
		opacity: 1 !important;
		cursor: pointer;
	}
	#win-cart .modal-dialog .items-block .item .counter{
		text-align: center;
		width: 60px;
	}
	#win-cart .modal-dialog .items-block .item .counter a{
		color: #c1c1c1;
		font-family: 'SEGUI';
		font-weight: 600;
		font-size: 14px;
		text-align: center;
	}
	#win-cart .modal-dialog .items-block .item .counter a:active,
	#win-cart .modal-dialog .items-block .item .counter a:hover,
	#win-cart .modal-dialog .items-block .item .counter a:focus
	{
		text-decoration: none;
		cursor: default;
	}
	#win-cart .modal-dialog .items-block .item .counter .count-pl{
		width: 12px;
		height: 9px;
		display: block;
		margin: 0 auto;
		cursor: pointer;
		background: url(../images/ui/arrow-rate.png) no-repeat center top;
		cursor: pointer !important;
	}
	#win-cart .modal-dialog .items-block .item .counter .count-min{
		width: 12px;
		height: 9px;
		display: block;
		margin: 0 auto;
		cursor: pointer;
		background: url(../images/ui/arrow-rate.png) no-repeat center bottom;
		cursor: pointer !important;
	}
	#win-cart .modal-dialog .items-block .smeta-block{
		border-top: 4px solid #e7e7e7;
		display: inline-block;
		width: 100%;
		padding: 0px 20px;
		text-align: right;
	}
	#win-cart .modal-dialog .items-block .smeta-block .summ,
	#win-cart .modal-dialog .items-block .smeta-block .delivery
	{
		text-transform: uppercase;
		font-family: 'SEGUI';
		font-weight: 300;
		color: #c1c1c1;
		font-size: 18px;
		line-height: 25px;
	}
	#win-cart .modal-dialog .items-block .smeta-block .summ i{
		font-style: normal;
	}
	#win-cart .modal-dialog .items-block .smeta-block .summ span,
	#win-cart .modal-dialog .items-block .smeta-block .delivery span
	{
		color: #325969;
		font-weight: 700;
	}
	#win-cart .modal-dialog .form div:before{
		content: "";
		width: 5px;
		height: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #325969;
		position: absolute;
		top: 50%;
		margin-top: -2.5px;
		left: -13px;
	}
	#win-cart .modal-dialog .form button[type="submit"]{
		line-height: 30px;
		background: #757575;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: none !important;
		font-family: 'SEGUI';
		font-weight: 600;
		color: #fff;
		letter-spacing: normal !important;
		text-transform: none;
		padding: 0 22px;
		margin: 30px 0;
		float: right;
	}


/*END Корзина*/



.parsley-error{
    border: 1px solid #B94541!important;
}
ul.parsley-error-list{
    display: none!important;
}
#check_1.parsley-error + label:before{
	border: 1px solid #B94541!important;
}
.catalog-preloader{
	width: calc(100% - 275px);
	height: calc(100% - 64px);
	position: absolute;
	background: #ddecf2;
	z-index: 100;
}
.catalog-preloader .catalog-preloader-icon{
	width: 128px;
	height: 128px;
	background: url(../images/preloader.GIF) no-repeat center center;
	position: fixed;
	top: calc(50% + 68px);
	margin-left: -64px;
	left: calc(50% + 137.5px);
	margin-top: -64px;

}

.ajax_preloader{
	width: calc(100% - 275px);
	height: 128px;
	position: fixed;
	bottom: 34px;
	left:275px;
	z-index: 100;
	text-align: center;
}

.ajax_preloader .catalog-preloader-icon{
	margin-top: 32px;
	width: 64px;
	height: 64px;
	background: url(../images/preloader.GIF) no-repeat center center;
	background-size: contain;
	display: inline-block;

}

#win-cart .modal-dialog .form p {
	display: inline-block;
	color: #333;
	font-weight: 300;
	font-size: .75em;
	letter-spacing: 1.2px;
	vertical-align: middle;
}

.myCheck input[type=checkbox] {
	display: none;
}

.myCheck label {
	padding-left: 24px;
	display: inline-block;
	position: relative;
	margin-top: 10px;
	font-size: 14px;
	text-align: left;
	color: #b8b7b5;
	letter-spacing:normal;
	cursor: pointer;
}

.myCheck label a{
	text-decoration: underline;
	color: #325969;
}

.myCheck label a:hover{
	text-decoration: none;
}

.myCheck label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #ebebeb;
	position: absolute;
	left: 0;
	background-color: transparent;
}

.myCheck input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-weight: 900;
	color: #325969;
	font-size: 16px;
	text-align: center;
	line-height: 15px;
}

.custom-option-container {
	display: block;
	padding: 0;
	width: 100%;
	max-height: 40px;
	color: #333333;
	overflow: hidden;
	margin: 0;
	position: relative;
	border: 1px solid #edede8;
	margin-bottom: 10px;
}

.custom-option-container:after {
	content: "";
	width: 12px;
	height: 9px;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1000;
	background: url(../images/ui/arrow-rate.png) no-repeat center bottom;
	cursor: pointer;
}

.custom-option-container.active {
	overflow: visible;
}

.custom-option-container.active:after {
	background: url(../images/ui/arrow-rate.png) no-repeat center top;
}

.custom-option-container ul.active {
	max-height: 1000px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.25);
}

.custom-option-container ul {
	display: block;
	padding: 0;
	width: calc(100% + 2px);
	max-height: 40px;
	color: #333333;
	overflow: hidden;
	margin: 0;
	position: relative;
	background: #fff;
	z-index: 1000;
	border-bottom: 1px solid #edede8;
	border-radius: 0;
	margin-left: -1px;
	font-size: 13px;
	cursor: pointer;
}

.custom-option-container ul li {
	margin-top: -1px;
	padding: 0px 20px;
	padding-bottom: 0;
	display: block;
	line-height: 40px;
	height: 40px;
	width: 100%;
	color: #AEAEAE;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	border-right: 1px solid #edede8;
	border-left: 1px solid #edede8;
}

.custom-option-container ul li.active{
	color: #757575;
}

.custom-option-container ul li:hover {
	background: #ececec;
}

.popup_delivery{
	display: none;
	position: absolute;
	top: 0px;
	left: 275px;
	width: calc(100% - 275px);
	background: #fff;
	z-index: 101;
	min-height: 100%;
	padding: 50px 80px;
}


.popup_delivery h3,
.popup_delivery .body b,
.popup_delivery .body p
{
	color: #555555;
	font-size: 32px;
	text-transform: uppercase;
	font-family: 'ARIALN';
	font-weight: normal;
	letter-spacing: -0.32px;
	text-align: left;
}

.popup_delivery .body b{
	font-size: 15px;
	padding: 25px 0 0 0;
	display: block;
}
.popup_delivery .body p{
	text-transform: none;
	font-size: 15px;
	font-family: 'SEGUI';
	font-weight: 300;
	display: block;
}
.popup_delivery .body ul{
	padding: 0;
	margin: 0;
	margin: 10px 0;
}
.popup_delivery .body ul li{
	list-style: none;
	font-size: 15px;
	font-family: 'SEGUI';
	font-weight: 400;
}
.popup_delivery .body ul li:before{
	content: '';
	width: 5px;
	height:5px;
	background: #325969;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	position: relative;
	border-radius: 50%;
	margin: 0 10px;
}

.popup_delivery .close {
	width: 12px;
	height: 12px;
	background: url(../images/close-win.png) no-repeat center center;
	background-size: cover;
	opacity: 1 !important;
}

#filter .mCSB_inside > .mCSB_container{
	margin-right: 0 !important;
}