@import url("/i/mobile/font/css.css");
/* ------------------------------------------------------------------------------------ */
/* элементы
/* ------------------------------------------------------------------------------------ */
html, body {
	height: 100%;
}

body {
	font-family: "Arial", sans-serif;
	font-size: 13px;
	line-height: 18px;
	width: 100%;
	margin: 0;
	padding: 0;
	min-width: 310px;
	color: #000000;
}

a {
	outline: none;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #0096d1;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 3px 0 10px;
}

img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

input {
	vertical-align: middle;
}

input[type=text], [type=tel], input[type=password], textarea, select {
	border: 1px solid #d2d2d1;
	border-radius: 5px;
	background: white;
	padding: 3px 3px;
}

input[type=text]:hover, input[type=tel]:hover, input[type=password]:hover, textarea:hover, select:hover {
	box-shadow: 0 0 3px #aaa;
}

h1 {
	line-height: 29px;
	color: #1d1d1d;
	font-size: 18px;
}

/* ------------------------------------------------------------------------------------ */
/* классы общего назначения
/* ------------------------------------------------------------------------------------ */

.clear, div#c, div.c {
	clear: both;
}

.page-static > ymaps {
	width: 100% !important;
}

/* сообщения с ошибками */
.c_success {
	border: 2px solid #f49099;
	background: #d32930;
	font: 10pt Tahoma;
	line-height: 20px;
	color: white;
	text-align: center;
}

.c_error {
	border: 2px solid #f49099;
	background: #fc3a11;
	font: 10pt Tahoma;
	line-height: 20px;
	color: white;
	text-align: center;
}

.error-info,
.success-info {
	color: #CC0000;
	border-left: 5px solid #CC0000;
	padding: 10px;
	margin: 10px;
}

.success-info {
	color: #22c515;
	border-left: 5px solid #22c515;
}

.mobile_link_return {
	display: inline-block;
	height: 34px;
	width: 34px;
	text-align: center;
	font-size: 28px;
	line-height: 30px;
	text-decoration: none;
	vertical-align: middle;
	margin: 0 10px 0 0;
	border-radius: 0px;
	box-sizing:border-box;
	background-color: #d22a38;
	color: #ffffff;
}

/* слайдер */
.ui-slider-horizontal {
	position: relative;
	text-align: left;
	background: url("/i/filter-slider-bg.png") repeat-x;
	height: 9px;
	cursor: pointer;
}

.ui-slider-horizontal .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	top: 1px;
	height: 6px;
	background: url("/i/filter-slider-bg-range.png") repeat-x center;
}

.ui-slider-horizontal .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 19px;
	height: 22px;
	background: url("/i/filter-handle.png") no-repeat;
	top: -5px;
	cursor: pointer;
	margin-left: -9px;
}

.ui-slider-horizontal .ui-slider-handle span {
	position: absolute;
	width: 46px;
	height: 12px;
	top: -15px;
	left: -13px;
	text-align: center;
	font-size: 11px;
	color: #000000;
	display: none;
}

.ui-slider-horizontal .left,
.ui-slider-horizontal .right {
	position: absolute;
	top: 0;
	left: -5px;
	background: url("/i/filter-slider-bg-left.png") left top no-repeat;
	width: 5px;
	height: 9px;
}

.ui-slider-horizontal .right {
	background: url("/i/filter-slider-bg-right.png") right top no-repeat;
	left: 100%;
}

/* сортировка */
.ui-sort {
	display: block;
	cursor: pointer;
	height: 28px;
	position: relative;
	background: #ffffff;
	border: 1px dotted #a0a0a0;
	border-radius: 0px;
	font-size: 17px;
}

.ui-sort-padder {
	height: 100%;
	text-align: center;
}

.ui-sort-title {
	padding: 5px 0 0 0;
	display: inline-block;
	color: #1d1d1d;
}

.ui-sort-title:before {
	content: "Сортировать: ";
	margin-right: 5px;
}

.ui-sort-title.not_before:before {
	content: "";
}

.ui-sort-list {
	display: none;
	top: 100%;
	left: -1px;
	width: 100%;
	position: absolute;
	list-style: outside none;
	white-space: nowrap;
	z-index: 50;
	margin: -2px 0 0 0;
	padding: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #ffffff;
	border: 1px solid #a0a0a0;
}

.ui-sort.expanded .ui-sort-list {
	display: block;
}

.ui-sort-list li {
	padding: 0;
	margin: 0;
}

.ui-sort-list li a {
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 8px 0;
	color: #000000;
}

/* постраничная навигация */
.catalog_navigator {
	text-align: center;
	padding: 10px 0 0px;
	font-family: "Arial", sans-serif;
}

.catalog_navigator .delimetr, .catalog_navigator .prev, .catalog_navigator .next {
	display: none;
}

.catalog_navigator a {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	height: 27px;
	width: 27px;
	line-height: 29px;
	margin-right: 5px;
	margin-bottom: 0px;
	text-align: center;
	color: #1d1d1d;
	background: #ffffff;
	border: 1px solid #dfdfdf;
}

.catalog_navigator a:hover,
.catalog_navigator .active {
	color: #d22a38;
	background: #ffffff;
	border: 1px solid #d22a38;
	box-shadow: none;
}

.catalog_navigator .show-all {
	width: 90px;
	vertical-align:1px;
	box-sizing:content-box;
	line-height:27px;
}

/* маленькая карточка товара */
.products_item {
	position: relative;
	padding: 15px;
	float: left;
	vertical-align: top;
	text-align: left;
	margin: 0 0 15px 10px;
	width: 27%;
	background: #ffffff;
	border: 1px solid #d1d1d1;
}

.products_item .products_image {
	text-align: center;
}

.products_item .products_image a {
	display:block;
}

.products_item .products_image img {
	width: 100%;
	height: auto;
}

.products_item .products_name {
	display: inline-block;
	overflow: hidden;
	font-size: 14px;
	margin: 7px 0;
	height: 52px;
	color: #1d1d1d;
	text-decoration: none;
}

.products_item .products_desc {
	overflow: hidden;
	position: relative;
	color: #2e2c2c;
	height: 100px;
	font-size: 11px;
	line-height: 14px;
}

.products_item .products_desc b::after {
	content: " ";
}

.products_item .products_buy {
	padding-top: 10px;
	text-align: center;
	margin: 2px 0 10px;
	border-top: 1px dotted #145f97;
	height:30px;
}

.products_item .products_price {
	font-size: 18px;
	line-height: 23px;
	color: #1d1d1d;
	font-weight: bold;
	margin: 5px 2px 0;
}

.products_item .products_buy a.add_to_cart_brief,
.products_item .products_buy .cant_add_to_cart_brief, .add_to_cart_overlayer {
	display: inline-block;
	vertical-align: bottom;
	width: 80px;
	height: 22px;
	margin: 0 5px;
	line-height: 22px;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	background: #d22a38;
	color: #ffffff;
}

.products_item .products_buy a.add_to_cart_brief:hover, .add_to_cart_overlayer:hover {
	background: #be2734;
}

.products_item .products_buy .cant_add_to_cart_brief {
	background: #9e9e9e;
}

/* отзывы */
.discussions-page .discussion .body .author {
	font-size: 14px;
	color: #118dc6;
}

.discussions .review {
	margin-bottom: 15px;
	padding: 10px;
}

/* Скрол вверх */
#scroll_up_button.view {
	display: block;
	height: 33px;
	opacity: 0.7;
}

#scroll_up_button {
	border: medium none;
	border-radius: 30px 5px 5px 30px;
	bottom: 3px;
	box-shadow: 0 0 4px 1px #fff;
	cursor: pointer;
	display: block;
	height: 0;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	right: 3px;
	text-decoration: none;
	width: 55px;
	transition: opacity 0.2s linear 0s, box-shadow 0.2s linear 0s, width 0.2s linear 0s;
	z-index: 20;
	background: url(/i/totop.png) no-repeat scroll -7px -36px, #d22a38;
}

#scroll_up_button span {
	display: block;
	line-height: 33px;
	font-size: 15px;
	margin-left: 56px;
	color: #000;
}

.phone-number {
	display: block;
}

/* ------------------------------------------------------------------------------------ */
/* Кракас(layout)
/* ------------------------------------------------------------------------------------ */

#main_content_template{
	position:relative;
}

.total_wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 777px;
	overflow-y: hidden;
	padding-top: 64px;
	background: #fff;
	min-height: 100%;
}

.wrapper {
	max-width: 777px;
	min-width: 310px;
	margin: 0 auto;
	position: relative;
}

#wrap_mobile_catalog {
	display: none;
	width: 274px;
	height: 100%;
	top: 64px;
	position: fixed;
	z-index: 4;
	overflow-x: hidden;
	overflow-y: auto;
	background: #d22a38;
}

#wrap_mobile_catalog.open-menu {
	display: block;
}

#wrapper {
	max-width: 1070px;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
}

#content1 {
	width: 100%;
	overflow-x: hidden;
	z-index: 3;
	background: #ffffff;
}

#content1.open-menu {

}

#middle {
	padding: 0 4px;
	height: 1%;
	position: relative;
	z-index: 2;
}

#middle:after {
	content: '';
	clear: both;
	display: table;
}

#ml_offset {
	padding: 15px 0;
	background: #fff;
}

#ml_offset:after {
	content: '';
	clear: both;
	display: table;
}

/* ------------------------------------------------------------------------------------ */
/* меню категорий слева
/* ------------------------------------------------------------------------------------ */

#root_mobile_catalog {
	list-style: none;
	padding: 0 0 65px 0;
	margin: 0 0 0 0;
	position: relative;

}

#root_mobile_catalog li {
	border-bottom: 1px solid #ffffff;
}

#root_mobile_catalog .lvl-1 .submenu {
	border-radius: 5px;
	list-style: outside none none;
	margin: 0;
	padding: 0 0 63px 0;
	width: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
}

#root_mobile_catalog .lvl-1.has-childs {
	background: url("/i/mobile/category_arrow_right.png") no-repeat 237px center;
}

#root_mobile_catalog .lvl-1-parent-link {
	background: url("/i/mobile/category_arrow_down.png") no-repeat 10px center;
	padding: 0 0 0 20px;
}

#root_mobile_catalog li.lvl-1:hover {
	background-color: #be2734;
}

#root_mobile_catalog .m-category-back {
	background: url("/i/mobile/category_arrow_left.png") no-repeat 10px center;
	padding: 0 0 0 0;
}

#root_mobile_catalog .m-category-back a {
	padding: 12px 10px 12px 30px;
}

#root_mobile_catalog .lvl-2-link {
	padding: 0 0 0 20px;
}

#root_mobile_catalog a {
	display: block;
	font-size: 16px;
	padding: 12px 10px;
	margin: 0;
	text-decoration: none;
	color: white;
}

/* ------------------------------------------------------------------------------------ */
/* Header
/* ------------------------------------------------------------------------------------ */
#header {
	height: 54px;
	top: 0;
	z-index: 3;
	width: 100%;
	margin: auto auto 10px;
	background: #d22a38;
}

#header .wrapper {
	height: 54px;
}

#header .catalog_icon {
	float: left;
	width: 30px;
	height: 26px;
	margin: 14px 10px 0 14px;
}

#header .catalog_icon a {
	background: url("/i/mobile/img_catalog2.png") no-repeat;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
	display: block;
}

#header .logo {
	float: left;
	display: table;
	height: 100%;
	margin: 0 10px 0 0;
}

#header .logo a {
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

#header .logo img {
	vertical-align: middle;
	max-width: 200px;
}

#header .top_tel {
	float: left;
	position: relative;
	margin: 0 10px 0 0 ;
	height: 100%;
}

#header .top_tel .tel {
	text-align: left;
	line-height: 17px;
	font-size: 15px;
	display: table;
	color: #ffffff;
	height: 100%;
	float: left;
}

#header .top_tel .tel .phone_text{
	display: table-cell;
	vertical-align: middle;
}

#header .top_tel .tel .phone_text a {
	color: #ffffff;
	text-decoration: none;
}

#header .top_tel .time {
	display: none;
}

#header #callmeform .phone-number {
	font-weight: bold;
	line-height:23px;
}

#header .version_switch {

	float: left;
	margin: 14px 10px 0 0;
	cursor: pointer;
	background: url("/i/mobile/version_switch2.png") no-repeat;
	background-size: 100% 100%;
	width: 29px;
	height: 26px;
}

.favor_brief {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	width: 20px;
	position: relative;
	vertical-align: top;
}

.favor_brief .back {
	background: rgba(0, 0, 0, 0) url("/i/favo2.png") no-repeat scroll left center ;
	background-size: 100% 100%;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0.5;
}

.favor_brief.active .back {
	opacity: 1;
}

.favor_brief .txt {
	background: #f8f9f9 none repeat scroll 0 0;
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	color: #fc0000;
	display: none;
	font-size: 11px;
	font-weight: bold;
	left:50%;
	line-height: 16px;
	padding: 5px;
	position: absolute;
	top:100%;
	width: 126px;
	margin-left: -63px;
	z-index: 2;
}

.favor_brief:hover .txt {
	display: block;
}

.favor_brief .arrow {
	background: rgba(0, 0, 0, 0) url("/i/also-arrow.png") no-repeat scroll 0 0;
	height: 6px;
	left: 50%;
	position: absolute;
	top: -6px;
	margin-left: -4px;
	width: 9px;
}

#product-detail .favor {
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	opacity: 0.9;
	padding-left: 26px;
	padding-right: 0;
	position: relative;
	text-align: center;
	width: 143px;
}

#product-detail .favor .bg {
	background: rgba(0, 0, 0, 0) url("/i/favo2.png") no-repeat scroll left center / auto 18px;
	height: 26px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: -5px;
	width: 26px;
}

#product-detail .favor.active .bg {
	opacity: 1;
}

#product-detail .favor:hover {
	opacity: 1;
}

#product-detail .favor span {
	border-bottom: 1px dashed;
	display: inline-block;
	line-height: 16px;
}



.cart-favor {
	background: none;
	box-shadow: none;
	height: 25px;
	width: 25px;
	float: left;
	margin: 14px 10px 0 0;
	position: relative;
}

.cart-favor img {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cart-favor span {
	position: absolute;
	margin: 0;
	width: 15px;
	height: 15px;
	border-radius: 8px;
	background: #DFF5FE;
	color: #016DA5;
	border: 1px solid #9EE0FA;
	text-align: center;
	line-height: 15px;
	left: 13px;
	top: -7px;
	z-index: 2;
	font-size: 13px;
	font-weight: normal;
}

#header .cart {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 4;
	color: #ffffff;
	height: 100%;
}

#header .cart .header-cart-info{
	float: left;
	line-height: 13px;
}
#header .cart.empty .header-cart-info{
	padding-top: 8px;
}

#header .cart .separate{
	display: block;
	height: 1px;
}

#header .cart .image {
	background: url(/i/mobile/cart2_2.png) no-repeat left;
	background-size: 100% 100%;
	width: 26px;
	height: 26px;
	float: left;
	margin: 14px 5px 0 0;
}

#header .cart.empty .image {
	background: url(/i/mobile/cart2.png) no-repeat left;
	background-size: 26px 26px;
}

#header .cart .cart-order-button {
	display: block;
	text-decoration: none;
	width: 104px;
	text-align: center;
	margin: 2px 0 0 0;
	color: #ffffff;
	font-family: "PT Sans", "Arial", sans-serif;
	border: 1px solid #ffffff;
	height: 19px;
	line-height: 18px;
}

#header .cart .cart-order-button:hover {
	opacity: 0.9;
}

#header .cart .cart-name,
#header .cart.empty .cart-name {
	display: inline;
}

#header .cart.empty .cart-name:after {
	content: ' пусто';
}

#header .cart.empty span {
	display: none;
}



/* Обратный звонок */
#call_pad {
	z-index: 99;
	text-align: left;
	font-size: 11px;
	font-family: "Tahoma", sans-serif;
	color: #333333;
	position: relative;
	margin: 14px 5px 0 0;
	float: left;
}

#callmeform {
	border: 1px solid #eeeeee;
	padding: 0 10px;
	position: absolute;
	top: 41px;
	left: -160px;
	width: 280px;
	background: #fff; /* Цвет фона */
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); /* Для Firefox */
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); /* Для Safari и Chrome */
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); /* Параметры тени */
	overflow: hidden;
	z-index: 1000;
	border-radius: 5px;
}

#callmeform table {
	border-collapse: collapse;
	width: 280px;
	z-index: 99;
}

#callmeform table td {
	font-size: 11px;
	font-family: "Tahoma", sans-serif;
	padding: 2px 1px;
}

#callmeform .callme_submit {
	display: block;
	text-decoration: none;
	text-align: center;
	border: none;
	margin: 10px 0 10px 0;
	cursor: pointer;
	background: url("/i/mobile/bg_menu_2.png") repeat-x center;
	color: #fff;
	font-size: 16px;
	box-shadow: 0 0 2px #5A5A5A;
	height: 36px;
	width: 100%;
	line-height: 35px;
}

#callmeform table td .callme_submit:hover {
	opacity: 0.9;
}

#callmeform.hide-on {
	display: none;
}

#callmeform.hide-off {
	display: block;
}

#callmeform input[type=text],
#callmeform input[type=tel],
#callmeform select,
#click_buy_form input[type=text],
#click_buy_form input[type=tel] {
	background: white;
	border: 1px solid #ddd;
	border-radius: 0;
	width: 150px;
	box-shadow: 0 0 5px #f5f5f5;
	margin: 0;
	padding: 3px 5px;
	position: relative;
}

#callmeform select {
	padding-right: 3px;
	width: 162px;
}

#callme #viewform {
	border: 0;
	padding: 0;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	background: url("/i/mobile/tel2.png") no-repeat;
	background-size: 26px 26px;
}

#viewform {
	display: block;
	text-decoration: none;
	height: 26px;
	width: 26px;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	background: url("/i/mobile/tel2.png") no-repeat;
	background-size: 100% 100%;
}

#viewform:hover {
	opacity: 0.9;
}

#callme_result div {
	margin: 4px 10px 10px 2px;
	padding: 0 7px;
}

#header .search-button {
	cursor: pointer;
	background: url("/i/mobile/search_go3.png") no-repeat;
	background-size: 24px 26px;
	width: 24px;
	height: 26px;
	position: absolute;
	top:15px;
	left: 100%;
	margin: 0 0 0 -34px;
}

/* ------------------------------------------------------------------------------------ */
/* Поиск
/* ------------------------------------------------------------------------------------ */
#search_block {
	display: none;
}

#search_block .search {
	display: block;
	padding: 10px 10px;
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 54px;
	max-width: 777px;
	box-sizing: border-box;
	vertical-align: middle;
	background: url("/i/mobile/bg_menu_2.png") repeat-x;
	border-radius: 7px;
	box-shadow: 0 0 1px rgba(50, 50, 50, 0.75);
}

#search_block .search input[type="text"] {
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 0;
	border-bottom: 0;
	width: 100%;
	padding: 0 10px;
	height: 26px;
	color: #575757;
	font-size: 11px;
}

#search_block .search div {
    margin-right: 80px;
}

#search_block .search input[type="submit"] {
	border: 0;
	position: absolute;
	right: 16px;
	cursor: pointer;
	width: 45px;
	height: 26px;
	background: url(/i/mobile/search_go.png) no-repeat;
}

/* ------------------------------------------------------------------------------------ */
/* Верхнее меню
/* ------------------------------------------------------------------------------------ */

.top_menu {
	background: #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 20px;
}

.top_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	border-radius: 5px;
}

.top_menu ul li {
	white-space: nowrap;
	vertical-align: top;
	position: relative;
	display: inline-block;
	padding: 0;
	width: 50%;
	text-align: center;
}

.top_menu ul li a {
	display: block;
	font-family: "PT Sans", "Arial", sans-serif;
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	color: #858585;
	text-transform: uppercase;
	border:none;
	border-radius:0;
}

.top_menu ul li a:hover {
	text-decoration: none;
	background: #ebebeb;
}

.top_menu ul li.selected a {
	background-color: rgba(0, 0, 0, 0.1) !important;
}

.top_menu ul li:nth-child(2n+1) a {
	margin: 0 2px 2px 0;
}

.top_menu .hide-first-item li:first-child {
	display: none;
}

/* ------------------------------------------------------------------------------------ */
/* Футер
/* ------------------------------------------------------------------------------------ */
#footer {
	position: relative;
	z-index: 3;
	overflow: hidden;
	clear: both;
	background: #484e56;
	margin-top: -155px;
	color: #fff;
	font-size: 12px;
	min-height: 155px;
}

#footer a {
	color: #ffffff;
}

#footer .foot_menu td {
	text-align: left;
	vertical-align: top;
	padding: 10px 0 0;
	width: 49%;
}

#footer .foot_menu .f-version {
	width: 100% !important;
	text-align: center;
}

#footer .foot_menu .f-version a {
	display: block;
	font-weight: bold;
	font-style: italic;
}

#footer .foot_menu td.ship_td {
	display: none;
}

#footer .generation-time {
	font-size: 10px;
}

#footer .adw {
	position: absolute;
	bottom: 7px;
	right: 200000px;
}

/* ------------------------------------------------------------------------------------ */
/* Главная страница
/* ------------------------------------------------------------------------------------ */
.page-home {
}

.seo_text {
	margin: 0 0 5px 0;
	font-size: 13px;
}

.seo_text h1 {
	padding: 0 0 20px 0;
	margin: 0;
	font-weight: normal;
	text-align: center;
}

.seo_text p {
	color: #242424;
	margin: 15px 0 0;
	padding: 0;
}

/* категории на главной */

.root_cats {
	text-align: center;
	padding-top: 5px;
}

.root_cats .root_cat {
	border: 1px solid #dedede;
	border-radius: 0px;
	height: 160px;
	margin: 0 0 10px 10px;
	width: 97px;
	padding: 0 5px;
	vertical-align: top;
	display: inline-block;
}

.root_cats .root_cat:hover {
	box-shadow: 0 0 1px #bfbfbf;
}

.root_cats .root_cat a {
	word-wrap: break-word;
	font-size: 13px;
	line-height: 17px;
	color: #1d1d1d;
	text-decoration:none;
}

.root_cats .root_cat a:hover {
	text-decoration: underline;
}

.root_cats .root_cat img {
	height: auto;
	margin: 10px auto 3px;
	width: 100%;
	max-width: 86px;
}

/* ------------------------------------------------------------------------------------ */
/* страница категории
/* ------------------------------------------------------------------------------------ */
.page-category {
	padding: 0 0 100px 0;
}

.page-category h1 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	color: #2D2C2C;
	font-size: 17px;
}

.cats_mobile {
	list-style: outside none none;
	padding: 0;
	margin: 15px 0;
	display: block;
}

.cats_mobile li {
	display: block;
	margin: 2px;
	padding: 5px;
	width: auto;
	background: #f5f5f5;
}
.cats_mobile li:hover {
	background: #ebebeb;
}

.cats_mobile li a {
	text-decoration: none;
	display: block;
	color: #1d1d1d;
	font-size: 17px;
	padding-left: 10px;
}

.cats_mobile .expanded {
	background: #f85733;
}

.cats_mobile .selected {
	background-color: #d22a38;
}

.cats_mobile .expanded a,
.cats_mobile .selected a {
	color: white;
	padding-left: 0;
}

.cats_mobile li.expanded:hover, .cats_mobile li.selected:hover {
	background:#be2734;
}

/* Фильтр на странице категории */

#filterbox {
	padding: 3px 15px 6px 8px;
	font-size: 12px;
	margin: 0 0 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 0px;
	border: 1px dotted #a0a0a0;
}

#filterbox.open {
	background-color: #fff;
	border: 2px solid #a0a0a0;
}

#filterbox .filter-title {
	display:none;
	text-align: center;
	font-size: 17px;
	padding-bottom: 3px;
	cursor: pointer;
	color: #1d1d1d;
}

#filterbox.open .filter-title {
	margin-bottom: 5px;
	border-bottom: 1px solid #a0a0a0;
}

#filterbox .category-filter-row-vals {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0;
	float: left;
	width: 50%;
	text-align: center;
}

#filterbox .category-filter-row-vals span {
	display: block;
	text-align: center;
	font-size: 13px;
}

#filterbox .category-filter-row-vals .ui-slider-handle span {
	display:none;
}

#filterbox .category-filter-row-vals .field {
	float: left;
	margin-right: 10px;
}

#filterbox .category-filter-row-vals .field input {
	width: 70px;
	font-size: 14px;
	margin-left: 6px;
}

#filterbox .category-filter-row-slider {

}

#filterbox .custom-list {
	position: relative;
	text-align: center;
}

#filterbox .custom-list .selected-item {
	font-weight: bold;
	font-size: 10px;
	display: inline-block;
	padding: 2px 7px;
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #a0a0a0;
	border-radius: 0px;
}

#filterbox .custom-list .selected-item .decorated {
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
	padding: 0 12px 0 0;
	color: #1d1d1d;
	background: url("/i/mobile/arrow-green-down.png") no-repeat right center;
}

#filterbox .custom-list .drop-list {
	display: none;
	position: absolute;
	top: 24px;
	left: -2px;
	background: #ffffff;
	box-shadow: 0 0 3px 1px #d0d0d0;
	z-index: 1;
	border-radius: 5px;
	min-width: 115px;
	width: 100%;

}

#filterbox .custom-list .drop-list.slider-in {
	padding: 20px 0 13px 0;
}

#filterbox .custom-list .drop-list .drop-list-item {
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	margin: 5px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 3px;
}

#filterbox .custom-list .drop-list .drop-list-item:hover {
	background:#f5f5f5;
}

#filterbox .custom-list .drop-list .drop-list-item a {
	padding: 2px 5px;
	display: block;
	color: #1d1d1d;
	text-decoration:none;
}

#filterbox .custom-list .drop-list .drop-list-item a:active {
	background: #d2e8f1 none repeat scroll 0 0;
}

#filterbox .custom-list .drop-list input[type="text"] {
	width: 11%;
	font-size: 11px;
	float: left;
	margin: -7px 5% 0 5%;
	text-align: center;
}

#filterbox .custom-list .drop-list .ui-slider-horizontal {
	width: 48%;
	float: left;
}

#filterbox #filters_form {
	display: block;
}

#filterbox.open #filters_form {
	display: block;
}

/* сортировка на странице категории */
.category_sort {
	margin-bottom: 0px;
}

.category_sort .sort_by {
	margin-bottom: 10px;
}

#load_more_products {
	margin: 0 0 20px 0;
	cursor: pointer;
	clear: both;
	text-align: center;
	line-height: 28px;
	height: 28px;
	font-size: 16px;
	font-weight: bold;
	color: #1d1d1d;
	background: #ffffff;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
}

/* отзывы */

.discussions .author {
	font-size: 14px;
}

.discussions .author .date {
	font-size: 12px;
	color: #999;
}

.discussions .body {
	padding: 0 0 0 20px;
}

.discussions .body .topic {
	font-weight: bold;
}

.discussions .block-title {
	color: #2D2C2C;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 5px;
	margin: 0;
}

/* ------------------------------------------------------------------------------------ */
/* страница товара(карточка)
/* ------------------------------------------------------------------------------------ */

#product-detail {
	position: relative;
}

#product-detail h1 {
	font-weight: normal;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	color: #000000;
	font-family: "PT Sans", "Arial", sans-serif;
	font-size: 20px;
}

#product-detail h2 {
	font-weight: normal;
	color: #8b8b8b;
	font-size: 13px;
}

#product-detail .left-side {
	position: relative;
	max-width: 423px;
	margin: 15px auto 15px auto;
	width: 99%;

}

#product-detail .left-side #foto-box {
	margin: 0;
}

#product-detail .left-side #foto-box .default {
	position: relative;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	box-shadow: 0 0 5px #DDDDDD;
	overflow: hidden;
}

#product-detail #zoomImageBig {
	max-width: 400px;
	margin: 0 auto;
}

#product-detail #zoomImageBig .swiper-slide {
	text-align: center;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#product-detail .swiper-container {
	width: 100%;
	height: 100%;
}

#product-detail #zoomImageBig .swiper-pagination-bullet {
	border-radius: 0;
	width: 3%;
	height: 4px;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet{
	margin: 0 3px !important;
}

#product-detail .right-side {
	position: relative;
	width: 99%;
	margin: 0 auto;
	max-width: 752px;
}

#product-detail .info-box {
	position: relative;
	padding-bottom: 0;
}

#product-detail .info-box.mobile {
	margin-top: 10px;
	border: 0;
}

#product-detail .info-box .buy-box {
	border-bottom: 1px #b6b6b6 dotted;
	padding: 0 0 12px 0;
	margin: 0 0 10px 0;
	text-align: center;
}

#product-detail .info-box .buy-box .in-stock {
	display: inline;
	margin-right: 11px;
	position: relative;
	vertical-align: top;
	color: #000;
	text-transform: lowercase;
	font-size: 14px;
}

#product-detail .info-box .buy-box .in-stock img {
	visibility:hidden;
	vertical-align: -1px;
}

#product-detail .info-box .buy-box .in-stock .in_stock_status.not {
	color: red;
}

#product-detail .info-box .buy-box .cost {
	display: inline-block;
	font-size: 21px;
	line-height: 18px;
	white-space: nowrap;
	color: #000;
	font-weight: bold;
}

#product-detail .info-box .buy-box .cost .old {
//	display:none;
	text-decoration: line-through;
	vertical-align: top;
	color: #313131;
	font-size: 13px;
	font-weight: normal;
}

#product-detail .info-box .buy-box .wrap-add-to-cart {
	height: 53px;
	line-height: 53px;
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	display: block;
	text-transform: uppercase;
	margin: 8px 0 0 0;
	font-family: "PT Sans", "Arial", sans-serif;
	color: #ffffff;
	font-size: 20px;
	background: #d22a38;
}

#product-detail .info-box .buy-box .wrap-add-to-cart:hover {
	background: #be2734;
}

#product-detail .info-box .links {
	text-align: center;
	margin: 0 0 5px 0;
	color: #353535;
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
}

#product-detail .info-box .links a {
	color: #0096d1;
	font-weight: normal;
}

#product-detail .info-box .buy-count-horizon {
	text-align: center;
	line-height: 12px;
	margin: 2px auto 5px auto;
	font-size: 13px;
	height: 55px;
	border: 1px dotted #a0a0a0;
	color: #000000;
}

#product-detail .info-box .buy-count-horizon .pageviews {
	width: 33%;
	float: left;
	margin: 0 -1px 0 0;
	border-right: 1px dotted #a0a0a0;
	height: 100%;
}

#product-detail .info-box .buy-count-horizon .soldcount {
	width: 34%;
	float: left;
	height: 100%;
}

#product-detail .info-box .buy-count-horizon .num {
	font-size: 19px;
	line-height: 18px;
	font-weight: bold;
	padding: 15px 0 0 0;
	color: #000;
	font-family: "PT Sans", "Arial", sans-serif;
}

#product-detail .info-box .buy-count-horizon .soldcount .num {
	font-size: 14px;
	padding: 5px 0 0 0
}

/* Купить в один клик */
#product-detail #click_buy_form {
	position: relative;
	padding: 5px 0 5px 0;
}

#product-detail #click_buy_form .thename {
	position: absolute;
	margin: 5px 5px 0 0;
}

#product-detail #click_buy_form .wrap_input {
	margin: 0 144px 0 90px;
	padding: 0 5px;
}

#product-detail #click_buy_result {
	clear: both;
}

#product-detail #click_buy_form #click_buy_phone,
#product-detail #click_buy_form #notification_email {
	border-radius: 5px;
	border: 1px solid #b6b6b6;
	height: 17px;
	width: 100%;
	padding-right: 0;
}

#product-detail #click_buy_form #notification_in_stock .wrap_input {
	margin: 5px 179px 0 0;
	padding: 0 5px 0 0;
}

#product-detail #click_buy_form .one_click {
	background: #d22a38;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 13px;
	line-height: 24px;
	text-decoration: none;
	position: absolute;
	top: 5px;
	right: 0;
	width: 117px;
	height: 24px;
	text-align: center;
}

#product-detail #click_buy_form .one_click:hover {
	background: #be2734;
}

#product-detail #click_buy_form #notification_in_stock .one_click {
	top: 0;
	width: 173px;
	background: url(/i/mobile/notification_in_stock.png) no-repeat center top;
	font-size: 13px;
	line-height: 25px;
}

#product-detail #click_buy_form #notification_in_stock .one_click:hover {
	background: url(/i/mobile/notification_in_stock.png) no-repeat center bottom;
}

/* Описание товара  */
#product-detail .product_description {
	margin-top: 15px
}

#product-detail .product_description .title {
	text-align: center;
	color: #2D2C2C;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 5px;
}

#product-detail .product_description .youtube_block {
	text-align: center;
}

#product-detail .product_description .some-text {

}

#product-detail .product-options {
	background: none repeat scroll 0 0 #FFFFFF;
	border-collapse: collapse;
	width: 100%;
	margin-top: 15px
}

#product-detail .product-options tr:hover {
	background: #f5f5f5;
}

#product-detail .product-options tr td {
	padding: 7px 10px 7px 18px;
	width: 50%;
	border: 1px #ececec solid;
	color: #616161;
	font-size: 13px;
}


#product-detail .product-options tr.title td {
	color: #2b2b2b;
	font-weight: normal;
	background: #ececec;
	text-align: left;
	font-size: 17px;
}


/* дополнительные товары */
#product-detail .also_products_block {
	margin: 5px 0;
	overflow: hidden;
	padding: 20px 0 0 0;
}

#product-detail .select_also_products_block {
	text-align: center;
}

#product-detail .also_products_block .product-list-bottom {
	font-weight: normal;
	display: inline-block;
	padding: 11px 5px 9px;
	margin-bottom: 0px;
	background-color: white;
	text-decoration: underline;
	cursor: pointer;
	color: #383838;
	font-size: 17px;
	font-weight:bold;
}

#product-detail .also_products_block .product-list-bottom.active {
	text-decoration: none;
	background: #f5f5f5;
	border: 1px solid #eee;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
	color: #383838;
}

#product-detail .also_products_block .also_list {
	background: white none repeat scroll 0 0;
	border: 1px solid #eee;
	border-radius: 3px;
	position: relative;
	padding: 5px 0;
}

#product-detail .also_products_block .products_item {
	width: 25%;
}

#product-detail .variants-box {
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #353535;
}

#product-detail .variants-box select {
	font-size: 11px;
	color: #B20A09;
}

/*  Листалка картинок */

#product-detail .swiper-button-next,
#product-detail .swiper-button-prev{
	height: 51px;
	margin-top: -25px;
	width: 31px;
}
#product-detail .swiper-button-next{
	background: url("/i/mobile/swiper-arrows.png") right top;
}

#product-detail .swiper-button-prev{
	background: url("/i/mobile/swiper-arrows.png") left top;
}

#product-detail .swiper-pagination-bullet{
	background: #d22a38;
}



/* ------------------------------------------------------------------------------------ */
/* страница отзывы */
/* -------------------------------------------------------------------------------------*/

.discussions-page .discussion {
	clear: both;
	margin: 0 0 15px 0;
}

.discussions-page .discussion .head {
	padding: 0 0 5px 0;
}

.discussions-page .discussion .head .product-name {
	font-size: 14px;
}

.discussions-page .discussion .product-image {
	float: left;
	margin: 0 15px 0 0;
}

.discussions-page .discussion .body {
	padding: 0 0 0 110px;
	font-size: 12px;
}

.discussions-page .discussion .body .topic {
	font-weight: bold;
}

.discussions-page .discussion .body .date {
	color: #999999;
	font-size: 10px;
}

/* ------------------------------------------------------------------------------------ */
/* Статические страницы */
/* -------------------------------------------------------------------------------------*/

.page-static {
}

.page-static table {
	width: auto !important;
}

.page-static h1 {
	font-weight: bold;
}

.page-static h2 {
	color: #333;
	font-size: 17px;
	font-weight: normal;
}



.static ul,
.static ol {
	margin-left: 15px;
	padding-left: 5px;
}

/* ------------------------------------------------------------------------------------ */
/* Страница новостей */
/* -------------------------------------------------------------------------------------*/
.page-news {
}

.page-news .newsblock {
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 5px;
}

.page-news .newsblock .big_img {
	width: 100%;
	max-width: 250px !important;
}

.page-news .newsblock img {
	max-width: 200px;
	height:auto;
	margin-right: 5px;
}

.page-news .catalog_navigator {
	padding:0 0 15px 0;
}

/* ------------------------------------------------------------------------------------ */
/* Страница Корзины
/* ------------------------------------------------------------------------------------ */
#cart_page {
}

.cartTable {
	border-collapse: collapse;
}

.cartTable td, .cartTable th {
	padding: 5px;
	font: 11px/18px Arial;
	border-bottom: 1px solid #ccc;
}

.cartTable tr:last-child td {
	border: 0;
}

.cartTable th {
	padding: 5px;
	color: #6E6D69;
	text-align: left;
}

.cartTable tr td:first-child {
	padding: 0;
}

.cartTable .is-dop .cart-product-img {
	text-align: right;
}

.cartTable .is-dop .cart-product-img img {
	width: 50px;
	height: 50px;
}

.cartTable .is-dop a {
	font-size: 12px;
}

.cartTable a {
	font-size: 15px;
}

.cartTable .trash a {
	display: block;
	background: url("/i/trash.png") 0 0 no-repeat;
	width: 26px;
	height: 23px;
}

.cartTable .trash a:hover {
	background-position: 0 0;
}

.cartTable .cart-product-img {
	min-width: 48px;
}

.cartTable .cart-product-img img {
	width: 100%;

	min-width: 48px;
	min-height: 48px;
	max-height: 290px;
}

.cartTable input[type=text] {
	background: white;
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
}

.cartTable .price {
	font: 15px Arial;
	white-space: nowrap;
}

.cartTable .price b {
	font: bold 15px Arial;
}

.cartTable .in-stock {
	color: #ff0000;
	text-align: center;
	font-size: 11px;
	display: none;
}

.cartTable tr.labels_discount {
}

.cartTable tr.labels_discount td.label {
	background-color: #71ce65;
	border-bottom: 0 solid white;
	border-collapse: unset;
	border-radius: 30px;
	color: white;
	font-weight: bold;
	line-height: 27px;
	padding-left: 35px;
	position: relative;
}

.cartTable tr.labels_discount td.label img {
	height: 24px;
	left: 5px;
	position: absolute;
	top: 0;
	width: 24px;
}

.cartTable tr.labels_discount td.label img.discount {
	top: 2px;
}

#cart_save_button {
	margin: 7px 0 10px 0;
	border: 0;
	cursor: pointer;
	background: url("/i/mobile/button-bg.png") repeat-x;
	box-shadow: 0 1px 2px #767676;
	color: #ffffff;
	height: 40px;
	font-size: 14px;
	width:100%;
}

/* ------------------------------------------------------------------------------------ */
/* Страница Регистрации
/* ------------------------------------------------------------------------------------ */
table.register {
	margin-left: 40px;
}

.register th {
	padding: 4px 5px;
	font-weight: normal;
}

.register td {
	padding: 4px 5px;
}

.register input[type=text], .register input[type=tel], .register input[type=password], .register textarea {
	border-top: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	background: white;
	width: 98%;
	padding: 3px 5px;
	font: 13px Arial;
}

.register_table input[type=text], .register input[type=tel], .register input[type=password], .register textarea {
	dwidth: 200px !important;
}

.register_table{
	width:520px !important; 
}

.register select {
	width: 100%;
}

.register .req input, .register .req textarea, .register input.req {
	border-left: 1px solid #ef2b3c;
}

.user_phone {
	position: relative;
}

#user_phone:-moz-placeholder {
	color: #363636;
!important;
}

#user_phone::-webkit-input-placeholder {
	color: #363636;
!important;
}

/* ------------------------------------------------------------------------------------ */
/* стили под разные разрешения
   возможно там есть не используемые стили или не верные для мобильной версии
/* ------------------------------------------------------------------------------------ */

@media screen and (max-width: 1040px) {
	#ml_offset .products_item {
		width: 27% !important;
		margin: 0 0 15px 10px !important;
	}

	#ml_offset .products_item > div {
		width: 100% !important;
	}

	#ml_offset .products_item .products_image img {
		width: 100% !important;
		height: auto !important;
	}
}

@media screen and (max-width: 900px) {
	#product-detail .left-side #foto-box .default img {
		width: 100%;
	}
}

@media screen and (max-width: 850px) {

	#product-detail .left-side #foto-box .other .pic a img {
		height: auto;
		width: 100%;
	}

	#header .top_tel .call_back {
		display: none
	}

	#product-detail .info-box .buy-box .cost .old {
		display: none;
	}

}

@media screen and (max-width: 820px) {
	#product-detail .info-box .buy-box .in-stock {
		top: 0 !important;
	}

	#product-detail .info-box .buy-box.not-old-cost .in-stock img {
		display: inline;
	}
}

@media screen and (max-width: 800px) {

	#product-detail .info-box .buy-count {
		display: none;
	}

	#product-detail .info-box .links {
		max-width: none;
	}
}

@media screen and (max-width: 770px) {
	#ml_offset .products_item {
		width: 27% !important;
		padding: 15px 7px;
	}

	#ml_offset .products_price {
		display: block;
	}

	#ml_offset .products_buy {
		height: 46px;
	}

	#click_buy_form .one_click {
		width: 30%;
		border-radius: 6px;
	}

	#click_buy_form .wrap_input {
		margin: 0 32% 0 82px;
	}
}

@media screen and (max-width: 750px) {
	#header .logo img {
		width: 150px;
	}

	.generation-time {
		display: none;
	}
}

@media screen and (max-width: 720px) {
	.subcats_all_pad {
		display:none;
	}
}

@media screen and (max-width: 700px) {



	#footer .name_shop {
		top: 60px;
	}

	#footer .foot_menu {
		right: 8%;
	}

	#footer .generation-time {
		position: absolute;
		top: 27px;
		right: 15px;
		font-size: 11px;
	}

	.products_item .brdr {
		border: 2px solid #ffffff;
		padding: 5px;
	}
}

@media screen and (max-width: 650px) {

	#ml_offset .products_item {
		padding: 15px 7px;
		width: 44% !important;
	}

	html {
		-webkit-text-size-adjust: none;
	}

	#header .logo img {
		width: 150px;
	}

	#header .top_tel .tel {
		font-size: 12px;
	}


	.product-list-bottom {
		font-size: 14px;
	}

	#sideLeft {
		width: 180px;
	}
}

@media screen and (max-width: 610px) {

	#header .cart .cart-order-button,
	#header .cart .separate,
	#header .cart .sht,
	#header .cart #cart_total_amount,
	#header .cart .cart-rub,
	#header .cart .cart-name,
	#header .cart.empty .cart-name
	{
		display: none;
	}

	#header #cart_items_count {
		position: absolute;
		margin: 0;
		width: 15px;
		height: 15px;
		border-radius: 8px;
		background: #DFF5FE;
		color: #016DA5;
		border: 1px solid #9EE0FA;
		text-align: center;
		line-height: 15px;
		left: 20px;
		top: 7px;
		z-index: 2;
	}
}

@media screen and (max-width: 560px) {

	.also_products_block .products_item {
		max-width: 202px;
		padding: 5px 7px;
		width: 41% !important;
	}
}

@media screen and (max-width: 515px) {
	#header .top_tel .tel .phone_text{
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.cartTable table tr.labels_discount td.label {
		line-height: 18px !important;
	}

	.cartTable table tr.labels_discount td.label {
		min-height: 27px;
	}

	#header .auth .enter_in {
		display: none;
	}

	#ml_offset .products_item {
		padding: 5px 7px;
		width: 41% !important;
		max-width: 202px;
	}
}

@media screen and (min-width: 500px) {
	#product-detail .info-box .buy-count-horizon .pageviews .num {
		font-size: 19px;
	}

	#product-detail .info-box .buy-count-horizon .pageviews .num.small {
		color: #fff;
		font-size: 19px;
		font-weight: bold;
	}
}

@media screen and (max-width: 480px) {
	.cartTable a {
		font-size: 12px;
	}

	.cartTable .price {
		font-size: 12px;
	}
	#callmeform {
		left:-200px;
	}
}

@media screen and (max-width: 400px) {
	.also_products_block .product-list-bottom {
		font-size: 14px;
		padding: 7px;
	}
	#header .logo img {
		width: 100px;
	}
	#header .catalog_icon{
		width: 20px;
		margin: 14px 7px 0 9px;
	}
	#callmeform {
		left:-140px;
	}

}

@media screen and (max-width: 390px) {

	#cart_table input[type="text"], #cart_table input[type="password"], #cart_table textarea, #cart_table select {
		max-width: 140px !important;
	}
}

@media screen and (max-width: 350px) {
	#header .logo{
		margin: 0 7px 0 0;
	}
	#header .top_tel{
		margin: 0 7px 0 0;
	}

	#viewform{
		height: 20px;
		width: 20px;
		margin-top: 3px;
	}
	#header .version_switch{
		margin: 14px 7px 0 0;
		width: 24px;
	}

	#header .cart-favor{
		margin: 14px 7px 0 0;
	}
}

.get-discount-box {
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
	position:relative;
	z-index:2;
}
.get-discount-box .button {
	border: 1px solid #ddd;
	color: #808080;
	border-radius: 0px;
	cursor: pointer;
	font-size: 14px;
	padding: 4px 0;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}
.get-discount-box .button:hover, .get-discount-box .form button:hover {
	border: 1px solid #be2734;
	color: #be2734;
}
.get-discount-box .button .procent {
	color: #000000;
	font-weight: bold;
}
.get-discount-box .form {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow:0 0 5px #ddd;
	border-radius: 0px;
	display: none;
	right:-1px;
	position: absolute;
	top: 27px;
	width: 100%;
}
.get-discount-box .form input {
	width:80%;
	border:1px solid #ddd;
	padding: 5px 10px;
	border-radius: 0px;
}
.get-discount-box .form table {
	margin: 10px;
	width:100%;
}
.get-discount-box .form table td {
	padding: 5px 0px;
	text-align:center;
}

.get-discount-box .form button {
	background:#fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	color: #808080;
	cursor: pointer;
	padding: 5px 10px;
	width:83%;
	text-transform: uppercase;
}

#product-detail .favor {
	text-align:left;
}

#product-detail .favor span {
	border-bottom:1px dotted;
}
.review {
	border:1px solid #ddd;
	margin:10px 0;
	padding:10px;
	text-align:left;
}
.review .date{
	display:block;
	color:#666;
	font-size:0.9em;
	margin:3px 0;
}

.review .topic{
	font-weight:bold;
}

iframe[name='google_conversion_frame'] { 
	height: 0 !important;
	width: 0 !important; 
	line-height: 0 !important; 
	font-size: 0 !important;
	margin-top: -13px;
	float: left;
}

.feedback-table button, .feedback-table textarea, .feedback-table input {
	display: block;
	margin: 0 0 5px;
	width: 100%;
	padding:10px;
	border:1px solid #ddd;
	font: 13px Arial;
	border-radius:0;
	min-width:150px;
	max-width:300px;
	box-sizing: border-box;
}

input.req {
	border-left-color: #ba3a0b;
}

.feedback-table button {
	cursor:pointer;
	margin-bottom:30px;
}

/* Яндекс карты */

.page-static div > ymaps{
	width: 100% !important;
}

.page-static > ymaps{
	width: 100% !important;
}

.page-static li > ymaps{
	width: 100% !important;
}

.delivery_div a{
	text-decoration:none;
	border-bottom:1px solid;
}

#variants_selector_wrapper
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	display:none;
	z-index: 5;
}
#variants_selector
{
	z-index: 10;
	display:none;	
	position: absolute;
	width: 100%;
	height: auto;
	margin: 0px;
	background: rgba(255, 255, 255, 1);
	border:2px solid grey;
	border-radius:2px;
	box-sizing: border-box;
	padding-top:10px;
}

#variants_selector .variant_div
{
	border:2px solid grey;
	padding:3px;
	float:left;
	margin-right:7px;
	margin-bottom:2px;
	cursor:pointer;
}
#variants_selector .variant_div.active
{
	color:white;
	background-color:#444444;
}

#product-detail #variants_selector  #zoomImageBig2 {
	max-width: 400px;
	margin: 0px auto 6px;
}

#product-detail #variants_selector  #zoomImageBig2 .swiper-slide {
	text-align: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#product-detail #variants_selector #zoomImageBig2 .swiper-pagination-bullet {
	border-radius: 0;
	width: 6%;
	height: 4px;
}

#variants_selector .hide_variants_choose {
	z-index:15;
	position: absolute;
	background: url("/i/close.png") 2px 2px no-repeat;
	width: 11px;
	height: 11px;
	top: 5px;
	right: 5px;
	cursor: pointer;
	padding:2px;
	transition: background-image 0.3s ease-out;
}

#variants_selector .secondary_variants_wrapper{
	padding:0px 10px;
}

#search_result_external_div{
	position:absolute;
	height:auto;
	width:100%;
	z-index:90;
	top:37px;
	left:0px;
}

#search_result{
	background:white;
	position:absolute;
	height:auto;
	display:none;
	margin-left:0px;
	margin-top:0px;
	padding-top:3px; 
	text-align:left;
	float:left;
	border: 3px solid #DE5032;
	z-index:90;
	width:calc(100% - 6px);
	max-width:771px;
}

#search_result .smart_search_img{
	width:30px;
	height:30px;
//	float:right;
	margin:0px 5px 0 0px;
	vertical-align:middle;
}

#search_result .search_result_row{
	padding:2px 0;
	color:blue;
	background:white;
	line-height:30px;
	clear:both;
}

#search_result .search_result_row a{
	color:#328C63;
	padding:0 5px;
//	display:inline-block;
	display:block;
//	float:right;
	font:12px/30px Tahoma;
	text-decoration:none;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis; 
	transition: all 0.3s ease-in-out 0s;
}

#search_result .search_result_row a:hover{
//	background:#de5032;
//	color:#fff;
}

#search_result .search_result_row a:hover b {
//	color:#328C63;
}

#search_result .line_hidden{
	display:none;
}

#search_result .show_all_smart_search_results{
	font:12px/30px Tahoma;
	text-align:center;
	color:#de5032;
	margin: auto;
	cursor:pointer;
	font-weight:bold;
}

#search_result .search_result_row b {
	color:#de5032;
	transition: all 0.3s ease-in-out 0s;
}

#search_result .search_result_divider{
	height:1px;
	background:#DE5032;
}

.lazy_youtube {
	background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        position: relative;
        display: inline-block;
        overflow: hidden;
        transition: all 200ms ease-out;
        cursor: pointer;
}
.lazy_youtube .play {
        background: url('/i/youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
        background-position: 0 -50px;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        position: absolute;
        height: 50px;
        width: 69px;
        transition: none;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
}
.lazy_youtube:hover .play {
	background-position: 0 0;
}

.reclamation-add-table input, .reclamation-add-table .textarea {
	font-size: 13px;
	color: #292929;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-family: Arial;
	background: white none repeat scroll 0 0;
	border: 1px solid #d2d2d2;
	padding: 3px;
	margin:0 0 7px;
}
.reclamation-add-table input:hover, .reclamation-add-table .textarea:hover {
	box-shadow:0 0 3px #aaa;
}

.reclamation-add-table input[type="file"] {
	padding-left: 0;
	display: none;
}


.reclamation-add-table .file_input_title {
	line-height: 25px;
	background: #edece6;
	border-radius: 2px;
	border: 1px solid #bdbdbb;
	color: #292929;
	height: 100%;
	display: inline-block;
	float: left;
	padding: 0px 11px;
}

.input_file_wrap {
	position: relative;
	height: 25px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.input_file_wrap label {
	display: inline-block;
	height: 100%;
	cursor: pointer;
	float: left;

}

.file_name {
	line-height: 25px;
	float: right;
	margin-left: 10px;
}

.input_files {
	color: #969696;
	font-family: Arial;
	font-size: 12px;
}

.submit_send {
	border: none;
	padding: 8.5px 13.5px;
	margin-top: 25px;
}

.submit_send:hover {
	cursor: pointer;
	opacity: 0.8;
}


.reclamation-add-table-wrapper {
	padding:10px;
}
.reclamation-add-table {
	width: 100%;
}

.reclamation-add-table .input {
	width: 100%;
	max-width:1200px;
}

.reclamation-add-table .textarea {
	width: 100%;
	max-width:1200px;
	margin-bottom: 5px;
}

.reclamations-table {
	width: 100%;
	border-collapse: collapse;
}

.reclamations-table thead {
	background: #000000;
	color: #ffffff
}

.reclamations-table td {
	border: 1px solid #000000;
	padding: 3px
}
