

/* Start:/bitrix/templates/small/css/jquery-ui.css?151697371138777*/
/*! jQuery UI - v1.11.1 - 2014-09-10 * http://jqueryui.com * Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.0em&cornerRadius=3px&bgColorHeader=cccccc&bgTextureHeader=highlight_hard&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=inset_soft&bgImgOpacityContent=100&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=f0f0f0&bgTextureDefault=highlight_hard&bgImgOpacityDefault=100&borderColorDefault=aaaaaa&fcDefault=000000&iconColorDefault=000000&bgColorHover=c7dfff&bgTextureHover=highlight_hard&bgImgOpacityHover=100&borderColorHover=7d98b8&fcHover=000000&iconColorHover=000000&bgColorActive=c7dfff&bgTextureActive=inset_hard&bgImgOpacityActive=65&borderColorActive=7d98b8&fcActive=000000&iconColorActive=000000&bgColorHighlight=fbf2d7&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=30&borderColorHighlight=d9d09f&fcHighlight=000000&iconColorHighlight=000000&bgColorError=fef1ec&bgTextureError=inset_soft&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px * Copyright 2014 jQuery Foundation and other contributors;
 Licensed MIT */


/* Layout helpers ----------------------------------*/

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
	/* support: IE7 */
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
	/* support: IE8 */
}

.ui-front {
	z-index: 1000;
}


/* Interaction Cues ----------------------------------*/

.ui-state-disabled {
	cursor: default !important;
}


/* Icons ----------------------------------*/


/* states and images */

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals ----------------------------------*/


/* Overlays */

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0;
	/* support: IE7 */
	font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible;
	/* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}


/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
	width: 2.2em;
}


/* button elements seem to need a little more width */

button.ui-button-icon-only {
	width: 2.4em;
}

.ui-button-icons-only {
	width: 3.4em;
}

button.ui-button-icons-only {
	width: 3.7em;
}


/* button text element */

.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}

.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}


/* no icon support for input elements, provide padding by default */

input.ui-button {
	padding: .4em 1em;
}


/* button icon element(s) */

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}


/* button sets */

.ui-buttonset {
	margin-right: 7px;
}

.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}


/* workarounds */


/* reset extra padding in Firefox, see h5bp.com/l */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}


/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}


/* RTL support */

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	position: relative;
	padding: 3px 1em 3px .4em;
	margin: 0;
	cursor: pointer;
	min-height: 0;
	/* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif; base64, R0lGODlhAQABAIAAAAAAAP ///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	overflow: hidden;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.ui-menu .ui-state-focus.ui-menu-item,
.ui-menu .ui-state-hover.ui-menu-item {
	border-left: 0;
	border-right: 0;
}

.ui-menu .ui-menu-item:last-child {
	border-bottom: 0;
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}


/* icon support */

.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: 0;
	border-left: 0;
	border-right: 0;
}


/* left-aligned */

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}


/* right-aligned */

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif; base64, R0lGODlhKAAoAIABAAAAAP ///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25);
	/* support: IE8 */
	opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}


/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}

.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}


/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}


/* vertically center icon */

.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}


/* TR overrides */

.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;
	/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
	border-width: 2px;
}


/* Component containers ----------------------------------*/

.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/upload/icons/jquery-ui/ui-bg_inset-soft_100_ffffff_1x100.png?r=4.1.14) 50% bottom repeat-x;
	color: #222222;
}

.ui-widget-content a {
	color: #004B91;
}

.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(/upload/icons/jquery-ui/ui-bg_highlight-hard_75_cccccc_1x100.png?r=4.1.14) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}

.ui-widget-header a {
	color: #222222;
}


/* Interaction states ----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #aaaaaa;
	background: #f0f0f0 url(/upload/icons/jquery-ui/ui-bg_highlight-hard_100_f0f0f0_1x100.png?r=4.1.14) 50% 50% repeat-x;
	font-weight: normal;
	color: #000000;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #000000;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #7d98b8;
	background: #c7dfff url(/upload/icons/jquery-ui/ui-bg_highlight-hard_100_c7dfff_1x100.png?r=4.1.14) 50% 50% repeat-x;
	font-weight: normal;
	color: #000000;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #000000;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #7d98b8;
	background: #c7dfff url(/upload/icons/jquery-ui/ui-bg_inset-hard_65_c7dfff_1x100.png?r=4.1.14) 50% 50% repeat-x;
	font-weight: normal;
	color: #000000;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #000000;
	text-decoration: none;
}


/* Interaction Cues ----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #d9d09f;
	background: #fbf2d7 url(/upload/icons/jquery-ui/ui-bg_highlight-soft_30_fbf2d7_1x100.png?r=4.1.14) 50% top repeat-x;
	color: #000000;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #000000;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(/upload/icons/jquery-ui/ui-bg_inset-soft_95_fef1ec_1x100.png?r=4.1.14) 50% bottom repeat-x;
	color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	/* support: IE8 */
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	/* support: IE8 */
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
	/* support: IE8 - See #6059 */
}


/* Icons ----------------------------------*/


/* states and images */

.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/upload/icons/jquery-ui/ui-icons_222222_256x240.png?r=4.1.14);
}

.ui-widget-header .ui-icon {
	background-image: url(/upload/icons/jquery-ui/ui-icons_222222_256x240.png?r=4.1.14);
}

.ui-state-default .ui-icon {
	background-image: url(/upload/icons/jquery-ui/ui-icons_000000_256x240.png?r=4.1.14);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/upload/icons/jquery-ui/ui-icons_000000_256x240.png?r=4.1.14);
}

.ui-state-active .ui-icon {
	background-image: url(/upload/icons/jquery-ui/ui-icons_000000_256x240.png?r=4.1.14);
}

.ui-state-highlight .ui-icon {
	background-image: url(/upload/icons/jquery-ui/ui-icons_000000_256x240.png?r=4.1.14);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/upload/icons/jquery-ui/ui-icons_cd0a0a_256x240.png?r=4.1.14);
}


/* positioning */

.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}


/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}


/* Misc visuals ----------------------------------*/


/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}


/* Overlays */

.ui-widget-overlay {
	background: #aaaaaa url(/upload/icons/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png?r=4.1.14) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	/* support: IE8 */
}

.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(/upload/icons/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png?r=4.1.14) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	/* support: IE8 */
	border-radius: 8px;
}

.ui-menu-item.ui-state-focus {
	border-left: none!important;
	border-right: none!important;
}

.ui-menu-item.ui-state-active {
	border-left: none!important;
	border-right: none!important;
}
/* End */


/* Start:/bitrix/templates/small/css/normalize.css?15168836826022*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html{
    font-family:sans-serif;
    line-height:1.15;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    margin:0
}
article,aside,footer,header,nav,section{
    display:block
}
h1{
    font-size:2em;
    margin:0.67em 0
}
figcaption,figure,main{
    display:block
}
figure{
    margin:1em 40px
}
hr{
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    height:0;
    overflow:visible
}
pre{
    font-family:monospace, monospace;
    font-size:1em
}
a{
    background-color:transparent;
    -webkit-text-decoration-skip:objects
}
a:active,a:hover{
    outline-width:0
}
abbr[title]{
    border-bottom:none;
    text-decoration:underline;
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
}
b,strong{
    font-weight:inherit
}
b,strong{
    font-weight:bolder
}
code,kbd,samp{
    font-family:monospace, monospace;
    font-size:1em
}
dfn{
    font-style:italic
}
mark{
    background-color:#ff0;
    color:#000
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub{
    bottom:-0.25em
}
sup{
    top:-0.5em
}
audio,video{
    display:inline-block
}
audio:not([controls]){
    display:none;
    height:0
}
img{
    border-style:none
}
svg:not(:root){
    overflow:hidden
}
button,input,optgroup,select,textarea{
    font-family:sans-serif;
    font-size:100%;
    line-height:1.15;
    margin:0
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
button,html [type="button"],[type="reset"],[type="submit"]{
    -webkit-appearance:button
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{
    border-style:none;
    padding:0
}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{
    outline:1px dotted ButtonText
}
fieldset{
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:0.35em 0.625em 0.75em
}
legend{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal
}
progress{
    display:inline-block;
    vertical-align:baseline
}
textarea{
    overflow:auto
}
[type="checkbox"],[type="radio"]{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{
    height:auto
}
[type="search"]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
details,menu{
    display:block
}
summary{
    display:list-item
}
canvas{
    display:inline-block
}
template{
    display:none
}
[hidden]{
    display:none
}
html{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
*,*::before,*::after{
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}
@-ms-viewport{
    width:device-width
}
html{
    -ms-overflow-style:scrollbar;
    -webkit-tap-highlight-color:transparent
}
body{
    font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size:1rem;
    font-weight:normal;
    line-height:1.5;
    color:#292b2c;
    background-color:#fff
}
[tabindex="-1"]:focus{
    outline:none !important
}
h1,h2,h3,h4,h5,h6{
    margin-top:0;
    margin-bottom:.5rem
}
p{
    margin-top:0;
    margin-bottom:1rem
}
abbr[title],abbr[data-original-title]{
    cursor:help
}
address{
    margin-bottom:1rem;
    font-style:normal;
    line-height:inherit
}
ol,ul,dl{
    margin-top:0;
    margin-bottom:1rem
}
ol ol,ul ul,ol ul,ul ol{
    margin-bottom:0
}
dt{
    font-weight:bold
}
dd{
    margin-bottom:.5rem;
    margin-left:0
}
blockquote{
    margin:0 0 1rem
}
a{
    color:#0275d8;
    text-decoration:none
}
a:focus,a:hover{
    color:#014c8c;
    text-decoration:underline
}
a:not([href]):not([tabindex]){
    color:inherit;
    text-decoration:none
}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{
    color:inherit;
    text-decoration:none
}
a:not([href]):not([tabindex]):focus{
    outline:0
}
pre{
    margin-top:0;
    margin-bottom:1rem;
    overflow:auto
}
figure{
    margin:0 0 1rem
}
img{
    vertical-align:middle
}
[role="button"]{
    cursor:pointer
}
a,area,button,[role="button"],input,label,select,summary,textarea{
    -ms-touch-action:manipulation;
    touch-action:manipulation
}
table{
    border-collapse:collapse;
    background-color:transparent
}
caption{
    padding-top:.75rem;
    padding-bottom:.75rem;
    color:#636c72;
    text-align:left;
    caption-side:bottom
}
th{
    text-align:left
}
label{
    display:inline-block;
    margin-bottom:.5rem
}
button:focus{
    outline:1px dotted;
    outline:5px auto -webkit-focus-ring-color
}
input,button,select,textarea{
    line-height:inherit
}
input[type="radio"]:disabled,input[type="checkbox"]:disabled{
    cursor:not-allowed
}
input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{
    -webkit-appearance:listbox
}
textarea{
    resize:vertical
}
fieldset{
    min-width:0;
    padding:0;
    margin:0;
    border:0
}
legend{
    display:block;
    width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:1.5rem;
    line-height:inherit
}
input[type="search"]{
    -webkit-appearance:none
}
output{
    display:inline-block
}
[hidden]{
    display:none !important
}
/* End */


/* Start:/bitrix/templates/small/css/zk-bootstrap.css?151688403031881*/
@-ms-viewport{
    width:device-width
}
html{
    box-sizing:border-box;
    -ms-overflow-style:scrollbar
}
*,*::before,*::after{
    box-sizing:inherit
}
.zk-container{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    padding-right:10px;
    padding-left:10px
}
@media (min-width: 576px){
    .zk-container{
        padding-right:10px;
        padding-left:10px
    }
}
@media (min-width: 768px){
    .zk-container{
        padding-right:10px;
        padding-left:10px
    }
}
@media (min-width: 992px){
    .zk-container{
        padding-right:10px;
        padding-left:10px
    }
}
@media (min-width: 1200px){
    .zk-container{
        padding-right:10px;
        padding-left:10px
    }
}
@media (min-width: 576px){
    .zk-container{
        width:100%;
        max-width:100%
    }
}
@media (min-width: 768px){
    .zk-container{
        width:720px;
        max-width:100%
    }
}
@media (min-width: 992px){
    .zk-container{
        width:960px;
        max-width:100%
    }
}
@media (min-width: 1200px){
    .zk-container{
        width:1180px;
        max-width:100%
    }
}
@media (min-width: 1400px){
    .zk-container{
        width:1380px;
        max-width:100%
    }
}
.zk-container-fluid{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    padding-right:10px;
    padding-left:10px
}
@media (min-width: 576px){
    .zk-container-fluid{
        padding-right:10px;
        padding-left:10px
    }
}
@media (min-width: 768px){
    .zk-container-fluid{
        padding-right:10px;
        padding-left:10px
    }
}
@media (min-width: 992px){
    .zk-container-fluid{
        padding-right:10px;
        padding-left:10px
    }
}
@media (min-width: 1200px){
    .zk-container-fluid{
        padding-right:10px;
        padding-left:10px
    }
}
.zk-row{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-10px;
    margin-left:-10px
}
@media (min-width: 576px){
    .zk-row{
        margin-right:-10px;
        margin-left:-10px
    }
}
@media (min-width: 768px){
    .zk-row{
        margin-right:-10px;
        margin-left:-10px
    }
}
@media (min-width: 992px){
    .zk-row{
        margin-right:-10px;
        margin-left:-10px
    }
}
@media (min-width: 1200px){
    .zk-row{
        margin-right:-10px;
        margin-left:-10px
    }
}
.no-gutters{
    margin-right:0;
    margin-left:0
}
.no-gutters>.zk-col,.no-gutters>[class*="zk-col-"],.no-gutters>[class*="zk-col__"]{
    padding-right:0;
    padding-left:0
}
.zk-col-1,.zk-col-2,.zk-col-3,.zk-col-4,.zk-col-5,.zk-col-6,.zk-col-7,.zk-col-8,.zk-col-9,.zk-col-10,.zk-col-11,.zk-col-12,.zk-col,.zk-col__sm-1,.zk-col__sm-2,.zk-col__sm-3,.zk-col__sm-4,.zk-col__sm-5,.zk-col__sm-6,.zk-col__sm-7,.zk-col__sm-8,.zk-col__sm-9,.zk-col__sm-10,.zk-col__sm-11,.zk-col__sm-12,.zk-col__sm,.zk-col__md-1,.zk-col__md-2,.zk-col__md-3,.zk-col__md-4,.zk-col__md-5,.zk-col__md-6,.zk-col__md-7,.zk-col__md-8,.zk-col__md-9,.zk-col__md-10,.zk-col__md-11,.zk-col__md-12,.zk-col__md,.zk-col__lg-1,.zk-col__lg-2,.zk-col__lg-3,.zk-col__lg-4,.zk-col__lg-5,.zk-col__lg-6,.zk-col__lg-7,.zk-col__lg-8,.zk-col__lg-9,.zk-col__lg-10,.zk-col__lg-11,.zk-col__lg-12,.zk-col__lg,.zk-col__xl-1,.zk-col__xl-2,.zk-col__xl-3,.zk-col__xl-4,.zk-col__xl-5,.zk-col__xl-6,.zk-col__xl-7,.zk-col__xl-8,.zk-col__xl-9,.zk-col__xl-10,.zk-col__xl-11,.zk-col__xl-12,.zk-col__xl,.zk-col__xxl-1,.zk-col__xxl-2,.zk-col__xxl-3,.zk-col__xxl-4,.zk-col__xxl-5,.zk-col__xxl-6,.zk-col__xxl-7,.zk-col__xxl-8,.zk-col__xxl-9,.zk-col__xxl-10,.zk-col__xxl-11,.zk-col__xxl-12,.zk-col__xxl{
    position:relative;
    width:100%;
    min-height:1px;
    padding-right:10px;
    padding-left:10px
}
@media (min-width: 576px){
    .zk-col-1,.zk-col-2,.zk-col-3,.zk-col-4,.zk-col-5,.zk-col-6,.zk-col-7,.zk-col-8,.zk-col-9,.zk-col-10,.zk-col-11,.zk-col-12,.zk-col,.zk-col__sm-1,.zk-col__sm-2,.zk-col__sm-3,.zk-col__sm-4,.zk-col__sm-5,.zk-col__sm-6,.zk-col__sm-7,.zk-col__sm-8,.zk-col__sm-9,.zk-col__sm-10,.zk-col__sm-11,.zk-col__sm-12,.zk-col__sm,.zk-col__md-1,.zk-col__md-2,.zk-col__md-3,.zk-col__md-4,.zk-col__md-5,.zk-col__md-6,.zk-col__md-7,.zk-col__md-8,.zk-col__md-9,.zk-col__md-10,.zk-col__md-11,.zk-col__md-12,.zk-col__md,.zk-col__lg-1,.zk-col__lg-2,.zk-col__lg-3,.zk-col__lg-4,.zk-col__lg-5,.zk-col__lg-6,.zk-col__lg-7,.zk-col__lg-8,.zk-col__lg-9,.zk-col__lg-10,.zk-col__lg-11,.zk-col__lg-12,.zk-col__lg,.zk-col__xl-1,.zk-col__xl-2,.zk-col__xl-3,.zk-col__xl-4,.zk-col__xl-5,.zk-col__xl-6,.zk-col__xl-7,.zk-col__xl-8,.zk-col__xl-9,.zk-col__xl-10,.zk-col__xl-11,.zk-col__xl-12,.zk-col__xl,.zk-col__xxl-1,.zk-col__xxl-2,.zk-col__xxl-3,.zk-col__xxl-4,.zk-col__xxl-5,.zk-col__xxl-6,.zk-col__xxl-7,.zk-col__xxl-8,.zk-col__xxl-9,.zk-col__xxl-10,.zk-col__xxl-11,.zk-col__xxl-12,.zk-col__xxl{
        padding-right:10px;
        padding-left:10px
    }
}
@media (min-width: 768px){
    .zk-col-1,.zk-col-2,.zk-col-3,.zk-col-4,.zk-col-5,.zk-col-6,.zk-col-7,.zk-col-8,.zk-col-9,.zk-col-10,.zk-col-11,.zk-col-12,.zk-col,.zk-col__sm-1,.zk-col__sm-2,.zk-col__sm-3,.zk-col__sm-4,.zk-col__sm-5,.zk-col__sm-6,.zk-col__sm-7,.zk-col__sm-8,.zk-col__sm-9,.zk-col__sm-10,.zk-col__sm-11,.zk-col__sm-12,.zk-col__sm,.zk-col__md-1,.zk-col__md-2,.zk-col__md-3,.zk-col__md-4,.zk-col__md-5,.zk-col__md-6,.zk-col__md-7,.zk-col__md-8,.zk-col__md-9,.zk-col__md-10,.zk-col__md-11,.zk-col__md-12,.zk-col__md,.zk-col__lg-1,.zk-col__lg-2,.zk-col__lg-3,.zk-col__lg-4,.zk-col__lg-5,.zk-col__lg-6,.zk-col__lg-7,.zk-col__lg-8,.zk-col__lg-9,.zk-col__lg-10,.zk-col__lg-11,.zk-col__lg-12,.zk-col__lg,.zk-col__xl-1,.zk-col__xl-2,.zk-col__xl-3,.zk-col__xl-4,.zk-col__xl-5,.zk-col__xl-6,.zk-col__xl-7,.zk-col__xl-8,.zk-col__xl-9,.zk-col__xl-10,.zk-col__xl-11,.zk-col__xl-12,.zk-col__xl,.zk-col__xxl-1,.zk-col__xxl-2,.zk-col__xxl-3,.zk-col__xxl-4,.zk-col__xxl-5,.zk-col__xxl-6,.zk-col__xxl-7,.zk-col__xxl-8,.zk-col__xxl-9,.zk-col__xxl-10,.zk-col__xxl-11,.zk-col__xxl-12,.zk-col__xxl{
        padding-right:10px;
        padding-left:10px
    }
}
@media (min-width: 992px){
    .zk-col-1,.zk-col-2,.zk-col-3,.zk-col-4,.zk-col-5,.zk-col-6,.zk-col-7,.zk-col-8,.zk-col-9,.zk-col-10,.zk-col-11,.zk-col-12,.zk-col,.zk-col__sm-1,.zk-col__sm-2,.zk-col__sm-3,.zk-col__sm-4,.zk-col__sm-5,.zk-col__sm-6,.zk-col__sm-7,.zk-col__sm-8,.zk-col__sm-9,.zk-col__sm-10,.zk-col__sm-11,.zk-col__sm-12,.zk-col__sm,.zk-col__md-1,.zk-col__md-2,.zk-col__md-3,.zk-col__md-4,.zk-col__md-5,.zk-col__md-6,.zk-col__md-7,.zk-col__md-8,.zk-col__md-9,.zk-col__md-10,.zk-col__md-11,.zk-col__md-12,.zk-col__md,.zk-col__lg-1,.zk-col__lg-2,.zk-col__lg-3,.zk-col__lg-4,.zk-col__lg-5,.zk-col__lg-6,.zk-col__lg-7,.zk-col__lg-8,.zk-col__lg-9,.zk-col__lg-10,.zk-col__lg-11,.zk-col__lg-12,.zk-col__lg,.zk-col__xl-1,.zk-col__xl-2,.zk-col__xl-3,.zk-col__xl-4,.zk-col__xl-5,.zk-col__xl-6,.zk-col__xl-7,.zk-col__xl-8,.zk-col__xl-9,.zk-col__xl-10,.zk-col__xl-11,.zk-col__xl-12,.zk-col__xl,.zk-col__xxl-1,.zk-col__xxl-2,.zk-col__xxl-3,.zk-col__xxl-4,.zk-col__xxl-5,.zk-col__xxl-6,.zk-col__xxl-7,.zk-col__xxl-8,.zk-col__xxl-9,.zk-col__xxl-10,.zk-col__xxl-11,.zk-col__xxl-12,.zk-col__xxl{
        padding-right:10px;
        padding-left:10px
    }
}
@media (min-width: 1200px){
    .zk-col-1,.zk-col-2,.zk-col-3,.zk-col-4,.zk-col-5,.zk-col-6,.zk-col-7,.zk-col-8,.zk-col-9,.zk-col-10,.zk-col-11,.zk-col-12,.zk-col,.zk-col__sm-1,.zk-col__sm-2,.zk-col__sm-3,.zk-col__sm-4,.zk-col__sm-5,.zk-col__sm-6,.zk-col__sm-7,.zk-col__sm-8,.zk-col__sm-9,.zk-col__sm-10,.zk-col__sm-11,.zk-col__sm-12,.zk-col__sm,.zk-col__md-1,.zk-col__md-2,.zk-col__md-3,.zk-col__md-4,.zk-col__md-5,.zk-col__md-6,.zk-col__md-7,.zk-col__md-8,.zk-col__md-9,.zk-col__md-10,.zk-col__md-11,.zk-col__md-12,.zk-col__md,.zk-col__lg-1,.zk-col__lg-2,.zk-col__lg-3,.zk-col__lg-4,.zk-col__lg-5,.zk-col__lg-6,.zk-col__lg-7,.zk-col__lg-8,.zk-col__lg-9,.zk-col__lg-10,.zk-col__lg-11,.zk-col__lg-12,.zk-col__lg,.zk-col__xl-1,.zk-col__xl-2,.zk-col__xl-3,.zk-col__xl-4,.zk-col__xl-5,.zk-col__xl-6,.zk-col__xl-7,.zk-col__xl-8,.zk-col__xl-9,.zk-col__xl-10,.zk-col__xl-11,.zk-col__xl-12,.zk-col__xl,.zk-col__xxl-1,.zk-col__xxl-2,.zk-col__xxl-3,.zk-col__xxl-4,.zk-col__xxl-5,.zk-col__xxl-6,.zk-col__xxl-7,.zk-col__xxl-8,.zk-col__xxl-9,.zk-col__xxl-10,.zk-col__xxl-11,.zk-col__xxl-12,.zk-col__xxl{
        padding-right:10px;
        padding-left:10px
    }
}
.zk-col{
    -webkit-flex-basis:0;
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-flex-grow:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%
}
.zk-col-auto{
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto
}
.zk-col-1{
    -webkit-flex:0 0 8.33333%;
    -ms-flex:0 0 8.33333%;
    flex:0 0 8.33333%;
    max-width:8.33333%
}
.zk-col-2{
    -webkit-flex:0 0 16.66667%;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
}
.zk-col-3{
    -webkit-flex:0 0 25%;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
}
.zk-col-4{
    -webkit-flex:0 0 33.33333%;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
}
.zk-col-5{
    -webkit-flex:0 0 41.66667%;
    -ms-flex:0 0 41.66667%;
    flex:0 0 41.66667%;
    max-width:41.66667%
}
.zk-col-6{
    -webkit-flex:0 0 50%;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
}
.zk-col-7{
    -webkit-flex:0 0 58.33333%;
    -ms-flex:0 0 58.33333%;
    flex:0 0 58.33333%;
    max-width:58.33333%
}
.zk-col-8{
    -webkit-flex:0 0 66.66667%;
    -ms-flex:0 0 66.66667%;
    flex:0 0 66.66667%;
    max-width:66.66667%
}
.zk-col-9{
    -webkit-flex:0 0 75%;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%
}
.zk-col-10{
    -webkit-flex:0 0 83.33333%;
    -ms-flex:0 0 83.33333%;
    flex:0 0 83.33333%;
    max-width:83.33333%
}
.zk-col-11{
    -webkit-flex:0 0 91.66667%;
    -ms-flex:0 0 91.66667%;
    flex:0 0 91.66667%;
    max-width:91.66667%
}
.zk-col-12{
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
.pull-0{
    right:auto
}
.pull-1{
    right:8.33333%
}
.pull-2{
    right:16.66667%
}
.pull-3{
    right:25%
}
.pull-4{
    right:33.33333%
}
.pull-5{
    right:41.66667%
}
.pull-6{
    right:50%
}
.pull-7{
    right:58.33333%
}
.pull-8{
    right:66.66667%
}
.pull-9{
    right:75%
}
.pull-10{
    right:83.33333%
}
.pull-11{
    right:91.66667%
}
.pull-12{
    right:100%
}
.push-0{
    left:auto
}
.push-1{
    left:8.33333%
}
.push-2{
    left:16.66667%
}
.push-3{
    left:25%
}
.push-4{
    left:33.33333%
}
.push-5{
    left:41.66667%
}
.push-6{
    left:50%
}
.push-7{
    left:58.33333%
}
.push-8{
    left:66.66667%
}
.push-9{
    left:75%
}
.push-10{
    left:83.33333%
}
.push-11{
    left:91.66667%
}
.push-12{
    left:100%
}
.offset-1{
    margin-left:8.33333%
}
.offset-2{
    margin-left:16.66667%
}
.offset-3{
    margin-left:25%
}
.offset-4{
    margin-left:33.33333%
}
.offset-5{
    margin-left:41.66667%
}
.offset-6{
    margin-left:50%
}
.offset-7{
    margin-left:58.33333%
}
.offset-8{
    margin-left:66.66667%
}
.offset-9{
    margin-left:75%
}
.offset-10{
    margin-left:83.33333%
}
.offset-11{
    margin-left:91.66667%
}
@media (min-width: 576px){
    .zk-col__sm{
        -webkit-flex-basis:0;
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -webkit-flex-grow:1;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .zk-col__sm-auto{
        -webkit-flex:0 0 auto;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
    .zk-col__sm-1{
        -webkit-flex:0 0 8.33333%;
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .zk-col__sm-2{
        -webkit-flex:0 0 16.66667%;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .zk-col__sm-3{
        -webkit-flex:0 0 25%;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .zk-col__sm-4{
        -webkit-flex:0 0 33.33333%;
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .zk-col__sm-5{
        -webkit-flex:0 0 41.66667%;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .zk-col__sm-6{
        -webkit-flex:0 0 50%;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .zk-col__sm-7{
        -webkit-flex:0 0 58.33333%;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .zk-col__sm-8{
        -webkit-flex:0 0 66.66667%;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .zk-col__sm-9{
        -webkit-flex:0 0 75%;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .zk-col__sm-10{
        -webkit-flex:0 0 83.33333%;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .zk-col__sm-11{
        -webkit-flex:0 0 91.66667%;
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .zk-col__sm-12{
        -webkit-flex:0 0 100%;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .pull__sm-0{
        right:auto
    }
    .pull__sm-1{
        right:8.33333%
    }
    .pull__sm-2{
        right:16.66667%
    }
    .pull__sm-3{
        right:25%
    }
    .pull__sm-4{
        right:33.33333%
    }
    .pull__sm-5{
        right:41.66667%
    }
    .pull__sm-6{
        right:50%
    }
    .pull__sm-7{
        right:58.33333%
    }
    .pull__sm-8{
        right:66.66667%
    }
    .pull__sm-9{
        right:75%
    }
    .pull__sm-10{
        right:83.33333%
    }
    .pull__sm-11{
        right:91.66667%
    }
    .pull__sm-12{
        right:100%
    }
    .push__sm-0{
        left:auto
    }
    .push__sm-1{
        left:8.33333%
    }
    .push__sm-2{
        left:16.66667%
    }
    .push__sm-3{
        left:25%
    }
    .push__sm-4{
        left:33.33333%
    }
    .push__sm-5{
        left:41.66667%
    }
    .push__sm-6{
        left:50%
    }
    .push__sm-7{
        left:58.33333%
    }
    .push__sm-8{
        left:66.66667%
    }
    .push__sm-9{
        left:75%
    }
    .push__sm-10{
        left:83.33333%
    }
    .push__sm-11{
        left:91.66667%
    }
    .push__sm-12{
        left:100%
    }
    .offset__sm-0{
        margin-left:0%
    }
    .offset__sm-1{
        margin-left:8.33333%
    }
    .offset__sm-2{
        margin-left:16.66667%
    }
    .offset__sm-3{
        margin-left:25%
    }
    .offset__sm-4{
        margin-left:33.33333%
    }
    .offset__sm-5{
        margin-left:41.66667%
    }
    .offset__sm-6{
        margin-left:50%
    }
    .offset__sm-7{
        margin-left:58.33333%
    }
    .offset__sm-8{
        margin-left:66.66667%
    }
    .offset__sm-9{
        margin-left:75%
    }
    .offset__sm-10{
        margin-left:83.33333%
    }
    .offset__sm-11{
        margin-left:91.66667%
    }
}
@media (min-width: 768px){
    .zk-col__md{
        -webkit-flex-basis:0;
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -webkit-flex-grow:1;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .zk-col__md-auto{
        -webkit-flex:0 0 auto;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
    .zk-col__md-1{
        -webkit-flex:0 0 8.33333%;
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .zk-col__md-2{
        -webkit-flex:0 0 16.66667%;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .zk-col__md-3{
        -webkit-flex:0 0 25%;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .zk-col__md-4{
        -webkit-flex:0 0 33.33333%;
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .zk-col__md-5{
        -webkit-flex:0 0 41.66667%;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .zk-col__md-6{
        -webkit-flex:0 0 50%;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .zk-col__md-7{
        -webkit-flex:0 0 58.33333%;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .zk-col__md-8{
        -webkit-flex:0 0 66.66667%;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .zk-col__md-9{
        -webkit-flex:0 0 75%;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .zk-col__md-10{
        -webkit-flex:0 0 83.33333%;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .zk-col__md-11{
        -webkit-flex:0 0 91.66667%;
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .zk-col__md-12{
        -webkit-flex:0 0 100%;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .pull__md-0{
        right:auto
    }
    .pull__md-1{
        right:8.33333%
    }
    .pull__md-2{
        right:16.66667%
    }
    .pull__md-3{
        right:25%
    }
    .pull__md-4{
        right:33.33333%
    }
    .pull__md-5{
        right:41.66667%
    }
    .pull__md-6{
        right:50%
    }
    .pull__md-7{
        right:58.33333%
    }
    .pull__md-8{
        right:66.66667%
    }
    .pull__md-9{
        right:75%
    }
    .pull__md-10{
        right:83.33333%
    }
    .pull__md-11{
        right:91.66667%
    }
    .pull__md-12{
        right:100%
    }
    .push__md-0{
        left:auto
    }
    .push__md-1{
        left:8.33333%
    }
    .push__md-2{
        left:16.66667%
    }
    .push__md-3{
        left:25%
    }
    .push__md-4{
        left:33.33333%
    }
    .push__md-5{
        left:41.66667%
    }
    .push__md-6{
        left:50%
    }
    .push__md-7{
        left:58.33333%
    }
    .push__md-8{
        left:66.66667%
    }
    .push__md-9{
        left:75%
    }
    .push__md-10{
        left:83.33333%
    }
    .push__md-11{
        left:91.66667%
    }
    .push__md-12{
        left:100%
    }
    .offset__md-0{
        margin-left:0%
    }
    .offset__md-1{
        margin-left:8.33333%
    }
    .offset__md-2{
        margin-left:16.66667%
    }
    .offset__md-3{
        margin-left:25%
    }
    .offset__md-4{
        margin-left:33.33333%
    }
    .offset__md-5{
        margin-left:41.66667%
    }
    .offset__md-6{
        margin-left:50%
    }
    .offset__md-7{
        margin-left:58.33333%
    }
    .offset__md-8{
        margin-left:66.66667%
    }
    .offset__md-9{
        margin-left:75%
    }
    .offset__md-10{
        margin-left:83.33333%
    }
    .offset__md-11{
        margin-left:91.66667%
    }
}
@media (min-width: 992px){
    .zk-col__lg{
        -webkit-flex-basis:0;
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -webkit-flex-grow:1;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .zk-col__lg-auto{
        -webkit-flex:0 0 auto;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
    .zk-col__lg-1{
        -webkit-flex:0 0 8.33333%;
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .zk-col__lg-2{
        -webkit-flex:0 0 16.66667%;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .zk-col__lg-3{
        -webkit-flex:0 0 25%;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .zk-col__lg-4{
        -webkit-flex:0 0 33.33333%;
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .zk-col__lg-5{
        -webkit-flex:0 0 41.66667%;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .zk-col__lg-6{
        -webkit-flex:0 0 50%;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .zk-col__lg-7{
        -webkit-flex:0 0 58.33333%;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .zk-col__lg-8{
        -webkit-flex:0 0 66.66667%;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .zk-col__lg-9{
        -webkit-flex:0 0 75%;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .zk-col__lg-10{
        -webkit-flex:0 0 83.33333%;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .zk-col__lg-11{
        -webkit-flex:0 0 91.66667%;
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .zk-col__lg-12{
        -webkit-flex:0 0 100%;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .pull__lg-0{
        right:auto
    }
    .pull__lg-1{
        right:8.33333%
    }
    .pull__lg-2{
        right:16.66667%
    }
    .pull__lg-3{
        right:25%
    }
    .pull__lg-4{
        right:33.33333%
    }
    .pull__lg-5{
        right:41.66667%
    }
    .pull__lg-6{
        right:50%
    }
    .pull__lg-7{
        right:58.33333%
    }
    .pull__lg-8{
        right:66.66667%
    }
    .pull__lg-9{
        right:75%
    }
    .pull__lg-10{
        right:83.33333%
    }
    .pull__lg-11{
        right:91.66667%
    }
    .pull__lg-12{
        right:100%
    }
    .push__lg-0{
        left:auto
    }
    .push__lg-1{
        left:8.33333%
    }
    .push__lg-2{
        left:16.66667%
    }
    .push__lg-3{
        left:25%
    }
    .push__lg-4{
        left:33.33333%
    }
    .push__lg-5{
        left:41.66667%
    }
    .push__lg-6{
        left:50%
    }
    .push__lg-7{
        left:58.33333%
    }
    .push__lg-8{
        left:66.66667%
    }
    .push__lg-9{
        left:75%
    }
    .push__lg-10{
        left:83.33333%
    }
    .push__lg-11{
        left:91.66667%
    }
    .push__lg-12{
        left:100%
    }
    .offset__lg-0{
        margin-left:0%
    }
    .offset__lg-1{
        margin-left:8.33333%
    }
    .offset__lg-2{
        margin-left:16.66667%
    }
    .offset__lg-3{
        margin-left:25%
    }
    .offset__lg-4{
        margin-left:33.33333%
    }
    .offset__lg-5{
        margin-left:41.66667%
    }
    .offset__lg-6{
        margin-left:50%
    }
    .offset__lg-7{
        margin-left:58.33333%
    }
    .offset__lg-8{
        margin-left:66.66667%
    }
    .offset__lg-9{
        margin-left:75%
    }
    .offset__lg-10{
        margin-left:83.33333%
    }
    .offset__lg-11{
        margin-left:91.66667%
    }
}
@media (min-width: 1200px){
    .zk-col__xl{
        -webkit-flex-basis:0;
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -webkit-flex-grow:1;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .zk-col__xl-auto{
        -webkit-flex:0 0 auto;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
    .zk-col__xl-1{
        -webkit-flex:0 0 8.33333%;
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .zk-col__xl-2{
        -webkit-flex:0 0 16.66667%;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .zk-col__xl-3{
        -webkit-flex:0 0 25%;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .zk-col__xl-4{
        -webkit-flex:0 0 33.33333%;
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .zk-col__xl-5{
        -webkit-flex:0 0 41.66667%;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .zk-col__xl-6{
        -webkit-flex:0 0 50%;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .zk-col__xl-7{
        -webkit-flex:0 0 58.33333%;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .zk-col__xl-8{
        -webkit-flex:0 0 66.66667%;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .zk-col__xl-9{
        -webkit-flex:0 0 75%;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .zk-col__xl-10{
        -webkit-flex:0 0 83.33333%;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .zk-col__xl-11{
        -webkit-flex:0 0 91.66667%;
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .zk-col__xl-12{
        -webkit-flex:0 0 100%;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .pull__xl-0{
        right:auto
    }
    .pull__xl-1{
        right:8.33333%
    }
    .pull__xl-2{
        right:16.66667%
    }
    .pull__xl-3{
        right:25%
    }
    .pull__xl-4{
        right:33.33333%
    }
    .pull__xl-5{
        right:41.66667%
    }
    .pull__xl-6{
        right:50%
    }
    .pull__xl-7{
        right:58.33333%
    }
    .pull__xl-8{
        right:66.66667%
    }
    .pull__xl-9{
        right:75%
    }
    .pull__xl-10{
        right:83.33333%
    }
    .pull__xl-11{
        right:91.66667%
    }
    .pull__xl-12{
        right:100%
    }
    .push__xl-0{
        left:auto
    }
    .push__xl-1{
        left:8.33333%
    }
    .push__xl-2{
        left:16.66667%
    }
    .push__xl-3{
        left:25%
    }
    .push__xl-4{
        left:33.33333%
    }
    .push__xl-5{
        left:41.66667%
    }
    .push__xl-6{
        left:50%
    }
    .push__xl-7{
        left:58.33333%
    }
    .push__xl-8{
        left:66.66667%
    }
    .push__xl-9{
        left:75%
    }
    .push__xl-10{
        left:83.33333%
    }
    .push__xl-11{
        left:91.66667%
    }
    .push__xl-12{
        left:100%
    }
    .offset__xl-0{
        margin-left:0%
    }
    .offset__xl-1{
        margin-left:8.33333%
    }
    .offset__xl-2{
        margin-left:16.66667%
    }
    .offset__xl-3{
        margin-left:25%
    }
    .offset__xl-4{
        margin-left:33.33333%
    }
    .offset__xl-5{
        margin-left:41.66667%
    }
    .offset__xl-6{
        margin-left:50%
    }
    .offset__xl-7{
        margin-left:58.33333%
    }
    .offset__xl-8{
        margin-left:66.66667%
    }
    .offset__xl-9{
        margin-left:75%
    }
    .offset__xl-10{
        margin-left:83.33333%
    }
    .offset__xl-11{
        margin-left:91.66667%
    }
}
@media (min-width: 1400px){
    .zk-col__xxl{
        -webkit-flex-basis:0;
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -webkit-flex-grow:1;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .zk-col__xxl-auto{
        -webkit-flex:0 0 auto;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
    .zk-col__xxl-1{
        -webkit-flex:0 0 8.33333%;
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .zk-col__xxl-2{
        -webkit-flex:0 0 16.66667%;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .zk-col__xxl-3{
        -webkit-flex:0 0 25%;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .zk-col__xxl-4{
        -webkit-flex:0 0 33.33333%;
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .zk-col__xxl-5{
        -webkit-flex:0 0 41.66667%;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .zk-col__xxl-6{
        -webkit-flex:0 0 50%;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .zk-col__xxl-7{
        -webkit-flex:0 0 58.33333%;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .zk-col__xxl-8{
        -webkit-flex:0 0 66.66667%;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .zk-col__xxl-9{
        -webkit-flex:0 0 75%;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .zk-col__xxl-10{
        -webkit-flex:0 0 83.33333%;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .zk-col__xxl-11{
        -webkit-flex:0 0 91.66667%;
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .zk-col__xxl-12{
        -webkit-flex:0 0 100%;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .pull__xxl-0{
        right:auto
    }
    .pull__xxl-1{
        right:8.33333%
    }
    .pull__xxl-2{
        right:16.66667%
    }
    .pull__xxl-3{
        right:25%
    }
    .pull__xxl-4{
        right:33.33333%
    }
    .pull__xxl-5{
        right:41.66667%
    }
    .pull__xxl-6{
        right:50%
    }
    .pull__xxl-7{
        right:58.33333%
    }
    .pull__xxl-8{
        right:66.66667%
    }
    .pull__xxl-9{
        right:75%
    }
    .pull__xxl-10{
        right:83.33333%
    }
    .pull__xxl-11{
        right:91.66667%
    }
    .pull__xxl-12{
        right:100%
    }
    .push__xxl-0{
        left:auto
    }
    .push__xxl-1{
        left:8.33333%
    }
    .push__xxl-2{
        left:16.66667%
    }
    .push__xxl-3{
        left:25%
    }
    .push__xxl-4{
        left:33.33333%
    }
    .push__xxl-5{
        left:41.66667%
    }
    .push__xxl-6{
        left:50%
    }
    .push__xxl-7{
        left:58.33333%
    }
    .push__xxl-8{
        left:66.66667%
    }
    .push__xxl-9{
        left:75%
    }
    .push__xxl-10{
        left:83.33333%
    }
    .push__xxl-11{
        left:91.66667%
    }
    .push__xxl-12{
        left:100%
    }
    .offset__xxl-0{
        margin-left:0%
    }
    .offset__xxl-1{
        margin-left:8.33333%
    }
    .offset__xxl-2{
        margin-left:16.66667%
    }
    .offset__xxl-3{
        margin-left:25%
    }
    .offset__xxl-4{
        margin-left:33.33333%
    }
    .offset__xxl-5{
        margin-left:41.66667%
    }
    .offset__xxl-6{
        margin-left:50%
    }
    .offset__xxl-7{
        margin-left:58.33333%
    }
    .offset__xxl-8{
        margin-left:66.66667%
    }
    .offset__xxl-9{
        margin-left:75%
    }
    .offset__xxl-10{
        margin-left:83.33333%
    }
    .offset__xxl-11{
        margin-left:91.66667%
    }
}
/* End */


/* Start:/bitrix/templates/small/css/nouislider.css?15168840934493*/
/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
.noUi-target,.noUi-target *{
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-user-select:none;
    -ms-touch-action:none;
    touch-action:none;
    -ms-user-select:none;
    -moz-user-select:none;
    user-select:none;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.noUi-target{
    position:relative;
    direction:ltr
}
.noUi-base{
    width:100%;
    height:100%;
    position:relative;
    z-index:1
}
.noUi-connect{
    position:absolute;
    right:0;
    top:0;
    left:0;
    bottom:0
}
.noUi-origin{
    position:absolute;
    height:0;
    width:0
}
.noUi-handle{
    position:relative;
    z-index:1
}
.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{
    -webkit-transition:top .3s,right .3s,bottom .3s,left .3s;
    transition:top .3s,right .3s,bottom .3s,left .3s
}
.noUi-state-drag *{
    cursor:inherit!important
}
.noUi-base,.noUi-handle{
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.noUi-horizontal{
    height:18px
}
.noUi-horizontal .noUi-handle{
    width:34px;
    height:28px;
    left:-17px;
    top:-6px
}
.noUi-vertical{
    width:18px
}
.noUi-vertical .noUi-handle{
    width:28px;
    height:34px;
    left:-6px;
    top:-17px
}
.noUi-target{
    background:#FAFAFA;
    border-radius:4px;
    border:1px solid #D3D3D3;
    box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB
}
.noUi-connect{
    background:#3FB8AF;
    border-radius:4px;
    box-shadow:inset 0 0 3px rgba(51,51,51,.45);
    -webkit-transition:background 450ms;
    transition:background 450ms
}
.noUi-draggable{
    cursor:ew-resize
}
.noUi-vertical .noUi-draggable{
    cursor:ns-resize
}
.noUi-handle{
    border:1px solid #D9D9D9;
    border-radius:3px;
    background:#FFF;
    cursor:default;
    box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB
}
.noUi-active{
    box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB
}
.noUi-handle:after,.noUi-handle:before{
    content:"";
    display:block;
    position:absolute;
    height:14px;
    width:1px;
    background:#E8E7E6;
    left:14px;
    top:6px
}
.noUi-handle:after{
    left:17px
}
.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{
    width:14px;
    height:1px;
    left:6px;
    top:14px
}
.noUi-vertical .noUi-handle:after{
    top:17px
}
[disabled] .noUi-connect{
    background:#B8B8B8
}
[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{
    cursor:not-allowed
}
.noUi-pips,.noUi-pips *{
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.noUi-pips{
    position:absolute;
    color:#999
}
.noUi-value{
    position:absolute;
    white-space:nowrap;
    text-align:center
}
.noUi-value-sub{
    color:#ccc;
    font-size:10px
}
.noUi-marker{
    position:absolute;
    background:#CCC
}
.noUi-marker-large,.noUi-marker-sub{
    background:#AAA
}
.noUi-pips-horizontal{
    padding:10px 0;
    height:80px;
    top:100%;
    left:0;
    width:100%
}
.noUi-value-horizontal{
    -webkit-transform:translate3d(-50%,50%,0);
    transform:translate3d(-50%,50%,0)
}
.noUi-marker-horizontal.noUi-marker{
    margin-left:-1px;
    width:2px;
    height:5px
}
.noUi-marker-horizontal.noUi-marker-sub{
    height:10px
}
.noUi-marker-horizontal.noUi-marker-large{
    height:15px
}
.noUi-pips-vertical{
    padding:0 10px;
    height:100%;
    top:0;
    left:100%
}
.noUi-value-vertical{
    -webkit-transform:translate3d(0,50%,0);
    transform:translate3d(0,50%,0);
    padding-left:25px
}
.noUi-marker-vertical.noUi-marker{
    width:5px;
    height:2px;
    margin-top:-1px
}
.noUi-marker-vertical.noUi-marker-sub{
    width:10px
}
.noUi-marker-vertical.noUi-marker-large{
    width:15px
}
.noUi-tooltip{
    display:block;
    position:absolute;
    border:1px solid #D9D9D9;
    border-radius:3px;
    background:#fff;
    color:#000;
    padding:5px;
    text-align:center;
    white-space:nowrap
}
.noUi-horizontal .noUi-tooltip{
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    left:50%;
    bottom:120%
}
.noUi-vertical .noUi-tooltip{
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    top:50%;
    right:120%
}
/* End */


/* Start:/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/fontawesome-all.min.css?151690836634734*/
/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-brands-400.eot);src:url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-brands-400.woff) format("woff"),url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-regular-400.eot);src:url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-regular-400.woff) format("woff"),url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-solid-900.eot);src:url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-solid-900.woff) format("woff"),url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(/bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}
/* End */


/* Start:/bitrix/templates/small/fonts/line-awesome/css/line-awesome-font-awesome.min.css?148544572028099*/
/*!
 * Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 * License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(/bitrix/templates/small/fonts/line-awesome/css/../fonts/line-awesome.eot?v=1.1.);src:url(/bitrix/templates/small/fonts/line-awesome/css/../fonts/line-awesome.eot??v=1.1.#iefix) format("embedded-opentype"),url(/bitrix/templates/small/fonts/line-awesome/css/../fonts/line-awesome.woff2?v=1.1.) format("woff2"),url(/bitrix/templates/small/fonts/line-awesome/css/../fonts/line-awesome.woff?v=1.1.) format("woff"),url(/bitrix/templates/small/fonts/line-awesome/css/../fonts/line-awesome.ttf?v=1.1.) format("truetype"),url(/bitrix/templates/small/fonts/line-awesome/css/../fonts/line-awesome.svg?v=1.1.#fa) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:FontAwesome;src:url(/bitrix/templates/small/fonts/line-awesome/css/../fonts/line-awesome.svg?v=1.1.#fa) format("svg")}}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f100"}.fa-adjust:before{content:"\f101"}.fa-adn:before{content:"\f102"}.fa-align-center:before{content:"\f103"}.fa-align-justify:before{content:"\f104"}.fa-align-left:before{content:"\f105"}.fa-align-right:before{content:"\f106"}.fa-amazon:before{content:"\f107"}.fa-ambulance:before{content:"\f108"}.fa-anchor:before{content:"\f109"}.fa-android:before{content:"\f10a"}.fa-angellist:before{content:"\f10b"}.fa-angle-double-down:before{content:"\f10c"}.fa-angle-double-left:before{content:"\f10d"}.fa-angle-double-right:before{content:"\f10e"}.fa-angle-double-up:before{content:"\f10f"}.fa-angle-down:before{content:"\f110"}.fa-angle-left:before{content:"\f111"}.fa-angle-right:before{content:"\f112"}.fa-angle-up:before{content:"\f113"}.fa-apple:before{content:"\f114"}.fa-archive:before{content:"\f115"}.fa-area-chart:before{content:"\f116"}.fa-arrow-circle-down:before{content:"\f117"}.fa-arrow-circle-left:before{content:"\f118"}.fa-arrow-circle-o-down:before{content:"\f119"}.fa-arrow-circle-o-left:before{content:"\f11a"}.fa-arrow-circle-o-right:before{content:"\f11b"}.fa-arrow-circle-o-up:before{content:"\f11c"}.fa-arrow-circle-right:before{content:"\f11d"}.fa-arrow-circle-up:before{content:"\f11e"}.fa-arrow-down:before{content:"\f11f"}.fa-arrow-left:before{content:"\f120"}.fa-arrow-right:before{content:"\f121"}.fa-arrow-up:before{content:"\f122"}.fa-arrows:before{content:"\f123"}.fa-arrows-alt:before{content:"\f124"}.fa-arrows-h:before{content:"\f125"}.fa-arrows-v:before{content:"\f126"}.fa-asterisk:before{content:"\f127"}.fa-at:before{content:"\f128"}.fa-automobile:before{content:"\f129"}.fa-backward:before{content:"\f12a"}.fa-balance-scale:before{content:"\f12b"}.fa-ban:before{content:"\f12c"}.fa-bank:before{content:"\f12d"}.fa-bar-chart:before{content:"\f12e"}.fa-bar-chart-o:before{content:"\f12f"}.fa-barcode:before{content:"\f130"}.fa-bars:before{content:"\f131"}.fa-battery-0:before{content:"\f132"}.fa-battery-1:before{content:"\f133"}.fa-battery-2:before{content:"\f134"}.fa-battery-3:before{content:"\f135"}.fa-battery-4:before{content:"\f136"}.fa-battery-empty:before{content:"\f137"}.fa-battery-full:before{content:"\f138"}.fa-battery-half:before{content:"\f139"}.fa-battery-quarter:before{content:"\f13a"}.fa-battery-three-quarters:before{content:"\f13b"}.fa-bed:before{content:"\f13c"}.fa-beer:before{content:"\f13d"}.fa-behance:before{content:"\f13e"}.fa-behance-square:before{content:"\f13f"}.fa-bell:before{content:"\f140"}.fa-bell-o:before{content:"\f141"}.fa-bell-slash:before{content:"\f142"}.fa-bell-slash-o:before{content:"\f143"}.fa-bicycle:before{content:"\f144"}.fa-binoculars:before{content:"\f145"}.fa-birthday-cake:before{content:"\f146"}.fa-bitbucket:before{content:"\f147"}.fa-bitbucket-square:before{content:"\f148"}.fa-bitcoin:before{content:"\f149"}.fa-black-tie:before{content:"\f14a"}.fa-bold:before{content:"\f14b"}.fa-bolt:before{content:"\f14c"}.fa-bomb:before{content:"\f14d"}.fa-book:before{content:"\f14e"}.fa-bookmark:before{content:"\f14f"}.fa-bookmark-o:before{content:"\f150"}.fa-briefcase:before{content:"\f151"}.fa-btc:before{content:"\f152"}.fa-bug:before{content:"\f153"}.fa-building:before{content:"\f154"}.fa-building-o:before{content:"\f155"}.fa-bullhorn:before{content:"\f156"}.fa-bullseye:before{content:"\f157"}.fa-bus:before{content:"\f158"}.fa-buysellads:before{content:"\f159"}.fa-cab:before{content:"\f15a"}.fa-calculator:before{content:"\f15b"}.fa-calendar:before{content:"\f15c"}.fa-calendar-check-o:before{content:"\f15d"}.fa-calendar-minus-o:before{content:"\f15e"}.fa-calendar-o:before{content:"\f15f"}.fa-calendar-plus-o:before{content:"\f160"}.fa-calendar-times-o:before{content:"\f161"}.fa-camera:before{content:"\f162"}.fa-camera-retro:before{content:"\f163"}.fa-car:before{content:"\f164"}.fa-caret-down:before{content:"\f165"}.fa-caret-left:before{content:"\f166"}.fa-caret-right:before{content:"\f167"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f168"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f169"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f16a"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f16b"}.fa-caret-up:before{content:"\f16c"}.fa-cart-arrow-down:before{content:"\f16d"}.fa-cart-plus:before{content:"\f16e"}.fa-cc:before{content:"\f16f"}.fa-cc-amex:before{content:"\f170"}.fa-cc-diners-club:before{content:"\f171"}.fa-cc-discover:before{content:"\f172"}.fa-cc-jcb:before{content:"\f173"}.fa-cc-mastercard:before{content:"\f174"}.fa-cc-paypal:before{content:"\f175"}.fa-cc-stripe:before{content:"\f176"}.fa-cc-visa:before{content:"\f177"}.fa-certificate:before{content:"\f178"}.fa-chain:before{content:"\f179"}.fa-chain-broken:before{content:"\f17a"}.fa-check:before{content:"\f17b"}.fa-check-circle:before{content:"\f17c"}.fa-check-circle-o:before{content:"\f17d"}.fa-check-square:before{content:"\f17e"}.fa-check-square-o:before{content:"\f17f"}.fa-chevron-circle-down:before{content:"\f180"}.fa-chevron-circle-left:before{content:"\f181"}.fa-chevron-circle-right:before{content:"\f182"}.fa-chevron-circle-up:before{content:"\f183"}.fa-chevron-down:before{content:"\f184"}.fa-chevron-left:before{content:"\f185"}.fa-chevron-right:before{content:"\f186"}.fa-chevron-up:before{content:"\f187"}.fa-child:before{content:"\f188"}.fa-chrome:before{content:"\f189"}.fa-circle:before{content:"\f18a"}.fa-circle-o:before{content:"\f18b"}.fa-circle-o-notch:before{content:"\f18c"}.fa-circle-thin:before{content:"\f18d"}.fa-clipboard:before{content:"\f18e"}.fa-clock-o:before{content:"\f18f"}.fa-clone:before{content:"\f190"}.fa-close:before{content:"\f191"}.fa-cloud:before{content:"\f192"}.fa-cloud-download:before{content:"\f193"}.fa-cloud-upload:before{content:"\f194"}.fa-cny:before{content:"\f195"}.fa-code:before{content:"\f196"}.fa-code-fork:before{content:"\f197"}.fa-codepen:before{content:"\f198"}.fa-coffee:before{content:"\f199"}.fa-cog:before{content:"\f19a"}.fa-cogs:before{content:"\f19b"}.fa-columns:before{content:"\f19c"}.fa-comment:before{content:"\f19d"}.fa-comment-o:before{content:"\f19e"}.fa-commenting:before{content:"\f19f"}.fa-commenting-o:before{content:"\f1a0"}.fa-comments:before{content:"\f1a1"}.fa-comments-o:before{content:"\f1a2"}.fa-compass:before{content:"\f1a3"}.fa-compress:before{content:"\f1a4"}.fa-connectdevelop:before{content:"\f1a5"}.fa-contao:before{content:"\f1a6"}.fa-copy:before{content:"\f1a7"}.fa-copyright:before{content:"\f1a8"}.fa-creative-commons:before{content:"\f1a9"}.fa-credit-card:before{content:"\f1aa"}.fa-crop:before{content:"\f1ab"}.fa-crosshairs:before{content:"\f1ac"}.fa-css3:before{content:"\f1ad"}.fa-cube:before{content:"\f1ae"}.fa-cubes:before{content:"\f1af"}.fa-cut:before{content:"\f1b0"}.fa-cutlery:before{content:"\f1b1"}.fa-dashboard:before{content:"\f1b2"}.fa-dashcube:before{content:"\f1b3"}.fa-database:before{content:"\f1b4"}.fa-dedent:before{content:"\f1b5"}.fa-delicious:before{content:"\f1b6"}.fa-desktop:before{content:"\f1b7"}.fa-deviantart:before{content:"\f1b8"}.fa-diamond:before{content:"\f1b9"}.fa-digg:before{content:"\f1ba"}.fa-dollar:before{content:"\f1bb"}.fa-dot-circle-o:before{content:"\f1bc"}.fa-download:before{content:"\f1bd"}.fa-dribbble:before{content:"\f1be"}.fa-dropbox:before{content:"\f1bf"}.fa-drupal:before{content:"\f1c0"}.fa-edit:before{content:"\f1c1"}.fa-eject:before{content:"\f1c2"}.fa-ellipsis-h:before{content:"\f1c3"}.fa-ellipsis-v:before{content:"\f1c4"}.fa-empire:before,.fa-ge:before{content:"\f1c5"}.fa-envelope:before{content:"\f1c6"}.fa-envelope-o:before{content:"\f1c7"}.fa-envelope-square:before{content:"\f1c8"}.fa-eraser:before{content:"\f1c9"}.fa-eur:before{content:"\f1ca"}.fa-euro:before{content:"\f1cb"}.fa-exchange:before{content:"\f1cc"}.fa-exclamation:before{content:"\f1cd"}.fa-exclamation-circle:before{content:"\f1ce"}.fa-exclamation-triangle:before{content:"\f1cf"}.fa-expand:before{content:"\f1d0"}.fa-expeditedssl:before{content:"\f1d1"}.fa-external-link:before{content:"\f1d2"}.fa-external-link-square:before{content:"\f1d3"}.fa-eye:before{content:"\f1d4"}.fa-eye-slash:before{content:"\f1d5"}.fa-eyedropper:before{content:"\f1d6"}.fa-facebook-f:before,.fa-facebook:before{content:"\f1d7"}.fa-facebook-official:before{content:"\f1d8"}.fa-facebook-square:before{content:"\f1d9"}.fa-fast-backward:before{content:"\f1da"}.fa-fast-forward:before{content:"\f1db"}.fa-fax:before{content:"\f1dc"}.fa-female:before{content:"\f1dd"}.fa-fighter-jet:before{content:"\f1de"}.fa-file:before{content:"\f1df"}.fa-file-archive-o:before{content:"\f1e0"}.fa-file-audio-o:before{content:"\f1e1"}.fa-file-code-o:before{content:"\f1e2"}.fa-file-excel-o:before{content:"\f1e3"}.fa-file-image-o:before{content:"\f1e4"}.fa-file-movie-o:before{content:"\f1e5"}.fa-file-o:before{content:"\f1e6"}.fa-file-pdf-o:before{content:"\f1e7"}.fa-file-photo-o:before{content:"\f1e8"}.fa-file-picture-o:before{content:"\f1e9"}.fa-file-powerpoint-o:before{content:"\f1ea"}.fa-file-sound-o:before{content:"\f1eb"}.fa-file-text:before{content:"\f1ec"}.fa-file-text-o:before{content:"\f1ed"}.fa-file-video-o:before{content:"\f1ee"}.fa-file-word-o:before{content:"\f1ef"}.fa-file-zip-o:before{content:"\f1f0"}.fa-files-o:before{content:"\f1f1"}.fa-film:before{content:"\f1f2"}.fa-filter:before{content:"\f1f3"}.fa-fire:before{content:"\f1f4"}.fa-fire-extinguisher:before{content:"\f1f5"}.fa-firefox:before{content:"\f1f6"}.fa-flag:before{content:"\f1f7"}.fa-flag-checkered:before{content:"\f1f8"}.fa-flag-o:before{content:"\f1f9"}.fa-flash:before{content:"\f1fa"}.fa-flask:before{content:"\f1fb"}.fa-flickr:before{content:"\f1fc"}.fa-floppy-o:before{content:"\f1fd"}.fa-folder:before{content:"\f1fe"}.fa-folder-o:before{content:"\f1ff"}.fa-folder-open:before{content:"\f200"}.fa-folder-open-o:before{content:"\f201"}.fa-font:before{content:"\f202"}.fa-fonticons:before{content:"\f203"}.fa-forumbee:before{content:"\f204"}.fa-forward:before{content:"\f205"}.fa-foursquare:before{content:"\f206"}.fa-frown-o:before{content:"\f207"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f208"}.fa-gamepad:before{content:"\f209"}.fa-gavel:before{content:"\f20a"}.fa-gbp:before{content:"\f20b"}.fa-gear:before{content:"\f20c"}.fa-gears:before{content:"\f20d"}.fa-genderless:before{content:"\f20e"}.fa-get-pocket:before{content:"\f20f"}.fa-gg:before{content:"\f210"}.fa-gg-circle:before{content:"\f211"}.fa-gift:before{content:"\f212"}.fa-git:before{content:"\f213"}.fa-git-square:before{content:"\f214"}.fa-github:before{content:"\f215"}.fa-github-alt:before{content:"\f216"}.fa-github-square:before{content:"\f217"}.fa-glass:before{content:"\f218"}.fa-globe:before{content:"\f219"}.fa-google:before{content:"\f21a"}.fa-google-plus:before{content:"\f21b"}.fa-google-plus-square:before{content:"\f21c"}.fa-google-wallet:before{content:"\f21d"}.fa-graduation-cap:before{content:"\f21e"}.fa-gittip:before,.fa-gratipay:before{content:"\f21f"}.fa-group:before{content:"\f220"}.fa-h-square:before{content:"\f221"}.fa-hacker-news:before{content:"\f222"}.fa-hand-grab-o:before{content:"\f223"}.fa-hand-lizard-o:before{content:"\f224"}.fa-hand-o-down:before{content:"\f225"}.fa-hand-o-left:before{content:"\f226"}.fa-hand-o-right:before{content:"\f227"}.fa-hand-o-up:before{content:"\f228"}.fa-hand-paper-o:before{content:"\f229"}.fa-hand-peace-o:before{content:"\f22a"}.fa-hand-pointer-o:before{content:"\f22b"}.fa-hand-rock-o:before{content:"\f22c"}.fa-hand-scissors-o:before{content:"\f22d"}.fa-hand-spock-o:before{content:"\f22e"}.fa-hand-stop-o:before{content:"\f22f"}.fa-hdd-o:before{content:"\f230"}.fa-header:before{content:"\f231"}.fa-headphones:before{content:"\f232"}.fa-heart:before{content:"\f233"}.fa-heart-o:before{content:"\f234"}.fa-heartbeat:before{content:"\f235"}.fa-history:before{content:"\f236"}.fa-home:before{content:"\f237"}.fa-hospital-o:before{content:"\f238"}.fa-hotel:before{content:"\f239"}.fa-hourglass:before{content:"\f23a"}.fa-hourglass-1:before{content:"\f23b"}.fa-hourglass-2:before{content:"\f23c"}.fa-hourglass-3:before{content:"\f23d"}.fa-hourglass-end:before{content:"\f23e"}.fa-hourglass-half:before{content:"\f23f"}.fa-hourglass-o:before{content:"\f240"}.fa-hourglass-start:before{content:"\f241"}.fa-houzz:before{content:"\f242"}.fa-html5:before{content:"\f243"}.fa-i-cursor:before{content:"\f244"}.fa-ils:before{content:"\f245"}.fa-image:before{content:"\f246"}.fa-inbox:before{content:"\f247"}.fa-indent:before{content:"\f248"}.fa-industry:before{content:"\f249"}.fa-info:before{content:"\f24a"}.fa-info-circle:before{content:"\f24b"}.fa-inr:before{content:"\f24c"}.fa-instagram:before{content:"\f24d"}.fa-institution:before{content:"\f24e"}.fa-internet-explorer:before{content:"\f24f"}.fa-ioxhost:before{content:"\f250"}.fa-italic:before{content:"\f251"}.fa-joomla:before{content:"\f252"}.fa-jpy:before{content:"\f253"}.fa-jsfiddle:before{content:"\f254"}.fa-key:before{content:"\f255"}.fa-keyboard-o:before{content:"\f256"}.fa-krw:before{content:"\f257"}.fa-language:before{content:"\f258"}.fa-laptop:before{content:"\f259"}.fa-lastfm:before{content:"\f25a"}.fa-lastfm-square:before{content:"\f25b"}.fa-leaf:before{content:"\f25c"}.fa-leanpub:before{content:"\f25d"}.fa-legal:before{content:"\f25e"}.fa-lemon-o:before{content:"\f25f"}.fa-level-down:before{content:"\f260"}.fa-level-up:before{content:"\f261"}.fa-life-bouy:before{content:"\f262"}.fa-life-buoy:before{content:"\f263"}.fa-life-ring:before,.fa-support:before{content:"\f264"}.fa-life-saver:before{content:"\f265"}.fa-lightbulb-o:before{content:"\f266"}.fa-line-chart:before{content:"\f267"}.fa-link:before{content:"\f268"}.fa-linkedin:before{content:"\f269"}.fa-linkedin-square:before{content:"\f26a"}.fa-linux:before{content:"\f26b"}.fa-list:before{content:"\f26c"}.fa-list-alt:before{content:"\f26d"}.fa-list-ol:before{content:"\f26e"}.fa-list-ul:before{content:"\f26f"}.fa-location-arrow:before{content:"\f270"}.fa-lock:before{content:"\f271"}.fa-long-arrow-down:before{content:"\f272"}.fa-long-arrow-left:before{content:"\f273"}.fa-long-arrow-right:before{content:"\f274"}.fa-long-arrow-up:before{content:"\f275"}.fa-magic:before{content:"\f276"}.fa-magnet:before{content:"\f277"}.fa-mail-forward:before{content:"\f278"}.fa-mail-reply:before{content:"\f279"}.fa-mail-reply-all:before{content:"\f27a"}.fa-male:before{content:"\f27b"}.fa-map:before{content:"\f27c"}.fa-map-marker:before{content:"\f27d"}.fa-map-o:before{content:"\f27e"}.fa-map-pin:before{content:"\f27f"}.fa-map-signs:before{content:"\f280"}.fa-mars:before{content:"\f281"}.fa-mars-double:before{content:"\f282"}.fa-mars-stroke:before{content:"\f283"}.fa-mars-stroke-h:before{content:"\f284"}.fa-mars-stroke-v:before{content:"\f285"}.fa-maxcdn:before{content:"\f286"}.fa-meanpath:before{content:"\f287"}.fa-medium:before{content:"\f288"}.fa-medkit:before{content:"\f289"}.fa-meh-o:before{content:"\f28a"}.fa-mercury:before{content:"\f28b"}.fa-microphone:before{content:"\f28c"}.fa-microphone-slash:before{content:"\f28d"}.fa-minus:before{content:"\f28e"}.fa-minus-circle:before{content:"\f28f"}.fa-minus-square:before{content:"\f290"}.fa-minus-square-o:before{content:"\f291"}.fa-mobile:before{content:"\f292"}.fa-mobile-phone:before{content:"\f293"}.fa-money:before{content:"\f294"}.fa-moon-o:before{content:"\f295"}.fa-mortar-board:before{content:"\f296"}.fa-motorcycle:before{content:"\f297"}.fa-mouse-pointer:before{content:"\f298"}.fa-music:before{content:"\f299"}.fa-navicon:before{content:"\f29a"}.fa-neuter:before{content:"\f29b"}.fa-newspaper-o:before{content:"\f29c"}.fa-object-group:before{content:"\f29d"}.fa-object-ungroup:before{content:"\f29e"}.fa-odnoklassniki:before{content:"\f29f"}.fa-odnoklassniki-square:before{content:"\f2a0"}.fa-opencart:before{content:"\f2a1"}.fa-openid:before{content:"\f2a2"}.fa-opera:before{content:"\f2a3"}.fa-optin-monster:before{content:"\f2a4"}.fa-outdent:before{content:"\f2a5"}.fa-pagelines:before{content:"\f2a6"}.fa-paint-brush:before{content:"\f2a7"}.fa-paper-plane:before,.fa-send:before{content:"\f2a8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f2a9"}.fa-paperclip:before{content:"\f2aa"}.fa-paragraph:before{content:"\f2ab"}.fa-paste:before{content:"\f2ac"}.fa-pause:before{content:"\f2ad"}.fa-paw:before{content:"\f2ae"}.fa-paypal:before{content:"\f2af"}.fa-pencil:before{content:"\f2b0"}.fa-pencil-square:before{content:"\f2b1"}.fa-pencil-square-o:before{content:"\f2b2"}.fa-phone:before{content:"\f2b3"}.fa-phone-square:before{content:"\f2b4"}.fa-photo:before{content:"\f2b5"}.fa-picture-o:before{content:"\f2b6"}.fa-pie-chart:before{content:"\f2b7"}.fa-pied-piper:before{content:"\f2b8"}.fa-pied-piper-alt:before{content:"\f2b9"}.fa-pinterest:before{content:"\f2ba"}.fa-pinterest-p:before{content:"\f2bb"}.fa-pinterest-square:before{content:"\f2bc"}.fa-plane:before{content:"\f2bd"}.fa-play:before{content:"\f2be"}.fa-play-circle:before{content:"\f2bf"}.fa-play-circle-o:before{content:"\f2c0"}.fa-plug:before{content:"\f2c1"}.fa-plus:before{content:"\f2c2"}.fa-plus-circle:before{content:"\f2c3"}.fa-plus-square:before{content:"\f2c4"}.fa-plus-square-o:before{content:"\f2c5"}.fa-power-off:before{content:"\f2c6"}.fa-print:before{content:"\f2c7"}.fa-puzzle-piece:before{content:"\f2c8"}.fa-qq:before{content:"\f2c9"}.fa-qrcode:before{content:"\f2ca"}.fa-question:before{content:"\f2cb"}.fa-question-circle:before{content:"\f2cc"}.fa-quote-left:before{content:"\f2cd"}.fa-quote-right:before{content:"\f2ce"}.fa-ra:before{content:"\f2cf"}.fa-random:before{content:"\f2d0"}.fa-rebel:before{content:"\f2d1"}.fa-recycle:before{content:"\f2d2"}.fa-reddit:before{content:"\f2d3"}.fa-reddit-square:before{content:"\f2d4"}.fa-refresh:before{content:"\f2d5"}.fa-registered:before{content:"\f2d6"}.fa-renren:before{content:"\f2d7"}.fa-reorder:before{content:"\f2d8"}.fa-repeat:before{content:"\f2d9"}.fa-reply:before{content:"\f2da"}.fa-reply-all:before{content:"\f2db"}.fa-retweet:before{content:"\f2dc"}.fa-rmb:before{content:"\f2dd"}.fa-road:before{content:"\f2de"}.fa-rocket:before{content:"\f2df"}.fa-rotate-left:before{content:"\f2e0"}.fa-rotate-right:before{content:"\f2e1"}.fa-rouble:before{content:"\f2e2"}.fa-feed:before,.fa-rss:before{content:"\f2e3"}.fa-rss-square:before{content:"\f2e4"}.fa-rub:before{content:"\f2e5"}.fa-ruble:before{content:"\f2e6"}.fa-rupee:before{content:"\f2e7"}.fa-safari:before{content:"\f2e8"}.fa-save:before{content:"\f2e9"}.fa-scissors:before{content:"\f2ea"}.fa-search:before{content:"\f2eb"}.fa-search-minus:before{content:"\f2ec"}.fa-search-plus:before{content:"\f2ed"}.fa-sellsy:before{content:"\f2ee"}.fa-server:before{content:"\f2ef"}.fa-share:before{content:"\f2f0"}.fa-share-alt:before{content:"\f2f1"}.fa-share-alt-square:before{content:"\f2f2"}.fa-share-square:before{content:"\f2f3"}.fa-share-square-o:before{content:"\f2f4"}.fa-shekel:before{content:"\f2f5"}.fa-sheqel:before{content:"\f2f6"}.fa-shield:before{content:"\f2f7"}.fa-ship:before{content:"\f2f8"}.fa-shirtsinbulk:before{content:"\f2f9"}.fa-shopping-cart:before{content:"\f2fa"}.fa-sign-in:before{content:"\f2fb"}.fa-sign-out:before{content:"\f2fc"}.fa-signal:before{content:"\f2fd"}.fa-simplybuilt:before{content:"\f2fe"}.fa-sitemap:before{content:"\f2ff"}.fa-skyatlas:before{content:"\f300"}.fa-skype:before{content:"\f301"}.fa-slack:before{content:"\f302"}.fa-sliders:before{content:"\f303"}.fa-slideshare:before{content:"\f304"}.fa-smile-o:before{content:"\f305"}.fa-sort:before,.fa-unsorted:before{content:"\f306"}.fa-sort-alpha-asc:before{content:"\f307"}.fa-sort-alpha-desc:before{content:"\f308"}.fa-sort-amount-asc:before{content:"\f309"}.fa-sort-amount-desc:before{content:"\f30a"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f30b"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f30c"}.fa-sort-numeric-asc:before{content:"\f30d"}.fa-sort-numeric-desc:before{content:"\f30e"}.fa-soundcloud:before{content:"\f30f"}.fa-space-shuttle:before{content:"\f310"}.fa-spinner:before{content:"\f311"}.fa-spoon:before{content:"\f312"}.fa-spotify:before{content:"\f313"}.fa-square:before{content:"\f314"}.fa-square-o:before{content:"\f315"}.fa-stack-exchange:before{content:"\f316"}.fa-stack-overflow:before{content:"\f317"}.fa-star:before{content:"\f318"}.fa-star-half:before{content:"\f319"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f31a"}.fa-star-o:before{content:"\f31b"}.fa-steam:before{content:"\f31c"}.fa-steam-square:before{content:"\f31d"}.fa-step-backward:before{content:"\f31e"}.fa-step-forward:before{content:"\f31f"}.fa-stethoscope:before{content:"\f320"}.fa-sticky-note:before{content:"\f321"}.fa-sticky-note-o:before{content:"\f322"}.fa-stop:before{content:"\f323"}.fa-street-view:before{content:"\f324"}.fa-strikethrough:before{content:"\f325"}.fa-stumbleupon:before{content:"\f326"}.fa-stumbleupon-circle:before{content:"\f327"}.fa-subscript:before{content:"\f328"}.fa-subway:before{content:"\f329"}.fa-suitcase:before{content:"\f32a"}.fa-sun-o:before{content:"\f32b"}.fa-superscript:before{content:"\f32c"}.fa-table:before{content:"\f32d"}.fa-tablet:before{content:"\f32e"}.fa-tachometer:before{content:"\f32f"}.fa-tag:before{content:"\f330"}.fa-tags:before{content:"\f331"}.fa-tasks:before{content:"\f332"}.fa-taxi:before{content:"\f333"}.fa-television:before,.fa-tv:before{content:"\f334"}.fa-tencent-weibo:before{content:"\f335"}.fa-terminal:before{content:"\f336"}.fa-text-height:before{content:"\f337"}.fa-text-width:before{content:"\f338"}.fa-th:before{content:"\f339"}.fa-th-large:before{content:"\f33a"}.fa-th-list:before{content:"\f33b"}.fa-thumb-tack:before{content:"\f33c"}.fa-thumbs-down:before{content:"\f33d"}.fa-thumbs-o-down:before{content:"\f33e"}.fa-thumbs-o-up:before{content:"\f33f"}.fa-thumbs-up:before{content:"\f340"}.fa-ticket:before{content:"\f341"}.fa-remove:before,.fa-times:before{content:"\f342"}.fa-times-circle:before{content:"\f343"}.fa-times-circle-o:before{content:"\f344"}.fa-tint:before{content:"\f345"}.fa-toggle-off:before{content:"\f346"}.fa-toggle-on:before{content:"\f347"}.fa-trademark:before{content:"\f348"}.fa-train:before{content:"\f349"}.fa-intersex:before,.fa-transgender:before{content:"\f34a"}.fa-transgender-alt:before{content:"\f34b"}.fa-trash:before{content:"\f34c"}.fa-trash-o:before{content:"\f34d"}.fa-tree:before{content:"\f34e"}.fa-trello:before{content:"\f34f"}.fa-tripadvisor:before{content:"\f350"}.fa-trophy:before{content:"\f351"}.fa-truck:before{content:"\f352"}.fa-try:before{content:"\f353"}.fa-tty:before{content:"\f354"}.fa-tumblr:before{content:"\f355"}.fa-tumblr-square:before{content:"\f356"}.fa-turkish-lira:before{content:"\f357"}.fa-twitch:before{content:"\f358"}.fa-twitter:before{content:"\f359"}.fa-twitter-square:before{content:"\f35a"}.fa-umbrella:before{content:"\f35b"}.fa-underline:before{content:"\f35c"}.fa-undo:before{content:"\f35d"}.fa-university:before{content:"\f35e"}.fa-unlink:before{content:"\f35f"}.fa-unlock:before{content:"\f360"}.fa-unlock-alt:before{content:"\f361"}.fa-upload:before{content:"\f362"}.fa-usd:before{content:"\f363"}.fa-user:before{content:"\f364"}.fa-user-md:before{content:"\f365"}.fa-user-plus:before{content:"\f366"}.fa-user-secret:before{content:"\f367"}.fa-user-times:before{content:"\f368"}.fa-users:before{content:"\f369"}.fa-venus:before{content:"\f36a"}.fa-venus-double:before{content:"\f36b"}.fa-venus-mars:before{content:"\f36c"}.fa-viacoin:before{content:"\f36d"}.fa-video-camera:before{content:"\f36e"}.fa-vimeo:before{content:"\f36f"}.fa-vimeo-square:before{content:"\f370"}.fa-vine:before{content:"\f371"}.fa-vk:before{content:"\f372"}.fa-volume-down:before{content:"\f373"}.fa-volume-off:before{content:"\f374"}.fa-volume-up:before{content:"\f375"}.fa-warning:before{content:"\f376"}.fa-wechat:before{content:"\f377"}.fa-weibo:before{content:"\f378"}.fa-weixin:before{content:"\f379"}.fa-whatsapp:before{content:"\f37a"}.fa-wheelchair:before{content:"\f37b"}.fa-wifi:before{content:"\f37c"}.fa-wikipedia-w:before{content:"\f37d"}.fa-windows:before{content:"\f37e"}.fa-won:before{content:"\f37f"}.fa-wordpress:before{content:"\f380"}.fa-wrench:before{content:"\f381"}.fa-xing:before{content:"\f382"}.fa-xing-square:before{content:"\f383"}.fa-y-combinator:before{content:"\f384"}.fa-y-combinator-square:before{content:"\f385"}.fa-yahoo:before{content:"\f386"}.fa-yc:before{content:"\f387"}.fa-yc-square:before{content:"\f388"}.fa-yelp:before{content:"\f389"}.fa-yen:before{content:"\f38a"}.fa-youtube:before{content:"\f38b"}.fa-youtube-play:before{content:"\f38c"}.fa-youtube-square:before{content:"\f38d"}
/* End */


/* Start:/bitrix/templates/small/css/slick.css?15201847871729*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/small/css/slick-theme.css?15205133413195*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/upload/icons/ajax_indicator.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/small/css/../fonts/slick/slick.eot');
    src: url('/bitrix/templates/small/css/../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/small/css/../fonts/slick/slick.woff') format('woff'), url('/bitrix/templates/small/css/../fonts/slick/slick.ttf') format('truetype'), url('/bitrix/templates/small/css/../fonts/slick/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
	cursor:default;
}

.slick-prev:before,
.slick-next:before
{
	font-weight: 900;
	font-family: Font Awesome\ 5 Free;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	color:#999;
	font-size:28px;
}

.slick-arrow:not(.slick-disabled):hover::before{
	color:#000;
}

.slick-prev
{
    left: -28px;
}
[dir='rtl'] .slick-prev
{
    right: -28px;
    left: auto;
}
.slick-prev:before
{
    content: "\f053";
}
[dir='rtl'] .slick-prev:before
{
    content: "\f054";
}

.slick-next
{
    right: -28px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -28px;
}
.slick-next:before
{
    content: "\f054";
}
[dir='rtl'] .slick-next:before
{
    content: "\f053";
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 70px;
}

.slick-dots
{
    position: absolute;
    bottom: -40px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
	background-color:#dddddd;
	border-radius:50%;
    content: '';
    text-align: center;
}
.slick-dots li.slick-active button:before
{
    background-color:#f74141;
}

/* End */


/* Start:/bitrix/templates/small/css/magnific-popup.css?15222472077480*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  z-index: 1045;
  max-height:100vh;
  overflow-y:auto;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  background-image:url(/upload/icons/close-btn.svg);
  background-position:50% 50%;
  background-repeat:no-repeat;
}
.mfp-close > img {
	vertical-align: middle;
}
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
}
/* End */


/* Start:/bitrix/templates/small/css/main.css?1628833260345188*/
:root {
	font-size: 14px;
	color: #000;
}

body,
body.b-page {
	background-color: #f8f8f8;
	width: 100%;
	height: 100%;
}

body.b-page.fontsIsLoaded {
	font-family: 'Open Sans', Arial, sans-serif;
}

input:focus,
select:focus,
textarea:focus,
input:active,
select:active,
textarea:active {
	outline: none !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

button:focus,
button:active {
	outline: none;
}

button:hover {
	cursor: pointer;
}

a:focus {
	outline: none;
	text-decoration: none;
	color: inherit;
}

textarea {
	white-space: pre-line !important;
}

.isHidden {
	display: none;
}

.dashed {
	border-bottom: 1px dashed;
}

.strong {
	font-weight: bold;
}

.hiddenMetaData {
	display: none;
}

.new_price {
	color: #f74141;
	margin-right: .75em;
}

.old_price {
	color: black;
	text-decoration: line-through;
	font-size: .75em;
}

.youtube-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	box-sizing: content-box;
}

.youtube-wrapper>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.m-tb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mb5:not(:last-child) {
	margin-bottom: 5px;
}

.mb10:empty,
.mb20:empty {
	display: none;
}

.mb10:not(:last-child) {
	margin-bottom: 10px;
}

.mb20:not(:last-child) {
	margin-bottom: 20px;
}

.text-center {
	text-align: center;
}

.flex-center {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.text-right {
	text-align: right;
}

.flex-last {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.align-items-center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.row-rewerse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.zk-global-preloader {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: visible;
	overflow-y: scroll;
	background-color: rgba(247, 247, 247, 0.71);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/upload/icons/zk-preloader.gif?r=4.1.26);
	transition: opacity 0.3s ease-in-out;
}

.zk-block-preloader {
	position: relative;
}

.zk-block-preloader:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(247, 247, 247, 0.71);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/upload/icons/zk-preloader.gif?r=4.1.26);
	transition: opacity 0.3s ease-in-out;
}

.zk-block-preloader:before {
	z-index: 1;
	display: block;
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(247, 247, 247, 0.71);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/upload/icons/zk-preloader.gif?r=4.1.26);
	overflow: hidden;
}

.zk-cpreloader {
	position: relative;
}

.zk-cpreloader:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(247, 247, 247, 0.71);
	z-index: 997;
}

.zk-cpreloader__img {
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1001;
}

.zk-img-gallery {
	cursor: pointer;
}

.extpp_row {
	position: relative;
}

.additional-video:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(/pics/youtube-play.png?r=4.1.26);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 30%;
	height: 30%;
	max-width: 120px;
	max-height: 80px;
	margin: auto;
	z-index: 2;
	pointer-events: none;
}

.b-balloon,
.b-hide-block {
	cursor: help;
}

.b-balloon:after,
.b-hide-block:after {
	content: '\f078';
	font-family: 'ic';
	position: relative;
	font-size: .6em;
	bottom: .2em;
	margin-left: .45em;
	color: #999;
}

.b-hide-block:not(.enable):after,
.b-balloon.opened:after {
	content: '\f077';
}

.b-balloon__title {
	font-size: 1.15em;
	font-weight: 600;
}

.gray {
	color: #999;
}

.b-checked>* {
	vertical-align: baseline;
}

.b-checked:before {
	content: '';
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 20px;
	margin-right: .3em;
}

.dib {
	display: inline-block;
}

.vam {
	vertical-align: middle;
}

.icon_close {
	background: url(/upload/icons/close.png?r=4.1.26) no-repeat center center;
}

.hint {
	background-color: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
	padding: .1em .5em;
	position: absolute;
	top: -2.5em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.main-marked {
	color: #f74141;
}

.semibold {
	font-weight: 600;
}

.absolute-centered {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.b-side-panel {
	margin-left: -1px;
}

.balloon .fa-question-circle {
	font-size: 1rem;
	color: #c2c2c2;
}

body>jdiv,
div#jivo-iframe-container.jivo-state-widget.jivo-collapsed {
	display: none !important;
}

textarea[data-placeholder].active {
	color: #9f9f9f;
}

.ui-autocomplete {
	border: 1px solid #d6d6d6;
	background-color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
}

.i-hide {
	display: none;
}

.hide-i {
	display: none !important;
}

.b-side-banners {
	margin-bottom: 40px;
}

.b-side-banners:empty {
	display: none;
}

.b-side-banners>div {
	margin: 0 0 20px;
}

.informer_slider {
	padding: 0;
}

#photo-loader-button {
	text-indent: -9999px;
}

.loading {
	position: relative;
}

.loading:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*background-image: url(/pics/loading2.gif?r=4.1.26);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255, 255, 255, 0.75);
	opacity: .75;
}

.b-add-to-waitlist {
	display: inline-block;
}

.b-info-table .i-js-spoiler__link {
	background-color: #fff;
}

.markdown_text_experiment .hidden-description {
	position: relative;
	/*for after*/
	max-height: 100px;
	overflow: hidden;
}

.markdown_text_experiment.opened .hidden-description {
	max-height: 100%;
}

.markdown_text_experiment.opened .hidden-description:after {
	content: none;
}

.markdown_text_experiment .hidden-description:after {
	content: '';
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #fff;
	background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}

.markdown_text--line {
	margin: 1em auto;
	height: 1px;
	width: 25%;
	background-color: #E8E8E8;
}

.cabinet-footer-counters-table {
	display: inline-table;
}

.privat_button {
	display: inline-block;
	padding: 0.8em 1em 0.8em 3.1em;
	color: #3db95a !important;
	border: 2px solid;
	border-radius: 0.3em;
	text-decoration: none;
	margin: 0.5em 0;
	font-weight: 400;
	line-height: 1;
	transition: color .3s;
	position: relative;
	cursor: pointer;
}

.privat_button:before {
	content: '%';
	color: #fff;
	background-color: #3db95a;
	margin-right: 0.5em;
	min-width: 2.1em;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	font-size: 0.9em;
	line-height: 2;
	font-weight: 400;
	transition: background-color 0.3s;
	position: absolute;
	left: 0.75em;
	top: 50%;
	margin-top: -1em;
}

.privat_button:hover {
	text-decoration: none;
	color: #2a971d !important;
}

.privat_button:hover:before {
	background-color: #2a971d;
}

.nobr {
	white-space: nowrap;
}

[class^="ic-"],
[class*=" ic-"] {
	font-family: 'ic' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ic.balloon {
	color: #999;
	position: relative;
	top: 1px;
}

.ic-viber:before {
	content: "\e900";
}

.ic-verified:before {
	content: "\e901";
}

.ic-shield:before {
	content: "\e902";
}

.ic-order:before {
	content: "\e903";
}

.ic-shopping-cart:before {
	content: "\e904";
}

.ic-user:before {
	content: "\e905";
}

.ic-up-arrow:before {
	content: "\e906";
}

.ic-right-arrow:before {
	content: "\e907";
}

.ic-left-arrow:before {
	content: "\e908";
}

.ic-skype:before {
	content: "\e909";
}

.ic-sales:before {
	content: "\e90a";
}

.ic-telephone:before {
	content: "\e90b";
}

.ic-placeholder:before {
	content: "\e90c";
}

.ic-list:before {
	content: "\e90d";
}

.ic-protect-purchases:before {
	content: "\e90e";
}

.ic-info:before {
	content: "\e90f";
}

.ic-icq:before {
	content: "\e910";
}

.ic-quick-view:before {
	content: "\e911";
}

.ic-phone-call:before {
	content: "\e912";
}

.ic-pay:before {
	content: "\e913";
}

.ic-block:before {
	content: "\e914";
}

.ic-delivery-truck:before {
	content: "\e915";
}

.ic-giftbox:before {
	content: "\e916";
}

.ic-back-call:before {
	content: "\e917";
}

.ic-heart:before {
	content: "\e918";
}

.ic-e-mail:before {
	content: "\e919";
}

.ic-faq-company:before {
	content: "\e91b";
}

.ic-faq-copyright:before {
	content: "\e91c";
}

.ic-faq-law:before {
	content: "\e91d";
}

.ic-faq-support-chat:before {
	content: "\e91e";
}

.ic-faq-user:before {
	content: "\e91f";
}

.ic-seo-1:before {
	content: "\e921";
}

.ic-seo-13:before {
	content: "\e922";
}

.ic-seo-10:before {
	content: "\e923";
}

.ic-seo-16:before {
	content: "\e924";
}

.ic-seo-15:before {
	content: "\e925";
}

.ic-seo-17:before {
	content: "\e926";
}

.ic-seo-18:before {
	content: "\e927";
}

.ic-seo-14:before {
	content: "\e928";
}

.ic-seo-11:before {
	content: "\e929";
}

.ic-seo-12:before {
	content: "\e92a";
}

.ic-seo-19:before {
	content: "\e92b";
}

.ic-seo-21:before {
	content: "\e92c";
}

.ic-seo-27:before {
	content: "\e92d";
}

.ic-seo-2:before {
	content: "\e92e";
}

.ic-seo-23:before {
	content: "\e92f";
}

.ic-seo-20:before {
	content: "\e930";
}

.ic-seo-26:before {
	content: "\e931";
}

.ic-seo-25:before {
	content: "\e932";
}

.ic-seo-22:before {
	content: "\e933";
}

.ic-seo-24:before {
	content: "\e934";
}

.ic-seo-28:before {
	content: "\e935";
}

.ic-seo-36:before {
	content: "\e936";
}

.ic-seo-33:before {
	content: "\e937";
}

.ic-seo-30:before {
	content: "\e938";
}

.ic-seo-31:before {
	content: "\e939";
}

.ic-seo-34:before {
	content: "\e93a";
}

.ic-seo-35:before {
	content: "\e93b";
}

.ic-seo-32:before {
	content: "\e93c";
}

.ic-seo-3:before {
	content: "\e93d";
}

.ic-seo-29:before {
	content: "\e93e";
}

.ic-seo-37:before {
	content: "\e93f";
}

.ic-seo-39:before {
	content: "\e940";
}

.ic-seo-44:before {
	content: "\e941";
}

.ic-seo-42:before {
	content: "\e942";
}

.ic-seo-41:before {
	content: "\e943";
}

.ic-seo-40:before {
	content: "\e944";
}

.ic-seo-4:before {
	content: "\e945";
}

.ic-seo-43:before {
	content: "\e946";
}

.ic-seo-5:before {
	content: "\e947";
}

.ic-seo-45:before {
	content: "\e948";
}

.ic-seo-6:before {
	content: "\e949";
}

.ic-seo-9:before {
	content: "\e94a";
}

.ic-seo-8:before {
	content: "\e94b";
}

.ic-seo-7:before {
	content: "\e94c";
}

.ic-c:before {
	content: "\e94d";
}

.ic-products:before {
	content: "\e94e";
}

.ic-stats:before {
	content: "\e94f";
}

.ic-seo-module:before {
	content: "\e950";
}

.ic-control:before {
	content: "\e951";
}

.ic-import:before {
	content: "\e952";
}

.ic-website-design:before {
	content: "\e953";
}

.ic-filtr:before {
	content: "\e95a";
}

.ic-menu-thin:before {
	content: "\e958";
}

.ic-search-thin:before {
	content: "\e959";
}

.ic-add-to-cart:before {
	content: "\e955";
}

.ic-setting:before {
	content: "\e956";
}

.ic-registration:before {
	content: "\e957";
}

.ic-clock-circular:before {
	content: "\e91a";
}

.ic-asterisk:before {
	content: "\f069";
}

.ic-plus:before {
	content: "\f067";
}

.ic-question:before {
	content: "\f128";
}

.ic-search:before {
	content: "\f002";
}

.ic-heart2:before {
	content: "\f004";
}

.ic-star:before {
	content: "\f005";
}

.ic-star-o:before {
	content: "\f006";
}

.ic-user2:before {
	content: "\f007";
}

.ic-th-large:before {
	content: "\f009";
}

.ic-th:before {
	content: "\f00a";
}

.ic-th-list:before {
	content: "\f00b";
}

.ic-check:before {
	content: "\f00c";
}

.ic-close:before {
	content: "\f00d";
}

.ic-remove:before {
	content: "\f00d";
}

.ic-times:before {
	content: "\f00d";
}

.ic-trash-o:before {
	content: "\f014";
}

.ic-home:before {
	content: "\f015";
}

.ic-clock-o:before {
	content: "\f017";
}

.ic-arrow-circle-o-up:before {
	content: "\f01b";
}

.ic-repeat:before {
	content: "\f01e";
}

.ic-rotate-right:before {
	content: "\f01e";
}

.ic-refresh:before {
	content: "\f021";
}

.ic-tag:before {
	content: "\f02b";
}

.ic-tags:before {
	content: "\f02c";
}

.ic-bookmark:before {
	content: "\f02e";
}

.ic-image:before {
	content: "\f03e";
}

.ic-photo:before {
	content: "\f03e";
}

.ic-picture-o:before {
	content: "\f03e";
}

.ic-pencil:before {
	content: "\f040";
}

.ic-map-marker:before {
	content: "\f041";
}

.ic-edit:before {
	content: "\f044";
}

.ic-pencil-square-o:before {
	content: "\f044";
}

.ic-share-square-o:before {
	content: "\f045";
}

.ic-check-square-o:before {
	content: "\f046";
}

.ic-chevron-left:before {
	content: "\f053";
}

.ic-chevron-right:before {
	content: "\f054";
}

.ic-plus-circle:before {
	content: "\f055";
}

.ic-minus-circle:before {
	content: "\f056";
}

.ic-times-circle:before {
	content: "\f057";
}

.ic-check-circle:before {
	content: "\f058";
}

.ic-question-circle:before {
	content: "\f059";
}

.ic-info-circle:before {
	content: "\f05a";
}

.ic-times-circle-o:before {
	content: "\f05c";
}

.ic-check-circle-o:before {
	content: "\f05d";
}

.ic-arrow-left:before {
	content: "\f060";
}

.ic-arrow-right:before {
	content: "\f061";
}

.ic-arrow-up:before {
	content: "\f062";
}

.ic-arrow-down:before {
	content: "\f063";
}

.ic-exclamation-circle:before {
	content: "\f06a";
}

.ic-eye:before {
	content: "\f06e";
}

.ic-eye-slash:before {
	content: "\f070";
}

.ic-exclamation-triangle:before {
	content: "\f071";
}

.ic-warning:before {
	content: "\f071";
}

.ic-calendar:before {
	content: "\f073";
}

.ic-comment:before {
	content: "\f075";
}

.ic-chevron-up:before {
	content: "\f077";
}

.ic-chevron-down:before {
	content: "\f078";
}

.ic-shopping-cart2:before {
	content: "\f07a";
}

.ic-bar-chart:before {
	content: "\f080";
}

.ic-bar-chart-o:before {
	content: "\f080";
}

.ic-twitter-square:before {
	content: "\f081";
}

.ic-facebook-square:before {
	content: "\f082";
}

.ic-comments:before {
	content: "\f086";
}

.ic-thumbs-o-up:before {
	content: "\f087";
}

.ic-thumbs-o-down:before {
	content: "\f088";
}

.ic-star-half:before {
	content: "\f089";
}

.ic-heart-o:before {
	content: "\f08a";
}

.ic-sign-out:before {
	content: "\f08b";
}

.ic-linkedin-square:before {
	content: "\f08c";
}

.ic-thumb-tack:before {
	content: "\f08d";
}

.ic-external-link:before {
	content: "\f08e";
}

.ic-sign-in:before {
	content: "\f090";
}

.ic-phone:before {
	content: "\f095";
}

.ic-twitter:before {
	content: "\f099";
}

.ic-facebook:before {
	content: "\f09a";
}

.ic-facebook-f:before {
	content: "\f09a";
}

.ic-credit-card:before {
	content: "\f09d";
}

.ic-bullhorn:before {
	content: "\f0a1";
}

.ic-filter:before {
	content: "\f0b0";
}

.ic-briefcase:before {
	content: "\f0b1";
}

.ic-bars:before {
	content: "\f0c9";
}

.ic-navicon:before {
	content: "\f0c9";
}

.ic-reorder:before {
	content: "\f0c9";
}

.ic-truck:before {
	content: "\f0d1";
}

.ic-pinterest:before {
	content: "\f0d2";
}

.ic-pinterest-square:before {
	content: "\f0d3";
}

.ic-google-plus-square:before {
	content: "\f0d4";
}

.ic-google-plus:before {
	content: "\f0d5";
}

.ic-caret-down:before {
	content: "\f0d7";
}

.ic-caret-up:before {
	content: "\f0d8";
}

.ic-caret-left:before {
	content: "\f0d9";
}

.ic-caret-right:before {
	content: "\f0da";
}

.ic-linkedin:before {
	content: "\f0e1";
}

.ic-comment-o:before {
	content: "\f0e5";
}

.ic-comments-o:before {
	content: "\f0e6";
}

.ic-file-text-o:before {
	content: "\f0f6";
}

.ic-angle-double-left:before {
	content: "\f100";
}

.ic-angle-double-right:before {
	content: "\f101";
}

.ic-angle-double-up:before {
	content: "\f102";
}

.ic-angle-double-down:before {
	content: "\f103";
}

.ic-angle-left:before {
	content: "\f104";
}

.ic-angle-right:before {
	content: "\f105";
}

.ic-angle-up:before {
	content: "\f106";
}

.ic-angle-down:before {
	content: "\f107";
}

.ic-desktop:before {
	content: "\f108";
}

.ic-laptop:before {
	content: "\f109";
}

.ic-tablet:before {
	content: "\f10a";
}

.ic-mobile:before {
	content: "\f10b";
}

.ic-mobile-phone:before {
	content: "\f10b";
}

.ic-quote-left:before {
	content: "\f10d";
}

.ic-quote-right:before {
	content: "\f10e";
}

.ic-info2:before {
	content: "\f129";
}

.ic-exclamation:before {
	content: "\f12a";
}

.ic-calendar-o:before {
	content: "\f133";
}

.ic-play-circle:before {
	content: "\f144";
}

.ic-level-up:before {
	content: "\f148";
}

.ic-level-down:before {
	content: "\f149";
}

.ic-thumbs-up:before {
	content: "\f164";
}

.ic-thumbs-down:before {
	content: "\f165";
}

.ic-youtube-square:before {
	content: "\f166";
}

.ic-youtube:before {
	content: "\f167";
}

.ic-youtube-play:before {
	content: "\f16a";
}

.ic-instagram:before {
	content: "\f16d";
}

.ic-tumblr:before {
	content: "\f173";
}

.ic-tumblr-square:before {
	content: "\f174";
}

.ic-vk:before {
	content: "\f189";
}

.ic-bank:before {
	content: "\f19c";
}

.ic-institution:before {
	content: "\f19c";
}

.ic-university:before {
	content: "\f19c";
}

.ic-graduation-cap:before {
	content: "\f19d";
}

.ic-mortar-board:before {
	content: "\f19d";
}

.ic-yahoo:before {
	content: "\f19e";
}

.ic-google:before {
	content: "\f1a0";
}

.ic-database:before {
	content: "\f1c0";
}

.ic-paper-plane:before {
	content: "\f1d8";
}

.ic-send:before {
	content: "\f1d8";
}

.ic-paper-plane-o:before {
	content: "\f1d9";
}

.ic-send-o:before {
	content: "\f1d9";
}

.ic-calculator:before {
	content: "\f1ec";
}

.ic-trash:before {
	content: "\f1f8";
}

.ic-facebook-official:before {
	content: "\f230";
}

.ic-whatsapp:before {
	content: "\f232";
}

.ic-y-combinator:before {
	content: "\f23b";
}

.ic-yc:before {
	content: "\f23b";
}

.ic-odnoklassniki:before {
	content: "\f263";
}

.ic-odnoklassniki-square:before {
	content: "\f264";
}

.ic-commenting:before {
	content: "\f27a";
}

.ic-commenting-o:before {
	content: "\f27b";
}

.ic-fort-awesome:before {
	content: "\f286";
}

.ic-address-book:before {
	content: "\f2b9";
}

.ic-address-book-o:before {
	content: "\f2ba";
}

.ic-address-card:before {
	content: "\f2bb";
}

.ic-vcard:before {
	content: "\f2bb";
}

.ic-address-card-o:before {
	content: "\f2bc";
}

.ic-vcard-o:before {
	content: "\f2bc";
}

.ic-more_vert:before {
	content: "\e954";
}

.ic-close2:before {
	content: "\e920";
}

.ic-books:before {
	content: "\e95b";
}

.ic-bubbles:before {
	content: "\e96c";
}

.ic-user-tie:before {
	content: "\e976";
}

.ic-gift:before {
	content: "\e99f";
}

.ic-loop2:before {
	content: "\ea2e";
}

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.abuse {
	font-size: 12px;
	color: #9a9a9a;
	position: relative;
}

.abuse.goods__abuse {
	display: inline-block;
	z-index: 7;
}

.abuse:hover .abuse__dropdown {
	display: block;
}

.abuse:hover .abuse__title-text {
	/*display: inline;*/
	;
}

.abuse__title {
	line-height: 16px;
	cursor: pointer;
}

.abuse__title:before {
	content: '';
	display: inline-block;
	background: url(/pics/sprite_new.png?r=4.1.26) 0 -622px no-repeat;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 3px;
}

.abuse__dropdown {
	position: absolute;
	min-width: 100%;
	padding: .3em .5em;
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	left: 0;
	top: 110%;
}

.abuse__item {
	display: table;
	cursor: pointer;
	transition: color .3s;
	padding: 0.2em;
	white-space: nowrap;
}

.abuse__item:hover {
	color: #333;
}

.all-categories-list {
	margin: 0 0 2em 0;
	text-align: center;
	padding: 0;
}

.all-categories-list__title {
	display: block;
	margin-bottom: .8rem;
}

.all-categories-list li {
	padding: 0;
	width: 25%;
	display: inline-block;
	margin: .3em 0;
	vertical-align: top;
	text-align: left;
	float: left;
}

.all-categories-list ul {
	margin: 0 0 .5rem 0;
	padding: 0 .75rem;
}

.all-categories-list ul li {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0.9285rem;
	line-height: normal;
}

.all-categories-list ul li:before {
	position: absolute;
	content: 'вЂў';
	left: -0.8rem;
	top: 0;
}

.autorization {
	padding: 1.5rem 1.5rem 4rem 1.5rem !important;
}

.autorization__row {
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.autorization__header {
	text-align: center;
	font-size: 1.715rem;
	color: #000;
	font-weight: 400;
	margin: 1.4285em 0;
}

.autorization__restore {
	text-align: right;
	margin: .4rem 0;
}

.autorization__socials {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.autorization__social-header {
	line-height: 1;
	font-size: 0.85714rem;
	font-weight: 300;
}

.autorization__social-btns {
	margin-left: 1.5rem;
}

.form-group {
	margin-bottom: 1rem;
}

.b-edit-category__attributes .b-form__input {
	width: 90%;
}

.b-edit-category__attributes #add_own_attribute {
	display: none;
}

.b-edit-category__attributes #attribute_purpose {
	margin: 0 0 3rem 0;
	display: table;
	color: black;
}

.b-edit-category__attributes #attribute_purpose:hover {
	text-decoration: none;
}

.b-edit-category__selected {
	background-color: #eeeeee !important;
	border-left: 4px solid #f74141 !important;
}

.b-edit-category__selected .b-products-item__img-wrap {
	background-color: white;
}

.b-edit-category__selected .b-products-item__name:after {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #eeeeee);
}

.b-edit-category__selected .b-products-item__meta:after {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #eeeeee 100%);
}

.b-edit-category__selected .b-phone__show {
	background-color: #eeeeee;
}

.b-edit-category__selected .b-phone__show:before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #eeeeee 100%);
}

#ready-sites {
	height: auto !important;
}

.b-ready-websites {
	list-style: none;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -0.75em;
}

.b-ready-websites__item {
	margin: .75em;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 90%;
}

.b-ready-websites a {
	transition: opacity .3s;
}

.b-ready-websites a:hover {
	opacity: .7;
}

.b-ready-websites img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.bellasist {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.bellasist__img {
	margin: 0 1em 0 0;
}

.btn-b {
	display: inline-block;
	margin: 0;
	padding: .6em 1em;
	font-size: 0.9285rem;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	color: #000;
}

.btn-b:hover {
	background-color: #e2e2e2;
	color: #000;
	text-decoration: none;
}

.redactor-btns {
	text-align: center;
}

.btn-admin {
	display: inline-block;
	font-size: 1.285rem;
	color: #7e7e7e;
	padding: .75rem;
	background-color: #e5e5e5;
	border: 1px solid #e5e5e5;
	text-align: center;
	cursor: pointer;
	min-width: 39px;
	height: 39px;
}

.btn-admin:hover {
	color: white;
	background-color: #72bd44;
	border-color: #72bd44;
	text-decoration: none;
}

.btn-admin:focus,
.btn-admin:active {
	text-decoration: none;
	color: #7e7e7e;
}

.btn-admin_na {
	background-color: #fff;
	cursor: default;
}

.btn-admin_na:hover {
	background-color: #fff;
	border-color: #e5e5e5;
}

.faq__content {
	margin: 0;
	padding: 0;
	list-style: none;
}

.informer-block {
	margin: 0 auto 15px;
	position: relative;
}

.informer-block__horizontal {
	margin-top: 15px;
}

.informer-block.open {
	display: block;
}

.sidebar .informer-block {
	margin-top: 25px;
	margin-bottom: 20px;
}

.informer-block p {
	margin: 0;
}

.informer-loading {
	opacity: 0.1;
	margin: 5px auto 0;
	width: 64px;
	display: block;
}

.informer-block .informer-content {
	height: 100%;
}

.informer-block .informer-header-add_ad {
	background-color: #F5F5F5;
	font-size: 11px;
	line-height: 19px;
	padding: 0 5px;
	right: 0;
	top: -19px;
	position: absolute;
}

.informer-block .informer-header-add_ad a {
	color: #959595;
}

.informer-block .informer-header-reklama {
	background-color: #F5F5F5;
	font-size: 14px;
	line-height: 19px;
	padding: 3px 8px;
	left: 0;
	right: inherit;
	top: -25px;
	position: absolute;
}

.informer-block .informer-header-reklama a {
	color: #000000;
}

.informer-content .containeri {
	position: static;
}

.informer {
	min-height: 80px;
	overflow: hidden;
}

.informer .informer-pic {
	float: left;
	margin: 0 18px 0 0;
}

.informer .informer-pic .pic_pp_border {
	border: none;
}

.informer .informer-pic img {
	max-width: 100px;
	max-height: 100px;
	margin: -10px;
	*margin: 0;
}

.informer .informer-price {
	font-size: 11px;
}

.informer a {
	font-weight: bold;
	color: #000000;
}

.informer p {
	font-size: 11px;
	color: #7E7A79;
}

.informer .pic_pp_border {
	height: 102px;
	width: 102px;
}

.informer-example {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #D2D2D2;
	width: 100%;
	margin: 5px 0 25px;
}

.informer-example th,
.informer-example td {
	border-left: 1px solid #D2D2D2;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}

.informer-example th {
	font-weight: bold;
	background-color: #F2EFE5;
	color: #757575;
	font-size: 13px;
	padding: 5px 15px;
}

.informer-example td {
	padding: 5px 10px;
	text-align: left;
}


/* РЅРѕРІС‹Р№ РґРёР·Р°Р№РЅ РёРЅС„РѕСЂРјРµСЂРѕРІ */

.informer-content {
	height: 100%;
}

.informer-content table {
	height: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	width: 100%;
}

.informer-content table tr td {
	height: 100%;
	text-align: center;
	vertical-align: top;
}

.informer-block__horizontal table tr td {
	width: 25%;
	display: table-cell;
}

.informer-big {
	overflow: hidden;
	background: #fff7da;
	border: 1px solid transparent;
	height: 100%;
	cursor: pointer !important;
}

.informer-big:hover .informer-title {
	text-decoration: underline;
}

.informer-big:hover {
	border: 1px solid #eeeeee;
	box-shadow: #E6E5E3 0 0 3px 0 #F5F5F5;
	transition: background-color 300ms linear;
}

.informer-big:hover {
	text-decoration: none !important;
}

.informer-big .informer-pic {
	margin: 0 auto;
}

.informer-big .informer-title {
	line-height: 20px;
	font-size: 14px;
}

.informer-big .informer-price {
	color: #000000;
	padding: 0 10px;
	margin: 0 0 10px;
}

.informer-big p {
	font-size: 11px;
	color: #7E7A79;
	margin: 5px 0 10px;
	padding: 0 10px;
	line-height: 15px;
	text-decoration: none !important;
}

.informer-big .b-product_gallery__img {
	margin-top: 10px;
}

.informer-big .informer-hint {
	line-height: 18px;
	font-size: 12px;
	color: #000000;
	display: none;
	padding: 10px 0;
}

.informer_slider .b-related-items__item {
	height: 290px;
	overflow: hidden;
}

.informer_slider .informer-big {
	display: block;
}

.informer_slider .informer-title,
.informer_slider .informer-price,
.informer-hint {
	text-align: center;
	width: 97%;
	margin: 3px 3px;
}

.informer_slider .informer-container {
	background-color: #fff7da;
	height: 100%;
}

.informer-content .bx-controls {
	display: none;
}

.informer_slider .b-product_gallery__img_wrap img {
	display: inline !important;
}

.informer-block__vertical .informer_slider .b-related-items__item {
	float: none !important;
	clear: both;
}

.informer-block__vertical .informer_slider .b-related-items__item {
	height: 100%;
	min-height: 275px;
}

.informer-block__vertical .informer-title,
.informer-block__vertical .informer-price {
	margin: 10px 5px 5px;
}

.informer-block__horizontal.informer-block-expandable {
	position: relative;
	height: 295px;
}

.informer-block-expandable>.informer-content {
	width: 100%;
	height: 100%;
}

.informer_slider .b-product_gallery__img,
.b-product_gallery__img {
	width: 187px;
	margin: 10px auto 8px;
	position: relative;
}

.informer_slider .b-product_gallery__img_wrap,
.b-product_gallery__img_wrap {
	position: relative;
	width: 187px;
	height: 200px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	margin: 0 20px;
	white-space: nowrap;
}

.b-product_gallery__img_wrap img {
	max-width: 187px;
	margin-bottom: -5px;
}

.b-product_gallery__price {
	margin: 0 0 5px;
	line-height: 16px;
}

.b-product_gallery__price .wholesale-link span {
	margin: 0 !important;
}

.b-product_gallery__img_link {
	display: block;
	float: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.b-product_gallery__img_link:hover {
	text-decoration: none;
}

.b-product_gallery__image {
	vertical-align: middle;
}

.b-product_gallery__title {
	font-weight: bold;
	margin: 0 5px 9px;
	line-height: 20px;
	max-height: 44px;
	overflow: hidden;
	max-width: 275px;
}

.b-product_gallery .b-product_gallery__title {
	font-weight: normal;
	font-size: 14px;
}

.b-product_gallery__price div {
	margin: 2px 10px !important;
	display: inline-block;
}

.b-product_gallery__price span {
	margin: 2px 0 !important;
	display: inline-block;
}

.informer_slider .b-product_gallery__img_wrap {
	margin-top: 10px !important;
}

#credit_dialog {
	margin: 0 0 10px;
}

#credit_dialog .column {
	vertical-align: middle;
	margin: 0 0 20px 0;
}

#credit_dialog .column:first-child {
	margin-top: 10px;
}

.vkredit_button,
.conpay_button {
	display: none;
	cursor: pointer;
	border: none;
	line-height: 29px;
	font-size: 20px;
}

.vkredit_button span {
	display: inline-block;
	width: 35px;
	height: 32px;
	margin-right: 7px;
	background: url(/pics/credit/vkredit5.png?r=4.1.26) no-repeat;
	float: left;
}

.conpay_button span {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	background: url(/pics/credit/logo-conpay-small.png?r=4.1.26) no-repeat;
	float: left;
}

.ui-dialog .vkredit_button,
.ui-dialog .conpay_button {
	display: inline-block;
}

.ui-dialog .kupivkredit-button,
.ui-dialog #conpay-container {
	display: none;
}

.kredit-button,
.kupivkredit-button {
	position: relative;
	display: inline-block;
	width: 190px;
	height: 30px;
	*display: inline;
	*zoom: 1;
	outline: none;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	margin: 5px 0 10px;
}

button.kredit-button,
button.kupivkredit-button {
	margin: 0;
	padding: 2px 3px 4px;
	border: 0 none;
	outline: none;
	overflow: visible !important;
	cursor: pointer;
	background: none;
}

a.vkredit-button:after,
a.kupivkredit-button:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: none;
}

.kredit-button:hover .kredit-button-content,
.kupivkredit-button:hover .kupivkredit-button-content {
	background: #f8a416;
	background: linear-gradient(to bottom, #fec953 0%, #f39c0c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec953', endColorstr='#f39c0c', GradientType=0);
}

.kredit-button:active .kredit-button-content,
.kupivkredit-button:active .kupivkredit-button-content {
	box-shadow: inset 0 1px 6px rgba(86, 57, 6, 0.35);
	background: #f3a626;
	background: linear-gradient(to bottom, #f3a626 0%, #f3a626 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3a626', endColorstr='#f3a626', GradientType=0);
	line-height: 29px;
}

.kredit-button-content,
.kupivkredit-button-content {
	display: block;
	padding: 0;
	height: 100%;
	cursor: pointer;
	background: #f8ad30;
	background: linear-gradient(to bottom, #fec953 0%, #f5ac33 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec953', endColorstr='#f5ac33', GradientType=0);
	box-shadow: 0 1px 3px rgba(137, 98, 31, 0.9);
	border-radius: 3px;
	color: #fff;
	font: 700 15px/24px 'Helvetica Neue', Arial, sans-serif;
	text-shadow: 0 1px #b1760c;
	line-height: 30px;
	text-align: center;
}

.kredit-button-content>.kredit-icon,
.kupivkredit-button-content>.kupivkredit-icon {
	margin: 0 5px 0 -5px;
}

.kredit-icon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	font-size: 21px;
	line-height: 24px;
	background-size: contain;
}

.kupivkredit-icon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	background-size: contain;
}

.new-table__tariffs {
	line-height: normal;
	margin: 3rem 0 6rem 0;
}

.new-table__tariffs tr {
	border-bottom: 1px solid #e2e2e2;
}

.new-table__tariffs tr:not(:first-child) {
	text-align: center;
}

.new-table__tariffs td {
	padding: 1rem;
}

.new-table__tariffs .title td {
	background-color: #eeeeee;
}

.new-table__tariffs .tariffs-tbl__header-tr {
	text-align: center;
}

.new-table__tariffs .tariffs-tbl__header-name {
	text-align: center;
}

.new-table__tariffs .tariffs-tbl__name {
	text-align: center;
}

.new-table__tariffs .tariff_order_link {
	display: inline-block;
	margin-top: .75em;
}

.dealer-banner:focus,
.dealer-banner:active,
.dealer-banner:hover {
	text-decoration: none;
}

.dealer-banner.horizontal {
	box-sizing: border-box;
	position: relative;
	height: 153px;
	display: block;
	width: 100%;
	font-family: 'PT Sans', sans-serif;
}

.dealer-banner.horizontal>*,
.dealer-banner.horizontal>*:before,
.dealer-banner.horizontal>*:after {
	box-sizing: border-box;
}

.dealer-banner.dealer-banner_program {
	background-color: white;
	overflow: hidden;
}

.dealer-banner.dealer-banner_program:before {
	z-index: 1;
	content: ' ';
	display: block;
	width: 400px;
	height: 400px;
	position: absolute;
	right: -150px;
	top: -130px;
	background-color: #a6e7e5;
	border-radius: 50%;
}

.p-banner__content {
	max-width: 210px;
	display: block;
	padding: 15px;
}

.p-banner__logo {
	display: block;
	padding-bottom: 5px;
}

.p-banner__title {
	color: black;
	display: block;
	font-weight: 700;
	line-height: 1;
	font-size: 24px;
	padding-bottom: 5px;
}

.p-banner__text {
	color: black;
	font-size: 14px;
	line-height: 1;
}

.s-banner__table {
	display: block;
	width: 100%;
	padding: 12px 15px;
}

.s-banner__content,
.s-banner__advantages {
	display: block;
	z-index: 2;
	position: relative;
}

.s-banner__content {
	width: 200px;
	float: left;
}

.s-banner__advantages {
	width: 200px;
	float: right;
}

.s-banner__logo {
	padding-bottom: 5px;
	display: block;
}

.s-banner__header {
	display: block;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	color: black;
	margin-bottom: 10px;
}

.s-banner__btn {
	display: block;
	height: 45px;
	border-radius: 3px;
	background-color: #df2424;
	background-image: linear-gradient(50deg, #df2424 0%, #ff5a39 100%);
	color: white;
	border: none;
	font-size: 15px;
	font-weight: 700;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
}

.s-banner__btn:hover {
	background-image: linear-gradient(50deg, #ff5a39 0%, #df2424 100%);
}

.s-banner__advantage {
	position: relative;
	display: block;
	color: black;
	font-size: 16px;
	line-height: 1;
	padding: 10px 10px 5px 60px;
	min-height: 50px;
}

.s-banner__advantage:before {
	position: absolute;
	top: 10px;
	left: 0;
}

.dealer-banner__margin {
	margin: 30px 0;
}

.pp-promo-share {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	max-width: 300px;
	padding: 0 0 0 50px;
	min-height: 35px;
	background: url(/pics/product/gift-icon.png?r=4.1.26) 0 center no-repeat;
}

.b-products-simple .b-sc-product_more {
	display: none;
}

.b-products-simple.isClosed .b-products-simple__item:nth-of-type(n+7) {
	display: none;
}

.b-products-simple.b-products-simple_in-block.isClosed .b-products-simple__item:nth-of-type(n+6) {
	display: none;
}

.main-box-registration .b-link:hover {
	text-decoration: underline;
}

.row {
	width: 100%;
	display: block;
	position: relative;
}

.row:after {
	content: '';
	display: table;
	clear: both;
}

.half {
	width: 50%;
	float: left;
}

.half__wrapp_right {
	float: right;
}

.half__wrapp_left {
	float: left;
}

.b-registration .b-input,
.b-reg__wrapper .b-input {
	font-size: 14px;
	width: 100%;
	padding: 0 18px;
	outline: none;
	border: 1px solid #dcdcdc;
	line-height: 38px;
	height: 38px;
	border-radius: 2px;
}

.b-label {
	font-size: 11px;
	line-height: 18px;
	display: block;
	position: relative;
}

.b-title {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 30px;
	font-weight: normal;
}

.b-text__img.i-va-wrapper {
	text-align: center;
	font-size: 0;
}

.b-text__img.i-va-wrapper:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.b-text__img.i-va-wrapper>* {
	max-width: 100%;
	max-height: 100%;
	display: inline-block !important;
	vertical-align: middle;
}

.screenshot__block {
	max-width: 20rem;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.b-reg {
	padding: 2rem;
}

.b-reg.row {
	width: calc(160%);
	box-sizing: border-box;
}

.b-reg__wrapper {
	box-sizing: border-box;
	margin: 0 -30px;
}

.b-our-sats {
	padding: 0 0 0 0;
}

.b-h-success {
	padding: 0 0 3em 0;
	margin: 0;
}

.b-faq {
	margin: 0 0 0 0;
}

.b-reviews {
	margin: 0 0 0;
}

.b-reg__wrapper_no-https .half {
	width: 100%;
}

.b-reg__wrapper_no-https .b-reg__title {
	text-align: center;
}

.b-reg__wrapper_no-https .b-list__item {
	display: block;
	float: left;
	width: 50%;
	padding: 0 30px;
}

.b-reg__wrapper_no-https .b-list_reg {
	margin: 0 -30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-reg__wrapper_no-https .b-list_reg:after {
	display: table;
	content: ' ';
	clear: both;
}


/*b-reg__list*/

.b-reg__list.half {
	box-sizing: border-box;
	position: relative;
	padding: 0 30px;
}

.b-reg__form.half {
	box-sizing: border-box;
	position: relative;
	padding: 0 30px;
}

.b-reg__list .b-reg__title {
	padding-bottom: 55px;
}

.b-reg__form .b-reg__title {
	padding-bottom: 10px;
}

a.b-btn.b-btn_centered {
	margin-left: auto;
	margin-right: auto;
}


/*  b-form  */

.b-form_reg .b-form__item {
	margin: 14px 0;
	display: block;
}

.b-form_reg .b-form__item_promo-code {
	margin: -6px 0px -2px;
}

.b-form_reg .b-form__item_btn {
	margin: 30px 0px 17px;
}

.b-form_reg .b-link_form {
	display: inline-block;
	border-bottom: 1px dashed #1668bc;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none!important;
}

.b-form_reg .b-link_form:hover {
	text-decoration: none;
	color: #c1001f;
	border-color: #c1001f;
}

.b-form_reg .b-checkbox {
	display: none;
}

.b-form_reg .b-label {
	padding-left: 25px;
}

.b-form_reg .b-checkbox+.b-label:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #000;
	background: none;
}

.b-form_reg .b-checkbox:checked+.b-label:after {
	background: url(/pics/registration/sprite-company-controlls.png?r=4.1.26) no-repeat -66px 5px transparent;
}


/*  b-list  */

.b-list_reg {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-list_reg .b-list__item:after {
	content: '';
	display: table;
	clear: both;
}

.b-list_reg .b-list__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-bottom: 4em;
}

.b-list_reg .b-font-icon {
	display: block;
	float: left;
	width: 35px;
	min-width: 35px;
	height: 35px;
	border: 3px solid #e84849;
	text-align: center;
	color: #e84849;
	border-radius: 50%;
}

.b-list_reg .b-font-icon:before {
	margin: 0;
	line-height: 30px;
}

.b-list_reg .b-text {
	margin-left: 1em;
	font-size: 14px;
}

.b-list_reg .b-text p {
	margin: 0;
}

.b-our-sats {
	position: relative;
	font-size: 14px;
	background-color: #f5f5f5;
	border-radius: 6px;
}

.b-our-sats:after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	right: 0;
	bottom: -13px;
	margin-left: -12px;
	background-color: #ffc300;
	border-radius: 4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.b-our-sats__title {
	text-align: center;
	padding: 40px 0 60px;
}

.b-our-sats__content {
	display: block;
	text-align: center;
}

.b-our-sats__item {
	display: inline-block;
	text-align: center;
}

.b-our-sats__item:nth-last-child(3) {
	margin: 0 145px 0 130px;
}

.b-our-sats__bottom {
	position: relative;
	background-color: #ffc300;
	height: 80px;
	line-height: 75px;
	text-align: center;
	margin-top: 37px;
	border-radius: 0 0 6px 6px;
}

.b-our-sats__bottom .b-text {
	font-size: 1.14285rem;
	font-weight: 600;
	line-height: 5.715rem;
}

.b-our-sats__item .b-text {
	font-size: 14px;
}

.b-our-sats__item .b-text__number {
	font-size: 36px;
	line-height: 1;
	color: #e84849;
}

.b-our-sats__item .b-text__text {
	font-size: 14px;
	line-height: 30px;
	margin-top: 6px;
}

.b-h-success {
	font-size: 10px;
}

.b-h-success__title {
	text-align: center;
	padding: 57px 0 65px;
}

.b-h-success__wrapp .b-slider {
	padding-bottom: 6em;
}

.b-h-success .i-block__wrapp {
	padding-left: 8em;
}

.b-h-success .i-block__img {
	padding-left: 2em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.b-h-success .b-text {
	font-size: 14px;
}

.b-h-success .b-text p {
	margin: 0 0 10px 0;
}

.b-h-success .b-text__img {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #e2e2e2;
	overflow: hidden;
}

.b-h-success .b-text__name {
	font-size: 1.285rem;
	line-height: 24px;
	white-space: nowrap;
	letter-spacing: -0.3px;
}

.b-h-success .b-text__wrapp .b-text__link {
	margin-top: 5px;
	color: #999;
}

.b-h-success .b-text__link {
	font-size: 14px;
	line-height: 20px;
}

.b-h-success .b-text__link .b-link {
	color: #4684b5 !important;
}

.b-h-success .b-text__wrapp {
	margin-left: 100px;
	padding-top: 14px;
}

.b-h-success .b-text__text {
	clear: both;
	font-size: 0.9285rem;
	color: #000;
	padding: 2em 0 1em 0;
	font-style: italic;
}

.b-h-success .b-text__btn {
	margin-top: 38px;
}

.b-h-success .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -48px;
	outline: 0;
	width: 35px;
	height: 65px;
	text-indent: -9999px;
	z-index: 9;
	opacity: 1;
	background: url(/pics/registration/sprite-company-controlls.png?r=4.1.26) transparent no-repeat;
}

.b-h-success .bx-wrapper .bx-next {
	background-position: -35px 0 !important;
}

.b-h-success .bx-wrapper .bx-prev {
	background-position: 0 0 !important;
}


/* РїСЂРёРјРµСЂС‹ СЃР°Р№С‚РѕРІ */

.examples__content {
	text-align: center;
}

.examples__content :not(.examples__item-button) {
	position: relative;
}

.examples__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	vertical-align: top;
	margin: 0 0 1rem 0;
	text-align: center;
	padding: 3.5em 1.5em 7em;
	background-color: #fff;
	box-shadow: 0 0 2em 0.3em rgba(0, 0, 0, 0.2);
	border-radius: 0.3em;
	border: 0.1em solid transparent;
	transition: all 0.3s;
}

.examples__item:hover {
	border: 0.1em solid #ccc;
	transition: all 0.3s;
}

.examples__item-img {
	background-image: url(/tpl/landing-pages/constructor/img/monitor.png?r=4.1.26);
	width: 15em;
	height: 12.5em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding: 0.5em 0.5em 3.5em;
	margin: 0 auto;
}

.examples__item-img>img {
	width: 100%;
	height: 100%;
}

.examples__item-title {
	font-size: 2.4em;
	font-weight: bold;
	padding: 0.7em 0 0.4em;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none;
	color: #000;
	display: inline-block;
}

.examples__item-text {
	font-size: 1.4em;
	color: #8e8e8e;
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 1em;
}

.examples__item-button {
	font-size: 1.4em;
	color: #fff;
	background-color: #f84d43;
	display: inline-block;
	font-weight: bold;
	padding: 0.6em 1.5em;
	border-radius: 0.3em;
	text-decoration: none;
	position: absolute;
	bottom: 2em;
	left: 50%;
	margin-left: -60px;
	border: 2px solid #f84d43;
	transition: all .3s;
}

.examples__item-button:hover {
	color: #f84d43;
	background-color: #fff;
	text-decoration: none;
}

.b-faq .b-title {
	text-align: center;
	padding: 70px 0 45px;
}

.b-faq .faq__content {
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 0;
	border-bottom: 6px solid #e8e8e8;
}

.b-faq .faq__question {
	padding: 1.5em 3.5em 1.8em 1.5em;
}

.b-reviews {
	font-size: 10px;
}

.b-reviews__title {
	text-align: center;
	padding: 62px 0 73px;
}

.b-reviews__wrapp {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.b-reviews__item {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	max-width: 300px;
	width: 100%;
	margin-right: 4%;
}

.b-reviews__item:last-child {
	margin-right: 0;
}

.b-reviews__item:nth-last-child(2) .b-text {
	background-color: #fff;
}

.b-reviews__item:nth-last-child(2) .b-text:after {
	border-top: 15px solid #fff;
}

.b-reviews .b-text {
	font-size: 14px;
	border: 1px solid #e7e7e7;
	padding: 52px 20px 10px;
	position: relative;
	border-radius: 3px;
	background-color: #fafafa;
}

.b-reviews .b-text:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: 42px;
	top: calc(99%);
	border-top: 15px solid #fafafa;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	z-index: 2;
}

.b-reviews .b-text:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: 42px;
	top: 100%;
	border-top: 15px solid #e7e7e7;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

.b-reviews .b-text__text {
	font-size: 14px;
	line-height: 19px;
	color: #989898;
	padding-top: 23px;
}

.b-reviews .b-text__img {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	position: absolute;
	top: -42px;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	z-index: 2;
}

.b-reviews .b-text__name {
	font-size: 19px;
	line-height: 24px;
}

.b-reviews .b-text__link {
	font-size: 14px;
	line-height: 24px;
	margin-top: 3px;
}

.b-reviews .b-text__link .b-link {
	color: #4684b5;
}

.b-reviews .b-text__wrapp {
	text-align: center;
}

.b-reviews__btn {
	margin: 8em 0 6.5em;
}

.b-reviews__btn .b-btn {
	margin: 0 auto;
}

.b-link_read-more {
	text-decoration: none;
	border-bottom: 1px dashed;
}

.b-link.b-link_read-more:hover {
	text-decoration: none;
	color: #c1001f !important;
}


/*==========  Desktop First Method  ==========*/

.b-registration {
	font-size: 14px;
}

.b-registration__tabs {
	background-color: #fff;
	margin-bottom: 3em;
}

.b-registration__tab-title {
	padding-top: 2.5em;
}

.b-registration__main {
	margin: 4em 0 7em 0;
}

.b-registration__sect-header {
	font-size: 1.715rem;
	margin-bottom: 1.5em;
	font-weight: 400;
}

.b-registration__why {
	font-size: 1.715em;
	margin-bottom: 1em;
}

.b-registration__why_inblock {
	display: none;
}

.b-registration__icon {
	display: inline-block;
	width: 44px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: center;
	white-space: pre;
	margin-top: 8px;
}

.b-registration-list__header {
	font-size: 40px;
	font-weight: 400;
	margin: 1rem 0 3rem 0;
}

.b-registration-list__title {
	margin-bottom: 3.25em;
	font-size: 1.14285rem;
}

.b-registration-list__content {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0 0 2em 0;
}

.b-registration-list__item {
	position: relative;
	padding: 0 0 0 4.35rem;
	margin: .5rem 0 3.5rem 0;
	font-size: 1.14285rem;
	min-height: 35%;
}

.b-registration-list__item:before {
	position: absolute;
	font-family: 'zk';
	top: -0.5em;
	left: 0;
	content: '\e003';
	width: 35px;
	height: 35px;
	padding-top: 5px;
	border: 3px solid #e84849;
	text-align: center;
	color: #e84849;
	border-radius: 50%;
	font-size: 1rem;
}

.b-registration .b-form_reg .b-form__item:first-child {
	margin-top: 0;
}

.b-registration .b-label,
.b-registration .b-label:before,
.b-registration .b-label:after {
	box-sizing: content-box;
}

.b-registration [tab-show] {
	display: none;
}

.b-registration .b-our-sats {
	margin-top: 4em;
}

.b-registration__form {
	margin: 0 auto;
	width: 390px;
	background-color: #fff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	padding: 40px;
}

.b-btn.want-button {
	text-decoration: none;
	margin-right: 1em;
}

.b-btn.want-button:hover {
	text-decoration: none;
}

.b-reg__form-header {
	font-weight: 700;
	text-align: center;
}

.main-box-registration .autorization__submit {
	margin-bottom: 1rem;
}

.main-box-registration .autorization__submit .b-btn {
	width: 100%;
}

.main-box-registration .autorization__social-btns {
	margin: 0;
}

.main-box-registration .b-social__item {
	margin: 0 .25rem .25rem 0 !important;
}

.b-registration .b-registration__sect-header {
	font-size: 30px;
	text-align: center;
}

.b-registration__icon {
	background-repeat: no-repeat;
}

.b-registration__icon_design {
	background-position: -185px -5px;
	width: 80px;
	height: 80px;
}

.b-registration__icon_seo {
	background-position: -5px -95px;
	width: 66px;
	height: 70px;
}

.b-registration__icon_ui {
	background-position: -171px -95px;
	width: 80px;
	height: 80px;
}

.b-registration__icon_stats {
	background-position: -5px -5px;
	width: 80px;
	height: 80px;
}

.b-registration__icon_support {
	background-position: -95px -5px;
	width: 80px;
	height: 80px;
}

.b-registration__icon_safe {
	background-position: -81px -95px;
	width: 80px;
	height: 80px;
}

.b-registration__sub-sect:not(:last-child) {
	padding-bottom: 5em;
}

.b-registration__sect {
	padding: 5em 0;
}

.b-registration__sect_red {
	background-color: #f74141;
}

.b-registration__sect_red+.b-registration__sect {
	padding-top: 5em !important;
}

.b-registration__sect_text-white {
	color: #fff;
}

.b-registration__sect+.b-registration__sect {
	padding-top: 0;
}

.b-registration__sect .b-table-packages__form-header {
	font-size: 1.285rem;
}

.b-registration__sect-subheader {
	display: inline-block;
	max-width: 45rem;
	margin: 0 auto;
	font-size: 1.285rem;
}

.b-registration__sect-header-accent {
	font-weight: 700;
	color: #f74141;
}

.b-registration__faq {
	max-width: 49em;
	margin: 0 auto;
	background-color: #fff;
}

.b-registration__btns {
	text-align: center;
}

.b-reg-adv__img {
	max-width: 100%;
}

.b-reg-adv__img_shadow .b-img {
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.b-reg-adv__text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-reg-adv__text>* {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	min-width: 100%;
}

.b-reg-adv__taccent {
	font-weight: 700;
	color: #ef8319;
}

.b-reg-steps__btns {
	text-align: center;
	margin: 4em 0 0 0;
}

.b-reg-step {
	text-align: center;
}

.b-reg-step__content {
	padding: 0 2.5em;
}

.b-reg-step__icon {
	margin-bottom: 1.5rem;
	line-height: 1;
	text-align: center;
}

.b-reg-step__icon .b-attach-clients__line-icon {
	display: inline-block;
}

.b-reg-step__title {
	font-weight: 600;
}

.reviews__ads {
	width: 100%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.ads__banner {
	font-family: 'PT Sans', sans-serif;
	width: 100%;
	height: 624px;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 205px 15px 10px;
	line-height: normal;
	text-align: center;
	margin: 0 auto 10px;
}

.ads__banner-title {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 12px;
}

span.ads__banner-title-count {
	display: block;
	font-size: 72px;
}

.ads__banner-subtitle {
	color: #c22417;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 50px;
	padding: 0 7px;
}

.ads__banner-button {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 25px 20px;
	background-color: #ff3e34;
	border-radius: 5px;
	transition: background-color 0.3s;
}

.ads__banner-button:active,
.ads__banner-button:focus {
	color: #fff;
	text-decoration: none;
}

.ads__banner-button:hover {
	color: #fff;
	background-color: #f23d34;
	text-decoration: none;
}

.ads__button {
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 20px;
	border-radius: 3px;
	background-color: #FADB60;
	text-align: center;
	color: #000;
	transition: background-color 0.3s;
	margin: 0 auto 10px;
	box-sizing: border-box;
}

.ads__button:hover {
	text-decoration: none;
	background-color: #edce5a;
	color: #000;
}

.ads__button:focus,
.ads__button:active {
	text-decoration: none;
	color: #000;
}

.ic-seo-seo_remarketing:before,
.ic-seo-context_analyze:before {
	content: "\e921";
}

.ic-seo-target:before {
	content: "\e922";
}

.ic-seo-volume:before {
	content: "\e923";
}

.ic-seo-count-words:before {
	content: "\e924";
}

.ic-seo-price:before {
	content: "\e925";
}

.ic-seo-edit_price:before {
	content: "\e926";
}

.ic-seo-goods_import:before {
	content: "\e927";
}

.ic-seo-choise:before {
	content: "\e928";
}

.ic-seo-text-quality:before {
	content: "\e929";
}

.ic-seo-additional:before {
	content: "\e92a";
}

.ic-seo-edit_goods_search:before {
	content: "\e92b";
}

.ic-seo-goods_attributes:before {
	content: "\e92c";
}

.ic-seo-domain:before {
	content: "\e92d";
}

.ic-seo-seo_structure:before {
	content: "\e92e";
}

.ic-seo-data_security:before {
	content: "\e92f";
}

.ic-seo-edit_goods:before {
	content: "\e930";
}

.ic-seo-ga_ya_master:before {
	content: "\e931";
}

.ic-seo-25:before {
	content: "\e932";
}

.ic-seo-goods_attributes_search:before {
	content: "\e933";
}

.ic-seo-image_processing:before,
.ic-seo-photo_gallery:before {
	content: "\e934";
}

.ic-seo-domain_mail:before {
	content: "\e935";
}

.ic-seo-other_site_works:before {
	content: "\e936";
}

.ic-seo-33:before {
	content: "\e937";
}

.ic-seo-logo_design:before {
	content: "\e938";
}

.ic-seo-header_design:before {
	content: "\e939";
}

.ic-seo-34:before {
	content: "\e93a";
}

.ic-seo-35:before {
	content: "\e93b";
}

.ic-seo-32:before {
	content: "\e93c";
}

.ic-seo-seo_keyswords:before {
	content: "\e93d";
}

.ic-seo-online_consultant:before {
	content: "\e93e";
}

.ic-seo-37:before {
	content: "\e93f";
}

.ic-seo-domain_price:before {
	content: "\e940";
}

.ic-seo-slider_design:before,
.ic-seo-44:before {
	content: "\e941";
}

.ic-seo-seo_meta_with_edit:before {
	content: "\e942";
}

.ic-seo-seo_meta_with_keywords:before {
	content: "\e943";
}

.ic-seo-add_goods_variants:before {
	content: "\e944";
}

.ic-seo-seo_goods_names:before {
	content: "\e945";
}

.ic-seo-ssl_setup:before {
	content: "\e946";
}

.ic-seo-seo_relink:before {
	content: "\e947";
}

.ic-seo-seo_articles_links:before {
	content: "\e948";
}

.ic-seo-ga_ya_stat:before {
	content: "\e949";
}

.ic-seo-seo_audit:before {
	content: "\e94a";
}

.ic-seo-seo_search_top:before {
	content: "\e94b";
}

.ic-seo-7:before {
	content: "\e94c";
}

.table-adaptive {
	position: relative;
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
}

.table-adaptive::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-adaptive::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: #dedede;
}

.table-adaptive__outer {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.table-adaptive__gradient {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: white;
	z-index: 1;
	background: linear-gradient(to right, rgba(63, 76, 107, 0) 0%, #ffffff 100%);
}

#tariff-personal .extpp_inl_label {
	width: 380px;
	font-size: 0.9285rem;
	font-weight: 400;
	float: left;
	margin: 0;
}

#tariff-personal .extpp_inputs {
	margin-left: 410px;
}

#tariff-personal_form .extpp_inputs .gray {
	margin-left: 8px;
}

#tariff-personal .extpp_row {
	zoom: 1;
	border-bottom: 1px solid #e2e2e2;
}

#tariff-personal .extpp_row:before,
#tariff-personal .extpp_row:after {
	content: "";
	display: table;
}

#tariff-personal .extpp_row:after {
	clear: both;
}

#tariff-personal .extpp_row:before,
#tariff-personal .extpp_row:after {
	content: "";
	display: table;
}

#tariff-personal .extpp_row:after {
	clear: both;
}

#tariff-personal .extpp_inl_label_text {
	display: inline-block;
	line-height: 1.5rem;
}

#tariff-personal .cabinet-text-input {
	width: 100px;
	height: 2.5rem;
	padding: 0 .3rem;
	border: 1px solid #e2e2e2;
}

#tariff-personal .cabinet-text-input:active,
#tariff-personal .cabinet-text-input:focus {
	border: 1px solid #6097e9;
}

#tariff-personal .extpp_inputs_price,
#tariff-personal .extpp_inl_label,
#tariff-personal .extpp_inputs .gray {
	line-height: 4rem;
}

#tariff-personal .extpp_inputs_price {
	font-size: 1.285rem;
}

#tariff-personal .p_error {
	color: #f74141;
	margin-bottom: .5rem;
	display: inline-block;
}

.webstats {
	width: 100%;
	text-align: center;
}

.webstats td,
.webstats th {
	padding: .5em;
}

.webstats tr {
	border-bottom: 1px solid #e2e2e2;
}

.webstats tr td:first-child {
	text-align: left;
}

.b-about__info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	margin-bottom: 1.4285em;
}

.b-about__info-content {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #fff;
	border: 1px solid #e2e2e2;
}

.b-about__info__title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.785rem;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
	font-size: 1.285rem;
	padding: 2rem;
	margin: 0 0 1em 0;
	position: relative;
	background: #fff;
}

.b-about__info__title:after,
.b-about__info__title:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.b-about__info__title:before {
	border-color: rgba(222, 222, 222, 0);
	border-top-color: #e2e2e2;
	border-width: 13px;
	margin-left: -13px;
}

.b-about__info__title:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 12px;
	margin-left: -12px;
}

.b-about__info-text {
	padding: 0 1.5em 1.5em;
}

.b-about__advantages-title {
	line-height: 30px;
	font-size: 1.715rem;
	text-align: center;
	font-weight: 400;
	margin: 0 0 1.4285em 0;
}

.b-about__advantages-title>* {
	vertical-align: middle;
}

.b-about__adv-iwrap {
	height: 5.35rem;
}

.b-about__adv-icon {
	background-repeat: no-repeat;
}

.b-about__adv-icon_cart {
	background-position: -10px -1085px;
	width: 70px;
	height: 70px;
}

.b-about__adv-icon_bag {
	background-position: -10px -300px;
	width: 70px;
	height: 61px;
}

.b-about__adv-icon_award {
	background-position: -10px -210px;
	width: 64px;
	height: 70px;
}

.b-about__adv-icon_group {
	background-position: -10px -491px;
	width: 83px;
	height: 70px;
}

.b-about .b-about__oportunities {
	color: black;
	margin-bottom: 3em;
}

.b-about__oportunities-iwrap {
	height: 8em;
}

.b-about__oportunities-text {
	font-size: 0.9285rem;
	color: black;
}

.b-about__oportunities-icons_devices {
	background-position: -10px -787px;
	width: 108px;
	height: 60px;
}

.b-about__oportunities-icons_online-shop {
	background-position: -10px -687px;
	width: 80px;
	height: 80px;
}

.b-about__oportunities-icons_onec {
	background-position: -10px -110px;
	width: 110px;
	height: 80px;
}

.b-about__oportunities-icons_import {
	background-position: -10px -581px;
	width: 100px;
	height: 86px;
}

.b-about__oportunities-icons_pay {
	background-position: -10px -977px;
	width: 96px;
	height: 88px;
}

.b-about__oportunities-icons_master {
	background-position: -10px -1175px;
	width: 100px;
	height: 100px;
}

.b-about__oportunities-icons_seo {
	background-position: -10px -867px;
	width: 97px;
	height: 90px;
}

.b-about__oportunities-icons_sms {
	background-position: -10px -10px;
	width: 81px;
	height: 80px;
}

.b-about__oportunities-icons_support {
	background-position: -10px -381px;
	width: 90px;
	height: 90px;
}

.b-about__video {
	max-width: 638px;
	background-size: 100% 100%;
	padding: 18px 68px 36px 68px;
	margin: 3em auto;
}

.b-about__history {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #f74141;
}

.b-about__history-item {
	position: relative;
	padding: 0 0 0 2rem;
	margin: 0 0 2em 0;
}

.b-about__history-item:before {
	position: absolute;
	top: 0;
	left: -0.65rem;
}

.b-about__btns {
	margin: 2em 0;
	text-align: center;
}

.b-about-firm {
	font-size: 13px;
	margin: -1em;
}

.b-about-firm>* {
	padding: 1em;
}

.b-about-firm__main {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.b-about-firm__row {
	margin: 0 0 .5em 0;
}

.b-about-firm__info-flex-wrapper {
	margin: 0 -15px;
}

.b-about-firm__info-flex-wrapper>* {
	margin: 0 15px 15px;
}

.b-about-firm__info-table {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.b-about-firm__info-table>* {
	padding: 3px 0;
}

.b-about-firm__label,
.b-about-firm__icon {
	vertical-align: middle;
}

.b-about-firm__icon {
	font-size: 1.1em;
	position: relative;
	top: -1px;
	margin-right: .15em;
}

.b-about-firm__rate {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 15px;
}

.b-about-firm__rate-value {
	padding: .65em .5em;
	background: #72bd44;
	color: #fff;
	font-weight: 700;
	margin-right: .5em;
	font-size: 1.15em;
}

.b-about-firm__rate-title {
	font-weight: 700;
	margin-bottom: .25em;
}

.b-about-firm__docs-value.b-checked {
	color: #72bd44;
}

#miniFirmInfo .b-about-firm__rate-value {
	font-size: 1em;
}

#miniFirmInfo .b-about-firm__rate-text {
	font-size: .9em;
}

#miniFirmInfo .b-about-firm__slim-font {
	letter-spacing: -0.035em;
}

.b-accordion-list {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #e2e2e2;
}

.b-accordion-list__item {
	position: relative;
}

.b-accordion-list__item:not(:last-child) {
	border-bottom: 1px solid #e2e2e2;
}

.b-accordion-list__item:focus,
.b-accordion-list__item:active,
.b-accordion-list__item:hover {
	text-decoration: none;
}

.b-accordion-list__item:focus .b-accordion-list__link-title,
.b-accordion-list__item:active .b-accordion-list__link-title,
.b-accordion-list__item:hover .b-accordion-list__link-title {
	color: #2a80b9;
	text-decoration: none;
}

.b-accordion-list__item.isActive .b-accordion-list__link-title {
	color: #2a80b9;
}

.b-accordion-list__item.isActive .b-accordion-list__item-title:before {
	background-color: #f74141;
	border-color: #f74141;
	color: #fff;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.b-accordion-list__date {
	display: block;
	float: left;
	color: #868686;
}

.b-accordion-list__link-title {
	display: block;
	margin-left: 7em;
	color: #2a80b9;
}

.b-accordion-list__item-title {
	display: block;
	padding: 1em 3em 1em 1.5em;
	position: relative;
}

.b-accordion-list__item-title:before {
	position: absolute;
	right: 15px;
	color: #868686;
	top: 14px;
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
	content: "\e906";
	font-family: 'ic';
	text-align: center;
	line-height: 21px;
	font-size: 9px;
	display: block;
	width: 23px;
	border: 1px solid #e2e2e2;
	border-radius: 50%;
}

.b-accordion-list__item-title:hover {
	text-decoration: none;
}

.b-accordion-list__item-title:hover:before {
	background-color: #f74141;
	border-color: #f74141;
	color: #fff;
}

.b-accordion-list__item-content {
	padding: 1em 1.5em;
}

.b-accordion-list_nodate .b-accordion-list__link-title {
	margin-left: 0;
}

.b-accordion-list.b-accordion-list_double .b-accordion-list__item {
	min-height: 58px;
}

.b-accordion-list.b-accordion-list_double .b-accordion-list__item-title {
	font-size: 0.9285rem;
	line-height: 1.3;
}

.b-action-informer {
	background-color: #ffd15c;
	background-image: linear-gradient(88deg, #ffd15c 0%, #f74141 100%);
	height: 50px;
	overflow: hidden;
}

.b-action-informer__link {
	display: block;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.b-action-informer__link:hover {
	text-decoration: none;
}

.b-action-informer__countdown {
	margin-right: auto;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.b-action-informer__countdown-title {
	font-size: 0.9285rem;
	line-height: 50px;
	font-weight: 700;
	color: #fff;
	margin-right: 1.5em;
}

.b-action-informer__countdown-section:not(:last-child) {
	margin-right: 2rem;
}

.b-action-informer__countdown-number {
	display: inline-block;
	font-size: 1.285rem;
	color: #fff;
	font-weight: 700;
	line-height: 50px;
	background-color: rgba(255, 255, 255, 0.15);
	min-width: 2em;
	text-align: center;
	margin-right: 1rem;
}

.b-action-informer__countdown-timestr {
	position: relative;
	top: -2px;
	display: inline-block;
	color: #fff;
	font-size: 0.9285rem;
	line-height: 50px;
}

.b-action-informer__main {
	display: block;
	float: right;
	padding-top: .5em;
}

.b-action-informer__recourse {
	position: relative;
	top: 2px;
	display: inline-block;
	font-size: 1.285rem;
	font-weight: 700;
	color: #fff;
	margin-right: 4em;
}

.b-action-informer__btn {
	display: inline-block;
	font-size: 0.85714rem;
	color: #000;
	padding: 1em 1.2em;
	background-color: #ffd375;
	border-radius: 3px;
}

.b-action-informer__btn:hover {
	background-color: #ffd92c;
}

.b-action-informer__btn-txtmobile {
	display: none;
}

.b-add-to-waitlist.added .b-add-to-waitlist__btn,
.b-add-to-waitlist:not(.added) .b-add-to-waitlist__success-text {
	display: none;
}

.b-add-to-wishlist__added-text {
	display: none;
}

.b-add-to-wishlist_added .b-add-to-wishlist__added-text {
	display: inline;
}

.b-add-to-wishlist_added .b-add-to-wishlist__link {
	display: none;
}

.b-adv-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-adv-list__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	margin-bottom: 1.4285em;
}

.b-adv-list__item-content {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.b-adv-list__text {
	display: block;
	text-align: center;
}

.b-adv-list__text_main {
	font-size: 1.715rem;
	margin-bottom: .5em;
}

.b-adv-list__icon-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 0 0 1.4285em 0;
}

.b-adv-list__icon {
	display: inline-block;
}

.b-advantages {
	margin-bottom: 1.4285em;
}

.b-advantages__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

.b-advantages__item {
	-ms-flex-basis: 20%;
	-webkit-flex-basis: 20%;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 -1px -1px 0;
	border: 1px solid #e2e2e2;
}

.b-advantages__site {
	font-weight: 700;
	text-transform: capitalize;
}

.b-advantages__domain {
	color: #f74141;
	font-weight: 300;
	text-transform: none;
}

.b-advantages.b-advantages_user .b-advantages__item {
	border: none;
}

.b-advantages.b-advantages_user .b-portal-advantage:hover {
	box-shadow: none;
}

.b-advantages.b-advantages_user .b-portal-advantage__info,
.b-advantages.b-advantages_user .b-portal-advantage__img {
	display: block;
}

.b-advantages.b-advantages_user .b-portal-advantage__img {
	height: 5.5rem;
	margin: 0 auto 1.5em auto;
}

.b-advantages.b-advantages_user .b-portal-advantage__info {
	padding-left: 0;
	text-align: center;
	max-width: 10em;
	margin: 0 auto;
}

.b-advantages.b-advantages_user .b-portal-advantage_sellers .b-portal-advantage__img {
	width: 6.65rem;
	min-width: 6.65rem;
}

.b-advantages-block {
	margin: 3rem 0;
}

.b-advantages-block__item {
	font-size: 0.9285rem;
	margin-bottom: 2rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.b-advantages-block__icon {
	position: relative;
	top: 0;
	color: #f74141;
	display: inline-block;
	font-size: 1.3rem;
	padding-right: .5rem;
}

.b-ajax-indicator {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 999;
	cursor: default !important;
	text-align: center;
}

.b-ajax-indicator__img {
	float: none !important;
	margin: 5px 0 !important;
}

.b-ajax-indicator-wrap {
	position: relative;
}

.b-attach-clients__line {
	margin: 1em 0 3em 0;
}

.b-attach-clients__line:hover {
	text-decoration: none;
}

.b-attach-clients__line:hover .b-attach-clients__line-sphere {
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.b-attach-clients__line:hover .b-attach-clients__line-icounter {
	border-color: #fff;
	color: #fff;
	background-color: #f74141;
}

.b-attach-clients__line-icontent {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	margin-bottom: 1em;
}

.b-attach-clients__line-sphere {
	position: relative;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: -ms-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 7.15rem;
	height: 7.15rem;
	border-radius: 50%;
	border: 1px solid #e2e2e2;
	margin-right: 1em;
	background-color: #fff;
	transition: all .3s ease;
}

.b-attach-clients__line-icounter {
	top: -0.3rem;
	right: -0.3rem;
	position: absolute;
	border: 1px solid #e2e2e2;
	min-width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	border-radius: 50%;
	font-weight: 700;
	color: #d5d5d5;
	font-size: 1.285rem;
	background-color: #fff;
	transition: all .3s ease;
}

.b-attach-clients__line-iwrap {
	width: 65px;
	height: 65px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.b-attach-clients__line-icon {
	display: block;
	background-repeat: no-repeat;
}

.b-attach-clients__line-icon_1 {
	background-position: -10px -10px;
	width: 64px;
	height: 50px;
}

.b-attach-clients__line-icon_2 {
	background-position: -10px -80px;
	width: 60px;
	height: 60px;
}

.b-attach-clients__line-icon_3 {
	background-position: -10px -160px;
	width: 60px;
	height: 50px;
}

.b-attach-clients__line-text {
	font-size: 0.9285rem;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
}

.b-attach-clients__title {
	font-size: 1.715rem;
	text-align: center;
	margin-bottom: 1em;
	font-weight: 400;
}

.b-attach-clients__sub-title {
	text-align: center;
	font-size: 1.14285rem;
	margin-bottom: 1em;
}

.b-attach-clients__btns {
	text-align: center;
	margin: 3em 0;
}

.b-attach-clients__sect {
	margin-top: 1em;
	margin-bottom: 1em;
}

.b-availability {
	font-size: 0.9285rem;
	font-weight: 600;
}

.b-availability_1,
.p-presence-1 {
	color: #309508;
}

.b-availability_2,
.p-presence-2 {
	color: #868686;
}

.b-availability_3,
.p-presence-3 {
	color: #f58802;
}

.b-box {
	font-size: 13px;
}

.b-box:not(:last-child) {
	margin-bottom: 1.4285em;
}

.b-box:empty {
	display: none;
}

.b-box__title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: .5em;
}

.b-breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-breadcrumbs__item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3rem;
	color: #6e6e6e;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.b-breadcrumbs__item:not(:first-child) {
	padding-left: 1.5rem;
}

.b-breadcrumbs__item:not(:first-child):before {
	position: absolute;
	content: '/';
	font-size: 2rem;
	font-weight: 300;
	color: #dbdada;
	top: -0.1rem;
	left: 0.3rem;
}

.b-breadcrumbs__item_home {
	position: relative;
	line-height: 1.3rem;
	font-size: 1.3rem;
	vertical-align: bottom;
}

.b-breadcrumbs__item_home:hover .b-breadcrumbs__item-text {
	text-decoration: none;
}

.b-breadcrumbs__item-text {
	color: #6e6e6e;
}

.b-breadcrumbs__item-text:hover {
	color: #6e6e6e;
}

.b-btn {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: 0;
	cursor: pointer;
	line-height: 1;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.b-btn__text {
	padding-left: .5em;
	padding-right: .5em;
}

.b-btn:hover {
	text-decoration: none;
}

.b-btn:active,
.b-btn:focus {
	text-decoration: none;
	color: inherit;
	outline: none;
}

.b-btn.b-btn_editor,
.b-btn.b-btn_buy {
	padding: 1rem 2.5rem;
	font-size: 13px;
	background-color: #f74141;
	color: #fff;
	transition: background-color 0.3s ease;
	text-decoration: none;
}

.b-btn.b-btn_editor:hover,
.b-btn.b-btn_buy:hover {
	background-color: #f97272;
	color: #fff;
	text-decoration: none;
}

.b-btn.b-btn_editor.b-btn_buy-order,
.b-btn.b-btn_buy.b-btn_buy-order,
.b-btn.b-btn_editor.order,
.b-btn.b-btn_buy.order {
	background-color: #ffd92c;
	color: #000 !important;
}

.b-btn.b-btn_editor.b-btn_buy-order:hover,
.b-btn.b-btn_buy.b-btn_buy-order:hover,
.b-btn.b-btn_editor.order:hover,
.b-btn.b-btn_buy.order:hover {
	background-color: #ffe25f;
	color: #000;
	text-decoration: none;
}

.b-btn.b-btn_editor.b-btn_buy-inshopcart,
.b-btn.b-btn_buy.b-btn_buy-inshopcart {
	background-color: transparent;
	border: 1px solid #f74141;
	color: #f74141 !important;
}

.b-btn.b-btn_editor.b-btn_buy-inshopcart:hover,
.b-btn.b-btn_buy.b-btn_buy-inshopcart:hover {
	color: #fff !important;
	background-color: #f74141;
}

.b-btn_red {
	padding: 1.2rem 2.5rem;
	font-size: 13px;
	background-color: #f74141;
	color: #fff;
	border: 1px solid #f74141;
	transition: background-color 0.3s ease;
}

.b-btn_red:hover {
	background-color: #f97272;
	border-color: #f97272;
	color: #fff;
}

.b-btn_red-invert {
	padding: 1.2rem 2.5rem;
	font-size: 13px;
	background-color: transparent;
	color: #f74141;
	border: 1px solid;
	transition: background-color 0.3s ease;
}

.b-btn_red-invert:hover {
	background-color: #f97272;
	border-color: #f97272;
	color: #fff;
}

.b-btn_white-invert {
	color: #fff;
	border: 1px solid #fff;
	padding: 1.5em 3em;
	background-color: transparent;
}

.b-btn_white-invert:hover {
	background-color: #fff;
	color: #f74141;
}

.b-btn_invert-fat {
	font-size: 16px;
	border-width: 2px;
}

.b-btn_yellow {
	padding: 1.3rem 2.5rem;
	font-size: 13px;
	background-color: #ffd92c;
	color: #000;
	transition: background-color 0.3s ease;
}

.b-btn_yellow.i-hover,
.b-btn_yellow:hover {
	background-color: #ffe25f;
	color: #000;
}

.b-btn_white {
	padding: 1.2rem 2.5rem;
	font-size: 13px;
	background-color: #fff;
	color: #000;
	transition: background-color 0.3s ease;
	border: 1px solid #e2e2e2;
}

.b-btn_white:active,
.b-btn_white:focus {
	background-color: #fff;
	color: #000;
}

.b-btn_white:hover {
	background-color: #e2e2e2;
	color: #000;
}

.b-btn_na {
	background-color: #e2e2e2;
	color: #fff;
	border: 1px solid #e2e2e2;
}

.b-btn_na:active,
.b-btn_na:focus {
	border: 1px solid #e2e2e2;
	background-color: #e2e2e2;
	color: #fff;
}

.b-btn_na:hover {
	border: 1px solid #e2e2e2;
	background-color: #e2e2e2;
	color: #fff;
}

.b-btn_gray {
	font-size: 13px;
	padding: 1rem 2rem;
	border: 0;
	color: #000;
	background-color: #ccc;
	transition: background-color 0.3s ease;
}

.b-btn_gray:hover {
	background-color: #e6e6e6;
}

.b-btn_full-width {
	display: block;
	text-align: center;
}

.b-btn_slim {
	padding-right: 1em;
	padding-left: 1em;
}

.b-btn_nav {
	padding: .75em 1.5em;
	display: block;
	background-color: transparent;
	border: 1px solid #e2e2e2;
	color: #000;
	line-height: 1em;
}

.b-btn_nav i {
	font-size: 1rem;
}

.b-btn_small {
	font-size: 12px;
	padding: 1.3em 1em;
}

.b-btn_thin {
	font-size: 12px;
	padding: 1.3em 1em;
}

.b-btn_popup {
	font-size: 13px;
	padding: 1em 2em;
}

.b-btn_popup i {
	display: none;
}

.b-btn__icon,
.b-btn__text {
	vertical-align: middle;
}

.b-btn__icon {
	margin-right: .5em;
	position: relative;
	top: .05em;
}

.b-btn_filter {
	background-image: none;
	padding: .6rem .9rem;
}

.b-btn_report {
	background-image: none;
	margin: .5rem .25rem;
	padding: .9rem 1.5rem;
}

.b-btn_big {
	font-size: 16px;
	font-weight: 400;
	padding: 1.5em 2em;
}

.b-btn.loading {
	position: relative;
}

.b-btn.loading:after {
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	/*background-image: url(/pics/loading2.gif?r=4.1.26);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255, 255, 255, 0.5);
}

.b-btn_block {
	display: block;
	width: 100%;
}

.b-btn.b-btn_red {
	color: #fff;
}

.b-btn_buy.product_page_order_button {
	color: white;
}

.b-cart {
	position: relative;
	font-size: 0.9285rem;
}

.b-cart:focus {
	outline: none;
}

.b-cart__name {
	margin-top: .2em;
	display: block;
}

.b-cart__name:hover {
	text-decoration: underline;
}

.b-cart__count {
	display: inline-block;
	padding: .2em .7em .3em .7em;
	line-height: 1;
	border-radius: .7em;
	background-color: #f74141;
	color: #fff;
	font-weight: 700;
}

.b-cart__count:hover {
	text-decoration: none;
}

.b-cart__count:empty {
	display: none !important;
}

.b-cart:hover>.b-cart__name {
	text-decoration: underline;
}

.b-cat {
	background-color: white;
}

.b-cat__content {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: .75rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	line-height: 1.2;
	color: #000;
	cursor: pointer;
	transition: box-shadow 0.3s linear;
}

.b-cat__content:hover {
	position: relative;
	z-index: 10;
	text-decoration: none !important;
	color: #000;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.b-cat__name {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
	line-height: 1.5;
}

.b-cat__img-wrap {
	width: 7.85em;
	min-width: 7.85rem;
	height: 7.85rem;
	position: relative;
	margin-right: 1em;
}

.b-cat__img-wrap>img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.b-cat_small {
	height: 6em;
}

.b-cat_small .b-cat__img-wrap {
	width: 5.5em;
	max-height: 5.5em;
	position: relative;
}

.b-cat_small .b-cat__img-wrap>img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.b-cat_big {
	height: 12em;
	width: 100%;
}

.b-cat_big .b-cat__img-wrap {
	width: 10.5em;
	max-height: 10.5em;
}

.b-catalog {
	line-height: 1;
	position: relative;
	transition: box-shadow 0.3s ease-in-out;
}

.b-catalog:hover {
	z-index: 1000;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}

.b-catalog__section {
	border: 1px solid #e2e2e2;
	transition: height 0.3s ease-in-out;
	background-color: #fff;
	z-index: 2;
	height: 38.215em;
}

.b-catalog__section:after {
	bottom: -0.2rem;
}

.b-catalog__section:not(.b-catalog__section_main):after {
	left: 0;
	height: .4em;
	content: ' ';
	position: absolute;
	width: 100%;
	background-color: #fff;
}

.b-catalog__section:hover:after {
	height: .2rem;
	background-color: #fff;
	background-image: none;
}

.b-catalog__section:hover .b-catalog__section-next,
.b-catalog__section:hover .b-catalog__section-prev {
	z-index: 1001;
}

.b-catalog__section_sub {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
}

.b-catalog__section.noScroll:after {
	display: none;
	content: '';
}

.b-catalog__section.noScroll:hover:after {
	display: block;
	content: ' ';
	height: .2rem;
	background-color: #fff;
	background-image: none;
}

.b-catalog__section-viewport {
	overflow-y: hidden;
	height: 38.215em;
}

.b-catalog__section-track {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	transition: top .3s linear;
}

.b-catalog__section-next,
.b-catalog__section-prev {
	height: 45px;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1;
	cursor: pointer;
	border: 1px solid #e2e2e2;
}

.b-catalog__section-next:before,
.b-catalog__section-prev:before {
	position: absolute;
	display: block;
	font-family: 'ic';
	text-align: center;
	left: 0;
	right: 0;
	padding-top: 1em;
	content: "\e906";
}

.b-catalog__section-next:hover:before,
.b-catalog__section-prev:hover:before {
	color: #f74141;
}

.b-catalog__section-next.isDisabled,
.b-catalog__section-prev.isDisabled {
	display: none !important;
}

.b-catalog__section-next.isDisabled:before,
.b-catalog__section-prev.isDisabled:before {
	color: #dedede;
}

.b-catalog__section-next.isDisabled:hover:before,
.b-catalog__section-prev.isDisabled:hover:before {
	color: #dedede;
}

.b-catalog__section-next {
	bottom: -3px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.b-catalog__section-prev {
	top: 0px;
}

.b-catalog .b-catalog__item {
	display: block;
	position: relative;
	padding: 1em 2.8em 1em .8em;
	font-size: 0.9285rem;
	cursor: pointer;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	line-height: normal;
}

.b-catalog .b-catalog__item.isActive,
.b-catalog .b-catalog__item:hover {
	color: #fff !important;
	background-color: #f74141;
	text-decoration: none;
}

.b-catalog .b-catalog__item.isActive>span:after,
.b-catalog .b-catalog__item:hover>span:after {
	background-image: linear-gradient(to right, rgba(247, 65, 65, 0) 0%, #f74141 100%);
}

.b-catalog .b-catalog__item_parent:after {
	content: "\e907";
	position: absolute;
	top: 50%;
	right: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'ic';
	font-size: .8em;
}

.b-catalog .b-catalog__item>span {
	position: relative;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

.b-catalog .b-catalog__item>span:after {
	position: absolute;
	display: block;
	content: ' ';
	width: 1rem;
	right: 0;
	top: 0;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.b-catalog__wrap_main .b-catalog__section {
	height: 47.71428em;
}

.b-catalog__wrap_main .b-catalog__section-viewport {
	height: 47.71428em;
}

.b-catalog.b-catalog_in-menu {
	width: 18rem;
}

.b-catalog.b-catalog_in-menu:hover {
	box-shadow: none;
}

.b-catalog.b-catalog_in-menu .b-catalog__section-viewport,
.b-catalog.b-catalog_in-menu .b-catalog__section {
	height: 33.5em;
}

.b-catalog-filter {
	border: 1px solid #e2e2e2;
	background-color: #fff;
}

.b-catalog-filter__title {
	font-size: 1rem;
	position: relative;
	display: block;
	padding: 1em 2.5em 1em .75em;
	background-color: white;
	font-weight: 600;
	margin-bottom: 0;
}

.b-catalog-filter__title:before {
	position: absolute;
	right: 2em;
	top: 2em;
	font-family: 'ic';
	content: "\e906";
	color: #6e6e6e;
	font-size: .6rem;
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.b-catalog-filter__seo-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-catalog-filter__seo-filter-link:not(:last-child) {
	margin: 0 0 .75rem 0;
}

.b-catalog-filter__title-inline {
	display: inline-block;
	padding-right: 1rem;
	font-weight: 600;
}

.b-catalog-filter__item-content {
	padding: 1.5rem .75rem;
}

.b-catalog-filter__content {
	padding: 0 .75em 1em .75em;
}

.b-catalog-filter+.b-catalog-filter {
	border-top: none;
}

.b-catalog-filter.i-faccordion_is-open .b-catalog-filter__title {
	padding-bottom: 2em;
}

.b-catalog-filter.i-faccordion_is-open .b-catalog-filter__title:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

#attributes-list .b-catalog-filter:first-child {
	border-top: none;
}

.b-catalog-filters {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 3em;
}

.b-catalog-filters__item h3 {
	margin-bottom: 0;
}

.b-catalog-filters__item_info {
	border: 1px solid #e2e2e2;
	border-top: none;
	padding: 1em .75em;
	background-color: #fff;
}

.b-catalog-filters__info-icon {
	display: block;
	float: left;
	width: 3.6em;
	height: 3.6em;
	background-position: center;
	background-repeat: no-repeat;
}

.b-catalog-filters__info-content {
	margin-left: 4.4em;
}

.b-catalog-filters__info-title {
	font-size: 0.9285rem;
	font-weight: 700;
	margin-bottom: .7em;
}

.b-catalog-filters__info-text {
	font-size: 0.9285rem;
	line-height: 1.3;
}

.b-catalog-filters__item-link {
	display: block;
}

.b-catalog-filters__item-link:hover {
	text-decoration: none;
}

.b-catalog-filters__safe-shopping.b-link:hover {
	text-decoration: none;
}

.b-catalog-filters__safe-shopping.b-link:hover .b-catalog-filters__info-title {
	text-decoration: underline;
}

.b-catalog-filters__mobile-close {
	position: relative;
	display: none;
	padding: .75em 1.5em;
	text-align: center;
	color: white;
	font-weight: 700;
	background-color: #f74141;
}

.b-catalog-filters__mobile-close:before {
	position: absolute;
	left: .5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'ic';
	content: "\e908";
}

.b-catalog-filters__bottom-mobile {
	display: none;
}

#mobile-filter-clear {
	display: none;
}

.b-catalog-list__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1.4285em;
}

.b-catalog-list__panel {
	margin-bottom: 3em;
}

.b-catalog-list__panel-title {
	text-align: center;
	font-size: 1.715rem;
	margin: 1.4285em 0;
}

.b-catalog-list__item {
	width: 25%;
	position: relative;
	padding: 0 .5em 0 1.5em;
	font-size: 0.9285rem;
	margin: 0 0 1em;
	line-height: 1.3;
}

.b-catalog-list__item:before {
	position: absolute;
	left: 0;
	line-height: 1;
	font-size: 1em;
	content: 'в—Џ';
}

.b-catalog-list__item-count {
	color: #2a80b9;
}

.b-catalog-list__panel-item {
	margin-top: 1em;
	margin-bottom: 3em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.b-catalog-list__panel-iwrap {
	height: 70px;
	margin-bottom: 2.5rem;
}

.b-catalog-list__panel-iicon {
	text-align: center;
	background-repeat: no-repeat;
}

.b-catalog-list__panel-iicon_browser.tomaskz,
.b-catalog-list__panel-iicon_browser.tomasby {
	background-position: -10px -330px;
	width: 76px;
	height: 61px;
}

.b-catalog-list__panel-iicon_browser.satom {
	background-position: -10px -401px;
	width: 76px;
	height: 61px;
}

.b-catalog-list__panel-iicon_browser.zakupka {
	background-position: -10px -260px;
	width: 76px;
	height: 60px;
}

.b-catalog-list__panel-iicon_deal {
	background-position: -10px -90px;
	width: 67px;
	height: 60px;
}

.b-catalog-list__panel-iicon_shop {
	background-position: -10px -170px;
	width: 70px;
	height: 70px;
}

.b-catalog-list__panel-iicon_bag {
	background-position: -10px -10px;
	width: 68px;
	height: 60px;
}

.b-catalog-list__panel-ititle {
	text-align: center;
	line-height: 1.3;
}

.b-categories {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.4rem;
	max-width: none;
	margin-bottom: 1.4285em;
}

.b-categories__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-left: .4em;
	padding-right: .4em;
	padding-bottom: 1.5em;
	width: 20%;
}

.b-categories_wide {
	font-size: 1.14285rem;
}

.b-categories_wide .b-categories__item:hover {
	text-decoration: none;
}

.b-categories_wide .b-category {
	display: block;
	height: auto;
}

.b-categories_wide .b-category__name {
	padding-bottom: .5125em;
}

.b-categories_wide .b-category__name-wrap {
	min-height: 2rem;
}

.b-categories_wide .b-category__name,
.b-categories_wide .b-category__price {
	font-size: 1em;
	text-align: center;
	font-weight: 600;
}

.b-category {
	display: table;
	width: 100%;
	height: 100%;
	transition: box-shadow 0.3s linear;
	background-color: #fff;
	padding: 1.285em;
	border: 1px solid #e2e2e2;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	min-width: 100%;
}

.b-category:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.b-category__img-wrap {
	margin: 0 auto .5em auto;
	height: 11em;
	max-width: 11em;
	position: relative;
}

.b-category__img-wrap>img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.b-category__name-wrap {
	display: table;
	width: 100%;
	min-height: 4rem;
}

.b-category__name {
	display: table-cell;
	vertical-align: middle;
	color: black;
	font-size: 0.9285rem;
	line-height: 1.3;
	text-align: center;
}

.b-category__price {
	color: #989898;
}

.b-checked-label {
	display: inline-block;
	border-radius: 3px;
	background-color: #377ed5;
	padding: .3rem .15rem .15rem .15rem;
	color: white;
	line-height: 1;
	font-size: 0.714285rem;
	font-weight: 700;
}

.catalog_stars_desc {
	vertical-align: middle;
	cursor: pointer;
}

.b-comment {
	line-height: 1.5em;
}

.b-comment:not(:last-child) {
	padding-bottom: .5em;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 2em;
}

.b-comment__meta {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: -0.5em -0.5em 1em;
}

.b-comment__info {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.b-comment__info>*,
.b-comment__usefulness>* {
	position: relative;
	display: inline-block;
	margin: .5em;
}

.b-comment__usefulness {
	white-space: nowrap;
}

.b-comment__name {
	font-weight: bold;
}

.b-comment__date {
	color: #999;
}

.b-comment__text {
	margin-bottom: 1.5em;
}

.b-comment__pics {
	margin-bottom: 1em;
}

.b-comment__pics img {
	margin: 0 .5em .5em 0;
}

.b-comment__usefulness-vote:hover .b-comment__usefulness-hint {
	visibility: visible;
	opacity: 1;
}

.b-comment__usefulness-hint {
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s;
}

.b-comment .vote_testominial_useful,
.b-comment .vote_testominial_useless {
	position: relative;
	display: inline-block;
	top: .125em;
	margin-right: .3em;
	cursor: pointer;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	transition: color .3s;
	color: #999;
	padding: 3px;
}

.b-comment .vote_testominial_useful:hover {
	color: #72bd44;
}

.b-comment .vote_testominial_useless:hover {
	color: #f74141;
}

.b-comment__answer {
	position: relative;
	margin-left: 2em;
}

.b-comment__answer:before {
	content: "\f148";
	font-family: 'ic';
	font-size: 1.2em;
	color: #999;
	position: absolute;
	left: -1.5em;
	top: .25em;
	display: block;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.b-comment__answer .b-comment__meta {
	margin-bottom: .5em;
}

.b-comments {
	font-size: 13px;
}

.b-comments__product-rating {
	margin-bottom: 10px;
}

.b-comments__nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -0.5em -0.5em 1.5em;
}

.b-comments__nav:last-child {
	margin-bottom: -0.5em;
}

.b-comments__buttons {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.b-comments__add,
.b-comments .b-sort__panel {
	margin: .5em;
}

.b-comments .i-fake-select__input {
	min-width: 9em;
}

.b-comments__add {
	position: relative;
	display: inline-block;
	cursor: pointer;
	line-height: 1;
	padding: 0 0 0 40px;
}

.b-comments__add:before {
	content: "\f067";
	font-family: 'ic';
	background-color: #f74141;
	color: #fff;
	width: 40px;
	text-align: center;
	padding: 13px 13px 12px;
	transition: opacity .3s;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.b-comments__add .b-btn__text {
	border: 1px solid #e2e2e2;
	background: #fff;
	padding: 12px 15px 10px 15px;
	transition: border-color 0.3s, color 0.3s;
	display: block;
}

.b-comments__add:hover .b-btn__text {
	border-color: #f74141;
}

.b-comments__firm-stats {
	border: 1px solid #e2e2e2;
	padding: .75em 5%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2em;
}

.b-comments__firm-rating {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-comments__firm-rating-label,
.b-comments__firm-rating-value,
.b-comments__firm-ux {
	margin: .5em;
}

.b-comments__firm-rating {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.b-comments__firm-rating-value {
	font-size: 1.8em;
	font-weight: 700;
	min-width: 2.4em;
	text-align: center;
	color: #fff;
	background-color: #72bd44;
	padding: .7em .25em;
}

.b-comments__firm-rating-label-text {
	font-weight: 700;
	margin-bottom: .5em;
}

.b-comments .b-ux {
	margin: -0.5em 0;
}

.b-comments__list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.b-comments__show-all,
.b-comments__show-more {
	padding-top: 1.5em;
	border-top: 1px solid #e2e2e2;
	margin-top: 1.5em;
}

.b-comments__show-more {
	text-align: center;
}

.b-comments_product-short .b-comment:nth-child(n+4),
.b-comments_firm-short .b-comment:nth-child(n+4) {
	display: none;
}

.b-comments_product-short .b-comment:nth-child(3),
.b-comments_firm-short .b-comment:nth-child(3) {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.b-comments_product-short .b-comments__show-more,
.b-comments_firm-short .b-comments__show-more {
	display: none !important;
}

.b-comments_firm-full .b-comments__show-all,
.b-comments_product-full .b-comments__show-all {
	display: none;
}

.b-comments_firm-full .b-comments__show-more,
.b-comments_product-full .b-comments__show-more {
	display: block;
}

.b-company {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	padding: 1.5rem;
}

.b-company:not(:last-child) {
	border-bottom: none;
}

.b-company__main {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 3rem 0 1.5rem;
}

.b-company__img-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 8.57em;
	min-width: 8.57em;
	height: 8.57em;
}

.b-company__title {
	font-size: 1em;
	margin-bottom: 1.5rem;
}

.b-company__descr {
	font-size: 0.9285rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}

.b-company__link {
	font-weight: 700;
}

.b-company__products-link {
	font-size: 0.9285rem;
}

.b-company__contacts {
	width: 12.5rem;
}

.b-company__contacts-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: .5rem;
}

.b-company__contacts-row_va {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-company__contacts-row_tall {
	margin-bottom: 1.3rem;
}

.b-company__contacts-row i {
	margin-right: .4em;
	position: relative;
	top: 1px;
}

.b-company__marker {
	margin-top: .25em;
}

.b-company__testimonials {
	font-size: 0.9285rem;
	line-height: 1;
}

.b-company__detail {
	font-size: 0.9285rem;
}

.b-company-comment-slide {
	padding: 0 1em;
}

.b-company-comment-slide__main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 .5rem 0;
}

.b-company-comment-slide__logo-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 4.285em;
	height: 4.285em;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 .75rem 0 0;
}

.b-company-comment-slide__text {
	font-size: 0.9285rem;
	line-height: 1.5;
	font-style: italic;
}

.b-company-comment-slide__title {
	font-weight: 700;
	margin-bottom: .5em;
	font-size: 1.14285rem;
}

.b-company-comment-slide__shop-link {
	text-decoration: underline;
	font-size: 1rem;
}

.b-company-comment-slide__shop-link:hover {
	color: #333;
}

.b-company-comment-slide__date {
	font-size: 0.9285rem;
	margin: .8em 0 2em 0;
	color: #868686;
}

.b-contacs-block {
	margin: 0 0 1.4285em 0;
}

.b-contacs-block__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

.b-contacs-block__icontent {
	transition: box-shadow 0.3s linear;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	padding: 1.5em 1em;
	margin: 0 0 1.4285em 0;
}

.b-contacs-block__icontent:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.b-contacs-block__title {
	display: block;
	text-align: center;
	font-size: 1.14285rem;
	margin-bottom: .75em;
	line-height: 1.3;
}

.b-contacs-block__btns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	width: 100%;
}

.b-contacs-block__btn {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: block;
	font-size: 0.9285rem;
	padding: 1.3em .5em;
	border: 1px solid #ffd92c;
	text-align: center;
	margin: .4em;
	transition: 0.3s ease background-color;
	min-width: 16.285em;
}

.b-contacs-block__btn:hover {
	background-color: #ffd92c;
}

.b-contacs-block__icon {
	position: relative;
	margin: 1.5em;
	width: 5.175rem;
	height: 5.175rem;
	background-color: #e4ebfd;
	border-radius: 50%;
}

.b-contacs-block__icon:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -1.3rem;
	height: 71px;
	display: block;
	content: " ";
	background-repeat: no-repeat;
}

.b-contacs-block__icon_yellow {
	background-color: #ffd92c;
}

.b-contacs-block__icon_ico-1:before {
	width: 55px;
	height: 71px;
	background-position: -10px -10px;
}

.b-contacs-block__icon_ico-2:before {
	width: 60px;
	height: 67px;
	background-position: -10px -101px;
}

.b-contacs-block__icon_ico-3:before {
	width: 58px;
	height: 70px;
	background-position: -10px -188px;
}

.b-contacts-mini {
	font-size: 13px;
	line-height: 1.5;
}

.b-contacts-mini__header {
	font-size: 1.1em;
	margin-bottom: .5em;
	font-weight: 600;
}

.b-contacts-mini .b-link {
	line-height: 1.5;
}

.b-contacts-mini__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-contacts-mini__icon {
	margin-right: .35em;
	font-size: 1.1em;
}

.b-contacts-mini span {
	max-width: calc(100% - 20px);
	display: inline-block;
}

.b-copyright .b-copyright__link {
	color: #2a80b9;
}

.b-copyright .b-copyright__link:hover {
	color: #2a80b9;
}

.b-coverflow-slider {
	padding: 0 5em;
	overflow: hidden;
}

.b-coverflow-slider .owl-stage {
	padding: 7rem 0;
}

.b-coverflow-slider .owl-item {
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	opacity: .2;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.b-coverflow-slider .owl-item.center {
	z-index: 1;
	opacity: 1;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.b-coverflow-slider .owl-next,
.b-coverflow-slider .owl-prev {
	font-size: 60px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #c1c1c1;
}

.b-coverflow-slider .owl-next:hover,
.b-coverflow-slider .owl-prev:hover {
	color: #f74141;
}

.b-coverflow-slider .owl-next {
	right: 3.2em;
}

.b-coverflow-slider .owl-prev {
	left: 3.2em;
}

.b-faq:not(:last-child) {
	margin-bottom: 3em;
}

.b-faq__header {
	text-align: center;
	margin-bottom: 2em;
}

.b-faq__title {
	font-size: 1.25em;
	margin-bottom: .5em;
}

.b-faq__tabs-nav {
	margin: 0;
}

.b-faq__tabs-header {
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
	border: 1px solid transparent;
	cursor: pointer;
}

.b-faq__tabs-header.active {
	background-color: #fff;
	border-bottom: 0;
	border-color: #e2e2e2;
}

.b-faq__tabs-header.active:not(:last-child) {
	margin-right: -1px;
}

.b-faq__tabs-header.active:not(:first-child) {
	margin-left: -1px;
}

.b-faq__tabs-header:hover {
	border-color: #e2e2e2;
}

.b-faq__tabs-header-icon {
	width: 5em;
	height: 5em;
	margin: 0 auto 2em;
	background-repeat: no-repeat;
	background-position: center center;
}

.b-faq__tabs-content {
	list-style: none;
	padding: 0;
	margin: 0;
}

.b-faq__tab {
	display: none;
	font-size: .925em;
}

.b-faq__tab.active {
	display: block;
}

.b-faq__folders {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.b-faq__folders-nav {
	width: 30%;
	padding: 0;
	list-style: none;
}

.b-faq__folder {
	display: none;
}

.b-faq__folder.active {
	display: block;
}

.b-faq__folder-header {
	position: relative;
	padding: 1em;
	margin: 0 -1px -1px 0;
	border: 1px solid #e2e2e2;
	border-right: 0;
	cursor: pointer;
}

.b-faq__folder-header:last-child {
	margin-bottom: 0;
}

.b-faq__folder-header:before {
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	width: .5em;
	z-index: 1;
}

.b-faq__folder-header.active {
	background-color: #f9f9f9;
	padding-left: 1.5em;
}

.b-faq__folder-header.active:before {
	background-color: #f74141;
}

.b-faq__folders-content {
	padding: 0;
	list-style: none;
}

.b-faq__questions {
	padding: 0;
	list-style: none;
}

.b-faq__question {
	color: #2a80b9;
}

.b-faq .b-faq__text__text p,
.b-faq .b-faq__text__text ul,
.b-faq .b-faq__text__text ol {
	margin: 1em 0;
}

.b-faq .b-faq__text__text p:first-child,
.b-faq .b-faq__text__text ul:first-child,
.b-faq .b-faq__text__text ol:first-child {
	margin-top: 0;
}

.b-faq .b-faq__text__text p:last-child,
.b-faq .b-faq__text__text ul:last-child,
.b-faq .b-faq__text__text ol:last-child {
	margin-bottom: 0;
}

.b-faq__tabs-header,
.b-faq__folders-nav {
	display: none;
}

.b-faq-blocks {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.4rem;
	max-width: none;
}

.b-faq-blocks__item {
	width: 33.3%;
	padding-left: .4em;
	padding-right: .4em;
}

.b-faq-blocks__item_half {
	width: 50%;
}

.b-faq-blocks__content {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: table;
	width: 100%;
	padding: .75rem;
	border: 1px solid #e2e2e2;
	color: #000;
	transition: all .3s linear;
}

.b-faq-blocks__content:hover {
	text-decoration: none !important;
	color: #000;
	background-color: white;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.b-faq-blocks__icon {
	display: table-cell;
	vertical-align: middle;
	color: #f74141;
	font-size: 2.5em;
	line-height: 3.1rem;
	padding-right: 1rem;
}

.b-faq-blocks__text {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
}

.b-fast-buy {
	position: relative;
	margin-bottom: 1.5em;
	line-height: 1.5;
}

.b-fast-buy__link:after {
	display: none;
}

.b-fast-buy__submit {
	white-space: nowrap;
	padding-bottom: 9px;
	padding-top: 9px;
	min-height: 100%;
}

.b-fast-buy .oneClickBuy {
	position: absolute;
	width: 320px;
	left: 50%;
	top: calc(100% + 14px);
	margin-left: -100px;
	z-index: 8;
	/*.abuse.goods__abuse == 7*/
	;
}

.b-fast-buy .oneClickBuy:before,
.b-fast-buy .oneClickBuy:after {
	left: 100px;
}

.b-fast-buy__accept {
	font-size: .95em;
	text-align: left;
}

.b-fast-buy .b-phone-input__number {
	border-right: none;
}

#error_ocNumber {
	margin-top: -17px;
	margin-bottom: 10px;
}

.b-filter__price-block {
	padding-bottom: 1.5em;
}

.b-filter__checkbox-group {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 14.5em;
	overflow-y: auto;
}

.b-filter__checkbox-group::-webkit-scrollbar {
	width: .4rem;
	height: .4rem;
}

.b-filter__checkbox-group::-webkit-scrollbar-track {
	background-color: transparent;
}

.b-filter__checkbox-group::-webkit-scrollbar-thumb {
	background-color: #d9d9d9;
}

.b-filter__input {
	display: block;
	padding: 0 1em;
	height: 2.5rem;
	background-color: #fff;
	border: 1px solid #e2e2e2;
}

.b-filter__input_price {
	display: inline-block;
	width: 7.65rem;
}

.b-filter__price-delimeter {
	display: inline-block;
	padding: 0 .8em;
}

.b-filter__list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1rem;
}

.b-filter__item {
	display: inline-block;
	padding: .4rem .5rem;
	font-size: 0.85714rem;
	border: 1px solid #f74141;
	border-radius: 9px;
	margin: 0 .3rem .5rem 0;
}

.b-filter__item>a {
	color: #f74141;
}

.b-filter__item>a:focus,
.b-filter__item>a:active {
	text-decoration: none;
}

.b-filter__item:hover {
	border-color: #333333;
}

.b-filter__item:hover>a {
	color: #333333;
	text-decoration: none;
}

.b-filter__item.seo-link-filter-inner {
	border: 1px solid #333333;
}

.b-filter__item.seo-link-filter-inner>a {
	color: #333333;
}

.b-filter__list-title {
	margin-bottom: 1rem;
	color: #444;
	font-weight: 600;
}

.b-filter__clear-all {
	font-size: 0.85714rem;
}

#v-delivery.b-filter__item {
	border: none !important;
}

#attributes-list-selected {
	margin-bottom: 1rem;
}

.b-filter-baloon {
	position: absolute;
	z-index: 501;
	padding: .5rem;
	display: none;
	font-size: 0.9285rem;
	border: 1px solid #e2e2e2;
	background-color: #fff;
}

.b-filter-baloon:after,
.b-filter-baloon:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.b-filter-baloon:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 8px;
	margin-top: -8px;
}

.b-filter-baloon:before {
	border-color: rgba(226, 226, 226, 0);
	border-right-color: #e2e2e2;
	border-width: 9px;
	margin-top: -9px;
}

.b-filter-baloon__count {
	font-weight: 700;
	margin-right: .5rem;
}

.b-filter-baloon.isVisible {
	display: inline-block;
}

.b-filter-baloon.b-filter-baloon_mobile:after,
.b-filter-baloon.b-filter-baloon_mobile:before {
	top: 100%;
	left: 50%;
	right: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.b-filter-baloon.b-filter-baloon_mobile:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 8px;
	margin-left: -8px;
	margin-top: auto;
}

.b-filter-baloon.b-filter-baloon_mobile:before {
	border-color: rgba(226, 226, 226, 0);
	border-top-color: #e2e2e2;
	border-width: 9px;
	margin-left: -9px;
	margin-top: auto;
}

.b-firm-advantages__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.b-firm-advantages__item-icon {
	position: relative;
	top: -1.2em;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

.b-firm-advantages__item-info {
	margin-left: .5em;
}

.b-firm-advantages__item-col {
	font-size: 1.715rem;
	font-weight: 700;
	line-height: 1;
}

.b-firm-advantages__item-text {
	font-size: 0.9285rem;
}

.b-firm-advantages__list {
	margin-bottom: 4em;
}

.b-firm-advantages__video .b-about__video {
	position: relative;
}

.b-firm-advantages__video .b-about__video:after,
.b-firm-advantages__video .b-about__video:before {
	content: ' ';
	display: block;
	width: 130px;
	height: 130px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.b-firm-advantages__video .b-about__video:before {
	left: -140px;
}

.b-firm-advantages__video .b-about__video:after {
	right: -140px;
}

.b-firm-info {
	font-size: 0.9285rem;
	color: #000;
	margin: -0.5em;
}

.b-firm-info_flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-firm-info__icon {
	font-size: 1.1em;
	margin-right: .3em;
}

.b-firm-info__wrapper {
	position: relative;
}

.b-firm-info__logo {
	width: 4em;
	height: 4em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: .5em;
}

.b-firm-info__about {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.b-firm-info__header {
	margin: .5em 2em .5em .5em;
}

.b-firm-info__title-label {
	color: #999;
	margin-right: .3em;
}

.b-firm-info__title>* {
	vertical-align: middle;
}

.b-firm-info__title i.b-checked.balloon {
	display: inline-block;
	margin: -2px 0;
}

.b-firm-info__list {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.b-firm-info__list * {
	vertical-align: middle;
}

.b-firm-info__list>* {
	display: inline-block;
	margin: .5em;
}

.b-firm-info__rating:after {
	bottom: 0;
}

.b-firm-info__rating-value {
	font-size: 14px;
	font-weight: 700;
	color: #3a981b;
	margin-right: .1em;
}

.b-firm-info__discount {
	color: #3a981b;
}

.b-firm-info__discount:before {
	content: '%';
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-right: .5em;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	display: inline-block;
}

.b-firm-info__tooltip:before,
.b-firm-info__tooltip:after {
	left: 31px;
}

.b-page__firm-sidebar .b-firm-info__header {
	margin: 0 0 10px;
}

.b-firm-on-map {
	position: relative;
	margin-left: 1.5em;
}

.b-firm-on-map:before {
	position: absolute;
	font-family: 'ic';
	content: "\e90c";
	top: .1rem;
	left: -1.5rem;
	font-size: 1.2em;
}

.b-firms-top-pane:hover {
	text-decoration: none !important;
}

.b-footer {
	margin-top: 3em;
}

.b-footer__section {
	padding: 2em 0 2em 0;
	border-top: 1px solid #e2e2e2;
	background-color: #f5f6f7;
}

.b-footer__section-seo h2,
.b-footer__section-seo h4 {
	font-size: 1.285rem;
}

.b-footer__logo {
	display: block;
	margin: 0 0 1.4285em 0;
}

.b-footer__credits {
	color: #6e6e6e;
	line-height: 1.3;
	margin: 0 0 2em 0;
}

.b-footer__copyright {
	font-size: 0.85714rem;
}

.b-footer__block-title {
	font-weight: 700;
	font-size: 1.14285rem;
	margin-bottom: .6em;
}

.b-footer__block {
	margin: 0 0 1.4285em 0;
}

.b-footer__seo {
	margin-bottom: 1.4285em;
}

.b-footer__seo:empty {
	display: none;
}

.b-footer__seo_card {
	margin-top: 2em;
	margin-bottom: 3em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.b-footer__seo_card-left .b-footer__seo-container {
	margin-right: 1.5em;
}

.b-footer__seo_card-right .b-footer__seo-container {
	margin-left: 1.5em;
}

.b-footer__seo-container {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	background-color: #fff;
	padding: 1.5em 0;
	border: 1px solid #e2e2e2;
}

.b-footer__seo-container:empty {
	display: none;
}

.b-footer__seo-container p {
	padding: 0 1.5rem;
}

.b-footer__seo-container h2:first-child {
	position: relative;
	padding: 0 1.5rem 1.5rem 1.5rem;
	margin-bottom: 1.5rem;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
}

.b-footer__seo-container h2:first-child:after,
.b-footer__seo-container h2:first-child:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.b-footer__seo-container h2:first-child:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 11px;
	margin-left: -11px;
}

.b-footer__seo-container h2:first-child:before {
	border-color: rgba(222, 222, 222, 0);
	border-top-color: #dedede;
	border-width: 12px;
	margin-left: -12px;
}

.b-footer__seo-icon i {
	position: relative;
	top: 5px;
	display: inline-block;
	width: 2.5em;
	height: 1.5em;
	margin-right: .5em;
	background-position: center;
	background-repeat: no-repeat;
}

.b-footer-menu__list {
	list-style: none;
	padding: 0;
}

.b-footer-menu__item {
	display: block;
	font-size: 0.85714rem;
	margin-bottom: .5em;
}

.b-form {
	font-size: 13px;
}

.b-form:last-child {
	margin-bottom: -20px;
}

.b-form_slim {
	max-width: 22em;
	margin-left: auto;
	margin-right: auto;
}

.b-form__row-group.active {
	margin: 0 -13px 20px;
	padding: 20px 13px 0;
	border: 1px solid #e2e2e2;
	background-color: #f9f9f9;
}

.b-form__row-flex-group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.b-form__row:not(:empty) {
	margin-bottom: 20px;
}

.b-form__row-slim {
	max-width: 22em;
}

.b-form__row:after {
	content: '';
	display: table;
	clear: both;
}

.b-form__row.cdek_dimensions {
	margin: 20px 0;
}

.b-form__label {
	display: inline-block;
	margin-bottom: 6px;
	color: #000;
}

.b-form__inputs {
	position: relative;
}

.b-form__inputs:after {
	content: '';
	display: table;
	clear: both;
}

.b-form__inputs_radios {
	margin-bottom: -6px;
}

.b-form__inputs_flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-form__inputs_flex .b-form__input {
	margin-left: 7px;
}

.b-form__label,
.b-form__inputs {
	position: relative;
}

.b-form__label_required:before,
.b-form__inputs_required:before {
	content: '*';
	position: absolute;
	left: -0.8em;
	top: 0;
	color: #d00;
}

.b-form .ms-ctn {
	min-width: 100%;
	box-sizing: border-box;
	border: 1px solid #e2e2e2;
	min-height: 40px;
	padding: 4px 3px;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
}

.b-form .ms-ctn input {
	padding-top: 0;
	padding-bottom: 0;
	height: 26px;
	font-size: inherit;
	font-family: inherit;
}

.b-form .ms-ctn .ms-trigger {
	display: none;
}

.b-form .ms-ctn .ms-empty-text {
	color: #aaa;
}

.b-form .ms-res-ctn {
	min-width: calc(100% + 2px);
	box-sizing: border-box;
	position: absolute;
}

.b-form__input,
.b-form__select,
.b-form__textarea {
	width: 100%;
	margin: 0;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	padding: 0 10px;
	color: #585858;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.b-form__input.error,
.b-form__select.error,
.b-form__textarea.error{
	border-color:red;
}

.input_error_txt{
	color:red;
	font-size:0.9em;
}

.b-form__input:focus,
.b-form__select:focus,
.b-form__textarea:focus,
.b-form .ms-ctn-bootstrap-focus,
.b-form .ms-ctn-bootstrap-focus .ms-res-ctn {
	border-color: #6097e9 !important;
	outline: none;
	box-shadow: none;
}

.b-form__input:disabled{
	background-color:#f8f8f8;
	cursor:not-allowed;
}

.b-form__input,
.b-form__select,
.b-form__textarea,
.b-form__button,
.b-form .b-phone-code__input {
	font: inherit;
}

.b-form__input,
.b-form__select,
.b-form__button {
	height: 40px;
}

.b-form__textarea {
	height: 104px;
	resize: vertical;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2;
	white-space: normal;
	overflow: auto;
	max-height: 234px;
}

.b-form__select {
	padding: 0 7px;
	white-space: normal;
}

.b-form__select option {
	white-space: normal;
	max-width: 100%;
}

.b-form__input-slim {
	width: 16.5%;
	vertical-align: middle;
	text-align: center;
	padding: 0;
}

.b-form__input-units {
	vertical-align: middle;
}

.b-form__input-middle {
	width: 200px;
}

.b-form__checkbox {
	display: none;
}

.b-form__checkbox:checked+.b-form__checkbox-label:after {
	display: block;
}

.b-form__checkbox.disabled+.b-form__checkbox-label:before,
.b-form__checkbox.disabled+.b-form__checkbox-label:after {
	opacity: .35;
}

.b-form__checkbox-label {
	position: relative;
	padding: 1px 0 0 26px;
	margin: 0;
	max-width: calc(100% - 26px);
	line-height: 1.2;
}

.b-form__checkbox-label:before,
.b-form__checkbox-label:after {
	position: absolute;
	left: 0;
	top: 0;
}

.b-form__checkbox-label:before {
	content: '';
	width: 16px;
	height: 16px;
	border: 1px solid #d8d8d8;
}

.b-form__checkbox-label:after {
	content: "\f00c";
	font-family: "ic", sans-serif;
	padding: .075em .225em;
	font-size: 12px;
	display: none;
	color: #f74141;
}

.b-form__checkbox-label_agreement {
	display: block;
}

.b-form__radio+.b-form__radio-label-button {
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd !important;
	background: #ffffff !important;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2) !important;
	border-radius: 0!important;
}

.b-form__radio:checked+.b-form__radio-label-button {
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd !important;
	background: #f5f5f5 !important;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2) !important;
	font-weight:600;
}

.b-form__radio-label-button {
	padding: .65em;
	margin-right: .5em;
	border: 1px solid #d8d8d8;
	color: #000;
	cursor: pointer;
}

.b-form__radio-label-button:hover {
	border-color: #000;
}

.b-form__simple-radio {
	display: none;
}

.b-form__simple-radio:checked+label:after {
	visibility: visible;
	opacity: 1;
}

.b-form__radio-label {
	padding-left: 1.5em;
	line-height: 1.2;
}

.b-form__radio-label:before,
.b-form__radio-label:after {
	content: '';
	position: absolute;
	top: .05em;
	left: 0;
	border-radius: 50%;
}

.b-form__radio-label:before {
	width: 14px;
	height: 14px;
	border: 1px solid #e2e2e2;
}

.b-form__radio-label:after {
	width: 6px;
	height: 6px;
	background-color: #f74141;
	margin-top: 4px;
	margin-left: 4px;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s;
}

.b-form__input_file {
	padding-right: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}

.b-form__input_file+.b-form__button {
	position: absolute;
	right: 1px;
	top: 1px;
	height: 38px;
	background: none;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-top-color: transparent;
}

.b-form__button {
	display: inline-block;
	border: 1px solid #e2e2e2;
	background: #fff;
	padding: .95em;
	cursor: pointer;
	line-height: 1;
}

.b-form__button:active,
.b-form__button:hover {
	background: #fafafa;
}

.b-form #testimonial-images {
	display: inline-block;
	cursor: pointer;
}

.b-form #testimonial-images:hover .b-form__button {
	background: #fafafa;
}

.b-form__button_submit {
	background-color: #f74141;
	border: 0;
	color: #fff;
	padding: 1.2em 1em 1.3em;
	min-width: 11em;
}

.b-form__button_submit:hover {
	background-color: #f97272;
	border-color: #f97272;
	color: #fff;
}

.b-form__button_submit.disabled {
	opacity: .5;
}

.b-form__button_wide {
	width: 100%;
}

.b-form__error {
	float: left;
	margin: 0.3em 0 -0.5em 1em;
	color: #f74141;
	font-size: .9em;
}

.b-form__error:empty {
	display: none;
}

.b-form__error:before {
	content: '\2022';
	margin-right: .3em;
}

.b-form .p_error_icon {
	display: none;
}

.b-form__input-info-block {
	margin-top: .5em;
}

.b-form__input-phone-code {
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	line-height: 1;
	padding: 9px 5px 9px 10px;
}

.b-form .b-flag-icons {
	position: relative;
	top: -2px;
}

.b-form__autocomplete {
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.b-form .b-link_type_resend-sms {
	margin-top: 5px;
	display: inline-block;
}

.b-form .imageloader-container * {
	box-sizing: content-box;
}

.b-form .imageloader-photo-container:empty {
	margin: 0;
}

.b-form .imageloader-cancel-link {
	z-index: 0;
}

.b-form .b-phone-code__input {
	padding: 1px 1px 0 10px;
}

.b-form .i-fixed-code {
	line-height: 40px;
	position: absolute;
	z-index: 1;
	padding: 0 6px 0 10px;
}

.b-header {
	margin-bottom: 1.4285em;
}

.b-header__top {
	position: relative;
	background-color: #fcfbfb;
	border-bottom: 1px solid #e2e2e2;
}

.b-header__top.isActive {
	z-index: 1001 !important;
	padding-bottom: 0 !important;
}

.b-header__top.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 !important;
	z-index: 998;
}

.b-header__top.fixed .b-header__top {
	padding-bottom: 0 !important;
}

.b-header__top.fixed .b-top-bar {
	margin: .75em 0;
}

.b-header__top.fixed .b-top-bar__registration {
	top: 52px;
}

.b-header_in-main .b-header__top {
	padding-bottom: 2em;
}

.b-help-btns {
	position: fixed;
	bottom: 1.5rem;
	right: 2rem;
	z-index: 299;
}

.b-help-btns__btn {
	display: block;
	width: 2.85rem;
	height: 2.85rem;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	color: #c1c1c1;
	margin: 0 0 1em 0;
}

.b-help-btns__btn:focus,
.b-help-btns__btn:active {
	color: #fff;
	text-decoration: none;
}

.b-help-btns__btn:hover {
	text-decoration: none;
	color: #f74141;
}

.b-help-btns__btn i {
	line-height: 2.85rem;
}

.b-help-btns__btn_orange {
	background-color: #f2b600;
	color: #fff;
}

.b-help-btns__btn_orange i {
	font-size: 1.3em;
}

.b-help-btns__btn_orange:hover {
	background-color: #ffc926;
	color: #fff;
}

.b-help-btns__btn_red {
	background-color: #f74141;
	color: #fff;
}

.b-help-btns__btn_red i {
	font-size: 1.3em;
}

.b-help-btns__btn_red:hover {
	background-color: #f97272;
	color: #fff;
}

.b-help-btns__btn_top {
	display: none;
}

.b-help-btns__btn_top:focus,
.b-help-btns__btn_top:active {
	color: #c1c1c1;
	text-decoration: none;
}

.b-help-btns__btn-callback {
	display: none;
}

.b-help-desc {
	text-align: center;
	margin-bottom: 2em;
}

.b-help-desc__title {
	font-size: 1.25em;
	margin-bottom: 1em;
}

.b-help-desc__text {
	margin-bottom: 2em;
}

.b-help-desc__button {
	display: inline-block;
}

.b-hide-block__close-btn {
	position: absolute;
	width: 10px;
	height: 11px;
	right: .75em;
	top: .75em;
	cursor: pointer;
}

.b-histories__btns {
	text-align: center;
	margin: 2.5em 0;
}

.b-histories-card {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	margin-bottom: 1.4285em;
}

.b-histories-card__content {
	position: relative;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: box-shadow 0.3s linear;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	padding: 0 0 1.3rem 0;
}

.b-histories-card__content:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.b-histories-card__img-wrap {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 9.715em;
	border-bottom: 1px solid #e2e2e2;
}

.b-histories-card__info {
	padding: 1.4rem;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.b-histories-card__name {
	margin-bottom: 1em;
	font-weight: 300;
}

.b-histories-card__name-link {
	font-weight: 700;
}

.b-histories-card__bottom {
	padding: 0 1.4em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

.b-histories-card__text {
	font-size: 0.9285rem;
	height: 4.5rem;
	overflow: hidden;
	position: relative;
}

.b-histories-card__text:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2rem;
	background-color: transparent;
	background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}

.b-histories-card__date {
	margin-right: 1em;
	color: #868686;
}

.b-histories-card__more-link,
.b-histories-card__date {
	font-size: 0.85714rem;
}

.b-histories-card__more-link {
	margin-left: auto;
}

.b-histories-card__more-link i {
	font-size: .6rem;
	margin-left: .6em;
}

.b-histories-card img {
	max-width: 100%;
}

.b-history__content {
	margin-bottom: 3em;
}

.b-history__title {
	font-size: 1.715rem;
	margin-bottom: 1.5rem;
}

.b-history__meta {
	border: 1px solid #e2e2e2;
	margin-bottom: 1.4285em;
}

.b-history__img-wrap {
	height: 34rem;
	position: relative;
	border-bottom: 1px solid #e2e2e2;
}

.b-history__img-wrap>img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.b-history__img-wrap>img {
	max-width: 100%;
}

.b-history__meta-section {
	padding: 1.5rem;
}

.b-history__meta-section:not(:last-child) {
	border-bottom: 1px solid #e2e2e2;
}

.b-history__meta-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

.b-history__meta-row:not(:last-child) {
	margin-bottom: 1em;
}

.b-history__meta-name {
	color: #868686;
	padding-right: .5em;
}

.b-history__meta-name,
.b-history__meta-value {
	font-size: 0.9285rem;
	line-height: 1.5;
}

.b-history__comment-info {
	position: relative;
	font-size: 0.9285rem;
	margin: .5rem 0 0 1rem;
	padding: 0 0 1rem 1.3rem;
	border-left: 1px solid #f74141;
}

.b-history__point {
	position: absolute;
	top: -0.1rem;
	left: 0;
	background-color: #f74141;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.b-history__point:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1rem;
	height: 1rem;
	border: 2px solid white;
	content: '';
	background-color: #f74141;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.b-history__comment-author {
	font-weight: 700;
	padding: 0 0 .5em 0;
}

.b-history__comment-author-occupation {
	color: #868686;
}

.b-history__time {
	color: #868686;
	font-style: normal;
}

.b-history__btns {
	margin: 1.4285em 0 0 0;
}

.b-history__btns .b-btn:not(:last-child) {
	margin-right: 1.5em;
}

.b-history .b-text.b-history__comment_text {
	position: relative;
	padding: 1em;
	font-style: italic;
	font-size: 0.9285rem;
}

.b-history .b-text.b-history__comment_text:before,
.b-history .b-text.b-history__comment_text:after {
	position: absolute;
	content: ' ';
	display: block;
	width: 2rem;
	height: 2rem;
}

.b-history .b-text.b-history__comment_text:before {
	top: 0;
	left: 0;
	border-top: 4px solid #f74141;
	border-left: 4px solid #f74141;
}

.b-history .b-text.b-history__comment_text:after {
	bottom: 0;
	right: 0;
	border-bottom: 4px solid #f74141;
	border-right: 4px solid #f74141;
}

.b-history .b-text.b-history__comment_text p {
	margin-bottom: 1em;
}

.b-icon-menu {
	margin-bottom: 3em;
}

.b-icon-menu__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	margin-bottom: 1.4285em;
}

.b-icon-menu__link {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	padding: 2.5rem 1.5rem;
	transition: box-shadow 0.3s linear;
	font-size: 1.14285rem;
}

.b-icon-menu__link:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.b-icon-menu__link:hover {
	text-decoration: none;
	color: #2a80b9;
}

.b-icon-menu__link:hover .b-icon-menu__text {
	color: #2a80b9;
	text-decoration: underline;
}

.b-icon-menu__icon-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	height: 7.15em;
	width: 7.15em;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: .5em;
}

.b-icon-menu__icon {
	background-repeat: no-repeat;
}

.b-icon-menu__icon-sozdanie-internet-magazina-v-belarusi-besplatno,
.b-icon-menu__icon-how-to-make-free-ecommerce1,
.b-icon-menu__icon-how-to-make-free-ecommerce {
	background-position: -10px -130px;
	width: 81px;
	height: 80px;
}

.b-icon-menu__icon-arenda-sayta-dlya-internet-magazina,
.b-icon-menu__icon-rent-ecommerce {
	background-position: -10px -550px;
	width: 80px;
	height: 80px;
}

.b-icon-menu__icon-konstruktor-dlya-sozdaniya-internet-magazina,
.b-icon-menu__icon-site-constructor {
	background-position: -10px -10px;
	width: 93px;
	height: 100px;
}

.b-icon-menu__icon-chto-nuzhno-chtoby-otkryt-svoy-internet-magazin,
.b-icon-menu__icon-how-to-open-ecommerce {
	background-position: -10px -650px;
	width: 80px;
	height: 80px;
}

.b-icon-menu__icon-kak-samomu-sozdat-sobstvennyy-internet-magazin,
.b-icon-menu__icon-how-to-make-your-own-ecommerce {
	background-position: -10px -230px;
	width: 104px;
	height: 100px;
}

.b-icon-menu__icon-prices-for-building-site {
	background-position: -10px -870px;
	width: 80px;
	height: 80px;
}

.b-icon-menu__icon-how-to-create-website {
	background-position: -10px -750px;
	width: 100px;
	height: 100px;
}

.b-icon-menu__icon-ideas-for-eshop {
	background-position: -10px -450px;
	width: 69px;
	height: 80px;
}

.b-icon-menu__icon-register-online-store {
	background-position: -10px -350px;
	width: 57px;
	height: 80px;
}

.b-icon-menu__text {
	line-height: 1.3;
	max-width: 100%;
}

.b-img_fluid,
.b-img_responsive {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

.b-info {
	border: 1px solid #e2e2e2;
	padding: 1.5em;
	margin-bottom: 1.5em;
}

.b-info__title {
	position: relative;
	padding: 0 0 0 4em;
	min-height: 3em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	margin-bottom: 1em;
}

.b-info__title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 3em;
	height: 3em;
	border: 2px solid #f74141;
	border-radius: 50%;
}

.b-info__list {
	padding-left: 1.5em;
	line-height: 1.5;
	font-size: .95em;
}

.b-info__list-item:not(:last-child) {
	margin-bottom: .5em;
}

.b-info-block h1 {
	font-size: 1.285rem;
	margin-bottom: 1.785rem;
}

.b-info-slide {
	display: block;
	width: 100%;
}

.b-info-slide__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

.b-info-slide__logo {
	padding: .5em 1.5em;
	display: block;
	min-width: 15rem;
	margin: 0 1.5em 0 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.b-info-slide__logo .b-img {
	display: inline !important;
	vertical-align: middle;
	width: 100%;
	height: auto;
}

.b-info-slide__logo_square {
	background-color: transparent;
	min-width: 10rem;
}

.b-info-slide__name {
	font-size: 1.14285rem;
	margin-bottom: .5em;
	font-weight: 700;
}

.b-info-slide__info {
	font-style: italic;
	font-size: 0.9285rem;
	line-height: 1.3;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 100%;
}

.b-info-slide__text {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
}

.b-info-table {
	width: 100%;
	table-layout: fixed;
	font-size: .9rem;
	line-height: 1.25;
}

.b-info-table tr {
	display: table-row;
	word-wrap: break-word;
}

.b-info-table__name,
.b-info-table__value {
	padding: 0.75em 0;
}

.b-info-table__name {
	position: relative;
	vertical-align: top;
	overflow: hidden;
	font-weight: bold;
	width: 40%;
}

.b-info-table__title {
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 1em;
}

.b-info-table__title:after {
	content: '';
	display: inline-block;
	width: 100%;
	position: absolute;
	margin-top: .9em;
	border-bottom: 1px dotted;
	margin-left: .5em;
	color: #e2e2e2;
}

.b-info-table__value {
	vertical-align: bottom;
	text-overflow: ellipsis;
	overflow-x: hidden;
	padding-left: .5em;
}

.b-info-table .i-js-spoiler {
	line-height: 1.3;
}

.b-info-table .i-js-spoiler__link {
	line-height: 1;
	color: #2a80b9;
}

.b-informer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
}

.b-informer_nocenter {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.b-informer_pos_sidebar {
	padding: 1.5rem;
	border: 2px solid #e2e2e2;
	background-color: #ffffff;
}

.b-informer__icon {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: -ms-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2.85em;
	height: 2.85em;
	min-width: 2.85em;
	border: 1px solid #f74141;
	border-radius: 50%;
	color: #f74141;
	margin: 0 1em 0 0;
	line-height: 2.85em;
}

.b-informer__text {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
}

.b-informer-wrap_slim>.b-informer {
	padding: .75rem;
	margin-bottom: 1rem;
}

.b-input.b-input_type_checkbox {
	position: relative;
	display: block;
	padding-left: 1.78em;
	font-size: 0.9285rem;
	margin: 0 0 1.5em 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.b-input.b-input_type_checkbox:hover input:not(:disabled)+span {
	border-color: #999999;
}

.b-input.b-input_type_checkbox input {
	display: none;
}

.b-input.b-input_type_checkbox input+span {
	display: block;
	position: absolute;
	top: .15rem;
	left: 0;
	width: 1.215em;
	height: 1.215em;
	box-shadow: none;
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	line-height: 1.215em;
}

.b-input.b-input_type_checkbox input:checked+span:before {
	position: absolute;
	content: "\f00c";
	font-size: .8em;
	font-family: 'ic';
	color: #f74141;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.b-input.b-input_type_checkbox input:disabled+span {
	background-color: #e2e2e2;
}

.b-input.b-input_type_checkbox input:disabled+span:before {
	background-color: #fff;
	display: block;
	content: ' ';
}

.b-input.b-input_type_checkbox_filter {
	line-height: 1.215em;
}

.b-input.b-input_type_checkbox_filter input+span {
	top: 0;
}

.b-input.b-input_type-text {
	display: block;
}

.b-input.b-input_type-text input {
	border: 1px solid #e2e2e2;
	display: block;
	width: 100%;
	height: 2.5rem;
	font-size: 0.9285rem;
	padding: 0 .875rem;
}

.b-input.b-input_type-text input:focus {
	border-color: #6097e9;
	outline: none;
}

.b-input.b-input_single {
	margin-bottom: 0;
}

.b-input.b-input_type_checkbox_filter-special {
	margin: 0 -0.75rem 1em;
	padding: 1.3em .75em 1.3em 2.75em;
	background-image: linear-gradient(88deg, #ff995c 0%, #f74141 100%);
	color: #fff;
}

.b-input.b-input_type_checkbox_filter-special input+span {
	top: 1.3em;
	left: .75rem;
	background-color: transparent;
	border-color: white;
}

.b-input.b-input_type_checkbox_filter-special input:checked+span:before {
	color: #fff;
}

.b-link {
	color: #000;
	line-height: 1.25;
	cursor: pointer;
}

.b-link:focus,
.b-link:active,
.b-link:hover {
	color: #000;
}

.b-link:focus,
.b-link:active {
	color: inherit;
	text-decoration: none;
}

.b-link:hover {
	text-decoration: underline;
}

.b-link_dashed {
	border-bottom: 1px dotted;
}

.b-link_dashed:hover {
	color: #f74141;
	border-color: #f74141;
	text-decoration: none;
}

.b-link.b-link_blue {
	color: #2a80b9;
}

.b-link.b-link_blue:hover {
	color: #2a80b9;
}

.b-link.b-link_blue.b-link_dashed:hover {
	color: #f74141;
}

.b-link.b-link_gray {
	color: #999;
}

.b-link.b-link_gray:hover {
	color: #999;
}

.b-link.b-link_more {
	margin: 1.4285em 0;
	display: block;
	padding: 1.4em;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	text-align: center;
	transition: background-color 0.15s ease-in, color 0.15s ease-in;
}

.b-link.b-link_more:hover {
	text-decoration: none;
	background-color: #f97272;
	color: white !important;
}

.b-link_fake {
	font-size: 0.9285rem;
	border-bottom: 1px dotted;
	padding-bottom: .3rem;
}

.b-link_fake:hover {
	color: #f74141;
	border-color: #f74141;
	text-decoration: none;
}

.b-link_promocode:hover {
	color: #f74141 !important;
	border-color: #f74141;
}

.b-link_promocode.b-link_blue {
	color: #2a80b9;
	border-color: #2a80b9;
}

.b-link_promocode.b-link_blue:hover {
	color: #2a80b9;
	border-color: #2a80b9;
}

.b-link.b-link_borderless {
	text-decoration: none !important;
}

.b-link.b-link_borderless:active,
.b-link.b-link_borderless:focus {
	text-decoration: none !important;
}

.b-link.b-link_borderless:hover {
	text-decoration: underline !important;
}

.b-link.b-link_dotted {
	text-decoration: none !important;
	border-bottom: 1px dotted;
}

.b-link.b-link_dotted:hover {
	border-color: #000;
	color: #000 !important;
	text-decoration: none !important;
}

.b-link.b-filter-area:hover {
	text-decoration: none;
}

.b-link.b-link_italic {
	font-style: italic;
}

.b-link-list__title {
	font-weight: 700;
	font-size: 0.9285rem;
	margin: 0 0 1em 0;
}

.b-link-list__content {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-link-list__item {
	display: block;
}

.b-link-list__link {
	font-size: 0.9285rem;
	margin: 0 .5em 0 0;
	line-height: 1.3;
	color: #2a80b9;
}

.b-link-list__link:hover {
	color: #2a80b9;
	text-decoration: underline;
}

.b-link-list__item-cut {
	margin: 1em 0 0 0;
	font-size: 0.9285rem;
	display: inline-block;
}

.b-link-list .b-link.b-link-list__link-cut {
	color: #2a80b9;
	border-color: #2a80b9;
}

.b-link-list .b-link.b-link-list__link-cut:hover {
	color: #2a80b9;
}

.b-link-list_cut .b-link-list__item:nth-of-type(n+11) {
	display: none;
}

.b-list_default {
	padding-left: 1.25em;
}

.b-main-slider {
	margin: 0 0 1.6rem 0;
}

.b-main-slider__next,
.b-main-slider__prev {
	font-size: 1rem;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	width: 40px;
	height: 40px;
	text-align: center;
	transition: box-shadow 0.3s ease;
}

.b-main-slider__next .ic,
.b-main-slider__prev .ic {
	transition: color .3s ease;
	line-height: 40px;
	color: #c1c1c1;
}

.b-main-slider__next:hover,
.b-main-slider__prev:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.b-main-slider__next:hover .ic,
.b-main-slider__prev:hover .ic {
	color: #f74141;
}

.b-main-slider.zk-block-preloader {
	display: block !important;
	min-height: 448px;
}

.b-main-slider.zk-block-preloader>* {
	display: none !important;
}

.b-main-slider__slide {
	position: relative;
	display: block;
	height: 100%;
}

.b-main-slider .owl-next,
.b-main-slider .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.b-main-slider .owl-next {
	right: .8em;
}

.b-main-slider .owl-prev {
	left: .8em;
}

.b-main-slider .owl-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 2rem;
}

.b-main-slider .owl-dot {
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	margin: .4em;
	transition: all 0.3s ease-in-out;
}

.b-main-slider .owl-dot.active {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.b-main-tabs {
	margin-top: -2em;
	z-index:20;
}

.b-main-tabs__item {
	text-transform: uppercase;
	position: relative;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	font-size: 1.071rem;
	padding: 1em 0;
	cursor:pointer;
	display:block;
}

.b-main-tabs__item:hover{
	text-decoration:none;
	color:inherit;
}

.b-main-tabs__item:hover:after {
	opacity: 1;
}

.b-main-tabs__item:after {
	position: absolute;
	content: ' ';
	display: block;
	height: 5px;
	background-color: #f74141;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.b-main-tabs__item.isActive:after {
	opacity: 1;
}

.b-main-tabs__item-name {
	position: relative;
	margin: 0;
	font-weight: 400;
	font-size: inherit;
	color: inherit;
}

.b-main-tabs__item-name i{
	font-size:2em;
	line-height:0.4em;
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}

.b-main-tabs__item-name i.fa{
	font-size:2em;
}

.b-main-tabs__item-name i.fas{
	font-size:1.3em;
	padding-right: 4px;
}

.b-main-tabs__item-name span{
	display:inline-block;
	vertical-align:middle;
}

.b-main-tabs__col:not(:last-child) .b-main-tabs__item {
	border-right: none;
}

.b-materials {
	list-style: none;
	margin: 0;
	padding: 0;
}

.b-materials__item {
	margin-bottom: .5em;
}

.b-mini-table {
	min-width: 100%;
	table-layout: fixed;
}

.b-mini-table td,
.b-mini-table th {
	padding: .2em 0;
}

.b-mini-table th:first-child,
.b-mini-table td:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 7px;
}

.b-mini-table th:last-child,
.b-mini-table td:last-child {
	padding-left: .5em;
	vertical-align: bottom;
}

.b-mini-table td:first-child {
	position: relative;
}

.b-mini-table td:first-child:after {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 1px dotted #e2e2e2;
	margin-left: .5em;
	margin-top: 1em;
}

.b-mobile-menu {
	top: 0;
	left: -22rem;
	z-index: 3000;
	position: fixed;
	height: 100vh;
	width: 20rem;
	box-shadow: 10px 0 10px rgba(0, 0, 0, 0.3);
	background-color: #ffffff;
	transition: left .5s linear;
}

.b-mobile-menu.isOpen {
	left: 0;
}

.b-mobile-menu__nav-btn {
	display: block;
	text-align: left;
	border: none;
	width: 100%;
	padding: 1rem .75rem;
	background-color: #f74141;
	color: white;
}

.b-mobile-menu__viewport {
	overflow-y: auto;
	height: calc(100vh - 40px);
	padding-bottom: 1.5rem;
}

.b-mobile-menu__viewport::-webkit-scrollbar {
	width: .4rem;
	height: .4rem;
}

.b-mobile-menu__viewport::-webkit-scrollbar-track {
	background-color: transparent;
}

.b-mobile-menu__viewport::-webkit-scrollbar-thumb {
	background-color: #d9d9d9;
}

.b-mobile-menu__slide {
	display: none;
	padding-bottom: 6rem;
}

.b-mobile-menu__slide.isActive {
	display: block;
}

.b-mobile-menu__separator {
	display: block;
	margin: .5em 1.5rem;
	height: 1px;
	border-top: 1px solid #e2e2e2;
}

.b-mobile-menu__section {
	display: block;
	padding: 1rem;
	background-color: #ececec;
	color: #000;
	font-weight: bold;
}

.b-mobile-menu__slide-item {
	position: relative;
	cursor: pointer;
	display: block;
	padding: 1rem 2rem 1rem 2.5rem;
	color: #444;
	font-weight: 700;
	font-size: 0.9285rem;
	border-left: 5px solid transparent;
	line-height: 1.3;
}

.b-mobile-menu__slide-item.first_level{
    padding-left: 0.5rem;
    font-size: 1.05em;
}

.b-mobile-menu__slide-item:focus,
.b-mobile-menu__slide-item:active,
.b-mobile-menu__slide-item:hover {
	color: #f74141 !important;
	border-color: #f74141;
	text-decoration: none;
}

.b-mobile-menu__slide-item-icon {
	top: 1.1rem;
	left: .5rem;
	position: absolute;
	font-size: 1.14285rem;
	font-family: 'ic';
	color: #6e6e6e;
}

.b-mobile-menu__slide-item_category {
	font-weight: 300;
	padding-left: .5rem;
}

.b-mobile-menu__slide-item_parent:before {
	position: absolute;
	font-size: 1.14285rem;
	font-family: 'ic';
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: auto;
	right: .5rem;
	content: '\e907';
}

.b-mobile-sort {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	background-color: #fcfbfb;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	margin: 0 0 -1px 0;
}

.b-mobile-sort__select-panel {
	text-align: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	margin-left: auto;
	padding: .55em;
	margin-bottom: 0;
}

.b-mobile-sort__filter-btn,
.b-mobile-sort__select-text {
	font-size: 0.9285rem;
}

.b-mobile-sort__select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.b-mobile-sort__filter-icon,
.b-mobile-sort__select-icon {
	display: inline-block;
	padding: 0 .75em 0 0;
}

.b-mobile-sort__filter-icon:before,
.b-mobile-sort__select-icon:before {
	display: block;
}

.b-mobile-sort__filter-icon:before {
	color: #6e6e6e;
	font-style: normal;
	font-family: 'ic';
	content: "\e95a";
}

.b-mobile-sort__filter-btn {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	display: block;
}

.b-mobile-sort__panel-mode {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

.b-mobile-sort__btn {
	position: relative;
	padding: .55em;
}

.b-mobile-sort__btn:hover i {
	color: #f97272;
}

.b-mobile-sort__btn_list {
	border-right: 1px solid #e2e2e2;
}

.b-mobile-sort__btn i {
	color: #6e6e6e;
}

.b-mobile-sort__btn_active i {
	color: #f74141;
}

main .b-mobile-sort {
	display: none !important;
}

.b-neighbors {
	margin: 30px 6px;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	min-width: 100%;
	list-style-type: none;
}

.b-neighbors h2 {
	font-size: 1.715rem;
	font-weight: 300;
}

.b-notfound {
	margin: 5em 0;
}

.b-notfound__title {
	font-size: 2.85714rem;
	font-weight: 400;
	margin-bottom: .75em;
}

.b-notfound__text {
	font-size: 1.14285rem;
	line-height: 2;
	margin: 0 0 2em 0;
}

.b-notfound__text ul {
	list-style: none;
}

.b-notfound__text ul li {
	position: relative;
}

.b-notfound__text ul li:before {
	position: absolute;
	top: -0.5em;
	left: -0.7em;
	content: 'вЂў';
	font-size: 30px;
	color: #c1c1c1;
}

.b-notfound__img {
	height: 100%;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	min-width: 100%;
	position: relative;
}

.b-notfound__img>img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.b-document .b-rekviziti p {
	margin: 5px 0!important;
	line-height: 1.25!important;
}

.b-document .b-rekviziti__who {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.b-document p {
	margin: 5px 0!important;
	line-height: 1.25!important;
}

.b-document .b-number-list {
	/*first lvl*/
	/*second lvl*/
	/*third lvl*/
	;
}

.b-document .b-number-list .b-number-list--first,
.b-document .b-number-list>ol {
	padding-left: 19px;
}

.b-document .b-number-list .b-number-list--first>li:before,
.b-document .b-number-list>ol>li:before {
	margin-left: -19px;
}

.b-document .b-number-list .b-number-list--first>li,
.b-document .b-number-list>ol>li {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.b-document .b-number-list .b-number-list--second,
.b-document .b-number-list>ol>li>.b-number-list--inner>ol {
	padding-left: 25px;
}

.b-document .b-number-list .b-number-list--second>li:before,
.b-document .b-number-list>ol>li>.b-number-list--inner>ol>li:before {
	margin-left: -25px;
}

.b-document .b-number-list .b-number-list--third,
.b-document .b-number-list>ol>li>.b-number-list--inner>ol>li>ol {
	padding-left: 35px;
}

.b-document .b-number-list .b-number-list--third>li:before,
.b-document .b-number-list>ol>li>.b-number-list--inner>ol>li>ol>li:before {
	margin-left: -35px;
}

.b-document .b-number-list__title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.b-document .b-number-list--inner {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.25;
}

.b-document .b-number-list--inner li {
	margin: 5px 0;
}

.b-ordercard {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin: 0 -1em -1em;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.b-ordercard__form,
.b-ordercard__goods {
	width: 100%;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 1em;
	margin: 0 auto 2em;
	max-width: 420px;
}

.b-ordercard__product {
	padding-bottom: 1em;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 1em;
}

.b-ordercard__product-about {
	margin: 0 -0.5em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.b-ordercard__product-image-wrapper {
	margin: 0 .5em 1em;
}

.b-ordercard__product-image {
	display: block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
}

.b-ordercard__product-info-wrapper {
	margin: 0 .5em 1em;
	line-height: 1.2;
}

.b-ordercard__product-title {
	display: inline-block;
	margin-bottom: .5em;
}

.b-ordercard__product-attributes {
	font-size: 12px;
}

.b-ordercard__product-price-count {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.b-ordercard__product-price {
	width: 35%;
}

.b-ordercard__product-count {
	margin: -0.15em 0.5em;
}

.b-ordercard__product-summ {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: right;
	font-weight: 600;
}

.b-ordercard__summary {
	padding-bottom: 1em;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 1em;
}

.b-ordercard__contacts-item {
	margin-bottom: .6em;
}

.b-other-portals {
	margin-bottom: 3em;
	padding: 0;
	list-style: none;
}

.b-other-portals__item {
	position: relative;
	font-size: 0.9285rem;
	margin: 0 0 .5em 0;
}

.b-other-portals__icon {
	display: inline-block;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	width: 1.33333333em;
	line-height: 1em;
	margin: 0 .5em 0 0;
}

.b-other-portals__icon:before {
	content: "\00a0";
}

.b-overlay {
	display: none;
	position: fixed;
	overflow-y: scroll;
	top: 0;
	left: 0;
	right: 0;
	bottom: -150px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	transition: opacity 0.3s ease-in-out;
}

.b-overlay.isTransparent {
	background-color: transparent;
}

.noscroll {
	position: fixed;
	overflow: hidden;
}

.b-page__title {
	font-size: 1.715rem;
	font-weight: 400;
	margin-bottom: 1.3em;
}

.b-page__sort,
.b-page__breadcrumbs {
	margin-bottom: 1.4285em;
}

.b-page__pagination {
	margin: 2em auto;
}

.b-page__sort.b-sidebar_with-filters,
.b-page__breadcrumbs.b-sidebar_with-filters,
.b-page__sidebar.b-sidebar_with-filters {
	display: block !important;
	margin-bottom: 0;
	max-width:240px;
	width:240px;
}

.b-page__mobile-sort {
	display: none;
}

.b-page__flex-vertical-group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.b-page__flex-vertical-group>* {
	width: 100%;
}

.b-page__pane {
	position: relative;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #e2e2e2;
}

.b-page__pane+.b-page__pane {
	border-top: none;
}

.b-page__pane_mb {
	margin-bottom: 1.4285em;
}

.b-page__pane_independent {
	margin-bottom: 1.4285em;
}

.b-page__pane_nopadding {
	padding: 0;
}

.b-page__pane_small-padding {
	padding-top: .75em;
	padding-bottom: .75em;
}

.b-page__pane_balloon {
	position: relative;
}

.b-page__pane_balloon:before {
	content: '';
	position: absolute;
	width: 32px;
	top: -11px;
	left: 50%;
	margin-left: -16px;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	border-bottom: 11px solid #e2e2e2;
}

.b-page__pane_balloon:after {
	content: '';
	position: absolute;
	width: 28px;
	top: -10px;
	left: 50%;
	margin-left: -14px;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	border-bottom: 10px solid #fff;
}

.b-page__pane_shadow {
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
}

.b-page__pane_fat {
	padding: 5rem 1.5rem;
}

.b-page__pane_full-page {
	border-left: none;
	border-right: none;
}

.b-page__pane_collapsed {
	max-height: 24em;
	overflow: hidden;
}

.b-page__pane_collapsed:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 7em;
	border-bottom: 1px solid #d6d6d6;
	background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 45%);
}

.b-page__pane_collapsed .b-page__pane-collapsed-link {
	display: block;
}

.b-page__pane-collapsed-link {
	display: none;
	position: absolute;
	left: 22px;
	bottom: 26px;
	font-size: 13px;
	z-index: 1;
}

.b-page__pane-section {
	margin-bottom: 1.5em;
}

.b-page__pane-section:last-child {
	margin-bottom: 0;
}

.b-page__pane-title {
	font-size: 1.715rem;
	font-weight: 400;
	margin: .5em 0 1.5em 0;
	line-height: 1.15;
}

.b-page__pane-title_main {
	margin-top: 0;
}

.b-page__pane-title_slim {
	font-size: 1.4285rem;
	margin: .25em 0 .5em 0;
}

.b-page__pane-subtitle {
	font-size: 1.285rem;
	margin: 1em 0;
}

.b-page__pane-subtitle:first-child {
	margin-top: 0;
}

.b-page__buttons-wrapper {
	margin: 2.5em 0;
	text-align: center;
}

.b-page__simple-text ol,
.b-page__simple-text ul,
.b-page__simple-text h3 {
	margin-bottom: 1em;
}

.b-page__simple-text ol,
.b-page__simple-text ul {
	padding-left: 1.25em;
	margin-left: 0;
}

.b-page__simple-text li,
.b-page__simple-text p {
	margin-bottom: .5em;
}

.b-page .hide {
	display: none;
}

.b-page .ui-widget-overlay {
	width: auto;
	height: auto;
	right: 0;
	bottom: -150px;
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.b-page__firm-sidebar {
	margin-left: -1px;
}

.b-page_action .b-advantages__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
}

.b-page_action .b-portal-advantage__content {
	display: block;
	height: auto;
	-webkit-align-self: center;
	-ms-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.ui-dialog-title__cut {
	position: relative;
	display: block;
	max-height: 80px;
	overflow: hidden;
	cursor: pointer;
}

.ui-dialog-title__cut:hover:before {
	text-decoration: underline;
}

.ui-dialog-title__cut:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1.5em;
	width: 100px;
	background-color: transparent;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 21%, #ffffff 100%);
}

.ui-dialog-title__cut:before {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	content: 'РџРѕРєР°Р·Р°С‚СЊ';
	color: #2a80b9;
	font-size: 0.85714rem;
}

.b-pagination {
	text-align: center;
}

.b-pagination__item {
	vertical-align: top;
	display: inline-block;
	font-size: 0.9285rem;
	line-height: 1rem;
	padding: 1rem 1.2rem;
	border: 1px solid #e2e2e2;
	color: inherit;
	text-decoration: none;
	margin-bottom: .3rem;
}

.b-pagination__item:hover {
	color: inherit;
	text-decoration: none;
}

.b-pagination__item:not(.b-pagination__item_more) {
	cursor: pointer;
}

.b-pagination__item:not(.b-pagination__item_more):hover {
	background-color: #ffd92c;
	border-color: #ffd92c;
	text-decoration: none;
}

.b-pagination__item:not(.b-pagination__item_more):active,
.b-pagination__item:not(.b-pagination__item_more):focus {
	text-decoration: none;
}

.b-pagination__item_active {
	background-color: #ffd92c;
	border-color: #ffd92c;
}

.b-pagination__item>i {
	font-size: .6rem;
	line-height: 1;
}

.b-pagination__item_next>i {
	padding-left: .75em;
}

.b-pagination__item_prev>i {
	padding-right: .75em;
}

.b-phone__visible {
	position: relative;
	display: table;
	padding-left: 1em;
}

.b-phone__visible:before {
	position: absolute;
	font-family: 'ic';
	content: "\f095";
	top: 0;
	left: 0;
}

.b-phone__show {
	font-size: 0.9285rem;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
}

.b-phone__show:before {
	position: absolute;
	top: 0;
	left: -3rem;
	display: block;
	content: ' ';
	width: 3rem;
	height: 1rem;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.b-phone__show:hover {
	color: #2a80b9 !important;
	text-decoration: underline !important;
}

.b-phone__item {
	display: block;
}

.b-phone__item:not(:last-child) {
	margin-bottom: .3em;
}

.b-phone__dialog {
	display: none;
}

.b-phone__label {
	font-weight: 600;
}

.b-phone__number {
	cursor: default !important;
}

.b-phone__number:after {
	position: absolute;
	top: .2em;
	right: -1.5em;
	left: auto;
}

.b-phone.b-phone_contacts .b-phone__visible {
	position: relative;
	display: table;
	padding-left: 1.5rem;
}

.b-phone.b-phone_contacts .b-phone__visible:before {
	position: absolute;
	font-family: 'ic';
	content: "\e90b";
	top: 0rem;
	left: 0rem;
	font-size: 1.05em;
}

.b-phone.b-phone_contacts .b-phone__show {
	color: #333;
}

.b-phone.b-phone_contacts .b-phone__show:hover {
	color: #f74141;
}

i.whatsapp {
	background: url(/pics/icons/24x24/whatsapp.png?r=4.1.26) 0px 0px no-repeat;
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-left: 5px;
	line-height: normal;
	vertical-align: middle;
}

i.viber {
	background: url(/pics/icons/24x24/viber.png?r=4.1.26) 0px 0px no-repeat;
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-left: 5px;
	line-height: normal;
	vertical-align: middle;
}

.b-pic-slider {
	position: relative;
	height: 440px;
	display: none;
}

.b-pic-slider.init {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.b-pic-slider__thumbnails {
	position: relative;
	width: 16%;
	margin: 0 1em 0 0;
	min-width: 80px;
	overflow: hidden;
}

.b-pic-slider__thumbnails-inner:not(.moving) {
	transition: margin .3s;
}

.b-pic-slider__thumbnails-inner .b-pic-slider__item {
	height: 80px;
	margin-bottom: 10px;
	border: 1px solid #e2e2e2;
}

.b-pic-slider__thumbnails-inner .b-pic-slider__item.active {
	border-color: #f74141;
}

.b-pic-slider__item {
	position: relative;
}

.b-pic-slider__item img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	margin: auto;
}

.b-pic-slider__thumbnails-control {
	position: absolute;
	display: none;
	left: 0;
	width: 100%;
	padding: .3em .25em .2em;
	text-align: center;
	background-color: #d4e7fb;
	opacity: .7;
	cursor: pointer;
	transition: opacity .3s;
}

.b-pic-slider__thumbnails-control:hover {
	opacity: 1;
}

.b-pic-slider__thumbnails-up {
	top: 0;
}

.b-pic-slider__thumbnails-down {
	bottom: 0;
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.b-pic-slider__current {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	cursor: pointer;
}

.b-pic-slider__current .b-pic-slider__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	height: auto;
	transition: opacity .3s;
}

.b-pic-slider__current .b-pic-slider__item.active {
	opacity: 1;
	z-index: 1;
}

.b-pic-slider__current img {
	display: none;
}

.b-pic-slider__current img.init {
	display: block;
}

.b-pic-slider__img {
	max-width: 100%;
}

.b-pics {
	font-size: 12px;
	display: none;
	margin: 0 .75em 0 0;
}

.b-pics__content {
	font-size: inherit;
	display: none;
	position: relative;
	padding: 1.3em 0;
}

.b-pics__viewport {
	position: relative;
	overflow: hidden;
	height: 12.9em;
	padding: 0 .3em;
}

.b-pics__track {
	position: relative;
	top: 0;
	left: 0;
	transition: top .3s ease;
}

.b-pics__item {
	width: 2.85em;
	height: 2.85em;
	margin: .3em 0;
	border: 1px solid transparent;
	position: relative;
}

.b-pics__item>img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.b-pics__item.active {
	border-color: #f74141;
}

.b-pics__prev,
.b-pics__next {
	position: absolute;
	height: 1rem;
	padding: .25rem 0;
	background-color: #e4ebfd;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: .7em;
	color: #818181;
}

.b-pics__prev:hover,
.b-pics__next:hover {
	color: black;
}

.b-pics__prev.isDisabled,
.b-pics__next.isDisabled {
	background-color: #f5f5f5;
}

.b-pics__prev:before,
.b-pics__next:before {
	font-family: ic;
	content: "\e906";
}

.b-pics__prev {
	top: 0;
}

.b-pics__next {
	bottom: 0;
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.b-pics_nocontrols .b-pics__content {
	padding: 0;
}

.b-pics_nocontrols .b-pics__prev,
.b-pics_nocontrols .b-pics__next {
	display: none;
}

.b-pics.b-pics_vertical {
	position: relative !important;
	top: -0.2em !important;
	left: -0.75em !important;
	z-index: 100;
	width: 32px;
	height: 32px;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.b-pics.b-pics_vertical .b-pics__item-img {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.b-pics.b-pics_vertical .b-pics__viewport {
	padding: 0;
}

.b-pop-goods {
	border: 1px solid #e2e2e2;
	border-bottom: none;
	margin: 0;
}

.b-pop-goods__cats {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-pop-goods__cats:not(:last-child) {
	border-right: 1px solid #e2e2e2;
}

.b-pop-goods__item {
	border-bottom: 1px solid #e2e2e2;
}

.b-pop-products__controls {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1.4285em;
}

.b-pop-products__controls-item {
	display: inline-block;
	background-color: #f1f1f1;
	color: #23232c;
	text-align: center;
	padding: 1em;
	margin-bottom: .75rem;
	cursor: pointer;
}

.b-pop-products__controls-item:not(:last-child) {
	margin-right: .75rem;
}

.b-pop-products__controls-item.isActive,
.b-pop-products__controls-item:hover {
	background-color: #f74141;
	color: white;
}

.b-popup {
	background-color: #fff;
	position: fixed;
	z-index: 1500;
	top: 50%;
	left: 50%;
	width: 28.57rem;
	min-height: 5rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	display: none;
}

.b-popup__content {
	padding: 2.85em;
}

.b-popup__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 1rem;
	height: 1rem;
	z-index: 10;
	background-color: transparent;
	background-image: url(/upload/icons/close.png?r=4.1.26);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.b-popup__prev,
.b-popup__next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}

.b-popup__prev {
	left: -3.5em;
}

.b-popup__next {
	right: -3.5em;
}

.b-popup__bottom {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .75em 3em;
	border-top: 1px solid #e2e2e2;
	height: 61px;
}

.b-popup__bottom-name {
	font-size: 1.14285rem;
	margin: 0;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	line-height: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.b-popup__bottom-name:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1em;
	width: 3em;
	background-color: transparent;
	background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

.b-popup__bottom-meta {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: auto;
	min-width: 25rem;
}

.b-popup__bottom-price {
	font-weight: 400;
	font-size: 1.285rem;
	padding-right: 1em;
}

.b-popup__slide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	height: auto;
	transition: opacity .3s;
}

.b-popup__slide img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	margin: auto;
}

.b-popup__slide img,
.b-popup__slide iframe {
	z-index: 1;
}

.b-popup__slide_video {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.b-popup__slide_video iframe {
	border: none;
}

.b-popup__slide.isCurrent {
	opacity: 1;
	z-index: 1;
}

.b-popup_gallery {
	width: 100%;
	height: 96%;
	width: 1370px;
	display: none;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.b-popup_gallery .b-popup__content {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	padding: 0;
	margin: 2.85em 5em;
}

.b-portal-advantage {
	position: relative;
	background-color: #fff;
	transition: box-shadow 0.3s linear;
	min-height:85px;
}

.b-portal-advantage:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	z-index: 10;
}

.b-portal-advantage__content {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: table;
	width: 100%;
	height: 100%;
	padding: 1em .75em;
	color: #000;
}

.b-portal-advantage__content:focus,
.b-portal-advantage__content:active,
.b-portal-advantage__content:hover {
	text-decoration: none;
}

.b-portal-advantage__img {
	display: table-cell;
	width: 4.65em;
	min-width: 4.65em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	margin-right: 1em;
}

.b-portal-advantage__info {
	display: table-cell;
	vertical-align: middle;
}

.b-portal-advantage__title {
	color: #000;
	line-height: 1.2;
	font-size: 1.071rem;
	margin-bottom: .5em;
	font-weight: 700;
}

.b-portal-advantage__data {
	font-size: 0.85714rem;
	color: #000;
	line-height: 1.2;
}

.b-portal-advantage_assortment .b-portal-advantage__img {
	background-image: url(/upload/icons/ecommerce/store.svg);
}

.b-portal-advantage_prices .b-portal-advantage__img {
	
}

.b-portal-advantage_safe-buy .b-portal-advantage__img {
	background-image: url(/upload/icons/ecommerce/discount.svg);
}

.b-portal-advantage_sellers .b-portal-advantage__img {
	background-image: url(/upload/icons/ecommerce/stopwatch.svg);
}

.b-portal-advantage_exp .b-portal-advantage__img {
	text-align: center;
}

.b-portal-advantage_exp .b-portal-advantage__img svg {
	width: 3.5em;
	height: 4.65em;
	max-height: 100%;
	max-width: 100%;
}

.b-portal-services__info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
	margin: 0 0 2em 0;
}

.b-portal-services__text {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
	line-height: 1.3;
	margin: 0 2em 0 0;
}

.b-portal-services__informer {
	width: 14.75rem;
	min-width: 14.75rem;
}

.b-portal-services__informer-content {
	border: 2px solid #e2e2e2;
	background-color: #ffffff;
	padding: 1.5em;
}

.b-portal-services__informer-title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	font-weight: 700;
	font-size: 0.9285rem;
	margin: 0 0 1em 0;
	line-height: 1.3;
}

.b-portal-services__informer-title .b-informer__icon {
	margin-bottom: 0;
}

.b-portal-services__phone,
.b-portal-services__informer-title,
.b-portal-services__cons-text {
	font-size: 0.9285rem;
	margin: 0 0 1em 0;
}

.b-portal-services__phone {
	font-weight: 700;
}

.b-portal-services__btns {
	margin: 0 0 3em;
	text-align: center;
}

.b-portal-services__btn {
	padding-left: 1em;
	padding-right: 1em;
}

.b-portal-services__icon {
	display: block;
	background-repeat: no-repeat;
}

.b-portal-services__icon_1 {
	background-position: -10px -10px;
	width: 28px;
	height: 30px;
}

.b-portal-services__icon_2 {
	background-position: -10px -60px;
	width: 30px;
	height: 30px;
}

.b-portal-services__icon_3 {
	background-position: -10px -110px;
	width: 29px;
	height: 30px;
}

.b-portal-services__icon_4 {
	background-position: -10px -160px;
	width: 30px;
	height: 24px;
}

.b-portal-services__icon_5 {
	background-position: -10px -204px;
	width: 27px;
	height: 30px;
}

.b-portal-services__icon_6 {
	background-position: -10px -254px;
	width: 30px;
	height: 30px;
}

.b-portal-services__icon_7 {
	background-position: -10px -304px;
	width: 29px;
	height: 30px;
}

.b-portal-services__icon_8 {
	background-position: -10px -304px;
	width: 29px;
	height: 30px;
}

.b-portal-services__icon_9 {
	background-position: -10px -404px;
	width: 29px;
	height: 30px;
}

.b-portal-services__icon-row {
	display: table;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
}

.b-portal-services__icon-row .ic {
	font-size: 2rem;
	color: #f74141;
	margin-right: 1rem;
}

.b-portal-services__ricon {
	display: table-cell;
	width: 40px;
}

.b-portal-services__rtext {
	padding-top: .3em;
	display: table-cell;
	vertical-align: middle;
}

.b-portal-services__rtext .cabinet-list {
	margin-top: 1rem;
	margin-left: 1.5rem;
}

.b-portal-services__rtext .cabinet-list li {
	position: relative;
	margin-bottom: .7rem;
}

.b-portal-services__rtext .cabinet-list li:before {
	position: absolute;
	font-family: ic;
	content: "\f00c";
	top: 2px;
	left: -19px;
	color: #444;
}

.slideOne {
	width: 50px;
	height: 10px;
	background: #333;
	margin: 20px auto;
	position: relative;
	border-radius: 50px;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideOne label {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -3px;
	left: -3px;
	cursor: pointer;
	background: #fcfff4;
	background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	border-radius: 50px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	transition: all 0.4s ease;
}

.slideOne input[type=checkbox] {
	visibility: hidden;
}

.slideOne input[type=checkbox]:checked+label {
	left: 37px;
}

.b-possibilitys {
	margin-bottom: 3em;
}

.b-possibilitys__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	margin-bottom: 2em;
}

.b-possibilitys__text {
	margin: 0 1em 1em 0;
}

.b-possibilitys__btns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	margin: 2em 0;
}

.b-possibilitys__next,
.b-possibilitys__prev,
.b-possibilitys__registration {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: -ms-inline-flex;
	display: inline-flex;
}

.b-possibilitys__next {
	-webkit-order: 1;
	-ms-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.b-possibilitys__prev {
	-webkit-order: 4;
	-ms-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

.b-possibilitys__registration {
	-webkit-order: 3;
	-ms-order: 3;
	-ms-flex-order: 3;
	order: 3;
	margin: 0 auto;
}

.b-possibilitys__media {
	min-width: 21.5em;
	width: 21.5em;
}

.b-posts__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	margin-bottom: 1.4285em;
}

.b-posts__icontent {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	padding: 1.5rem;
}

.b-posts__img-wrap {
	position: relative;
	margin: 0 1.5rem 0 0;
	min-width: 7.85em;
	width: 7.85em;
	height: 7.85em;
}

.b-posts__img-wrap>img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.b-posts__description,
.b-posts__shop {
	font-size: 0.9285rem;
	margin-bottom: .6em;
}

.b-posts__info {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.b-posts__time {
	display: block;
	margin-top: auto;
	color: #868686;
	font-size: 0.9285rem;
}

.b-posts__title {
	font-weight: 700;
	margin-bottom: .6em;
}

.b-posts.b-posts_list {
	margin-bottom: 3em;
}

.b-posts.b-posts_list .b-posts__item {
	margin-bottom: 0;
}

.b-posts.b-posts_list .b-posts__item+.b-posts__item .b-posts__icontent {
	border-top: none !important;
}

.b-product {
	font-size: 13px;
}

.b-product__title {
	font-weight: 400;
	margin-bottom: .75em;
	line-height: 1.25;
	font-size: 1.2em;
}

.b-product__articul {
	color: #868686;
	margin-right: .3em;
}

.b-product__main-info {
	margin-bottom: -2em;
}

.b-product__main-info>* {
	margin-bottom: 2em;
}

.b-product__images {
	text-align: center;
	position: relative;
}

.b-product__rating-wrapper {
	margin-bottom: 1em;
}

.b-product__proposition {
	border-bottom: 0;
	padding-bottom: 0;
}

.b-product__shop .b-page__pane {
	margin-left: -1px;
}

.b-product__desc .b-checked:before {
	margin: 0 0 0 3px;
	position: relative;
	top: -1px;
}

.b-product__availability {
	margin-bottom: 1em;
	font-weight: 600;
}

.b-product .b-add-to-waitlist {
	margin-bottom: 10px;
}

.b-product .b-add-to-waitlist .b-btn {
	margin-bottom: 0;
}

.b-product__selector {
	margin-bottom: 1em;
}

.b-product__selector-attribute-item {
	display: table;
	margin-bottom: .75em;
}

.b-product__selector-attribute-title {
	padding: .55em .75em .55em 0;
	display: table-cell;
}

.b-product__selector-attribute-variants {
	display: table-cell;
}

.b-product__attribute-variant-rows {
	list-style: none;
	margin: -0.25em;
	padding: 0;
}

.b-product__sku-attribute-item {
	display: inline-block;
	margin: .25em;
}

.b-product__sku-attribute-item:not(.disabled).active .b-product__sku-attr-checkbox {
	color: #f74141;
	border-color: #f74141;
}

.b-product__sku-attribute-item.disabled {
	opacity: .4;
}

.b-product__sku-attribute-item.disabled a {
	cursor: default;
}

.b-product__sku-attribute-item.disabled a:hover {
	border-color: #e2e2e2;
}

.b-product__sku-attr-checkbox {
	display: inline-block;
	padding: .5em;
	border: 1px solid #e2e2e2;
	color: inherit;
	transition: border-color 0.3s;
}

.b-product__sku-attr-checkbox:hover {
	color: inherit;
	border-color: #6e6e6e;
	text-decoration: none;
}

.b-product__price {
	font-size: 2.2em;
	margin-bottom: .5em;
}

.b-product .new_price {
	color: #e2001a;
}

.b-product .old_price {
	color: #868686;
}

.b-product__buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1em -0.5em;
}

.b-product__buttons>* {
	margin: .5em;
}

.b-product__order-buttons {
	min-width: 35%;
}

.b-product__order-buttons .b-btn {
	margin-bottom: .5em;
}

.b-product__order-buttons .b-btn_buy {
	font-size: 1.2em;
	min-width: 100%;
}

.b-product__order-buttons .b-credit-buy-button {
	margin-bottom: .75em;
}

.b-product__links i {
	position: relative;
	margin-right: .2em;
	top: .1em;
	color: #000;
}

.b-product__links .ic-delivery-truck {
	display: inline-block;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

.b-product__delivery,
.b-product__payments {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1em;
	line-height: 1.2;
}

.b-product__delivery-header,
.b-product__payments-header {
	margin-right: .5em;
	color: #999;
	min-width: 5em;
}

.b-product__delivery-content,
.b-product__payments-content {
	max-width: calc(100% - 5.5em);
}

.b-product__delivery-label:not(:last-child):after,
.b-product__payment-label:not(:last-child):after {
	content: ',';
	margin-right: .3em;
}

.b-product__delivery-free-label {
	color: #3a981b;
}

.b-product__payments-list,
.b-product__delivery-list {
	margin-bottom: .35em;
}

.b-product__manuals-description {
	margin-bottom: 1.5em;
}

.b-product__manuals-list {
	margin: 0 0 -0.5em;
	padding: 0;
	list-style: none;
}

.b-product__manuals-list-item {
	margin-bottom: .5em;
}

.b-product__market-info {
	font-size: 13px;
}

.b-product__market-info ul {
	margin: 0 0 .5em;
	padding: 0 0 0 1.2em;
}

.b-product__market-info li {
	margin-bottom: .25em;
}

.b-product__images_preview {
	margin-left: calc(16% + 1em);
	height: 440px;
}

.b-product__images_preview>* {
	height: 440px;
}

.b-product .owl-carousel .b-pic-slider__item {
	height: 300px;
}

.b-product .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1em;
}

.b-product .owl-dot {
	width: 10px;
	height: 10px;
	background-color: #bbb;
	border-radius: 5px;
	display: inline-block;
	margin: 0 .2em;
}

.b-product .owl-dot.active {
	background-color: #f74141;
}

.b-product__description {
	overflow-x: hidden;
}

.b-product-actions {
	font-size: 13px;
	line-height: 1.5;
}

.b-product-actions__list {
	padding: 0;
	list-style: none;
	margin: 0 0 -2em;
}

.b-product-actions__item {
	margin-bottom: 2em;
}

.b-product-actions__item-header {
	margin-bottom: .75em;
}

.b-product-actions__item-title {
	font-size: 1.25em;
	margin-bottom: .35em;
	display: inline-block;
}

.b-product-actions__item-period {
	color: #999;
	margin-bottom: .5em;
}

.b-product-actions__item-period_in-modal {
	margin-bottom: 1em;
}

.b-product-actions__item-dialog:not(:last-child) {
	margin-bottom: 1.5em;
}

.b-product-actions__item-text {
	overflow: hidden;
}

.b-product-actions__item-text * {
	max-width: 100%;
}

.b-product-mini {
	margin: -0.5em;
	font-size: 13px;
	word-wrap: break-word;
}

.b-product-mini__info-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.b-product-mini__img-wrapper,
.b-product-mini__info,
.b-product-mini__buttons,
.b-product-mini__links {
	padding: .5em;
}

.b-product-mini__img-wrapper {
	position: relative;
	width: 45%;
}

.b-product-mini__info {
	width: 55%;
}

.b-product-mini__title {
	margin-bottom: .5em;
}

.b-product-mini__price {
	font-weight: 700;
	margin-bottom: .25em;
}

.b-product-mini__meta {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.b-product-mini__availability {
	font-weight: 600;
}

.b-product-mini__icon,
.b-product-mini .ic-heart {
	vertical-align: middle;
	margin-right: 3px;
}

.b-product-tabs {
	border-bottom: 1px solid #e2e2e2;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -1px;
}

.b-product-tabs_justify .b-product-tabs__item {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 1em;
	padding-right: 1em;
}

.b-product-tabs__item {
	font-weight: 600;
	border-bottom: 3px solid transparent;
	padding: 1.3em 1.5em 1.1em;
	/*cursor: pointer;*/
	text-align: center;
}

.b-product__about .b-product-tabs__item{
	cursor: pointer;
}

.b-product-tabs__item.isActive {
	border-color: #f74141;
	font-weight: 700;
}

.b-product-tabs__content .b-page__pane-title {
	margin: 0 0 .75em 0;
}

.b-product-tabs__content > div > .b-page__pane{
	border-bottom:none;
}

.b-product-tabs__item-mobile {
	transition: all .3s ease;
	display: none;
}

.b-product-tabs__item-mobile.isActive:after {
	-webkit-transform: translateY(-50%) scale(1, 1);
	transform: translateY(-50%) scale(1, 1);
}

.b-products {
	padding: 0;
}

.b-products__show-all {
	margin: 0 0 1.4285em 0;
	display: block;
	padding: 1.4em;
	border: 1px solid #e2e2e2;
	text-align: center;
	background-color: #fff;
	transition: background-color 0.15s ease-in, color 0.15s ease-in;
	margin-bottom: 3em;
	cursor: pointer;
}

.b-products__show-all:hover {
	text-decoration: none;
	background-color: #f97272;
	color: white;
}

.b-products__category-description {
	margin-bottom: 1.4285em;
}

.b-products_mode-gallery {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -6px;
	max-width: none;
}

.b-products_mode-gallery .b-products_item {
	position: relative;
	padding-left: 6px;
	padding-right: 6px;
}

.b-products_full-row .b-products-item {
	width: 16.66%;
}

.b-products__overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: transparent;
}

.b-products_mode-list {
	width: 100%;
}

.b-products_mode-list .b-products_item {
	width: 100%;
}

.b-products-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	width: 20%;
	padding-bottom: .75rem;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 1;
	position: relative;
}

.b-products-item>* {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	min-width: 100%;
}

.b-products-item__price_no-price {
	color: #818181;
}

.b-products-item__content-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

.b-products-item__content {
	border: 1px solid #e2e2e2;
	padding: .75rem .75rem 1.5rem .75rem;
	background-color: #fff;
	transition: box-shadow 0.3s linear;
}

.b-products-item__content:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.b-products-item__meta {
	position: relative;
	overflow: hidden;
	padding-right: 1em;
}

.b-products-item__meta:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1em;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=1);
}

.b-products-item__img-wrap {
	display: block;
	height: 184px;
	padding: 0;
	position: relative;
}

.b-products-item__img-wrap>img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.b-products-item__img-wrap:hover~.b-products-item__name .b-products-item__name-link {
	text-decoration: underline;
}

.b-products-item__img-wrap:hover .b-products-item__img-full {
	display: block;
}

.b-products-item__img-full {
	display: none;
	font-size: .75rem;
	color: white;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 1em 1.5em 1em 1.5em;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 1.5em;
	white-space: nowrap;
}

.b-products-item__name {
	position: relative;
	margin-bottom: 1.2em;
	height: 3.85rem;
	overflow: hidden;
}

.b-products-item__name:after {
	position: absolute;
	content: ' ';
	display: block;
	bottom: 0;
	right: 0;
	width: 6rem;
	height: 1.3rem;
	background-color: transparent;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}

.b-products-item__name-link {
	line-height: 1.3;
}

.b-products-item__price {
	font-size: 1.14285rem;
	font-weight: 700;
}

.b-products-item__price_unavailable {
	color: #868686;
}

.b-products-item__price .new_price {
	display: block;
	width: 100%;
	margin-right: 0;
}

.b-products-item__pblock {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

.b-products-item__availability {
	margin-top: .3em;
}

.b-products-item__pblock-wholesale {
	-webkit-order: 1;
	-ms-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-left: auto;
	color: #2a80b9;
}

.b-products-item__wholesale {
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
}

.b-products-item__wholesale-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background-color: #fff;
	padding: .75em;
	width: 12em;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
}

.b-products-item__wholesale-menu:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}

.b-products-item__wholesale-menu-title {
	font-size: 0.85714rem;
	color: #000;
	text-align: center;
	margin-bottom: .5em;
}

.b-products-item__wholesale-menu-item {
	font-size: 0.85714rem;
	color: #000;
	margin-bottom: .3em;
}

.b-products-item__wholesale-menu-wrap {
	padding-top: 1em;
	left: -5em;
}

.b-products-item__phone {
	margin: .5em 0;
}

.b-products-item__description {
	border-top: 1px solid #e2e2e2;
	margin: 1rem 0 0 0;
	padding: 1rem 0 0 0;
	line-height: 1.3;
	font-size: 0.85714rem;
	overflow-wrap: break-word;
	word-wrap: break-word;
	max-width: 500px;
}

.b-products-item__buttons-content {
	margin: 1rem 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.b-products-item__fav,
.b-products-item__compare {
	position: relative;
	background-color: transparent;
	width: 2.5em;
	margin-left: .5em;
	color: #818181;
}

.b-products-item__fav:before,
.b-products-item__compare:before {
	color: inherit;
	position: absolute;
	font-family: 'ic';
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.285rem;
}

.b-products-item__fav:hover,
.b-products-item__compare:hover {
	color: #f74141;
}

.b-products-item__compare:before {
	content: '\e911';
}

.b-products-item__fav:before {
	content: '\e918';
}

.b-products-item__company-name,
.b-products-item__company-raiting {
	line-height: 1.25;
	margin-bottom: .5em;
}

.b-products-item__admin {
	position: relative;
	min-height: 1.2rem;
}

.b-products-item__admin .redactor-btns {
	padding-top: 1.2em;
}

.b-products-item__special-label {
	display: block;
	position: absolute;
	right: 0;
	top: 1em;
	z-index: 10;
	padding: .4em .6em;
	font-size: 0.85714rem;
	font-weight: 700;
	background-color: #fc9451;
	background-image: linear-gradient(88deg, #fb874e 0%, #f74141 100%);
	color: white;
}

.b-products-item_mode_gallery .b-products-item__img-wrap {
	margin-bottom: .75em;
}

.b-products-item_mode_gallery.isLocked .b-products-item__content,
.b-products-item_mode_gallery.isOpened .b-products-item__content {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 6px;
	min-width: calc(100% - 12px);
	width: calc(100% - 12px);
	z-index: 100;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.b-products-item_mode_gallery.isLocked .b-products-item__previev,
.b-products-item_mode_gallery.isOpened .b-products-item__previev {
	position: absolute;
	top: .5rem;
	left: .5rem;
	min-width: 34px;
}

.b-products-item_mode_gallery.isLocked .isHidden,
.b-products-item_mode_gallery.isOpened .isHidden {
	display: block;
}

.b-products-item_mode_gallery .b-products-item__buy {
	padding-left: 2rem;
	padding-right: 2rem;
}

.b-products-item_mode_gallery .b-products-item__buy .b-btn__icon {
	display: none;
}

.b-products-item_mode_gallery .b-products-item__buttons.isHidden {
	margin-left: auto;
}

.b-products-item_mode_gallery .b-products-item__admin {
	text-align: center;
}

.b-products-item_mode_gallery .btn-admin {
	font-size: 1rem;
}

.b-products-item_mode_list {
	width: 100%;
}

.b-products-item_mode_list .b-products-item__previev {
	display: block;
}

.b-products-item_mode_list .b-products-item__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 1px solid #e2e2e2;
	padding: .75rem;
}

.b-products-item_mode_list .b-products-item__info {
	width: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.b-products-item_mode_list .b-products-item__middle {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.b-products-item_mode_list .b-products-item__last {
	margin-left: auto;
	margin-top: -0.75rem;
	margin-bottom: -0.75rem;
	padding: 1.5rem 0 .75rem 1rem;
	border-left: 1px solid #e2e2e2;
	width: 15rem;
	min-width: 15rem;
}

.b-products-item_mode_list .b-products-item__middle {
	margin-right: 1rem;
}

.b-products-item_mode_list .b-products-item__pblock-price {
	-webkit-flex: 1 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.b-products-item_mode_list .b-products-item__buttons {
	margin-left: auto;
}

.b-products-item_mode_list .b-products-item__description {
	margin-top: 0;
	padding-top: 0;
	border: 0;
}

.b-products-item_mode_list .b-products-item__meta {
	padding: 0;
}

.b-products-item_mode_list .b-products-item__meta:after {
	display: none;
	content: '';
}

.b-products-item_mode_list .b-products-item__admin {
	margin: .5em 0 0 0;
}

.b-products-item_mode_list .b-products-item__img-wrap {
	height: 13.215em;
	width: 13.215em;
	min-width: 13.215em;
	max-width: 13.215em;
	padding: 0;
	margin-right: 1rem;
	margin-left: 50px;
}

.b-products-item_mode_list .b-products-item__buy {
	padding-left: 2rem;
	padding-right: 2rem;
}

.b-products-item_mode_list .b-products-item__buy .b-btn__icon {
	display: none;
}

.b-products-item_mode_list .b-products-item__availability {
	font-size: 0.85714rem;
}

.b-products-item_mode_list .redactor-btns {
	text-align: left;
}

.b-products-item_mode_list .b-pics__content {
	opacity: 1 !important;
}

.b-products-item.b-products-item_mode_gallery.b-products-item_withgallery.isLocked .b-products-item__content,
.b-products-item.b-products-item_mode_gallery.b-products-item_withgallery.isOpened .b-products-item__content,
.b-products-item.b-products-item_mode_gallery.b-products-item_withgallery:hover .b-products-item__content {
	top: -32px;
}

.b-products-item.b-products-item_mode_list.b-products-item_withgallery .b-products-item__img-wrap {
	margin-left: 0;
}

.b-products-simple {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.4rem;
	max-width: none;
}

.b-products-simple__item {
	width: 16.66%;
}

.adaptive-dialog .b-products-simple__item {
	width: 33.33%;
}

.b-products-simple__showcase-mobile::-webkit-scrollbar {
	width: .4rem;
	height: .4rem;
}

.b-products-simple__showcase-mobile::-webkit-scrollbar-track {
	background-color: transparent;
}

.b-products-simple__showcase-mobile::-webkit-scrollbar-thumb {
	background-color: #d9d9d9;
}

.b-products-simple_in-block .b-products-simple__item {
	width: 20%;
}

.b-products-simple_sale .b-products-simple__item {
	width: 20%;
}

.b-ptable {
	margin-bottom: 2em;
}

.b-ptable__tabs {
	background-color: #fff;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}

.b-ptable__tabs_no-border {
	border: 0;
}

.b-ptable__tab {
	display: inline-block;
	vertical-align: bottom;
	padding: 1.285rem 1.5rem;
	background-color: #fff;
	color: #000;
	border-bottom: 2px solid transparent;
}

.b-ptable__tab:hover {
	color: #000;
	text-decoration: none;
}

.b-ptable__tab:hover,
.b-ptable__tab.isActive {
	border-bottom-color: #f74141 !important;
}

.b-ptable__tab.isActive {
	font-weight: 700;
}

.b-ptable__table {
	width: 100%;
	min-width: 576px;
	border: 1px solid #e2e2e2;
	table-layout: fixed;
}

.b-ptable__table.noFixed {
	table-layout: auto;
}

.b-ptable__table-scroll {
	overflow-x: auto;
}

.b-ptable__table-scroll::-webkit-scrollbar {
	width: .4rem;
	height: .4rem;
}

.b-ptable__table-scroll::-webkit-scrollbar-track {
	background-color: transparent;
}

.b-ptable__table-scroll::-webkit-scrollbar-thumb {
	background-color: #d9d9d9;
}

.b-ptable__table thead th {
	background-color: #f8f8f9;
	text-align: center;
}

.b-ptable__table tr {
	border-bottom: 1px solid #e2e2e2;
}

.b-ptable__table th,
.b-ptable__table td {
	font-weight: 400;
	font-size: 0.9285rem;
	padding: 1em 1.5em;
	line-height: 1.3;
	vertical-align: middle;
}

.b-ptable__table td {
	background-color: #fff;
}

.b-ptable__full_cell {
	width: 60%;
}

.b-ptable__btn_stats {
	display: inline-block;
	background-position: -10px -10px;
	width: 26px;
	height: 12px;
}

.b-ptable__btn_stats:hover {
	background-position: -10px -42px;
}

.b-ptable .dashed~.b-question {
	position: relative;
	top: .25em;
}

.b-ptable__table-text-content th {
	text-align: center;
	width: 35%;
}

.b-ptable__table-text-content th:first-child {
	width: 30%;
}

.b-ptable .hits,
.b-ptable .hosts {
	text-align: center;
}

.b-question {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background-color: #e4ebfd;
	border: 1px solid #e2e2e2;
	text-align: center;
	color: #868686;
	line-height: 1;
	border-radius: 50%;
}

.b-question:before {
	content: '?';
	line-height: 1.2;
}

.b-raiting__item {
	display: inline-block;
	position: relative;
	width: 1em;
	height: 1em;
	color: #818181;
	font-style: normal;
}

.b-raiting__item:not(:last-child) {
	margin-right: .3em;
}

.b-raiting__item:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'ic';
	content: "\f006";
	color: inherit;
}

.b-raiting__item_full {
	color: #ffc800;
}

.b-raiting__item_full:before {
	content: "\f005";
}

.b-raiting_small-inline {
	display: inline-block;
	margin-right: .5rem;
	letter-spacing: .2em;
}

.b-raiting_small-inline .b-raiting__item {
	font-size: .9rem;
}

.b-raiting:before {
	font-family: 'ic';
	color: #ffc800;
}

.b-raiting_star0 {
	display: none;
}

.b-raiting_star1:before {
	content: "\f005";
}

.b-raiting_star2:before {
	content: "\f005\f0056";
}

.b-raiting_star3:before {
	content: "\f005\f005\f005";
}

.b-raiting_star4:before {
	content: "\f005\f005\f005\f005";
}

.b-raiting_star5:before {
	content: "\f005\f005\f005\f005\f005";
}

.b-raiting:after {
	font-family: 'ic';
	color: #818181;
}

.b-raiting_star1:after {
	content: "\f006\f006\f006\f006";
}

.b-raiting_star2:after {
	content: "\f006\f006\f006";
}

.b-raiting_star3:after {
	content: "\f006\f006";
}

.b-raiting_star4:after {
	content: "\f006";
}

.b-range-slider {
	margin: 1.5em 0;
	padding: 0 7px;
	height: 2px;
	border: 0;
	background-color: #e2e2e2;
}

.b-range-slider .noUi-connect {
	background-color: #f74141;
	box-shadow: none;
}

.b-range-slider .noUi-handle {
	width: 14px;
	height: 16px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	box-shadow: none;
	border-radius: 0;
	top: -8px;
	left: -7px;
}

.b-range-slider .noUi-handle:before,
.b-range-slider .noUi-handle:after {
	top: 3px;
	height: 8px;
}

.b-range-slider .noUi-handle:before {
	left: 3px;
}

.b-range-slider .noUi-handle:after {
	left: 8px;
}

.b-range-slider .noUi-handle:focus {
	outline: none;
}

.b-regions {
	position: relative;
}

.b-regions__btn {
	position: relative;
	padding: 0 1.9em 0 2.4em;
	font-size: 0.9285rem;
	white-space: nowrap;
	height: 40px;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.b-regions__btn:after,
.b-regions__btn:before {
	position: absolute;
	font-family: 'ic';
}

.b-regions__btn:before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 4px;
	font-size: 20px;
	color: inherit;
	list-style-position: outside;
	content: "\e90c";
}

.b-regions__btn:after {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: .7em;
	color: inherit;
	content: "\f0d7";
}

.b-regions__btn:hover .b-regions__btn-text {
	text-decoration: underline;
}

.b-regions__dropdown {
	top: 3em;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	background-color: #fff;
	width: 20em;
}

.b-regions.isOpened {
	position: relative;
	z-index: 1000;
}

.b-regions.isOpened .b-regions__btn {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	background-color: #fff;
}

.b-regions__form {
	padding: 1.5em 1.2em 0 1.2em;
}

.b-regions__links {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1em;
	max-height: 17.5em;
	overflow-y: auto;
}

.b-regions__links::-webkit-scrollbar {
	width: .4rem;
	height: .4rem;
}

.b-regions__links::-webkit-scrollbar-track {
	background-color: transparent;
}

.b-regions__links::-webkit-scrollbar-thumb {
	background-color: #d9d9d9;
}

.b-regions__item {
	font-size: 0.9285rem;
	padding: .4em 1.2em;
	display: block;
	color: #000;
}

a.b-regions__item:hover {
	color: #000;
	text-decoration: none;
	background-color: #f4f4f4;
}

.b-regions__item_region {
	font-weight: bold;
}

.b-regions__dropdown {
	z-index: 2000;
}

.b-regions__region-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-regions__region-items .b-regions__item {
	padding-left: 2em;
}

.b-regions__current {
	display: none;
}

.b-review {
	padding: 1.5rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
}

.b-review__info {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.b-review__img-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 6.4285rem;
	min-width: 6.4285rem;
	height: 6.4285rem;
	margin-right: 1.5rem;
}

.b-review__author {
	font-size: 0.9285rem;
	font-weight: 700;
	margin-bottom: .5rem;
}

.b-review__shop {
	margin-bottom: 1rem;
}

.b-review__date {
	font-size: 0.9285rem;
	color: #868686;
}

.b-review_answer {
	position: relative;
	margin-left: 40px;
	border-left: 4px solid #f74141;
}

.b-review_answer:before {
	position: absolute;
	content: ' ';
	display: block;
	top: -1px;
	left: -44px;
	height: 4px;
	width: 44px;
	background-color: #f74141;
}

.b-review_answer .b-review__author {
	color: #868686;
}

.b-review_answer+.b-review_answer:before {
	display: none;
}

.b-reviews__tabs {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.b-reviews__tab {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 50%;
	border: 1px solid #e2e2e2;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.5em 3.57em;
	color: #000;
}

.b-reviews__tab:active,
.b-reviews__tab:focus,
.b-reviews__tab:hover {
	color: #000;
	text-decoration: none;
}

.b-reviews__tab:first-child {
	border-right: none;
}

.b-reviews__tab:last-child {
	border-left-color: transparent;
}

.b-reviews__tab:hover,
.b-reviews__tab.isActive {
	border: 1px solid #ffd92c;
}

.b-reviews__tab-text {
	font-size: 1.14285rem;
}

.b-reviews__tab-icon {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	position: relative;
	width: 5.175rem;
	height: 5.175rem;
	min-width: 5.175rem;
	background-color: #e4ebfd;
	border-radius: 50%;
	margin-right: 3.57em;
}

.b-reviews__tab-icon:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -1.3rem;
	height: 71px;
	display: block;
	content: " ";
	background-repeat: no-repeat;
}

.b-reviews__tab-icon_yellow {
	background-color: #ffd92c;
}

.b-reviews__tab-icon_ico-1:before {
	width: 55px;
	height: 71px;
	background-position: -10px -10px;
}

.b-reviews__tab-icon_ico-2:before {
	width: 60px;
	height: 67px;
	background-position: -10px -101px;
}

.b-reviews__btn {
	margin: 1rem 0 2rem;
	text-align: center;
}

.b-reviews__list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #e2e2e2;
}

.b-ribbon {
	position: absolute;
	padding: .75em 1em;
	right: 0;
	top: 1em;
	color: #fff;
	background-color: #f4ad13;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	z-index: 2;
}

.b-ribbon .b-ribbon-name {
	display: inline;
}

.b-ribbon_small {
	padding: .4em .5em;
	font-size: 0.85714rem;
}

.b-safe-shop {
	position: relative;
	padding: 25px 50px 25px 40px;
	margin: 0 0 20px 0;
	background-color: #f74141;
	background-image: linear-gradient(88deg, #ff9250 0%, #f74141 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	display: table;
	width: 100%;
	overflow: hidden;
}

.b-safe-shop:focus,
.b-safe-shop:active,
.b-safe-shop:hover {
	color: #fff;
	text-decoration: none;
}

.b-safe-shop:before {
	position: absolute;
	bottom: -5px;
	right: 0;
	display: block;
}

.b-safe-shop__text,
.b-safe-shop__btn {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 1;
	display: table-cell;
	vertical-align: middle;
}

.b-safe-shop__text {
	font-size: 14px;
	padding-right: 20px;
}

.b-safe-shop__text p {
	max-width: 700px;
	margin: 0;
}

.b-safe-shop__btn {
	text-align: right;
}

.b-safe-shop__btn .b-btn {
	padding-top: 1.1em;
	padding-bottom: 1.1em;
	white-space: nowrap;
}

.b-sc-product {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	padding-bottom: .75rem;
	padding-left: .4em;
	padding-right: .4em;
}

.b-sc-product__content {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	min-width: 100%;
	border: 1px solid #e2e2e2;
	padding: .75rem .75rem 1.5rem .75rem;
	background-color: #fff;
	transition: box-shadow 0.3s linear;
}

.b-sc-product__content:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.b-sc-product__img-wrap {
	display: block;
	height: 14.285em;
	margin: 0 0 .75rem 0;
	position: relative;
}

.b-sc-product__img-wrap>img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.b-sc-product__img-wrap:hover~.b-sc-product__name .b-sc-product__name-link {
	text-decoration: underline;
}

.b-sc-product__name {
	margin-bottom: 1.2em;
	overflow: hidden;
	height: 4.4rem;
	position: relative;
}

.b-sc-product__name:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1em;
	width: 3em;
	background-color: transparent;
	background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

.b-sc-product__name-link {
	line-height: 1.3;
}

.b-sc-product__price {
	font-size: 1.14285rem;
	font-weight: 700;
}

.b-sc-product__price_inactive {
	color: #868686;
}

.b-sc-product_more .b-sc-product:hover {
	text-decoration: none;
}

.b-sc-product_more .b-sc-product:hover i {
	text-decoration: none;
}

.b-sc-product_more .b-sc-product__content {
	background-color: #ffd10080;
}

.b-sc-product_more .b-sc-product__img-wrap {
	text-align: center;
}

.b-sc-product_more .b-sc-product__more {
	padding-top: 1.5em;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.285rem;
	font-weight: 600;
}

.b-sc-product_more .b-sc-product__icon {
	padding-top: .45em;
	display: inline-block;
	font-size: 8em;
	color: #4a4c47;
	font-weight: 300;
}

.b-sc-product.b-sc-product_action .b-sc-product__name {
	height: 3.9em;
}

.b-sc-product.b-sc-product_action .b-sc-product__price .new_price {
	color: #000;
}

.b-sc-product.b-sc-product_action .b-sc-product__price .old_price {
	color: #b0b0b0;
}

.b-sc-product.b-sc-product_action .b-sc-product__content {
	position: relative;
}

.b-sc-product.b-sc-product_action .b-ribbon {
	right: auto;
	left: -1px;
	top: 1.75em;
	background-color: #ff6b6d;
}

#moreRecentProducts {
	margin-bottom: 0;
}

.b-search {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.b-search__input {
	display: block;
	border: none;
	background-color: #fff;
	padding: 0 4em 0 1em;
	width: 100%;
}

.b-search__controls {
	width: 100%;
	display: block;
	padding: .8rem .5rem .8rem 1.5rem !important;
	border-bottom: 1px solid #e2e2e2 !important;
}

.b-search__controls.ui-state-disabled {
	opacity: 1 !important;
}

.b-search__field {
	position: relative;
}

.b-search__mobile-btn,
.b-search__submit {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	border: none;
	width: 4em;
	color: #c1c1c1;
	background-color: transparent;
	text-align: left;
	padding: 0 0 0 1em;
	z-index:5;
}

.b-search__mobile-btn:before,
.b-search__submit:before {
	font-family: 'ic';
	font-size: 21px;
	content: "\e959";
}

.b-search__submit {
	display: block;
}

.b-search__submit:before {
	position: relative;
	left: 6px;
}

.b-search__mobile-btn {
	display: none;
	padding-top: .55em;
	cursor: pointer;
	width: 2.7rem;
	color: black;
}

.b-search__mobile-btn:before {
	font-size: 18px;
}

.b-search_in-header {
	min-width: 33em;
}

.b-search_in-header .b-search__input {
	height: 40px;
}

.b-search.b-search_focused {
	position: absolute;
	left: 0px;
	margin: 0 auto;
	width: calc(100% - 20px);
	z-index: 1001 !important;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	transition: all .3s linear;
	background-color: #fff;
}

.b-search.b-search_focused .b-search__pane {
	width: 100%;
	display: block;
}

.b-search.b-search_focused .b-search__pane {
	padding: .5rem;
}

.b-search.b-search_focused .b-search__input {
	position: relative;
	background-color: #fff;
	border-color: #e2e2e2;
	padding: 0 4em 0 1em;
	width: 100%;
}

.b-search.b-search_focused .b-search__mobile-btn {
	display: none;
}

.b-search.b-search_focused .b-search__submit {
	display: block;
}

.cat_title_img {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid transparent;
	border-bottom-color: #eaeaea;
	position: relative;
	min-height: 3.5715rem;
}

.b-search__controls.ui-state-focus,
.cat_title_img.ui-state-focus {
	background: #f8f8f8 !important;
	border: 1px solid transparent !important;
	margin: 0 !important;
}

.cat_title_img {
	border: 1px solid transparent;
	border-bottom-color: #eaeaea;
}

.cat_title_img:last-child {
	border-bottom: none;
}

.img_middle {
	display: block;
	width: 3.5715rem;
	max-height: 3.5715rem;
	height: auto;
	position: relative;
	margin-right: 0.5em;
}

.cat_title {
	display: block;
	margin-bottom: 0.5em;
	margin-right: 1em;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	border-color: #e2e2e2;
	border-top: 0;
	z-index: 9999!important;
}

.b-season-cat__content {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: .75rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	line-height: 1.2;
	color: #000;
	cursor: pointer;
	transition: box-shadow 0.3s ease-in-out;
}

.b-season-cat__content:hover {
	text-decoration: none;
	color: #000;
	box-shadow: inset 0 0 1em 0 rgba(0, 0, 0, 0.15);
}

.b-season-cat__img-wrap {
	width: 7.85em;
	height: 100%;
	position: relative;
	margin-right: 1em;
}

.b-season-cat__img-wrap>img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.b-season-cats {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

.b-season-cats__banner {
	position: relative;
	display: inline-block;
	width: 15.85em;
	height: 28em;
	background-repeat: no-repeat;
	background-size: cover;
}

.b-season-cats__banner:hover .b-season-cats__banner-bottom {
	background-color: rgba(247, 65, 65, 0.6);
}

.b-season-cats__banner-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	background-color: rgba(247, 65, 65, 0.8);
	transition: background-color 0.3s ease;
}

.b-season-cats__banner-text {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.285rem;
	font-weight: 600;
}

.b-season-cats__banner-text>i {
	padding-left: .5em;
}

.b-season-cats__cats {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}

.b-season-cats__cats::-webkit-scrollbar {
	width: .4rem;
	height: .4rem;
}

.b-season-cats__cats::-webkit-scrollbar-track {
	background-color: transparent;
}

.b-season-cats__cats::-webkit-scrollbar-thumb {
	background-color: #d9d9d9;
}

.b-season-cats__cats-item {
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	width: 33.33%;
	height: 9.33em;
}

.b-sect {
	margin-bottom: 2.85rem;
}

.b-sect_no-line .b-sect__header {
	border: none;
}

.b-sect__header {
	padding: 0;
	margin: 0 0 1.4285em 0;
}

.b-sect__header_mode_no-line {
	padding-bottom: 0;
	border: none;
}

.b-sect__title {
	font-weight: 300;
	font-size: 1.715rem;
}

.b-sect__sub-title {
	font-weight: 300;
	font-size: 1.285rem;
	padding: 0 0 .75em 0;
	border-bottom: 1px solid #e2e2e2;
	margin: 0 0 1.4285em 0;
}

.b-sect__show-all {
	margin: 1.4285em 0;
	display: block;
	padding: 1.4em;
	border: 1px solid #e2e2e2;
	text-align: center;
	transition: background-color 0.15s ease-in, color 0.15s ease-in;
}

.b-sect__show-all:hover {
	text-decoration: none;
	background-color: #f97272;
	color: white;
}

.b-sect_with-close .b-sect__header {
	position: relative;
	padding-right: 2em;
}

.b-sect_with-close .b-sect__close {
	display: inline-block;
	position: absolute;
	font-size: 1.8em;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.b-sect_with-close .b-sect__close>.ic {
	color: #6e6e6e;
	transition: color .3s ease;
}

.b-sect_with-close .b-sect__close>.ic:hover {
	color: #f74141;
}

.b-sect.b-sect_small_margin {
	margin-bottom: 1.4285em;
}

.b-sect_color_gray {
	background-color: #f3f3f3;
	padding-top: 2.85rem;
}

.b-secure-shopping {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.3em;
	margin-top: 1.5em;
	box-shadow: inset 0 0 0 1px #ffd92c;
	line-height: 1.25;
	transition: box-shadow 0.3s;
}

.b-secure-shopping:hover {
	box-shadow: inset 0 0 0 2px #f8cb00;
}

.b-secure-shopping:not(:last-child) {
	margin-bottom: 1.5em;
}

.b-secure-shopping:hover {
	text-decoration: none;
}

.b-secure-shopping:hover .middle-bg {
	opacity: 0;
}

.b-secure-shopping__icon {
	position: relative;
	color: #fdd268;
	width: 40px;
	margin-right: 1em;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.b-secure-shopping .middle-bg {
	transition-duration: .3s;
}

.b-secure-shopping__title {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: .6em;
	color: #f4ad13;
}

.b-secure-shopping__item {
	color: #000;
	font-size: .95em;
}

.b-secure-shopping__item:not(:last-child) {
	margin-bottom: .7em;
}

.b-secure-shopping__marked {
	font-weight: 600;
	color: #f4ad13;
}

.b-secure-shopping .ic-check {
	color: #f4ad13;
	font-size: 1.2em;
	position: relative;
	top: .125em;
}

.b-select__btn:after {
	position: absolute;
	font-family: ic;
	content: "\f0d7";
	top: 1em;
	right: 1em;
}

.b-select__menu {
	width: 100%;
	background-color: #fff;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.b-select__menu-item {
	display: block;
	padding: .75em;
	font-size: 0.85714rem;
	line-height: 1.1;
}

.b-select__menu-item:not(:last-child) {
	border-bottom: 1px solid #e2e2e2;
}

.b-select__menu-item:hover {
	text-decoration: none;
	background-color: #dedede;
}

.b-select:hover .b-select__btn:after {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.b-seolinks {
	margin-bottom: 1.4285em;
}

.b-seolinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-seolinks li {
	max-width: 100%;
	display: inline-block;
}

.b-seolinks a {
	display: inline-block;
	font-size: 12px;
	margin: 2px 4px;
	white-space: nowrap;
	padding: 4px 8px;
	color: #2a80b9;
	border: 1px solid #e2e2e2;
	background-color: white;
	transition: background-color 0.3s;
	max-width: calc(96%);
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.b-seolinks a:hover {
	background-color: #e7e7e7;
	text-decoration: none;
}

a#seo-link-see-more {
	background-color: #ddd;
}

#seo-link-see-more:after {
	content: '\e81a';
	font-family: zk;
	margin-left: 4px;
	display: inline-block;
}

#seo-link-see-more.opened:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.b-shopcart {
	font-size: 13px;
	width: 100%;
	border: 1px solid #e2e2e2;
}

.b-shopcart:not(:last-child) {
	margin-bottom: 1.5em;
}

.b-shopcart__row:not(:last-child) {
	border-bottom: 1px solid #e2e2e2;
}

.b-shopcart__discount {
	padding: 1em 1.5em;
}

.b-shopcart__firm-contacts-info,
.b-shopcart__meta,
.b-shopcart__product {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1em;
}

.b-shopcart__meta {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #f9f9f9;
}

.b-shopcart__firm-name,
.b-shopcart__firm-contacts,
.b-shopcart__summ,
.b-shopcart__product-col {
	padding: .5em;
}

.b-shopcart__firm-address {
	white-space: nowrap;
}

.b-shopcart__firm-name,
.b-shopcart__buttons,
.b-shopcart__product-info {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.b-shopcart__order-buttons {
	margin: -0.5em;
}

.b-shopcart__order-buttons .b-btn,
.b-shopcart__buttons .b-btn {
	margin: .5em;
	padding: 1.2rem;
}

.b-shopcart__summ {
	width: 13em;
}

.b-shopcart__product-title-wrapper {
	margin-bottom: 1em;
}

.b-shopcart__product-title {
	font-size: 14px;
}

.b-shopcart__product-image {
	background-repeat: no-repeat;
	background-position: center center;
}

.b-shopcart .sc-image-td {
	min-width: 140px;
}

.b-shopcart .img-orders-100 {
	width: 100px;
	height: 100px;
}

.b-shopcart__product-attributes {
	margin-top: .7em;
}

.b-shopcart__product-table {
	margin: -0.5em;
	font-size: 14px;
}

.b-shopcart__product-title:hover {
	color: #004B91;
}

.b-shopcart__product-cell {
	padding: .5em;
	display: inline-block;
}

.b-shopcart__spinner-wrapper {
	margin: -0.25em 0;
}

.b-shopcart__product-price {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.b-shopcart__product-summ-value {
	font-weight: bold;
}

.b-shopcart__product-price-label,
.b-shopcart__product-count-label,
.b-shopcart__product-summ-label {
	min-width: 45%;
}

.b-shopcart .bottomRow {
	background-color: #f9f9f9;
}

.b-shopcart #totalPrice-currancy {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	white-space: nowrap;
}

.shopCard-discount-table {
	width: 100%;
	min-width: 240px;
	font-size: 12px;
	line-height: 1.5;
}

.shopCard-discount-table:not(:last-child) {
	margin-bottom: 1.5em;
}

.shopCard-discount-table th {
	font-weight: 600;
}

.shopCard-discount-table th:last-child,
.shopCard-discount-table td:last-child {
	text-align: right;
}

.shopCard-discount-table td {
	overflow: hidden;
}

.shopCard-discount-table__from-summ {
	float: left;
	position: relative;
}

.shopCard-discount-table__from-summ:after {
	content: '';
	position: absolute;
	width: 240px;
	border-bottom: 1px dotted #e2e2e2;
	bottom: .4em;
	left: 115%;
}

.shopCard-discount-table__discount {
	font-weight: bold;
	background-color: #fff;
	padding-left: .6em;
	position: relative;
}

.tempalate-discount-title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 1em;
}

.deleteItem {
	cursor: pointer;
	width: 1.5em;
	height: 1.5em;
	background: url(/upload/icons/close.png?r=4.1.26) no-repeat center center;
}

span.ui-spinner {
	width: 70px;
	border-radius: 0;
	border-color: #e2e2e2;
}

span.ui-spinner a.ui-spinner-button {
	border-color: #e2e2e2;
}

input.ui-spinner-input {
	max-width: 100%;
	height: 25px;
	margin: 0;
	padding: 0 20px 0 3px;
	border: 1px solid transparent;
}

.b-sidebar {
	margin-bottom: 3em;
}

.b-sidebar__list {
	margin-bottom: 3rem;
}

.b-sidebar__ulist {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 3em;
	background-color: #fff;
	border: 1px solid #e2e2e2;
}

.b-sidebar__ulist-item:not(:last-child) {
	border-bottom: 1px solid #e2e2e2;
}

.b-sidebar__ulist-item.isActive .b-sidebar__ulist-link {
	color: white;
	background-color: #f74141;
	border-color: #f74141;
	text-decoration: none;
}

.b-sidebar__ulist-link {
	display: block;
	color: #000;
	font-size: 0.9285rem;
	padding: 1.1em .8em;
}

.b-sidebar__ulist-link:active,
.b-sidebar__ulist-linkfocus {
	color: #000;
	text-decoration: none;
}

.b-sidebar__ulist-link:hover {
	color: white;
	background-color: #f85959;
	text-decoration: none;
}

.b-sidebar__banner {
	width: 200px;
	display: block;
	margin: 0 auto 1.4285em auto;
}

.b-sidebar__btns {
	margin: -1em 0 2em 0;
}

.b-sidebar__btns .b-btn {
	margin-bottom: 1em;
}

.b-sidebar_with-filters {
	position: relative;
	z-index: 1;
}

#wrapper .b-page__mobile-sort {
	display: none;
}

.b-sidebar-rubrics {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	padding: 1rem .75rem;
	margin: 0 0 2.5em 0;
}

.b-sidebar-rubrics__item {
	font-size: 0.9285rem;
}

.b-sidebar-rubrics__item:not(:last-child) {
	margin: 0 0 .75rem 0;
}

.b-sidebar-rubrics__item.isActive {
	font-weight: 700;
}

.b-sidebar-rubrics__count {
	color: #868686;
}

.b-sidebar-rubrics__link {
	line-height: 1.3;
}

.b-sidebar-rubrics__link:hover {
	text-decoration: underline;
}

.b-sidebar-rubrics__item-cut {
	font-size: 0.9285rem;
	color: #2a80b9;
}

.b-sidebar-rubrics.isClosed .b-sidebar-rubrics__item:nth-of-type(n + 11) {
	display: none;
}

.b-sidebar-rubrics.b-sidebar-rubrics_short.isClosed .b-sidebar-rubrics__item:nth-of-type(n + 6) {
	display: none;
}

.b-sidebar-rubrics__sub-list {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 1em;
	margin-bottom: 1rem;
}

.b-sidebar-rubrics__sub-list>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-sidebar-rubrics__sub-list.isClosed .b-sidebar-rubrics__item {
	margin: 0 0 .25rem 0;
}

.b-sidebar-rubrics__sub-list.isClosed .b-sidebar-rubrics__item:nth-of-type(n + 2) {
	display: none;
}

.b-slider {
	width: 100%;
	padding: 1em 5em 3em 5em;
	overflow: hidden;
}

.b-slider_examples {
	padding-left: 10rem;
	padding-right: 10rem;
}

.b-slider.b-slider_gallery {
	padding-bottom: 1em;
}

.b-slider.b-slider_gallery .b-slider__next,
.b-slider.b-slider_gallery .b-slider__prev {
	display: block;
}

.b-slider.b-slider_gallery .owl-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 3rem;
}

.b-slider.b-slider_gallery .owl-dot {
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	margin: .4em;
	transition: all 0.3s ease-in-out;
}

.b-slider.b-slider_gallery .owl-dot.active {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.b-slider__thumbs {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	padding: .5em;
	max-height: 80px;
	overflow: hidden;
}

.b-slider__next,
.b-slider__prev {
	border: 1px solid #e2e2e2;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	width: 2.85rem;
	height: 2.85rem;
	text-align: center;
	transition: box-shadow 0.3s ease;
}

.b-slider__next .ic,
.b-slider__prev .ic {
	transition: color .3s ease;
	line-height: 2.85em;
	color: #c1c1c1;
}

.b-slider__next:hover,
.b-slider__prev:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.b-slider__next:hover .ic,
.b-slider__prev:hover .ic {
	color: #f74141;
}

.b-slider .owl-next,
.b-slider .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.b-slider .owl-next {
	right: .8em;
}

.b-slider .owl-prev {
	left: .8em;
}

.b-slider .owl-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	text-align: center;
}

.b-slider .owl-dot {
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: .4em;
	transition: all 0.3s ease-in-out;
	background-color: #e2e2e2;
}

.b-slider .owl-dot.active {
	background-color: #f74141;
}

.b-slider-thumbs {
	margin: 0 auto;
	width: auto !important;
	position: relative;
	overflow: hidden;
}

.b-slider-thumbs__slide {
	box-shadow: 0 0 2px -1px rgba(92, 92, 92, 0.74);
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border: 1px solid transparent;
}

.b-slider-thumbs__prev,
.b-slider-thumbs__next {
	position: absolute;
	top: 4px;
	width: 1.2rem;
	height: 52px;
	background-color: #d4e7fb;
	text-align: center;
	font-size: 10px;
	padding: 18px 0;
	color: #444;
}

.b-slider-thumbs__prev:hover,
.b-slider-thumbs__next:hover {
	color: #000;
	background-color: #a8bace;
}

.b-slider-thumbs__next {
	right: 0px;
}

.b-slider-thumbs__prev {
	left: 0px;
}

.b-slider-thumbs .owl-stage-outer {
	max-width: 275px;
	padding: 5px;
}

.b-slider-thumbs .owl-stage-outer .owl-item{
	display:inline-block;
}

.owl-item.isActive .b-slider-thumbs__slide {
	border-color: #f74141;
}

.b-smi__item {
	margin-bottom: 1.4285em;
}

.b-smi-card {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

.b-smi-card__content {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	border: 1px solid #e2e2e2;
}

.b-smi-card__img-wrap {
	display: block;
	position: relative;
	height: 10.715rem;
	padding: .5em;
	border-bottom: 1px solid #e2e2e2;
	cursor: pointer;
}

.b-smi-card__img-wrap>img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.b-smi-card__title {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	padding: 1.5em;
}

.b-smi-card__title-link {
	display: block;
	cursor: pointer;
	color: #000;
	line-height: 1.3;
	overflow: hidden;
	height: 3.7em;
	position: relative;
}

.b-smi-card__title-link:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.5em;
	background-color: transparent;
	background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}

.b-smi-card__title-link:hover {
	color: #000;
}

.b-smi-card__author {
	display: block;
	margin-bottom: .3em;
	font-weight: 600;
}

.b-smi-card_video .b-smi-card__title {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.b-smi-card_video .b-smi-card__title-link {
	height: auto;
}

.b-smi-card_video .b-smi-card__title-link:after {
	content: '';
	display: none;
}

.b-social {
	line-height: 1 !important;
}

.b-social__title {
	font-style: 0.85714rem;
	margin-bottom: .5em;
}

.b-social__item {
	position: relative;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	color: #fff;
	margin-bottom: 0.715em;
	line-height: 1;
}

.b-social__item:before {
	display: inline-block;
	position: absolute;
	color: inherit;
	font-family: 'ic';
	font-size: 1.4em;
}

.b-social__item:hover,
.b-social__item:focus,
.b-social__item:active {
	color: #fff;
	text-decoration: none;
}

.b-social__item:not(:last-child) {
	margin-right: 0.715rem;
}

.b-social__item_vkontakte,
.b-social__item_type-vk {
	background-color: #556689;
}

.b-social__item_vkontakte:before,
.b-social__item_type-vk:before {
	top: 4px;
	left: 4px;
	content: "\f189";
}

.b-social__item_vkontakte:hover,
.b-social__item_type-vk:hover {
	background-color: #6d7fa4;
}

.b-social__item_mailru {
	background-color: #008dde;
}

.b-social__item_mailru:before {
	top: .2em;
	left: .25em;
	font-family: 'Open Sans', sans-serif;
	content: "@";
	color: #ffac35;
}

.b-social__item_mailru:hover {
	background-color: #12a9ff;
}

.b-social__item_facebook,
.b-social__item_type-fb {
	background-color: #4b5698;
}

.b-social__item_facebook:before,
.b-social__item_type-fb:before {
	font-size: 22px;
	top: 4px;
	left: 7px;
	content: "\f09a";
}

.b-social__item_facebook:hover,
.b-social__item_type-fb:hover {
	background-color: #646fb2;
}

.b-social__item_type-tw {
	background-color: #7fa7e9;
}

.b-social__item_type-tw:before {
	top: .2em;
	left: .3em;
	content: "\f099";
}

.b-social__item_type-tw:hover {
	background-color: #abc5f0;
}

.b-social__item_type-yt {
	background-color: #b9633a;
}

.b-social__item_type-yt:before {
	top: 4px;
	left: 6px;
	content: "\f167";
}

.b-social__item_type-yt:hover {
	background-color: #cb7f5b;
}

.b-social__item_google,
.b-social__item_type-gp {
	background-color: #ba6642;
}

.b-social__item_google:before,
.b-social__item_type-gp:before {
	font-size: 18px;
	top: 5px;
	left: 2px;
	content: "\f0d5";
}

.b-social__item_google:hover,
.b-social__item_type-gp:hover {
	background-color: #c98466;
}

.b-social__item_yandex {
	background-color: #ff464c;
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QkLCzgbWnIdAQAAAjRJREFUSMftls1rGkEYxn/7oWKC4KEHXYU9lARPwYv0UOihQi49tv9j6a3H0EMaAmqpVgkU/GiSiyuKUrTVusI6O73sgg2W7qoLhfaBhR3m45nnnWfed+Bfg7LHXPVBW3pfZFC3kEauWAVc7z8HpLw1dGACjLy2PLRSqtWqM5/PHfkAlUrlzhunB1lMD0iqAaLX612dnJzoAJeXl/1kMvltuVymy+VyXlEUGcWZKtPp9LWvrtPpXPudvV7vSkopa7XalzBi1IBjpBDiHKDRaAwLhcIzIAnojuPEAKSUyj5XYhsEgBDiGCCVSt36mwHWu4ZYDeB6CcRXq5XmEf/wnO1ywCTwWxP6oTyUif5E7JPYiUTCBbBtO7GZRBzHcaJSrAPy/v7eAlgsFo+9MCuArut6PCpiF8A0zRuAs7Mzs91uvwNsYB2LxRwihOZdpU8bmeprpVK5q9VqEymlrFartyGTUrjodDqd68FgIPZNmWGrjFYoFF76jeFw+H42m012cXsYYgUQ9Xr9xjAMtdFoDA3DeD4ajbq7hC9Ukej3+2/z+XwWoFQqnQOqEEKNMoEAYFnWU4BmszkAPgOuqqoyKsUaILrd7sXp6ekjgFwu92Hfgh9EsQQYj8dPfLWZTOYVEN80VVhz6QH6161W62OxWExvU+ufseu62iHfXAogLcu6mM/nx0dHR7Zpmucb8yRgtNvtN+l0+ns2m30RxZvrEE/iX1NhQC9oHqm7ZSP6g2r2H38PfgJ4QRDIfB46QgAAAABJRU5ErkJggg==');
}

.b-social__item_yandex:hover {
	background-color: #ff797d;
}

.b-social__item_odnoklassniki,
.b-social__item_type-ok {
	background-color: #d08c39;
}

.b-social__item_odnoklassniki:before,
.b-social__item_type-ok:before {
	font-size: 19px;
	top: 4px;
	left: 7px;
	content: "\f263";
}

.b-social__item_odnoklassniki:hover,
.b-social__item_type-ok:hover {
	background-color: #daa462;
}

.b-social__item_type-ig {
	background-color: #e254ee;
}

.b-social__item_type-ig:before {
	content: '\f16d';
	top: 5px;
	left: 5px;
}

.b-social__item_type-ig:hover {
	background-color: #ea82f3;
}

.b-social__item.balloon {
	outline: 2px solid #ffd92c;
}

.b-social.b-social_login .b-social__item {
	position: relative;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	color: #fff;
	margin-bottom: 0.5em;
}

.b-social.b-social_login .b-social__item:not(:last-child) {
	margin-right: 0.5rem;
}

.b-sort {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.b-sort__panel {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.b-sort__panel_menu {
	margin-left: auto;
}

.b-sort__panel_filter .b-sort__select {
	min-width: 13rem;
}

.b-sort__label {
	font-size: 0.9285rem;
	font-weight: bold;
	padding-right: 1em;
}

.b-sort__btn {
	line-height: 1;
	position: relative;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	padding: 1em;
}

.b-sort__btn:hover {
	text-decoration: none;
}

.b-sort__btn:hover i {
	color: #f97272;
}

.b-sort__btn i {
	color: #6e6e6e;
}

.b-sort__btn_list {
	margin-right: .75em;
}

.b-sort__btn_active i {
	color: #f74141;
}

.b-sort__btn:active,
.b-sort__btn:focus {
	text-decoration: none;
}

.b-specs-list {
	padding: 0 2rem;
}

.b-specs-list__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: 0 0 4em 0;
}

.b-specs-list__icon {
	margin: 0 2em 0 0;
	min-width: 80px;
}

.b-specs-list__text {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
}

.b-specs-list__header {
	font-size: 1.285rem;
	margin-bottom: .5em;
}

.b-specs-list__notice {
	font-size: 0.9285rem;
	color: #909090;
}

.b-switcher {
	position: relative;
	display: inline-block;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.b-switcher__checkbox {
	display: none;
}

.b-switcher__label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	height: 15px;
	padding: 0;
	line-height: 15px;
	border: 0px solid #ccc;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.35);
}

.b-switcher__label:before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	margin: -5px;
	background: white;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
	box-sizing: border-box;
}


/* Make animated */

.b-switcher__label,
.b-switcher__label:before {
	transition: all 0.3s ease-in 0s;
}

.b-switcher__checkbox:checked+.b-switcher__label {
	background-color: #E95D46;
}

.b-switcher__checkbox:checked+.b-switcher__label,
.b-switcher__checkbox:checked+.b-switcher__label:before {
	border-color: #E95D46;
}

.b-switcher__checkbox:checked+.b-switcher__label .onoffswitch-inner {
	margin-left: 0;
}

.b-switcher__checkbox:checked+.b-switcher__label:before {
	right: 0px;
	background-color: white;
	border: 1px solid #E95D46;
}

.b-table-packages__block {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border: 2px solid #e2e2e2;
	background-color: #ffffff;
	padding: 2em 2em 2.5em 2em;
}

.b-table-packages__block .b-form__input {
	height: 49px;
}

.b-table-packages__block_separate {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
}

.b-table-packages__block_links {
	margin-top: 2em;
}

.b-table-packages__form-header {
	text-align: center;
	margin-bottom: 2rem;
	font-weight: 400;
}

.b-table-packages__block-text {
	margin-bottom: 1rem;
}

.b-table-packages__block-title {
	font-weight: 700;
	margin-bottom: 1em;
}

.b-table-packages__block-title_centered {
	text-align: center;
}

.b-table-packages__block-btns {
	margin-top: auto;
}

.b-table-packages__block-btns_centered {
	text-align: center;
}

.b-table-packages__col {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 1rem 0;
}

.b-table-packages__block-price {
	font-size: 1.14285rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.b-table-packages__block-personal {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.b-table-packages__block-personal-img {
	margin: 1rem 2rem 0 0;
	min-width: 5rem;
	width: 5rem;
	height: 5rem;
}

.b-table-packages__form-subheader {
	margin-bottom: 1rem;
}

.b-table-packages__offert-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-table-packages__consultation,
.b-table-packages__offert {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-table-packages__consultation-icon,
.b-table-packages__offert-icon {
	margin-right: 1.5rem;
}

.b-table-packages__consultation {
	border-left: 2px solid #e2e2e2;
	padding: .5rem 1rem .5rem 1.5rem;
}

.b-table-packages__consultation-text {
	font-size: 0.9285rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.b-table-packages__consultation-phone-number {
	border-bottom: 1px dotted black;
}

.b-table-packages__consultation-phone {
	font-size: 1.285rem;
	margin-bottom: 1em;
}

.b-table-packages__block-personal-txt {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
}

.b-table-packages__submit {
	padding-left: 0;
	padding-right: 0;
}

.b-tariffs {
	margin: 3rem 0;
	line-height: 1.3rem;
}

.b-tariffs::-webkit-scrollbar {
	width: .4rem;
	height: .4rem;
}

.b-tariffs::-webkit-scrollbar-track {
	background-color: transparent;
}

.b-tariffs::-webkit-scrollbar-thumb {
	background-color: #d9d9d9;
}

.b-tariffs__table {
	width: 100%;
}

.b-tariffs__table td {
	padding: 0;
	margin: 0;
	border: none;
}

.b-tariffs__item.isActive {
	background-color: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.b-tariffs__item.isActive .b-tariffs__row {
	border: none;
}

.b-tariffs__item.isActive .b-tariffs__row_header {
	color: #f74141;
	font-size: 1.14285rem;
}

.b-tariffs__item_titles {
	width: 14.285rem;
}

.b-tariffs__row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .75em;
	font-size: 0.85714rem;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
	height: 3.5714285rem;
}

.b-tariffs__row_header {
	font-weight: 700;
	height: 4.5rem;
}

.b-tariffs__row_title {
	text-align: left;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.b-tariffs__row_title:not(.b-tariffs__row_bottom) {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
}

.b-tariffs__row_title:not(.b-tariffs__row_bottom)>* {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
}

.b-tariffs__row_bottom {
	height: 14.5rem;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 1.5rem;
}

.b-tariffs__row_bottom_buy {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-tariffs__row:last-child {
	border-bottom: none;
}

.b-tariffs__row-btn {
	margin-top: auto;
	width: 100%;
}

.b-tariffs__row-btn .b-btn {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	min-width: 137px;
}

.b-tariffs__bottom-content {
	margin-bottom: .75rem;
	width: 100%;
}

.b-tariffs__icon {
	font-size: 1.5em;
	color: #6e6e6e;
}

.b-tariffs__icon_ok {
	color: #309508;
}

.b-tariffs__phone {
	font-weight: 700;
	font-size: 1.14285rem;
	text-decoration: underline;
}

.b-tariffs__price {
	font-size: 1.14285rem;
	font-weight: 700;
	margin-bottom: .5rem;
	text-align: center;
}

.b-tariffs__gift {
	font-size: 11px;
}

.b-tariffs_short {
	max-width: 80em;
	margin-left: auto;
	margin-right: auto;
}

.b-tariffs_short .b-tariffs__row_bottom {
	height: 13em;
}

.b-tariffs__controls {
	display: none;
}

.b-tariffs__tab {
	border: 1px solid #e2e2e2;
	text-align: center;
	padding-top: .75em;
	padding-bottom: .75em;
	margin: 0 0 -1px -1px;
	cursor: pointer;
}

.b-tariffs__tab:hover,
.b-tariffs__tab.isVisible {
	background-color: #f74141;
	color: #fff;
}

.b-tariffs__mobile-header {
	display: none;
}

.b-tariffs .more-about-tariff {
	margin: 1em auto;
	display: table;
	text-align: center;
}

.b-telephone {
	white-space: nowrap;
}

.b-telephone__hidden~.b-telephone__visible {
	display: none;
}

.b-telephone__icon {
	top: .15em;
	position: relative;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	display: inline-block;
}

.b-telephone__dialog {
	display: none;
}

.b-telephone__number.b-balloon {
	cursor: default;
}

.b-text {
	line-height: 1.3;
	font-size: 0.9285rem;
	overflow-wrap: break-word;
}

.b-text__img_centered {
	margin: 1em auto;
	text-align: center;
}

.b-text p:last-child {
	margin-bottom: 0;
}

.b-text a,
.b-text a.b-link {
	color: #2a80b9;
	text-decoration: underline;
	cursor: pointer;
}

.b-text a:hover,
.b-text a.b-link:hover {
	color: #2a80b9;
	text-decoration: none;
}

.b-text ol {
	counter-reset: item;
}

.b-text ol>li {
	counter-increment: item;
}

.b-text ol ol>li {
	display: block;
}

.b-text ol ol>li:before {
	content: counters(item, ".") ". ";
	margin-left: -20px;
}

.b-text.b-text_presentational {
	line-height: 1.5;
}

.b-text.b-text_presentational p:not(:last-child) {
	margin-bottom: 2em;
}

.b-text.b-text_block p:not(:last-child),
.b-text.b-text_block ul:not(:last-child),
.b-text.b-text_block ol:not(:last-child) {
	margin-bottom: 1em;
}

.b-text.b-text_block ul {
	list-style-type: disc;
}

.b-text_center {
	text-align: center;
}

.b-text img {
	max-width: 100%;
	height: auto !important;
}

.b-text ol,
.b-text ul,
.b-text dl {
	padding-left: 1.5em;
}

.b-text.b-faq__text {
	font-size: 1.071rem;
}

.b-tooltip {
	position: absolute;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	z-index: 1000;
}

.b-tooltip__content {
	padding: 1em;
}

.b-top-bar {
	position: relative;
	margin: 1.4285em 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

.b-top-bar__logo,
.b-top-bar__catalog,
.b-top-bar__indicators,
.b-top-bar__search,
.b-top-bar__regions {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: -ms-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.b-top-bar__regions{
	overflow:hidden;
}

span.b-top-bar__logo{
	cursor:default;
}

.b-top-bar__logo img{
	width:50px;
}

.b-top-bar__logo span{
	font-family:TTRoundsCondensed;
	font-weight:600;
	font-size:26px;
	padding-left:7px;
	margin-top:5px;
}

.b-top-bar__logo .logo_text{
	line-height:0.8;
	max-width:250px;
	text-align:center;
}

.b-top-bar__logo .logo_text span:first-child{
	color:#000;
}
.b-top-bar__logo .logo_text span:nth-child(2){
	color:#e02d2d;
}

.b-top-bar__logo .logo_subtitle{
	font-family:AntipastoPro;
	display:block;
	line-height:1.2;
	font-size:12px;
	color:#7c7c7c;
}

.b-top-bar__logo:hover{
	text-decoration:none;
}

.b-top-bar__search,
.b-top-bar__regions,
.b-top-bar__logo {
	margin: 0 1.4285em 0 0;
}

.b-top-bar__search {
	position: relative;
}

.b-top-bar__catalog {
	margin: 0 .8em 0 0;
}

.b-top-bar__indicators {
	margin-left: auto;
}

.b-top-bar__fav,
.b-top-bar__cart {
	font-size: 0.9285rem;
	margin: 0 1.4285em 0 0;
}

.b-top-bar__fav:before,
.b-top-bar__cart:before {
	display: inline-block;
}

.b-top-bar__fav:hover,
.b-top-bar__cart:hover {
	text-decoration: none;
}

.b-top-bar__fav:hover:before,
.b-top-bar__cart:hover:before {
	text-decoration: none;
}

.b-top-bar__sign-in,
.b-top-bar__logout,
.b-top-bar__sign-up {
	font-size: 0.9285rem;
	display: block;
}

.b-top-bar__sign-in {
	margin-bottom: .25em;
}

.b-top-bar__fav,
.b-top-bar__login {
	display: block;
	position: relative;
	padding-left: 2.28em;
}

.b-top-bar__fav:before,
.b-top-bar__login:before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'ic';
	font-size: 26px;
}

.b-top-bar__cart {
	display: block;
	position: relative;
	padding-left: 2.28em;
}

.b-top-bar__cart:before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'ic';
	font-size: 1.8em;
}

.b-top-bar__fav:before {
	content: "\e918";
	display: inline-block;
}

.b-top-bar__fav:hover>.b-top-bar__fav-name {
	text-decoration: underline;
}

.b-top-bar__fav-name {
	line-height: 1.2;
}

.b-top-bar__cart:before {
	content: "\e904";
}

.b-top-bar__login-trigger {
	display: none;
}

.b-top-bar__login:before {
	font-size: 25px!important;
	content: "\e905";
}

.b-top-bar__registration {
	display: none;
	position: absolute;
	right: 0;
	top: 62px;
	z-index: 2000;
	background-color: #fff;
	padding: 1em;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	width: 15em;
}

.b-top-bar__reg-btn {
	display: block;
	width: 100%;
	margin: .25em 0;
	padding: .75em .5em;
	font-size: 1.14285rem;
	text-align: center;
	border: 1px solid #e2e2e2;
	z-index: 999;
	color: black;
}

.b-top-bar__reg-btn:hover {
	color: white;
	background-color: #f74141;
	border-color: #f74141;
	text-decoration: none;
}

.b-top-bar.isRegistrationShown .b-top-bar__registration {
	display: block;
}

.b-top-catalog {
	line-height: 1;
	position: relative;
}

.b-top-catalog__btn {
	position: relative;
	height: 40px;
	padding: .95rem 2.4rem 0 1.2285rem;
	background-color: #f74141;
	font-size: 0.9285rem;
	white-space: nowrap;
	color: white;
}

.b-top-catalog__btn:hover {
	cursor: pointer;
	background-color: #fff;
	background-color: #f85959;
}

.b-top-catalog__btn:before {
	position: absolute;
	font-family: 'ic';
	content: "\f0d7";
	color: inherit;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1em;
}

.b-top-catalog__btn-icon {
	display: none;
}

.b-top-catalog__menu {
	display: none;
}

.b-top-catalog__menu:before,
.b-top-catalog__menu:after {
	position: absolute;
	left: 11px;
	content: '';
	display: block;
	width: 16px;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.b-top-catalog__menu:before {
	z-index: 1;
	top: -6px;
	border-bottom: 8px solid #ffffff;
}

.b-top-catalog__menu:after {
	z-index: 0;
	top: -7px;
	border-bottom: 8px solid #e2e2e2;
}

.b-top-catalog__menu:hover .b-catalog__section-prev,
.b-top-catalog__menu:hover .b-catalog__section-next {
	display: block;
}

.b-top-catalog__menu:hover .b-catalog__section_main:after {
	height: .2rem;
	background-color: #fff;
	background-image: none;
}

.b-top-catalog__slide {
	display: none;
}

.b-top-catalog__slide:after {
	bottom: -0.2rem;
}

.b-top-catalog__slide:hover:after {
	height: .2rem;
	background-color: #fff;
	background-image: none;
}

.b-top-catalog__slide_main {
	display: block;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	width: 18rem;
	height: 33.5em;
	padding-top: 1px;
	/*for hover and triangle on top*/
	;
}

.b-top-catalog__slide_main.noBorder {
	border: none;
}

.b-top-catalog__slide_sub {
	position: absolute;
	top: 1px;
	left: 18rem;
}

.b-top-catalog__slide-item {
	display: block;
	position: relative;
	padding: 1em 2.8em 1em .8em;
	font-size: 0.9285rem;
	cursor: pointer;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	line-height: normal;
}

.b-top-catalog__slide-item.isActive,
.b-top-catalog__slide-item:hover {
	color: #fff !important;
	background-color: #f74141;
	text-decoration: none;
}

.b-top-catalog__slide-item.isActive>span:after,
.b-top-catalog__slide-item:hover>span:after {
	background-image: linear-gradient(to right, rgba(247, 65, 65, 0) 0%, #f74141 100%);
}

.b-top-catalog__slide-item_parent:after {
	content: "\e907";
	position: absolute;
	top: 50%;
	right: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'ic';
	font-size: .8em;
}

.b-top-catalog.isOpen .b-top-catalog__btn {
	position: relative;
	z-index: 2000;
}

.b-top-catalog.isOpen .b-top-catalog__menu {
	position: absolute;
	display: block;
	top: 3.6rem;
	left: 0;
	z-index: 2000;
}

.b-top-catalog.isOpen .b-top-catalog__menu .b-catalog__section_sub {
	box-shadow: none;
}

.b-top-informer {
	background-position: center center;
	background-repeat: no-repeat;
}

.b-top-informer__content {
	padding-top: .8em;
	padding-bottom: .8em;
	min-height: 4em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	vertical-align: middle;
}

.b-top-informer__buttons {
	margin-left: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.b-top-informer__btn {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 0.85714rem;
	font-weight: 600;
	border-radius: 1.5em;
	padding: 1em 1.5em;
	transition: color .3s ease;
}

.b-top-informer__btn:focus,
.b-top-informer__btn:active,
.b-top-informer__btn:hover {
	text-decoration: none;
}

.b-top-informer__btn:not(:last-child) {
	margin-right: 1.5rem;
}

.b-top-informer__btn_yellow {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border-radius: 17px;
	background-color: #ffd92c;
	color: #333;
}

.b-top-informer__btn_yellow:focus,
.b-top-informer__btn_yellow:active,
.b-top-informer__btn_yellow:hover {
	color: #333 !important;
	background-color: #ffe25f;
}

.b-top-informer__btn_red {
	color: white !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background-color: #f74141;
}

.b-top-informer__btn_red:hover {
	background-color: #f85959;
}

.b-top-informer__btn-close {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background-color: #454545;
	text-align: center;
}

.b-top-informer__btn-close:focus,
.b-top-informer__btn-close:active,
.b-top-informer__btn-close:hover {
	background-color: #787878;
}

.b-top-informer__btn-close .ic {
	line-height: 2rem;
	color: white;
}

.b-top-informer__text {
	display: inline-block;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	font-weight: 700;
	line-height: 1.2;
	font-size: 1.14285rem;
}

.b-top-informer__text-first {
	margin-right: 3em;
}

.b-top-informer__text-second {
	font-size: 1rem;
}

.ui-tooltip.ui-widget.b-ui-tooltip {
	border: none;
	border-radius: 0;
	padding: .3125em 1em;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);
}

.ui-tooltip.ui-widget.b-ui-tooltip .ui-tooltip-content {
	color: black;
}

.b-user-feature {
	padding: 0 3em;
	margin-top: 2em;
	margin-bottom: 2em;
}

.b-user-feature__text {
	text-align: center;
	font-size: 0.9285rem;
}

.b-user-feature__icon-wrap {
	width: 80px;
	height: 80px;
	margin: 0 auto 1.5em auto;
}

.b-user-feature__icon {
	background-repeat: no-repeat;
}

.b-user-feature__icon_binoculars {
	background-position: -5px -5px;
	width: 80px;
	height: 52px;
}

.b-user-feature__icon_email {
	background-position: -95px -5px;
	width: 70px;
	height: 79px;
}

.b-user-feature__icon_like {
	background-position: -5px -94px;
	width: 80px;
	height: 70px;
}

.b-user-feature__icon_online-shop {
	background-position: -95px -94px;
	width: 80px;
	height: 90px;
}

.b-user-feature__icon_star {
	background-position: -175px -5px;
	width: 80px;
	height: 76px;
}

.b-user-feature__icon_supermarket {
	background-position: -185px -91px;
	width: 75px;
	height: 80px;
}

.b-user-satisfaction {
	margin-bottom: 1.5em;
}

.b-user-satisfaction__button {
	margin-right: 1.5em;
}

.b-user-satisfaction__adiitional {
	margin-bottom: -1em;
}

.b-user-satisfaction__adiitional-item {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.b-user-satisfaction__adiitional-item-icon {
	font-size: 4em;
	margin-bottom: 1rem;
	color: #6e6e6e;
}

.b-user-satisfaction .ic-phone-call {
	font-size: 3.225em;
	padding: .125em;
}

.b-user-satisfaction__adiitional-item-text {
	margin-bottom: 1.5em;
	line-height: 1.5;
}

.b-user-satisfaction__btn-wrap {
	margin-top: auto;
}

.b-user-satisfaction__adiitional-item-button {
	min-width: 12em;
	border-color: #ffd92c;
	transition: background-color 0.3s;
}

.b-user-satisfaction__adiitional-item-button:hover {
	background-color: #ffd92c;
}

.b-ux .b-ux__table td {
	padding-top: .3em;
	padding-bottom: .3em;
}

.b-ux .b-ux__table td:first-child {
	width: 16em;
}

.b-ux .b-ux__table td:first-child:after {
	margin-top: .75em;
}

.b-ux .b-ux__table td:last-child {
	font-weight: bold;
}

.b-worktime-tbl {
	margin-bottom: .5em;
}

.b-worktime-tbl th:first-child,
.b-worktime-tbl td:first-child {
	width: 140px;
	max-width: 140px;
}

.b-worktime-tbl td:last-child {
	white-space: nowrap;
}

.b-write-us {
	position: relative;
	margin-left: 1.5em;
}

.b-write-us:before {
	position: absolute;
	font-family: 'ic';
	content: "\e919";
	top: .1rem;
	left: -1.5rem;
	font-size: 1.2em;
}

.cabinet-block-report {
	background-color: #fff;
	padding: 2.8em;
	text-align: center;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
	line-height: 1.5;
	z-index: 3000;
	min-width: 300px;
	max-width: 600px;
}

.cabinet-block-report-close {
	cursor: pointer;
}

.cabinet-block-report-close:before {
	font-family: 'ic';
	content: "\e920";
	font-size: 1.7rem;
	position: absolute;
	top: .2em;
	right: .3em;
	width: 1.5em;
	height: 1.5em;
	color: #6e6e6e;
}

.cabinet-block-report-success:before {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 2em;
}

.cabinet-block-report-header {
	font-size: 1.25em;
	margin-bottom: .5em;
	display: inline-block;
}

.i-accordion-groupe__content {
	display: none;
}

.i-clear-fix:after {
	content: "";
	display: table;
	clear: both;
}

.i-drop {
	position: relative;
}

.i-drop__menu {
	display: none;
	position: absolute;
}

.i-drop.isOpened {
	z-index: 1000;
}

.i-faccordion__content {
	overflow: hidden;
	display: none;
}

.i-faccordion.i-faccordion_is-open .i-faccordion__content,
.i-faccordion.i-faccordion_open .i-faccordion__content {
	overflow: auto;
	display: block;
}

.i-faccordion:not(.i-faccordion_is-open):hover .i-faccordion__title {
	background-color: #f3f3f3;
}

.i-fake-select__select {
	position: relative;
}

.i-fake-select__select+.i-fake-select {
	display: none;
}

.i-fake-select__input {
	display: block;
	padding: 0 25px 0 10px;
}

.i-fake-select__input:before {
	content: "\f0d7";
	font-family: 'ic';
	position: absolute;
	right: .75em;
	top: 50%;
	margin-top: -0.75em;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.i-fake-select__input.i-dropdown__button_menu-opened {
	border-color: #6097e9;
}

.i-fake-select__input.i-dropdown__button_menu-opened:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.i-fake-select__options {
	border: 1px solid #ccc;
	border-radius: 3px;
	max-height: 200px;
	overflow: auto;
}

.i-fake-select__options::-webkit-scrollbar {
	width: 5px;
}

.i-fake-select__options::-webkit-scrollbar-thumb {
	background-color: #bbb;
	border: 1px solid #fff;
}

.i-fake-select__dropdown {
	position: absolute;
	left: 0;
	right: 0;
	border-top: 0;
	background-color: #fff;
	padding: 3px 0;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	z-index: 2!important;
}

.i-fake-select__option {
	padding: 5px 10px;
	cursor: pointer;
}

.i-fake-select__option:nth-child(2n) {
	background-color: #fafafa;
}

.i-fake-select__option:not(.disabled):hover,
.i-fake-select__option.selected {
	color: #fff;
	background-color: #3875d7;
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
}

.i-fake-select__option.disabled {
	opacity: .5;
	cursor: default;
}

.i-fake-select__option.hidden {
	display: none;
}

.i-fix-in-parent {
	position: relative;
}

.i-fix-in-parent .fixed-visible,
.i-fix-in-parent .fixed-hidden {
	transition: opacity .3s, height 0s .3s;
}

.i-fix-in-parent:not(.fixed) .fixed-visible {
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition: opacity .3s, height 0s;
}

.i-fix-in-parent.fixed .fixed-hidden {
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, height 0s;
}

.i-fix-in-parent.fixed .fixed-first {
	margin-top: -1px;
}

.i-fix-in-parent.ie {
	transition: top .3s;
}

.i-global-tooltip .i-global-tooltip__dialog {
	display: none;
}

.i-hdropdown {
	position: relative;
}

.i-hdropdown__menu {
	display: none;
	position: absolute;
}

.i-hdropdown.isOpened .i-hdropdown__menu {
	display: block;
	z-index: 1000;
}

[data-zk-tab-page]:not(:first-child) {
	display: none;
}

div.ui-dialog {
	font: inherit;
	padding: 0;
	border: 0;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
	border-radius: 0;
	line-height: 1.5;
	max-width: 96%;
}

div.ui-dialog .ui-dialog-titlebar {
	position: static;
	background: none;
	padding: 1em 3em 1em 1.5em;
	border: 0;
	font-weight: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.ui-dialog .ui-dialog-title {
	width: auto;
	font-size: 1.3em;
	white-space: normal;
	float: none;
}

div.ui-dialog .ui-dialog-titlebar-close {
	width: 1.5em;
	padding: 0;
	height: 1.5em;
	top: 1em;
	right: 1em;
	margin: 0;
	border: 0;
	background: none;
}

div.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
	display: none;
}

div.ui-dialog .ui-icon-closethick {
	text-indent: 0;
	background: url(/upload/icons/close.png?r=4.1.26) no-repeat center center;
	background-size: auto;
}

div.ui-dialog .ui-dialog-content {
	padding: 0 1.5em 1.8em;
	font-size: inherit;
}

.oneclick-product {
	margin-bottom: 1em;
}

.oc-pp-title {
	padding: 0 1em;
}

.b-balloon {
	cursor: help;
}

.ZKBalloon {
	display: none;
}

.ZKBalloon-arrow {
	display: none !important;
}

#ZKBalloonBody {
	background-color: #fff !important;
	border: 1px solid #e2e2e2 !important;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35) !important;
	padding: 1.5em !important;
	font-size: 13px;
	line-height: 1.5;
}

#ZKBalloonTopArrow,
#ZKBalloonBottomArrow {
	overflow: visible !important;
}

#ZKBalloonTopArrow:before,
#ZKBalloonBottomArrow:before {
	content: '';
	display: block;
	width: 32px;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	border-bottom: 11px solid #e2e2e2;
	position: relative;
	left: -16px;
}

#ZKBalloonTopArrow:after,
#ZKBalloonBottomArrow:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -14px;
	width: 28px;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	border-bottom: 10px solid #fff;
}

#ZKBalloonBottomArrow {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.balloon {
	cursor: help;
}

.balloon .fa {
	color: #999;
}

.i-fake-file__input-group+.i-fake-file {
	display: none;
}

@font-face {
	font-display:swap;
	font-family: 'AntipastoPro';
	src: url(/bitrix/templates/small/fonts/AntipastoPro-DemiBold/AntipastoPro-DemiBold.eot) format('embedded-opentype');
	src: url(/bitrix/templates/small/fonts/AntipastoPro-DemiBold/AntipastoPro-DemiBold.eot) format('embedded-opentype'), url(/bitrix/templates/small/fonts/AntipastoPro-DemiBold/AntipastoPro-DemiBold.ttf?r=4.1.26?50s9yn) format('truetype'), url(/bitrix/templates/small/fonts/AntipastoPro-DemiBold/AntipastoPro-DemiBold.woff) format('woff'), url(/bitrix/templates/small/fonts/AntipastoPro-DemiBold/AntipastoPro-DemiBold.svg) format('svg');
	font-weight: 600;
	font-style: bold;
}

@font-face {
	font-display:swap;
	font-family: 'TTRoundsCondensed';
	src: url(/bitrix/templates/small/fonts/TTRoundsCondensed/TTRoundsCondensedBold.woff) format('woff');
	src: url(/bitrix/templates/small/fonts/TTRoundsCondensed/TTRoundsCondensedBold.woff) format('woff'), url(/bitrix/templates/small/fonts/TTRoundsCondensed/TTRoundsCondensedBold.otf) format('opentype');
	font-weight: 600;
	font-style: bold;
}

@font-face {
	font-display:swap;
	font-family: 'Open Sans';
	src: url(/bitrix/templates/small/fonts/OpenSans/OpenSans-Light-webfont.woff?r=4.1.26) format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-display:swap;
	font-family: 'Open Sans';
	src: url(/bitrix/templates/small/fonts/OpenSans/OpenSans-LightItalic-webfont.woff?r=4.1.26) format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-display:swap;
	font-family: 'Open Sans';
	src: url(/bitrix/templates/small/fonts/OpenSans/OpenSans-Regular-webfont.woff?r=4.1.26) format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-display:swap;
	font-family: 'Open Sans';
	src: url(/bitrix/templates/small/fonts/OpenSans/OpenSans-Italic-webfont.woff?r=4.1.26) format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-display:swap;
	font-family: 'Open Sans';
	src: url(/bitrix/templates/small/fonts/OpenSans/OpenSans-Semibold-webfont.woff?r=4.1.26) format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-display:swap;
	font-family: 'Open Sans';
	src: url(/bitrix/templates/small/fonts/OpenSans/OpenSans-SemiboldItalic-webfont.woff?r=4.1.26) format('woff');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-display:swap;
	font-family: 'Open Sans';
	src: url(/bitrix/templates/small/fonts/OpenSans/OpenSans-Bold-webfont.woff?r=4.1.26) format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-display:swap;
	font-family: 'Open Sans';
	src: url(/bitrix/templates/small/fonts/OpenSans/OpenSans-BoldItalic-webfont.woff?r=4.1.26) format('woff');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-display:swap;
	font-family: 'ic';
	src: url(/bitrix/templates/small/fonts/ic/ic.eot?r=4.1.26?50s9yn);
	src: url(/bitrix/templates/small/fonts/ic/ic.eot?r=4.1.26?50s9yn#iefix) format('embedded-opentype'), url(/bitrix/templates/small/fonts/ic/ic.ttf?r=4.1.26?50s9yn) format('truetype'), url(/bitrix/templates/small/fonts/ic/ic.woff?r=4.1.26?50s9yn) format('woff'), url(/bitrix/templates/small/fonts/ic/ic.svg?r=4.1.26?50s9yn#ic) format('svg');
	font-weight: normal;
	font-style: normal;
}
.fas.fa-comments:before {
    content: "\f086";
}
.vertical-align-middle-helper{
	display:inline-block;
	vertical-align:middle;
	height:100%;
}
.ratings_simple_block{
	display:inline-block;
	vertical-align:top;
	width:33.3%;
}
.rating_stars{
	white-space:nowrap;
}
.rating_stars i{
	background-image:url(/upload/icons/rating-stars.svg);
	display: inline-block;
    width: 15px;
    height: 15px;
}
.rating_stars i.star0{
	background-position-y:1px;
}
.rating_stars i.star1{
	background-position-y:16px;
}
.rating_stars i.star09{
	background-position-y:34px;
}
.rating_stars i.star08{
	background-position-y:52px;
}
.rating_stars i.star07{
	background-position-y:70px;
}
.rating_stars i.star06{
	background-position-y:88px;
}
.rating_stars i.star05{
	background-position-y:106px;
}
.rating_stars i.star04{
	background-position-y:124px;
}
.rating_stars i.star03{
	background-position-y:142px;
}
.rating_stars i.star02{
	background-position-y:160px;
}
.rating_stars i.star01{
	background-position-y:178px;
}
.rating_stars.small_stars{
	padding-top:2px;
}
.rating_stars.small_stars i{
    width: 11px;
    height: 11px;
	background-size: 11px;
}
.rating_stars.small_stars i.star0{
	background-position-y:0.5px;
}
.rating_stars.small_stars i.star1{
	background-position-y:11px;
}
.rating_stars.small_stars i.star09{
	background-position-y:23px;
}
.rating_stars.small_stars i.star08{
	background-position-y:35.5px;
}
.rating_stars.small_stars i.star07{
	background-position-y:48px;
}
.rating_stars.small_stars i.star06{
	background-position-y:60.5px;
}
.rating_stars.small_stars i.star05{
	background-position-y:73px;
}
.rating_stars.small_stars i.star04{
	background-position-y:85px;
}
.rating_stars.small_stars i.star03{
	background-position-y:97.5px;
}
.rating_stars.small_stars i.star02{
	background-position-y:110px;
}
.rating_stars.small_stars i.star01{
	background-position-y:122px;
}
.rating_stars.big_stars{
	padding-top:2px;
}
.rating_stars.big_stars i{
    width: 20px;
    height: 20px;
	background-size: 20px;
}
.rating_stars.big_stars i.star0{
	background-position-y:1px;
}
.rating_stars.big_stars i.star1{
	background-position-y:20px;
}
.rating_stars.big_stars i.star09{
	background-position-y:42px;
}
.rating_stars.big_stars i.star08{
	background-position-y:64.5px;
}
.rating_stars.big_stars i.star07{
	background-position-y:87px;
}
.rating_stars.big_stars i.star06{
	background-position-y:109.5px;
}
.rating_stars.big_stars i.star05{
	background-position-y:132px;
}
.rating_stars.big_stars i.star04{
	background-position-y:154.5px;
}
.rating_stars.big_stars i.star03{
	background-position-y:177px;
}
.rating_stars.big_stars i.star02{
	background-position-y:199.5px;
}
.rating_stars.big_stars i.star01{
	background-position-y:222px;
}
.rating_stars.very_big_stars{
	/*padding-top:5px;*/
}
.rating_stars.very_big_stars i{
    width: 30px;
    height: 30px;
	background-size: 30px;
}
.rating_stars.very_big_stars i.star0{
	background-position-y:1px;
}
.rating_stars.very_big_stars i.star1{
	background-position-y:29.5px;
}
.rating_stars.very_big_stars i.star09{
	background-position-y:63.5px;
}
.rating_stars.very_big_stars i.star08{
	background-position-y:97px;
}
.rating_stars.very_big_stars i.star07{
	background-position-y:130.5px;
}
.rating_stars.very_big_stars i.star06{
	background-position-y:164.5px;
}
.rating_stars.very_big_stars i.star05{
	background-position-y:198px;
}
.rating_stars.very_big_stars i.star04{
	background-position-y:232px;
}
.rating_stars.very_big_stars i.star03{
	background-position-y:265.5px;
}
.rating_stars.very_big_stars i.star02{
	background-position-y:299px;
}
.rating_stars.very_big_stars i.star01{
	background-position-y:332.5px;
}
a:not([href]):not([tabindex]){
	cursor:default;
}
.sort-container{
	float: none;
	padding-bottom:10px;
}
.b-select__btn {
	line-height: 1;
	position: relative;
	display: block;
	background-color: #fff;
	padding: 0.8rem 2rem 0.8rem 0.8rem;
	border: 1px solid #e2e2e2;
}
.section_desc{
    font-size: 1.2rem;
    padding-top: 20px;
	overflow:hidden;
}
.section_spoiler{
	font-size: 1.2rem;
    display: block;
    text-align: left;
    text-decoration: underline;
    color: black;
    height: 65px;
}
.section_spoiler:hover{
	text-decoration:none;
	color: black;
}
.section_spoiler:before{
    content: "";
    display: block;
    height: 30px;
    position: relative;
    margin-top: -26px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f8f8f8 75%) !important;
}
.phone-link{
	color:inherit;
	cursor:default;
}
.phone-link:hover{
	text-decoration:none;
	color:inherit;
}
.title_banner{
	height:300px;
    background-size: cover;
    margin-top: -2em;
	border-bottom: 1px solid #e2e2e2;
	background-position: 50% 50%;
}
.title_banner h2{
	margin-top: 0.3em;
    font-family: AntipastoPro;
    font-size: 1.5em;
}
.title_banner h3{
	font-family:AntipastoPro;
	font-size: 2em;
}
.title_banner_img_wrapper{
    text-align: center;
	margin-top:2em;
}
.title_banner_img_wrapper img{
    width: 400px;
	max-width:90%;
    margin-top: 1.2em;
}
.title_banner .zk-row > div:first-child{
	text-align:center;
}
body.section-type-index .b-header{
	margin-bottom:0;
}
body.section-type-index .b-advantages{
	margin-top: -3em;
}
.review_filter_rate_btn{
	display:inline-block;
}
.reviews_filter_form input[type=radio]{
	display:none;
}
.reviews_filter_form label{
	width:100%;
	text-align:center;
}
.reviews_filter_form{
	margin-bottom:2em;
}
.reviews_filter_form h3{
    font-weight: 300;
    font-size: 1.4em;
}
.all_reviews_without_city{
	font-weight:600;
	font-size: 1.3em;
}
.reviews_filter_spoiler{
	text-align:center;
	margin-bottom: 2em;
	display:none;
}
.reviews_filter_spoiler span{
	font-size:1.2em;
	border-bottom:1px dashed black;
}
.b-top-bar__search #ya-site-form0 .ya-site-form__submit{
    background: transparent;
    border: none;
    color: transparent !important;
    font-size: 0 !important;
    position: absolute;
    right: 0;
    width: 56px;
    height: 100%;
    top: 0;
    padding: 0;
    margin: 0;
	z-index:10;
	cursor:pointer;
}
.b-top-bar__search #ya-site-form0 .ya-site-form__search{
	background-color:white !important;
	border:none !important;
}
.b-top-bar__search > div{
	width:100%;
	border:1px solid #e2e2e2;
}
#ya-site-form0{
	width:100%;
}
#ya-site-form0 .ya-site-form__form{
	width:100%;
}
#ya-site-form0 .ya-site-form__search-input{
	padding:0 !important;
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text{
	padding: 0 4em 0 1em;
	height:40px;
}
#ya-site-form0 .ya-site-form__search td{
	border-collapse: initial !important;
}
#ya-site-form0 .ya-site-form__wrap{
	table-layout: auto !important;
}
.ya-site-form.ya-site-form_inited_no{
	width:100%;
}
.form_header{
    font-size: 1.5em;
    font-weight: 600;
	color:black;
	margin-bottom:0.5em;
}
.auth_user_photo,
.auth_user_info{
	display:inline-block;
	vertical-align:middle;
}
.auth_user_photo{
	margin-right:10px;
}
.auth_user_photo img{
	border-radius:100%;
	width:40px;
	height:40px;
}
.auth_user_info a{
    color: black;
    font-size: 0.8em;
}
.auth_user_info .user_name{
	font-size: 1em;
}
.logout_wrapper{
	text-align: right;
}
#ya-site-results{
	background-color:white;
	padding:0 2em 1em 2em;
	border:1px solid #e2e2e2;
}
.search_filter{
	margin-bottom:1em;
	font-size:1.2em;
	display: inline-block;
    border: 1px solid #e2e2e2;
    background-color: white;
}
.search_filter label{
	max-width:100%;
	padding:15px 30px 15px 50px;
	cursor:pointer;
}
.search_filter label:before{
	width:20px;
	height:20px;
	left:20px;
	top:15px;
}
.search_filter label:after{
	left:20px;
	top:15px;
	font-size:15px;
}
.middle-helper{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.sp_groups_block{
	display:table;
	width:100%;
	height:100px;
	background-color:#fff;
	border:1px solid #e2e2e2;
	padding: 10px 20px;
	margin-bottom:1em;
	transition: box-shadow 0.3s linear;
}
.sp_groups_block:hover{
	text-decoration:none;
	box-shadow:0 4px 10px rgba(0, 0, 0, 0.3);
}
.sp_groups_block span{
	display:table-cell;
	vertical-align:middle;
	font-size: 2em;
	color:black;
	padding-right:10px;
}
.sp_groups_block .sp_groups_block_img_wrapper{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
}
.sp_groups_block img{
	max-height:80px;
}

/* Текстовый спойлер - начало */
.text_spoiler_label{
	font-size:1.1em;
	color:#0275d8;
	display:inline-block;
	border-bottom:1px dashed #0275d8;
	cursor:pointer;
}
.text_spoiler_label:hover{
	border-color:transparent;
}
.text_spoiler_block{
	padding-top:1em;
	display:none;
}
.text_spoiler_wrapper{
	margin-bottom:1em;
}
/* Текстовый спойлер - конец */
.sp_example_links_table{
	display:table;
}
.sp_example_links_table > div{
	display:table-cell;
	vertical-align:top;
}
.sp_example_links_img{
	max-width:200px;
	margin-left:15px;
}
textarea:disabled{
	background-color: #f8f8f8;
	cursor: not-allowed;
}
.site_desc_block{
	padding-left:10px;
	padding-right:10px;
	margin-top:15px;
}
.site_desc_title{
    font-size: 1.715rem;
    font-weight: 400;
	margin-top: 1rem;
}
.site_desc_block_inner{
	padding:15px;
	background-color:white;
	border:1px solid #e2e2e2;
}
.site_desc_block_header{
    font-weight: 600;
    font-size: 1.2em;
	margin-bottom:10px;
}
.site_desc_block_header i{
	font-size:1.5em;
	display:inline-block;
	vertical-align:middle;
	width:40px;
	height:40px;
	text-align:center;
	background-color:#e73f3f;
	border-radius:100%;
	color:white;
	margin-right:15px;
	padding-top: 7px;
}
.site_desc_block_header i.fa-percent{
	padding-top:10px;
	font-size:1.2em;
}
.site_desc_block_header span{
	display:inline-block;
	vertical-align:middle;
}
.site_desc_block a{
	display: block;
    color: white;
    border: 2px solid #e73f3f;
    padding: 5px;
    text-align: center;
    margin-top: 10px;
    background-color: #e73f3f;
	transition: box-shadow 0.3s linear;
}
.site_desc_block a:hover{
	text-decoration:none;
	box-shadow:0 4px 10px rgba(0, 0, 0, 0.3);
}
.b-page__main{
	width:100%;
}
.b-page__main-content{
	width: calc(100% - 240px);
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 -0.75rem 0 0;
}
.category_yandex_link{
	text-align:right;
}
.product_yandex_link{
	text-align:right;
}
.product_warnings_block{
	color:#868686;
	margin-top: -10px;
	margin-bottom: 10px;
}
.product_warnings_block i{
	margin-right:5px;
	font-size: 1.1em;
}
#admitadWidget .product--open .product-image-container{
	display:none;
}
.b-products-item_mode_slider{
	width:100%;
}
.products-slider-wrapper{
	padding:0 30px;
}
.vk_widget_block_desc{
	display:inline-block;
	width:calc(100% - 330px);
	vertical-align:middle;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
	background-color:white;
	padding:30px;
	margin-right:25px;
}
.vk_widget_block_desc svg{
	float:left;
	margin-right:30px;
}
.vk_widget_block_wrapper{
	width:300px;
	display:inline-block;
	vertical-align:middle;
}
.b-footer__block_counters{
	text-align:right;
}
.b-footer__block_counters svg path:first-child{
	fill:#888787;
}
.b-footer__block_counters a:hover svg path:first-child{
	fill:rgb(81, 129, 184);
}
.yandex_rtb{
	margin-top:15px;
	margin-bottom:15px;
}
@media (min-width: 400px) {
	.b-shopcart__product-table {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.b-shopcart__product-price-label,
	.b-shopcart__product-count-label,
	.b-shopcart__product-summ-label {
		font-size: 12px;
		display: block;
	}
}

@media (min-width: 576px) {
	.b-ready-websites__item {
		width: 40%;
	}
	.b-categories_wide .b-categories__item {
		-webkit-flex: 1 1 25%;
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
	}
	.b-product__title {
		font-size: 1.4em;
	}
	.b-shopcart__firm-contacts {
		text-align: right;
	}
	.b-shopcart__product-count,
	.b-shopcart__product-summ {
		width: 10em;
	}
	.b-shopcart__meta {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	div.ui-dialog {
		padding: 1em;
	}
	div.ui-dialog .ui-dialog-titlebar {
		padding: 1.8em 1.8em 1.5em;
	}
	div.ui-dialog .ui-dialog-content {
		padding: 0 1.8em 1.8em;
	}
}

@media (min-width: 680px) {
	.b-about-firm__info-flex-wrapper {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (max-width: 689px) and (min-width: 576px) {
	.p-banner__content,
	.s-banner__content {
		width: 300px;
		max-width: 300px;
	}
}

@media screen and (max-width: 760px) and (min-width: 690px) {
	.p-banner__content,
	.s-banner__content {
		width: 400px;
		max-width: 400px;
	}
}

@media (min-width: 761px) and (max-width: 1050px) {
	.main-box-registration {
		margin: 0 2em;
	}
}

@media screen and (max-width: 768px) and (min-width: 690px) {
	.banner-material-bottom .p-banner__content,
	.banner-material-bottom .s-banner__content {
		width: 400px;
		max-width: 400px;
	}
}

@media (min-width: 768px) {
	.b-about-firm {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.b-faq__tab-header,
	.b-faq__folder-inline-header {
		display: none;
	}
	.b-faq__tabs-header,
	.b-faq__folders-nav {
		display: block;
	}
	.b-faq__tab {
		padding: 1.5em;
		border: 1px solid #e2e2e2;
		margin-top: -1px;
	}
	.b-faq__folders-content {
		width: 70%;
		padding: 0;
		list-style: none;
		background-color: #f9f9f9;
		border: 1px solid #e2e2e2;
	}
	.b-faq__folders+.b-faq__non-folder-questions {
		margin-top: 1.5em;
	}
	.b-faq__non-folder-questions {
		border: 1px solid #e2e2e2;
	}
	.b-faq__folder-questions,
	.b-faq__non-folder-questions {
		padding: 1.1em;
		background-color: #f9f9f9;
	}
	.b-faq__question {
		padding: .4em;
	}
	.b-faq__question:before {
		content: "\2022";
		margin-right: .4em;
	}
	.b-faq__question_slim {
		padding: .1em .4em;
	}
	.b-ordercard__form,
	.b-ordercard__goods {
		width: 50%;
	}
	.sort-container{
		float: right;
		margin-top: -45px;
		padding:0;
	}
}

@media (min-width: 992px) {
	.b-ready-websites__item {
		width: 20%;
	}
	.b-portal-advantage__info {
		padding-left: 1em;
	}
	.sort-container{
		float: right;
		margin-top: -75px;
	}
	.b-select__btn{
		padding: 1em 2.5em 1em 1em;
	}
}

@media screen and (max-width: 992px) and (min-width: 850px) {
	.p-banner__content,
	.s-banner__content {
		width: 300px;
		max-width: 300px;
	}
}

@media (min-width: 993px) {
	[data-level="4"]:after {
		display: none;
	}
}

@media (min-width: 1024px) {
	.examples__item-img {
		width: 25em;
		height: 21.5em;
		padding: 1em .8em 6em;
	}
}

@media screen and (max-width: 1050px) and (min-width: 761px) {
	.b-registration.main-box-registration {
		margin: 0;
	}
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	.s-banner__content {
		width: 150px;
	}
	.s-banner__btn {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px;
	}
	.s-banner__advantage {
		padding-left: 45px;
		padding-right: 0;
		padding-bottom: 10px;
		padding-top: 5px;
		font-size: 14px;
	}
	.s-banner__advantage:before {
		top: 5px;
	}
	.s-banner__advantages {
		width: 140px;
	}
	.dealer-banner.dealer-banner_program:before {
		right: -220px;
	}
}

@media (min-width: 1200px) {
	.b-categories_wide .b-categories__item.isWide {
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}
	.b-categories_wide .b-categories__item.isWide .b-category {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
		-webkit-flex-flow: row;
		-ms-flex-flow: row;
		flex-flow: row;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
	}
	.b-categories_wide .b-categories__item.isWide .b-category__img-wrap,
	.b-categories_wide .b-categories__item.isWide .b-category__info-wrap {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		margin: 0;
	}
	.b-company__contacts {
		width: 15.5rem;
	}
}

@media (max-width: 1400px) {
	.b-products-simple.isClosed .b-products-simple__item:nth-of-type(n+6) {
		display: none;
	}
	.b-products-simple.b-products-simple_in-block.isClosed .b-products-simple__item:nth-of-type(n+5) {
		display: none;
	}
	.ads__banner {
		background-size: contain;
	}
	.b-categories__item {
		width: 25%;
	}
	.b-main-slider.zk-block-preloader {
		min-height: 382px;
	}
	.b-pics.b-pics_vertical {
		left: -0.1em !important;
	}
	.b-popup_gallery {
		width: 1170px;
	}
	.b-products_full-row .b-products-item {
		width: 20%;
	}
	.b-products-item__description {
		max-width: 369px;
	}
	.b-products-item_mode_gallery {
		width: 25%;
	}
	.b-products-simple__item {
		width: 20%;
	}
	.b-products-simple_in-block .b-products-simple__item {
		width: 25%;
	}
	.b-products-simple_sale .b-products-simple__item {
		width: 25%;
	}
}

@media all and (max-width: 1400px) {
	.b-catalog__section {
		height: 33.5em;
	}
	.b-catalog__section-viewport {
		height: 33.5em;
	}
	.b-catalog__wrap_main .b-catalog__section {
		height: 44.5em;
	}
	.b-catalog__wrap_main .b-catalog__section-viewport {
		height: 623px;
	}
	.b-search_in-header {
		min-width: 22.5em;
	}
}

@media (max-width: 1260px) {
	.examples__content {
		padding: 3em 3em 3em;
	}
	.examples__item-title {
		font-size: 2em;
	}
}

@media screen and (max-width: 1200px) {
	.all-categories-list li {
		width: 33%;
	}
}

@media (max-width: 1200px) {
	.sp_groups_block{
		height:80px;
		padding:10px;
	}
	.sp_groups_block span{
		font-size:1.7em;
	}
	.sp_groups_block img{
		max-height:60px;
	}
	.b-products-simple.b-products-simple_in-block.isClosed .b-products-simple__item:nth-of-type(n+4) {
		display: none;
	}
	.b-h-success .b-text__btn .b-btn {
		display: table;
		margin: 0 auto .5em auto;
	}
	.b-tariffs-wrap {
		max-width: 400px;
		margin: 0 auto;
	}
	#tariff-personal .extpp_inl_label {
		float: none;
		width: auto;
	}
	#tariff-personal .extpp_inputs {
		margin-left: 0;
	}
	#tariff-personal .extpp_row {
		margin-bottom: .5rem;
	}
	#tariff-personal .extpp_inl_label {
		line-height: 1.5;
	}
	.b-about__video {
		max-width: 500px;
		padding: 15px 60px 30px 60px;
	}
	.b-action-informer__recourse {
		margin-right: 2em;
	}
	.b-attach-clients__line-icontent {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.b-attach-clients__line-sphere {
		margin-bottom: 1em;
	}
	.b-attach-clients__line-text {
		text-align: center;
	}
	.b-cat__img-wrap {
		width: 5em;
		min-width: 5em;
		height: 5em;
	}
	.b-catalog-list__item {
		width: 33.3%;
	}
	.b-categories__item {
		width: 33.3%;
	}
	.b-coverflow-slider {
		padding: 0;
	}
	.b-coverflow-slider .owl-next {
		right: 2em;
	}
	.b-coverflow-slider .owl-prev {
		left: 2em;
	}
	.b-history__img-wrap {
		height: 23rem;
	}
	.b-history__btns .b-btn {
		margin-bottom: .5rem;
	}
	.b-main-slider.zk-block-preloader {
		min-height: 309px;
	}
	.b-main-slider.zk-block-preloader {
		min-height: 245px;
	}
	.b-pics.b-pics_vertical {
		left: -0.55em !important;
	}
	.b-pop-goods .b-cat_small .b-cat__name {
		max-height: 67px;
	}
	.b-pop-goods .b-cat_small .b-cat__name-wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: 64px;
		overflow-y: hidden;
		position: relative;
	}
	.b-pop-goods .b-cat_small .b-cat__name-wrap:after {
		content: ' ';
		position: absolute;
		bottom: 0;
		right: 0;
		height: 1em;
		width: 2em;
		background-color: transparent;
		background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
	}
	.b-popup_gallery {
		width: 950px;
	}
	.b-possibilitys__media {
		min-width: 14.285em;
		width: 14.285em;
	}
	.b-products_full-row .b-products-item {
		width: 25%;
	}
	.b-products-item__img-full {
		top: auto;
		left: auto;
		bottom: 0;
		right: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		color: #818181;
		background-color: transparent;
		width: 15px;
		height: 15px;
		padding: 0;
	}
	.b-products-item__img-full span {
		display: none;
	}
	.b-products-item__img-full i:before {
		content: url(/upload/icons/close.png?r=4.1.26);
	}
	.b-products-item__description {
		max-width: 369px;
	}
	.b-products-item__description {
		max-width: 163px;
	}
	.b-products-item_mode_gallery {
		width: 33.3%;
	}
	.b-products-item_mode_list .b-products-item__previev .b-pics__viewport {
		height: 9.675em;
	}
	.b-products-item_mode_list .b-products-item__img-wrap {
		height: 10.37em;
		width: 10.37em;
		min-width: 10.37em;
		max-width: 10.37em;
	}
	.b-products-item_mode_list .b-products-item__name {
		word-break: break-all;
	}
	.b-products-simple_in-block .b-products-simple__item {
		width: 33.3%;
	}
	.b-products-simple_sale .b-products-simple__item {
		width: 33.3%;
	}
	.b-table-packages__form-btns {
		margin-top: 1rem;
		text-align: center;
	}
	.b-table-packages__block-personal {
		display: block;
	}
	.b-table-packages__block-personal-img {
		display: block;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 1rem auto 2rem auto;
	}
	.b-table-packages__block-personal {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.b-table-packages__consultation-icon {
		width: 40px;
	}
	.b-table-packages__consultation {
		padding-left: 0;
		border-left: none;
	}
	.b-table-packages__block-personal-txt {
		text-align: center;
	}
	.b-tariffs__item {
		display: none;
	}
	.b-tariffs__item.isVisible {
		display: block;
	}
	.b-tariffs__item.isActive {
		border: none;
		box-shadow: none;
		background-color: transparent;
	}
	.b-tariffs__item.isActive .b-tariffs__row {
		border-bottom: 1px solid #e2e2e2;
	}
	.b-tariffs__item.isActive .b-tariffs__row_header {
		font-size: 1.285rem;
	}
	.b-tariffs__item_titles {
		width: 10rem;
		float: left;
		display: block;
	}
	.b-tariffs__row {
		height: 4.4rem;
	}
	.b-tariffs__row_header {
		display: none;
	}
	.b-tariffs__row_bottom {
		height: 14rem;
		border-bottom: none;
	}
	.b-tariffs__phone {
		font-size: 0.9285rem;
	}
	.b-tariffs__m-hide {
		display: none;
	}
	.b-tariffs__controls {
		display: block;
	}
}

@media all and (max-width: 1200px) {
	.b-cart__name {
		display: none;
	}
	.b-cart__count {
		position: absolute;
		left: .75em;
		top: -1.5em;
		font-size: 10px;
	}
	.b-catalog__section {
		height: 28.3em;
	}
	.b-catalog__section-viewport {
		max-height: 28.3em;
	}
	.b-catalog__wrap_main .b-catalog__section {
		height: 40.714285em;
	}
	.b-catalog__wrap_main .b-catalog__section-viewport {
		height: 40.714285em;
		max-height: none;
	}
	.b-catalog.b-catalog_in-menu {
		width: 15rem;
	}
	.b-catalog.b-catalog_in-menu .b-catalog__section-viewport,
	.b-catalog.b-catalog_in-menu .b-catalog__section {
		height: 28.3em;
		width: 15rem;
	}
	.b-faq-blocks__text {
		font-size: 0.85714rem;
	}
	.b-footer__left {
		-webkit-order: 1;
		-ms-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.b-footer__right {
		-webkit-order: 0;
		-ms-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	.b-portal-advantage__img {
		max-width: 3.5em;
		width: 3.5em;
	}
	.b-top-bar__fav:hover:before,
	.b-top-bar__cart:hover:before {
		color: #f74141;
		text-decoration: none;
	}
	.b-top-bar__fav {
		margin-right: 0;
	}
	.b-top-bar__fav-name {
		display: none;
	}
	.b-top-catalog__btn {
		padding: .6rem 1rem 0 1rem;
		font-size: 1.5em;
	}
	.b-top-catalog__btn:before {
		display: none;
	}
	.b-top-catalog__btn:hover {
		color: #000;
		background-color: #fff;
	}
	.b-top-catalog__btn-icon {
		display: block;
	}
	.b-top-catalog__btn-text {
		display: none;
	}
	.b-top-catalog__slide_main {
		height: 28.3em;
		width: 15rem;
	}
	.b-top-catalog__slide_sub {
		left: 15rem;
	}
	.b-top-catalog.isOpen .b-top-catalog__menu {
		left: -12rem;
	}
	.b-top-catalog.isOpen .b-top-catalog__menu:before {
		left: 12rem;
	}
	.b-top-informer__text-first {
		display: block;
		margin: 0;
	}
	.b-top-informer__text-second {
		display: block;
	}
}

@media (max-width: 1200px) and (max-width: 380px) {
	.b-tariffs__row {
		height: 5.5rem;
	}
}

@media (max-width: 1199px) {
	.b-categories_wide .b-categories__item:nth-child(3n) {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
}

@media screen and (max-width: 1000px) {
	.dealer-banner.horizontal {
		margin-bottom: 20px;
	}
	.banner-material-bottom .dealer-banner {
		max-width: 630px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

@media (max-width: 1000px) {
	.b-products-item__admin {
		display: none;
	}
}

@media (max-width: 992px) {
	.b-side-banners {
		margin-bottom: 5px;
	}
	.b-page__sidebar .informer-block__vertical {
		display: none !important;
	}
	.b-products-simple.isClosed .b-sc-product_more {
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.b-sect__content_product-list .b-products__show-all {
		display: none;
	}
	.b-registration__tab-title {
		display: none;
	}
	.b-registration__main {
		margin: 0 0 2em 0;
	}
	.b-registration__why_inblock {
		display: block;
	}
	.b-registration-list__header {
		font-size: 1.715rem;
		margin: 0 0 1rem 0;
	}
	.b-registration-list__title {
		margin-bottom: 1.25em;
	}
	.b-registration-list__item {
		margin-bottom: 2.5rem;
	}
	.b-registration__form {
		width: 100%;
	}
	.b-action-informer {
		height: auto;
		padding: .5em 0;
	}
	.b-action-informer__link {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.b-action-informer__countdown {
		display: none;
	}
	.b-action-informer__main {
		padding-top: 0;
		float: none;
		text-align: center;
	}
	.b-cat_small .b-cat__name {
		font-size: 0.85714rem;
		word-break: break-all;
	}
	.b-cat_big .b-cat__content {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.b-cat_big .b-cat__img-wrap {
		width: 8em;
		max-height: 8em;
		margin-bottom: 1rem;
		margin-right: 0;
	}
	.b-cat_big .b-cat__name {
		font-size: 0.85714rem;
		word-break: break-all;
		text-align: center;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.b-catalog-filter:not(.b-catalog-filter_selected) {
		border-left: none;
		border-right: none;
	}
	.b-catalog-filter__title {
		padding: .75em 2.5em .75em .75em;
	}
	.b-catalog-filter__item-content {
		padding: .75rem;
	}
	.b-catalog-filter_selected {
		margin-bottom: 1.5em;
	}
	.b-catalog-filters {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1001;
		width: 100%;
		min-height: 100%;
		height: 100%;
		background-color: #fff;
	}
	.b-catalog-filters__main {
		padding: 0 .75em;
		height: calc(100% - 110px);
		overflow-y: auto;
	}
	.b-catalog-filters__mobile-close {
		display: block;
	}
	.b-catalog-filters__bottom-mobile {
		display: block;
		text-align: center;
		padding: .75em;
		border-top: 1px solid #e2e2e2;
	}
	.b-catalog-list__item {
		width: 50%;
	}
	.b-coverflow-slider .owl-stage {
		padding: 6rem 0;
	}
	.b-coverflow-slider .owl-next,
	.b-coverflow-slider .owl-prev {
		font-size: 40px;
	}
	.b-firm-advantages__video .b-about__video:after,
	.b-firm-advantages__video .b-about__video:before {
		width: 90px;
		height: 90px;
	}
	.b-firm-advantages__video .b-about__video:before {
		left: -100px;
	}
	.b-firm-advantages__video .b-about__video:after {
		right: -100px;
	}
	.b-footer__block_last {
		width: 33%;
		float: left;
	}
	.b-footer__block_last:not(:last-child) {
		padding-right: 1em;
	}
	.b-header__top.fixed .b-top-bar {
		margin: 0;
	}
	.b-history__btns .b-btn {
		display: table;
		margin: .75em auto !important;
	}
	.b-notfound {
		margin: 2em 0;
	}
	.b-notfound__title {
		font-size: 1.715rem;
	}
	.b-notfound__text {
		font-size: 1rem;
	}
	.b-notfound__img {
		display: none;
	}
	.b-page__title {
		font-size: 1.1rem;
		font-weight:700;
		margin-top:1rem;
		margin-bottom:1rem;
	}
	.b-page__sort,
	.b-page__breadcrumbs,
	.b-page__sidebar {
		display: none;
	}
	.b-page__mobile-sort {
		display: block;
	}
	.b-popup_gallery {
		width: 100%;
	}
	.b-portal-advantage__info {
		padding-left: 0;
		display: block;
	}
	.b-product__images_preview {
		margin-left: 0;
		height: auto;
	}
	.b-product__images_preview>* {
		height: auto;
	}
	.b-product__images_preview .b-pic-slider__item {
		height: 300px;
	}
	.b-product-tabs_in-product {
		display: none;
	}
	.b-product-tabs__item-mobile {
		position: relative;
		display: block;
		background-color: #fff;
		padding: .75em 3em .75em .75em;
		font-size: 1.14285rem;
		font-weight: 600;
		border: 1px solid #e2e2e2;
		margin: 0 0 -1px 0;
	}
	.b-product-tabs__item-mobile:after {
		position: absolute;
		right: 1.5em;
		top: 50%;
		-webkit-transform: translateY(-50%) scale(1, -1);
		transform: translateY(-50%) scale(1, -1);
		font-family: 'ic';
		font-size: .75rem;
		font-weight: 400;
		color: #444;
		content: "\e906";
	}
	.b-products__show-all:hover {
		background-color: #fff;
		color: #000;
	}
	.b-products_full-row .b-products-item {
		width: 33.3%;
	}
	.b-products-item {
		min-height: none;
	}
	.b-products-item__info {
		width: 100%;
		min-width: 0;
	}
	.b-products-item__img-wrap {
		min-width: 0;
		width: 100%;
	}
	.b-products-item__pblock {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.b-products-item__pblock-wholesale {
		-webkit-order: 0;
		-ms-order: 0;
		-ms-flex-order: 0;
		order: 0;
		margin-left: 0;
		margin-bottom: .75em;
		font-size: 0.85714rem;
		font-weight: 600;
	}
	.b-products-item__wholesale-menu:after {
		left: 16px;
	}
	.b-products-item__wholesale-menu-wrap {
		left: -0.5em;
	}
	.b-products-item__description {
		max-width: 335px;
	}
	.b-products-item_mode_gallery {
		min-height: 0 !important;
	}
	.b-products-item_mode_gallery .b-products-item__content {
		min-width: 0;
	}
	.b-products-item_mode_gallery.isLocked .b-products-item__info,
	.b-products-item_mode_gallery.isOpened .b-products-item__info {
		min-width: 0;
	}
	.b-products-item_mode_gallery.isLocked .b-products-item__content,
	.b-products-item_mode_gallery.isOpened .b-products-item__content {
		position: static;
		margin: 0;
		width: 100%;
		padding: .75rem;
	}
	.b-products-item_mode_gallery.isLocked .b-products-item__info,
	.b-products-item_mode_gallery.isOpened .b-products-item__info {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		min-width: 100%;
	}
	.b-products-item_mode_gallery.isLocked .isHidden,
	.b-products-item_mode_gallery.isOpened .isHidden {
		display: none;
	}
	.b-products-item_mode_gallery .b-products-item__buy {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.b-products-item_mode_gallery .b-products-item__buy .b-btn__name {
		display: none;
	}
	.b-products-item_mode_gallery .b-products-item__buy .b-btn__icon {
		font-size: 1.285rem;
		display: block;
		margin: 0;
	}
	.b-products-item_mode_gallery .b-products-item__pblock {
		margin-right: .5em;
	}
	.b-products-item_mode_gallery .b-products-item__middle {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
	}
	.b-products-item_mode_gallery .b-products-item__buttons-content {
		margin: 0;
	}
	.b-products-item_mode_gallery .b-products-item__buttons.isHidden {
		display: block;
	}
	.b-products-item_mode_gallery .b-products-item__fav {
		position: absolute;
		top: 1.5rem;
		right: 1rem;
	}
	.b-products-item_mode_gallery .b-products-item__compare {
		display: none;
	}
	.b-products-item_mode_list .b-products-item__previev {
		display: none;
	}
	.b-products-item_mode_list .b-products-item__last {
		width: 12rem;
		min-width: 12rem;
	}
	.b-products-item_mode_list .b-products-item__img-wrap {
		margin-left: 0;
	}
	.b-products-item_mode_list .b-products-item__phone,
	.b-products-item_mode_list .b-products-item__compare,
	.b-products-item_mode_list .b-products-item__company,
	.b-products-item_mode_list .b-products-item__admin,
	.b-products-item_mode_list .b-products-item__town {
		display: none !important;
	}
	.b-products-item.b-products-item_mode_gallery.b-products-item_withgallery.isLocked .b-products-item__content,
	.b-products-item.b-products-item_mode_gallery.b-products-item_withgallery.isOpened .b-products-item__content,
	.b-products-item.b-products-item_mode_gallery.b-products-item_withgallery:hover .b-products-item__content {
		position: static;
		margin: 0;
		width: 100%;
		padding: .75rem;
	}
	.b-products-item.b-products-item_mode_gallery.b-products-item_withgallery.isLocked .b-products-item__info,
	.b-products-item.b-products-item_mode_gallery.b-products-item_withgallery.isOpened .b-products-item__info,
	.b-products-item.b-products-item_mode_gallery.b-products-item_withgallery:hover .b-products-item__info {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		min-width: 100%;
	}
	.b-regions {
		position: static !important;
	}
	.b-regions__dropdown {
		left: auto;
		right: 0;
	}
	.b-regions.isOpened .b-regions__btn {
		background-color: transparent;
		box-shadow: none;
	}
	.b-regions__current {
		display: block;
	}
	.b-safe-shop {
		margin: 15px 0;
	}
	#moreRecentProducts {
		display: none;
	}
	.b-search_in-header .b-search__submit {
		display: none;
	}
	.b-search_in-header .b-search__mobile-btn {
		display: block;
	}
	.b-sidebar_with-filters .b-side-banners {
		margin: 0;
	}
	.b-catalog-filters__item_info,
	.b-sidebar__list.b-link-list {
		display: none;
	}
	.b-slider {
		padding-left: .2rem;
		padding-right: .2rem;
	}
	.b-slider_examples {
		padding-left: .2rem;
		padding-right: .2rem;
	}
	.b-table-packages__block .b-form__input {
		margin-bottom: 1rem;
	}
	.b-tariffs__row_bottom {
		height: 14.5rem;
	}
	.b-tariffs__mobile-header {
		display: block;
		padding: 1.5em 0;
		border-bottom: 1px solid #e2e2e2;
		text-align: center;
		font-weight: bold;
		font-size: 1.285rem;
	}
	.b-top-bar__logo {
		margin: 0 .3em 0 0;
	}
	.b-top-bar__fav:before,
	.b-top-bar__login:before {
		font-size: 20px;
	}
	.b-top-bar__cart {
		padding-left: .7em;
	}
	.b-top-bar__cart:before {
		font-size: 19px;
	}
	.b-top-bar__login-trigger {
		position: relative;
		line-height: 1;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
		display: block;
		font-size: 18px;
		cursor: pointer;
	}
	.b-top-bar.isLoginShown .b-top-bar__login {
		display: block;
	}
	.b-top-bar.isLoginShown .auth_buttons {
		display: block;
	}
	.ui-tooltip.ui-widget.b-ui-tooltip {
		display: none !important;
	}
	.i-faccordion:not(.i-faccordion_is-open):hover .i-faccordion__title {
		background-color: transparent;
	}
	.shop-tabs .shop-tab.b-product-tabs__item.zk-col__md-12 > .tab-name{
		border-right:1px solid #e2e2e2;
	}
	.shop-tabs .shop-tab.b-product-tabs__item:first-child.zk-col__md-12 > .tab-name{
		border-bottom:none;
	}
	aside#sideLeft.sidebar_with_main_categories_menu{
		width: 100%;
		max-width: 100%;
		/*height: 150px;*/
		padding: 0 10px;
		margin-bottom:15px;
	}
	.sidebar_with_main_categories_menu div{
		max-height:150px;
		overflow:auto;
	}
	aside#sideLeft .b-catalog__section-prev,
	aside#sideLeft .b-catalog__section-next{
		display:none;
	}
}

@media only screen and (max-width: 992px) {
	.b-our-sats__item:nth-last-child(3) {
		margin: 0 80px;
	}
	.b-h-success .b-text__name {
		white-space: normal;
	}
	.b-h-success .i-block__img {
		padding-left: 0;
		padding-right: 2.6em;
	}
}

@media screen and (max-width: 992px) {
	.b-registration__why {
		margin-bottom: 1.5em;
		line-height: 1.2;
	}
}

@media all and (max-width: 992px) {
	.b-catalog__wrap {
		display: none;
	}
	.b-faq-blocks {
		display: none;
	}
	.b-footer__section-seo {
		display: none;
	}
	.b-header_in-main {
		margin-bottom: 0;
	}
	.b-header_in-main .b-header__top {
		padding-bottom: 0;
	}
	.b-main-slider {
		margin-bottom: 0;
	}
	.b-main-slider__next,
	.b-main-slider__prev {
		display: none;
	}
	.b-main-slider .owl-dots {
		bottom: .5rem;
	}
	.b-main-tabs {
		margin-top: 0;
	}
	.b-main-tabs__item {
		padding: 1em 0;
		border-top: none;
	}
	.b-main-tabs__item:after {
		height: 3px;
	}
	.b-pop-products__controls {
		margin-bottom: .75em;
	}
	.b-pop-products__controls-item {
		font-size: 0.85714rem;
		padding: .75em;
	}
	.b-portal-advantage__img {
		height: 3.5em;
		display: block;
		margin: 0 auto 1em auto;
		background-size: contain;
	}
	.b-portal-advantage__title,
	.b-portal-advantage__data {
		text-align: center;
		font-size: 0.85714rem;
	}
	.b-products-simple__showcase-mobile {
		max-width: none;
		overflow-y: scroll;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-right: 0;
	}
	.b-products-simple__showcase-mobile .b-products-simple__item {
		min-width: 15em;
	}
	.b-regions__btn:before {
		font-size: 18px;
		top: 50%;
	}
	.b-regions__btn:after {
		right: 1em;
		display: none;
	}
	.b-regions__btn:after:hover {
		color: #f74141;
	}
	.b-regions__btn-text {
		display: none;
	}
	.b-search__input,
	#ya-site-form0 {
		/*background-color: #fcfbfb;
		border-color: transparent;
		padding: 0 2em 0 0;
		width: 2em;*/
		display:none;
	}
	.b-search.b-search_focused .b-search__input,
	.b-search.b-search_focused  #ya-site-form0{
		display:block;
	}
	.b-search__mobile-btn{
		position:relative;
		padding-top:0;
	}
	.b-top-bar__search > div{
		border-color:transparent;
	}
	.b-search_in-header {
		min-width: auto;
	}
	.b-search.b-search_focused {
		top: .3em;
	}
	.b-season-cats {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		border: none;
	}
	.b-season-cats__banner {
		display: none;
	}
	.b-season-cats__cats {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: scroll;
		border: none;
	}
	.b-season-cats__cats-item {
		border: 1px solid #e2e2e2;
		margin-right: .5em;
		min-height: 12.2em;
		width: 8em;
		min-width: 8em;
	}
	.b-season-cats__cats-item .b-cat__content {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.b-season-cats__cats-item .b-cat__img-wrap {
		height: 5.5em;
		width: 5.5em;
		min-width: 5.5em;
		min-height: 5.5em;
		margin: 0 0 1rem 0;
	}
	.b-season-cats__cats-item .b-cat__name {
		font-size: 0.85714rem;
		text-align: center;
		line-height: 1.2;
		height: 2.5rem;
		overflow: hidden;
		position: relative;
	}
	.b-season-cats__cats-item .b-cat__name:after {
		content: ' ';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1em;
		background-color: transparent;
		background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
	}
	.b-sect {
		margin-bottom: 1.2em;
	}
	.b-sect__title {
		font-size: 1rem;
		font-weight: 600;
	}
	.b-sect_with-close .b-sect__close {
		font-size: 1em;
		top: 25%;
	}
	.b-sect.b-sect_main_slider {
		margin-bottom: 0;
	}
	.b-slider.b-slider_gallery .owl-dots {
		bottom: .5rem;
	}
	.b-slider__next,
	.b-slider__prev {
		display: none;
	}
	.b-slider .owl-dots {
		bottom: .5rem;
	}
	.b-top-bar {
		margin: 0em;
		height: 50px;
	}
	.b-top-bar__logo,
	.b-top-bar__catalog,
	.b-top-bar__indicators,
	.b-top-bar__search,
	.b-top-bar__regions {
		-webkit-order: 1;
		-ms-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.b-top-bar__search {
		margin-left: auto;
		margin-right: 0;
	}
	.b-top-bar__regions {
		width: 30px;
		padding: 0 1em 0 0;
		margin: 0;
	}
	.b-top-bar__logo-img {
		height: 2.5rem;
	}
	.b-top-bar__catalog {
		-webkit-order: 0;
		-ms-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	.b-top-bar__indicators {
		margin-left: 0;
	}
	.b-top-bar__fav,
	.b-top-bar__login {
		padding-left: 1.9em;
	}
	.b-top-bar__fav {
		margin-left: .3em;
	}
	.b-top-bar__login,
	.auth_buttons{
		display: none;
		position: absolute;
		right: 0;
		background-color: #fff;
		top: 47px;
		border: 1px solid #e2e2e2;
		padding: .75rem;
		z-index: 1000;
		transition: box-shadow 0.3s;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	}
	.b-top-bar__login:before {
		display: none;
	}
	.b-top-bar__login>.b-link {
		border: 1px solid #e2e2e2;
		text-align: center;
		padding: .5em 1.5rem;
	}
	.b-top-bar__login>.b-link:hover {
		text-decoration: none;
		background-color: #e2e2e2;
	}
	.b-top-bar__registration {
		top: 47px;
		padding: .75rem;
		width: 10.5rem;
	}
	.b-top-bar__reg-btn {
		padding: .5em;
		font-size: 0.85714rem;
	}
	.b-top-catalog__btn {
		color: #000;
		background-color: #fcfbfb;
		padding-top: .7rem;
	}
	.b-top-informer {
		display: none;
	}
	.vk_widget_block_desc{
		display:block;
		width:100%;
		margin-bottom:15px;
		padding:15px;
	}
	.vk_widget_block_desc svg{
		margin-right:15px;
	}
	.vk_widget_block_wrapper{
		display:block;
		margin:auto;
	}
	.vk_table_desc{
		display:table;
	}
	.vk_table_desc a{
		display:table-cell;
		vertical-align:middle;
	}
	.vk_table_desc span{
		display:table-cell;
		vertical-align:middle;
	}
}

@media (max-width: 991px) {
	.b-firm-info_flex .b-firm-info__list {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.b-page__firm-sidebar {
		display: none;
	}
	.b-product__shop {
		display: none;
	}
	.b-page__main-content {
		width: 100%;
		margin: 0;
		padding: 0 .75rem;
	}
	.b-page__main{
		padding: 0 .75rem;
	}
}

@media (max-width: 900px) {
	.examples__item-title {
		font-size: 1.6em;
	}
}

@media (max-width: 850px) {
	.reviews__ads {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	.sp_groups_block span{
		font-size:1.3em;
	}
	.sp_groups_block img {
		max-width: 80%;
	}
	.materials-table__wrapper {
		overflow-x: auto;
	}
	.materials-table__wrapper .materials-table {
		width: 768px;
	}
	.b-registration-list__title {
		margin-bottom: 1.5em;
	}
	.b-registration-list__item:before {
		top: 0;
	}
	.b-registration .b-registration__sect-header {
		font-size: 1.715rem;
	}
	.b-registration__sect-subheader {
		font-size: 0.9285rem;
	}
	.b-reg-step:not(:last-child) {
		margin-bottom: 2em;
	}
	#tariff-personal .extpp_inputs .gray {
		line-height: 1.5;
	}
	.b-footer__block_last {
		width: 100%;
		float: none;
	}
	.b-footer__block_last:not(:last-child) {
		padding-right: 0;
	}
	.b-help-btns {
		bottom: .5rem;
		right: .5rem;
	}
	.b-histories-card__date {
		position: absolute;
		top: .5em;
		left: .5em;
		display: inline-block;
		background-color: #adadad;
		color: #fff;
		padding: .3em;
	}
	.b-histories-card__more-link {
		margin-left: 0;
	}
	.b-history__img-wrap {
		height: 13rem;
	}
	.b-history__img-wrap>img {
		width: auto;
	}
	.b-info-slide__content {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.b-info-slide__logo {
		margin: 0 auto 1.5em auto;
		max-width: 10em;
		width: 10em;
	}
	.b-info-slide__name,
	.b-info-slide__info {
		text-align: center;
	}
	.b-pagination__item {
		padding: .75rem;
	}
	.b-popup__content {
		padding: 2.5em .5em 1em .5em;
	}
	.b-popup__bottom {
		margin-top: auto;
	}
	.b-popup__bottom-name {
		display: none;
	}
	.b-popup__bottom-meta {
		min-width: 0;
		margin-top: auto;
	}
	.b-popup_gallery {
		height: 100%;
		max-height: none;
	}
	.b-popup_gallery .b-popup__bottom {
		padding: .5em;
	}
	.b-popup_gallery .b-popup__content {
		padding: 0;
		margin: 2.5em .5em 1em .5em;
	}
	.b-portal-services__first-cell {
		width: 150px;
		max-width: 150px;
	}
	.b-possibilitys__btns_disabled-prev .b-possibilitys__prev {
		display: none;
	}
	.b-possibilitys__btns_disabled-next .b-possibilitys__prev {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}
	.b-possibilitys__btns_disabled-next .b-possibilitys__next {
		display: none;
	}
	.b-product {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.b-ptable__tabs {
		border: 1px solid #e2e2e2;
		margin-bottom: 1.4285em;
	}
	.b-ptable__tab {
		display: block;
		text-align: center;
	}
	.b-ptable__tab:not(:last-child) {
		border-bottom: 2px solid #e2e2e2;
	}
	.b-reviews__tab {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 1.5rem;
	}
	.b-reviews__tab-text {
		text-align: center;
	}
	.b-reviews__tab-icon {
		margin-right: 0;
		margin-bottom: 1em;
	}
	.b-specs-list {
		padding: 0;
	}
	div.ui-dialog {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		max-width: 100%;
		width: 100% !important;
		height: 100% !important;
		max-height: 100% !important;
		overflow-y: auto;
	}
	div.ui-dialog::-webkit-scrollbar {
		width: 2px;
		height: 2px;
	}
	div.ui-dialog .ui-widget-content {
		height: auto !important;
	}
}

@media all and (max-width: 768px) {
	.b-footer__copyright,
	.b-footer__logo,
	.b-footer__credits {
		text-align: center;
	}
	.b-footer__block {
		text-align: center;
		margin-bottom: 2.5em;
	}
}

@media only screen and (max-width: 767px) {
	.half {
		width: 100% !important;
	}
	.half__wrapp_right,
	.half__wrapp_left {
		float: none;
		padding: 0 0 0 0 !important;
	}
	.b-title {
		text-align: center;
		padding: 20px 20px 40px;
	}
	.b-h-success .i-block__img {
		display: none;
	}
	.b-h-success .i-block__wrapp {
		padding-left: 5em;
		padding-right: 5em;
	}
	.b-h-success .b-text__text {
		text-align: justify;
	}
	.b-reviews__wrapp {
		display: block;
	}
	.b-reviews__item {
		display: block;
		margin: 5em auto 0 !important;
	}
	.b-our-sats__item {
		display: block;
		margin: 0 0 30px !important;
		text-align: center;
	}
	.shop-tabs .shop-tab.b-product-tabs__item > .tab-name{
		border-right: 1px solid #e2e2e2;
	}
	.shop-tabs .shop-tab.b-product-tabs__item:not(:last-child) > .tab-name{
		border-bottom:none;
	}
	.b-main-tabs__col:first-child .b-main-tabs__item{
		border-right:1px solid #e2e2e2;
	}
}

@media only screen and (max-width: 767px) and (max-width: 576px) {
	.b-h-success .i-block__wrapp {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.b-faq__tab-header,
	.b-faq__folder-inline-header,
	.b-faq__folder-questions,
	.b-faq__non-folder-questions {
		border: 1px solid #e2e2e2;
		margin-bottom: -1px;
	}
	.b-faq__tab-header,
	.b-faq__folder-inline-header {
		position: relative;
	}
	.b-faq__tab-header:before,
	.b-faq__folder-inline-header:before {
		content: '\f107';
		position: absolute;
		display: block;
		right: 1em;
		top: 50%;
		margin-top: -0.7em;
		font-family: "ic";
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
	}
	.b-faq__tab-header.active:before,
	.b-faq__folder-inline-header.active:before {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.b-faq__tab-header {
		background-color: #f9f9f9;
		padding: .5em 2em .5em .75em;
	}
	.b-faq__folders-content {
		width: 100%;
	}
	.b-faq__folder-inline-header {
		padding: .5em 2.5em .5em 1.5em;
	}
	.b-faq__folder-inline-header.active {
		border-bottom: 0;
	}
	.b-faq__folder-inline-header:before {
		right: 1.1em;
	}
	.b-faq__folder-questions {
		padding: 0 .5em .5em 2.5em;
		border-top-color: #fff;
	}
	.b-faq__non-folder-questions {
		padding: .5em .5em .5em 1.5em;
	}
	.b-faq__question {
		padding: .35em 0;
		line-height: 1.25;
	}
	.b-faq__question_slim {
		padding: .1em 0;
	}
	.b-firm-advantages__video .b-about__video:after,
	.b-firm-advantages__video .b-about__video:before {
		display: none;
	}
	.b-firm-info:not(.b-firm-info_flex)__header {
		text-align: center;
	}
	.b-firm-info:not(.b-firm-info_flex)__list {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.b-products_full-row .b-products-item {
		width: 50%;
	}
	.b-ptable__table {
		min-width: 0;
	}
	.b-ptable__table-simple thead {
		display: none;
	}
	.b-ptable__table-simple tr {
		border-bottom: 1px solid #e2e2e2;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: .5em;
	}
	.b-ptable__table-simple td {
		min-width: 25%;
		padding: .5em;
		display: block;
	}
	.b-ptable__table-simple td:first-child {
		width: 100%;
		max-width: 100%;
	}
	.b-shopcart .itemRow {
		position: relative;
		display: block;
	}
	.b-shopcart .sc-image-td {
		display: block;
		margin: 0 auto;
	}
	.b-shopcart .sc-item-link-block {
		display: block;
	}
	.b-shopcart__product-delete-wrapper {
		display: block;
		position: absolute;
		right: .5em;
		top: .5em;
		width: auto;
	}
}

@media (max-width: 740px) {
	.b-products-item__description {
		display: none;
	}
}

@media (max-width: 700px) {
	.examples__content {
		padding: 3em 1em 3em;
	}
	.examples__item {
		width: 30.8%;
		margin: 0 1% -2em;
		box-shadow: 0 0 0.5em 0.3em rgba(0, 0, 0, 0.2);
	}
	.b-products-item_mode_list .b-products-item__content {
		padding: .2rem;
	}
	.b-products-item_mode_list .b-products-item__middle {
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		margin: 0;
	}
	.b-products-item_mode_list .b-products-item__last {
		margin: 0;
		padding: 0;
		border: none;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex: 1 1;
		-ms-flex: 1 1;
		flex: 1 1;
		width: 100%;
		min-width: auto;
	}
	.b-products-item_mode_list .b-products-item__middle {
		margin-right: .2rem;
	}
	.b-products-item_mode_list .b-products-item__price {
		font-size: 1rem;
	}
	.b-products-item_mode_list .b-products-item__buttons-content {
		margin: 0;
	}
	.b-products-item_mode_list .b-products-item__img-wrap {
		height: 7.15em;
		width: 7.15em;
		min-width: 7.15em;
		max-width: 7.15em;
	}
	.b-products-item_mode_list .b-products-item__buy {
		padding-left: 1rem;
		padding-right: 1rem;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}
	.b-products-item_mode_list .b-products-item__buy .b-btn__name {
		display: none;
	}
	.b-products-item_mode_list .b-products-item__buy .b-btn__icon {
		font-size: 1.285rem;
		display: block;
		margin: 0;
	}
	.b-products-item_mode_list .b-products-item__info {
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.b-products-item_mode_list .b-products-item__name {
		font-size: 0.9285rem;
		height: 3.5rem;
		word-break: break-all;
	}
	.b-products-item_mode_list .b-products-item__fav {
		display: none;
	}
}

@media (max-width: 680px) {
	.b-categories {
		margin: 0 -0.25rem 1.4285em 0;
	}
	.b-categories__item {
		padding: .25em .25em .5em .25em;
	}
	.b-products_mode-gallery {
		margin: 0 -0.25rem;
	}
	.b-products_mode-list {
		margin: 0 -0.25rem;
	}
	.b-products-item__content {
		padding: .5em !important;
	}
	.b-products-item__name {
		font-size: 0.9285rem;
		height: 3.5rem;
	}
	.b-products-item_mode_gallery {
		width: 50%;
		padding-left: .25em;
		padding-right: .25em;
	}
	.b-products-item_mode_gallery.isLocked .b-products-item__content,
	.b-products-item_mode_gallery.isOpened .b-products-item__content {
		padding: .25em .25em .5em .25em;
	}
	.b-products-simple_sale .b-products-simple__item {
		width: 50%;
	}
}

@media (max-width: 600px) {
	.examples__content {
		padding: 3em 1em 3em;
		text-align: center;
	}
	.examples__item {
		width: auto;
		margin: 1em 1%;
		display: block;
	}
	.b-company {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.sp_example_links_table{
		display:block;
	}
	.sp_example_links_table > div{
		display:block;
	}
	.sp_example_links_img{
		max-width:100%;
		margin-left:0;
	}
}

@media (max-width: 576px) {
	.informer_slider .b-product_gallery__img {
		width: 130px;
	}
	.informer_slider .b-product_gallery__img_wrap {
		height: 150px;
	}
	.autorization__socials {
		display: block;
	}
	.autorization__social-btns {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.autorization__submit {
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1.5rem;
	}
	.bellasist {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.bellasist__img {
		margin: 0 0 1em 0;
	}
	.bellasist__text {
		text-align: center;
	}
	.b-our-sats__bottom .b-text {
		font-size: 1rem;
	}
	.b-registration__form {
		padding: 25px 15px;
	}
	.main-box-registration .autorization__submit {
		display: block;
	}
	.b-about__video {
		min-width: auto;
		padding: 0;
		background-image: none;
	}
	.b-accordion-list__date {
		float: none;
		margin-bottom: .5em;
	}
	.b-accordion-list__link-title {
		margin-left: 0;
	}
	.b-action-informer__recourse {
		font-size: 0.85714rem;
		margin-right: 1.5em;
	}
	.b-action-informer__btn-txt {
		display: none;
	}
	.b-action-informer__btn-txtmobile {
		display: inline-block;
	}
	.b-cat_small .b-cat__content {
		padding: .4em;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.b-cat_small .b-cat__img-wrap {
		width: 2.5em;
		min-width: 2.5em;
		max-height: 2.5em;
	}
	.b-cat_small .b-cat__name {
		overflow: hidden;
		font-size: 11px;
		position: relative;
	}
	.b-cat_small .b-cat__name:after {
		content: ' ';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: #fff;
		background-color: transparent;
		background-image: linear-gradient(to top, 0.5rem, rgba(255, 255, 255, 0));
	}
	.b-catalog-list__item {
		width: 100%;
	}
	.b-categories__item {
		width: 50%;
	}
	.b-category__img-wrap {
		height: 8.715em;
		max-width: 8.715em;
	}
	.b-company__main {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: center;
		margin: 0 0 1em 0;
	}
	.b-company__img-wrap {
		margin: 0 0 1em 0;
	}
	.b-coverflow-slider .owl-next {
		right: 1em;
	}
	.b-coverflow-slider .owl-prev {
		left: 1em;
	}
	.b-fast-buy .oneClickBuy {
		left: 35%;
	}
	.b-firm-advantages__item {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 2em;
	}
	.b-firm-advantages__item-icon {
		-webkit-transform: scale(1);
		transform: scale(1);
		margin-bottom: 1em;
	}
	.b-firm-advantages__item-info {
		margin: 0;
		text-align: center;
	}
	.b-firm-advantages__list {
		margin-bottom: 2em;
	}
	.b-mobile-sort__filter-icon,
	.b-mobile-sort__select-icon {
		padding: 0 .25em 0 0;
	}
	.b-pagination__item {
		padding: .5rem .6rem;
	}
	.b-pagination__item_next>i {
		padding-left: 0;
	}
	.b-pagination__item_prev>i {
		padding-right: 0;
	}
	.b-pagination__item-text {
		display: none;
	}
	.b-popup {
		width: 100%;
	}
	.b-portal-services__info {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.b-portal-services__text {
		margin: 0 0 2em 0;
	}
	.b-portal-services__informer {
		width: 100%;
		min-width: 100%;
	}
	.b-possibilitys__content {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.b-possibilitys__text {
		-webkit-order: 2;
		-ms-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.b-possibilitys__btns {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.b-possibilitys__next {
		margin: 1em 0 1em 0;
	}
	.b-possibilitys__prev {
		-webkit-order: 2;
		-ms-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin: 1em 0 1em 1em;
	}
	.b-possibilitys__media {
		min-width: 17.15em;
		width: 17.15em;
		margin: 1em auto;
		-webkit-order: 1;
		-ms-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.b-posts__img-wrap {
		min-width: 5em;
		width: 5em;
		height: 5em;
	}
	.b-product__order-buttons {
		width: 70%;
	}
	.b-products-item__img-wrap {
		height: 9em;
	}
	.b-products-item__price {
		word-break: break-all;
	}
	.b-products-item_mode_gallery .b-products-item__fav {
		top: 1.2rem;
		right: .25rem;
	}
	.b-ptable__content {
		overflow-x: scroll;
	}
	.b-ptable__table-hide-mobile {
		display: none;
	}
	.b-review {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.b-review__img-wrap {
		margin-right: 0;
		margin-bottom: 1em;
	}
	.b-review__author {
		text-align: center;
	}
	.b-review__shop {
		text-align: center;
	}
	.b-review_answer {
		margin-left: 0px;
	}
	.b-review_answer:before {
		display: none;
	}
	.b-safe-shop {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 25px 15px;
	}
	.b-safe-shop__text,
	.b-safe-shop__btn {
		display: block;
	}
	.b-safe-shop__text {
		margin: 0 0 1em 0;
		text-align: center;
	}
	.b-safe-shop__btn {
		margin: 0;
		text-align: center;
	}
	.reviews_filter_spoiler{
		display:block;
	}
	.reviews_filter_form{
		display:none;
	}
}

@media screen and (max-width: 576px) {
	.all-categories-list li {
		width: 50%;
	}
	.b-product__main-info .zk-img-gallery__block .owl-nav.disabled,
	.b-product__main-info .zk-img-gallery__block .owl-dots.disabled {
		display: none;
	}
}

@media only screen and (max-width: 576px) {
	.b-reg__wrapper_no-https .b-list__item {
		width: 100%;
	}
}

@media all and (max-width: 576px) {
	.b-advantages__list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.b-advantages__item {
		-ms-flex-basis: 50%;
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.b-main-tabs__item {
		font-size: 0.85714rem;
	}
	.b-main-tabs__item-name {
		padding-top: 1em;
	}
	.b-pop-goods__cats {
		width: 50%;
	}
	.b-top-bar__catalog {
		margin: 0 .3em 0 0;
	}
	.b-top-catalog__btn {
		padding-left: 0;
		padding-right: .3em;
	}
}

@media (max-width: 575px) {
	.b-adv-list__item {
		width: 50%;
	}
	.b-footer-menu__row {
		width: 50%;
	}
	.b-footer-menu__title,
	.b-footer-menu__item {
		text-align: left;
	}
	.b-product__tabs:not(.b-product__tabs_company) {
		display: none;
	}
	.b-ptable__table-text-content tr {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.b-ptable__table-text-content th,
	.b-ptable__table-text-content td {
		width: 50%;
		text-align: center;
		background-color: #f9f9f9;
		padding: .5em;
	}
	.b-ptable__table-text-content th:last-child,
	.b-ptable__table-text-content td:last-child {
		border-left: 1px solid #e2e2e2;
	}
	.b-ptable__table-text-content th:first-child {
		display: none;
	}
	.b-ptable__table-text-content td:first-child {
		width: 100%;
		background-color: #fff;
		border-bottom: 1px solid #e2e2e2;
	}
	.b-ptable__table-text-content td:first-child .b-portal-services__icon-row {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.b-shopcart__firm-contacts-info {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.zk-row .mobile-width-50{
		width:50%;
	}
	.section_desc{
		font-size: 0.8rem;
	}
	.section_spoiler{
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 550px) {
	.table-adaptive__gradient {
		display: block;
	}
}

@media (max-width: 540px) {
	.b-histories-card__img-wrap {
		height: 15em;
	}
}

@media (max-width: 520px) {
	.examples__item {
		width: 97%;
	}
}

@media screen and (max-width: 480px) {
	.all-categories-list li {
		width: 100%;
	}
	.dealer-banner.horizontal {
		height: auto;
		width: 300px;
		margin: 0px auto 20px auto;
	}
	.p-banner__content {
		width: 100%;
		max-width: none;
		padding-bottom: 150px;
		text-align: center;
	}
	.s-banner__content {
		margin: 0 auto 10px auto;
		text-align: center;
		width: 200px;
		float: none;
	}
	.s-banner__advantages {
		float: none;
		margin: 0 auto;
	}
	.dealer-banner.dealer-banner_program:before {
		right: -50px;
		top: 60px;
	}
}

@media only screen and (max-width: 480px) {
	.b-reg__list {
		padding-right: 0px;
	}
}

@media (max-width: 480px) {
	.b-products-item__price {
		font-size: 1rem;
	}
	.b-products-item__price .old_price {
		display: block;
	}
	.b-secure-shopping__icon {
		position: absolute;
		right: 0;
		top: 1em;
	}
	.b-secure-shopping__title {
		margin-right: 3em;
	}
	.title_banner h2{
		font-size: 1.2em;
	}
	.title_banner h3{
		font-size: 1.5em;
	}
	.b-top-bar__logo .logo_text{
		padding-left:0;
	}
}

@media (max-width: 460px) {
	.b-histories-card__img-wrap {
		height: 10em;
	}
	.b-products-simple_sale .b-products-simple__item {
		width: 100%;
	}
}

@media (max-width: 450px) {
	.b-coverflow-slider .owl-item.center {
		-webkit-transform: scale(2);
		transform: scale(2);
	}
	.b-coverflow-slider .owl-next {
		right: .1em;
	}
	.b-coverflow-slider .owl-prev {
		left: .1em;
	}
	.b-info-table__name {
		width: 50%;
	}
}

@media (max-width: 423px) {
	.b-possibilitys__btns_disabled-next .b-possibilitys__prev {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
}

@media (max-width: 400px) {
	.b-firm-info_flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.b-firm-info_flex .b-firm-info__header {
		text-align: center;
	}
	.b-firm-info_flex .b-firm-info__list {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.b-footer__social {
		max-width: 220px;
		margin: 0 auto;
	}
	.b-footer__social .b-social__item {
		margin: .4em;
	}
	.b-ptable__table-text-content th,
	.b-ptable__table-text-content td {
		padding: .5em;
	}
	.b-season-cats__cats-item {
		width: 9.5em;
		min-width: 9.5em;
	}
	.b-season-cats__cats-item .b-cat__img-wrap {
		height: 6.5em;
		width: 6.5em;
		min-width: 6.5em;
		min-height: 6.5em;
	}
}

@media (max-width: 380px) {
	.b-about__btns_opoerunities .b-btn_yellow {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
	.b-categories__item_in-block {
		width: 100%;
	}
	.b-category__img-wrap {
		height: 7.715em;
		max-width: 7.715em;
	}
	.b-category__name {
		word-break: break-all;
	}
	.b-tariffs__item_titles {
		width: 8rem;
	}
	.b-tariffs__row_title {
		font-size: 12px;
	}
	.b-tariffs__row-btn .b-btn {
		min-width: 100px;
	}
	.b-top-bar__logo span{
		font-size:21px;
	}
	.b-top-bar__logo .logo_subtitle{
		font-size:10px;
	}
}

@media print {
	.b-margin-top {
		margin-top: 250px !important;
	}
	.b-margin-top-ua {
		margin-top: 350px !important;
	}
	.sf-toolbar,
	.b-header,
	.b-hidden-print {
		display: none!important;
	}
	.b-page__pane {
		border: none;
		padding: 0;
	}
	.b-margin-top,
	.b-margin-top-ua,
	.b-rekviziti {
		page-break-inside: avoid;
	}
	body {
		font-family: Verdana, sans-serif;
		font-size: 12pt;
	}
	a img {
		border: none;
	}
	a {
		text-decoration: none;
		color: black;
	}
	div {
		background: none repeat scroll 0 0 #FFF !important;
	}
	.header,
	.sidebar,
	.google_add_block,
	.stars-rating-block,
	.banner,
	#bottom_banner,
	#secure-shopping,
	.b-sorting,
	#footer,
	iframe,
	#yandex_ad_bottom,
	#products-related-goods,
	.more-tels,
	.paging,
	.rating_testimonials_block,
	#search-info,
	.informer-block,
	.filter,
	.actions_block,
	.other_goods,
	.add_comment,
	#getMainMenu,
	.testimonials-wrapper,
	#pp_related_categories,
	#abuse_block,
	.pp-types-menu,
	.banner_top,
	.top-menu,
	.b-breadcrumbs-wrap,
	#show_big_map,
	.search-block,
	.enter-links,
	.all-contacts,
	.contact_now,
	.hFooter,
	#footer,
	.p_pic_other {
		display: none;
	}
	#middle {
		padding-top: 110px !important;
	}
	.print-logo,
	.product_all_tels {
		display: block;
	}
	#top {
		height: 1.2cm;
		width: 100%;
	}
	.p_firm_info {
		width: 55%;
	}
	#middle {
		margin: 0 !important;
		width: 100%;
		padding: 0;
	}
	#container {
		float: none;
		margin: 0;
		width: 100%;
		padding: 0;
	}
	#content {
		padding: 0;
		width: 100%;
	}
	#wrapper,
	.main_div {
		width: 99%;
		margin: 0;
		padding: 0;
	}
	.no-print,
	.tariff_order_link,
	#add_comment,
	.about_menu_block {
		display: none;
	}
	.about_content {
		margin: 0;
		padding: 0;
		border: 0;
	}
	.about_content table {
		width: 610px;
	}
	.container-with-menu {
		margin-left: 0 !important;
		width: 100%;
	}
	.cabinet-content-container-with-menu {
		margin-left: 0 !important;
		width: 100%;
	}
	.iTable-helper-bar,
	.iTable-filtersBar,
	.iTable-actions,
	.iTable-footer,
	.iTable-info-container {
		display: none;
	}
	.iTable-table {
		width: 100% !important;
	}
	.profiler {
		display: none;
	}
	table {
		border: solid #ccc !important;
		border-width: 1px 0 0 1px !important;
	}
	th,
	td {
		border: solid #ccc !important;
		border-width: 0 1px 1px 0 !important;
	}
	/*jivosite remove from print*/
	#jivo-iframe-container {
		visibility: hidden !important;
	}
	#jivo_container {
		visibility: hidden !important;
	}
	[class^="jivo"] {
		display: none !important;
		visibility: hidden !important;
	}
	[id^="jivo"] {
		display: none !important;
		visibility: hidden !important;
	}
	jdiv {
		display: none!important;
	}
}
/* End */


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


/* Start:/bitrix/templates/small/components/bitrix/system.auth.form/user_auth/style.css?15222492791689*/
div.bx-system-auth-form span.bx-auth-secure {
	background-color:#FFFAE3;
	border:1px solid #DEDBC8;
	padding:2px;
	display:inline-block;
	vertical-align:bottom;
	margin-top:-1px;
}
div.bx-system-auth-form div.bx-auth-secure-icon {
	background-image:url(/bitrix/templates/small/components/bitrix/system.auth.form/user_auth/images/sec.png);
	background-repeat:no-repeat;
	background-position:center;
	width:19px;
	height:18px;
}
div.bx-system-auth-form div.bx-auth-secure-unlock {
	background-image:url(/bitrix/templates/small/components/bitrix/system.auth.form/user_auth/images/sec-unlocked.png);
}
.auth_container{
	max-width:100vw;
	width:400px;
	/*background-image: linear-gradient(215deg, #ffce00, #ffa000);*/
	background-color:#f2f2f2;
	border:1px solid #e2e2e2;
	text-align:center;
	padding:2em;
	display:inline-block;
	box-sizing:border-box;
	position: relative;
}
.auth_container label{
	font-size: 1.2em;
	line-height: 1.14;
	text-align: left;
	color: black;
	display:block;
}
.auth_table{
	width:100%;
}
.auth_container input[type=text], .auth_container input[type=password]{
	border:1px solid #e2e2e2;
	width:100%;
	padding:1em;
	background-color: #ffffff;
	margin-bottom:20px;
	box-sizing: border-box;
}
.auth_container input[type=submit]{
    border: none;
    width: 100%;
	padding: 15px;
	background-color: #3e4758;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	cursor:pointer;
	transition: box-shadow 0.3s ease-in-out;
}
.auth_container input[type=submit]:hover{
	box-shadow:0 5px 18px 0 rgba(0, 0, 0, 0.2);
}
.form_error{
	color:red;
}
#form_auth{
	display:inline-block;
	position:relative;
}
.auth_consent{
	margin-top:1em;
	font-size:0.6em;
}
.auth_consent input{
	vertical-align:middle;
}
.auth_consent a{
	color:black;
	text-decoration:underline;
}
.auth_consent a:hover{
	text-decoration:none;
}
/* End */


/* Start:/bitrix/templates/small/components/bitrix/socserv.auth.form/soc_auth_icons/style.css?1522247955276*/
div.bx-auth-serv-icons{
	margin-bottom:0.5em;
}
div.bx-auth-serv-icons a{
	border:none;
    margin: 15px;
	max-height:48px;
	transition: box-shadow 0.3s ease-in-out;
}
div.bx-auth-serv-icons a:hover{
	border:none;
	margin: 15px;
	box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.2);
}
/* End */


/* Start:/bitrix/templates/small/components/bitrix/menu/footer_menu/style.min.css?1526808446490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/small/components/bitrix/menu/footer_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /bitrix/templates/small/css/jquery-ui.css?151697371138777 */
/* /bitrix/templates/small/css/normalize.css?15168836826022 */
/* /bitrix/templates/small/css/zk-bootstrap.css?151688403031881 */
/* /bitrix/templates/small/css/nouislider.css?15168840934493 */
/* /bitrix/templates/small/fonts/fontawesome-free-5.0.6/css/fontawesome-all.min.css?151690836634734 */
/* /bitrix/templates/small/fonts/line-awesome/css/line-awesome-font-awesome.min.css?148544572028099 */
/* /bitrix/templates/small/css/slick.css?15201847871729 */
/* /bitrix/templates/small/css/slick-theme.css?15205133413195 */
/* /bitrix/templates/small/css/magnific-popup.css?15222472077480 */
/* /bitrix/templates/small/css/main.css?1628833260345188 */
/* /bitrix/templates/small/components/bitrix/menu/shops_menu/style.min.css?1517522723490 */
/* /bitrix/templates/small/components/bitrix/system.auth.form/user_auth/style.css?15222492791689 */
/* /bitrix/templates/small/components/bitrix/socserv.auth.form/soc_auth_icons/style.css?1522247955276 */
/* /bitrix/templates/small/components/bitrix/menu/footer_menu/style.min.css?1526808446490 */
