
.product {
	zoom: 1;
}

	.product_side {
		width: 324px;
		float: left;

		font-size: 12px;
	}
		.product_side .product_widget.with_sep {
			padding: 0 0 15px 0;
		}
	.product_main {
		width: 658px;
		float: right;
	}
		.product_main .product_widget {
			margin: 18px 0 0;
			padding: 0 18px 18px;
		}
.product:after {
	content: "";
	display: table;
	clear: both;
}

/* -------------------------------------------------- */
/* image */

.product_image {
	margin: 0 0 30px 0;
	position: relative;
}
	.product_image_inner {
		height: 400px;
		overflow: hidden;
	}
		.product_image_inner > img {
			max-width: 324px;
		}
	.product_image_swipe {
		background: #19a04a;
		background: rgba(25, 160, 74, 0.85);
		display: none;

		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;

		margin: -20px 0 0 -30px;
		padding: 10px;
		position: absolute;
		top: 70%; left: 50%;
	}
	.product_image_thumbnails {
		margin-top: 20px;
		width: 336px;
		display: inline-block;

		text-align: center;
	}
	.product_image_thumbnails.more_four {
		text-align: left;
	}
		.product_image_thumbnails li {
			display: inline-block;
			*display: inline;
			*zoom: 1;

			margin: 0 8px 12px 0;
		}
		.product_image_thumbnails li:first-child {
			margin-left: 0px;
		}
		.product_image_thumbnails.no-pack li a,
		.product_image_thumbnails li a.no-pack{
			height: 56px;
		}
		.product_image_thumbnails.no-pack li.active a,
		.product_image_thumbnails li.active a.no-pack{
			height: 54px;
		}
			.product_image_thumbnails li a {
				border: 1px solid #ececec;
				width: 70px; height: 72px;
				display: block;

				-webkit-transition: border-width 0s, border-color 0.15s linear, box-shadow 0.15s linear;
				-moz-transition: border-width 0s, border-color 0.15s linear, box-shadow 0.15s linear;
				-ms-transition: border-width 0s, border-color 0.15s linear, box-shadow 0.15s linear;
				-o-transition: border-width 0s, border-color 0.15s linear, box-shadow 0.15s linear;
				transition: border-width 0s, border-color 0.15s linear, box-shadow 0.15s linear;

				padding: 6px 0 0;

				text-align: center;
			}
			.product_image_thumbnails li a:hover {
				border-color: #cacaca;
				-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
				-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
				box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
			}
			.product_image_thumbnails li.active a {
				border: 3px solid #1aa04b;
				width: 66px; height: 70px;

				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;

				padding: 4px 0 0;
			}
				.product_image_thumbnails li a span {
					display: block;
					margin-top: 2px;

					color: #777777;
					font-size: 10px;
				}
					.product_image_thumbnails li a span b {
						color: #222;
						font-size: 11px;
					}

/* -------------------------------------------------- */
/* social */

.product_social {
	margin: 0 0 20px 0;

	text-align: center;
}
	.product_social_item {
		float: left;
	}
	.product_social_item:first-child {
		margin: 0 16px 0 0;
	}
		#vk_like,
		#vk_like > iframe {
			width: 152px !important;
		}
		
	.product_social .pluso,
	.product_social .share42init{
		margin: 0 0 15px;	
	}
	.product_social .pluso a,
	.share42init a{
		border: none;	
	}

/* -------------------------------------------------- */
/* blocks */

.product_blocks {
	margin: 0 0 20px 0;
}
	.product_block {
		background: #e7e7e7;
		width: 161px; 
		height: 161px;

		float: left;
		padding: 0 0px;

		text-align: center;
	}
	.product_block:first-child { margin: 0 2px 2px 0; }
		
		.product_block > div {

		}
		.product_block_icon {
			margin: 16px 0 8px;
			height: 40px;
		}
		.product_block_title {
			margin: 0 0 4px 0;
			font: 16px/20px 'Din', 'Arial Narrow', Arial;
		}
		.product_block_descript {
			margin: 0 0 8px 0;

			font: 10px/17px Arial, Helvetica;
		}
		.product_block_link {
			margin: 6px 0 0;

			font-size: 11px;
			font-style: italic;
		}

.product_select_region {
	display: inline-block;
	*display: inline;
	*zoom: 1;

	position: relative;
}
	.product_select_region_open {
		position: relative; z-index: 68;
	}
	.product_select_region_open.show:before {
		content: "";
		background: url(/img/arrows.gif) no-repeat 0 0;
		width: 5px; height: 4px;

		display: inline-block;
		*display: inline;
		*zoom: 1;

		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);

		position: absolute;
		top: 7px;
		left: -10px;
	}
	.product_select_region_wrap {
		display: none;
		position: absolute; 
		z-index: 67;
		top: 0; 
		left: 0;
	}
	.product_select_region:hover .product_select_region_wrap.hide {
		display: block;
	}
		.product_select_region_wrap ul {
			background: #efefef;
			min-width: 110px;
			
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;

			-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
			-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);

			padding: 10px 18px;
			position: absolute;
			left: -18px; top: -13px;

			line-height: 23px;
			color: #1c4e75;
			text-align: left;
		}
			.product_select_region_wrap li.active {
				opacity: 0;
			}

/* -------------------------------------------------- */
/* ingridients */

#ingridients_widget table { width: 100%; }

	#ingridients_widget thead td {
		padding: 0 0 4px 0;

		color: #757575;
		font: italic 10px/1 Arial, Helvetica;
	}
	#ingridients_widget tbody td {
		padding: 0 5px 0 0;
		height: 24px;
	}

	#hidden_ingredients tr:first-child td {
		height: 22px;
		padding: 0 5px 2px 0;
	}

	#ingridients_widget tfoot td {
		padding: 4px 0 0;

		font: italic 10px/1 Arial, Helvetica;
	}
		#ingridients_widget .name div {
			position: relative;
		}
		#ingridients_widget .name div:before {
			content: "";
			height: 1px; width: 100%;
			border-bottom: 1px dotted #bbb;

			position: absolute;
			top: 12px;
			left: 0;
		}
			#ingridients_widget .name div span {
				display: inline-block;
				*display: inline;
				*zoom: 1;

				background: #fff;
				padding: 0 5px 0 0;
				position: relative; z-index: 3;
			}
		.ingridients_widget_norm,
		.ingridients_widget_portion {
			width: 60px;
		}

	#ingridients_widget .js_link {
		font-size: 12px;
	}
	.ingridients_widget_more {
		margin: 16px 0 0;
	}
		.ingridients_widget_more span {
			font: 17px/21px 'Din', 'Arial Narrow', Arial;
		}
		.ingridients_widget_more p {
			margin: 4px 0 0;
		}

/* -------------------------------------------------- */
/* questions */

#qu_widget {
	background: #f6f6f6;
	margin: 40px 0 22px 0;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	padding: 30px 25px 23px 15px;
}
	.qu_widget_image {
		position: absolute;
		right: 10px; top: -30px;
	}
	#qu_widget p {
		padding: 10px 0 0;
	}
	.qu_widget_call {
		font: 18px/22px 'Din', 'Arial Narrow', Arial;
		text-transform: uppercase;
	}
		.qu_widget_call span { color: #ed1c24; white-space: nowrap; }

/* -------------------------------------------------- */
/* articles */

#articles_widget li {
	margin: 14px 0 0;
}
#articles_widget li:first-child { margin: 0; }
	#articles_widget a {
		font: 18px/21px 'Din', 'Arial Narrow', Arial;
	}
	#articles_widget p {
		margin: 2px 0 0;

		line-height: 16px;
		color: #6b6b6b;
	}

/* -------------------------------------------------- */
/* info */

.product_info {
	margin: 0 0 24px 0;
	padding: 0 18px;
}
	.product_info_head {
		height: 30px;
		white-space: nowrap;
	}
		.product_info_head .rating_value {
			margin: 0 10px 0 -18px;
		}
		.product_info_head li {
			float: left;
			margin: 0 0 0 14px;

			font: 12px/30px Arial, Helvetica;
		}

		.product_info_comments span {
			position: relative;
			top: -1px;

			color: #9c9c9c;
		}
	.product_info_head li:first-child { margin: 0; }

	.product_info_body {
		width: 100%;
		border-collapse: collapse;

		margin: 18px 0;
	}
		.product_info_spec {
			width: 456px;

			padding: 0 18px 0 0;
		}
			
			.product_info_spec li,
			.product_widget#descript_widget li{
				list-style-type: disc;
				margin-left: 15px;
				margin-bottom: 4px;
			}
			.product_info_spec_empty {
				color: #9c9c9c;
				font-size: 15px;
				font-style: italic;
			}
		.product_info_brand {
			padding: 20px 0 20px 10px;
			position: relative;

			text-align: center;
		}

			.product_info_brand div {
				margin: 10px 0 0;
			}
				.product_info_brand a {
					color: #000;
					font: 17px/21px 'Din', 'Arial Narrow', Arial;
				}
			.product_info_brand span {
				color: #999999;
				font-size: 11px;
			}

	.product_info_head,
	.product_info_body {
		zoom: 1;
	}
	.product_info_head:after,
	.product_info_body:after {
		content: "";
		display: table;
		clear: both;
	}
		.product_info_tags li {
			display: inline;
			margin: 0 4px 0 0;

			font-size: 13px;
			line-height: 20px;
		}
		.product_info_tags li:first-child { margin: 0; }

			.product_info_tags a:hover {
				color: #289c52 !important;
			}

/* -------------------------------------------------- */
/* flavors */

#flavors_widget {
	padding-top: 18px;
	background: url(/img/orange_pattern.jpg) repeat;
}
	.flavor_sep {
		border-top: 1px solid #cec2b7;
		border-bottom: 1px solid #fff;

		margin: 15px -18px 0;
	}
	.flavor_head {
		padding: 14px 0 4px;

		font: 22px/21px 'Din', 'Arial Narrow', Arial;
	}

	.flavor_head,
	.flavor_item {
		zoom: 1;
	}

	.flavor_head:after,
	.flavor_item:after {
		content: "";
		display: table;
		clear: both;
	}
		.flavor_head .flavor_name {
			float: left;
		}
			.flavor_head .flavor_name span {
				position: relative;
				top: -6px; left: 6px;

				color: #717171;
				font: italic 11px/1 Arial, Helvetica;
			}
		.flavor_head .flavor_price {
			float: right;
		}
			.flavor_price_old {
				color: #000;
				text-decoration: line-through;
			}
			.flavor_price_discount { color: #f7941e; }
			.flavor_price_new { color: #ed1f27; }

			.flavor_price_discount,
			.flavor_price_new { margin: 0 0 0 6px; }
			.flavor_price.dsc{
				margin-right: 15px;
			}			
				.flavor_price.dsc strike{
					display: block;
					float: left;
				}
				.flavor_price .discount_value{
					color: #F5941F;
					margin-left: 15px;
					float: left;
				}
	.flavor_item {
		min-height: 31px;
		line-height: 31px;
	}
		.flavor_item .flavor_name {
			float: left;
		}

		.flavor_item .flavor_count,
		.flavor_item .flavor_buy {
			float: right;
		}
			.flavor_item .flavor_instock {
				margin: 0 10px 0 0;

				color: #0d9b40;
				font-size: 11px;
				font-style: italic;
			}
	.flavor_item:hover, .flavor_item.active {
		-webkit-box-shadow: inset 0 1px 0 #b4b0aa, 0 1px 0 #fff;
		-moz-box-shadow: inset 0 1px 0 #b4b0aa, 0 1px 0 #fff;
		box-shadow: inset 0 1px 0 #b4b0aa, 0 1px 0 #fff;

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;

		margin: 0 -8px;
		padding: 0 8px;
	}

	.flavor_item_inline {
		border-bottom: 1px dotted #808080;
		height: 41px;

		line-height: 41px;
	}

	.flavor_item_inline .flavor_count,
	.flavor_item_inline .flavor_buy {
		padding-left: 15px;
		position: relative;
		top: -2px;
	}

	.flavor_item_inline .flavor_name {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;

		width: 220px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;

		opacity: 0.6;
		text-align: left;
	}

	.flavor_item_inline:hover {
		-webkit-box-shadow: none;
		box-shadow: none;

		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;

		padding: 0;
		margin: 0;
	}

	.flavor_item_inline:hover .flavor_name {
		opacity: 1;
	}


	#flavors_widget .flavor_item:hover, #flavors_widget .flavor_item.active { background: #ded9d2; }
#flavors_bottom_widget {
	padding-top: 5px;
}
	#flavors_bottom_widget .flavor_item:hover {
		background: #f1f1f1;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#flavors_bottom_widget .flavor_head {
		margin: 0 0 2px 0;
		border-bottom: 1px solid #eaeaea;
	}
	#flavors_bottom_widget .flavor_sep {
		border: none;
	}
	#flavors_bottom_widget .flavor_sep:first-child { margin: 0; }

/* -------------------------------------------------- */
/* video */

#video_widget {
	padding-top: 18px;
	background: #e7e7e7;
}
	#video_widget iframe {
		border: 3px solid #c9c9c9;

		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}


/* -------------------------------------------------- */
/* comments */

#comments_widget {
	margin: 28px 0 0;
}
.comments_widget_head {
	padding: 0 0 11px 0;
}
	.comments_widget_head_left {
		float: left;
	}
	.comments_widget_head_right {
		float: right;
	}
		.comments_widget_add_comment {
			padding: 0 0 10px 0;

			line-height: 23px;
			text-align: right;
		}
.comments_widget_item {
	padding: 15px 0 6px 0;
	border-top: 1px solid #eaeaea;
}
	.comments_widget_item_head {
		padding: 0 0 15px 0;
		zoom: 1;

		font: 11px/20px Arial, Helvetica;
	}
		.comments_widget_item_rating {
			float: left;
		}
			.comments_widget_item_info {
				margin: 0 0 0 6px;
				float: left;
			}
				.comments_widget_item_info > span { color: #828282; }
		.comments_widget_item_agree {
			float: right;
		}
			.comments_widget_item_agree a { border-bottom: none; }
			a.comments_widget_yes { color: #0c8944 !important; }
			a.comments_widget_no { color: #b81e1e !important; }
	
	.comments_widget_item_head:after {
		content: "";
		display: table;
		clear: both;
	}

	.comments_widget_item_body {
		font: 12px/18px Arial, Helvetica;
	}
		.comments_widget_item_title {
			margin: 0 0 2px 0;

			font: 17px/17px 'Din', 'Arial Narrow', Arial;
		}
		.comments_widget_item_descript {
			margin: 0 0 12px 0;
		}
.comments_widget_foot {
	padding: 15px 0 0;
	border-top: 1px solid #eaeaea;

	font: 17px/20px 'Din', 'Arial Narrow', Arial;
	color: #919191;
}
#comments_widget.no_comments {
	padding-bottom: 6px;
}
	.no_comments .product_widget_title {
		margin: 0 6px 10px 0;
	}
	.no_comments .comments_widget_add_comment {
		position: relative;
		top: -2px;
		margin: 0 0 10px 10px;
		padding: 0;
	}
	
.comments_widget_item_answer-form{
	padding-bottom: 12px;
	width: 490px;
	display: none;
}
.comments_widget_item_answer-form textarea{
	padding: 10px;
	height: 100px;
}

.comments_widget_item_answer-link{
	margin: 12px 0;
	font-size: 12px;
}

.comments_widget_item_answers{
	padding-left: 50px;
}

.comments_widget_item_answers .comments_widget_item_info{
	margin-left: 0;
}

.comments_widget_item_answers .comments_widget_item_head{
	padding-bottom: 8px;
}

.comments_widget_item_answers{
	border-bottom: 1px solid #f4f4f4;
}

.comments_widget_item_all-answers{
	
	padding: 12px 0;
	border-top: 1px solid #e4e4e4;
	font-size: 12px;
	color: #828282;
	
}


/* -------------------------------------------------- */
/* comment add */

#comment_add,
#comment_added {
	margin: 0;
}
	.comment_account {
		height: 50px;
	}
		.comment_account_info {
			float: left;
		}
			.comment_account_info table {
				height: 50px;
				border-collapse: collapse;
			}
				.comment_account_info td:first-child {
					padding: 0 12px 0 0;
				}
					.comment_account img{
						width: 50px;
						height: 50px;
						border-radius: 50%;
					}
		.comment_account_change {
			float: right;

			font: 12px/31px Arial, Helvetica;
		}
	#comment_form {
		margin: 40px 0 0;
	}
		.comment_rating {
			
		}
			.comment_rating_title {
				margin: 0 0 12px 0;

				font: 23px/23px 'Din', 'Arial Narrow', Arial;
				text-transform: uppercase;
			}

	.comment_added_title {
		font: 63px/83px 'Din', 'Arial Narrow', Arial;
		text-transform: uppercase;
	}
	.comment_added_descript {
		margin: 8px 0 0;

		font: 23px/28px 'Din', 'Arial Narrow', Arial;
	}
	.comment_added_item {
		margin: 16px 0 0;
	}
	.comment_added_change {
		border-top: 1px solid #eaeaea;
		padding: 18px 0 0;

		font: 18px/21px 'Din', 'Arial Narrow', Arial;
		text-transform: uppercase;
		text-align: right;
	}

/* -------------------------------------------------- */
/* comments disclaimer */

#comment_disclaimer {
	position: relative;
	padding-left: 100px;
	padding-right: 160px;

	font: 12px/17px Arial, Helvetica;
}
	#comment_disclaimer > img {
		position: absolute;
		top: 0; left: 18px;
	}
	
	#comment_disclaimer li {
		padding: 0 0 0 18px;
		position: relative;
	}
	#comment_disclaimer li:before {
		content: "—";

		position: absolute;
		top: 0; left: 0;
	}

/* -------------------------------------------------- */
/* descript disclaimer */

.descript_disclamer {
	color: #ba3f3f;
}
/* -------------------------------------------------- */
/* breadcrumbs */

.cart_breadcrumbs {
	font: 17px/45px Arial, Helvetica;
}
	.cart_breadcrumbs li {
		float: left;
		padding: 0 0 0 42px;
		position: relative;
	}
	.cart_breadcrumbs li:first-child { padding: 0; }
	.cart_breadcrumbs li:before {
		content: "→";
		position: absolute;
		left: 13px;

		font: 17px/45px Arial, Helvetica;
	}
	.cart_breadcrumbs li:first-child:before {
		display: none;
	}
	.cart_breadcrumbs li.active {
		font: 43px/45px 'Din', 'Arial Narrow', Arial;
	}

/* -------------------------------------------------- */
/* items list */

.cart_items_list {
	width: 100%;
	border-collapse: collapse;
}
	.cart_items_list tr {
		height: 152px;
		border-top: 1px solid #d9d9d9;
	}
		.cart_item_image {
			width: 127px;
			text-align: center;
		}
			.cart_item_image img{
				width: 80px;
			}
		.cart_item_main {
			padding: 10px 6px;
		}
			.cart_item_group {
				color: #929292;
				font: 11px/14px Arial, Helvetica;
			}
			.cart_item_title {
				font: 17px/26px Arial, Helvetica;
			}
			.cart_item_flavor {
				padding: 10px 0 0;
			}
				.cart_item_flavor select {
					width: 256px; height: 32px;
				}
			.cart_item_main .cart_item_cols { display: none; }
		.cart_item_cols {
			color: #9d9c9c;
			font: 20px/26px 'Din', 'Arial Narrow', Arial;
		}
			.cart_item_cols > span {
				margin: 0 0 0 8px;
			}
			.cart_item_cols__price{
				width: 300px;
			}
			.cart_item_price {
				position: relative;
				top: 3px;

				color: #000;
				font-size: 25px;
				white-space: nowrap;
			}
			.cart_item_price__old{
			}
				.cart_item_price__old span.discount_value{
					display: inline-block;
					margin: 0 8px;
					color: #F5941F;
					font-size: 25px;
					border-bottom: 1px dotted #F5941F;
					cursor: pointer;
				}
				.cart_item_price__old span.discount_value:hover{
					border-bottom-color: #fff;
				}
		.cart_item_remove {
			width: 72px;
		}
			.cart_item_remove a {
				display: table-cell;
				width: 72px; height: 152px;
				border-bottom: none;

				opacity: 0.5;

				-webkit-transition: opacity 0.3s;
				-moz-transition: opacity 0.3s;
				transition: opacity 0.3s;

				text-align: center;
				vertical-align: middle;
			}
			.cart_item_remove a:hover {
				opacity: 1;
			}
	.cart_items_summary_title {
		padding: 0 10px;
	}
		.cart_items_summary_title .pull_left{
			padding-top: 0px;
		}
		.cart_items_summary_title div {
			font: 25px/29px 'Din', 'Arial Narrow', Arial;
		}
		.cart_items_summary_title span {
			color: #a5a5a5;
			font: italic 12px/15px Arial, Helvetica;	
		}
		
		.cart_items_summary_title .pull_left span{
			margin-bottom: 3px;
			display: block;
		}
		.cart_items_summary_title .pull_left span:last-child{
			margin-bottom: 0;
		}
		.cart_items_summary_title .pull_left span:nth-child(3){
			font-size: 14px;
		}
	.cart_items_summary_cols {
		font: italic 17px/17px Arial, Helvetica !important;
	}
	.cart_items_summary_price, .cart_items_summary_title .cart_items_summary_price span {
		position: relative;
		left: -3px;
		font: 56px/60px 'Din', 'Arial Narrow', Arial;
	}
	#cart_items_summary_discount, #cart_items_summary_discount span{
		color: #d21e1e;
	}
	#cart_items_summary_discount{
		width: 124px;
	}
	
	#cart_items_summary_economy{
		padding-top: 0px;
	}
	#cart_items_summary_economy, #cart_items_summary_economy span{
		color: #F5941F;
		font-size: 30px;
		line-height: 38px;
		left: 2px;
	}
	#cart_items_summary_economy{
		width: 164px;
	}

tr.cart_items_promo_code{
	
	height: auto;
	border-top: none;
	
	display: none;
		
}

tr.cart_items_promo_code td:last-child{
	padding-left: 10px;
	padding-bottom: 30px;
}

	.cart_items_promo_code div{
		margin-bottom: 10px;
	}

	.cart_items_promo_code input{
		width: 110px;
		height: 35px;
		margin-right: 4px;
	}

	.cart_items_promo_code .btn{
		margin-top: -1px;
	}

tfoot.with-promo-code #cart_items_summary_economy{
	padding-top: 6px;
}
.cart_items_promo_code form{
	margin-top: -20px;
}

	

/* -------------------------------------------------- */
/* cart ticket */

.cart_ticket {
	width: 211px;
}
.agreement{
font-size: 10px;
    font-style: italic;
    color: #262626;
    padding-top: 15px;
}

.cart_ticket,
.b_cart_ticket {
	background: #fff;
	border: 1px solid #ececec;

	padding: 30px 24px 22px;
	position: relative;

	font: 12px/16px 'Courier New', Courier, monospace;
}
.cart_ticket:before,
.b_cart_ticket:before {
	content: "";
	background: url(/img/sprite.png) -150px -30px;
	width: 12px; height: 26px;

	position: absolute;
	top: -12px; right: 18px;
}
	.cart_ticket_head {
		text-align: center;
	}
		.cart_ticket_bioman {
			font-size: 15px;
			line-height: 18px;
		}
		.cart_ticket_title {
			padding: 9px 0 0;

			font-weight: 700;
			font-size: 22px;
			line-height: 26px;
		}
			.cart_ticket_item_group,
			.b_cart_ticket_item_group {
				font-size: 11px;
				font-style: italic;
				color: #929292;
			}
			.cart_ticket_item_main b {
				color: #000;
			}
	.cart_ticket_body {
		width: 206px;
		margin: 16px 0 0;
	}

		.cart_ticket_item {
			margin: 16px 0 0;

			color: #666;
		}
		.cart_ticket_item:first-child {
			margin: 0;
		}
	.cart_ticket_foot {
		margin: 20px 0 0;
	}
		.cart_ticket_summary {
			font-weight: 700;
			line-height: 11px;
		}
		.cart_ticket_summary div{
			margin: 0 0 6px 0;
		}
			.cart_ticket_summary div:last-child {
				margin: 0;
			}
		.cart_ticket_sep {
			margin: 12px 0 4px;

			font-size: 15px;
			line-height: 16px;
		}
		.cart_ticket_price {
			margin: 0 0 16px 0;
			text-align: center;
		}
			.cart_ticket_price_title {
				font-size: 16px;
				font-weight: 700;
				line-height: 16px;
			}
			.cart_ticket_price_value {
				margin: 4px 0 0;

				font-size: 28px;
				font-weight: 700;
				line-height: 28px;
			}

.b_cart_ticket { padding: 62px 121px 35px; }
	.b_cart_ticket_sep {
		height: 10px;
		padding: 30px 0;
		overflow: hidden;

		text-align: center;
		font-size: 25px;
		line-height: 10px;
	}

	.b_cart_ticket_stars {
		position: relative;

		white-space: nowrap;
		overflow: hidden;
		text-align: center;
	}

	.b_cart_ticket_stars.bioman {
		font-size: 22px;
		line-height: 31px;
	}
	.b_cart_ticket_stars.thanks {
		margin: 40px 0 0;

		font-size: 25px;
		line-height: 32px;
	}
		.b_cart_ticket_stars > div {
			position: absolute; z-index: 2;
			top: 3px;
		}
		.b_cart_ticket_stars > span {
			background: #fff;
			display: inline-block;
			
			margin: 0 auto;
			padding: 0 18px;
			position: relative; z-index: 3;
		}

	.b_cart_ticket_head {
		text-align: center;
	}
		.b_cart_ticket_title {
			padding: 26px 0 0;

			font-size: 32px;
			font-weight: 700;
			line-height: 34px;
		}
	.b_cart_ticket_table {
		width: 100%;
		border-collapse: collapse;
		position: relative;
	}
		.b_cart_ticket_table td {
			padding: 0 26px 0 0;
			line-height: 20px;
			font-size: 16px;
		}
		.b_cart_ticket_table td:first-child {
			padding: 30px 0 0 26px;
			position: relative;
		}
		.b_cart_ticket_table tr:first-child td { padding-top: 0; }
				
				.b_cart_ticket_table .b_cart_ticket_item_main {
					width: 400px;
					
					padding-left: 26px;
					padding-right: 10px;
				}
				.b_cart_ticket_table .b_cart_ticket_item_side {
					padding: 30px 26px 0 0;
					vertical-align: top;
				}
					.b_cart_ticket_item {
						position: relative;
					}
						.b_cart_ticket_item_number {
							position: absolute;
							left: -25px; top: 17px;
							
							font-weight: 700;

							-webkit-user-select: none;
							-moz-user-select: none;
							-ms-user-select: none;
							user-select: none;
						}
						.b_cart_ticket_item_group {
							line-height: 13px;
							font-size: 12px;
							font-weight: 300;
						}
						.b_cart_ticket_item_title {
							margin: 4px 0 0;

							font-weight: 700;
						}
						.b_cart_ticket_item_descript {
							font-size: 16px;
							line-height: 20px;
							color: #4e4e4e;
						}
						.b_cart_ticket_item_price {
							padding: 15px 0 0;
							text-align: right;
						}

						.b_cart_ticket_total .b_cart_ticket_item_price {
							padding: 0;
						}

	.b_cart_ticket .cart_form {
		margin: 60px -90px 0;
	}
		

/* -------------------------------------------------- */
/* cart form */

.cart_form {
	background: url(/img/orange_pattern.jpg) repeat;
	padding: 45px;
	margin: 60px 0 30px 0;
}
	.cart_form_step {
		margin: 14px 0 0;

		color: #8e8e8e;
		font: italic 14px/20px Arial, Helvetica;
	}
		.cart_form_step .form_errors_link {
			white-space: nowrap;
		}
	
	.cart_form_body {
		margin: 0 0 40px;
	}
	.cart_form_foot {
		margin: 0px 0 0;
	}
		.cart_form_foot_right {
			float: right;
			width: 500px;

			text-align: right;
		}
			.cart_form_foot_right .btn_large {
				padding: 0;
				width: 320px;
			}
		.cart_form_foot_left {
			float: left;
			margin: 16px 0 0;
			font: 15px/18px Arial, Helvetica;
		}
			.cart_form_back_link,
			.cart_form_back_success {
				display: inline-block;
				*display: inline;
				*zoom: 1;
			}
			.cart_form_back_success {
				color: #0b9b3e;
			}
			.cart_form_price {
				font: 25px/35px 'Din', 'Arial Narrow', Arial;
			}
				.cart_form_price > span {
					display: block;

					font-size: 55px;
					line-height: 52px;
				}

/* -------------------------------------------------- */
/* mobile form */

#mobile_form {
	margin: 0;
	padding: 52px 52px 42px 132px;
	margin-bottom: 30px;
}
	.mobile_form_head {
		font: 20px/24px Arial, Helvetica;
	}
		.mobile_form_phone {
			margin: 16px 0 16px;
		}

.mobile_form_phone .control_code {margin-left: -15px;
    position: absolute;
    font-size: 39px;
    top: 1px; }
			#mobile_form_field_number {
				width: 320px;
                padding-left: 40px;
			}
		.mobile_form_phone span{
			font: 48px/60px 'Din', 'Arial Narrow', Arial;
		}
	.mobile_form_body {
		margin: 25px 0 0;
	}
		.mobile_form_body input.large {
			width: 438px; 
		}
		
		.mobile_form_body input::-webkit-input-placeholder{
			font-size: 16px;
		}
		.mobile_form_body input:-moz-placeholder{
			font-size: 16px;
		}
		
		.mobile_form_email_disable {
			height: 36px; width: 220px;
			position: relative;

			display: block;

			color: #737373;
			font: 14px/18px Arial, Helvetica;
		}
			.mobile_form_email_disable span {
				display: block;
				width: 100%;

				position: absolute;
				top: 1px; left: 24px;
			}
		#mobile_form_password_sms {
			font: 700 16px/20px Arial, Helvetica;
			text-decoration: none;
		}

		.mobile_form_actions {
			margin: 40px 0 0;
			border-collapse: collapse;

			font: 16px/20px Arial, Helvetica;
		}
			.mobile_form_actions td div {
				position: relative;
			}
			.mobile_form_password_repeat {
				padding: 0 0 0 40px;
			}
			.mobile_form_password_email {
				width: 330px;
			}
				.mobile_form_password_email div {
					padding: 0 0 0 40px;
				}
				.mobile_form_password_repeat div {
					padding: 0 0 0 36px;
				}
				.mobile_form_actions .icon {
					margin: 0 12px 0 0;
				}
				.mobile_form_actions span {
					display: block;
					margin: 4px 0 0;

					white-space: nowrap;
					color: #999999;
					font: italic 14px/16px Arial, Helvetica;
				}	
		.auth_ingore_wrap {
			margin: 0 0 0 5px;
			padding: 0 0 0 35px;
			position: relative;
		}
			.auth_ingore_wrap a {
				margin: 0 0 4px;
				
				font-size: 16px;
				line-height: 20px;
			}
			.auth_ingore_wrap .icon {
				position: absolute;
				top: 0; left: 0;
			}
			.auth_ingore_wrap p {
			
			}

	.mobile_form_foot {
		margin: 38px 0 0;

		font-size: 16px;
	}
		#mobile_form_submit {
			width: 360px;
			padding: 0;
		}
		.mobile_form_foot a {
			margin: 0 0 0 20px;
		}

/* -------------------------------------------------- */
/* cart */

#cart_delivery_comment textarea {
	width: 100%; height: 140px;
}

.cart_adress_group {
	margin: 0 0 20px 0;
}
	.cart_adress_group_head {
		font: italic 14px/18px Arial, Helvetica ;
	}
	.cart_adress_group_body {
		margin: 6px 0 0;
	}
		#cart_adress_city {
			color: #9c9c9c;
			font: italic 12px/16px Arial, Helvetica;
		}
			#cart_adress_city span {
				margin: 0 10px 0 0;

				white-space: nowrap;
				color: #000;
				font-size: 26px;
				font-style: normal;
			}
			#cart_adress_city a {
				color: #289c52 !important;
				border-color: #72c992;
			}

		#delivery_address .cart_adress_house {
			width: 470px;
		}
		.cart_adress_house {
			border-collapse: collapse;
		}
			.cart_adress_house td {
				padding: 0 0 0 20px;
			}
			.cart_adress_house td:first-child {
				padding: 0;
			}
			
			#post_index{
				width: 100px;
			}

#delivery_address .control_label {
	font-size: 14px;
}

/* cart_delivery_method */

.cart_delivery_method_list_head li {
	float: left;
	margin: 0 30px 0 0;
}
	
	.cart_delivery_method_item_head {
		padding: 12px 0 12px 30px;
		margin: 0 0 0 -30px;

		display: block;
		cursor: pointer;
	}
	.cart_delivery_method_item.active .cart_delivery_method_item_head {
		cursor: default;
	}
		.cart_delivery_method_item_title {
			border-bottom: 1px dotted;
			position: relative;
			
			display: inline-block;
			*display: inline;
			*zoom: 1;

			color: #289c52;
			font: 25px/25px 'Din', 'Arial Narrow', Arial;
		}
			.cart_delivery_method_item_title input {
				cursor: pointer;
				position: absolute;
				top: 5px; left: -25px;
				z-index: -1;
			}
		.active .cart_delivery_method_item_title {
			border-bottom: none;
			
			color: #000;
		}

		.cart_delivery_method_item_info {
			width: 116px;
			padding-left: 15px !important;
			vertical-align: top;
		}
			.cart_delivery_method_item_price {
				font: 25px/26px 'Din', 'Arial Narrow', Arial;
			}
			.cart_delivery_method_item_prepayment {
				margin: 5px 0 0;

				font: 10px/14px Arial, Helvetica;
			}
				.cart_delivery_method_item_prepayment span {
					color: #2b9d54;
				}
			.cart_delivery_method_item_timeleft {
				margin: 17px 0 0;
				font-size: 13px;
				line-height: 17px;
			}
				.cart_delivery_method_item_timeleft .icon {
					top: -2px;
				}
			.cart_delivery_method_item_settings {
				margin: 17px 0 0;
			}
				.cart_delivery_method_item_settings td {
					padding: 0 30px 0 0;
				}
					.cart_delivery_method_item_settings .label {
						display: block;
						padding: 0 0 0 20px;
						position: relative;					
						font: 12px/16px Arial, Helvetica;
					}
						.cart_delivery_method_item_settings span {
							color: #289c52;
							font-style: italic;
						}
						.cart_delivery_method_item_settings input {
							position: absolute;
							top: 2px; left: 0;
						}

						.delivery_info {
							display: none;
						}
						.options_item:first-child .delivery_info {
							display: block;
						}
						.delivery_type_external_calc select {
							width: auto;
						}

/* -------------------------------------------------- */
/* options */

.options_group {
	
}
	.options_item {
		display: block;
		border-bottom: 1px solid #d9d9d9;
	}
	.options_item:first-child {
		border-top: 1px solid #d9d9d9;
	}
	.options_item.active {
		background: #fef3e6;
		cursor: default;
	}
		.options_item > table {
			width: 100%;
			border-collapse: collapse;

			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
		}
			.options_item > table > tbody > tr {
			}
				.options_item > table > tbody > tr > td {
					padding: 20px 0;
				}
				.options_item > table > tbody > tr > td:first-child {
					width: 14px;
					padding: 20px 12px 20px 8px;
					vertical-align: top;
				}
					.option_title {
						font: 18px/20px Arial, Helvetica;
					}
					.option_descript {
						margin: 3px 0 0;

						color: #868686;
						font: italic 12px/16px Arial, Helvetica;
					}
				.options_item label,
				#cart_payment_method .options_item {
					cursor: pointer;
				}
				.options_item.active label,
				#cart_payment_method .options_item.active {
					cursor: default;
				}
					
.delivery_type_error{
	color: #bb0000;
	display: none;
}
.delivery_type_price_info{
	display: none;
}
.delivery_type_error,
.delivery_type_choose_city,
.delivery_type_external_calc,
.delivery_type_price_info{
	margin-top: 20px;
}

/* -------------------------------------------------- */
/* cart empty */

#cart_empty {
	margin: 0;
	padding: 52px 52px 42px 132px;

	font: 20px/24px Arial, Helvetica;
}
	.cart_empty_title {
		margin: 32px 0 0;
	}
	.cart_empty_actions {
		margin: 22px 0 0;
	}
		.cart_empty_actions > span {
			margin: 0 0 0 10px;
		}

#cart_currect_popup {
	width: 360px;
	margin: 0 auto;
}

.newlist_item.update {
	background: #fff8d1;
}

.cart_delivery-disclaimer{
	padding: 20px 0 20px;
	text-align: center;
	border-top: 1px solid #d9d9d9;
}
.cart_delivery-disclaimer:before{
	width: 18px;
	height: 16px;
	content: '';
	display: inline-block;
	background: url('/img/exclam.png') left top no-repeat;
	position: relative;
	vertical-align: middle;
	margin-right: 10px;
	top: -2px;
}

/* -------------------------------------------------- */
/* main_page */

.main_page {
	margin-bottom: 2px;
}

/* -------------------------------------------------- */
/* catalog */

.catalog_group {
	margin: 0 0 50px;
}

	
	.catalog_group_head {
		margin: 0 0 50px 0;
	}
		
		.catalog_group_title { text-align: center; }
			.catalog_group_title > span { padding: 0 22px; }

		.catalog_group_list {
			margin: 7px 0 0;

			text-align: center;
		}
			.catalog_group_list li {
				display: inline;
				padding: 0 0 0 10px;
			}
			.catalog_group_list li:first-child { padding: 0; }
				.catalog_group_list li a {
					font: 15px/19px 'Din', 'Arial Narrow', Arial;
					text-transform: uppercase;
				}

	.catalog_group_body {
		width: 744px;
		margin: -50px 0 0;
	}
		.catalog_item {
			float: left;
			width: 246px; height: 163px;
			margin: 50px 2px 0 0;

			position: relative;
		}
		.catalog_text {
			width: 226px;
			height: 153px;
			padding: 0 20px 0 0;
			color: #3a434b;
			font: 13px/16px Arial, Helvetica;
		}
			.catalog_item_image {
				position: relative;
				width: 120px;
				float: left;
			}
				.catalog_item_image a {
					border-bottom: none;
				}
					.catalog_item_image img {
						max-width: 120px;
						max-height: 159px;
					}
			.catalog_item_main {
				/*height: 100%;*/

				margin: 0 0 0 127px;

				font: 12px/16px Arial, Helvetica;
			}
				.catalog_item_title {
					overflow: hidden;
					
					font-weight: 700;
					width: 110px;
				}
				.catalog_item_info {
					margin: 2px 0 0;

					color: #6b6b6b;
				}
				.catalog_item_buy {
					background: #fff;

					position: absolute;
					bottom: 0;

					color: #000;
					font: 25px/20px 'Din', 'Arial Narrow', Arial;
				}
					.catalog_item_buy .btn { margin: 9px 0 0; width: 65px; padding: 0; }
					.catalog_item_buy > span {
						display: block;
						white-space: nowrap;
						margin: 10px 0 0;
					}
					.w_discount{
						color: #ed2028;
					}
						.w_discount sup{
							dislay: inline-block;
							font-size: 14px;
							position: relative;
							vertical-align: baseline;
							bottom: 7px;
						}
				.catalog_item_descript {
					display: none;
					margin: 8px 30px 0 0;

					font: 13px/18px Arial, Helvetica;
				}
				.catalog_item_body .catalog_item_rating {
					display: none;
				}
		/* row */
		.catalog_list .catalog_item {
			float: none;
			width: auto; height: auto;

			margin: 50px 0 0;
		}

		.catalog_list .catalog_text {
			height: auto;
		}
			.catalog_list .catalog_item_main {
				display: block;
				/*height: 100%;*/

				margin: 0 0 0 150px;
				padding: 0;
			}
				.catalog_list .catalog_item_buy {
					width: 116px;
					float: right;

					margin: 54px 0 0;
					position: relative;
					bottom: auto;

					font: 33px/26px 'Din', 'Arial Narrow', Arial;
				}
				.catalog_list .catalog_item_body {
					margin: 0 130px 0 0;
				}
					.catalog_list .catalog_item_wrap {
						display: table-cell;
						height: 160px;

						vertical-align: middle;
					}
						.catalog_list .catalog_item_title,
						.catalog_list .catalog_item_info {
							max-height: none;
							display: inline;

							font-size: 15px;
							line-height: 22px;
							white-space: normal;
						}
						.catalog_list .catalog_item_title:after {
							content: ",";
						}
						.catalog_list .catalog_item_info {
							margin: 2px 0 0 2px;
						}
						.catalog_list .catalog_item_descript {
							display: block;
						}
						.catalog_list .catalog_item_rating {
							display: block;
							margin: 12px 0 0;
						}
						.catalog_list .catalog_item_buy .catalog_item_rating {
							display: none;
						}
							.catalog_list .catalog_item_rating_reviews {
								float: left;
								margin: 0 0 0 10px;

								font-size: 12px;
								line-height: 20px;
							}

	.catalog_help {
		border-top: 1px solid #ececec;
		margin: 40px 0 0;
		padding: 36px 0 0 0;
	}
		.catalog_help_title {
			margin: 0 50px 0 67px;
			padding: 3px 0 0 36px;
			position: relative;
			float: left;

			font: 21px/20px 'Din', 'Arial Narrow', Arial;
		}
			.catalog_help_title .icon {
				position: absolute;
				top: 0; left: 0;
			}
		.catalog_help ul {
			float: left;

			font: 16px/22px 'Din', 'Arial Narrow', Arial;
		}
			.catalog_help li {
				margin: 0 0 0 30px;
				
				display: inline-block;
			}
			.catalog_help li:first-child {
				margin: 0;
			}

/* -------------------------------------------------- */
/* yandex widget */

#yandex_widget .widget_head {
	padding: 0 86px 0 0;
	position: relative;

	font-size: 26px;
}
	#yandex_widget .widget_head span {
		font-size: 19px;
	}
		#yandex_widget .red { color: #ff0000; }
		#yandex_widget .orange { color: #fe9e2e; }

	#yandex_widget .widget_head img {
		position: absolute;
		top: -10px;
		right: 4px;
	}

#yandex_widget li {
	border-top: 1px solid #d9d9d9;
	
	padding: 12px 0 12px;
}
	#yandex_widget li a {
		font-size: 12px;
		line-height: 14px;
	}
	#yandex_widget li span {
		display: block;
		margin: 5px 0 0;

		font: italic 11px/1 Arial, Helvetica;
	}

/* -------------------------------------------------- */
/* about widget */

.about_widget_payment {
	margin: 28px 0 0;
}
	.about_widget_payment_item {
		background: #fff;
		border: 1px solid #e7e7e7;
		width: 53px; height: 33px;

		float: left;
		margin: 0 6px 6px 0;
		padding: 1px;

		text-align: center;
		line-height: 33px;
	}
		.about_widget_payment_item_inner {
			background: #ececec;
			background: -moz-linear-gradient(top,  #ececec 0%, #fefefe 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#fefefe));
			background: -webkit-linear-gradient(top,  #ececec 0%,#fefefe 100%);
			background: -o-linear-gradient(top,  #ececec 0%,#fefefe 100%);
			background: -ms-linear-gradient(top,  #ececec 0%,#fefefe 100%);
			background: linear-gradient(to bottom,  #ececec 0%,#fefefe 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#fefefe',GradientType=0 );
		}
			.about_widget_payment_item_inner img {
				vertical-align: top;
			}

.about_widget_schedule {
	margin: 22px 0 0;

	font: 18px/21px 'Din', 'Arial Narrow', Arial;
}
	.about_widget_schedule_weekend { color: #be3333; }

.about_widget_internet {
	margin: 8px 0 0;
	padding: 0 20px 0 0;

	font: 16px/16px 'Din', 'Arial Narrow', Arial;
}
.about_widget_call {
	border-top: 1px solid #d9d9d9;

	margin: 22px 0 0;
	padding: 22px 0 0;

	color: #8f8f8f;
	font: 11px/16px Arial, Helvetica;
}
	.about_widget_call p { margin: 0 0 6px 0; }
	.about_widget_call span {
		font: 18px/21px 'Din', 'Arial Narrow', Arial;
	}

/* -------------------------------------------------- */
/* interview widget */
	
#interview_widget div { margin: 13px 0 0; }
	#interview_widget a {
		font: 15px/21px 'Din', 'Arial Narrow', Arial;
	}
#interview_widget p {
	margin: 2px 0 0;

	font: 12px/16px Arial, Helvetica;
}

/* -------------------------------------------------- */
/* filter widget */

#filter_widget li a {
	border-bottom: none;
	margin: 0 0 0 2px;
}
#filter_widget li a:hover {
	border-bottom: 1px solid;
}

	.filter_popup {
		display: none;
		background: #efefef;
		width: 190px;

		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);

		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		
		margin: 0 0 0 -200px;
		padding: 16px 0;
		position: absolute; z-index: 97;

		text-align: center;
	}
	.filter_popup:after {
		content: "";
		background: url(/img/sprite.png) no-repeat -408px -30px;
		width: 8px; height: 12px;

		margin: -6px 0 0;
		position: absolute;
		top: 50%; right: -8px;
	}

		.filter_popup_title {
			font: 15px/21px Arial, Helvetica;
		}
		.filter_popup_show {
			margin: 6px 0 0;
		}
		.filter_popup_info {
			color: #a6a6a6;

			font: italic 11px/13px Arial, Helvetica;
		}

#filter_widget .show_all{
	margin: -4px 0 22px;
	padding: 4px 0 0 15px;
	font-size: 12px;
}

/* -------------------------------------------------- */
/* reviews widget */

#reviews_widget .widget_head,
#best_widget .widget_head,
#filter_widget .widget_head { font-size: 21px; }

#reviews_widget li {
	margin: 20px 0 0 0;
}
#reviews_widget li:first-child {
	margin: 0;
}
	#reviews_widget li span {
		font: italic 11px/13px Arial, Helvetica;
	}
	#reviews_widget li p {
		margin: 6px 0 0;
		font: 12px/14px Arial, Helvetica;
	}

/* -------------------------------------------------- */
/* submenu widget */

.widget.submenu li{
	padding: 0 0 8px;
}

/* -------------------------------------------------- */
/* banners slider */

#banners_sidebar {
	position: relative;
	height: 184px;
}
#banners_sidebar:after {
	background: #fff;
	width: 32px; height: 22px;
	content: "";

	position: absolute;
	top: 0; right: 0;
}
	.banners_sidebar_title {
		font: 13px/22px 'Din', 'Arial Narrow', Arial;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	.banners_sidebar_wrap {
		height: 162px;
	}

	#banners_sidebar .rsArrow {
		background: #fff;
		width: 16px; height: 22px;
	
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		transition: 0.3s ease;

		opacity: 0.5;
		position: absolute; z-index: 3;
		top: 0; right: 16px;

		text-align: center;
		line-height: 20px;
	}
	#banners_sidebar .rsArrow:hover {
		opacity: 1;
	}
		#banners_sidebar .rsArrowIcn {
			background: url(/img/sprite.png) no-repeat -405px -45px;
			width: 8px; height: 9px;

			display: inline-block;
			vertical-align: middle;
		}
	#banners_sidebar .rsArrow.rsArrowRight {
		right: 0;
	}
		#banners_sidebar .rsArrowRight .rsArrowIcn {
			background-position: -420px -45px;
		}

/* -------------------------------------------------- */
/* benefits */

.benefits {
	position: relative; z-index: 2;

	padding: 6px 0 0;
}
	.benefits .accent {
		border-bottom: none;
		margin-bottom: 0;
	}
		.benefits_inner {
			border-top: 3px solid #ad9d8c;
			height: 324px;
			overflow: hidden;
		}
		.benefits ul {
			position: relative; z-index: 2;
		}
			.benefits li {
				padding: 20px 0;
			}
			.benefits_item_image {
				width: 84px;
				float: left;

				
				text-align: center;
			}
				.benefits_item_image img {
					vertical-align: middle;
				}
			.benefits_item_main {
				overflow: hidden;
				padding: 0 20px 0 0;
			}
				.benefits_item_title {
					font: 15px/17px 'Din', 'Arial Narrow', Arial;
					text-transform: uppercase;
				}
					.benefits_item_descript {
						margin: 6px 0 0;
						font: 11px/13px Arial, Helvetica;
					}
			.benefits .benefits_more {
				background: #dbdbdb;
				border-top: 1px solid #ffffff;
				height: 38px; width: 100%;

				position: absolute;  z-index: 3;
				bottom: -1px;

				-webkit-box-shadow: 0 -15px 5px rgba(213, 213, 213, 0.8);
				-moz-box-shadow: 0 -15px 5px rgba(213, 213, 213, 0.8);
				box-shadow: 0 -15px 5px rgba(213, 213, 213, 0.8);

				font: 13px/38px 'Din' 'Arial Narrow', Arial;
				text-align: center;
				text-transform: uppercase;
			}

/* -------------------------------------------------- */
/* stocks */

#stocks {
	margin: 0 0 50px 0;
	padding: 4px 0 0;
	height: 490px;
}
	#stocks li {
		padding: 22px 20px 22px 0;
	}
		.stock_item_image {
			float: left;
			width: 88px;

			text-align: center;
		}
			.stock_item_image a {
				border-bottom: none;
			}
		.stock_item_main {
			display: table-cell;
		}
			.stock_item_title {
				font: 15px/18px 'Din', 'Arial Narrow', Arial;
				text-transform: uppercase;
			}
			.stock_item_descript {
				margin: 6px 0 0;
				font: 12px/1 Arial, Helvetica;
			}
	#stocks .stocks_title {
		height: 45px;
		padding: 0;

		font: 17px/45px 'Din', 'Arial Narrow', Arial;
		text-align: center;
		text-transform: uppercase;
	}

/* -------------------------------------------------- */
/* block item */

#catalog_blocks {
	margin: 50px 0;
	position: relative;
	z-index: 18;
}

.block_item {
	background: url(/img/block_item_bg.jpg) repeat;
	width: 246px; height: 246px;
	float: right;

	margin: 0 2px 2px 0;
	position: relative;
	overflow: hidden;

	-webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
	-moz-transition: -moz-transform 0.3s, -moz-box-shadow 0.3s;
	transition: transform 0.3s, box-shadow 0.3s;

	-webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.12);

	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.block_item_wide { width: 494px; }
	.block_item > a {
		display: block;
		padding: 16px;
		height: 215px;

		border-bottom: none;

		position: relative;

		color: #000;
		text-decoration: none;

		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;

		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
		.block_item_title {
			border-bottom: 1px solid #94a0b4;

			color: #3e5e76;
			font: 23px/27px 'Din', 'Arial Narrow', Arial;
			text-transform: uppercase;
		}
		.block_item > a:hover .block_item_title { color: #289c52 !important; border-color: #72c992 !important; }
		.block_item > a:active .block_item_title { color: #fa941a !important; border-color: #ffcc8e !important; }

		.block_item_descript,
		.block_item_price {
			margin: 8px 0 0;
			position: relative; z-index: 2;

			color: #363636;
		}
		.block_item_descript {
			width: 140px;

			color: #000;
			font: 12px/17px Arial, Helvetica;
		}

		.block_item_wide .block_item_descript { width: 180px; }
		
		.block_item_price { font: 22px/20px 'Din', 'Arial Narrow', Arial; }

		.block_item_image {
			position: absolute;
			bottom: -20px;
			right: -60px;

			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			transition: 0.3s;
		}
		.block_item_wide .block_item_image { right: 40px; bottom: 0; }

.block_item:hover {
	-webkit-transform: scale(1.05) translate3d( 0, 0, 0);
	-moz-transform: scale(1.05);
	transform: scale(1.05);

	-webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.12), 0 0 5px rgba(0, 0, 0, 0.6);

	z-index: 3;
}
	.block_item:hover > a {
		-webkit-transform: scale(0.95) translate3d(0, 0, 0);
		-moz-transform: scale(0.95) translate3d(0, 0, 0);
		transform: scale(0.95) translate3d(0, 0, 0);
	}
		.block_item:hover .block_item_image {
			right: -30px;
		}
		.block_item_wide:hover .block_item_image {
			right: 20px;
		}

/* -------------------------------------------------- */
/* slider */

.slider {
	width: 755px; height: 370px;

	position: relative;
	overflow: hidden;
	left: -8px;
}

	#slider {
		height: 370px;
	}
	.slider_inner:before {
		content: "";
		width: 100%;
		height: 100%;

		position: absolute;
		top: 0; left: 0;

		-webkit-box-shadow: inset 0 5px 18px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0 5px 18px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0 5px 18px rgba(0, 0, 0, 0.3);
	}
		.slider_item {
			display: block;
			height: 370px;

			-webkit-box-shadow: inset 0 5px 18px rgba(0, 0, 0, 0.3);
			-moz-box-shadow: inset 0 5px 18px rgba(0, 0, 0, 0.3);
			box-shadow: inset 0 5px 18px rgba(0, 0, 0, 0.3);

			position: relative; z-index: 7;
		}
			.slider_item_inner {
				padding: 20px;
			}
			
.slider.slider_inside{
	width: 1000px;
	height: 250px;
	margin-bottom: 30px;
}
	.slider_inside .slider .slider_item{
		height: 100%;
	}
	.slider.slider_inside #slider{
		height: 250px;
	}

/* -------------------------------------------------- */
/* page setting */

.page_setting {
	padding: 13px 0 0;
	width: 247px;
	float: right;
}
	.page_sort {
		position: relative;
		padding: 0 0 0 13px;
		float: left;
	}
		.page_sort_open {
			position: relative; z-index: 12;
			font: 12px/16px Arial, Helvetica;
		}
		.page_sort_open:before {
			content: "";
			background: url(/img/arrows.gif) no-repeat 0 0;
			width: 5px; height: 4px;

			display: inline-block;
			*display: inline;
			*zoom: 1;

			margin: 0 2px 0 2px;
			position: relative;
			top: -1px;
		}
		.page_sort_open.show:before {
			-webkit-transform: rotate(270deg);
			-moz-transform: rotate(270deg);
			-ms-transform: rotate(270deg);
			-o-transform: rotate(270deg);
			transform: rotate(270deg);
		}
		.page_sort_wrap {
			display: none;
			position: absolute; 
			z-index: 11;
			top: 0; 
			left: 0;
		}
		.page_sort:hover .page_sort_wrap.hide {
			display: block;
		}
			/*.page_sort_select select {
				display: none;
				width: 98px; height: 16px;

				opacity: 0;
				padding: 0;
				position: absolute;
				top: 0; left: 25px;
			}*/
			.page_sort_wrap ul {
				background: #efefef;
				width: 156px;
				
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;

				-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
				-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
				box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);

				padding: 10px 18px;
				position: absolute;
				left: 7px; top: -13px;

				font: 12px/21px Arial, Helvetica;
				color: #1c4e75;
			}
				.page_sort_wrap li.active {
					opacity: 0;
				}
	.page_view {
		padding: 0 13px 0 0;
		float: right;
	}
		.page_view li {
			float: left;
			margin: 0 0 0 9px;
		}
		.page_view li:first-child { margin: 0; }
			.page_view li a {
				border-bottom: none;
			}
		
		.page_view_table.active .icon,
		.page_view_table a:hover .icon {
			background-position: -255px 0;
		}
		.page_view_list.active .icon,
		.page_view_list a:hover .icon {
			background-position: -285px 0;
		}

/* -------------------------------------------------- */
/* page thumbnail */

.catalog_banner {
	overflow: hidden;
	margin: 0 0 8px 0;
	padding: 26px 0;
	position: relative;
	top: -26px;
}
	.catalog_banner_inner {
		position: relative;
	}
		.catalog_banner_head {
			position: absolute;
			top: -26px; left: 0;

			font: 13px/26px 'Din', 'Arial Narrow', Arial;
			letter-spacing: 2px;
			text-transform: uppercase;
		}
		.catalog_banner_body {
			position: relative; z-index: 3;
		}
			.catalog_banner_body > a {
				display: block;
				border-bottom: none;
			}
				.catalog_banner_icon {
					position: absolute;
					top: 0px; right: 40px;
				
					height: 100%;
				}
					.catalog_banner_icon img {
						height: 190px;

						-webkit-animation: catalog_banner_animation 1s alternate;
						-moz-animation: catalog_banner_animation 1s alternate;
						-o-animation: catalog_banner_animation 1s alternate;
						animation: catalog_banner_animation 1s alternate;
					
						position: relative; z-index: 3;
						top: 50%;
						margin: -95px 0 0;
					}
					.catalog_banner_icon .catalog_banner_icon_shadow {
						height: 150px;

						-webkit-animation: catalog_banner_animation 1.3s alternate;
						-moz-animation: catalog_banner_animation 1.3s alternate;
						-o-animation: catalog_banner_animation 1.3s alternate;
						animation: catalog_banner_animation 1.3s alternate;
						
						position: absolute; z-index: 2;
						top: 50%; left: -50px;
					
						margin: -75px 0 0;
					}
				.catalog_banner_main {
					display: block;
					
					padding: 35px 260px 35px 30px;
					position: relative; z-index: 3;

					-webkit-transition: 0.3s linear;
					-moz-transition: 0.3s linear;
					-ms-transition: 0.3s linear;
					-o-transition: 0.3s linear;
					transition: 0.3s linear;

					color: #fff;
				}
				.catalog_banner_body > a:hover .catalog_banner_main {
					color: #eee;
				}
					.catalog_banner_title {
						font: 38px/38px 'Din', 'Arial Narrow', Arial;
					}
					.page_thubmnail_descript {
						margin: 6px 0 0;

						font-size: 15px;
						line-height: 20px;
					}
				.catalog_banner_price {
					width: 100%;
					position: absolute; z-index: 3;
					bottom: 0; right: 0;
				}
					.catalog_banner_price > span {
						background: #289c52;
						display: block;
						height: 38px;
						
						float: right;
						padding: 0 10px;
						
						color: #fff;
						font: 27px/38px 'Din', 'Arial Narrow', Arial;
					}
					.catalog_banner_price .catalog_banner_price_discount {
						background: #ed161f;
						
						line-height: 40px;
					}
		.catalog_banner_bg {
			background: #000;
			width: 100%; height: 100%;

			position: absolute; z-index: 2;
			top: 0; left: 0;
			overflow: hidden;
		}
		.catalog_banner_bg:after {
			content: "";
			width: 100%; height: 100%;

			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			
			-webkit-box-shadow: inset 0 0 100px 20px #000;
			-moz-box-shadow: inset 0 0 100px 20px #000;
			box-shadow: inset 0 0 100px 20px #000;
			
			opacity: 0.2;
			position: absolute; z-index: 3;
			top: 0; left: 0;
		}
		.catalog_banner:hover .catalog_banner_bg:after {
			opacity: 0.4;
		}
			.catalog_banner_bg_outer {
				padding: 30px 0;
			}
				.catalog_banner_bg_inner {
					height: 100%;
					
					position: relative; z-index: 2;
					left: -40%; top: -20%;
				}
					.catalog_banner_bg_inner > * {
						opacity: 0.8;
					}
					.catalog_banner_bg_inner img {
						width: 200%; height: 140%;
						max-width: 200%;						
					}

@-webkit-keyframes catalog_banner_animation {
	0% { -webkit-transform: translate(400px, 0) }
	100% { -webkit-transform: translate(0,0) }
}
@-moz-keyframes catalog_banner_animation {
	0% { -moz-transform: translate(400px, 0) }
	100% { -moz-transform: translate(0,0) }
}
@-o-keyframes catalog_banner_animation {
	0% { -o-transform: translate(400px, 0) }
	100% { -o-transform: translate(0,0) }
}
@keyframes catalog_banner_animation {
	0% { transform: translate(400px, 0) }
	100% { transform: translate(0,0) }
}

/* -------------------------------------------------- */
/* hit catalog */

.h_catalog_item {
	color: #6b6b6b;
	font: 12px/16px Arial, Helvetica;
}
	.h_catalog_item_main {
		float: left;
		width: 176px;
	}
		.h_catalog_item_title {
			font: 17px/22px Arial, Helvetica;
		}
		.h_catalog_item_info {
			margin: 6px 0 0;
		}
		.h_catalog_item_descript {
			margin: 14px 0;
		}
		.h_catalog_item_price {
			color: #000000;
			font: 25px/25px 'Din', 'Arial Narrow', Arial;
		}
	.h_catalog_item_image {
		float: left;
	}
		.h_catalog_item_image a {
			border-bottom: none;
		}
			.h_catalog_item_image img{
				width: 188px;
			}

/* -------------------------------------------------- */
/* callback and checkout popups */

.popup__subscribe,
#callback_popup,
#checkout_popup,
#auth_popup {
	width: 220px;
	margin: 0 auto;
}
#select_flavors_popup{
	width: 400px;
	margin: 0 auto;
}
	#select_flavors_popup .popup_subtitle {
		margin-top: 15px;
		font: 19px/24px 'Din', 'Arial Narrow', Arial;
	}

	#select_flavors_popup .popup_title {
		margin-top: 0;
		padding-bottom: 28px;

		font-size: 45px;
		line-height: 54px;
	}
	
	#checkout_popup .btn {
		padding: 0 12px;
	}
	
	#auth_popup .btn {
		width: 112px;
		padding: 0;
	}
	.auth_popup_social_login {
		margin: 22px 0 0;

		border-top: 1px dotted #fff;
	}
		.auth_popup_social_login_title {
			font: 14px/30px 'Din', 'Arial Narrow', Arial;
			text-transform: uppercase;
		}
		.auth_popup_social_links a {
			display: inline-block;
			*display: inline;
			*zoom: 1;

			background: #000;
			border-bottom: none;
			width: 104px; height: 38px;

			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
		
			color: #fff;
			font: 18px/38px 'Din', 'Arial Narrow', Arial;
			text-transform: uppercase;
		}
		.auth_popup_social_links a:hover,
		.auth_popup_social_links a:active {
			color: #ddd !important;
		}
		
		.popup__subscribe .popup_row a:hover{
			color: #72c992 !important;
		}

/* -------------------------------------------- */
/* scrollbar */

.scrollbar {
	position: relative;
	overflow: hidden;
}
	.scrollbar_wrap {
		overflow: hidden;
		height: 100%;
		
		-webkit-overflow-scrolling: touch;
	}
	.scrollbar_inited .scrollbar_wrap { overflow-y: scroll; }
		.scrollbar_inner { overflow: hidden; padding-right: 9px; }
			.scrollbar_track {
				background: #fff;
				border: 1px solid #d9d9d9;
				width: 3px;

				position: absolute; z-index: 1;
				top: 0; bottom: 0; right: 1px;
				
				opacity: 0.2;
				display: none;
			}
				.scrollbar_drag {
					background: #000000;
					width: 1px;
					position: absolute; z-index: 1;
					right: 1px;
				}

.scrollbar_inited .scrollbar_track { display: block; }
.scrollbar_inited:hover .scrollbar_track,
.scrollbar_hover .scrollbar_track,
.scrollbar_press .scrollbar_track  { opacity: 1; }

.scrollbar_track,
.scrollbar_drag {
	-webkit-transition: width 0.2s, opacity 0.2s;
	-moz-transition: width 0.2s, opacity 0.2s;
	transition: width 0.2s, opacity 0.2s;
}


.scrollbar_press .scrollbar_track,
.scrollbar_track:hover { width: 7px; }

.scrollbar_press .scrollbar_drag,
.scrollbar_track:hover .scrollbar_drag { width: 5px; }

.scrollbar_wrap::-webkit-scrollbar { width: 0; }

.brands_list{
	width: 100%;
}
	.brands_list td{
		width: 33%;		
		padding: 10px;
		padding-left: 0;
	}

.search_result{
	padding-bottom: 30px;
}

.list_by_letters{
	width: 100%;
}
	.list_by_letters td{
		vertical-align: top;
		padding-right: 20px;
	}
		.list_by_letters .letter_box{
			padding-bottom: 30px;
		}
			.list_by_letters h3{
				padding-bottom: 10px;
			}
			.list_by_letters div{
				padding-bottom: 4px;
			}	
				.list_by_letters span{
					color: #7a7a7a;
					font-size: 11px;
				}

/* auth form */

.auth_form #remind_pwd_sms {
	margin: 6px 0 0;
	border-bottom: none;

	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.catalog_intro_text{
	padding: 0 0 20px;
}

/* -------------------------------------------- */
/* cats list */

.cats_list table {
	border-collapse: collapse;
	width: 100%;
}
	.cats_list td {
		width: 350px;
		padding: 0 60px 0 0;

		vertical-align: top;
	}
		.cats_list td:last-child{
			padding-right: 0;
		}
	.cats_group {
		margin: 0 0 32px 0;
	}
		.cats_group_title,
		.brands_group_title {
			font: 23px/28px Arial, Helvetica;
		}
		.cats_group_list,
		.brands_group_list {
			margin: 2px 0 0;

			font: 13px/21px Arial, Helvetica;
		}
			.cats_group_list a {
				color: #000;
				border-bottom: 0;

				-webkit-transition: border 0.3s, color 0.3s;
				-moz-transition: border 0.3s, color 0.3s;
				-ms-transition: border 0.3s, color 0.3s;
				-o-transition: border 0.3s, color 0.3s;
				transition: border 0.3s, color 0.3s;
			}
			.cats_group_list a:hover {
				border-bottom: 1px solid;
			}

/* -------------------------------------------- */
/* brands list */

.brands_list table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}
	.brands_list td {
		vertical-align: top;
	}
		.brands_group {
			margin: 0 0 22px 0;
		}
			.brands_group_list li {
				margin: 2px 0 0;
			}

/* -------------------------------------------- */
/* select cats */

#select_cats_widget > b {
	display: block;
	margin: 0 0 6px 0;
}
#select_cats_widget > select {
	width: 100%;
}

.catalog_intro_text{
	padding: 0 0 20px;
}

/* -------------------------------------------- */
/* page up */

.page_up {
	width: 80px; height: 100%;

	position: fixed;
	top: 0; left: 0;

	cursor: pointer;
}
	.page_up_inner {
		background: #000;
		width: 80px; height: 80px;

		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;

		opacity: 0.2;
		position: absolute;
		top: 0; left: 0;
	}

	.page_up:hover .page_up_inner {
		opacity: 0.6;
	}
		.page_up_inner > span {
			display: block;
			padding: 25px 0;

			color: #fff;
			text-align: center;
			font: 11px/16px Arial, Helvetica;
		}
		.page_up_inner > span:before {
			content: "";
			background: url(/img/sprite.png) no-repeat -570px 0;
			display: block;
			width: 15px; height: 9px;

			opacity: 0.8;
			position: relative;
			left: 50%;
			margin: 0 0 0 -7px;
		}


/* -------------------------------------------------- */
/* сhange password */

.change_password_success {}
	.change_password_success_title {
		font-size: 50px;
		line-height: 70px;
	}
	.change_password_success_next {
		margin: 20px 0 0;
	}

/* -------------------------------------------------- */
/* loader */

.loader {
	background: #fff url('/img/ajax-loader.gif') center center no-repeat;
	
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);

	position: absolute; z-index: 201;
	left: 0; top: 0;
}

/* -------------------------------------------------- */
/* choose region popup */

#choose_region_popup {
	width: 756px;
	display: block;

	margin: 0 auto;
	padding: 40px;
}
	.choose_region_title {
		font-size: 19px;
		line-height: 24px;
		text-transform: capitalize;
	}
	.choose_region_city {
		font-size: 45px;
		line-height: 48px;
	}
	.choose_region_reg {
		font-size: 18px;
		line-height: 25px;
	}

	.choose_region_list table {
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
	}
		.choose_region_list td {
			vertical-align: top;
		}
			.choose_region_list li {
				margin: 10px 0;

				font: 16px/21px 'Din', 'Arial Narrow', Arial;
				text-align: left;
				text-transform: uppercase;
				white-space: nowrap;
			}
				.choose_region_list a {
					border-bottom: none;
					opacity: 0.6;

					-webkit-transition: 0.3s ease;
					-moz-transition: 0.3s ease;
					-ms-transition: 0.3s ease;
					-o-transition: 0.3s ease;
					transition: 0.3s ease;

					color: #fff !important;
				}

				.choose_region_list a:hover {
					opacity: 1;
					color: #fff !important;
				}

	.choose_region_foot {
		margin: 36px 0 0;
	}

/* -------------------------------------------------- */
/* cp */

.cp_history table {
	width: 100%;
	border-collapse: collapse;
}
	.cp_history_head td {
		color: #818181;
		font: 11px/25px Arial, Helvetica, sans-serif;
	}

	.cp_history_head td,
	.cp_history_item_head td {
		border-top: 1px solid #f0f0f0;
		padding: 0 0 0 12px;
	}

	.cp_history_item {
		border-bottom: 1px solid #e7e7e7;
	}
		.cp_history_item_head {
			cursor: pointer;

			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;

			color: #000;
		}
		.cp_history_item_head:hover {
			background: #f8f8f8;
		}
		.cp_history_item.active .cp_history_item_head {
			background: #f3f3f3;
		}
			.cp_history_item_head td {
				padding-top: 14px;
				padding-bottom: 14px;
				line-height: 19px;
			}

			.cp_history_item_id {
				width: 62px;
			}
			.cp_history_item_date {
				width: 105px;
			}
			.cp_history_item_items {
				width: 194px;
			}
			.cp_history_item_sum {
				width: 141px;
			}
			.cp_history_item_status {
				width: 110px;
			}

			.cp_history_item_id,
			.cp_history_item_date,
			.cp_history_item_status {
				font-size: 10px;
			}

			.cp_history_item_items,
			.cp_history_item_sum {
				font-family: 'SansRounded', Arial, Helvetica, sans-serif;
				font-size: 14px;
			}

				.cp_history_item_items span {
					color: #3873CC;
					border-bottom: 1px dotted;
				}
				.cp_history_item_head:hover .cp_history_item_items span,
				.cp_history_item.active .cp_history_item_items span {
					color: #D71836;
					border-bottom: none;
				}

		.cp_history_item_body {
			display: none;
			padding: 0 30px 30px;
		}
			.cp_history_item_goods {}
			
				.cp_history_item_goods td {
					padding: 15px 0 15px 10px;
					border-bottom: 1px solid #e7e7e7;

					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					-ms-transition: 0.3s;
					-o-transition: 0.3s;
					transition: 0.3s;

					font: 13px/16px Arial, Helvetica, sans-serif;
				}
				.cp_history_item_goods tr:hover td {
					background: #fcfcfc;
				}
				.cp_history_item_goods .cp_history_item_goods_image {
					width: 58px;
					padding: 5px 0;
					text-align: center;
				}
					.cp_history_item_goods .cp_history_item_goods_image img{
						width: 58px;
					}
				.cp_history_item_goods .cp_history_item_goods_name {
					padding-left: 36px;
					width: 276px;

					color: #7b7b7b;
					font-size: 12px;
				}
				.cp_history_item_goods_package {
					font-size: 10px;
				}
			.cp_history_item_info {
				padding: 15px 15px 0;
			}
				.cp_history_item_info th {
					width: 126px;
					padding: 0 12px 0 0;

					vertical-align: top;
					font: 13px/23px Arial, Helvetica, sans-serif;
					text-align: left;
				}
					.cp_history_item_info_status > th,
					.cp_history_item_info_status > td {
						padding: 10px 0 0;
					}
					.cp_history_item_info_status table td {
						width: 190px;
					}
			.cp_history_item_add .blue_btn_med {
				font: 12px/24px Arial, Helvetica, sans-serif;
			}
#cp_profile_form .control_label {
	font-size: 14px;
}

/* -------------------------------------------------- */
/* consult */

.consult {

}
	.consult_head {
		margin: 0 0 52px 0;
	}
		.consult_title {
			margin: 0 0 20px 0;

			font: 33px/45px 'Din', 'Arial Narrow', Arial;
		}


.consult_author {

}
	.consult_author_image {
		width: 124px;

		margin: 0 20px 0 0;
		float: left;
	}
		.consult_author_image img {
			width: 120px; height: 120px;

			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
		}
	.consult_author_main {
		display: table-cell;
	}
		.consult_author_about {
			color: #7c7c7c;
			font-size: 14px;
			line-height: 17px;
		}
			.consult_author_about li {
				margin: 10px 0 0;
				padding: 0 0 0 20px;
				position: relative;
			}
			.consult_author_about li:after {
				content: "—";
				position: absolute;
				top: 0; left: 0;
			}
			.consult_author_about li:first-child {
				padding: 0;
				margin: 0;

				color: #000;
			}
			.consult_author_about li:first-child:after {
				display: none;
			}
		.consult_author_ask {
			margin: 15px 0 0;
		}

.consult_item {
	border-top: 1px solid #e5e5e5;
	padding: 26px 0 0;
}
	.consult_item_image,
	.consult_item_answer_image {
		float: left;
		position: relative;
		margin: 0 12px 0 0;
	}
		.consult_item_image img,
		.consult_item_answer_image img,
		.consult_item_numb {
			width: 46px; height: 46px;

			-webkit-transition: 0.3s linear;
			-moz-transition: 0.3s linear;
			-ms-transition: 0.3s linear;
			-o-transition: 0.3s linear;
			transition: 0.3s linear;

			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
		}
		.consult_item_image img {
			opacity: 0;
		}
		.consult_item:hover .consult_item_image img {
			opacity: 1;
		}
		.consult_item.consult_item_noimage .consult_item_image img {
			opacity: 0 !important;
		}

		.consult_item_numb {
			background: #e7e7e7;
			position: absolute; z-index: 4;
			top: 0; left: 0;

			color: #757575;
			font: 24px/46px 'Din', 'Arial Narrow', Arial;
			text-align: center;
			text-shadow: 1px 1px 0 #fff;
		}
		.consult_item:hover .consult_item_numb {
			opacity: 0;
		}
		.consult_item.consult_item_noimage .consult_item_numb {
			opacity: 1 !important;
		}

	.consult_item_main {
		overflow: hidden;
	}
		.consult_item_head,
		.consult_item_answer_name  {
			padding: 12px 0;

			color: #8a8a8a;
			line-height: 24px;
		}
			.consult_item_name,
			.consult_item_answer_name {
				float: left;

				font: 15px/24px 'Din', 'Arial Narrow', Arial;
			}
			.consult_item_date {
				float: right;

				font-size: 11px;
			}
		.consult_item_body,
		.consult_item_answer_body {
			margin: 14px 0 0;

			font-size: 14px;
			line-height: 17px;
		}
		.consult_item_foot {
			border-top: 1px solid #e5e5e5;

			margin: 22px 0 0;
		}
			.consult_item_answer {
				padding: 26px 0;
			}

.consult_add {}
	.consult_auth {
		border-bottom: 1px solid #e5e5e5;

		margin: 0 0 30px 0;	
		padding: 0 0 20px 0;
	}
		.consult_auth_head {
			color: #7c7c7c;
		}
		.consult_auth_body {
			margin: 12px 0 0;
		}
			.consult_auth_body a {
				margin: 0 0 10px 0;
			}
			.consult_auth_body a:first-child {
				margin-right: 30px;
			}

	.consult_add_info_age {
		width: 70px;
		padding: 0 20px 0 0;
	}
	.consult_add_info_city .controls {
		height: 30px;
	}
		.consult_add_info_city #cart_adress_city {
			line-height: 1;
		}
			.consult_add_info_city #cart_adress_city span {
				line-height: 30px;
			}
	.consult_email_info {
		height: auto;
		position: relative;
		top: -3px;

		font-size: 13px;
	}
		.consult_email_info p {
			margin: 0;
		}
	.consult_add_agreement {
		font-size: 12px;
	}

/* -------------------------------------------------- */
/* article */

.article {
	margin: 40px 0 0;
}

.article_full,
.article:first-child {
	margin: 0;
}

.article_full {
	padding: 0 30px;
}
	.article_head {

	}
		.article_title {
			font: 26px/33px 'Din', 'Arial Narrow', Arial;
		}
		.article_tags {
			min-height: 20px;

			margin: 5px 0 0;
			padding: 0 0 0 22px;
			position: relative;

			color: #b0b0b0;
			font-size: 11px;
			line-height: 20px;
		}
		.article_tags:before {
			background: url(/img/sprite.png) no-repeat -120px -30px;
			width: 15px; height: 15px;
			content: "";

			position: absolute;
			top: 0; left: 0;
		}
			.article_tags a { 
				color: #989898; 
				border-color: #b5b5b5;
			}
			.article_tags a:hover { 
				border-color: #289c52; 
			}

	.article_full .article_body {
		margin: -10px 0 0;
	}
		.article_content {

		}
			.article_content > * {
				margin: 10px 0;
			}
			.article_content img {
				max-width: 684px;
			}

			.article_content h2,
			.article_content h3,
			.article_content h4 {
				font-family: 'Din', 'Arial Narrow', Arial;
				font-weight: 300;
			}
			.article_content h2 {
				font-size: 26px;
				line-height: 30px;
			}
			.article_content h3 {
				font-size: 24px;
				line-height: 28px;
			}
			.article_content h4 {
				font-size: 20px;
				line-height: 24px;
			}

			.article_comments_vk_widget,
			.article_comments_vk_widget iframe {
				width: 100% !important;
			}
		.article_products {
			margin: 20px 0 0;
		}
		.article_more {
			margin: 10px 0 0;
		}

	.article_foot {
		border-top: 1px solid #e5e5e5;

		height: 45px;
		margin: 20px 0 0;
		padding: 10px 0;

		color: #898989;
		line-height: 45px;
	}
		.article_author {
			float: left;

			font: 14px/45px 'Din','Arial Narrow',Arial;
		}
			.article_author img {
				width: 45px; height: 45px;
				display: block;

				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;

				float: left;
				padding: 0 8px 0 0;
				vertical-align: middle;
			}
		.article_date {
			float: right;

			font-size: 11px;
		}
		
/* Sitemap */
		
.sitemap{
}
	.sitemap ul{
		margin: 0 0 0 10px;
		list-style-type: initial;
	}
	.sitemap li{
		padding: 2px 0;
	}
	.sitemap .l1{
		margin-bottom: 20px;
	}


/* -------------------------------------------- */
/* notice */

.notice {
	display: inline-block;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	margin-bottom: 20px;
	padding: 15px 65px 15px 15px;
	position: relative;

	font-size: 14px;
	line-height: 20px;
}
.notice_success {
	background: #e1f3e7;
}
.notice_success:after {
	background: url(/img/sprite.png) no-repeat -705px 0;
	width: 40px; height: 30px;
	content: "";

	margin-top: -15px;
	position: absolute;
	top: 50%; right: 10px;
}


/* -------------------------------------------------- */
/* pickpoint */

.mfp-content .pickpoint {
	width: 700px;

	margin: 0 auto;
	padding: 40px;
}
	.pickpoint_head {

	}
		.pickpoint_logo {
			
		}
		.pickpoint_descript {
			padding: 6px 0 0;

			opacity: 0.8;
			filter: alpha(opacity=80);

			font-size: 12px;
			font-style: italic;
			line-height: 18px;
			text-align: right;
		}
	.pickpoint_body {

	}
		.pickpoint_row {
			margin-top: 40px;
		}
			

			.pickpoint_delivery {
				padding-top: 15px;
			}
				.pickpoint_delivery a {
					display: block;
					border-bottom: none;

					color: #ec6820;
					font: 14px/20px 'Din', 'Arial Narrow', Arial;
					text-align: center;
					text-transform: uppercase;
				}
				.pickpoint_delivery a:hover {
					color: #f88140 !important;
				}
					.pickpoint_delivery a img {
						display: block;

						-webkit-transition: 0.247s;
						-moz-transition: 0.247s;
						-ms-transition: 0.247s;
						-o-transition: 0.247s;
						transition: 0.247s;

						margin: 0 auto 10px;
					}
					.pickpoint_delivery a:hover img {
						-webkit-transform: scale(1.1);
						-moz-transform: scale(1.1);
						-ms-transform: scale(1.1);
						-o-transform: scale(1.1);
						transform: scale(1.1);
					}
					.pickpoint_delivery a span {
						border-bottom: 1px solid;
					}
			
			.pickpoint_item {
		
			}
				.pickpoint_item_title {
					font: 30px/36px 'Din', 'Arial Narrow', Arial;
				}
				p.pickpoint_item_descript {
					padding-right: 30px;
				}
					p.pickpoint_item_descript a {
						font-size: 12px;
					}
				ol.pickpoint_item_descript {
					list-style: decimal;
					padding: 0 20px;
				}
					.pickpoint_item_descript li {
						margin-top: 5px;
					}
				.pickpoint_item_info {
					margin-top: 5px;
					
					color: #ec6820;
					font-size: 13px;
				}

		.pickpoint_foot {
			border-top: 1px dotted;

			margin-top: 20px;
			padding-top: 10px;
		}
		
.products_slider{
	margin-top: -40px;
	position: relative;
	overflow: hidden;
	height: 230px;
}
	.products_slider_inner{
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.products_slider_item{
		height: 230px;
	}
	.products_slider .catalog_item_main{
		position: relative !important;
		height: 163px;
	}
		.product .products_slider .catalog_item{
			margin-right: 40px;
		}
	.products_slider .rsArrow{
		display: block;
		width: 11px;
		height: 19px;
		position: absolute;
		opacity: 1;
		top: 12px;
		z-index: 101;
	}
		.products_slider .rsArrow:hover{
			opacity: 1;
		}
	.products_slider .rsArrowLeft{
		background: url('/img/arrow-left.png') left top no-repeat;
		right: 26px;
	}
	.products_slider .rsArrowRight{
		background: url('/img/arrow-right.png') left top no-repeat;
		right: 0;
	}
	
	input.pick_date{
		width: 110px;
	}
	
	
.ajax-content-container.loading{
	min-height: 100px;
}