

/* Start:/bitrix/templates/shell_custom/js/fancybox2/jquery.fancybox.css?15284052004203*/
/*! 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-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

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

.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-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/shell_custom/js/fancybox2/fancybox_sprite.png');
}
.fancybox-close { background: url(/bitrix/templates/shell_custom/js/fancybox2/../../images/popup_close.png) no-repeat 50% 50%; }

#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('/bitrix/templates/shell_custom/js/fancybox2/fancybox_loading.gif') center center no-repeat;
}

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

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/shell_custom/js/fancybox2/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('/bitrix/templates/shell_custom/js/fancybox2/fancybox_overlay.png');
}

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

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

/* Title helper */

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

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

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

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

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

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

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


/* Start:/bitrix/templates/shell_custom/js/fancybox2/helpers/jquery.fancybox-thumbs.css?1528405200717*/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

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

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

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

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

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

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

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

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


/* Start:/bitrix/templates/shell_custom/css/jquery.sigma.css?15284052004170*/
.popup-wrap {position:absolute;outline:none;display:none;}
.popup-win {position:relative;width:100%;height:100%;}
.popup-win .popup-win-content {outline:none;}
.popup-win .popup-win-close {position:absolute;z-index:1002;display:block;}
.popup-win .popup-win-arrow {position:absolute;z-index:1002;}
.popup-win .popup-bg {position:absolute;padding:0;margin:0;border:0;z-index:1001;background-position: 0 0;}

.pretty-win {}
.pretty-win .popup-win { background:#f9f9f9; -moz-box-shadow: 0px 5px 8px #666; -webkit-box-shadow: 0px 5px 8px #666; box-shadow: 0px 5px 8px #666; border: 1px solid #dfe2e9; }
.pretty-win .popup-win-content { padding: 6px 10px; line-height:20px;  }
.pretty-win .popup-bg { display: none; }
/*
.pretty-win .popup-bg-n {left:0;width:100%;top:-10px;background-image:url(/bitrix/templates/shell_custom/css/../images/mini-win/f_top.png);}
.pretty-win .popup-bg-ne {top:-10px;right:-10px;background-image:url(/bitrix/templates/shell_custom/css/../images/mini-win/f_r_ang.png);}
.pretty-win .popup-bg-e {top:0;height: 100%;right:-10px;background-image: url(/bitrix/templates/shell_custom/css/../images/mini-win/f_right.png);}
.pretty-win .popup-bg-se {bottom:-10px;right:-10px;background-image:url(/bitrix/templates/shell_custom/css/../images/mini-win/f_rd_ang.png);}
.pretty-win .popup-bg-s {left:0;width:100%;bottom:-10px;background-image:url(/bitrix/templates/shell_custom/css/../images/mini-win/f_down.png);}
.pretty-win .popup-bg-sw {bottom:-10px;left:-10px;background-image:url(/bitrix/templates/shell_custom/css/../images/mini-win/f_ld_ang.png);}
.pretty-win .popup-bg-w {top:0;height:100%;left:-10px;background-image:url(/bitrix/templates/shell_custom/css/../images/mini-win/f_left.png);}
.pretty-win .popup-bg-nw {top:-10px;left:-10px;background-image:url(/bitrix/templates/shell_custom/css/../images/mini-win/f_l_ang.png);}
*/
.pretty-win .popup-win-close { top:4px; right: 4px; width: 12px; height: 12px; background:url(/bitrix/templates/shell_custom/css/../images/popup-win/popup_close.png) no-repeat 50% 50%; }
.pretty-win .popup-win-close:hover { background: url(/bitrix/templates/shell_custom/css/../images/popup-win/popup_close-active.png) no-repeat 50% 50%; }
.pretty-win .popup-win-arrow {width:25px;height:25px;}
.pretty-win .arrow-top {top:-25px;background:url(/bitrix/templates/shell_custom/css/../images/popup-win/triangle_top.png) no-repeat 50% 100%;}
.pretty-win .arrow-right {right:-25px;background:url(/bitrix/templates/shell_custom/css/../images/popup-win/triangle_right.png) no-repeat 0% 50%;}
.pretty-win .arrow-bottom {bottom:-25px;background:url(/bitrix/templates/shell_custom/css/../images/popup-win/triangle_bottom.png) no-repeat 50% 0%;}
.pretty-win .arrow-left {left:-25px;background:url(/bitrix/templates/shell_custom/css/../images/popup-win/triangle_left.png) no-repeat 100% 50%;}
.pretty-win ul { padding: 5px 0px 5px 25px; margin: 0px; }
.pretty-win ul li { padding: 3px 0px; }


body.pager-no-scroll { overflow: hidden; } 
.popup-item-layout { background: none repeat scroll 0 0 #000; opacity: 0.6; position: fixed;    right: 0; top: 0; z-index: 5000; bottom: 0; left: 0; }
.popup-item-wrap { bottom: 0; left: 0; overflow: auto; position: fixed; right: 0; text-align: center; top: 0;   z-index: 5001; cursor: pointer; }
.popup-item-outer { background-color: #ffffff; margin: 0 auto; text-align: left; position: relative; color: #fff; font-family: 'RobotoMedium', tahoma; font-size: 22px; }
.popup-item-outer div { font-size: 18px; }
.popup-item-inner { padding: 20px; cursor: auto; }
.popup-item-outer .popup-item-exit { position: absolute; top: 5px; right: 5px; width: 37px; height: 37px; cursor: pointer; background: url(/bitrix/templates/shell_custom/css/../images/close.png) no-repeat 50% 50%; }
.popup-item-outer .popup-bg { background-position: 0 0; border: 0 none; margin: 0; padding: 0; position: absolute; z-index: 1001; display: none; }
.popup-item-outer .popup-bg-n { background-repeat: repeat-x; }
.popup-item-outer .popup-bg-e { background-repeat: repeat-y; }
.popup-item-outer .popup-bg-w { background-repeat: repeat-y; }
.popup-item-outer .popup-bg-s { background-repeat: repeat-x; }

.popup-item-outer .input-text { font-size: 18px; background: #fff; padding: 10px; color: #000; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; }
.popup-item-outer .input-field .input-req { font-size: 22px; top: 12px; right: -10px; display: none; }
.popup-item-outer .button-submit { text-align: center; width: 100%; }

.ll-loading {  }
.ll-loading table { border-spacing: 0; border-collapse: collapse; }
.ll-loading td { padding: 0; margin: 0; text-align: center; vertical-align: middle; }
/* End */


/* Start:/bitrix/templates/shell_custom/css/mmenu.min.css?175931721528652*/
@charset "UTF-8";/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-lineheight:22px}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu *,.mm-menu :after,.mm-menu :before{-webkit-transition-property:none;-o-transition-property:none;transition-property:none;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}:root{--mm-blocker-visibility-delay:0.4s;--mm-blocker-opacity-delay:0s}.mm-blocker{display:block;position:absolute;bottom:100%;top:0;right:0;left:0;z-index:3;opacity:0;background:var(--mm-color-background);-webkit-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;-o-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease,-webkit-transform .4s ease}.mm-blocker:focus-visible{opacity:.75}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:50px;padding:0}.mm-btn--next,[dir=rtl] .mm-btn--prev{--mm-btn-rotate:135deg}.mm-btn--prev,[dir=rtl] .mm-btn--next{--mm-btn-rotate:-45deg}.mm-btn--next:after,.mm-btn--prev:before{content:"";display:block;position:absolute;top:0;bottom:0;width:8px;height:8px;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid var(--mm-color-icon);border-bottom:none;border-right:none;-webkit-transform:rotate(var(--mm-btn-rotate));-ms-transform:rotate(var(--mm-btn-rotate));transform:rotate(var(--mm-btn-rotate))}.mm-btn--prev:before{inset-inline-start:23px}.mm-btn--next:after{inset-inline-end:23px}.mm-btn--close:before{content:"×";font-size:150%}.mm-btnreset{padding:0;background:0 0;border:none;cursor:pointer}.mm-divider{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:-webkit-sticky;position:sticky;z-index:2;top:0;min-height:var(--mm-lineheight);padding:calc((var(--mm-listitem-size) * .65 - var(--mm-lineheight)) * .5) 20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);background-image:-webkit-gradient(linear,left top,left bottom,from(var(--mm-color-background-highlight)),to(var(--mm-color-background-highlight)));background-image:-o-linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));background-image:linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));opacity:1;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}:root{--mm-listitem-size:50px}.mm-listitem{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding:0;margin:0;color:var(--mm-color-text);border-color:var(--mm-color-border)}.mm-listitem:after{content:"";border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;inset-inline-start:20px;inset-inline-end:0;bottom:0}.mm-listitem__btn,.mm-listitem__text{padding:calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0}.mm-listitem__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%;display:block;padding-left:20px;padding-right:20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-listitem__btn{display:block;position:relative;width:auto;-webkit-padding-end:50px;padding-inline-end:50px;border-color:inherit;background:rgba(3,2,1,0)}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem--selected>.mm-listitem__text{background:var(--mm-color-background-emphasis)}.mm-listitem--opened>.mm-listitem__btn,.mm-listitem--opened>.mm-panel{background:var(--mm-color-background-highlight)}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;-ms-scroll-chaining:none;overscroll-behavior:none;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-lineheight);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu ::-webkit-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-moz-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu :-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::placeholder{color:var(--mm-color-text-dimmed)}.mm-menu,.mm-menu *{-webkit-box-sizing:border-box;box-sizing:border-box}.mm-menu :focus,.mm-menu :focus-visible,.mm-menu:focus,.mm-menu:focus-visible{outline:0}.mm-menu a,.mm-menu button,.mm-menu label{color:inherit}.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{outline:0}.mm-menu a:focus-visible,.mm-menu button:focus-visible,.mm-menu label:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:-5px}.mm-menu input:focus,.mm-menu input:focus-visible,.mm-menu select:focus,.mm-menu select:focus-visible,.mm-menu textarea:focus,.mm-menu textarea:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:2px}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}:root{--mm-navbar-size:50px}.mm-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:2;min-height:var(--mm-navbar-size);padding-top:env(safe-area-inset-top);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;background:var(--mm-color-background);border-bottom:1px solid var(--mm-color-border);-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px;overflow:hidden}.mm-navbar__title[href="#"]{pointer-events:none}.mm-navbar__title>span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child){-webkit-padding-start:60px;padding-inline-start:60px;-webkit-padding-end:10px;padding-inline-end:10px}.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:60px;padding-inline-end:60px}.mm-panel{--mm-panel-child-offset:100%;--mm-panel-parent-offset:-30%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;color:var(--mm-color-text);border-color:var(--mm-color-border);background:var(--mm-color-background);-webkit-transform:translate3d(var(--mm-panel-child-offset),0,0);transform:translate3d(var(--mm-panel-child-offset),0,0);-webkit-transition-property:inset-inline-start,-webkit-transform;transition-property:inset-inline-start,-webkit-transform;-o-transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start,-webkit-transform}[dir=rtl] .mm-panel{--mm-panel-child-offset:-100%;--mm-panel-parent-offset:30%}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel:focus{outline:0}.mm-panel--opened{z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-panel--parent{-webkit-transform:translate3d(var(--mm-panel-parent-offset),0,0);transform:translate3d(var(--mm-panel-parent-offset),0,0);z-index:0}.mm-panel--highest{z-index:3}.mm-menu--opened .mm-panel--noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important}.mm-panel__content{padding:20px}.mm-panels{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;height:100%;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels:focus{outline:0}:root{--mm-toggle-size:34px}.mm-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-box-flex:calc(var(--mm-toggle-size) * 1.75);-ms-flex:calc(var(--mm-toggle-size) * 1.75) 0 0px;flex:calc(var(--mm-toggle-size) * 1.75) 0 0;height:var(--mm-toggle-size);-webkit-margin-end:10px;margin-inline-end:10px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;border-radius:var(--mm-toggle-size);border:var(--mm-color-border);background:var(--mm-color-border);cursor:pointer;-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}.mm-toggle:before{content:"";aspect-ratio:1;margin:2px;border-radius:100%;background:var(--mm-color-background);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-toggle:checked{background:#4bd963}.mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * .75));-ms-transform:translateX(calc(var(--mm-toggle-size) * .75));transform:translateX(calc(var(--mm-toggle-size) * .75))}[dir=rtl] .mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * -.75));-ms-transform:translateX(calc(var(--mm-toggle-size) * -.75));transform:translateX(calc(var(--mm-toggle-size) * -.75))}.mm-listitem--vertical>.mm-panel{position:static;width:100%;padding:10px 0 10px 20px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-listitem--vertical>.mm-panel:after{content:none;display:none}.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel{display:none}.mm-listitem--vertical>.mm-listitem__btn{height:var(--mm-listitem-size);bottom:auto}.mm-listitem--vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem--opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}:root{--mm-size:80%;--mm-min-size:240px;--mm-max-size:440px}.mm-menu--offcanvas{position:fixed;z-index:0}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh;background:inherit}:where(.mm-slideout){position:relative;z-index:1;width:100%;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper--opened,.mm-wrapper--opened body{overflow:hidden}.mm-wrapper__blocker{background:rgba(0,0,0,.4)}.mm-wrapper--opened .mm-wrapper__blocker{--mm-blocker-visibility-delay:0s;--mm-blocker-opacity-delay:0.4s;bottom:0;opacity:.5}.mm-menu{--mm-translate-horizontal:0;--mm-translate-vertical:0}.mm-menu--position-left,.mm-menu--position-left-front{right:auto}.mm-menu--position-right,.mm-menu--position-right-front{left:auto}.mm-menu--position-left,.mm-menu--position-left-front,.mm-menu--position-right,.mm-menu--position-right-front{width:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-left-front{--mm-translate-horizontal:-100%}.mm-menu--position-right-front{--mm-translate-horizontal:100%}.mm-menu--position-top{bottom:auto}.mm-menu--position-bottom{top:auto}.mm-menu--position-bottom,.mm-menu--position-top{width:100%;height:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-top{--mm-translate-vertical:-100%}.mm-menu--position-bottom{--mm-translate-vertical:100%}.mm-menu--position-bottom,.mm-menu--position-left-front,.mm-menu--position-right-front,.mm-menu--position-top{z-index:2;-webkit-transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left{--mm-translate-horizontal:clamp(
      var(--mm-min-size),
      var(--mm-size),
      var(--mm-max-size)
  )}.mm-wrapper--position-right{--mm-translate-horizontal:clamp(
      calc(-1 * var(--mm-max-size)),
      calc(-1 * var(--mm-size)),
      calc(-1 * var(--mm-min-size))
  )}.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout{-webkit-transform:translate3d(var(--mm-translate-horizontal),0,0);transform:translate3d(var(--mm-translate-horizontal),0,0)}.mm-wrapper--position-bottom .mm-wrapper__blocker,.mm-wrapper--position-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker{z-index:1}.mm-menu--theme-light{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.4);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.4);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.75);--mm-color-focusring:#06c}.mm-menu--theme-light-contrast{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.9);--mm-color-focusring:#06c}.mm-menu--theme-dark{--mm-color-background:#333;--mm-color-border:rgb(0, 0, 0, 0.4);--mm-color-icon:rgb(255, 255, 255, 0.4);--mm-color-text:rgb(255, 255, 255, 0.8);--mm-color-text-dimmed:rgb(255, 255, 255, 0.4);--mm-color-background-highlight:rgb(255, 255, 255, 0.08);--mm-color-background-emphasis:rgb(0, 0, 0, 0.1);--mm-color-focusring:#06c}.mm-menu--theme-dark-contrast{--mm-color-background:#333;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.7);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(0 0 0 / 0.3);--mm-color-focusring:#06c}.mm-menu--theme-white{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.3);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.3);--mm-color-background-highlight:rgb(0 0 0 / 0.06);--mm-color-background-emphasis:rgb(0 0 0 / 0.03);--mm-color-focusring:#06c}.mm-menu--theme-white-contrast{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.07);--mm-color-background-emphasis:rgb(0 0 0 / 0.035);--mm-color-focusring:#06c}.mm-menu--theme-black{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.2);--mm-color-icon:rgb(255 255 255 / 0.4);--mm-color-text:rgb(255 255 255 / 0.7);--mm-color-text-dimmed:rgb(255 255 255 / 0.4);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(255 255 255 / 0.06);--mm-color-focusring:#06c}.mm-menu--theme-black-contrast{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.6);--mm-color-background-highlight:rgb(255 255 255 / 0.125);--mm-color-background-emphasis:rgb(255 255 255 / 0.1);--mm-color-focusring:#06c}.mm-counter{display:block;-webkit-padding-start:20px;padding-inline-start:20px;float:right;color:var(--mm-color-text-dimmed)}[dir=rtl] .mm-counter{float:left}:root{--mm-iconbar-size:50px}.mm-menu--iconbar-left .mm-navbars,.mm-menu--iconbar-left .mm-panels{margin-left:var(--mm-iconbar-size)}.mm-menu--iconbar-right .mm-navbars,.mm-menu--iconbar-right .mm-panels{margin-right:var(--mm-iconbar-size)}.mm-iconbar{display:none;position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-menu--iconbar-left .mm-iconbar,.mm-menu--iconbar-right .mm-iconbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mm-menu--iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu--iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight))/ 2) 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab--selected{background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel--iconpanel-0{inset-inline-start:calc(0 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-1{inset-inline-start:calc(1 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-2{inset-inline-start:calc(2 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-3{inset-inline-start:calc(3 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-4{inset-inline-start:calc(4 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-first~.mm-panel{inset-inline-start:var(--mm-iconpanel-size)}.mm-menu--iconpanel .mm-panel--parent .mm-divider,.mm-menu--iconpanel .mm-panel--parent .mm-navbar{opacity:0}.mm-menu--iconpanel .mm-panels>.mm-panel--parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){border-inline-start-width:1px;border-inline-start-style:solid}.mm-navbars{-ms-flex-negative:0;flex-shrink:0}.mm-navbars .mm-navbar{position:relative;padding-top:0;border-bottom:none}.mm-navbars--top{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar:first-child{padding-top:env(safe-area-inset-top)}.mm-navbars--bottom{border-top:1px solid var(--mm-color-border)}.mm-navbars--bottom .mm-navbar:last-child{padding-bottom:env(safe-area-inset-bottom)}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-padding-end:6px;padding-inline-end:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){-webkit-padding-end:0;padding-inline-end:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{-webkit-padding-start:0;padding-inline-start:0}.mm-navbar__tab{padding:0 10px;border:1px solid transparent}.mm-navbar__tab--selected{background:var(--mm-color-background)}.mm-navbar__tab--selected:not(:first-child){border-inline-start-color:var(--mm-color-border)}.mm-navbar__tab--selected:not(:last-child){border-inline-end-color:var(--mm-color-border)}.mm-navbars--top.mm-navbars--has-tabs{border-bottom:none}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab{border-bottom-color:var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab--selected{border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars--bottom.mm-navbar--has-tabs{border-top:none}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar{background:var(--mm-color-background)}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--bottom .mm-navbar__tab{border-top-color:var(--mm-color-border)}.mm-navbars--bottom .mm-navbar__tab--selected{border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-searchfield{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-searchfield__input input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:auto;max-height:auto;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);font:inherit;font-size:inherit}.mm-searchfield__input input,.mm-searchfield__input input:focus,.mm-searchfield__input input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-menu[class*=-contrast] .mm-searchfield__input input{border:1px solid var(--mm-color-border)}.mm-searchfield__input input::-ms-clear{display:none}.mm-searchfield__btn{display:none;position:absolute;inset-inline-end:0;top:0;bottom:0}.mm-searchfield--searching .mm-searchfield__btn{display:block}.mm-searchfield__cancel{display:block;position:relative;-webkit-margin-end:-100px;margin-inline-end:-100px;-webkit-padding-start:5px;padding-inline-start:5px;-webkit-padding-end:20px;padding-inline-end:20px;visibility:hidden;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition-property:visibility,margin;-o-transition-property:visibility,margin;transition-property:visibility,margin}.mm-searchfield--cancelable .mm-searchfield__cancel{visibility:visible;-webkit-margin-end:0;margin-inline-end:0}.mm-panel--search{left:0!important;right:0!important;width:100%!important;border:none!important}.mm-panel__splash{padding:20px}.mm-panel--searching .mm-panel__splash{display:none}.mm-panel__noresults{display:none;padding:40px 20px;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%;line-height:1.4}.mm-panel--noresults .mm-panel__noresults{display:block}:root{--mm-sectionindexer-size:20px}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:var(--mm-sectionindexer-size);position:absolute;top:0;bottom:0;inset-inline-end:calc(-1 * var(--mm-sectionindexer-size));z-index:5;-webkit-transition-property:inset-inline-end;-o-transition-property:inset-inline-end;transition-property:inset-inline-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{-webkit-padding-end:0;padding-inline-end:0}.mm-sectionindexer--active{right:0}.mm-sectionindexer--active~.mm-panel{-webkit-padding-end:var(--mm-sectionindexer-size);padding-inline-end:var(--mm-sectionindexer-size)}.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-hover .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}@media (hover:hover){.mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu--selected-hover .mm-listitem__btn:hover,.mm-menu--selected-hover .mm-listitem__text:hover{background:var(--mm-color-background-emphasis)}}.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}@media (hover:hover){.mm-menu--selected-parent .mm-listitem__btn:hover,.mm-menu--selected-parent .mm-listitem__text:hover{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}}.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{background:0 0}.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text{background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:var(--mm-max-size)}.mm-wrapper--sidebar-collapsed .mm-slideout{width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar{opacity:0}.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{width:var(--mm-sidebar-expanded-size);border-right-width:1px;border-right-style:solid}.mm-wrapper--sidebar-expanded.mm-wrapper--opened{overflow:auto}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker{display:none}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}
/* End */


/* Start:/bitrix/templates/shell_custom/components/bitrix/sale.basket.basket.line/new_cart_top_shell/style.css?17533604134399*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	/*padding-left: 20px;*/
	display: flex;
	align-items: center;
	background-color: #fbd918;
	padding: 5px;
	border-radius: 5px;
	justify-content: space-evenly;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-basket-block p {
	margin: 0;
}

/*FIXED BASKET*/

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

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

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

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

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


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1528459233666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/shell_custom/styles.css?17612207381606*/
.xshell { display: block; height: 0; margin: 0!important; overflow: hidden; padding: 0!important; width: 0; }

.catalog-sort-block {
	margin: 0px -10px 5px;
}

.catalog-sort-block .catalog-sort-btn { 
	display: inline-block;
    vertical-align: top;
    font-size: 12px;
    margin: 0px 10px;
    cursor: pointer;
    color: #000000;
}

.catalog-sort-block .catalog-sort-btn i { 
	display: inline-block;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url("/bitrix/templates/shell/images/start_arrow.png") center center no-repeat;
}

.catalog-sort-block .catalog-sort-btn.current, .catalog-sort-block .catalog-sort-btn:hover {
    color: #a91c05;
}

.catalog-sort-block .catalog-sort-btn.asc i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

table.deliv{
    width: 100%;
    border-collapse:collapse;
    border-spacing:0;
    height: auto;
}
table.deliv,table.deliv td, table.deliv th {
    border: 1px solid #595959;
}
table.deliv td,table.deliv th {
    padding: 3px;
    width: 30px;
    height: 35px;
}
table.deliv th {
    background: #347c99; 
    color: #fff; 
    font-weight: normal;
}
.cart-new {
    float: left;
}

@media (max-width: 900px) {
    .page-header .page-call > *:first-child {
        padding-top: 12px!important;
    }
    .cart-new {
        /*float: none!important;*/
    }
}

@media (max-width: 410px) {
    .page-header .page-call > *:first-child {
        padding-top: 2px!important;
    }
    .cart-new {
        float: none!important;
    }
}


/* End */


/* Start:/bitrix/templates/shell_custom/template_styles.css?176424465252756*/
html {
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
}

form, div {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

table, td {
    border: 0px;
    margin: 0px;
}

table {
    padding: 0px;
}

td, div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: inherit;
    color: #333333;
    text-align: inherit;
}

img {
}

img.right {
    float: right;
    margin: 0px 0px 5px 10px;
}

img.left {
    float: left;
    margin: 0px 10px 5px 0px;
}

img.bordered {
    border: 2px solid #8d959a;
}

a {
    outline: none;
    color: #a91c05;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

a:hover {
    color: #000000;
}

a img {
    border: 0px;
}

p {
    text-indent: 0px;
    margin: 0px 0px 14px 0;
    padding: 0px;
}

h1, h1 a, h2, h2 a, h3, h3 a {
    line-height: normal;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

h1, h1 a {
    font-size: 24px;
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid #cccccc;
    border-bottom: 10px solid #a91c05;
    text-transform: uppercase;
}

h2, h2 a {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 10px solid #fbd918;
}

h3, h3 a {
    font-size: 16px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #a91c05;
}

ul li {
    list-style-type: square;
}

li {
    padding-bottom: 10px;
}

form input, form textarea, form select {
    font-size: 14px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

hr {
    border-bottom: 1px dotted #21140C;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    height: 1px;
    padding: 0;
    margin: 4px 0px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.button {
    display: inline-block;
    cursor: pointer;
    border: none;
    text-decoration: none;
    color: #fff;
    background: #c50510;
    font-weight: bold;
    padding: 6px 12px;
}

.button:hover {
    background: #a91c05;
    color: #fff;
}

.button-submit {
    padding: 12px 40px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    background-color: #c50510;
    color: #fff;
    font-weight: bold;
    margin: 0;
    display: inline-block;
}

.button-submit:hover {
    color: #fff;
}

.button-submit.button-disabled {
}

.button-submit.button-loading {
}

.temp-tags {
    font-weight: bold;
}

.temp-tags .button-submit {
    padding: 12px 27px;
}

.temp-tags.viscosity .button-submit {
    padding: 12px 3.32%;
}

.temp-tags.viscosity .button-submit {
    -moz-padding-end: 3.1%;
}

.temp-tags-margin .button-submit {
    margin: 5px 0;
    padding: 12px 3.60%;
}

.input-field {
    margin-bottom: 10px;
}

.input-label {
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
}

.input-text {
    border: 1px solid #d6d6d6;
    color: #333333;
    padding: 6px;
}

.input-text:focus {
}

.input-error {
    border: 1px solid #c62828;
    color: #c62828;
    background-color: #ffebee;
}

.no-photo, .no-photo-small {
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.no-photo {
    width: 160px;
    height: 160px;
    background-image: url(/bitrix/templates/shell_custom/./images/nophoto.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.no-photo-small {
    width: 60px;
    height: 40px;
    background-image: url(/bitrix/templates/shell_custom/./images/nophoto-small.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


a.ico {
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
}

a.ico i, i.ico, .i-block-title i {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    float: left;
    margin-right: 8px;
}

a.ico span {
    display: inline-block;
    border-bottom: 1px dotted #007ec7;
    transition: all 0.3s ease-out;
}

a.ico:hover span {
}

.main-side a.active {
    color: #a91c05;
    font-weight: 600;
}

.catalog-menu &gt; ul &gt; li &gt; a.active {
    color: #fff;
}

/*ul.menu-block catalog-menu li a {color:#00c; text-decoration:none;}
ul.menu-block catalog-menu li a:hover,
ul.menu-block catalog-menu li.current a {color:#f00; text-decoration:underline;}*/


body {
    background: #fff;
}

.page-wrapper {
    text-align: center;
    margin: 25px auto;
    background: #fff;
    width: 1000px;
    text-align: left;
}

.page-header {
    padding: 0 0 30px 0;
    position: relative;
    background: url(/bitrix/templates/shell_custom/./images/top_back.jpg) no-repeat 50% 0%;
}

.page-logo {
    float: left;
    width: 240px;
    margin-left: 35px;
}

.page-call {
    margin-right: 70px;
    float: left;
    font-size: 18px;
}

.page-call p {
    margin-bottom: 8px;
}

.page-call .sitemap-btn {
    display: block;
    margin-top: 13px;
}

.page-about {
    float: left;
    padding-left: 25px;
}

.page-about .page-about-h {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}

.page-about-h a {
    color: #333333;
    text-decoration: none;
}

.page-contact {
    margin-bottom: 24px;
    position: relative;
}

.page-time {
    position: relative;
}

.page-time:before, .page-contact:before {
    position: absolute;
    top: 0;
    left: -25px;
    width: 18px;
    height: 18px;
    display: block;
    content: "."
}

.page-contact:before {
    background: url(/bitrix/templates/shell_custom/./images/adress_pic.png) no-repeat 50% 50%;
}

.page-time:before {
    background: url(/bitrix/templates/shell_custom/./images/regim_pic.png) no-repeat 50% 50%;
}

.menu-search {
    border: 1px solid #d6d6d6;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    height: 39px;
}

.menu-search .main-menu {
}

.main-menu {
    display: table;
    width: 100%;
}

.main-menu a:hover, .main-menu p:hover {
    text-decoration: underline;
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table-row;
}

.main-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border-left: 1px solid #d6d6d6;
}

.main-menu ul li:first-child {
    background: url(/bitrix/templates/shell_custom/./images/home.png) no-repeat 50% 50%;
    border-left: none;
}

.main-menu ul li:first-child a {
    text-indent: -300px;
}

.main-menu ul li:first-child a span {
    width: 30px;
}

.main-menu ul li:first-child ul {
    display: none !important;
}

.main-menu ul li:hover ul {
    display: block;
}

.main-menu ul li a, .main-menu ul li p {
    display: block;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
}

.main-menu ul li a.important {
    color: #d0000c;
}

.main-menu ul li.active ul li.active {
    pointer-events: none;
    cursor: default;
}

.main-menu ul li.active a, .main-menu ul li.active p {
    background: #fbd918;
}

.main-menu ul li.active:first-child {
    background: #fbd918 url(/bitrix/templates/shell_custom/./images/home.png) no-repeat 50% 50%;
}

.main-menu ul li.active:first-child a, .main-menu ul li.active:first-child p {
    background: transparent;
}

.main-menu ul li ul {
    display: none;
    min-width: 100%;
    padding: 1px 0 0;
    position: absolute;
    z-index: 3000;
}

.main-menu ul li ul li {
    background: #f1f1f1;
    border: none;
    border-top: 1px solid #d6d6d6;
    display: block;
    text-align: left;
}

.main-menu ul li ul li a {
    font-weight: normal;
}

.main-menu ul li ul li:first-child {
    background: #f1f1f1;
}

.main-menu ul li ul li:first-child a {
    text-indent: 0;
}

.main-menu ul li ul li:first-child a span {
    width: auto;
}

.main-menu ul li.active ul li a {
    background: #f1f1f1;
}

.main-menu ul li.active ul li.active a {
    background: #fbd918;
    font-weight: bold;
}

.main-menu ul li.active ul li:first-child {
    background: #f1f1f1;
}

.menu-block.catalog-menu ul li ul li.active {
    pointer-events: none;
    cursor: default;
}

.menu-block.catalog-menu ul li ul li.active a {
    text-decoration: none;
}

.menu-block.catalog-menu ul li.active &gt; a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.catalog-menu {
}

.catalog-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.catalog-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.catalog-menu ul li a, .catalog-menu ul li p {
    display: block;
    padding: 10px 15px;
    font-size: 12px;
    margin: 0;
    cursor: pointer;
}

.catalog-menu a:hover, .catalog-menu p:hover {
    text-decoration: none;
}

.catalog-menu .active a, .catalog-menu .active p {
    font-weight: bold;
}

.catalog-menu ul li a, .catalog-menu ul li p {
    background: #a91c05;
    color: #fff;
    font-weight: bold;
}

.catalog-menu ul ul li {
    margin-bottom: 1px;
}

.catalog-menu ul ul li a {
    background: #f1f1f1;
    color: #333333;
    font-weight: normal;
}

.catalog-menu ul .active ul li a {
    font-weight: normal;
}

.catalog-menu ul ul li.active a {
    background: #fbd918;
    font-weight: bold;
}

.menu-search .top-search {
    position: absolute;
    top: -65px;
    right: 0;
}

.top-search {
    padding: 0 0 10px 0;
    border: 1px solid #d6d6d6;
    background: #fbd918;
}

.top-search form {
}

.top-search .top-search-input {
    background-color: #fff;
}

.top-search .top-search-input input {
    border: none;
    background: transparent;
    padding: 6px 12px;
}

.top-search .top-search-input .q-text {
    width: 200px;
}

.top-search .top-search-input .q-submit {
    text-indent: 200px;
    background: url(/bitrix/templates/shell_custom/./images/search_pic.png) no-repeat 50% 50%;
    width: 30px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 10px;
}

.main-content {
    padding: 0;
}

.main-content-side .page-title {
}

.main-content .page-title {
    position: relative;
}

.main-content .page-title h1 {
    position: absolute;
    left: 35px;
    bottom: 0;
    z-index: 2000;
    background-color: #fff;
    margin-bottom: 0;
}

.main-content-side {
    padding: 0 0 20px 0;
}

.main-content-side .main-main {
    float: right;
    width: 770px;
}

.main-content-side .main-main-cc {
    padding: 0 30px;
}

.main-content-side .main-side {
    float: left;
    width: 230px;
}

.main-main div {
    line-height: 20px;
}

.breadcrumb {
    margin-bottom: 10px;
}

.breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
    color: #30506b;
    display: inline-block;
}

.breadcrumb ul li:first-child {
    padding-left: 0;
}

.breadcrumb ul li a {
    background: url(/bitrix/templates/shell_custom/./images/breadcrumbs_arrow.png) no-repeat 100% 50%;
    display: block;
    padding: 0 15px 0 0;
}

.main-slider {
    height: 184px;
    overflow: hidden;
    border-top: 1px solid #ced0ce;
    border-bottom: 1px solid #ced0ce;
    margin-bottom: 30px;
    position: relative;
}

.main-slider .slider-images {
    float: left;
    width: 700px;
    height: 184px;
    overflow: hidden;
}

.main-slider .slider-item {
    background-position: 50% 50%;
    width: 1000px;
    height: 184px;
    background-repeat: no-repeat;
    display: block;
}

.main-slider .slider-desc {
    float: right;
    width: 300px;
    height: 184px;
    background-color: #a91c05;
    overflow: hidden;
}

.main-slider .slider-desc div, .main-slider .slider-desc a {
    display: block;
    position: relative;
    width: 300px;
    height: 184px;
}

.main-slider .slider-desc a {
    cursor: pointer;
    text-decoration: none;
}

.main-slider .slider-desc span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    padding: 50px 30px;
}

.main-slider .slider-desc i {
    margin-left: 10px;
    display: inline-block;
    width: 25px;
    height: 21px;
    background-image: url(/bitrix/templates/shell_custom/./images/arrow.png);
}

.main-slider .slider-prev, .main-slider .slider-next {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    z-index: 101;
    cursor: pointer;
    margin-top: -15px;
}

.main-slider .slider-prev {
    left: 20px;
    background-image: url(/bitrix/templates/shell_custom/./images/left.png);
}

.main-slider .slider-next {
    right: 320px;
    background-image: url(/bitrix/templates/shell_custom/./images/right.png);
}

.main-slider .name {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #b5090a;
}

.main-slider .text {
}

.category-list, .category-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-list a {
    color: #333333;
}

.category-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    /* float: left; */
    display: inline-block;
    width: 49%;
}

.category-list li li {
    margin: 0 0 8px 0;
}

.category-list .item .image img {
    width: 100%;
    object-fit: contain;
}

.category-list .cols-2 li {
    float: left;
    width: 50%;
}

.category-list .name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.category-list .name a {
    font-size: 18px;
    font-weight: bold;
}

.category-list .image {
    width: 35%;
    display: inline-block;
    vertical-align: baseline;
}

.category-list .desc {
    margin: -30px 35px 0 35px;
    padding: 16px 20px;
    border: 1px solid #cccccc;
    border-bottom: 10px solid #a91c05;
    background: #ffffff;
    position: relative;
}

.main-category {
}

/*.main-category li { margin: 0 0 30px 30px; width: 485px; height: auto; }*/
.main-category li {
    display: inline-block;
    margin: 0 0 30px 30px;
    width: 48%;
    height: auto;
    vertical-align: top;
}

.main-category li.first {
    margin-left: 0;
}

.main-category .image {
    width: 485px;
    height: 150px;
}

.section-category {
}

.section-category li {
    margin-bottom: 20px;
}

.section-category .item {
    overflow: hidden;
}

.section-category .image {
}

.section-category .name {
    padding: 8px 20px;
    display: inline-block;
    width: 51%;
    margin: 0;
    font-size: 15px;
    vertical-align: top;
}

.section-category .name a {
    font-size: 15px;
}

.section-category .text {
    padding: 0 20px;
    margin-left: 200px;
}

.i-block {
    padding: 30px 35px;
    background-color: #e6e6e6;
    margin-bottom: 20px;
}

.i-block.whte-block {
    background-color: #ffffff;
    padding: 15px 35px 0 35px;
}

.i-left .image {
    float: left;
}

.i-right .image {
    float: right;
}

.offer-element {
    margin: 0 5px;
    padding-top: 5px;
    border: 1px solid #ffffff;
}

.offer-element .image {
    margin-bottom: 8px;
}

.offer-element .image a {
    display: block;
    width: 100%;
    height: 120px;
    text-align: center;
    padding: 0;
}

.offer-element .image img {
    width: 120px;
    height: 120px;
}

.offer-element .name {
    margin-bottom: 3px;
    padding: 0 5px;
    text-align: center;
}

.offer-element .name a {
    font-size: 14px;
}

.offer-element .price {
    margin-bottom: 10px;
    padding: 0 5px;
    text-align: center;
}

.offer-element .price div {
    font-weight: bold;
    display: inline;
}

.price .price-value {
    font-size: 20px;
    color: #b71a64;
}

.price .price-discount {
    font-size: 18px;
    color: #b71a64;
}

.price .price-old {
    color: #005686;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 14px;
}

.offer-element .buy-block {
}

.offer-element .buy-block a {
    display: inline-block;
    background-color: #b71a64;
    padding: 4px 8px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.offer-element .buy-block-in {
    visibility: hidden;
    padding: 7px 5px;
    background: url(/bitrix/templates/shell_custom/./images/mover_grad.png) repeat-x 0 0;
    text-align: center;
}

.scroll-offers .element-hover .offer-element {
    border: 1px solid #b71a64;
}

.scroll-offers .element-hover .buy-block-in {
    visibility: visible;
}

.element-list {
    margin-bottom: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.element-list .element-item {
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    list-style: none;
    background: #ffffff url(/bitrix/templates/shell_custom/./images/catname_back.png) repeat-x 0 100%;
    border: 1px solid #bbb9b9;
}

.element-list .element-left {
    float: left;
    position: relative;
}

.element-list .name {
    margin-bottom: 10px;
}

.element-list .name a {
    font-size: 18px;
    font-weight: bold;
}

.element-list .element-image {
    border: 1px solid #b2b4b7;
}

.element-list .element-image a {
    display: block;
    height: 90px;
    width: 90px;
}

.element-list .element-right {
    float: right;
    width: 140px;
}

.element-list .element-middle {
    margin: 0 155px 0 110px;
}

.element-list .element-buy .button-submit {
    margin-bottom: 6px;
}

.element-list .element-buy a, .element-list .element-buy input {
    padding: 6px 0;
    text-align: center;
    display: block;
    width: 100%;
}

.section-text {
    border-top: 1px solid #b2b4b7;
    border-bottom: 1px solid #b2b4b7;
    padding: 15px 0 5px 0;
    margin-bottom: 15px;
}

.element-list .element-property {
    margin-bottom: 0;
}

.element-list .no-photo {
    height: 90px;
    width: 90px;
}

.element-property {
    margin-bottom: 20px;
}

.element-property table {
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.element-property tr {
    background: url(/bitrix/templates/shell_custom/./images/px.png) repeat-x 0 74%;
}

.element-property td {
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

.element-property span {
    display: inline-block;
    background: #fff;
}

.element-property .name-val {
    text-align: left;
}

.element-property .name-val span {
    padding: 4px 4px 4px 0;
}

.element-property .value-val {
    text-align: right;
}

.element-property .value-val span {
    padding: 2px 0 2px 4px;
}

.element-property li {
    padding-bottom: 5px;
}

.long-text {
    position: relative;
}

.long-text .hide-long-more {
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/bitrix/templates/shell_custom/./images/down_trans_grad.png) repeat-x 0 0;
    height: 40px;
}

.long-text .hide-long-more a {
    display: block;
    text-align: center;
    padding-top: 28px;
}

.long-text .hide-long-more a span {
    display: inline-block;
    padding: 0 15px;
    line-height: 18px;
    background: #0bc0cb;
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.long-text .hide-long-opened {
    background: none;
}

.long-text .hide-long-opened a span {
}

.element-product {
}

.element-product .element-left {
    float: left;
    width: 302px;
}

.element-product .element-right {
    float: right;
    width: 380px;
}

.element-product .element-description {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f4f0f4;
}

.element-product .element-flag {
    position: relative;
}

.element-product .element-flag span {
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.5, M12=-0.5, M21=0.5, M22=0.5);
    position: absolute;
    width: 50px;
    background: url(/bitrix/templates/shell_custom/./images/flags.png) no-repeat 0 0;
    display: block;
    top: 10px;
    right: 10px;
    line-height: 24px;
    padding: 13px 0;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: arial;
}

.element-product .element-flag .flag-new {
}

.element-product .element-flag .flag-hit {
    background-position: -50px 0;
    top: 70px;
}

.element-product .element-flag .flag-discount {
    background-position: -100px 0;
    top: 130px;
}

.element-product .element-image {
    margin-bottom: 12px;
    display: table;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.element-product .element-image a {
    display: table-cell;
    width: 300px;
    height: 300px;
    border: 1px solid #f4f0f4;
    text-align: center;
    vertical-align: middle;
}

.element-images ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.element-images li {
    list-style: none;
    margin: 0 10px 10px 0;
    border: 1px solid #f4f0f4;
    padding: 0;
    float: left;
}

.element-product .element-download {
    margin-bottom: 15px;
}

.element-product .element-downloads h4 {
    background-image: url(/bitrix/templates/shell_custom/./images/doc-ico/download.png);
}

.element-download ul {
    margin: 0px;
    padding: 6px 10px;
    clear: left;
    background-color: #f1f1f1;
}

.element-download ul li {
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 25px;
    list-style: none;
    list-style-position: outside;
    font-size: 11px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.element-download ul li a {
    font-size: 12px;
    text-decoration: none;
}

.element-download ul li.dwl-doc {
    background-image: url(/bitrix/templates/shell_custom/./images/doc-ico/page_word.png);
}

.element-download ul li.dwl-pdf {
    background-image: url(/bitrix/templates/shell_custom/./images/doc-ico/doc_pdf.png);
}

.element-download ul li.dwl-xls {
    background-image: url(/bitrix/templates/shell_custom/./images/doc-ico/doc_excel_csv.png);
}

.element-download ul li.dwl-img {
    background-image: url(/bitrix/templates/shell_custom/./images/doc-ico/kpovmodeler_doc.png);
}

.element-text {
    margin-bottom: 12px;
    clear: both;
}

.element-video {
    clear: both;
    text-align: center;
}

.element-video .item {
    margin: 0 auto 12px auto;
}

.element-related {
    margin-bottom: 12px;
}

.element-related table {
    border-collapse: separate;
    border-spacing: 0;
}

.element-related td {
    padding: 8px 8px;
    line-height: normal;
    text-align: center;
}

.element-related td:first-child {
    text-align: left;
    border-right: 1px solid #9d2626;
}

.element-related thead td {
    border-bottom: 2px solid #9d2626;
    background: #f1f1f1;
}

.element-related tbody tr:nth-child(2n+1) td {
    background: #f1f1f1;
}

.element-popular p {
    margin-top: 20px;
    font-weight: bold;
}

ul.breadcrumb-navigation {
    padding: 0;
    margin: 0 0 16px 0;
    padding-top: 4px;
    list-style: none;
}

ul.breadcrumb-navigation li {
    display: inline;
}

ul.breadcrumb-navigation a {
    font-size: 16px;
}

ul.breadcrumb-navigation span {
    background: url(/bitrix/templates/shell_custom/./images/s_arrows.png) no-repeat 0 -45px;
    text-indent: -300px;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin: 0 8px;
    overflow: hidden;
}

.page-footer {
    padding: 25px 35px;
    border: 1px solid #cccccc;
}

.page-footer .page-logo {
    margin-left: 0;
}

/*.footer-brand { float: right; padding-top: 20px; }*/
.footer-brand {
    padding-left: 91%;
    padding-top: 20px;
}

.footer-brand ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-brand li {
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

.news-list {
}

.news-list &gt; ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-list .news-item {
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.news-list .news-image {
    float: left;
}

.news-list .news-image img {
    width: 160px;
}

.news-list .news-right {
    margin-left: 180px;
}

.news-list .news-date {
    background: url(/bitrix/templates/shell_custom/./images/date_pic.png) no-repeat 0 50%;
    padding: 2px 0 2px 16px;
}

.news-list .news-name {
    padding-bottom: 6px;
    line-height: 27px;
}

.news-list .news-name a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: block;
}

.news-detail {
}

.news-detail .news-image {
    margin-bottom: 20px;
}

.news-detail .news-date {
    background: url(/bitrix/templates/shell_custom/./images/date_pic.png) no-repeat 0 50%;
    padding: 2px 0 2px 16px;
    margin-bottom: 20px;
}

.form-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 12px;
}

.form-table td {
    padding: 8px 12px 8px 0;
    vertical-align: top;
}

.form-table .form-note {
    color: #879095;
    font-size: 12px;
    display: block;
    padding: 3px 0;
}

.form-table .form-required {
    color: #c62828;
    font-size: 16px;
    font-weight: bold;
}

.form-table .form-message {
    padding: 2px 0 2px 20px;
    font-size: 12px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 2px;
}

.form-table .form-message img {
    position: absolute;
    top: 0;
    left: 0;
}

.form-table .form-message-ok {
    color: #43a047;
    background-image: url(/bitrix/templates/shell_custom/./images/galka.png);
}

.form-table .form-message-bad {
    color: #c62828;
    background-image: url(/bitrix/templates/shell_custom/./images/close.png);
}

.form-table .input-text {
    width: 90%;
}

.filltab {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 12px;
}

.filltab td, .filltab th {
    padding: 10px;
    line-height: normal;
    vertical-align: middle;
    border: 1px solid #eaeaea;
}

.filltab td p {
    padding: 0px;
}

.filltab tbody tr td {
    background: #fefefe;
}

.filltab tbody tr:nth-child(2n+1) td {
    background: #f1f1f1;
}

.filltab thead tr td., .filltab tr.head td {
    background: #EAF9FF;
    font-weight: normal;
}


ul.marked {
    padding: 0px 6px 12px 6px;
    margin: 0px;
    list-style: none;
}

ul.marked li {
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 12px;
    list-style: none;
    list-style-position: outside;
    background: url(/bitrix/templates/shell_custom/./images/breadcrumbs_arrow.png) no-repeat 0 10px;
}

.errortext {
    margin-bottom: 10px;
}

.errortext span {
    border: 1px solid #c62828;
    color: #c62828;
    background: #ffebee url(/bitrix/templates/shell_custom/./images/close.png) no-repeat 8px 9px;
    padding: 8px 10px 8px 28px;
    display: block;
}

.plus-minus {
    position: relative;
    display: inline-block;
}

.plus-minus .input-text {
    padding: 5px 25px;
    text-align: center;
}

.plus-minus a.minus {
    position: absolute;
    left: 8px;
    top: 2px;
    text-decoration: none;
    font-size: 18px;
}

.plus-minus a.plus {
    position: absolute;
    right: 8px;
    top: 2px;
    text-decoration: none;
    font-size: 18px;
}


.fancybox-skin .element-item {
    width: 590px;
    min-height: 300px;
}

.fancybox-skin h1 {
    color: white;
}

.fancybox-skin .element-desc {
    color: white;
}

.fancybox-skin .price {
    color: #ffffa7;
}

.fancybox-skin .quantity td {
    color: #ffffa7;
}

.fancybox-skin div.plus-minus .input-text {
    background-color: transparent;
    border: 1px solid #ffffa7;
    color: #ffffa7;
}

.fancybox-skin div.plus-minus a {
    color: #ffffa7;
}

.fancybox-skin .element-item .element-image {
    float: left;
}

.fancybox-skin .element-item .element-images {
    padding: 0px 5px 0px 15px;
    float: left;
    margin: 0;
}

.fancybox-skin .element-item .element-images li {
    float: none;
}


/*  *****************************************************  */


.clear {
    clear: both;
    font-size: 1px;
}

.back {
    float: left;
    background: url(/bitrix/templates/shell_custom/./images/ar.png) no-repeat 100% 50%;
    padding: 0px 10px 0px 0px;
}

.wbg {
    padding: 6px 12px;
    background: #EAF9FF;
}

.red, .errortext {
    color: #bd180d;
}

.autocomplete-suggestions {
    background-color: rgba(255, 255, 255, 0.95);
    cursor: default;
    overflow: visible;
    -webkit-box-shadow: 0 0 6px #666;
    -moz-box-shadow: 0 0 6px #666;
    box-shadow: 0 0 6px #666;
    right: 0;
    top: 40px;
    width: 200px;
}

.autocomplete-suggestions:before {
    position: absolute;
    top: -20px;
    right: 5px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: "";
    display: block;
}

/* .page-index .autocomplete-suggestions { top: auto; bottom: 58px; } */
.autocomplete-suggestion {
    padding: 4px 10px;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}

.autocomplete-selected {
    background: #eee;
}

.autocomplete-suggestion a {
    text-decoration: none;
    display: table;
    width: 100%;
}

.autocomplete-suggestion b {
    color: #000000;
}

.autocomplete-suggestion .sug-image {
    display: table-cell;
    width: 40px;
}

.autocomplete-suggestion .sug-image i {
    width: 30px;
    height: 20px;
    background-color: #cccccc;
    display: block;
}

.autocomplete-suggestion .sug-text {
    display: table-cell;
    font-size: 12px;
    overflow: hidden;
    vertical-align: middle;
}

.autocomplete-suggestion .sug-text span {
    font-size: 11px;
    display: block;
    color: #a91c05;
}

/* .autocomplete-suggestion .sug-text:after { position: absolute; tohttp://konnor-auto.ru/products/zapchasti-dlya-avtobusov-maz/28269/p: 0; bottom: 0; right: 0; background: url(/bitrix/templates/shell_custom/./images/left_trans_grad.png) repeat-y 100% 0%; display: block; content: " "; width: 39px; } */
.autocomplete-suggestion .sug-price {
    width: 100px;
    font-weight: 700;
    font-size: 18px;
    color: #dd2222;
    float: right;
}

.autocomplete-suggestion .sug-buy {
    float: right;
    padding-top: 3px;
}

.autocomplete-suggestion .sug-buy span {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    background: #0095e5;
    padding: 0 4px;
    border: none;
    cursor: pointer;
    display: block;
    cursor: pointer;
}

.autocomplete-suggestion .cart-disabled span {
    background: #00b300;
}

.footer-menu {
    display: inline-block;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 15px;
    padding-top: 10px;
    background: #e6e6e6;
}

.footer-menu-col {
    display: inline-block;
    width: 24%;
}

.footer-menu ul li {
    list-style: none;
}

.footer-menu a {
    text-decoration: none;
}

.price-item {
    text-align: center;
    font-size: 1.5em;
    margin-top: 10%;
    line-height: 1.5em !important;
}

.price-item-element {
    font-size: 1.7em;
    margin-bottom: 5%;
}

#with_grid_prods {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: baseline;
    justify-content: start;
    display: flex;
}

#with_grid_prods .for_one_prod {
    padding: 5px;
    border: 1px solid #d6d6d6;
    min-height: 300px;
    text-align: center;
    margin: 14px;
    width: 210px;
}

#with_grid_prods #carusel-price-value {
    color: #a91c05;
    font-size: 15px;
    display: inline-block;
    font-weight: 700;
}

#with_grid_prods .carusel-price {
    font-size: 14px;
    display: inline-block;
    margin: 0 7px 0 0;
}

#with_grid_prods .title_one_prod {
    color: #454545;
    font-size: 16px;
    font-weight: 700;
    margin: 11px 0;
    display: block;
    height: 45px;
}

#with_grid_prods .for_pices {
    height: 70px;
}

#with_grid_prods .for_one_prod:hover {
    border: 1px solid #454545;
}

.for_tags a {
    border: 1px solid #c50510;
    color: #454545;
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    margin: 3px;
    text-decoration: none;
}

#with_grid_prods .for_tags {
    margin: 5px 0;
}

#with_grid_prods .for_tags a:hover {
    border: 1px solid #cccccc;
    color: #c50510;
    text-decoration: underline;
}

#with_grid_prods .for_one_prod .element-buy {
    margin: 5px 0;
}

#with_grid_prods .for_one_prod .button-submit {
    padding: 4px 6px;
    font-size: 11px;
}

.with_oneclick_feed {
    box-shadow: inset #ff0000 0 0 17px 4px, #a91c05 0 0 12px 12px;
    z-index: 2;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 46%;
    background: #e6e6e6;
    padding: 20px;
    min-width: 250px;
}

.for_one_click_feedback .submit {
    padding: 6px 20px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    background: #9d2626 url(/bitrix/templates/shell_custom/./images/leftmenu_ac.png) repeat-x scroll 0 0;
    color: #fff;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    color: #fff;
    margin: 0 0 0 41%;
}

.for_one_click_feedback .submit:hover {
    padding: 4px 18px;
    border: 2px solid #E12E37;
    cursor: pointer;
    background: #fff;
    color: #E12E37;
}

.for_one_click_feedback input {
    font-size: 16px;
    margin: 5px 0;
    padding: 3px 5px;
}

.for_one_click_feedback input::-webkit-input-placeholder {
    color: #E12E37;
}

.for_one_click_feedback input::-moz-placeholder {
    color: #E12E37;
}

.for_one_click_feedback input:-moz-placeholder {
    color: #E12E37;
}

.for_one_click_feedback input:-ms-input-placeholder {
    color: #E12E37;
}

.with_oneclick_feed {
    display: none;
}

.for_one_click_feedback div {
    width: 100%;
}

.for_one_click_feedback div input {
    width: 87%;
}

.close_oneclick {
    cursor: pointer;
    position: absolute;
    color: #E12E37;
    font-weight: 700;
    font-size: 20px;
    left: 91%;
    top: 3%;
}

.for_one_click_feedback .hidden_protection {
    border: 0;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.for_name_sect {
    text-transform: lowercase;
}

.for_another_main {
    margin: 15px 0;
}

.with_tags_top .button-submit {
    margin: 0 7px 0;
}

.with_tags_top .button_newcode {
    padding: 14px 42px;
    text-decoration: none;
    cursor: pointer;
    background-color: #c50510;
    color: #fff;
    font-weight: bold;
    margin: 0;
    margin-top: 4px;
    display: inline-block;
}

.with_tags_top .active_newcode {
    color: #c50510;
    background: #fff;
    border: 2px solid #c50510;
    cursor: default;
    padding: 12px 40px;
}

.tagsBtn {
    width: 21%;
}

.for_hid_name {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.for_under_h1 {
    display: block;
    color: #a91c05;
    font-size: 19px;
    margin: 15px;
}

.with_text_under {
    margin: 30px 0;
    display: block;
}

.with_text_under table {
    border-spacing: 0;
}

.with_text_under tr, .with_text_under td {
    padding: 7px;
    border: 1px solid #bbb9b9;
}

.with_old_name {
    font-size: 12px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    /* font-size: inherit; */
    color: #333333;
    margin: 7px 0;
    text-transform: uppercase;
}

.no-price-img {
    background-image: url(/bitrix/templates/shell/images/no_price.png);
    height: 20px;
    background-repeat: no-repeat;
    margin-left: 20px;
}

.link_spoler_cat {
    background-color: #c50510;
    padding: 6px 0;
    margin: 1em;
    display: block;
    color: #fff !important;
    text-align: center;
}

.specifications-table {
    margin-bottom: 12px;
}

.specifications-table table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.specifications-table td:first-child {
    text-align: left;
}

.specifications-table .bord-red {
    border-left: 1px solid #9d2626;
}

.specifications-table thead td {
    border-bottom: 2px solid #9d2626;
    background: #f1f1f1;
}

.specifications-table td {
    padding: 8px 8px;
    line-height: normal;
    text-align: center;
}

.specifications-table tbody tr:nth-child(2n+1) td {
    background: #f1f1f1;
}

.element-basket {
    margin-bottom: 15px;
    background-color: #f1f1f1;
    padding: 10px 15px;
}

.element-basket table {
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

.element-basket tr {
    border-bottom: 1px solid #e2e2e2;
}

.element-basket td {
    padding: 5px 8px;
    margin: 0;
    vertical-align: middle;
}

.element-basket .offer-name {
    font-weight: bold;
    text-align: center;
}

.element-basket .offer-aval {
    text-align: center;
}

.element-basket .offer-price {
    text-align: center;
}

.element-basket .offer-price span {
    font-size: 14px;
    font-weight: bold;
    color: #b02220;
}

.element-basket .offer-quan {
    width: 40px;
}

.element-basket .offer-quan .input-text {
    width: 100%;
    text-align: center;
    padding: 4px 0;
}

.element-basket .button-buy {
    border: none;
    background: #940a0b url(/bitrix/templates/shell_custom/./images/busket_pic.png) no-repeat 10px 50%;
    padding: 10px 20px 10px 50px;
    color: white;
    float: right;
    font-weight: bold;
    margin: 0;
    text-align: left;
    margin: 0;
    cursor: pointer;
}

.element-basket .button-buy:hover {
    background-color: #e72e37;
}

.element-basket .plus-minus input {
    width: 70px;
    text-align: center;
    border: 2px solid #a9a8a8;
    color: #000000;
    padding: 3px 5px;
    -moz-box-shadow: inset 2px 2px 2px -1px #9fa2b0;
    -webkit-box-shadow: inset 2px 2px 2px -1px #9fa2b0;
    box-shadow: inset 2px 2px 2px -1px #9fa2b0;
}

.element-list .element-item.with-offers .element-right {
    width: 300px;
}

.element-list .element-item.with-offers .button-submit {
    padding: 6px 15px;
    text-align: center;
    display: inline-block;
}

.element-list .element-item.with-offers .for_one_click {
    float: right;
}

.element-product.with-offers .for_one_click {
    float: right;
}

.regions-list__section_contacts {
    padding: 7px 0 20px 0;
}

.regions-list__section_contacts .regions-list__header {
    margin-bottom: 10px;
}

.regions-list__section_contacts .regions-list__items-wrapper {
    display: flex;
}

.regions-list__section_contacts .regions-list__container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.regions-list_psevdolink {
    font-size: 16px;
    font-weight: bold;
}

.regions-list__items {
    display: none;
}

.regions-list_psevdolink {
    color: #a91c05;
    cursor: pointer;
    border-bottom: 2px dashed #a91c05;
    transition: all 0.3s ease-out;
}

.regions-list_psevdolink:hover, .regions-list_psevdolink.active {
    color: #000;
    border-bottom-color: #000;
}

.regions-list__section_header {
    position: relative;
    float: right;
    width: 20%;
}

.regions-list__sub-header {
    padding: 0 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #717171;
}

.regions-list__section_header .regions-list__items {
    background: #fff;
    border: 1px solid #d6d6d6;
    position: absolute;
    padding: 10px;
    left: 0;
    right: 0;
    z-index: 9;
}

.regions-list__section_header .regions-list__item:not(:last-child) {
    margin-bottom: 8px;
}

.regions-list__header:after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/bitrix/templates/shell/images/start_arrow.png) center center no-repeat;
}

.footer-orwo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-orwo a {
    color: #333333;
}

.footer-orwo p {
    padding-top: 10%;
}

.page-about-hours {
    padding-left: 25px;
}

.req {
    font-family: Arial, Helvetica;
    font-size: 14pt;
}

.req-table {
    width: 100%;
    border-collapse: collapse;
}

.req-table-cell {
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 5px 10px;
}

@media (max-width: 900px) {
    .footer-orwo {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .footer-orwo .best-seo-company {
        padding-right: 5px;
    }
}

/***ПЕРЕНЕСЕННЫЕ_СТИЛИ_START*****/
#menu.mm-menu {
    display: none;
}
@media (min-width: 901px) and (max-width: 999px) {
    body, html {
        min-width: 769px;
        margin: 0
    }

    body div {
        max-width: 100%;
        box-sizing: border-box
    }

    body img {
        height: auto !important;
        max-width: 100%
    }

    body embed, body iframe, body video {
        max-width: 100%
    }

    .tablewrap {
        width: 100% !important;
        display: block;
        overflow-x: auto;
        height: auto !important;
        -webkit-overflow-scrolling: touch
    }

    .bx-viewport &gt; div {
        max-width: none
    }

    .page-wrapper {
        padding: 0 10px
    }

    .page-header {
        display: flex;
        justify-content: space-between;
    }

    .page-logo {
        margin-left: 0
    }

    .page-call {
        margin-right: 20px
    }

    .regions-list__section_header {
        width: auto
    }

    .main-menu ul li a {
        padding: 12px 8px
    }

    .main-content-side .main-main {
        width: calc(100% - 240px)
    }

    .button-submit {
        margin-bottom: 8px
    }

    .element-product .element-right {
        width: calc(100% - 310px)
    }

    .main-slider .slider-images {
        width: calc(100% - 300px)
    }

    .main-slider .slider-images img {
        height: 100% !important
    }
}

@media (max-width: 900px) {
    body, html {
        min-width: 210px;
        margin: 0;
        padding: 0;
    }

    body div {
        max-width: 100%;
        box-sizing: border-box
    }

    body img {
        height: auto !important;
        max-width: 100%
    }

    body embed, body iframe, body video {
        max-width: 100%
    }
    #menu.mm-menu {
        display: block;
    }

    .tablewrap {
        width: 100% !important;
        display: block;
        overflow-x: auto;
        height: auto !important;
        -webkit-overflow-scrolling: touch
    }

    .bx-viewport &gt; div {
        max-width: none
    }

    .page-wrapper {
        margin: 0 auto
    }

    .page-header {
        background: none;
        padding: 10px;
        position: relative;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.5)
    }

    .page-logo {
        width: auto;
        margin: 0
    }

    .page-logo img {
        width: auto;
        max-height: 45px
    }

    .page-logo &gt; span {
        display: none
    }

    .page-about {
        display: none
    }

    .regions-list__section_header {
        width: auto;
        padding-right: 20px;
        position: absolute;
        bottom: 10px;
        right: 10px
    }

    .page-call {
        margin: 0 0 0 5px !important;
        float: right;
        font-size: 14px
    }

    .page-header .page-call &gt; * {
        display: none
    }

    .page-header .page-call &gt; *:first-child {
        display: block;
    }

    .regions-list__section_header .regions-list__items {
        left: auto;
        white-space: nowrap;
        max-width: none
    }

    .menu-search .top-search {
        position: relative;
        top: 0
    }

    .menu-search {
        height: auto;
        border: 0;
        padding: 10px;
        margin: 0
    }

    .main-content {
        padding: 10px
    }

    .i-block.whte-block {
        padding: 10px 0
    }

    .i-block {
        padding: 10px
    }

    .main-category li {
        margin-left: 4%
    }

    .main-category .category-sublist li {
        width: 100%;
        margin: 0 0 5px !important
    }

    .category-list .desc {
        margin: 0;
        padding: 10px
    }

    .main-category .image {
        width: 100%
    }

    .main-category .image img {
        margin: 0 !important;
        width: 100%;
        height: 100% !important;
        object-fit: cover
    }

    .category-list .name a {
        font-size: 14px
    }

    .slide_img {
        max-width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .title-slide1-wrapper {
        width: auto;
        margin: 5px 0
    }

    .page-footer {
        padding: 0;
        border: 0
    }

    .footer-menu {
        margin: 0;
        padding: 10px
    }

    .footer-menu-col {
        vertical-align: top;
    }

    .footer-menu-col ul {
        margin: 10px;
        padding: 0
    }

    .page-footer .page-logo, .page-footer .page-call, .footer-brand {
        width: 100%;
        padding: 5px 10px;
        text-align: center
    }

    .footer-orwo {
        padding: 0 10px;
        justify-content: center
    }

    .main-content-side .main-main {
        width: 100%
    }

    .main-content-side .main-main-cc {
        padding: 10px
    }

    .bx_breadcrumbs ul li {
        display: inline
    }

    .bx_breadcrumbs ul li a, .bx_breadcrumbs ul li span {
        font-size: 12px;
        display: inline
    }

    .attention {
        padding: 10px
    }

    .element-list .element-item {
        padding: 10px
    }

    .height_auto {
        height: auto !important
    }

    .bx_news {
        font-size: 12px;
        list-style: none;
        padding: 0
    }

    .bx_news li {
        list-style-type: none;
        margin: 0 0 15px
    }

    .bx_news .date {
        padding: 0;
        width: 100%
    }

    .bx_news h3 {
        margin-top: 0
    }

    .bx_news h3 a {
        border: 0;
        text-decoration: none
    }

    .with_tags_top {
        display: flex;
        flex-wrap: wrap
    }

    .with_tags_top .button_newcode {
        padding: 15px;
        vertical-align: top;
        box-sizing: border-box;
        margin: 0 2% 15px 0
    }

    .button-submit {
        padding: 12px;
        margin-bottom: 10px
    }

    #page {
        padding-top: 120px;
        padding-bottom: 60px
    }

    .newshell {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.50);
        background: #fbd918;
        color: #1f3c64;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px
    }

    .newshell svg {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 0 0
    }

    .newshell span {
        text-transform: none;
        font-size: 18px;
        line-height: 22px;
        font-weight: bold;
    }

    .page-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background: #fff
    }

    .adapt_menu {
        float: left;
        margin: 0 10px 0 -10px;
        display: block;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        line-height: 24px;
        color: #fff;
    }

    .adapt_menu span {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 2px;
        background: #c50510;
        position: relative;
    }

    .adapt_menu span:before {
        content: '';
        width: 100%;
        position: absolute;
        top: -7px;
        left: 0;
        height: 2px;
        background: #c50510;
    }

    .adapt_menu span:after {
        content: '';
        width: 100%;
        position: absolute;
        bottom: -7px;
        left: 0;
        height: 2px;
        background: #c50510;
    }

    .adapt_menu a {
        display: block;
        padding: 10px;
        text-decoration: none
    }

    .main-menu, .main-slider, .main-content-side .main-side {
        display: none
    }
}

@media (max-width: 767px) {
    .element-list .element-middle {
        clear: both;
        margin: 0
    }

    .element-list .element-item.with-offers .element-right {
        width: calc(100% - 100px)
    }

    .element-basket .offer-name {
        text-align: left
    }

    .element-basket .offer-price {
        text-align: right
    }

    .for_under_h1 {
        margin: 15px 0
    }

    .element-product .element-left {
        float: none;
        margin: 0 auto 10px
    }

    .element-product .element-right {
        width: 100%
    }

    .news-list .news-image {
        width: 100px
    }

    .news-list .news-right {
        margin-left: 110px
    }

    .with_tags_top .button_newcode {
        width: 30%
    }

    .with_text_under table {
        display: block;
        overflow-x: scroll;
    }
}

@media (max-width: 480px) {
    .i-left .image, .i-right .image {
        width: 100%
    }

    .i-left .image + .desc, .i-right .image + .desc {
        margin: 0 !important
    }

    .footer-menu-col {
        width: 49%
    }

    .regions-list__section_contacts .regions-list__items-wrapper {
        flex-wrap: wrap
    }

    .regions-list__section_contacts .regions-list__container {
        width: 100%
    }

    .regions-list__item {
        margin: 5px 0;
        font-size: 16px
    }

    .with_tags_top .button_newcode {
        width: 47%
    }

    .newshell span {
        font-size: 15px;
    }

    .page-header .page-call .button.ajax-area {
        display: block;
        position: absolute;
        right: 30%;
        bottom: 10%;
        padding: 5px;
        font-size: 0.7rem;
    }

    .regions-list_psevdolink {
        font-size: 12px;
    }
}

@media (max-width: 440px) {
    .element-list .element-left {
        float: none;
        margin-bottom: 10px;
    }

    .element-list .element-right {
        float: none;
        width: 100%;
    }

    .element-list .element-item.with-offers .element-right {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .page-header .page-call .button.ajax-area {
        width: 60px;
        right: 40%;
        bottom: 4%;
    }
}

:root {
    --mm-min-size: 280px !important;
    --mm-max-size: 280px !important;
}

#menu a, #menu span {
    color: #fff !important;
    font-size: 16px !Important
}

#menu .page-time {
    color: #fff !important;
}

#menu .page-about {
    display: block;
    margin-top: 25px;
    color: #fff
}

#menu .page-contact {
    color: #fff;
    font-size: 14px
}

#menu .page-about.newcontacto {
    padding: 0 40px;
}

.mm-menu--theme-dark .mm-listitem:after {
    inset-inline-start: 0px !important;
}

.mm-menu--theme-dark a.mm-listitem__text {
    display: flex;
}

.mm-menu--theme-dark .mm-listitem__text span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cart-new {
    float: none;
    position: absolute;
    right: 0;
    bottom: 70px;
}

@media (max-width: 900px) {
    .cart-new {
        float: none;
        margin-right: 10px;
        position: static;
        margin-bottom: 30px;
    }

    .adapt_menu {
        float: left;
        margin: 0 0 0 -10px;
        display: block;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        line-height: 24px;
        color: #fff;
    }

}

@media (max-width: 480px) {
    .page-header .page-call .button.ajax-area {
        position: static;
        /*margin-bottom: 10px;*/
    }

    .cart-new {
        margin-right: 0;
        margin-top: 10px;
    }

}

@media (max-width: 385px) {
    .cart-new {
        float: none;
        margin-bottom: 40px;
        margin-top: 0;
    }

    .page-logo {
        margin-bottom: 15px;
    }

    .page-header .page-call .button.ajax-area {
        width: 105px;
    }

}

/***ПЕРЕНЕСЕННЫЕ_СТИЛИ_END*****/
@media (max-width: 900px) {

    #bx-panel.bx-panel-fixed {
        top: 200px !important;
    }
}


.radio-inline input[type="radio"] {
    margin-left: -18px;
}
.maxtm1.findme {
    display: none;
}
.element-list .element-basket .button-submit.ajax-area.orderby__btn {
	margin: 0 0 0 10px;
	padding: 3px 9px;
}
.order__link {
	color: #b02220;
	font-size: 14px;
	font-weight: bold;
}

.price-item-element .order__link {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 440px) {
  .element-middle .name,
  .element-middle .with_old_name {
    margin: 0 !important;
    padding: 20px 10px !important;
  }
  
  .element-middle .name {
    position: absolute !important;
    left: 110px !important;
    top: 0 !important;
    right: 10px !important;
    width: auto !important;
    height: auto !important;
  }
  
  .element-middle .with_old_name {
    position: absolute !important;
    left: 110px !important;
    top: 40px !important;
    right: 10px !important;
    font-size: 12px !important;
    width: auto !important;
    height: auto !important;
  }
}

@media (max-width: 400px) {
  .element-middle .name a{
    font-size: 14px !important;
  }
  .element-middle .with_old_name {
    font-size: 11px !important;
  }
}

@media (max-width: 334px) {
  .element-middle .name a{
    font-size: 12px !important;
  }
  .element-middle .with_old_name {
    font-size: 9px !important;
  }
}

@media (max-width: 470px) {
    .page-logo img {
        max-height: 40px!important;
		margin-right: 5px!important;
    }
}
.bx_news li {
    display: flex;
    gap: 10px;
    align-items: center;
}
.bx_news a {
    border-bottom: none;
}
/* End */
/* /bitrix/templates/shell_custom/js/fancybox2/jquery.fancybox.css?15284052004203 */
/* /bitrix/templates/shell_custom/js/fancybox2/helpers/jquery.fancybox-thumbs.css?1528405200717 */
/* /bitrix/templates/shell_custom/css/jquery.sigma.css?15284052004170 */
/* /bitrix/templates/shell_custom/css/mmenu.min.css?175931721528652 */
/* /bitrix/templates/shell_custom/components/bitrix/sale.basket.basket.line/new_cart_top_shell/style.css?17533604134399 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1528459233666 */
/* /bitrix/templates/shell_custom/styles.css?17612207381606 */
/* /bitrix/templates/shell_custom/template_styles.css?176424465252756 */
