

/* Start:/css/jquery.fancybox.css?15807159725088*/
/*! fancyBox v2.1.4 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-type-fullscreen {
	left: 0!important;
	top: 0!important;
	width: 100%!important;
	height: 100%!important;
}
.fancybox-type-fullscreen .fancybox-skin {
	height:100% !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.fancybox-type-fullscreen .fancybox-outer{
	height:100% !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.fancybox-type-fullscreen .fancybox-inner{
	height:100% !important;
	width: auto!important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width:569px) {
	.bx-touch .fancybox-type-fullscreen .fancybox-inner {
		padding-top: 44px;
	}
}

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

.fancybox-skin {
	position: relative;
	background: #fff;
	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('/css/../images/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('/css/../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 16px;
	height: 16px;
	background: url('/css/../images/fancybox/close.png') no-repeat;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-type-fullscreen .fancybox-close {
	top: 20px;
	right: 20px;
}
@media (max-width:569px) {
	.bx-touch .fancybox-type-fullscreen .fancybox-close {
		top: 64px;
	}
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/css/../images/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;
}

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

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

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

/* 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);
}
/* End */


/* Start:/bitrix/templates/eshop_adapt_blue/colors.css?15807158753944*/
.header_wrap{background:#eff6f7}.header_inner_bottom_line_container{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0ZGRlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNmM0ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#c4dde9),color-stop(100%,#a6c4d3));background:-webkit-linear-gradient(top,#c4dde9 0,#a6c4d3 100%);background:-moz-linear-gradient(top,#c4dde9 0,#a6c4d3 100%);background:-ms-linear-gradient(top,#c4dde9 0,#a6c4d3 100%);background:-o-linear-gradient(top,#c4dde9 0,#a6c4d3 100%);background:linear-gradient(to bottom,#c4dde9 0,#a6c4d3 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4dde9', endColorstr='#a6c4d3', GradientType=0 )}.header_inner_bottom_line{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZjVmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmRkZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ecf5fa),color-stop(100%,#bfddec));background:-webkit-linear-gradient(top,#ecf5fa 0,#bfddec 100%);background:-moz-linear-gradient(top,#ecf5fa 0,#bfddec 100%);background:-ms-linear-gradient(top,#ecf5fa 0,#bfddec 100%);background:-o-linear-gradient(top,#ecf5fa 0,#bfddec 100%);background:linear-gradient(to bottom,#ecf5fa 0,#bfddec 100%);box-shadow:inset 0 1px 0 0 #fff;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf5fa', endColorstr='#bfddec', GradientType=0 )}.bx_inc_about_footer p{color:#4c4a3f}.bx_inc_about_footer a{color:#0073a3}.bottom_wrap{background:url(/bitrix/templates/eshop_adapt_blue/images/lightblue_bg.png);box-shadow:inset 0 -3px 6px rgba(0,0,0,.25),inset 0 12px 11px -10px rgba(0,0,0,.2)}.footer_wrap{background:url(/bitrix/templates/eshop_adapt_blue/images/foooter_bg.png)}.footer_contact{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.3)}.bx_title_section.stars .icon{background:url(/bitrix/templates/eshop_adapt_blue/images/stars.png) center left no-repeat}.bx_title_section.time .icon{background:url(/bitrix/templates/eshop_adapt_blue/images/time.png) center left no-repeat}.bx_topnav{margin:0;padding:16px 0 5px}.bx_topnav li{display:inline-block;margin-right:2%}.bx_topnav li a{color:#000;text-shadow:0 1px 1px rgba(255,255,255,.5);text-decoration:none;font-size:14px}.bx_topnav li a:hover{text-decoration:underline}.bx_topnav li a:active{color:#5b4f3c}.bx_inc_catalog_footer,.bx_inc_catalog_footer ul li a,.bx_inc_menu_footer,.bx_inc_menu_footer ul li a{color:#fff;text-shadow:0 1px 2px #17326e}.bx_topnav,.bx_topnav *{-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_inc_catalog_footer h3{background:url(/bitrix/templates/eshop_adapt_blue/images/footer_h4_bg.png) bottom repeat-x}.bx-touch .bx_inc_catalog_footer h3{background:url(/bitrix/templates/eshop_adapt_blue/images/x2footer_h4_bg.png) bottom repeat-x}.bx_inc_menu_footer h3{background:url(/bitrix/templates/eshop_adapt_blue/images/footer_h4_bg.png) bottom repeat-x}.bx-touch .bx_inc_menu_footer h3{background:url(/bitrix/templates/eshop_adapt_blue/images/x2footer_h4_bg.png) bottom repeat-x}
/* End */


/* Start:/bitrix/templates/eshop_adapt_blue/components/bitrix/sale.basket.basket.line/eshop_adapt/style.css?1580715875364*/
a.bx_cart_top_inline_link,a.bx_cart_top_inline_link span{color:#576e75;vertical-align:bottom;text-decoration:none;font-size:13px;line-height:13px}a.bx_cart_top_inline_link:hover{text-decoration:underline}.bx_cart_top_inline_icon{display:inline-block;width:16px;height:13px;background:url(/bitrix/templates/eshop_adapt_blue/components/bitrix/sale.basket.basket.line/eshop_adapt/images/gui.png) top center no-repeat;vertical-align:middle;line-height:13px}
/* End */


/* Start:/bitrix/templates/eshop_adapt_blue/components/bitrix/system.auth.form/eshop_adapt/style.css?1580715875356*/
a.bx_login_top_inline_link{color:#576e75;vertical-align:bottom;text-decoration:none;font-size:13px;line-height:13px}a.bx_login_top_inline_link:hover{text-decoration:underline}.bx_login_top_inline_icon{display:inline-block;margin-left:15px;width:16px;height:13px;background:url(/bitrix/templates/eshop_adapt_blue/components/bitrix/system.auth.form/eshop_adapt/images/gui.png) bottom center no-repeat;vertical-align:middle;line-height:13px}
/* End */


/* Start:/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_horizontal/style.css?158071587511856*/
.bx_horizontal_menu_advaced .animate{-webkit-animation-duration:.7s;-moz-animation-duration:.7s;-ms-animation-duration:.7s;-o-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-backface-visibility:visible!important;-moz-backface-visibility:visible!important;-o-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes fadeIn{0%,60%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%,60%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%,60%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%,60%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeInBg{0%,60%{background:0 0;box-shadow:inset 0 1px 0 0 #ecf3f8}100%{background:#fff;box-shadow:0 1px 0 0 #fff,-4px 10px 12px -3px rgba(1,1,1,.16),4px 10px 12px -3px rgba(1,1,1,.16)}}@-moz-keyframes fadeInBg{0%,60%{background:0 0;box-shadow:inset 0 1px 0 0 #ecf3f8}100%{background:#fff;box-shadow:0 1px 0 0 #fff,-4px 10px 12px -3px rgba(1,1,1,.16),4px 10px 12px -3px rgba(1,1,1,.16)}}@-o-keyframes fadeInBg{0%,60%{background:0 0;box-shadow:inset 0 1px 0 0 #ecf3f8}100%{background:#fff;box-shadow:0 1px 0 0 #fff,-4px 10px 12px -3px rgba(1,1,1,.16),4px 10px 12px -3px rgba(1,1,1,.16)}}@keyframes fadeInBg{0%,60%{background:0 0;box-shadow:inset 0 1px 0 0 #ecf3f8}100%{background:#fff;box-shadow:0 1px 0 0 #fff,-4px 10px 12px -3px rgba(1,1,1,.16),4px 10px 12px -3px rgba(1,1,1,.16)}}.bx_horizontal_menu_advaced{position:relative}.bx_horizontal_menu_advaced>ul{display:block;margin:0;padding:0;width:100%;list-style:none}.bx_horizontal_menu_advaced .bx_hma_one_lvl{display:block;float:left;padding:0;height:58px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZjVmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmRkZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ecf5fa),color-stop(100%,#bfddec));background:-webkit-linear-gradient(top,#ecf5fa 0,#bfddec 100%);background:-moz-linear-gradient(top,#ecf5fa 0,#bfddec 100%);background:-ms-linear-gradient(top,#ecf5fa 0,#bfddec 100%);background:-o-linear-gradient(top,#ecf5fa 0,#bfddec 100%);background:linear-gradient(to bottom,#ecf5fa 0,#bfddec 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf5fa', endColorstr='#bfddec', GradientType=0 )}.bx_horizontal_menu_advaced .bx_hma_one_lvl>a{position:relative;z-index:105;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:19px 2px;height:58px;color:#27779b;vertical-align:middle;text-align:center;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.8);font-weight:700}.bx_horizontal_menu_advaced .bx_hma_one_lvl:hover{height:58px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZWFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2Q0ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dbeaf4),color-stop(100%,#b3d4e7));background:-webkit-linear-gradient(top,#dbeaf4 0,#b3d4e7 100%);background:-moz-linear-gradient(top,#dbeaf4 0,#b3d4e7 100%);background:-ms-linear-gradient(top,#dbeaf4 0,#b3d4e7 100%);background:-o-linear-gradient(top,#dbeaf4 0,#b3d4e7 100%);background:linear-gradient(to bottom,#dbeaf4 0,#b3d4e7 100%);box-shadow:inset 0 1px 0 0 #ecf3f8;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbeaf4', endColorstr='#b3d4e7', GradientType=0 )}.bx_horizontal_menu_advaced .bx_hma_one_lvl.dropdown:hover{border-radius:3px 3px 0 0;box-shadow:none}.bx_horizontal_menu_advaced .bx_hma_one_lvl.dropdown:hover>a{z-index:140;height:58px;background:#fff;box-shadow:0 1px 0 0 #fff,-4px 10px 12px -3px rgba(1,1,1,.16),4px 10px 12px -3px rgba(1,1,1,.16);-webkit-animation-name:fadeInBg;-moz-animation-name:fadeInBg;-ms-animation-name:fadeInBg;-o-animation-name:fadeInBg;animation-name:fadeInBg;-webkit-animation-duration:.4s;-moz-animation-duration:.4s;-ms-animation-duration:.4s;-o-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-backface-visibility:visible!important;-moz-backface-visibility:visible!important;-ms-backface-visibility:visible!important;-o-backface-visibility:visible!important;backface-visibility:visible!important}.bx_horizontal_menu_advaced .bx_hma_one_lvl.current>a,.bx_horizontal_menu_advaced .bx_hma_one_lvl>a:active{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwZTNmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYWNmZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#d0e3f0),color-stop(100%,#aacfe4));background:-webkit-linear-gradient(top,#d0e3f0 0,#aacfe4 100%);background:-moz-linear-gradient(top,#d0e3f0 0,#aacfe4 100%);background:-ms-linear-gradient(top,#d0e3f0 0,#aacfe4 100%);background:-o-linear-gradient(top,#d0e3f0 0,#aacfe4 100%);background:linear-gradient(to bottom,#d0e3f0 0,#aacfe4 100%);box-shadow:inset 0 1px 4px 0 rgba(16,63,91,.2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e3f0', endColorstr='#aacfe4', GradientType=0 )}.bx_horizontal_menu_advaced.small>ul{height:40px}.bx_horizontal_menu_advaced.small .bx_hma_one_lvl,.bx_horizontal_menu_advaced.small .bx_hma_one_lvl>a{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;height:40px;font-weight:400;font-size:11px;line-height:40px}.bx_horizontal_menu_advaced.small .bx_hma_one_lvl.dropdown:hover{border-radius:3px 3px 0 0;box-shadow:none}.bx_horizontal_menu_advaced.small .bx_hma_one_lvl.dropdown:hover>a{z-index:140;height:40px;background:#fff;box-shadow:0 1px 0 0 #fff,-4px 10px 12px -3px rgba(1,1,1,.16),4px 10px 12px -3px rgba(1,1,1,.16)}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container{position:absolute;top:56px;z-index:1001;display:none;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-top:3px;box-shadow:0 4px 5px 0 rgba(1,1,1,.16)}.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container{top:38px}.bx_horizontal_menu_advaced .bx_hma_one_lvl:hover .bx_children_container{display:block;-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.4s;-moz-animation-duration:.4s;-ms-animation-duration:.4s;-o-animation-duration:.4s;animation-duration:.4s}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:-20000px;padding:10px 12px 20000px;min-width:130px;max-width:280px;border-left:1px solid #f2f2f2;background:#fff}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block:first-child{border-left:none}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b1 .bx_children_block{width:100%}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b2 .bx_children_block{width:50%}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b3 .bx_children_block{width:33.3%}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b4 .bx_children_block{width:25%}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block.advanced{border-left:none;background:#f7fafb;box-shadow:inset 0 122px 57px -59px #fff,inset 5px 0 7px -5px rgba(0,0,0,.12)}.bx_horizontal_menu_advaced .bx_hma_one_lvl ul{display:block;margin:0;padding:0 0 14px;list-style:none}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a,.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a{display:block;padding:5px 10px}.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container .bx_children_block li a{font-size:11px;line-height:normal}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul{border-bottom:1px solid #f2f2f2}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent:last-child ul{border-bottom:none}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li{line-height:24px}.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent a{line-height:15px}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a:hover{background:#f0f6f8;box-shadow:inset 0 1px 1px 0 #e3e9eb}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel{display:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_block.advanced .bx_children_advanced_panel{display:block!important}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:100%;max-height:220px;border:1px solid #e7e9ea}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel strong{display:block;color:#000;text-align:left!important;margin-top:10px;margin-bottom:10px}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel .bx_item_description{max-width:100%;display:block;color:#000;text-align:left!important;white-space:normal;font-weight:400;font-size:12px;padding-bottom:10px;overflow:hidden;line-height:18px!important}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li{display:block;background:#fff}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li>a{display:block;color:#20394c;text-decoration:none;font-weight:700;font-size:15px;line-height:23px}.bx_horizontal_menu_advaced .bx_hma_one_lvl ul li ul li a{color:#000;text-decoration:none;font-size:13px}@media (min-width:980px){.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block{min-width:200px}}@media (max-width:569px){.header_inner_bottom_line{overflow:hidden;height:auto}}
/* End */


/* Start:/bitrix/components/bitrix/search.title/templates/visual/style.min.css?16811126723489*/
.bx-searchtitle{margin:10px 0 0}.bx-searchtitle .bx-block-title{font-family:var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600);color:#343434;text-transform:uppercase;font-size:12px;margin-bottom:9px}.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-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;background-color:#f8fafc;border:1px solid #d5dadc;border-right:0;border-radius:2px 0 0 2px;outline:0;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{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:0;background:#95a1a8;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:hidden;z-index:999;min-width:370px;margin-top:-3px;background-color:#FFF}div.title-search-fader{display:none;	background-image: url('/bitrix/components/bitrix/search.title/templates/visual/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_img_element{background:#fafafa;float:left;width:67px;padding:5px 10px;position:absolute;top:0;bottom:0}.bx_searche .bx_item_block{min-height:65px;position:relative}.bx_searche .bx_image{width:45px;height:45px;background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid #e8e8e8}.bx_searche .bx_item_element{padding-left:10px;margin-left:70px}.bx_searche .bx_item_element hr{margin:0;border:0;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:/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/main_catalog_menu/style.css?158071587512213*/
.bx_horizontal_menu_advaced .animate{-webkit-animation-duration:.7s;-moz-animation-duration:.7s;-ms-animation-duration:.7s;-o-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-backface-visibility:visible!important;-moz-backface-visibility:visible!important;-o-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes fadeIn{0%,60%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%,60%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%,60%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%,60%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeInBg{0%,60%{background:0 0;box-shadow:inset 0 1px 0 0 #ecf3f8}100%{background:#fff;box-shadow:0 1px 0 0 #fff,-4px 10px 12px -3px rgba(1,1,1,.16),4px 10px 12px -3px rgba(1,1,1,.16)}}@-moz-keyframes fadeInBg{0%,60%{background:0 0;box-shadow:inset 0 1px 0 0 #ecf3f8}100%{background:#fff;box-shadow:0 1px 0 0 #fff,-4px 10px 12px -3px rgba(1,1,1,.16),4px 10px 12px -3px rgba(1,1,1,.16)}}@-o-keyframes fadeInBg{0%,60%{background:0 0;box-shadow:inset 0 1px 0 0 #ecf3f8}100%{background:#fff;box-shadow:0 1px 0 0 #fff,-4px 10px 12px -3px rgba(1,1,1,.16),4px 10px 12px -3px rgba(1,1,1,.16)}}@keyframes fadeInBg{0%,60%{background:0 0;box-shadow:inset 0 1px 0 0 #ecf3f8}100%{background:#fff;box-shadow:0 1px 0 0 #fff,-4px 10px 12px -3px rgba(1,1,1,.16),4px 10px 12px -3px rgba(1,1,1,.16)}}.bx_horizontal_menu_advaced{position:relative}.bx_horizontal_menu_advaced>ul{display:block;margin:0;padding:0;width:100%;list-style:none}.bx_horizontal_menu_advaced .bx_hma_one_lvl{display:block;float:left;padding:0;height:58px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZjVmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmRkZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ecf5fa),color-stop(100%,#bfddec));background:-webkit-linear-gradient(top,#ecf5fa 0,#bfddec 100%);background:-moz-linear-gradient(top,#ecf5fa 0,#bfddec 100%);background:-ms-linear-gradient(top,#ecf5fa 0,#bfddec 100%);background:-o-linear-gradient(top,#ecf5fa 0,#bfddec 100%);background:linear-gradient(to bottom,#ecf5fa 0,#bfddec 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf5fa', endColorstr='#bfddec', GradientType=0 )}.header_inner_bottom_line .bx_horizontal_menu_advaced{margin:0 -1px}.bx_horizontal_menu_advaced .bx_hma_one_lvl>a{position:relative;z-index:105;display:block;padding:8px 2px;height:58px;color:#27779b;vertical-align:middle;text-align:center;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.8);font-weight:700;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.header_inner_bottom_line .bx_horizontal_menu_advaced .bx_hma_one_lvl>a{width:100%;display:table}.bx_horizontal_menu_advaced .bx_hma_one_lvl>a .link-text{display:table-cell;vertical-align:middle}.bx_horizontal_menu_advaced .bx_hma_one_lvl:hover{height:58px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZWFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2Q0ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dbeaf4),color-stop(100%,#b3d4e7));background:-webkit-linear-gradient(top,#dbeaf4 0,#b3d4e7 100%);background:-moz-linear-gradient(top,#dbeaf4 0,#b3d4e7 100%);background:-ms-linear-gradient(top,#dbeaf4 0,#b3d4e7 100%);background:-o-linear-gradient(top,#dbeaf4 0,#b3d4e7 100%);background:linear-gradient(to bottom,#dbeaf4 0,#b3d4e7 100%);box-shadow:inset 0 1px 0 0 #ecf3f8;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbeaf4', endColorstr='#b3d4e7', GradientType=0 )}.bx_horizontal_menu_advaced .bx_hma_one_lvl.dropdown:hover{border-radius:3px 3px 0 0;box-shadow:none}.bx_horizontal_menu_advaced .bx_hma_one_lvl.dropdown:hover>a{z-index:140;height:58px;background:#fff;box-shadow:0 1px 0 0 #fff,-4px 10px 12px -3px rgba(1,1,1,.16),4px 10px 12px -3px rgba(1,1,1,.16);-webkit-animation-name:fadeInBg;-moz-animation-name:fadeInBg;-ms-animation-name:fadeInBg;-o-animation-name:fadeInBg;animation-name:fadeInBg;-webkit-animation-duration:.4s;-moz-animation-duration:.4s;-ms-animation-duration:.4s;-o-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-backface-visibility:visible!important;-moz-backface-visibility:visible!important;-ms-backface-visibility:visible!important;-o-backface-visibility:visible!important;backface-visibility:visible!important}.bx_horizontal_menu_advaced .bx_hma_one_lvl.current>a,.bx_horizontal_menu_advaced .bx_hma_one_lvl>a:active{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwZTNmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYWNmZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#d0e3f0),color-stop(100%,#aacfe4));background:-webkit-linear-gradient(top,#d0e3f0 0,#aacfe4 100%);background:-moz-linear-gradient(top,#d0e3f0 0,#aacfe4 100%);background:-ms-linear-gradient(top,#d0e3f0 0,#aacfe4 100%);background:-o-linear-gradient(top,#d0e3f0 0,#aacfe4 100%);background:linear-gradient(to bottom,#d0e3f0 0,#aacfe4 100%);box-shadow:inset 0 1px 4px 0 rgba(16,63,91,.2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e3f0', endColorstr='#aacfe4', GradientType=0 )}.bx_horizontal_menu_advaced.small>ul{height:40px}.bx_horizontal_menu_advaced.small .bx_hma_one_lvl,.bx_horizontal_menu_advaced.small .bx_hma_one_lvl>a{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;height:40px;font-weight:400;font-size:11px;line-height:40px}.header_inner_bottom_line .bx_horizontal_menu_advaced.small .bx_hma_one_lvl a{line-height:13px}.bx_horizontal_menu_advaced.small .bx_hma_one_lvl.dropdown:hover{border-radius:3px 3px 0 0;box-shadow:none}.bx_horizontal_menu_advaced.small .bx_hma_one_lvl.dropdown:hover>a{z-index:140;height:40px;background:#fff;box-shadow:0 1px 0 0 #fff,-4px 10px 12px -3px rgba(1,1,1,.16),4px 10px 12px -3px rgba(1,1,1,.16)}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container{position:absolute;top:56px;z-index:1001;display:none;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-top:3px;box-shadow:0 4px 5px 0 rgba(1,1,1,.16)}.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container{top:38px}.bx_horizontal_menu_advaced .bx_hma_one_lvl:hover .bx_children_container{display:block;-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.4s;-moz-animation-duration:.4s;-ms-animation-duration:.4s;-o-animation-duration:.4s;animation-duration:.4s}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:-20000px;padding:10px 12px 20000px;min-width:130px;max-width:280px;border-left:1px solid #f2f2f2;background:#fff}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block:first-child{border-left:none}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b1 .bx_children_block{width:100%}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b2 .bx_children_block{width:50%}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b3 .bx_children_block{width:33.3%}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b4 .bx_children_block{width:25%}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block.advanced{border-left:none;background:#f7fafb;box-shadow:inset 0 122px 57px -59px #fff,inset 5px 0 7px -5px rgba(0,0,0,.12)}.bx_horizontal_menu_advaced .bx_hma_one_lvl ul{display:block;margin:0;padding:0 0 14px;list-style:none}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a,.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a{display:block;padding:5px 10px}.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container .bx_children_block li a{font-size:11px;line-height:normal}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul{border-bottom:1px solid #f2f2f2}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent:last-child ul{border-bottom:none}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li{line-height:24px}.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent a{line-height:15px}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a:hover{background:#f0f6f8;box-shadow:inset 0 1px 1px 0 #e3e9eb}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel{display:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_block.advanced .bx_children_advanced_panel{display:block!important}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:100%;max-height:220px;border:1px solid #e7e9ea}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel strong{display:block;color:#000;text-align:left!important;margin-top:10px;margin-bottom:10px}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel .bx_item_description{max-width:100%;display:block;color:#000;text-align:left!important;white-space:normal;font-weight:400;font-size:12px;padding-bottom:10px;overflow:hidden;line-height:18px!important}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li{display:block;background:#fff}.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li>a{display:block;color:#20394c;text-decoration:none;font-weight:700;font-size:15px;line-height:23px}.bx_horizontal_menu_advaced .bx_hma_one_lvl ul li ul li a{color:#000;text-decoration:none;font-size:13px}@media (min-width:980px){.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block{min-width:200px}}@media (max-width:569px){.header_inner_bottom_line{overflow:hidden;height:auto}}
/* End */


/* Start:/bitrix/components/bitrix/catalog.top/templates/.default/slider/style.css?158071584127639*/
/* catalog.top */
.bx_catalog_tile_home_type_2{
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
@media (max-width:640px) {.bx-touch .bx_catalog_tile_home_type_2{border-bottom: 1px solid #e5e5e5;}}
@media (max-width:479px) {.bx-touch .bx_catalog_tile_home_type_2{border-bottom: 1px solid #e5e5e5;}}

.bx_catalog_tile_home_type_2 .bx_catalog_tile_section{
	padding-top: 45%;
	height:0;
}
@media (max-width:640px) { 			.bx_catalog_tile_home_type_2 .bx_catalog_tile_section{padding-top: 60%}}
@media (max-width:479px) {.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_tile_section{padding-top:206%}}

.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide{position: absolute;top: 0;right: 0;left: 0; z-index: 800;}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide.active   {opacity: 0;-webkit-animation: nextslide 0.9s;animation: nextslide 0.9s;}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide.notactive{opacity: 1;-webkit-animation: prevslide 0.9s;animation: prevslide 0.9s;}
@-webkit-keyframes prevslide {from {opacity:1} to {opacity:0}}
@keyframes prevslide {from {opacity:1} to {opacity:0}}
@-webkit-keyframes nextslide {from {opacity:0} to {opacity:1}}
@keyframes nextslide {from {opacity:0} to {opacity:1}}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide.notactive,
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide 		{display: none;opacity: 0;}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide.active  {display: block;opacity: 1;}




.bx_catalog_tile_home_type_2 .bx_catalog_item{
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding:1px 26px;
	width: 25%;
	background: #fff;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}

.bx_catalog_tile_home_type_2 .bx_catalog_item:nth-child(4n+1){clear: both;}
@media (max-width:640px) {
	.bx_catalog_tile_home_type_2 .bx_catalog_item:nth-child(4n+1){clear: none;}
	.bx_catalog_tile_home_type_2 .bx_catalog_item:nth-child(3n+1){clear: both;}
}
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:nth-child(4n+1){clear: none;}
	.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:nth-child(3n+1){clear: none;}
	.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:nth-child(2n+1){clear: both;}
}




@media (min-width:960px){
	.bx_catalog_tile_home_type_2.col1 .bx_catalog_item{padding:1px 26px;width: 100%}

	.bx_catalog_tile_home_type_2.col2 .bx_catalog_item{padding:1px 26px;width: 50%}
	.bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item{padding:1px 26px;width: 33.333333%}
	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(3n+1){clear:both}
	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(4){display: none;}

	.bx_catalog_tile_home_type_2.col4 .bx_catalog_item{padding:1px 26px;width: 25%}
	.bx_catalog_tile_home_type_2.col4 .bx_catalog_item:nth-child(4n+1){clear:both}

}

@media (min-width:760px) and (max-width:960px){
	.bx_catalog_tile_home_type_2.col1 .bx_catalog_item{padding:1px 16px;width: 100%}

	.bx_catalog_tile_home_type_2.col2 .bx_catalog_item{padding:1px 16px;width: 50%}
	.bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item{padding:1px 16px;width: 33.333333%}
	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(3n+1){clear:both}
	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(4){display: none;}

	.bx_catalog_tile_home_type_2.col4 .bx_catalog_item,
	.bx_catalog_tile_home_type_2.col5 .bx_catalog_item{padding:1px 16px;width: 25%}
	.bx_catalog_tile_home_type_2.col4 .bx_catalog_item:nth-child(4n+1){clear:both}
}
@media (max-width:760px){
	.bx_catalog_tile_home_type_2.col1 .bx_catalog_item{padding:1px 16px;width: 100%}

	.bx_catalog_tile_home_type_2.col2 .bx_catalog_item{padding:1px 16px;width: 50%}
	.bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item{padding:1px 16px;width: 33.333333%}
	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(3n+1){clear:both}
	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(4){display: none;}

	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item,
	.bx_catalog_tile_home_type_2.col4 .bx_catalog_item,
	.bx_catalog_tile_home_type_2.col5 .bx_catalog_item{padding:1px 16px;width: 33.333333%}
	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_tile_home_type_2.col4 .bx_catalog_item:nth-child(3n+1){clear:both}
}
@media (max-width:580px){
	.bx-touch .bx_catalog_tile_home_type_2.col1 .bx_catalog_item{padding:1px 26px;width: 100%}

	.bx-touch .bx_catalog_tile_home_type_2.col2 .bx_catalog_item{padding:1px 16px;width: 50%}
	.bx-touch .bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(3n+1){clear:none}
	.bx-touch .bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx-touch .bx_catalog_tile_home_type_2.col2 .bx_catalog_item,
	.bx-touch .bx_catalog_tile_home_type_2.col3 .bx_catalog_item,
	.bx-touch .bx_catalog_tile_home_type_2.col4 .bx_catalog_item,
	.bx-touch .bx_catalog_tile_home_type_2.col5 .bx_catalog_item{padding:1px 16px;width: 50%;clear:none}

	.bx-touch .bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_tile_home_type_2.col4 .bx_catalog_item:nth-child(2n+1){clear:both}
	.bx-touch .bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(4){display: none;}
}

.bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_container {
	position: absolute;
	z-index: 990;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);
	border-radius: 3px;
	border: 1px solid #d3d3d3;
	background: #fff;
	-webkit-animation: borderview 0.5s;
	animation: borderview 0.5s;
}
@media (min-width:960px){.bx-no-touch  .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_container{padding:0 25px 15px}}
@media (max-width:960px){.bx-no-touch  .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_container{padding:0 15px 15px}}

@keyframes borderview {from {border: 1px solid #fdfdfd;box-shadow: 0 0 0 0 rgba(0,0,0,0);} to {border: 1px solid #d3d3d3;box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);}}
@-webkit-keyframes borderview {from {border: 1px solid #fdfdfd;box-shadow: 0 0 0 0 rgba(0,0,0,0);} to {border: 1px solid #d3d3d3;box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);}}

.bx_catalog_tile_home_type_2 .bx_catalog_item_articul{
	color: #a5a5a5;
	font-size: 13px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_title{
	overflow: hidden;
	height: 34px;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_title{
	overflow:auto;
	height:auto !important;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_title a{
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_price{
	color: #3f3f3f;
	font-weight: bold;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_price span{
	color: #a5a5a5;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls{
	padding-top: 10px;
	text-align: center;
	opacity: 0;
}
@media (min-width:641px) and (max-width:960px){.bx_catalog_tile_home_type_2 .bx_catalog_item_controls{height: auto}}
@media (max-width:640px){.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item_controls{height:auto;line-height:30px;text-align:center}}
@media (max-width:479px){.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item_controls{height:auto;line-height:30px;display: block}}
@media (max-width:479px){.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_controls {height: auto}}

.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
	width: 100%;
	white-space: nowrap;
	text-align: center;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
	color: #3f3f3f;
	font-size: 13px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #E4E4E4;
	background: #F3F3F3;
	white-space: normal;
	line-height: normal;
	padding: 5px 15px;
	margin-bottom: 10px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
	width:100%;
	text-align:center;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{
	margin:1%;
	width: 48%;
	min-width:100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
	height: 25px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{margin:5px 3px}

@media (max-width:640px) {
	.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{float: none;width: 100%;text-align: center;}
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls input[type=text]{border: none;}
.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item_controls,
.bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_controls{
	opacity: 1;
}
.bx_catalog_tile_home_type_2 .bx_cnt_desc{
	text-align: left;
	position: absolute;
	right:-45px;
	top: 2px;
	width: 40px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls a{margin-bottom: 10px;}
.bx_catalog_tile_home_type_2 .bx_catalog_item_price .bx_price{font-size: 15px;}
.bx_catalog_tile_home_type_2 .bx_catalog_item_images_double,
.bx_catalog_tile_home_type_2 .bx_catalog_item_images{
	position: relative;
	z-index: 910;
	display: block;
	padding-top: 135%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_images_double{
	z-index: 900;
	margin-top: -135%;
	opacity: 0;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item.double:hover .bx_catalog_item_images{
	opacity: 0;
	-webkit-animation: rotateimgfirst 0.5s;
	animation: rotateimgfirst 0.5s;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item.double:hover .bx_catalog_item_images_double{
	opacity: 1;
	-webkit-animation: rotateimglast 0.5s;
	animation: rotateimglast 0.5s;
}
@keyframes rotateimgfirst {from {opacity: 1;} to {opacity: 0;}}
@-webkit-keyframes rotateimgfirst {from {opacity: 1;} to {opacity: 0;}}
@keyframes rotateimglast  {from {opacity: 0;} to {opacity: 1;}}
@-webkit-keyframes rotateimglast  {from {opacity: 0;} to {opacity: 1;}}

.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item 	  .bx_catalog_item_controls,
.bx_catalog_tile_home_type_2 .bx_catalog_item 	  .bx_catalog_item_articul,
.bx_catalog_tile_home_type_2 .bx_catalog_item 	  .bx_catalog_item_scu{display:none}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
.bx_catalog_tile_home_type_2 .bx_catalog_item 	  .bx_catalog_item_scu{padding-top:10px}
.bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}

.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch    .bx_catalog_tile_home_type_2 .bx_catalog_item .bx_catalog_item_controls.no_touch{display: none !important;}

/* Stickers */
.bx_catalog_tile_home_type_2 .bx_stick{
	position: absolute;
	width: 123px;
	height: 35px;
	background: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/stick.png) left center no-repeat;
	color: #fff;
	text-align: center;
	text-shadow:0 1px 0 #ba3434;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bx_catalog_tile_home_type_2 .bx_stick.short {font-weight:  bold;font-size:18px}
.bx_catalog_tile_home_type_2 .bx_stick.average {font-weight:  bold;font-size:13px}
.bx_catalog_tile_home_type_2 .bx_stick.long{font-weight:normal;font-size:11px}
.bx_catalog_tile_home_type_2 .bx_stick_disc{
	position: absolute;
	width: 72px;
	height: 74px;
	background: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/stick_disc.png) no-repeat center;
	color: #fff;
	text-align: center;
	text-shadow:0 1px 0 #ba3434;
	font-weight: bold;
	font-size: 23px;
	line-height: 74px;
}
.bx_catalog_tile_home_type_2 .bx_stick.left,
.bx_catalog_tile_home_type_2 .bx_stick_disc.left{left:-2px;}
.bx_catalog_tile_home_type_2 .bx_stick.right,
.bx_catalog_tile_home_type_2 .bx_stick_disc.right{right: 0;}
.bx_catalog_tile_home_type_2 .bx_stick.top,
.bx_catalog_tile_home_type_2 .bx_stick_disc.top{top: 15px;}
.bx_catalog_tile_home_type_2 .bx_stick.bottom,
.bx_catalog_tile_home_type_2 .bx_stick_disc.bottom{bottom: 5px;}
.bx_catalog_tile_home_type_2 .bx_stick.middle,
.bx_catalog_tile_home_type_2 .bx_stick_disc.middle{top: 49%;}
@media (min-width:641px) and (max-width:960px){
	.bx_catalog_tile_home_type_2 .bx_stick{
		width: 90px;
		height: 30px;
		background-size: 100%;
		line-height: 30px;
	}
	.bx_catalog_tile_home_type_2 .bx_stick.short {font-weight:normal;font-size:14px}
	.bx_catalog_tile_home_type_2 .bx_stick.average {font-weight:normal;font-size:11px}
	.bx_catalog_tile_home_type_2 .bx_stick.long{font-weight:normal;font-size:11px}
	.bx_catalog_tile_home_type_2 .bx_stick_disc{
		width: 64px;
		height: 65px;
		background-size: 100%;
		font-size: 	20px;
		line-height: 65px;
	}
}
@media (max-width:640px) {
	.bx-touch .bx_catalog_tile_home_type_2 .bx_stick{
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 	11px;
		line-height: 30px;
	}
	.bx-touch .bx_catalog_tile_home_type_2 .bx_stick_disc{
		width: 48px;
		height: 49px;
		background-size: 100%;
		font-size: 	16px;
		line-height: 49px;
	}
}
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile_home_type_2 .bx_stick{
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 	11px;
		line-height: 30px;
	}

	.bx-touch .bx_catalog_tile_home_type_2 .bx_stick_disc{
		width: 37px;
		height: 38px;
		background-size: 100%;
		font-size: 13px;
		line-height: 38px;
	}
}

/* buttons */
.bx_catalog_tile_home_type_2 .bx_bt_button_type_2{
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}

.bx_catalog_tile_home_type_2 .bx_bt_button_type_2 				{
	border: 1px solid #e9e9e9;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
	background-image: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:    -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:      -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:         linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	color: #656565;
	text-shadow:0 1px 0 #fff;
}
.bx_catalog_tile_home_type_2 .bx_bt_button_type_2:hover{background: #fff;}
.bx_catalog_tile_home_type_2 .bx_bt_button_type_2:active 	{
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
	background-image: -webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:    -moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:      -o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:         linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.05);
}

.bx_catalog_tile_home_type_2 .bx_small.bx_bt_button_type_2{
	display: inline-block;
	min-width: 20px;
	line-height: 20px;
}

.bx_catalog_tile_home_type_2 .bx_small.bx_bt_button_type_2 		  	{ }
.bx_catalog_tile_home_type_2 .bx_small.bx_bt_button_type_2:hover 	{ }
.bx_catalog_tile_home_type_2 .bx_small.bx_bt_button_type_2:active 	{ }


.bx_catalog_tile_home_type_2 .bx_medium.bx_bt_button_type_2		{
	padding: 0 13px;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
}

.bx_catalog_tile_home_type_2 .bx_medium.bx_bt_button_type_2 		{font-weight: bold;}
.bx_catalog_tile_home_type_2 .bx_medium.bx_bt_button_type_2:hover  	{ }
.bx_catalog_tile_home_type_2 .bx_medium.bx_bt_button_type_2:active 	{ }

.bx_catalog_tile_home_type_2 .bx_col_input{
	display: inline-block;
	width: 20px;
	text-align: center;
}

.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_left,
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_right {
	position: absolute;
	position: absolute;
	top: 45%;
	bottom: 0;
	z-index: 910;
	display: block;
	margin-top: -29px;
	width: 100%;
	width: 35px;
	height: 35px;
	background: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/slider_arrow.png) no-repeat;
	background-size: 35px auto !important;
	cursor: pointer;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_left{left:-10px;	 background-position: 0 0;}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_left:active 		{background-position: 0 -70px;}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_right{right:-10px;background-position: 0 -35px;}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_right:active 	{background-position: 0 -105px;}

.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination {
	position: absolute;
	bottom: 5%;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}
.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination {display: none;}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination li{
	display: inline-block;
	margin: 0 3px;
	padding: 0;
	width: 14px;
	height: 20px;
	background: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/pagination_dot.png) no-repeat right center;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination li:hover,
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination li.active{
	background: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/pagination_dot.png) no-repeat 1px center;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination li span{
	display: block;
	width: 14px;
	height: 20px;
	text-decoration: none;
	cursor: pointer;
}

.bx_catalog_tile_home_type_2 .bx_medium.bx_bt_button {
	padding: 0 13px;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
}

.bx_catalog_tile_home_type_2{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

/* scu_detail_size */
.bx_catalog_tile_home_type_2 .bx_item_detail_size{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	 .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul li{
	position: relative;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 25px;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;

	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}
.bx-retina .bx_catalog_tile_home_type_2 .bx_item_detail_size ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/x2border.png) 2 stretch;
	-moz-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/x2border.png) 2 stretch;
	-o-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/x2border.png) 2 stretch;
	border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/x2border.png) 2 fill stretch;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul li:active .cnt,
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul li.bx_active .cnt{
	border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_tile_home_type_2 .bx_item_detail_size ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/x2border_active.png) 2 fill stretch;
}

.bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_tile_home_type_2 .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_tile_home_type_2 .bx_item_detail_size.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_left {left:   0;background:url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_right{right:  0;background:url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_catalog_tile_home_type_2 .bx_item_detail_scu{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch 	 .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch 	.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li{
	position: relative;
	display: block;
	float: left;
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;
	z-index:10;
}
.bx-retina .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/x2border.png) 2 stretch;
	-moz-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/x2border.png) 2 stretch;
	-o-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/x2border.png) 2 stretch;
	border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/x2border.png) 2 fill stretch;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	padding: 3px;
	border: 2px solid #006cc0;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 4px;
	left: 2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/missing.png) no-repeat center;
}

.bx-retina .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/x2border_active.png) 2 fill stretch;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
	position: absolute;
	top:   6%;
	right: 6%;
	bottom:6%;
	left:  6%;
	background-size:contain;
	background-repeat: no-repeat;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_tile_home_type_2 .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_tile_home_type_2 .bx_item_detail_scu.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/images/fade_right.png) repeat-y   right center;background-size: 100% auto}
/* End */


/* Start:/bitrix/components/bitrix/catalog.top/templates/.default/slider/themes/blue/style.css?15807158415449*/
/* catalog.top */
.bx_catalog_tile_home_type_2.bx_blue .bx_catalog_tile_slider_arrow_left,
.bx_catalog_tile_home_type_2.bx_blue .bx_catalog_tile_slider_arrow_right 			{background-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/themes/blue/images/slider_arrow.png)}
.bx_catalog_tile_home_type_2.bx_blue .bx_catalog_tile_slider_pagination li			{background: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/themes/blue/images/pagination_dot.png) no-repeat right center}
.bx_catalog_tile_home_type_2.bx_blue .bx_catalog_tile_slider_pagination li:hover,
.bx_catalog_tile_home_type_2.bx_blue .bx_catalog_tile_slider_pagination li.active	{background: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/themes/blue/images/pagination_dot.png) no-repeat 0px center}

.bx_catalog_tile_home_type_2.bx_blue .bx_bt_button  				{
	background:#00a2df;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:   -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:    -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:     -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:        linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0);

	color:#fff;
	text-shadow: 0 1px 0 #165c99;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx_catalog_tile_home_type_2.bx_blue .bx_bt_button:hover  		{
	background:#26b0e4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YjBlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjg0ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#26b0e4),color-stop(100%,#2684d3));
	background:-webkit-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:   -moz-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:    -ms-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:     -o-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:        linear-gradient(to bottom,#26b0e4 0%,#2684d3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b0e4',endColorstr='#2684d3',GradientType=0 );
}
.bx_catalog_tile_home_type_2.bx_blue .bx_bt_button:active  		{
	background:#0052bf;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTJiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg1ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0052bf),color-stop(100%,#0085d3));
	background:-webkit-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:   -moz-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:    -ms-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:     -o-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:linear-gradient(to bottom,#0052bf 0%,#0085d3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0052bf',endColorstr='#0085d3',GradientType=0 );
}

/* scu_detail_size */
.bx-retina .bx_catalog_tile_home_type_2.bx_blue .bx_item_detail_size ul li.bx_active .cnt{
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* scu_detail_scu */
.bx-retina .bx_catalog_tile_home_type_2.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	-webkit-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/components/bitrix/catalog.top/templates/.default/slider/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* End */


/* Start:/bitrix/templates/eshop_adapt_blue/components/bitrix/breadcrumb/eshop_adapt/style.css?1580715875669*/
.bx_breadcrumbs{padding-top:0}.bx_breadcrumbs ul{margin:0;padding:0}.bx_breadcrumbs ul li{display:inline-block;line-height:20px}.bx_breadcrumbs ul li a,.bx_breadcrumbs ul li span{display:block;padding:0 15px;color:#555;text-decoration:none;font-size:11px;opacity:.5}.bx_breadcrumbs ul li a{background:url(/bitrix/templates/eshop_adapt_blue/components/bitrix/breadcrumb/eshop_adapt/images/breadcrumbs_arrow.png) center right no-repeat}.bx_breadcrumbs ul li:last-child a{background:0 0}.bx_breadcrumbs ul li a:hover{text-decoration:underline;line-height:20px;opacity:1}.bx_breadcrumbs,.bx_breadcrumbs ul li{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
/* End */


/* Start:/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/style.css?161967099112396*/
.bx-no-touch .menu-page,
.bx-no-touch .menu_bg.active,
.bx-no-touch .notive.header {
  display: none !important;
}
@media (min-width: 570px) {
  .menu-page,
  .menu_bg.active,
  .notive.header {
    display: none !important;
  }
}
@media (max-width: 569px) {
  .bx-touch .header_inner_include_aria {
    padding-top: 10px;
  }
  .bx-touch .header_wrap {
    padding-top: 60px;
  }
  .bx-touch:not(.contact-page) .bx_cart_login_top,
  .bx-touch:not(.contact-page) .cart_block,
  .bx-touch:not(.contact-page) .header_inner_bottom_line > div,
  .bx-touch:not(.contact-page) .header_top_section,
  .bx-touch:not(.contact-page) .login_block {
    display: none;
  }
  .bx-touch .notive.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10001;
    margin: 0;
    padding: 0;
    height: 44px;
    background-image: url(/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/images/panel_bg.png);
    background-size: 44px;
    background-repeat: repeat;
    box-shadow: 0 1px 1px 0 rgba(1, 1, 1, 0.2);
  }
  .bx-touch .notive.cart_link,
  .bx-touch .notive.gn_general_nav {
    position: absolute;
    top: 8px;
    display: block;
    width: 37px;
    height: 29px;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.15);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99689db3', endColorstr='#99135072', GradientType=0 );
  }
  .bx-touch .notive.gn_general_nav {
    left: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(12, 33, 46, 0.6);
    border-radius: 4px;
    background: url(/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/images/icon_notive.png) center no-repeat,
      url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY4OWRiMyIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzNTA3MiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: url(/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/images/icon_notive.png) center no-repeat,
      -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(104, 157, 179, 0.6)), color-stop(100%, rgba(19, 80, 114, 0.6)));
    background: url(/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/images/icon_notive.png) center no-repeat,
      -webkit-linear-gradient(top, rgba(104, 157, 179, 0.6) 0, rgba(
              19,
              80,
              114,
              0.6
            )
            100%);
    background: url(/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/images/icon_notive.png) center no-repeat,
      -moz-linear-gradient(top, rgba(104, 157, 179, 0.6) 0, rgba(
              19,
              80,
              114,
              0.6
            )
            100%);
    background: url(/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/images/icon_notive.png) center no-repeat,
      -ms-linear-gradient(top, rgba(104, 157, 179, 0.6) 0, rgba(
              19,
              80,
              114,
              0.6
            )
            100%);
    background: url(/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/images/icon_notive.png) center no-repeat,
      -o-linear-gradient(top, rgba(104, 157, 179, 0.6) 0, rgba(19, 80, 114, 0.6)
            100%);
    background: url(/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/images/icon_notive.png) center no-repeat,
      linear-gradient(
        to bottom,
        rgba(104, 157, 179, 0.6) 0,
        rgba(19, 80, 114, 0.6) 100%
      );
    -webkit-background-size: 15px auto, 100%;
    background-size: 15px auto, 100%;
  }
  .bx-touch .notive.cart_link,
  .bx-touch .notive.title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .bx-touch .notive.cart_link {
    right: 9px;
    box-sizing: border-box;
    border: 1px solid rgba(12, 33, 46, 0.6);
    border-radius: 4px;
    background: url(/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/images/icon_cart.png) center no-repeat,
      url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY4OWRiMyIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzNTA3MiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: url(/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/images/icon_cart.png) center no-repeat,
      -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(104, 157, 179, 0.6)), color-stop(100%, rgba(19, 80, 114, 0.6)));
    background: url(/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/images/icon_cart.png) center no-repeat,
      -webkit-linear-gradient(top, rgba(104, 157, 179, 0.6) 0, rgba(
              19,
              80,
              114,
              0.6
            )
            100%);
    background: url(/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/images/icon_cart.png) center no-repeat,
      -moz-linear-gradient(top, rgba(104, 157, 179, 0.6) 0, rgba(
              19,
              80,
              114,
              0.6
            )
            100%);
    background: url(/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/images/icon_cart.png) center no-repeat,
      -ms-linear-gradient(top, rgba(104, 157, 179, 0.6) 0, rgba(
              19,
              80,
              114,
              0.6
            )
            100%);
    background: url(/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/images/icon_cart.png) center no-repeat,
      -o-linear-gradient(top, rgba(104, 157, 179, 0.6) 0, rgba(19, 80, 114, 0.6)
            100%);
    background: url(/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/images/icon_cart.png) center no-repeat,
      linear-gradient(
        to bottom,
        rgba(104, 157, 179, 0.6) 0,
        rgba(19, 80, 114, 0.6) 100%
      );
    -webkit-background-size: 16px auto, 100%;
    background-size: 16px auto, 100%;
  }
  .bx-touch .notive.title {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 50px;
    width: 100%;
    color: #fff;
    text-align: center;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-shadow: 0 1px rgba(0, 0, 0, 0.42);
    white-space: nowrap;
    font-size: 22px;
    line-height: 44px;
    height: 100%;
    display: none;
  }
  .bx-touch .notive.title img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    heigth: auto !important;
  }
  .bx-touch .menu-page {
    position: fixed;
    top: 44px;
    bottom: 0;
    opacity: 0.97;
    left: -100%;
    z-index: 10000;
    overflow: visible;
    margin: 0;
    padding: 0;
    width: 85%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ecf1f4;
    box-shadow: 2px 0 2px 0 rgba(1, 1, 1, 0.15);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .bx-touch .menu-item,
  .bx-touch .menu-separator-user {
    position: relative;
    color: #123751;
    text-decoration: none;
    font-size: 16px;
    display: block;
  }
  .bx-touch .menu-item,
  .bx-touch .menu-section .menu-separator {
    background: #fff;
    margin-bottom: 1px;
  }
  .bx-touch .menu-items {
    overflow: auto;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  .bx-touch .menu-separator {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    text-decoration: none;
    display: block;
    color: #123751;
  }
  .bx-touch .menu-item {
    overflow: hidden;
    padding: 0 10px 0 20px;
    height: 44px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 42px;
    -webkit-tap-highlight-color: transparent;
  }
  .bx-touch .menu-separator-user {
    padding-left: 55px;
    height: 40px;
    vertical-align: middle;
    font-weight: 700;
    line-height: 40px;
  }
  .bx-touch .menu-item-avatar {
    position: absolute;
    display: block;
    top: 9px;
    left: 21px;
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    background-color: #63839c;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAIAAACR5s1WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxQzAzNTk0Mjk4MjM2ODExOTIzQ0UzMzY5M0ZCNjAwQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowRUEzRkQ1MkNEM0UxMUUxQTZCOURCRkUzNzFFQURBMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5Q0FGN0U5Q0NEMjkxMUUxQTZCOURCRkUzNzFFQURBMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFFMUExODRBNzQyMDY4MTE4OEM2OEExMTQ2OTFCMDNEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjFDMDM1OTQyOTgyMzY4MTE5MjNDRTMzNjkzRkI2MDBBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+dqo5jQAABQRJREFUeNrsWF1PHFUYPl8zszM7sNgPKBawlCpuV0ArYBqVWJNe6ZXx3gt/in/DG+OF8UpNaqKmJFxoiDVBLQUF+mER+mEplGW3uztz5hzfM2dZkd0dZmCJXvBm9iOzM3Oe87zved7nLP7wo4/Rfx0E/Q/iCMR2sH3cg6sf+F9npax+HjYIHI5de9ffqhAkhhcgwCEaeUggqmNjTDAiuBZVFgCAUCikEEhDkS0HUUNAcfgpBRJqODVvDQSwKXhQZkRsUyIPg4nqtLn3Ql/X2+ND2XPPMUrh1NrG5tzS3clrs2v5MiYUql0kyUhsEDBNoggQ3H/39ZF33npNz1PRgdCxTNvE2ND48OCnX03+srSCqKHIik0GScIBkoK7Jr78xqsBDB4WQe2AM6bBPnjvsmMRJDmkCLdcJ3QdBL5/aTRHQ0bqDwj4aeLlwcDzAC/GuKXpCFcBDBP4lRMdbUEQRFx7pqcLLqOmBflTNRsjISzu0pAhCO5BYQRhHTQLk1EAAawRwnC88oy/OlRNnuk+mRs8J4IoEH2nu/t7ulY2ypjKltVETREF56eOd0AuRGTA753PZOBiTQJuIRMKRBB4vg8gotedLmG4Gl6gYK1hQm7nVWL8842Few8eAhURx1axODO3WBMr2cIlGqoVK/HgyndTivHmxzdXp/LFMiVU61XrdEL1SMwMw7DSM7/dfLyxHjSJJ5v5q9Mzhp0mhgVNBcXrHglMDTBh2g427U8+/1JL5K4DTn72xRViOJadpowdgmIqEDA923Yzd+6vf/3tZD0NU99Pz99Zddo7jFQK2phSqniqyWK6GNXEQacoJXYatWfWnuTDmcudiwLWg5VyUrZNDQsWBqqJ2l42h+3p4UIXo1po6BckvGzLHH9lWKvCThATF8csJ/3T78ue4CCX4HyIREIduGq8EoHA/wAICVBnJAq4xfDoyMDw88pG+D7f9VjANDaUHR16cXbx7g+zt0pcEsqU2VEFFGW3WITmEKIzKmTA2x1jLHs2N9AHRcQDXqlwUddBggADMshYbqD3/EDv7NLytfnbBU/oiUCC5A4/HAOEJkHpVJC2yJsXBrP9PTC2V6loxYwQzfBOj1KaO/vsSwM909eXflz4ExEGLVU0kS8WYWGE5Ibk71+66FhmoVjcc/j6WUDWxnP9m1uF+ZV1wiz13GRMAAm+dyHbaxDytPg0un03Cx9zn/Ox8/2/3ly10owQGjRyGE0LEzoQr5RPdjilcinaxUQHJDFlWdwrGSlbLRkUk4nQR6mezCuQRt/3QREOsstTXYeoJkyYTKYToY8CMj3OWZKNTIOA0cFeECSSiJUqPhx6aFQqe04qdWAQQnuMZrLJmnkIvaOaW7w9PpLVO5z9IghuLN4q+SIN+imTKKaiAkrZSs3/8eD6/MLpE5nuU50d7e2uY4PhdV037TgNbyyVyvmtPMw7v1XIF4r3Hz6699djZLnusS5oac0YZQ1pCHeYlJmOnTleMYzVzcLyoyUoESgTlSW1XKV+313PwB8JWw1l0M2pYRqZTst2TdsFvZJNdgBRsk2ZkXLbDFhgaTCusEZArIJw1612OnjXE7HqDEroiQqYAwAhjDHDBAdAoYnAyUS9Q24bCEosQk1mKeOK9L4fh49q3JzV3i8Eh/TOByuTR2quIlkX3XmDbqVIm5T6Xt/olvr/buQBLb+se+i+/xY6+vfuCETc+FuAAQCMJERFG/TKEQAAAABJRU5ErkJggg==);
    background-size: 22px;
    background-repeat: no-repeat;
  }
  .bx-touch .menu-item-selected .menu-item-avatar {
    top: 11px;
  }
  .bx-touch .menu-item-selected.menu-icon-user:before {
    margin-top: 11px;
  }
  .bx-touch .menu-item-selected {
    margin-top: -2px;
    height: 46px;
    background-image: url(/bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/images/menu-item-selected.png);
    background-size: 46px 46px;
    background-repeat: repeat-x;
    line-height: 46px;
  }
  .bx-touch .menu-item-selected:after {
    background: 0 0;
  }
  .bx-touch .menu-item-selected:before {
    margin-top: 2px;
    height: 46px;
  }
  .bx-touch .menu_bg.active {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 1000px;
    height: 2000px;
  }
  .bx-touch .header_inner_container_one {
    float: left;
    text-align: left;
  }
  .bx-touch .header_inner_include_aria {
    height: auto;
  }
}

/* End */


/* Start:/bitrix/templates/eshop_adapt_blue/template_styles.css?172844200234410*/
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
.dbg0,
.dbg01 > div,
.dbg01 > div > div {
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 0;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  margin: 0;
  padding: 0;
  min-width: 310px;
  font-family: arial;
}
html.bx-no-touch body {
  min-width: 640px;
}
a img {
  border: none;
}
.grid .bx_content_section,
.grid .bx_sidebar {
  margin-bottom: 15px;
}
.grid1x2 .bx_content_section {
  float: right;
  width: 66%;
  margin-bottom: 15px;
}
.grid1x2 .bx_sidebar {
  float: left;
  width: 33%;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid1x3 .bx_sidebar,
.grid2x1 .bx_sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .grid1x2 .bx_content_section,
  .grid1x2 .bx_sidebar {
    width: 100%;
    float: none;
  }
}
.grid2x1 .bx_content_section {
  float: left;
  width: 66%;
  margin-bottom: 15px;
}
.grid2x1 .bx_sidebar {
  float: right;
  width: 33%;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .grid2x1 .bx_content_section,
  .grid2x1 .bx_sidebar {
    width: 100%;
    float: none;
  }
}
.grid1x3 .bx_content_section {
  float: right;
  width: 74%;
  margin-bottom: 15px;
}
.grid1x3 .bx_sidebar {
  float: left;
  width: 24%;
  box-sizing: border-box;
}
.grid3x1 .bx_sidebar,
.header_inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (max-width: 640px) {
  .grid1x3 .bx_content_section,
  .grid1x3 .bx_sidebar {
    width: 100%;
    float: none;
  }
}
.grid3x1 .bx_content_section {
  float: left;
  width: 74%;
  margin-bottom: 15px;
}
.grid3x1 .bx_sidebar {
  float: right;
  width: 24%;
  margin-bottom: 15px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .grid3x1 .bx_content_section,
  .grid3x1 .bx_sidebar {
    width: 100%;
    float: none;
  }
}
.grid2x2 .bx_content_section {
  float: left;
  width: 49%;
  margin-bottom: 15px;
}
.grid2x2 .bx_sidebar {
  float: right;
  width: 49%;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .grid2x2 .bx_content_section,
  .grid2x2 .bx_sidebar {
    width: 100%;
    float: none;
  }
}
.grid2x2r .bx_content_section {
  float: right;
  width: 49%;
  margin-bottom: 15px;
}
.grid2x2r .bx_sidebar {
  float: left;
  width: 49%;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .grid2x2r .bx_content_section,
  .grid2x2r .bx_sidebar {
    width: 100%;
    float: none;
  }
}
.grid1x2x1 .bx_content_section {
  width: 50%;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
}
.grid1x2x1 .bx_sidebar.left,
.grid1x2x1 .bx_sidebar.right {
  width: 24%;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
}
.grid1x2x1 .bx_sidebar.left {
  float: left;
  margin-right: 1%;
}
@media (max-width: 760px) {
  .grid1x2x1 .bx_content_section {
    width: 75%;
    float: right;
  }
  .grid1x2x1 .bx_sidebar.left,
  .grid1x2x1 .bx_sidebar.right {
    float: left;
  }
}
@media (max-width: 640px) {
  .grid1x2x1 .bx_content_section {
    width: 100%;
    float: left;
  }
  .grid1x2x1 .bx_sidebar.left {
    width: 49%;
    display: inline-block;
  }
  .grid1x2x1 .bx_sidebar.right {
    width: 49%;
    float: right;
  }
}
@media (max-width: 480px) {
  .grid1x2x1 .bx_content_section,
  .grid1x2x1 .bx_sidebar {
    width: 100% !important;
    float: none !important;
  }
}
.bx_content_section h1 {
  margin-top: 0;
}
.header_wrap {
  padding: 0 20px;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.05);
}
.bx_cart_login_top,
.header_inner {
  box-shadow: 0 1px 2px 0 rgba(56, 94, 104, 0.26);
}
.header_wrap_container {
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 980px;
}
.header_top_section {
  position: relative;
  min-height: 20px;
  width: 100%;
}
.header_top_section_container_two {
  margin-top: 1px;
  float: left;
}
.header_top_section_container_one {
  position: relative;
  z-index: 2;
  float: right;
  max-width: 217px;
  width: 100%;
}
.bx_cart_login_top {
  float: right;
  margin-bottom: 14px;
  padding: 10px;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fafcfd),
    to(#f9fbfc)
  );
  background-image: -webkit-linear-gradient(#fafcfd 0, #f9fbfc 100%);
  background-image: -moz-linear-gradient(#fafcfd 0, #f9fbfc 100%);
  background-image: -o-linear-gradient(#fafcfd 0, #f9fbfc 100%);
  background-image: linear-gradient(#fafcfd 0, #f9fbfc 100%);
  white-space: nowrap;
}
.bx_cart_login_top > div {
  display: inline-block;
}
.header_inner {
  position: relative;
  box-sizing: border-box;
  padding: 5px 5px 8px;
  border: 1px solid #e1e7e9;
  border-radius: 5px 5px 0 0;
  background: #fff;
}
.site_title {
  float: left;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 80px;
}
.site_title a,
a.site_title {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
}
.site_title a {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
.site_title img {
  height: auto;
  max-width: 100%;
  display: block;
}
.site_title a span,
a.site_title span {
  color: #77c7e2;
}
.header_inner_container_one {
  position: relative;
  float: right;
  margin-right: 218px;
}
.header_inner_container_two {
  position: absolute;
  top: 12px;
  right: 0;
  width: 228px;
}
.header_inner_include_aria {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px 0;
  height: 80px;
  vertical-align: top;
  text-align: left;
  font-size: 12px;
}
.header_inner_include_aria span {
  color: #1b5c79;
}
.header_inner_include_aria strong {
  display: inline-block;
  padding-top: 7px;
  font-size: 26px;
}
.header_inner_include_aria strong a {
  text-decoration: none;
  color: #1b5c79;
}
.header_phone {
  font-size: 32px;
  color: #ee1d24;
}
.header_phone .code {
  color: #1b5c79;
}
.header_inner_bottom_line_container {
  position: relative;
  left: -6px;
  margin-right: -12px;
  margin-bottom: -9px;
  padding: 1px;
}
.header_inner_bottom_line {
  min-height: 6px;
}
.image-block__inner,
.image-block__inner:after {
  min-height: inherit;
  vertical-align: middle;
  display: inline-block;
}
.price-list-wrap {
  position: absolute;
  bottom: 84px;
  right: 20px;
}
.price-list-wrap__title {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #002368;
}
.price-list-wrap__link {
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 41px;
  margin-right: 5px;
}
.price-list-wrap__link_xls {
  background: url(/bitrix/templates/eshop_adapt_blue/images/xls-ico.png) no-repeat;
}
.price-list-wrap__link_zip {
  background: url(/bitrix/templates/eshop_adapt_blue/images/zip-ico.png) no-repeat;
}
.worakarea_wrap_container {
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 980px;
  padding-top: 40px;
}
.workarea_wrap {
  padding: 0 20px;
}
.workarea_wrap h1 {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
}
.bx_title_section.stars,
.bx_title_section.time {
  border: none;
}
.workarea_wrap h1 a {
  color: #000;
  text-decoration: none;
}
.bx_title_section {
  margin-top: 0;
  padding-top: 0;
  vertical-align: middle;
  font-size: 26px;
}
.bx_title_section.fll {
  float: left;
}
.bx_title_section.stars .icon {
  display: inline-block;
  padding-right: 10px;
  width: 27px;
  height: 26px;
  background: url(/bitrix/templates/eshop_adapt_blue/images/stars.png) center left no-repeat;
  vertical-align: top;
  line-height: 26px;
}
.bx_title_section.time .icon {
  display: inline-block;
  padding-right: 10px;
  width: 30px;
  height: 30px;
  background: url(/bitrix/templates/eshop_adapt_blue/images/time.png) center left no-repeat;
  vertical-align: top;
  line-height: 26px;
}
.bx_view_all_home {
  float: right;
}
.bottom_wrap {
  padding: 0 20px;
}
.bottom_wrap_container {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
  max-width: 980px;
}
.bottom_container_one,
.bottom_container_tre,
.bottom_container_two,
.footer_container_one,
.footer_container_tre,
.footer_container_two {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  vertical-align: top;
  text-shadow: 0 1px 0 #fff;
}
.bottom_container_two,
.footer_container_two {
  padding: 0 40px;
}
.footer_wrap {
  padding: 0 20px;
}
.footer_wrap_container {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
  max-width: 980px;
}
.bx_inc_about_footer h4 {
  font-size: 26px;
}
.bx_inc_about_footer p {
  margin-top: 0;
  padding-top: 0;
  color: #607b8b;
  font-size: 13px;
  line-height: 22px;
}
.bx_inc_about_footer a {
  color: #0073a3;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
}
.bx_inc_about_footer a:hover {
  text-decoration: none;
}
.bx_inc_news_footer h4 {
  text-align: left;
  font-size: 26px;
}
.bx_inc_news_footer .bx_inc_news_footer_newslist {
  margin: 0;
  padding: 0;
}
.bx_inc_news_footer .bx_inc_news_footer_newslist li {
  display: block;
  margin-top: 0;
  padding-top: 0;
  color: #607b8b;
  font-size: 13px;
  line-height: 22px;
}
.bx_inc_news_footer .bx_inc_news_footer_newslist li a {
  color: #0073a3;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
}
.bx_inc_news_footer .bx_bt_button_type_2 {
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #e9e9e9;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fcfcfc),
    to(#f1f1f1)
  );
  background-image: -webkit-linear-gradient(#fcfcfc 0, #f1f1f1 100%);
  background-image: -moz-linear-gradient(#fcfcfc 0, #f1f1f1 100%);
  background-image: -o-linear-gradient(#fcfcfc 0, #f1f1f1 100%);
  background-image: linear-gradient(#fcfcfc 0, #f1f1f1 100%);
  color: #656565;
  text-shadow: 0 1px 0 #fff;
}
.bx_inc_news_footer .bx_shadow.bx_bt_button_type_2 {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.bx_inc_news_footer .bx_shadow.bx_bt_button_type_2:active {
  box-shadow: none;
}
.bx_inc_news_footer .bx_bt_button_type_2:hover {
  background: #fff;
}
.bx_inc_news_footer .bx_bt_button_type_2:active {
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f1f1f1),
    to(#fcfcfc)
  );
  background-image: -webkit-linear-gradient(#f1f1f1 0, #fcfcfc 100%);
  background-image: -moz-linear-gradient(#f1f1f1 0, #fcfcfc 100%);
  background-image: -o-linear-gradient(#f1f1f1 0, #fcfcfc 100%);
  background-image: linear-gradient(#f1f1f1 0, #fcfcfc 100%);
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.bx_inc_news_footer .bx_big.bx_bt_button_type_2 {
  padding: 0 13px;
  height: 34px;
  font-weight: 700;
  line-height: 34px;
}
.bx_inc_social_footer h4 {
  text-align: left;
  font-weight: 400;
  font-size: 26px;
}
.footer_social_icon {
  margin-top: 13px;
  margin-right: 10px;
  float: right;
}
.footer_social_icon ul {
  margin: 0;
  padding: 0;
}
.footer_social_icon ul li {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 0 0 20px;
}
.footer_social_icon ul li a {
  display: block;
  width: 32px;
  height: 33px;
  opacity: 0.9;
}
.footer_social_icon ul li.fb a {
  background-position: 0 0;
}
.footer_social_icon ul li.tw a {
  background-position: -32px 0;
}
.footer_social_icon ul li.gp a {
  background: url(/bitrix/templates/eshop_adapt_blue/images/g+_icon.png) no-repeat;
}
.footer_social_icon ul li.yt a {
  background: url(/bitrix/templates/eshop_adapt_blue/images/youtube_icon.png) no-repeat;
}
.footer_social_icon ul li.vk a {
  background-position: -96px 0;
}
.footer_social_icon ul li:hover a {
  background-position: 0 -33px;
}
.footer_social_icon ul li.dz a {
  background: url(/bitrix/templates/eshop_adapt_blue/images/dzen_icon.png) no-repeat 0 0 / 100%;
  height: 32px;
}
.footer_social_icon ul li.dz:hover a {
  background-position: 0 -32px;
}
.footer_contact {
  margin-top: 20px;
  font-size: 13px;
}
.footer_contact strong {
  display: block;
  margin-top: 10px;
  font-size: 28px;
}
.copyright {
  color: #fff;
  font-size: 13px;
  text-align: right;
  padding-top: 10px;
}
.bt_blue,
.bt_green,
.bt_white {
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}
.shadow.bt_blue,
.shadow.bt_green,
.shadow.bt_white {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.shadow.bt_blue:active,
.shadow.bt_green:active,
.shadow.bt_white:active {
  box-shadow: none;
}
.bt_blue {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #00a2df),
    color-stop(100%, #006fcb)
  );
  background: -webkit-linear-gradient(top, #00a2df 0, #006fcb 100%);
  background: -moz-linear-gradient(top, #00a2df 0, #006fcb 100%);
  background: -ms-linear-gradient(top, #00a2df 0, #006fcb 100%);
  background: -o-linear-gradient(top, #00a2df 0, #006fcb 100%);
  background: linear-gradient(to bottom, #00a2df 0, #006fcb 100%);
  color: #fff;
  text-shadow: 0 1px 0 #006cae;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb', GradientType=0 );
}
.bt_blue:active,
.bt_blue:hover {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb', GradientType=0 );
}
.bt_blue:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #21afe4),
    color-stop(100%, #006fcb)
  );
  background: -webkit-linear-gradient(top, #21afe4 0, #006fcb 100%);
  background: -moz-linear-gradient(top, #21afe4 0, #006fcb 100%);
  background: -o-linear-gradient(top, #21afe4 0, #006fcb 100%);
  background: -ms-linear-gradient(top, #21afe4 0, #006fcb 100%);
  background: linear-gradient(to bottom, #21afe4 0, #006fcb 100%);
}
.bt_blue:active {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #21afe4),
    color-stop(100%, #006fcb)
  );
  background: -webkit-linear-gradient(top, #21afe4 0, #006fcb 100%);
  background: -moz-linear-gradient(top, #21afe4 0, #006fcb 100%);
  background: -ms-linear-gradient(top, #21afe4 0, #006fcb 100%);
  background: -o-linear-gradient(top, #21afe4 0, #006fcb 100%);
  background: linear-gradient(to bottom, #21afe4 0, #006fcb 100%);
  box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.21);
}
.bt_white {
  border: 1px solid #e9e9e9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fcfcfc),
    color-stop(100%, #f1f1f1)
  );
  background: -webkit-linear-gradient(top, #fcfcfc 0, #f1f1f1 100%);
  background: -moz-linear-gradient(top, #fcfcfc 0, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0, #f1f1f1 100%);
  background: -o-linear-gradient(top, #fcfcfc 0, #f1f1f1 100%);
  background: linear-gradient(to bottom, #fcfcfc 0, #f1f1f1 100%);
  color: #656565;
  text-shadow: 0 1px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1', GradientType=0 );
}
.bx_inc_catalog_footer,
.bx_inc_catalog_footer ul li a,
.bx_inc_menu_footer,
.bx_inc_menu_footer ul li a {
  color: #fff;
  text-shadow: 0 1px 2px #17326e;
}
.bt_white:hover {
  background: #fff;
}
.bt_white:active {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f1f1f1),
    color-stop(100%, #fcfcfc)
  );
  background: -webkit-linear-gradient(top, #f1f1f1 0, #fcfcfc 100%);
  background: -moz-linear-gradient(top, #f1f1f1 0, #fcfcfc 100%);
  background: -ms-linear-gradient(top, #f1f1f1 0, #fcfcfc 100%);
  background: -o-linear-gradient(top, #f1f1f1 0, #fcfcfc 100%);
  background: linear-gradient(to bottom, #f1f1f1 0, #fcfcfc 100%);
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fcfcfc', GradientType=0 );
}
.small.bt_blue,
.small.bt_green,
.small.bt_white {
  display: inline-block;
  min-width: 20px;
  line-height: 20px;
}
.medium.bt_blue,
.medium.bt_green,
.medium.bt_white {
  padding: 0 13px;
  height: 25px;
  font-weight: 700;
  line-height: 25px;
}
.medium.bt_blue {
  height: 27px;
  line-height: 27px;
}
.medium.bt_white {
  font-weight: 700;
}
.big.bt_blue,
.big.bt_green,
.big.bt_white {
  padding: 0 13px;
  height: 34px;
  font-weight: 700;
  line-height: 34px;
}
.big.bt_blue {
  height: 36px;
  line-height: 36px;
}
.bt.big.bt_blue.cart span {
  position: relative;
  bottom: -7px;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 26px;
  height: 23px;
  background: url(/bitrix/templates/eshop_adapt_blue/images/bt_cart.png) center no-repeat;
}
.bx_inc_catalog_footer h3 {
  padding-bottom: 15px;
  background: url(/bitrix/templates/eshop_adapt_blue/images/footer_h4_bg.png) bottom repeat-x;
  font-size: 23px;
}
.bx-touch .bx_inc_catalog_footer h3 {
  background: url(/bitrix/templates/eshop_adapt_blue/images/x2footer_h4_bg.png) bottom repeat-x;
  background-size: 4px 5px;
}
.bx_inc_catalog_footer ul {
  display: block;
  margin: 0;
  padding: 0;
}
.bx_inc_catalog_footer ul li {
  padding: 0 0 15px;
  display: inline-block;
  width: 49%;
}
.bx_inc_catalog_footer ul li a {
  text-decoration: none;
  font-size: 13px;
}
.bx_inc_catalog_footer ul li a:hover {
  text-decoration: underline;
}
.bx_inc_menu_footer h3 {
  padding-bottom: 15px;
  background: url(/bitrix/templates/eshop_adapt_blue/images/footer_h4_bg.png) bottom repeat-x;
  font-size: 23px;
}
.bx-touch .bx_inc_menu_footer h3 {
  background: url(/bitrix/templates/eshop_adapt_blue/images/x2footer_h4_bg.png) bottom repeat-x;
  background-size: 4px 5px;
}
.bx_inc_menu_footer ul {
  display: block;
  margin: 0;
  padding: 0;
}
.bx_inc_menu_footer ul li {
  display: block;
  padding: 0 0 15px;
}
.bx_inc_menu_footer ul li a {
  text-decoration: none;
  font-size: 13px;
}
.bx_inc_menu_footer ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 981px) {
  .header_inner_container_two {
    position: relative;
    top: auto;
    right: auto;
    clear: both;
    width: 100%;
  }
  .header_inner_container_one {
    margin: 0;
  }
  .price-list-wrap {
    bottom: 103px;
  }
  .site_title {
    padding-bottom: 25px;
  }
}
@media (max-width: 980px) {
  .bottom_container_one {
    width: 100%;
  }
  .bottom_container_two {
    padding: 0 20px 0 0;
  }
  .bottom_container_tre {
    padding: 0 0 0 20px;
  }
  .bottom_container_tre,
  .bottom_container_two {
    width: 49%;
  }
}
@media (max-width: 850px) {
  .footer_container_one {
    width: 100%;
  }
  .footer_container_two {
    padding: 0 20px 0 0;
  }
  .footer_container_tre {
    padding: 0 0 0 20px;
  }
  .footer_container_tre,
  .footer_container_two {
    width: 49%;
  }
  .price-list-wrap {
    bottom: 85px;
  }
}
@media (max-width: 750px) {
  .header_inner_container_one {
    float: left;
  }
  .header_inner_include_aria {
    height: auto;
  }
}
@media (max-width: 710px) {
  .site_title {
    padding-bottom: 0;
  }
}
@media (min-width: 480px) and (max-width: 640px) {
  .bx-touch .site_title {
    text-align: center;
    font-size: 27px;
  }
  .bx-touch .header_inner_container_one {
    text-align: center;
  }
  .bx-touch .bottom_container_one,
  .bx-touch .footer_container_one {
    width: 100%;
  }
  .bx-touch .bottom_container_two,
  .bx-touch .footer_container_two {
    padding: 0 20px 0 0;
  }
  .bx-touch .bottom_container_tre,
  .bx-touch .footer_container_tre {
    padding: 0 0 0 20px;
  }
  .bx-touch .bottom_container_tre,
  .bx-touch .bottom_container_two,
  .bx-touch .footer_container_tre,
  .bx-touch .footer_container_two {
    width: 49%;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  html:not(.contact-page) .price-list-wrap {
    bottom: 69px;
  }
    .price-list-wrap {
      bottom: 99px;
      right: 50%;
      transform: translateX(50%);
    }
  .bx-touch .worakarea_wrap_container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .bx-touch .site_title {
    float: none;
    padding-left: 0;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }
  .bx-touch .header_inner_container_one {
    float: none;
    width: 100%;
    text-align: center;
  }
  .bx-touch .header_phone {
    margin: -25px 0 88px;
  }
  .bx-touch .header_inner_include_aria {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
  .bx-touch .bottom_container_one,
  .bx-touch .bottom_container_tre,
  .bx-touch .bottom_container_two,
  .bx-touch .footer_container_one,
  .bx-touch .footer_container_tre,
  .bx-touch .footer_container_two {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .bx-touch .worakarea_wrap_container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bx-touch .header_top_section_container_one,
  .bx-touch .header_top_section_container_two {
    display: none;
  }
  .bx-touch .site_title {
    float: none;
    padding-left: 0;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }
  .bx-touch .header_inner_container_one {
    float: none;
    width: 100%;
    text-align: center;
  }
  .bx-touch .header_phone {
    font-size: 26px;
    margin: -30px 0 100px;
  }
  .bx-touch .header_inner_include_aria {
    display: block;
    padding: 20px 0 10px;
    text-align: center;
  }
  .bx-touch .bottom_container_one,
  .bx-touch .bottom_container_tre,
  .bx-touch .bottom_container_two,
  .bx-touch .footer_container_one,
  .bx-touch .footer_container_tre,
  .bx-touch .footer_container_two {
    padding: 0;
    width: 100%;
  }
  .bx-touch .tac.ovh {
    display: none;
  }
}
.bottom_container_one,
.bottom_container_tre,
.bottom_container_two,
.footer_container_one,
.footer_container_tre,
.footer_container_two,
.header_inner_container_one,
.header_inner_container_two,
.header_inner_include_aria,
.header_top_section_container_two,
.site_title,
.worakarea_wrap_container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p0 {
  padding: 0 !important;
}
.m0 {
  margin: 0 !important;
}
.dn {
  display: none !important;
}
.db {
  display: block !important;
}
.dib {
  display: inline-block !important;
}
.clb {
  clear: both !important;
}
.fln {
  float: none !important;
}
.fll {
  float: left !important;
}
.flr {
  float: right !important;
}
.m0a {
  margin: 0 auto !important;
}
.fwb {
  font-weight: 700 !important;
}
.fwn {
  font-weight: 400 !important;
}
.tal {
  text-align: left !important;
}
.tar {
  text-align: right !important;
}
.tac {
  text-align: center !important;
}
.tdn {
  text-decoration: none !important;
}
.tdl {
  text-decoration: line-through !important;
}
.vat {
  vertical-align: top !important;
}
.vam {
  vertical-align: middle !important;
}
.vab {
  vertical-align: bottom !important;
}
.posr {
  position: relative !important;
}
.posa {
  position: absolute !important;
}
.image-block,
.ui-resize-block {
  position: relative;
}
.whsn {
  white-space: normal !important;
}
.whsnw {
  white-space: nowrap !important;
}
.p05 {
  padding: 0 5px !important;
}
.w100p {
  width: 100% !important;
}
.w90p {
  width: 90% !important;
}
.wa {
  width: auto !important;
}
.ovh {
  overflow: hidden !important;
}
.image-block,
.slider-block__crop {
  overflow: hidden;
}
.dbg1 {
  background-color: rgba(0, 0, 255, 0.3) !important;
}
.dbg2 {
  background-color: rgba(0, 255, 0, 0.3) !important;
}
.dbg3 {
  background-color: rgba(255, 0, 0, 0.3) !important;
}
.dbg0,
.dbg01 > div {
  outline-color: rgba(0, 255, 0, 0.3);
}
.dbg01 > div > div {
  outline-color: rgba(0, 0, 255, 0.3);
}
.debug {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
  border: 1px solid #d0dbb1;
  background: #f5ffdb;
  color: #2d2d2d;
  font-size: 8px;
}
#debsizing {
  font-weight: 700;
}
@media (min-width: 981px) {
  #debsizing:before {
    content: "981px < (1) ";
  }
}
@media (min-width: 640px) and (max-width: 980px) {
  #debsizing:before {
    content: "640px < (2) ";
  }
  #debsizing:after {
    content: " < 980px";
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  #debsizing:before {
    content: "480px < (3) ";
  }
  #debsizing:after {
    content: " < 639px";
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  #debsizing:before {
    content: "321px < (4) ";
  }
  #debsizing:after {
    content: " < 479px";
  }
}
@media (max-width: 320px) {
  #debsizing:before {
    content: "(5) ";
  }
  #debsizing:after {
    content: " < 320px";
  }
}
.bx_page {
  font-size: 80%;
}
.bx_page h1,
.bx_page h2,
.bx_page h3,
.bx_page h4,
.bx_page h5,
.bx_page h6 {
  color: inherit;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1;
}
.bx_page p {
  margin: 0 0 10px;
}
.bx_page ol,
.bx_page ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.bx_page ol ol,
.bx_page ol ul,
.bx_page ul ol,
.bx_page ul ul {
  margin-bottom: 0;
}
.bx_page .list_nline,
.bx_page .list_unstyled {
  padding-left: 0;
  list-style: none;
}
.bx_page .list_nline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.bx_page .list_nline > li:first-child {
  padding-left: 0;
}
.bx_page a {
  color: #437fcf;
}
.bx_page a:active,
.bx_page a:hover {
  color: #2d61a8;
}
div.phone_num {
  display: none;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 2px;
  height: 20px;
}
span.more_points {
  font-weight: 700;
}
.ui-resize-block .resize-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.ui-resize-block .resize-frame body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.hidden {
  display: none !important;
}
.image-block {
  font-size: 0;
  line-height: 0;
  border: none;
  text-align: center;
  text-decoration: none;
  display: block;
}
.image-block__inner,
.image-block__item {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  cursor: inherit;
  position: relative;
}
.image-block.text-left {
  text-align: left;
}
.image-block.text-right {
  text-align: right;
}
.image-block:before {
  z-index: 5;
}
.image-block:after {
  z-index: 6;
}
.image-block__inner {
  width: 100%;
  height: 100%;
  letter-spacing: normal;
  word-spacing: normal;
  background: -10000px -10000px no-repeat;
  background-size: contain;
}
.image-block__inner:after {
  content: "";
  width: 0;
  height: 100%;
}
.image-block.valign-top .image-block__inner:after {
  vertical-align: top;
}
.image-block.valign-bottom .image-block__inner:after {
  vertical-align: bottom;
}
.image-block__item {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.image-block__item--fixed {
  max-width: 100%;
  max-height: 100%;
}
.image-block__item--hover {
  display: none;
}
.image-block:hover .image-block__item--hover {
  display: inline-block;
}
.image-block:hover .image-block__item--hover + .image-block__item {
  display: none;
}
.ie8 .image-block {
  z-index: 5;
}
.ie8 .image-block__item {
  z-index: -1;
}
.cssobjectfit .image-block--cover .image-block__item,
.cssobjectfit .image-block--cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider-block * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider-block .caroufredsel_wrapper {
  width: 100% !important;
}
.slider-block__head {
  margin: 0 0 20px;
}
.slider-block__title {
  margin: 0;
}
.no-js .slider-block__crop--scroll {
  overflow-x: auto;
}
.slider-block__wrap {
  margin: 0;
}
.slider-block__list {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  display: table;
  overflow: visible !important;
}
.slider-block__list.width-full {
  width: 100% !important;
  table-layout: fixed;
}
.js .slider-block__list.js-slider {
  white-space: nowrap;
}
.slider-block__item {
  position: relative;
  font-size: 13px;
  line-height: 1.5384;
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  float: none !important;
}
.slider-block__item:before {
  content: none;
  display: none;
}
.slider-block__item.width-full {
  width: 100%;
}
.slider-block__link {
  border: none;
  text-decoration: none;
}
.slider-block__arrow {
  position: absolute;
  top: 50%;
  margin: -19px 0 0;
  border-color: transparent;
  text-decoration: none;
  display: none;
  cursor: pointer;
  z-index: 10;
}
.slider-block__arrow--prev {
  left: -10px;
}
.slider-block__arrow--next {
  right: -10px;
}
.slider-block__detail,
.slider-block__group,
.slider-block__preview {
  position: relative;
}
.slider-block__group {
  margin-top: 15px;
}
.slider-block__group:first-child {
  margin-top: 0;
}
.new-year-image {
  display: inline-block;
  width: 1px;
  float: left;
}
.new-year-tree {
  width: 100%;
  height: 58px;
  background-image: url(/images/new-year-tree.png);
}
.new-year-balls {
  width: 90px;
  position: absolute;
  left: 390px;
}
@media (max-width: 800px) {
  .header_inner_container_one {
    float: left;
  }
}

/*-----------------------------snippet----------------------------------------*/
.certificates-table {
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 640px) {
  .certificates-table > * > tr {
    margin-top: 10px;
    display: block;
  }
  .certificates-table > * > tr:first-child {
    margin-top: 0;
  }
  .certificates-table > * > * > td {
    width: auto;
    display: block;
  }
}
/*-----------------------------snippet----------------------------------------*/
.snippet {
}
.snippet--two-column {
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 640px) {
  .snippet--two-column > * > tr {
    margin-top: 10px;
    display: block;
  }
  .snippet--two-column > * > tr:first-child {
    margin-top: 0;
  }
  .snippet--two-column > * > * > td {
    width: auto;
    display: block;
  }
  .wrap_christmas_balls {
    display: inline-block;
    width: 22%;
    padding-top: -4px;
    padding-top: -8px;
    top: 0;
    margin-top: -20px;
  }
  .wrap_christmas_balls img {
    margin-top: -29px;
    position: inherit !important;
    width: auto !important;
    height: auto !important;
  }
}
.wrap_christmas_panel {
  width: 100%;
  height: 130px;
  background-image: url(/images/new_year_branch.jpg);
  background-repeat: repeat-x;
  background-size: contain;
}
.wrap_christmas_balls img {
  width: 84px;
  height: 160px;
  position: absolute;
  margin-left: 10px;
}


.logo__wrapper {padding: 25px 0; max-width: 273px;}

/* .video-container */
.video-container iframe {
  display: block;
  width: 1px;
  max-width: 100%;
  min-width: 100%;
}
.video-container__inner {
  max-width: 620px;
  margin: 0 auto;
  -webkit-transition: left .3s ease,bottom .3s ease;
  transition: left .3s ease,bottom .3s ease;
  left: 230px;
  bottom: 80%;
}
.video-container--fixed {
  position: fixed;
  z-index: 1000;
  width: 393px;
  height: 220px;
  overflow: hidden;
  bottom: 20px;
  left: 0;
}
.video-container--fixed iframe {
  height: 100% !important;
}
@media (max-width: 420px) {
  .video-container--fixed {
    width: 265px;
    height: 150px;
  }
}
/* End */
/* /css/jquery.fancybox.css?15807159725088 */
/* /bitrix/templates/eshop_adapt_blue/colors.css?15807158753944 */
/* /bitrix/templates/eshop_adapt_blue/components/bitrix/sale.basket.basket.line/eshop_adapt/style.css?1580715875364 */
/* /bitrix/templates/eshop_adapt_blue/components/bitrix/system.auth.form/eshop_adapt/style.css?1580715875356 */
/* /bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_horizontal/style.css?158071587511856 */
/* /bitrix/components/bitrix/search.title/templates/visual/style.min.css?16811126723489 */
/* /bitrix/templates/eshop_adapt_blue/components/bitrix/menu/main_catalog_menu/style.css?158071587512213 */
/* /bitrix/components/bitrix/catalog.top/templates/.default/slider/style.css?158071584127639 */
/* /bitrix/components/bitrix/catalog.top/templates/.default/slider/themes/blue/style.css?15807158415449 */
/* /bitrix/templates/eshop_adapt_blue/components/bitrix/breadcrumb/eshop_adapt/style.css?1580715875669 */
/* /bitrix/templates/eshop_adapt_blue/components/bitrix/menu/catalog_native/style.css?161967099112396 */
/* /bitrix/templates/eshop_adapt_blue/template_styles.css?172844200234410 */
