
/* -------------------------------------------------- */
/* 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;
}