

/* Start:/bitrix/templates/s3/components/api/search.title/search/css/baron.min.css?17199151675622*/
/*/---------- Baron core ----------/*/
.baron__clipper{ position:relative; overflow:hidden; }
.baron__scroller{ overflow-y:scroll; -ms-overflow-style:none; -moz-box-sizing:border-box; box-sizing:border-box; margin:0; border:0; padding:0; width:100%; height:100%; -webkit-overflow-scrolling:touch; }
.baron__scroller::-webkit-scrollbar{ width:0; height:0; }
.baron__track{ display:none; position:absolute; top:0; right:0; bottom:0; }
.baron._scrollbar .baron__track{ display:block; }
.baron__free{ position:absolute; top:0; bottom:0; right:0; }
.baron__bar{ display:none; position:absolute; right:0; z-index:1; width:10px; background:#999; }
.baron._scrollbar .baron__bar{ display:block; }
.baron__control{ display:none; }


/*/---------- Baron skins ----------/*/

/* Simple */
.baron._simple .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:10px;
	bottom:10px;
	right:5px;
	width:8px;
	border-radius:5px;
	background:#ddf;
	background:rgba(0, 0, 255, .1);
	pointer-events:none;
}
.baron._simple._scrollbar .baron__track{opacity:1;}
.baron._simple .baron__bar{
	position:absolute;
	z-index:1;
	width:8px;
	border-radius:3px;
	background:#987;
	opacity:0;
	-webkit-transition:opacity .2s linear;
	transition:opacity .2s linear;
	pointer-events:auto;
}
.baron._simple .baron__bar:hover{opacity:.8;}
.baron._simple.baron .baron__bar{opacity:.6;}

/* Mac OS X */
.baron._macosx .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:2px;
	bottom:2px;
	right:2px;
	width:0;
}
.baron._macosx._scrollbar .baron__track{opacity:1;}
.baron._macosx .baron__bar{
	position:absolute;
	z-index:1;
	width:6px;
	border-radius:3px;
	background:#333;
	opacity:0;
	transition:.1s opacity .4s linear;
	pointer-events:auto;
}
.baron._dragging .baron__bar{	/*opacity: 1;*/}
.baron._macosx .baron__bar:hover,
.baron._scrolling .baron__bar{transition-duration:0s;transition-delay:0s;opacity:.5;}

/* Windows XP */
.baron._winxp .baron__scroller{padding-right:17px;}
.baron._winxp .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:0;
	bottom:0;
	right:0;
	width:15px;
	overflow:hidden;
	background-image:linear-gradient(to right, #f2f1ec, #fdfef9);
	border:1px solid #ecede5;
}
.baron._winxp._scrollbar .baron__track{opacity:1;}
.baron._winxp .baron__control{display:block;}
.baron._winxp .baron__control,
.baron._winxp .baron__bar{
	border:1px solid #f3ffff;
	box-shadow:1px 1px 1px #b7caf5 inset,
	1px 1px 1px #7b9fd3;
	border-radius:3px;
	background-image:linear-gradient(to right, #c9d7fc, #baccf4);
	text-align:center;
	font-size:8px;
	line-height:14px;
	color:#4e6287;
	cursor:default;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.baron._winxp .baron__control:hover,
.baron._winxp .baron__bar:hover{background-image:linear-gradient(to right, #d9e7ff, #cadcff);}
.baron._winxp .baron__up,
.baron._winxp .baron__down{position:absolute;z-index:1;width:15px;height:16px;box-sizing:border-box;}
.baron._winxp .baron__up{top:0;}
.baron._winxp .baron__down{bottom:0;}
.baron._winxp .baron__free{position:absolute;top:18px;bottom:18px;right:0;width:0;}
.baron._winxp .baron__bar{
	position:absolute;
	z-index:1;
	width:15px;
	box-sizing:border-box;
	border:1px solid #f3ffff;
	box-shadow:1px 1px 1px #b7caf5 inset,
	1px 1px 1px #7b9fd3;
	border-radius:3px;
	background-image:linear-gradient(to right, #c9d7fc, #baccf4);
	opacity:1;
	-webkit-transition:opacity .2s ease-in;
	transition:opacity .2s ease-in;
	pointer-events:auto;
}
.baron._winxp .baron__bar:before{
	content:'';
	position:absolute;
	top:45%;
	left:3px;
	width:6px;
	height:7px;
	z-index:1;
	background-image:linear-gradient(
			to bottom,
			#f0f4ff 0px, #f0f4ff 1px,
			rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 2px,
			#f0f4ff 2px, #f0f4ff 3px,
			rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 4px,
			#f0f4ff 4px, #f0f4ff 5px,
			rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 6px,
			#f0f4ff 6px, #f0f4ff 7px,
			rgba(255, 255, 255, 0) 7px, rgba(255, 255, 255, 0) 8px
	);
}
.baron._winxp .baron__bar:after{
	content:'';
	position:absolute;
	top:47%;
	left:4px;
	width:6px;
	height:7px;
	background-image:linear-gradient(
			to bottom,
			#8aaff6 0px, #8aaff6 1px,
			rgba(138, 175, 246, 0) 1px, rgba(138, 175, 246, 0) 2px,
			#8aaff6 2px, #8aaff6 3px,
			rgba(138, 175, 246, 0) 3px, rgba(138, 175, 246, 0) 4px,
			#8aaff6 4px, #8aaff6 5px,
			rgba(138, 175, 246, 0) 5px, rgba(138, 175, 246, 0) 6px,
			#8aaff6 6px, #8aaff6 7px,
			rgba(138, 175, 246, 0) 7px, rgba(138, 175, 246, 0) 8px
	);
}
.baron._winxp._dragging .baron__bar,
.baron._winxp .baron__bar:hover{background-image:linear-gradient(to right, #d9e7ff, #cadcff);}

/* Ubuntu */
.baron._ubuntu12 .baron__scroller{padding-right:14px;}
.baron._ubuntu12 .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:0;
	bottom:0;
	right:0;
	width:14px;
	box-sizing:border-box;
	border:1px solid #c5c1bd;
	border-radius:7px;
	background-image:linear-gradient(to right, #d3d3d3, #e5e5e5);
}
.baron._ubuntu12._scrollbar .baron__track{opacity:1;}
.baron._ubuntu12 .baron__bar{
	position:absolute;
	z-index:1;
	width:12px;
	box-sizing:border-box;
	border:1px solid #fff;
	border-radius:6px;
	background-image:linear-gradient(to right, #fcfbfb, #eeeceb);
	opacity:1;
	pointer-events:auto;
	box-shadow:0 0 1px #d6d3d0;
}
.baron._ubuntu12 .baron__bar:hover,
.baron._ubuntu12._dragging .baron__bar{
	background-image:linear-gradient(to right, #e96d3a, #f58050);
	border-color:#e1632f;
}
.baron._dragging .baron__bar{/*opacity: 1;*/}
.baron._ubuntu12 .baron__bar:hover,
._scrolling .baron__bar{}

/* End */


/* Start:/bitrix/templates/s3/components/api/search.title/search/styles.css?17199151679438*/
.api-search-title *{ -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important; box-sizing:border-box !important; }
.api-search-title{ position:relative }
.api-search-title .api-tag{ background-color:#e8c4ff; }
.api-search-title .api-search-icon{ min-width:40px; height:18px; font-size:13px; display:block; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABH0lEQVR4nJ3SvyvFYRTH8deVkkJ3UUZJIbJ8bzJjMtyMym6w2Njs/gCDP0AGCyWjxYDF5GdJYpS6xaIUw/d8771dT7qc+vZ8vs95zvuc5zmnlGWZsG6sYBGjsXeNHWzjQ8JKARjCEUZSh3CJeTy3OjoicxF8hwX0oi/0HSZwiK4UYKUpeBoHeMdb6OnwTWI5BVgMvYZaovwa1kMvpQBjoY8TwVp84ylAO/YV62cKcBt65hfAbKwPKcBu6E2UE8Hl8MF+CrCFG/nwnKKKnviqONOYj6NWQDFIg/I+/3ikFnuUX6d+lY4mR4ZVnMvnoIYLbKCCp0h0otG5egXt2HAED+BFPmAP7bYR7jGHV/RjCjr/AICryFzB3n8ARSX3xc83qRk4q9rDNWcAAAAASUVORK5CYII=) center center no-repeat }
.api-search-title .api-search-fields{ display:table; border-collapse:collapse; border-spacing:0; width:100%; position:relative; }
.api-search-title .api-search-fields > *{ display:table-cell; vertical-align:top; }
.api-search-title .api-search-fields .api-query{ width:100%; position:relative }
.api-search-title .api-search-input,
.api-search-title .api-search-button button{ /*border:1px solid #ccc; background:#fff; padding:0 12px; height:36px; margin:0; color:#444; font-size:14px;*/ }
.api-search-title .api-search-input{
	display:block;
	/*width:100%;
	-webkit-border-radius:3px 0 0 3px; -moz-border-radius:3px 0 0 3px; border-radius:3px 0 0 3px;
	-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.05) inset; -moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.05) inset; box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.05) inset;
	-webkit-transition:border-color 0.1s ease 0s; -moz-transition:border-color 0.1s ease 0s; -ms-transition:border-color 0.1s ease 0s; -o-transition:border-color 0.1s ease 0s; transition:border-color 0.1s ease 0s;
*/
}
.api-search-title .api-search-input:hover{ border-color:#bdbdbd; }
.api-search-title .api-search-input:focus{ border-color:#888; outline:0 none; color:#000 }
.api-search-title .api-search-input::-ms-clear{display:none;width:0;height: 0;}
.api-search-title .api-search-button button{
	display:inline-block; text-align:center; cursor:pointer; white-space:nowrap; border-left:0 none;
	-webkit-border-radius:0 3px 3px 0; -moz-border-radius:0 3px 3px 0; border-radius:0 3px 3px 0;
}
.api-search-title button:focus,
.api-search-title button:hover{ color:#333; background-color:#e6e6e6; border-color:#adadad }
.api-search-title button:active{ outline:0; background-image:none; -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125) }
/*---------- .baron ----------*/
.api-search-title .baron__root{
	position:absolute;top:100%;left:0;z-index:1000;width:100%;min-width:160px;visibility:hidden;
	-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.176); -moz-box-shadow:0 6px 12px rgba(0, 0, 0, 0.176); box-shadow:0 6px 12px rgba(0, 0, 0, 0.176);
	-webkit-background-clip:padding-box; -moz-background-clip:padding-box; background-clip:padding-box;
}
/*---------- .api-search-result ----------*/
.api-search-title .api-search-result{background-color:#fff;-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;}
.api-search-title .api-search-result,
.api-search-title .api-search-result a{ font-weight:600; font-size:13px; line-height:16px; color:#333; text-decoration:none; }
.api-search-title .api-search-result .api-category-list{margin:2px 0 0;border:1px solid  #CCCCCC;border-top:0;}
.api-search-title .api-search-result .api-category-title{display:block;color:#17639f; background:#ecf5fc; cursor:default; border-top:1px solid #CCCCCC;padding:5px 10px;}
.api-search-title .api-search-result .api-item,
.api-search-title .api-search-result .api-not-found{display:block; padding:8px 20px 8px 10px; background:#fff;color:#f00;border-top: 1px solid #CCCCCC;}
.api-search-title .api-search-result .api-item:hover,
.api-search-title .api-search-result .api-result-url a:hover,
.api-search-title .api-search-result .api-item-active{background:#ebebeb; color:#333;}/* #e8f1ff */
.api-search-title .api-search-result .api-result-url a{display:block; padding:10px; background:#f8f8f8;text-align:center;font-size:16px;font-weight:normal;color:#000;border-top:1px solid #f8f8f8;border-bottom:1px solid #f8f8f8;}
.api-search-title .api-search-result .api-result-url a:hover{ color:#059 }
.api-search-title .api-search-result .api-result-url{border-top:1px solid #CCCCCC;}
.api-search-title .api-search-result .api-item-link{ display:block; overflow:hidden;}
.api-search-title .api-search-result .api-item-link > *{ display:block; }
.api-search-title .api-search-result .api-item-picture{float:left;}
.api-search-title .api-search-result .api-item-picture img{max-width: 100%;height: auto;border: 0;vertical-align: middle;}
.api-search-title .api-search-result .api-item-info > *{ display:block }
.api-search-title .api-search-result .api-item-info > span + span{ margin-top:3px }
.api-search-title .api-search-result .api-item-name{white-space: nowrap;overflow: hidden;-ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.api-search-title .api-search-result .api-item-prices{float:right;}
.api-search-title .api-search-result .api-item-prices > *{display:inline-block}
.api-search-title .api-search-result .api-item-price{font-weight: bold;font-size: 12px;padding: 0 5px;border: 1px solid #000;background:#fff;-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.api-search-title .api-search-result .api-item-discount{ color:#f00; text-decoration:line-through; margin-left:7px; vertical-align:bottom }
.api-search-title .api-search-result .api-item-props{ color:#305d8c; display:block; font-size:12px; }
.api-search-title .api-search-result .api-item-prop{ display:block }
.api-search-title .api-search-result .api-item-prop-value{ font-weight:normal }
.api-search-title .api-search-result .api-item-prop-name:after{ content:":"; }
.api-search-title .api-ajax-icon{ position:absolute; top:50%; margin-top:-10px; right:10px; background:url("/bitrix/templates/s3/components/api/search.title/search/images/load.gif") no-repeat 50% 50%; display:none; width:20px; height:20px; }
.api-search-title .api-clear-icon{display:none;width:16px;height:16px;position:absolute;top:50%;margin-top:-8px;right:12px;cursor:pointer;opacity:.25;	-webkit-user-select:none;	-moz-user-select:none;	-ms-user-select:none;	user-select:none;	-webkit-border-radius:50%;	-moz-border-radius:50%;	border-radius:50%;	background:url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQzOC41MzMgNDM4LjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUzMyA0MzguNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwOS4xMzMsMTA5LjIwM2MtMTkuNjA4LTMzLjU5Mi00Ni4yMDUtNjAuMTg5LTc5Ljc5OC03OS43OTZDMjk1LjczNiw5LjgwMSwyNTkuMDU4LDAsMjE5LjI3MywwICAgYy0zOS43ODEsMC03Ni40Nyw5LjgwMS0xMTAuMDYzLDI5LjQwN2MtMzMuNTk1LDE5LjYwNC02MC4xOTIsNDYuMjAxLTc5LjgsNzkuNzk2QzkuODAxLDE0Mi44LDAsMTc5LjQ4OSwwLDIxOS4yNjcgICBjMCwzOS43OCw5LjgwNCw3Ni40NjMsMjkuNDA3LDExMC4wNjJjMTkuNjA3LDMzLjU5Miw0Ni4yMDQsNjAuMTg5LDc5Ljc5OSw3OS43OThjMzMuNTk3LDE5LjYwNSw3MC4yODMsMjkuNDA3LDExMC4wNjMsMjkuNDA3ICAgczc2LjQ3LTkuODAyLDExMC4wNjUtMjkuNDA3YzMzLjU5My0xOS42MDIsNjAuMTg5LTQ2LjIwNiw3OS43OTUtNzkuNzk4YzE5LjYwMy0zMy41OTYsMjkuNDAzLTcwLjI4NCwyOS40MDMtMTEwLjA2MiAgIEM0MzguNTMzLDE3OS40ODUsNDI4LjczMiwxNDIuNzk1LDQwOS4xMzMsMTA5LjIwM3ogTTMyMi42MjEsMjcwLjkzOWMzLjYxNywzLjYxMyw1LjQyOCw3LjkwNSw1LjQyOCwxMi44NTQgICBjMCw1LjEzMy0xLjgxMSw5LjUxNC01LjQyOCwxMy4xMjdsLTI1LjY5MywyNS43MDFjLTMuNjE0LDMuNjEzLTcuOTk0LDUuNDItMTMuMTM1LDUuNDJjLTQuOTQ4LDAtOS4yMzYtMS44MDctMTIuODQ3LTUuNDIgICBsLTUxLjY3Ni01MS42ODJsLTUxLjY3OCw1MS42ODJjLTMuNjE2LDMuNjEzLTcuODk4LDUuNDItMTIuODQ3LDUuNDJjLTUuMTQsMC05LjUxNy0xLjgwNy0xMy4xMzQtNS40MmwtMjUuNjk3LTI1LjcwMSAgIGMtMy42MTYtMy42MTMtNS40MjQtNy45OTQtNS40MjQtMTMuMTI3YzAtNC45NDgsMS44MDktOS4yNCw1LjQyNC0xMi44NTRsNTEuNjc4LTUxLjY3M2wtNTEuNjc4LTUxLjY3OCAgIGMtMy42MTYtMy42MTItNS40MjQtNy44OTgtNS40MjQtMTIuODQ3YzAtNS4xNCwxLjgwOS05LjUxNyw1LjQyNC0xMy4xMzRsMjUuNjk3LTI1LjY5M2MzLjYxNy0zLjYxNiw3Ljk5NC01LjQyNCwxMy4xMzQtNS40MjQgICBjNC45NDksMCw5LjIzMSwxLjgwOSwxMi44NDcsNS40MjRsNTEuNjc4LDUxLjY3NGw1MS42NzYtNTEuNjc0YzMuNjEtMy42MTYsNy44OTgtNS40MjQsMTIuODQ3LTUuNDI0ICAgYzUuMTQxLDAsOS41MjEsMS44MDksMTMuMTM1LDUuNDI0bDI1LjY5MywyNS42OTNjMy42MTcsMy42MTcsNS40MjgsNy45OTQsNS40MjgsMTMuMTM0YzAsNC45NDgtMS44MTEsOS4yMzUtNS40MjgsMTIuODQ3ICAgbC01MS42NzUsNTEuNjc4TDMyMi42MjEsMjcwLjkzOXoiIGZpbGw9IiM1NTU1NTUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat scroll 50% transparent;}
.api-search-title .api-clear-icon:hover{opacity:.4;}
/* Responsive Js */
.api-search-title.api-width-mini .api-search-result .api-item-prices{float:none}
/* Responsive @media */
@media screen and (max-width: 480px){
	.api-search-title .api-search-result .api-item-prices{float:none}
}


/* End */


/* Start:/bitrix/templates/s3/components/bitrix/menu/menu_osn1/style.min.css?1719915167490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/s3/components/bitrix/menu/menu_osn1/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/s3/components/bitrix/menu/f_menu/style.min.css?1719915167490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/s3/components/bitrix/menu/f_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/s3/styles.css?17199151664603*/
.widget .item:before {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff5e00;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
}
.icon-call:before {
  content: "\e90f";
}
.icon-calculator:before {
  content: "\e910";
}
.icon-telegram:before ,.icon-tlg:before {
  content: "\e911";
}
.icon-viber:before {
  content: "\e912";
}
.icon-whatsapp:before {
  content: "\e913";
}
.widget .item:before {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff5e00;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
}
.icon-call:before {
  content: "\e90f";
}
.icon-calculator:before {
  content: "\e910";
}
.icon-telegram:before {
  content: "\e911";
}
.icon-viber:before {
  content: "\e912";
}
.icon-whatsapp:before {
  content: "\e913";
}

.icon-search:before {
    content: "\e908";
}
  .bt-menu {
    position: relative;
    z-index: 10;
    cursor: pointer;
    width: 24px;
    height: 17px;
    align-items: center;
    display: flex;
    margin-left: 24px;
}.bt-menu span:before, .bt-menu span:after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    transition: .3s;
}.bt-menu span:after {
    top: calc(100% - 3px);
}
@media (max-width:768px){
	.categorie__name{
		font-size:12px!important;
		line-height:1!important;
	}
}
@media (min-width: 1200px){
.d-xl-none {
    display: none !important;
}}
  .bt-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    transition: .3s;
}
  .widget .icon-telegram:before,.widget .icon-tlg:before {
  background: #217DD9;
}
.icon-telegram:before ,.icon-tlg:before {
  content: "\e911";
}
.advantage-block {
    position: relative;
    z-index: 2;
    padding: 20px 0 0;
    margin-bottom: 100px;
}
.module-list {
    margin-left: -8px;
    margin-right: -8px;
}
.advantage-item {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: all 300ms ease;
    padding: 20px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 120%;
    transition: all 200ms ease;
}
.advantage-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    z-index: -1;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(17, 77, 41, 0.1);
    transition: all 200ms ease;
}
.advantage-item p{
  margin-top: 25px;
}
.advantage-item svg ,.advantage-item img{
    width: 60px;
    height: 60px;
    fill: #00AF51 !important;
}
.advantage-block .module-list [class^="col-"] {
    display: flex;
    margin-top: 30px;
    padding: 0 8px;
}
  .widget .icon-telegram:before,.widget .icon-tlg:before {
  background: #217DD9;
}
.icon-telegram:before ,.icon-tlg:before,.icon-whatsapp:before,.icon-search:before{
    font-family: 'icomoon' !important;

}
@font-face {
    font-family: 'icomoon';
    src:  url('/bitrix/templates/s3/bitrix/templates/s3/css/fonts/icomoon.eot?q5w0zr');
    src:  url('/bitrix/templates/s3/bitrix/templates/s3/css/fonts/icomoon.eot?q5w0zr#iefix') format('embedded-opentype'),
        url('/bitrix/templates/s3/bitrix/templates/s3/css/fonts/icomoon.ttf?q5w0zr') format('truetype'),
        url('/bitrix/templates/s3/bitrix/templates/s3/css/fonts/icomoon.woff?q5w0zr') format('woff'),
        url('/bitrix/templates/s3/bitrix/templates/s3/css/fonts/icomoon.svg?q5w0zr#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.icon-telegram:before ,.icon-tlg:before {
  content: "\e911";
}

@media (min-width: 768px) {
.advantage-item {
  padding: 40px 25px;
  font-size: 16px;
}
.advantage-item svg ,.advantage-item img{
  width: 80px;
  height: 80px;
}
.service-item .price {
  line-height: 40px;
  min-width: 105px;
  padding: 0 10px;
  font-size: 18px;
}
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {

    


    .advantage-item:hover {
        color: #fff;
        cursor: default;
    }
    .advantage-item:hover:before {
        background: #00AF51;
        width: 105%;
        height: 105%;
    }
    .advantage-item:hover svg {
        fill: #fff !important;
    }


}
.popular + .advantage-block{
  display: none;
}

.cat_list li{
margin-bottom:10px;
}
.cat_list li a{
text-decoration:none;
  display: block;
  padding: 15px 18px;
  background: #efefef;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* End */


/* Start:/bitrix/templates/s3/template_styles.css?171991516614948*/
.brand__name {
    color: #1b1b1b;
    text-align: center;
    font-size: 14px;
}
.news__img img{
object-fit: cover;
}
.card-product__content::after{
left:0
}
.bx_sitemap{
	margin:0 0 20px 0;
	padding:0;
}
.bx_sitemap ul, .kombox-filter-choice ul{
	margin:0;
	padding:0;
}
.bx_sitemap li{
	display:inline-block;
	margin-right:20px!important;
}
.bx_sitemap li:hover{

}
.bx_sitemap li a{
	color:#333!important;
	display:block;
	padding:5px 10px!important;
	border-radius:3px;
	background:#e9e9e9;
}
.bx_sitemap li a:hover{
	background:#E56020;
	color:#fff!important;
}
.catalog__filters{
	margin-bottom:20px;
}
.bx_sitemap .bx_sitemap_li_title{
	margin-bottom:0!important;
}
.kombox-filter-choice-count{
	background:#E56020;
}
.page .catalog{
padding-left:0;
}
.brand{
	min-width:auto!important;
}

.cart-block {
    position: relative;
    margin-top: 20px;
}
.order-summary {
    background: #fff;
    padding: 35px 30px;
}
.order-summary.is_stuck {
    top: 50px !important;
}
.order-summary .label {
    font-size: 20px;
}
.order-summary .sum {
    margin-top: 20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
.order-summary .bt {
    margin-top: 30px;
}






.cart-list {
    border-bottom: 1px solid #BDBCBC;
}
.cart-item {
    padding: 20px 0;
    border-top: 1px solid #BDBCBC;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.cart-item .img {
    width: 35%;
}
.cart-item .content {
    width: 65%;
    padding-left: 20px;
}
.cart-item .price {
    margin-top: 24px;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
}
.cart-item .title {
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
}
.cart-item p {
    margin: 0;
    color: #525252;
}
.cart-item .delete {
    margin: 28px 0 0 auto;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #525252;
    background: transparent
}


.cart-block {
    position: relative;
    margin-top: 20px;
}
.order-summary {
    background: #fff;
    padding: 35px 30px;
}
.order-summary.is_stuck {
    top: 50px !important;
}
.order-summary .label {
    font-size: 20px;
}
.order-summary .sum {
    margin-top: 20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
.order-summary .bt {
    margin-top: 30px;
}






.cart-list {
    border-bottom: 1px solid #BDBCBC;
}
.cart-item {
    padding: 20px 0;
    border-top: 1px solid #BDBCBC;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.cart-item .img {
    width: 35%;
}
.cart-item .content {
    width: 65%;
    padding-left: 20px;
}
.cart-item .price {
    margin-top: 24px;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
}
.cart-item .title {
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
}
.cart-item p {
    margin: 0;
    color: #525252;
}
.cart-item .delete {
    margin: 28px 0 0 auto;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #525252;
    background: transparent
}


.cart-aside {
    margin-top: 40px;
}




.widget {
	position: fixed;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
display:block!important;
}
.widget .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 50px;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px rgba(17, 77, 41, 0.1);
	border-radius: 5px;
}
.widget .item + .item {
	margin-top: 5px;
}
.widget .item .text {
	display: none;
}
.widget .item.icon-vk:before {
	background: #07f;
}
.widget .item:before {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ff5e00;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	font-size: 15px;
	color: #fff;
}

.widget .icon-viber:before {
	background: #8A5FCC;
}
.widget .icon-whatsapp:before {
	font-size: 24px;
	background: #62BC78;
}
.widget .icon-telegram:before {
	background: #217DD9;
}
.cart-content {
	width: 100%;
	padding-right: 70px;
}
.cart-aside {
	width: 300px;
	min-width: 300px;
	margin: 0;
}

.form-item, .form-group {
    position: relative;
    margin-top: 30px;
}
.form-item .label {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
}
.form-item input, .form-control{
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #BDBCBC;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 18px!important;
    color: #000;
}
.form-item textarea {
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #BDBCBC!important;
    padding: 0 20px;
    border-radius: 5px!important;
    font-size: 16px;
    color: #000;
}

.checkbox-item {
	position: relative;
	margin-top: 20px;
	line-height: 25px;
	font-size: 12px;
	color: #525252;
}
.checkbox-item label {
	position: relative;
	display: inline-block;
	padding-left: 35px;
}
.checkbox-item a {
	text-decoration: underline;
	position: relative;
	z-index: 10;
}
.checkbox-item input {
}
.checkbox-custom {
	position: absolute;
	left: 0; top: 0;
	display: none;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	width: 25px;
	height: 25px;
	border: 1px solid #BDBCBC;
	padding-bottom: 4px;
	border-radius: 3px;
}
.checkbox-custom:before {
	content: '';
	display: block;
	transition: .3s;
	opacity: 0;
	box-sizing: border-box;
	width: 7px; height: 14px;
	border-bottom: solid 3px #114D29;
	border-right: solid 3px #114D29;
	transform: rotate(45deg);
}
.bbg{
background-size:cover!important;
}

.slick-slide img{
width:100%;
border-radius:10px;
}
.slick-dots{
margin:0;
padding:0;
text-align:center;
}
.slick-dots li{
display:inline-block;
margin:0 5px;
overflow:hidden;
width:30px;
}
.slick-dots li button{
display:block;
text-indent:-9999px;
border-radius:6px;
height:4px;
width:100%;
border:0;
background:#e5e5e5
}
.slick-dots li.slick-active button{
background:#E56020;
}
.slick-arrow{
display:none!important;
}


.widget {
	position: fixed;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
display:block;
}
.widget .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 50px;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px rgba(17, 77, 41, 0.1);
	border-radius: 5px;
}
.widget .item + .item {
	margin-top: 5px;
}
.widget .item .text {
	display: none;
}
.widget .item.icon-vk:before {
	background: #07f;
}
.widget .item:before {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00AF51;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	font-size: 15px;
	color: #fff;
}

.widget .icon-viber:before {
	background: #8A5FCC;
}
.widget .icon-whatsapp:before {
	font-size: 24px;
	background: #62BC78;
}
.widget .icon-telegram:before {
	background: #217DD9;
}


.modal {
	position: relative;
	margin: 0 auto;
	max-width: 530px;
	background: #F3F6F5;
	padding: 60px 30px;
}
.modal .title, .form_title {
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	text-align: center;
}
.modal .subtitle {
	margin-top: 10px;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	color: #525252;
}
.modal button.bt, .form-group .btn {
	margin-top: 30px;
	width: 100%;
}
.modal a.bt, .form-group .btn {
	margin-top: 20px;
	width: 100%;
}
.catalog__descs {
  padding: 20px;
  border: 2px solid #e3e3e3;
  background: #fff;
  margin-top: 20px;
}
.catalog__descs {
  margin-bottom: 5rem;
}
.catalog__descs ul li{
list-style:disc;
}

.card-block__right {
	margin: 40px -15px 0;
	padding: 15px;
	background: #fff;
}
.page .card-block__right H1 {
	margin: 0;
}


.option-box {
	margin-top: 15px;
}
.option-box .h4 {
	font-size: 12px;
	font-weight: 500;
}
.option-color {
	position: relative;
	margin-top: 20px;
}
.option-color input {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
}
.option-color .value {
	height: 80px;
}
.option-color input:checked + .value:before {
	opacity: 1;
}


.option-item {
	position: relative;
	margin-top: 5px;
}
.option-item input {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
}
.option-item .value {
	padding: 5px 10px;
	border: 2px solid red;
	border-radius: 5px;
	font-weight: 600;
	font-size: 12px;
	line-height: 120%;
	font-family: 'Futura PT';
	text-align: center;
	color: #000000;
}
.option-item input:checked + .value {
	background: red;
	color: #fff;
}



.option-place {
	position: relative;
	margin-top: 20px;
}
.option-place input {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
}
.option-place .img {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 120px;
}
.option-place .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.option-place .label {
	margin-top: 10px;
}



.quantity-box {
	margin-top: 30px;
}
.quantity-box .label {
	font-size: 20px;
	line-height: 23px;
	font-family: 'Roboto', sans-serif;
}
.quantity-box .field {
	margin: 15px 15px 0 0;
	width: 200px;
}
.quantity-box .field input {
	width: 100%;
	height: 52px;
	background: #FFFFFF;
	border: 1px solid #BDBCBC;
	padding: 0 20px;
	border-radius: 5px;
	font-size: 16px;
	color: #000;
}
.quantity-box .text {
	margin-top: 15px;
}


.upload-file {
	position: relative;
	margin-top: 30px;
}
.upload-file input {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
}
.upload-file .bt {
	display: flex;
	align-items: center;
	justify-content: center;
}
.hint-text {
	margin-top: 15px;
}
.hint-text a {
	text-decoration: underline;
	color: red;
}


.summary-box {
	margin-top: 30px;
	background: #F3F6F5;
	padding: 20px 15px;
}
.summary-box .total {
	margin: 0 auto 30px 0;
}
.summary-box .total .label {
	margin-right: 20px;
	font-size: 20px;
	line-height: 32px;
        color: #000;
}
.summary-box .total .sum {
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
}
.summary-box .total .caption {
	margin-top: 5px;
	color: #525252;
}
.summary-box .bt + .bt {
	margin-top: 10px;
}
.info-item {
	position: relative;
	margin-top: 40px;
	padding: 4px 0 0 66px;
	min-height: 44px;
	font-size: 16px;
	color: #525252;
}
.info-item + .info-item {
	margin-top: 20px;
}
.info-item:before {
	font-size: 44px;
	position: absolute;
	left: 0;
	top: 0;
}


.preview-page {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 58px 0;
}
.preview-page .title {
	word-wrap: break-word;
	font-weight: bold;
	font-size: 42px;
	line-height: 120%;
	text-transform: uppercase;
        color:#333;
}


.big-slider:not(.slick-slider) a:not(:first-child) {
    display: none;
}
.big-slider a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.big-slider img {
    width: 100%;
}
.video-popup:before {
    font-family: 'icomoon';
    content: "\e90e";
    background: #E6112D;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 34px;
}


.thumbnail-slider {
    position: relative;
    overflow: hidden;
    margin: 20px -6px 0;
    display: flex;
    padding-bottom: 42px;
}
.thumbnail-slider .item {
    position: relative;
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 89px;
}
.thumbnail-slider .item img {
    width: 100%;
    height: 100%;
}
.thumbnail-slider .item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid red;
    box-shadow: 0px 0px 20px rgba(96, 184, 0, 0.3);
    opacity: 0;
    transition: all 300ms ease;
}
.thumbnail-slider .slick-current:before {
    opacity: 1;
}
.thumbnail-slider .slick-dots li:not(.slick-active) {
    background: #525252;
}


.tabs {
    position: relative;
    z-index: 2;
    overflow: auto;
    padding: 30px 0 20px;
    font-family: 'Futura PT';
    display: flex;
}
.tabs ul {
    position: relative;
    padding:0;
    margin:0;
}
.tabs ul:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid red;
    border-radius: 5px;
    z-index: -1;
}
.tabs a {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    white-space: nowrap;
    border-radius: 5px;
}
.tabs a.active {
    padding: 0 20px;
    background: red;
    color: #fff;
}
.tab-content {
    margin-top: 30px;
}
.tab-content p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 120%;
    color: #525252;
}
.tab-content > *:first-child {
    margin-top: 0;
}
.tab-content H4 + .info-item {
    margin-top: 20px;
}
.tab-content .bt {
    margin-top: 15px;
    display: inline-flex;
}
.tab-content img {
    margin-top: 15px;
}
.table {
    padding: 30px 0;
    overflow: auto;
}
table {
    min-width: 500px;
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 20px;
}
table td {
    border: 1px solid #BDBCBC;
    border-left-width: 0;
    padding: 20px;
    width: 50%;
}
table td:first-child {
    color: #525252;
    border-left-width: 1px;
}
table tr:nth-child(odd) td {
    background: #fff;
}

@media (min-width: 1200px){
  .card-block__right {
      /* margin-top: 80px; */
      width: 630px;
      padding: 30px;
      margin-top: 0!important;
  }
}
@media (min-width: 768px){
  .card-block__right {
      margin: 40px 0 0;
      padding: 20px;
  }
}
.catalog__descs{
  padding:20px;
  border:2px solid #e3e3e3;
  background:#fff;
  margin-top:20px;
}
.b-block--second ul,.b-block--second ul li{
  list-style: circle;
}
.fotorama__wrap--slide .fotorama__stage__frame{
  background:#fff;
  border-radius:10px;
  padding:10px;
}
.card-block__right{
  border-radius:10px;
}
.rsm_option.selected::after{
  display: none;
}
/*banner*/
.banner .fur-tag-list{
background: #EAEDEF;
border-radius: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 26px 26px 16px 26px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 30px;
width: 100%;
}
.banner .fur-tag-list li{
  margin-right: 15px;
  margin-bottom: 10px;
}
.banner .fur-tag-list li a{
display: inline-block;
padding: 5px 18px;
background: #FFFFFF;
border-radius: 100px;
font-size: 12px;
line-height: 14px;
color: #000000;
text-decoration: none;
-webkit-transition: 0.2s;
transition: 0.2s;
}
/* End */
/* /bitrix/templates/s3/components/api/search.title/search/css/baron.min.css?17199151675622 */
/* /bitrix/templates/s3/components/api/search.title/search/styles.css?17199151679438 */
/* /bitrix/templates/s3/components/bitrix/menu/menu_osn1/style.min.css?1719915167490 */
/* /bitrix/templates/s3/components/bitrix/menu/f_menu/style.min.css?1719915167490 */
/* /bitrix/templates/s3/styles.css?17199151664603 */
/* /bitrix/templates/s3/template_styles.css?171991516614948 */
