

/* Start:/bitrix/templates/zlatiks/js/fancybox/jquery.fancybox-1.3.1.css?14574568005604*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/bitrix/templates/zlatiks/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/bitrix/templates/zlatiks/js/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	z-index: 1102;
	padding: 0 !important;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: center;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/bitrix/templates/zlatiks/js/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/bitrix/templates/zlatiks/js/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/bitrix/templates/zlatiks/js/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/bitrix/templates/zlatiks/js/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/bitrix/templates/zlatiks/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/bitrix/templates/zlatiks/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/bitrix/templates/zlatiks/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/bitrix/templates/zlatiks/js/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/bitrix/templates/zlatiks/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/bitrix/templates/zlatiks/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/bitrix/templates/zlatiks/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/bitrix/templates/zlatiks/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/bitrix/templates/zlatiks/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/bitrix/templates/zlatiks/js/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/bitrix/templates/zlatiks/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* End */


/* Start:/bitrix/templates/zlatiks/css/bxmaker.css?14839767088785*/
/*  auth_box ------------------ */
#order_form_div .auth_box {
  width: 254px;
  text-align: center;
  margin: 0 auto;
}
#order_form_div .auth_box .label_box {
  color: #2F4D61;
  font-size: 13px;
}
#order_form_div .auth_box input.phone {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  text-align: left;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#order_form_div .auth_box .btn_send {
  margin-top: 20px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
#order_form_div label.item_paysystem {
  clear: both;
  float: left;
}
#order_form_div .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
  font-size: 15px;
}
#order_form_div .bx_ordercart .bx_ordercart_order_table_container tbody td.item {
  width: 50%;
}
#order_form_div .bx_ordercart .bx_ordercart_order_table_container .quantity_box {
  display: block;
  width: 90px;
  position: relative;
  height: 30px;
  margin: 0 5px;
}
#order_form_div .bx_ordercart .bx_ordercart_order_table_container .quantity_box .btn_refresh {
  position: absolute;
  top: 30px;
  border-bottom: 1px dashed #3789f1;
  color: #5d9ff3;
  font-size: 0.9em;
  font-weight: bold;
  display: none;
  cursor: pointer;
}
#order_form_div .bx_ordercart .bx_ordercart_order_table_container .quantity_box input {
  display: block;
  width: 16px;
  padding: 5px 7px;
  text-align: center;
  position: absolute;
  left: 30px;
}
#order_form_div .bx_ordercart .bx_ordercart_order_table_container .quantity_box .btn_minus,
#order_form_div .bx_ordercart .bx_ordercart_order_table_container .quantity_box .btn_plus {
  display: block;
  width: 30px;
  height: 28px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  background: #e8e7e7;
  border: 1px solid #b1b1b1;
  line-height: 30px;
  font-weight: bold;
  font-size: 25px;
}
#order_form_div .bx_ordercart .bx_ordercart_order_table_container .quantity_box .btn_minus:active,
#order_form_div .bx_ordercart .bx_ordercart_order_table_container .quantity_box .btn_plus:active {
  background: #d4d3d3;
}
#order_form_div .bx_ordercart .bx_ordercart_order_table_container .quantity_box .btn_minus {
  left: 0;
  top: 0;
  line-height: 25px;
}
#order_form_div .bx_ordercart .bx_ordercart_order_table_container .quantity_box .btn_plus {
  right: 0;
  top: 0;
}
#order_form_div label.delivery_courier .icon,
#order_form_div label.sdek_courier .icon,
#order_form_div label.sdek_pickup .icon {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: relative;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
#order_form_div label.delivery_courier .icon,
#order_form_div label.sdek_courier .icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAUCAYAAABxnDbHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MjQwNEMxNURGOTcxMUU1QUExMjgzM0JEQTdDMDQ0RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3MjQwNEMxNkRGOTcxMUU1QUExMjgzM0JEQTdDMDQ0RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcyNDA0QzEzREY5NzExRTVBQTEyODMzQkRBN0MwNDRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcyNDA0QzE0REY5NzExRTVBQTEyODMzQkRBN0MwNDRFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uaYnOQAABEtJREFUeNqsVmtIpFUYPt83n6OOM5oztuN4G5zF8YaStzJBVDB1MVGkCCz7I6LmRvhDEnbJ9UfZUiPUj3bLH1KhhCCKKLSMmjeIhFVUrDHE8DKj7DjOqM398vWcYQzXilx3Xjh85/ae9z3P+77P+ZihoSHh5OTk/cHBwXcZhvGg8eR/hOd5hrbGxsaHWVlZ97a2tnxzc3MkLCyMQJ84HA4SExND0tLSiFwuJykpKYTjOKrn1+dGR0fl6+vrNehL6eT5wlVkbGzsTZ1O90lBQYGDjqnBy+3fhJNKpbxIJPKQawi8t5eVlbFGo/F1n8+X7/F4XNSQ1+tl3G63Ad8fBQLBwT/0sJnejr+OURzoWlhYuLG3t3d/f38/4/I65nQIwTtw7vFTRslzisViYRFDBg74IiMjf8INbQEUYmD01ZGRkQeIaWV4eLgZSATHKMuyFCVBRETEfnR09NtWq/WEApeTkyNB/9vFxcVbyJt7dXV1H1BU/TokSIIDvTBy5nK5HHa73YFYG7u7uzsSExMNExMT7yPDb4WEhATXKG7MAj4PLRcKY09PD+nv799MTU3tCg0N9aIkNQaDQWkymZ4f3kCpeHBLFargOwytGDMUyuHhYS+q4wbN5t3d3fTZ2dk38vPzNcEyyuNg7uzs7K3La8fHxxfRSIqNjQ0evFcRhULBI8EI+1+scUV5pvoGGjwSjbBOp1OAjug6Fm02m5ii+8xMFh8fb4QHwzKZTI0C9wTIiSIgRIG7qYOY4xAPDuvO89shUQRIkpW1tTUr+vwlpnJQHcw/lTNCodBLHwVueXn5BYwfIq0FNCHAKIxKpWIaGhp+7+3tleExkFVVVR1kZGTY+/r6VEDGbzOQQG6gpAyjJ0GioqIOCgsL+3AJHRxmsLcY5NCOM/1Ibm9vR3d2dipIUlLSplKpfILvIW1xcXGmtra2L1FjRci0n7HXkZmZOaHRaF7Kzs4extiEdnihmWDcKxaLLSCD16qrq++idPRgp83m5uaG1tbW93BDRwAhJ/b+RuPZcXR0JD09PQ05OTkRAZLT0tJSzcDAwGfgUiP6XXq9vhovSSbezkcbGxvlUJbgJhRuIRqLm5GioqKvKSVOTU3dycvL+wjv6B/T09OfYv4r6MrNZrMCKh6A4uTAiS+vrq5ShHgwCQOqsq2srNwEWd+sra1tx/wv5eXlYjDK54DvDmBWw4gowLl+geMsEDqcmZl5BLQW09PTv0GuELy1t5eWll5Rq9X1OFdGCSM5OdlJHTbhABp8qkwSEhIIYgiq3Hqi1WrvYv0HnNsBOvu1srJSD+N2IGKm+y+QA0EiEqCiHR8f/xBT7XDwRVBiBPQe7+zsOLHfEHh9CHv+lNIvNYr4kpKSEktLS0sTphPBKA+w8c+mpqbbxcXFdolEQuuNnP9l0EbHiCGpqKj4Ijc393sk38fz8/NtNTU1XfX19VqgSdnobzt/CTAASk4iYiW+MBIAAAAASUVORK5CYII=");
}
#order_form_div label.sdek_pickup .icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAYAAABCIB6VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3ODI3MDBGNERGOTcxMUU1OUI2REE0MUY2NTg3M0REMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3ODI3MDBGNURGOTcxMUU1OUI2REE0MUY2NTg3M0REMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjc4MjcwMEYyREY5NzExRTU5QjZEQTQxRjY1ODczREQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjc4MjcwMEYzREY5NzExRTU5QjZEQTQxRjY1ODczREQzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+nrgqAgAAAcVJREFUeNqslctKAzEUhmc61aotgpdSGSlYENyJUkEXQhFFVwpScSu4caUPIF7wDcRHEFEEkSKuFPe6Fdxa1IWIreKNKtrW/8CfEoZpGXQOfJOcnORPcpK0ZjKZNGC94Bg0Gf+zT5AGF0E29IG44Y8N6ML74Ac0g/IfBU3wAQ7EUcJlUvqncGW8Ek6BXZ9SIavOBOh0scyDe9aLIAfetVheG5xj+gyOUbGEfJTwOsjyAEfZtkh/h35cO+Aj1ufpT9K/BCtKOAY6wRYogG52PuX1aaNfIJLDKGMnjPUwtglaZdUivMrgHssZDs7Sl4m+tRw+q+3CHpiyWfqHLNdEOKl1Ehth5yJ92yEs9Q7HYaVYf2E5ZNm2nUHllbP2g2mmKCQdwBSoAxYYZj7rtUWMg0YuJM30LJl80oPg3KfrNgbO1D2OaQGZ4JEX3tAejPSd4G6uwRX7SLyFuzF4sJUHotsCr42bvYEI2AYbWnuCk1Us4DK4vYpoSNtFxBGLOju7CVtVhIM1xllehH0xN+GbGj8uJa/Cboc3x8MztTY5+Qbt/noW1v+Slj2MC9dYYFhvuONzDBCziqB65k+O9i9eRbFb+fwKMAB9B18mqDDZEwAAAABJRU5ErkJggg==");
}
body.order_page_active #wrapper .layout {
  padding: 30px 0 20px;
}
body.order_page_active #wrapper .layout #middle #container #header {
  display: none;
}
body.order_page_active #wrapper .layout #middle #container #content {
  padding: 0;
}
body.order_page_active #wrapper .layout #middle #container #content .crumbs {
  display: none;
}
body.order_page_active #wrapper .layout #middle #sideLeft {
  display: none;
}
body.order_page_active #wrapper #footer {
  display: none;
}

/* End */


/* Start:/bitrix/components/bxmaker/geoip.line/templates/.default/style.css?14576140216567*/
.c-bxmaker_geoip_line_default_box {
  width: 200px;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
}
.c-bxmaker_geoip_line_default_box * {
  font-size: 14px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.c-bxmaker_geoip_line_default_box .clearfix {
  clear: both;
  float: none;
}
.c-bxmaker_geoip_line_default_box .city_title_box {
  text-transform: initial;
}
.c-bxmaker_geoip_line_default_box .city_box {
  position: relative;
}
.c-bxmaker_geoip_line_default_box .city_box > span {
  cursor: pointer;
  border-bottom: 1px dashed #3585cc;
  color: #3585cc;
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box {
  display: none;
  position: absolute;
  z-index: 109;
  top: 35px;
  background: #fff;
  width: 200px;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box.active {
  display: block;
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box:before {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0);
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0);
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box .city_question_title_box {
  padding: 15px 10px;
  text-align: center;
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box .city_question_title_box span {
  color: #444444;
  cursor: pointer;
  border-bottom: none;
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box .btn_box {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -khtml-text_shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-text_shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box .btn_box .btn_no {
  float: left;
  width: 50%;
  text-align: center;
  padding: 8px 0;
  border-right: 1px solid #1363aa;
  margin-right: -1px;
  background: #3585cc;
  -o-border-radius: 0 0 0 3px;
  -ms-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  -khtml-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box .btn_box .btn_no:hover {
  background: #2474bb;
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box .btn_box .btn_yes {
  float: right;
  width: 50%;
  text-align: center;
  padding: 8px 0;
  border-left: 1px solid #4696dd;
  margin-left: -1px;
  background: #3585cc;
  -o-border-radius: 0 0 3px 0;
  -ms-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  -khtml-border-radius: 0 0 3px 0;
  -webkit-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
.c-bxmaker_geoip_line_default_box .city_box .city_question_box .btn_box .btn_yes:hover {
  background: #2474bb;
  border-left: 1px solid #2474bb;
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box {
  display: none;
  position: absolute;
  z-index: 109;
  top: 35px;
  background: #fff;
  width: 200px;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box:before {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0);
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0);
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box .city_info_content {
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box .city_info_content .btn-delivery-info {
  border-bottom: 1px dashed black;
  cursor: pointer;
  color: #444444;
  text-decoration: none;
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box .city_info_content .btn-delivery-info:hover {
  border-color: transparent;
  color: #444444;
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box .btn_box {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -khtml-text_shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-text_shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box .btn_box .btn-city-change {
  float: left;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  border-right: 1px solid #1363aa;
  background: #3585cc;
  -o-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.c-bxmaker_geoip_line_default_box .city_box .city_info_box .btn_box .btn-city-change:hover {
  background: #2474bb;
}

/* End */


/* Start:/bitrix/templates/zlatiks/components/bitrix/menu/blue_tabs1/style.css?13839021571017*/
div.blue-tabs-menu
{
	float:left;
	width:100%;
	background:#BBD9EE;
	font-size:93%;
	line-height:normal;
}

div.blue-tabs-menu ul
{
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
}

div.blue-tabs-menu li 
{
	display:inline;
	margin:0;
	padding:0;
}

div.blue-tabs-menu a
{
	float:left;
	background:url("/bitrix/templates/zlatiks/components/bitrix/menu/blue_tabs1/images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	margin-top:0.2em;
}

div.blue-tabs-menu a nobr
{
	float:left;
	display:block;
	background:url("/bitrix/templates/zlatiks/components/bitrix/menu/blue_tabs1/images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	white-space:nowrap;
	color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.blue-tabs-menu a nobr {float:none;}
/* End IE5-Mac hack */

div.blue-tabs-menu a:hover nobr
{
	color:#FF9834;
}

div.blue-tabs-menu a:hover
{
	background-position:0% -42px;
}

div.blue-tabs-menu a:hover nobr
{
	background-position:100% -42px;
}

div.menu-clear-left
{
	clear:left;
}
/* End */


/* Start:/bitrix/templates/zlatiks/components/bitrix/breadcrumb/template1/style.css?1383902157227*/
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	padding-top:4px;
	list-style:none;
}

ul.breadcrumb-navigation li
{
	display:inline;
}

ul.breadcrumb-navigation a
{
	
}

ul.breadcrumb-navigation span
{
	
}
/* End */


/* Start:/bitrix/templates/zlatiks/components/bitrix/search.title/eshop/style.css?13839021573113*/
div.title-search-result {
	border:1px solid #c6c6c6;
	background:#fff;
	display:none;
	overflow:hidden;
	z-index:1000;
	box-shadow:0 0 7px 0 rgba(0,0,0,.3), inset 0 3px 3px 0 rgba(0,0,0,.1);
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	color:#000;
	font-weight:bold;
	padding:2px 12px 2px ;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a{
	padding-left:4px;
	padding-right:15px;
	text-decoration:underline;
	font-size:14px;
	color:#0073a4;
	/*vertical-align:top;*/
}

table.title-search-result td.title-search-item .title-search-price{
	color:grey;
	font-size:12px;
	padding-left:5px;
}
table.title-search-result td.title-search-item a:hover{color:#e83434}
table.title-search-result td.title-search-item img {vertical-align:top}
table.title-search-result td.title-search-item b {font-weight:bold}
table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}
table.title-search-result td.title-search-more a{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	text-align:right;
	padding-right:15px;
}

table.title-search-result td.title-search-all a{
	padding-left:4px;
	text-decoration:underline;
	color:#0073a4;
}
table.title-search-result td.title-search-all a:hover{color:#e83434}
table.title-search-result td.title-search-separator,
table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:2px;
	font-size:4px;
	border-bottom:1px solid #dbe8f1;
}
table.title-search-result tr:first-child .title-search-separator{
	border:none;
}
#title-search {
    width: 175px;
    position: relative;
    height: 34px;
}
#title-search input[type="submit"] {
    background: url("/bitrix/templates/zlatiks/components/bitrix/search.title/eshop/images/gui.png") no-repeat;
}
#title-search .input_text_style{
	border:1px solid #8CA3AE;
	border-radius:5px;
	background:#fff;
	box-shadow:inset 0 3px 6px 0 rgba(215, 215, 215, 0.7);
	position:relative;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:normal;
	box-sizing: border-box;
	padding: 10px !important;
}
.content_search_box table tr td .input{padding: 0 !important}
#title-search-input{
        width: 170px;
	z-index:220;
	font-size: 14px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:normal;
        height: 22px;
	background: #404040;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #555;
	color: #fff;
}
#title-search input[type="submit"]{
	background:url("/bitrix/templates/zlatiks/components/bitrix/search.title/eshop/images/gui.png") 25px -725px;
	border:none;
	width:22px;
	height:20px;
	cursor:pointer;
	margin-top:3px;
	display:inline-block;
	position:absolute;
	right:5px;
	top:0px
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/bottom1/style.css?1383902158626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/bottom1/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/components/bxmaker/geoip.epilog/templates/.default/style.css?147981798516010*/
.bxmaker_geoip_epilog_city_name {
  border-bottom: 1px dashed #0a42cc;
  color: #0a42cc;
  cursor: pointer;
}
.bxmaker_geoip_epilog_city_name:hover {
  border-color: transparent;
}
.c-bxmaker_ipgeo_epilog_default-box * {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  fon-size: 14px;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .clearfix {
  clear: both;
  float: none;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .bg_box {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 2s easy, background 2s easy;
  -o-transition: opacity 2s easy, background 2s easy;
  -ms-transition: opacity 2s easy, background 2s easy;
  -moz-transition: opacity 2s easy, background 2s easy;
  -khtml-transition: opacity 2s easy, background 2s easy;
  -webkit-transition: opacity 2s easy, background 2s easy;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box {
  position: fixed;
  z-index: 10001;
  top: 10%;
  left: 45%;
  margin-left: -200px;
  width: 520px;
  height: 450px;
  background: #FFF;
  padding: 15px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 0;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .btn_close {
  position: absolute;
  top: 8px;
  height: 30px;
  right: 10px;
  color: #888585;
  cursor: pointer;
  display: block;
  line-height: 30px;
  font-weight: normal;
  font-size: 30px;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .header {
  font-size: 20px;
  font-weight: bold;
  color: #5A5A5A;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box {
  margin-top: 15px;
  position: relative;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box input {
  padding: 7px 10px;
  width: 100%;
  border: 1px solid #ddd;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 36px;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .btn_clear_input {
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  right: 0;
  top: 0;
  font-size: 23px;
  text-align: center;
  color: #E00E0E;
  font-weight: bold;
  padding-top: 2px;
  cursor: pointer;
  line-height: 32px;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .btn_clear_input.preloader {
  background-image: url("data:image/gif;base64,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");
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box {
  display: none;
  position: absolute;
  top: 34px;
  border: 1px solid #ccc;
  background: #FFF;
  z-index: 10002;
  -o-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  width: 100%;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box.active {
  display: block;
  height: auto;
  max-height: 250px;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box.preloader {
  height: 100px;
  overflow: hidden;
  color: #fff;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box.preloader div {
  border-color: transparent;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box div h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box div.item {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 5px 10px;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box div.item p {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box div.item:hover {
  background: #EFF8FF;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box .search_options_box div.empty {
  padding: 20px 10px;
  text-align: center;
  line-height: 40px;
  height: auto;
  width: 100%;
  overflow: visible;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options {
  font-size: 0.90em;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: -10px;
  padding-right: -10px;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options.preloader {
  background: #ffffff url(/bitrix/components/bxmaker/geoip.epilog/templates/.default/images/preloader_80x.gif) center center no-repeat;
  height: 350px;
  overflow: hidden;
  color: transparent;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options.preloader div {
  border-color: transparent;
  background: transparent;
  display: none;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options .co4 {
  float: left;
  padding: 0 10px;
  width: 33.33%;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options div.item {
  margin: 0;
  padding: 4px 5px;
  cursor: pointer;
  font-size: 14px;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options div.item span {
  border-bottom: 1px dashed black;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options div.item:hover {
  background: #8CDCFC;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options div.item:hover span {
  border-bottom-color: transparent;
  font-weight: bold;
}
@media screen and (min-width: 461px) and (max-width: 767px) {
  body .c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box {
    top: 3%;
    left: 3%;
    width: 94%;
    padding: 15px;
    margin-left: 0;
    height: auto;
  }
}
@media screen and (max-width: 460px) {
  body .c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box {
    top: 5%;
    left: 5%;
    width: 90%;
    padding: 15px;
    margin-left: 0;
    height: auto;
  }
  body .c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .header {
    display: none;
  }
  body .c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .city_search_box {
    margin-top: 25px;
  }
  body .c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options .co4 {
    width: 100%;
    padding: 0;
    display: none;
  }
  body .c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box .main_box .set_options .co4:nth-child(1) {
    display: block;
  }
}

/* End */


/* Start:/bitrix/components/bxmaker/geoip.delivery/templates/.default/style.css?14576147865858*/
.c-bxmaker_geoip_delivery_default_box {
  margin: 0;
  font-size: 14px;
  clear: both;
  float: none;
}
.c-bxmaker_geoip_delivery_default_box * {
  font-size: 14px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.c-bxmaker_geoip_delivery_default_box .clearfix {
  clear: both;
  float: none;
}
.c-bxmaker_geoip_delivery_default_box .delivery_courier_row {
  margin-bottom: 10px;
  padding-left: 45px;
  position: relative;
  height: 25px;
  line-height: 25px;
}
.c-bxmaker_geoip_delivery_default_box .delivery_courier_row:before {
  content: ' ';
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAUCAYAAABxnDbHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MjQwNEMxNURGOTcxMUU1QUExMjgzM0JEQTdDMDQ0RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3MjQwNEMxNkRGOTcxMUU1QUExMjgzM0JEQTdDMDQ0RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcyNDA0QzEzREY5NzExRTVBQTEyODMzQkRBN0MwNDRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcyNDA0QzE0REY5NzExRTVBQTEyODMzQkRBN0MwNDRFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uaYnOQAABEtJREFUeNqsVmtIpFUYPt83n6OOM5oztuN4G5zF8YaStzJBVDB1MVGkCCz7I6LmRvhDEnbJ9UfZUiPUj3bLH1KhhCCKKLSMmjeIhFVUrDHE8DKj7DjOqM398vWcYQzXilx3Xjh85/ae9z3P+77P+ZihoSHh5OTk/cHBwXcZhvGg8eR/hOd5hrbGxsaHWVlZ97a2tnxzc3MkLCyMQJ84HA4SExND0tLSiFwuJykpKYTjOKrn1+dGR0fl6+vrNehL6eT5wlVkbGzsTZ1O90lBQYGDjqnBy+3fhJNKpbxIJPKQawi8t5eVlbFGo/F1n8+X7/F4XNSQ1+tl3G63Ad8fBQLBwT/0sJnejr+OURzoWlhYuLG3t3d/f38/4/I65nQIwTtw7vFTRslzisViYRFDBg74IiMjf8INbQEUYmD01ZGRkQeIaWV4eLgZSATHKMuyFCVBRETEfnR09NtWq/WEApeTkyNB/9vFxcVbyJt7dXV1H1BU/TokSIIDvTBy5nK5HHa73YFYG7u7uzsSExMNExMT7yPDb4WEhATXKG7MAj4PLRcKY09PD+nv799MTU3tCg0N9aIkNQaDQWkymZ4f3kCpeHBLFargOwytGDMUyuHhYS+q4wbN5t3d3fTZ2dk38vPzNcEyyuNg7uzs7K3La8fHxxfRSIqNjQ0evFcRhULBI8EI+1+scUV5pvoGGjwSjbBOp1OAjug6Fm02m5ii+8xMFh8fb4QHwzKZTI0C9wTIiSIgRIG7qYOY4xAPDuvO89shUQRIkpW1tTUr+vwlpnJQHcw/lTNCodBLHwVueXn5BYwfIq0FNCHAKIxKpWIaGhp+7+3tleExkFVVVR1kZGTY+/r6VEDGbzOQQG6gpAyjJ0GioqIOCgsL+3AJHRxmsLcY5NCOM/1Ibm9vR3d2dipIUlLSplKpfILvIW1xcXGmtra2L1FjRci0n7HXkZmZOaHRaF7Kzs4extiEdnihmWDcKxaLLSCD16qrq++idPRgp83m5uaG1tbW93BDRwAhJ/b+RuPZcXR0JD09PQ05OTkRAZLT0tJSzcDAwGfgUiP6XXq9vhovSSbezkcbGxvlUJbgJhRuIRqLm5GioqKvKSVOTU3dycvL+wjv6B/T09OfYv4r6MrNZrMCKh6A4uTAiS+vrq5ShHgwCQOqsq2srNwEWd+sra1tx/wv5eXlYjDK54DvDmBWw4gowLl+geMsEDqcmZl5BLQW09PTv0GuELy1t5eWll5Rq9X1OFdGCSM5OdlJHTbhABp8qkwSEhIIYgiq3Hqi1WrvYv0HnNsBOvu1srJSD+N2IGKm+y+QA0EiEqCiHR8f/xBT7XDwRVBiBPQe7+zsOLHfEHh9CHv+lNIvNYr4kpKSEktLS0sTphPBKA+w8c+mpqbbxcXFdolEQuuNnP9l0EbHiCGpqKj4Ijc393sk38fz8/NtNTU1XfX19VqgSdnobzt/CTAASk4iYiW+MBIAAAAASUVORK5CYII=");
  background-position: center center;
  background-repeat: no-repeat;
}
.c-bxmaker_geoip_delivery_default_box .delivery_pickup_row {
  margin-bottom: 10px;
  padding-left: 45px;
  position: relative;
  height: 25px;
  line-height: 25px;
}
.c-bxmaker_geoip_delivery_default_box .delivery_pickup_row:before {
  content: ' ';
  display: block;
  width: 30px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAYAAABCIB6VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3ODI3MDBGNERGOTcxMUU1OUI2REE0MUY2NTg3M0REMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3ODI3MDBGNURGOTcxMUU1OUI2REE0MUY2NTg3M0REMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjc4MjcwMEYyREY5NzExRTU5QjZEQTQxRjY1ODczREQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjc4MjcwMEYzREY5NzExRTU5QjZEQTQxRjY1ODczREQzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+nrgqAgAAAcVJREFUeNqslctKAzEUhmc61aotgpdSGSlYENyJUkEXQhFFVwpScSu4caUPIF7wDcRHEFEEkSKuFPe6Fdxa1IWIreKNKtrW/8CfEoZpGXQOfJOcnORPcpK0ZjKZNGC94Bg0Gf+zT5AGF0E29IG44Y8N6ML74Ac0g/IfBU3wAQ7EUcJlUvqncGW8Ek6BXZ9SIavOBOh0scyDe9aLIAfetVheG5xj+gyOUbGEfJTwOsjyAEfZtkh/h35cO+Aj1ufpT9K/BCtKOAY6wRYogG52PuX1aaNfIJLDKGMnjPUwtglaZdUivMrgHssZDs7Sl4m+tRw+q+3CHpiyWfqHLNdEOKl1Ehth5yJ92yEs9Q7HYaVYf2E5ZNm2nUHllbP2g2mmKCQdwBSoAxYYZj7rtUWMg0YuJM30LJl80oPg3KfrNgbO1D2OaQGZ4JEX3tAejPSd4G6uwRX7SLyFuzF4sJUHotsCr42bvYEI2AYbWnuCk1Us4DK4vYpoSNtFxBGLOju7CVtVhIM1xllehH0xN+GbGj8uJa/Cboc3x8MztTY5+Qbt/noW1v+Slj2MC9dYYFhvuONzDBCziqB65k+O9i9eRbFb+fwKMAB9B18mqDDZEwAAAABJRU5ErkJggg==");
  background-position: center center;
  background-repeat: no-repeat;
}

/* End */


/* Start:/bitrix/templates/zlatiks/styles.css?154401384326670*/
#wrapper {
    min-width: 985px;
    position:relative;
    overflow:hidden;
    margin: 0 auto;
}
.layout{
    position:relative;
    width: 1048px;
    margin:0 auto;
    background: url(/img/bg.png) repeat-y 0 0;
    position:relative;
    left:-30px;
}
.forKnifeRB{
    position:fixed;
    width:1684px;
    text-align:right;
    bottom:-9%;
    margin:auto;
    left:45%;
    margin-left:-842px;
    z-index:0;
    
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    padding: 0 0 0 204px;
    position:relative;
    z-index:10;
    margin:0 0 15px;/*24px;*/
}
.headTab{
    width:100%;
    margin:0 0 9px;
}
.headTab td{
    vertical-align:top;
}
.headTab .ht1{
    width:262px;
    padding:33px 0 0 1px;
}
.headTab .ht2{
    padding:38px 20px 0 0;
}
.headTab .ht2 p{
    color:#cac8c8;
    font:14px/18px Arial, Helvetica, sans-serif;
    margin:0;
}
.headTab .ht2 p a{
    color:#cac8c8;
    text-decoration:none;
}
.headTab .ht2 p a:hover{
    text-decoration:underline;
}
.headTab .ht2 p span{
    font:26px/26px Arial, Helvetica, sans-serif;
}
.headTab .ht3{
    padding:35px 0 0;
    width:227px;
}
.hBask{
    display:block;
    height:40px;
    width:178px;
    padding:4px 0 8px 49px;
    background:url(/img/baskBg.png) no-repeat 0 0;
    font:14px/20px Arial, Helvetica, sans-serif;
    color:#fff;
}
.hBask a{
    color:#fff;
    text-decoration:none;
}
.hBask a:hover{
    text-decoration:underline;
}
.tMenu{
    width:781px;
    padding:0 10px;
    border:1px solid #050505;
    background:#020202 url(/img/grad.png) repeat-x 0 0;
    height:28px;
    position:relative;
    z-index:20;
    left:-11px;
    -webkit-box-shadow: #19191b 0px 2px 9px;
    -moz-box-shadow: #19191b 0px 2px 9px;
    box-shadow: #19191b 0px 2px 9px;
}
.tMenu > i{
    position:absolute;
    display:block;
    height:45px;
    width:23px;
    background:url(/img/pattern.png) no-repeat 0 0;
    left:-13px;
    top:-9px;
}
.tMenu > i.patR{
    left:auto;
    right:-13px;
    background-position:100% 0;
}
.tMenu ul{
    width:100%;
    padding-left:5px;

}
.tMenu li{
    vertical-align:middle;
    background:url(/img/sep.png) no-repeat 100% 0;
    float: left;
    position: relative;
}
.tMenu li.last{
    background:none;
}
.tMenu li a{
    display:block;
    height:28px;
    color:#ecc677;
    font:14px/28px Arial, Helvetica, sans-serif;
    white-space:nowrap;
    text-align:center;
    text-shadow:0 -1px 2px #000;
    padding:0 20px;
    text-decoration:none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}
.tMenu li a:hover, .tMenu li.active a{
    color:#cdcdcd;
}
/*Выпадающее меню*/
.tMenu ul li ul {
    display: none;
    padding-bottom: 6px;
    padding-right: 5px;
    width: 200px;
}

.tMenu ul li:hover ul{
    display: block;
    position: absolute;
    top: 28px;
    background: #000;
    z-index: 1000;

    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
}

.tMenu ul li:hover ul li {
    float: none;
    width: 100%;
    border-right: none;
    background: none;
}

.tMenu ul li:hover ul li a {
    border-right: none;
    text-align:left;

}

.tMenu ul li:hover ul li a:hover {
    background: #C39F56;
    color: #fff;
}

.tMenu ul li:hover ul li:first-child a:hover {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}	

#slides {
    display: none;
    border:1px solid #000;
    position:relative;
    height: 251px; /*281px;*/
    -webkit-box-shadow: #000 0px 0px 6px;
    -moz-box-shadow: #000 0px 0px 6px;
    box-shadow: #000 0px 0px 6px;
    background: #43464b;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#43464b), to(#000000));
    background: -webkit-linear-gradient(#43464b, #000000);
    background: -moz-linear-gradient(#43464b, #000000);
    background: -ms-linear-gradient(#43464b, #000000);
    background: -o-linear-gradient(#43464b, #000000);
    background: linear-gradient(#43464b, #000000);
    -pie-background: linear-gradient(#43464b, #000000);
    z-index:5;
}
.slidesjs-container{
    position:relative;
    z-index:6;
height: 251px!important;
}
#slides .slImg_1{
    position:absolute;
    top:0;
    right:0;
    z-index:0;
}
#slides h3{
    font:32px/37px Arial, Helvetica, sans-serif;
    color:#cac8c8;
    padding:/*32px*/ 18px; 0 10px 41px;
    width:400px;
}
#slides .inf{
    font:12px/14px Arial, Helvetica, sans-serif;
    color:#777676;
    margin:0 0 11px 41px;
    width:270px;
}
#slides .price{
    font:bold 30px/35px Arial, Helvetica, sans-serif;
    color:#c2963b;
    margin:0 0 9px 41px;
    width: 280px;
}
#slides .buy{
    font:22px/25px Arial, Helvetica, sans-serif;
    color:#cac8c8;
    margin:0 0 0 41px;
    text-decoration:none;
}
#slides .buy:hover{
    text-decoration:underline;
}
#slides .slidesjs-pagination{
    position:absolute;
    right:19px;
    bottom:8px;
    z-index:15;
}
#slides .slidesjs-pagination li{
    margin:0 0 0 16px;
    width:13px;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}
#slides .slidesjs-pagination li a{
    display:block;
    width:13px;
    height:14px;
    background:url(/img/pagination.png) no-repeat 100% 0;
    text-indent:-9999px;
    cursor:pointer;
}
#slides .slidesjs-pagination li a:hover, #slides .slidesjs-pagination li a.active{
    background-position:0 0;
}
#slides .slidesjs-previous, #slides .slidesjs-next{
    z-index:15;
    position:absolute;
    text-indent:-9999px;
    width:31px;
    height:31px;
    left:3px;
    top:122px;
    background:url(/img/arrs.png) no-repeat 0 0;
    display:block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=01)";
    filter: alpha(opacity=01);
    -moz-opacity: 0.01;
    -khtml-opacity: 0.01;
    opacity: 0.01;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}
#slides .slidesjs-next{
    background-position: 100% 0;
    left:auto;
    right:3px;
}
#slides:hover .slidesjs-previous, #slides:hover .slidesjs-next{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}


/* Middle
-----------------------------------------------------------------------------*/

#middle {
    width:985px;
    margin:0 auto;
    height: 1%;
    position: relative;

}
.knifeLT{
    position:absolute;
    left:-98px;
    top:-62px;
    z-index:0;
   
}
#middle:after, .clearFix:after {
    content: '';
    clear: both;
    display: table;
}
#container {
    width: 100%;
    float: left;
}
#content {
    padding: 0 0 0 247px;
    position:relative;
    z-index:9;
}
#content .h1, .tabSel h1, #content .h2 {
    color:#e8b64f;
    font:23px/25px 'MonotypeCorsiva';
    padding:0 0 0 32px;
    display:block;
    height:25px;
    background:url(/img/h1.png) no-repeat 0 0;
    margin:0 0 18px;
}
.bonusMid{
    margin:15px 0 29px;
    text-align: center;
}
.product{
    width: 765px;
    margin: 0;
}
.nLab{
    display:block;
    width:69px;
    height:69px;
    position:absolute;
    right:7px;
    top:-3px;
    z-index: 900;
}
.new .nLab {
    right: -1px;
    top: -1px;
    background:url(/img/new.png) no-repeat 0 0;
}
.zakaz .nLab {
    right: -1px;
    top: -1px;
    background:url(/img/label-pod-zakaz.png) no-repeat 0 0;
}
.product li .prod{
    text-decoration:none;
}
.product li .prod span{
    display:block;
    text-align:center;
    color:#f1f1f1;
    font:15px/17px Arial, Helvetica, sans-serif;
    height:17px;
    margin:0 0 24px;
    width:200px;
}
.product li .prod:hover span{
    text-decoration:underline;
}
.product li .price{
    color:#bbbbbb;
    text-align:center;
    font:23px/25px Arial, Helvetica, sans-serif;
    margin:0 0 6px;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.product li .price del{
    color:#ec0c19;
    font-size:16px;
}
.product li .buy{
    display:block;
    width:106px;
    height:36px;
    background:url(/img/buy.png) no-repeat 0 0;
    color:#040404;
    font:15px/36px Arial, Helvetica, sans-serif;
    text-align:center;
    text-decoration:none;
    margin:0 auto;
}
.product li .buy:hover{
    background-position:0 -45px;
}
.product li .buy.preorder {
	background:url(/img/bttn4.png) no-repeat 0 0;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
    float: left;
    width: 204px;
    margin-left: -100%;
    position: relative;
    padding:210px 0 60px;
    z-index:30;
}
#sideLeft h3{
    display:block;
    width:100%;
    padding:0 5px;
    border:1px solid #000;
    height:26px;
    position:relative;
    text-align:center;
    -webkit-box-shadow: #181818 0px 0px 6px;
    -moz-box-shadow: #181818 0px 0px 6px;
    box-shadow: #181818 0px 0px 6px;
    background: #44474c;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#44474c), to(#020303));
    background: -webkit-linear-gradient(#44474c, #020303);
    background: -moz-linear-gradient(#44474c, #020303);
    background: -ms-linear-gradient(#44474c, #020303);
    background: -o-linear-gradient(#44474c, #020303);
    background: linear-gradient(#44474c, #020303);
    -pie-background: linear-gradient(#44474c, #020303);
    left:-6px;
    color:#e9b957;
    font:21px/26px 'MonotypeCorsiva';
    //z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('afterBegin', '<i></i>')); /* хак для ие6 и 7 */
    z-index:20;

}
#sideLeft h3 span{
    //z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('beforeEnd', '<i></i>')); /* хак для ие6 и 7 */
}
#sideLeft h3:before, #sideLeft h3 > i{
    content: "";
    position:absolute;
    display:block;
    height:45px;
    width:23px;
    background:url(/img/pattern.png) no-repeat 0 0;
    left:-12px;
    top:-10px;
    z-index:21;
}
#sideLeft h3:after, #sideLeft h3 span > i{
    content: "";
    position:absolute;
    display:block;
    height:45px;
    width:23px;
    background:url(/img/pattern.png) no-repeat 100% 0;
    right:-12px;
    top:-10px;
    z-index:21;
}
.lMenu{
    margin:0 0 36px 4px;
    padding:20px 4px 14px 11px;
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
    border:1px solid #000;
    -webkit-box-shadow: #121212 0px 2px 6px;
    -moz-box-shadow: #121212 0px 2px 6px;
    box-shadow: #121212 0px 2px 6px;
    background: #020202 url(/img/lMenu.png) repeat-x top;
    position:relative;
    z-index:0;
}
.btmPat{
    position:absolute;
    left:64px;
    bottom:-18px;
}
.accordion > li, .accordion > ul li{
    font:14px/28px Arial, Helvetica, sans-serif;
    margin:0;
    color:#cac8c8;
    cursor:pointer;
}
.accordion > li > a{
    text-decoration: none;
    display:block;
    color:#cac8c8;
    background:url(/img/arrs2.png) no-repeat 0 12px;
    padding:0 0 0 14px;
}
.accordion > li > a:hover{
    color:#ebbf65;
}
.accordion > li.current > a{
    background-position:0 -5px;
}
.accordion ul{
    padding:0 0 0 17px;
}
.accordion ul li{
    padding:6px 0 6px 8px;
    background:url(/img/dot.png) no-repeat left center;
    font:13px/16px Arial, Helvetica, sans-serif;
}
.accordion ul li a{
    text-decoration: none;
    color:#cac8c8;
}
.accordion ul li a:hover{
    color:#ebbf65;
}
.accordion ul li.current a{
    color:#ebbf65;
}
.accordion ul{
    display:none;
}
.accordion li.current ul{
    display:block;
}

#sideLeft .bonusJaw{
    margin:45px 0 28px;
}
#sideLeft h4{
    color:#cac8c8;
    font:bold 14px/17px Arial, Helvetica, sans-serif;
    margin:0 0 12px;
}
#sideLeft .articles{
    margin:0 0 24px 10px;
}
#sideLeft .articles li{
    font:italic 12px/15px Arial, Helvetica, sans-serif;
    margin:0 0 10px;
}
#sideLeft .articles li a{
    color:#cac8c8;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
    padding:27px 0 15px;
    width:985px;
    margin:0 auto;
    position:relative;
    z-index:14;
}
.fTab{
    width:100%;
}
.fTab td{
    vertical-align:top;
    color:#c0c0c0;
}
.fTab .ft1{
    width:280px;
    padding:0 30px 0 3px;
}
.fTab .ft1 p{
    font:14px/17px Arial, Helvetica, sans-serif;
    margin:0 0 17px;
}
.fTab .ft2{
    width:205px;
}
.fTab ul li{
    font:14px/17px Arial, Helvetica, sans-serif;
    padding:0 15px 5px 0;
    white-space:nowrap;

}
.fTab ul li a{
    text-decoration:none;
    color:#c0c0c0;
}
.fTab ul li a:hover{
    text-decoration:underline;
}
.fTab .ft4{
    text-align:right;
}
.fPhone{
    font:14px/21px Arial, Helvetica, sans-serif;
    margin:0 0 11px;
    color:#cac8c8;
    text-shadow:-1px 0px black, 0px -1px black, 1px 0px black, 0px 1px black, -1px -1px black, 1px 1px black, -1px 1px black, 1px -1px black;
}
.fPhone span{
    font:26px/26px Arial, Helvetica, sans-serif;
}
.fPhone img{
    margin:0 16px 0 0;
    vertical-align:bottom;
}
.creator{
    font:14px/17px Arial, Helvetica, sans-serif;
    white-space:nowrap;
}
.creator a{
    text-decoration:none;
    color:#c0c0c0;
}
.creator a:hover{
    text-decoration:underline;
}
.creator img{
    vertical-align:-5px;
    margin:0 0 0 5px;
}


/* for page product_card
-----------------------------------------------------------------------------*/

.crumbs{
    color:#f5f5f5;
    font:12px/14px Arial, Helvetica, sans-serif;
    margin:0 0 13px;
    font-weight: bold;
}
.crumbs a{
    color:#f5f5f5;
}
.prodJaw{
    background:#f5f5f5;
    position:relative;
    margin:0 0 17px;
    border:1px solid #9f9fa1;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    padding:22px 0 18px;
}

.contact-form li {
	list-style: square inside!important;
	margin: 0 0 5px 15px;


}

.contact-form ul {
	margin: 0 0 15px 0;
}

.prodTab{
    width:100%;
}
.prodTab .pt1{
    vertical-align:top;
    width:432px;
    padding-left:17px;
}
.galTop{
    width:300px;
    height:300px;
    margin:0 0 11px;
    position:relative;
}
.galBtm{
    margin:0 0 2px;
}
.galBtm li{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.galBtm li img{
    margin:0 3px 0 0;
}
.prodTab .pluso{
    margin:0 0 19px;
}
.prodTab .comment{
    width:233px;
    height: 94px;
    margin: 0 auto;
}
.prodTab .pt2{
    color:#545454;
    padding:0 10px 0 0;
    vertical-align: top;
}
.prodTab h1, .in_content h1 {
    color:#545454;
    font:23px/25px 'MonotypeCorsiva';
    text-align:center;
    margin:0 20px 10px 0;
}
.prodTab h1 span, .in_content h1 span{
    position:relative;
    display:inline-block;
    padding:0 42px;
    /*white-space:nowrap;*/
    overflow:hidden;
    /*text-overflow:ellipsis;*/
    max-width:280px;
    text-align:center;
}
.prodTab h1 span i, .in_content h1 span i{
    position:absolute;
    display:block;
    width:28px;
    height:25px;
    background:url(/img/pattern2.png) no-repeat 0 0;
    left:0;
    top:0;
}
.prodTab h1 span i.r, .in_content h1 span i.r {
    right:0;
    left:auto;
    background-position:100% 0;
}
.prodTab div.inf, .in_content p {
    font:13px/16px Arial, Helvetica, sans-serif;
    margin:0 0 11px;
}
.prodTab div.inf { margin-left: 8px; margin-right: 8px; margin-top: 10px;}
.prodTab ul.inf{
    font:13px/16px Arial, Helvetica, sans-serif;
    margin:0 0 11px 12px;
}
.prodTab ul.inf li{
    padding:0 0 0 10px;
    background:url(/img/dot2.png) no-repeat left 7px;
}
.prodTab h3{
    font:bold 13px/16px Arial, Helvetica, sans-serif;
    margin:0 0 8px;
}
.tabInf{
    margin:5px 0 20px 8px;
    width:300px;
}
.tabInf td{
    height:30px;
    line-height: 16px;
    vertical-align:middle;
    background:#f2f2f2;
    width:50%;
    padding:5px 7px;
    font:13px/13px Arial, Helvetica, sans-serif;
    color:#4d4d4d;
    border-bottom:1px solid #8b8b8b;
}
.tabInf .grey td{
    background:#fff;
}
.tabInf td.ti_1{
    color:#000;
    font-weight:bold;
}
.tabInf .last td{
    border:none;
}

.avaTab{
    margin:0 0 15px;
    width:auto;
}
.avaTab td{
    vertical-align:top;
}
.avaTab .at1{
    font:bold 13px/15px Arial, Helvetica, sans-serif;
    padding:0 5px 0 0;
}
.yes, .no {
    white-space:nowrap;
    color:#00c000;
    font:13px/15px Arial, Helvetica, sans-serif;
    margin:0 0 4px;
}
.no, .tabPrice .price .no {
    color:#ec0c19;
}
.product .no {
    color:#a6a6a6;
}
.product .no, .tabPrice .price .no {
    text-align: center;
    font:14px/25px Arial, Helvetica, sans-serif;
    margin:0 0 6px;
}
.tabPrice .price .no {
    font:12px/25px Arial, Helvetica, sans-serif;
    padding-right: 8px;
}
.avaTab .city{
    color:#111111;
    font:13px/18px Arial, Helvetica, sans-serif;
    margin:0;
}
.tabPrice{
    margin:0 0 20px 8px;
    width: 340px;
}
.tabPrice td{
    vertical-align:top;
    text-align:right;
}
.tabPrice .price_block{
    float: left;
}

.tabPrice {
    float: left;
}

.btn_block {
    float: right;
}

.tabPrice .btn_block {
    width: 148px;
}
.tabPrice .price_block {
    width: 155px;
    text-align: center;
}
.tabPrice .price_block .price_number {
    display: block;
}
.tabPrice .price_block .price_text {
    font-weight: normal;
    font-size: 12px;
}
.tabPrice .price{
    white-space:nowrap;
    margin:0 0 9px;
    border: 2px solid #e3ad3e;
    border-radius: 3px;
    padding: 6px;
    overflow: hidden;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
.tabPrice .price del{
    margin:0 5px 0 0;
    font:16px/23px Arial, Helvetica, sans-serif;
    color:#ec0c19;
    vertical-align:-4px;
    display:inline-block;
}
.tabPrice .price span{
    margin:0 8px 0 0;
    font:23px/23px Arial, Helvetica, sans-serif;
    color:#3f3f3f;
    vertical-align:middle;
    display:inline-block;
}
.tabPrice .price .buy {
    display: block;
    width:148px;
    height:30px;
    line-height: 30px;
    background:url(/img/bttn1.png) no-repeat 0 0;
    color:#040404;
    font:15px/36px Arial, Helvetica, sans-serif;
    text-align:center;
    text-decoration:none;
    vertical-align: middle;
}
.tabPrice .price .buy:hover{
    
}
.tabPrice .price .buy i {
        font-style: normal;
    display: inline-block;
    margin-top: -2px;
    height: 30px;
    vertical-align: top;
}
#one_buy{
        margin: 0 auto;
}
.tabPrice .price .call_card {
    margin-top: 6px;
    float: right;
    width: 267px;
    height: 30px;
    line-height: 30px;
    background:url(/img/bttn3.png) center center no-repeat;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none; 
}
.tabPrice .phone{
    color:#3f3f3f;
    font:14px/17px Arial, Helvetica, sans-serif;
    margin: 14px 0 0 0;
}
.tabPrice .call{
    font:14px/18px Arial, Helvetica, sans-serif;
    margin:0;
}
.tabPrice .call a{
    color:#3f3f3f;
}
.carouJaw{
    background:#ececec;
    border:1px solid #c5c5c5;
    border-top:2px double #fefefe;
    padding:5px 0 16px;
    margin:0 0 37px;
}
.carouJaw h2, .in_content h2 {
    color:#545454;
    margin:0 0 6px 35px;
}
.jcarousel-container{
    position:relative;
    padding:0 32px;
}
.jcarousel-clip-horizontal{
    overflow:hidden;
}
.jcarousel-prev, .jcarousel-next{
    width:30px;
    height:30px;
    position:absolute;
    left:0px;
    background:url(/img/arrs3.png) no-repeat 0 100%;
    top:75px;
    display:block;
    cursor:pointer;
}
.jcarousel-prev:hover{background-position: 0 -1px;}
.jcarousel-next{
    background-position:100% 100%;
    left:auto;
    right:7px;
}
.jcarousel-next:hover{background-position:100% -1px;}

.jcarousel-item{
    display:block;
    margin:0 7px 0 0;
    background:#f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:1px solid #e9e9ea;
    padding:0px;
    height:172px;
    width:111px;
    position:relative;
}

.carouJaw ul li{
    padding:8px 8px 12px 8px;
    margin: 0 8px 8px 0;
}

.jcarousel-item .prod{
    text-decoration:none;
}
.jcarousel-item .prod img{
    display:block;
    margin:0 auto 2px;
}
.jcarousel-item .prod span{
    display:block;
    text-align:center;
    color:#3f3f3f;
    font:12px/14px Arial, Helvetica, sans-serif;
    height:28px;
    margin:0 0 2px;
    overflow: hidden;
}
.jcarousel-item .prod:hover span{
    text-decoration:underline;
}
.jcarousel-item .price{
    color:#3f3f3f;
    text-align:center;
    font:14px/16px Arial, Helvetica, sans-serif;
    margin:0 0 3px;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.jcarousel-item .price del{
    color:#ec0c19;
    font-size:16px;
}
.jcarousel-item .buy{
    font:12px/14px Arial, Helvetica, sans-serif;
    text-align:center;
    margin:0;
}
.jcarousel-item .buy a{
    color:#2f2f2f;
}


.section{
    /*padding:0 16px 0 25px;*/
}
.tabs {
    position:relative;
    z-index:5;
    bottom:-1px;
}
.tabs li{
    width:166px;
    border:1px solid #dadada;
    position:relative;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: #e1e1e1 0px -1px 1px;
    -moz-box-shadow: #e1e1e1 0px -1px 1px;
    box-shadow: #e1e1e1 0px -1px 1px;
    background:#eaeaea url(/img/tab.png) repeat-x 0 0;
    color:#3f3f3f;
    height:37px;
    font:15px/37px Arial, Helvetica, sans-serif;
    text-align:center;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align:bottom;
}

.tabs li.current, .tabs li:hover{
    background:#fff;
    border-bottom:none;
    font:15px/38px Arial, Helvetica, sans-serif;
    cursor:pointer;
    bottom:0;
    height:38px;
}
.tabs li.current{
    cursor:default;
}
.tabs li.current:hover{
    text-decoration:none;
}
.forBox{
    padding:41px 13px 34px 23px;
    background:#fff;
    position:relative;
    border:1px solid #dadada;
    -webkit-border-radius: 0 2px 2px 2px;
    -moz-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
    -webkit-box-shadow: #e1e1e1 0px 0px 2px;
    -moz-box-shadow: #e1e1e1 0px 0px 2px;
    box-shadow: #e1e1e1 0px 0px 2px;
    z-index:0;
}
.forBox .fbBtm{
    height:29px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    border-top:1px solid #d9d9d9;
    background:#ebebeb url(/img/fbBtm.png) repeat-x 0 0;
}
.box {
    display: none;
}
.box p, .box h5{
    font:14px/24px 'MyriadPro-Regular';
    margin:0 0 24px;
}
.box.visible {
    display: block;
}

.tabSel{
    width:100%;
    margin:0 0 19px;
}
.tabSel td{
    vertical-align:middle;
}
.tabSel td h1{
    margin:0 0 5px;
}
.tabSel .ts2{
    white-space:nowrap;
    padding:0 0 0 35px;
    width:269px;
}
.tabSel .ts2 > span{
    color:#f5f5f5;
    font:14px/22px Arial, Helvetica, sans-serif;
    display:inline-block;
    margin:0 14px 0 0;
    vertical-align:bottom;
}
.bx_order_make .bx_block input[type="text"], .bx_order_make .bx_block textarea {
    max-width: none !important;
}

.simple-little-table {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin: 0 0 20px 8px;
    border:#ccc 1px solid;
    border-collapse:separate;
    width: 340px;
 
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
 
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
    font-weight:bold;
    padding: 12px 0 12px 0;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
    font-size: 14px;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
    text-align: center;
    padding-left:0px;
}
.simple-little-table tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
.simple-little-table tr{
    text-align: left;
    padding-left:15px;
}
.simple-little-table tr td:first-child{
    text-align: left;
    padding-left:20px;
    border-left: 0;
    font-weight: bold;
}
.simple-little-table tr td {
    padding:13px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
    border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);    
}
 
.simple-little-table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
.simple-little-table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
    color: #bd5a35;
    text-decoration:underline;
}

.phone {text-align: right; }
.call {text-align: right; }

#thumbSlider0 ul li {margin-right: 5px !important;}

.accessories_container {margin-right:12px;}

.product li .prod span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    height: 37px; 
    margin-bottom: 0px;
}

#header > div.wrap_tMenu > div > ul > li:nth-child(1):hover{
    background: #dac08b;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
}

#header > div.wrap_tMenu > div > ul > li:nth-child(1){
    background: linear-gradient(to bottom, #ead4a6 0%,#a57e2d 100%);
}

#header > div.wrap_tMenu > div > ul > li:nth-child(1) > a{
    color: black;
    text-shadow: none;
}


/* End */


/* Start:/bitrix/templates/zlatiks/template_styles.css?161401290063869*/
@import "/bitrix/templates/zlatiks/css/fonts.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
input[type=submit]::-moz-focus-inner { padding:0; border:0; }
h1,h3,h4,h5{
	font-weight:normal;
}
h2 {
font-weight:normal;
text-align: center;
font-size: 18px;
padding-bottom: 5px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
header, nav, section, article, aside, footer {
	display: block;
}
html{
	background:#131313;
	border-top:3px solid #debf6a;
}
body {
	color:#686868;
	font: 12px/14px Arial, Tahoma, Verdana, sans-serif;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
	color:#686868;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 14px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.header{
	padding-bottom:17px;
	margin-bottom:10px;
}
.header-topnav{
	margin:0 auto;
	padding:22px 0 20px;
	width:975px
}
.header-topnav ul li{
	display:inline-block;
	margin-right:32px
}
.header-topnav ul li:first-child{
	display:inline-block;
	margin-right:14px;
	word-spacing:2px
}
.header-topnav ul li a{

	font-size:13px;
	text-decoration:none;

}
.header-topnav ul li.current a:hover,
.header-topnav ul li a:hover{text-decoration:underline}
.header-topnav ul li:first-child a{
	display:inline-block;
	width:14px;
	height:13px;
	text-decoration:none !important;
	background:url("/bitrix/templates/zlatiks/images/home_link.png") no-repeat center
}
.header-brandzone{
	width:978px;
	margin:0 auto;
	background:#fff;
	border-radius:3px 3px 0 0;
	min-height:91px;
	overflow:hidden;

}
.brand{
	padding:25px 19px;
	float:left
}
.brand a{
	color:#000;
	font-size:32px;
	font-weight:bold;
	text-decoration:none
}
.login,
.cart,
.contactsdata{
	float:right;
	min-height:25px;
	vertical-align:top;
	padding-top:30px
}
.cart{
	padding-left:45px;
	min-width:85px;
	display:inline-block;
	background:url("/bitrix/templates/zlatiks/images/cart.png") left 30px no-repeat
}
.login{
	padding-left:31px;
	min-width:133px;
	display:inline-block;
	background:url("/bitrix/templates/zlatiks/images/login.png") 10px 33px no-repeat
}
.cart > span,
.cart > span a,
.login a{
	display:block;
}
.cart a,
.username,
.signin{
	color:#2479a1;
	font-weight:bold;
	font-size:13px
}
#compare a,
.logout,
.comparison,
.signup{
	color:#5f6a71 !important;
	text-decoration:underline;
	font-weight:normal !important;
	font-size:12px
}
#compare a:hover,
.cart a:hover,
.signin:hover,
.username:hover,
.comparison:hover,
.logout:hover,
.signup:hover{text-decoration:none}
.contactsdata{
	padding-right:21px;
	min-width:150px
}
.contactsdata .tel{
	font-size:25px;
	font-weight:bold;
	line-height:21px;
	color:#000;
}
.contactsdata a{text-decoration:none}
.contactsdata a:hover{color:#000;}
.contactsdata .workhours{
	font-size:12px;
	line-height:28px;
	font-weight:normal;
	display:block
}

.header-brandzone-nav{
	margin:0 auto;
}
#top-menu-layout{
	width:860px;
	overflow:hidden;
	height:58px
}
#top-menu{display:block}
.root-item{display:inline-block;margin-left:-3px}
.root-item:first-child{margin-left:0}
.root-item>a{padding:19px;display:block;font-weight:bold;text-decoration:none;}
.submenu{display:none}
#fullmenu ul li:last-child a:hover:last-child{border-radius:0 0 5px 5px}
.allcatnav{
	display:none;
	float:right;
	padding:10px 20px
}
.allcatnav a{
	display:block;
	border-radius:3px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
.allcatnav a:hover{
}
.allcatnav a.active,
.allcatnav a:active{
}
#fullmenu{height:0;overflow:hidden;position:absolute;z-index:999;border-radius:0 0 5px 5px}
#fullmenu.active{overflow:visible}
#fullmenu>ul>li{display:block;position:relative;}
#fullmenu ul li a{display:block;text-decoration:none;font-weight:bold;font-size:14px;padding:15px 15px;/* text-shadow:0 1px 1px rgba(0,0,0,0.5) */}
#fullmenu>ul>li>ul{display:block;position:absolute;width:200px; margin-left:-200px;top:0;}
#fullmenu>ul>li:hover>ul{display:block}


.header-brandzone-line{
	margin:0 auto;
	height:5px;
	}

.content_style_box{
	padding:7px 0;
	width:100%;
	background:#fff;
	box-shadow:0 1px 3px 2px #e3e9eb
}
.content_style{
	background:url("/bitrix/templates/zlatiks/images/content_bg.png");
	height:97px;
	width:100%
}

.navigation-pages{
	text-align:left;
	/* padding:20px 0; */
	color:#717171
}
.sortbutton.current,
.sortbutton.current:hover,
.navigation-pages .nav-current-page{
	display:inline-block;
	color:#f2f2f2;
	font-size:12px;
	text-shadow:0 1px rgba(0,0,0,.13);
	box-shadow:0 1px #fff,inset 0 1px 5px rgba(0,0,0,.4);
	border-radius:3px;
	padding:5px 0;
	font-weight:bold;
	min-width:26px;
	text-align:center;
	background-color:#606060;
	background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:-o-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:linear-gradient(to top,rgba(0,0,0,.09),rgba(255,255,255,.09));
	border:none
}
.navigation-page-all,
.sortbutton,
.sortbutton:active,
.navigation-pages a{
	display:inline-block;
	color:#717171;
	font-size:12px;
	min-width:24px;
	text-align:center;
	border:1px solid #c9c9c9;
	text-shadow:0 1px 1px rgba(255,255,255,0.9);
	background:#fefefe;
	text-decoration:none;
	border-radius:3px;
	padding:4px 0;
	font-weight:bold;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(100%,#eaeaea));
	background:-webkit-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:-o-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:-ms-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:linear-gradient(to bottom,#fefefe 0%,#eaeaea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#eaeaea',GradientType=0)
}
.navigation-page-all:hover,
.sortbutton:hover,
.sortbutton:active,
.navigation-pages a:hover{
	background:#fff;
	color:#717171
}
.navigation-page-all{padding:4px !important}

.content_box{
	width:980px;
	margin:-113px auto 0;
	overflow:hidden;
	padding-top:23px
}
.content_box.off_content_style_box{
	margin:0 auto;
	padding-top:0
}

.body{padding-bottom:18px}

.sidebar{
	display:block;
	width:222px;
	padding: 0 4px 4px
}
.sidebar .nav{
	display:block;
	margin-bottom: 20px;
	border-radius:5px;
	background:#fff;
	box-shadow:0 0 4px 0 rgba(0,0,0,0.1)
}
.sidebar .nav>li:first-child>span a{border-radius:5px 5px 0 0 !important}
.sidebar .nav>li:last-child>span a{
	border-radius:0 0 5px 5px !important;
	border-bottom:none !important
}
#fullmenu>ul>li>ul>li>a,
.sidebar .nav>li>span a{
	color:#000;
	font-weight:normal;
	font-size:14px;
	text-decoration:none
}
.sidebar .nav>li>span a{
	padding:15px 20px;
	border-bottom:1px solid #e0ecf3;
	display:block
}
.sidebar .nav>li>span .showchild,
.sidebar .nav.popup>li>span .showchild_popup,
.sidebar .nav>li>ul>li span .showchild{
	display:none;
	width:40px;
	cursor:pointer;
	position:absolute
}
.sidebar .nav>li>span .showchild,
.sidebar .nav.popup>li>span .showchild_popup{
	height:46px;
	margin:-47px 0 0 182px
}
.sidebar .nav>li>ul>li span .showchild{
	height:30px;
	top: 50%;
	margin: -15px 0 0 0;
	right: 0;
}
.sidebar .nav>li>span .showchild .arrow,
.sidebar .nav.popup>li>span .showchild_popup .arrow,
.sidebar .nav>li>ul>li span .showchild .arrow{
	width:20px;
	height:20px;
	display:block;
	margin-top:14px
}
.sidebar .nav>li>ul>li span .showchild .arrow{margin-top:5px !important}
.sidebar .nav>li.current>span .showchild,
.sidebar .nav>li.current>ul>li.current>span .showchild,
.sidebar .nav>li>ul>li:hover span .showchild,
.sidebar .nav>li:hover>span .showchild,
.sidebar .nav.popup>li>span .showchild_popup{display:inline-block}
.sidebar .nav.popup li{position:relative}
.sidebar .nav.popup>li>ul{display:none}
.sidebar .nav.popup>li:hover>ul{
	display:block;
	position:absolute;
	left:222px;
	top:0;
	min-width:150px;
	z-index:201;
	border-radius:0 5px 5px 0;
	background:#fff;
	box-shadow:inset  11px 0 5px -11px rgba(0, 0, 0, 0.5) , 2px 0 5px 0 rgba(0, 0, 0, 0.2)
}

.sidebar .nav>li>ul,
#fullmenu>ul>li>ul,
#fullmenu>ul>li>ul li ul,
.sidebar .nav>li>ul li ul{
	display:none;
	box-shadow:inset 0 11px 5px -11px rgba(0,0,0,0.5),inset 0 -12px 5px -11px rgba(0,0,0,0.2);
	border-radius:0;
	overflow:hidden
}
.sidebar .nav>li>ul li ul{box-shadow:none}

.content-inner{
	background:#fff;
	box-shadow:0 5px 8px 2px rgba(102,55,20,0.4),inset 0 13px 9px -12px rgba(0,0,0,0.8);
	border-radius:0 0 5px 5px
}
#fullmenu>ul>li>ul,
.content-inner>ul{
	background:#fff;
	box-shadow:0 5px 8px 2px rgba(102,55,20,0.4),inset 0 13px 9px -12px rgba(0,0,0,0.8);
	min-width:180px;
	overflow:hidden;
	border-radius:0 0 5px 5px
}
#fullmenu>ul>li>ul>li a:hover{box-shadow:inset -11px 0 5px -11px rgba(0,0,0,0.5)}

.content-inner>ul>li:first-child>a:hover{box-shadow:inset 0 13px 9px -12px rgba(0,0,0,0.8)}
#fullmenu>ul>li>ul{border-radius:5px 0 0 5px}
#fullmenu>ul>li>ul>li a,
.sidebar .nav>li>ul>li{border-radius:0 !important}
.content-inner ul>li a,
#fullmenu>ul>li>ul>li a,
.sidebar .nav>li>ul>li a{
	display:block;
	padding:7px 20px;
	color:#0073a3;
	text-decoration:none;
	font-size:14px;
	text-shadow:none
}
#fullmenu>ul>li>ul>li:first-child, #fullmenu>ul>li>ul>li:first-child 	a:hover{border-radius:5px 0 0 0 !important}
#fullmenu>ul>li>ul>li:last-child,  #fullmenu>ul>li>ul>li:last-child   	a:hover{border-radius:0 0 0 5px !important}
.content-inner ul>li>ul>li a,
#fullmenu>ul>li>ul>li ul li a,
.sidebar .nav>li>ul>li ul li a{
	display:block;
	padding:2px 7px !important;
	text-decoration:underline
}
.content-inner ul>li>ul>li a:hover,
#fullmenu>ul>li>ul>li ul li a:hover,
.sidebar .nav>li>ul>li ul li a:hover{
	box-shadow:none !important;
	color:#0060a4
}
.sidebar .nav>li>ul>li ul li a.current{
	border-radius:100px;
	font-weight:bold;
	background:#e1f5fb !important;
	color:#0060a4
}
.sidebar .nav.popup>li>ul>li:first-child>span a,
.sidebar .nav.popup>li>ul>li:last-child>span a {box-shadow:none}
.sidebar .nav.popup>li>ul>li:hover>span a{box-shadow:inset 5px 0 4px -4px rgba(0,0,0,0.3) !important}
.content-inner ul>li ul,
.content-inner ul>li ul li,
.content-inner ul>li ul li a,
.sidebar .nav>li>ul>li ul,
.sidebar .nav>li>ul>li ul li,
.sidebar .nav>li>ul>li ul li a,
#fullmenu>ul>li>ul>li ul,
#fullmenu>ul>li>ul>li ul li,
#fullmenu>ul>li>ul>li ul li a{
	padding:0;
	background:transparent !important;
	border:none;
	margin:0;
	color:#000;
	font-size:12px
}
.content-inner ul>li>ul li:last-child,
.sidebar .nav>li>ul>li>ul li:last-child{padding-bottom:10px}
#fullmenu>ul>li>ul>li ul li,
.sidebar .nav>li>ul>li ul li{margin:2px 35px 2px 35px}
.content-inner ul>li ul{padding-left:30px}
.content-inner ul>li ul li,
.sidebar .nav.popup>li>ul>li ul li{
	display:inline-block;
	margin:0;
	padding:0
}
.content-inner ul>li ul li,
.sidebar .nav.popup>li>ul>li ul li{
	padding:0 !important;
	display:inline !important
}
.content-inner ul>li ul li a,
.sidebar .nav.popup>li>ul>li ul li a{
	padding:0 !important;
	display:inline !important
}
.content-inner ul>li ul li:after,
.sidebar .nav.popup>li>ul>li ul li:after{content:","}
.content-inner ul>li ul li:before,
.sidebar .nav.popup>li>ul>li ul li:before{content:""}
.content-inner ul>li ul li:last-child:after,
.sidebar .nav.popup>li>ul>li ul li:last-child:after{content:""}
.content-inner ul>li>ul>li ul li a,
.sidebar .nav.popup>li>ul>li ul li a{margin:0}
.sidebar .nav.popup > li > ul > li > ul {
	padding: 3px 0 0 30px;
	margin-bottom:10px;
	display: block;
	box-shadow: none !important;
}
.filtren h5{
	font-size:15px;
	text-shadow:0 1px 1px #fff;
	margin-bottom:23px
}
.filtren,
.sidebar .vieweditems{
	width: 159px;
	/* border: 8px solid #E1F5FB; */ /* COLORS */
	margin-bottom: 20px;
	padding: 17px;
	background: #fff;
	padding-left: 30px;
}
.filtren{
	width: 169px;
	padding-left: 20px;

}

input.max-price,
input.min-price{
	display:block;
	width:60px;
	height:27px;
	border-radius:3px;
	/* border:1px solid #8ca3ae; *//* COLORS */
	padding:4px;
	box-shadow:0 1px 1px rgba(255,255,255,.75),inset 0 3px 6px rgba(215,215,215,.75)
}
div.max-price{float:right}
div.min-price,
div.max-price{
	border:none;
	box-shadow:none;
	font-size:13px;
	color:#3f3f3f;
	padding-top: 7px;
	height:14px
}
.filtren{
	position:relative;
	/* background:#c4eaf5 */ /* COLORS */
}
.filtren.compare{
	padding-bottom: 56px;
	margin-bottom:20px;
	width:665px
}
.more-options-hfilter-button{
	position: absolute;
	bottom: 25px;
	left: 20px;
	font-size: 13px
}
.filtren.compare .catf{
	width:165px;
	float:left;
	background:url(/bitrix/templates/zlatiks/images/filter_shadow.png) no-repeat right center;
	padding-right:7px;
	margin-right:10px;
	background-size: 7px 100%;
}
.filtren.compare .catf ul li{
	display:block;
	margin:0 !important;
	padding:0;
	width:165px;
	cursor:pointer;
}
/* .filtren.compare .catf ul li.active, */ /* COLORS */
/* .filtren.compare .catf ul li:hover{ */ /* COLORS */
	/* display:block;  */ /* COLORS */
	/* background:#e1f5fb;  */ /* COLORS */
/* } */ /* COLORS */
.filtren.compare .catf>ul>li>span{
	padding:5px 0 5px 15px;
	width:150px;
}
.filtren.compare .catf>ul>li>span>span{
	text-decoration:none;
	border-bottom:1px dashed #000;
	color:#000;
}
.filtren.compare ul li{
	/* width:177px; */
	vertical-align:top;
	position:relative;
	padding-left:18px;
	margin-right:25px;
	margin-bottom:10px;
	display:inline-block;
	width:175px;
}
.filtren.compare ul li,
.filtren.compare ul li a{
	font-size: 13px;
	color: #3F3F3F;
	line-height: 20px;
	text-decoration:none;
}
.filtren.compare .cntf ul li span{
	position:absolute;
	left:-4px;
	top:1px;
}
.filtren.compare .cntf .cnt span{
	font-size:14px;
}
.filtren.compare .cntf .cnt input[type=text]{
	display:inline-block;
	margin-right:20px;
	width:60px;
	height:27px;
	border-radius:3px;
	border:1px solid #8ca3ae;
	padding:4px;
	box-shadow:0 1px 1px rgba(255,255,255,.75),inset 0 3px 6px rgba(215,215,215,.75)
}
.filtren.compare .bt1{
/* 	position: absolute;
	right: 149px;
	bottom: 10px; */
	width: auto;
}
.filtren.compare .bt2{
/* 	position: absolute;
	right: 21px;
	bottom: 20px; */
	width: auto;
}
.filtren .posabo{
	position: absolute;
	bottom: 10px;
	right: 34px;
}
.filtren.compare .cntf .cnt{
	padding-top: 7px;
	display:none
}
.filtren.compare .cntf .cnt.active{
	display:block;
	position:relative;
	margin-left: 210px
}

.table_compare{
	width:728px;
	overflow-x:auto;
	overflow-y:hidden;

	max-height: 1200px !important;
}
.table_compare table tr td img{
	max-width:100px;
	width:auto;
	max-height:100px;
	height:auto;
	padding:10px;
}
.table_compare table tr td{
	position:relative;
	font-size:14px;
	padding:8px 20px;
	text-align:left;
}
.table_compare table tr:nth-child(odd) td{
	background:#fff;
}
.table_compare table tr td:first-child{
	font-weight:bold;
	color:#3d4345;
	white-space: nowrap;
}

.horizontalfilter li{position:relative}
.horizontalfilter li > span{display:block;}
#BASE .modef,
.horizontalfilter li .modef,
.sidebar .filtren .modef{
	background:white;
	position:absolute;
	margin-top:-35px;
	right:200px;
	white-space:nowrap;
	border:1px solid #8bbecb;
	border-radius:4px;
	box-shadow:2px 2px 5px 0 rgba(0,0,0,0.2);
	font-size:13px;
	color:#3f3f3f;
	padding:10px 25px 10px 10px
}
#BASE .modef{
	margin-top: -10px;
	right: 686px;
}
.horizontalfilter li .modef{
	margin-top:-6px;
	right:175px;
}
#BASE .ecke,
.horizontalfilter li .ecke,
.sidebar .filtren .ecke{
	border-top:1px solid #8BBECB;
	border-right:1px solid #8BBECB;
	border-bottom:none !important;
	background:#fff;
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	right:-7px;
	top:50%;
	margin-top:-5px;
	box-shadow:2px -1px 4px -1px rgba(0,0,0,0.2);

	-moz-transform:scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform:scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform:scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform:scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform:scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg)
}
#BASE .ecke.ie,
.horizontalfilter li .ecke.ie,
.sidebar .filtren .ecke.ie{
	border:none !important;
	background:url(/bitrix/templates/zlatiks/images/arw.png) no-repeat top right;
	height:15px;
	right:-8px;
	margin-top:-8px;
	-moz-transform:none !important;
	-webkit-transform:none !important;
	-o-transform:none !important;
	-ms-transform:none !important;
	transform:none !important
}
#modef a{
	color:#007acf;
	border:none;
	text-decoration:underline;
	font-size:14px;
	margin:0 !important;
}
#modef a:hover{
	color:#e83434;
	text-decoration:none;
}
.sidebar .filtren span{
	color:#000;
	font-size:14px;
	text-shadow:0 1px 1px #fff;
	vertical-align:top
}
.sidebar .filtren>ul>li> span a{
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #000;
	font-size:16px;
	display:inline-block;
	margin-top:5px;
	margin-bottom:5px
}
.sidebar .filtren ul>li>ul{
	display:none;
	overflow:hidden
}
.lvl2_disabled {
   color: #9b9b9b !important;
   text-shadow: none !important;
}
.sidebar .filtren ul>li{min-height:25px}
.sidebar .filtren ul>li label{
	font-size:14px;
	text-shadow:0 1px 1px #fff;
	top:-2px;
	position:relative;
}

.ui-slider-horizontal{
	height:4px;
	/* background:#a9cbd5; *//* COLORS */
	box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(255,255,255,0.5);
	border-radius:5px;
	/* border:1px solid #92b0b9 *//* COLORS */
}
.ui-slider .ui-slider-handle{
	position:absolute;
	z-index:2;
	width:22px;
	height:22px;
	cursor:pointer;
}
.ui-slider .ui-slider-range{
	position:absolute;
	z-index:1;
	font-size:.7em;
	display:block;
	border:0;
}
.ui-widget-header{
	color:#fff;
	font-weight:bold
}

.ui-slider{
	margin:25px auto 8px;
	width:85%;
	position:relative;
	text-align:left
}

.ui-slider-horizontal .ui-slider-handle{
	top:-.3em;
	margin-left:-.6em;
	margin-top:-2px
}
.ui-slider-horizontal .ui-slider-range{top:0;height:100%}
.ui-slider-horizontal .ui-slider-range-min{left:0}
.ui-slider-horizontal .ui-slider-range-max{right:0}


.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}
.ui-slider-vertical .ui-slider-range{left:0;width:100%}
.ui-slider-vertical .ui-slider-range-min{bottom:0}
.ui-slider-vertical .ui-slider-range-max{top:0}

.sidebar .vieweditems ul li{
	padding-bottom:17px;
	border-bottom:1px solid #e0ecf3;
	margin-bottom:10px;
	position:relative
}
.sidebar .vieweditems ul li:last-child{border-bottom:none}

.sidebar .vieweditems h5{
	font-size:16px;
	margin-bottom:23px
}
.sidebar .vieweditems ul li a img{
	width:64px;
	margin-bottom:9px;
	height:auto
}
.sidebar .vieweditems h4{
	line-height:19px;
	margin-bottom:10px
}

.sidebar .vieweditems h4 a{
	font-size:14px;
	text-decoration:none
}
.sidebar .vieweditems h4 a:hover{text-decoration:underline}
.price{font-weight:bold;color:#2d2d2d}
.discount-price{font-weight:bold;color:#E83434}
.old-price{text-decoration:line-through;color:#2d2d2d}
.sidebar .vieweditems .price{
	position:absolute;
	top:5px;
	right:0;
	/* background:#e1edf2; */ /* COLORS */
}



.sidebar .vieweditems .price span{
	display:block;
	padding:0px 5px;
	font-size:12px;
	line-height:17px;
	font-weight:bold;
}


.iteminfo{
	width:408px;
	vertical-align:top;
	padding-left:20px
}
.iteminfo h2 a span{
	font-weight:bold;
	font-size:24px;
	color:#000;
}
.iteminfo h2 a {text-decoration:none}
.iteminfo .price{
	color:#007acf;
	font-size:33px
}
.iteminfo .discount-price{font-size:33px}
.iteminfo .item_old_price{
	font-size:19px;
	font-weight:bold;
}
ul.options{
	padding:0 10px 10px 0;
	display:block;
	font-size: 13px;
	color: #3F3F3F;
	line-height: 20px;
}
.cnt ul.options{margin:0}
.options li{
	border-bottom:1px dotted #ccc;
	height:28px;
	padding-left:0 !important;
}
.options li span,
.options li b{
	background:url("/bitrix/templates/zlatiks/images/bg.png");
	bottom:-15px;
	font-weight:normal;
	line-height:27px;
	padding-right:5px;
	position:relative
}
.cnt .options li span,
.cnt .options li b{
	line-height:17px;
}
.options li span{
	color:#777;
	font-size:14px;
}
.options li b{
	color:#000;
	font-size:14px;
	float:right;
}

.sorttext{
	font-size:14px;
	display:inline-block
}
.sort{
	padding:15px 0;
}
.sortbutton.current,
.sortbutton.current:hover,
.sortbutton:active,
.sortbutton{padding:6px 10px}
.sortbutton span{
	width:10px;
	height:10px;
	display:inline-block;
}
.sortbutton.current.asc:hover span,
.sortbutton.current.desc span	{background-position:-40px -614px}
.sortbutton.current.desc:hover span,
.sortbutton.current.asc span		{background-position:-42px -749px}
.myorders,
.personal,
.registarton{
	width:100%;
	font-weight:bold;
	font-size:15px;
	color:#3f3f3f
}
.registarton td{vertical-align:top}
.star{color:#e83535}

.workarea > form[name="form_auth"] .input_text_style,
.input_text_style[name="COUPON"],
.registarton tr td input[type=password],
.personal input[type=text],
.personal input[type=password],
#order_form_content input[type=text],
#order_form_content input[type=password],
.registarton tr td input[type=text]{
	padding:6px !important;
}
.input_text_style{
	padding:6px  1px!important;
	width:350px; /*100%;*/
	min-width:300px;
	display:block;
}
.description{
	color:#9B9B9B;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	vertical-align:text-top
}
.myorders_itog{width:100%; color: #686868;}
.myorders_itog td{
	text-align:right;
	white-space:nowrap;
	font-weight:normal;
	padding:3px;
	font-size:14px
}
.myorders_itog td:first-child{
	width:100%;
	text-align:right
}
.myorders_itog tr:last-child td{font-weight:bold}
#order_form_id{

}
#order_form_id{

}
.orders td,
.mycurrentorders td{
	vertical-align:top;
	background:#fff;
}

.mycurrentorders tbody tr td{
	border-top: 1px solid #d1d1d1 !important;
	border-bottom: 1px solid #d1d1d1 !important;
}
.mycurrentorders tbody tr td:first-child{
	width:120px !important;
}
.mycurrentorders td img{
	max-width:110px;
	height:auto
}
.mycurrentorders td.cart-item-price{text-align: right}
.deleteitem_compare,
.mycurrentorders td .deleteitem{
	width:22px;
	height:22px;
	display:block;
}
.deleteitem_compare{
/* 	margin-left:30px;
	left:50% */
}
.reviews-block-container,
.workarea p{
	font-size:13px;
	color:#3F3F3F;
	padding:5px 0 20px;
	line-height:20px
}
.workarea span,
.workarea span p{font-size:14px}
.element-one-picture{
	width: 320px;
	height: 320px;
	vertical-align: middle;
	display: table-cell;
	background: #fff;
	box-shadow: 0 0 4px rgba(123, 152, 165, 0.4);
	text-align: center
}
.catalog-section-list ul li{
	display:inline-block;
	font-weight:bold;
	margin-right:10px;
	margin-bottom:14px;
}
.catalog-section-list ul{display:block}
.workarea .registarton ul li{
	list-style:disc !important;
	font-weight: normal;
	padding-left:10px;
	margin-left:20px
}
.workarea .registarton ul li:before{
	content:"" !important;
}
.workarea h2{
	font-size:24px;
	color:#000;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:10px
}
.workarea h2:first-child{margin-top:0 !important}
.workarea h3{
	font-size:24px;
	color:#3f3f3f;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:10px
}
.workarea h4{
	font-size:14px;
	color:#3F3F3F;
	font-weight:bold;
	margin-bottom:10px
}
.workarea > ul li{
	color:#3F3F3F;
	font-size:13px;
	padding-bottom:5px;
	padding-left:30px;
}
.workarea ul li:before {
	content: '\2014\a0';
}
.post{margin-bottom:30px}
.post:first-child{margin-top:20px}
.post .date{
	color:#8f8f8f;
	display:inline-block;
	font-size:14px;
	padding:10px 0
}
.post h3{
	display:inline-block;
	margin-top:15px;
	font-size:18px;
	margin-bottom:0;
}
.post-title h2 a{font-weight:bold;} /*idea*/
.post-title h2 a:link, /*idea*/
.post h3 a:link{
	color:#0073a3;
	font-size:16px
}
.post-title h2 a:hover, /*idea*/
.post h3 a:hover{color:#E83434}
.bblog-qtl,
.post,
.post p{
	font-size:13px;
	padding:0 0 20px 0
}
.post table{
	margin-top:10px;
margin-bottom:20px;
}
.post table tr td{
	border:1px solid #d3d3d3;
	padding:3px;
}
#svwp0{
	display:block;
	background:#fff;
	box-shadow:0 0 4px rgba(123,152,165,0.4);
	margin:4px 0px 4px 10px
}
.itemleft,
.itemright{
	position:absolute;
	text-decoration:none;
	overflow:hidden;
	width:34px;
	height:34px;
	display:block
}
.itemleft.l_dis,
.itemright.r_dis{display:none !important}
.svwp{width:320px}
.slideViewer div>ul>li{
	padding:10px;
	width:320px;
	text-align:center
}
.slideViewer div:first-child>ul>li img{
	max-width:320px;
	max-height:280px;
	width:auto;
	height:auto
}
.thumbSlider{width:310px}
.thumbSlider ul li{
	overflow:hidden;
	background:none;
	box-shadow:none !important
}
.thumbSlider ul li img{
	background:#fff;
	box-shadow:0 0 4px rgba(123,152,165,0.4)
}

.content_search_box.hnav table{
	width:980px;
	margin:0 auto
}
.searchtd{width:570px}

.content_search_box{margin-bottom:40px}
.content_search_box.hnav{margin:35px auto 16px}
.content_search_box.hnav table td:first-child{text-align:left}
.content_search_box table{width:100%}
.content_search_box table tr td{
	border:none;
	height:60px
}
.content_search_box table tr td:first-child{
	font-weight:bold;
	font-size:15px;
	text-align:center;
	width:180px
}
.content_search_box.hnav table tr td:first-child{width:auto !important}
.content_search_box.hnav table tr td:first-child h1{
	font-size:30px;
	font-weight:bold;
}
.registarton tr td input[type=password],
.registarton tr td input[type=text],
.content_search_box table tr td .input,
.bx-auth-service-form input[type=text],
.numberitems{
	width:50px;
	float:right;
	overflow:hidden
}
.breadcrumbs{margin-bottom:13px}
.breadcrumbs a{
	color:#0073a3;
	font-size:13px;
	background:url("/bitrix/templates/zlatiks/images/breadcrumbs_arrow.png") no-repeat right center;
	padding-right:10px;
	text-decoration:underline
}
.breadcrumbs a:hover{
	text-decoration:none;
	color:#e83434
}
.breadcrumbs span{
	font-size:13px;
	font-weight:bold
}

.seeall{
	margin-right:24px;
	margin-top: 20px;
	float:right
}
.newsale,
.hitsale,
.TM{
	padding:19px 18px 20px 13px;
	height:22px;
	margin-bottom:10px !important
}
.newsale span,
.hitsale span{
	display:inline-block;
	width:30px;
	height:30px;
	margin-bottom:-7px;
	margin-right:10px;
}
.salegal{
	position:absolute;
	padding:10px;
	background:rgba(245,203,38,0.6);
	font-size:18px;
	font-weight:bold;
	text-align:center;
	top:17px;
	right:24px;
	display:block
}
.caroufredsel_wrapper{padding-right:6px}

.listitem-carousel {
    position:relative;
    margin-bottom:20px;
}
.workarea.pleft .listitem-carousel{
	left:-17px;
	width:754px
}
.listitem-carousel ul{
	width:980px;
	overflow:hidden;
	padding:2px;
	margin:0
}
.listitem ul li,
.listitem-carousel ul li{
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:10px;
	margin:0 6px 18px 6px;
	/*background:#404040; 
	border:1px solid #454545;*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:12px;
	height:283px;
	width:200px;

/*   box-shadow: 0px 0px 24px -4px #1E1F21 inset; */
background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(23, 23, 23, 0.91), rgba(46, 46, 46, 0.82), rgba(70, 70, 70, 0.73), rgba(93, 93, 93, 0.64), rgba(116, 116, 116, 0.55), rgba(139, 139, 139, 0.45), rgba(162, 162, 162, 0.36), rgba(185, 185, 185, 0.27), rgba(209, 209, 209, 0.18), rgba(232, 232, 232, 0.09), rgba(255, 255, 255, 0)); 


}
.workarea.pleft .listitem-carousel ul li{margin:10px 15px}
.listitem_horizontal{width:100%}
.thumbSlider ul li,
.listitem_horizontal>li{
	display:block;
	background:#fff;
	box-shadow:0 0 4px rgba(123,152,165,0.4);
	margin:15px 4px 30px;
	position:relative
}
.checkbox{
	top:9px;
	position:absolute;
	display:block;
	width:100px
}
.checkbox a{text-decoration:none}
.checkbox_text{
	font-size:11px;
	color:#5f6a71;
	margin-top:1px;
	position:absolute
}
.badge,
.badge.specialoffer{
	position:absolute;
	background:#F5CB26;
	top:10px;
	right:10px;
	padding:5px 10px !important;
	font-weight:bold;
	font-size:14px;
	color:#000;
}
.listitem .badge,
.listitem .badge.specialoffer,
.listitem-carousel .badge,
.listitem-carousel .badge.specialoffer{
	/* top:165px; */
	top:176px;
	right:0;
}
.badge.notavailable{background:#FFD8D8}
.setaside{
	font-weight:normal;
	white-space: nowrap;
	color:#3f3f3f
}
.setaside:hover{text-decoration:none}

.listitem ul li a.link img,
.listitem-carousel ul li a.link img{
	height:auto;
	width:auto;
	margin:0 auto 9px;
	border-radius: 8px;
}
.listitem ul li a.link,
.listitem-carousel ul li a.link{
	display:block;
	overflow:hidden;
}
hr{
	border:none;
	border-bottom:1px solid #e0ecf3;
	margin-top:10px
}
.listitem ul li h4 a,
.listitem-carousel ul li h4 a{
	display:block;
	font-size:14px;
	text-decoration:none;
	width:100%;
	text-transform:uppercase
}
.listitem h4,
.listitem-carousel h4{margin:5px 0 20px}
.listitem ul li h4 a:hover,
.listitem-carousel ul li h4 a:hover{text-decoration:underline}
.listitem ul li h4 a .model,
.listitem-carousel ul li h4 a .model{
	display:block;
	overflow:hidden
}
.listitem ul li .buy{
/*	width:195px; */
	position:relative;
	min-height:45px;
	overflow:hidden
}
.listitem ul li a:hover .buy {
/*	width:195px; */
	position:relative;
	min-height:45px;
	overflow:hidden
}
.listitem ul li .buy div.price,
.listitem-carousel ul li .buy div.price{
	display:inline-block;
	font-size:14px;
	line-height:19px;
	font-weight:bold;
	padding:0
}
.listitem ul li .buy .price .old_price,
.listitem-carousel ul li .buy .price .old_price{font-weight:normal}
table.buy .bt3{
	position:relative;
	right: -1px;
}
.buy .bt3{
	position: absolute;
	right: -1px;
}
.subscribe_link{
	font-size: 14px;
	position: absolute;
	right: 0;
}
.bt2_right{
	right: 23px;
	bottom: 30px;
	position: absolute;
}
.tlistitem_shadow{
	width:220px;
	height:10px;
	padding:0;
	background:url("/bitrix/templates/zlatiks/images/tlistitem_shadow.png") no-repeat center top;
	margin-top:11px;
	z-index:999;
	position:absolute;
	right:0;
	bottom:-11px
}
.listitem_horizontal table{width:100%}
.listitem_horizontal table tr td{
	vertical-align:top;
	padding:10px 20px
}
.listitem_horizontal table tr td:first-child{
	width:200px;
	text-align:center
}
.listitem_horizontal.pleft table tr td:first-child{text-align:left}
.listitem_horizontal.pleft table tr:first-child td:first-child{text-align:center;}
.listitem_horizontal.pleft table tr:first-child td:first-child a{width: 194px;display:block;}
.listitem_horizontal.pleft table tr td.title{width:100%}
.listitem_horizontal table tr td:first-child img{
	max-width:200px;
	max-height:200px;
	width:auto;
	height:auto;
	margin-top:35px;
	padding:7px
}
.listitem_horizontal table tr td:first-child .checkbox{
	text-align:left;
	display:block
}
.listitem_horizontal table tr td.title h3 a span{
	padding:5px 0;
	display:block;
	margin-bottom:10px;
	font-size:24px;
}
.listitem_horizontal table tr td.price{
	vertical-align:bottom;
	text-align:center;
	width:170px;
	vertical-align:bottom
}
.listitem_horizontal table tr td div{
	text-align:left;
	padding-bottom:20px
}
.retail_vert,
.retail{
	font-size:14px;
	padding-right:10px
}
.listitem_horizontal td.price span{font-size:26px}
.listitem_horizontal.pleft td.price span{font-size:23px}
.retail_vert span,
.retail span{text-decoration:line-through}

.listitem_horizontal.pleft div div{
	display:inline-block;
	margin-right:5px
}
.listitem_horizontal.pleft .bt3{
	position:relative;
	float:right
}
.listitem_horizontal h3 a{
	font-size:24px;
	font-weight:bold;
	text-decoration:underline
}
.listitem_horizontal table tr td{font-size:13px}
.listitem_horizontal table tr td h3{margin-top:15px}
.tlistitem_horizontal_shadow{
	height:17px;
	padding:0;
	background:url("/bitrix/templates/zlatiks/images/tlistitem_horizontal_shadow.png") no-repeat center top;
	background-size:100%;
	position:absolute;
	z-index:1;
	bottom: -17px;
	left: 50%;
	margin-left: -360px;
	width: 720px;
}
.horizontal_listitem_shadow{
	width:740px;
	height:17px;
	padding:0;
	background:url("/bitrix/templates/zlatiks/images/tlistitem_horizontal_shadow.png") no-repeat center top;
	background-size:100% 100%;
	position:relative;
	top:27px
}

.listitem-carousel .prev,
.listitem-carousel .next{
	width:34px;
	height:0;
	position:absolute;
	text-decoration:none;
	overflow:hidden;
	top:50%;
	margin-top:-17px;
	display:none !important;
	padding-top:34px
}
.listitem-carousel:hover .prev,
.listitem-carousel:hover .next{display:block !important}
.listitem-carousel:hover .prev.hidden,
.listitem-carousel:hover .next.hidden,
.listitem-carousel:hover .prev.disabled,
.listitem-carousel:hover .next.disabled{display:none !important}
.listitem-carousel .pager{
	width:100%;
	text-align:center;
	margin-top:2px
}
.listitem-carousel .pager a{
	display:inline-block;
	width:15px;
	padding-top:15px;
	height:0;
	margin:5px;
	overflow:hidden;
}
#foo2,
#foo3{height:auto !important}

.horizontal_listitem{
	display:block;
	padding:25px 0 10px 0;
	background:#fff;
	width:740px;
	margin:2px;
	margin-bottom:30px;
	box-shadow:0 0 4px rgba(123,152,165,0.4)
}
.horizontal_listitem ul li{
	width:108px;
	display:inline-block;
	padding:15px 18px 5px;
	border-right:1px solid #E0ECF3
}
.horizontal_listitem ul li:last-child{border:none}
.horizontal_listitem ul li a img{
	max-width:65px;
	width:auto;
	max-height:64px;
	height:auto
}
.horizontal_listitem ul li .item_price{
	background:#E0ECF3;
	position:relative;
	top:-135px;
	right:-18px;
	font-size:13px;
	font-weight:bold;
	padding:2px;
	text-align:center
}
listitem-carousel.horizontal_listitem{}

.blog_box{
	width:100%;
	padding-top:30px;
	min-height:394px
}
.blog_box table{
	width:980px;
	margin:0 auto
}
.blog_box table tr td{
	vertical-align:top;
	padding:9px 5px;
	color:#607b8b;
	font-size:13px;
	text-shadow:0 1px 1px #fff
}
.blog_box table tr td.news .title-link:link,
.blog_box table tr td.news .title-link:visited {
	color:#607b8b;
	font-weight:normal;
}
.blog_box table tr td.news .title-date {
	color:#0073a3;
	font-weight:bold;
}
.blog_box table tr td:first-child{width:330px}
.blog_box table tr td:nth-child(2){
	width:330px;
	padding-left:43px;
	padding-right:44px
}
.blog_box table tr td h4{
	font-size:25px;
	font-weight:normal;
	color:#000;
	margin-bottom:25px
}
.blog_box table tr td p{line-height:19px}
.blog_box table tr td:first-child h3{font-weight:bold}
.blog_box table tr td a{
	color:#0073a3;
	font-weight:bold;
	line-height:19px;
	text-decoration:none
}
.blog_box table tr td a:hover{text-decoration:underline}
.allnews.bt2{color:#3f3f3f}
.blog_box table tr td li{padding:10px 0}
.blog_box table tr td li:first-child{padding-top:0}
.blog_box table tr td .view_all{
	color:#3f3f3f;
	float:none;
	padding:8px 10px
}

.footer{
	width:100%;
	padding-top:20px
}
.footer table{
	width:971px;
	margin:0 auto
}
.footer table tr td{
	vertical-align:top;
	padding:15px 17px
}
.footer table tr td:first-child{padding-left:0}
.footer table tr td.copyright{
	vertical-align:bottom;
	color:#fff;
	font-size:13px;
	opacity:0.5;
	padding-left:15px
}
.about{width:224px}
.cat_link{
	padding:15px 11px;
	width:441px;
}
.footer table tr td h4{
	font-size:18px;
	padding-bottom:16px;
	background:url("/bitrix/templates/zlatiks/images/footer_h4_bg.png") repeat-x bottom
}
.footer table tr td li{
	width:205px;
	display:inline-block;
	overflow:hidden;
	padding:9px 0
}
.footer table tr td li:first-child{margin-top:8px}
.footer table tr td li a{
	color:#f3f8fa;
	text-decoration:none;
	font-size:13px;
	text-shadow:0 -1px 0 rgba(124,69,24,0.5)
}
.footer table tr td li a:hover{text-decoration:underline}
.footer table tr td.contact{
	width:259px;
	font-size:13px;
	text-shadow:0 -1px 0 rgba(124,69,24,0.5);
	color:#fff
}
.footer table tr td.contact span{
	font-size:25px;
	font-weight:bold;
	text-shadow:0 -1px 0 rgba(124,69,24,0.5)
}
.social{padding-bottom:22px}

.item_count[type="text"]{
	width:25px;
	text-align:center;
	height:20px;
	border:1px solid #c4c4c4
}
table.options td{
	font-size:13px;
	text-align:left
}
table.options td:first-child{min-width:140px}
table.options td select{width:220px}

.equipment{
	border:1px solid #d1d1d1;
	/*width:99%;*/
	margin:20px 0
}
.equipment thead td{
	font-weight:bold;
	font-size:16px;
	color:#3d4345;
	text-shadow:0 1px 1px rgba(255,255,255,0.4);
	border-top:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	padding:10px;

	background:#f7f7f7;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmM2YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,#f7f7f7 0%,#c6c6c6 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#c6c6c6));
	background:-webkit-linear-gradient(top,#f7f7f7 0%,#c6c6c6 100%);
	background:-o-linear-gradient(top,#f7f7f7 0%,#c6c6c6 100%);
	background:-ms-linear-gradient(top,#f7f7f7 0%,#c6c6c6 100%);
	background:linear-gradient(to bottom,#f7f7f7 0%,#c6c6c6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#c6c6c6',GradientType=0)
}
.equipment thead td a{font-size:14px}
.equipment tbody td{
	background:#fff;
	padding:10px;
	font-size:14px;
	color:#5f6a71;
	border-top:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	font-weight:normal
}
.equipment.orders tbody td{
	vertical-align:top;
	border-top:none;
	border-bottom:none;
	color:#3d4345
}
.equipment.orders tbody tr td:first-child{min-width:470px}
.equipment tbody tr td:last-child{text-align:right}
.equipment.orders.n tbody tr .order_status{
	background:#ffd34e;
	text-shadow:0 1px 1px rgba(255,255,255,.7);
	color:#000 !important
}
.equipment.orders.p tbody tr .order_status{
	background:#ade421;
	text-shadow:0 1px 1px rgba(255,255,255,.7);
	color:#000 !important
}
.equipment.orders.f tbody tr .order_status,
.equipment.orders.canceled tbody tr .order_status{
	background:#d3d3d3;
	text-shadow:0 1px 1px rgba(255,255,255,.7);
	color:#000 !important
}
.order_status{width:215px}
.equipment.ordersmore td{
	text-align:left !important;
	border:none;

}
.equipment.ordersmore td:first-child{
	color:#3f3f3f;
	width:180px;
}
.equipment.ordersmore h4{
	background:#fafafa;
	padding:10px 25px;
	font-size:16px;
	margin:0;
}
.compositionorder ul li{
	list-style-type:decimal;
	margin-left:20px
}
.tabsblock{margin:50px auto}
.tabsblock .tabs{
	margin:0 5px;
	z-index:200
}
.tabsblock .tabs a{
	box-shadow:0 0 4px rgba(123,152,165,0.4),inset 0 -3px 5px rgba(123,152,165,0.2);
	background:#fbfbfb;
	display:inline-block;
	text-decoration:none;
	color:#000;
	margin:0 5px;
	padding:10px 0 7px;
	border-radius:4px 4px 0 0;
	position:relative;
	bottom:-5px
}
.tabsblock .tabs a:hover{bottom:0}
.tabsblock .tabs a span{
	margin:0 10px;
	color:#3f3f3f;
	font-size:14px;
	font-weight:bold
}
.tabsblock .tabs a span.clr{
	display:block;
	background:#fff;
	position:relative;
	height:3px;
	bottom:-10px;
	margin:0
}
.tabsblock .tabs a.active{
	z-index:220;
	background:#fff;
	box-shadow:0 0 4px rgba(123,152,165,0.4);
	bottom:0
}
.tabsblock .tabcontent{
	box-shadow:0 0 4px rgba(123,152,165,0.4);
	background:#fff;
	border-radius:2px;
	margin:0 10px;
	padding:10px;
	z-index:210;
	position:relative
}

.tabsblock .tabcontent .cnt ul li span,
.tabsblock .tabcontent .cnt ul li b{
	background-image:none;
	background-color:#fff
}
.tabsblock .tabcontent>div{display:none}
.tabsblock .tabcontent>div.active{display:block}

.count_nav{
	display:inline-block;
	height:21px;
	width:12px;
	line-height:0;
	position:absolute;
	padding-top:1px;
	padding-left:5px
}
.count_nav a{
	display:block;
	height:10px;
	width:11px;
	text-align:center;
	border:1px solid #d8d8d8
}
.count_nav a.plus{
	border-radius:5px 5px 0 0;
	background-position:-41px -553px
}
.count_nav a.minus{
	border-radius:0 0 5px 5px;
	margin-top:-1px;
	background-position:-41px -573px
}
.modal{
	display:none;
	top:50%;
	left:50%;
	position:fixed;
	z-index:999;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.6);
}
#login,
#popupFormSubscribe,
#addItemInCart,
#addItemInSubscribe,
#addItemInCartOptions,
#addItemInCompare{
	background:#fff;
	border-radius:7px;
	padding:10px 10px 25px 10px;
	text-align:center
}
#login{padding:0 10px}
#login input[type=submit]{
	/*margin:15px auto 0 !important;*/
	cursor:pointer
}
#login,
#addItemInCompare{
	min-width:300px;
	margin-left:-160px
}
#addItemInCartOptions,
#addItemInSubscribe,
#addItemInCart{
	width:400px;
	margin-left:-210px
}
#addItemInCartOptions table{width:100%}
#addItemInCartOptions table tr td:first-child{padding:5px}
#addItemInCartOptions .bt1,
#addItemInSubscribe .bt1,
#popupFormSubscribe .bt1,
#addItemInCart .bt1{padding:7px 15px 7px 40px}
#addItemInCartOptions .bt3,
#addItemInSubscribe .bt3,
#popupFormSubscribe .bt3,
#addItemInCart .bt3{padding:7px 15px}
#addItemInCartOptions .sale{
	right:143px;
	font-size:13px;
	color:#E83434;
	position:absolute;
	top:60px
}
#addItemInCartOptions .price_title {font-weight: normal;padding: 0;margin: 0;text-align: right;}
#addItemInCartOptions .choosePropsTitle {font-size: 13px;text-align: left !important;font-weight: bold; padding: 5px;}
#addItemInCart h4,
#addItemInSubscribe h4,
#popupFormSubscribe h4,
#addItemInCompare h4{
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#000;
	padding-top:15px;
	padding-bottom:20px
}
#addItemInCart .item_img img,
#addItemInSubscribe .item_img img,
#popupFormSubscribe .item_img img,
#addItemInCompare .item_img img{
	max-width:200px;
	max-height:200px;
	width:auto;
	height:auto
}
#addItemInCartOptions .item_img img{
	max-width:70px;
	max-height:70px;
	width:auto;
	height:auto
}
#addItemInCart .item_title,
#addItemInSubscribe .item_title,
#popupFormSubscribe .item_title,
#addItemInCartOptions .item_title,
#addItemInCompare .item_title{
	color:#1074a1;
	font-size:16px;
	padding-top:15px;
	text-align:center;
	padding-bottom:15px
}
#addItemInCartOptions .item_price{
	font-size:14px;
	display:block
}
#addItemInCartOptions .item_old_price{
	font-size:14px;
	display:block;
	text-decoration:line-through
}
#login p,
#addItemInCart p,
#addItemInSubscribe p,
#popupFormSubscribe p,
#addItemInCartOptions p,
#addItemInCompare p{
	text-align:center;
	padding:10px 0;
	display:block;
	font-size:13px
}
#addItemInCart .incart,
#addItemInSubscribe .incart,
#popupFormSubscribe .incart,
#addItemInCartOptions .incart,
#addItemInCompare .compare{
text-align:center;
font-size:14px
}
.close.button{
	width:13px;
	height:13px;
	right:10px;
	top:7px;
	cursor:pointer;
	position:absolute
}
#login input[type=password]{
	margin-bottom:5px;
	margin-top:2px;
}
#login .rememberme{
	float:right;
	position:relative;
}
#login .rememberme input{
	left:-20px;
	top:-1px;
	position:absolute;
}
#bgmod{
	background:rgba(0,0,0,0);
	display:none;
	min-width:2000px;
	height:100%;
	min-height:2000px;
	position:fixed;
	z-index:998;
	top:0;
	left:0
}

.svwp ul{position:relative;left:-999em}
.slideViewer{
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	background:#fff
}
.slideViewer ul{
	position:relative;
	left:0;
	top:0;
	width:1%;
	list-style-type:none;
	margin:0;
	padding:0
}
.slideViewer ul li{float:left}
.thumbSlider ul{
	list-style-type:none;
	margin:0;
	padding:0;
	height:101px
}
.thumbSlider ul li{
	float:left;
	margin:0;
	height:89px;
	padding-top:10px;

	width:88px;
	background:transparent
}
.slideViewer div > ul > li:before,
.thumbSlider ul li:before{
	content: ""!important;
}
.thumbSlider a{text-decoration:none}
.thumbSlider a img{
	border:none !important;
	display:block;
	margin:0 auto;
	padding:5px 7px 5px 7px
}
.thumbSlider p.tmbrdr{
	position:absolute;
	padding:0;
	border:none !important;
	margin-left:3px
}
.thumbSlider p.tmbrdr:hover{background:url("/bitrix/templates/zlatiks/images/p_bg.png") no-repeat top right}
.thumbSlider p.tmbrdr.active{background:url("/bitrix/templates/zlatiks/images/p_bg.png") no-repeat top left}



div.search-popup{border: 1px solid #333;background: #fff;padding: 2px;margin: 0px; width:307px; }
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: pointer;}
div.search-popup-row{background:#fff;font-family: Helvetica;}
div.search-popup-row-active{background:#eee;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
.sidebar.pleft{
	width:222px;
	float:left
}
.sidebar.pright{
	width:222px;
	float:right
}
.sidebar.ptop{}
.centralarea.pleft,
.workarea.pleft{
	width:728px;
	padding-left:20px;
	float:left
}
.breadcrumbs.pleft{
	width:728px;
	overflow:hidden
}
.centralarea.pright .breadcrumbs{
	padding-left:0;
}
.workarea.pright{
	width:728px;
	float:left
}
.centralareaptop,
.workarea.ptop{

}
.header_slider{
	padding-top:40px;
	width:980px;
	margin:0 auto
}
#slides .slide {
	width:980px;
	padding:20px 0
}
.slides_container {
	height:405px;
	overflow:hidden;
	position:relative
}
#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px
}
#slides .pagination {
	margin: 12px 0;
	width: 577px;
	text-align: center;
	z-index: 137;
	position: relative
}
#slides .pagination li {
	display:inline-block;
	list-style:none;
	margin:0 6px;
	width:19px;
	height:19px;
	padding:1px;
}
#slides .pagination li a {
	display:block;
	width:19px;
	height:19px;
	font-size:0
}
.slider_img{
	width:580px;
	height:400px
}
.header_slider .w{
	position: absolute;
	top: -9px;
	z-index: 0;
	width: 535px;
	height: 371px;
	background: white;
	margin-top: 27px;
	margin-left: 30px;
	-moz-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg)
}
.slider_img .s1,
.slider_img .s2{
	position: absolute;
	top: 10px;
	z-index: 150;
	width: 520px;
	height: 342px;
	box-shadow: 0px 0px 20px 2px black;
	margin-top: 26px;
	margin-left: 38px;
}
.slider_img .s1{
	-moz-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg)
}
.slider_img .s2{
	-moz-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg)
}
.slider_img .photo{
	position: absolute;
	top: -9px;
	text-align: center;
	z-index: 170;
	width: 536px;
	height: 373px;
	background: white;
	margin-top: 28px;
	margin-left: 29px;
}
.slider_img .photo table{
	width:500px;
	margin:10px auto 0;


}
.slider_img .photo table tr td{
	height:360px;
	width:500px;
	text-align:center;
	vertical-align:middle;
}
.slider_img .photo table tr td img{
	max-height:300px;
	height:auto;
	max-width:300px;
	width:auto;
}

#slides .next,
#slides .prev {
	position:absolute;
	width:57px;
	height:58px;
	display:none;
	z-index:101;
	margin-top: -207px;
}
#slides:hover .next,
#slides:hover .prev{display:block}
#slides .next{
	left:50%;
	margin-left:48px
}
#slides .prev{
	left:50%;
	margin-left:-489px
}
.info{
	width: 334px;
	position: absolute;
	left: 645px;
	top: 47px;
	height: 343px;
}
.info h2,
.info h4{
	width:334px;
	overflow:hidden;
}
.info h2{}
.info h4{margin-top:2px}
.info h2 a,
.info h4 a{
	text-decoration:none;
	font-size:26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.info h4 a{font-weight:normal}
.info p{
	padding-top:23px;
	font-size:14px;
	width:300px;
	line-height: 20px;
	height: 106px;
}
.info .more{
	text-decoration:none;
	font-weight:bold;
}
.info .more:hover{text-decoration:underline}
/*.buy {
	width: 330px;
	bottom: 0;
	position: absolute;
}
.buy td{
	padding:15px 14px;
	font-size:26px;
	line-height:19px;
	vertical-align:middle
}
.buy td:first-child{
	white-space: nowrap;
	font-weight:bold;
	text-shadow:0 1px 1px rgba(246,237,206,0.7)
}
.buy td .old_price{
	font-size:14px;
	text-decoration:line-through;
}
.buy td:last-child{
	width:14px;
	padding:0
}*/
.specialoffer{
	padding: 9px 11px;
	font-size: 24px;
	color: #000;
	position: absolute;
	top: 20px;
	right: 20px;
	background: #F5CB26;
	text-shadow:0 1px 1px rgba(255,255,255,0.7);
}
sup.notavailable,
sup.specialoffer,
sup.newproduct,
sup.saleleader{
	background: #f8e86f;
	color: #000;
	padding: 0px 8px 1px;
	font-weight: normal;
	font-size: 11px;
	position: relative;
	top: -5px;
	right:0;
}
sup.notavailable{background:#FFD8D8}
.title-search-result{
	top: 245px;
	left: 875px;
	width: 560px;
	border-radius:3px;
}
.cart-notetext{
	color: #5f6a71 !important;
	font-size:16px;
	display:block;
	min-height:200px;
	background:url(/bitrix/templates/zlatiks/images/notetext.png) no-repeat center;
}
.notetext{color: #5f6a71 !important}
.sortbutton.current,
.sortbutton.current:hover,
.sortbutton:active,
.sortbutton{padding:6px 10px}

.no-photo-div-small,
.no-photo-div-big{background:url(/bitrix/templates/zlatiks/images/no-photo.png) no-repeat center}
.no-photo-div-small{background-size:90% 90%}

.personal-page-nav div{
	background:#fff;
	border-radius:3px;
	border:1px solid #e0ecf3;
	padding:10px 15px;
	margin:10px 0 20px;
}
.personal-page-nav div h2{
		font-size:18px !important;
		padding-bottom:5px;
		border-bottom:1px solid #e0ecf3;
}
.personal-page-nav div ul li a{
	font-size:13px;

}

#popup_n_error,
.errortext{
	margin-top:15px;
	background: #f8eaed;
	background: url(/bitrix/templates/zlatiks/images/alert.png) 10px 50%  no-repeat, -moz-linear-gradient(top, #f8eaed 0%, #edd0d6 100%);
	background: url(/bitrix/templates/zlatiks/images/alert.png) 10px 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8eaed), color-stop(100%,#edd0d6));
	background: url(/bitrix/templates/zlatiks/images/alert.png) 10px 50% no-repeat, -webkit-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url(/bitrix/templates/zlatiks/images/alert.png) 10px 50% no-repeat, -o-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url(/bitrix/templates/zlatiks/images/alert.png) 10px 50% no-repeat, linear-gradient(to bottom, #f8eaed 0%,#edd0d6 100%);
	color:#881521 !important;
	font-size:15px;
	text-shadow: 0 1px 0 #fff;
	padding:10px 15px 10px 60px !important;
	display:inline-block;
	border-top:1px solid #e4cbd1;
	border-right:1px solid #d5babe;
	border-bottom:1px solid #c9abaf;
	border-left:1px solid #d5babe;
	box-shadow:inset 0 1px 1px 0 #fff;
	border-radius:5px;
	font-weight:bold;
}
#popup_n_error{display:none}

.sidebar .nav>li>span .showchild .arrow,
.sidebar .nav.popup>li>span .showchild_popup .arrow,
.sidebar .nav>li>ul>li span .showchild .arrow,
.sidebar .nav.popup>li>ul>li span .showchild_popup .arrow,
.social .social-eshop a,
.social-eshop a,
.social a span,
.itemleft,
.itemright,
.newsale span,
.hitsale span,
.sortbutton span,
.close.button,
#slides .next,
#slides .prev ,
#slides .pagination li a,
.listitem-carousel .pager a,
.listitem-carousel .prev,
.listitem-carousel .next,
.deleteitem_compare,
.mycurrentorders td .deleteitem,
.ui-slider .ui-slider-handle,
.count_nav a,
.content_search_box table tr td .input input[type="submit"]{background:url("/bitrix/templates/zlatiks/images/gui.png") no-repeat}

.sidebar .nav>li>span .showchild .arrow,
.sidebar .nav.popup>li>span .showchild_popup .arrow,
.sidebar .nav>li>ul>li span .showchild .arrow,
.sidebar .nav.popup>li>ul>li span .showchild_popup .arrow					{background-position:-182px -19px}
.sidebar .nav>li:hover>span .showchild .arrow								{background-position:-38px -360px}
.sidebar .nav>li span .showchild:hover .arrow								{background-position:-37px -380px}
.sidebar .nav>li.current>span .showchild .arrow							{background-position:-38px -321px}
.sidebar .nav>li.current>span .showchild:hover .arrow						{background-position:-38px -340px}
.sidebar .nav>li.selected>span .showchild .arrow							{background-position:-38px -303px}
.sidebar .nav>li.current.selected>span .showchild .arrow,
.sidebar .nav>li.current.selected>span .showchild:hover .arrow			{background-position:-38px -284px}
.sidebar .nav>li>ul>li:hover>span .showchild>.arrow						{background-position:-38px -458px}
.sidebar .nav>li>ul>li span .showchild:hover .arrow							{background-position:-37px -423px}
.sidebar .nav>li.current ul>li.lvl2.current>span .showchild .arrow			{background-position:-38px -442px}
.sidebar .nav>li.current ul>li.lvl2.current>span .showchild:hover .arrow	{background-position:-38px -402px}
.sidebar .nav.popup>li>span .showchild_popup .arrow						{background-position:-38px -708px}
.sidebar .nav.popup>li:hover>span .showchild_popup .arrow					{background-position:-38px -688px}
.sidebar .nav.popup>li.current.selected>span .showchild_popup .arrow		{background-position:-38px -689px}
#slides .prev															{background-position:0 0}
#slides .next															{background-position:0 -58px}
#slides .next:active 													{background-position:0 -174px}
#slides .prev:active 													{background-position:0 -116px}
.itemleft,			.listitem-carousel .prev								{background-position:0 -285px}
.itemleft:hover,	.listitem-carousel .prev:hover						{background-position:0 -320px}
.itemleft:active,	.listitem-carousel .prev:active						{background-position:0 -355px}
.itemright,			.listitem-carousel .next								{background-position:0 -389px}
.itemright:hover,	.listitem-carousel .next:hover						{background-position:0 -424px}
.itemright:active,	.listitem-carousel .next:active						{background-position:0 -459px}
.newsale span															{background-position:0 -657px}
.hitsale span															{background-position:0 -689px}
.content_search_box table tr td .input input[type="submit"]					{background-position:0 -718px}
.deleteitem_compare,.mycurrentorders td .deleteitem						{background-position:0 -776px}
.deleteitem_compare:hover,.mycurrentorders td .deleteitem:hover			{background-position:0 -798px}
.ui-slider .ui-slider-handle												{background-position:-36px -588px}
#slides .pagination li a 													{background-position:-39px -650px}
#slides .pagination li.current a 											{background-position:-39px -631px}
.listitem-carousel .pager a												{background-position:-42px -512px}
.listitem-carousel .pager a:hover, .listitem-carousel .pager a.selected	{background-position:-41px -495px}
.close.button															{background-position:-46px -480px}
.social .fb																{background-position:0 -496px}
.social .tw																{background-position:0 -528px}
.social .od																{background-position:0 -560px}
.social .vk																{background-position:0 -592px}
.social .gp																{background-position:0 -624px}
.social .all >a> span															{background-position:-32px -905px}
.social .all:hover >a>span															{background-position:0 -905px}
.social a .vkontakte														{background-position:-32px -1033px}
.social a .odnoklassniki													{background-position:-32px -809px}
.social a .mymailru														{background-position:-32px -841px}
.social a .facebook														{background-position:-32px -873px}
.social a .google														{background-position:-32px -937px}
.social a .openid-mail-ru												{background-position:0 -1033px}
.social a .openid														{background-position:0 -841px}
.social a .yandex														{background-position:0 -873px}
.social a .livejournal													{background-position:0 -937px}
.social a .liveinternet													{background-position:0 -969px}
.social a .blogger														{background-position:0 -1001px}
.social a .twitter														{background-position:-32px -1001px}
.social a .liveid														{background-position:-32px -969px}

.listitem-carousel .next{right:0}

.w100p{width:100% !important}
.w980p{width:980px !important}
.w748p{width:748px !important}
.db{display:block !important}
.fll{float:left !important}
.flr{float:right !important}
.fln{float:none !important}
.fwb{font-weight:bold !important}
.fwn{font-weight:normal !important}
.fsi{font-style:italic !important}
.fsn{font-style:normal !important}
.tac{text-align:center !important}
.tal{text-align:left !important}
.tar{text-align:right !important}
.m0a{margin:0 auto !important}
.vat{vertical-align:top !important}
.vam{vertical-align:middle !important}
.vab{vertical-align:bottom !important}
.vabl{vertical-align:baseline !important}

.lsnn,
.lsnn li{list-style: none !important}
.lsnn:before,
.lsnn li:before{content:none !important}

.social > a,
.social .social-eshop a{
	display:inline-block;
	width:31px;
	height:32px;
	background: url("/bitrix/templates/zlatiks/images/gui.png") no-repeat;
}
#login .social .social-eshop a{background-image:none}
.social a span{
	display:inline-block;
	width:31px;
	height:32px;
}
.social{
	text-align:left;
	padding-bottom:8px;
}
.social li{display:inline-block}
.social li>ul{
	display:none;
	position:absolute;
	width:290px;
	text-align:right;
	z-index:99999;
}
.social li.notfull{position:relative}
.social li.full>ul{left:4px}
.social li.notfull>ul{
	right:0;
	left:none;
}
.social .all:hover ul{display:block}

.social .social-eshop a,
.social a span{width:32px}

form[name="bx_auth_services"] input[type="submit"]{}

.bx-auth-service-form input[type=text]{height:20px}

.cart-item-name{
	width:200px;
}
.cart-item-price {
    white-space: nowrap;
}
.cart-item-name,
/*.cart-item-price,*/
.cart-item-price div,
.cart-item-price span,
.map-columns{
	width:100%;
}
.map-columns li{
	padding:10px;
}
.map-columns li a{
	font-weight:normal;
}
.bt1{white-space:nowrap}

/*new*/
#callPhone, #addOrder, #back_email, #back_email_2 {
    width: 400px;
    background: #fff;
    padding: 20px 20px 40px 20px;
    text-align: center;
}
#back_email_2 .input_name{
	width:130px;
}
.callPhone, .addOrder, .popup_container {
    display: none;
}
.container {
    overflow: hidden;
}
.call_header {
    font-size: 24px;
    font-weight: bold;
}
.text input {
    float:left;
    background:none;
    border-style:none;
    width: 200px;
    padding: 3px 10px;
    height: 28px;
    text-align: center;
}
.input_name {
    line-height: 24px;
    float: left;
    text-align: right;
    width: 114px;
    padding-right: 20px;
    line-height: 36px;
    color: #797979;
    font-size: 15px;
}
.text {
    float:left;
    border:1px solid #a7a7a7;
    position:relative;
    position:relative;
    margin:0 7px 0 0;
}
.btn {
    font-size: 14px;
    padding: 10px;
}
.text textarea {
    border: none;
    resize: none;
    width: 220px;
    height: 80px;
    background: none;
    font-size: 15px;
    box-shadow: none;
    box-sizing: border-box;
}
.error {
    border-color: red !important;
}
.success {
    color: green;
    font-size: 16px;
}
.in_content {
    padding: 20px;
    font: 13px/16px Arial, Helvetica, sans-serif;
    text-align: left;
}
.in_content p {
    color: #545454;
    text-align: left;
}
.in_content h2 {
    margin-left: 0px;
}
.faq-item {
    margin: 20px 0;
}
.faq-list li {
    line-height: 26px;
}

/*Пагинация*/
.listNumb{
    text-align:center;
}
.listNumb li{
    display:inline;
    vertical-align:middle;
}
.listNumb li a{
    display:inline-block;
    width:26px;
    height:27px;
    border:1px solid #bcbcbc;
    margin:0;
    background:url(/img/listNum.png) repeat-x 0 0;
    text-align:center;
    color:#444444;
    text-decoration:none;
    font:14px/27px Arial, Helvetica, sans-serif;
    position:relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.listNumb li a:hover, .listNumb li.active a, .listNumb li.first a, .listNumb li.last a{
    background-position:0 100%;
    border:1px solid #888; /*#9d9d9d;*/
	color: #fff;
}
.listNumb li i{
    display:block;
    width:7px;
    height:10px;
    background:url(/img/arrs_nav.png) no-repeat 0 0;
    position:absolute;
    top:9px;
    left:9px;
}
.listNumb li .arR{
    background-position:100% 0;
}
.contact-form {
    overflow: hidden
}
.left-contact-form, .right-contact-form {
    float: left;
    width: 50%;
}
.left-contact-form {
    width: 48%;
    padding-right: 2%;
}
.filter_catalog {
    color: rgb(201, 201, 201);
}
.filter_catalog input[type="submit"] {
    cursor: pointer;
}
.filter_title {
    cursor: pointer;
    border-bottom: 1px dashed #fff;
}
.filter_catalog_container {
    display: none;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}
.filter_catalog_container.filter_section_list {
    display: block;
}
.filter_catalog_items {
    float: left;
 /*   width: 25%; */
margin:8px 5px;}


.filter_catalog_items a {
    color: #ecc677;
    font-size: 14px;
    line-height: 22px;
   border: 1px solid #ecc677; 
   border-radius: 8px; 
   padding: 5px 7px;
   text-decoration: none;
}



.filter_catalog_items a:hover {
    color: #fff;
   border: 1px solid #fff; 


}

.section_container {
    margin: 0 0 40px 0;
}
.add_articles {
    margin-bottom: 30px;
}


.headTab .ht3 {
    padding-top:14px !important;
}

.bxmaker_geoip_delivery_box {
    padding-left: 10px;
    color: #000;
}
.bxmaker_geoip_delivery_box .bxmaker_geoip_epilog_city_name {
    color: #000;
    border-bottom: 1px solid #000;
}

.bxmaker_geoip_delivery_box a {
    color: #000;
}

.c-bxmaker_geoip_line_default_box .city_box > span {
   color:  #ecc677 !important;
    border-color:  #ecc677 !important;
}

.c-bxmaker_geoip_line_default_box .city_info_box {
    display:none !important;
}
.c-bxmaker_geoip_line_default_box .city_question_box {
    display:none !important;
}


.bxmaker_geoip_delivery_box .delivery_courier_row .bxmaker_geoip_epilog_city_name  {
    border-bottom-style: dashed;
}

.bxmaker_geoip_delivery_box .delivery_pickup_row a  {
    text-decoration:none;
    border-bottom:1px dashed #000;

}


.bxmaker_delivery_page_title_box span {
    color:  #1A1A1D !important;
    border-color:  #1A1A1D !important;
}

.bx_order_make .bx_result_price {display:none!important;}
#SDEK_delivInfo {display:none!important;}

.new .nLab {display:none!important;}

#SDEK_delivInfo_PVZ, #SDEK_delivInfo_POSTOMAT {display:none!important;}
/* End */
/* /bitrix/templates/zlatiks/js/fancybox/jquery.fancybox-1.3.1.css?14574568005604 */
/* /bitrix/templates/zlatiks/css/bxmaker.css?14839767088785 */
/* /bitrix/components/bxmaker/geoip.line/templates/.default/style.css?14576140216567 */
/* /bitrix/templates/zlatiks/components/bitrix/menu/blue_tabs1/style.css?13839021571017 */
/* /bitrix/templates/zlatiks/components/bitrix/breadcrumb/template1/style.css?1383902157227 */
/* /bitrix/templates/zlatiks/components/bitrix/search.title/eshop/style.css?13839021573113 */
/* /bitrix/templates/.default/components/bitrix/menu/bottom1/style.css?1383902158626 */
/* /bitrix/components/bxmaker/geoip.epilog/templates/.default/style.css?147981798516010 */
/* /bitrix/components/bxmaker/geoip.delivery/templates/.default/style.css?14576147865858 */
/* /bitrix/templates/zlatiks/styles.css?154401384326670 */
/* /bitrix/templates/zlatiks/template_styles.css?161401290063869 */
