

/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.line/.default/style.css?15795225404229*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
	border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-name
{
	padding-bottom: 5px;
}
.bx-basket-item-list-item-name a
{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}
.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */


/* Start:/local/components/custom/search.title/templates/search-m/style.css?15916827244300*/

.namediv {
	width:auto;
	line-height:normal;
	margin-left:70px;
	padding-top:5px;
}

.name-element-m {
	display:none;
}
.name-element {
	display:inline-block;
}

@media (max-width: 600px) {

	.name-element-m {
		display:inline-block;
	}
	.name-element {
		display:none;
	}
}

.bx-input-group input::placeholder {
  color: #CCC;
  
}

.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;

	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #fe6700;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:auto;
	z-index:999;
	min-width: 370px;
	margin-top:-3px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/components/custom/search.title/templates/search-m/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	float: left;
	width: 60px;
	padding: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative;

}
.bx_searche .bx_image{
	width: 60px;
	height: 60px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 45px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{
	color: #4788cb;
	}
.bx_item_block.all_result a{
	margin-top: 0;
}

/* End */


/* Start:/local/fonts/HelveticaNeueCyr/stylesheet.css?15795225426153*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on August 21, 2017 1:40 PM */

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.eot');
	src: local('HelveticaNeueCyr-Medium'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.eot');
	src: local('HelveticaNeueCyr-Heavy'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-HeavyItalic.eot');
	src: local('HelveticaNeueCyr-HeavyItalic'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-HeavyItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-HeavyItalic.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-HeavyItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.eot');
	src: local('HelveticaNeueCyr-Black'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLightItalic.eot');
	src: local('HelveticaNeueCyr-UltraLightItalic'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLightItalic.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BlackItalic.eot');
	src: local('HelveticaNeueCyr-BlackItalic'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BlackItalic.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-ThinItalic.eot');
	src: local('HelveticaNeueCyr-ThinItalic'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-ThinItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-ThinItalic.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-MediumItalic.eot');
	src: local('HelveticaNeueCyr-MediumItalic'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-MediumItalic.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-LightItalic.eot');
	src: local('HelveticaNeueCyr-LightItalic'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-LightItalic.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.eot');
	src: local('HelveticaNeueCyr-UltraLight'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BoldItalic.eot');
	src: local('HelveticaNeueCyr-BoldItalic'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BoldItalic.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Italic.eot');
	src: local('HelveticaNeueCyr-Italic'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Italic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Italic.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Italic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot');
	src: local('HelveticaNeueCyr-Roman'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot');
	src: local('HelveticaNeueCyr-Bold'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.eot');
	src: local('HelveticaNeueCyr-Light'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.eot');
	src: local('HelveticaNeueCyr-Thin'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

/* End */


/* Start:/local/css/basic/jquery.tabs.css?15795225401042*/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav { list-style: none; margin: 0 0 20px 0; padding: 0; }
.tabs-nav:after { display: block; clear: both; content: " "; }
.tabs-nav li { list-style-type: none; list-style-position: outside; margin: 0 25px 0 0; padding: 0; float: left; border-bottom: 3px solid transparent; }
.tabs-nav a, .tabs-nav a span { display: block; font-weight: bold; }
.tabs-nav a { text-decoration: none; white-space: nowrap; color: #ffffff; padding: 0 0 5px 0; }
.tabs-nav .tabs-selected { border-bottom: 3px solid #FE7400; }
.tabs-nav .tabs-selected a { color: #FE7400; }
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-container { }
/* End */


/* Start:/local/css/input/formstyler/jquery.formstyler.css?157952254012326*/
.jq-checkbox {
	top: -2px;
	vertical-align: middle;
	/*
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	border-radius: 3px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	background-image: url(/local/css/input/formstyler/checked.png);
    background-position: -20px 0;
	background-repeat: no-repeat;
	*/
	background: #FFFFFF;
	border: 1px solid #979797;
	cursor: pointer;
    cursor: pointer;
    display: inline-block;
    width: 20px;
	height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.jq-checkbox.checked { background-position: 0 0; }
.jq-checkbox.checked .jq-checkbox__div {
	width: 14px;
	height: 14px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	background: #FE7400;
}
.jq-checkbox.focused {
	/* border: 1px solid #08C; */
}
.jq-checkbox.disabled {
	opacity: .55;
}


.jq-radio {
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 0 2px 0 0;
	border: 1px solid #979797;
	border-radius: 100%;
	background: #FFFFFF;
	cursor: pointer;
	top: -2px;
}
.jq-radio.checked .jq-radio__div {
	width: 14px;
	height: 14px;
	margin: 4px 0 0 4px;
	border-radius: 100%;
	background: #FE7400;
}
.jq-radio.focused {
	border: 1px solid #FE7400;
}
.jq-radio.disabled {
	opacity: .55;
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; 
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; 
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	padding: 9px 35px 9px 15px;
	border: 1px solid #dddddd;
}
.jq-selectbox__select:hover {
}

.jq-selectbox__select:active {
	/*background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;*/
}

.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #fe6700;
}

.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #0F0;
	background: #0F0;
	color: #0F0;
}

.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: normal;
}

.jq-selectbox .placeholder {
	color: #888;
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #dddddd;
}
.jq-selectbox.focused .jq-selectbox__trigger {
	border-left: 1px solid #fe6700;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	line-height: 14px;
	margin-top: -7px;
	margin-left: -7px;
}
.jq-selectbox__trigger-arrow:before {
	content: "\f107";
	font-family: 'FontAwesome';
	line-height: 14px;
	color: #1c1c1d;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow:before {
	color: #fe6700;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}

.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 2px;
	background: #FFF;
}

.jq-selectbox__search {
	margin: 5px;
}

.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font-size:16px; line-height:40px; font-family: 'Roboto'; font-weight: 500;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font-size:16px; line-height:40px; font-family: 'Roboto'; font-weight: 500;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

/* End */


/* Start:/local/css/sigma/jquery.sigma.css?15795225402835*/
.pager-no-scroll, .pager-no-scroll body { overflow: hidden; }

.ld-overlay { text-align: center; background-color: #ffffff; }
.ld-overlay span { line-height: 100%; }

.popup-item-layout { background: none repeat scroll 0 0 #000; opacity: 0.6; position: fixed; right: 0; top: 0; z-index: 3000; bottom: 0; left: 0; }
.popup-item-wrap { bottom: 0; left: 0; overflow: auto; position: fixed; right: 0; text-align: center; top: 0;   z-index: 3001; cursor: pointer; }
.popup-item-outer { background-color: #FAFAFA; margin: 20px auto; text-align: left; position: relative; }
.popup-item-inner { padding: 30px 30px; cursor: auto; background: #ffffff; }
.popup-item-outer .popup-item-exit { background: url(/local/css/sigma/./icon-close-h.png) no-repeat 50% 50%; height: 50px; width: 50px; position: absolute; top: 0; right: 0; cursor: pointer; }
.popup-item-outer .popup-item-exit:hover { background: url(/local/css/sigma/./icon-close-h.png) no-repeat 50% 50%; }
.popup-item-outer .main-header { line-height: 30px; padding: 10px 30px; font-size: 24px; color: #ffffff; margin: -30px -30px 30px -30px; position: relative; background: #F27002; font-family: 'Francker W10', Arial, sans-serif; font-weight: 500; }
.popup-item-outer .popup-bg { background-position: 0 0; border: 0 none; margin: 0; padding: 0; position: absolute; z-index: 1001; }
.popup-item-inner .error-input { color: #C5000F; font-size: 12px; display: block; }
.popup-item-inner .red { color: #C5000F; }
.popup-item-inner input.error-input { border: 1px solid #C5000F; -moz-box-shadow: inset 0 0 3px #C5000F; -webkit-box-shadow: inset 0 0 3px #C5000F; box-shadow: inset 0 0 3px #C5000F; background: #FFD9D9; }

.ok-message { padding: 100px 0; text-align: center; font-weight: 700; font-size: 18px; color: #777; display: block; }

.long-text { position: relative; margin-bottom: 40px; }
.long-text .hide-long-more { bottom: 0; left: 0; right: 0; background: url(/local/css/sigma/./down_trans_grad.png) repeat-x 0 0; height: 40px; border-bottom: 1px solid #ffcf22; }
.long-text .hide-long-more a { display: block; text-align: center; padding-top: 40px; }
.long-text .hide-long-more a span { display: inline-block; padding: 0 35px; line-height: 32px; background: #ffcf22; font-weight: 700; color: #333333; font-size: 12px; text-transform: uppercase; }
.long-text .hide-long-opened { background: none; }
.long-text .hide-long-opened a span { background: #0e73ad; color: #ffffff; }

.popup-item-wrap h1 { text-align: center; color: #dd2222; font-size: 24px; font-weight: 500; margin-bottom: 30px; }

.ll-loading { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ll-loading div { display: table-cell; text-align: center; vertical-align: middle; }

@media all and (max-width: 540px) { 
	.popup-item-inner { padding: 20px 30px; }
	.popup-item-outer .main-header { padding: 10px 20px; margin: -20px -30px 20px -30px; }
}	
/* End */


/* Start:/local/css/fontawesome/css/font-awesome.min.css?157952254031000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/css/fontawesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/local/css/fontawesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/css/fontawesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/css/fontawesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/css/fontawesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/css/fontawesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/local/templates/custom/css/template.css?1750928598112003*/
.list_tech {
  width: 100%;
-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media (max-width: 1024px) {
 .list_tech {
  width: 100%;
-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}


.m-social {
	display: none;
}

.treeHTML { /* вся форма */ 
  line-height: normal;
}
.treeHTML label { /* пункты и соединяющие их линии */ 
  position: relative;
  display: block;
  padding: 0 0 0 1.2em;
}
.treeHTML label:not(:nth-last-of-type(1)) {
  border-left: 1px solid #94a5bd;
}
.treeHTML label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1em;
  height: .5em;
  border-bottom: 1px solid #94a5bd;
}
.treeHTML label:nth-last-of-type(1):before {
  border-left: 1px solid #94a5bd;
}
.treeHTML fieldset,
.treeHTML fieldset[class=""] .razvernut { /* списки */ 
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0 0 0 2em;
  border: none;
}
.treeHTML fieldset:not(:last-child) {
  border-left: 1px solid #94a5bd;
}
.treeHTML .razvernut {
  position: relative;
  visibility: visible;
}
.treeHTML > fieldset > legend,
.treeHTML .razvernut > fieldset > legend { /* плюс */
  position: absolute;
  left: -5px;
  top: 0;
  height: 10px;
  width: 10px;
  margin-top: -1em;
  padding: 0;
  border: 1px solid #94a5bd;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  background-image: linear-gradient(to left, #1b4964, #1b4964), linear-gradient(#1b4964, #1b4964), linear-gradient(315deg, #a0b6d8, #e8f3ff 60%, #fff 60%);
  background-size: 1px 5px, 5px 1px, 100% 100%;
  visibility: visible;
  cursor: pointer;
}
.treeHTML fieldset[class=""] .razvernut fieldset legend {
  visibility: hidden;
}
.treeHTML .razvernut > legend { /* минус */
  background-image: linear-gradient(#1b4964, #1b4964) !important;
  background-size: 5px 1px !important;
}


.mobile {
	display: none;
}

.search-m {
	display: block;
}


.divTable{
  display: table;
  width: 100%;
}
.divTableRow {
  display: table-row;
  border-bottom: 1px solid #6b6b6b;
}

.divTableCell {
  text-align:center;
  vertical-align: middle;
  border-bottom: 1px solid #6b6b6b;
  display: table-cell;
  padding: 3px 10px;
}

.divTableCell-m {

  display: table-cell;
  padding: 3px 10px 3px 0px;
}

.divTableCelltop {
	  display: none;
	}

.divTableRow-m {
  display: none;
}

@media (max-width: 600px) {

	.m-social {
		display: block;
		text-align:center;
		padding-top:20px;
		font-size:36px;
		color:#fe6700;
	}


	.divTableRow {
	  display: none;
	}
	.divTableRow-m {
	  display: block;
	  border-bottom: 1px solid #6b6b6b;
	}
	.divTableCelltop {
	  display: block;
	}
	.mobile-hide {
		display: none;
	}
	.mobile {
		display: block;
	}
	.search-m {
		display: block;
		padding:0 10px;
	}
}

@media (max-width: 992px) {

	.mobile-hide {
		 display: none;
		}

}

.button-grey, .button-grey a {
	padding: 0 40px;
	border: 1px solid #6b6b6b;
	cursor: pointer;
	color: #ffffff;
	margin: 10px;
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	transition: all 0.2s ease-out;
	background: #6b6b6b;
	font-weight: 400;
	text-align: center;
}
.button-grey:hover, .button-grey a:hover { 
	background: #ffffff; 
	color: #6b6b6b; 
}

.button-disabled {
	padding: 0 40px;
	border: 1px solid #dedede;
	cursor: pointer;
	color: #ffffff;
	margin: 10px;
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	transition: all 0.2s ease-out;
	background: #dedede;
	font-weight: 400;
	text-align: center;
}
	
.button-orange, .button-orange a {
	padding: 0 40px;
	border: 1px solid #fe6700;
	cursor: pointer;
	color: #ffffff;
	margin: 10px;
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	transition: all 0.2s ease-out;
	background: #fe6700;
	font-weight: 400;
	text-align: center;
}
.button-orange:hover, .button-orange a:hover { 
	background: #ffffff; 
	color: #fe6700; 
}

.button-white, .button-white a {
	padding: 0 40px;
	border: 1px solid #6b6b6b;
	cursor: pointer;
	color: #6b6b6b;
	margin: 10px;
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	transition: all 0.2s ease-out;
	background: #ffffff;
	font-weight: 400;
	text-align: center;
}
.button-white:hover, .button-white a:hover { 
	background: #6b6b6b; 
	color: #ffffff;
}

@media (max-width: 767px) {
	.button-grey, .button-grey a {
		padding: 0 20px;
	}
		
	.button-orange, .button-orange a {
		padding: 0 20px;
	}

	.button-white, .button-white a {
		padding: 0 20px;
	}

	.button-disabled, .button-disabled a {
		padding: 0 20px;
	}
	
}

.videoframe {position:relative;padding-bottom:56.25%;/*пропорции видео 16:9 */padding-top:; height:0;}

.videoframe iframe {position:absolute;top:0;left:0;width:100%;height:100%;}

@media (max-width: 767px) {
	.videoframe {
	margin-left: -30px;
	margin-right: -30px;
	padding-top: 25px;
	top: 10px;
	}
}


html {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	/*font-family: 'HelveticaNeueCyr';*/
	font-family: 'Verdana';
	font-weight: 400;
	color: #6b6b6b;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	line-height: 1.6em;
}
form, div {
	border: 0px;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
table, td  { 
	border: 0; 
	margin: 0; 
	color:#6b6b6b; 
}
table { 
	padding: 0; 
}
td, div, li, ul { 
	/*font-family: 'HelveticaNeueCyr';*/
	font-family: 'Verdana';
	font-weight: inherit; 
	font-size: inherit; 
	color: inherit; 
	text-align: inherit; 
	line-height: inherit; 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}
*::after, *::before {
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}
img { 
	border:none; 
}
a { 
	outline: none; 
	color: #6b6b6b; 
	font-size: inherit; 
	font-family: inherit; 
	font-weight: inherit; 
	text-decoration: underline; 
	cursor: pointer; 
	transition: all 0.2s ease-out; 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}
a:hover {
	color:#fe6700; 
	text-decoration: none 
} 
a img {
	border:none;
}
p {
	text-indent: 0; 
	margin: 0 0 12px 0; 
	padding: 0; 
}
h1, h1 a, h2, h2 a, h3, h3 a {
	/*font-family: 'HelveticaNeueCyr';*/
	font-family: 'Verdana';
	font-weight: 300; 
	line-height: normal; 
	padding: 0; 
	margin: 0; 
	color: #6b6b6b; 
	text-transform: uppercase;
}
h1, h1 a {
	font-size: 28px;
	line-height: normal;  
	margin-bottom: 28px; 
}
h2, h2 a {
	font-size: 24px;
	margin-bottom: 24px; 
}
h3, h3 a {
	font-size: 20px;
	margin-bottom: 20px; 
}
h4, h4 a {
	font-size: 18px;
	margin-bottom: 18px;
}
.main-content h1 {
	position: relative;
	text-align: center;
}
.main-content h1 span {
	display: inline-block;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
	padding: 0 20px;
}
.main-content h1:before {
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
	display: block;
	content: " ";
	overflow: hidden;
	background-color: #878289;
}


.main-header {
	text-align: center; 
	/*font-family: 'HelveticaNeueCyr';*/
	font-family: 'Verdana';
	font-weight: 300; 
	line-height: normal; 
	padding: 0; 
	margin: 0; 
	font-size: 30px; 
	margin-bottom: 15px; 
	color: #6b6b6b;
}
ul, ol {
	margin-bottom: 12px;
}
ul li { 
	list-style-type: disc; 
	margin-bottom: 5px;
}

ol {
	padding-left: 40px;
	counter-reset: li;
}
ol li {
	margin-bottom:15px;
	position: relative;
	list-style: none;
}
ol li::before {
    content: counter(li);
    counter-increment: li;
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    width: 27px;
    height: 27px;
	line-height: 27px;
    overflow: hidden;
    background: #FC7945;
	-khtml-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	color: #FFF;
    font-size: 16px;
}
ol li::after {
	width: 33px;
    height: 33px;
	line-height: 33px;
	border: 1px solid #FC7945;
	top: -3px;
    left: -43px;
	content: " ";
	position: absolute;
	display: block;
	overflow: hidden;
	-khtml-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

input, textarea, select { 
	/*font-family: 'HelveticaNeueCyr';*/
	font-family: 'Verdana';
	font-size: 16px; 
	color: #6b6b6b; 
	font-weight: 400; 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	outline: none; 
	resize: none; 
	transition: all 0.2s ease-out;
}
hr { 
	border-bottom: 1px dotted #4c4c4c; 
	border-top: none; 
	border-left: none; 
	border-right: none; 
	background-color: transparent; 
	height: 1px; 
	padding: 0; 
	margin: 4px 0px; 
}
blockquote {
	padding: 20px 4%;
	color: #383d41;
	background-color: #e2e3e5;
	border: 1px solid #d6d8db;
	margin: 0 0 25px 0;
	clear: both;
	position: relative;
}
blockquote:before {
	font-family: "FontAwesome";
	font-size: 18px;
	display: block;
	text-indent: 0;
	position: absolute;
	top: 24px;
	left: 20px;
}
.bq-important {
	color: #004085;
	background-color: #cce5ff;
	border: 1px solid #b8daff;
	padding-left: 50px;
}
.bq-important:before {
	color: #004085;
	content: "\f071";
}
.bq-success {
	color: #155724;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	padding-left: 50px;
}
.bq-success:before {
	color: #155724;
	content: "\f164";
}
.bq-alarm {
	color: #721c24;
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
	padding-left: 50px;
}
.bq-alarm:before {
	color: #721c24;
	content: "\f056";
}
.errortext {
	color: #721c24;
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
	padding: 4px 12px;
	display: block;
	margin-bottom: 12px;
}
.lazy-load { 
	background: #666666 url(/local/images/ajax-loader.gif) no-repeat 50% 50%; 
	background-size: 40px 40px; 
}
img.lazy-load { 
	background: none; 
	background-size: auto; 
}
.f-required { 
	color: #cc0000; 
}
.no-photo { 
	display: block; 
	background: #ffffff url(/local/images/nophoto.png) no-repeat 50% 50%; 
	padding: 50%; 
	line-height: 1px; 
	height: auto; 
}
.main-content .i-block { 
	margin-bottom:50px; 
}
.i-block-title {
	/*font-family: 'HelveticaNeueCyr';*/
	font-family: 'Verdana';
	font-size: 24px;
	line-height:48px;
}
.main-head > .i-block-title {
	margin-bottom: 50px;
	margin-top: 20px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	color: #6b6b6b;
	font-weight: 300;
}
.main-head > .i-block-title span {
	display: inline-block;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
	padding: 0 20px;
}
.i-block-title a { 
	/*font-family: 'HelveticaNeueCyr';*/
	font-family: 'Verdana';
	text-decoration: none; 
	color: #6b6b6b;
}
.main-head > .i-block-title:before {
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
	display: block;
	content: " ";
	overflow: hidden;
	background-color: #878289;
}

@media all and (max-width: 800px) {
	.main-head > .i-block-title {font-size: 20px; }
}  
@media all and (max-width: 540px) {
	.main-head > .i-block-title {}
}  


.i-block-more { position:relative; }
.i-block-more a { color:#878289; }
.i-block .r-block { padding: 0; margin: 0; list-style: none; }
.i-block .item { padding: 0; margin: 0; list-style: none; position: relative; overflow: hidden; }
.i-block .item > a, .i-block .image > a { display: block; text-decoration: none; }
.i-block .image { overflow: hidden; position: relative; }
.i-block .image img { display: block; transition: all 0.3s ease-out; }

.i-block .name { margin-bottom: 10px; font-weight:400; font-size:16px; color:#6b6b6b; }
.i-block .name a { color:#6b6b6b; text-decoration: none; }
.i-block .text { clear: both; }
.i-block .date { color:#6b6b6b; font-size:14px; font-weight: 400; margin-bottom: 10px; }

.input-text { border:none; border-bottom: 1px solid #6b6b6b; padding: 0 12px; line-height: 36px; height: 38px; }
textarea.input-text {padding: 12px 12px; line-height: normal; height:60px;} 
.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route{line-height: 36px; height: 38px; font-size: 16px;  color: #6b6b6b  !important;;}
.form-field { position: relative; margin-bottom: 15px; clear: both; }
.form-field label {display: block; margin-bottom: 8px; font-weight: 700; }
.form-field .input-text, .form-field select { width: 100%; }
.input-field { margin-bottom: 10px; }
.input-field .input-text { width: 100%; }
.input-date { padding-right: 50px; /*font-family: 'HelveticaNeueCyr';*/
	font-family: 'Verdana';  font-weight:700; font-size:13px; color:#6b6b6b;}
.input-time { padding-right: 50px; }

.input-field-browse { display: block; position: relative; margin-bottom: 15px; float: left; cursor:pointer; font-size:12px; color:#6b6b6b; border:1px solid #b1b1b1; height:25px; line-height:25px; padding:0 40px 0 10px; float:left;}
.input-field-browse:before{content:""; display:block; position:absolute; right:0px; top:0; bottom:0; width:30px; border-left:1px solid #b1b1b1; background:url(/local/templates/custom/css/../images/icon-5.png) center center no-repeat; }
.input-field-browse input {position: absolute; top: 0; right: 0; opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); cursor: pointer; /*font-size: 200px;*/ width:100%; height: 100%; padding-right:400px;}
.input-field-files{}
.input-field-files ul{margin:0; padding:0; list-style:none;}
.input-field-files .file-item{margin:0; padding:0; list-style:none; display:inline-block; clear:both; margin-bottom: 15px; font-size:12px; color:#6b6b6b; border:1px solid #b1b1b1; height:25px; line-height:25px; padding:0 40px 0 10px; position:relative;}
.input-field-files .file-item .icon-close{ display:block; position:absolute; right:0px; top:0; bottom:0; width:30px; border-left:1px solid #b1b1b1; background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3388px no-repeat scroll; overflow:hidden; text-indent:999px;}
/*background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png*/

.input-field-files .file-item .input-text{display:none;}


.input-maninput{float:left; padding-left:35px;}
.input-maninput a.i-link{margin:0; font-size:12px; line-height:27px; color:#6b6b6b;}


.input-note { font-size: 12px; clear: both; color: #999; }
.input-note a { font-size: 12px; }
.input-error { color: #cc0000; background-color: #ffeeed; }
input.input-error { border: 1px solid #cc0000; }
span.input-error { font-size: 12px; display: block; background: #fff; padding: 10px; bottom: 36px; right: 0; position: absolute; padding: 4px 10px; line-height: normal; -moz-box-shadow: 0px 10px 10px 0px rgba(202,202,202,0.50); -webkit-box-shadow: 0px 10px 10px 0px rgba(202,202,202,0.50); box-shadow: 0px 10px 10px 0px rgba(202,202,202,0.50); text-align: right; }
.form-block { background-color: #F2F2F2; }
.input-submit { clear: both; text-align: center; padding: 15px 0; }

.button-submit,
.main-content .i-block-more a {
	padding: 0 40px;
	border: 1px solid #6b6b6b;
	cursor: pointer;
	color: #ffffff;
	margin: 0;
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	transition: all 0.2s ease-out;
	background: #6b6b6b;
	font-weight: 400;
	text-align: center;
}
.button-submit:hover,
.main-content .i-block-more a:hover { 
	background: #ffffff; 
	color: #6b6b6b; 
}

.news-list .button .button-submit{border:none; background:none; height:auto; padding:0; color:#6b6b6b; text-transform:none; font-size:12px; line-height:18px; margin-top:15px;}
 
 
.clearfix:after { content: "."; clear: both; display: block; height: 0; font-size: 0; visibility: hidden; }
.clearfix { display:inline-block; }
/* Хак для IE 6 и 7 спрятанный от IE-mac \*/
* html .clearfix {height:1%}
.clearfix {display:block}
/* Конец хака */

.i-icon { 
	position: relative; 
	display: block;
	margin-left: 25px !important;
}
.i-icon:before { 
	content: " "; 
	font-family: "FontAwesome"; 
	font-size: 18px; 
	display: block; 
	text-indent: 0; 
	position: absolute; 
	top: 0; 
	left: -25px; 
	font-style: normal;
}

.i-link { 
	position: relative; 
	display: block; margin: 0 0 12px 25px; cursor: pointer; font-style: normal; transition: all 0.2s ease-out; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.i-link:before { position: absolute; top: 0; left: -25px; display: inline-block; content: ""; font-family: "FontAwesome";  }
.i-link span { line-height: normal; display: inline-block; } 

.i-download:before { content: "\f019"; }
.i-external:before { content: "\f08e"; }
.i-menu:before { content: "\f0c9"; }
.i-wizard:before { content: "\f05a"; }
.i-calc:before { content: "\f1ec"; } 
.i-back:before { content: "\f190"; }
.i-user:before { 
	content: "\f007"; 
}
.i-contact:before { content: "\f095"; }
.i-contact2:before { content: "\f095"; }
.i-search:before { 
	content: "\f002"; 
	font-size: 16px;
}
.i-shoppingcart:before { 
	content: "\f07a"; 
	font-size: 16px;
}
.i-sections:before { 
	content: "\f0c9"; 
	font-size: 16px;
}
.i-videos:before { 
	content: "\f03d"; 
	font-size: 16px;
}
.i-news:before { 
	content: "\f1ea"; 
	font-size: 16px;
}
.i-docs:before { 
	content: "\f1c1"; 
	font-size: 16px;
}
.i-checked:before { 
	content: "\f00c"; 
	font-size: 16px;
}
.i-close:before { 
	content: "\f2d3"; 
	font-size: 16px;
}
.i-adress:before { content: "\f041"; }
.i-mail:before { content: "\f0e0"; }
.i-schedule:before { content: "\f002"; }
.i-favorite:before { content: "\f08a"; }
.i-review:before { content: "\f27b"; }
.i-compare:before { content: "\f24e"; font-family: "FontAwesome";}
.i-detail:before { content: "\f0c9"; font-family: "FontAwesome";}  
.i-mobilephone:before {
	content: "\f10b"; 
	font-size: 22px; 
}
.i-arrow {
	position: relative; 
	display: block;
	padding-right: 20px !important;
	cursor: pointer;
}
.i-arrow:after { 
	content: "\f107"; 
	font-family: "FontAwesome"; 
	display: block; 
	text-indent: 0; 
	position: absolute; 
	top: 0; 
	right: 0; 
}
.mobile-block { 
	clear: both; 
}
.mobile-block > .i-block-title { 
	display: none; 
}
.mobile-block > .i-block-title span { 
	display: block; 
}

body {
	background-color: #ffffff; 
	overflow-x: hidden; 
}
.page-wrapper { 
	text-align: center; 
	background-color: #ffffff; 
	overflow: hidden; 
	width: 100%; 
}
.page-in { 
	text-align: left; 
	margin: 0 auto; 
	max-width: 1280px; 
	clear: both; 
	position: relative; 
	overflow: hidden; 
}
.all-menu { 
	margin: 0; 
	padding: 0; 
	position: relative; 
}
.all-menu ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.all-menu ul li { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	position: relative; 
}
.all-menu ul ul { 
	display: none; 
}
.all-menu .col-ul-2 { float: left; width: 48%; margin-left: 4%; }
.all-menu .col-ul-2:first-child { margin-left: 0; }
.all-menu .col-ul-3 { float: left; width: 32%; margin-left: 2%; }
.all-menu .col-ul-3:first-child { margin-left: 0; }

.toogled-close { display: none; font-style: normal; cursor: pointer; top: 0; right: 0; position: absolute; overflow: hidden; text-indent: -200px; width: 32px; height: 32px; line-height: 32px; text-align: center; cursor: pointer; font-style: normal;  }
.toogled-close:before { font-family: "FontAwesome"; font-size: 18px; text-indent: 0; position: absolute; top: 0; left: 0; width: 100%; display: block; content: "\f00d"; color: #000; }

.popup-ly { 
	position: absolute; 
	background: #fafafa; 
	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25); 
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25); 
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25); 
	z-index: 5999;
	text-align: left;
	width: 285px;
	top: -1000px;
	right: -17px;
	/* display: none; */ 
	transition: top 0.2s ease-out; 
	padding: 15px; 
	margin-top: 15px;
}
.popup-ly:before {
	width: 24px;
	height: 30px;
	border-top: 15px solid transparent;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 15px solid #f2f2f2;
	top: -30px;
	content: " ";
	position: absolute; 
	right: 10px;
}
.popup-ly.toogled { 
	top: 100%; 
}
.popup-ly .i-block-title { 
	font-weight: 700; 
	font-size: 16px; 
	font-family: "Arial", tahoma; 
	line-height: normal; 
	text-align: left; 
}
.popup-ly .page-adress { padding: 0 0 0 36px; }
.popup-ly .page-phone { margin-right: 0; width: auto; }
.popup-ly .page-phone a { display: block; font-weight: 700; margin-bottom: 4px; }
.popup-ly .page-phone a:nth-child(n+4) { display: block; }
.popup-ly .page-phone span { display: block; }
.popup-ly .main-header { display: none; }
.popup-ly .input-text, .popup-ly .button-submit { width: 100%; }
.popup-ly .r-block { margin: 0; }

.full-screen-w { 
	position: relative; 
}
.full-screen-w .i-block-content { 
	position: relative; 
}
.full-screen-w .i-block-image { 
	z-index:2; 
}
.full-screen-w .i-block-content:before { 
	content: " "; 
	display: block; 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 50%; 
	z-index: 1; 
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100vw;
	margin-left: -50vw;
}
.full-screen-w .i-block-content > .i-block { 
	z-index: 2; 
	margin: 0;
	position: relative;
}

.i-menu { background: #fe6700; margin-left: 0; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; color: #ffffff; display: none; }
.i-menu:before { left: 0; }
.i-menu:hover { background: #cc0000; color: #ffffff; }

.page-mobile {
	display: none;
	padding: 10px 0; 
	-moz-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25); 
	-webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25); 
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25); 
	height: 48px; 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%;
}
.page-mobile .page-buttons { color: #ffffff; line-height: 28px; font-size: 14px; }
.page-mobile .page-buttons a { color: #ffffff; text-decoration: none; font-size: 14px; }
.page-mobile .page-buttons a:hover, .page-top .page-buttons i:hover { color: #fe6700; }
.page-mobile .page-buttons .i-link span { border-bottom: 1px dashed #fff; }
.page-mobile .page-buttons .i-link:hover span { border-bottom: 1px solid #fe6700; }

.page-top{z-index: 1000; padding: 15px 0; border-bottom: 1px solid #cccccc; font-size: 14px;}
.page-top .i-block{margin: 0;}
.page-top-l{float: left;}
.page-top-r{float: right;}
.page-top-r a{font-size:14px;}
.page-top a{text-decoration: none;}
.page-top a:hover{color: #fe6700;}
.page-social a{display: block; float: left; margin-right: 10px;}
.page-social a i:before{font-size:15px; line-height:15px;}
.page-top .page-social{float: left;	margin-right: 32px;}
.page-phone {font-size: 18px;}
.page-phone a {font-size: 16px;	text-decoration: none;}
.page-phone:before{color: #fe6700;}
.page-top .page-phone{float: left;	margin-right: 32px;}
.page-top .page-phone:before{left: -16px;}
.page-top .page-schedule{float: left;}
.page-top .page-auth{float: left; margin-right: 32px;	position: relative;}
.page-top .page-auth span{font-size:14px;}
.page-top .page-compare{float: left; margin-right: 32px; display:none;}
.page-top sup {color: #ffffff; background-color: #fe6700; width: 14px; height: 14px; border-radius: 100%; line-height: 14px; text-align: center; top: -2px; right: -12px; position: absolute; display: block; font-weight: 700; font-size: 11px;}
.page-top .page-cart {float:left;}
.page-top .page-cart a{background:url(/local/templates/custom/css/../images/order.png) 99% 50% no-repeat; padding-right:18px; display:block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.page-mphone{display:none;}

@media all and (max-width: 1000px) {
	.page-top .page-auth{position: relative;}
	.page-top .page-auth a{display:block; overflow:hidden; position:relative; height:25px; margin-left:0 !important;}
	.page-top .page-auth a:before{left:8px; font-size:20px;}
	.page-top .page-auth a:after{display:none;}
	.page-top .page-auth a span{display:none;}
	.page-top .page-compare a{width:35px; display:block; position:relative; height:25px; margin-left:0 !important;}
	.page-top .page-compare a:before{left:8px; font-size:20px;}
	.page-top .page-compare a span{display:none;}
	.page-top .page-cart a{width:30px; display:block; position:relative; height:25px; margin-left:0 !important; padding-right:0;}
	.page-top .page-cart a:before{left:8px; font-size:20px;}
	.page-top .page-cart a span{display:none;}
	.page-mphone{display:none;}
}  
@media all and (max-width: 760px) {
	.page-top{padding:15px 0;}
	.page-top .page-auth{margin-right:10px;}
	.page-top .page-compare{margin-right:10px;}
	.page-top .page-social{margin-right:10px;}
	.page-top .page-phone{margin-right:10px;}
	.page-top .page-phone a{font-size:14px;}
	.page-top .page-schedule{font-size:12px;}
	.page-mphone{display:none;}
}  
@media all and (max-width: 600px) {
	.page-top .page-schedule{display:none;}
	.page-top .page-phone{display:none;}
	.page-top .page-social{display:none;}
	.page-mphone{display:block;font-size:14px;}
}

.page-mphone {
  -webkit-animation: blink1 2s linear infinite;
  animation: blink1 2s linear infinite;
}
@-webkit-keyframes blink1 {
  0% { color: rgba(254, 103, 0, 1); }
  50% { color: rgba(107, 107, 107, 1); }
  100% { color: rgba(254, 103, 0, 1); }
}
@keyframes blink1 {
  0% { color: rgba(254, 103, 0, 1); }
  50% { color: rgba(107, 107, 107, 1); }
  100% { color: rgba(254, 103, 0, 1); }
}

.page-top .top-cart { float: left; }
.top-cart a { position: relative; display: inline-block; padding-left: 36px; cursor: pointer; font-style: normal; transition: all 0.2s ease-out; text-decoration: none; color: #ffffff; border-left: 1px solid #666666; }
.top-cart a:before { position: absolute; top: 0; left: 12px; display: inline-block; content: "\f07a"; font-family: "FontAwesome";  }
.top-cart .cart-title { line-height: normal; display: inline-block; border-bottom: 1px dashed #fff; }
.top-cart a:hover { color: #fe6700; }
.top-cart a:hover .cart-title { border-bottom: 1px solid #fe6700; }
.top-cart sup { position: absolute; top: 0; right: -10px; width: 16px; height: 16px; line-height: 16px; background: #fe6700; color: #ffffff; text-align: center; overflow: hidden; -khtml-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; font-size: 10px; }
/* overflow: hidden; text-indent: -200px; width: 42px;  */


.page-top .page-in { overflow: visible; }
.page-top .i-menu { padding: 0 12px 0 37px; display: block; float: left; line-height: 28px; font-size: 14px; margin-right: 12px; }
.page-top .i-menu:before { left: 12px; }
.page-top .i-menu:hover { background: #cc0000; color: #ffffff; }


.page-bottom { clear: both; }
.pushy-menu-btn{width:35px; height:30px; cursor:pointer; position:relative; border:1px solid #CCC; border-radius:2px; overflow:hidden; display:none;}
.pushy-menu-btn:before{content: "\f0c9"; font-family: "FontAwesome"; position:absolute; top:0; left:0; font-size:26px; width:35px; height:32px; text-align:center; padding-top:2px;}
.pushy-btn-close {}
.pushy-menu-title {display: none;}
.pushy-left.pushy-active { padding: 8px 8px; background-color: #FFF; -moz-box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.25); box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.25); }
.pushy-left.pushy-active .i-block { margin-bottom: 20px; }
.pushy-left.pushy-active .i-block-title { background: #0087E6; padding: 0 12px; color: #fff; font-size: 16px; line-height: normal; text-align: left; margin: 0; height: 42px; line-height: 42px; }
.pushy-left.pushy-active .i-block-title:before { content: "\f0c9"; line-height: 42px; font-family: "FontAwesome"; top: 0; right: 0; text-align: center; display: block; width: 42px; position: absolute; }
.pushy-left .i-block { margin-bottom: 10px; }
.pushy-left.pushy-active .main-menu li { text-align: left; }
.pushy-left .main-menu li { border-top: 1px solid #dddddd; }
.pushy-left .main-menu li a { display: block; width: auto; text-decoration: none; color: #322c32; padding: 8px 12px 8px 40px; color: #322c32; display: block; border-bottom: none; margin: 0; }
.pushy-left .main-menu li a:before { top: 8px; left: 12px; }
.pushy-left .main-menu li a:hover { color: #cc0000; border-bottom: none; }

.page-head {padding: 32px 0;color: #6b6b6b;}
.page-head a {color: #6b6b6b;}
.page-head .page-in {overflow: visible;}
.page-head .i-block-title {margin-bottom: 6px; font-size: 18px; text-align: left; line-height: normal; }
.page-head .i-block {margin-bottom: 0; }
.page-head p {margin: 0; }
.page-head-l {width: 235px; float: left; }
.page-logo a {display: block;}
.page-logo img {display: block; max-width: 100%; width: auto; height: auto; margin: auto; }
.page-head-r {margin-left: 270px; position:relative;}
.main-menu {float: none; width: auto; position:relative; font-size: 14px; padding-top: 16px; z-index: 1000;}
.main-menu a {text-decoration: none; display: block; white-space: nowrap; font-size: 14px;}
.main-menu .menu-ul-root > li.active >  a:before, .main-menu .menu-ul-root > li.item-hover > a:before{content:''; display:block; background:#fe6700; position:absolute; top:-48px; left:0; right:0; height:2px;}
.main-menu a.is-parent {position: relative; padding-right: 18px;}
.main-menu .item-hover > ul {display: block;}
.main-menu a.is-parent:after {font-family: FontAwesome;	content: "\f105"; position: absolute; top: 0; right: 0; display: block; transition: all 0.3s ease-out; }
.main-menu .menu-ul-root > li {float: left; transition: all 0.3s ease-out; position:inherit; margin-left: 30px; padding-bottom: 10px; position:relative;}
.main-menu .menu-ul-root > li:first-child {margin-left: 0; }
.main-menu .menu-ul-root > li > a {position: relative; font-weight: 400; line-height: 24px; }
.main-menu .menu-ul-root > li > a:hover, .main-menu .menu-ul-root > li:hover > a, .main-menu .menu-ul-root > li.active > a { color: #fe6700;}
.main-menu .menu-ul-root > li > a.is-parent:after {content: "\f107"; }
.main-menu .menu-ul-root ul {position: absolute;  -moz-box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.4);  -webkit-box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.4);  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.4); 	min-width: 250px; padding: 8px 12px;background-color: #fafafa; }
.main-menu .menu-ul-root ul:before {width: 24px; height: 30px; border-top: 15px solid transparent; border-right: 12px solid transparent; border-left: 12px solid transparent; border-bottom: 15px solid #fafafa; top: -30px; content: " ";	position: absolute; right: 10px; display:none; }
.main-menu .menu-ul-root > li > ul {right: 0; left:0;	top: 100%; } 
.main-menu .menu-ul-root ul li {float:none;  margin:0; line-height:30px; border-top: 1px solid #d2d2d2;}
.main-menu .menu-ul-root ul li:first-child {border-top: none; }
.main-menu .menu-ul-root > li > ul ul {left: 100%; top: 0;} 
.top-search-i {position: absolute; right: 0; top: 12px; width: 32px; height: 32px; line-height: 32px; display: block; overflow: hidden; cursor: pointer; z-index: 1001;}
.top-search-i .i-search {width: 32px; margin: 0 !important; background:#F00; height:32px; background:url(/local/templates/custom/css/../images/search.png) center center no-repeat;}
.top-search-i .i-search:before {left: 0; width: 32px; text-align: center;	display:none;	}
.top-search-i span {display: none;}
.top-search {clear: both; position: absolute; top: 12px; right: 0; width: 1px; background: #ffffff; transition: width 0.2s ease-out; z-index: 100; z-index: 1002; padding-bottom: 15px;}
.top-search .toogled-close {width: 32px; height: 32px; line-height: 32px; color: #ffffff; top: 0; left: 0; display: none;}
.top-search .toogled-close:before {content: "\f00d"; }
.top-search.toogled .toogled-close{display: block;}
.top-search.toogled {width: 100%;}
.top-search .form-search-input {border: none; position: relative; padding: 0 32px; overflow: hidden; opacity:0;}
.top-search.toogled .form-search-input{opacity:1;}
.top-search .form-search-input:after {line-height: 32px; height: 32px; top: 0; right: 0; position: absolute; z-index: 1; width: 32px; text-align: center;display: block; background:url(/local/templates/custom/css/../images/search.png) center center no-repeat; font-size: 16px;}
.top-search .input-text{background-color: transparent; width: 100%; height: 32px; line-height: 32px; padding: 0 8px;}
.top-search .search-submit {background-color: transparent; line-height: 32px; height: 32px; position: absolute; top: 0; right: 0; width: 32px; border: none; z-index: 2; cursor: pointer; color: #fff; 	overflow: hidden; text-indent: -200px; background:url(/local/templates/custom/css/../images/search.png) center center no-repeat;}
@media all and (max-width: 992px) {
	.page-head-l {width:auto; float: none;  text-align:center; margin-bottom:15px;}
	.page-head-l a{width:235px; margin:0 auto;}
	.page-head-r {margin-left:0;}
	.main-menu .menu-ul-root > li.active >  a:before, .main-menu .menu-ul-root > li.item-hover > a:before{top:-10px;}
}
@media all and (max-width: 800px) {
	.page-head{padding:20px 0;}
	.main-menu .menu-ul-root > li {margin-left:2%;}
}
@media all and (max-width: 700px) {
	.main-menu .menu-ul-root > li > a{}
	.main-menu .menu-ul-root > li {margin-left:2px;}
}
@media all and (max-width: 600px) {
	.page-head .page-in{position:inherit;}
	.page-head-l{margin-bottom:0px;}
	.page-head-r {position:inherit;}
	.main-menu{display:none;}
	.page-head-l a{width:auto; margin:0 auto;}
	.pushy-menu-btn{display:block; position:absolute; top:15px; left:10px;}
	.page-admin .pushy-menu-btn{top:50px;}
	.top-search{display:none;}
	.top-search-i{display:none;}

}
.image-slider{position: relative; overflow: hidden; }
.image-slider ul, .image-slider li{list-style: none; margin: 0; padding: 0; display: block; overflow: hidden;}
.image-slider .item{display: none; width: 100%; overflow: hidden; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; background-color: #FFFFFF; text-align: center;}
.image-slider .item:first-child {display: block; }
.image-slider .item:before{position: absolute;	z-index: 1;	top: 0;	left: 0; right: 0; bottom: 0; /*background-color: rgba(0, 0, 0, 0.5);*/ content: " "; transition: all 0.2s ease-out;}
.image-slider:hover .item:before{background-color: rgba(0, 0, 0, 0.75);}
.image-slider .image img{display: block; width: 100%; height: auto;}
.image-slide a {text-decoration: none;}
.image-slider .item > a {z-index: 2;display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; align-items: center; -webkit-align-items: center;margin: auto;	position: relative;}
.image-slider .slider-prev, .image-slider .slider-next {position: absolute; top: 50%; margin-top: -25px; width: 50px; line-height: 50px;height: 50px; z-index: 1001; cursor: pointer; 	text-indent: -100px; 	overflow: hidden; 	transition: all 0.2s ease-out;	background: rgba(107, 107, 107, 0.6);	color: #ffffff;}
.image-slider .slider-prev:hover, .image-slider .slider-next:hover {background: #ffffff;	color: #6b6b6b;}
.image-slider .slider-prev:before, .image-slider .slider-next:before {display: block;	content: "";	width: 100%;	text-align: center;	font-family: "FontAwesome";	font-size: 30px;	text-indent: 0;}
.image-slider .slider-prev {left: 0;}
.image-slider .slider-prev:before {content: "\f104";}
.image-slider .slider-next {right: 0;}
.image-slider .slider-next:before {content: "\f105";}
.image-slider .slider-pager {text-align: center; height: 1px; margin: auto; bottom: 30px; left: 0; right: 0; position: absolute; z-index: 1001;}
.image-slider .slider-pager span {display: inline-block; overflow: hidden; text-indent: -300px; height: 16px; width: 16px; cursor: pointer; font-size: 1px; -khtml-border-radius: 100%; 	-webkit-border-radius: 100%; border-radius: 100%; margin: 0 10px; background: #A7A9AA; }
.image-slider .slider-pager a {text-indent: 100px; overflow: hidden; display: block; }
.image-slider .slider-pager .cycle-pager-active {background: #fe6700;}
.main-slider .item a {height: 380px;	max-width: 1280px;}


@media (max-width: 768px) {
	.main-slider .item a {height: 250px;	max-width: 1280px;}
}

.main-slider .item > a {-webkit-flex-direction: row-reverse; flex-direction: row-reverse; }
.main-slider .desc {width: 49%; text-align: left;}
.main-slider .image {width: 49%; max-height: 100%;}
.main-slider .image img {max-width: 100%; max-height: 50%; height: auto; width: auto; display: block; margin: auto; }
.main-slider .name {margin-bottom: 24px; font-size: 32px; color: #FFF; text-transform: uppercase; line-height: normal; }
.main-slider .preview {margin-bottom: 24px; font-size: 18px; color: #FFF;}
.main-slider .preview p{font-size: 18px; color: #FFF;}
.main-slider .text {margin-bottom: 24px; color: #FFF;}
.main-slider .type-right > a {  flex-direction: row; }
.main-slider .button-submit{padding:10px 20px; line-height:20px; height:auto;}


@media all and (max-width: 1180px) {
	.main-slider .item a {width:auto; padding:0 70px;}
}
@media all and (max-width: 800px) {
	.main-slider .item a {padding:0 40px;}
	.main-slider .name {margin-bottom: 20px; font-size:24px;}
	.image-slider .slider-prev, .image-slider .slider-next {margin-top: -15px; width:30px; line-height: 30px; height: 30px;}
	.image-slider .slider-prev:before, .image-slider .slider-next:before {font-size:22px;}
	.main-slider .preview {margin-bottom: 20px; font-size: 14px; line-height:18px;}
	.main-slider .preview p{font-size: 14px; line-height:18px;}
}
@media all and (max-width: 540px) {
	.main-slider .item a {height: 220px;	max-width: 1280px;}
	.main-slider .desc {width:100%;}
	.main-slider .image {height: auto;}
	.main-slider .name {margin-bottom: 15px; font-size:20px;}
	.main-slider .preview {font-size: 14px; line-height:18px;}
	.main-slider .preview p{font-size: 14px; line-height:18px;}
}




.catalog-slider .item a { 	height: 240px;
	max-width: 1280px;
}
.catalog-slider .item > a {
	-webkit-flex-direction: row-reverse; 
	flex-direction: row-reverse; 
}
.catalog-slider .desc { 
	width: 50%; 
	text-align: left;
}
.catalog-slider .image { 
	width: 50%; 
	text-align: left;
	max-height: 100%;
}
.catalog-slider .image img { 
	max-width: 100%; 
	max-height: 100%; 
	height: auto; 
	width: auto; 
	display: block; 
}
.catalog-slider .name { 
	margin-bottom: 20px; 
	font-size: 26px; 
	color: #ffffff; 
	text-transform: uppercase; 
	line-height: normal; 
}
.catalog-slider .preview { 
	margin-bottom: 24px; 
	font-size: 18px; 
	color: #ffffff; 
}
.catalog-slider .text { 
	color: #ffffff; 
}
.catalog-slider .button-submit {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.catalog-cat {
	clear: both;
}

.catalog-cat:before { 
	background:#f9f9f9; 
}
.catalog-cat .item { 
	background:#ffffff; 
	-moz-box-shadow: 0 0 5px 0 #cccccc; 
	-webkit-box-shadow: 0 0 5px 0 #cccccc; 
	box-shadow: 0 0 5px 0 #cccccc; 
	width: 23%; 
	margin: 0 2% 30px 0; 
	float: left; 
}
.catalog-cat .item > a { 
	display: block; 
	border: 1px solid #cccccc;
	padding: 15px 30px;
}
.catalog-cat .item > a:hover {
	background:#FDC38F; 
}
.catalog-cat .aligned .item { 
	width: 23%; 
	margin: 0 0 30px 2%; 
}
.catalog-cat .aligned .first-child { 
	margin-left: 15px; 
}
.catalog-cat .image { 
	text-align: center; 
	margin-bottom: 0; 
	overflow: hidden; 
	width: 100%; 
	display: table; 
	border-collapse: collapse; 
	border-spacing: 0; 
	height:270px  !important;
}

@media (max-width: 540px) {
	.catalog-cat .image { 
		height:100px  !important;
	}
}

.catalog-cat .image i { 
	text-align: center; 
	vertical-align: middle; 
	display: table-cell; 
	
}

.catalog-cat .image img { 
	margin: auto; 
	max-width: 100%; 
	max-height: 100%;
	width:auto; 
	height: auto;
	display: block; 
}
.catalog-cat .name { 
	margin-bottom: 12px; 
	font-weight: 400; 
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.catalog-cat .sub-sections ul, .catalog-cat .sub-sections ul li { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: inline; 
}
.catalog-cat .sub-sections a { 
	font-size: 12px; 
	display: inline; 
	color:#000;
} 
.catalog-cat .sub-sections li:after { 
	content: ", "; 
}
.catalog-cat .sub-sections li:last-child:after { 
	content: ""; 
}
.catalog-cat .no-photo { 
	padding-top: 100%; 
}

.main-content { 
	position: relative; 
	z-index: 50; 
	padding: 40px 0; 
	overflow: visible;
}
.main-content-left { 
	float: left; 
	width: 28%; 
}
.main-content-main{ 
	float: right; 
	width: 69%; 
}
.main-content-right { 
	float: right; 
	width: 70%; 
}

.page-blocks > .i-block-content {padding: 40px 0;}
.page-blocks > .i-block-content:before {background-image: url(/local/templates/custom/css/../images/page-blocks.jpg);}
.block-list .r-block {display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; align-items: center; -webkit-align-items: center;}
.block-list .item{width: 48%; padding: 8% 10%; background-size: cover;}
.block-list .image{float: left; padding-top: 12px;}
.block-list .desc{margin-left: 130px;margin-top:50px;}
.block-list .name{font-size: 30px;	color: #999; line-height: 1.2em; margin-bottom: 20px;text-transform: uppercase;}
@media all and (max-width: 900px) {
	.block-list .item{padding: 5%;}
}
@media all and (max-width: 800px) {
	.block-list .item{padding: 4%;}
	.block-list .name{font-size:24px;}
}
@media all and (max-width: 650px) {
	.block-list .button .button-submit{padding:0 5px;}
}
@media all and (max-width: 540px) {
	.block-list .r-block { display: block;}
	.block-list .item{width: 100%; display:block; margin-bottom:15px;}
	.block-list .button .button-submit{padding:0 20px;}
}

.page-video > .i-block-content{padding: 40px 0;}
.page-video > .i-block-content:before{background-image: url(/local/templates/custom/css/../images/page-video.jpg);}
.page-video > .i-block-content {display: -webkit-flex; 	display: flex; 	-webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row;	align-items: center; -webkit-align-items: center;}
.page-video > .i-block-content:after {display: none;}
.page-video > .i-block-content > .video-text {width: 48%;}
.page-video > .i-block-content > .video-list {width: 40%; display:block;}
	.video-text {font-size: 22px;	color: #666;	line-height: 1.4em;}
	.video-text .i-block-content:before{display:none;}
	.video-text .i-block-title {font-size: 36px;	line-height: 1.2; margin-bottom:20px;}
	.video-list .item { margin-bottom: 30px; width:100%;}
	.video-list .item:first-child {margin-top: 0;}
	.video-list .image a {display: block;}
	.video-list .image a:before {z-index: 1;position: absolute;	top: 50%;	left: 50%;	margin-left: -20px;	margin-top: -20px;	width: 40px;height: 40px; background: white;	content: " ";}
	.video-list .image a:after {content: "\f16a";	width: 80px;	height: 60px;	line-height: 60px;	text-align: center;	position: absolute;	top: 50%; left: 50%;	margin-left: -40px;	margin-top: -30px;	font-size: 72px;	color: #999999;	font-family: "FontAwesome";	z-index: 2;	cursor: pointer;}
	.video-list .item:hover .image a:after {color: #cc0000;}
	.video-list .image img { width: 100%; height: auto; }
@media all and (max-width: 1000px) {
	.video-text {font-size:28px;}
	.video-text .i-block-title {font-size:46px;}
}  
@media all and (max-width: 900px) {
	.video-text {font-size:20px;}
	.video-text .i-block-title {font-size:32px;}
}  
@media all and (max-width: 800px) {
	.video-text {font-size:20px;}
	.video-text .i-block-title {font-size:26px;}
}  
@media all and (max-width: 600px) {
	.page-video > .i-block-content{display:block;}
	.page-video > .i-block-content > .video-text {width:100%; margin-bottom:20px;}
	.page-video > .i-block-content > .video-list {width: 100%;}
} 
/*video-detail*/
.video-detail{}
.video-detail.i-block{margin-bottom:0;}
.video-detail .item{}
.video-detail .item .image{margin-bottom:30px; height:600px;}
.video-detail .item .video-ico{position:relative}
.video-detail .item .video-ico a:before {z-index: 1;position: absolute;	top: 50%;	left: 50%;	margin-left: -20px;	margin-top: -20px;	width: 40px;height: 40px; background: white; content: " ";}
.video-detail .item .video-ico a:after {content: "\f16a"; width: 80px;	height: 60px;	line-height: 60px;	text-align: center;	position: absolute;	top: 50%; left: 50%;	margin-left: -40px;	margin-top: -30px;	font-size: 72px; color: #999999;	font-family: "FontAwesome";	z-index: 2;	cursor: pointer;}
.video-detail .item .video-ico:hover a:after {color: #cc0000;}
.video-detail .item .image a{display:block; height:100%;}
.video-detail .item .image img{display:block; width:auto; height:100%; overflow:hidden;} 
.video-detail .item .image iframe{width:100%; height:100%;}
.video-detail .desc{margin-bottom:30px;}
.video-detail .desc .name{}
.video-detail .detail-text{}

@media all and (max-width:1000px) {
	.video-detail .item .image{height:526px;}
} 
@media all and (max-width:850px) {
	.video-detail .item .image{height:447px;}
} 
@media all and (max-width:700px) {
	.video-detail .item .image{height:368px;}
} 
@media all and (max-width:600px) {
	.video-detail .item .image{height:316px;}
} 
@media all and (max-width:500px) {
	.video-detail .item .image{height:263px;}
} 
@media all and (max-width:400px) {
	.video-detail .item .image{height:211px;}
} 
@media all and (max-width:350px) {
	.video-detail .item .image{height:184px;}
} 



.page-footer-menu { background:#000000; padding: 40px 0; color: #ffffff; font-size: 14px; }
.page-footer-menu a { color: #ffffff; font-size: 14px; text-decoration:none;}
.page-footer-menu a:hover { color: #cccccc; }
.page-footer-menu .page-in { color: #ffffff; }
.page-footer-menu .i-block { margin: 15px 0; }
.page-footer-menu .i-block-title { 
	line-height: normal; 
	margin-bottom: 12px;
	text-align:left; 
	font-size: 16px; 
	font-weight: 700;
	text-transform: none;
	color: #ffffff;
}
.page-footer-menu .i-block-title::before {
	display: none;
}
.page-footer-menu .i-block-title span { 
	background: transparent;
	display: inline;
	padding: 0;
}

.footer-menu { width: 36%; float: left; margin-right: 2%; }
.footer-menu ul li { margin-bottom: 2px; }
.footer-menu ul li:last-child { margin-bottom: 0; }
.footer-menu i { font-style: normal; }
.f-about { width: 24%; margin-right: 0; }
.page-footer-menu .page-social { 
	width: 24%; 
	float: left; 
	font-size: 24px; 
}
.page-footer-menu .page-social a {
	font-size: 16px;
}

.page-footer{ background: #ffffff; padding: 20px 0; }
.page-footer .page-in{}
.page-footer .i-block{margin-bottom: 0;}
.page-footer .page-footer-l{float:left;}
.page-footer .page-footer-l .page-logo{text-align:center; padding-top:10px;}
.page-footer .page-footer-l .page-logo a{}
.page-footer .page-footer-r{float:right;}
.page-footer .page-footer-r .page-phone{margin-left: 9px !important;}
.page-footer .page-footer-r .page-phone:before{left:-16px;}
.page-footer .page-footer-r .page-schedule{}
.page-footer .page-footer-m{ margin:0 auto;}
.page-footer .page-footer-m .clearfix:after{display:none;}
	.page-policy{display: block; text-align: center; margin:0;}
	.page-copy{display: block; text-align: center; margin:0;}
@media all and (max-width: 992px) {
	.page-footer .page-footer-l .page-logo{width:270px;}
	.page-footer .page-footer-r{width:270px;}
	.page-footer .page-footer-r .page-schedule{font-size:14px; line-height:22px;}
	.page-footer .page-footer-m{margin:0 280px;}
	.page-footer .page-footer-m div{font-size:14px; line-height:15px;}
}  
@media all and (max-width: 800px) {
	.page-footer{padding:10px 0; }
	.page-footer .page-footer-l{float:none; text-align:center; margin-bottom:10px;}
	.page-footer .page-footer-l .page-logo{width:auto; padding-top:0;}
	.page-footer .page-footer-r{float:none; margin:0 auto 10px auto;}
	.page-footer .page-footer-r .page-phone{text-align:center; margin-left: 0 !important;}
	.page-footer .page-footer-r .page-phone:before{left:50%; margin-left:-85px; top:0; position:absolute;}
	.page-footer .page-footer-r .page-phone a{margin-right:0;}
	.page-footer .page-footer-m{margin:0;}
	.page-footer .page-footer-m div{line-height:18px;}
}  
@media all and (max-width: 400px) {
	.page-footer .page-footer-r{width:auto;}
	.page-footer .page-footer-r .page-schedule{margin-left:0; text-align:center;}
}  

.browse-sort-filter {margin-bottom: 20px;}
.catalog-sort {float: left; margin-right: 20px;}
.catalog-onpage {float: left;}
.catalog-browse {float: right;}
.catalog-browse ul, .catalog-browse li {list-style: none;margin: 0;	padding: 0;}
.catalog-browse li {float: left; margin-left: 6px;}
.catalog-browse a {display: block; width: 38px; height: 38px; line-height: 36px; border: 1px solid #dddddd; position: relative; }
.catalog-browse .active a {
	border: 1px solid #fe6700;
	color: #fe6700;
}
.catalog-browse a:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	line-height: 36px; 
	display: block;
	text-align: center;
	font-family: 'FontAwesome';
}
.catalog-browse .i-tile a:before {
	content: "\f00a";
}
.catalog-browse .i-list a:before {
	content: "\f0ca";
}
.catalog-browse a i {
	display: none;
}
@media all and (max-width:700px) {
	.catalog-sort{float:none; margin-bottom:10px;}
	.catalog-onpage{}
}  

.catalog-list { clear: both; }
.catalog-list .item { margin: 0 0 20px 0; }
/*.catalog-list .item:hover { -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }*/
.catalog-list .image { position: relative; }
.catalog-list .image a { display: block; }
.catalog-list .image img { margin: auto; display: block; width: 100%; height: auto; }
.catalog-list .name { margin-bottom: 12px; line-height: normal; }
.catalog-list .name a { font-size: 16px; }
.catalog-list .props { margin-bottom: 10px; }
.catalog-list .element-property div { padding: 4px 0 0 0; font-size: 13px; }
.catalog-list .buy-block { clear: both; margin-bottom: 12px; }
.catalog-list .button-submit { padding: 0; }
.catalog-list .button-l { margin-bottom: 6px; }

.i-button {
	display: inline-block;
	position: relative;
	padding: 0 0 0 25px;
	text-decoration: none;
	line-height: 18px;
	font-size: 11px;
}
.i-button:before {
	content: "";
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #FFFFFF;
	text-align: center;
	width: 18px;
	height: 18px;
	line-height: 18px;
	-khtml-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #AAAAAA;
	font-size: 10px;
}
.i-button:after {
	content: "\f00c";
	font-family: 'fontawesome';
	position: absolute;
	top: -5px;
	right: -10px;
	display: none;
	color: #ffffff;
	background: #43a047;
	width: 14px;
	height: 14px;
	line-height: 15px;
	text-align: center;
	font-size: 10px;
	-khtml-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.i-button span { border-bottom: 1px dashed #AAAAAA; line-height: normal; color: #AAAAAA; }

.i-browse {
	text-align: center;
	position: relative;
	display: inline-block;
	text-decoration: none;
	line-height: 18px;
	font-size: 11px;
}

.catalog-list .browse { display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.3s ease-out;
	background-color: rgba(0, 0, 0, 0);
}

.catalog-list .owl-loaded .browse { display: none; }

.catalog-list .browse:hover {
	background-color: rgba(0, 0, 0, 0.4);
}
.catalog-list .browse .i-browse {
	display: none;
}
.catalog-list .browse:hover .i-browse {
	display: block;
}
.catalog-list .i-browse {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -24px;
}

.catalog-list .buy-block .button-l { background: #fe6700; border: 1px solid #fe6700;}
.catalog-list .buy-block .button-l:hover { background: #FFF; color: #fe6700; }
.catalog-list .buy-block .button-r { background:#6b6b6b; border:1px solid #6b6b6b; }
.catalog-list .buy-block .button-r:hover { background:#FFF; color:#6b6b6b; }

.i-browse span { border-bottom: 1px dashed #ff7300; line-height: normal; color: #ff7300; }
.i-browse:before {
	content: "\f06e";
	font-family: 'fontawesome';
	display: block;
	color: #FFFFFF;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-khtml-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #ff7300;
	font-size: 14px;
	margin: auto;
}
.browse:hover .i-browse span { color: #FFFFFF; border-bottom: 1px solid #FFFFFF; clear: both; }
.browse:hover .i-browse:before { background: #ff7300; color: #FFFFFF; }

.catalog-list .jq-checkbox { width: 18px; height: 18px; margin-right: 4px; }
.catalog-list .jq-checkbox.checked { border: 1px solid #081650; }

.price {}
.price-val { color: #fe6700; font-size: 18px; display: block; }
.price-old { color: #999999; font-size: 16px; text-decoration: line-through; letter-spacing:0px; }

.tabs-view .tab-view-buttons span {
	display: inline-block;
	height: 35px; 
	line-height: 35px;
	padding: 0 15px;
	cursor: pointer;
	margin-right: 10px;
	background-color: #f2f2f2;
}
.tabs-view .tab-view-buttons span.btn-active {
	background-color: #fe6700;
	color: #fff;
}
.tabs-view .tab-view-content { display: none; }
.tabs-view .tabs-container { display: none; }
.tabs-view .tab-active { display: block; border: 2px solid #fe6700; padding: 8px 15px; }
#tab-register{border:none;}
#tab-auth{border:none;}
	.detail-download{}
	.detail-download ul{margin:0; padding:0; list-style:none;}
	.detail-download ul li{margin:0; padding:0; list-style:none;}
	.detail-download ul li a{text-decoration:none; font-size:18px; line-height:18px; display:inline-block; position:relative; padding:4px 0 4px 30px; color:#fe6700;}
	.detail-download ul li.dwl-pdf a:before{content:'\f1c1';  font-family: "FontAwesome"; position:absolute; top:50%; left:0; margin-top:-13px; font-size:20px; line-height:26px; color:#fe6700;}
	.detail-download ul li.dwl-jpg a:before{content:'\f1c5';  font-family: "FontAwesome"; position:absolute; top:50%; left:0; margin-top:-13px; font-size:20px; line-height:26px; color:#fe6700;}
	.detail-download ul li.dwl-doc a:before{content:'\f1c2';  font-family: "FontAwesome"; position:absolute; top:50%; left:0; margin-top:-13px; font-size:20px; line-height:26px; color:#fe6700;}
	.detail-download ul li.dwl-xls a:before{content:'\f1c3';  font-family: "FontAwesome"; position:absolute; top:50%; left:0; margin-top:-13px; font-size:20px; line-height:26px; color:#fe6700;}
	.detail-download ul li.dwl-mp4 a:before{content:'\f03d';  font-family: "FontAwesome"; position:absolute; top:50%; left:0; margin-top:-13px; font-size:20px; line-height:26px; color:#fe6700;}

/**/
	.desc .compare{text-decoration:none; position:relative;}
	.desc .compare .i-compare{display:block; font-size:12px; line-height:20px; text-decoration:none;}
	.desc .compare .i-compare:before{position:absolute; top:0; font-size:16px; line-height:20px;}
	.desc .more{text-decoration:none; position:relative;display:none;}
	.desc .more .i-detail{display:block; font-size:12px; line-height:20px; text-decoration:none;}
	.desc .more .i-detail:before{position:absolute; top:0; font-size:16px; line-height:20px;}

.view-tile .r-block { /*display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; align-items: stretch; -webkit-align-items: stretch; flex-wrap: wrap; -webkit-flex-wrap: wrap;*/ }
.view-tile .r-block:after { display: none; }
.view-tile .item { width: 32%; margin: 0 0 20px 0; overflow: visible; }
.main-content-right .view-tile .item { width: 32%; margin: 0 0 20px 0; }
.view-tile .name { font-size: 14px; font-weight: 700; height: 40px; overflow: hidden; }
.view-tile .item .name a { font-size: 14px; font-weight: 700; }
.view-tile .rimage { position: relative; overflow: hidden; }
.view-tile .image { margin-bottom: 0; display: table; width: 100%; }
.view-tile .image a { display: table-cell; vertical-align: middle; text-align: center; height: 250px; padding: 10px; }
.view-tile .image img {margin: auto;display: block;	max-width: 100%; max-height: 100%;	height: auto;	width: auto;}

.view-tile .item { width: 32%; margin: 0 0 20px 1%;  float:left; position:relative; z-index:50;}
.view-tile .aligned .item{margin-left:2%;} 
.view-tile .aligned .first-child{margin-left:0;}

.view-tile .owl-carousel .item { width: auto; display: block; margin: 0; float: none; }
.view-tile .owl-carousel .name { height: 46px; overflow: hidden; }
.view-tile .no-photo { padding-top: 76.67%; }
.view-tile .price {margin-bottom: 10px; /*border-bottom: 1px solid #dddddd; padding-bottom:15px;*/ float:left; width:50%;}
.view-tile .price-val { display: inline-block; }
.view-tile .price-old { display: inline-block; margin-right: 8px; font-size: 13px; }
.view-tile .stock-status { margin-bottom: 10px; float: right; width:50%;  /*margin-bottom: 10px; border-bottom: 1px solid #dddddd; padding-bottom:15px;*/ text-align:right; font-size: 13px; }
.view-tile .stock-status .status-can{color:#F00;}
.view-tile .stock-status .status-can{}
.view-tile .buy-block {/*display:none; opacity:0; */transition: all 0.2s ease-out;  padding-top:15px;}
/*.view-tile .item:hover .buy-block {display:block; opacity:1;}*/
.view-tile .buy-block a { font-size: 11px; display: block; }

.view-tile .buy-price{clear:both; /*border-top: 1px solid #dddddd;*/}
.view-tile .button-l { float: left; width: 49% }
.view-tile .button-r { float: right; width: 49% }
.view-tile .buttons { margin-bottom: 10px; }
.view-tile .desc { padding: 15px; }
.view-tile .i-fav {/*float: left;*/}
.view-tile .i-compare {/*float: right;*/}
.view-tile .compare{float:right; width:49%; }
.view-tile .compare .i-compare:before{right:50%; margin-right:-30px;}
.view-tile .compare .item-compared:before{margin-right:-50px;}
.view-tile .more{float:left; width:49%;}
.view-tile .more .i-detail:before{right:50%; margin-right:-35px;}

.view-tile .item .item-in{ border: 1px solid #dddddd;}
.view-tile .item:hover{z-index:100;}
/*.view-tile .item:hover .item-in{position:absolute; background:#FFF; left:0; right:0; top:0; box-shadow: 0px 0px 14px -9px #000000;}*/

.owl-loaded .price { margin-bottom: 10px;/* border-bottom: 1px solid #dddddd; padding-bottom:15px;*/ float:left;}
.owl-loaded .stock-status { margin-bottom: 10px;/* border-bottom: 1px solid #dddddd; padding-bottom:15px;*/ float:right;}
.owl-loaded .buy-price{clear:both; padding-top:15px;/*border-top: 1px solid #dddddd;*/}
.owl-loaded .buy-price .buy-block{}
.owl-loaded .buy-price .buy-block a { width: 49%; font-size: 11px; }
.owl-loaded .buy-price .buy-block .ajax-area{background:#fe6700; border:1px solid #fe6700;}
.owl-loaded .buy-price .buy-block .ajax-area:hover{background:#FFF; color:#fe6700;}
.owl-loaded .compare{float:right; width:49%; }
.owl-loaded .compare .i-compare:before{right:50%; margin-right:-30px;}
.owl-loaded .more{float:left; width:49%;}
.owl-loaded .more .i-detail:before{right:50%; margin-right:-35px;}



@media all and (max-width: 1130px) {
	.view-tile .buy-block a { width:100%; display:block; float:none; margin-bottom:5px;}

}  
@media all and (max-width: 768px) {
	.view-tile .item { width: 48%; margin: 0 0 20px 1%;}
	.view-tile .aligned .item{margin-left:4%;} 
	.view-tile .aligned .first-child{margin-left:0;}
	.view-tile .buy-block {display:block; opacity:1;}

}  
@media all and (max-width: 500px) {
	.view-tile .item{width:100%; margin: 0 0 20px 1%;}
	.view-tile .aligned .item{margin-left:0; width:100%;} 
	.view-tile .item:hover .item-in{position:relative; left:auto; right:auto; top:auto;}

}  




.view-offers-gname { background: #f2f2f2; padding: 8px 12px; font-size: 20px; margin-bottom: 15px; text-align: center; }
/*.view-offers .r-block { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; align-items: stretch; -webkit-align-items: stretch; flex-wrap: wrap; -webkit-flex-wrap: wrap; }*/
.view-offers .item { width: 24%; margin: 0 1% 20px 0; overflow: visible; background-color: #f9f9f9; float: left; }
.view-offers .name span { font-size: 18px; display: inline-block; line-height: 1.4em; padding: 0 10px; background-color: #8695a4; color: #ffffff; }
.view-offers .image { margin-bottom: 0; overflow: hidden; position: relative; padding-top: 100%; border: 1px solid #e2e2e2; background-color: #ffffff;}
.view-offers .image a { display: block; vertical-align: middle; text-align: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; align-items: center; -webkit-align-items: center; }
.view-offers .image img { margin: auto; display: block; max-width: 100%; max-height: 100%; height: auto; width: auto; }
.view-offers .aligned .item { width: 24%; margin: 0 0 20px 1.33%;  }
.view-offers .aligned .first-child { margin-left: 0; }
.view-offers .no-photo { padding-top: 76.67%; }
.view-offers .price { margin-bottom: 10px; float: left; }
.view-offers .price-val { display: inline-block; }
.view-offers .price-old { display: inline-block; margin-right: 8px; font-size: 13px; }
.view-offers .buttons { margin-bottom: 10px; }
.view-offers .quantity { width: 48%; float: left; padding-top: 3px; }
.view-offers .buy { width: 48%; float: right; }
.view-offers .buy .button-submit { width: 100%; }
.view-offers .desc { padding: 15px; }

.view-list .item { border: 1px solid #e2e2e2; padding: 10px; }
.view-list .rimage { width: 18%; float: left; position:relative;}
.view-list .image {}
.view-list .image  img { width: 100%; height: auto; }
.view-list .desc { width:80%;  float: right; }
.view-list .props{width:50%;}
.view-list .name a{font-size:14px;}
.view-list .stock-status{margin-left:15px; float:left;}
.view-list .buy-price{clear:both; padding-top:15px;/* border-top: 1px solid #dddddd;*/}
.view-list .buy-block a {text-align:center; width:180px; font-size:11px;}

.view-list .detail{}
.view-list .detail .price{float:left; margin-bottom:15px;}
.view-list .detail .compare{float:right;}
.view-list .detail .compare .i-compare{}
.view-list .detail .more{float:right;}
.view-list .detail .more .i-detail{}
.view-list .detail .compare{float:right;}
.view-list .detail .compare .i-compare{padding-right:30px;}
.view-list .detail .compare .i-compare:before{right:0;}
.view-list .detail .more{float:right; margin-right:20px;}
.view-list .detail .more .i-detail{padding-right:25px;}
.view-list .detail .more .i-detail:before{right:0;}

/*.view-list .button-submit { height: auto; line-height: normal; text-transform: none; padding: 34px 2px 6px 2px; font-size: 14px; text-align: center; font-weight: 400; }
.view-list .button-submit:before { display: block; margin: 0 0 0 -10px; position: absolute; top: 8px; left: 50%; font-size: 24px; }*/
.view-list .i-fav { margin-right: 10px; }
@media all and (max-width: 700px) {
	.view-list .props{width:auto;}
	.view-list .buy-block a {text-align:center; width:140px;}
}  
@media all and (max-width: 450px) {
	.view-list .rimage {width:auto; float: none; margin-bottom:10px;}
	.view-list .image  img {max-width:100%; max-height:100%; width:auto; margin:0 auto; height: auto; }
	.view-list .desc { width:auto;  float: none;}
	.view-list .buy-block a { width:100%; display:block; float:none; margin-bottom:5px;}
	.view-list .buy-block .ajax-area{margin-left:0px;}
	.view-list .detail .more{float:left;}
	.view-list .stock-status{margin-left:0; float:right;}
	.view-list .detail .compare{clear:left;}
}  

.compare label { cursor: pointer; color: #8695a4; }
.compare label.item-compared { font-weight: 700; }


.catalog-list .item-status-off .name a { color: #999; }
.catalog-list .item-status-off .image img { opacity: 0.3; }
.catalog-list .item-status-off .price-val { color: #bbb; }
.catalog-list .item-status-off .button-submit { 
	background: #bbb; background: -moz-linear-gradient(top, #bbb 0%, #999 100%); background: -webkit-linear-gradient(top, #bbb 0%,#999 100%); background: linear-gradient(to bottom, #bbb 0%,#999 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbb', endColorstr='#999',GradientType=0 ); 
}

.stock-status { margin-bottom: 5px; line-height: 20px; }
.stock-status span { font-size: 12px; display: inline-block; }
.stock-status span i { height: 20px; font-size: 14px; }
.stock-status .status-on { color: #43a047; }
.stock-status .status-can { color: #0000ff; }
.stock-status .status-off { color: #c62828; }

.high-list { padding: 60px 0 80px 0; margin: 0 0 60px 0; }
.high-list .item { float: left; margin: 0 2% 20px 0; position: relative; overflow: hidden; background-color: #999; height: 300px; background-size: cover; background-position: 50% 50%; background-repeat: 50% 50%; }
.high-list a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; z-index: 1; background-color: rgba(0, 0, 0, 0.4); transition: all 0.3s ease-out; }
.high-list .item:nth-child(3n) { margin-right: 0; }
.high-list .desc { padding: 20px 30px;  }
.high-list .name { text-decoration: none; font-size: 18px; font-weight: 600; margin-bottom: 20px; color: #ffffff; }
.high-list .text { font-size: 36px; font-family: "PT Serif", georgia, "Times New Roman"; font-weight: 400; line-height: 1.2em; color: #ffffff; }
.high-list .item:nth-child(6n-5) { width: 28%; }
.high-list .item:nth-child(6n-4) { width: 40%; }
.high-list .item:nth-child(6n-3) { width: 28%; }
.high-list .item:nth-child(6n-2) { width: 35%; }
.high-list .item:nth-child(6n-1) { width: 26%; }
.high-list .item:nth-child(6n) { width: 35%; }
.high-list .item a:hover { background-color: rgba(0, 0, 0, 0.6); }
.high-list.full-screen-w:before { background: #ffffff url(/local/templates/custom/css/../images/bg-highlist.jpg) repeat-x 0 100%; }

.columns { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row;flex-direction: row; align-items: stretch; -webkit-align-items: stretch; }
.columns .column-2 { width: 48%; } 

.page-info { clear: both; margin-bottom: 25px; }
.page-info .column-2 { background:#fafafa; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 20px 30px; }

.news-list { list-style: none; margin: 0; padding: 0; }
.news-list .clearfix:after{display:none;}
.news-list ul{display: flex; flex-direction: row-reverse; flex-wrap: wrap; justify-content: center; align-items: stretch; align-content: stretch;}
.news-list .item {width:32%; margin: 0 0 30px 0; clear: both; border: 1px solid #9b9b9b; }
.news-list .image { margin-bottom: 10px;  }
.news-list .image img { width: 100%; height: auto; }
.news-list .desc { padding: 12px 24px; }
.news-list .date {margin-bottom: 6px; }
.news-list .name { margin-bottom: 6px; font-weight: 400; font-size: 16px; overflow: hidden; height: 50px; }
.news-list .name a{font-weight:700;}
.news-list .text {clear: none; margin-bottom: 0; font-size:14px; border-top: 1px solid #9b9b9b; padding-top: 20px; overflow: hidden; height: 150px;font-weight:500;}

.news-list .owl-loaded ul{display:block; }
.news-list .owl-loaded .item {width:auto;}

@media all and (max-width: 800px) {
	.news-list .item {width:48%;}
}  
@media all and (max-width: 540px) {
	.news-list .item {width:100%;}
}  



.news-detail .image {margin:0 15px 10px 0; float:left;}
.news-detail .image img {max-width: 300px; width:auto; height: auto; }
@media all and (max-width: 540px) {
	.news-detail .image {margin:0 0 10px 0; float:none; text-align:center;}
	.news-detail .image img {margin:0 auto;}

}  


.filltab { background-color: white; border-collapse: collapse; border-spacing: 0; margin-bottom: 20px; }
.form-main .filltab { width: 100%; }
.filltab td { padding: 6px 10px; }
.filltab tbody tr:nth-child(2n) { background-color: #f2f2f2; }
.filltab tbody tr td:nth-child(2n+1) { text-align: right; }
.filltab .input-text { width: 100%; }
.filltab .small { font-size: 12px; color: #999999; font-style: italic; }
.form-main .button-submit { padding: 0 40px; }

.autocomplete-suggestions { background-color: rgba(255, 255, 255, 0.95); cursor: default; overflow: auto; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); margin: -1px 0 0 0; top: 100%; right: 4px; width: 500px;  min-width: 500px; }
.autocomplete-suggestion { padding: 6px; overflow: hidden; border-top: 1px solid #CCC; font-size: 12px; }
.autocomplete-suggestion:first-child { border-top: none; }
.autocomplete-suggestion a { text-decoration: none; display: block; color: #333333; }
.autocomplete-selected { background: #CCC; color: #FFF; }
.autocomplete-selected a{color: #FFF; }
.autocomplete-suggestion b { font-weight: 400; color: #000000; }
.autocomplete-suggestion .image { float: left; width: 60px; overflow: hidden; margin-right: 15px; }
.autocomplete-suggestion .image img { display: block; width: 100%; height: auto; }
.autocomplete-suggestion .name { font-weight: 700; font-size: 14px; margin: 0; line-height: normal; }
.autocomplete-suggestion .no-photo { background-size: 50% auto; }
.autocomplete-suggestion .desc {width:auto; line-height: normal; margin-right: 15px; margin-left:80px;}
.autocomplete-suggestion .price {font-weight: 700; font-size: 16px; text-align:right;}
.autocomplete-suggestion ul, .autocomplete-suggestion li { display: inline; list-style: none; margin: 0; padding: 0; }
.autocomplete-selected .name {color:#FFF}
.autocomplete-selected b {color:#FFF}



.owl-carousel.owl-loaded .owl-stage-outer { 
	overflow: hidden; 
}
.owl-carousel .owl-stage { 
	overflow: hidden; 
}
.owl-dots { 
	text-align: center; 
	position: absolute; 
	bottom: -22px; 
	left: 0; 
	line-height: 1px; 
	display: table; 
	border-spacing: 2px; 
	width: 100%; 
}
.page-products .owl-dots{display:none;} 
.owl-dots .owl-dot { width: auto; height: 5px; background-color: #d8d8d8; display: table-cell; font-size: 1px; padding: 0; }
.owl-dots .active { background-color: #0087E6; }
.owl-nav { 
	z-index: 100; 
}
.owl-carousel .owl-nav div {
	width: 50px;
	height: 50px;
	top: 50%;
	position: absolute;
	cursor: pointer;
	text-indent: -100px;
	overflow: hidden;
	margin-top: -25px;
	transition: all 0.2s ease-out;
	color: #ffffff;
	background: rgba(107, 107, 107, 0.6);
}
.owl-carousel .owl-nav .disabled { background-color: #f2f2f2; }
.owl-carousel .owl-nav .owl-prev { left: -25px; }
.owl-carousel .owl-nav .owl-next { right: -25px; }
.owl-carousel .owl-nav div:hover { background-color: #fe6700; }
.owl-carousel .owl-nav div:before { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	content: " "; 
	font-family: "fontawesome"; 
	font-size: 30px; 
	text-align: center; 
	text-indent: 0;
	line-height: 50px;
}
@media all and (max-width: 540px) {
	.owl-carousel .owl-nav div {width: 35px; height: 35px;}
	.owl-carousel .owl-nav div:before {line-height:35px;}

}

.owl-carousel .owl-nav .owl-prev:before { content: "\f104"; }
.owl-carousel .owl-nav .owl-next:before { content: "\f105"; }

.long-text .hide-long-more {background:none; border-bottom: 1px solid #cc0000; bottom: 0; height: 40px; left: 0; right: 0;}
.long-text .hide-long-more a {display: block; padding-top: 40px; text-align: center;   text-align:center;}
.long-text .hide-long-more a span { background:#cc0000; border-radius:0px 0px 3px 3px; height:30px; overflow:hidden; color:#ffffff; display: inline-block; font-size:14px; font-weight: 600; line-height: 30px; text-transform: uppercase;}

.page-breadcrumb { background-color: #f2f2f2; }
.page-breadcrumb ul { list-style: none; margin: 0; padding: 10px 0; text-align: center; }
.page-breadcrumb li { list-style: none; margin: 0; padding: 0 0 0 5px; display: inline-block; font-size: 14px; }
.page-breadcrumb li.i-home {padding-left: 0; }
.page-breadcrumb .i-home a {text-decoration: none; }
.page-breadcrumb .i-home a:before { font-family: FontAwesome; content: "\f015"; }
.page-breadcrumb .i-home span { display: none; }
.page-breadcrumb li a { display: inline-block; padding: 0 5px 0 0; }
.page-breadcrumb .i-last, .page-breadcrumb .i-last a { color: #fe6700; }
@media all and (max-width: 992px) {
	.page-breadcrumb li {padding: 0 0 0 10px;}
	.page-breadcrumb li a {padding: 0 10px 0 0;}
}
@media all and (max-width: 768px) {
	.page-breadcrumb ul {padding:5px 0;}
	.page-breadcrumb li {padding: 0 0 0 5px; font-size: 12px;}
	.page-breadcrumb li a {padding: 0 5px 0 0;}
}
.filter-menu .filter-menu-cat-active{text-decoration:none; display:block; width:auto; padding:10px 20px; background:#8695a4; font-family: 'PT Serif'; font-weight: 700; font-size:20px; line-height:30px; color:#ffffff; border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; -khtml-border-radius:5px 5px 0 0;}
.filter-menu .sigma-filter{border:1px solid #cc0000; border-top:none; margin-bottom:15px;}
.filter-menu .sigma-filter .filter-item{border-bottom: 1px solid #d8d8d8;}
.filter-menu .sigma-filter .filter-item .filter-name{font-family: 'Arial'; font-weight:600; font-size:14px; line-height:20px; color:#878289;  }
.filter-menu .sigma-filter .filter-item .filter-input{border:1px solid #878289; border-radius:5px; display:block; width:80px; height:34px; text-align:center}
.filter-menu .sigma-filter .filter-item .irs-diapason{ background: #d8d8d8;}
.filter-menu .sigma-filter .filter-item .irs-slider.from {background:url(/local/templates/custom/css/../images/filter-price.png);  height:20px; margin-left: -6px; width: 20px;}
.filter-menu .sigma-filter .filter-item .irs-slider.to {background:url(/local/templates/custom/css/../images/filter-price.png); margin-left: -7px; height:20px; width: 20px;}
.filter-menu .sigma-filter .filter-item .filter-name::after {background:url(/local/templates/custom/css/../images/sortdesc2.png) top right no-repeat; content: ""; display: block; height: 10px; position: absolute; right: 0; width: 18px;}
.filter-menu .sigma-filter .filter-item .filter-name.filter-opened::after {background:url(/local/templates/custom/css/../images/sortdesc.png) top right no-repeat;}
.filter-menu .sigma-filter .filter-item .filter-block label{font-family: 'Arial'; font-weight:400; font-size:14px; line-height:25px; color:#4a4a4a; padding: 0 0 3px 35px;}
.filter-menu .sigma-filter .filter-item .filter-block label::before {background: #f6f6f6 url("data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=") repeat-x scroll 0 0; border: 1px solid ##878289; border-radius: 5px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), -1px -1px #fff inset, 1px -1px #fff inset; content: ""; cursor: pointer; height: 24px; left: 0; position: absolute; top: 0px; vertical-align: middle; width: 24px;}
.filter-menu .sigma-filter .param-hover label::after, .sigma-filter .param-checked label::after{background:url(/local/templates/custom/css/../images/filter-active.png) center center no-repeat; width:24px; height:24px;left: 0px; top:0;  box-shadow:none;}
.filter-menu .sigma-filter .filter-submit{display:block; padding:10px 0 0px 0;}
.filter-menu .sigma-filter .filter-submit input{display:block; width:100%; border:none; background:#cc0000; text-align:center; padding:7px 0px; font-weight:600; color:#FFF; font-size:16px; line-height:20px;}
.filter-menu .sigma-filter .filter-reset{display:none;}

.filter-menu .jq-checkbox { display: none; margin: 0 -5px 0 0; width: 1px; height: 1px; text-indent: -300px; }

a.filter-menu-cat{display:block; border-bottom:1px solid #d8d8d8; width:auto; text-decoration:none; background:#8695a4; padding:0 15px;}
a.filter-menu-cat:last-child{border-bottom:none;}
a.filter-menu-cat:first-child{margin-top:20px;}
a.filter-menu-cat{font-family: 'PT Serif'; font-weight: 700; font-size:15px; line-height:50px; color:#FFF}
a.filter-menu-subcat{display:block; border-bottom:1px solid #d8d8d8; width:auto; text-decoration:none; background:#fafafa; padding:0 15px;}
a.filter-menu-subcat:last-child{border-bottom:none;}
a.filter-menu-subcat{font-family: 'PT Serif'; font-weight: 700; font-size:15px; line-height:50px; color:#FFF;  color:#878289;}
a.filter-menu-subcat:hover {color:#000;}

/*end фильтр*/

ul.tabs-nav { width:100%; }
ul.tabs-nav li { margin: 0 1px 0 0; float: left; background: #f2f2f2; border-bottom: none; }
ul.tabs-nav li a { padding: 10px 0 10px 0; background: none; font-weight: 700; font-size: 18px; line-height:30px; color: #000000; border-bottom: 6px solid #cccccc; text-decoration:none; text-align:center; }
ul.tabs-nav li.tabs-selected { background: #fe6700; border-bottom: none; }
ul.tabs-nav li.tabs-selected a { border-bottom: 6px solid #cc0000; color:#fff; }
.tabs-container {}



.flags { position: absolute; top:10px; right:10px; z-index: 1000; }
.flags span {display: block; line-height:12px; margin-bottom:5px; background-size: contain; background-position: 50% 50%; background-repeat: no-repeat; color: #fff; font-size: 16px; font-weight: 700; text-align: center; font-style: normal; overflow: hidden; }
/*.flags span:before { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; text-indent: 0; content: ""; }*/
.flags .flag-new {background:url(/local/templates/custom/css/../images/flag-2.png) center center no-repeat;}
/*.flags .flag-new:before { content: "NEW!"; }*/
.flags .flag-hit {background:url(/local/templates/custom/css/../images/flag-3.png) center center no-repeat;}
/*.flags .flag-hit:before { content: "HIT!"; }*/
.flags .flag-sale {background:url(/local/templates/custom/css/../images/flag-1.png) center center no-repeat;}
/*.flags .flag-best_price:before { content: "%"; }*/

.flags span { width:50px; height:12px; line-height: 12px; text-indent:999px;}

.input-plus-minus { text-align: center; position: relative; padding: 0 42px; border: 1px solid #ccc; display:inline-block; overflow: hidden; }
.input-plus-minus input { width: 100%; margin: 0 auto; text-align: center; border: none; padding: 0; line-height: 40px; height: 40px; }
.input-plus-minus a { text-decoration: none; display: block; width: 40px; text-align: center; color: #fe6700; font-size: 24px; line-height: 40px; height: 40px; font-weight: 600; }
.input-plus-minus a:hover { background-color: #fe6700; color: #ffffff; }
.input-plus-minus .input-inc-plus { position: absolute; top: 0; right: 0; }
.input-plus-minus .input-inc-minus { position: absolute; top: 0; left: 0; }

.element-top { 
	display: -webkit-flex; 
	display: flex; 
	-webkit-justify-content: space-between; 
	justify-content: space-between; 
	-webkit-flex-direction: row; 
	flex-direction: row; 
	align-items: stretch; 
	-webkit-align-items: stretch;
	margin-bottom: 30px;
}

.element-left { 
	width: 30%; 
	margin: 0 0 0px 0; 
	position: relative; 
}
.element-image { 
	position: relative; 
	border: 1px solid #e5e5e5; 
	margin-bottom:0px; 
}
.element-image a { 
	display: block; 
	text-align: center; 
}
.element-image img { 
	display: block; 
	margin: auto; 
	width: 100%; 
	height: auto; 
}
.element-images { 
	padding: 12px 24px; 
	margin-bottom: 20px; 
	margin-top:15px;
	border: 1px solid #e5e5e5; 
}
.element-images .owl-dots {
	display: none;
}
.element-images .owl-carousel .owl-nav div {
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.element-images .owl-carousel .owl-nav .owl-prev { 
	left: -25px; 
}
.element-images .owl-carousel .owl-nav .owl-next { 
	right: -25px; 
}
.element-images .owl-carousel .owl-nav div:before { 
	font-size: 14px; 
	line-height: 20px;
}

.element-images-name { font-size: 20px; margin-bottom: 15px; text-align: center; }
.element-images .item { width: 16%; margin: 0 0.6% 15px 0; float: left; }
.element-images .aligned .item { width: 16%; margin: 0 0 15px 0.8%; }
.element-images .aligned .first-child { margin-left: 0; }
.element-images .image { display: table; width: 100%; }
.element-images .image a { display: table-cell; height: 100%; cursor: pointer; vertical-align: middle; }
.element-images a { display: block; margin: 0; padding: 0; }
.element-images img { display: block; margin: 0; width: 100%; height: auto; }

.element-code { margin-bottom: 20px; font-weight: 700; font-size: 18px; }
.element-name { margin-bottom: 20px; font-weight: 700; }
.element-name span { font-size: 26px; font-weight: 400; color: #999; }
.element-property { border: none; border-spacing: 0; border-collapse: collapse; width: 100%; display: table; list-style: none; padding: 0; margin: 0; }
.element-property li { background: url(/local/templates/custom/css/../images/px.png) repeat-x 0 74%; display: table-row; list-style: none; padding: 0; margin: 0; border-bottom: 1px solid #eee; }
.element-property div { padding: 8px 0; margin: 0; vertical-align: bottom; display: table-cell; font-size: 14px; width: 50%; }
.element-property span { display: inline; background: #fff; }
.element-property .name-val { text-align: left; }
.element-property .name-val span { padding: 4px 4px 4px 0; }
.element-property .value-val { text-align: left; }
.element-property .value-val span { padding: 4px 0 4px 4px; }

.element-preview { margin-bottom: 15px; }


.block-title { font-weight: 700; font-size: 18px; }
.element-rl {
	display: -webkit-flex; 
	display: flex; 
	-webkit-justify-content: space-between; 
	justify-content:flex-end; 
	-webkit-flex-direction: row; 
	flex-direction: row; 
	align-items: stretch; 
	-webkit-align-items: stretch;
	margin-bottom: 0px;
	min-height:120px;
}
.element-rl .element-equ {
	width: 70%;
}
.element-rl .element-buy {
	width: 30%;
	position:absolute; bottom:0; right:0;
	margin-bottom:0;
}
.element-buy { margin-bottom: 10px; width: 100%; }
.element-buy .button-submit { margin-bottom: 10px; width: 100%; font-size: 12px; line-height: 40px; height: 40px; /*font-family: 'HelveticaNeueCyr';*/
	font-family: 'Verdana'; font-weight:normal;}
.element-buy .button-l { background:#fe6700; border:1px solid #fe6700; }
.element-buy .button-l:hover{ background:#FFF; color:#fe6700; }
.element-buy .button-r { margin-bottom:0; }

.element-detail .stock-status { text-align: left; }
.element-detail .stock-status span { font-size: 16px; display: inline-block; }
.element-detail .stock-status span i { height: 24px; font-size: 18px; }
.element-detail .price { margin-bottom: 10px; }
.element-detail .price-val { font-size: 26px; margin-right: 20px; display: inline-block; }
.element-detail .price-old { font-size: 30px; display: inline-block; }
.element-detail .price-disc { display: block; padding: 10px 0; clear: both; margin-right: 10px; }
.element-quantity { margin-bottom: 15px; }
.element-quantity .name { display: block; float: left; margin-right: 16px; line-height: 30px; font-size:14px; }
.element-detail .element-property { }

.element-detail .element-quantity { width: 100%; }
.element-detail .element-quantity .input-plus-minus { width: 100%; }
.element-right { width: 67%; margin: 0 0 0px 0; position:relative; }

.element-info { list-style: none; margin: 0 0 40px 0; padding: 0; clear: both; }
.element-info .item { list-style: none; margin: 0; }
.element-info .name { text-transform: none; font-weight: 500; display: block; position: relative; text-decoration: none; line-height: 18px;  margin-bottom: 0; cursor: pointer; padding: 10px 0 10px 40px; border-bottom: 1px solid #e5e5e5; font-size: 18px; color: #434343; }
.element-info .name:before { position: absolute; content: " "; top: 10px; left: 4px; font-family: 'fontawesome';  }
.element-info .name:after { position: absolute; content: " "; font-size: 1px; border: 6px solid transparent; border-top: 6px solid #000; width: 12px; height: 6px; top: 18px; right: 0; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: hidden; }
.element-info .content { margin-top: 8px; border-bottom: 4px solid #e5e5e5; padding: 8px 0; }
.element-info .opened .name:after { border: 6px solid transparent; border-bottom: 6px solid #000; height: 6px; top: 18px; margin-top: -6px; }
.element-info .content ul { padding-left: 16px; }

@media all and (max-width: 992px) {
	.element-rl{display:block;}
	.element-rl .element-equ{width: auto; float:none;}
	.element-rl .element-buy{width: auto; float:none; position:relative; bottom:auto; right:auto;}
}
@media all and (max-width: 768px) {
	.element-top{display:block;}
	.element-left{width:auto; float:none; margin-bottom:20px;}
	.element-right {width:auto; float:none; margin-bottom:20px;}
}
u { text-decoration: none; border-bottom: 1px dashed #434343; }

.element-info .i-delivery .name:before { content: "\f290"; }
.element-info .i-payment .name:before { content: "\f158"; }
.element-info .i-service .name:before { content: "\f046"; }
.element-info .info-opt .name:before { content: "\f022"; }

.element-description {
	clear: both;
}
.element-description .tabs-nav li { width: 20%; }
.element-description .main-header { display: none; }
.element-description table { width: 100%; }
.element-description table td { padding: 6px 10px; width: 50%; }
.element-description table tr:nth-child(2n+1) { background-color: #f2f2f2; }

.palette-list { margin-bottom: 20px; }
.palette-list .section-title { border-bottom: 3px solid #4a4a4a; margin-bottom: 10px; font-weight: 700; font-size: 20px; background-color: #f6f6f6; padding: 10px 20px; }
.palette-list .section-title a { font-size: 20px; font-weight: 700; text-decoration: none; }
.palette-list .item { width: 22%; margin: 0 4% 30px 0; float: left; }
.palette-list .last-child { margin-right: 0; }
.palette-list .image { text-align: center; }
.palette-list .name { color: #4a4a4a; text-decoration: none; font-weight: 600; text-align: center; }
.palette-list .name a { color: #4a4a4a; text-decoration: none; font-weight: 600; }

.auction-list { background-color: #f6f6f6; }
.auction-list .i-block-content { padding: 0 20px; }
.auction-list .item { margin-bottom: 20px; width: 100%; }
.auction-list .name { font-weight: 600; font-size: 16px; margin-bottom: 8px; }
.auction-list .text { color: #535353; }

.left-menu .image { display: none; }
.left-menu li a { color: #4a4a4a; text-decoration: none; display: block; position: relative; }
.left-menu li a:hover { color: #fe6700; }
.left-menu .menu-ul-root{border: 1px solid #CCC;}
.left-menu .menu-ul-root > li {  padding: 0 0; }
.left-menu .menu-ul-root > li > a {font-size: 16px; padding: 0 5%;}
.left-menu .menu-ul-root > li > a span{display:block;border-bottom: 1px solid #CCC; padding: 10px 0;}
.left-menu .menu-ul-root > li:last-child > a span{border-bottom:none;}
.left-menu .menu-ul-root > li > a .image { display: block; float: left; margin-right: 10px; }
.left-menu .menu-ul-root > li > a i {width: 24px; height: 24px; display: block; background-position: 50% 50%; background-size: contain; background-repeat: no-repeat;}
.left-menu .menu-ul-root > li > a i.em {background-color: #e1e1e1;}
.left-menu .menu-ul-root > li > a:after {
	width: 18px;
	height: 18px;
	top: 50%;
	right: 6%;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	margin-top: -9px;
	transition: all 0.2s ease-out;
	background-color: #AAAAAA;
	-khtml-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: #ffffff;
	content: "\f105";
	font-family: 'fontawesome';
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
.left-menu .menu-ul-root > li > a:hover:after {background-color: #4a4a4a;}
.left-menu .menu-ul-root > li.active > a:after {content:'\f107';}
.left-menu .menu-ul-root > li.opened > a:after {content:'\f107';}
.left-menu .menu-ul-root > li.active > a {font-weight: 600; color: #fe6700; border-bottom:none;}
.left-menu .menu-ul-root > li.active > a span{}
.left-menu .menu-ul-root > li.opened > a{}
.left-menu .menu-ul-root > li.opened > a  span{}
.left-menu .menu-ul-root .active ul { display: block;  }
.left-menu .menu-ul-root ul {padding:0; margin:0;  background:#f1f1f1; padding-bottom:5px; border-bottom: 1px solid #CCC; }
.left-menu .menu-ul-root ul li a {font-size: 14px; padding: 5px 12%;}
.left-menu .menu-ul-root ul li a:before { content: "- " }
.left-menu .menu-ul-root ul > li.active > a  { font-weight: 600; color: #fe6700; }
/*
.catalog-sort { float: left; margin-bottom: 20px; white-space: nowrap; font-size: 13px; }
.catalog-sort span { display: block; float: left; line-height: 24px; }

.catalog-sort ul { display: block; float: left; line-height: 24px; list-style: none; margin: 0 0 0 10px; padding: 0; }
.catalog-sort li { display: block; list-style: none; margin: 0 6px 0 0; padding: 0; float: left; }
.catalog-sort a { display: block; position: relative; padding: 0 20px 0 10px; text-decoration: none; white-space: nowrap; background: #8695a4; color: #ffffff; font-size: 13px; -khtml-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; }
.catalog-sort a.active { background: #fe6700; color: #ffffff; }
.catalog-sort a:after { content: ""; position: absolute; top: 0; right: 10px; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; transition: all 0.3s ease-out; font-family: 'fontawesome'; }
.catalog-sort a:hover { background: #fe6700; color: #ffffff; }
.catalog-sort a.active:hover { background: #cc0000; }
.catalog-sort a.asc:after { content: "\f106"; }
.catalog-sort a.asc:hover:after { content: "\f107"; }
.catalog-sort a.desc:after { content: "\f107"; }
.catalog-sort a.desc:hover:after { content: "\f106"; }
*/

.top-menu .menu-ul-root > li:hover > a.is-parent:after { content: "\f106"; }

.browse-type { float: right; margin-bottom: 15px; display: none; }
.browse-type span { display: block; float: left; line-height: 40px; white-space: nowrap; }
.browse-type ul { display: block; line-height: 40px; list-style: none; margin: 0; padding: 0; float: left; }
.browse-type li { display: block; list-style: none; margin: 0 1px; padding: 0; float: left; }
.browse-type a { display: block; height: 40px; width: 40px; overflow: hidden; position: relative; text-indent: -400px; text-decoration: none; }
.browse-type a:before {  font-family: 'fontawesome'; position: absolute; top: 0; left: 0; bottom: 0; right: 0; font-size: 20px; text-indent: 0; text-align: center; }
.browse-type .i-tile a:before { content: "\f009"; }
.browse-type .i-list a:before { content: "\f00b"; }

.contacts-l { width: 48%; float: left; clear: left; margin-bottom: 20px; }
.contacts-r { width: 48%; float: right; clear: right; margin-bottom: 20px; }


.next-page { display: block; clear: both; padding: 15px 0; text-align: center; }
.next-page a { font-size: 16px; text-decoration: none; line-height: 20px; padding: 11px 20px; display: inline-block; background: #8695a4; color: #ffffff; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.next-page a:hover { background: #d8d8d8; color: #4a4a4a; }

.modern-page-navigation {padding: 15px 0 15px 0; text-align: center; border-top: 1px solid #8695a4;}
.modern-page-navigation span, .modern-page-navigation a {display:inline-block; width: 30px; height: 30px; line-height: 28px; text-align: center; font-size: 16px; margin: 0 5px; color: #6b6b6b; text-decoration: none; border: 1px solid #8695a4; 	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-bottom:5px;}
.modern-page-navigation .modern-page-current{color:#fe6700; border: 1px solid #fe6700}
.modern-page-navigation a:hover {color: #fe6700; }

/*
.modern-page-navigation { padding: 15px 0 15px 0; text-align: center; border-top: 1px solid #8695a4; }
.modern-page-navigation span, .modern-page-navigation a { display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; line-height: 40px; font-size: 14px; margin: 0 5px; color: #fff; text-decoration: none; -khtml-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; background:#0F0;}

.modern-page-navigation span { background: #fe6700; }
.modern-page-navigation a { background: #8695a4; }
.modern-page-navigation a:hover { background: #d8d8d8; color: #4a4a4a; }
*/
.order-basket td, .order-basket th { text-align: center; }
.order-basket .image { width: 100px; }
.order-basket .name { text-align: left; }
.order-basket .price { width: 140px; white-space: nowrap; }
.order-basket .quantity { width: 100px; white-space: nowrap; }
.order-basket .actions { width: 100px; white-space: nowrap; }

#cartFormHolder .main-header, #orderFormHolder .main-header { display: none; }
.columns { 
	display: -webkit-flex; 
	display: flex; 
	-webkit-justify-content: space-between; 
	justify-content: space-between; 
	-webkit-flex-direction: row; 
	flex-direction: row; 
	align-items: stretch; 
	-webkit-align-items: stretch; 
	margin-bottom: 30px; 
}
.columns .column { background-color: #f2f2f2; padding: 15px 20px; }
.columns .column ol, .columns .column ul { padding-left: 20px; }
.col-3 .column { width: 31%;  }
.col-2 .column { width: 48%; }
.columns .input-note { padding: 0; }

.order-form .input-text { width:100%; }

.empty-list { padding: 40px 0; }

.popup-item-outer .main-header { font-weight: 400; font-size: 18px; background:#ff7300;}
.popup-item-outer .popup-item-exit{width:40px; height:40px;}
.product { margin-bottom: 20px; }
.product .image { border: 1px solid #e2e2e2; padding: 20px; margin-bottom: 10px; text-align: center; }
.product .no-photo { height: 120px; }
.product .image img { display: block; width: auto; height: 120px; margin: auto; }
.product .name { padding: 10px; background: #E5EEFF; text-align: center; }


.info-list { margin-bottom: 30px; }
.info-list .i-block-title  { margin-bottom: 20px; text-align: left; line-height: normal; font-size: 16px; }
.info-list .item { margin-bottom: 10px; display: table; }
.info-list .name { font-size: 14px; line-height: normal; font-weight: 400; margin-bottom: 0; color: #fe6700; }
.info-list .name a { color: #fe6700; font-weight: 400; }
.info-list .image { width: 40px; display: table-cell; overflow: visible; }
.info-list .image img { width: 100%; height: auto; display: block; border: 1px solid #cccccc; }
.info-list .desc { padding-left: 20px; display: table-cell; vertical-align: middle; }
.info-list .no-photo { padding-top: 100%; background-size: contain; border: 1px solid #cccccc; }

.main-news-list { margin-bottom: 30px; width: 50%; }
.main-news-list .i-block-title  { margin-bottom: 20px; text-align: left; }
.main-news-list .i-block-content { clear: both; }
.main-news-list .item { margin-bottom: 20px; }
.main-news-list .name { font-size: 16px; line-height: 26px; font-weight: 700; margin-bottom: 10px; }
.main-news-list .date { font-size: 16px; color: #9B9B9B; line-height: 16px; }
.main-news-list .text { margin-bottom: 10px; clear: none; }
.main-news-list .image { width: 80px; float: left; border: 1px solid #cccccc; }
.main-news-list .image img { width: 100%; height: auto; display: block; }
.main-news-list .desc { margin-left: 100px; }
.main-news-list .no-photo { padding-top: 100%;  }

.personal-account { list-style: none; margin: 0; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; align-items: center; -webkit-align-items: center; flex-wrap: wrap; -webkit-flex-wrap: wrap; }
.personal-account li { list-style: none; padding: 0; margin: 0; position: relative; width: 150px; height: 150px; margin: 5px; border: 1px solid #ccc; padding: 20px 20px; }
.personal-account a { display: block; text-align: center; font-size: 16px; text-decoration: none; font-weight: 700; }
.personal-account a:before { display: block; -khtml-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; text-align: center; margin: 0 auto 10px auto; height: 60px; line-height: 60px; width: 60px; background: #4a4a4a; color: #fff; content: ""; font-family: 'fontawesome'; font-size: 26px; }
.personal-account .i-profile a:before { content: "\f2bd"; }
.personal-account .i-carti a:before { content: "\f07a"; }
.personal-account .i-history a:before { content: "\f1da"; }
.personal-account .i-order a:before { content: "\f03a"; }
.personal-account .i-contacts a:before { content: "\f095"; }
.personal-account .i-exit a:before { content: "\f011"; background: #fe6700; }

@media (max-width: 600px) {
	.personal-account li {width: 110px;height: 120px;margin: 3px;}
	.personal-account a {font-size: 12px;}
	.personal-account a:before { font-size: 16px;height: 40px; line-height: 40px; width: 40px;}
}

.jq-checkbox.checked .jq-checkbox__div { background: none; font-size: 1px; }
.jq-checkbox.checked .jq-checkbox__div:before { content: "\f00c"; font-family: 'fontawesome'; display: block; line-height: 14px; height: 14px; text-align: center; font-size: 16px; }


.login-field { line-height: 24px; }
.login-field a { line-height: 24px; display: inline-block; padding: 0 12px; background-color: #f2f2f2; text-decoration: none; color: #999999; }
.login-field a:before { font-family: 'fontawesome'; content: ""; margin-right: 6px; }
.login-field .active { background-color: #fe6700; color: #ffffff; }
.login-field a.i-phone:before { content: "\f095"; }
.login-field a.i-email:before { content: "\f0e0"; }

.tabs-register-order .main-header { display: none; }
.tabs-register-order .tab-view-buttons { text-align: center; }
.tabs-register-order > .i-block { width: 540px; margin: auto; -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); padding: 20px; }

.page-about-text p{font-weight:300;}

.map-wrapper { position: relative; height: 400px; margin-bottom:40px; }
.map-element { width: 100vw; position: absolute; top: 0; left: 50%; bottom: 0; margin-left: -50vw; }
.map-ballon { width: 180px; }
.map-ballon div { line-height: normal; }
.map-ballon .image { margin-bottom: 5px; }
.map-ballon .image img { width: 120px; height: auto; }
.map-ballon .name { font-weight: 700; margin-bottom: 8px; }
.map-ballon .region { font-size: 11px; margin-bottom: 8px; }
.map-ballon .text { font-size: 11px; color: #999; margin-bottom: 8px; }
.map-ballon .button { line-height: 24px; font-size: 12px; font-weight: 700; padding: 0 10px; cursor: pointer; text-align: center; background: #ff9e00; color: #ffffff; text-transform: uppercase; border-radius: 6px; }

/*service-list*/
.service-list{}
.service-list ul{}
.service-list .item{float:left; width:32%; margin:0 0 20px 1%; border:1px solid #CCC; padding:15px; text-align:center;}
.service-list .aligned .item{margin-left:2%;} 
.service-list .aligned .first-child{margin-left:0;}
.service-list .item .name{font-weight: 500;}
.service-list .item .name span{}
.service-list .item .region{margin-bottom:10px; border-bottom:1px dashed #ff7300; display:inline-block; color:#ff7300; cursor:pointer;}
.service-list .item .props{margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #CCC;}
.service-list .item .props li{display:block; width:100%; color:#949595; border-bottom:none; position:relative; margin-bottom:4px;}
.service-list .item .props li:before{font-family: "FontAwesome"; margin-right:6px;}
.service-list .item .props .p-adress{}
.service-list .item .props .p-adress:before{content:'\f041';}
.service-list .item .props .p-phone{}
.service-list .item .props .p-phone:before{content:'\f095';}
.service-list .item .props .p-time{}
.service-list .item .props .p-time:before{content:'\f017';}
.service-list .item .props .p-email{}
.service-list .item .props .p-email:before{content:'\f0e0'}
.service-list .item .text{color:#949595;}
.service-list .item .buttons{margin-top:20px; padding-top:20px; border-top:1px solid #CCC;}
.service-list .item .i-link{display:block; width:100%; font-size:12px; line-height:40px; height:40px; /*font-family: 'HelveticaNeueCyr';*/
	font-family: 'Verdana'; font-weight:normal; margin:0; width:49%;}
.service-list .item .i-map{border:1px solid #ff7300; color:#FFF; background:#ff7300; text-transform:uppercase;float:left;}
.service-list .item .i-map:hover{color:#ff7300; background:#FFF;}
.service-list .item .i-external{border:1px solid #6b6b6b; background:#FFF; text-transform:uppercase; text-decoration:none; position:relative; float:right; padding-left:20px;}
.service-list .item .i-external:before{left:50%; font-size:16px; margin-left:-70px;}
.service-list .item .i-external:hover{background:#6b6b6b; color:#FFF}
@media all and (max-width: 1100px) {
	.service-list .item .i-link{width:auto;}
	.service-list .item .i-map{float:none; margin-bottom:15px;}
	.service-list .item .i-external{float:none; padding-left:20px;}
}  
@media all and (max-width: 800px) {
	.service-list .item{width:48%;}
}  
@media all and (max-width: 500px) {
	.service-list .item{width:100%;}
}  
/*regions-list*/
.regions-list{margin-bottom:20px;}
.regions-list .region-page{text-align:center;}
.regions-list .jq-selectbox{margin-left:10px;}
	.jq-selectbox li{list-style:none; margin:0; padding:3px 15px; text-align:left;}
	.jq-selectbox__select-text{text-align:left;}
	.jq-selectbox__select{padding: 9px 50px 9px 15px;}


/*
*/
.contacts-t{width: 100vw; position:relative; left:50%; margin-left:calc(100vw/2*(-1))}
.contacts-flex{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch;}
.contacts-l{width:35%; border:1px solid #CCC; padding:20px 30px;}
.contacts-l h3{font-weight: 500; font-size:16px; line-height:36px; text-align:center;}
.contacts-l p{padding-left:30px; width:auto; margin:0 0 15px 0;}
.contacts-l .i-link:before{left:0;}
.contacts-r{width:63%; border:1px solid #CCC; padding:20px 30px;}
.contacts-r .input-field .input-text{border:none; border-bottom: 1px solid #CCC; text-align:center;}
.contacts-r .input-field textarea.input-text{border: 1px solid #CCC;}
.contacts-r .form-note{text-align:center; font-size:12px;}
.contacts-r .form-notea{text-align:center; font-size:12px;}

@media all and (max-width: 900px) {
	.contacts-l{padding:15px;}
	.contacts-r{padding:15px;}
}  
@media all and (max-width: 600px) {
	.contacts-l{width:100%}
	.contacts-r{width:100%}
}  


.video-leading{}
.video-leading .item{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch;}
.video-leading .item .image{width:66%;}
.video-leading .item .image a{display:block;}
.video-leading .item .image a img{width:100%; height:auto;}
.video-leading .item .text{}
.video-leading .item .button-submit{margin-top:15px; border:1px solid #ff7300; background:#ff7300; color:#FFF;}
.video-leading .item .button-submit:hover{background:#FFF; color:#ff7300;}
.video-leading .item .desc{width:32%;}

@media all and (max-width: 600px) {
	.video-leading .item .image{width:100%; margin-bottom:15px;}
	.video-leading .item .desc{width:100%;}
}  

.video-list{}
.video-list .clearfix:after{display:none}
.video-list ul{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch;}
.video-list .item{width:32%;}
@media all and (max-width: 700px) {
	.video-list .item{width:48%;}
}  
@media all and (max-width: 500px) {
	.video-list .item{width:100%;}
}  

.error-404{text-align:center;}
.error-404 img{margin:0 auto; min-height:100%; max-height:100%; width:auto; height:auto;}
.error-404 hr{display:block; margin:20px 0; height:1px; background:#CCC;}
.error-404 a{text-decoration:none; font-size:24px;}

.print{float:right; display:block; width:25px; height:25px; background:url(/local/templates/custom/css/../images/print.png); margin-bottom:-25px;} 

@media all and (max-width: 600px) {
	.print{float:none; margin-bottom:10px;} 
}  
.pushy-btn-close {position:absolute; top:5px; right:5px; display:block; text-indent:999px; overflow:hidden; width:18px; height:18px; background:url(/local/templates/custom/css/../images/close.png) center center no-repeat; z-index:9999; cursor:pointer;}
	.slicknav_menu{margin:35px 5px 0 5px;}
	.slicknav_menu .slicknav_btn{display:none;}
	.slicknav_menu .slicknav_nav{margin:0; padding:0; list-style:none;}
	.slicknav_menu .slicknav_nav li{margin:0; padding:0; list-style:none;}
	.slicknav_menu .slicknav_nav li a{display:block; font-size:14px; line-height:16px; color:#111111; border-bottom:1px solid #f2f2f2; padding:12px 3px; text-decoration:none;}
	.slicknav_menu .slicknav_nav li a.slicknav_item{font-size:14px; line-height:16px; color:#111111; text-decoration:none; border-bottom:none; padding:0;}
	.slicknav_menu .slicknav_nav li a.is-parent{position:relative;}
	.slicknav_menu .slicknav_nav li .slicknav_arrow{display:none; width:10px; height:10px; background:#0F0; overflow:hidden; text-indent:999px;}
	.slicknav_menu .slicknav_nav li ul{margin:0; padding:0; list-style:none; margin-left:10px;}
	.slicknav_menu .slicknav_nav li ul li ul{margin-left:20px;}
	
	.slicknav_menu .slicknav_nav li a.is-parent:before{content:''; display:block; width:12px; height:10px; background:url(/local/templates/custom/css/../images/icon-3.png); position:absolute; top:50%; right:0; margin-top:-5px;}
	.slicknav_menu .slicknav_nav li.slicknav_open a.is-parent:before{background:url(/local/templates/custom/css/../images/icon-4.png);} 
  
.i-gotop { display: block; position: fixed; bottom: 30px; right:-50px; width: 40px; height: 40px; background-color:#fe6700; color: #fff; border-radius: 100%; overflow: hidden; transition: all 0.4s ease-out; cursor: pointer; text-indent: -100px; opacity: 0; z-index:9999;}
.i-gotop:after { display: block; position: absolute; width: 20px; height: 26px; border-radius: 100%; border-top: 13px solid transparent; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 13px solid #fff; top: 0; left: 50%; margin-left: -10px; content: " "; text-indent: 0; border-radius: 0; }
.i-gotop.link-opened {right: 30px; opacity: 1; }


.bx_ordercart .bx_sort_container{color:#6b6b6b; font-weight:bold;}
.bx_ordercart .bx_sort_container a{box-shadow:none; -khtml-border-radius:0px; -webkit-border-radius:0px; border-radius: 0px; border:1px solid #ff7300; color:#ff7300; height:40px; line-height:40px; font-size:12px; text-transform:uppercase; background:#FFF; text-shadow:none; font-weight:normal;}
.bx_ordercart .bx_sort_container a:hover{background:#ff7300; color:#FFF;}
.bx_ordercart .bx_sort_container a.current{box-shadow:none; -khtml-border-radius:0px; -webkit-border-radius:0px; border-radius: 0px; border:1px solid #ff7300; background:#ff7300; text-shadow:none;}
.bx_ordercart .bx_sort_container a.current:hover{background:#ff7300; color:#FFF;}

.bx_ordercart .bx_ordercart_order_table_container{border:1px solid #6b6b6b; -khtml-border-radius:0px; -webkit-border-radius:0px; border-radius:0px; padding:20px;}
.bx_ordercart .bx_ordercart_order_table_container table thead td{background:#FFF; border-bottom:1px solid #6b6b6b; font-size:11px; line-height:24px; color:#6b6b6b; vertical-align:middle;}
.bx_ordercart .bx_ordercart_order_table_container table tbody td{border-bottom:1px solid #6b6b6b;}
.bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child td{border-bottom:1px solid #6b6b6b;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto{width:auto;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.item{width:auto;}
.bx_ordercart .bx_ordercart_photo_container{border:none;}
.bx_ordercart .bx_ordercart_photo_container a{display:block;}
.bx_ordercart .bx_ordercart_photo_container a img{display:block; max-width:100px; height:auto; width:auto;}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price_value{display:none;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price{display:none;}

.bx_ordercart .centered{display:inline-block; border:1px solid #b1b1b1; position:relative;}
.bx_ordercart .centered input{display:block; width:25px; height:25px; margin:0 25px; border:none; border-left:1px solid #b1b1b1; border-right:1px solid #b1b1b1; text-align:center; font-size:11px; line-height:25px; color:#6b6b6b;}
.bx_ordercart .centered a{display:block; font-size:12px; line-height:25px; text-decoration:none; color:#6b6b6b; position:absolute; top:0; bottom:0; width:25px;}
.bx_ordercart .centered a.plus{right:0;}
.bx_ordercart .centered a.minus{left:0;}

.bx_ordercart .bx_ordercart_order_pay{border:1px solid #b9b9b9; margin-left:60%; padding:20px;}
.bx_ordercart .bx_ordercart_order_pay .title{font-weight:bold; font-size:24px; line-height:30px; color:#6b6b6b; padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #6b6b6b;}
.bx_ordercart .bx_ordercart_order_pay_right{float:none; width:auto; text-align:left; margin-bottom:15px;}
.bx_ordercart .bx_ordercart_order_sum{float:none; width:100%;}
.bx_ordercart .bx_ordercart_order_sum tr td{text-align:left; color:#На сумму:; font-size:16px; line-height:24px; padding:5px;}
.bx_ordercart .bx_ordercart_order_sum tr td.fwb-right{text-align:right; color:#fe6700;}
.bx_ordercart .bx_ordercart_order_pay_center{margin:0; padding:0; border:none;}
.bx_ordercart .bx_ordercart_order_pay_center .checkout{background:#ff7300; border:1px solid #ff7300; border-radius:0; color:#FFF; top:0;}
.bx_ordercart.bx_yellow .bx_ordercart_order_pay_center .checkout{background:#ff7300; color:#FFF; text-shadow:none;}

@media all and (max-width: 900px) {
	.bx_ordercart .bx_ordercart_order_pay{ margin-left:40%;}
}  
@media all and (max-width: 600px) {
	.bx_ordercart .bx_ordercart_order_pay{ margin-left:0%; padding:5px;}
}  


.form-main{}
.form-main .input-text{border:1px solid #e3e1e1;}
.popup-item-wrap .input-text{border:1px solid #e3e1e1;}
.form-items{margin:0; padding:0; list-style:none;}
.form-items li{margin:0; padding:0; list-style:none;}

.login-field{border-bottom:1px solid #6b6b6b; height:31px;}
.login-field a{border:none; border-left:1px solid #6b6b6b;}
.login-field a:first-child{border-left:none;}
.login-field .button-submit{ background:none; display:block; float:left;height:30px; line-height:30px; color:#6b6b6b; text-transform:none; font-size:16px; padding:0 20px;}
.login-field .button-submit:hover{color:#fe6700;}
.login-field .button-submit.active{color:#fe6700;}
.bx-sls .dropdown-block{border:none; border-bottom:1px solid #6b6b6b; border-radius:0px; -webkit-box-shadow:none; box-shadow:none; padding: 0 15px 0 30px; height:38px; line-height:38px; color: #000 !important;}
.bx-sls .bx-ui-sls-container{position:relative; z-index:100;}
.bx-sls .bx-ui-sls-clear{z-index:200;}
.bx-sls .dropdown-fade2white{display:none;}
.bx-sls .dropdown-block .dropdown-field{display:block; width:100%; border:none; height:37px; line-height:37px;}
.bx-sls .dropdown-icon {
    background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
    height: 14px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 14px;
}
.bx-sls .bx-ui-sls-clear {
    background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
    width: 30px;
    height: 30px;
    cursor: pointer;
    cursor: hand;
    margin-top: 2px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
}
form .input-submit{}
form .input-submit .button-submit{border:1px solid #ff7300; background:#ff7300;}
form .input-submit .button-submit:hover{color:#ff7300; background:#FFF;}


.order-result{}
.order-result .title{font-weight:bold; font-size:24px; line-height:30px; color:#6b6b6b; padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #6b6b6b;}

.next-page { display: none; }
.modern-page-navigation { margin-top: 15px; clear: both; border-top: 1px solid #dddddd; }

.catalog-filter-sections .tab-view-content {
	padding: 0;
}
.bx-filter {
	margin: 0; 
}
.bx-filter-parameters-box-title {
	font-size: 14px;
}
.video2-list .item {
	margin: 10px 0;
}
.video2-list .item a {
	display: -webkit-flex; 
	display: flex; 
	-webkit-justify-content: space-between; 
	justify-content: space-between; 
	-webkit-flex-direction: row; 
	flex-direction: row; 
	align-items: center; 
	-webkit-align-items: center;
}
.video2-list .image {
	width: 100px;
}
.video2-list .name {
	color: #fe6700;
	font-weight: 700;
	flex-grow: 1;
	-webkit-flex-grow: 1; 
	margin-bottom: 0;
}
/* End */


/* Start:/local/templates/custom/css/screen.css?15795225408359*/
@media all and (max-width: 1195px) {
	.page-in { margin-left: 15px; margin-right: 15px; }
}  
@media all and (max-width: 992px) {
	h1, h1 a { font-size: 28px; margin-bottom: 14px; }
	h2, h2 a { font-size: 24px; margin-bottom: 12px; }
	h3, h3 a { font-size: 20px; margin-bottom: 10px; }
	h4, h4 a { font-size: 18px; margin-bottom: 9px; }

	/*.page-head-l { width: 380px; }
	.page-logo { width: 160px; }
	.page-label { width: 200px; }*/

	.main-content-left { float: none; width: auto; margin-bottom: 20px; }
	.main-content-right { float: none; width: auto; }
	.main-content-main { float: none; width: auto; }
	
	/*.page-footer-l { float: none; width: auto; clear: both; margin-bottom: 40px; }
	.page-footer-r { float: none; width: auto; clear: both; }
	.page-footer-r .i-block { float: none; white-space: nowrap; text-align: center; margin: 0; }
	.page-footer-r .i-block:before { position: static; display: inline; margin-right: 20px; }
	.page-footer-r .i-block .i-block-title { display: none; }
	.page-footer-r .i-block .i-block-content { display: inline; }
	.page-footer-r .i-block br { display: none; }*/
	.page-footer-menu .page-phone { margin-bottom: 20px; }
	.page-footer-menu .page-phone a {  margin-right: 20px; }
	.page-footer-menu .page-schedule { float: none; }
	.page-footer-menu .page-phone .i-block-more { margin-top: 0; }
	
	.element-middle { width: 50%; }
	.element-detail .element-buy .button-submit { font-size: 14px; }


	
	.catalog-cat .item { width: 32%; margin: 0 1% 20px 0; }
	.catalog-cat .aligned .item { width: 32%; margin: 0 0 20px 2%; }
	.catalog-cat .aligned .first-child { margin-left: 0; }

	.main-content-left .i-block-title { margin-bottom: 0; }

}
@media all and (max-width: 768px) {
	.page-top .pb-r { margin-top: -2px; }
	.page-top .pb-r .i-link { margin-left: 14px; padding-left: 32px; width: 32px; height: 32px; line-height: 32px; overflow: hidden; -khtml-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; background: #ffffff; color: #000; }
	.page-top .pb-r .i-link:before { left: 0; width: 32px; height: 32px; line-height: 32px; text-align: center; font-size: 18px; }

	/*.page-head { display: block; }
	.page-head-l { width: auto; margin-bottom: 15px; }*/
	.page-label { margin-left: 180px; float: none; width: auto; }
	.page-head-m { text-align: center; }
	.page-head-m .i-block { display: inline-block; }
	.page-head-m .i-block:before { width: 20px; height: 20px; left: -25px; top: 2px; font-size: 12px; line-height: 20px; }
	.page-head-m .page-phone { margin-bottom: 0; margin-right: 30px; text-align: left; }
	.page-head-m .page-schedule { margin-bottom: 0; margin-left: 30px; text-align: left; }
	.page-head-m .page-phone a { font-size: 14px; }

	.page-top .top-cart { margin-top: -2px; margin-left: 0; }
	.top-cart a { margin-left: 20px; padding-left: 32px; width: 32px; height: 32px; line-height: 32px; overflow: hidden; }
	.top-cart a:before { left: 0; width: 32px; height: 32px; line-height: 32px; text-align: center; font-size: 24px; }
	.top-cart .cart-cnt { top: 0; right: 0; }

	.page-top .pb-l { margin-top: -2px; }
	.page-top .pb-l .i-link { margin-left: 0; padding-left: 32px; width: 32px; height: 32px; line-height: 32px; overflow: hidden; -khtml-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; background: #ffffff; color: #000; }
	.page-top .pb-l .i-link:before { left: 0; width: 32px; height: 32px; line-height: 32px; text-align: center; font-size: 18px; }
	
	.columns { display: block; }
	.columns .column-2, .columns.col-2 .column { width: auto; margin-bottom: 20px; } 

	.i-block-title { font-size: 28px; }
	.main-content .i-block-title { margin-bottom: 14px; }

	.main-content-right .view-tile .item,
	.view-tile .item { width: 48%; }
	
	.catalog-cat .item { width: 48%; margin: 0 2% 20px 0; }
	.catalog-cat .aligned .item { width: 48%; margin: 0 0 20px 4%; }
	.catalog-cat .aligned .first-child { margin-left: 0; }
	
	.element-rm { float: right; width: 52%; }
	.element-middle { width: auto; float: none; clear: both; }
	
	.filltab tbody tr td:nth-child(2n+1) { text-align: inherit; }
	
	.user-policy { float: none; clear: both; margin-bottom: 12px; }
	.footer-payment { float: none; clear: both; }

	.mobile-block > .i-block-title { cursor: pointer; font-weight: 700; display: block; padding: 12px; background:#fe6700; color: #FFF; margin-bottom: 0; line-height: 20px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
	.mobile-block > .i-block-title span { display: inline-block; position: relative; margin-left: 30px; border-bottom: 1px dashed #ffffff; font-size: 20px; text-transform: uppercase; }
	.mobile-block > .i-block-title span:before { display: inline-block; content: "+"; line-height: 20px; height: 20px; width: 20px; background: #ffffff; color: #fe6700; text-align: center; font-weight: 400; -khtml-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; top: 0; left: -24px; position: absolute; font-size:15px;}
	.mobile-block > .i-block-content { display: none; }
	.mobile-block.mb-opened > .i-block-title span:before { content: "-"; }
	.mobile-block.mb-opened > .i-block-content  { display: block; padding: 10px 0; }

	.tabs-view .tab-view-buttons { display: none; }
	.tabs-view .tab-view-content { display: block; margin-bottom: 15px; }
	
	.tabs-nohide.tabs-view .tab-view-buttons { display: block; }
	.tabs-nohide.tabs-view .tab-view-content { display: none; }
	.tabs-view .tab-active {border:none; padding:0;}
	
	
	
}
@media all and (max-width: 540px) {
	h1, h1 a { font-size: 24px; margin-bottom: 12px; }
	h2, h2 a { font-size: 20px; margin-bottom: 10px; }
	h3, h3 a { font-size: 18px; margin-bottom: 9px; }
	h4, h4 a { font-size: 16px; margin-bottom: 8px; }

	.page-top .i-menu { width: 38px; height: 38px; line-height: 38px; font-size: 24px; padding: 0; text-indent: -400px; margin-top: -5px; }
	.page-top .i-menu:before { left: 0; width: 38px; text-align: center; text-indent: 0; }
	
	/*.page-logo { width: 120px; }*/
	.page-label { margin-left: 140px; }
	.page-label .i-block-title { margin: 0; font-size: 12px; display: none; }
	.page-label .i-block-title:after { content: " "; display: inline; }
	.page-label .i-block-content { margin: 0; font-size: 12px; display: inline; }
	.page-head-m .page-phone { margin-right: 0; margin-left: 25px; }
	.page-phone br { display: none; }
	.page-head-m .page-schedule { display: none; }	

	.page-top .pb-l { display: none; }
	.i-block-title { font-size: 24px; text-align: center; }

	.page-footer-l { margin-bottom: 0; }
	.page-footer-menu .footer-menu { width: auto; float: none; margin-bottom: 40px; }
	.page-footer-menu .page-social{width: auto; float: none;}
	
	.view-tile .r-block { display: block; }
	.main-content-right .view-tile .item, .view-tile .item { width: 320px; margin-left: auto; margin-right: auto; }

	.catalog-cat .item, .catalog-cat .aligned .item { /*background:#000000;*/ width: 100%; margin: 0 0 20px 0; float: none; display: table; border-collapse: collapse; border-spacing: 0; }
	.catalog-cat .image { display: table-cell; width: 100px; }
	.catalog-cat .name { position: static; display: table-cell; padding: 15px; vertical-align: middle; text-align: left; }
	.catalog-cat .name a { display: block; background-color: transparent; }

	.page-footer-r .i-block { float: none; text-align: left; margin-right: 0; margin-left: 24px; }
	.page-footer-r .i-block:before { position: absolute; display: block; margin-right: 0; }
	.page-footer-r .i-block .i-block-title { display: block; }
	.page-footer-r .i-block .i-block-content { display: block; }
	.page-footer-r .i-block br { display: block; }
	.page-footer-menu .page-phone { float: left; margin-bottom: 0; }
	.page-footer-menu .page-schedule { float: right; }
	.page-footer-menu .page-phone a {  margin-right: 0; }
	.page-create { margin: 0 auto 0 auto; float: none; text-align: center; }


	.mobile-block > .i-block-title span { font-size: 16px; }
}
@media all and (max-width: 460px) {
	.page-footer-menu .page-phone { float: none; margin-bottom: 30px; }
	.page-footer-menu .page-schedule { float: none; }
}
@media all and (max-width: 344px) {
	.main-content-right .view-tile .item, .view-tile .item { width: auto; }
}
/* End */


/* Start:/local/templates/custom/css/print.css?1579522540815*/
@media print { /* Стиль для печати */
	.page-top{float:left;width:48%; border-bottom:0; padding:10px 0;}
	.page-top .page-top-l{float:right;}
	.page-top .page-top-l .page-social{display:none;}
	.page-top .page-top-r{display:none;}
	.page-head{float:right;width:48%; padding:10px 0;}
	.page-head .page-head-l{}
	.page-head .page-head-r{display:none;}
	.page-breadcrumb{display:none;}
	.page-footer-menu{display:none;}
	.page-footer{}
	.page-footer .page-footer-m{display:none;}
	
	
	
	#catalog-listsimilar{display:none;}
	.element-buy{display:none;}
	
	.element-detail .mobile-block > .i-block-title {background:#FFF; color: #000;}
	.element-detail .mobile-block > .i-block-title span:before{display:none;}
	.element-detail .mobile-block > .i-block-content{display:block;}

}
	

/* End */


/* Start:/local/css/carousel/owl.carousel/owl.carousel.min.css?15795225403020*/
/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/css/carousel/owl.carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/css/carousel/owl.carousel/owl.theme.default.min.css?15795225401078*/
/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
.i-block .owl-carousel { margin-bottom: 0; } 
.owl-carousel .owl-item img { width: auto; margin: auto; }
.owl-carousel .owl-prev, .owl-carousel .owl-next { position: absolute; top: 50%; margin-top: -21px; width: 11px; height: 42px; z-index: 1001; cursor: pointer; text-indent: -100px; overflow: hidden; }
.owl-carousel .owl-prev { left: -18px; background: url(/local/css/carousel/owl.carousel/./carousel-prev.png) no-repeat 0 0; }
.owl-carousel .owl-next { right: -18px; background: url(/local/css/carousel/owl.carousel/./carousel-next.png) no-repeat 0 0; }
.owl-dots { position: absolute; left: 0; right: 0; bottom: -35px; text-align: center; }
.owl-dots .owl-dot { display: inline-block; margin: 3px 5px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; cursor: pointer; background: #ffffff; height: 6px; width: 6px; }
.owl-dots .active { height: 12px; width: 12px; border: 1px solid #ffffff; background: transparent; margin-top: 0; margin-bottom: 0; }
*/
/* End */


/* Start:/local/css/menu/slicknav/core.css?15795225401530*/
.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
	.slicknav_icon-bar + .slicknav_icon-bar {
		margin-top: 0.188em;
	}
}
.slicknav_menu {
	*zoom: 1;
	.slicknav_menutxt {
		display: block;
		line-height: 1.188em;
		float: left;
	}
	.slicknav_icon {
		float: left;
        width: 1.125em;
        height: 0.875em;
		margin: 0.188em 0 0 0.438em;
        &:before { // Firefox Mobile v42 bugfix
            background: transparent;
            width: 1.125em;
            height: 0.875em;
            display: block;
            content: "";
            position: absolute;
        }
	}
	.slicknav_no-text {
		margin: 0;
	}
	.slicknav_icon-bar {
		display: block;
		width: 1.125em;
		height: 0.125em;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	}
	&:before {
		content: " ";
		display: table;
	}
	&:after {
		content: " ";
		display: table;
		clear: both;
	}
}
.slicknav_nav {
	clear: both;
	ul {
		display: block;
	}
	li {
		display: block;
	}
	.slicknav_arrow {
		font-size: 0.8em;
		margin: 0 0 0 0.4em;
	}
	.slicknav_item {
		cursor: pointer;
		a {
			display: inline;
		}
	}
	.slicknav_row {
		display: block;
	}
	a {
		display: block;
	}
	.slicknav_parent-link a {
		display: inline;
	}
}
.slicknav_brand {
	float: left;
}
/* End */


/* Start:/local/css/menu/pushy/pushy.css?15795225403180*/
/*! Pushy - v1.0.0 - 2016-3-1
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Icon */
}
.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu > a {
  position: relative;
}
.pushy-submenu > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("/local/css/menu/pushy/../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open ul {
  max-height: 1000px;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.no-csstransforms3d .pushy-submenu-closed ul {
  max-height: none;
  display: none;
}

/*# sourceMappingURL=pushy.css.map */

/* End */


/* Start:/local/css/popup/fancybox/jquery.fancybox.css?15795225404895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/css/popup/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/css/popup/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/css/popup/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/css/popup/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/css/popup/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/css/popup/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/css/popup/fancybox/helpers/jquery.fancybox-thumbs.css?1579522540735*/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/* End */


/* Start:/local/css/popup/fancybox/helpers/jquery.fancybox-buttons.css?15795225402447*/
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('/local/css/popup/fancybox/helpers/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
/* End */


/* Start:/local/css/tooltip/tooltipster.bundle.min.css?15795225406495*/
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
/* End */


/* Start:/local/css/tooltip/tooltipster-sideTip-light.min.css?15795225401782*/
.tooltipster-sidetip.tooltipster-light .tooltipster-box{border-radius:3px;border:1px solid #ccc;background:#ededed}.tooltipster-sidetip.tooltipster-light .tooltipster-content{color:#666}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow{height:9px;margin-left:-9px;width:18px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow{height:18px;margin-left:0;margin-top:-9px;width:9px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#ededed;top:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background{border-left-color:#ededed;left:-1px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background{border-right-color:#ededed;left:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background{border-top-color:#ededed;top:-1px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border{border-left-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border{border-right-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border{border-top-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped{top:-9px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped{left:-9px}
/* End */


/* Start:/local/css/tooltip/tooltipster-sideTip-shadow.min.css?15795225401684*/
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;box-shadow:0 0 10px 6px rgba(0,0,0,.1)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{color:#8d8d8d}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{height:6px;margin-left:-6px;width:12px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{height:12px;margin-left:0;margin-top:-6px;width:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border{border:6px solid transparent}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}
/* End */
/* /local/templates/.default/components/bitrix/sale.basket.basket.line/.default/style.css?15795225404229 */
/* /local/components/custom/search.title/templates/search-m/style.css?15916827244300 */
/* /local/fonts/HelveticaNeueCyr/stylesheet.css?15795225426153 */
/* /local/css/basic/jquery.tabs.css?15795225401042 */
/* /local/css/input/formstyler/jquery.formstyler.css?157952254012326 */
/* /local/css/sigma/jquery.sigma.css?15795225402835 */
/* /local/css/fontawesome/css/font-awesome.min.css?157952254031000 */
/* /local/templates/custom/css/template.css?1750928598112003 */
/* /local/templates/custom/css/screen.css?15795225408359 */
/* /local/templates/custom/css/print.css?1579522540815 */
/* /local/css/carousel/owl.carousel/owl.carousel.min.css?15795225403020 */
/* /local/css/carousel/owl.carousel/owl.theme.default.min.css?15795225401078 */
/* /local/css/menu/slicknav/core.css?15795225401530 */
/* /local/css/menu/pushy/pushy.css?15795225403180 */
/* /local/css/popup/fancybox/jquery.fancybox.css?15795225404895 */
/* /local/css/popup/fancybox/helpers/jquery.fancybox-thumbs.css?1579522540735 */
/* /local/css/popup/fancybox/helpers/jquery.fancybox-buttons.css?15795225402447 */
/* /local/css/tooltip/tooltipster.bundle.min.css?15795225406495 */
/* /local/css/tooltip/tooltipster-sideTip-light.min.css?15795225401782 */
/* /local/css/tooltip/tooltipster-sideTip-shadow.min.css?15795225401684 */
