@font-face {
	font-family: 'Arial_tenge_ru_en_kz';
	src: url('fonts/arial_tenge_ru_en_kz.eot');
	src: url('fonts/arial_tenge_ru_en_kz.eot?#iefix') format('embedded-opentype'),
		 url('fonts/arial_tenge_ru_en_kz.woff') format('woff'),
		 url('fonts/arial_tenge_ru_en_kz.ttf') format('truetype'),
		 url('fonts/arial_tenge_ru_en_kz.svg#Arial_tenge_ru_en_kz') format('svg');
	font-weight: normal;
	font-style: normal;
}
span.tng {
	font-family: 'Arial_tenge_ru_en_kz';
	font-weight: normal !important;
}
html {
	background:#220603 url(images/bgr.jpg) no-repeat top center fixed;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}
html,body {
	height:100%;
	min-height:100%;
}
body {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color:/*#494949;*/#1d2326;
}
a {
	color: #374146;
	outline: none;
	text-decoration: underline;
	/*border-bottom:1px solid #993;*/
}
a:hover {
	border-bottom:none;
	text-decoration: none;
}
.service-bar .h1 h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#ffffcc;
	font-weight: normal;
	margin-left:95px;
	margin-top:11px;
	margin-bottom:5px;
	min-height:35px;
}
.service-bar .h1 h1 .user {
	color:#fff;
	margin-left:10px;
}
.service-bar .h1 {
	background-position:11px 11px !important;
	background-repeat:no-repeat !important;
}
body.section-order .service-bar .h1 {
	background-image:url(images/body_section_order_service_bar_h1.png);
}
body.basket .service-bar .h1 {
	background-image:url(images/body_basket_service_bar_h1.png);
}
body.section-about .service-bar .h1 {
	background-image:url(images/body_about_service_bar_h1.png);
}
body.section-favorites .service-bar .h1 {
	background-image:url(images/body_favorites_service_bar_h1.png);
}
body.section-about-wine .service-bar .h1 {
	background-image:url(images/body_section_about_wine_service_bar_h1.png);
}
body.section-cabinet .service-bar .h1 {
	background-image:url(images/body_section_cabinet_service_bar_h1.png);
}
body.section-accessories .service-bar .h1 {
	background-image:url(images/body_section_accessories_service_bar_h1.png);
}
body.section-constructor .service-bar .h1 {
	background-image:url(images/service_bar_counstructor_button_bgr.png);
}
body.section-delivery .service-bar .h1 {
	background-image:url(images/body_section_delivery_service_bar_h1.png);
}
body.section-error-page .service-bar .h1 {
	background-image:url(images/body_section_error_page_service_bar_h1.png);
}
h4 {
	font-size:14px;
	font-weight: bold;
	color:#818181;
}
h5 {
	font-size:12px;
	font-weight: bold;
	color:#818181;
}
h6 {
	font-size:18px;
	color:#333333;
	font-weight: normal;
	margin-bottom:18px;/*margin-bottom:35px; */
}
h7 {
	font-size:14px;
	color:#666666;
	margin-bottom:7px;
	display:block;
}
h8 {
	font-weight: normal;
	font-size:12px;
	color:#95663f;
	display:block;
	margin-bottom:15px;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
font[size="1"] {font-size: 10px;}
font[size="2"] {font-size: 13px;}
font[size="3"] {font-size: 16px;}
font[size="4"] {font-size: 18px;}
font[size="5"] {font-size: 24px;}
font[size="6"] {font-size: 32px;}
font[size="7"] {font-size: 48px;}
.pager {
	text-align:center;
	margin:20px 0;
	padding:0 20px;
	letter-spacing:normal;
}
.pager a,
.pager ul,
.pager li {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
}
.pager a {
	color:#3a3d42;
	width:28px;
	height:28px;
	line-height:28px;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pager a.prev {
	background:#a67c52 url(images/pager_nav_prev_bgr.png) no-repeat center;
	font-size:0;
	text-decoration: none;
	margin-right:9px;
	/*text-indent IE7*/
	color: transparent;
	//text-indent: 0 !important;
	//font-size:0;
}
.pager a.prev:hover {
	opacity:.7;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=70, Style=0);
}
.pager a.next {
	background:#a67c52 url(images/pager_nav_next_bgr.png) no-repeat center;
	font-size:0;
	margin-left:9px;
		/*text-indent IE7*/
	color: transparent;
	//text-indent: 0 !important;
	//font-size:0;

}
.pager a.next:hover {
	opacity:.7;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=70, Style=0);
}

.pager li a{
	text-decoration:none;
	background:#ebebeb;
	color:#999999;
	font-weight:bold;
	font-size:14px;
	margin:0 5px;
}
.pager li a.active,
.pager li a:hover {
	background:#95663f;
	color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.pager li a.active {
	cursor:default;
}

.styled-button {
	display:inline-block;
	//display:inline;
	//zoom:1;
	position:relative;
	font-size:15px;
	text-decoration:none;
	color:#6c000a;
	height:26px;
	line-height:26px;
	//line-height:14px;
	border:1px solid #860d0d;
	padding: 0 19px 0;
	//padding:0 5px;
	//margin:0 5px;
	text-align: center;
	cursor:pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: none;
	behavior: url(PIE.htc);
}

.styled-button2 {
display:inline-block;
	//display:inline;
	//zoom:1;
	position:relative;
	font-size:15px;
	text-decoration:none;
	color:#6c000a;
	height:26px;
	line-height:26px;
	border:3px solid #860d0d;
	padding: 0 19px 0;
	//padding:0 5px;
	//margin:0 5px;
	text-align: center;
	cursor:pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: none;
	behavior: url(PIE.htc);
}
.styled-button2:hover {
	opacity:.8;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=80, Style=0);
	border-bottom:3px solid #860d0d;
}

a.styled-button {
	//line-height:26px;
}
.styled-button:hover {
	opacity:.8;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=80, Style=0);
	border-bottom:1px solid #860d0d;
}
.styled-button.styled-light-border {
	border: 2px solid #ffffc1;
	color:#fff;
	height:22px;
	line-height:18px;
	//line-height:14px;
	padding:0 28px;
	//padding:0 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.styled-button.styled-light-border {
	//line-height:18px;
}
.styled-button.styled-small {
	height:17px;
	line-height:18px;
	font-size:11px;
	color:#610210;
	padding:0 11px;
	border-color:#610210;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.styled-button.styled-big {
	height:38px;
	line-height:36px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#610210;
	border-color:#993333;
}
.styled-button.styled-big span {
	color:#95663f;
	font-size:12px;
}
.styled-button.styled-gray {
	height:18px;
	line-height:18px;
	//line-height:12px;
	font-size:13px;
	color:#6a6a61;
	border-color:#6a6a61;
	padding:0 11px;
}
a.styled-button.styled-gray {
	//line-height:18px;
}
.styled-button.styled-gray-fill {
	height:17px;
	line-height:18px;
	//line-height:12px;
	font-size:11px;
	color:#666666;
	border-color:#6a6a61;
	padding:0 19px;
	background:#e1e1e1;
}
a.styled-button.styled-gray-fill {
	//line-height:18px;
}
.styled-button.styled-gray-wide {
	height:17px;
	line-height:18px;
	//line-height:12px;
	font-size:11px;
	color:#6a6a61;
	border-color:#6a6a61;
	padding:0 30px;
}
a.styled-button.styled-gray-wide{
	//line-height:18px;
}
.styled-button.styled-gray-fill-wide {
	height:17px;
	line-height:18px;
	//line-height:12px;
	font-size:11px;
	color:#333333;
	border-color:#6a6a61;
	padding:0 19px;
	background:#e1e1e1;
	padding:0 30px;
}
a.styled-button.styled-gray-fill-wide{
	//line-height:18px;
}
.dark-table {
	font-size:11px;
}
.dark-table th {
	padding:5px 7px;
	color:#996633;
	font-size:11px;
	text-align:left;
}
.dark-table tr:first-child {
	border-top:none;
	border-bottom:3px solid #a67c52;
}
.dark-table tr {
	border-top:1px solid #a67c52;
}
.dark-table td {
	padding:5px 7px;
}
.clearfix {
	height: 1%;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.left {
	float:left;
}
.right {
	float:right;
}
.centered-content {
	width:600px; /*690*/
	margin:0 auto;
	padding:5px;
}
a.read-more {
	display:inline-block;
}
#top-bar {
	background:#7b0e0e;
	height:30px;
	margin-bottom:-30px;
	text-align:right;
	/*position:relative;
	z-index:2;*/
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	right:0;
}
#top-bar > .inner-wrapper {
	min-width: 720px;
	max-width: 1300px;
	margin:0 auto;
	padding:0 2px;
}
#langs {
	display:inline-block;
	//display:inline;
	//zoom:1;
	height:30px;
	float:left;
}
#langs a {
	display:inline-block;
	//display:inline;
	//zoom:1;
	height:30px;
	line-height:30px;
	text-transform: uppercase;
	text-decoration:none;
	font-size:12px;
	color:#ffffc1;
	font-weight: bold;
	margin-left:5px;
	border-bottom:none;
}
#langs a:first-child {
	margin-left:0;
}
#langs a:hover {
	text-decoration:underline;
}
#langs a.active {
	display:none;
}
#top-bar .phone {
	height:30px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	background:url(images/phone_bgr.png) no-repeat left center;
	color:#ffffc1;
	padding-left:28px;
	line-height:30px;
	float:left;
	margin-left:15px;
}

#search-form {
	display:inline-block;
	//display:inline;
	//zoom:1;
	margin-right:20px;
	text-align:left;
	vertical-align: top;
	position:relative;
}
#search-form .inner-wrapper {
	border:1px solid #960014;
	padding:1px 2px 0;
	width:230px;
	top:5px;
	position:relative;
	background:#7b0e0e;
}

#search-form .search-on-button {
	background:url(images/search_on_button_bgr.png) no-repeat;
	width:15px;
	height:15px;
	margin-top:1px;
}
#search-form .search-on-button,
#search-form .search-box,
#search-form .search-button {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align: top;
}
#search-form .search-box {
	width:100%;
	margin-left:-20px;
}
#search-form .search-box input {
	height:17px;
	padding: 0 3px 0 20px;
	vertical-align: top;
	font-size:12px;
	color:#db8e98;
	border:none;
	background:none;
	width:90%;
}

#search-form .search-box input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #c04f5e;
}
#search-form .search-box input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #c04f5e;
}
#search-form .search-box input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #c04f5e;
}
#search-form .search-box input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #c04f5e;
}
#search-form .search-button {
}
#search-form .search-button input {
}

#top-bar-nav {
	display:inline-block;
	//display:inline;
	//zoom:1;
}
#top-bar-nav li {
	display:inline-block;
	//display:inline;
	//zoom:1;
	margin-right:18px;
}
#top-bar-nav li>a,
#top-bar-nav li>div {
	display:block;
	color:#ffffc1;
	text-decoration:none;
	font-size:11px;
	line-height:30px;
	border-bottom:none;
}
#top-bar-nav li>a:hover,
#top-bar-nav li>div:hover {
	text-decoration:underline;
}
#top-bar-nav li>div:hover {
	cursor:default;
}
/*#top-bar-nav li>div:hover .basket-info-block {
	display:block;
}*/
#top-bar-nav li a.top-bar-nav-payment {
	background:url(images/top_bar_nav_li_a_payment_bgr.png) no-repeat left center;
	padding-left:28px;
}
#top-bar-nav li a.top-bar-nav-delivery {
	background:url(images/top_bar_nav_li_a_delivery_bgr.png) no-repeat left center;
	padding-left:40px;
}

#top-bar-nav li a.top-bar-nav-favorites {
	background:url(images/top_bar_nav_li_a_favorites_bgr.png) no-repeat left center;
	padding-left:20px;
}

#top-bar-nav li .top-bar-nav-basket {
	background:url(images/top_bar_nav_li_a_basket_bgr.png) no-repeat left center;
	padding-left:22px;
	position:relative;
}
#top-bar-nav .basket-info-block {
	position:absolute;
	width:276px;
	left:50%;
	margin-left:-138px;
	display:none;
	padding-top:17px;
	background:url(images/basket_info_block_bgr.png) no-repeat top center;
}

#top-bar-nav .basket-info-block .basket-info-body {
	background:#fff;
	border:1px solid #c69c6d;
	color:#996633;
	text-align:center;
	line-height:normal;
	padding:0 12px;
}
#top-bar-nav .basket-info-block .basket-info-body a {
	color:#996633;
	text-decoration:underline;
}
#top-bar-nav .basket-info-block .basket-info-body a:hover {
	text-decoration: none;
}
#top-bar-nav .basket-info-block .basket-info-message {
	background:#ebebeb;
	padding:7px;
	margin:0 -12px;
}
#top-bar-nav .basket-info-block.empty .basket-info-message {
	color:#660000;
}
#top-bar-nav .basket-info-block .basket-info-item {
	overflow:hidden;
	padding:10px 0 3px 0;
	border-bottom:1px solid #95663f;
	text-align:left;
	line-height: 18px;
}
#top-bar-nav .basket-info-block .basket-info-item .basket-info-item-image {
	float:left;
	margin-left:1px;
}
#top-bar-nav .basket-info-block .basket-info-item .basket-info-item-body {
	overflow:hidden;
}
#top-bar-nav .basket-info-block .basket-info-item .basket-info-item-title {
	color:#6c000a;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	margin-bottom:10px;
	line-height:16px;
}
#top-bar-nav .basket-info-block .basket-info-summ {
	overflow:hidden;
	border-bottom:1px solid #95663f;
	font-weight: bold;
	font-size:14px;
	text-align:left;
	padding:5px 3px 5px 20px;
	margin-bottom:13px;
}
#top-bar-nav .basket-info-block .basket-info-summ .basket-info-summ-count {
	float:right;
	text-align:right;
}
#top-bar-nav .basket-info-block .basket-info-body .styled-button {
	margin-bottom:12px;
	color:#6C000A;
	text-decoration: none;
}
#top-bar-nav .basket-info-block .basket-info-body .basket-info-goto-basket {
	margin-bottom:10px;
}
#top-bar .user {
	display:inline-block;
	//display:inline;
	//zoom:1;
}
#top-bar .user-button {
	background:url(images/user_button_bgr.png) no-repeat left center;
	padding-left:18px;
	height:30px;
	line-height:30px;
	display:inline-block;
	//display:inline;
	//zoom:1;
}
#top-bar .user-button a {
	color:#fff;
	font-size:10px;
	border-bottom:none;
}
#top-bar .user-button a:hover {
	text-decoration:underline;
}
#wrapper {
	min-width: 720px;
	max-width: 1300px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding:0 10px;
}
.overflow-block {
	overflow:hidden;
}
.overflow-block .left {
	float:left;
}
.overflow-block .right {
	float:right;
}
.content-block {
	background:rgba(242,238,177,.8);
}
/* Media
-----------------------------------------------------------------------------*/
/* Header
-----------------------------------------------------------------------------*/
#header {
	padding-top:30px;
	//z-index:3;
	position:relative;
}
#logo {
	text-align:center;
	float:left;
	width:17%;
	height:100px;
}
#logo .content-logo {
	border:rgba(242,238,177,.8);
	height:100px;
}
#logo img {
	margin-top:24px;
}
.wine-nav {
	text-align:right;
	height:138px;
	padding-top:3px;
	padding:0 4%;
	margin-left:17%;
	position:relative;
	text-align:justify;
	text-justify: newspaper;
	//zoom:1;
	text-align-last: justify;
}
.wine-nav:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}

.wine-nav a {
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:138px;
	height:138px;
	position:relative;
	margin-left:5px;
	text-decoration:none;
}
.wine-nav a:first-child {
	margin-left:0;
}
.wine-nav a.white,
.ru .wine-nav a.white {
	background: url(images/wine_nav_a_white_ru_bgr.png) no-repeat;
}
.wine-nav a.red,
.ru .wine-nav a.red {
	background: url(images/wine_nav_a_red_ru_bgr.png) no-repeat;
}
.wine-nav a.sparkling,
.ru .wine-nav a.sparkling {
	background: url(images/wine_nav_a_sparkling_ru_bgr.png) no-repeat;
}
.wine-nav a.dessert,
.ru .wine-nav a.dessert {
	background: url(images/wine_nav_a_dessert_ru_bgr.png) no-repeat;
}
.wine-nav a.grappa,
.ru .wine-nav a.grappa {
	background: url(images/wine_nav_a_grappa_ru_bgr.png) no-repeat;
}

.en .wine-nav a.white {
	background: url(images/wine_nav_a_white_en_bgr.png) no-repeat;
}
.en .wine-nav a.red {
	background: url(images/wine_nav_a_red_en_bgr.png) no-repeat;
}
.en .wine-nav a.sparkling {
	background: url(images/wine_nav_a_sparkling_en_bgr.png) no-repeat;
}
.en .wine-nav a.dessert {
	background: url(images/wine_nav_a_dessert_en_bgr.png) no-repeat;
}
.en .wine-nav a.grappa {
	background: url(images/wine_nav_a_grappa_en_bgr.png) no-repeat;
}

.kz .wine-nav a.white {
	background: url(images/wine_nav_a_white_kz_bgr.png) no-repeat;
}
.kz .wine-nav a.red {
	background: url(images/wine_nav_a_red_kz_bgr.png) no-repeat;
}
.kz .wine-nav a.sparkling {
	background: url(images/wine_nav_a_sparkling_kz_bgr.png) no-repeat;
}
.kz .wine-nav a.dessert {
	background: url(images/wine_nav_a_dessert_kz_bgr.png) no-repeat;
}
.kz .wine-nav a.grappa {
	background: url(images/wine_nav_a_grappa_kz_bgr.png) no-repeat;
}
.wine-nav a span {
	display:none;
}
.main-nav-bar {
	background:#6c000a;
	height:38px;
	padding:0 8px;
	margin-bottom:11px;
	margin-top:-37px;
	z-index:2;
	position:relative;
	text-align:center;
}
#main-nav {
	display:inline-block;
	//display:inline;
	//zoom:1;
}
#main-nav {
	line-height:38px;
}
#main-nav li {
	display:inline-block;
	//display:inline;
	//zoom:1;
	background:url(images/main_nav_li_bgr.png) no-repeat left center;
	padding:0 36px 0 48px;
}
#main-nav li:first-child {
	background:none;
	padding-left:0;
}
#main-nav li.last {
	padding-right:0;
}
#main-nav li a {
	color:#ffffc1;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	border-bottom:none;
	display:block;
	height:38px;
	padding:0 10px;
}
#main-nav li a:hover,
#main-nav li.active a {
	background:#450607;
}
#main-nav li ul {
	display:none;
	padding:5px;
	min-width: 230px;
	max-width:296px;
	text-align:left;
	border: 1px solid #c9c9c9;
	background:#fff;
}
#main-nav li ul:after {
	display:inline;
}
#main-nav li:hover ul {
	display:block;
	position:absolute;
	top:38px;
	z-index:999;
}
#main-nav li ul li,
#main-nav li ul li:hover {
	padding:0;
	position:relative;
	display:block;
	//zoom:0;
	text-align:left;
	background:none;
}
#main-nav li ul li:first-child {
	padding:0;
}
#main-nav li ul li a,
#main-nav li:hover ul li a {
	margin:0;
	padding:0;
	width:auto;
	display:block;
	text-indent:0;
	text-decoration:none;
	text-transform:none;
	height:auto;
	line-height:normal;
	padding:12px 10px 10px 20px;
	color:#450607;
}
#main-nav li ul li a:hover {
	color:#fff;
}

body.front .service-bar {
	margin-bottom: 12px;
}
.service-bar {
	margin-bottom: 0;
}
/*12.02.2015*/
.service-bar .service-bar-block {
	background:#966640 no-repeat 11px center;
	height: 72px;
	float:left;
	margin-left:1%;
	position: relative;
}


.service-bar .service-bar-block2 {
	background:#966640 no-repeat 11px center;
	height: 72px;
	float:left;
	margin-left:1%;
	position: relative;
}
.service-bar .service-bar-block:first-child {
	margin-left:0;
}
.service-bar .service-bar-block2:first-child {
	margin-left:0;
}
.service-bar .filtered-search, .service-bar .filtered-search2 {
	width:49%;
	background-image: url(images/service_bar_filtered_search_bgr.png);
	background-position:12px 12px;
}
.service-bar.expanded .filtered-search,.service-bar.expanded .filtered-search2 {
	width:100%;
}
.section-catalog .service-bar.expanded .filtered-search, .section-catalog .service-bar.expanded .filtered-search2 {
	width:74.5%;
}
.filtered-search2 .filter-inner2 {
	line-height:9448px;
	margin-left:63px;
	/*height:50px;*/
	margin-top:12px;
	padding-right:130px;
	position:relative;
	max-height:300px;
	overflow:hidden;
}
.filtered-search .filter-inner::first-line {
	/*line-height:48px;*/
}
.filtered-search .filter-inner:first-line {
	/*line-height:48px;*/
}
.filtered-search2 .filter-inner2 form {
	display:inline;
}
.service-bar.expanded .filtered-search2 .filter-inner {
	padding-right:10px;
}
.filtered-search2 .filter-item-group {
	display:inline-block;
	//display:inline;
	//zoom:1;
	line-height:normal;
	margin-bottom:20px;
	margin-right:9px;
	vertical-align:top;
	//margin-bottom:9999px
}

.filtered-search2 .filter-buttons {
	position:absolute;
	right:10px;
	top:0;
	width:120px;
	line-height: normal;
	vertical-align:top;
	white-space:normal;
}
/*12.02.2015*/
.service-bar.expanded .filtered-search .filter-buttons {
	position:relative;
	right:auto;
}
.filtered-search .filter-buttons .styled-button {
	vertical-align:top;
}
.filtered-search .filter-buttons .full-search {
	display:inline-block;
	border-bottom:1px dashed #fff;
	line-height:normal;
	color:#fff;
	text-decoration:none;
	margin-top:10px;
}
.filtered-search .filter-buttons .full-search:hover {
	border-bottom:none;
}
.filter-clear {
	text-decoration: none !important;
	border-bottom:1px dashed #fff !important;
	margin-top:10px !important;
	display:inline-block !important;
}
.filter-clear:hover {
	border-bottom:none !important;
}
.service-bar .counstructor-button,
.service-bar .user-button {
	width:24.5%;
	//width:24.2%;
	z-index:3;
}
.service-bar.expanded .counstructor-button,
.service-bar.expanded .user-button {
	display:none;
}
.section-catalog .service-bar.expanded .user-button {
	display:block;
}
.service-bar .counstructor-button a,
.service-bar .user-button a{
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-decoration:none;
	border-bottom:none;
}
.service-bar .counstructor-button a {
	background:url(images/service_bar_counstructor_button_bgr.png) no-repeat 11px center;
	display:block;
	height:100%;
	padding-left:67px;
	padding-right:23px;
	line-height:57px;
}
.service-bar .user-button a {
	/*background:url(images/service_bar_user_button_bgr.png) no-repeat 11px center;*/
	background:url(images/body_section_cabinet_service_bar_h1.png) no-repeat 11px 11px;
	display:block;
	height:100%;
	padding-left:73px;
	padding-right:23px;
	line-height:57px;
}
.service-bar .counstructor-button a span,
.service-bar .user-button a span {
	display:inline-block;
	//display:inline;
	//zoom:1;
	height:34px;
	vertical-align:middle;
	line-height:normal;
}
.service-bar .counstructor-button a:hover span,
.service-bar .user-button a:hover span {
	text-decoration: underline;
}
.service-bar .h1 {
	width:100%;
}
.subsection-breadcrumbs {
	font-size:14px;
	color:#c69c6d;
	margin-left:95px;
}
.subsection-breadcrumbs.hidden {
	display:none;
}
.subsection-breadcrumbs span {
	margin:0 18px;
}
.subsection-breadcrumbs span:first-child {
	margin-left:0;
}
.subsection-breadcrumbs span.active {
	color:#ffffc1;
}
body.section-order .h1 {
}
#breadcrumbs, #breadcrumbs a {
	color: #818181;
	font-size:9px;
	line-height:9px;
	margin-bottom:9px;
	display:none;
}
#breadcrumbs a {
	border-bottom:none;
	text-decoration:underline;
}
#breadcrumbs a:hover {
	text-decoration:none;
}
body.section-cabinet #breadcrumbs, body.section-cabinet #breadcrumbs a {
	color:#a67c52;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 167px;
	height: 1%;
	position: relative;
	z-index:2;
}
body.front #middle {
	padding: 0 0 147px;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 11px 8px;
	background:#fff;
}
body.front #content  {
	background:none;
}
body.sideright #content {
	margin-right:270px;
}
body.sideleft #content {
	margin-left:270px;
}
body.section-cabinet #content {
	background:#c69c6d;
	color:#663300;
}
.content-nav {
	position:relative;
	margin-bottom:20px;
	text-align:center;
}
.content-nav li {
	/*float:left;*/
	display:inline-block;
	//display:inline;
	//zoom:1;
	height: 25px;
    line-height: 25px;
    margin-right: 8px;
}
.content-nav li.active {
	/*margin-bottom:25px;*/
}
.content-nav li a {
	display:block;
	padding:0 7px;
	font-size:14px;
}
.content-nav li.active a {
	cursor:default;
}
.content-nav ul {
	margin-bottom:8px;
}
.content-nav .content-nav-children li {
	height: 23px;
    line-height: 23px;
}
.content-nav .content-nav-children li a {
	font-size:12px;
}
.content-nav .content-nav-children .content-nav-children li {
	height: 20px;
    line-height: 20px;
}
.content-nav .content-nav-children .content-nav-children li a {
	font-size:11px;
}
.content-nav.light li a {
	color:#996633;
}
.content-nav.light li:hover>a {
	color:#663300;
	text-decoration: none;
}
.content-nav.light li.active>a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #8c6239;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8c6239), to(#A57B51));
	background: -webkit-linear-gradient(#8c6239, #A57B51);
	background: -moz-linear-gradient(#8c6239, #A57B51);
	background: -ms-linear-gradient(#8c6239, #A57B51);
	background: -o-linear-gradient(#8c6239, #A57B51);
	background: linear-gradient(#8c6239, #A57B51);
	-pie-background: linear-gradient(#8c6239, #A57B51);
	behavior: url(PIE.htc);
	-webkit-box-shadow:inset 2px 3px 3px rgba(96,57,19,0.6);
	box-shadow:inset 2px 3px 3px rgba(96,57,19,0.6);
	text-decoration: none;
	/*color:#663300;*/
	color: #ffffff;
}
.content-nav.light.has-childrens>ul>li.active>a,
.content-nav.light .has-childrens>ul>li.active>a {
	background:#cccccc;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-decoration: none;
}
.content-nav.dark li a {
	color:#ffffc1;
}
.content-nav.dark li:hover>a {
	
	text-decoration: none;
}
.content-nav.dark li.active>a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #8c6239;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8c6239), to(#A57B51));
	background: -webkit-linear-gradient(#8c6239, #A57B51);
	background: -moz-linear-gradient(#8c6239, #A57B51);
	background: -ms-linear-gradient(#8c6239, #A57B51);
	background: -o-linear-gradient(#8c6239, #A57B51);
	background: linear-gradient(#8c6239, #A57B51);
	-pie-background: linear-gradient(#8c6239, #A57B51);
	behavior: url(PIE.htc);
	-webkit-box-shadow:inset 2px 3px 3px rgba(96,57,19,0.6);
	box-shadow:inset 2px 3px 3px rgba(96,57,19,0.6);
	text-decoration: none;
	color:#663300;
}
.content-nav.dark.has-childrens>ul>li.active>a,
.content-nav.dark .has-childrens>ul>li.active>a {
	background:#cccccc;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-decoration: underline;
}

.catalog-sort {
	padding-left:15px;
	margin-bottom:20px;
	color:#8e8e8e;
	position:relative;
}
.catalog-sort .combo {
	margin-bottom:0;
	margin-left:10px;
	color:#1d2326;
}
#content-search-form {
	display:inline-block;
	//display:inline;
	//zoom:1;
	text-align:left;
	vertical-align: top;
	position:relative;
	margin-top:11px;
}
#content-search-form .inner-wrapper {
	border:1px solid #818181;
	padding:1px 2px 0;
	width:200px;
	position:relative;
}

#content-search-form .search-on-button {
	background:url(images/search_on_button_gray_bgr.png) no-repeat;
	width:15px;
	height:15px;
	margin-top:1px;
}
#content-search-form .search-on-button,
#content-search-form .search-box,
#content-search-form .search-button {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align: top;
}
#content-search-form .search-box {
	width:100%;
	margin-left:-20px;
}
#content-search-form .search-box input {
	height:17px;
	padding: 0 3px 0 20px;
	vertical-align: top;
	font-size:12px;
	color:#818181;
	border:none;
	background:none;
	width:90%;
}
#content-search-form .search-box input::-webkit-input-placeholder, /* WebKit browsers */
#content-search-form .search-box input:-moz-placeholder , /* Mozilla Firefox 4 to 18 */
#content-search-form .search-box input::-moz-placeholder , /* Mozilla Firefox 19+ */
#content-search-form .search-box input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #818181;
	opacity:1;
}

.slider-container {
	background:url(images/slider_container_bgr.png);
	//background:none;
	margin-bottom:15px;
}
.slider-container h3 {
	text-align:center;
	height:22px;
	background:url(images/slider_container_h3_bgr.png) repeat-x;
}
.slider-container h3 span {
	display:inline-block;
	//display:inline;
	//zoom:1;
	background:#ffffc1;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6c000a;
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
	height:22px;
	line-height:22px;
	padding:0 5px;
}
.wine-slider {
	/*background:rgba(242,238,177,.8);
	//background:url(images/slider_container_bgr.png);*/
	position:relative;
	padding:5px 30px 7px;
}
.wine-slider#new-wine-slider {
	//padding-bottom:0;
}
.wine-slider li {
	float:left;
	list-style:none;
	width:215px;
	padding-right:30px;
	position:relative;
	/*border:1px solid black;
	background:green;*/
}
.wine-slider li img {
	float:left;
	margin-right:-10px;
	margin-left:-5px;
}
.wine-slider li div.title {
	height:75px;
	padding-bottom:5px;
}
.wine-slider li div.title a {
	color:#6c000a;
	font-size:13px;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-bottom:1px solid #cc9999;
}
.wine-slider li div.title a:hover {
	border-bottom-color:#993333;
}
.wine-slider li .price {
	font-size:15px;
	color:#6c000a;
	margin-bottom:5px;
}
.wine-slider .prev,
.wine-slider .next {
	background:url(images/wine_slider_nav_sprite.png) no-repeat -100% -100%;
	width:18px;
	height:101px;
	position:absolute;
	top:17px;
	left:8px;
	cursor:pointer;
}
.wine-slider .prev {
	background-position:0 0;
}
.wine-slider .prev:hover {
	background-position:-18px 0;
}
.wine-slider .next {
	background-position:0 -101px;
	left:auto;
	right:8px;
}
.wine-slider .next:hover {
	background-position:-18px -101px;
}
.buy-popup {
	width:160px;
	height:70px;
	position:absolute;
	margin-top:-25px;
	background:url(images/buy_popup_bgr.png) no-repeat center;
	background-size:contain;
	z-index:999;
}
.wine-slider .buy-popup {
	margin-top:-40px;
}
.buy-popup .styled-button {
	font-size:13px;
	height:24px;
	color:#610210;
	background:#ffffc1;
	width:158px;
	padding:0;
	margin:0 auto;
	display:block;
	font-weight: bold;
}
.buy-popup .styled-button:hover {
	text-decoration:underline;
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=100, Style=0);
}
.buy-popup .count {
	text-align:center;
	height: 18px;
	padding: 1px 0;
}
.buy-popup .minus,
.buy-popup .plus {
	width:20px;
	height:18px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	cursor:pointer;
	vertical-align:top;
}
.buy-popup .minus:hover,
.buy-popup .plus:hover {
	opacity:.7;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=70, Style=0);
}
.buy-popup .minus {
	background:url(images/buy_popup_minus_bgr.png) no-repeat;
}
.buy-popup .plus {
	background:url(images/buy_popup_plus_bgr.png) no-repeat;
}
.buy-popup input {
	display:inline-block;
	vertical-align:top;
	width:25px;
	height:17px;
	margin: 0 2px;
	padding: 0 0 1px;
	text-align:center;
	color:#000;
	font-size:14px;
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: white;
	behavior: url(PIE.htc);
}
.amount {
	text-align:center;
	height: 24px;
	padding: 1px 0;
}
.amount .amount-title {
	font-size:10px;
	color:#666666;
	text-align:left;
}
.amount .minus,
.amount .plus {
	width:26px;
	height:26px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	cursor:pointer;
	vertical-align:top;
	background:#cccccc;
}
.amount .minus:hover,
.amount .plus:hover {
	opacity:.7;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=70, Style=0);
}
.amount .minus {
	background:url(images/amount_minus_bgr.png) no-repeat;
}
.amount .plus {
	background:url(images/amount_plus_bgr.png) no-repeat;
}
.amount input {
	display:inline-block;
	vertical-align:top;
	width:28px;
	height:23px;
	//line-height:24px;
	margin: 0 2px;
	padding: 0 0 1px;
	text-align:center;
	color:#000;
	font-size:14px;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: white;
	behavior: url(PIE.htc);
}

#catalog {
	overflow:hidden;
	text-align:center;
	min-height:250px;
	position:relative;
	text-align-last:left;
}
.catalog-detail #content {
	background:#fefee0 url(images/catalog_detail_content_bgr.png) no-repeat center 28px;
}
#catalog .catalog-item {
	/*float:left;*/
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	text-align:left;
	width:370px;
	margin:0 18px 15px;
	position:relative;
	border-bottom:1px solid #ccc;
}
#catalog .catalog-item.empty {
	display:inline-block;
	width:370px;
	border-bottom:none;
}

#catalog .catalog-item .special {
	position:absolute;
	top:0;
	left:0;
}
#catalog .catalog-item .add-to-fav {
	position:absolute;
	top:0;
	left:85px;
}

.add-to-fav {
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:12px;
	height:12px;
	background:url(images/catalog_item_add_to_fav_sprite.png) no-repeat left top;
	text-indent:-9999px;
	border-bottom:none;
}
.retina-display .add-to-fav {
	background:url(images/catalog_item_add_to_fav_sprite@2x.png) no-repeat left top;
	background-size:12px 27px;
}
.add-to-fav:hover {
	background-position:left bottom;
	opacity:.9;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=90, Style=0);
	text-decoration:underline !important;
}
.add-to-fav.added {
	background-position:left bottom;
}
#catalog .catalog-item img {
	float:left;
}
#catalog .catalog-item .catalog-item-body {
	margin-bottom:20px;
	padding-right:5px;
	overflow:hidden;
	color:#818181;
	font-size:11px;
	font-weight: bold;
	position:relative;
}
#catalog .catalog-item .title {
	display:block;
	min-height:37px;
}
#catalog .catalog-item .title a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	border-bottom:none;
	color:#6c000a;
	text-decoration:underline;
}
#catalog .catalog-item .title a:hover {
	text-decoration:none;
}
#catalog .catalog-item .item-info {
	height:72px;
	line-height:12px;
}
#catalog .catalog-item .item-info a {
	color:#818181;
}
#catalog .catalog-item .year-vol {
	font-size:14px;
	line-height:21px;
}
#catalog .catalog-item .price {
	font-size:14px;
	color:#993333;
	font-weight:bold;
	margin:5px 0;
}
#catalog .catalog-item .styled-button {
	
}
#catalog .show-more {
	text-align:center;
	text-align-last:center;
}
#catalog .show-more-button {
	height:21px;
	line-height:18px;
	//line-height:12px;
	font-size:11px;
	color:#333333;
	border-color:#6a6a61;
	padding:0 19px;
	background:#e1e1e1;
	padding:0 30px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	margin-bottom:10px;
	margin-top:10px;
}

.special {
	position:relative;
	width:23px;
	height:23px;
	text-indent:-9999px;
}
.special.new {
	background:url(images/catalog_item_special_icon_new_bgr.png) no-repeat;
}
.special.discount {
	background:url(images/catalog_item_special_icon_discount_bgr.png) no-repeat;
}
.special.hit {
	background:url(images/catalog_item_special_icon_hit_bgr.png) no-repeat;
}
.special.classic {
	background:url(images/catalog_item_special_icon_classic_bgr.png) no-repeat;
}

.retina-display .special.new {
	background:url(images/catalog_item_special_icon_new_bgr@2x.png) no-repeat;
	background-size:23px 23px;
}
.retina-display .special.discount {
	background:url(images/catalog_item_special_icon_discount_bgr@2x.png) no-repeat;
	background-size:23px 23px;
}
.retina-display .special.hit {
	background:url(images/catalog_item_special_icon_hit_bgr@2x.png) no-repeat;
	background-size:23px 23px;
}
.retina-display .special.classic {
	background:url(images/catalog_item_special_icon_classic_bgr@2x.png) no-repeat;
	background-size:23px 23px;
}
#catalog-item {
	overflow:hidden;
	width:900px;/*714px;*/
	margin:0 auto 15px;
	font-size:0;
	color:#818181;
	background:#fff;
	padding-top:17px;
	padding-bottom:20px;
	box-shadow: 0 5px 13px #c3af6a;
}
#catalog-item .left-column ,
#catalog-item .right-column {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	font-size:15px;
}
#catalog-item .left-column {
	width:323px;
	margin-right:-33px;
	margin-left:-42px;
}
#catalog-item .left-column .image {
	margin-bottom:25px;
}
#catalog-item .right-column {
	width:570px;
	
}
#catalog-item .accessories {
	margin:0 40px 0 55px;
}
#catalog-item .accessories h4 {
	padding-left:14px;
	margin-bottom:15px;
}
#catalog-item .accessories .accessories-item {
	overflow:hidden;
	margin-bottom:15px;
}
#catalog-item .accessories .accessories-item img {
	float:left;
	margin-right:10px;
}
#catalog-item .accessories .accessories-item .item-content {
	overflow:hidden;
}
#catalog-item .accessories .accessories-item .title {
	padding-right:20px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
}
#catalog-item .accessories .accessories-item .title a {
	color:#818181;
	font-size:12px;
	font-weight: bold;
}
#catalog-item .accessories .accessories-item .price {
	font-size:11px;
	color:#818181;
	font-weight: bold;
	margin-bottom:5px;
}
#catalog-item .accessories .accessories-item .styled-button.styled-small {
	display:block;
	width:45px;
}
#catalog-item .add-to-fav {
	position:absolute;
	margin-left:-21px;
	margin-top:2px;
}
#catalog-item .title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height: normal;
	color:#610210;
	margin-bottom:21px;
}
#catalog-item .tech-info {
	color:#737373;
	font-size:14px;
	margin-bottom:10px;
	line-height:18px;
}
#catalog-item .year-vol {
	font-size:18px;
	font-weight: normal;
	color:#818181;
	margin-bottom:8px;
}
#catalog-item .tech-info a {
	color:#737373;
	font-weight: bold;
}
#catalog-item .tech-info a:hover {
	color:#666;
}
#catalog-item .specials {
	margin-bottom:5px;
}
#catalog-item .special {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	text-indent:0;
	width:auto;
	padding-left:28px;
	line-height:23px;
	font-size:10px;
	color:#95663f;
	margin-right:10px;
	font-weight: bold;
}
#catalog-item .buy-block {
	background:#ffffcc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
	padding:8px 12px;
	margin-bottom:12px;
}
#catalog-item .price-order {
	margin-bottom:15px;
}
#catalog-item .price-order .price,
#catalog-item .price-order .buy-item,
#catalog-item .price-order .amount {
	display:inline-block;
	//display:inline;
	//zoom:1;
}
#catalog-item .price-order .amount {
	height:42px;
	vertical-align:bottom;
	margin-right:22px;
}
#catalog-item .price-order .buy-item {
	
}
#catalog-item .price-order .price {
	font-size:15px;
	color:#737373;
	margin-right:15px;
	vertical-align:middle;
	//vertical-align:bottom;
}
#catalog-item .price-order .price .count {
	font-weight: bold;
}
#catalog-item .price-order .styled-button {
	//vertical-align:bottom;
}
#social-share {
	font-weight: bold;
	font-size:10px;
}
#social-share,
#social-share .yashare-auto-init,
#social-share .share-by-mail,
.social-print .print-booklet {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:bottom;
}
#social-share .b-share {
	padding:0 !important;
}
#social-share .b-share .b-share__handle {
	padding-top:2px !important;
	padding-bottom:2px !important;
}
#social-share .share-by-mail {
	width:24px;
	height:18px;
	background:url(images/social_share_share_by_mail_sprite.png) no-repeat;
	text-indent:-9999px;
	margin-left:3px;
}
.retina-display #social-share .share-by-mail {
	background:url(images/social_share_share_by_mail_sprite@2x.png) no-repeat;
	background-size:24px 36px;
}
#social-share .share-by-mail:hover {
	background-position:bottom;
}
.social-print .print-booklet {
	background:url(images/social_print_print_booklet_bgr.png) no-repeat;
	padding-left:27px;
	width:96px;
	height:19px;
	line-height:10px;
	margin-left:12px;
}
.social-print .print-booklet a {
	display:block;
	margin-top:-2px;
	font-size:9px;
	text-decoration:none;
	color:#818181;
}
.social-print .print-booklet a:hover {
	text-decoration: underline;
}
.social-print .add-to-fav {
	display:inline-block;
	//display:inline;
	//zoom:1;
	text-indent:0;
	color: #818181;
	font-size: 9px;
	text-decoration: none;
	width:auto;
	padding-left:16px;
	position:static !important;
	margin-left:10px !important;
	line-height:10px;
	vertical-align:top;
	margin-top: 15px !important;
}
#catalog-item .item-info-block {
	margin-bottom:10px;
}
#catalog-item .item-info-block h5 {
	font-size:18px;
	margin-bottom:5px;
}
.eat-icons {
	margin-top:10px;
	margin-bottom:15px;
}
.eat-icons div {
	height:22px;
	text-indent:-9999px;
	background:url(images/eat_icons_sprite.png) no-repeat -100%;
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	margin-right:11px;
}
.eat-icons div.stewed {
	background-position:0 0;
	width:25px;
}
.eat-icons div.red-meat {
	background-position:-25px 0;
	width:34px;
}
.eat-icons div.sardin-cheese {
	background-position:-59px 0;
	width:21px;
}
.eat-icons div.snack {
	background-position:-80px 0;
	width:25px;
}
.eat-icons div.fish {
	background-position:-105px 0;
	width:33px;
}
.eat-icons div.turkey {
	background-position:-138px 0;
	width:31px;
}
.eat-icons div.bird {
	background-position:-169px 0;
	width:32px;
}
.eat-icons div.dessert {
	background-position:-201px 0;
	width:20px;
}
.eat-icons div.rizotto {
	background-position:-221px 0;
	width:25px;
}
.eat-icons div.fruit {
	background-position:-246px 0;
	width:16px;
}
.eat-icons div.pasta {
	background-position:-262px 0;
	width:26px;
}
#catalog-item .similar h4 {
	margin-bottom:14px;
}
#catalog-item .similar li {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	width:85px;
	text-align:center;
	margin:0 10px;
}
#catalog-item .similar li img {
	margin-bottom:10px;
}
#catalog-item .similar li a {
	color:#6c000a;
	font-size:12px;
	display:block;
	text-align:left;
}
#catalog-item .similar li .price {
	margin-top:10px;
	font-size:12px;
	font-weight: bold;
	color:#737373;
	text-align:center;
}
.content-top {
	overflow:hidden;
	width:728px;
	margin:0 auto 7px auto;
}
.content-top .hint {
	float:left;
	background:url(images/content_top_hint_bgr.png) no-repeat;
	padding-left:30px;
	color:#999;
	min-height:40px;
	padding-right:260px;
	margin-left:60px;
}
.content-top .buttons {
	float:right;
	margin-left:-250px;/*-100%;*/
}
.content-top .buttons .forward {
	vertical-align:top;
}
.section-order .content-top .buttons .forward {
	padding: 0 10px;
}
.content-bottom {
	overflow:hidden;
	width:728px;
	margin:0 auto;
}
.content-bottom .buttons {
	float:right;
	margin-left:-250px;/*-100%;*/
}
#container .buttons {
	overflow:hidden;
	width:250px;
}
#container .buttons .forward {
	float:right;
}
#container .buttons .back {
	float:left;
}
#constructor .c-pages {
	margin-bottom:10px;
	position:relative;
}
#constructor .c-item {
	display:none;
}
#constructor .c-item.page0 {
	overflow:hidden;
}
#constructor .c-item.page1 {
	overflow:hidden;
}
#constructor .c-item.page2 {
	min-height:570px;
}
#constructor .c-item.page3 {
	min-height:570px;
}
#constructor .close {
	background:url(images/constructor_close_bgr.png) no-repeat;
	width:22px;
	height:22px;
	position:absolute;
	text-indent:-9999px;
	right:3px;
	top:3px;
}
#constructor .close:hover {
	cursor:pointer;
	opacity:.7;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=70, Style=0);
}
#constructor .tiles-nav {
	min-width:450px;
	max-width:900px;
	margin-right:280px;
	float:left;
	position:relative;
}
#constructor .tiles-nav .nav-item {
	width:136px;
	height:150px;
	border: 1px solid #b4b4b4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #bfbebe 3px 3px 4px;
	-moz-box-shadow: #bfbebe 3px 3px 4px;
	box-shadow: #bfbebe 3px 3px 4px;
	background: #fff;
	behavior: url(PIE.htc);
	position:relative;
	overflow:hidden;
	text-align:center;
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	margin:0 6px 6px 0;
	padding-bottom:3px;
}
#constructor .tiles-nav .nav-item:hover {
	border-color:#8a8888;
	cursor:pointer;
}
#constructor .tiles-nav .nav-item.active {
	opacity:.3;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=30, Style=0);
	cursor:default;
}
#constructor .tiles-nav .nav-item a {
	text-decoration: none;
}
#constructor .tiles-nav .nav-item .image {
	margin-top:2px;
}
#constructor .tiles-nav .nav-item .title {
	font-size:11px;
	color:#95663f;
	text-align:left;
	padding:0 3px;
	line-height:11px;
}
#constructor .tiles-nav .nav-item .type {
	float:left;
	line-height: 12px;
	padding: 0 3px;
	font-size:11px;
	font-weight: bold;
	color:#818181;
}
#constructor .tiles-nav .nav-item .price {
	float:right;
	padding-right:8px;
	font-size:11px;
	color:#818181;
}
#constructor .tiles-nav .nav-item .contents {
	display:none;
}
#constructor .tile-info {
	border:1px solid #797970;
	border-radius:3px;
	position:relative;
	width:272px;
	float:left;
	display:none;
	margin-left:-275px;
}
#constructor .tile-info-body {
	margin:5px 13px;
}
#constructor .tile-info-body,
#constructor .tile-info-body a {
	font-size:11px;
	color:#666;
}
#constructor .tile-info-body a.vine {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6c000a;
}
#constructor .tile-info .image {
	text-align:center;
}
#constructor .tile-info .title {
	font-size:14px;
	color:#996633;
	margin-bottom:8px;
}
#constructor .tile-info .price {
	font-size:14px;
	color:#1d2326;
	margin-top:20px;
}
#constructor .tile-info .styled-button-container {
	text-align:right;
	margin:5px;
}
#constructor .tabs {
	margin-top:30px;
}
#constructor .tabs dl{
	display:block;
	zoom:1;
	position:relative;
	background:url(images/front_tabs_bgr.png) no-repeat center bottom;
	padding-bottom:12px;
}
#constructor .tabs dt {
	float:left;
	background:url(images/front_tabs_dt_bgr.png);
	line-height:23px;
	height:23px;
	padding:0 10px;
	position:relative;
	cursor:pointer;
	color:#959595;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	border:1px solid #c2c2c2;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	behavior: url(PIE.htc);
}
#constructor .tabs dt.selected,
#constructor .tabs dt:hover {
	z-index:3;
	border-bottom-color:#fff;
}
#constructor .tabs dt.catalog {
}
#constructor .tabs dt.wine-shelf {
	background:url(images/constructor_tabs_dt_wine_shelf_bgr.png) no-repeat 5px center;
	padding-left:38px;
}
#constructor .tabs dt.basket {
	background:url(images/constructor_tabs_dt_basket_bgr.png) no-repeat 5px center;
	padding-left:25px;
}
#constructor .tabs dt.favorites {
	background:url(images/constructor_tabs_dt_favorites_bgr.png) no-repeat 5px center;
	padding-left:23px;
}
#constructor .tabs dd {
	display:none;
	float:right;
	padding:0;
	width:100%;
	margin:24px 0 0 -100%;
	position:relative;
	z-index:2;
}
#constructor .tabs dd .tab-body {
	border:1px solid #c2c2c2;
	min-height:250px;
	padding:3px;
	margin-right:239px;
}
#constructor .tabs dd .tab-body .service-bar {
	margin-bottom:7px;
}
#constructor .tabs dd .tab-body .service-bar .filtered-search {
/*height:auto;*/
}
#constructor .tabs dd .tab-body .service-bar .filtered-search .filter-inner {
/*height:auto;*/
	line-height:normal;padding:10px 0 0 70px
	overflow:visible;
}
 .filter-inner {padding:10px 0 0 70px}
#constructor .tabs dd .tab-body .service-bar .filtered-search .filter-item-group {
	margin-bottom:0;
}
#constructor .tabs dd .tab-body .service-bar .filtered-search .filter-buttons {
	margin-bottom:10px;
}

#constructor .my-gift-container {
	position:absolute;
	right:1px;
	top:0;
	width:228px;
	z-index:2;
	display:none;
}
#constructor .my-gift-container .title {
	font-size:13px;
	color:#818181;
	margin-bottom:5px;
	padding:0 3px;
}
#constructor .my-gift-container .scroll-top,
#constructor .my-gift-container .scroll-bottom {
	position:absolute;
	right:2px;
	left:2px;
	height:15px;
	z-index:2;
}
#constructor .my-gift-container .scroll-top:hover,
#constructor .my-gift-container .scroll-bottom:hover {
	opacity:.7;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=70, Style=0);
	cursor:pointer;
}
#constructor .my-gift-container .scroll-top {
	top:2px;
	background:#d7d7d7 url(images/my_gift_container_scroll_top_bgr.png) no-repeat center center;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	/*behavior: url(PIE.htc);*/
}
#constructor .my-gift-container .scroll-bottom {
	bottom:2px;
	background:#d7d7d7 url(images/my_gift_container_scroll_bottom_bgr.png) no-repeat center center;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	/*behavior: url(PIE.htc);*/
}

#constructor .my-gift-container .my-gift-container-body {
	position:relative;
	border:2px solid #610210;
	
	padding:20px 4px 18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*behavior: url(PIE.htc);*/
	height:516px;
	overflow:hidden;
}
#constructor .my-gift-container .my-gift-container-body .total {
	position:absolute;
	bottom:21px;
	left:0;
	right:0;
	text-align:center;
	color:#660000;
	height:23px;
	line-height:23px;
	background:url(images/my_gift_container_total_bgr.png);
}
#constructor .my-gift-container .my-gift-container-items {
	height:516px;
	overflow:hidden;
	background:#fff;
}
#constructor .my-gift-container .gift-item {
	position:relative;
	min-height:46px;
	padding-right:30px;
	padding:5px 30px 5px 5px;
	margin-bottom:2px;
	border:2px dotted #d7d7d7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*behavior: url(PIE.htc);*/
	overflow:hidden;
}
#constructor .my-gift-container .gift-item .close {
	display:none;
}
#constructor .my-gift-container .gift-item.active .close {
	display:block;
}
#constructor .my-gift-container .gift-item:first-child {
	margin-top:0px;
}
#constructor .my-gift-container .gift-item .bgr {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin-top:-8px;
	text-align:center;
	cursor:default;
	font-size:11px;
	color:#c2c2c2;
}
#constructor .my-gift-container .gift-item.active .bgr {
	display:none;
}
#constructor .my-gift-container .gift-item .gift-item-image {
	float:left;
}
#constructor .my-gift-container .gift-item .gift-item-body {
	overflow:hidden;
	font-size:11px;
	color:#666;
}
#constructor .my-gift-container .gift-item .gift-item-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:12px;
	margin-bottom:10px;
}
#constructor .summary {
	background-repeat:no-repeat;
	background-position:100% 30px;
	padding-right:260px;
	margin:0 auto 10px auto;
}
#constructor .delivery {
	margin-left:22px;
	background:url(images/constructor_delivery_bgr.png) no-repeat center 0;
	padding-top:20px;
	width:456px;
}
.summary {
	margin-bottom:30px;
	width:455px;
	margin-left:62px;
}
.summary-block {
	margin-bottom:30px;
}
.summary-block-title {
	font-size:11px;
	color:#cccccc;
	margin-bottom:7px;
}
.summary-block-item {
	border-bottom: 1px solid #cccccc;
	vertical-align: bottom;
	margin-bottom:15px;
}
.summary-block-item .item-title {
	color: #9F1212;
	font-size: 15px;
	margin-bottom: -1px;
	margin-right: 120px;
}
.summary-block-item .item-title span {
	background:#fff;
	padding-right:11px;
}
.summary-block-item .item-title a {
	color:#333333;
	line-height:17px;
}
.summary-block-item .price {
	color: #666666;
	float: right;
	font-size: 11px;
	margin-top: -15px;
	text-align: right;
	/*width: 60px;*/
}
.summary .total {
	border-top:3px solid #ccc;
	text-align:right;
	font-size:14px;
	color:#cccccc;
}
.summary .total .count {
	display:inline-block;
	//display:inline;
	//zoom:1;
	color:#818181;
	padding-top:10px;
}
body.section-order .login {
	margin-top:40px;
	margin-bottom:40px;
}
.login {
	overflow:hidden;
	/*margin-left:62px;*/
}
.login .simple-login {
	width:240px;
	float:left;
	margin-right:28px;
}
.login .no-login {
	width:240px;
	padding-left: 240px;
	//padding-left:0;
}
.login .register {
	width:240px;
	padding-left: 240px;
	margin-top:25px;
	//padding-left:0;
}
.login .text-field {
	margin-bottom:12px;
}
.login .form-input {
	margin-bottom:12px;
}
.login .form-input .input-field {
	height:16px;
	padding:0 3px;
}
.login .form-input input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #e1e1e1;
	opacity:1;
}
.login .form-input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #e1e1e1;
	opacity:1;
}
.login .form-input input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #e1e1e1;
	opacity:1;
}
.login .form-input input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #e1e1e1;
	opacity:1;
}
.login .restore {
	font-size:10px;
	color:#666;
	margin-left:20px;
}
.login .social-login {
	margin-top:12px;
}
.login .social-login .login-button {
	font-size:11px;
	color:#fff;
	text-decoration: none;;
	text-shadow:1px 1px 2px #000000;
	height:30px;
	line-height:30px;
	padding:0 0 0 37px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	min-width:117px;
	margin-bottom:6px;
}
.login .social-login .login-button.twitter {
	background:url(images/login_button_twitter_bgr.png) no-repeat;
}
.login .social-login .login-button.facebook {
	background:url(images/login_button_facebook_bgr.png) no-repeat;
}

.login .social-login .login-button.google {
	background:url(images/login_button_google_bgr.png) no-repeat;
}

.login .social-login .login-button:hover {
	opacity:.7;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=70, Style=0);
}
.delivery {
	overflow:hidden; font-size:1.2em;
}
.delivery .adress {
	float:left;
	width:390px;
}
.delivery .adress-wrapper {
	position:relative;
	margin-bottom:12px;
	height:24px;
}
.delivery .adress-wrapper .reset-fields {
	position:absolute;
	right:0;
	font-size:11px;
	color:#666666;
	text-decoration: none;
	border-bottom:1px dashed #666;
}
.delivery .adress-wrapper .reset-fields:hover {
	border-bottom:none;
}
.delivery .form-input {
	margin-bottom:19px;
}
.delivery .form-input .input-field {
	height:16px;
	padding:0 3px;
	border:1px solid #cccccc;
	width:192px;
}
.delivery .form-input label {
	width:190px;
	color:#333;
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
}
.delivery .form-input .input-hint,
.delivery .form-input .label-hint {
	font-size:10px;
	color:#e1e1e1;
}
.delivery .form-input .input-hint {
	margin-left:190px;
}
.delivery .form-input .label-hint {
	margin-top:-3px;
	width:190px;
}

.form-input label span {
	font-weight: bold;
}

.delivery .form-input .textarea-field {
	width:99%;
	border:1px solid #cccccc;
	height:68px;
	margin-top:5px;
	resize:vertical;
}
.delivery .delivery-way {
	padding-left:420px;
	width:340px;
	//padding-left:30px;
}
.delivery .delivery-way .form-input {
	color:#333333;
	margin-bottom:14px;
}
.delivery .delivery-way .price {
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:50px; font-weight:bold; 
	text-align:right;
}
.delivery .delivery-way label {
	width:270px;
}
.delivery .delivery-way input {
	margin-right:18px;
	margin-top:1px;
	vertical-align:top;
}
.delivery .delivery-way .delivery-way-hint {
	color:#6a6a61;
	padding:0 0 0 37px;  width:240px;
	/*text-align:center;*/
}
.delivery .delivery-way .delivery-way-hint span {display:block; width:240px}
.payment {
	width:698px;
	margin:0 auto;
}
.payment .payment-total {
	font-size:14px;
	color:#333333;
	padding-top:11px;
	padding-bottom:12px;
	padding-left:23px;
	padding-right:72px;
	border-bottom:3px solid #cccccc;
	background:url(images/payment_total_bgr.png) no-repeat 99% 3px;
	margin-bottom:10px;
}
.payment .payment-way {
	color:#818181;
	padding-left:23px;
	margin-bottom:40px;
}
.payment .payment-way img {
	vertical-align:top;
	margin-left:7px;
}
.payment .payment-rules {
	width:530px;
	margin-left:23px;
}
.payment .payment-rules .title {
	font-size:14px;
	color:#333333;
	margin-bottom:5px;
	position:relative;
}
.payment .payment-rules .title .read-full {
	font-size:10px;
	color:#666666;
	position:absolute;
	right:0;
	
}
.payment .payment-rules .rules-body {
	border:1px solid #cccccc;
	padding:7px;
	height:100px;
	overflow-y:scroll;
}
.payment .help-phones {
	margin-left:23px;
}
.help-phones {
	width:280px;
	padding:11px 15px;
	background:#ebebeb;
	margin-top:23px;
	font-size:12px;
	color:#666666;
}
.payment-done {
	font-size:14px;
	color:#333333;
	margin-left:73px;
}
.payment-done a {
	color:#333333;
}
#basket {
	margin:0 70px;
  min-height: 300px;
}
#basket .basket-table caption {
	text-align:left;
	color:#1d2326;
	border-bottom:5px solid #e1e1e1;
	padding-bottom:7px;
	margin-bottom:10px;
}
#basket col.basket-image {
	width:70px;
}
#basket col.basket-title {
	width:auto;
}
#basket  col.basket-amount {
	width:185px;
}
#basket col.basket-price {
	width:190px;
}

#basket col.basket-summ {
	width:155px;
}

#basket col.basket-actions {
	width:115px;
}

#basket .basket-table tr:first-child {
	border-bottom:3px solid #e1e1e1;
}
#basket .basket-table tr:first-child>th {
	//border-bottom:3px solid #e1e1e1;
}
#basket .basket-table tr {
	border-bottom:2px solid #e1e1e1;
}
#basket .basket-table tr>td {
	//border-bottom:2px solid #e1e1e1;
}
#basket .basket-table th {
	text-align:left;
	color:#666666;
	font-weight: normal;
	padding:8px 5px;
}
#basket .basket-table th,
#basket .basket-table td {
	vertical-align:top;
}
#basket .basket-table td {
	padding:10px 5px;
}
#basket .basket-table a.title {
	font-size:14px;
	color:#610210;
}
#basket .basket-table .amount {
	display:inline-block;
	//display:inline;
	//zoom:1;
}
#basket .basket-table .price {
	font-size:14px;
	color:#1d2326;
}
#basket .basket-table .price s {
	display:block;
}
#basket .basket-table .basket-discount {
	font-size:11px;
	color:#1d2326;
}
#basket .basket-table .row-total {
	font-size:14px;
	color:#1d2326;
	font-weight: bold;
}
#basket .basket-table .actions a {
	display:inline-block;
	color:#1d2326;
	text-decoration: none;
	border-bottom:1px dashed #1d2326;
}
#basket .basket-table .actions a:hover {
	border-bottom:none;
}
#basket .summary-table {
	background:#ffffc1;
	margin-top:10px;
	color:#666666;
}
#basket .summary-table td {
	padding:5px 0 10px;
}
#basket .summary-table .continue {
	text-align:right;
	padding-right:40px;
	display:block;
	font-size:14px;
	color:#666666;
}
#basket .summary-table .total {
	font-size:19px;
	color:#1d2326;
	font-weight: bold;
	margin-top:5px;
}
#basket .deferred {
	display:none;
	margin-top:25px;
}
#basket .deferred.on {
	display:block;
}

#basket .deferred .basket-table img,
#basket .deferred .basket-table a.title,
#basket .deferred .basket-table .amount,
#basket .deferred .basket-table .price,
#basket .deferred .basket-table .basket-discount,
#basket .deferred .basket-table .row-total {
	opacity:.2;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=20, Style=0);
}
#basket .deferred .basket-table tr:hover img,
#basket .deferred .basket-table tr:hover a.title,
#basket .deferred .basket-table tr:hover .amount,
#basket .deferred .basket-table tr:hover .price,
#basket .deferred .basket-table tr:hover .basket-discount,
#basket .deferred .basket-table tr:hover .row-total {
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=100, Style=0);
}

#basket .deferred .basket-table tr:first-child {
	border-bottom:2px solid #e1e1e1;
}
.about {
	overflow:hidden;
	margin:0 auto;
	width:1000px;
}
.about .left {
/*	26/09----     margin-right: 580px;   */
}
.about .right {
	/*margin-left:-560px;----26/09---------*/
  /*-100%;	width:560px;*/

  	width:696px;
}
.about .about-news {
	margin-bottom:15px;
}
.news-item {
	margin-bottom:15px;
	color:#1d2326;
}
.news-item a.title {
	font-size:12px;
	font-weight: bold;
	color:#1d2326;
	display:block;
}
.news-item .date {
	font-size:9px;
	color:#6a6a61;
	line-height:10px;
	margin-bottom:7px;
}
.about-photos {
	margin-bottom:40px;
}
.about-photos-slider,.about-photos-slider2 {
	position:relative;
}
.about-photos-slider li {
	float:left;
}
.about-photos-slider2 li {
	float:left;
}

.about-photos-slider .pagination {
	bottom: 10px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 470px;
}
.about-photos-slider2 .pagination2 {
	bottom: 10px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 470px;
}

.about-photos-slider .pagination a {
	margin:0 5px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	background:url(images/about_photos_slider_pagination_a_bgr.png) no-repeat;
	width:15px;
	height:15px;
	opacity:.4;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, Style=0);
}
.about-photos-slider2 .pagination2 a {
	margin:0 5px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	background:url(images/about_photos_slider_pagination_a_bgr.png) no-repeat;
	width:15px;
	height:15px;
	opacity:.4;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, Style=0);
}



.about-photos-slider .pagination a:hover,
.about-photos-slider .pagination a.selected {
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=100, Style=0);
}
.about-photos-slider2 .pagination2 a:hover,
.about-photos-slider2 .pagination2 a.selected {
	opacity:1;
//filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=100, Style=0);
}


.about-photos-slider .pagination a span,.about-photos-slider2 .pagination2 a span {
	display:none;
}
.about .about-contacts-text {
	margin-bottom:18px;
}
.about .about-contacts-map {
	width:700px;
	height:300px;
	margin-right:5px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	margin-bottom:10px;
}
.about .about-contacts-image {
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:274px;
	height:214px;
	overflow:hidden;
}
a.read-all {
	font-size:11px;
	color:#666666;
}
.about-wine {
	overflow:hidden;
	width:auto;
	margin-left:160px;
	margin-right:127px;
}
.about-wine>.left {
	/*margin-right: 420px;*/
	width:395px;
}
.about-wine>.right {
	margin-left:420px;
	float:none;
}
.about-wine>.right .left {
	margin-right: 220px;
}
.about-wine>.right .right {
	margin-left:-185px;/*-100%*/
	width:185px;
}

.about-wine>.bottom {
	overflow:hidden;
	width:100%;
}
.about-wine-news {
	margin-bottom:30px;
}
.about-wine-handbook {
	margin-bottom:30px;
}
.about-wine-handbook .letter-contents {
	text-align:center;
}
.about-wine-handbook .letter-contents a {
	color:#000;
	text-transform:uppercase;
	margin: 0 2px;
}
.about-wine-handbook .letter-block {
	margin-bottom:7px;
}
.about-wine-handbook .letter-block h7.letter {
	font-weight: bold;
}
.about-wine-handbook .letter-block a {
	display:block;
	color:#000;
	text-decoration: none;
}
.about-wine-handbook .letter-block a:hover {
	text-decoration: underline;
}
.about-wine-encyclopedia {
	margin-bottom:30px;
}
.about-wine-encyclopedia .encyclopedia-body {
	margin-bottom:10px;
}
.about-wine-encyclopedia .encyclopedia-body a {
	display:block;
	color:#000;
}
.about-wine-encyclopedia .encyclopedia-body a:hover {
	text-decoration: none;
}
.about-wine-rubaiyat {
	margin-bottom:30px;
}
.about-wine-rubaiyat .rubaiyat-item {
	color:#1d2326;
	margin-bottom:10px;
}
.about-wine-sommelier {
	margin-bottom:30px;
}
.about-wine-sommelier .sommelier {
	width:auto;
	overflow:visible;
}
.about-wine-sommelier .sommelier-item {
	overflow:hidden;
	margin-bottom:10px;
}
.about-wine-sommelier .sommelier-item img {
	float:left;
	margin-right:11px;
}
.about-wine-sommelier .sommelier-item .sommelier-body {
	overflow:hidden;
}
.about-wine-sommelier .sommelier-item .sommelier-body .sommelier-title {
	font-size:14px;
	color:#000;
}
.about-wine-sommelier .sommelier-item .sommelier-body .sommelier-rank {
	font-size:10px;
	color:#000;
}
.about-wine-sommelier .sommelier-question {
	background:url(images/sommelier_question_bgr.png) no-repeat left center;
	color:#000;
	padding-left:29px;
	min-height:21px;
	display:block;
	line-height:21px;
	margin-bottom:15px;
	text-decoration: none;
}
.about-wine-sommelier .sommelier-question span {
	border-bottom:1px dashed #000;
}
.about-wine-sommelier .sommelier-question:hover span {
	border-bottom:none;
}
.about-wine-gastronomy {
	margin-bottom:30px;
}
.about-wine-restaurants {
	margin-bottom:30px;
}

.about-articles .article-item {
	overflow:hidden;
	margin-bottom:15px;
}
.about-articles .article-item a.title {
	display:block;
	font-weight: bold;
	color:#1d2326;
	margin-bottom:20px;
}
.about-articles .article-item .article-image {
	float:left;
	margin-right:10px;
}
.about-articles .article-item .article-body {
	overflow:hidden;
	color:#1d2326;
}
.about-wine .bottom .about-articles {
	float:left;
	width:370px;
	margin-right:50px;
}
.news {
	width:690px;
	margin:0 auto;
}
.news .news-item {
	margin-bottom:32px;
}
.news .news-item img {
	display:block;
	margin-top:10px;
}
.news-item-full {
	width:690px;
	margin:0 auto;
}
.news-item-full .news-item {
	overflow:hidden;
}
.news-item-full .news-item img {
	float:left;
	margin-right:10px;
}
.news-item-full .news-item .news-item-body {
	overflow:hidden;
}
.news-item-full .news-item .date {
	margin-top:5px;
}
.news-item-full #social-share {
	display:block;
	margin-top:20px;
}
.encyclopedia {
	width:690px;
	margin:0 auto;
}
.encyclopedia .news-item {
	margin-bottom:30px;
}
.encyclopedia .news-item a {
	margin-bottom:5px;
}
.article-full {
	overflow:hidden;
}
.article-full h5 {
	color:#000;
	margin-bottom:5px;
}
.article-full .article-image {
	float:left;
	margin-right:10px;
}
.article-full .article-body {
	overflow:hidden;
}
.article-full .article-body img {
	margin:3px;
}
.handbook {
	width:690px;
	margin:0 auto;
}
.handbook #content-search-form {
	margin-left:43px;
	margin-bottom:19px;
	margin-top:0;
}
.handbook dd a {
	display:block;
	color:#666;
}
.handbook dt {
	float:left;
	width:43px;
	font-size:16px;
	font-weight: bold;
	color:#996633;
}
.handbook dd {
	overflow: hidden;
	margin-bottom:20px;
}
.sommelier {
	width:825px;
	margin:0 auto;
	overflow:hidden;
}
.sommelier .sommelier-item {
	width:190px;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
	margin-right:25px;
}
.sommelier .sommelier-item img {
	float:left;
	margin-right:11px;
}
.sommelier .sommelier-item .sommelier-body {
	overflow:hidden;
}
.sommelier .sommelier-item .sommelier-body .sommelier-title {
	font-size:14px;
	color:#000;
}
.sommelier .sommelier-item .sommelier-body .sommelier-rank {
	font-size:10px;
	color:#000;
}
.sommelier .sommelier-item .sommelier-question {
	background:url(images/sommelier_question_bgr.png) no-repeat left center;
	color:#000;
	padding-left:29px;
	min-height:21px;
	display:block;
	line-height:21px;
	margin-bottom:15px;
	float:left;
	margin-top:10px;
	//margin-top:40px;
	//float:none;
	text-decoration: none;
}
.sommelier .sommelier-item .sommelier-question span {
	border-bottom:1px dashed #000;
}
.sommelier .sommelier-item .sommelier-question:hover span {
	border-bottom:none;
}

.sommelier .sommelier-blog {
	overflow:hidden;
}
.gastronomy {
	width:690px;
	margin:0 auto;
}
.gastronomy .article-item {
}
.rubaiyat {
	width:690px;
	margin:0 auto;
}
body.ru .rubaiyat .rubaiyat-body {
	background:url(images/rubaiyat_body_ru_bgr.png) no-repeat;
}
body.en .rubaiyat .rubaiyat-body {
	background:url(images/rubaiyat_body_en_bgr.png) no-repeat;
}
body.kz .rubaiyat .rubaiyat-body {
	background:url(images/rubaiyat_body_kz_bgr.png) no-repeat;
}

.rubaiyat .rubaiyat-body .rubaiyat-body-inner {
	margin-left:310px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	min-height:164px;
}
.rubaiyat .rubaiyat-item {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding-top:30px;
	padding-bottom:27px;
	background:url(images/rubaiyat_rubaiyat_item_bgr.png) no-repeat top center;
}
.rubaiyat .rubaiyat-item:first-child {
	background:none;
	padding-top:0;
}
.restaurants {
	width:690px;
	margin:0 auto;
}
.restaurants.article-full h5 {
	margin-bottom:15px;
}
.cabinet {
	overflow:hidden;
}
.cabinet.cabinet-personal {
	width:690px;
	margin:0 auto;
}
.cabinet .cabinet-personal-info .hint {
	color:#95663f;
	margin-bottom:15px;
}
.cabinet.cabinet-personal .form-input {
	margin-bottom:10px;
}
.cabinet.cabinet-personal .form-input label {
	width:190px;
	display:inline-block;
	//display:inline;
	//zoom:1;
}
.cabinet.cabinet-personal .form-input .label-hint {
	font-size:10px;
	color:#95663f;
	width:185px;
	line-height:12px;
}
.cabinet .password-change .password-change-button {
	text-decoration: none;
	border-bottom:1px dashed #603913;
	color:#603913;
}
.cabinet .password-change .password-change-body {
	margin-top:10px;
	display:none;
}
.cabinet .password-change input {
	background:none;
	border:1px solid #603913;
	height:16px;
	padding:0 3px;
	color:#603913;
}
.cabinet .password-change .styled-button-wrapper {
	text-align:right;
	width: 335px;
}
.cabinet.cabinet-history {
	width:700px;
	margin:0 auto;
}
.cabinet.cabinet-history .dark-table {
	width:457px;
}
.cabinet.cabinet-history .dark-table .date {
	text-align:right;
}
.cabinet.cabinet-history .dark-table .summ {
	text-align:right;
}
.cabinet.cabinet-history .dark-table .pay-wait {
	color:#663300;
}
.cabinet.cabinet-history .details {
	text-align:center;
}
.cabinet.cabinet-history .details-button {
	display:inline-block;
	//display:inline;
	//zoom:1;
	text-indent:-9999px;
	width:9px;
	height:9px;
	background:url(images/cabinet_history_details_button_bgr.png) no-repeat;
	vertical-align: middle;
}
.cabinet.cabinet-history .details-button.opened {
	background-position:bottom;
}
.cabinet.cabinet-history .last-update {
	color:#95663f;
	text-align:right;
}
.cabinet.cabinet-history .orders-list .order-section {
	margin-bottom:10px;
}
.cabinet.cabinet-history .orders-list li {
	display:none;
}
.cabinet.cabinet-history .orders-list .order-section-title {
	color:#a67c52;
}
.cabinet.cabinet-history .orders-list .order-section.adress {
	color:#95663f;
}
.cabinet.cabinet-history .orders-list .order-section.description,
.cabinet.cabinet-history .orders-list .order-section.description a {
	color:#8c6239;
}
.cabinet.cabinet-history .cabinet-content .left {
	position:relative;
}
.cabinet.cabinet-history .cabinet-content .right {
	float:none;
	overflow:hidden;
	padding-left:12px;
}
.cabinet.cabinet-adresses {
	width:730px;
	margin:0 auto;
	padding-bottom:200px;
}
.cabinet.cabinet-adresses input,
.cabinet.cabinet-adresses textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:none;
	border:none;
	height:20px;
	padding:0 3px;
	color:#603913;
	width:95%;
	vertical-align:top;
	margin:0;
	border:1px solid #603913;
}
.cabinet.cabinet-adresses tr.edit textarea {
	padding-top:3px;
	height:17px;
}
.cabinet.cabinet-adresses tr.edit textarea:focus {
	min-height:100px;
}
.cabinet.cabinet-adresses .sexy {
	margin-bottom:0;
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
}
.cabinet.cabinet-adresses .sexy input {
	border:none;
}
.cabinet.wine-shelf {
	position:relative;
	margin:0 auto;
	width:910px;
}
.cabinet.wine-shelf .wine-shelf-body {
	position:relative;
	background:url(images/wine_shelf_bgr.png) no-repeat;
	width:385px;
	height:539px;
	margin:0 27px;
}
.cabinet.wine-shelf .left {
	width:440px;
	position:relative;
}
.cabinet.wine-shelf .prev,
.cabinet.wine-shelf .next {
	background:url(images/wine_shelf_nav_sprite.png) no-repeat -100%;
	width:30px;
	height:87px;
	position:absolute;
	top:250px;
	display:none;
}
.cabinet.wine-shelf .prev.disabled,
.cabinet.wine-shelf .next.disabled {
	opacity:.3;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=30, Style=0);
}
.cabinet.wine-shelf .prev.disabled:hover,
.cabinet.wine-shelf .next.disabled:hover {
	cursor:default;
}
.cabinet.wine-shelf .prev {
	background-position:0 0;
	left:3px;
}
.cabinet.wine-shelf .prev:hover {
	background-position:-30px 0;
	cursor:pointer;
}
.cabinet.wine-shelf .next {
	background-position:0 -87px;
	right:3px;
}
.cabinet.wine-shelf .next:hover {
	background-position:-30px -87px;
	cursor:pointer;
}
.cabinet.wine-shelf .wine-shelf-body .page-number {
	text-align:center;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#663300;
	padding-top: 14px;
}
.cabinet.wine-shelf .wine-shelf-body .temperature {
	font-size:10px;
	color:#95663f;
	text-align:center;
	margin-top:14px;
}
.cabinet.wine-shelf .wine-shelf-body .wine-shelf-body-service {
	text-align:center;
	margin-top:10px;
}
.cabinet.wine-shelf .wine-shelf-body .wine-shelf-body-service a,
.cabinet.wine-shelf .wine-shelf-body .wine-shelf-body-service .days-left {
	display:inline-block;
	//display:inline;
	//zoom:1;
	margin:0 8px;
	font-size:10px;
	color:#95663f;
}
.cabinet.wine-shelf .wine-shelf-body .wine-shelf-body-service .wines-delivery {
	border-bottom:1px dashed #95663f;
	text-decoration: none;
	line-height:10px;
}
.cabinet.wine-shelf .wine-shelf-body .wine-shelf-body-service .wines-delivery:hover {
	border-bottom:none;
}
.cabinet.wine-shelf .wine-shelf-body .wine-shelf-body-service .days-left span {
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:18px;
	height:18px;
	background:url(images/wine_shelf_body_service_days_left_span_bgr.png) no-repeat;
	margin:0 3px;
	color:#663300;
	line-height:17px;
}
.cabinet.wine-shelf .wine-shelf-body .wines .wine-description {
	display:none;
}
.cabinet.wine-shelf .wine-shelf-body .wines {
	width:347px;
	margin:9px 20px 0;
}
.cabinet.wine-shelf .wine-shelf-body .wines li {
	width:170px;
	height:65px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	margin:0 1px 0 0;
	text-align:center;
	line-height: 65px;
	vertical-align:bottom;
}
.cabinet.wine-shelf .wine-shelf-body .wines .small-image {
	width:170px;
	height:55px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:bottom;
	line-height: 53px;
	background:url(images/wine_shelf_body_wines_small_image_bgr.png) no-repeat -10000px -10000px;
}
.cabinet.wine-shelf .wine-shelf-body .wines .small-image.checked {
	background-position:bottom center;
}
.cabinet.wine-shelf .wine-shelf-body .wines .small-image img {
	vertical-align:bottom;
}
.cabinet.wine-shelf .right {
	float:left;
	width:470px;
}
.cabinet.wine-shelf .view-container {
	overflow:hidden;
}
.cabinet.wine-shelf .view-container>.title {
	margin-bottom:30px;
	line-height:23px;
}
.cabinet.wine-shelf .view-container>.title,
.cabinet.wine-shelf .view-container>.title a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#660000;
	text-decoration: underline;
}
.cabinet.wine-shelf .view-container .wine-description-body {
	overflow:hidden;
}
.cabinet.wine-shelf .view-container .wine-description-image {
	float:left;
	margin-bottom:20px;
}
.cabinet.wine-shelf .view-container .wine-description-stats {
	overflow:hidden;
}
.cabinet.wine-shelf .view-container .wine-description-stats .stats-items {
	margin-bottom:15px;
}
.cabinet.wine-shelf .view-container .wine-description-stats .stats-items li {
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:70px;
	vertical-align:top;
	font-size:16px;
	color:#603913;
	margin-right:10px;
}
.cabinet.wine-shelf .view-container .wine-description-stats .stats-items li .stats-item-title {
	font-size:10px;
	font-weight: bold;
	color:#8c6239;
	line-height:12px;
	min-height:30px;
	margin-bottom:5px;
}
.cabinet.wine-shelf .view-container .wine-description-stats .wine-description-actions {
	margin-bottom:40px;
}
.cabinet.wine-shelf .view-container .wine-description-stats .wine-description-actions a {
	font-size:11px;
	color:#603913;
	margin-right:10px;
}
.cabinet.wine-shelf .view-container .wine-description-stats .wine-description-actions .wine-delivery {
	border-bottom:1px dashed #603913;
	text-decoration: none;
	line-height:10px;
}
.cabinet.wine-shelf .view-container .wine-description-stats .wine-description-actions .wine-delivery:hover {
	border-bottom:none;
}

.cabinet.wine-shelf .view-container .wine-description-stats .wine-description-text .wine-description-text-title {
	font-size:14px;
	color:#8c6239;
	margin-bottom:10px;
}
.cabinet.wine-shelf .delivery-container {
	padding-bottom:200px;
	padding-left:20px;
	display:none;
}
.cabinet.wine-shelf .delivery-container .title {
	margin-bottom:15px;
	font-size:14px;
	color:#603913;
}
.cabinet.wine-shelf .delivery-container .styled-button-container {
	text-align:right;
	margin-top:15px;
}
.cabinet.wine-shelf .delivery-container .wines-list {
	margin-bottom:45px;
}
.cabinet.wine-shelf .delivery-container .wines-list li {
	margin-bottom:15px;
}
.cabinet.wine-shelf .delivery-container .wines-list li .num {
	font-size:14px;
	color:#996633;
	margin-right:12px;
	float: left;
}
.cabinet.wine-shelf .delivery-container .wines-list li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#660000;
	display:block;
	overflow:hidden;
}
.cabinet.wine-shelf .info {
	padding:20px 0 200px 20px;
}
.cabinet.wine-shelf .info h3 {
	font-size:16px;
	color:#663300;
	font-weight: normal;
	margin-bottom:15px;
}
.cabinet.wine-shelf .info .combo {
	margin:15px 0
}
.cabinet.wine-shelf .info .styled-button-container {
	margin-top:20px;
}
.accessories-nav {
	width:450px;
	margin:0 auto;
}
.accessories-nav li {
	width:136px;
	height:150px;
	border: 1px solid #b4b4b4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #bfbebe 3px 3px 4px;
	-moz-box-shadow: #bfbebe 3px 3px 4px;
	box-shadow: #bfbebe 3px 3px 4px;
	background: #fff;
	behavior: url(PIE.htc);
	position:relative;
	overflow:hidden;
	text-align:center;
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	margin:0 6px 6px 0;
}
.accessories-nav li:hover {
	border-color:#8a8888;
}
.accessories-nav li a {
	text-decoration: none;
}
.accessories-nav li img {
	margin-top:8px;
}
.accessories-nav li .title {
	font-weight: bold;
	font-size:11px;
	line-height:11px;
	color:#818181;
	text-align:left;
	padding-left:10px;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	background: #B5E3FF;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 250px;
	margin-left: -250px;
	position: relative;
	background: #FFACAA;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -147px auto 0;
	height:147px;
	background:#000;
	position:relative;
	z-index:2;
}
#footer>.inner-wrapper {
	min-width: 720px;
	max-width: 1300px;
	margin:0 auto;
	padding:0 10px;
	overflow:hidden;
}
#footer .left-side {
	float:left;
}
#footer .right-side {
	float:right;
}
#footer-nav {
	display: inline-block;
	//display:inline;
	//zoom:1;
	float: left;
	margin-top:11px;
	margin-bottom:20px
}
#footer-nav>li {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	margin-right:35px
}
#footer-nav>li li{
	line-height:12px
}
#footer-nav li a {
	font-size:11px;
	color:#818181;
	border-bottom:none;
	text-decoration:underline;
}
#footer-nav>li a:hover {
	text-decoration:none;
}
#footer .owner {
	color:#818181;
	font-style: 11px;
	width:40%;
	clear:both;
}
#footer .developer,
#footer .developer a {
	color:#818181;
	font-size:10px;
}
#footer .developer a {
	text-decoration:underline;
	border-bottom: none;
}
#footer .developer a:hover {
	text-decoration:none;
}
#footer .contacts {
	display: inline-block;
	//display: inline;
	//zoom: 1;
	margin-right:38px;
}
#footer .company-contacts {
	font-size: 18px;
	color: #818181;
	margin-right: 51px;
}
#footer .company-contacts a {
	display:block;
	padding-top:5px;
	border-bottom:none;
	font-size:14px;
	color:#818181;
	text-decoration: underline;
}
#footer .company-contacts a:hover {
	text-decoration: none;
}
#footer .company-contacts,
#social-contacts {
	display: inline-block;
	//display: inline;
	//zoom: 1;
	vertical-align: top;
	margin-top: 10px;
}
#social-contacts {
	
}
#social-contacts .social-contacts-icons {
	display:inline-block;
	//display:inline;
	//zoom:1;
}
#social-contacts a {
	display:inline-block;
	//display:inline;
	//zoom:1;
	border-bottom: none;
	width:31px;
	height:31px;
	text-indent:-9999px;
	background:url(images/social_contacts_sprite.png) no-repeat -10000px -10000px;
	margin-right: 18px;
	/*text-indent IE7*/
	color: transparent;
	//text-indent: 0 !important;
	//font-size:0;
}
#social-contacts a.facebook {
	background-position:0 0;
}
#social-contacts a.facebook:hover {
	background-position:-31px 0;
}
#social-contacts a.twitter {
	background-position:0 -31px;
}
#social-contacts a.twitter:hover {
	background-position:-31px -31px;
}
#social-contacts a.instagramm {
	background-position:0 -62px;
}
#social-contacts a.instagramm:hover {
	background-position:-31px -62px;
}

#footer-search-form {
	display:inline-block;
	//display:inline;
	//zoom:1;
	text-align:left;
	vertical-align: top;
	position:relative;
	margin-top:11px;
}
#footer-search-form .inner-wrapper {
	border:1px solid #818181;
	padding:1px 2px 0;
	width:115px;
	position:relative;
}

#footer-search-form .search-on-button {
	background:url(images/search_on_button_gray_bgr.png) no-repeat;
	width:15px;
	height:15px;
	margin-top:1px;
}
#footer-search-form .search-on-button,
#footer-search-form .search-box,
#footer-search-form .search-button {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align: top;
}
#footer-search-form .search-box {
	width:100%;
	margin-left:-20px;
}
#footer-search-form .search-box input {
	height:17px;
	padding: 0 3px 0 20px;
	vertical-align: top;
	font-size:12px;
	color:#818181;
	border:none;
	background:none;
	width:90%;
}
#footer-search-form .search-box input::-webkit-input-placeholder, /* WebKit browsers */
#footer-search-form .search-box input:-moz-placeholder , /* Mozilla Firefox 4 to 18 */
#footer-search-form .search-box input::-moz-placeholder , /* Mozilla Firefox 19+ */
#footer-search-form .search-box input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #818181;
}

/*widgets*/

@media only screen and (max-width: 1060px){
	#search-form .inner-wrapper {
		width:115px;
	}
	#main-nav li {
		padding:0 24px 0 36px;
	}
	.wine-slider li {
		padding-right:15px;
		width:200px;
	}
	#catalog-item {
		width:850px;
	}
	#catalog-item .left-column {
		margin-right:-43px;
		margin-left:-36px;
	}

	#footer .contacts {
		width:180px;
		margin-right:7px
	}
	#footer .company-contacts {
		margin-right: 30px;
	}
	#footer .developer,
	#footer .developer a{
		font-size:9px;
	}
	#footer-nav {
		margin-right:15px;
	}
	#footer-nav>li {
		margin-right:20px
	}
	#catalog .catalog-item {
	}
	.wine-nav {
		padding:0 2%;
	}
	#basket {
		margin:0 155px;
	}
	#basket col.basket-image {
		width:70px;
	}
	#basket col.basket-title {
		width:auto;
	}
	#basket  col.basket-amount {
		width:112px;
	}
	#basket col.basket-price {
		width:90px;
	}
	
	#basket col.basket-summ {
		width:120px;
	}
	
	#basket col.basket-actions {
		width:70px;
	}
	.about {
		width:790px;
	}
	.about .left {
		margin-right: 420px;
	}
	.about .right {
		margin-left:-360px;
		width:360px;
	}

	.about-wine {
		margin-left:56px;
		margin-right:51px;
	}
	.cabinet.cabinet-personal {
		margin-left:14px;
	}
	.cabinet.cabinet-history {
		width:auto;
		margin:0 7px;
	}
	.cabinet.cabinet-adresses {
		width:auto;
		margin:0 7px;
	}
	#constructor .tiles-nav {
		max-width:600px;
	}
}
@media only screen and (max-width: 965px){
	#main-nav li {
		padding:0 11px 0 23px;
	}
	.wine-slider li {
		padding-right:0;
	}
	#footer-nav>li {
		margin-right:5px
	}
	#footer .contacts {
		margin-right:10px;
		width:150px;
	}
	#footer .company-contacts {
		margin-right:10px
	}
	#footer .developer {
		display: none;
	}
	#social-contacts a {
		margin-right:16px;
	}
	#search-form .inner-wrapper {
		width:15px;
	}
	#search-form .search-box {
		display:none;
	}
	#langs a {
		margin-left:2px;
	}
	#top-bar .phone {
		margin-left:5px;
	}
	#search-form {
		margin-right:5px;
	}
	#top-bar-nav li {
		margin-right:3px;
	}
	#logo {
		float:none;
		width:100%;
	}
	#logo .content-logo {
		margin-right:auto;
	}
	.wine-nav {
		float:none;
		margin-left:auto;
		position:relative;
		text-align:justify;
		text-justify: newspaper;
		//zoom:1;
		text-align-last: justify;
		padding:0;

	}
	.wine-nav:after {
		width: 100%;
		height: 0px;
		visibility: hidden;
		overflow: hidden;
		content: '';
		display: inline-block;
	}

	.wine-nav a {
		margin-left:auto;
	}
	.service-bar .service-bar-block:first-child {
		margin-left:0;
	}
	.service-bar .filtered-search {
		width:100%;
		margin-bottom: 14px;
	}
	.service-bar.expanded .filtered-search,
	.section-catalog .service-bar.expanded .filtered-search {
		width:100%;
		margin-bottom:0;
		z-index: 5;
		/*height:134px;*/
		height:110px;
	}
	.service-bar.expanded .filtered-search .filter-inner {
		/*line-height:normal;*/
	}
	.service-bar.expanded .filtered-search .filter-item-group {
		margin-bottom:0;
	}
	.service-bar .counstructor-button {
		margin-left:0;
	}
	.service-bar .counstructor-button,
	.service-bar .user-button {
		width:49.5%;
	}
	.section-catalog .service-bar.expanded .user-button {
		display:none;
	}
	#catalog .catalog-item {
		margin: 0 5px 15px;
		width:333px;
	}
	#catalog .catalog-item.empty {
		width: 330px;
}	
	#catalog .catalog-item .title a {
		font-weight: normal;
	}
	#catalog-item {
		width:710px;
	}
	#catalog-item .left-column {
		margin-right:-25px;
		margin-left:0;
	}
	#catalog-item .right-column {
		width:398px;
	}
	#basket {
		margin:0 17px;
	}
	#basket col.basket-image {
		width:70px;
	}
	#basket col.basket-title {
		width:auto;
	}
	#basket col.basket-amount {
		width:112px;
	}
	#basket col.basket-price {
		width:90px;
	}
	
	#basket col.basket-summ {
		width:120px;
	}
	
	#basket col.basket-actions {
		width:70px;
	}
	.about {
		width:690px;
	}
	.about-wine {
		margin-left:0;
		margin-right:0;
	}
	.about-wine > .left {
		width:260px;
	}
	.about-wine > .right {
		margin-left:275px;
	}
	.about-wine-handbook .letter-contents a {
		font-size:11px;
	}
	
	.about-wine .bottom .about-articles {
		margin-right: 20px;
		width: 340px;
	}
	.sommelier {
		width:690px;
	}
	.cabinet.cabinet-history {
		margin:0;
	}
	.cabinet.cabinet-adresses {
		margin:0;
	}
	.cabinet.wine-shelf .right {
		width: 290px;
	}
	.delivery .form-input .input-hint {
		margin-left: 0;
	}
	.cabinet.wine-shelf .view-container .wine-description-stats {
		float: left;
	}
	.subsection-breadcrumbs span {
		margin: 0 15px;
	}
}
/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	#logo {
	}
	.wine-nav {
		padding:0 2%;
	}
}
/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	#search-form .inner-wrapper {
		width:15px;
	}
	#search-form .search-box {
		display:none;
	}
	#langs a {
		margin-left:2px;
	}
	#top-bar .phone {
		margin-left:5px;
	}
	#search-form {
		margin-right:5px;
	}
	#top-bar-nav li {
		margin-right:3px;
	}
	#logo {
		float:none;
		width:100%;
	}
	.wine-nav {
		float:none;
		margin-left:auto;
		padding:0;
	}

	.wine-nav a {
		margin-left:auto;
	}
	#main-nav li {
		padding:0 5px 0 17px;
	}
}
/*Ya share custom*/
.b-share-icon {
    width: 18px !important;
    height: 18px !important;
    background: url(images/social_share_sprite.png) no-repeat scroll 0 210px transparent !important;
}
.retina-display .b-share-icon {
	background: url(images/social_share_sprite@2x.png) no-repeat !important;
	background-size:36px 36px !important;
}
.b-share-icon_twitter,
.retina-display .b-share-icon_twitter {
	background-position: 0 0 !important
}
.b-share__link:hover .b-share-icon_twitter {
	background-position: -18px 0 !important;
}
.b-share-icon_facebook,
.retina-display .b-share-icon_facebook {
	background-position: 0 -18px !important
}
.b-share__link:hover .b-share-icon_facebook {
	background-position: -18px -18px !important;
}

/* select plugin*/
div.combo {
    position:relative;
    left: 0px;
    top: 0px;
}
/*text input*/
.combo input {
    position: absolute;
}
/*icon*/
.combo div.icon {
    position:absolute;
}
/*list wrapper*/
.combo div.list-wrapper {
    position: absolute;
    overflow: hidden;
    /*we should set height and max-height explicitly*/
    height: 200px; 
    max-height: 200px;
	min-width:121px;
    /*should be always at the top*/
    z-index: 99999;

}

.delivery .combo div.list-wrapper {
    position: absolute;
    overflow: hidden;
    /*we should set height and max-height explicitly*/
    height: 200px; 
    max-height: 200px;
	min-width:190px;
    /*should be always at the top*/
    z-index: 99999;

}

/*"drop-up" list wrapper*/
.combo div.list-wrapper-up {}

/*dropdown list*/
.combo ul {}

/*dropdown list item*/
.combo  li {
    height: 20px;
}

/*active (hovered) list item*/
.combo li.active {}


.combo .visible {
    display: block;
}

.combo .invisible {
    display: none;
}

/*used when emptyText config opt is set. Applied to text input*/
.combo input.empty {}

div.sexy,
div.sexy-gray {
    white-space: nowrap;
    height: 22px;
	background:url(images/custom_select_bgr.png) no-repeat;
    margin: 0 0 6px 0;
    padding: 0;
    width: 121px;
}

.delivery div.sexy-gray {
    white-space: nowrap;
    height: 18px; /*28px*/
	/*background:url(images/custom_select_bgr.png) no-repeat;   */
    margin: 0 0 6px 0;
    padding: 0;
    width: 190px;
}

.retina-display div.sexy {
	background:url(images/custom_select_bgr@2x.png) no-repeat;
	background-size:121px 22px;
}
div.sexy-gray {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	height:16px;
}
div.sexy-gray {
	border:1px solid #818181;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	behavior: url(PIE.htc);
}
div.sexy input,
div.sexy-gray input {
    margin: 0 0 0 0;
    font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:left;
	border:none;
    padding:1px 3px 1px 5px;
	background:none;
    height: 19px;
    line-height:19px;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 105px;  
}
div.sexy-gray input {
	font-size:12px;
	color:#818181;
	height:14px;
	line-height:14px;
}
div.sexy div.icon,
div.sexy-gray div.icon {
    width:13px;
    height:19px;
    border: 0;
	background:url(images/custom_select_icon_bgr.png) no-repeat center center;
    cursor:pointer;
    top:1px;
    right: 1px; 
}
.retina-display div.sexy div.icon {
	background:url(images/custom_select_icon_bgr@2x.png) no-repeat center center;
	background-size:7px 6px;
}
div.sexy-gray div.icon {
	background-image:url(images/custom_select_gray_icon_bgr.png);
	height:16px;
}
.retina-display div.sexy-gray div.icon {
	background:url(images/custom_select_gray_icon_bgr@2x.png) no-repeat center center;
	background-size:7px 6px;
}
div.sexy div.icon:hover {
	
}
div.sexy div.list-wrapper,
div.sexy-gray div.list-wrapper {
    left: 0px;
    top: 21px;
    border: 1px solid #95663f;
    background-color: #b59466;
	border-radius:4px;
    padding: 0;
    margin: 0;
    /*width: 143px;*/
    bottom: auto;
}
div.sexy-gray div.list-wrapper {
	top:17px;
	left:-1px;
	border:1px solid #818181;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	behavior: url(PIE.htc);

}
/*div.sexy div.list-wrapper-up,
div.sexy-gray div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}*/
div.sexy ul,
div.sexy-gray ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
	//width:100%;
}
div.sexy  li,
div.sexy-gray  li {
    padding: 0;
    /*padding-left: 5px;*/
    font:12px/20px tahoma, arial, helvetica, sans-serif;
    /*background-color: #FFFFFF;*/
    cursor: pointer;
    margin: 3px;
	color:#ffffff;
	//width:100%;
}
div.sexy-gray  li {
	color:#818181;
}
div.sexy  li span,
div.sexy-gray  li span {
	padding-left:5px;
}
div.sexy li.active,
div.sexy-gray li.active {
    background-color: #95663f;
}
div.sexy-gray li.active {
	background-color:#818181;
	color:#fff;
}
/*for IE*/
div.sexy a, div.sexy a:visited, div.sexy a:active,
div.sexy-gray a, div.sexy-gray a:visited, div.sexy-gray a:active {
    display: block;
	width: 100%;
	width: 144px;
	text-decoration: none;
    font:normal 14px  tahoma, arial, helvetica, sans-serif;
	color: #000000;
    cursor: pointer;
    margin: 0;	
	height: 20px;
}
div.sexy input.empty,
div.sexy-gray input.empty {
    color: gray;
}
a.to-highlight:hover {
    background-color: rgb(223, 232, 246);
}

label {
	display: block; width: 400px;float: left;
}

/**/
.show_b {display:none!important}
.show_x {position:absolute;width:17px!important;height:20px;vertical-align:middle;top:100%;left:-20px}
.combo {background-repeat:no-repeat}
.show_x  a {background:#fff}
.filter-inner2,.filt_form, .filtered-search2 .filter-inner2 {overflow:visible;}
.filtered-search2 .filter-inner2 {z-index:999}
.show_x img {display:block;text-align:left;width:17px;height:20px}
.escp_x {position:absolute;width:17px!important;height:20px;vertical-align:middle;top:3px;right:-2px;display:block;width:9px;geight:10px}