/* =Genereral Layout Rules
******************************************************/
* {
	margin: 0;
	padding: 0;
}

html,
body,
form {
	height: 100%;
}

body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #000;
	/*background: url(/img/bg/fon.jpg) repeat-x top left;*/
}

.on990,
.on570,
.on390 {
	display: none;
}

.menu_item.on990,
.action.on990 {
	display: none;
}

.time_work.on570 {
	display: none;
}

body.comparison_body {
	background: none;
}

form {
	/*	width:980px;*/
	/*	margin:0 auto;*/
}

img {
	border: 0;
}

.article_text ul {
	margin-left: 16px;
}

#content_holder {
	/*width: 980px;*/
	width: 96%;
	margin: 0 auto;
	min-height: 100%;
	_height: 100%;
}

#content {
	padding-bottom: 30px;
	position: relative;
	/*	background:#9CC;*/
}

#footer {
	position: relative;
	height: auto;
	background: #f1f1f1;
}



/* =Header Layout
******************************************************/
.head_line {
	width: 100%;
	top: 8.12em;
	height: 8em;
	position: absolute;
	/*background: #9a0003;*/
	background: url(/img/bg/fon.jpg) repeat-x left;
	box-shadow: inset 0px 0px 7px 1px #6e6e6e, 0px 0px 7px 1px #8c8c8c;
}

.fixed_header {
	position: fixed;
	width: 100%;
	height: 4.8em;
	background: white;
	box-shadow: 0px -6px 11px 9px rgba(145, 145, 145, 0.6);
	top: -100px;
	z-index: 999;
	-webkit-transition: top 200ms linear;
	-moz-transition: top 200ms linear;
	-ms-transition: top 200ms linear;
	-o-transition: top 200ms linear;
	transition: top 200ms linear;
}

	.fixed_header.open {
		top: 0;
	}

	.fixed_header .fixed_header_body {
		width: 96%;
		margin: 0 auto;
		display: table;
		height: 100%;
	}

		.fixed_header .fixed_header_body > div {
			display: table-cell;
			vertical-align: middle;
			text-align: center;
			color: #858588;
		}

		.fixed_header .fixed_header_body .ph {
			vertical-align: middle;
			font-size: 1.05em;
		}

			.fixed_header .fixed_header_body .ph img,
			.fixed_header .fixed_header_body .ph span {
				vertical-align: middle;
			}

				.fixed_header .fixed_header_body .ph span a {
					color: inherit;
					text-decoration: none;
				}

		.fixed_header .fixed_header_body .fixed_logo {
			width: 18.3em;
		}

			.fixed_header .fixed_header_body .fixed_logo .png {
				width: 11em;
			}

		.fixed_header .fixed_header_body .cart {
			width: 15em;
			text-align: left;
			float: none;
		}



div .cart_sum {
	font-weight: normal;
	font-size: 1.1em;
}

	div .cart_sum,
	div .cart_sum b {
		color: black;
	}



.logo_fixed_wrap {
	position: relative;
	margin: -5px 3px 0 25px;
	width: 190px;
	height: 50px;
	float: left;
}


/* =Header Layout
******************************************************/
.header {
	position: relative;
	height: 17.9em;
	/*width: 986px;*/
	width: 100%;
}

.left_block {
	float: left;
}

.right_block {
	float: right;
}

.logo {
	height: 8em;
	padding-left: 16px;
	width: 28em;
	display: table-cell;
	vertical-align: middle;
}

.main_line {
	display: table;
	width: 100%;
	margin-bottom: 1.3em;
}

.head_info {
	height: 8em;
	display: table-cell;
	vertical-align: middle;
}

.left_text {
	float: left;
	clear: both;
}

.men {
	position: absolute;
	top: 3.1em;
	left: 15em;
	width: 189px;
	height: 174px;
	background: url(/img/bg/men.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg/men.png', sizingMethod = 'crop' );
}

.logo p {
	margin: 0;
	padding: 0;
}

.phone {
	font-size: 1.1em;
	font-weight: normal;
	color: #858585;
	line-height: 1em;
	width: 100%;
	margin-top: 1.4em;
}

	.phone > div {
		width: 24%;
		display: inline-block;
		line-height: 1.7em;
		white-space: nowrap;
		text-align: left;
	}

	.phone img {
		margin-right: 0.4em;
		vertical-align: middle;
	}

	.phone a {
		color: inherit;
		text-decoration: none;
	}

.online {
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
}



.phone table td {
	padding-right: 10px;
}

.slogan {
	font-size: 1em;
	color: #FFF;
	margin-bottom: 1em;
}

.cart {
}

.search {
	position: absolute;
	top: 15px;
	right: 0px;
}


.time_work {
	color: #858585;
	display: inline-block;
	width: 20%;
	vertical-align: top;
	margin-left: -4px;
}


/* =Main Menu
******************************************************/
.main_menu {
	list-style: none;
	float: right;
	width: 60.1%;
	font-family: 'exo 2';
	font-weight: bold;
	font-size: 1.09em;
	margin-top: 1.1em;
	min-width: 39.1em;
	margin-right: -0.8em;
}

	.main_menu li {
		float: left;
		height: 3.2em;
		background: linear-gradient(to top, #cfcfcf, #ffffff);
		display: table;
		padding: 0 0.9em;
		border-right: 1px solid #a8a8a8;
		cursor: pointer;
		box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.24);
	}

		.main_menu li:first-child {
			border-top-left-radius: 0.3em;
			border-bottom-left-radius: 0.3em;
		}

		.main_menu li:last-child {
			border-top-right-radius: 0.3em;
			border-bottom-right-radius: 0.3em;
			border-right: none;
		}

		.main_menu li > div,
		.main_menu li > a {
			display: table-cell;
			vertical-align: middle;
			color: #9f0000;
			text-decoration: none;
		}

		.main_menu li > div,
		.main_menu li:hover > a {
			color: white;
		}

		.main_menu li:hover,
		.main_menu li.active {
			background: #a8a8a8;
		}

		.main_menu li.active {
			cursor: default;
		}


/* =Path
******************************************************/
.menu_path {
	margin: 8px 0 13px 0;
	overflow: hidden;
	clear: both;
	font-size: 12px;
	/*	background:#FC0*/
}

	.menu_path a:link,
	.menu_path a:visited,
	.menu_path a:hover,
	.menu_path a:active {
		color: #8F8F8F;
	}

	.menu_path a:hover {
		color: #CCC;
	}

.menu_path_cat,
.menu_path_subcat,
.menu_path_good,
.menu_path_main,
.menu_path_find {
	margin-right: 10px;
	color: #8f8f8f;
	display: inline-block;
	white-space: nowrap;
}


@media(max-width: 1024px) {
	.menu_path_cat,
	.menu_path_subcat,
	.menu_path_good,
	.menu_path_main,
	.menu_path_find {
		white-space: normal;
	}
}


	.menu_path_cat span,
	.menu_path_subcat span,
	.menu_path_good span,
	.menu_path_main span,
	.menu_path_find span {
		color: #bc091a;
	}

.menu_path a span {
	color: #8F8F8F;
}


/* =Parent Category Menu
******************************************************/
.menu_on_parcat {
	list-style: none;
	overflow: hidden;
	float: left;
	margin: -7px 0 15px 0px;
	padding: 11px;
	font-size: 1.1em;
	background: #F9F9F9;
}

	.menu_on_parcat li {
		float: left;
		margin: 0px 20px 5px 0;
		white-space: nowrap;
	}

	.menu_on_parcat a:link,
	.menu_on_parcat a:visited,
	.menu_on_parcat a:hover,
	.menu_on_parcat a:active {
		color: #BC091A;
	}

	.menu_on_parcat a:hover {
		color: #8F8F8F;
	}

.sorting_block {
	font-size: 1.1em;
	margin-bottom: 1em;
	clear: both;
	width: 100%;
	color: #5c5c5c;
	font-weight: bold;
}

	.sorting_block .sort_txt {
		margin: 0;
	}

	.sorting_block span,
	.sorting_block a {
		margin-left: 1.4em;
		white-space: nowrap;
	}

	.sorting_block a {
		color: #9f0000;
	}

/* =Columns Layout
******************************************************/
.page_content {
	overflow: hidden;
	display: table;
	margin-top: -1em;
	width: 100%;
}

.left_column {
	width: 18.4em;
	display: table-cell;
	vertical-align: top;
	padding-left: 2px;
}

.right_column {
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 2em;
}

	.right_column > div.text,
	.right_column > div.article_text,
	.right_column > div.article_item .text {
		font-size: 1.2em;
		line-height: 1.5em;
	}

.benefits {
	background: #f9f9f9;
	color: #585858;
	margin: 0.3em 0 1.2em 0;
	font-size: 1.3em;
	display: table;
	width: 99.8%;
	box-sizing: border-box;
}

	.benefits > div {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		padding: 0.6em 0;
	}

		.benefits > div:last-child {
			border-right: none;
		}

		.benefits > div .smaller {
			font-size: 0.7em;
		}

		.benefits > div img {
			vertical-align: middle;
			margin-right: 0.4em;
		}

	.benefits .delivery img {
		margin-right: 0.3em;
	}

	.benefits .delivery > div,
	.certific .cert_text {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}


/*.x {
	float:left;
	background:#9CC;}
.l {
	float:left;
	width:300px;
	background:#39C;}
.r {
	float:right;
	width:600px;
	background:#39C;}*/




/* =Categories
******************************************************/
.select_cat_txt {
	font-size: 1.2em;
	font-weight: bold;
	color: #a60006;
	text-align: center;
	padding: 0.4em;
}

.categories {
	display: block;
	width: 100%;
	list-style: none;
	margin-bottom: -0.4em;
}

	.categories > div {
		border-left: 4px solid #9f0000;
		border-radius: 0.4em;
		height: 3.5em;
		display: table;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 1px;
	}

		.categories > div.sep {
			height: 0;
			margin-bottom: 1em;
		}

		.categories > div a,
		.categories > div b {
			display: table-cell;
			vertical-align: middle;
			height: 100%;
			font-size: 1.2em;
			font-weight: bold;
			text-decoration: none;
			color: #575757;
			background: #f1f1f1;
			border-bottom: #d7d7d7 1px solid;
			border-top-right-radius: 0.4em;
			border-bottom-right-radius: 0.4em;
			padding-left: 0.5em;
		}

			.categories > div a:hover {
				color: white;
				background: #9f0000;
				border-bottom: #9f0000 1px solid;
			}

		.categories > div.active b {
			font-weight: bold;
			color: #FFF;
			background: #b30303;
		}

		.categories > div.active a:link,
		.categories > div.active a:visited,
		.categories > div.active a:hover,
		.categories > div.active a:active,
		.categories > div.active b {
			font-size: 1.2em;
			color: #FFF;
			background: #9f0000;
			border-bottom: #9f0000 1px solid;
			box-shadow: 1px 1px 10px -3px black;
		}


/* =Subcategories
****************************************/
.subcategories {
	padding: 10px 10px 10px 18px;
	list-style: none;
}

	.subcategories > li {
		margin: 0px 0px 9px 0px;
	}

		.subcategories > li.active,
		.subcategories > li.active b {
			color: #C51212;
			vertical-align: super;
		}

			.subcategories > li.active b {
				font-size: 1.1em;
				vertical-align: top;
				display: inline-block;
				width: 83%;
				line-height: 130%;
			}

		.subcategories > li a {
			font-size: 1.1em;
			font-weight: bold;
			color: #464646;
			vertical-align: top;
			display: inline-block;
			width: 83%;
			line-height: 130%;
		}

			.subcategories > li a:hover {
				color: #B0B0B0;
			}

	.subcategories li input {
		display: none;
	}

	.subcategories li label {
		width: 1.6em;
		height: 1.6em;
		box-sizing: border-box;
		display: inline-block;
		background: white;
		position: relative;
		border-radius: 3px;
		border: 1px solid #d7d7d7;
		margin-right: 0.7em;
		cursor: pointer;
	}

	.subcategories li input[type="checkbox"]:checked + label {
		background: #9f0000;
		border: none;
	}

		.subcategories li input[type="checkbox"]:checked + label:before,
		.subcategories li input[type="checkbox"]:checked + label:after {
			content: "";
			display: block;
			position: absolute;
			background: white;
			height: 4px;
		}

		.subcategories li input[type="checkbox"]:checked + label:before {
			width: 7px;
			-webkit-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
			bottom: 5px;
			left: 3px;
		}

		.subcategories li input[type="checkbox"]:checked + label:after {
			width: 14px;
			-webkit-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			bottom: 8px;
			left: 5px;
		}



/* =Bestseller
******************************************************/
.bestseller {
	margin: 15px 0 -1px;
	padding: 10px;
	text-align: center;
	background: #f5f5f5;
	border: #b7b7b7 1px solid;
}

.best_title {
	margin: 0px 0px 10px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #a60006;
}

.best_name,
.best_price {
	font-size: 18px;
	color: #454545;
}

.best_name {
	margin: 10px 0px 2px;
}

.random .goods li {
	float: none;
	width: 238px;
	height: 320px;
	margin: 0px auto;
	border: 1px solid #B7B7B7;
}

.random .good_img {
	margin: 0px;
	padding: 25px 5px 5px;
}

.random .goods li .good_info {
	width: 218px;
}

.actions {
	margin: 0 0 10px 0;
	width: 18.3em;
	background: white;
	border: #e6e6e6 1px solid;
	border-radius: 0.3em;
	text-align: center;
	box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.21);
}

	.actions:hover {
		box-shadow: 0px 0px 8px -1px rgb(255, 0, 0);
		border: 1px solid rgba(176, 0, 0, 0.41);
	}

.articles_main .actions:hover {
	box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.21);
	border: #e6e6e6 1px solid;
}

.actions_title {
	line-height: 2em;
	font-size: 1.5em;
	font-weight: bold;
	color: #a60006;
	text-decoration: none;
	font-family: 'exo 2';
}


.actions .actions_text {
	overflow: hidden;
	padding: 5px 10px 5px 10px;
}


/* =Comparison
******************************************************/
.comparison {
	overflow: hidden;
	_float: left;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	background: #FFF;
	border: #E6E6E6 1px solid;
	/*	background:#FC3;*/
}

.comp_title {
	float: left;
	margin: 28px 20px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #484848;
}

.compare_goods {
	/*	display:block;*/
	width: 520px;
	min-width: 400px;
	overflow: hidden;
	float: left;
	_padding: 1px;
	list-style: none;
	/*	background:#9C3;*/
}

	.compare_goods li {
		float: left;
		display: block;
		width: 55px;
		height: 55px;
		margin: 2px 3px 5px 0px;
		position: relative;
		text-align: center;
	}

		.compare_goods li div {
			/*	position:relative;*/
		}



.compare_button,
.btn_checkout {
	float: right;
	padding: 0.6em 1em;
	border: none;
	font-size: 1.2em;
	color: white;
	background: #9f0000;
	font-weight: bold;
	border-radius: 0.3em;
	box-shadow: 1px 1px 7px -2px #686868;
	cursor: pointer;
	text-decoration: none;
}

	.compare_button:hover,
	.btn_checkout:hover {
		background: #900000;
		color: white;
	}

.btn_checkout {
	font-size: 1.1em;
}

.del_from_compare {
	display: none;
	height: 18px;
	width: 18px;
	background: url(/img/icons/del1.png) no-repeat top left;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}







/* =Goods List
******************************************************/
.goods {
	list-style: none;
	position: relative;
	text-align: justify;
}

	.goods .item_wrapper {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.goods li {
		display: inline-block;
		width: 17em;
		height: 25.2em;
		margin: 0 0 2em 0;
		vertical-align: top;
		padding: 0 0.6em 1.4em 0.6em;
		border: 1px solid white;
	}

		.goods li:not(.cap):hover {
			border: 1px solid rgba(176, 0, 0, 0.41);
			box-shadow: 0px 0px 15px 0px rgba(126, 126, 125, 0.52);
		}

	.goods .cap:not(.show) {
		height: 0;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
		border-color: white;
	}

	.goods .cap.show {
		display: inline-table;
		border: 1px solid rgba(176, 0, 0, 0.41);
		box-shadow: 0px 0px 15px 0px rgba(126, 126, 125, 0.52);
	}

	.goods .cap .cap_wrap {
		display: none;
	}

	.goods .cap.show .cap_wrap {
		display: table-cell;
		vertical-align: middle;
	}

	.goods .cap .moreBtn {
		display: block;
		text-align: center;
		background: #f1f1f1;
		padding: 1.1em 0;
		border-radius: .3em;
		cursor: pointer;
		color: #006300;
		font-size: 1.3em;
		font-weight: bold;
	}

.good_img {
	padding: 5px;
	text-align: center;
	min-height: 14em;
	display: table;
	width: 100%;
}

	.good_img a {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

.goods .biggest {
	font-size: 1.5em;
}

.goods .smaller {
	font-size: 0.8em;
}

.good_icon_new,
.good_icon_super {
	width: 4.9em;
	height: 4.1em;
	box-sizing: border-box;
	position: absolute;
	background: #9f0000;
	border-bottom-left-radius: 1.2em;
	border-bottom-right-radius: 1.2em;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 0.3em 0 0.3em 0;
	font-family: 'exo 2';
	line-height: 1.2em;
	top: 0;
}

.good_icon_new {
	padding: 1em 0 0 0;
}

/*.good_quant {
	position: absolute;
	top: -19px;
	right: 0px;
	padding: 2px 18px 2px 4px;
	font-size: 11px;
	color: #666;
	background: url(/img/bg/count.png) repeat;
	_zoom: 1;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg/count.png', sizingMethod = 'scale' );
	/*	border:none;
	border-top:#E6E6E6 1px solid;
	border-left:#E6E6E6 1px solid;
}*/

.good_info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 5px 5px 5px;
	background: rgba(255, 255, 255, 0.91);
}



.good_name {
	min-height: 2.9em;
	text-align: left;
}

	.good_name a:link,
	.good_name a:visited,
	.good_name a:hover,
	.good_name a:active {
		font-size: 1.1em;
		color: #cc0f21;
	}

	.good_name a:hover {
		color: #838383;
	}


.good_subcat {
	margin: 0;
	text-align: left;
}

	.good_subcat a:link,
	.good_subcat a:visited,
	.good_subcat a:hover,
	.good_subcat a:active {
		font-size: 0.9em;
		color: #838383;
	}

	.good_subcat a:hover {
		color: #cc0f21;
	}

.middle_line {
	margin-top: 0.7em;
	display: table;
	width: 100%;
}

.goods .review_stars {
	margin-left: 2px;
	display: table-cell;
	vertical-align: middle;
	float: none;
}

	.goods .review_stars .star_rat {
		zoom: 0.6;
	}

.review_stars .star_rat {
	background: url(/img/star.gif) no-repeat 0 0px;
	width: 16px;
	height: 16px;
	display: inline-block;
}

	.review_stars .star_rat.checked {
		background: url(/img/star.gif) no-repeat 0 -17px;
	}


.good_price,
.tocart_icon {
	margin: 14px 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
}

.good_price {
	float: left;
	color: #008000;
	position: relative;
	background: #f1f1f1;
	background: rgba(241, 241, 241, 0.66);
	padding: 0.4em;
	border-radius: 0.3em;
	border-top-left-radius: 0.7em;
	border-bottom-left-radius: 0.7em;
}

	.good_price .circle {
		width: 0.5em;
		height: 0.5em;
		position: absolute;
		top: 50%;
		margin-top: -0.25em;
		background: white;
		border-radius: 20em;
	}

	.good_price .text {
		margin-left: 1em;
		text-align: center;
	}

	.good_price .out_of_stock {
		color: #ababab;
	}

.tocart_icon {
	display: block;
	float: right;
	text-decoration: none;
	color: white;
	background: #448f44;
	border-radius: 0.3em;
	padding: 0.4em 1.8em;
	box-shadow: 1px 1px 7px -2px #686868;
}

	.tocart_icon:hover {
		color: white;
		background: #4da54d;
	}

.moreGoodsBtn {
	width: 18em;
	text-align: center;
	background: #f1f1f1;
	color: #fff;
	padding: 1.1em 0;
	border-radius: .3em;
	margin-bottom: 2em;
	cursor: pointer;
	display: none;
	margin: 0 auto;
	color: #006300;
	font-size: 1.7em;
	font-weight: bold;
	position: relative;
	margin-top: -1em;
}

.compare {
	float: right;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}

/*.compare_icon,
.tocart_icon {
	float: left;
}*/

.compare_icon {
	width: 30px;
	height: 21px;
	background: url(/img/icons/compare-light.png) no-repeat;
}

	.compare_icon:hover {
		background: url(/img/icons/compare-dark.png) no-repeat;
	}

.compare_icon,
.to_compare_txt {
	display: inline-block;
	text-decoration: underline;
	color: #838383;
}

.basket_added,
.compare_added,
.already_added {
	width: 200px;
	height: 35px;
	background: url(/img/icons/good_added.png) no-repeat;
	position: absolute;
	bottom: 50px;
	left: 40px;
	z-index: 999;
}

.compare_added {
	background: url(/img/icons/compare_added.png) no-repeat;
}

.already_added {
	width: 225px;
	background: url(/img/icons/already_added.png) no-repeat;
}


/* =Good & Compare
******************************************************/
.good_base_param {
	/*overflow: hidden;*/
	margin: 30px 0 0 0;
}

.one_good_photo {
	float: left;
	position: relative;
	min-width: 11em;
	min-height: 15em;
	text-align: center;
}

.one_good_parametr {
	position: relative;
	float: left;
	margin: 0px 0px 0px 30px;
	width: 50%;
}

	.one_good_parametr h1 {
		margin: 0px 0px 0.5em 0px;
		font-size: 28px;
		position: relative;
		/*width: 470px;*/
	}

	.one_good_parametr .review_stars {
		margin-right: 4em;
	}

.subcat_name {
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	color: #B5B5B5;
}

.one_good_price {
	font-size: 1.3em;
	font-weight: normal;
}

	.one_good_price span {
		color: #008000;
	}

	.one_good_price .in_stock {
		font-size: 0.8em;
		display: block;
	}

	.one_good_price .out_of_stock {
		font-size: 1.5em;
		display: block;
		color: #6d6d6d;
		font-weight: bold;
	}

	.one_good_price .good_price {
		height: 2.1em;
		width: 8.8em;
		margin: 0;
		box-sizing: border-box;
	}

		.one_good_price .good_price .text {
			margin-left: 1.1em;
			line-height: 1.3em;
			font-size: 1.1em;
		}

	.one_good_price .tocart_icon,
	.phone_by_click .tocart_icon {
		font-size: 1em;
		font-weight: normal;
		float: left;
		margin: 0 0 0 0.5em;
		padding: 0.4em 0.8em;
		border-radius: 0.2em;
		line-height: 1.7em;
		cursor: pointer;
	}

.socicons {
	width: 100%;
	padding: 1em 0 1em 0;
}

.quant {
	margin: 1em 0px 0.7em 0px;
	font-weight: bold;
	color: #838383;
}

.phone_by_click {
	font-size: 1.2em;
	clear: both;
	padding-top: 0.5em;
}

	.phone_by_click .alert {
		font-size: 1.1em;
		color: red;
		display: none;
		clear: both;
	}

	.phone_by_click input[type="text"] {
		height: 2.8em;
		width: 12.7em;
		padding: 0 0.6em;
		font-size: 0.9em;
		float: left;
		border: 1px solid #b4b4b4;
		box-sizing: border-box;
	}

.good_info_block .btns {
	text-align: right;
	border-bottom: 1px solid #838383;
	font-size: 1.3em;
}

	.good_info_block .btns > div {
		display: inline-block;
		border: 1px solid #ababab;
		border-bottom: none;
		padding: 1em 0;
		margin-left: -5px;
		width: 13em;
		text-align: center;
		color: #9f0000;
		font-weight: bold;
		background: #f6f6f6;
		cursor: pointer;
	}

		.good_info_block .btns > div.active,
		.good_info_block .btns > div:hover {
			background: #ababab;
			color: white;
		}

		.good_info_block .btns > div:first-child {
			border-right: none;
			border-top-left-radius: 0.3em;
		}

		.good_info_block .btns > div:last-child {
			border-left: none;
			border-top-right-radius: 0.3em;
		}

.good_info_block .one_good_descr {
}

.good_info_block .reviews,
.good_info_block .reviews .review_form_wrap {
	display: none;
}

.review_form_wrap {
	margin: 0 auto;
	max-width: 50em;
	width: 100%;
}

.good_info_block .toggle_rev_btn {
	padding: 1em 2.4em;
	margin: 1em 0.3em;
	background: #f6f6f6;
	float: right;
	color: #9f0000;
	font-size: 1.3em;
	font-weight: bold;
	border-radius: 0.3em;
	box-shadow: 1px 1px 7px -2px #686868;
	cursor: pointer;
}

	.good_info_block .toggle_rev_btn:hover {
		background: #ababab;
		color: white;
	}

	.good_info_block .toggle_rev_btn > span {
		border-bottom: 1px dashed #9f0000;
	}

	.good_info_block .toggle_rev_btn:hover > span {
		border-color: white;
	}

	.good_info_block .toggle_rev_btn.send_review {
		float: left;
		padding: 0.6em 1em;
		border: none;
		font-size: 1.2em;
		color: white;
		background: #9f0000;
	}

		.good_info_block .toggle_rev_btn.send_review:hover {
			background: #900000;
		}

.one_good_descr {
	margin: 15px 0px;
	font-size: 14px;
	line-height: 150%;
}

	.one_good_descr p {
		margin: 10px 0px 10px 0px;
		line-height: 140%;
	}

	.one_good_descr a {
		color: #C33B3B;
	}

		.one_good_descr a:hover {
			color: #B0B0B0;
		}

	.one_good_descr b,
	.one_good_descr strong,
	.one_good_descr i,
	.one_good_descr em {
		font-weight: bold;
		color: #C00;
	}

	.one_good_descr ul {
		list-style: none;
	}

	.one_good_descr li:before {
		content: '\2714';
		margin-right: 7px;
		color: #C33B3B;
	}


	.one_good_descr table {
		/*width:250px;*/
		margin: 5px 0px 5px 0px;
		border-collapse: collapse;
	}

		.one_good_descr table td,
		.one_good_descr table th {
			padding: 5px 5px 5px 5px;
			/*white-space:nowrap;*/
			border-bottom: #CCC 1px dotted;
		}

		.one_good_descr table th {
			text-align: left;
			padding: 15px 20px 3px 5px;
		}

		.one_good_descr table tr:hover {
			background: #F8F8F8;
		}

.rating {
	font-size: 0.7em;
	margin: 1em 0;
	clear: both;
}


/* =Comparison Page
******************************************/
.compare_good {
	margin: 0 5px 0 0;
	padding: 10px;
	border: 1px solid #F2F2F2;
	width: 350px;
	vertical-align: top;
}

	.compare_good h1 {
		font-size: 18px;
	}

	.compare_good .one_good_parametr {
		margin: 0px;
	}

	.compare_good .one_good_price {
		font-size: 16px;
	}

	.compare_good .one_good_descr {
		font-size: 12px;
	}


.compare_tbl {
}

.good_compare_param {
	width: 300px;
}

.compare_photo {
	padding: 15px 25px;
	border: #E6E6E6 1px solid;
}

.compare_price {
	margin: 10px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
}



/* =Find Button
******************************************/
.search_block {
	display: inline-block;
	vertical-align: top;
	height: 2.3em;
	width: 45%;
	text-align: center;
	margin-left: -4px;
	overflow: hidden;
}

	.search_block .btn_find,
	.search_block .tb_find {
		box-sizing: border-box;
		border: 1px solid #858585;
		height: 100%;
		border-radius: 0.3em;
		color: #858585;
	}

	.search_block .btn_find {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		background: #858585;
		color: white;
		padding: 0.5em 0.8em;
		text-decoration: none;
		cursor: pointer;
	}

	.search_block .tb_find {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		padding-left: 0.5em;
		width: 70%;
		max-width: 26em;
	}


.keyword {
	font-size: 18px;
	color: #333;
}

	.keyword strong {
		color: #CC0F21;
	}

.search_type {
	margin: 20px 0px 10px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #CC0F21;
}

/* =Default Page
*********************************************************/
.text_on_def {
	margin-bottom: 17px;
}



/* =Cart
******************************************************/
.cart {
	display: inline-block;
	height: 2.3em;
	width: 30%;
	float: right;
	margin-left: -4px;
}

	.cart .cart_content {
		margin: 0 auto;
		width: 175px;
	}

		.cart .cart_content > img,
		.cart .alt_cart_content > a img,
		.popup_header img {
			padding: 0.4em;
			margin-right: 0.5em;
			box-sizing: border-box;
			height: 100%;
			background: #ba0400;
			border-radius: 0.3em;
			float: left;
			box-shadow: 1px 1px 7px -1px #7c7c7c;
		}

		.cart .cart_content > div {
			display: inline-block;
		}

	.cart b,
	.cart_block b {
		color: #ba0400;
	}

	.cart a:link,
	.cart a:visited,
	.cart a:hover,
	.cart a:active {
		color: #ba0400;
	}

	.cart a:hover {
		color: #000;
	}

.alt_cart_content a {
	text-decoration: none;
}


/********ORDER*****************
table.order_goods {
	background:none repeat scroll 0 0 #CCCCCC;} */

.wrp_basket {
	margin: 15px 0 0 0;
	padding: 0 20px 0 0;
}

.order_goods {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

	.order_goods .tbl_header td {
		font-size: 13px;
		font-weight: bold;
		color: #3A3A3A;
		background: #e8e8e8;
		border-top: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
	}

	.order_goods tr.tbl_header:hover td {
		background: #E6E6E6;
	}

	.order_goods .price {
		color: green;
		font-size: 2em;
		font-weight: bold;
	}


	.order_goods thead tr td,
	.order_goods tfoot tr td {
		color: #666666;
		height: 35px;
		vertical-align: middle;
		text-align: center;
		background: #F5F5F5;
		font-weight: bold;
		border-top: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
	}

	.order_goods tfoot tr td {
		text-align: right;
	}

	.order_goods tbody td {
		padding: 13px 10px;
		background: #FFFFFF;
		border-bottom: 1px solid #E6E6E6;
		vertical-align: middle;
	}

	.order_goods tbody tr:hover td {
		background: #F3F3F3;
	}

	.order_goods .tbl_header .photo {
		width: 8.6em;
	}

	.order_goods .tbl_header .price {
		width: 11em;
	}

	.order_goods .tbl_header .delete {
		width: 4em;
	}

	.order_goods td.quant {
		text-align: center;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		color: red;
		font-size: 1.4em;
	}

		.order_goods td.quant .inc,
		.order_goods td.quant .dec {
			cursor: pointer;
			background: #b7b7b7;
			color: white;
			padding: 0 0.3em;
			border-radius: 0.2em;
			line-height: 1.9em;
		}

.full_price {
	height: 2.9em;
	background: #e8e8e8;
	font-weight: bold;
	line-height: 2.9em;
	text-align: right;
	color: green;
	font-size: 2em;
}

	.full_price div {
		display: inline-block;
		margin-right: 2.2em;
	}

.order_img {
	display: inline-block;
	overflow: hidden;
	padding: 10px 15px;
	text-align: center;
	background: #FFF;
	border: #e9e9e9 1px solid;
	width: 135px;
	height: 190px;
}

	.order_img img {
	}

.attention {
	display: block;
	margin: 15px 0px 10px;
	color: #CC0F21;
}



table.order_reg {
	width: 100%;
	margin: 25px 0 0 0;
	text-align: center;
	border-collapse: collapse;
	font-size: 15px;
}

	table.order_reg th {
		font-size: 22px;
		font-weight: normal;
		padding: 5px;
		color: #5CAB30;
	}

	table.order_reg table th {
		font-size: 16px;
		text-align: right;
	}


	table.order_reg td {
		padding: 5px;
	}

		table.order_reg td:first-child {
			width: 40%;
		}

		table.order_reg td:last-child {
			width: 60%;
		}

	table.order_reg table td {
		text-align: left;
	}

#order_reg,
#order_unreg {
	margin: 10px 0 0 0;
}

#order_reg {
	color: #000000;
}

#order_unreg th {
	text-align: left;
	padding-right: 10px;
	font-size: 100%;
	font-weight: normal;
}

input.txt,
textarea,
.txt1 {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #333333;
	/*font-family:"Trebuchet MS";
	font-size:100%;*/
	padding: 3px;
}

.code {
	width: 150px;
}

.txt1 {
	width: 290px;
}

#order_unreg {
}

.order_descr {
	color: gray;
	display: block;
	font-size: 12px;
	margin: 5px 0 0;
}

	.order_descr .price {
		font-size: 1.5em;
		color: green;
	}



/*****************************/

/* =Cart Personal Info
********************************************/
table.order_reg {
	width: 100%;
	margin: 15px 0 0 0;
	text-align: center;
	border-collapse: collapse;
	font-size: 14px;
}

	table.order_reg th {
		font-size: 22px;
		font-weight: normal;
		vertical-align: top;
		padding: 5px;
		width: 120px;
		white-space: nowrap;
		color: black;
	}

	table.order_reg table th {
		font-size: 14px;
		text-align: left;
	}


	table.order_reg td {
		padding: 5px;
		vertical-align: top;
	}

	table.order_reg table td {
		text-align: left;
	}

#order_reg,
#order_unreg {
	margin: 10px 0 0 0;
}

#order_reg {
	color: #000000;
}

	#order_reg .basket_exist_user {
		width: 390px;
		margin: 20px 0;
		padding: 0px;
		list-style: none;
		text-align: left;
	}

		#order_reg .basket_exist_user li {
			margin: 10px 0;
		}

			#order_reg .basket_exist_user li input {
				float: right;
			}

#order_unreg th {
	text-align: left;
	padding-right: 10px;
	font-size: 100%;
	font-weight: normal;
}

input.txt,
textarea,
.txt1 {
	background: #FFF;
	border: 1px solid #CCC;
	color: #333333;
	padding: 3px;
}

	input.txt:focus,
	textarea:focus,
	.txt1:focus {
		background: #fdfde7;
	}

.code {
	width: 98%;
}

.txt1 {
	width: 98%;
}

#order_unreg {
}

.order_descr {
	color: gray;
	display: block;
	font-size: 12px;
	margin: 5px 0 0;
}

.reg_descr {
	text-align: left;
	padding: 10px 15px 15px 15px;
	color: #5D5D5D;
	background: #FFF5CE;
}

.order_reg sup {
	font-size: 11px;
	color: #E32B2B;
}

.error {
	font-size: 10px;
	color: #F00;
}

.no_such_user,
.registered_user {
	width: 350px;
	margin: 20px auto 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #DA2323;
}

.reg_user {
	margin-bottom: 15px;
}

.hello_user {
	margin: 10px 0px 10px 0px;
	font-size: 18px;
	font-weight: normal;
}

.make_order {
	font-size: 14px;
	padding: 0px 10px 10px;
	margin: 0px 0px 10px 0px;
	border-bottom: #ccc 1px solid;
}

/* =Footer
******************************************************/
.footer_content {
	width: 98%;
	margin: 0 auto;
	padding: 45px 0px 1px 0px;
	color: #535353;
}

	.footer_content .main_content > div {
		display: inline-block;
		width: 24.7%;
	}

	.footer_content .main_content .left_info {
		text-align: center;
	}

		.footer_content .main_content .left_info .logo {
			width: 12em;
			padding: 0;
			margin: 0 auto;
			margin-bottom: 1.6em;
			display: block;
			height: auto;
		}

			.footer_content .main_content .left_info .logo img {
				width: 100%;
			}

		.footer_content .main_content .left_info .phones {
			height: auto;
			font-size: 1.4em;
		}

			.footer_content .main_content .left_info .phones > div {
				margin-bottom: 0.4em;
			}

				.footer_content .main_content .left_info .phones > div * {
					vertical-align: middle;
					margin-right: 0.5em;
				}

			.footer_content .main_content .left_info .phones a {
				color: inherit;
				text-decoration: none;
			}

	.footer_content .main_content .work_info {
		vertical-align: top;
		font-size: 1.2em;
	}

	.footer_content .main_content .footer_menu {
		vertical-align: top;
		font-size: 1.4em;
	}

		.footer_content .main_content .footer_menu ul {
			list-style: none;
			margin: 0 auto;
			width: 11em;
		}

			.footer_content .main_content .footer_menu ul li {
				height: 1.5em;
			}

				.footer_content .main_content .footer_menu ul li a {
					text-decoration: none;
				}

				.footer_content .main_content .footer_menu ul li div {
					color: #a50003;
				}

	.footer_content .main_content .bottom_links {
		vertical-align: top;
		margin: 0;
		font-size: 1.1em;
	}

		.footer_content .main_content .bottom_links a {
			color: #535353;
			text-decoration: none;
		}

			.footer_content .main_content .bottom_links a:hover {
				color: #B0B0B0;
			}


.counter,
.copy {
	vertical-align: bottom;
	display: inline-block;
}

.copy {
	text-align: right;
}

.counter {
	margin-left: 1.3em;
}

.copyright {
	margin: 2em auto;
	text-align: center;
}





/* =Misc
******************************************************/
a {
	color: #464646;
}

	a:hover {
		color: #B0B0B0;
	}

	a img {
		border: none;
	}

	a:focus {
		outline: none;
	}

p {
	margin: 5px 0;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
	line-height: 0px;
}

.png {
	behavior: url(/css/pngbehavior.htc);
}

a.dashed {
	text-decoration: none;
	border-bottom: 1px dashed #464646;
}

	a.dashed:hover {
		border-bottom: 1px dashed #B0B0B0;
	}


.btn_yes,
.btn_no {
	display: inline-block;
	width: 44px;
	height: 30px;
	background: url(/img/buttons/yes.png) no-repeat top left;
}

	.btn_yes:hover {
		background: url(/img/buttons/yes.png) no-repeat bottom left;
	}

.btn_no {
	background: url(/img/buttons/no.png) no-repeat top left;
}

	.btn_no:hover {
		background: url(/img/buttons/no.png) no-repeat bottom left;
	}

.nobr {
	white-space: nowrap;
}




/* =Paging
******************************************************/

.paging_wrapper {
	display: table;
	width: 100%;
	margin-top: 1em;
}

.paging {
	display: table-cell;
	text-align: center;
}

.pages,
.active_page {
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 1em;
	text-align: center;
	font-size: 0.9em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #919191;
	font-weight: bold;
	background: #dbdbdb;
	border-radius: 0.4em;
	box-shadow: 1px 1px 5px 0px #c5c5c5;
	margin-right: 1.2em;
	margin-bottom: 1.2em;
}

a.pages:link,
a.pages:visited,
a.pages:hover,
a.pages:active {
	text-decoration: none;
}

a.pages:hover {
	background: #fcfcfc;
}

.active_page {
	background: #f6f6f6;
}



/* =Fonts
******************************************************/
h1, .tit1 {
	margin: 5px 0px 15px 0px;
	font-size: 22px;
	font-weight: normal;
	color: #CC0F21;
	font-family: 'exo 2';
}

h2, .tit2 {
	margin: 1em 0;
	font-size: 1.5em;
	color: #CC0F21;
	font-weight: bold;
	display: block;
}

	.tit2.main {
		margin: 0px 0px 0.7em 0px;
	}


.seo_block {
	margin: 0;
}

	.seo_block h1,
	.seo_block h2 {
		margin: 10px 0px 0px 0px;
		font-size: 20px;
		color: #FFA6A6;
	}

	.seo_block h2 {
		font-size: 18px;
		font-weight: normal;
	}

	.seo_block img {
		max-width: 100%;
	}

.seo_txt {
	line-height: 150%;
	font-size: 12px;
	color: #000;
}

.seo_txt_small {
	margin-top: 20px;
	line-height: 150%;
	font-size: 10px;
	color: #000;
}

.title_text {
	clear: both;
	margin-top: 25px;
}

	.title_text img {
		margin: 0 10px 10px;
	}

	.title_text a {
		font-size: 16px;
	}


.gallery {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

	.gallery li {
		text-align: center;
		float: left;
		/*width:150px;*/
		/*height:104px;*/
		/*_height:110px;/
/*	background:#FFFFCC;*/
		margin: 0px 12px 10px 8px;
		_margin: 10px 10px 4px 5px;
	}


/*---- Persons*/

.persons {
	overflow: hidden;
	_float: left;
	list-style: none;
	/*	width:720px;*/
	/*	background:#F99;*/
	position: relative;
}

	.persons li {
		position: relative;
		float: left;
		display: block;
		width: 230px;
		height: 263px;
		margin: 0px 5px 25px 0px;
		background: #FFF;
		border: #e6e6e6 1px solid;
	}

.persons_img {
	padding: 5px;
	text-align: center;
}

.persons_info {
	position: absolute;
	/*overflow:hidden;*/
	bottom: 0px;
	left: 0px;
	width: 210px;
	padding: 5px 10px 5px 10px;
	background: #f5f5f5;
	border-top: #e6e6e6 1px solid;
}

.persons_name {
	margin: 0px 0px 7px 0px;
}

	.persons_name a:link,
	.persons_name a:visited,
	.persons_name a:hover,
	.persons_name a:active {
		font-size: 14px;
		color: #3d3d3d;
	}

	.persons_name a:hover {
		font-size: 14px;
		color: #838383;
	}


/*---articles---*/
.article_item {
	margin-bottom: 1.5em;
	padding: 1.2em 1em;
}

	.article_item a:link,
	.article_item a:visited,
	.article_item a:hover,
	.article_item a:active {
		font-size: 18px;
		font-weight: bold;
		color: #a60006;
	}

	.article_item .img {
		margin: 10px 10px 10px 0;
		float: left;
	}

	.article_item img {
		max-width: 100%;
	}

	.article_item .text {
		margin: 10px 10px 10px 0;
	}


.article_prev_next {
	overflow: hidden;
	margin: 20px 0;
}

	.article_prev_next .prev {
		float: left;
		width: 45%;
	}


	.article_prev_next .next {
		float: right;
		width: 45%;
		text-align: right;
	}

.article_text {
	margin-bottom: 20px;
}

	.article_text a {
		color: darkred;
	}

	.article_text img {
		max-width: 100%;
	}

.article_recommend {
	color: darkred;
	font-weight: bold;
}

.articles_main a {
	font-size: 1em !important;
}

.articles_main .text {
	font-size: 12px;
	color: #484848;
}

.articles_main .article_item .img {
	float: none;
	text-align: center;
	margin: 0;
	margin-top: 1em;
}

.articles_main .article_item > div {
	text-align: left;
}

.actions .article_item .text {
	text-align: left;
	padding-top: 0px;
}

.article_item .link {
	font-size: 13px;
	font-weight: bold;
	color: #a60006;
	line-height: 1.5em;
}
/*likes*/

.likes_block .like {
	display: inline-block !important;
	width: 123px;
}




/* Reviews form
*****************************************/
.review_form {
	width: 100%;
	padding: 20px;
	background: #F5F5F5;
	font-size: 1.1em;
}

	.review_form th,
	.review_form td {
		padding: 5px 10px;
		vertical-align: middle;
		font-weight: bold;
	}

	.review_form th {
		font-weight: normal;
		text-align: right;
		padding-top: 15px;
	}


	.review_form .tb,
	.review_form .ta {
		padding: 8px;
		border: #DDD 1px solid;
		width: 92%;
	}

/*.review_form .tb {
		width: 300px;
	}

	.review_form .ta {
		min-width: 300px;
		width: 480px;
		max-width: 480px;
		height: 50px;
		max-height: 200px;
	}*/

.review_form_title {
	font-size: 1.2em;
	color: #C00;
}

.review_ok {
	color: #5cab30;
	padding-left: 20px;
	float: left;
	width: 67%;
}



/* Reviews list
*****************************************/
.reviews_list {
	list-style: none;
	margin: 10px 0px 0px;
	padding: 0;
	font-size: 14px;
}

	.reviews_list li {
		margin: 0px 0px 15px;
		border-bottom: #eee 1px solid;
	}

.reviewer {
	color: #C00;
	font-weight: bold;
	padding-right: 15px;
	line-height: 1.7em;
}

.review_date {
	font-size: 12px;
	color: #A2A2A2;
}

.review_txt {
	display: block;
	margin: 5px 0px 10px;
	line-height: 145%;
}

.opt_price_btn, .opt_price_btn:hover {
	display: block;
	background: #78FF7C;
	background: #78FF7C;
	background-image: -webkit-linear-gradient(top, #78FF7C, #046707);
	background-image: -moz-linear-gradient(top, #78FF7C, #046707);
	background-image: -ms-linear-gradient(top, #78FF7C, #046707);
	background-image: -o-linear-gradient(top, #78FF7C, #046707);
	background-image: linear-gradient(to bottom, #78FF7C, #046707);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	-ms-text-shadow: 0px 1px 1px #4C0000;
	text-shadow: 0px 1px 9px #4C0000;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 18px;
	padding: 8px 9px 10px 9px;
	border: solid #ededed 1px;
	text-decoration: none;
	font-weight: bold;
}

	.opt_price_btn:hover {
		/*background: url(/img/bg/fon.jpg) 13% 38%;*/
		background: #66d96a;
		background-image: -webkit-linear-gradient(top, #66d96a, #084d09);
		background-image: -moz-linear-gradient(top, #66d96a, #084d09);
		background-image: -ms-linear-gradient(top, #66d96a, #084d09);
		background-image: -o-linear-gradient(top, #66d96a, #084d09);
		background-image: linear-gradient(to bottom, #66d96a, #084d09);
		color: #FFFFFF;
		-ms-text-shadow: 0px 1px 1px #4C0000;
		text-shadow: 0px 1px 9px #4C0000;
	}

/* All Reviews 
*****************************************/
.all_reviews {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

	.all_reviews > li {
		overflow: hidden;
		margin: 0.6em 1.5em 0 0;
		display: inline-block;
	}

.reviewed_product,
.review_body {
	display: inline-block;
	vertical-align: top;
}

.reviewed_product {
}

	.reviewed_product .goods .cap {
		display: none;
	}



.review_body {
	width: 21em;
}

.product_name {
	font-size: 1.4em;
	display: block;
}

.bottom_links {
	margin: 8px 0 13px 0;
	overflow: hidden;
	clear: both;
}

	.bottom_links a {
		color: white;
	}


.review_rating {
	float: right;
	overflow: hidden;
}

.review_stars {
	float: left;
	display: block;
}

.review_text {
	float: left;
	font-size: 10px;
	margin-top: 3px;
	margin-left: 10px;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel, div.star-rating {
	float: left;
	width: 17px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden;
}

	div.rating-cancel, div.rating-cancel a {
		background: url(/img/delete.gif) no-repeat 0 -16px;
		display: none !important;
	}

	div.star-rating, div.star-rating a {
		background: url(/img/star.gif) no-repeat 0 0px;
	}

		div.rating-cancel a, div.star-rating a {
			display: block;
			width: 16px;
			height: 100%;
			background-position: 0 0px;
			border: 0;
		}

div.star-rating-on a {
	background-position: 0 -16px !important;
}

div.star-rating-hover a {
	background-position: 0 -32px;
}
/* Read Only CSS */
div.star-rating-readonly a {
	cursor: default !important;
}
/* Partial Star CSS */
div.star-rating {
	background: transparent !important;
	overflow: hidden !important;
}
/* END jQuery.Rating Plugin CSS */







/* Social icons ***************************/

.socicons td {
	position: relative;
	height: 30px;
	padding: 0;
	white-space: nowrap;
}

	.socicons td.vk .wrap {
		min-width: 100px;
		margin-right: 10px;
	}

	.socicons td.fb .wrap {
		min-width: 106px;
		margin-right: 30px;
	}

	.socicons td.gplus .wrap {
		width: 150px;
	}

.socicons .wrap {
	overflow: hidden;
}


.vk,
.fb,
.gplus {
	float: left;
}

.banner_list {
	width: 100%;
	margin: 0 auto;
}

	.banner_list .items_list {
		height: 230px;
		white-space: nowrap;
		overflow: hidden;
	}

		.banner_list .items_list li {
			list-style: none;
			width: 100%;
			height: 100%;
			display: inline-block;
			margin-left: -3.3px;
		}

			.banner_list .items_list li:first-child {
				margin-left: 0;
			}

			.banner_list .items_list li > div {
				height: 100%;
				position: relative;
			}

				.banner_list .items_list li > div > a {
					display: table;
					width: 100%;
					height: 100%;
					text-decoration: none;
				}

				.banner_list .items_list li > div > .buy,
				.banner_list .items_list li > div > .price {
					display: block;
					width: 150px;
					height: 50px;
					border-radius: 10px;
					position: absolute;
					font-size: 2.1em;
					line-height: 1.8em;
					font-weight: bold;
					text-align: center;
					right: 0;
					left: 450px;
					margin: 0 auto;
				}

				.banner_list .items_list li > div > .buy {
					top: 155px;
					background: #0d900b;
					box-shadow: 1px 1px 15px 8px white;
					color: white;
				}

				.banner_list .items_list li > div > .price {
					top: 50px;
					cursor: default;
					background: #ffe100;
					box-shadow: 1px 1px 13px 8px #000000;
					-webkit-transform: skew(-9deg);
					-moz-transform: skew(-9deg);
					-o-transform: skew(-9deg);
				}

	.banner_list li.clone {
		display: none;
	}

	.banner_list .banner_block {
		position: relative;
		overflow: hidden;
		width: 100%;
		border: 1px solid #9F9F9F;
		box-sizing: border-box;
		border-bottom: none;
	}

	.banner_list .prev_btn,
	.banner_list .next_btn {
		height: 100%;
		position: absolute;
		width: 8%;
		cursor: pointer;
		user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		top: 0;
		text-align: center;
	}

		.banner_list .prev_btn:before,
		.banner_list .next_btn:before {
			content: ' ';
			display: inline-block;
			vertical-align: middle; /* vertical alignment of the inline element */
			height: 100%;
		}

	.banner_list .prev_btn {
		left: 0;
	}

	.banner_list .next_btn {
		right: 0;
	}

.banner_block > div > img {
	vertical-align: middle;
}

.controls_list {
	width: 100%;
	display: table;
	margin-bottom: 2em;
	/*border-collapse: collapse;*/
}

	.controls_list li {
		text-align: center;
		vertical-align: middle;
		display: table-cell;
		border: 1px solid #9F9F9F;
		border-right: none;
		height: 4em;
		cursor: default;
		padding: 0 0.5em;
	}

		.controls_list li:last-child {
			border-right: 1px solid #9F9F9F;
		}

		.controls_list li.active {
			box-shadow: 0 0 12px -1px rgba(248, 5, 5, 0.52);
			z-index: 998;
			position: relative;
		}

			.controls_list li.active:after {
				background: url(/img/buttons/arrow-up.png) no-repeat center;
				-ms-background-size: 100%;
				content: "";
				width: 8em;
				height: 1.5em;
				position: absolute;
				left: 50%;
				margin-left: -4em;
				top: -18px;
			}

.order_popup {
	width: 36em;
	position: fixed;
	top: 7em;
	left: 50%;
	margin-left: -18em;
	background: white;
	border: 1px solid rgba(184, 0, 0, 0.56);
	z-index: 1001;
	box-shadow: 0px 0px 10px 1px #8b8b8b;
	border-radius: 0.3em;
	padding: 1.8em 1em;
	box-sizing: border-box;
}

	.order_popup .popup_header {
		font-size: 1.5em;
		padding: 0.5em;
		margin-bottom: 0.6em;
		color: #8a8a8a;
	}

		.order_popup .popup_header span {
			color: #ba0400;
			text-decoration: underline;
			font-weight: bold;
			line-height: 1.8em;
			margin-left: 0.5em;
		}

		.order_popup .popup_header .main_close {
			cursor: pointer;
			position: absolute;
			top: 5px;
			right: 6px;
			width: 27px;
			height: 27px;
		}

			.order_popup .popup_header .main_close > div {
				background: #8a8a8a;
				width: 25px;
				height: 4px;
			}

				.order_popup .popup_header .main_close > div:first-child {
					-webkit-transform: rotate(-45deg);
					-moz-transform: rotate(-45deg);
					-ms-transform: rotate(-45deg);
					-o-transform: rotate(-45deg);
					transform: rotate(-45deg);
					margin-top: 10px;
				}

				.order_popup .popup_header .main_close > div:last-child {
					-webkit-transform: rotate(45deg);
					-moz-transform: rotate(45deg);
					-ms-transform: rotate(45deg);
					-o-transform: rotate(45deg);
					transform: rotate(45deg);
					margin-top: -3px;
				}

	.order_popup .items_in_basket {
		float: left;
		margin-left: 1em;
		margin-bottom: 1em;
	}

		.order_popup .items_in_basket .name,
		.order_popup .items_in_basket .cat {
			font-size: 0.7em;
			text-align: center;
		}

	.order_popup .item_icon {
		position: relative;
		width: 4em;
		height: 4em;
		margin: 0 auto;
	}

		.order_popup .item_icon .delete_icon {
			position: absolute;
			right: 0;
			top: 0;
			width: 1em;
			height: 1em;
			text-align: center;
			line-height: 0.9em;
			cursor: pointer;
			color: #ffffff;
			background: rgba(137, 137, 137, 0.8);
			display: none;
		}

		.order_popup .item_icon:hover .delete_icon {
			display: block;
		}

		.order_popup .item_icon img {
			max-height: 100%;
			max-width: 100%;
		}

		.order_popup .item_icon .count_icon {
			position: absolute;
			bottom: 0px;
			background: rgba(33, 33, 33, 0.67);
			width: 1.4em;
			height: 1.4em;
			color: white;
			text-align: center;
			line-height: 1.4em;
			font-size: 1em;
			font-weight: bold;
		}

	.order_popup .item_to_basket {
		clear: both;
		width: 100%;
		padding: 2em;
		float: left;
		box-sizing: border-box;
	}

		.order_popup .item_to_basket .left_col {
			float: left;
			margin-right: 1em;
			margin-bottom: 2em;
		}

		.order_popup .item_to_basket .to_basket {
			clear: both;
			width: 9.1em;
			border-radius: 0.4em;
			background: #008c3d;
			color: white;
			font-size: 1.2em;
			padding: 0.7em 0.5em;
			margin-left: -1em;
			display: block;
			float: left;
			text-align: center;
			text-decoration: none;
		}

			.order_popup .item_to_basket .to_basket:hover {
				background: #015A28;
			}

		.order_popup .item_to_basket .back_to_goods {
			float: right;
			font-size: 1.1em;
			color: grey;
			cursor: pointer;
		}

			.order_popup .item_to_basket .back_to_goods span {
				color: #c01d24;
				border-bottom: 1px dashed #c01d24;
				font-size: 1.2em;
			}

		.order_popup .item_to_basket .left_col .item_icon {
			width: 8em;
			height: 8em;
			margin: 0;
		}

		.order_popup .item_to_basket .right_col {
			font-size: 1.3em;
			color: black;
		}

			.order_popup .item_to_basket .right_col .name {
				color: #5b5b5b;
				margin-bottom: 1.2em;
			}

			.order_popup .item_to_basket .right_col .price,
			.order_popup .item_to_basket .right_col .quantity {
				display: inline-block;
			}

			.order_popup .item_to_basket .right_col .quantity {
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				-o-user-select: none;
				user-select: none;
			}

			.order_popup .item_to_basket .right_col .dec,
			.order_popup .item_to_basket .right_col .inc {
				cursor: pointer;
				background: #bbbbbb;
				color: white;
				padding: 0 0.4em;
				margin: 0 0.8em;
				border-radius: 0.2em;
			}

	.order_popup .one_click {
		clear: both;
		margin-left: 0.8em;
		margin-bottom: 1.3em;
		text-align: center;
		padding-right: 2em;
	}

		.order_popup .one_click input {
			height: 2.5em;
			border: 1px solid #a9a9a9;
			box-sizing: border-box;
			font-size: 1.1em;
		}

			.order_popup .one_click input[type="text"] {
				padding-left: 0.6em;
				border-right: none;
				width: 56%;
				outline: none;
			}

			.order_popup .one_click input[type="button"] {
				background: #008138;
				cursor: pointer;
				color: white;
				padding: 0 1.5em;
				border-left: none;
				border-radius: 0.4em;
				margin-left: -0.5em;
			}

				.order_popup .one_click input[type="button"]:hover {
					background: #015A28;
				}

	.order_popup .inc,
	.order_popup .dec {
		cursor: pointer;
	}

#dumper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(130, 130, 130, 0.46);
	z-index: 1000;
	display: none;
	content: "";
}

@media(min-width: 1600px) {
	#content_holder,
	.fixed_header .fixed_header_body,
	#footer .footer_content {
		width: 1520px;
	}
}

@media(max-width: 1439px) {
	.all_reviews > li {
		display: table;
	}

	.reviewed_product,
	.review_body {
		display: table-cell;
	}

	.review_body {
		width: auto;
		padding-left: 2em;
	}
}

@media(min-width: 1200px) {
	.phone > div,
	.fixed_header .fixed_header_body .ph {
		font-size: 1.2em;
	}

		.phone > div > span {
			vertical-align: middle;
		}

	.main_menu {
		width: 67%;
		font-size: 1.2em;
		margin-top: 0.9em;
	}

		.main_menu li {
			padding: 0 3.8%;
		}
}

@media (max-width: 1250px) {
	.benefits {
		font-size: 1em;
	}
}

@media (max-width: 1100px) {
	.benefits {
		font-size: 1.11em;
	}

		.benefits > div {
			vertical-align: initial;
		}

	.goods li {
		width: 15.9em;
	}

	.tocart_icon {
		padding: 0.4em 1.3em;
	}
}


@media(min-width: 990px) {
	.right_column .text_on_def {
		display: none;
	}
}

@media (max-width: 990px) {
	.left_text,
	.men,
	.main_menu,
	.text_on_def,
	.actions,
	.articles_main,
	.select_cat_txt,
	.subcategories,
	.benefits,
	.banner_list,
	.fixed_header .fixed_header_body .fixed_logo,
	.fixed_header .fixed_header_body > div:nth-child(2) {
		display: none;
	}

	.right_column .text_on_def {
		display: block;
	}

	.on990 {
		display: block;
	}

	#content_holder {
		width: 99%;
	}

	.head_line {
		top: 8.82em;
		height: 3.9em;
	}

	.header {
		height: 13.9em;
	}

	.page_content {
		min-height: 53em;
		position: relative;
		margin-top: -2em;
		padding-top: 1em;
	}

	.logo {
		width: 10em;
		padding: 0.8em 3em 0 0;
		vertical-align: top;
	}

		.logo img {
			width: 100%;
		}

	.head_info {
		padding: 0.8em 0 0 0;
		vertical-align: top;
	}

	.time_work {
		width: 31%;
		margin: -5px 0 9px 0;
		text-align: center;
		height: 30px;
	}

	.search_block {
		width: 69%;
		float: right;
		text-align: right;
	}

	.cart {
		float: right;
		margin: 0;
		margin-top: 0.7em;
		width: auto;
		height: auto;
		width: 69%;
	}

		.cart .cart_content {
			height: 1.6em;
			width: 20em;
			margin: 0;
			float: right;
		}

			.cart .cart_content img {
				padding: 0.2em;
			}

			.cart .cart_content br {
				display: none;
			}

	.phone {
		clear: both;
		position: absolute;
		left: 0;
		margin-top: 2.7em;
		text-align: justify;
	}

		.phone > div {
			text-align: center;
		}

			.phone > div img {
				float: none;
			}

			.phone > div span {
				vertical-align: middle;
			}

	.menu_line {
		color: white;
		font-size: 1.6em;
		font-family: 'Exo 2';
		height: 1.3em;
		margin-top: -0.2em;
	}

		.menu_line .name {
			float: left;
			margin-right: 0.5em;
		}

		.menu_line .burger_block {
			float: right;
		}

			.menu_line .burger_block .burger_icon {
				position: relative;
				width: 2em;
				height: 1.4em;
				background: linear-gradient(to top, #d6d7d2, #feffff);
				border-radius: 0.2em;
				overflow: hidden;
				cursor: pointer;
				float: left;
			}

				.menu_line .burger_block .burger_icon .close,
				.menu_line .burger_block .burger_icon .open {
					font-size: 2em;
					font-weight: bold;
					color: #a8a8a8;
					margin: 0 auto;
					width: 0.6em;
					line-height: 0.65em;
				}

				.menu_line .burger_block .burger_icon .close {
					display: none;
					font-size: 1.4em;
					width: 0.8em;
					line-height: 1em;
				}

	.left_column {
		display: none;
		position: absolute;
		top: 8px;
		right: 0;
		background: #9a0003;
		z-index: 1;
		cursor: default;
		padding: 1em 0;
		width: 500px;
		overflow: hidden;
	}

	.right_column {
		padding: 0;
	}

	.compare_goods {
		width: 100%;
		min-width: initial;
	}

	.categories {
		text-align: justify;
		width: 40.4em;
	}

		.categories > div {
			border: none;
			height: auto;
			display: inline-block;
			background: none;
			padding: 0.35em 0em;
			padding-right: 1em;
			font-size: 0.93em;
			width: 260px;
			box-sizing: border-box;
		}

			.categories > div,
			.categories > div.action,
			.categories > div.menu_item {
				display: inline-block;
			}

				.categories > div.separator {
					margin-bottom: 1em;
					display: block;
				}

				.categories > div.sep {
					margin-bottom: 0;
				}

				.categories > div.menu_item *,
				.categories > div.action * {
					font-family: 'Exo 2';
					font-weight: bold;
					line-height: 1.5em;
				}

				.categories > div.active {
					padding: 0.3em 1.8em;
					font-size: 1.2em;
					color: white;
					background: #767676;
					border-radius: 0;
				}

				.categories > div.action .actions_title {
					line-height: 1.9em;
					margin-top: 0.7em;
				}

				.categories > div:last-child .actions_title {
					margin-top: 0;
				}

				.categories > div a:hover {
					border: none;
					background: #ca0000;
				}

				.categories > div a,
				.categories > div b {
					display: block;
					background: none;
					color: white;
					height: auto;
					font-weight: 400;
					font-size: 1.2em;
					border: none;
					border-radius: 0;
					margin: 0;
					padding: 0 0 0 1.9em;
					/*font-family: 'Exo 2';*/
				}

				.categories > div.active b,
				.categories > div.active a:link {
					font-weight: bold;
					font-size: 0.9em;
					background: none;
					border: none;
					box-shadow: none;
					padding: 0;
				}

	.subcategories {
		display: none;
	}

	.fixed_header {
		height: 2.7em;
	}

		.fixed_header .fixed_header_body .ph {
			text-align: left;
			font-size: 1.4em;
		}

	.good_base_param {
		margin: 0;
	}

	.goods li {
		border: 1px solid #e7e7e7;
	}

	.moreGoodsBtn {
		margin-top: -1em;
	}

	.one_good_photo {
		width: 7.4em;
		min-width: initial;
	}

		.one_good_photo img {
			width: 100%;
		}

	.one_good_parametr {
		width: 40em;
	}

		.one_good_parametr h1 {
			width: auto;
			font-size: 1.8em;
		}

	.footer_content .main_content .bottom_links {
		display: none;
	}

	.footer_content .main_content > div {
		width: 33%;
	}
}

@media (max-width: 750px) {
}

@media (max-width: 749px) {
	.addToCompare {
		display: none;
	}

	.fixed_header .fixed_header_body .ph {
		font-size: 1.1em;
	}

	.goods li {
		width: 16.2em;
	}

	.good_info .middle_line {
		width: auto;
	}

	.good_info .good_price {
		float: none;
		margin-left: 0.5em;
	}

	.good_info .middle_line,
	.good_info .good_price {
		display: inline-block;
	}

	.tocart_icon {
		float: none;
		text-align: center;
	}
}

@media (max-width: 700px) {
	body {
		font-size: 15px;
	}

	.time_work {
		font-size: 0.9em;
		margin: -8px 0 19px 0;
	}

	.search_block {
		height: 2.2em;
	}

	.fixed_header .fixed_header_body .ph span a {
		font-size: 0.8em;
	}

	.menu_line .burger_block .burger_icon .close,
	.menu_line .burger_block .burger_icon .open {
		line-height: 28px;
	}

	.left_column {
		width: 38em;
	}

	.order_popup .item_icon {
		width: 2em;
		height: 3em;
	}

	.order_popup .item_to_basket .to_basket {
		padding: 0.7em 0.1em;
	}

	.order_popup .item_to_basket .back_to_goods {
		font-size: 1em;
	}

	.goods {
		font-size: 0.9em;
	}

		.goods li {
			width: 14em;
		}

	.categories > div {
		width: 300px;
	}

		.categories > div a,
		.categories > div b {
			font-size: 1.1em;
		}


	.one_good_parametr {
		width: 28em;
	}

	.footer_content .main_content {
		font-size: 0.8em;
	}
}

@media (max-width: 660px) {
	.fixed_header .fixed_header_body .ph:nth-child(2),
	.footer_content .main_content .footer_menu,
	.addToCompare {
		display: none;
	}

	.goods {
		text-align: center;
	}

	.footer_content .main_content > div {
		width: 49%;
	}
}

@media (max-width: 570px) {
	.time_work,
	.fixed_header_body .cart .cart_content,
	.sort_txt {
		display: none;
	}

	.on570 {
		display: block;
	}

	.head_line {
		top: 14.3em;
	}

	body {
		min-width: 320px;
	}

	.main_line {
		display: block;
	}

		.main_line .logo {
			width: 57%;
			padding-right: 0.5em;
			display: inline-block;
			height: auto;
		}

			.main_line .logo img {
				width: 12em;
				margin: 0 auto;
				display: block;
			}

	.time_work.on570 {
		display: inline-block;
		width: 36%;
		padding: 1.2em 0;
		font-size: 1.1em;
	}

	.head_info {
		height: auto;
		width: 100%;
		display: block;
		padding: 0.3em 0 0 0;
	}

	.search_block {
		float: none;
		width: 100%;
		text-align: center;
	}

	.cart {
		width: 100%;
	}

		.cart .cart_content {
			margin: 0 auto;
			float: none;
			width: 20em;
		}

	.phone {
		overflow: hidden;
		position: relative;
		width: 100%;
		margin: 2.4em 0 0.5em 0;
	}

		.phone > div {
			width: 49%;
		}

	.sorting_block {
		text-align: center;
	}

	.goods {
		width: 100%;
	}

	.good_subcat {
		text-align: left;
	}

	.left_column {
		width: 18em;
	}

	.categories {
		width: auto;
	}

		.categories > div a, .categories > div b {
			padding-left: 1.3em;
		}

		.categories > div.active {
			padding: 0.3em 1.2em;
		}

	.fixed_header .fixed_header_body .cart {
		width: auto;
	}

	.fixed_header .fixed_header_body .alt_cart_content {
		width: auto;
		font-size: 0.9em;
	}

	.one_good_photo {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

		.one_good_photo img {
			width: auto;
		}

	.one_good_parametr {
		width: 100%;
		margin: 0;
	}

	.one_good_price .good_price {
		max-width: 8.8em;
		width: 48%;
		margin-left: 0.1em;
	}

	.phone_by_click {
		padding-left: 0.2em;
	}

		.phone_by_click input[type="text"] {
			max-width: 12.7em;
			width: 48%;
		}

	.socicons {
		width: auto;
	}

	.good_info_block .btns > div {
		width: 10.6em;
		font-size: 0.8em;
	}

	.review_form th {
		display: none;
	}

	.review_form .ta {
		-moz-resize: vertical;
		-ms-resize: vertical;
		-o-resize: vertical;
		resize: vertical;
		height: 10em;
	}

	.order_popup {
		width: 90%;
		margin-left: -45%;
	}

	.order_goods {
	}




	table.order_reg td textarea {
		resize: vertical;
	}

	table.order_reg td:first-child {
		display: none;
	}

	.order_img {
		width: 2.1em;
		height: 3.6em;
	}

		.order_img img {
			width: 100%;
			height: auto;
		}

	.order_goods .tbl_header .photo {
		width: 6em;
	}

	.order_goods .tbl_header .price,
	.order_goods .tbl_header .delete {
		width: 3em;
	}

	.btn_checkout {
		width: 8em;
	}

	.all_reviews > li,
	.reviewed_product,
	.review_body {
		display: block;
	}

	.review_body {
		padding: 0;
		margin-bottom: 5em;
	}


	#footer .copy {
		width: 86.3%;
	}

	#footer .counter {
		margin-left: 0.6em;
	}
}

@media(max-width: 500px) {

	.goods li.cap {
		display: none;
	}

	.moreGoodsBtn {
		width: 100%;
		font-size: 1.4em;
		margin-top: -0.5em;
	}

	.order_popup {
		width: 310px;
		margin-left: -155px;
	}

		.order_popup .popup_header {
			line-height: 0.6em;
			font-size: 1.4em;
		}

			.order_popup .popup_header img {
				margin-top: 0.4em;
			}

			.order_popup .popup_header span {
				margin: 0;
			}

		.order_popup .items_in_basket {
			display: none;
		}

		.order_popup .item_to_basket {
			padding: 0.5em;
			text-align: center;
		}

			.order_popup .item_to_basket .left_col {
				float: none;
			}

				.order_popup .item_to_basket .left_col .item_icon {
					margin: 0 auto;
				}

					.order_popup .item_to_basket .left_col .item_icon img {
						width: auto;
						max-height: 100%;
					}

			.order_popup .item_to_basket .right_col {
				text-align: left;
			}

				.order_popup .item_to_basket .right_col .name {
					margin-bottom: 0.5em;
				}

			.order_popup .item_to_basket .to_basket {
				float: none;
				margin: 1em auto;
			}

			.order_popup .item_to_basket .back_to_goods {
				float: none;
			}

		.order_popup .one_click {
			margin: 0;
			padding: 0;
			font-size: 0.88em;
		}

			.order_popup .one_click input[type="text"] {
				width: 11.1em;
			}

			.order_popup .one_click input[type="button"] {
				padding: 0 0.5em;
			}
}

@media(max-width: 490px) {
	.goods {
		text-align: center;
	}
}

@media(max-width: 420px) {
	.footer_content .main_content .left_info {
		display: none;
	}

	.footer_content .main_content > div {
		width: 100%;
		text-align: center;
	}

	.order_goods .tbl_header .photo .on390 {
		display: inline;
	}

	.order_goods .tbl_header .photo,
	.order_goods .tbl_header .on,
	.order_goods #resultBody td:first-child {
		display: none;
	}

	.time_work.on570 {
		font-size: 0.8em;
		margin: 0;
		margin-top: 11px;
	}

	.head_info {
		padding: 0.9em 0 0 0;
	}
}

@media(max-width: 390px) {
	.on390 {
		display: inline;
	}

	.one_good_descr table th {
		padding: 15px 4px 3px 0;
	}

	.alt_cart_content a br,
	.alt_cart_content a span {
		display: none;
	}

	.cart .alt_cart_content > a img {
		float: none;
		vertical-align: middle;
		width: 1.8em;
		margin-right: 0;
	}

	.fixed_header .fixed_header_body .ph {
		font-size: 1em;
	}

	.one_good_descr table {
		display: block;
		width: 296px;
		overflow-x: scroll;
		margin: 0px auto;
	}

	h1, .tit1 {
		font-size: 1.3em;
	}

	.copyright {
		font-size: 0.9em;
	}

	.one_good_price {
		font-size: 1.1em;
	}

	.phone_by_click {
		font-size: 1em;
	}

	.good_info_block .btns {
		font-size: 1.09em;
	}
}


.tastes {
	padding-bottom: 4em;
}

	.tastes ul {
		list-style-type: none;
		clear: both;
		margin-left: -0.5em;
	}

	.tastes li {
		float: left;
		margin: 0.5em;
		padding: 0.4em;
		background-color: #fbfbfb;
		border-radius: 0.2em;
		line-height: 1.7em;
		cursor: pointer;
		border-color: #e40c30;
		border: 1px solid #c1c1c1;
	}
		.tastes li:hover {
			background-color: #9f0000;
			color: white;
		}

	.tastes li.selected {
		background-color: #9f0000;
		color: #fff;
	}

	.tastes span {
	}

