

/* Start:/bitrix/templates/custom/components/bitrix/search.title/.default/style.css?15718336403178*/
/*search form*/

.search_string {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 12px 20px 13px;
	max-width: 690px;
}
.search_string form { position: relative; }

.search_string .string {
	padding: 0px 10px;
	margin: 0;
	width: 100%;
	height: 30px;
	border: none;
	font-size: 1.2em;
	background: white;
	border-radius: 15px;
	box-sizing: border-box;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.3) inset, 0px 1px 2px rgba(248,213,73,0.1);
}

.search_string .button {
    position: absolute;
    background: none;
    border: none;
    right: -3px;
    top: 0;
    margin: 0;
    padding: 0;
	color: #aaa7;
    font-size: 21px;
    cursor: pointer;
}
.search_string .button::before {
	content: '\e003';
	margin-right: 0.5em;
	font-family: "Glyphicons Halflings";
}
.search_string .button:hover,
.search_string .string:hover + .button,
.bx-touch .search_string .button { color: #aaa; }

/*---------------------------*/

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/custom/components/bitrix/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/templates/custom/components/custom/sale.basket.basket.line/search-line-float/style.css?15238794382292*/
/*   sale.basket.basket.line*/

.basket-block {
	position: relative;
	float: right;
	height: 55px;
	width: 60px;
	background: url("/bitrix/templates/custom/components/custom/sale.basket.basket.line/search-line-float/images/search_grad_sep.png") no-repeat scroll 0px 10px;
}

.basket-floating { position: static; right: 0; top: 0; }
.basket-floating.fixed { position: fixed; z-index: 1001; }

.basket-block .basket-link {
	display: block;
	height: 55px;
	width: 60px;
	text-decoration: none;
	background: rgba(255,0,0,0.2) url("/bitrix/templates/custom/components/custom/sale.basket.basket.line/search-line-float/images/cart_icon_2.png") no-repeat scroll 13px 8px;
	transition: background-color 0.2s ease;
}
.basket-block .basket-link:hover { background-color: rgba(255,0,0,0.25); }
.basket-block .fixed .basket-link { background-color: rgba(255,160,0,0.6); border-radius: 0 0 0 2px; }
.basket-block .fixed .basket-link:hover { background-color: rgba(255,160,0,0.75); }

.basket-block .basket-link div {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 18px;
	top: 8px;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	font-family: Tahoma;
	text-shadow: -0.5px -1px 1px rgba(0,0,0,0.3);
	background: #5c3;
	border-radius: 10px;
	box-shadow: 0.5px 1px 2px rgba(0,0,0,0.7);
	transition-property: visibility, opacity, transform;
	transition-timing-function: linear, ease-out, cubic-bezier(.18,.89,.32,1.28);
	transition-duration: 0s, 0.5s, 0.5s;
}
.basket-block .basket-link div.to-show, .basket-block .basket-link div.empty {
	visibility: hidden;
	transform: scale(0);
	opacity: 0;
}

.basket-block .basket-desc {
	position: absolute;
	visibility: hidden;
	padding: 8px 11px;
	right: 0px;
	top: 100%;
	z-index: 10;
	color: #777;
	font-family: "Arial Black";
	background: #fafafa;
	border: 1px solid #aaa;
	border-color: #eee #aaa #999;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	transition-property: visibility, opacity;
	transition-timing-function: linear, ease-out;
	transition-duration: 0s, 0.2s;
	transition-delay: 0.7s, 0.5s;
	opacity: 0;
}
.basket-block:hover .basket-desc {
	visibility: visible;
	transition-property: visibility, opacity;
	transition-timing-function: linear, ease-out;
	transition-duration: 0s, 0.2s;
	transition-delay: 0.2s, 0.2s;
	opacity: 1;
}

.basket-block .basket-desc span {
	white-space: nowrap;
}
/* End */


/* Start:/bitrix/templates/custom/components/bitrix/breadcrumb/.default/style.css?15688105761640*/
/*navigation_menu*/
.breadcrumbs {
	position: relative;
	font-weight: normal;
}
.breadcrumbs .nav_item {
	padding-right: 1em;
}
.breadcrumbs .nav_item::after {
	position: absolute;
	margin-left: 0.4em;
    font-family: 'Glyphicons Halflings';
    content: '\e080';
    font-size: 70%;
    opacity: 0.7;
}

@media screen and (max-width: 619px) {
	.breadcrumbs {
		overflow: hidden;
		margin-top: -10px;
		padding: 0.3em 0.5em;
		line-height: 1.8em;
		background: #eee;
		font-size: 150%;
		border-radius: 3px;
		border-right: 1px solid #eee;
	}
	.breadcrumbs::after {
		position: absolute;
		height: 100%;
		width: 1em;
		top: 0;
		right: 0;
		content: '';
		background: -webkit-linear-gradient(to right, rgba(238, 238, 238, 0), rgba(238, 238, 238, 1));
		background: -ms-linear-gradient(to right, rgba(238, 238, 238, 0), rgba(238, 238, 238, 1));
		background: linear-gradient(to right, rgba(238, 238, 238, 0), rgba(238, 238, 238, 1));
	}
	.breadcrumbs .nav_item {
		white-space: nowrap;
		text-decoration: none;
	}
	#js .breadcrumbs.folded_block .nav_item { display: none; }
	#js .breadcrumbs.folded_block .nav_item.unfold_button {
		padding: 0.1em 1.2em 0.1em 0.5em;
		margin-right: 1.1em;
		position: relative;
		display: inline;
		border-radius: 3px;
		border: 1px solid #aaa;
	}
	#js .breadcrumbs.folded_block .nav_item.unfold_button:before {
		position: absolute;
		right: 0.3em;
		content: '…';
		opacity: 0.7;
	}
	#js .breadcrumbs.folded_block .nav_item.unfold_button::after { margin-left: 2.2em; }
	#js .breadcrumbs.folded_block .nav_item:last-child {
		display: inline !important;
		position: absolute;
		margin-left: 0.3em;
	}
}
/* End */


/* Start:/bitrix/templates/custom/components/custom/menu/adaptive_menu/style.css?16043882735757*/
/*    menu*/
.adpt_main_menu {
	position: absolute;
	display: block;
	width: 100%;
}

.adpt_main_menu > li {
	position: relative;
	display: block;
	float: left;
	/*height: 33px;*/
    min-width: 125px;
	/*box-shadow: inset 0 0 2px -1px rgba(0,0,0,0.15);*/
}
.adpt_main_menu > li.current > a { background-color: #f9c858; /*background-image: linear-gradient(#f7c554,#f9c858 5%,#f5c050);*/ }
.adpt_main_menu > li:hover > a { background-color: #f0f0f0; /*background-image: none;*/ }
.adpt_main_menu > li.current:hover > a { background-color: #fad069; /*background-image: none;*/ }
.adpt_main_menu > li.hidden-items { display: none; float: right; width: 60px; min-width: 0; }

.adpt_main_menu > li::before,
.adpt_main_menu > li:last-child::after,
.adpt_main_menu > li.root-item-5::after,
.adpt_main_menu > li.root-item-3::after,
.adpt_main_menu > li.hidden-items::after {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	content: '';
	width: 1px;
	height: 100%;
	background-color: rgba(200,200,200,0.8);
	background: transparent linear-gradient(rgba(200,200,200,0.3),#ccc 33%,#ccc 67%,rgba(200,200,200,0.3));
}
.adpt_main_menu > li:last-child::after,
.adpt_main_menu > li.root-item-5::after,
.adpt_main_menu > li.root-item-3::after,
.adpt_main_menu > li.hidden-items::after { left: auto; right: 0; }
.adpt_main_menu > li.root-item-5::after,
.adpt_main_menu > li.root-item-3::after { display: none; }

/*Mobile screen adaptiveness*/
@media screen and (max-width: 999px) {
	.adpt_main_menu > li.hidden-items,
	.adpt_main_menu > li.root-item-5::after { display: block; }
	.adpt_main_menu > li.root-item-6,
	.adpt_main_menu > li.root-item-7,
	.adpt_main_menu > li.root-item-8 {
		display: none;
		float: right;
		clear: right;
		z-index: 20;
		height: auto;
		width: 250px !important;
	}
	.adpt_main_menu > li.root-item-6 > a,
	.adpt_main_menu > li.root-item-7 > a,
	.adpt_main_menu > li.root-item-8 > a { display: none; }
	.adpt_main_menu > li.root-item-6 > ul,
	.adpt_main_menu > li.root-item-7 > ul,
	.adpt_main_menu > li.root-item-8 > ul {
		visibility: visible;
		position: relative;
		opacity: 1;
		border: 0;
	}
}
@media screen and (max-width: 759px) {
	.adpt_main_menu > li.root-item-3::after { display: block; }
	.adpt_main_menu > li.root-item-4,
	.adpt_main_menu > li.root-item-5 {
		display: none;
		float: right;
		clear: right;
		z-index: 20;
		height: auto;
		width: 250px !important;
	}
	.adpt_main_menu > li.root-item-4 > a,
	.adpt_main_menu > li.root-item-5 > a { display: none; }
	.adpt_main_menu > li.root-item-4 > ul,
	.adpt_main_menu > li.root-item-5 > ul {
		visibility: visible;
		position: relative;
		opacity: 1;
		border: 0;
	}
}
.adpt_main_menu > li.hidden-items.active ~ li { display: block !important; }
/*Mobile screen adaptiveness*/

.adpt_main_menu li a {
	display: block;
	padding: 0 5px;
	text-align: center;
	overflow: hidden;
	
	font-family: Arial, Tahoma, sanserif;
	text-shadow: white 0 1px 2px;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.2em;
	color: #646464;
}

.adpt_main_menu > li > a {
	display: block;
	height: 33px;
	line-height: 33px;
	overflow: hiddent;
}
.adpt_main_menu > li.parent > a { cursor: default; }
.adpt_main_menu > li.parent > a::after {
	content: '\e114';
	font-family: 'Glyphicons Halflings';
	font-size: 70%;
	padding-left: 5px;
	opacity: 0.75;
}

.adpt_main_menu > li.hidden-items > a {  }
.adpt_main_menu > li.hidden-items > a::before {
	content: '\e236';
	font-family: 'Glyphicons Halflings';
	font-size: 15px;
	color: #777;
}

.adpt_main_menu li ul {
	top: 100%;
	width: 100%;
	z-index: 10;
	overflow: hidden;
    position: absolute;
	visibility: hidden;
    background: #fafafa;
    border: solid #aaa;
    border-width: 0px 1px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(to right bottom, #fafafa 0%, #f9fafc 100%);
	transition-timing-function: linear, ease-out;
	transition-property: visibility, opacity;
	transition-duration: 0s, 0.2s;
	transition-delay: 0.2s, 0s;
	opacity: 0;
}
.adpt_main_menu li:last-child ul { box-sizing: border-box; }
.adpt_main_menu li.parent:hover ul,
.adpt_main_menu li.parent.active ul {
	visibility: visible;
	transition-property: visibility, opacity;
	transition-timing-function: linear, ease-out;
	transition-duration: 0s, 0.2s;
	transition-delay: 0.3s, 0.3s;
	opacity: 1;
}

.adpt_main_menu li li { border-bottom: 1px solid #999; }
.adpt_main_menu li li.current { background: #f9de69; }
.adpt_main_menu li li:hover { background: #f7f7f7; }
.adpt_main_menu li li.current:hover { background: #fae27a; }

.adpt_main_menu li li a { padding: 18px 5px; }

.adpt_main_menu li li a:before { font-family: 'Glyphicons Halflings'; margin-right: 0.5em; opacity: 0.5; }
.adpt_main_menu li li.personal a:before { content: '\e008'; }
.adpt_main_menu li li.login a:before { content: '\e161'; }
.adpt_main_menu li li.logout a:before { content: '\e163'; }
.adpt_main_menu li li.register a:before { content: '\e067'; }
.adpt_main_menu li li.forgot-pass a:before { content: '\e208'; }
.adpt_main_menu li li.my-cart a:before { content: '\e116'; }
.adpt_main_menu li li.my-orders a:before { content: '\e032'; }
.adpt_main_menu li li.my-profile a:before { content: '\e065'; }
.adpt_main_menu li li.my-subscription a:before { content: '\e004'; }

/*Mobile touch-int adaptiveness*/
.bx-touch #main_menu_cont { height: 55px; }
.bx-touch .adpt_main_menu li a { font-size: 1.3em; }
.bx-touch .adpt_main_menu > li > a { height: 55px; line-height: 55px; }
.bx-touch .adpt_main_menu li li a:before { margin-right: 0.7em; }
/* End */


/* Start:/bitrix/components/custom/sale.geo.position/templates/.default/style.css?162755045411138*/
#main_menu li .user-geo-position {
	height: 55px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	color: #646464;
}
#main_menu li .user-geo-position ~ * { display: none; }

.user-geo-position-value-link {
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap;
	max-width: 180px;
	overflow: hidden;
}
.user-geo-position-value-link span { color: #999; }
#main_menu li .user-geo-position-value-link  {
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
    color: #f7841d;
}

#geo-location-window {
	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	color: #000000;
	overflow: auto;
	z-index: 1000;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#geo-location-window.hidden { display: none; }

#geo-location-window .geo-location-window-container {
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%)  translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-animation-fill-mode: backwards;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-name: fadeIn;
	animation-fill-mode: backwards;
	animation-duration: 0.2s;
	animation-name: fadeIn;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	min-height: 276px;
	max-height: 500px;
	padding: 0 20px;
	width: 800px;
	left: 50%;
	top: 50%;
}

#geo-location-window .geo-location-window-container-bg {
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
	background-color: #ffffff;
	border-radius: 4px;
}

#geo-location-window .geo-location-window-heading {
	background-color: #ff9500;
	background-image: -webkit-linear-gradient(top, #ffa424, #ff9500 5%, #ff9500 95%, #db8000);
	background-image: -moz-linear-gradient(top, #ffa424, #ff9500 5%, #ff9500 95%, #db8000);
	background-image: -ms-linear-gradient(top, #ffa424, #ff9500 5%, #ff9500 95%, #db8000);
	background-image: -o-linear-gradient(top, #ffa424, #ff9500 5%, #ff9500 95%, #db8000);
	background-image: linear-gradient(#ffa424, #ff9500 5%, #ff9500 95%, #db8000);
	position: relative;
	height: 55px;
	top: -1px;
	color: #fff;
	font-size: 220%;
	line-height: 55px;
	text-align: center;	
	font-variant: small-caps;
	font-family: Arial, sans-serif;
	box-shadow: 0 2px 4px 0px rgba(0,0,0,0.2);
	border-radius: 2px 2px 0 0;
}

#geo-location-window .geo-location-window-exit {
	background: url(/bitrix/components/custom/sale.geo.position/templates/.default/images/exit.png) 0 0 no-repeat transparent;
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
	right: 20px;
	top: 17px;
}
#geo-location-window .geo-location-window-exit:hover { background-position: 0 -21px ; }
#geo-location-window .geo-location-window-exit:active { background-position: 0 -42px ; }

#geo-location-window .geo-location-window-wp { display: inline-block; width: 100%; }

#geo-location-window .geo-location-window-list-container { position: relative; overflow: hidden; }
#geo-location-window .geo-location-window-list-container::after {
	content: '';
	position: absolute;
	height: 20px;
	width: 100%;
    left: 0;
    bottom: -0.5px;
	background-image: -webkit-linear-gradient(to bottom, rgba(255,255,255,0), #fff);
	background-image: -moz-linear-gradient(to bottom, rgba(255,255,255,0), #fff);
	background-image: -ms-linear-gradient(to bottom, rgba(255,255,255,0), #fff);
	background-image: -o-linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}
#geo-location-window .geo-location-window-list {
	max-height: 180px;
	/*margin-top: 20px;*/
	margin: 20px 10px 0;
	padding: 0 10px;
	overflow: auto;
}

#geo-location-window .geo-location-window-list-item {
	overflow: hidden;
	float: left;
	width: 25%;
}

#geo-location-window .geo-location-window-list-item a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	line-height: 3em;
	overflow: hidden;
	height: 3em;
	/*color: #555;*/
}
/*#geo-location-window .geo-location-window-list-item a:active { top: 1px; }*/
#geo-location-window .geo-location-window-list-item a.selected { color: #f7841d; }

#geo-location-window .geo-location-window-search {
	margin-top: 20px;
	padding: 0 20px;
}

#geo-location-window .geo-location-window-search-input {
	background: url(/bitrix/components/custom/sale.geo.position/templates/.default/images/lens.png) 10px 50% no-repeat #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    -webkit-box-shadow: inset 0 1px 2px #ebebeb;
    box-shadow: inset 0 1px 2px #ebebeb;
	border: 1px solid #bdbdbd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    border-radius: 2px;
    padding: 0 22px 0 30px;
    font-size: 14px;
	height: 33px;
	width: 100%;
}
.#geo-location-window geo-location-window-search-input:focus { border: 1px solid #aaaaaa; }

#geo-location-window .geo-location-window-search-values-cn { position: relative; }

#geo-location-window .geo-location-window-search-values {
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.22);
	box-shadow: 0 2px 3px rgba(0,0,0,0.22);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #87919c;
	background-color: #fff;
	padding: 5px 5px 3px;
	border-radius: 2px;
	position: absolute;
	max-height: 171px;
	overflow-y: auto;
	display: none;
	z-index: 99;
	width: 100%;
	left: 0px;
	top: 1px;
}

#geo-location-window .geo-location-window-search-values .geo-location-list-item {
	vertical-align: top;
	padding: 10px 10px;
	margin-bottom: 2px;
}
#geo-location-window .geo-location-window-search-values .geo-location-list-item:hover { background-color: #e0e8ea; }

#geo-location-window .geo-location-window-search-values .geo-location-list-item a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	color: #25282c;
}
#geo-location-window .geo-location-window-search-values .geo-location-list-item a span { color: #aba8ac; }

#geo-location-window .geo-location-window-city-container {
	text-align: center;
	margin-top: 20px;
}

#geo-location-window .geo-location-window-city-label,
#geo-location-window .geo-location-window-city-value {
	display: inline-block;
	font-size: 14px;
}
#geo-location-window .geo-location-window-city-value { font-weight: bold; }

#geo-location-window .geo-location-window-button-container {
	margin-bottom: 20px;
	text-align: center;
	margin-top: 20px;
}

#geo-location-ref-window {
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
	background-color: #ffffff;
	box-sizing: border-box;
	position: absolute;
	border-radius: 4px;
	text-align: center;
	/*line-height: 14px;*/
	padding: 20px;
	display: none;
	width: 280px;
	z-index: 99;
	right: 0px;
	top: 0px;
}
#geo-location-ref-window.visible { display: block; }

#geo-location-ref-window.centred {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 0px;
	box-shadow: none;
	position: fixed;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#geo-location-ref-window.centred .geo-location-ref-window-city-container {
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	box-sizing: border-box;
	border-radius: 4px;
	position: absolute;
	padding: 20px;
	width: 280px;
	left: 50%;
	top: 50%;
}

#geo-location-ref-window .geo-location-ref-window-city-label {
	margin-bottom: 12px;
	line-height: normal;
	font-size: 14px;
}

#geo-location-ref-window .geo-location-ref-window-city-value {
	margin-bottom: 12px;
	line-height: 21px;
	font-weight: bold;
	font-size: 18px;
}

#geo-location-ref-window .get-location-ref-window-confirm { margin-bottom: 12px; }

#geo-location-ref-window .get-location-ref-window-change-button { font-size: 14px; }

.geo-location-window-confirm-button {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #009dff;
	background: -webkit-linear-gradient(#24abff, #009dff 5%, #009dff 95%, #0087db) #009dff;
	background: -moz-linear-gradient(#24abff, #009dff 5%, #009dff 95%, #0087db) #009dff;
	background: -ms-linear-gradient(#24abff, #009dff 5%, #009dff 95%, #0087db) #009dff;
	background: -o-linear-gradient(#24abff, #009dff 5%, #009dff 95%, #0087db) #009dff;
	background: linear-gradient(#24abff, #009dff 5%, #009dff 95%, #0087db) #009dff;
	text-decoration: none !important;
	vertical-align: bottom;
	display: inline-block;
	border-radius: 18px;
	text-align: center;
	position: relative;
	line-height: 36px;
	font-weight: bold;
	padding: 0 18px;
	font-size: 18px;
	opacity: 0.8;
	height: 36px;
	color: #fff;
}
.geo-location-window-confirm-button:hover {
	background: #05acff;
	background: -webkit-linear-gradient(#24b6ff, #05acff 5%, #05acff 95%, #0099e6) #05acff;
	background: -moz-linear-gradient(#24b6ff, #05acff 5%, #05acff 95%, #0099e6) #05acff;
	background: -ms-linear-gradient(#24b6ff, #05acff 5%, #05acff 95%, #0099e6) #05acff;
	background: -o-linear-gradient(#24b6ff, #05acff 5%, #05acff 95%, #0099e6) #05acff;
	background: linear-gradient(#24b6ff, #05acff 5%, #05acff 95%, #0099e6) #05acff;
}
.geo-location-window-confirm-button:active {
	background: #0a7ddd;
	background: -webkit-linear-gradient(top, #0a7ddd 0%,#00a2df 100%);
	background: -moz-linear-gradient(top, #0a7ddd 0%,#00a2df 100%);
	background: -ms-linear-gradient(top, #0a7ddd 0%,#00a2df 100%);
	background: -o-linear-gradient(top, #0a7ddd 0%,#00a2df 100%);
	background: linear-gradient(to bottom, #0a7ddd 0%,#00a2df 100%);
	box-shadow: inset 0 3px 2px 1px rgba(0,0,0,.22);
}
.geo-location-window-confirm-button.modifed { opacity: 1; }
.geo-location-window-confirm-button.disabled { pointer-events: none; opacity: 0.3; }
.geo-location-window-confirm-button.loading{
	background-image: url(/bitrix/components/custom/sale.geo.position/templates/.default/images/loader-38px.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	pointer-events: none;
	transition: none;
	opacity: 0.5;
}

@media all and (max-width: 850px){
	#geo-location-window .geo-location-window-container{
		transform: translateX(0) translateY(-50%);
		width: 100%;
		left: 0px;
	}
}

@media all and (max-width: 700px) {
	#geo-location-window .geo-location-window-list-item{
		width: 33.333%;
	}
	#geo-location-window .geo-location-window-container{
		padding: 0 12px;
	}
}

@media all and (max-width: 500px) {
	#geo-location-window .geo-location-window-list-item{
		width: 50%;
	}
}

@media all and (max-width: 400px) {
	#geo-location-window .geo-location-window-list-item{
		width: 100%;
	}
}

@-webkit-keyframes fadeIn {
  from {
	opacity: 0;
  }
}
@keyframes fadeIn {
  from {
	opacity: 0;
  }
}
/* End */


/* Start:/bitrix/templates/custom/components/custom/currency.rates.update/search-line/style.css?1571815727542*/
div.currency-list {
	float: right;
	height: 55px;
	padding: 9px 11px;
	box-sizing: border-box;
	background: url("/bitrix/templates/custom/components/custom/currency.rates.update/search-line/images/search_grad_sep.png") no-repeat scroll 0 10px transparent;
}
div.currency-list .currency {
	display: block;
	color: white;
	font-size: 1.2em;
	font-family: 'Arial Black';
}
div.currency-list .currency:before {
	vertical-align: bottom;
	font-family: 'Glyphicons Halflings';
}
div.currency-list .currency.cur-USD:before { content: '\e148'; }
div.currency-list .currency.cur-EUR:before { content: '\e147'; }
/* End */


/* Start:/bitrix/templates/custom/components/custom/menu.global/bottom_menu/style.css?1572509291732*/
/*   bottom_menu*/
#bottom_menu {
	display: block;
	float: right;
	height: 55px;
}
#bottom_menu li {
	float: left;
	height: 100%;
	background: url("/bitrix/templates/custom/components/custom/menu.global/bottom_menu/images/search_grad_sep.png") no-repeat scroll 0 10px rgba(255,0,0,0);
	transition: background-color 0.2s ease;
}
#bottom_menu li:hover {
	background-color: rgba(255,0,0,0.1);
	transition: background-color 0.2s ease;
}
#bottom_menu li a {
	box-sizing: border-box;
	padding: 8px 11px;
	height: 100%;
	float: left;
	color: #555;
	font-size: 13px;
	line-height: 33px;
	text-shadow: 0 1px 2px #fc4;
}
#bottom_menu li a.two-line {line-height: inherit;}
#bottom_menu li a{ padding-right: 0; }
#bottom_menu li a:last-child{ padding-right: 11px; }
/* End */


/* Start:/bitrix/templates/custom/components/eversite/common.line/message_line/style.css?15725533761133*/
div.imp-mess-cont {
	margin: 0 0 20px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.33);
}

div.imp-mess-cont .imp-mess {
	position: relative;
	display: none;
	background: #f00;
	padding: 7px 10px;
	text-indent: -5px;
	color: white;
	/*font: 12px/15px Tahoma;*/
	line-height: 15px;
	text-align: center;
	font-family: Tahoma;
	border-bottom: 1px solid #c00;
	text-shadow: 0px 0px 2px rgba(96, 0, 0, 0.5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
}
div.imp-mess-cont .imp-mess.green {
	background: #3b3;
	border-bottom: #090;
	text-shadow: 0px 0px 2px rgba(0, 32, 0, 0.5);
}
div.imp-mess-cont .imp-mess.blue {
	background: #8ce;
	border-bottom: 1px solid #7bc;
	text-shadow: 0px 0px 2px rgba(24, 32, 48, 0.5);
}

div.imp-mess-cont .imp-mess a {
	color: white;
	font-weight: bold;
}

div.imp-mess-cont a.cls-btn {
	position: relative;
	display: block;
	float: right;
	right: -2px;
	text-indent: 0;
	cursor: pointer;
	text-decoration: none;
}
div.imp-mess-cont a.cls-btn:before {
	content: '\e014';
    display: block;
    font-size: 120%;
    font-family: 'Glyphicons Halflings';
}
/* End */


/* Start:/bitrix/templates/custom/components/custom/menu.global/adaptive_cat_menu/style.css?16009422109395*/
/*catalog adaptive menu*/
.catalog_menu {
	background: #fafafa;
	position: relative;
}

.catalog_menu > .unhover-menu {
	background: transparent;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 10;
}
.catalog_menu:hover > .unhover-menu {
	width: 0;
	transition: width 0.1s ease-in;
}

.catalog_menu > li {
}
.bx-no-touch .catalog_menu > li:hover,
.catalog_menu > li.active {
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
	/*transition: box-shadow 0.1s ease-out;*/
}

.catalog_menu li > a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Tahoma, sanserif;
}

.catalog_menu li a .sec-icon { margin: -4px 7px -4px 0; }

.catalog_menu li a .sec-elem {
	/*padding-left: 4px;*/
	color: #aaa;
	font-size: 80%;
	line-height: 90%;
}

.catalog_menu > li > a {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 5px 10px;
	line-height: 20px;
	color: #333;
	text-shadow: #ccc 0 0 1px;
	border: 1px solid transparent;
	border-color: transparent #f3f3f3 #e7e7e7;
}
.catalog_menu > li.w-icon > a {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 5px center;
}

.catalog_menu li.spsec.special > a { color: #e55; }
.catalog_menu li.spsec.sale > a { font-weight: bold; color: #555; }
.catalog_menu li.spsec.new > a { color: #393; }

.bx-no-touch .catalog_menu > li:hover > a,
.catalog_menu > li.active > a  {
	z-index: 1001;
	background-color: #fff;
	border-color: #ccc #aaa #999;
}

.catalog_menu > li.incl > a  {}
.catalog_menu > li.incl > a::before {
	float: right;
	margin-left: 5px;
	content: '\e080';
	font-family: 'Glyphicons Halflings';
	font-size: 70%;
	opacity: 0.75;
}
.bx-no-touch .catalog_menu > li.incl:hover > a::after,
.catalog_menu > li.incl.active > a::after {
	position: absolute;
	background: white;
	content: '';
	height: 100%;
	width: 3px;
	left: 100%;
	top: 0;
}

.catalog_menu > li > a .sec-elem { display: none; }

.catalog_menu .current.level-1 > a { background-color: #feb; }
.catalog_menu .current > a .sec-name { background-color: #feb; }
.catalog_menu .current > .sub-sec { display: block; }

.catalog_menu .level-1 > .sub-sec {
	background: #fff;
	box-sizing: border-box;
	position: absolute;
	/*visibility: hidden;*/
	/*opacity: 0;*/
	display: none;
	top: 0;
	left: 100%;
	width: 350px;
	z-index: 1000;
	min-height: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #aaa #999;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
	background: -moz-linear-gradient(left top, #fff 0%, #fff 50%, #f9fafc 100%);
	background: -webkit-linear-gradient(left top, #fff 0%, #fff 50%, #f9fafc 100%);
	background: linear-gradient(to right bottom, #fff 0%, #fff 50%, #f9fafc 100%);
}
.catalog_menu .level-1.comp-subsec > .sub-sec { top: auto; bottom: 0; min-height: auto; }
.catalog_menu .level-1.subcomp-subsec { position: relative; }
.catalog_menu .level-1.subcomp-subsec > .sub-sec { top: -10px; bottom: auto; }
.catalog_menu .level-1 > .sub-sec.double-column {
	width: 720px;
}
.bx-no-touch .catalog_menu .level-1:hover > .sub-sec,
.catalog_menu .level-1.active > .sub-sec  {
	/*transition: opacity 0.2s ease-out;*/
	/*visibility: visible;*/
	/*opacity: 1;*/
	display: block;
}

.catalog_menu .level-1 > .sub-sec > .unhover-left {
	background: transparent;
	position: absolute;
	height: 100%;
	width: 0;
	top: 0;
	right: 100%;
	z-index: 10;
}
.catalog_menu .level-1:hover > .sub-sec > .unhover-left {
	width: 250px;
	transition: width 0.35s ease-in;
}
.catalog_menu .level-1 > .sub-sec:hover > .unhover-left {
	width: 0;
	transition: width 0.2s ease-in;
}

.catalog_menu .level-1 > .sub-sec > .unhover-bottom {
	background: transparent;
	position: absolute;
	width: 100%;
	height: 0;
	top: 100%;
	left: 0;
	z-index: 10;
}
.catalog_menu .level-1 > .sub-sec:hover > .unhover-bottom { height: 150px; }
.catalog_menu .level-1 > .sub-sec > .unhover-bottom:hover {
	height: 0;
	transition: height 1s ease-in;
}

.catalog_menu .level-1 > .sub-sec > .close-sec {
	position: absolute;
	display: none;
	bottom: -51px;
	right: -1px;
	z-index: 10;
	background: #f9fafc;
	text-decoration: none;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #ccc #aaa #999;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}
.catalog_menu .level-1 > .sub-sec > .close-sec::before { color: #999; font-size: 50px; line-height: 100%; content: '\e014'; font-family: 'Glyphicons Halflings'; }
.catalog_menu .level-1 > .sub-sec > .close-sec:after { position: absolute; width: 100%; height: 5px; top: -4px; left: 0; content: ''; background: #f9fafc; }

.catalog_menu .level-1 > .sub-sec > .go-to-sec {
    padding: 10px 45px 10px 15px;
	box-sizing: border-box;
    min-height: 45px;
    display: block;
    color: #1ae;
    font-size: 160%;
    line-height: 25px;
    font-weight: bold;
    text-decoration: underline;
    font-family: Arial, sans-serif;
    background: #eff7ff no-repeat calc(100% - 10px) center;
}
.bx-no-touch .catalog_menu .level-1 > .sub-sec > .go-to-sec { display: none; }

.catalog_menu .level-1 > .sub-sec > ul {
	margin: 15px;
	overflow: hidden;
	position: relative;
	/*display: none;*/
}
/*.bx-no-touch .catalog_menu .level-1:hover > .sub-sec > ul,
.catalog_menu .level-1.active > .sub-sec > ul { display: block; }*/
.catalog_menu .level-1 > .sub-sec.double-column > ul:after {
	background-color: #def;
	position: absolute;
	height: 100%;
	width: 1px;
	left: 50%;
	top: 0;
	content: '';
	background: transparent linear-gradient(rgba(221,238,255,0), #def 5%, #def 70%, rgba(221,238,255,0));
}

.catalog_menu .level-2 {
	box-sizing: border-box;
	padding-top: 25px;
	overflow: hidden;
}
.catalog_menu .level-2:first-of-type{ padding-top: 5px; }
.catalog_menu .double-column .level-2 { width: 50%; }
.catalog_menu .double-column .level-2.col-1 {
	float: left;
	clear: left;
	padding-right: 15px;
	/*border-right: 1px solid #def;*/
}
.catalog_menu .double-column .level-2.col-2 {
	margin-left: 50%;
	padding-left: 15px;
}
.catalog_menu .double-column .level-2.col-2.first { padding-top: 5px; }

.catalog_menu .level-2 a {
	display: block;
	margin-bottom: 7px;
}

.catalog_menu li a .sec-picture {
	float: right;
	display: block;
	margin: -5px 0 0 15px;
}

.catalog_menu .level-2 a:hover .sec-name { text-decoration: underline; }

.catalog_menu .level-2 > a .sec-name {
	color: #f09010;
	font-weight: bold;
}
.catalog_menu li.spsec.special > a .sec-name { color: #e55; }
.catalog_menu li.spsec.sale > a .sec-name { color: #555; }
.catalog_menu li.spsec.new > a .sec-name { color: #393; }

.catalog_menu .level-2 ul { margin-left: 10px; }
.catalog_menu .level-2 li { margin-right: 14px; }

.catalog_menu .level-3 .sub-sec { display: none; }
.catalog_menu .level-3.current > .sub-sec { display: block; }
.catalog_menu .level-3 ul { margin-left: 14px; }
.catalog_menu .level-3 li {
	display: inline-block;
	line-height: 140%;
}
.catalog_menu .level-3 > a { margin-bottom: 4px; }

.catalog_menu .level-4 a {
	font-size: 90%;
	color: #555;
}
.catalog_menu .level-4 > a { margin-bottom: 2px; }

.catalog_menu .level-4 a .sec-elem { display: none; }

/*Mobile screen adaptiveness*/
@media screen and (max-width: 999px) {
	.catalog_menu .level-1 > .sub-sec.double-column { width: 480px; }
	.catalog_menu .level-1 > .sub-sec > ul { margin: 10px; }
	.catalog_menu .level-2 li { margin-bottom: 7px; display: inline-block; }
	.catalog_menu .double-column .level-2.col-1 { padding-right: 10px; }
	.catalog_menu .double-column .level-2.col-2 { padding-left: 10px; }
	.catalog_menu .level-3 > a { margin-bottom: 0; }
}

@media screen and (max-width: 759px) {
	.catalog_menu { display: none; }
	.catalog_menu > li > a { font-size: 18px; }
	.bx-no-touch .catalog_menu > li:hover > a,
	.catalog_menu > li.active > a { z-index: auto; }
	.bx-no-touch .catalog_menu > li.incl:hover > a::after,
	.catalog_menu > li.incl.active > a::after {
		z-index: 1001;
		width: 10px;
		left: auto;
		right: 435px;
		left: calc(43px);
		background: transparent linear-gradient(to right, rgba(255,255,255,0), white 75%);
	}
	.catalog_menu .level-1 > a { /*font-size: 150%;*/ }
	.catalog_menu .level-1 > .sub-sec {
		left: auto;
		right: 0;
		width: 420px;
		width: calc(100% - 50px);
	}
	.catalog_menu .level-1 > .sub-sec.double-column { width: 420px; width: calc(100% - 50px); }
	.catalog_menu .level-1 > .sub-sec > .unhover-left { display: none; }
	.catalog_menu .level-1 > .sub-sec > ul { margin: 5px; }
	.catalog_menu .level-2 a { /*display: inline-block;*/ margin-bottom: 14px; }
	.catalog_menu li a .sec-picture { margin-left: 10px; }
}

.bx-touch .catalog_menu > li > a { padding-top: 15px; padding-bottom: 15px; }
.bx-touch .catalog_menu > li.w-icon > a { padding-left: 50px; background-position: 10px center; }
.bx-touch .catalog_menu .level-1 > .sub-sec .close-sec { display: block; }
.bx-touch .catalog_menu .level-2 { padding-bottom: 15px; }
.bx-touch .catalog_menu .level-2 a { background-image: linear-gradient(to right,rgba(239,247,255,0),#eff7ff 5%,#eff7ff 55%,rgba(239,247,255,0)); }
.bx-touch .catalog_menu .level-3 > a { padding-bottom: 7px; padding-top: 7px; }
/* End */


/* Start:/bitrix/templates/custom/components/bitrix/news.line/news_sidebar_assorted/style.css?1519649108460*/
dl.news_list {
	display: block;
	padding: 1px 10px 10px;
}
dl.news_list dt { margin-top: 10px; }
dl.news_list dt a.preview_image {
	display: block;
	text-align: center;
}
dl.news_list dt a.sticker {
    padding: 1px 2px;
    border: 1px solid;
    border-radius: 2px;
    vertical-align: baseline;
	text-decoration: none;
    font: 80%/180% Arial;
}
dl.news_list dt p { margin-left: 10px; }
dl.news_list dd { border-bottom: #ccc dotted 1px; }
/* End */


/* Start:/bitrix/templates/custom/components/custom/store.catalog.viewed/carousel/style.css?16371490985550*/
/*   store_catalog_top*/
div.catalog_top_carousel {
	position: relative;
	background: #fff;
	padding: 15px 10px 0;
	color: #777;
}
div.catalog_top_carousel .item_container {
	position: relative;
	overflow: hidden;
	/*cursor: ew-resize;*/
}
div.catalog_top_carousel .item_box { display: inline-block; width: 33%; min-width: 180px; margin-bottom: 20px; }
div.catalog_top_carousel .item_box div { margin-right: 10px; }
div.catalog_top_carousel .item_pic { padding-left: 10px; }
div.catalog_top_carousel .item_pic a {
	position: relative;
	display: table-cell;
	padding: 5px;
	width: 80px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	border: #aaa solid 1px;
}
div.catalog_top_carousel .item_description { margin-top: 10px; }
div.catalog_top_carousel .item_description a { display: block; margin-bottom: 5px; color: #333; font-size: 1.1em; overflow-wrap: break-word; }
div.catalog_top_carousel .item_description div.stickers{ color: gray; font-size: 0.8em; }
div.catalog_top_carousel .item_description span.sticker { padding: 0 1px; border: 1px solid; border-radius: 2px 2px 2px 2px; }
div.catalog_top_carousel .item_description div {}
div.catalog_top_carousel .item_description div strong { color: #e53; }
div.catalog_top_carousel .item_price { margin-top: 5px; font-size: 1.1em; }
div.catalog_top_carousel .item_price::before {
    display: block;
    content: '';
	height: 2px;
    margin-bottom: 8px;
	background-color: #ddd;
    background: linear-gradient(to right, #ddd, rgba(221,221,221,0));
}
div.catalog_top_carousel .item_price strong { color: #e82; font-size: 1.2em; }
div.catalog_top_carousel .item_price strong.cantbuy { color: #28e; }
div.catalog_top_carousel .item_price a {
	background: -webkit-linear-gradient(top, #ffbc47, #ffaf24 5%, #ffaf24 95%, #ffa200);
	background: -moz-linear-gradient(top, #ffbc47, #ffaf24 5%, #ffaf24 95%, #ffa200);
	background: -ms-linear-gradient(top, #ffbc47, #ffaf24 5%, #ffaf24 95%, #ffa200);
	background: -o-linear-gradient(top, #ffbc47, #ffaf24 5%, #ffaf24 95%, #ffa200);
	background: linear-gradient(#ffbc47, #ffaf24 5%, #ffaf24 95%, #ffa200);
	background-color: #ffaf24;
	display: inline-block;
	position: relative;
	height: 20px;
	width: 20px;
	padding: 0;
	color: white;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
}
div.catalog_top_carousel .item_price a::before { content: '\e116'; font-family: "Glyphicons Halflings"; }
div.catalog_top_carousel .item_price a:hover { background: linear-gradient(#ffc561, #ffb83d 5%, #ffb83d 95%, #ffab1a); background-color: #ffb83d; }
div.catalog_top_carousel .item_price a.disabled {
	background: -webkit-linear-gradient(top, #ccc, #bbb 5%, #bbb 95%, #aaa);
	background: -moz-linear-gradient(top, #ccc, #bbb 5%, #bbb 95%, #aaa);
	background: -ms-linear-gradient(top, #ccc, #bbb 5%, #bbb 95%, #aaa);
	background: -o-linear-gradient(top, #ccc, #bbb 5%, #bbb 95%, #aaa);
	background: linear-gradient(#ccc, #bbb 5%, #bbb 95%, #aaa);
	background-color: #bbb;
	cursor: default;
}
div.catalog_top_carousel .item_price a.done { background: linear-gradient(#f2cb88, #eebd68 5%, #eebd68 95%, #ebaf47); }
div.catalog_top_carousel .item_price a.done::after {
	font-family: "Glyphicons Halflings";
	position: absolute;
	content: '\e013';
	left: 33%;
	bottom: 20%;
	color: #5c3;
	font-size: 70%;
	text-shadow: 0.5px 1px 1px rgba(0,0,0,0.4);
}
div.catalog_top_carousel .item_price em { color: #28e; }
div.catalog_top_carousel .item_price s { white-space: nowrap; font-size: 0.9em; }
div.catalog_top_carousel .item_section { margin-top: 5px; font-size: 0.8em; }
div.catalog_top_carousel .item_section a { display: block; float: left; color: #333; }
div.catalog_top_carousel .item_section a + a { margin-left: 3px;}
div.catalog_top_carousel .item_section a + a + a { margin-left: 7px;}

div.catalog_top_carousel .move-to-left,
div.catalog_top_carousel .move-to-right {
	position: absolute;
	display: none;
	top: 0;
	left: 10px;
	bottom: 0;
	width: 20px;
	height: 100%;
	z-index: 100;
	cursor: pointer;
	background: RGBA(255,255,255,0.5);
	background: -moz-linear-gradient(left, #fff 0%, RGBA(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, #fff 0%, RGBA(255,255,255,0) 100%);
	background: linear-gradient(to right, #fff 0%, RGBA(255,255,255,0) 100%);
}
div.catalog_top_carousel .move-to-right {
	right: 10px;
	left: auto;
	background: -moz-linear-gradient(right, #fff 0%, RGBA(255,255,255,0) 100%);
	background: -webkit-linear-gradient(right, #fff 0%, RGBA(255,255,255,0) 100%);
	background: linear-gradient(to left, #fff 0%, RGBA(255,255,255,0) 100%);
}
div.catalog_top_carousel .move-to-left.active, div.catalog_top_carousel .move-to-right.active { display: block; }
div.catalog_top_carousel .move-to-left::before, div.catalog_top_carousel .move-to-right::before  {
	position: absolute;
	display: block;
	top: 50%;
	left: -5px;
	height: 16px;
	padding: 2px;
	color: #de6d09;
	font-size: 16px;
	line-height: 16px;
	margin-top: -12px;
	content: '\e079';
	text-align: left;
	font-family: 'Glyphicons Halflings';
	background: white;
	border: 2px solid;
	border-radius: 2px;
	opacity: 0.5;
}
div.catalog_top_carousel .move-to-right.active:before { content: '\e080'; text-align: right; left: auto; right: -5px; }
div.catalog_top_carousel .move-to-left:hover::before, div.catalog_top_carousel .move-to-right:hover::before  { opacity: 1; }
/* End */


/* Start:/bitrix/templates/custom/styles.css?163713009312508*/
.bottom_sep {
	padding-bottom: 20px;
	border-bottom: #ccc dotted 1px;
}
.left_align { text-align: left; }
.center_align { text-align: center; }
.right_align { text-align: right; }
.bold_font { font-weight: bold; }

/* Catalog Stickers */
h1 span.sticker {
	margin-left: 0.6em;
	padding: 0 2px;
	line-height: 1.8em;
	white-space: nowrap;
	vertical-align: top;
	font-size: 0.55em;
	color: gray;
	border: 1px solid;
	border-radius: 2px;
}
.sticker.SPECIALOFFER { color: #f00 !important; }
.sticker.NEWPRODUCT { color: #0a0 !important; }
.sticker.SALELEADER { color: #08d !important; }

/* News List */
.news-list { margin: 10px 0 0 30px; }
.sticker.NEWVIDEO { color: #c22 !important; }
.sticker.NEWNEWS { color: #3a0 !important; }
.sticker.NEWARTICLE { color: #0a3 !important; }

/* Cart Item List */
table.cart-items { margin-bottom: 10px; width: 100%; }
table.cart-items tr { border-bottom: #ccc dotted 1px; }
table.cart-items tfoot tr { border-bottom: #ccc dashed 1px; }
table.cart-items thead td { color: #555; font-size: 1.2em; }
table.cart-items td { white-space: nowrap; text-align:center; padding: 10px; }

table.cart-items td p { text-align: right; margin-bottom: 5px; }
table.cart-items td.cart-item-name { width: 100%; white-space: normal; text-align: left; }
table.cart-items td.cart-item-name a { font-weight: bold; }
table.cart-items td.cart-item-price { text-align: right; }
table.cart-items thead td.cart-item-price { text-align: center; }
td.cart-item-quantity input { width: 40px; text-align: center; }

td.cart-item-actions a.cart-delete-item {
	background: url(/bitrix/templates/custom/images/catalog_cls_btn.png) no-repeat 0 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
} 
td.cart-item-actions a.cart-shelve-item, td.cart-item-actions a.cart-unshelve-item {
display: inline-block;
margin-left: 10px;
font-size: 0.9em;
}
div.cart-code { float: left; margin: 0 20px 0 0; }
div.cart-code input { width: 240px; }

/* Order List */
div.order-item { margin: 0 0 20px 0; zoom:1; }
div.order-title {
	background-color: #eee;
	padding: 8px 12px 10px 12px;
	overflow: hidden;
	font-size: 1.1em;
	border: #ccc solid 1px;
	border-bottom: none;
}
div.order-title span { font-weight: bold; float: left; } 
div.order-title a { float: right; }

div.order-info {
	padding: 10px;
	overflow: hidden;
	border: #ccc solid 1px;
	border-top: none;
}
div.order-details { float: left; width: 60%; }
div.order-status-info { float: right; width: 30%; }
div.order-status-date { margin-bottom: 7px; }
div.order-status { margin-bottom: 5px; padding: 5px 10px; }
div.order-status-links a { display: block; margin: 0 0 5px 10px; }

div.order-props p { margin-bottom: 5px; }
div.order-items { margin: 10px 0 0 15px; }

table.order-properties { width: 100%; }
table.order-properties td { vertical-align: top; padding:0 5px 3px; }
table.order-properties td input { margin-top: 0; margin-bottom: 1px; }
table.order-properties td.field-title { text-align: center; font-weight: bold; padding: 5px; }
table.order-properties td.field-name { text-align: right; color: #777; }
table.order-properties td.field-radio { text-align: right; width: 10%; }
table.order-properties td.field-label { width: 90%; color: #777; }
table.order-properties td.field-input { width: 70%; }
table.order-properties td.field-value { width: 50%; }

div.order-status { background-color: #aaa; color: #fff; }
div.order-status-n { background-color: #FFAE00; }
div.order-status-deny { background-color: #F20000; }
div.order-status-a { background-color: #00AEF2; }
div.order-status-p { background-color: #3ABE00; }

/* Inline Filter */
div.inline-filter { margin-bottom: 20px; }
div.inline-filter b { background: #eee; padding: 4px 10px; }
div.inline-filter b, div.inline-filter a { margin-right: 5px; }

/* Inline Filter */
div.item-sorting { margin-bottom: 20px; }
div.item-sorting a { margin-right: 5px; }
div.item-sorting a.selected { padding: 4px 10px 4px 20px; }
div.item-sorting a.asc { background: #eee url('/bitrix/templates/custom/images/arrow_up_black.png') 7px 8px no-repeat; }
div.item-sorting a.desc { background: #eee url('/bitrix/templates/custom/images/arrow_down_black.png') 7px 8px no-repeat; }

/*Style correction for forums*/

.forum-menu-box .forum-menu-item a { text-decoration: none; }
.forum-menu-box .forum-menu-item a span { text-decoration: underline; }
.forum-menu-box .forum-menu-item a:hover span { text-decoration: none; }

.forum-navigation-box .forum-new-post a { text-decoration: none; }
.forum-navigation-box .forum-new-post a span { text-decoration: underline; }
.forum-navigation-box .forum-new-post a:hover span { text-decoration: none; }

.forum-block-container .forum-cell-user > span > a[id^="message"] { text-decoration: none; }
.forum-block-container .forum-cell-user .forum-user-guest-status span { font-weight: normal; }
.forum-block-container .forum-cell-user .forum-user-name span { font-size: 1.1em; }

/*Styles of page content*/
div.content { color: #555; }

div.content p { text-indent: 10px; }
div.content a { color: #17c; vertical-align: baseline; text-decoration-color: initial; }
div.content a:hover { text-decoration-color: transparent; }
div.content ul { list-style: disc outside; }
div.content ol { list-style: decimal outside; }
div.content li { margin: 10px 50px; }

div.column.content .errortext, div.column.content .notetext { margin-right: 0; }

div.content div.field { margin: 10px 20px; overflow: hidden; }
div.content div.field.field-button { padding-top: 15px; border-top: #ccc dashed 1px; }
div.content div.field .field-title { color: #333; font-size: 1.2em; }
div.content div.field .form-input { margin: 10px 10px 15px; }
div.content div.field .form-input input{ border: 1px solid #aaa; padding: 2px 0.5em; border-radius: 1em; }
div.content div.field .form-input span.description { margin-left: 10px; font-size: 0.9em; }
div.content span.starrequired { color: red; font-size: 1.3em; }

.prs_cont_btn.active { border-bottom: 1px dashed; color: rgb(0, 136, 255); cursor: pointer; }

/*File link icons*/
.content a[href$=".pdf"], .content a[href$=".PDF"] { display: inline-block; padding-left: 20px; background: transparent url(/bitrix/templates/custom/images/pdf_doc.gif) no-repeat left top; text-indent: 0; }
.content a[href$=".doc"], .content a[href$=".DOC"] { display: inline-block; padding-left: 20px; background: transparent url(/bitrix/templates/custom/images/word_doc.gif) no-repeat left top; text-indent: 0; }
.content a[href$=".xls"], .content a[href$=".XLS"] { display: inline-block; padding-left: 20px; background: transparent url(/bitrix/templates/custom/images/exel_doc.gif) no-repeat left top; text-indent: 0; }
.content a[href^="mailto:"] { padding-left: 20px; background: transparent url(/bitrix/templates/custom/images/mail_ico.gif) no-repeat 0 1px; }

/*Named styles for visual editor*/
a.pic-link { display: inline-block; padding: 0 0 0 20px; background: transparent url(/bitrix/templates/custom/images/pic_doc.gif) no-repeat left top; text-indent: 0; }
a.img-link { display: inline-block; padding: 0 0 0 20px; background: transparent url(/bitrix/templates/custom/images/img_doc.gif) no-repeat left top; text-indent: 0; }

.content .phone_number { background: url('/bitrix/templates/custom/images/offline.gif') no-repeat scroll 0 0 rgba(0, 0, 0, 0); padding: 2px 0 2px 23px; color: #f60; }
.content .unnoticeable { color: #333; font-size: 0.8em; }
.content .very-unnoticeable { color: #aaa; font-size: 0.8em; }
.content .highlighted { background: #ffc; padding: 10px 10px 10px 20px; color: #000; font-style: italic; }
.content .sublighted { background: #eee; padding: 10px 10px 10px 20px; font-style: italic; }

.content table.standard { border: 1px solid #aaa; border-collapse: collapse; margin: 10px; }
.content table.standard caption { padding-bottom: 5px; font-size: 1.1em; font-weight: bold; }
.content table.standard th, table.standard td { border: 1px solid #aaa; padding: 5px; }
.content table.standard td.highlighted { background: #FFFFF2; text-align: center; }
.content table.standard th { background: #F2F2FF; }

.content img.left { float: left; margin-right: 20px; }
.content img.right { float: right; margin-left: 20px; }

.content img.fancybox-img { cursor: zoom-in; }
.content a.fancybox-link {}

.content .popup_block { background: url('/bitrix/templates/custom/images/arrow_right_black.png') 1px 8px no-repeat; padding: 2px 0 2px 12px; margin-right: 10px; }
.content .popup_block.opened { background-image: url('/bitrix/templates/custom/images/arrow_down_black.png'); display: block; }
.content .popup_block .popup_button + div { background: #fcfcfc; margin: 5px; padding: 5px; border: 1px solid #eee; }
#js .content .popup_block .popup_button { padding: 0 1px; border-bottom: 1px dashed #777; }

div.cont_orange_box {
	background: #fff;
	margin: 15px;
	padding: 10px 15px;
	border: 1px solid #ff7720;
	border-color: #ff7720 #ffa84b #ffb85b;
	border-radius: 5px;
	box-shadow: 1px 2px 5px #e0e0e0;
}
div.cont_orange_box h3 { color: #555555; font: bold 13pt/13pt Tahoma; margin-top: 12px; }
div.cont_orange_box .comment { color: #888888; font: 8pt Arial; margin-top: 10px; margin-bottom: 5px; text-align: justify; }
div.cont_orange_box ul li { list-style-type: none; }
div.cont_orange_box ul li::before { float: left; margin-left: -15px; content: "•"; color: #ff7720; font-size: 16pt; text-shadow: 0 1px 2px #e0e0e0; }

/*WYSIWYM styles for visual editor*/
#wysiwym-styles img { z-index: 1000; }
#wysiwym-styles img.left, #wysiwym-styles img.right  { margin: 0 20px; }

#wysiwym-styles div, #wysiwym-styles p, #wysiwym-styles ul, #wysiwym-styles ol {
	position: relative;
	margin: 5px;
	padding: 5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}
#wysiwym-styles div { border: 1px dotted #aaa; }
#wysiwym-styles div div { background: #eee; border: 1px dotted #bbb; }
#wysiwym-styles div div div { background: #ddd; border: 1px dotted #ccc; }
#wysiwym-styles ul, #wysiwym-styles ol { padding-left: 20px; border: 1px solid #ddd; }
#wysiwym-styles p {
	margin: 10px 5px;
	min-height: 1em;
	border-bottom: 1px dashed #aaa;
	border-left: 1px dashed #aaa;
}

#wysiwym-styles .inpage_title { background: #fed; border: 1px dotted #fa0; min-height: 20px; }
#wysiwym-styles .inpage_title div.left_corner, #wysiwym-styles .inpage_title div.right_corner { display: none; }
#wysiwym-styles .inpage_title div.header_title {
	background: #fff;
	border: 1px dotted #fa0;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
	font-family: Arial,sans-serif;
}

#wysiwym-styles div.popup_block { background: #eef; border: 1px dotted #bbc; }
#wysiwym-styles div.popup_block .popup_button { border-bottom: 1px dashed #99c; }
#wysiwym-styles div.popup_block div { background: #ddf; border: 1px dotted #aab; }

#wysiwym-styles span { position: relative; padding: 5px 0 0 5px; border-bottom: 1px dashed #bcb; }
#wysiwym-styles span span { border-bottom: 1px dashed #aba; }
#wysiwym-styles span span span { border-bottom: 1px dashed #9a9; }
#wysiwym-styles em, #wysiwym-styles strong { border-bottom: 1px dashed #fdf; }

#wysiwym-styles div::before, #wysiwym-styles p::before, #wysiwym-styles ul::before, #wysiwym-styles ol::before  {
	position: absolute;
	top: -1px;
	left: 2px;
	font-size: 8px;
	font-family: sans-serif;
}
#wysiwym-styles div.column::before { content: 'column'; }
#wysiwym-styles div.content::before { content: 'content'; }
#wysiwym-styles div.announcement::before { content: 'блок объявлений'; }
#wysiwym-styles div.inpage_title::before { content: 'заголовок-разделитель'; }
#wysiwym-styles div.popup_block::before { left: auto; right: 3px; content: 'раскрывающийся блок'; }
#wysiwym-styles div.popup_block div::before { left: auto; right: 3px; content: 'скрытое содержание'; }
#wysiwym-styles p::before  { top: auto; left: auto; bottom: 2px; right: 2px; content: '§'; font-size: 10px; }
#wysiwym-styles ul::before { left: auto; right: 3px; content: 'ненумерованный список'; }
#wysiwym-styles ol::before { left: auto; right: 3px; content: 'нумерованный список'; }
#wysiwym-styles div.cont_orange_box { border-color: #ff7720 #ffa84b #ffb85b; }

#wysiwym-styles span::before   {
	position: absolute;
	top: -1px;
	left: 0px;
	color: #f70;
	font-size: 8px;
	font-family: sans-serif;
}
#wysiwym-styles span.popup_image::before  { content: 'всплывающее изображение'; }
/* End */


/* Start:/bitrix/templates/custom/template_styles.css?172553866923844*/
/*Additional font faces
-----------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Arial Narrow';
	src: local(Arial Narrow), url('/bitrix/templates/custom/fonts/arial_narrow.ttf');
	font-display: swap;
}
@font-face {
	font-family: 'Arial Narrow Bold';
	src: local(Arial Narrow Bold), url('/bitrix/templates/custom/fonts/arial_narrow_bold.ttf');
	font-display: swap;
}
@font-face {
	font-family: 'Arial Black';
	src: local(Arial Black), url('/bitrix/templates/custom/fonts/arial_black.ttf');
	font-display: swap;
}
@font-face {
	font-family: 'Impact';
	src: local(Impact), url('/bitrix/templates/custom/fonts/a_RubricaCn.ttf');
	font-display: swap;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/bitrix/templates/custom/fonts/glyphicons-halflings-regular.eot');
  src: url('/bitrix/templates/custom/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/custom/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/bitrix/templates/custom/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/bitrix/templates/custom/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/bitrix/templates/custom/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
	font-family: 'Candara';
	src: local(Candara), url('/bitrix/templates/custom/fonts/candara.ttf');
	font-display: swap;
}

/*Common template styles
-----------------------------------------------------------------------------------*/
html { background-color: #1d1e20; }
.bx-touch [class|="unhover"] { display: none !important; }

body { background-color: #fff; }
body > .bx-session-message {
	left: 0 !important;
	width: 100% !important;
	border: none !important;
	font-family: Arial Narrow !important;
	background-color: rgb(255,235,65,0.5) !important;
	background-image: url('/bitrix/templates/custom/images/fat-pink-stripes.png');
	background-size: auto 50%;
	box-shadow: 0 4px 8px rgba(0,0,0,0.7);
	box-sizing: border-box;
	z-index: 1000;
}

a {
	color: black;
	font-family: Tahoma, sans-serif;
	text-decoration: underline solid transparent;
	transition: 0.1s text-decoration-color;
}
a:hover {
	text-decoration: underline solid;
	text-decoration-color: initial;
	transition: 0.1s text-decoration-color;
}
a.no_underscore { text-decoration: none; }
a.underscore { text-decoration-color: initial; }
a.underscore:hover { text-decoration-color: transparent; }

a.logo-contact {
	display: inline-block;
	min-height: 20px;
	padding-left: 20px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 0 center;
}
a.logo-contact :first-child { margin-left: 0.5em; }
a.logo-contact.phone-contact { background-image: url('/bitrix/templates/custom/images/contact-phone.png') }
a.logo-contact.mail-contact { background-image: url('/bitrix/templates/custom/images/contact-mail.png') }
a.logo-contact.icq-contact { background-image: url('/bitrix/templates/custom/images/contact-icq.png'); color: #5b4; }
a.logo-contact.skype-contact { background-image: url('/bitrix/templates/custom/images/contact-skype.png'); color: #39d; }
a.logo-contact.viber-contact { background-image: url('/bitrix/templates/custom/images/contact-viber.png'); color: #628; }
a.logo-contact.whatsapp-contact { background-image: url('/bitrix/templates/custom/images/contact-whatsapp.png'); color: #491; }
a.logo-contact.telegram-contact { background-image: url('/bitrix/templates/custom/images/contact-telegram.png'); color: #39d; }

h1 { font-size: 1.6em; line-height: 1.3em; }
h2 { font-size: 1.2em; font-weight: bold; }
h3 { font-size: 1.2em; }
p, div.p-sub { margin-bottom: 10px; }

.unselectable {
	cursor: default;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
a.unselectable { cursor: pointer; }

.round_5{ 
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
.round_3{ 
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}
.tl-tr { 
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	-khtml-border-bottom-left-radius:0;
	-khtml-border-bottom-right-radius:0;
}
.bl-br { 
	border-top-left-radius:0;
	border-top-right-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-khtml-border-top-left-radius:0;
	-khtml-border-top-right-radius:0;
}

.shadow {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.shadow_3 {
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.5);
}

.org_bar_gradient {
	background-color: #ff7f00;
	background-image: -webkit-linear-gradient(top, #ff9124, #ff7f00 5%, #ff7f00 95%, #db6e00);
	background-image: -moz-linear-gradient(top, #ff9124, #ff7f00 5%, #ff7f00 95%, #db6e00);
	background-image: -ms-linear-gradient(top, #ff9124, #ff7f00 5%, #ff7f00 95%, #db6e00);
	background-image: -o-linear-gradient(top, #ff9124, #ff7f00 5%, #ff7f00 95%, #db6e00);
	background-image: linear-gradient(#ff9124, #ff7f00 5%, #ff7f00 95%, #db6e00);
}
.org_block_gradient {
	background-color: #ff9500;
	background-image: -webkit-linear-gradient(top, #ffa424, #ff9500 5%, #ff9500 95%, #db8000);
	background-image: -moz-linear-gradient(top, #ffa424, #ff9500 5%, #ff9500 95%, #db8000);
	background-image: -ms-linear-gradient(top, #ffa424, #ff9500 5%, #ff9500 95%, #db8000);
	background-image: -o-linear-gradient(top, #ffa424, #ff9500 5%, #ff9500 95%, #db8000);
	background-image: linear-gradient(#ffa424, #ff9500 5%, #ff9500 95%, #db8000);
}

.arrow-grey { position: relative; padding-left: 1.2em; }
.arrow-grey::before {
	content: '\e080';
	position: absolute;
	margin-right: 0.2em;
	line-height: inherit;
	font-family: 'Glyphicons Halflings';
	font-size: 70%;
	opacity: 0.75;
	color: #777;
	left: 0.2em;
}
.arrow-grey.to-left::before { content: '\e079'; }
.arrow-grey.to-top::before { transform: rotateZ(-90deg); }
.arrow-grey.to-bottom::before { transform: rotateZ(90deg); }

.arrow_right_black { position: relative; padding-left: 15px; }
.arrow_right_black:before { position: absolute; left: 0.33em; font-family: 'Glyphicons Halflings'; content: '\e080'; font-size: 70%; opacity: 0.8; }

.button_org_rect, .button_blu_rect {
	background: linear-gradient(#ffa424, #ff9500 5%, #ff9500 95%, #db8000) #ff9500;
	background-color: #ff9500;
	padding: 0.2em 0.7em;
	min-height: 18px;
	font-size: 1.2em;
	display: block;
	cursor: pointer;
	text-align: center;
	font-family: Tahoma, sans-serif;
	border-color: #f4a22f #f2930d #d07e0b;
	text-decoration: none !important;
	color: white !important;
	border-style: solid;
	border-radius: 2px;
	border-width: 1px;
}
.button_blu_rect {
	background-color: #009dff;
	background: linear-gradient(#24abff, #009dff 5%, #009dff 95%, #0087db) #009dff;
	border-color: #2fa8f4 #0d9af2 #0b85d0;
}
.button_org_rect:hover {
	background: linear-gradient(#ffaa33, #ff9b0f 5%, #ff9b0f 95%, #eb8900) #ff9b0f;
	border-color: #f5a83d #f3991b #df870c;
}
.button_blu_rect:hover {
	background: linear-gradient(#24b6ff, #05acff 5%, #05acff 95%, #0099e6) #05acff;
	border-color: #2fb2f4 #12a8f3 #0b95da;
}
.bx-touch .button_org_rect, .bx-touch .button_blu_rect { font-size: 1.5em; }

.grey_block, .lightgrey_block, .white_block {
	background: #f7f7f7 url('/bitrix/templates/custom/images/style_backgnd_1.png') no-repeat;
	padding: 5px;
	color: #333;
	border: #ddd solid 1px;
}
.lightgrey_block { background-color: #fafafa; }
.white_block { background: #fff; border-width: 3px; }

.styling_bottom {
	background-image: url('/bitrix/templates/custom/images/style_backgnd_3.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.rss-icon { background: url(/bitrix/templates/custom/images/rss.gif) no-repeat; width: 16px; height: 16px; }

div.right_title_block { float: right; }

div.inline { display: inline-block; }

.popup_block {}
.popup_block.opened { display: block; }
#js .popup_block .popup_button { cursor: pointer; }
.popup_block .popup_button + div {}
#js .popup_block .popup_button + div { display: none; }

#js .popup_header { cursor: pointer; }
#js .popup_header + .popup_block { display: none; }

/*--- Tab menu styles ---*/

div.tab { overflow: hidden; }
div.tab .tab-title {
	color: #444;
	padding: 5px 10px;
	border-style: solid;
	border-color: #bbb #aaa;
	border-width: 1px 1px 0;
	border-radius: 3px 3px 0 0;
	-moz-border-radius:  3px 3px 0 0;
	-webkit-border-radius:  3px 3px 0 0;
	-khtml-border-radius:  3px 3px 0 0;
	text-shadow: 0 1px 2px #eee;
	
	background: #ccc;
	background-image: -webkit-linear-gradient(top, #d4d4d4, #c4c4c4);
	background-image: -moz-linear-gradient(top, #d4d4d4, #c4c4c4);
	background-image: -ms-linear-gradient(top, #d4d4d4, #c4c4c4);
	background-image: -o-linear-gradient(top, #d4d4d4, #c4c4c4);
	background-image: linear-gradient(#d4d4d4, #c4c4c4);
}
div.tab .tab-content {
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-khtml-border-radius: 0 0 3px 3px;
}
ul.tabs ~ div.tab .tab-content {
	border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px;
	-khtml-border-radius: 0 3px 3px 3px;
}

ul.tabs {
	overflow: hidden;
	list-style: none inside;
}
ul.tabs li {
	position: relative;
	display: block;
	float: left;
	z-index: 1;
	margin: 0 -5px 0 0;
	border-style: solid;
	border-color: #bbb #aaa;
	border-width: 1px 1px 0;
	border-radius: 5px 5px 0 0;
	-moz-border-radius:  5px 5px 0 0;
	-webkit-border-radius:  5px 5px 0 0;
	-khtml-border-radius:  5px 5px 0 0;
	
	background: #e7e7e7;
	background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -ms-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -o-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: linear-gradient(#f0f0f0, #e0e0e0);
}
ul.tabs li a {
	display: block;
	padding: 5px 20px;
	color: #676767;
	font-size: 1.2em;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
}
ul.tabs li.active-tab {
	z-index: 2;
	
	background: #d7d7d7;
	background-image: -webkit-linear-gradient(top, #e0e0e0, #d0d0d0);
	background-image: -moz-linear-gradient(top, #e0e0e0, #d0d0d0);
	background-image: -ms-linear-gradient(top, #e0e0e0, #d0d0d0);
	background-image: -o-linear-gradient(top, #e0e0e0, #d0d0d0);
	background-image: linear-gradient(#e0e0e0, #d0d0d0);
}
ul.tabs li.active-tab a {color: #444;}

/* Header with contacts
-----------------------------------------------------------------------------------*/
#hdr_top_cont { background: #fff; }

#hdr_top_cont .header_logo {
	background: url('/bitrix/templates/custom/images/top_logo.png') no-repeat;
	display: block;
	margin: 5px 4px;
	width: 170px;
	height: 50px;
	float: left;
}

#hdr_top_cont .phones {
	float: left;
	width: 140px;
	height: 50px;
	margin: 5px 2%;
	line-height: 25px;
	text-align: center;
}
#hdr_top_cont .phones a {
    color: #ff8100;
	text-decoration: none;
	font: bold 18px Candara, Calibri, Optima, sans-serif;
	line-height: inherit;
	white-space: nowrap;
}
#hdr_top_cont .phones a:first-child { color: #03adfc; }
.bx-touch #hdr_top_cont .phones a { text-decoration: underline dashed rgba(255, 129, 0, 0.5); }
.bx-touch #hdr_top_cont .phones a:first-child { text-decoration-color: rgba(65, 193, 253, 0.5); }
#hdr_top_cont .auth_cont {
	position: relative;
    overflow: hidden;
	float: right;
	height: 30px;
    max-width: 14%;
    padding: 0 5px;
    line-height: 30px;
}
#hdr_top_cont .auth_cont::after {
    content: '';
    background: linear-gradient(to right, rgba(255,255,255,0), #fff);
    position: absolute;
    height: 100%;
    width: 5px;
    right: 0;
    top: 0;
}
#hdr_top_cont .auth_cont a { color: #39e; text-decoration: none; white-space: nowrap; }
#hdr_top_cont .auth_cont a::before {
    content: '\e080';
    margin-right: 0.2em;
    font-family: 'Glyphicons Halflings';
    line-height: inherit;
    font-size: 70%;
    opacity: 0.75;
    color: #777;
}
#hdr_top_cont .contacts {
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-family: Tahoma;
}
#hdr_top_cont .contacts > span { padding-right: 2%; margin-right: 2%; }
#hdr_top_cont .contacts > span:last-child { margin-right: 0; }
#hdr_top_cont .contacts .top-contact { text-decoration: none; }
#hdr_top_cont .contacts .address-contact { color: #f7841d; font-weight: bold; }
#hdr_top_cont .contacts .logo-contact { height: 100%; margin-right: 2%; padding-right: 2%; }
#hdr_top_cont .contacts .logo-contact:last-child { margin-right: 0; }

@media screen and (max-width: 479px) {
	#hdr_top_cont .contacts.contacts-exp-nano {
		height: 100%;
		display: flex;
		justify-content: flex-end;
	}
	#hdr_top_cont .contacts.contacts-exp-nano .logo-contact {
		background-size: 44px 44px;
		line-height: 44px;
		display: block;
		height: 44px;
		width: 44px;
		margin: 8px;
		padding: 0;
	}
	#hdr_top_cont .contacts.contacts-exp-nano .logo-contact span { display: none; }
}

/*Main menu background
-----------------------------------------------------------------------------------*/
#main_menu_cont {
	position: relative;
	background-color: #f7f7f8;
    border-bottom: #ddd solid 1px;
}

/*Search block background
-----------------------------------------------------------------------------------*/
#search_str_cont {
	background-color: #ff9500;
	background-image: -webkit-linear-gradient(top, #ffa424, #ff9500 5%, #ff9500 95%, #db8000);
	background-image: -moz-linear-gradient(top, #ffa424, #ff9500 5%, #ff9500 95%, #db8000);
	background-image: -ms-linear-gradient(top, #ffa424, #ff9500 5%, #ff9500 95%, #db8000);
	background-image: -o-linear-gradient(top, #ffa424, #ff9500 5%, #ff9500 95%, #db8000);
	background-image: linear-gradient(#ffa424, #ff9500 5%, #ff9500 95%, #db8000);
	box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1);
}

/*Catalog menu title block
-----------------------------------------------------------------------------------*/

.catalog_menu_block { position: relative; }
.catalog_menu_block .catalog_menu_link  {
    background: linear-gradient(#ff9124, #ff7f00 5%, #ff7f00 95%, #db6e00);
	background-color: #ff7f00;
    position: relative;
	display: block;
	height: 40px;
	color: white;
	font-size: 220%;
    line-height: 40px;
	text-align: center;	
	text-decoration: none;
    font-variant: small-caps;
	font-family: Arial, sans-serif;
    box-shadow: 0 2px 4px 0px rgba(0,0,0,0.2);
	border-radius: 2px 2px 0 0;
}
.catalog_menu_block .catalog_menu_btn {
    padding-left: 10px;
    position: relative;
	display: block;
	height: 50px;
    color: #1ae;
	font-size: 240%;
    line-height: 50px;
    font-weight: bold;
	text-decoration: none;
	font-family: Arial, sans-serif;
	background: #eff7ff;
    border-radius: 2px;
}
.catalog_menu_block .catalog_menu_btn.popup_menu_header.opened {
	box-shadow: 0 1px 2px 0px rgba(0,0,0,0.2);
}
.catalog_menu_block .catalog_menu_btn.popup_menu_header::before {
	margin-right: 10px;
	font-size: 70%;
	content: '\e236';
	font-family: 'Glyphicons Halflings';
}

/*News block (grey header, white content)
-----------------------------------------------------------------------------------*/

.news_block {
	background: #eee;
	padding-bottom: 5px;
	border: #ccc solid 1px;
	box-shadow: 0 2px 4px 0px rgba(0,0,0,0.05);
}
.news_block > a {
	display: block;
	height: 40px;
	color: #f81;
	font-size: 180%;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	border-bottom: #ccc solid 1px;
}
.news_block .news_cont { background: #fff; }

/*Inpage content
-----------------------------------------------------------------------------------*/

div.content-column .errortext, div.content-column .notetext {
	position: relative;
	margin: 0 20px 10px 0;
	padding: 10px 20px;
	overflow: hidden;
	color: #f55;
	font-size: 18px;
	text-align: center;
	font-family: Arial Black;
	border: solid 5px #f77;
	border-radius: 5px;
}
.errortext h2, .notetext h2, .errortext h3, .notetext h3, .errortext p, .notetext p { line-height: 120%; }
div.content-column .notetext { color: #aab; border-color: #ccd; }
div.content-column .notetext h2, div.content-column .notetext h3 { color: #99a; }
div.content-column .notetext b { color: #778; }
div.reviews-note-box-text .notetext { margin: 0; }

div.big_title {
	margin-left: 20px;
	font-size: 3.33em;
	font-weight: bold;
	line-height: 2em;
	color: #a5aeb3;
	text-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
div.big_title strong { color: #ffa801; font-size: 2.9em; font-family: Candara; }
div.big_title span { white-space: nowrap; -webkit-text-stroke: 2px #a5aeb3; -webkit-text-fill-color: white; }

/*print_view_link
-----------------------------------------------------------------------------------*/

div.print_views { overflow: visible; }
div.print_views a.print_view {
	background: url('/bitrix/templates/custom/images/buttons_print_view.png') bottom no-repeat; 
	display: block;
	position: relative;
	margin-left: 20px;
	top: -12px;
	width: 50px;
	height: 32px;
	font-size: 8px;
}
div.print_views a.print_view:hover, div.print_views a.print_view.active  { background-position: top; }
div.print_views a.print_view.active:hover  { background-position: bottom; }

/*Front Page
-----------------------------------------------------------------------------------*/
#js ins.nbc_price { border-bottom: 1px dashed #777; cursor: pointer; }

/*Front Page - avaibility tip box and emphasis
-----------------------------------------------------------------------------------*/
#js ins.nbc_avaibl { border-bottom: 1px dotted #777; cursor: help; }
#nbc_avaibl_box {
	background: #fff;
	position: absolute;
	display: none;
	padding: 5px;
	width: 200px;
	color: #555;
	font-size: 10px;
	line-height: 1.3em;
	text-align: justify;
	z-index: 100;
}
#nbc_avaibl_box p:last-child { margin-bottom: 0; }

.ajax-upd { position: relative; }
.ajax-upd::after { content: ''; opacity: 0; }
.ajax-upd.updating::after {
	background-color: rgba(128, 128, 128, 0.2);
	background-image: url('/bitrix/templates/custom/images/tapping.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
	position: absolute;
	display: block;
	content: '';
	left: -0.5%;
	top: -0.5%;
	width: 101%;
	height: 101%;
	z-index: 10;
	border-radius: 3px;
	cursor: wait;
	opacity: 1;
	transition: opacity 0.5s ease-out;
}
.ajax-upd.appending { cursor: wait; }
.ajax-upd.appending a { cursor: inherit; }

.on-stock { color: #392; }
.on-arrival { color: #69e; }
.out-of-stock { color: #e82; }
.not-available { color: #aaa; }

div.fancybox-inner .availability-popup {
	font-family: Tahoma, sans-serif;
	line-height: 150%;
	font-size: 150%;
	color: #555;
	width: 280px;
	min-height: 100px;
	padding: 5px 1em 0.5em;
}
div.fancybox-inner .availability-popup .availability_desc { font-size: 75%; }
div.fancybox-inner .availability-popup .availability_desc ul { list-style: inside; }

#js .copyToClipboard { position: relative; cursor: pointer; }
#js .copyToClipboard::after {
	display: inline;
	padding-left: 0.5em;
	font-family: 'Glyphicons Halflings';
	content: '\e224';
	cursor: pointer;
	font-size: 1em;
	opacity: 0.8;
}
#js .copyToClipboard div.copyConfirmed {
	background-color: #555;
	position: absolute;
	padding: 0.5em;
	color: #fff;
	font-weight: bold;
	line-height: 1.3em;
	white-space: nowrap;
	user-select: none;
	cursor: initial;
	z-index: 100;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 120%);
}
#js.bx-touch .copyToClipboard div.copyConfirmed { top: 0; bottom: auto; transform: translate(-50%, -120%); }

/*Page & Inpage titles
-----------------------------------------------------------------------------------*/
div.catalog_subsections {
	background: url('/bitrix/templates/custom/images/sub_arrow_right_black.png') 16px 10px no-repeat;
	padding: 10px 120px 0 20px;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.6em;
}
div.catalog_subsections a { display: inline-block; margin-left: 20px; }
div.catalog_subsections div.catalog_subsections { background-position: 25px 7px; padding: 10px 0 10px 30px; }
div.catalog_subsections.level-2 a { color: #555; }
div.catalog_subsections.level-3 a { color: #777; }
div.catalog_subsections.level-4 a { color: #999; }

span.catalog_siblings { font-family: inherit; }
span.catalog_siblings a {
	color: #999;
	font-size: 90%;
	font-family: inherit;
	font-weight: initial;
	display: inline-block;
}
span.catalog_siblings a span { border-left: 1.5pt solid #ddd; padding-left: 0.3em; }

.inpage_title div { height: 32px; }
.inpage_title div.left_corner, .inpage_title div.right_corner { display: none; } /*obsolete*/
.inpage_title div.header_title {
	background: linear-gradient(#ffa424, #ff9500 5%, #ff9500 95%, #db8000) #ff9500;
	box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1);
	background-color: #ff9500;
	border-radius: 2px;
    color: white;
    font-size: 180%;
	line-height: 1.6em;
	text-align: center;
    text-decoration: none;
	font-variant: small-caps;
    font-family: Arial,sans-serif;
}

/*FancyBox2 additional
-----------------------------------------------------------------------------------*/

.fancybox-title-float-wrap .child { white-space: normal !important; }
.bx-touch .fancybox-nav span { visibility: visible; }
.bx-touch .fancybox-prev span { left: -40px; }
.bx-touch .fancybox-next span { right: -40px; }

/*Footer stripe
-----------------------------------------------------------------------------------*/
#footer {
	color: #c0c0c0;
	background-color: #1d1e20;
	background-image: -webkit-linear-gradient(top, #6f6f70, #1d1e20 2%);
	background-image: -moz-linear-gradient(top, #6f6f70, #1d1e20 2%);
	background-image: -ms-linear-gradient(top, #6f6f70, #1d1e20 2%);
	background-image: -o-linear-gradient(top, #6f6f70, #1d1e20 2%);
	background-image: linear-gradient(#6f6f70, #1d1e20 2%);
}
#footer .all-middle { padding-top: 10px; padding-bottom: 10px; overflow: hidden; }
#footer .all-middle:last-child { background-color: #e5e5e3; }
#footer .in-middle div { border-style: solid; border-color: #7f7f7f; }
#footer .column { margin-bottom: 10px; }
#footer .column:last-child { margin-bottom: 0; }
#footer h1 { color: #7f7f7f;}
#footer ul li::before { content: '\2022'; margin-right: 0.5em; }
#footer a {
	color: #c0c0c0;
	vertical-align: baseline;
	font-family: Arial;
}
#footer .phones { line-height: 1.8em; margin-bottom: 0.3em; }
#footer .phones a {
	color: #ff8100;
	font: bold 18px Candara, Calibri, Optima, sans-serif;
	line-height: inherit;
	white-space: nowrap;
}
#footer .phones a:first-child { color: #41c1fd; }
#footer .contacts { font-size: 0.9em; }
#footer .contacts a { color: #3c9cd7; }
#footer .address { font-size: 1.2em; font-family: Tahoma; }
#footer .address sup { font-size: 0.6em; font-weight: normal; }
#footer .content { line-height: 120%; }
#footer .content.right { color: #7f7f7f; font-family: Arial Narrow; }
#footer .content em { font-style: italic; }
#footer .content a { color: #333; }
#footer .footer_logo {
	background: url('/bitrix/templates/custom/images/bottom_logo.png') no-repeat;
	display: block;
	margin-top: 5px;
	width: 129px;
	height: 110px;
	float: right;
}

/*Visit counters
-----------------------------------------------------------------------------------*/
#footer ~ .live-internet-counter,
#footer ~ .yandex-metrika-counter { height: 0; }
/* End */
/* /bitrix/templates/custom/components/bitrix/search.title/.default/style.css?15718336403178 */
/* /bitrix/templates/custom/components/custom/sale.basket.basket.line/search-line-float/style.css?15238794382292 */
/* /bitrix/templates/custom/components/bitrix/breadcrumb/.default/style.css?15688105761640 */
/* /bitrix/templates/custom/components/custom/menu/adaptive_menu/style.css?16043882735757 */
/* /bitrix/components/custom/sale.geo.position/templates/.default/style.css?162755045411138 */
/* /bitrix/templates/custom/components/custom/currency.rates.update/search-line/style.css?1571815727542 */
/* /bitrix/templates/custom/components/custom/menu.global/bottom_menu/style.css?1572509291732 */
/* /bitrix/templates/custom/components/eversite/common.line/message_line/style.css?15725533761133 */
/* /bitrix/templates/custom/components/custom/menu.global/adaptive_cat_menu/style.css?16009422109395 */
/* /bitrix/templates/custom/components/bitrix/news.line/news_sidebar_assorted/style.css?1519649108460 */
/* /bitrix/templates/custom/components/custom/store.catalog.viewed/carousel/style.css?16371490985550 */
/* /bitrix/templates/custom/styles.css?163713009312508 */
/* /bitrix/templates/custom/template_styles.css?172553866923844 */
