

/* Start:/bitrix/templates/general_template/js/fancy/jquery.fancybox.css?16754491904899*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/general_template/js/fancy/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/general_template/js/fancy/fancybox_loading.gif') center center no-repeat;
}

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

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/general_template/js/fancy/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    /*overflow: hidden !important;*/
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

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

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

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

/* Title helper */

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

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

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

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

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

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

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

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/general_template/js/fancy/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/general_template/js/fancy/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/general_template/css/jquery-ui-1.10.4.custom.css?167544919031989*/
/*! jQuery UI - v1.10.4 - 2014-04-10
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* 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);
}

.ui-front {
	z-index: 100;
}


/* 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-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.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-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.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: 49%;
}
.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: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.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("/bitrix/templates/general_template/css/images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.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;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For 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: 2px;
background: #8a8888;
}
.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: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 0;
	background: #8a8888;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 0;
	background: #fdcd00;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 0;
	background: url("/bitrix/templates/general_template/css/../img/sprite-skin-flat.png") 0 0 no-repeat !important;
	font-weight: bold;
	color: #1c94c4;
	width:20px;
	height:20px;
	cursor:pointer
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	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:0;
	background: url("/bitrix/templates/general_template/css/../img/sprite-skin-flat.png") 0 0 no-repeat !important;
	font-weight: bold;
	color: #c77405;
}
.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: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border:0;
	background: url("/bitrix/templates/general_template/css/../img/sprite-skin-flat.png") 0 0 no-repeat !important;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("/bitrix/templates/general_template/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("/bitrix/templates/general_template/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.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);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/bitrix/templates/general_template/css/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/bitrix/templates/general_template/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/bitrix/templates/general_template/css/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/bitrix/templates/general_template/css/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/bitrix/templates/general_template/css/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/bitrix/templates/general_template/css/images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/bitrix/templates/general_template/css/images/ui-icons_ffd27a_256x240.png");
}

/* 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: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("/bitrix/templates/general_template/css/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("/bitrix/templates/general_template/css/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}

/* End */


/* Start:/bitrix/templates/general_template/css/reset.css?16754491901527*/
@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.pop_up .form-subtitle{display: none;}
/**/
	.short-info-flex{
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		width: 100%;
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.short-info-flex .short-col{
	color: #000;
	background: #f4f4f4;
	padding: 16px 20px;
	box-sizing: border-box;
	width: 49.5%;
	text-align: center;
	line-height: 1.1;
	font-size: 13px;
	box-shadow: 0 8px 9px -11px #000;
	}
	.short-info-flex .name{
		text-transform: uppercase;
		margin: 3px 0 10px 0;
		font-weight: bold;
		font-weight: bold;
		font-size: 14px;
	}
/* End */


/* Start:/bitrix/templates/general_template/css/owl.carousel.min.css?16754491903632*/
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel .owl-rtl{direction:rtl}.owl-carousel .owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/general_template/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}
/* End */


/* Start:/bitrix/templates/general_template/css/lightslider.css?16754491907988*/
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('/bitrix/templates/general_template/css/../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/* End */


/* Start:/bitrix/templates/general_template/css/figma.css?1752662330159116*/
/* GLOBAl SETTINGS */
.r {
  font-family: 'Roboto', sans-serif !important;
}
.got {
  font-family: 'Roboto', sans-serif !important;
}
body {
  background: #F3F3F3;
  font-family: 'Roboto', sans-serif !important;
}
.label-checkbox {
  position: relative;
  padding-left: 25px;
}
.label-checkbox label {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #515256;
  display: block;
  text-align: left;
}
.label-checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #E4E0E0;
}
.label-checkbox input {
  display: none;
}
.label-checkbox input:checked + label:before {
  width: 20px;
  height: 17px;
  border: none;
  background: url(/bitrix/templates/general_template/css/../img/figma/checbox-bg.svg) no-repeat center;
}
/* FONTS */
@font-face {
  font-family: 'Century Gothic';
  src: url('/bitrix/templates/general_template/css/../fonts/CenturyGothic-Italic.eot');
  src: local('Century Gothic Italic'), local('CenturyGothic-Italic'), url('/bitrix/templates/general_template/css/../fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/general_template/css/../fonts/CenturyGothic-Italic.woff') format('woff'), url('/bitrix/templates/general_template/css/../fonts/CenturyGothic-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('/bitrix/templates/general_template/css/../fonts/CenturyGothic.eot');
  src: local('Century Gothic'), local('CenturyGothic'), url('/bitrix/templates/general_template/css/../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/general_template/css/../fonts/CenturyGothic.woff') format('woff'), url('/bitrix/templates/general_template/css/../fonts/CenturyGothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('/bitrix/templates/general_template/css/../fonts/CenturyGothic-Bold.eot');
  src: local('Century Gothic Bold'), local('CenturyGothic-Bold'), url('/bitrix/templates/general_template/css/../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/general_template/css/../fonts/CenturyGothic-Bold.woff') format('woff'), url('/bitrix/templates/general_template/css/../fonts/CenturyGothic-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('/bitrix/templates/general_template/css/../fonts/CenturyGothic-BoldItalic.eot');
  src: local('Century Gothic Bold Italic'), local('CenturyGothic-BoldItalic'), url('/bitrix/templates/general_template/css/../fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/general_template/css/../fonts/CenturyGothic-BoldItalic.woff') format('woff'), url('/bitrix/templates/general_template/css/../fonts/CenturyGothic-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
* {
  outline: none !important;
  box-sizing: border-box;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #DADADA;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #DADADA;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #DADADA;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #DADADA;
}
input.min-price::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8E939F;
}
input.min-price::-moz-placeholder {
  /* Firefox 19+ */
  color: #8E939F;
}
input.min-price:-ms-input-placeholder {
  /* IE 10+ */
  color: #8E939F;
}
input.min-price:-moz-placeholder {
  /* Firefox 18- */
  color: #8E939F;
}
input.max-price::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8E939F;
}
input.max-price::-moz-placeholder {
  /* Firefox 19+ */
  color: #8E939F;
}
input.max-price:-ms-input-placeholder {
  /* IE 10+ */
  color: #8E939F;
}
input.max-price:-moz-placeholder {
  /* Firefox 18- */
  color: #8E939F;
}
.compare,
#compare_list_count.compare.cell_block,
#compare_list_count.compare.cell_block span {
  position: static;
  padding: 0;
}
div.title-search-result {
  display: none;
}
a {
  color: #515256;
  text-decoration: none;
}
a:hover {
  color: #DD3B08;
}
.header {
  height: auto;
}
h1,
.cs_ttl {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #515256;
  margin-bottom: 12px;
  margin-top: 0;
  transition: 0.4s;
  display: inline-block;
}
h1:hover,
.cs_ttl:hover {
  color: #F35321;
}
h1 {
  font-family: 'Roboto', sans-serif !important;
}
h1:hover {
  color: #515256;
}
#figma-styles-m .news_item .text .more {
  font-family: 'Roboto', sans-serif !important;
}
/* HEADER */
.header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_top a.logotype {
  width: 277px;
  height: 115px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  margin-right: 30px;
  min-width: 277px;
}
.header_top a.logotype img {
  width: 100%;
}
.header_top .search-head {
  margin-right: 60px;
}
.header_top .search-head form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 367px;
  height: 40px;
  background: #fff;
  position: relative;
  border-radius: 60px;
  padding: 0 10px 0 20px;
}
.header_top .search-head form input {
  line-height: 40px;
  border: none;
  padding: 0;
  background: none;
}
.header_top .search-head form input[type="text"] {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 60px;
  font-size: 14px;
  line-height: 16px;
}
.header_top .search-head form input[type="submit"] {
  width: 40px;
  height: 40px;
  background: url(/bitrix/templates/general_template/css/../img/figma/search.svg) no-repeat center;
  cursor: pointer;
}
.header_top .callback-and-phone {
  padding-top: 20px;
  margin-right: 21px;
  white-space: nowrap;
}
.header_top .callback-and-phone .phone a {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: #000;
}
.header_top .callback-and-phone .phone a:hover {
  color: #F35321;
}
.header_top .callback-and-phone .phone a:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 2px;
  width: 18px;
  height: 22px;
  background: url(/bitrix/templates/general_template/css/../img/figma/phone.svg) no-repeat center;
}
.header_top .callback-and-phone .callback {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
  color: #F35321;
}
.header_top .callback-and-phone .callback:hover {
  color: #DD3B08;
}
.header_top p.mail a {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  margin-left: 35px;
  white-space: nowrap;
  color: #000;
}
.header_top p.mail a:hover {
  color: #F35321;
}
.header_top p.mail a:before {
  content: "";
  position: absolute;
  left: -27px;
  top: 4px;
  width: 19px;
  height: 17px;
  background: url(/bitrix/templates/general_template/css/../img/figma/mess.svg) no-repeat center;
}
.header_top .compare {
  margin: -5px 0 0 40px;
  background: none !important;
}
.header_top .compare.basket {
  margin-left: 20px;
}
.header_top .compare a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  color: #979797 !important;
}
.header_top .compare a img {
  margin-right: 11px;
}
.header_top .compare a span {
  width: 20px !important;
  height: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400 !important;
  line-height: 0;
  font-size: 14px !important;
  color: #979797 !important;
  background: #DADADA !important;
  border-radius: 50px;
  padding-top: 1px !important;
  transition: 0.4s;
}
.header_top .compare a:hover span {
  color: #fff !important;
  background: #F35321 !important;
}
.header_sub {
  background: #F35321;
}
.header_sub a {
  color: #fff;
}
.header_sub .sub-header-flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.header_sub .sub-header-flex .menu_link {
  display: block;
  line-height: 60px;
  width: 277px;
  background: #DD3B08;
  font-weight: 900;
  font-size: 18px;
  padding: 0 21px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header_sub .sub-header-flex .menu_link img {
  margin-right: 15px;
  display: block;
}
.header_sub .sub-header-flex .main_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 277px);
}
.header_sub .sub-header-flex .main_menu li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_sub .sub-header-flex .main_menu li.active {
  position: relative;
  z-index: 10;
  box-shadow: -2px 0 0 #F78663;
  background: #F78663;
}
.header_sub .sub-header-flex .main_menu li.active a {
  border-right: transparent;
}
.header_sub .sub-header-flex .main_menu li a {
  display: block;
  padding: 0 41px;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  opacity: 0.9;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.header_sub .sub-header-flex .main_menu li a:hover {
  opacity: 1;
}
.header_sub .sub-header-flex .main_menu li:first-child a {
  padding-left: 32px;
}
.header_sub .sub-header-flex .main_menu li:last-child a {
  border-right: none;
  padding-right: 0;
}
.header_sub .sub-header-flex .main_menu li.active:last-child a {
  border-right: none;
  padding-right: 20.5px;
  padding-left: 20.5px;
}
/* WELCOME */
.welcome-figma-section {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.welcome-figma-section .figma-catalog-menu {
  width: 277px;
  background: #fff;
}
.welcome-figma-section .figma-catalog-menu .menu_popup a {
  color: #000 !important;
}
.welcome-figma-section .figma-catalog-menu .menu_popup a:hover {
  color: #F35321 !important;
}
.welcome-figma-section .figma-catalog-menu .menu_popup .section.lvl1 {
  display: block;
  background: #fff;
  z-index: 40;
  padding: 30px 33px;
}
.welcome-figma-section .figma-catalog-menu .menu_popup .section.lvl1 > li {
  margin-bottom: 20px;
}
.welcome-figma-section .figma-catalog-menu .menu_popup .section.lvl1 > li > a {
  color: #8E939F;
  font-size: 16px;
  transition: padding 0.4s, font-weight 0.4s, color 0.4s;
}
.welcome-figma-section .figma-catalog-menu .menu_popup .section.lvl1 > li > a:hover {
  color: #F35321;
  padding-left: 17px;
  background: url(/bitrix/templates/general_template/css/../img/figma/arrow.svg) no-repeat left;
}
.welcome-figma-section .figma-catalog-menu .menu_popup .section.lvl1 > li:last-child {
  margin-bottom: 0;
}
.welcome-figma-section .figma-catalog-menu .menu_popup .section.lvl1 > li .lvl2 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}
.welcome-figma-section .figma-catalog-menu .menu_popup .section.lvl1 > li:hover .lvl2 {
  display: block;
  background: #fff;
  z-index: 40;
  padding: 30px 33px;
}
.welcome-figma-section .figma-catalog-menu .menu_popup .section.lvl1 > li:hover .lvl2 li {
  margin-bottom: 20px;
}
.welcome-figma-section .figma-catalog-menu .menu_popup .section.lvl1 > li:hover .lvl2 li a {
  white-space: nowrap;
  color: #8E939F;
  font-size: 16px;
  transition: padding 0.4s, font-weight 0.4s, color 0.4s;
}
.welcome-figma-section .figma-catalog-menu .menu_popup .section.lvl1 > li:hover .lvl2 li a:hover {
  color: #F35321;
  padding-left: 17px;
  background: url(/bitrix/templates/general_template/css/../img/figma/arrow.svg) no-repeat left;
}
.welcome-figma-section .figma-catalog-menu .menu_popup .section.lvl1 > li:hover .lvl2 li:last-child {
  margin-bottom: 0;
}
.welcome-figma-section .figma-catalog-menu .catalog-figma-bnr {
  width: 100%;
  padding: 30px;
}
.welcome-figma-section .figma-catalog-menu .catalog-figma-bnr .ride {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 517px;
  padding: 33px 22px;
  flex-direction: column;
  color: #fff;
}
.welcome-figma-section .figma-catalog-menu .catalog-figma-bnr .ride span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
.welcome-figma-section .figma-catalog-menu .catalog-figma-bnr .ride u {
  text-decoration: none;
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin: 14px 0 18px 0;
}
.welcome-figma-section .figma-catalog-menu .catalog-figma-bnr .ride a {
  color: #fff;
  display: block;
  width: 100px;
  border: 2px solid #FFF;
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  transition: 0.4s;
}
.welcome-figma-section .figma-catalog-menu .catalog-figma-bnr .ride a:hover {
  background: #fff;
  color: #F35321;
}
.welcome-figma-section .right-tinger-fein {
  width: calc(100% - 277px);
}
.welcome-figma-section .right-tinger-fein .fein-owl-wrapper {
  padding: 40px 0 40px 30px;
}
.welcome-figma-section .right-tinger-fein .quick-products {
  background: #fff;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 30px 0 30px 30px;
}
.welcome-figma-section .right-tinger-fein .quick-products .qp {
  font-family: 'Roboto', sans-serif !important;
  color: #fff;
  width: 277px;
  height: 200px;
  padding-top: 33px;
  padding-left: 22px;
}
.welcome-figma-section .right-tinger-fein .quick-products .qp span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  max-width: 111px;
}
.welcome-figma-section .right-tinger-fein .quick-products .qp u {
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin: 14px 0 18px 0;
  max-width: 111px;
}
.welcome-figma-section .right-tinger-fein .quick-products .qp a {
  color: #fff;
  display: block;
  width: 89px;
  border: 2px solid #FFFFFF;
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  transition: 0.4s;
}
.welcome-figma-section .right-tinger-fein .quick-products .qp a:hover {
  background: #fff;
  color: #F35321;
}
.welcome-figma-section .right-tinger-fein .quick-products .qp:nth-child(2) {
  margin: 0 30px;
}
/* figma-advantages-block */
.figma-advantages-block {
  font-family: 'Roboto', sans-serif !important;
  padding: 46px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.figma-advantages-block .fi-item {
  width: 24%;
}
.figma-advantages-block .fi-item .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.figma-advantages-block .fi-item .top .img-wrapper {
  min-width: 45px;
  min-height: 55px;
  background: transparent;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.figma-advantages-block .fi-item .top .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.figma-advantages-block .fi-item .top .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
}
.figma-advantages-block .fi-item > p {
  font-size: 16px;
  line-height: 22px;
  color: #A2A3A6;
  font-family: 'Roboto', sans-serif !important;
}
/* white-bg-cetion */
.prods-this-category,
.white-bg-cetion {
  background: #fff;
}
.prods-this-category .heading,
.white-bg-cetion .heading {
  text-align: center;
  padding-top: 60px;
  position: relative;
  font-family: 'Roboto', sans-serif !important;
}
.prods-this-category .heading:after,
.white-bg-cetion .heading:after {
  content: "";
  width: 300px;
  border-bottom: 1px solid #E3E3E3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.prods-this-category .heading.undecore:after,
.white-bg-cetion .heading.undecore:after {
  display: none;
}
.prods-this-category .heading.un-decore,
.white-bg-cetion .heading.un-decore {
  padding-top: 1px;
}
.prods-this-category .heading.un-decore:after,
.white-bg-cetion .heading.un-decore:after {
  display: none;
}
.prods-this-category .heading .title,
.white-bg-cetion .heading .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: #000;
}
.prods-this-category .heading .title a,
.white-bg-cetion .heading .title a {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  right: 0;
  top: 4px;
}
.prods-this-category .heading .subtitle,
.white-bg-cetion .heading .subtitle {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #898C96;
  padding-top: 7px;
  padding-bottom: 26px;
}
.figma-card-product {
  position: relative;
  max-width: 277px;
  padding: 15px 17px 0 15px;
  box-shadow: 0 1px 6px #d8d8d8;
  min-height: 325px;
  transition: box-shadow 0.4s;
  background: #fff;
}
.figma-card-product:hover {
  box-shadow: 0 2px 8px #B9B9B9;
}
.figma-card-product .sticker {
  width: 38px;
  height: 38px;
  background: url(/bitrix/templates/general_template/css/../img/figma/perc.svg) no-repeat center;
  position: absolute;
  z-index: 6;
  right: -14px;
  top: -11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 0;
}
.figma-card-product .star-block {
  display: flex;
  align-items: center;
  background-color: #FFAF25;
  justify-content: flex-start;
  padding-left: 10px;
  width: 100px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 0 20px 20px 0;
  z-index: 2;
}
.figma-card-product .star-block img {
  margin-right: 1px;
}
.figma-card-product .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  height: 235px;
  width: 100%;
}
.figma-card-product .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.figma-card-product .prod-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  transition: 0.4s;
  height: 75px;
  border-top: 1px solid #f3f3f3;
  margin-top: 5px;
}
.figma-card-product .prod-name:hover {
  color: #F35321;
}
.figma-card-product .price-and-add-cart {
  font-family: 'Roboto', sans-serif !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 11px;
  border-bottom: 1px solid #f3f3f3;
}
.figma-card-product .price-and-add-cart > span {
  font-weight: bold;
  font-size: 20px;
  line-height: 18px;
  color: #F35321;
}
.figma-card-product .price-and-add-cart .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.figma-card-product .price-and-add-cart .right .compare-card {
  display: inline-block;
  width: 14px;
  height: 21px;
  position: relative;
}
.figma-card-product .price-and-add-cart .right .compare-card img {
  position: absolute;
  transition: opacity 0.4s;
  opacity: 1;
  left: 0;
  top: 0;
}
.figma-card-product .price-and-add-cart .right .compare-card img.hover {
  opacity: 0;
}
.figma-card-product .price-and-add-cart .right .compare-card:hover img {
  opacity: 0;
}
.figma-card-product .price-and-add-cart .right .compare-card:hover img.hover {
  opacity: 1;
}
.figma-card-product .price-and-add-cart .right .compare-card input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 13;
  left: 0;
  top: 0;
  cursor: pointer;
  margin: 0;
  opacity: 0;
}
.figma-card-product .price-and-add-cart .right .compare-card input:checked + img {
  opacity: 0;
}
.figma-card-product .price-and-add-cart .right .compare-card input:checked ~ img.hover {
  opacity: 1;
}
.figma-card-product .price-and-add-cart .right .add-card-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 35px;
  border-radius: 15px;
  background: #F35321;
  transition: background 0.4s;
  margin-left: 20px;
}
.figma-card-product .price-and-add-cart .right .add-card-card:hover {
  background: #DD3B08;
}
.figma-card-product .card-popup {
  font-family: 'Roboto', sans-serif !important;
  padding: 11px 15px;
  font-size: 14px;
  line-height: 22px;
  color: #898C96;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 100%;
  visibility: hidden;
  transition: opacity 0.4s;
  opacity: 0;
  box-shadow: 0 4px 8px -4px #B9B9B9;
}
.figma-card-product .card-popup u {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.figma-card-product:hover .card-popup {
  opacity: 1;
  visibility: visible;
}
.prods-this-category .owl-carousel,
.card-in-slide .owl-carousel {
  margin-top: -15px;
}
.prods-this-category .owl-carousel .item,
.card-in-slide .owl-carousel .item {
  padding: 12px 3px 95px 3px;
}
.prods-this-category .owl-carousel .item .figma-card-product img,
.card-in-slide .owl-carousel .item .figma-card-product img {
  width: auto;
}
.prods-this-category {
  background: #f3f3f3;
}
.old-and-new-prices {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.old-and-new-prices .old-price {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #898C96;
  margin-left: 8px;
  padding-top: 3px;
}
.old-and-new-prices .old-price:after {
  display: none;
}
.elem_tab li {
  cursor: pointer;
}
/* Articles-news */
.news-and-articles {
  padding: 40px 0 65px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news-and-articles .to_all {
  display: none !important;
}
.news-and-articles .main-ttl {
  font-family: 'Roboto', sans-serif !important;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.news-and-articles .main-ttl a {
  color: #000;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.4s;
  width: fit-content;
}
.news-and-articles .main-ttl a img {
  margin-left: 16px;
}
.news-and-articles .main-ttl a:hover {
  color: #F35321;
}
.news-and-articles .articles_wp {
  width: 584px;
}
.news-and-articles .articles_wp .articles_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-and-articles .articles_wp .articles_list .articles_item {
  position: relative;
  display: block;
  color: #fff;
  transition: color 0.4s;
}
.news-and-articles .articles_wp .articles_list .articles_item .sub {
  position: absolute;
  z-index: 8;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: inset 0px -34px 24px -16px rgba(0, 0, 0, 0.65);
}
.news-and-articles .articles_wp .articles_list .articles_item .sub span {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 9px;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-and-articles .articles_wp .articles_list .articles_item .sub u {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-and-articles .articles_wp .articles_list .articles_item:nth-child(1) {
  height: 300px;
  margin-bottom: 30px;
  width: 100%;
}
.news-and-articles .articles_wp .articles_list .articles_item:nth-child(2),
.news-and-articles .articles_wp .articles_list .articles_item:nth-child(3) {
  width: 277px;
  height: 200px;
}
.news-and-articles .articles_wp .articles_list .articles_item:nth-child(2) .sub span,
.news-and-articles .articles_wp .articles_list .articles_item:nth-child(3) .sub span {
  font-size: 16px;
}
.news-and-articles .articles_wp .articles_list .articles_item:hover {
  color: #F35321;
}
.news-and-articles .news_wp {
  width: calc(100% - 614px);
}
.news-and-articles .news_wp .news_list .news_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 26px;
}
.news-and-articles .news_wp .news_list .news_item:last-child {
  margin-bottom: 0;
}
.news-and-articles .news_wp .news_list .news_item a {
  display: inline-block;
}
.news-and-articles .news_wp .news_list .news_item a img {
  width: 276px;
  height: 157px;
  object-fit: cover;
}
.news-and-articles .news_wp .news_list .news_item .text {
  padding-left: 31px;
}
.news-and-articles .news_wp .news_list .news_item .text a {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #515256;
  line-height: 24px;
  transition: 0.4s;
}
.news-and-articles .news_wp .news_list .news_item .text a:hover {
  color: #F35321;
}
.news-and-articles .news_wp .news_list .news_item .text p {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #A2A3A6;
}
.news-and-articles .news_wp .news_list .news_item .text .date {
  font-size: 12px;
  line-height: 22px;
  color: #A2A3A6;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}
.news-and-articles .news_wp .news_list .news_item .clear {
  display: none;
}
/* FOOTER */
footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 110px;
  padding-top: 50px;
}
footer .col {
  font-size: 16px;
  line-height: 19px;
  color: #8E939F;
}
footer .col .catlist_section .cs_ttl {
  display: inline-block;
  margin-bottom: 8px;
}
footer .col ul li {
  margin-bottom: 8px;
}
footer .col a {
  font-size: 16px;
  line-height: 19px;
  color: #8E939F;
  transition: color 0.4s;
}
footer .col a:hover {
  color: #F35321;
}
footer .col.col-1 img {
  width: 225px;
  margin-bottom: 17px;
}
footer .col.col-4 > p {
  margin-bottom: 8px;
}
footer .col.col-4 .callback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  text-align: center;
  height: 40px;
  margin-top: 22px;
  background: #AAC1C9;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  border-radius: 30px;
  transition: 0.4s;
}
footer .col.col-4 .callback:hover {
  background: #F35321;
}
.border-fw {
  border-bottom: 1px solid #C6C6C6;
}
/* POPUP */
.global_overflow {
  position: fixed;
  z-index: 140;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
/* ODER */
.figma-popup.pop_up.callback,
.figma-popup.pop_up.feedback {
  padding: 40px 50px;
}
.figma-popup.pop_up.callback .label-checkbox,
.figma-popup.pop_up.feedback .label-checkbox {
  margin: 40px 0;
}
.figma-popup.pop_up.callback .label-checkbox label,
.figma-popup.pop_up.feedback .label-checkbox label {
  font-size: 15px;
}
.pop_up {
  display: none;
  position: fixed;
  left: 50%;
  top: rad;
  margin: auto;
  z-index: 150;
  background: #ffffff;
  width: 425px;
  text-align: center;
  border-radius: 3px;
  transform: rad;
}
.pop_up.feedback {
  width: 435px;
}
.pop_up .form-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #515256;
}
.pop_up .form-subtitle {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #898C96;
  margin: 9px 0 10px 0;
}
.pop_up .pop_inn {
  display: block;
  margin: 0 30px;
}
.pop_up .popclose {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  background: 0 0;
  font-weight: 100;
  font-size: 39px;
  line-height: 0.3;
}
.pop_up .inp_self {
  display: inline-block;
  vertical-align: bottom;
  font-size: 15px;
  line-height: 17px;
  color: #505050;
  font-weight: 100;
  border: 0;
  border-bottom: 2px solid #e7e7e7;
}
.pop_up .btn {
  width: 180px;
  border: 2px solid #F35321;
  height: 50px;
  margin: 10px auto 0;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  transition: 0.4s;
  background: #F35321;
  border-radius: 50px;
}
.pop_up .btn:hover {
  background: #ffffff;
  color: #F35321;
}
.pop_up .inp_self,
.pop_up .inputtext,
.pop_up .inputtextarea {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #D3DFEF;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #8E939F;
  background: 0 0;
  margin: 0;
  line-height: 60px;
  border-radius: 0;
}
.pop_up .inp_self::-webkit-input-placeholder,
.pop_up .inputtext::-webkit-input-placeholder,
.pop_up .inputtextarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8E939F;
}
.pop_up .inp_self::-moz-placeholder,
.pop_up .inputtext::-moz-placeholder,
.pop_up .inputtextarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #8E939F;
}
.pop_up .inp_self:-ms-input-placeholder,
.pop_up .inputtext:-ms-input-placeholder,
.pop_up .inputtextarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #8E939F;
}
.pop_up .inp_self:-moz-placeholder,
.pop_up .inputtext:-moz-placeholder,
.pop_up .inputtextarea:-moz-placeholder {
  /* Firefox 18- */
  color: #8E939F;
}
.welcome-figma-section .figma-catalog-menu.inside-page {
  position: absolute;
  z-index: 99;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
  display: none;
}
.welcome-figma-section .figma-catalog-menu.inside-page.act-hover {
  display: block;
}
/* BREADCRUMBS */
.breadcrumbs {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 15px 0 28px 0;
  color: #ACADB0;
  font-size: 16px;
  font-weight: 100;
}
.breadcrumbs .del {
  display: block;
  margin: 0 8px;
}
.breadcrumbs a {
  font-weight: 400;
  color: #ACADB0;
  transition: 0.4s;
}
.breadcrumbs a:hover {
  color: #F35321;
}
.breadcrumbs span {
  font-weight: bold;
  color: #ACADB0;
}
.catalog_page {
  width: 1200px;
  margin: 0 auto;
}
.title-sections-page {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 25px;
  margin-top: 0;
}
/* CAT LIST */
.catlist {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.catlist .catlist_item {
  width: 277px;
  margin-bottom: 30px;
  margin-right: 30px;
  background: #fff;
  box-shadow: 0 1px 6px #d8d8d8;
  padding: 20px;
}
.catlist .catlist_item:nth-child(+4n) {
  margin-right: 0;
}
.catlist .catlist_item .im_area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 10px;
  min-height: 215px;
}
.catlist .catlist_item .im_area a {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.catlist .catlist_item .im_area a img {
  max-width: 100%;
  max-height: 192px;
  object-fit: contain;
}
.catlist .catlist_item .name {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #F3F3F3;
  min-height: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  transition: color 0.4s;
  color: #515256;
}
.catlist .catlist_item:hover .name {
  color: #F35321;
}
/* CATALOG TRAP */
.catalog_page.flex-catalog {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  /*----*/
}
.catalog_page.flex-catalog .top-w-full-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.catalog_page.flex-catalog .top-w-full-section h1.title-sections-page {
  margin: 0;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting {
  display: flex;
  align-items: center;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  margin-right: 50px;
  position: relative;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter p {
  margin-right: 10px;
  color: #ACADB0;
  cursor: pointer;
  line-height: 30px;
  transition: 0.4s;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter .hsorter-head {
  color: #F35321;
  cursor: pointer;
  line-height: 30px;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter .popup-solt {
  background: #fff;
  padding: 13px;
  box-shadow: 0 1px 6px #d8d8d8;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  display: none;
  width: 100%;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter .popup-solt a {
  white-space: nowrap;
  color: #8E939F;
  transition: padding 0.4s, font-weight 0.4s, color 0.4s, padding 0.4s;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 9px;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter .popup-solt a:last-child {
  margin-bottom: 0;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter .popup-solt a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 12px;
  left: 0;
  top: 5px;
  background: url(/bitrix/templates/general_template/css/../img/figma/arrow.svg) no-repeat left;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter .popup-solt a.active,
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter .popup-solt a:hover {
  color: #F35321;
  padding-left: 13px;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter .popup-solt a.active:after,
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter .popup-solt a:hover:after {
  width: 8px;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter:hover .popup-solt {
  display: block;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter:hover p {
  color: #515256;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp p.name {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  color: #ACADB0;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp a {
  margin-left: 20px;
  width: 21px;
  height: 23px;
  display: flex;
  align-items: center;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp a.blocks img.active {
  display: none;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp a.blocks:hover img,
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp a.blocks.active img {
  display: none;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp a.blocks:hover img.active,
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp a.blocks.active img.active {
  display: block;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp a.lines img.active {
  display: none;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp a.lines:hover img,
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp a.lines.active img {
  display: none;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp a.lines:hover img.active,
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp a.lines.active img.active {
  display: block;
}
.catalog_page.flex-catalog .left_sidebar {
  width: 277px;
  margin-right: 30px;
}
.catalog_page.flex-catalog .right_sidebar {
  width: calc(100% - 307px);
}
.catalog_page.flex-catalog .right_sidebar .container {
  width: auto;
  margin: 0;
}
.catalog_page.flex-catalog .owl-flex .figma-card-product:nth-child(+3n) {
  margin-right: 0 !important;
}
.catalog_page.flex-catalog .owl-flex .figma-card-product:nth-child(+4n) {
  margin-right: 30px;
}
.catalog_page.flex-catalog .owl-flex .figma-card-product.list {
  margin-right: 0 !important;
  width: 100%;
  max-width: 100%;
  /* height: 208px; */
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: auto;
  padding: 0;
}
.catalog_page.flex-catalog .owl-flex .figma-card-product.list .img-wrapper {
  height: auto;
  padding: 0;
  width: 324px;
  /* height: 208px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-right: 1px solid #F3F3F3;
}
.catalog_page.flex-catalog .owl-flex .figma-card-product.list .middle {
  width: 318px;
  /* height: 208px; */
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-right: 1px solid #F3F3F3;
}
.catalog_page.flex-catalog .owl-flex .figma-card-product.list .middle .card-popup.visibility {
  position: static;
  visibility: visible;
  opacity: 1;
  padding: 0;
  box-shadow: none;
}
.catalog_page.flex-catalog .owl-flex .figma-card-product.list .middle .prod-name {
  border-top: none;
  margin-bottom: 15px;
}
.catalog_page.flex-catalog .owl-flex .figma-card-product.list .price-and-add-cart {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 249px;
  position: relative;
  /* height: 208px; */
  border-bottom: none;
}
.catalog_page.flex-catalog .owl-flex .figma-card-product.list .price-and-add-cart .right .add-card-card.textin {
  width: 182px;
  height: 50px;
  font-weight: bold;
  border-radius: 50px;
  font-size: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 20px;
}
.catalog_page.flex-catalog .owl-flex .figma-card-product.list .price-and-add-cart .compare-card {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 8;
}
.cat_article {
  padding-top: 30px;
  padding-bottom: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #898C96;
  border-top: 1px solid #C6C6C6;
  margin-top: 60px;
}
.cat_article h2 {
  margin-top: 0;
  font-weight: bold;
  color: #515256;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.cat_article p {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.cat_article b {
  font-family: 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #515256;
}
.figma-card-product.list .img-wrapper img {
  max-height: 208px;
}
/* FILTER */
.bx-filter.bx-blue .bx-filter-section {
  background: #fff;
  box-shadow: 0 2px 8px #B9B9B9;
}
.smartfilter > .row {
  border: none;
  background: #fff;
}
.bx-filter .bx-filter-parameters-box {
  background: #fff;
}
.bx-filter .bx-filter-parameters-box-title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #515256;
}
/* SEO TAGS */
.top-w-full-tags {
  width: 100%;
  margin-bottom: 15px;
}
.top-w-full-tags .tags-wrapper {
  width: 100%;
}
.top-w-full-tags .tags-wrapper .tagsdop {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top-w-full-tags .tags-wrapper .tagsdop .am-1 {
  display: block;
  padding: 0;
  border: none;
  font-weight: bold;
  font-size: 16px;
  background: transparent;
  text-align: left;
  line-height: 30px;
  color: #F35321;
  white-space: nowrap;
}
.top-w-full-tags .tags-wrapper .tagsdop div a {
  display: block;
  padding: 1px 10px;
  white-space: nowrap;
  border-right: 1px solid #ACADB0;
  color: #ACADB0;
  transition: color 0.4s;
}
.top-w-full-tags .tags-wrapper .tagsdop div a:hover {
  color: #F35321;
}
.top-w-full-tags .tags-wrapper .tagsdop .sotbit-seometa-tags-wrapper:last-child a {
  border: none;
}
.top-w-full-tags .tags-wrapper .more-tags,
.top-w-full-tags .tags-wrapper .close-tags {
  display: none;
}
/* PAGINATE */
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 50px 0;
}
.pager a {
  display: inline-block;
  padding: 9px 15px;
  color: #898C96;
  transition: color 0.4s;
  margin: 0 3px;
  font-weight: bold;
}
.pager a:hover {
  color: #F35321;
}
.pager a.active {
  border-radius: 14px;
  border: 2px solid #F35321;
  color: #F35321;
}
.pager a.prev {
  background: url(/bitrix/templates/general_template/css/../img/figma/left-k.svg) no-repeat center;
  transition: background 0.4s ease;
}
.pager a.prev:hover {
  background: url(/bitrix/templates/general_template/css/../img/figma/left-o.svg) no-repeat center;
}
.pager a.next {
  background: url(/bitrix/templates/general_template/css/../img/figma/right-k.svg) no-repeat center;
  transition: background 0.4s ease;
}
.pager a.next:hover {
  background: url(/bitrix/templates/general_template/css/../img/figma/right-o.svg) no-repeat center;
}
/* HTML PAGE */
.html-page {
  padding-bottom: 60px;
}
.html-page .col .heading {
  margin-bottom: 18px;
  font-family: 'Roboto', sans-serif !important;
  background: #F3F3F3;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #515256;
  padding: 7px 20px;
}
.html-page .col .heading img {
  margin-right: 15px;
}
.html-page .col p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #898C96;
  margin-bottom: 12px;
}
.html-page .col p.flex-p {
  display: flex;
  align-items: flex-start;
  padding-left: 20px;
}
.html-page .col p.flex-p img {
  margin-right: 15px;
  padding-top: 3px;
}
.html-page .col p a {
  color: #F35321;
  font-weight: bold;
}
.html-page .col ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #898C96;
  margin-bottom: 12px;
  padding-left: 17px;
  position: relative;
}
.html-page .col ul li:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #F35321;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
.html-page .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 35px;
}
.html-page .flex .col {
  width: 584px;
}
.html-page .flex .col iframe {
  width: 100% !important;
  height: 328px !important;
}
.html-page .flex .col img.iframe-imit {
  width: 584px;
  height: 335px;
  object-fit: cover;
}
.html-page .flex-col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.html-page .flex-col .col {
  margin-right: 30px;
  width: 584px;
}
.html-page .flex-col img.iframe-imit {
  width: 584px;
  height: 335px;
  object-fit: cover;
}
/* PRODUCT CARD */
.top-slide-and-main-info {
  background: #fff;
  padding-bottom: 44px;
}
.top-slide-and-main-info .flex-slide-and-main-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top-slide-and-main-info .flex-slide-and-main-info .left {
  width: 549px;
  position: relative;
}
.top-slide-and-main-info .flex-slide-and-main-info .left h1 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  margin: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #515256;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .artnumber {
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  display: flex;
  align-items: center;
  color: #8E939F;
}
.top-slide-and-main-info .flex-slide-and-main-info .left ul.figma-card-slider li img {
  max-width: 100%;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSSlideWrapper ul {
  height: 440px !important;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSSlideWrapper li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSSlideWrapper li iframe,
.top-slide-and-main-info .flex-slide-and-main-info .left .lSSlideWrapper li img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSPager.lSGallery li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
  position: relative;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSPager.lSGallery li a img {
  position: relative;
  z-index: 8;
  max-width: 100%;
  max-height: 100%;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSPager.lSGallery li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: 0.4s;
  z-index: 4;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSPager.lSGallery li a:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 4;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSPager.lSGallery li.active a {
  position: relative;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSPager.lSGallery li.active a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 4;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSAction {
  display: none !important;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .is-left,
.top-slide-and-main-info .flex-slide-and-main-info .left .is-right {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 35px;
  z-index: 11;
  border: none;
  background: none;
  cursor: pointer;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .is-left svg,
.top-slide-and-main-info .flex-slide-and-main-info .left .is-right svg {
  fill: #898C96;
  transition: 0.4s;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .is-left:hover svg,
.top-slide-and-main-info .flex-slide-and-main-info .left .is-right:hover svg {
  fill: #F35321;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .is-left {
  left: -20px;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .is-right {
  right: -20px;
}
.top-slide-and-main-info .flex-slide-and-main-info .right {
  width: 426px;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .compare-and-review-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 35px;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 35px;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .compare-and-review-block .compare-card {
  display: inline-block;
  width: 14px;
  height: 21px;
  position: relative;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .compare-and-review-block .compare-card img {
  position: absolute;
  transition: opacity 0.4s;
  opacity: 1;
  left: 0;
  top: 0;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .compare-and-review-block .compare-card img.hover {
  opacity: 0;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .compare-and-review-block .compare-card:hover img {
  opacity: 0;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .compare-and-review-block .compare-card:hover img.hover {
  opacity: 1;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .compare-and-review-block .compare-card input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 13;
  left: 0;
  top: 0;
  cursor: pointer;
  margin: 0;
  opacity: 0;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .compare-and-review-block .compare-card input:checked + img {
  opacity: 0;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .compare-and-review-block .compare-card input:checked ~ img.hover {
  opacity: 1;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .compare-and-review-block .review {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .compare-and-review-block .review .star-block {
  margin-right: 10px;
  display: flex;
  align-items: center;
  background-color: #FFAF25;
  justify-content: flex-start;
  padding-left: 10px;
  width: 100px;
  height: 25px;
  border-radius: 20px;
  z-index: 2;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .compare-and-review-block .review .star-block img {
  margin-right: 3px;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .compare-and-review-block .review a {
  font-size: 16px;
  line-height: 34px;
  color: #8E939F;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .price-new-and-old {
  margin-bottom: 40px;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .price-new-and-old .price-more {
  font-family: 'Roboto', sans-serif !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .price-new-and-old .price-more .new-price {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 18px;
  color: #515256;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .price-new-and-old .price-more .old-price-and-sticker {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .price-new-and-old .price-more .old-price-and-sticker .old-price {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 18px;
  text-align: right;
  color: #898C96;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .price-new-and-old .price-more .old-price-and-sticker .sticker {
  width: 38px;
  height: 38px;
  background: url(/bitrix/templates/general_template/css/../img/figma/perc.svg) no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 0;
  margin-left: 15px;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .detail-page-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 38px;
  border-bottom: 1px solid #f4f4f4;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .detail-page-form .to_basket {
  font-family: 'Roboto', sans-serif !important;
  padding-top: 2px;
  width: 252px;
  height: 70px;
  background: #F35321;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 50px;
  transition: 0.4s;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .detail-page-form .to_basket:hover {
  background: #DD3B08;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .detail-page-form .send_req {
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px;
  line-height: 18px;
  text-decoration: underline;
  color: #A8A8AA;
  transition: 0.4s;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .detail-page-form .send_req:hover {
  color: #F35321;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .preview-text {
  font-family: 'Roboto', sans-serif !important;
  padding: 22px 0;
  border-bottom: 1px solid #f4f4f4;
  line-height: 2;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 34px;
  color: #898C96;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .preview-text u {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .flex-icons .row-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-family: 'Roboto', sans-serif !important;
  padding-top: 37px;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .flex-icons .row-flex .col-flex {
  display: flex;
  align-items: flex-start;
  width: 50%;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .flex-icons .row-flex .col-flex div {
  margin-left: 19px;
  width: 60px;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .flex-icons .row-flex .col-flex .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  margin-left: 0;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .flex-icons .row-flex .col-flex .img-wrapper img {
  max-width: 100%;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .flex-icons .row-flex .col-flex .img-wrapper.c1 {
  width: 69px;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .flex-icons .row-flex .col-flex .img-wrapper.c1 img {
  max-width: 69px;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .flex-icons .row-flex .col-flex .img-wrapper.c2 {
  width: 69px;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .flex-icons .row-flex .col-flex .img-wrapper.c2 img {
  max-width: 44px;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .flex-icons .row-flex .col-flex .img-wrapper.c3 {
  width: 69px;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .flex-icons .row-flex .col-flex .img-wrapper.c3 img {
  max-width: 54px;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .flex-icons .row-flex .col-flex .img-wrapper.c4 {
  width: 69px;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .flex-icons .row-flex .col-flex .img-wrapper.c4 img {
  max-width: 54px;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .flex-icons .row-flex .col-flex b {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #515256;
  white-space: nowrap;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .flex-icons .row-flex .col-flex span {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #A2A3A6;
  white-space: nowrap;
}
.tab-section {
  background: #f4f4f4;
  padding-top: 0;
  border-bottom: 5px solid #F35321;
  max-width: 1200px;
  margin: 0 auto;
}
.tab-section .ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.tab-section .ul a {
  font-family: 'Roboto', sans-serif !important;
  display: flex;
  width: 231px;
  height: 60px;
  background: transparent;
  font-weight: bold;
  padding-top: 1px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #000;
  transition: 0.4s;
  border-bottom: 2px solid transparent;
  /*	&.active{
					background:transparent;
					color: @orange;
					border-color:@orange;
				}*/
}
.tab-section .ul a:hover {
  background: transparent;
  color: #F35321;
  border-color: #F35321;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}
.tab-content .table-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-family: 'Roboto', sans-serif !important;
}
.tab-content .table-wrapper table {
  width: 50%;
}
.tab-content .table-wrapper table tr td {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 35px;
  color: #898C96;
  white-space: nowrap;
}
.tab-content .table-wrapper table tr td:first-child {
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-content .table-wrapper table tr td:last-child {
  text-align: right;
}
.tab-content .table-wrapper table tr td:last-child b {
  max-width: 365px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-content .table-wrapper table tr:nth-child(even) {
  background: #FAFAFA;
}
.tab-content .table-wrapper table.left td:last-child {
  padding-right: 35px;
}
.tab-content .table-wrapper table.left tr:nth-child(even) {
  box-shadow: -599px 0 0 #FAFAFA;
}
.tab-content .table-wrapper table.right td:first-child {
  padding-left: 35px;
}
.tab-content .table-wrapper table.right tr:nth-child(even) {
  box-shadow: 599px 0 0 #FAFAFA;
}
.tab-content .description {
  padding: 25px 0;
  font-size: 16px;
  line-height: 24px;
  color: #898C96;
}
.tab-content .border {
  border-bottom: 1px solid #f3f3f3;
  padding-top: 28px;
  margin-bottom: 28px;
}
.tab-content .d-heading {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #898C96;
  margin-bottom: 12px;
}
.tab-content .d-heading span {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #515256;
  padding: 15px 0;
  display: block;
}
.tab-content .d-heading button {
  padding: 0;
  border: none;
  background: no-repeat;
  color: #F35321;
  transition: 0.4s;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  margin-left: 15px;
}
.tab-content .d-heading button:hover {
  color: #DD3B08;
}
.tab-content ul {
  margin: 0;
  padding: 0;
}
.tab-content ul li {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #898C96;
  padding-left: 30px;
}
.tab-content ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #F35321;
  border-radius: 50%;
}
.tab-content .notes table tr td {
  vertical-align: middle;
  padding: 10px 0;
}
.tab-content .notes table tr td:last-child {
  padding-left: 25px;
}
.tab-content .notes table tr td img {
  object-fit: contain;
}
.tab-content .figma-link-file-download {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.tab-content .figma-link-file-download:last-child {
  margin-bottom: 0;
}
.tab-content .figma-link-file-download img {
  margin-right: 15px;
}
.tab-content .figma-link-file-download a {
  font-weight: bold;
  font-size: 16px;
  color: #F35321;
  transition: 0.4s;
}
.tab-content .figma-link-file-download a:hover {
  color: #DD3B08;
}
.tab-content .incopy {
  text-decoration: none;
}
.tab-content .user-rev .review.figma-rev {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border: none;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
.tab-content .user-rev .review.figma-rev .left-col {
  padding-right: 20px;
  white-space: nowrap;
}
.tab-content .user-rev .review.figma-rev .left-col .user-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #515256;
}
.tab-content .user-rev .review.figma-rev .left-col .date {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  color: #A2A3A6;
}
.tab-content .user-rev .review.figma-rev .right-col .title-q {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #898C96;
  margin-bottom: 2px;
}
.tab-content .user-rev .review.figma-rev .right-col .text-q {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #898C96;
}
.tab-content .user-rev .review.figma-rev .right-col .assm {
  margin-right: 10px;
  display: flex;
  align-items: center;
  background-color: #FFAF25;
  justify-content: flex-start;
  padding-left: 10px;
  width: 100px;
  height: 25px;
  border-radius: 20px;
  padding-bottom: 1px;
  margin-bottom: 12px;
  z-index: 2;
}
.tab-content .user-rev .review.figma-rev .right-col .assm img {
  margin-right: 3px;
}
.tab-content .user-rev .resp-q:after {
  border-left: 1px solid #f3f3f3 !important;
  border-bottom: 1px solid #f3f3f3 !important;
}
.gray-f-section {
  background: #F3F3F3;
  padding-top: 64px;
  padding-bottom: 64px;
}
.gray-f-section .main-ttl {
  font-family: 'Roboto', sans-serif !important;
  height: 60px;
  text-align: center;
  background: #F35321;
}
.gray-f-section .main-ttl .container {
  height: 60px;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.gray-f-section table {
  width: 100%;
}
.gray-f-section table tr {
  background: #fff;
  transition: 0.4s;
}
.gray-f-section table tr:nth-child(odd) {
  background: #FAFAFA;
}
.gray-f-section table tr th {
  background: #f3f3f3;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #898C96;
}
.gray-f-section table tr td {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #515256;
  padding: 6px 12px;
  text-align: center;
}
.gray-f-section table tr td:first-child {
  white-space: nowrap;
}
.gray-f-section table tr td .price_bask.ajax {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 35px;
  border-radius: 15px;
  background: #F35321;
  transition: background 0.4s;
  margin-left: 20px;
}
.gray-f-section table tr td .price_bask.ajax:hover {
  background: #DD3B08;
}
.stat-200 {
  text-align: center;
  padding: 38px 0;
  box-sizing: border-box;
  max-width: 555px;
  background: #fff;
  margin: 0 auto;
  box-shadow: none;
}
.review-figma-popup-alt {
  display: none;
}
.review-figma-popup-alt.active {
  display: block;
}
.review-figma-popup-alt .rev-figma-popup {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.review-figma-popup-alt .success-mess {
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: 562px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 1px 2px #111;
}
.review-figma-popup-alt .action-wrapper-ajax-form {
  position: absolute;
  z-index: 99999;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: 562px;
  padding: 30px;
  box-shadow: 0 1px 2px #111;
}
.review-figma-popup-alt .action-wrapper-ajax-form .f-heading {
  text-align: center;
}
.review-figma-popup-alt .action-wrapper-ajax-form .f-heading .title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #515256;
  margin-bottom: 9px;
}
.review-figma-popup-alt .action-wrapper-ajax-form .f-heading .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #898C96;
  margin-bottom: 20px;
}
.review-figma-popup-alt .action-wrapper-ajax-form .form-group {
  border-radius: 0;
}
.review-figma-popup-alt .action-wrapper-ajax-form .flex .form-group input {
  border-radius: 0 !important;
  width: 240px;
}
.review-figma-popup-alt .action-wrapper-ajax-form .form-group textarea {
  min-height: 88px;
}
.review-figma-popup-alt .close-figma-popup {
  background: transparent;
  color: #C2C2C2;
  transition: 0.4s;
  font-weight: 100;
  position: absolute;
  right: 13px;
  top: 6px;
  font-size: 22px;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
}
.review-figma-popup-alt .close-figma-popup:hover {
  color: #F35321;
}
.action-wrapper-ajax-form .stars {
  display: flex;
  align-items: center;
}
.action-wrapper-ajax-form .stars .cekboxs {
  width: 130px;
  display: flex;
  margin-left: 10px;
}
.action-wrapper-ajax-form .rad-container {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 0;
  font-weight: 300;
  width: 25px;
  height: 24px;
}
.action-wrapper-ajax-form .rad-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  line-height: 0;
  padding: 0;
}
.action-wrapper-ajax-form .rad-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 25px;
  border: none;
  background: 0 0;
  background: url(/bitrix/templates/general_template/css/../img/og1.png) no-repeat center !important;
}
.action-wrapper-ajax-form .rad-container:hover input ~ .checkmark {
  border: none;
  background: url(/bitrix/templates/general_template/css/../img/og2.png) no-repeat center !important;
}
.action-wrapper-ajax-form .rad-container input:checked ~ .checkmark {
  border: none;
  background: url(/bitrix/templates/general_template/css/../img/og2.png) no-repeat center !important;
  transition: all 0.5s ease-in-out;
}
.action-wrapper-ajax-form .rad-container.active .checkmark {
  border: none;
  background: url(/bitrix/templates/general_template/css/../img/og2.png) no-repeat center !important;
}
.action-wrapper-ajax-form .rad-container.chekeded .checkmark {
  border: none;
  background: url(/bitrix/templates/general_template/css/../img/og2.png) no-repeat center !important;
}
.action-wrapper-ajax-form .rad-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.action-wrapper-ajax-form .rad-container input:checked ~ .checkmark:after {
  display: block;
}
.action-wrapper-ajax-form .flex-masur {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.action-wrapper-ajax-form .flex-masur input {
  width: 340px;
}
.action-wrapper-ajax-form .flex-tra {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.action-wrapper-ajax-form .flex-tra input[type=submit] {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 182px;
  height: 50px;
  border-radius: 50px;
  background: #F35321;
  transition: 0.4s;
}
.action-wrapper-ajax-form .flex-tra input[type=submit]:hover {
  background: #DD3B08;
}
.action-wrapper-ajax-form .img-icon .inputs {
  position: absolute !important;
  margin-right: 0;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.6;
  transition: 0.4s;
  background: url(/local/templates/husq/img/photo-ico.svg) no-repeat 15px !important;
  background-size: 30px 30px;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
}
.action-wrapper-ajax-form .img-icon {
  border: 1px dashed #D4D4D4;
  padding: 20px 20px 20px 60px;
  border-radius: 3px;
  position: relative;
  font-size: 16px;
}
.action-wrapper-ajax-form .img-icon u {
  color: #F35321;
  font-weight: bold;
}
.action-wrapper-ajax-form .img-icon .delete {
  margin-bottom: 20px;
}
.action-wrapper-ajax-form .img-icon .inputs {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 30;
  left: 0;
  top: 0;
}
.action-wrapper-ajax-form .img-wrapper .delete .bt {
  background: #F35321;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
  color: #fff;
  font-size: 16px;
  border-color: #DD3B08;
  padding-bottom: 4px;
}
/* CART */
.basket-block.basket-line {
  width: 890px;
}
.basket-block.basket-line table.cart_table.order_tab {
  width: 100%;
  margin-bottom: 30px;
}
.basket-block.basket-line table.cart_table.order_tab tr {
  background: #fff;
}
.basket-block.basket-line table.cart_table.order_tab tr th {
  background: #FAFAFA;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #898C96;
  padding: 14px 20px;
  text-align: center;
}
.basket-block.basket-line table.cart_table.order_tab tr td {
  padding: 25px;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: middle;
  text-align: center;
}
.basket-block.basket-line table.cart_table.order_tab tr td.name a {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #515256;
  transition: 0.4s;
}
.basket-block.basket-line table.cart_table.order_tab tr td.name a:hover {
  color: #F35321;
}
.basket-block.basket-line table.cart_table.order_tab tr td.name .art {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  display: flex;
  align-items: center;
  color: #8E939F;
  margin: 3px 0;
}
.basket-block.basket-line table.cart_table.order_tab tr td.col input {
  padding: 0 !important;
  background: none !important;
  border: none !important;
  width: 20px !important;
  line-height: 2;
  border-radius: 0 !important;
  text-align: center !important;
  margin: 0 3px;
}
.basket-block.basket-line table.cart_table.order_tab tr td.col .min,
.basket-block.basket-line table.cart_table.order_tab tr td.col .max {
  margin: 0 2px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basket-block.basket-line table.cart_table.order_tab tr td.col .flexit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.basket-block.basket-line table.cart_table.order_tab tr td.delete .del_item svg {
  transition: 0.4s;
  fill: #898C96;
}
.basket-block.basket-line table.cart_table.order_tab tr td.delete .del_item:hover svg {
  fill: #F35321;
}
.basket-block.basket-line table.cart_table.order_tab tr td.sum .price-sum-1 {
  white-space: nowrap;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 18px;
  text-align: center;
  color: #515256;
}
.basket-block.basket-line table.cart_table.order_tab tr td.price .newprice {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-align: center;
  color: #515256;
  white-space: nowrap;
}
.basket-block.basket-line table.cart_table.order_tab tr td.price .oldprice {
  white-space: nowrap;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  display: block;
  text-align: center;
  color: #898C96;
  margin-top: 7px;
}
#order_form_div img.info-img {
  max-height: 16px;
  cursor: pointer;
}
#order_form_div .main-order-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#order_form_div .main-order-wrapper .left-c {
  width: calc(100% - 280px);
  padding-right: 30px;
  /*check*/
}
#order_form_div .main-order-wrapper .left-c .person-type.secti {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 30px;
}
#order_form_div .main-order-wrapper .left-c .person-type.secti.l-s {
  min-width: 50%;
  margin-bottom: 0;
  padding-right: 0;
}
#order_form_div .main-order-wrapper .left-c .person-type.secti p {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #515256;
  margin-bottom: 8px;
}
#order_form_div .main-order-wrapper .left-c .person-type.secti .div-c-w .section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#order_form_div .main-order-wrapper .left-c .person-type.secti .div-c-w .section .label {
  width: 50%;
  margin: 2px 3px 0 3px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  color: #8E939F;
}
#order_form_div .main-order-wrapper .left-c .person-type.secti .div-c-w .section .label:nth-child(2) {
  margin-left: 58px;
}
#order_form_div .main-order-wrapper .left-c .person-type.secti .div-c-w .section .label input {
  margin: 0 !important;
}
#order_form_div .main-order-wrapper .left-c .pers-dle-wr {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 30px;
}
#order_form_div .main-order-wrapper .left-c .deliv-type.secti {
  background: #fff;
  padding: 20px 30px;
  min-width: 50%;
}
#order_form_div .main-order-wrapper .left-c .deliv-type.secti p {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #515256;
  margin-bottom: 8px;
}
#order_form_div .main-order-wrapper .left-c .info-icon {
  position: relative;
  margin-left: 10px;
  margin-bottom: -7px;
}
#order_form_div .main-order-wrapper .left-c .popup-description {
  min-width: 250px;
  font-size: 13px;
  line-height: 1.3;
  padding: 10px;
  position: absolute;
  z-index: 12;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  left: 0;
  bottom: 99%;
  visibility: hidden;
  transition: visibility 0.1s;
}
#order_form_div .main-order-wrapper .left-c .info-img {
  cursor: pointer;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
#order_form_div .main-order-wrapper .left-c .flex-label {
  display: flex;
  align-items: center;
}
#order_form_div .main-order-wrapper .left-c .info-icon:hover .popup-description {
  visibility: visible;
}
#order_form_div .main-order-wrapper .left-c .bx_block.horizontal .bx_element {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#order_form_div .main-order-wrapper .left-c .bx_block.horizontal .bx_element input {
  margin: 0 !important;
}
#order_form_div .main-order-wrapper .left-c .maino {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#order_form_div .main-order-wrapper .left-c .maino .stra {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  color: #8E939F;
}
#order_form_div .main-order-wrapper .left-c .maino .stra input {
  margin: 0 !important;
}
#order_form_div .main-order-wrapper .left-c .maino .stra .name {
  margin: 2px 3px 0 3px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  color: #8E939F;
}
#order_form_div .main-order-wrapper .left-c .maino b {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  color: #7C7D80;
}
#order_form_div .main-order-wrapper .left-c .bx_element {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  color: #8E939F;
}
#order_form_div .main-order-wrapper .left-c .bx_element,
#order_form_div .main-order-wrapper .left-c .label {
  position: relative;
  padding-left: 25px;
}
#order_form_div .main-order-wrapper .left-c .bx_element label:before,
#order_form_div .main-order-wrapper .left-c .label label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #E4E0E0;
}
#order_form_div .main-order-wrapper .left-c .bx_element input,
#order_form_div .main-order-wrapper .left-c .label input {
  display: none;
}
#order_form_div .main-order-wrapper .left-c .bx_element input:checked + label:before,
#order_form_div .main-order-wrapper .left-c .label input:checked + label:before {
  width: 20px;
  height: 17px;
  border: none;
  background: url(/bitrix/templates/general_template/css/../img/figma/checbox-bg.svg) no-repeat center;
}
#order_form_div .main-order-wrapper .left-c .label label:before {
  top: 0;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper {
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 65px;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper p {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #515256;
  margin-bottom: 8px;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col {
  width: 400px;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  line-height: 38px;
  border-radius: 0;
  border: 1px solid #D3DFEF;
  padding: 0 0 0 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8E939F;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8E939F;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col input:-ms-input-placeholder {
  /* IE 10+ */
  color: #8E939F;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col input:-moz-placeholder {
  /* Firefox 18- */
  color: #8E939F;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col input.error {
  border-color: red;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col input.error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: red;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col input.error::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col input.error:-ms-input-placeholder {
  /* IE 10+ */
  color: red;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col input.error:-moz-placeholder {
  /* Firefox 18- */
  color: red;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col textarea {
  display: block;
  width: 100%;
  resize: none;
  height: 80px;
  border-radius: 0;
  border: 1px solid #D3DFEF;
  padding: 12px 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 20px;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8E939F;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #8E939F;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #8E939F;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #8E939F;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col .flex-inputs {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col .flex-inputs input {
  width: 113px;
}
#order_form_div .main-order-wrapper .left-c .errorreport {
  display: none !important;
}
#order_form_div .main-order-wrapper .right-c {
  width: 280px;
  background: #fff;
  box-shadow: 0 1px 3px #ccc;
  position: sticky;
  top: 30px;
}
#order_form_div .main-order-wrapper .right-c .btn-wrapper {
  padding: 10px 20px 20px 20px;
}
#order_form_div .main-order-wrapper .right-c .submit_order {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  height: 49px;
  background: #F35321;
  transition: 0.4s;
  border-radius: 400px;
}
#order_form_div .main-order-wrapper .right-c .submit_order:hover {
  background: #DD3B08;
}
#order_form_div .main-order-wrapper .right-c .sticky-block {
  display: block;
  padding: 10px 0;
  position: static !important;
}
#order_form_div .main-order-wrapper .right-c .sticky-block .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
#order_form_div .main-order-wrapper .right-c .sticky-block .wrap .fwb {
  font-weight: bold;
  font-size: 18px;
  text-align: right;
}
#order_form_div .main-order-wrapper .right-c .sticky-block .wrap:nth-child(2) {
  background: #FAFAFA;
}
#order_form_div .main-order-wrapper .right-c .sticky-block .wrap:first-child .custom_t2 {
  font-size: 16px;
  text-align: right;
}
#order_form_div .main-order-wrapper .left-c .info-icon {
  position: relative;
  margin-left: 4px;
  margin-bottom: 0;
  bottom: -2px;
}
/* TAZ */
#figma-filter.bx-filter .bx-filter-input-checkbox .bx-filter-param-text,
#figma-filter.bx-filter .bx-filter-parameters-box-title span,
#figma-filter.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span,
#figma-filter {
  font-family: 'Roboto', sans-serif !important;
}
/* xpop */
.figma-popup.pop_up.feedback {
  border-radius: 0;
}
.pop_up .form-name {
  font-family: 'Roboto', sans-serif !important;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #515256;
}
.pop_up .form-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #898C96;
  font-family: 'Roboto', sans-serif !important;
}
.pop_up .pop_inn {
  margin: 0;
}
.pop_up .inp_self,
.pop_up .inputtext,
.pop_up .inputtextarea {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #8E939F;
  border-bottom: 1px solid #D3DFEF;
}
.pop_up .btn {
  width: 182px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
}
.pop_up .btn:hover {
  background: #DD3B08;
  color: #fff;
}
.pop_up .popclose {
  position: absolute;
  top: 8px;
  right: 3px;
  width: 26px;
  height: 26px;
  background: 0 0;
  font-weight: 100;
  font-size: 34px;
  line-height: 0.3;
}
.feedback .label-checkbox {
  margin: 40px 0;
}
.search-page {
  width: 1200px;
  margin: 0 auto;
}
.search-page b {
  color: #F35321 !important;
}
.search-page input.search-query {
  width: 99%;
  border: 1px solid;
  font-size: 1.3em;
  background: #F8F7F7;
  border-color: #D9D9D9;
  line-height: 42px;
  padding-left: 20px;
}
.search-page .search-button {
  border: none;
  display: block;
  padding: 0;
  font-size: 16px !important;
  line-height: 45px;
  color: #ffffff;
  background: #F35321;
  margin: -3px 0 0 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  min-width: 100% !important;
  min-width: 240px !important;
  position: relative;
  top: -2px;
  transition: all linear 0.2s;
}
.search-page .search-button:hover {
  background: #DD3B08;
}
div.search-item h4 {
  margin-top: 0 !important;
}
div.search-item h4 a {
  font-family: 'Roboto', sans-serif !important;
  color: #515256;
  transition: 0.4s;
  font-weight: bold;
}
div.search-item h4 a:hover {
  color: #F35321;
}
div.search-item h4 a div.search-preview {
  font-weight: normal;
  font-family: 'Roboto', sans-serif !important;
  color: #ACADB0;
}
.search-item {
  background: #fff;
  padding: 17px 23px !important;
}
.search-advanced-result {
  margin-bottom: 30px;
  padding-left: 20px;
  color: #ACADB0;
}
/* COMPARE */
.bx_compare {
  width: 1200px;
  margin: 0 auto;
}
.bx_compare table tr td {
  border-bottom: 1px solid #ccc;
  background: transparent !important;
  padding: 11px 17px !important;
}
.bx_compare table .zag td {
  text-align: left !important;
  color: #F35321 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px !important;
}
.bx_compare .button_block {
  display: flex;
  align-items: stretch;
  margin: 30px 0 60px 0;
}
.bx_compare .button_block a {
  font-family: 'Roboto', sans-serif !important;
  padding-top: 2px;
  min-width: 252px;
  height: 46px;
  background: #F35321;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 50px;
  transition: 0.4s;
  margin-right: 20px;
}
.bx_compare .button_block a:hover {
  background: #DD3B08;
}
.quick_block.ajax.added_item_pop {
  background: #fff;
  position: fixed;
  z-index: 999;
  padding: 35px 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#reviews {
  margin-bottom: 0;
}
.table_compare table tr td a img {
  height: 230px !important;
  object-fit: contain;
}
/* OWL */
.owl-next,
.owl-prev {
  cursor: pointer;
  width: 11px;
  height: 19px;
  position: absolute;
  top: 195px;
}
.owl-next svg,
.owl-prev svg {
  fill: #898C96;
  transition: 0.4s;
}
.owl-next:hover svg,
.owl-prev:hover svg {
  fill: #F35321;
}
.owl-prev {
  left: -20px;
}
.owl-next {
  right: -20px;
}
.fein-owl-wrapper .owl-next,
.fein-owl-wrapper .owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.4s;
  box-shadow: 0 0 1px #d2d4d7;
}
.fein-owl-wrapper .owl-next:hover,
.fein-owl-wrapper .owl-prev:hover {
  background: #fff;
}
.fein-owl-wrapper .owl-prev {
  left: 5px;
}
.fein-owl-wrapper .owl-next {
  right: 5px;
}
.fein-owl-wrapper {
  min-height: 530px;
}
.white-bg-cetion .owl-carousel {
  min-height: 484px;
}
#reviews {
  margin-bottom: 0 !important;
}
.header {
  height: auto !important;
}
.pop_up {
  transform: translateX(-51%);
}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {
  position: absolute;
  z-index: -1000;
}
#figma-filter.bx-filter .bx-ui-slider-handle.right,
#figma-filter.bx-filter .bx-ui-slider-handle.left {
  border-radius: 50%;
  width: 13px;
  height: 13px;
}
.welcome-figma-section .figma-catalog-menu.inside-page {
  z-index: 999;
}
.welcome-figma-section .figma-catalog-menu.inside-page:hover {
  display: block;
}
.review-figma-popup-alt .action-wrapper-ajax-form {
  background: #fff;
}
.header_top .compare.basket,
#compare_list_count.compare.cell_block,
#compare_list_count.compare.cell_block span,
.compare {
  position: static !important;
}
#compare_list_count.compare.cell_block {
  padding-left: 0 !important;
}
.pop_up {
  top: 50% !important;
  transform: translate(-50%, -52%);
}
.tab-content .d-heading,
.tab-content ul li,
.html-page .col ul li,
.html-page .col p,
.html-page .col .heading,
.articles-wrapper .art-list .news_item .news_inn a,
.imit-h1,
.articles-wrapper .detail-art .about_page,
main.news .ap_line .text_wp,
section.news .ap_line .text_wp,
#figma-styles-m .news_item .text .name,
h1,
.news-and-articles .news_wp .news_list .news_item .text a,
.gray-f-section table tr td,
.tab-content .description {
  color: #000 !important;
}
.tab-content .table-wrapper table tr td,
.top-slide-and-main-info .flex-slide-and-main-info .right .flex-icons .row-flex .col-flex b,
.top-slide-and-main-info .flex-slide-and-main-info .right .preview-text u,
.top-slide-and-main-info .flex-slide-and-main-info .right .price-new-and-old .price-more .new-price,
.top-slide-and-main-info .flex-slide-and-main-info .left h1,
#figma-filter.bx-filter .bx-filter-parameters-box-title span,
#figma-filter.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span,
.smartfilter,
#figma-filter.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
  color: #000 !important;
}
.news-and-articles .news_wp .news_list .news_item .text a:hover,
.articles-wrapper .art-list .news_item .news_inn a:hover,
#figma-styles-m .news_item .text .name:hover {
  color: #F35321 !important;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .preview-text,
.top-slide-and-main-info .flex-slide-and-main-info .right .preview-text u {
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #000 !important;
}
.tab-content .table-wrapper table tr td {
  font-size: 16px;
}
/* NEW HEADER */
.header-imit {
  background: #fff;
}
.header-imit .basket_wp {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.header-imit .top-line .main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 6px 0 8px 0;
}
.header-imit .top-line .main_menu li {
  margin-right: 15px;
}
.header-imit .top-line .main_menu li a {
  display: inline-block;
  line-height: 41px;
  transition: color 0.4s;
  color: #000;
}
.header-imit .middle-line {
  padding-bottom: 20px;
}
.header-imit .middle-line .logotype {
  margin-right: 30px;
  display: block;
}
.header-imit .middle-line .logotype img {
  max-width: 277px;
}
.header-imit .middle-line .callback-and-phone {
  margin-right: 25px;
  padding-left: 30px;
  margin-top: 15px;
  margin-left: 0;
}
.header-imit .middle-line .callback-and-phone .phone a {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: #000;
}
.header-imit .middle-line .callback-and-phone .phone a:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 2px;
  width: 18px;
  height: 22px;
  background: url(/local/templates/husq/img/figma/phone.svg) no-repeat center;
}
.header-imit .middle-line .callback-and-phone .callback {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
  color: #000;
}
.header-imit .middle-line .mail {
  margin-top: 15px;
}
.header-imit .middle-line .mail a {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  margin-left: 35px;
  white-space: nowrap;
  color: #000;
}
.header-imit .middle-line .mail a:before {
  content: "";
  position: absolute;
  left: -27px;
  top: 4px;
  width: 19px;
  height: 17px;
  background: url(/local/templates/husq/img/figma/mess.svg) no-repeat center;
}
.header-imit .middle-line .col_z {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.header-imit .middle-line .search-head form {
  margin-top: 15px;
  margin-right: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 455px;
  height: 40px;
  background: #f1f1f1;
  position: relative;
  padding: 0 10px 0 20px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25);
}
.header-imit .middle-line .search-head form input[type=text] {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  line-height: 16px;
  border: none;
}
.header-imit .middle-line .search-head form input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #515256;
}
.header-imit .middle-line .search-head form input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #515256;
}
.header-imit .middle-line .search-head form input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #515256;
}
.header-imit .middle-line .search-head form input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #515256;
}
.header-imit .middle-line .search-head form input[type=submit] {
  width: 40px;
  height: 40px;
  background: url(/local/templates/husq/img/figma/search.svg) no-repeat center;
  cursor: pointer;
  border: none;
}
.header-imit .bot-line {
  background: #DD3B08;
  padding: 10px 0;
}
.header-imit .bot-line a {
  color: #fff;
}
.header-imit .bot-line .flex-direction {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-imit .bot-line .flex-direction .col_z:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-imit .bot-line .flex-direction .col_z:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-imit .bot-line .flex-direction .basket_wp {
  margin-left: 20px;
}
.header-imit .bot-line .flex-direction .compare {
  margin-top: 0;
}
.header-imit .bot-line .flex-direction .compare a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  color: #979797 !important;
}
.header-imit .bot-line .flex-direction .compare a img {
  margin-right: 1px;
}
.header-imit .bot-line .flex-direction .compare a span {
  width: 20px !important;
  height: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400 !important;
  line-height: 0;
  font-size: 12px !important;
  color: #fff !important;
  background: transparent !important;
  border-radius: 50px;
  padding-top: 1px !important;
  transition: 0.4s;
}
.header-imit .bot-line .catalog-link a {
  display: block;
  line-height: 30px;
  width: 277px;
  background: #DD3B08;
  font-weight: 900;
  font-size: 18px;
  padding: 0 21px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.header-imit .bot-line .catalog-link a img {
  margin-right: 15px;
  display: block;
}
.header-imit .bot-line .list-new {
  display: flex;
  align-items: center;
}
.header-imit .bot-line .list-new li a {
  display: block;
  padding: 0 30px;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  opacity: 0.9;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.header-imit .bot-line .list-new li a:hover {
  opacity: 1;
}
.header-imit .bot-line .catalog-link a {
  height: 50px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.header-imit .bot-line .list-new li a {
  font-weight: 900;
  font-size: 18px;
}
.header-imit .bot-line .list-new li a {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.header-imit .middle-line .logotype {
  width: 277px;
}
.header-imit .middle-line .logotype img {
  width: 100%;
}
.header-imit .middle-line .search-head form {
  width: 400px;
}
.header-imit .middle-line .callback-and-phone {
  margin-left: auto;
}
.header-imit .middle-line .mail a:before,
.header-imit .middle-line .callback-and-phone .phone a:before {
  display: none;
}
.header-imit .middle-line .mail a {
  margin-left: 0;
}
.header-imit .middle-line .callback-and-phone {
  padding-left: 0;
}
.header-imit .middle-line .mail .callback.last-col {
  display: block;
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
  color: #000;
}
.header-imit .middle-line .callback-and-phone .time-z {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  color: #000;
}
#compare_list_count.compare.cell_block {
  background: none !important;
}
.head-compare {
  display: flex;
  align-items: center;
}
.head-compare .color-white {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
.header-imit .basket_wp {
  display: flex;
  align-items: center;
}
.header-imit .basket_wp .color-white {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
.tab-section {
  border-bottom: none !important;
}
.tab-section .ul a.active,
.tab-section .ul a:hover {
  background: transparent !important;
  color: #000 !important;
}
.dle-heading {
  color: #F35321;
  border-bottom: 2px solid #F35321;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 24px 0;
  width: 100%;
  margin: 20px 0;
}
.lSSlideOuter .lSPager.lSGallery li {
  padding: 2px;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSPager.lSGallery li a:hover:after,
.top-slide-and-main-info .flex-slide-and-main-info .left .lSPager.lSGallery li.active a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0;
  background: transparent;
  z-index: 4;
  border: 1px solid #F35321;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0 !important;
}
.gray-f-section .main-ttl {
  max-width: 1200px;
  margin: 0 auto;
}
.header-imit .middle-line .mail a:first-child,
.header-imit .middle-line .callback-and-phone .phone a {
  font-size: 20px;
}
.header-imit .bot-line {
  max-width: 1200px;
  margin: 0 auto;
}
.header-imit .bot-line .flex-direction .col_z:last-child {
  margin-right: 20px;
}
body,
.gray-f-section,
.wrapper,
body .footer-full-screen,
body header {
  background: #fff !important;
}
.new-style-btn {
  font-family: Roboto, sans-serif !important;
  padding-top: 2px;
  width: 252px;
  height: 40px;
  background: #F35321;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 0;
  transition: 0.4s;
  margin: 15px auto 0 auto;
}
.new-style-btn:hover {
  background: #DD3B08;
  color: #fff;
}
.card-in-slide .owl-carousel .item,
.prods-this-category .owl-carousel .item {
  padding-bottom: 155px;
}
/*PS HEADER*/
.ps-header .ps-header_top {
  background: #f3f3f3;
}
.ps-header .ps-header_top .ps-header_top--flex {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ps-header .ps-header_top .ps-header_top--menu .main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ps-header .ps-header_top .ps-header_top--menu .main_menu li {
  margin-left: 30px;
}
.ps-header .ps-header_top .ps-header_top--menu .main_menu li a {
  font-size: 16px;
  color: #000;
  transition: color 0.4s;
}
.ps-header .ps-header_top .ps-header_top--menu .main_menu li a:hover {
  color: #1f3e7d;
}
.ps-header .ps-header_top .ps-header_top--menu .main_menu li:first-child {
  margin-left: 0;
}
.ps-header .ps-header_top .ps-header_top--col {
  display: flex;
  align-items: flex-start;
}
.ps-header .ps-header_top .ps-header_top--col .ps-header_top--col-phone {
  margin-right: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.ps-header .ps-header_top .ps-header_top--col .ps-header_top--col-phone i {
  margin-right: 9px;
  display: block;
  width: 15px;
  height: 15px;
  background: url(/bitrix/templates/general_template/css/../img/ps/email.svg) no-repeat center / contain;
}
.ps-header .ps-header_top .ps-header_top--col .ps-header_top--col-email {
  position: relative;
  display: flex;
  align-items: center;
}
.ps-header .ps-header_top .ps-header_top--col .ps-header_top--col-email i {
  margin-right: 9px;
  display: block;
  width: 15px;
  height: 15px;
  background: url(/bitrix/templates/general_template/css/../img/ps/calendar.svg) no-repeat center / contain;
}
.ps-header .ps-header_top .ps-header_top--col a {
  color: #000;
  font-size: 16px;
}
.ps-header .ps-header_middle .ps-header_middle-flex {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ps-header .ps-header_middle .ps-header_middle-flex .logo-col img {
  max-width: 247px;
}
.ps-header .ps-header_middle .ps-header_middle-flex .search-col form {
  display: block;
  position: relative;
  width: 384px;
}
.ps-header .ps-header_middle .ps-header_middle-flex .search-col form input::-webkit-input-placeholder {
  color: #949494;
}
.ps-header .ps-header_middle .ps-header_middle-flex .search-col form input::-moz-placeholder {
  color: #949494;
}
.ps-header .ps-header_middle .ps-header_middle-flex .search-col form input:-ms-input-placeholder {
  color: #949494;
}
.ps-header .ps-header_middle .ps-header_middle-flex .search-col form input:-moz-placeholder {
  color: #949494;
}
.ps-header .ps-header_middle .ps-header_middle-flex .search-col form input[type="text"] {
  line-height: 45px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #b2b2b2;
  color: #000;
  padding-left: 45px;
  font-size: 18px;
  width: 100%;
}
.ps-header .ps-header_middle .ps-header_middle-flex .search-col form input[type="submit"] {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: none;
  position: absolute;
  left: 6px;
  top: 11px;
  background: url(/bitrix/templates/general_template/css/../img/ps/search.svg) no-repeat center / contain;
  cursor: pointer;
}
.ps-header .ps-header_middle .ps-header_middle-flex .phone-col {
  text-align: right;
}
.ps-header .ps-header_middle .ps-header_middle-flex .phone-col a:first-child {
  font-size: 24px;
  font-weight: 24px;
  color: #000;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}
.ps-header .ps-header_middle .ps-header_middle-flex .phone-col a.clicked {
  display: block;
  font-size: 16px;
  width: fit-content;
  color: #1f3e7d;
  margin-top: 8px;
  margin-left: auto;
}
.ps-header .img-compare-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.ps-header #compare_list_count.compare .compare {
  margin-top: -26px;
}
.ps-header #compare_list_count.compare .tempar-cru {
  display: flex;
  background: no-repeat;
  position: static;
  left: 15px;
  top: -4px;
  font-size: 14px;
  padding: 0;
  line-height: 1;
  border-radius: 0;
  background: none;
  font-weight: 400;
}
.ps-header #compare_list_count.compare .tempar-cru u {
  background: no-repeat;
  text-decoration: none;
  margin-right: 6px;
  color: #000;
  font-weight: 400;
}
.ps-header #compare_list_count.compare .tempar-cru span {
  background: no-repeat;
  position: static;
  left: 15px;
  top: -4px;
  font-size: 14px;
  background: none;
  padding: 0;
  line-height: 1;
  border-radius: 0;
  color: #1f3e7d;
  font-weight: 400;
}
.ps-header .to_basket-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.ps-header .to_basket-image img {
  height: 22px;
}
.ps-header .to_basket-cole-wr {
  display: flex;
  background: no-repeat;
  position: static;
  left: 15px;
  top: -4px;
  font-size: 14px;
  padding: 0;
  line-height: 1;
  border-radius: 0;
  background: none;
  font-weight: 400;
}
.ps-header .to_basket-cole-wr u {
  background: no-repeat;
  text-decoration: none;
  margin-right: 6px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.ps-header .to_basket-cole-wr span {
  background: no-repeat;
  position: static;
  left: 15px;
  top: -4px;
  font-size: 14px;
  background: none;
  padding: 0;
  line-height: 1;
  border-radius: 0;
  color: #1f3e7d;
  font-weight: 400;
}
.ps-header .compare.basket {
  margin-top: -5px;
}
.ps-r_sub {
  background: #1f3e7d;
}
.ps-r_sub .ps-r_sub-flex {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ps-r_sub .ps-r_sub-flex .list-new {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
}
.ps-r_sub .ps-r_sub-flex .list-new li {
  margin-left: 55px;
}
.ps-r_sub .ps-r_sub-flex .list-new li a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  transition: 0.4s;
}
.ps-r_sub .ps-r_sub-flex .list-new li a:hover {
  opacity: 0.8;
}
.ps-r_sub-flex .col-menu {
  position: relative;
}
.ps-r_sub-flex .col-menu .catalog-open {
  height: 95px;
  background: #7889ab;
  display: flex;
  white-space: nowrap;
  align-items: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding-left: 20px;
  width: 277px;
  padding-right: 25px;
}
.ps-r_sub-flex .col-menu .catalog-open img {
  max-width: 23px;
  object-fit: contain;
  margin-right: 18px;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu {
  width: 277px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup a {
  color: #000 !important;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup a:hover {
  color: #F35321 !important;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup .section.lvl1 {
  display: block;
  background: #fff;
  z-index: 40;
  padding: 30px 0;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup .section.lvl1 > li {
  padding: 0 33px;
  margin-bottom: 20px;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup .section.lvl1 > li > a {
  color: #8E939F;
  font-size: 16px;
  transition: padding 0.4s, font-weight 0.4s, color 0.4s;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup .section.lvl1 > li:hover > a {
  color: #F35321 !important;
  padding-left: 17px;
  background: url(/bitrix/templates/general_template/css/../img/figma/arrow.svg) no-repeat left;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup .section.lvl1 > li:last-child {
  margin-bottom: 0;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup .section.lvl1 > li .lvl2 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup .section.lvl1 > li:hover .lvl2 {
  display: block;
  background: #fff;
  z-index: 40;
  padding: 30px 33px;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup .section.lvl1 > li:hover .lvl2 li {
  margin-bottom: 20px;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup .section.lvl1 > li:hover .lvl2 li a {
  white-space: nowrap;
  color: #8E939F;
  font-size: 16px;
  transition: padding 0.4s, font-weight 0.4s, color 0.4s;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup .section.lvl1 > li:hover .lvl2 li a:hover {
  color: #F35321;
  padding-left: 17px;
  background: url(/bitrix/templates/general_template/css/../img/figma/arrow.svg) no-repeat left;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup .section.lvl1 > li:hover .lvl2 li:last-child {
  margin-bottom: 0;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .catalog-figma-bnr {
  width: 100%;
  padding: 30px;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .catalog-figma-bnr .ride {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 517px;
  padding: 33px 22px;
  flex-direction: column;
  color: #fff;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .catalog-figma-bnr .ride span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .catalog-figma-bnr .ride u {
  text-decoration: none;
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin: 14px 0 18px 0;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .catalog-figma-bnr .ride a {
  color: #fff;
  display: block;
  width: 100px;
  border: 2px solid #FFF;
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  transition: 0.4s;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .catalog-figma-bnr .ride a:hover {
  background: #fff;
  color: #F35321;
}
.ps-r_sub-flex .col-menu:hover .figma-catalog-menu {
  display: block;
  z-index: 9999;
  background: #fff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}
body .footer-full-screen {
  background: #1f3e7d !important;
}
body .footer-full-screen .col .main_menu {
  column-count: 2;
}
body .footer-full-screen .col .main_menu a {
  color: #7889ab;
}
body .footer-full-screen .col .main_menu a:hover {
  color: #a4b2ce;
}
.footer-psr .ps-r_sub-flex .col-menu .figma-catalog-menu {
  top: auto;
  bottom: 100%;
  box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.3);
}
.footer-psr .ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup .section.lvl1 > li .lvl2 {
  top: auto;
  bottom: 0;
}
footer .col {
  color: #7889ab;
}
footer .col.col-4 > a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
footer .col.col-4 .callback:hover,
footer .col.col-4 .callback {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: fit-content;
  text-align: center;
  height: auto;
  margin-top: 10px;
  background: 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #a4b2ce;
  border-radius: 0;
  transition: 0.4s;
}
footer .col.col-3 a {
  color: #7889ab;
}
footer .mail {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}
footer .mail i {
  margin-right: 9px;
  display: block;
  width: 15px;
  height: 15px;
  background: url(/bitrix/templates/general_template/css/../img/ps/email_r.svg) no-repeat center / contain;
}
footer .time {
  display: flex;
  align-items: center;
}
footer .time i {
  margin-right: 9px;
  display: block;
  width: 15px;
  height: 15px;
  background: url(/bitrix/templates/general_template/css/../img/ps/calendar_r.svg) no-repeat center / contain;
}
footer .col.col-3 a:hover,
footer .col.col-4 .callback:hover {
  color: #a4b2ce !important;
}
.bx-filter .bx-filter-section {
  background: #fff !important;
  box-shadow: 0 2px 8px #B9B9B9 !important;
}
.footer-psr.ps-r_sub {
  border-bottom: 1px solid #7889ab;
}
.welcome-figma-section .right-tinger-fein .fein-owl-wrapper {
  padding: 0;
}
.welcome-figma-section .right-tinger-fein .quick-products {
  padding: 0;
}
.welcome-figma-section .right-tinger-fein .quick-products {
  flex-direction: column;
  padding-left: 2px;
  width: 30%;
}
.welcome-figma-section .right-tinger-fein .quick-products .qp:nth-child(2) {
  margin: 2px 0;
}
.welcome-figma-section .right-tinger-fein .quick-products .qp {
  width: 100%;
  height: 33%;
  background-position: 94% !important;
  background-size: contain;
  position: relative;
}
.welcome-figma-section .right-tinger-fein .quick-products .qp .img-res {
  position: absolute;
  right: 5px;
  top: 0;
  width: 160px;
  height: 100%;
  object-fit: contain;
}
.welcome-figma-section .right-tinger-fein .quick-products .qp span,
.welcome-figma-section .right-tinger-fein .quick-products .qp u,
.welcome-figma-section .right-tinger-fein .quick-products .qp a {
  position: relative;
  z-index: 2;
}
.welcome-figma-section .right-tinger-fein .quick-products .qp span {
  max-width: 100%;
}
.welcome-figma-section .right-tinger-fein .quick-products .qp u {
  max-width: 100%;
  margin: 7px 0 15px 0;
}
.welcome-figma-section .right-tinger-fein .quick-products .qp a {
  background: #fff;
  color: #1f3e7d;
}
.welcome-figma-section .right-tinger-fein .quick-products .qp a:hover {
  background: #f35321;
  border-color: #f35321;
  color: #fff;
}
.welcome-figma-section .right-tinger-fein {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.welcome-figma-section .right-tinger-fein .fein-owl-wrapper {
  width: 70%;
}
.fein-owl-wrapper {
  min-height: auto;
}
#figma-filter.bx-filter .bx-filter-button-box {
  display: block !important;
  padding: 0 18px 18px 18px;
  background: #fff;
}
.bx-filter-parameters-box-container input#set_filter {
  background: #f35321 !important;
  border-color: #f35321 !important;
  border-radius: 30px !important;
  width: 110px !important;
}
.bx-filter-parameters-box-container input#set_filter:hover {
  background: #DD3B08 !important;
  border-color: #DD3B08 !important;
}
.bx-filter-button-box .bx-filter-parameters-box-container input#del_filter {
  border-radius: 30px !important;
  width: 110px !important;
}
.bx-filter-button-box .bx-filter-parameters-box-container input#del_filter:hover {
  background: #d2d2d2 !important;
}
#order_form_div .main-order-wrapper .left-c .deliv-type.secti p,
#order_form_div .main-order-wrapper .left-c .maino b,
#order_form_div .main-order-wrapper .right-c .sticky-block .wrap,
#order_form_div .main-order-wrapper .left-c .bx_element,
#order_form_div .main-order-wrapper .left-c .bx_element strong,
#order_form_div .main-order-wrapper .left-c .form-wrapper p,
.basket-block.basket-line table.cart_table.order_tab tr td.name a,
.basket-block.basket-line table.cart_table.order_tab tr td.price .newprice,
.basket-block.basket-line table.cart_table.order_tab tr td.sum .price-sum-1,
.basket-block.basket-line table.cart_table.order_tab tr th,
#order_form_div .main-order-wrapper .left-c .person-type.secti p,
#order_form_div .main-order-wrapper .left-c .person-type.secti .div-c-w .section .label,
.top-slide-and-main-info .flex-slide-and-main-info .right .detail-page-form .send_req,
.pop_up .inp_self,
.pop_up .inputtext,
.pop_up .inputtextarea,
.label-checkbox label,
.pop_up .form-subtitle,
.pop_up .form-name,
.figma-card-product .card-popup {
  color: #000;
}
.prods-this-category .heading,
.white-bg-cetion .heading:nth-child(5),
.prods-this-category .heading,
.white-bg-cetion .heading:nth-child(3) {
  margin-top: -65px;
}
.white-bg-cetion .owl-carousel {
  position: relative;
  z-index: 12;
}
.w-count-block {
  padding-top: 15px;
  color: #000;
}
.w-count-block .info {
  line-height: 1.2;
}
.w-count-block .addr-c {
  margin-top: 6px;
  position: relative;
  padding-left: 25px;
  padding-top: 7px;
}
.w-count-block .addr-c a.loc {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/local/templates/husq/img/map-marker-alt-solid.svg) no-repeat center;
  background-size: contain;
  left: 0;
  top: 4px;
}
.w-count-block .static-c-block {
  margin-top: 14px;
}
.w-count-block .static-c-block p {
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  z-index: 12;
}
.w-count-block .static-c-block p .red {
  color: red;
}
.reserv {
  padding: 0;
  border: none;
  background: none;
  font-family: Roboto, sans-serif !important;
  text-decoration: underline;
  color: #000;
  transition: 0.4s;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: -2px;
}
.reserv:hover {
  color: #F35321;
}
.w-count-block {
  margin-top: 30px;
  width: 100%;
  position: relative;
  border-top: 1px solid #f4f4f4;
  padding-top: 25px;
}
.w-count-block .reserv-wrapper {
  position: absolute;
  padding: 15px 14px;
  top: 100%;
  left: 0;
  margin-top: 30px;
  width: 100%;
  z-index: 9;
  display: none;
  transition: 0.4s;
}
.w-count-block .reserv-wrapper .reserv {
  font-family: Roboto, sans-serif !important;
  padding-top: 2px;
  width: 100%;
  height: 40px;
  background: #F35321;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  border: none;
  line-height: 1;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 40px;
  transition: 0.4s;
  margin: 15px auto 0 auto;
  cursor: pointer;
}
.w-count-block .reserv-wrapper .reserv:hover {
  background: #DD3B08;
}
.top-slide-and-main-info .flex-slide-and-main-info .right .detail-page-form {
  flex-wrap: wrap;
  padding-bottom: 28px;
}
.w-count-block .addr-c {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.w-count-block-isset {
  color: #00B347;
  position: relative;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 15px;
}
.w-count-block-isset:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #00B347;
  left: 0;
  bottom: 3px;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup .section.lvl1 > li {
  position: relative;
}
.welcome-figma-section .right-tinger-fein .quick-products .qp {
  padding-top: 20px;
}
/*05.11.2020*/
.fein-owl-wrapper .owl-next,
.fein-owl-wrapper .owl-prev {
  display: none;
}
.fein-owl-wrapper {
  position: relative;
}
.fein-owl-wrapper .count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 145px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 8;
}
.fein-owl-wrapper .count .dot-wrapper {
  width: 100%;
}
.fein-owl-wrapper .count .dot-wrapper .dot-wrapper-step {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.fein-owl-wrapper .count .dot-wrapper .dot-wrapper-step span {
  margin: 0 5px;
}
.fein-owl-wrapper .count .dot-wrapper .progress-line {
  width: 100%;
  margin: 5px 0 0 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.fein-owl-wrapper .count .dot-wrapper .progress-line div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #F35321;
  transition: width 0.3s;
}
.fein-owl-wrapper .count .prev,
.fein-owl-wrapper .count .next {
  min-width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
.fein-owl-wrapper .count .prev {
  margin-right: 10px;
  background: url(/bitrix/templates/general_template/css/../img/chevron_left-24px.svg) no-repeat center;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.3s;
}
.fein-owl-wrapper .count .prev:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.fein-owl-wrapper .count .next {
  margin-left: 10px;
  background: url(/bitrix/templates/general_template/css/../img/chevron_right-24px.svg) no-repeat center;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.3s;
}
.fein-owl-wrapper .count .next:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.welcome-figma-section .right-tinger-fein .quick-products .qp {
  height: 100%;
  padding-bottom: 20px;
}
.welcome-figma-section .right-tinger-fein .quick-products .qp a {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 10;
}
.welcome-figma-section .right-tinger-fein .quick-products {
  width: 27%;
  padding-left: 0;
}
.welcome-figma-section {
  margin: 30px auto;
}
.welcome-figma-section .right-tinger-fein .fein-owl-wrapper {
  width: 73%;
  padding-right: 30px;
  min-height: 370px;
}
.service-wrapper {
  position: relative;
}
.service-wrapper img {
  position: relative;
  z-index: 5;
}
.service-wrapper:after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 96%;
  background-color: #b3b3b7;
  z-index: 3;
}
.service-wrapper:before {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 92%;
  background-color: #dfdfe1;
  z-index: 2;
}
.flex-slide-and-main-info .new-right-column {
  width: 426px;
}
.flex-slide-and-main-info .new-right-column .top-column-in-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 6px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f8f8f8;
  margin-bottom: 55px;
}
.flex-slide-and-main-info .new-right-column .top-column-in-right .compare-card {
  height: 23px;
  margin-right: 15px;
  cursor: pointer;
}
.flex-slide-and-main-info .new-right-column .top-column-in-right .compare-card input {
  position: absolute;
  z-index: -1000;
  left: -1000px;
}
.flex-slide-and-main-info .new-right-column .top-column-in-right .compare-card input:checked ~ img {
  display: none;
}
.flex-slide-and-main-info .new-right-column .top-column-in-right .compare-card input:checked ~ img.hover {
  display: block;
}
.flex-slide-and-main-info .new-right-column .top-column-in-right .compare-card .hover {
  display: none;
}
.flex-slide-and-main-info .new-right-column .top-column-in-right .review {
  display: flex;
  align-items: flex-end;
}
.flex-slide-and-main-info .new-right-column .top-column-in-right .review .star-block {
  margin-right: 12px;
}
.flex-slide-and-main-info .new-right-column .price-new-and-old {
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 50px;
}
.flex-slide-and-main-info .new-right-column .detail-page-form {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 45px;
}
.flex-slide-and-main-info .new-right-column .detail-page-form a {
  display: block;
  width: 49%;
  text-align: center;
  line-height: 65px;
  border: 1px solid #008df0;
  color: #fff;
  background: #008DF0;
  font-size: 20px;
  transition: 0.4s;
}
.flex-slide-and-main-info .new-right-column .detail-page-form a:hover {
  background: #F35321;
  border-color: #F35321;
}
.flex-slide-and-main-info .new-right-column .detail-page-form a.empty-btn {
  background: transparent;
  border-color: #000;
  color: #000;
}
.flex-slide-and-main-info .new-right-column .detail-page-form a.empty-btn:hover {
  background: #F35321;
  border-color: #F35321;
  color: #fff;
}
.flex-slide-and-main-info .new-right-column .card-props {
  padding: 14px 0;
  border-bottom: 1px solid #f8f8f8;
  border-top: 1px solid #f8f8f8;
  margin-bottom: 35px;
}
.flex-slide-and-main-info .new-right-column .card-props div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  margin-bottom: 14px;
}
.flex-slide-and-main-info .new-right-column .card-props div:last-child {
  margin-bottom: 0;
}
.flex-slide-and-main-info .new-right-column .card-props div span {
  font-size: 16px;
}
.flex-slide-and-main-info .new-right-column .card-props div span.green {
  color: #12a751;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSPager.lSGallery li a img {
  width: 100%;
}
.lSSlideOuter .lSPager.lSGallery li.active {
  padding: 3px;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSPager.lSGallery li.active a:after {
  border-width: 2px;
}
.lSSlideOuter .lSPager.lSGallery li {
  height: 180px;
}
.lSSlideOuter .lSPager.lSGallery li a {
  height: 100% !important;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .is-left,
.top-slide-and-main-info .flex-slide-and-main-info .left .is-right {
  bottom: 83px;
}
.old-and-new-prices .old-price {
  position: relative;
}
.old-and-new-prices .old-price:before {
  content: '';
  position: absolute;
  border: 1px solid #F35321;
  left: 0;
  top: 11px;
  width: 100%;
}
.flex-slide-and-main-info .new-right-column .top-column-in-right {
  margin-bottom: 15px;
}
.new-right-column {
  color: #000;
}
.new-right-column h1 {
  font-size: 24px;
  font-weight: 700;
  text-transform: initial;
  margin: 20px 0 0 0;
}
.new-right-column .divider {
  margin: 30px 0;
  border-bottom: 1px solid #f4f4f4;
}
.new-right-column .compare-card:hover img {
  opacity: 0 !important;
  display: none !important;
}
.new-right-column .compare-card:hover img.hover {
  display: block !important;
  opacity: 1 !important;
}
.new-right-column .row-1 {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.new-right-column .row-1 .col-1 {
  font-size: 15px;
  font-weight: 500;
}
.new-right-column .row-1 .col-2 {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.new-right-column .row-1 .col-2 .isset {
  font-size: 14px;
  font-weight: 400;
}
.new-right-column .row-1 .col-2 .top-column-in-right {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  border: none;
}
.new-right-column .row-1 .col-2 .top-column-in-right .compare-card {
  border: none;
  margin: 0 0 8px 15px;
}
.new-right-column .row-2 .price-new-and-old {
  margin: 0;
}
.new-right-column .row-2 .top-1 {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.new-right-column .row-2 .top-1 .detail-page-form-top .to_basket.ajax {
  display: block;
  font-size: 18px;
  font-weight: 700;
  background: #008DF0;
  color: #FFF;
  text-align: center;
  transition: 0.4s;
  width: 181px;
  line-height: 54px;
  border-radius: 50px;
}
.new-right-column .row-2 .top-1 .detail-page-form-top .to_basket.ajax:hover {
  background: #F35321;
}
.new-right-column .row-2 .top-2 {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-right: 35px;
  font-size: 15px;
  font-weight: 300;
  margin-top: 15px;
}
.new-right-column .row-2 .top-2 p {
  color: #939393;
}
.new-right-column .row-2 .top-2 p s {
  text-decoration: none;
}
.new-right-column .row-2 .top-2 a {
  color: #1F3E7D;
  font-weight: 400;
}
.new-right-column .row-2 .top-2 a:hover {
  color: #008DF0;
}
.new-right-column .row-3 .txt p {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.new-right-column .row-3 .txt span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #939393;
  margin: 0 0 13px 0;
  line-height: 1.3;
}
.new-right-column .row-3 .txt a.send_req {
  color: #1F3E7D;
  font-size: 15px;
  font-weight: 400;
}
.new-right-column .row-3 .txt a.send_req:hover {
  color: #008DF0;
}
.new-right-column .flex-optionals {
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.new-right-column .flex-optionals .option {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.new-right-column .flex-optionals .option img {
  display: block;
  margin-bottom: 10px;
}
.pop_inn .form-name {
  display: none !important;
}
.tab-content .figma-link-file-download a {
  color: #1f3e7d;
}
.dle-heading {
  color: #000;
  padding-bottom: 15px;
  border-color: #e9e9e9;
}
.dle-heading u {
  display: inline;
  position: relative;
  text-decoration: none;
}
.dle-heading u:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #F35321;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.tab-content .table-wrapper table.right tr:nth-child(even) {
  box-shadow: none !important;
}
.tab-content-wrapper .tab-content .table-wrapper table.right td:first-child {
  padding-left: 30px !important;
}
.new-price-prod-heading.dle-heading {
  padding-bottom: 0;
  border: none;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .new-right-column .row-2 .top-1 .detail-page-form-top .to_basket.ajax {
    width: 155px;
  }
  .new-right-column .row-2 .top-2 {
    padding-right: 23px;
  }
}
.flex-slide-and-main-info .new-right-column .price-new-and-old {
  font-weight: 700;
}
.detailpage .new-right-column {
  position: relative;
}
.detailpage .new-right-column .price-more.two-price .new-price {
  font-size: 35px;
  color: #F35321;
}
.detailpage .new-right-column .price-more.two-price .old-price {
  font-size: 29px;
  position: relative;
  width: fit-content;
  padding-left: 5px;
  padding-right: 5px;
}
.detailpage .new-right-column .price-more.two-price .old-price:before {
  content: '';
  position: absolute;
  border: 1px solid #F35321;
  left: 0;
  top: 13.5px;
  width: 100%;
}
.detailpage .new-right-column .price-more.two-price .sticker {
  width: 38px;
  height: 38px;
  background: url(/local/templates/husq/img/figma/perc.svg) no-repeat center;
  position: absolute;
  z-index: 6;
  left: -145px;
  top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 0;
}
.price.two-p {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.price.two-p .new-table-price {
  color: #F35321;
  line-height: 1;
}
.price.two-p .old-table-price {
  font-size: 14px;
  position: relative;
}
.price.two-p .old-table-price:before {
  content: '';
  position: absolute;
  border: 1px solid #F35321;
  left: 0;
  top: 11px;
  width: 100%;
  line-height: 1.4;
}
.detailpage .new-right-column .price-more.two-price .sticker {
  width: 60px;
  height: 60px;
  background: url(/local/templates/husq/img/figma/perc.svg) no-repeat center / 96%;
  font-size: 16px;
}
.gray-f-section table tr td {
  vertical-align: middle;
  padding: 11px 12px;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSPager.lSGallery li a img {
  width: auto;
}
.no-items {
  padding-bottom: 60px;
}
.catalog-link:hover,
.catalog-link {
  color: #FFF;
}
body {
  min-width: 1280px;
}
.quick_block.ajax.added_item_pop {
  width: 425px;
  padding: 43px 50px;
  text-align: center;
}
.quick_block.ajax.added_item_pop .close {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 26px;
  height: 26px;
  background: 0 0;
  font-weight: 100;
  font-size: 34px;
  line-height: 0.3;
}
.bx_compare .table_compare table tbody tr td,
.bx_compare .table_compare table tbody tr td:last-child,
.bx_compare .table_compare table tbody tr td:first-child {
  border: none !important;
  background: transparent !important;
}
.bx_compare .table_compare table tr td {
  padding: 15.5px 12px !important;
  font-size: 16px !important;
}
table.data-table {
  background: none !important;
  border: none !important;
}
.bx_compare .table_compare table tr td {
  font-weight: bold !important;
}
.bx_compare .table_compare table tr td:first-child {
  font-weight: normal !important;
}
.bx_compare .table_compare table tr:nth-child(even) {
  background: #f2f2f2;
  box-shadow: 599px 0 0 #f2f2f2, -599px 0 0 #f2f2f2;
}
.bx_compare .table_compare {
  overflow: inherit !important;
  margin-bottom: 60px;
}
.gray-f-section.new-price-prod-section {
  padding-top: 17px;
}
.new-price-prod-heading.dle-heading {
  margin-bottom: 24px;
}
.gray-f-section.new-price-prod-section table tr th {
  line-height: 48px;
  background: #f35321;
  color: #FFF;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 6px 6px 25px;
}
.gray-f-section table tr td {
  padding: 6px 6px 6px 25px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.gray-f-section table tr td .price {
  font-weight: 700;
}
.new-right-column h1 {
  line-height: 30px;
}
.white-bg-cetion .heading.undecore {
  margin-top: 0 !important;
}
.isset-list {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.isset-list img {
  margin-right: 5px;
  display: block;
  margin-bottom: 3px;
}
.cat_article {
  padding-top: 70px;
  padding-bottom: 70px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #898C96;
  border-top: none;
  margin-top: 60px;
  background: #F9F9F9;
}
.cat_article .container {
  color: #000;
}
.lSSlideOuter .lSPager.lSGallery li {
  height: auto !important;
}
@media (min-width: 1199px) {
  .top-slide-and-main-info .flex-slide-and-main-info .left {
    width: 645px;
    padding-top: 55px;
  }
  .lSSlideOuter .lSPager.lSGallery li {
    height: 97px !important;
  }
  .left .lSSlideOuter .lSPager.lSGallery {
    margin-top: 15px !important;
  }
  .top-slide-and-main-info .flex-slide-and-main-info .left .is-left {
    left: -15px;
  }
  .top-slide-and-main-info .flex-slide-and-main-info .left .is-right {
    right: -15px;
  }
  .top-slide-and-main-info .flex-slide-and-main-info .left .is-left,
  .top-slide-and-main-info .flex-slide-and-main-info .left .is-right {
    bottom: 37px;
  }
}
.left .lSSlideOuter .lSPager.lSGallery {
  min-width: 100%;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
}
.lSSlideOuter .lSPager.lSGallery li:last-child {
  margin-right: 0 !important;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSPager.lSGallery li a:after {
  border: 1px solid #c5c5c5;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSPager.lSGallery li.active a:after {
  border: 2px solid #F35321;
}
.related_prod {
  padding-bottom: 80px;
}
.lazy-load-items-wrapper .row-items {
  display: none;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}
.lazy-load-items-wrapper .row-items:first-child {
  display: flex;
}
.lazy-load-items-wrapper .row-items.active {
  display: flex;
}
.lazy-load-items-wrapper .row-items .item {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.lazy-load-items-wrapper .row-items .item:hover {
  position: relative;
  z-index: 50;
}
.lazy-load-items-wrapper .row-items .item .figma-card-product {
  max-width: 100%;
}
.lazy-load-btn {
  width: 252px;
  margin: 25px auto 0;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #F35321;
  transition: 0.4s;
}
.lazy-load-btn.active {
  display: flex;
}
.lazy-load-btn span {
  margin-left: 5px;
}
.lazy-load-btn:hover {
  background: #008DF0;
}
@media (max-width: 1199px) {
  .lazy-load-items-wrapper .row-items {
    margin-left: -5px;
    margin-right: -5px;
  }
  .lazy-load-items-wrapper .row-items .item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .lazy-load-items-wrapper .row-items {
    flex-wrap: wrap;
  }
  .lazy-load-items-wrapper .row-items .item {
    width: 50%;
  }
}
@media (max-width: 365px) {
  .lazy-load-items-wrapper .row-items .item {
    width: 100%;
  }
}
.flex-collection {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .flex-collection {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex-collection .card {
  display: block;
  width: 180px;
}
.flex-collection .card .img-wrapper {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 210px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  transition: border-color 0.4s;
}
.flex-collection .card .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.flex-collection .card .name {
  display: block;
  line-height: 1.4;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  height: 60px;
  transition: color 0.4s;
}
.flex-collection .card:hover .img-wrapper {
  border-color: #DD3B08;
}
.flex-collection .card:hover .name {
  color: #DD3B08;
}
.flex-collection .pm {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #DD3B08;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 19px;
  line-height: 0;
  font-size: 47px;
  color: #DD3B08;
  padding: 0 0 0px 1px;
  margin-bottom: 63px;
}
@media (max-width: 767px) {
  .flex-collection .pm {
    margin: 19px 0;
  }
}
.flex-collection .pm.plus {
  font-size: 50px;
}
.figma-card-product .img-wrapper {
  padding-top: 25px;
}
td.im img {
  max-width: 110px;
}
.detailpage .gray-f-section.new-price-prod-section table tr th {
  line-height: 18px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}
@media (max-width: 767px) {
  .detailpage .dle-heading u:after {
    display: none;
  }
  .detailpage .top-slide-and-main-info {
    padding-bottom: 30px;
  }
  .detailpage .gray-f-section.new-price-prod-section {
    padding-top: 30px;
  }
  .detailpage .gray-f-section.new-price-prod-section .dle-heading {
    border-bottom: none;
    font-size: 15px;
    color: #000;
  }
  .detailpage .gray-f-section.new-price-prod-section .dle-heading:after {
    display: none;
  }
  .detailpage .gray-f-section.new-price-prod-section table tr th {
    white-space: nowrap;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.catalog_page.flex-catalog .right_sidebar.full-width {
  width: 100%;
}
.catalog_page.flex-catalog .right_sidebar.full-width .owl-flex .figma-card-product:nth-child(+3n) {
  margin-right: 30px !important;
}
.catalog_page.flex-catalog .right_sidebar.full-width .owl-flex .figma-card-product:nth-child(+4n) {
  margin-right: 0 !important;
}
@media (max-width: 1260px) {
  .catalog_page.flex-catalog .right_sidebar.full-width .owl-flex .figma-card-product:nth-child(+3n) {
    margin-right: 15px !important;
  }
}
@media (max-width: 991px) {
  .catalog_page.flex-catalog .right_sidebar.full-width .owl-flex .figma-card-product:nth-child(2n) {
    margin-right: 15px !important;
  }
  .catalog_page.flex-catalog .right_sidebar.full-width .owl-flex .figma-card-product:nth-child(+4n) {
    margin-right: 15px !important;
  }
  .catalog_page.flex-catalog .right_sidebar.full-width .owl-flex .figma-card-product:nth-child(+3n) {
    margin-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .catalog_page.flex-catalog .right_sidebar.full-width .owl-flex .figma-card-product:nth-child(+4n) {
    margin-right: 0 !important;
  }
  .catalog_page.flex-catalog .right_sidebar.full-width .owl-flex .figma-card-product:nth-child(+3n) {
    margin-right: 0px !important;
  }
  .catalog_page.flex-catalog .right_sidebar.full-width .owl-flex .figma-card-product:nth-child(2n) {
    margin-right: 0 !important;
  }
  .catalog_page.flex-catalog .top-w-full-section.sth {
    display: none !important;
  }
}
.welcome-figma-section .right-tinger-fein .fein-owl-wrapper {
  width: 100%;
  padding: 0;
  max-height: 370px;
  min-height: auto;
}
.service-wrapper:before,
.service-wrapper:after {
  display: none;
}
.welcome-figma-section .right-tinger-fein .fein-owl-wrapper .owl-carousel .owl-item img {
  max-height: 370px;
  object-fit: cover;
}
.welcome-figma-section {
  margin: 10px auto;
}
.figma-advantages-block {
  background: #F3F3F3;
  padding: 20px 0;
}
.figma-advantages-block .fi-item {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.figma-advantages-block .fi-item:first-child {
  padding-left: 25px;
}
.figma-advantages-block .fi-item:last-child {
  padding-right: 25px;
}
.figma-advantages-block .fi-item .top {
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 5px;
}
.figma-advantages-block .fi-item .top .img-wrapper {
  margin-right: 0;
  margin-bottom: 10px;
}
.figma-advantages-block .fi-item .top .name {
  line-height: 15px;
  font-size: 15px;
}
.figma-advantages-block .fi-item > p {
  font-size: 14px;
  line-height: 20px;
}
.breadcrumbs span {
  font-weight: 400;
}
@media (max-width: 991px) {
  .figma-advantages-block .fi-item:first-child {
    padding-left: 12.5px;
  }
  .figma-advantages-block .fi-item:last-child {
    padding-right: 12.5px;
  }
}
@media (max-width: 767px) {
  .welcome-figma-section.container {
    padding-right: 0;
  }
  .container.plr {
    padding-left: 0;
    padding-right: 0;
  }
}
.figma-advantages-block .fi-item:nth-child(1) img {
  width: 65px;
  height: 43px;
}
.figma-advantages-block .fi-item:nth-child(2) img {
  width: 40px;
  height: 47px;
}
.figma-advantages-block .fi-item:nth-child(3) img {
  width: 45px;
  height: 44px;
}
.figma-advantages-block .fi-item:nth-child(4) img {
  width: 50px;
  height: 49px;
}
.detail-left-special {
  position: relative;
}
.detail-left-special .special-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  z-index: 2;
}
@media (max-width: 767px) {
  .detail-left-special .special-icon {
    width: 50px;
  }
}
.section-card-special {
  position: relative;
}
.section-card-special .special-icon {
  position: absolute;
  right: -20px;
  top: -19px;
  width: 70px;
  max-width: 70px;
  z-index: 2;
}
@media (max-width: 767px) {
  .section-card-special .special-icon {
    width: 50px;
    right: -12px;
    top: -12px;
  }
}
.collection-card-special {
  position: relative;
}
.collection-card-special .special-icon {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 57px;
  max-width: 70px;
  z-index: 2;
}
@media (max-width: 767px) {
  .collection-card-special .special-icon {
    width: 50px;
    right: -3px;
    top: -3px;
  }
}
.w-gift-block-isset {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  margin-bottom: 18px;
}
.d_text.sm11223jkhfhas56456 .gift-count-prod {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #1F3E7D;
  transition: color 0.4s;
  margin-top: 20px;
}
.d_text.sm11223jkhfhas56456 .gift-count-prod:first-child {
  margin-top: 0;
}
.d_text.sm11223jkhfhas56456 .gift-count-prod img {
  width: 70px;
  min-width: 70px;
  height: 70px;
  object-fit: contain;
  padding: 5px;
  border-radius: 10px;
  border: 1px dashed #939393;
  margin-right: 20px;
  transition: 0.4s;
}
.d_text.sm11223jkhfhas56456 .gift-count-prod span {
  position: absolute;
  left: -8px;
  top: -8px;
  font-weight: bold;
  color: #ffffff;
  background: #f35321;
  display: flex;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.d_text.sm11223jkhfhas56456 .gift-count-prod s {
  text-decoration: none;
  display: block;
  line-height: 1.3;
  font-size: 15px;
  font-weight: 400;
}
.d_text.sm11223jkhfhas56456 .gift-count-prod:hover {
  color: #1F3E7D;
}
.d_text.sm11223jkhfhas56456 .gift-count-prod:hover img {
  border: 1px solid #1F3E7D;
}
.detail-left-special .warranty {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 19%;
}
.copy-small-screen br {
  display: none !important;
}
.information-header-column {
  text-align: center;
  background: #eaeaea;
  font-size: 12px;
  color: #1f3e7d;
  padding: 9px;
}
.subscribe {
  background: #f7f7f7;
  font-size: 13px;
}
.subscribe #subscribe-form {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 65px 0;
}
.subscribe #subscribe-form .subscribe__info {
  width: 30%;
}
.subscribe #subscribe-form .subscribe__info .subscribe__title {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: inherit;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.subscribe #subscribe-form .subscribe__info .subscribe__description {
  line-height: 1.5;
  padding-right: 15px;
}
.subscribe #subscribe-form .subscribe__fieldset {
  width: 70%;
  padding-left: 20px;
}
.subscribe #subscribe-form .subscribe__fieldset .form-wrapper {
  position: relative;
}
.subscribe #subscribe-form .subscribe__fieldset .form-wrapper .subscribe__field-error {
  height: 17px;
  display: block;
  color: #c40808;
  padding: 3px 0 0 5px;
}
.subscribe #subscribe-form .subscribe__fieldset .form-wrapper .subscribe__submit {
  max-width: 176px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F35321;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  padding: 0;
  height: 41px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  border: none;
  cursor: pointer;
}
.subscribe #subscribe-form .subscribe__fieldset .form-wrapper .subscribe__submit:hover {
  background: #DD3B08;
}
.subscribe #subscribe-form .subscribe__fieldset .form-wrapper .subscribe__field_email #email-field {
  border: 1px solid #e0e0e0;
  color: #112038;
  font-size: 16px;
  line-height: 41px;
  padding: 12px 185px 12px 25px;
  width: 100%;
  height: 41px;
}
.subscribe #subscribe-form .subscribe__fieldset .form-wrapper .subscribe__field_email #email-field::-webkit-input-placeholder {
  color: #666;
}
.subscribe #subscribe-form .subscribe__fieldset .form-wrapper .subscribe__field_email #email-field:-ms-input-placeholder {
  color: #666;
}
.subscribe #subscribe-form .subscribe__fieldset .form-wrapper .subscribe__field_email #email-field::placeholder {
  color: #666;
}
.subscribe #subscribe-form .subscribe__fieldset .subscribe__policy {
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1199px) {
  .subscribe #subscribe-form .subscribe__fieldset .subscribe__policy {
    text-align: left;
  }
  .subscribe #subscribe-form .subscribe__info .subscribe__description {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .subscribe #subscribe-form .subscribe__fieldset {
    width: 100%;
    padding-left: 0;
  }
  .subscribe #subscribe-form .subscribe__info {
    width: 100%;
    padding-bottom: 20px;
  }
  .subscribe #subscribe-form .subscribe__info .subscribe__title {
    margin-bottom: 10px;
  }
  .subscribe #subscribe-form {
    padding: 35px 0;
  }
  .subscribe #subscribe-form .subscribe__fieldset .form-wrapper .subscribe__field_email #email-field {
    padding-left: 15px;
  }
  .subscribe #subscribe-form .subscribe__fieldset .form-wrapper .subscribe__submit {
    max-width: 125px;
  }
  .subscribe #subscribe-form .subscribe__fieldset .form-wrapper .subscribe__field-error {
    height: 20px;
    padding-left: 16px;
  }
  .subscribe #subscribe-form .subscribe__fieldset .form-wrapper .subscribe__field_email #email-field {
    padding-right: 130px;
  }
}
.left_sidebar .site-sections {
  border: 1px solid #d2d2d2;
  background: #FFF;
  box-shadow: 0 2px 8px #B9B9B9;
  padding: 33px 30px;
}
.left_sidebar .site-sections div {
  margin-bottom: 26px;
}
.left_sidebar .site-sections div:last-child {
  margin-bottom: 0;
}
.left_sidebar .site-sections div a {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  transition: color 0.3s;
}
.left_sidebar .site-sections div a:hover {
  color: #DD3B08;
}
.left_sidebar .site-sections div span {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #DD3B08;
}
.table-icon-cart {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  bottom: -4px;
  width: 91px;
  margin-left: auto;
}
.gray-f-section table tr td .price_bask.ajax.word-btn {
  width: auto;
  height: auto;
  padding: 9px 14px 7px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 30px;
  line-height: 1;
  font-size: 14px;
  max-width: 90px;
  margin-left: auto;
}
.gray-f-section table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gray-f-section table tr td .price {
  line-height: 1;
}
.price.two-p .old-table-price:before {
  top: 6px;
}
.price.two-p {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.tab-content .table-wrapper table tr td:last-child b {
  font-weight: 400;
}
.tab-content-wrapper .tab-content .table-wrapper table.right td:last-child,
.tab-content-wrapper .tab-content .table-wrapper table.right td:first-child {
  width: 50% !important;
  max-width: 50% !important;
  white-space: normal;
  overflow: unset;
  text-overflow: ellipsis;
  line-height: 1.4;
  vertical-align: middle;
}
.old-and-new-prices .old-price {
  color: #f35321;
}
.sticker.detail {
  width: 38px;
  height: 38px;
  background: url(/bitrix/templates/general_template/css/../img/figma/perc.svg) no-repeat center;
  position: absolute;
  z-index: 6;
  right: -10px;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 0;
}
.figma-card-product .sticker {
  width: 60px;
  height: 35px;
  background: url(/bitrix/templates/general_template/img/figma/perc.svg) no-repeat center;
  position: absolute;
  z-index: 6;
  right: 0;
  top: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 0;
  padding-bottom: 6px;
}
.sticker.detail {
  width: 82px;
  height: 48px;
  background: url(/bitrix/templates/general_template/img/figma/perc.svg) no-repeat center;
  position: absolute;
  z-index: 6;
  right: -10px;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 0;
  padding-bottom: 9px;
}
.old-and-new-prices .new-price {
  color: #f35321;
}
.detailpage .new-right-column .price-more.two-price .old-price,
.old-and-new-prices .old-price {
  color: #1f3e7d;
}
.detailpage .new-right-column .price-more.two-price .old-price:before,
.old-and-new-prices .old-price:before {
  border-color: #1f3e7d;
}
.heading-06 {
  text-transform: initial !important;
}
.text-page-wrapper {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 70px;
}
.text-page-wrapper p.mb {
  margin-bottom: 50px;
}
.text-page-wrapper h2,
.text-page-wrapper h3 {
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 700;
}
.text-page-wrapper .btn-t {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 65px;
  background: transparent;
  border: 2px solid #d9012a;
  color: #d9012a;
  height: 48px;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.text-page-wrapper .btn-t:hover {
  color: #fff;
  background: #d9012a;
}
.text-page-wrapper ul {
  margin: 0 0 50px 0;
  padding: 0;
}
.text-page-wrapper ul li {
  padding-left: 30px;
  position: relative;
}
.text-page-wrapper ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}
.text-page-wrapper ul li b {
  font-weight: 700;
}
.certs-page {
  font-size: 16px;
  line-height: 24px;
}
.certs-page .certs-page-seo {
  padding: 45px 0 80px 0;
  margin: 0;
}
.certs-page .cert-col-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 38px;
}
.certs-page .cert-col-flex .cert-col {
  width: 33.3333%;
  padding: 15px;
  margin-bottom: 20px;
}
.certs-page .cert-col-flex .cert-col a {
  display: block;
  color: #000;
  transition: color 0.2s ease-out;
  text-decoration: none;
}
.certs-page .cert-col-flex .cert-col a:hover {
  color: #d9012a;
}
.certs-page .cert-col-flex .cert-col a .img-wrapper {
  line-height: 0;
  display: block;
  margin-bottom: 15px;
}
.certs-page .cert-col-flex .cert-col a .img-wrapper img {
  width: 100%;
}
.certs-page .cert-col-flex .cert-col a .name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.fancy-imit-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  background: #000;
  opacity: 0.5;
  display: none;
}
.fancy-imit-overlay.active {
  display: block;
}
.fancy-imit-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 99;
  width: 70%;
  max-width: 500px;
  display: none;
}
.fancy-imit-popup.active {
  display: block;
}
.fancy-imit-popup img {
  max-width: 100%;
}
.fancy-imit-popup .img-wrapper {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fancy-imit-popup .name {
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}
.fancy-imit-popup .close {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -45px;
  top: -45px;
  cursor: pointer;
  transition: background 0.2s ease-out;
}
.fancy-imit-popup .close svg {
  display: block;
  width: 55%;
}
.fancy-imit-popup .close:hover {
  background: #000;
}
.fancy-imit-popup .fright,
.fancy-imit-popup .fleft {
  background: rgba(0, 0, 0, 0.5);
  width: 45px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  transition: background 0.2s ease-out;
}
.fancy-imit-popup .fright svg,
.fancy-imit-popup .fleft svg {
  display: block;
  width: 55%;
}
.fancy-imit-popup .fright:hover,
.fancy-imit-popup .fleft:hover {
  background: #000;
}
.fancy-imit-popup .fleft {
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
}
.fancy-imit-popup .fright {
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .certs-page .cert-col-flex .cert-col a .name,
  .fancy-imit-popup .name {
    font-size: 14px;
    line-height: 1.4;
  }
  .certs-page .cert-col-flex .cert-col {
    width: 50%;
  }
}
.about-home {
  margin-top: 80px;
  margin-bottom: 80px;
}
.about-home .about-home-wrapper {
  background: #f3f3f3;
}
.about-home .about-home-wrapper .col-up {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 38px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.about-home .about-home-wrapper .col-up:first-child {
  padding-bottom: 0;
}
.about-home .about-home-wrapper .col-up .img-wrapper {
  width: 100%;
  line-height: 0;
}
.about-home .about-home-wrapper .col-up .img-wrapper img {
  width: 100%;
  object-fit: contain;
}
.about-home .about-home-wrapper .col-up .left {
  padding-left: 38px;
  padding-right: 19px;
  width: 50%;
}
.about-home .about-home-wrapper .col-up .left .frame-wrap {
  width: 100%;
  height: 295px;
}
.about-home .about-home-wrapper .col-up .left .frame-wrap iframe {
  height: 100% !important;
  width: 100% !important;
  max-width: 100%;
}
.about-home .about-home-wrapper .col-up .right {
  padding-left: 19px;
  padding-right: 38px;
  width: 50%;
}
@media (max-width: 991px) {
  .about-home .about-home-wrapper .col-up .left,
  .about-home .about-home-wrapper .col-up .right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-home .about-home-wrapper .col-up:first-child {
    flex-direction: column-reverse;
  }
  .about-home .about-home-wrapper .col-up:first-child .right {
    margin-bottom: 20px;
  }
  .about-home .about-home-wrapper .col-up:last-child {
    padding-top: 20px;
  }
  .about-home .about-home-wrapper .col-up {
    padding: 20px 0;
  }
  .about-home .about-home-wrapper .col-up .img-wrapper {
    padding-top: 20px;
  }
  .about-home .about-home-wrapper .col-up .img-wrapper img,
  .about-home .about-home-wrapper .col-up .left .frame-wrap {
    height: 223px;
  }
}
.info-offer {
  margin-bottom: 20px;
  line-height: 1.2;
  color: #000;
  font-weight: 300;
  font-size: 13px;
}
.gray-f-section table tr td .price {
  white-space: nowrap;
}
main.news .ap_line .text_wp p,
section.news .ap_line .text_wp p,
.articles-wrapper .detail-art .about_page p:last-child {
  margin-bottom: 0;
}
.dynamic-btn-wrap {
  margin: 50px 0;
  width: fit-content;
}
.dynamic-btn-wrap a {
  position: relative;
}
.dynamic-btn-wrap a:after {
  content: '';
  position: absolute;
  right: -29px;
  top: 5px;
  background: transparent;
  width: 13px;
  height: 13px;
  z-index: 0;
  transform: rotate(45deg);
  border: 6px solid #1f3e7e;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transition: 0.2s ease-out;
}
.dynamic-btn-wrap a span {
  display: flex;
  width: fit-content;
  height: 35px;
  background: #1f3e7e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  padding-left: 12px;
  padding-right: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: 0.2s ease-out;
}
.dynamic-btn-wrap a i {
  position: absolute;
  right: -12px;
  top: 5px;
  background: #1f3e7e;
  width: 24.5px;
  height: 24.5px;
  z-index: 0;
  transform: rotate(45deg);
  transition: 0.2s ease-out;
}
.dynamic-btn-wrap a:hover:after {
  border-color: #F35321;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.dynamic-btn-wrap a:hover span {
  background: #F35321;
}
.dynamic-btn-wrap a:hover i {
  background: #F35321;
}
@media (max-width: 767px) {
  .col.basket-col {
    position: relative;
    right: -18px;
    top: 2px;
  }
}
.seo-reverse-blocks {
  display: flex;
  flex-direction: column-reverse;
}
.about-home-reverse-row {
  background: #F3F3F3;
  padding: 45px 0;
}
.about-home-reverse-row.mt-top {
  margin-top: -100px;
}
.about-home-reverse-row h1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: #000;
  margin: 0;
  width: 100%;
}
.about-home-reverse-row .subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #898C96;
  padding-top: 7px;
  padding-bottom: 45px;
}
.about-home-reverse-row .about-home-flex-row {
  display: flex;
  align-items: flex-start;
}
.about-home-reverse-row .about-home-flex-row .about-home-left-row {
  width: calc(100% - 576px);
  padding-right: 25px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.about-home-reverse-row .about-home-flex-row .about-home-right-row {
  width: 576px;
  line-height: 0;
}
.about-home-reverse-row .about-home-flex-row .about-home-right-row img {
  width: 100%;
  max-height: 745px;
  object-fit: cover;
}
.articles-and-news-row {
  padding: 45px 0;
  margin-bottom: 20px;
}
.articles-and-news-row h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: #000;
  margin: 0;
  width: 100%;
}
.articles-and-news-row .subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #898C96;
  padding-top: 7px;
  padding-bottom: 45px;
}
.articles-and-news-row .articles-and-news-row-flex {
  display: flex;
  flex-wrap: wrap;
}
.articles-and-news-row .articles-and-news-row-flex .nes-col {
  padding: 0 10px;
  width: 33.3333%;
}
.articles-and-news-row .articles-and-news-row-flex .nes-col a {
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  transition: color 0.2s ease-out;
}
.articles-and-news-row .articles-and-news-row-flex .nes-col a:hover {
  color: #F35321;
}
.articles-and-news-row .articles-and-news-row-flex .nes-col a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.87158613) 100%);
}
.articles-and-news-row .articles-and-news-row-flex .nes-col a .name {
  padding: 0 20px 20px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.articles-and-news-row .articles-and-news-row-flex {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 1260px) {
  .about-home-reverse-row .about-home-flex-row .about-home-right-row {
    width: 420px;
  }
  .about-home-reverse-row .about-home-flex-row .about-home-left-row {
    width: calc(100% - 420px);
  }
  .articles-and-news-row .articles-and-news-row-flex .nes-col a {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .about-home-reverse-row .about-home-flex-row {
    flex-direction: column-reverse;
  }
  .about-home-reverse-row .about-home-flex-row .about-home-right-row {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-home-reverse-row .about-home-flex-row .about-home-left-row {
    width: 100%;
    padding-right: 0;
  }
  .articles-and-news-row .articles-and-news-row-flex .nes-col a {
    height: 174px;
  }
  .articles-and-news-row .articles-and-news-row-flex .nes-col a .name {
    padding: 0 10px 10px 10px;
    font-size: 14px;
  }
  .about-home-reverse-row .about-home-flex-row .about-home-left-row {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .about-home-reverse-row.mt-top {
    margin-top: 0;
  }
  .articles-and-news-row .articles-and-news-row-flex .nes-col a {
    height: 210px;
  }
}
.news-and-articles {
  padding-top: 45px;
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSPager.lSGallery li a img {
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: contain;
}
@media (max-width: 1260px) {
  .lSSlideOuter .lSPager.lSGallery li {
    height: 83px !important;
  }
}
@media (max-width: 991px) {
  .lSSlideOuter .lSPager.lSGallery li {
    height: 61px !important;
    padding: 5px !important;
  }
}
@media (max-width: 767px) {
  .lSSlideOuter .lSPager.lSGallery li {
    height: 53px !important;
    width: 53px !important;
    padding: 5px !important;
  }
}
.top-slide-and-main-info .flex-slide-and-main-info .left .lSAction {
  display: block !important;
}
.lSAction > a {
  filter: brightness(0.5);
}
.open-diameter {
  color: #1F3E7D;
  font-size: 15px;
  font-weight: 400;
  margin-top: 3px;
  opacity: 1 !important;
  line-height: 1.4 !important;
  margin-left: 0 !important;
}
.open-diameter:hover {
  color: #008DF0;
}
.divider.top-small {
  margin-top: 13px;
}
.mobile-phone-popup,
.mobile-widget-wrapper {
  display: none;
}
@media (max-width: 991px) {
  .mobile-widget-wrapper {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 20px;
    bottom: 77px;
    z-index: 13;
  }
  .mobile-widget {
    background: linear-gradient(95deg, #2f324a 20%, #424867 80%);
    width: 59px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 19px 38px 0 rgba(34, 36, 43, 0.3);
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;
  }
  .mobile-widget img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  jdiv {
    z-index: 14 !important;
  }
  jdiv[class*="button_"],
  .button__O2Pep,
  .button__WgmC_ {
    width: 59px !important;
    height: 59px !important;
  }
  header.last-v .last-v-sub .last-v-sub-row .user-interaction .basket_wp span.num {
    top: -11px;
  }
  .mobile-phone-popup {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.3s ease-out;
  }
  .mobile-phone-popup.active {
    height: 217px;
    visibility: visible;
  }
  .mobile-phone-popup .head {
    height: 65px;
    background: linear-gradient(95deg, #2f324a 20%, #424867 80%);
    color: #fff;
    padding: 0 25px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
  }
  .mobile-phone-popup .head span {
    display: inline-block;
    padding-top: 4px;
    line-height: 1;
  }
  .mobile-phone-popup .head .close-mpp {
    margin-right: 15px;
    line-height: 0;
  }
  .mobile-phone-popup .head .close-mpp svg {
    width: 16px;
    height: 16px;
  }
  .mobile-phone-popup .info {
    padding: 60px 0;
  }
  .mobile-phone-popup .info a {
    display: flex;
    width: fit-content;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    color: #19c13a;
    border: 1px solid #19c13a;
    height: 32px;
    border-radius: 32px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1;
    font-size: 16px;
    font-weight: 300;
  }
  .wrap__eMM44 {
    z-index: 99 !important;
    zoom: 0 !important;
  }
}
.mobile-phone-col {
  display: none;
}
@media (max-width: 767px) {
  .mobile-phone-col {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin-right: 7px !important;
  }
  .ps-header #compare_list_count.compare .compare {
    margin-right: 17px !important;
  }
  .ps-header_middle {
    margin-bottom: 0;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 16;
    background: #fff;
  }
  body {
    padding-top: 49px;
  }
}
.footer-addr {
  margin-top: 34px;
}

/* End */


/* Start:/bitrix/templates/general_template/css/responsive.css?168510838436673*/
@media (max-width: 1300px) {
  body {
    min-width: auto;
  }
}
.catalog_page.flex-catalog .left_sidebar {
  z-index: 4;
}
#figma-filter .bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-text:after {
  background: url(/bitrix/templates/general_template/css/../img/figma/lis.svg) no-repeat center !important;
}
@media (max-width: 1260px) {
  #figma-styles-m,
  .breadcrumbs,
  .catalog_page,
  .container {
    width: 970px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .welcome-figma-section .right-tinger-fein .quick-products {
    max-height: 290px;
  }
  .welcome-figma-section .right-tinger-fein .fein-owl-wrapper {
    min-height: auto;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex,
  .ps-header .ps-header_top .ps-header_top--flex {
    height: auto;
    padding: 10px 0;
  }
  .ps-header .ps-header_top .ps-header_top--col a {
    font-size: 14px;
  }
  .ps-header .ps-header_top .ps-header_top--col .ps-header_top--col-phone {
    margin: 0 20px 0 0;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex .search-col form {
    width: 280px;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex .phone-col a:first-child {
    font-size: 20px;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex .phone-col a.clicked {
    font-size: 14px;
  }
  .ps-header .to_basket-image,
  .ps-header .img-compare-wrapper {
    margin-bottom: 12px;
  }
  .ps-r_sub-flex .col-menu .catalog-open,
  .ps-r_sub .ps-r_sub-flex {
    height: 80px;
  }
  .figma-advantages-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .catalog-link,
  .catalog-link:hover,
  .ps-r_sub .ps-r_sub-flex .list-new li a {
    font-size: 16px;
  }
  .figma-advantages-block .fi-item .top .name {
    font-size: 16px;
  }
  .figma-advantages-block .fi-item .top {
    margin-bottom: 10px;
  }
  .figma-advantages-block .fi-item > p {
    font-size: 14px;
    line-height: 16px;
  }
  .figma-advantages-block .fi-item > p br {
    display: none;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex .logo-col img {
    max-width: 224px;
  }
  .prods-this-category .heading,
  .white-bg-cetion .heading {
    padding-top: 40px;
  }
  .downloader-video {
    height: 126px;
  }
  .owl-video-screen {
    margin-bottom: 0;
  }
  .catalog-index-list li span {
    font-size: 14px;
  }
  .figma-card-product .prod-name {
    font-size: 14px;
    line-height: 19px;
    height: 60px;
  }
  .figma-card-product .price-and-add-cart > span {
    font-size: 18px;
  }
  .new-style-btn {
    height: 36px;
    background: #F35321;
    font-size: 14px;
    width: 100%;
  }
  .figma-card-product {
    max-width: 100%;
  }
  .news-and-articles {
    display: block;
  }
  .news-and-articles .articles_wp {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
  }
  .news-and-articles .articles_wp .articles_list .articles_item:nth-child(1) {
    height: 400px;
  }
  .news-and-articles .articles_wp .articles_list .articles_item .sub {
    padding: 0 20px 20px 20px;
  }
  .news-and-articles .articles_wp .articles_list .articles_item:nth-child(2),
  .news-and-articles .articles_wp .articles_list .articles_item:nth-child(3) {
    width: 48.5%;
    height: 270px;
  }
  .news-and-articles .news_wp {
    width: 100%;
  }
  .news-and-articles .news_wp .news_list .news_item {
    display: block;
  }
  .news-and-articles .news_wp .news_list .news_item .text {
    padding: 5px 0 0 0;
  }
  .news-and-articles .news_wp .news_list {
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .news-and-articles .news_wp .news_list .news_item {
    display: block;
    width: 31.5%;
  }
  .news-and-articles .news_wp .news_list .news_item a {
    display: block;
    width: 100%;
  }
  .news-and-articles .news_wp .news_list .news_item a img {
    width: 100%;
    height: 175px;
    object-fit: cover;
  }
  .news-and-articles .news_wp .news_list .news_item .text a {
    font-size: 16px;
    line-height: 20px;
  }
  .news-and-articles .news_wp .news_list .news_item .text p {
    font-size: 14px;
    line-height: 16px;
  }
  footer .col {
    width: 25%;
  }
  body .footer-full-screen .col .main_menu {
    column-count: 1;
    padding-left: 45px;
  }
  footer .col.col-4 > a {
    position: relative;
    right: -46px;
    font-size: 22px;
  }
  footer .col.col-3 {
    padding-left: 12px;
  }
  .ps-header_top--menu {
    max-width: 575px;
  }
  .ps-header .ps-header_top .ps-header_top--menu .main_menu li a {
    font-size: 14px;
  }
  .catalog_page.flex-catalog .left_sidebar {
    width: 250px;
    margin-right: 0;
  }
  .catalog_page.flex-catalog .right_sidebar {
    width: calc(100% - 250px);
  }
  .owl-flex .figma-card-product {
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    width: 210px;
  }
  .catalog_page.flex-catalog .owl-flex .figma-card-product:nth-child(+4n) {
    margin-right: 15px;
  }
  #figma-filter.bx-filter .bx-filter-parameters-box-title span,
  #figma-filter.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
    font-size: 16px;
    line-height: 18px;
  }
  #figma-filter .bx-filter-param-text:before {
    top: 0!important;
  }
  #figma-filter.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
    font-size: 14px;
    line-height: 20px;
  }
  .bx-filter-button-box .bx-filter-parameters-box-container input#del_filter {
    width: 45%!important;
  }
  .left_sidebar #figma-filter.bx-filter .bx-filter-input-container input.max-price,
  .left_sidebar #figma-filter.bx-filter .bx-filter-input-container input.min-price {
    width: 90px !important;
  }
  .okix .owl-flex .figma-card-product {
    width: 223px;
  }
  .catlist,
  .okix {
    margin-bottom: 60px;
  }
  .catlist .catlist_item {
    width: 223px;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .catlist .catlist_item .name {
    font-size: 14px;
    line-height: 17px;
  }
  .top-slide-and-main-info .flex-slide-and-main-info .left {
    width: 560px;
  }
  .flex-slide-and-main-info .new-right-column {
    width: 340px;
  }
  .flex-slide-and-main-info .new-right-column img {
    max-width: 100%;
  }
  .flex-slide-and-main-info .new-right-column .detail-page-form a {
    font-size: 16px;
    line-height: 55px;
  }
  .lSSlideOuter .lSPager.lSGallery li {
    height: 120px;
    padding: 10px;
  }
  .top-slide-and-main-info .flex-slide-and-main-info .left .is-left,
  .top-slide-and-main-info .flex-slide-and-main-info .left .is-right {
    bottom: 47px;
  }
  .top-slide-and-main-info .flex-slide-and-main-info .left h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .breadcrumbs {
    font-size: 14px;
  }
  .tab-section .ul a {
    height: 50px;
    font-size: 16px;
  }
  .tab-content ul li {
    font-size: 14px;
  }
  .tab-content .table-wrapper table tr td {
    font-size: 14px;
    padding: 2px 10px;
  }
  .gray-f-section table tr th {
    padding: 4px;
    line-height: 1.2;
    vertical-align: middle;
  }
  .html-page .flex .col {
    width: 49%;
  }
  .html-page .col p {
    font-size: 14px;
    line-height: 20px;
  }
  .html-page .col .heading {
    font-size: 18px;
  }
  .html-page .flex-col img.iframe-imit {
    width: 49%;
    height: auto;
  }
  .html-page .flex-col .col {
    margin: 0;
    width: 49%;
  }
  .video-popup-screen.active {
    width: 90% !important;
    height: auto !important;
  }
  .video-popup-screen.active iframe {
    max-width: 100%!important;
    max-height: 380px!important;
  }
  #order_form_div .main-order-wrapper .right-c {
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 3px #ccc;
    position: relative;
    top: 0;
    margin: 0 0 20px 0 !important;
  }
  #order_form_div .main-order-wrapper .left-c .person-type.secti,
  #order_form_div .main-order-wrapper .left-c .form-wrapper {
    padding: 0;
  }
  #order_form_div .main-order-wrapper .left-c .person-type.secti.l-s {
    padding-left: 0;
  }
  #order_form_div .main-order-wrapper .left-c .deliv-type.secti {
    padding-right: 0;
  }
  #order_form_div .main-order-wrapper .left-c {
    width: 100%;
    padding: 0;
  }
  #order_form_div .main-order-wrapper {
    display: block;
  }
  #order_form_div .main-order-wrapper .left-c .form-wrapper {
    margin-bottom: 10px;
  }
  #order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col {
    width: 48.5%;
  }
  .basket-block.basket-line {
    max-width: 100%;
    overflow: auto;
  }
  .catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp {
    display: none;
  }
  .catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  #figma-styles-m,
  .breadcrumbs,
  .catalog_page,
  .container {
    width: 720px;
  }
  .ps-header .ps-header_top .ps-header_top--col {
    display: block;
  }
  .ps-header .ps-header_top .ps-header_top--col .ps-header_top--col-phone {
    margin: 0 0 8px 0;
  }
  .ps-header .ps-header_top .ps-header_top--menu .main_menu li {
    margin-left: 18px;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex .phone-col {
    display: none !important;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex .search-col form input[type=text] {
    line-height: 36px;
    font-size: 14px;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex .search-col form {
    width: 240px;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex .logo-col img {
    max-width: 193px;
  }
  .figma-advantages-block .fi-item .top .name {
    font-size: 14px;
    line-height: 1.2;
  }
  .figma-advantages-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .figma-advantages-block .fi-item {
    width: 49%;
  }
  .figma-advantages-block .fi-item:nth-child(1),
  .figma-advantages-block .fi-item:nth-child(2) {
    margin-bottom: 15px;
  }
  .figma-advantages-block .fi-item .top .img-wrapper {
    width: 78px;
  }
  .catalog-index-list li {
    width: 49%;
  }
  .downloader-video {
    height: 198px !important;
  }
  .welcome-figma-section .right-tinger-fein .quick-products {
    display: none !important;
  }
  .welcome-figma-section .right-tinger-fein .fein-owl-wrapper {
    width: 100%;
  }
  .news-and-articles .news_wp .news_list .news_item .text a {
    font-size: 14px;
    line-height: 17px;
  }
  footer .col.col-2 {
    display: none !important;
  }
  footer .col {
    width: 32%;
  }
  footer .col.col-3 {
    padding-left: 55px;
  }
  .catalog_page.flex-catalog .owl-flex .figma-card-product {
    margin-right: 15px !important;
  }
  .catalog_page.flex-catalog .owl-flex .figma-card-product:nth-child(+3n) {
    margin-right: 15px!important;
  }
  .catalog_page.flex-catalog .owl-flex .figma-card-product:nth-child(2n) {
    margin-right: 0!important;
  }
  .owl-flex .figma-card-product {
    width: 205px;
  }
  .catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter p {
    margin: 0;
    line-height: 1;
  }
  .catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp p.name,
  .catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter {
    display: block;
    margin-right: 30px;
    font-size: 14px;
  }
  .title-sections-page {
    font-size: 18px;
  }
  .ps-r_sub .ps-r_sub-flex,
  .ps-r_sub-flex .col-menu .catalog-open {
    height: 70px;
  }
  .catalog_page.flex-catalog .left_sidebar {
    width: 234px;
  }
  .catalog_page.flex-catalog .right_sidebar {
    width: calc(100% - 234px);
  }
  .left_sidebar #figma-filter.bx-filter .bx-filter-input-container input.max-price,
  .left_sidebar #figma-filter.bx-filter .bx-filter-input-container input.min-price {
    width: 80px!important;
    font-size: 14px;
  }
  .owl-flex .figma-card-product:nth-child(+3n) {
    margin-right: 0;
  }
  .owl-flex .figma-card-product:nth-child(+4n) {
    margin-right: 15px;
  }
  .okix .owl-flex .figma-card-product {
    width: 220px;
  }
  .html-page .flex .col iframe {
    height: 210px !important;
  }
  #figma-styles-m .news_item {
    margin-bottom: 15px;
  }
  #figma-styles-m .news_item a {
    max-width: 280px;
  }
  #figma-styles-m .news_item a img {
    max-width: 100%;
  }
  #figma-styles-m .news_item .text .name {
    font-size: 16px;
    line-height: 22px;
  }
  #figma-styles-m .news_item .text p {
    margin-top: 6px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }
  #figma-styles-m .news_item .text .more img {
    max-width: 17px;
  }
  #figma-styles-m .news_item .text .more {
    font-size: 14px;
  }
  main.news .ap_line,
  section.news .ap_line {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.news .ap_line .text_wp br,
  section.news .ap_line .text_wp br {
    display: none;
  }
  .articles-wrapper {
    display: block;
  }
  .articles-wrapper .art-list,
  .articles-wrapper .detail-art {
    width: 100%;
  }
  .top-slide-and-main-info .flex-slide-and-main-info .left h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .flex-slide-and-main-info .new-right-column .detail-page-form {
    display: block;
  }
  .flex-slide-and-main-info .new-right-column .detail-page-form a {
    width: 100%;
  }
  .lSSlideOuter .lSPager.lSGallery li {
    height: 99px;
  }
  .top-slide-and-main-info .flex-slide-and-main-info .left {
    width: 430px;
  }
  .flex-slide-and-main-info .new-right-column {
    width: 240px;
  }
  .top-slide-and-main-info .flex-slide-and-main-info .left .is-left,
  .top-slide-and-main-info .flex-slide-and-main-info .left .is-right {
    display: none;
  }
  .flex-slide-and-main-info .new-right-column .detail-page-form a.empty-btn {
    margin-top: 15px;
  }
  .flex-slide-and-main-info .new-right-column .price-new-and-old {
    font-weight: 600;
    font-size: 29px;
    line-height: 1;
    margin-bottom: 48px;
  }
  .flex-slide-and-main-info .new-right-column .card-props div span {
    font-size: 14px;
  }
  .gray-f-section table tr td {
    font-size: 14px;
    line-height: 16px;
  }
  .gray-f-section table tr td:nth-child(5) {
    white-space: nowrap;
  }
  #order_form_div .main-order-wrapper {
    display: block;
  }
}
.dle-heading.visible-small-screen,
.open-xs-filter-btn,
.xs-filter-close,
.close-xs-form-search-btn,
.col-xs-visible,
.xs-open-search-form,
.xs-open-menu-dyn-ic {
  display: none;
}
@media (max-width: 767px) {
  #figma-styles-m,
  .breadcrumbs,
  .catalog_page,
  .container {
    width: 100%;
  }
  .owl-next,
  .owl-prev {
    display: none;
  }
  .ps-header .ps-header_top .ps-header_top--flex {
    display: none;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex .search-col form {
    display: none;
  }
  .ps-header .to_basket-cole-wr u,
  .ps-header #compare_list_count.compare .tempar-cru u {
    display: none;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex .logo-col img {
    max-width: 110px;
  }
  #compare_list_count.compare.cell_block a {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: 20px;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex .col.logo-col {
    margin: 0 auto;
  }
  .ps-header #compare_list_count.compare .tempar-cru span {
    position: absolute !important;
  }
  .ps-header .compare.basket {
    position: relative !important;
  }
  .ps-header .to_basket-cole-wr span {
    position: absolute !important;
  }
  .ps-header .img-compare-wrapper,
  .ps-header .to_basket-image {
    margin-bottom: 0;
  }
  .ps-header #compare_list_count.compare .compare {
    margin-top: -4px;
    margin-right: 25px;
  }
  .ps-header .to_basket-cole-wr span {
    position: absolute!important;
    top: -1px;
    right: -5px;
    left: auto;
  }
  .xs-open-menu-dyn-ic {
    display: block;
  }
  .xs-open-search-form {
    display: block;
    margin-left: 16px;
  }
  .ps-r_sub .ps-r_sub-flex .list-new,
  .ps-r_sub-flex .col-menu .catalog-open {
    display: none;
  }
  .menu_popup {
    position: fixed;
    width: 80%;
    top: 50px;
    left: -100%;
    z-index: 50;
    height: 100%;
    background: #fff;
    transition: left 0.4s;
    overflow: auto;
  }
  .menu_popup.active {
    left: 0;
  }
  .overlay-xs {
    position: fixed;
    z-index: 35;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
  }
  .overlay-xs.active {
    display: block;
  }
  .ps-r_sub-flex .col-menu .figma-catalog-menu {
    display: block;
  }
  .ps-r_sub .ps-r_sub-flex,
  .ps-r_sub-flex .col-menu .catalog-open {
    height: 0;
  }
  .ps-header_middle {
    box-shadow: 0 0 10px #b3b3b7;
    margin-bottom: 10px;
  }
  .welcome-figma-section .right-tinger-fein .fein-owl-wrapper {
    padding: 0;
  }
  .welcome-figma-section.container {
    padding-left: 0;
    margin: 0;
  }
  .col.basket-col {
    margin-right: -17px;
  }
  .ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup .section.lvl1 > li {
    padding: 0 15px;
    margin-bottom: 11px;
  }
  .ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup .section.lvl1 > li > a {
    font-size: 14px;
  }
  .figma-advantages-block .fi-item .top {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .figma-advantages-block .fi-item .top .img-wrapper {
    width: 44px;
    height: 35px;
    min-height: auto;
    min-width: auto;
    margin: 0;
  }
  .figma-advantages-block .fi-item .top .name {
    font-size: 13px;
    line-height: 1.2;
    margin: 5px 0;
  }
  .figma-advantages-block .fi-item > p {
    font-size: 13px;
    line-height: 13px;
    text-align: center;
  }
  .figma-advantages-block .fi-item .top {
    margin-bottom: 0;
  }
  .fein-owl-wrapper .count {
    right: 7px;
    bottom: 7px;
  }
  .prods-this-category .heading,
  .white-bg-cetion .heading {
    padding-top: 30px;
  }
  .prods-this-category .heading .subtitle,
  .white-bg-cetion .heading .subtitle {
    font-size: 14px;
    line-height: 20px;
    padding-top: 2px;
    padding-bottom: 5px;
  }
  .prods-this-category .heading .title,
  .white-bg-cetion .heading .title {
    font-size: 18px;
    line-height: 20px;
  }
  .catalog-index-list li a {
    padding: 10px;
  }
  .catalog-index-list li span {
    font-size: 13px;
    min-height: 48px;
  }
  .catalog-index-list li span svg {
    display: none;
  }
  .catalog-index-list li {
    margin-bottom: 8px;
  }
  .owl-video-screen {
    margin: 0 auto 40px auto !important;
  }
  .figma-card-product .prod-name {
    font-size: 13px;
    line-height: 15px;
    height: 60px;
    padding-top: 9px;
  }
  .figma-card-product .img-wrapper {
    height: 165px;
  }
  .figma-card-product .star-block {
    width: 93px;
    height: 20px;
    top: 6px;
  }
  .figma-card-product {
    min-height: auto;
  }
  .figma-card-product .price-and-add-cart > span {
    font-size: 15px;
    padding-top: 10px;
  }
  .card-in-slide .owl-carousel .item,
  .prods-this-category .owl-carousel .item {
    padding-top: 23px;
  }
  .catalog-index-list {
    margin-top: 9px;
  }
  .video-tube-section {
    margin-top: -11px;
  }
  .figma-card-product .card-popup {
    padding: 11px 0;
    position: static;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
  }
  .figma-card-product .card-popup u {
    display: none !important;
  }
  .new-style-btn {
    height: 33px;
    background: #F35321;
    font-size: 13px;
    width: 100%;
    margin-top: 2px;
  }
  .figma-card-product {
    padding: 10px;
  }
  .figma-card-product .card-popup {
    padding-bottom: 0;
  }
  .card-in-slide .owl-carousel .item,
  .prods-this-category .owl-carousel .item {
    padding-bottom: 15px;
  }
  .white-bg-cetion .owl-carousel {
    min-height: 410px;
  }
  .news-and-articles .articles_wp .articles_list .articles_item:nth-child(1) {
    height: 220px;
    margin-bottom: 10px;
  }
  .news-and-articles .articles_wp .articles_list .articles_item .sub {
    padding: 10px;
  }
  .news-and-articles .articles_wp .articles_list .articles_item .sub span {
    font-size: 14px;
    line-height: 13px;
    margin-bottom: 2px;
  }
  .news-and-articles .articles_wp .articles_list .articles_item .sub u {
    font-size: 13px;
    line-height: 14px;
  }
  .news-and-articles .articles_wp .articles_list .articles_item:nth-child(2),
  .news-and-articles .articles_wp .articles_list .articles_item:nth-child(3) {
    width: 48.5%;
    height: 140px;
  }
  .news-and-articles .news_wp .news_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-and-articles .news_wp .news_list .news_item:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-and-articles .news_wp .news_list .news_item .text .date {
    margin: 0;
  }
  .news-and-articles .news_wp .news_list .news_item a img {
    height: 220px;
  }
  .news-and-articles .news_wp .news_list .news_item:nth-child(2),
  .news-and-articles .news_wp .news_list .news_item:nth-child(3) {
    width: 48.5%;
    margin-bottom: 10px;
  }
  .news-and-articles .news_wp .news_list .news_item:nth-child(2) img,
  .news-and-articles .news_wp .news_list .news_item:nth-child(3) img {
    height: 140px;
  }
  .news-and-articles .news_wp .news_list .news_item .text p {
    font-size: 13px;
    line-height: 14px;
    padding-top: 6px;
  }
  footer .col.col-1,
  footer .col.col-3 {
    display: block;
    padding: 0;
    width: 50%;
  }
  footer .col.col-3 {
    position: absolute;
    right: 15px;
    white-space: nowrap;
  }
  footer .col.col-1 p {
    display: none;
  }
  footer .col.col-4 {
    display: none;
  }
  footer .col {
    width: 100%;
  }
  .news-and-articles {
    padding-bottom: 40px;
  }
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .col.col-1 img {
    width: 100px;
  }
  footer .col.col-2 {
    display: block !important;
    width: 100%;
  }
  body .footer-full-screen .col .main_menu {
    column-count: 2;
    padding: 20px 0 0 0;
  }
  footer .time i {
    min-width: 15px;
  }
  .col-xs-visible {
    display: block;
    width: 100%;
    padding-top: 15px;
    color: #7889AB;
    font-size: 14px;
    border-top: 1px solid #465b84;
    margin-top: 20px;
    text-align: center;
  }
  .welcome-figma-section.container,
  .ps-header_middle .container {
    overflow: hidden;
  }
  .news-and-articles .main-ttl {
    font-size: 18px;
    line-height: 18px;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex .search-col form.active {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 90;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex .search-col form input[type=text] {
    line-height: 50px;
    background: #1f3e7d;
    border: none;
    padding-right: 55px;
    color: #FFF;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex .search-col form input[type=text]::-webkit-input-placeholder {
    /* Edge */
    color: #eee;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex .search-col form input[type=text]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #eee;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex .search-col form input[type=text]::placeholder {
    color: #eee;
  }
  .ps-header .ps-header_middle .ps-header_middle-flex .search-col form input[type=submit] {
    filter: brightness(55);
    left: 15px;
    top: 16px;
  }
  .close-xs-form-search-btn {
    display: block;
    width: 46px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 100;
    font-size: 36px;
    line-height: 0;
    color: #FFF;
    padding-bottom: 7px;
    cursor: pointer;
  }
  footer .col.col-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
  footer .col.col-4 > a {
    position: relative;
    right: 0;
    font-size: 16px;
    margin-top: 10px;
  }
  footer .col.col-4 .callback,
  footer .col.col-4 .callback:hover {
    font-size: 14px;
  }
  .catalog_page.flex-catalog .left_sidebar {
    position: fixed;
    z-index: 108;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 80%;
    display: none;
  }
  .catalog_page.flex-catalog .left_sidebar.active {
    display: block;
  }
  #figma-filter {
    height: 100%;
    overflow: auto;
  }
  .bx-filter-button-box .bx-filter-parameters-box-container input#del_filter,
  .bx-filter-parameters-box-container input#set_filter {
    width: 49% !important;
  }
  .smartfilter > .row {
    background: #fff;
  }
  #figma-filter.bx-filter .bx-filter-button-box {
    padding-bottom: 65px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .bx-filter .bx-filter-parameters-box {
    padding: 15px;
  }
  .bx-filter .bx-filter-parameters-box {
    width: 100%;
  }
  #figma-filter.bx-filter .bx-filter-popup-result.right {
    display: inline-block;
    border: none;
    background: #f35321;
    color: #fff;
    padding: 12px 17px 9px 17px;
    border-radius: 0;
  }
  .left_sidebar #figma-filter.bx-filter .bx-filter-input-container input.max-price,
  .left_sidebar #figma-filter.bx-filter .bx-filter-input-container input.min-price {
    width: 130px !important;
  }
  #figma-filter.bx-filter .bx-filter-parameters-box-title span,
  #figma-filter.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
  }
  .xs-filter-close {
    color: #FFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    font-size: 37px;
    position: absolute;
    top: -40px;
    right: 0;
  }
  .catalog_page.flex-catalog .right_sidebar {
    width: 100%;
  }
  .catalog_page.flex-catalog .owl-flex .figma-card-product {
    width: 49% !important;
    margin-right: 0 !important;
  }
  .owl-flex {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .catalog_page.flex-catalog .owl-flex .figma-card-product:nth-child(+3n) {
    margin-right: 0 !important;
  }
  .right_sidebar > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .catalog_page.flex-catalog .top-w-full-section {
    display: block;
    margin: 0;
  }
  .catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter {
    margin-right: 0;
  }
  .catalog_page.flex-catalog .top-w-full-section .cat_sorting {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }
  .open-xs-filter-btn {
    font-family: Roboto, sans-serif !important;
    height: 33px;
    background: #F35321;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 0;
    padding: 0 20px;
  }
  .open-xs-filter-btn span {
    padding-left: 12px;
    color: #FFF;
  }
  .open-xs-filter-btn svg {
    width: 22px;
    height: 23px;
    filter: invert(5);
  }
  .catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter .hsorter-head {
    line-height: 18px;
  }
  .catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter:hover .popup-solt {
    display: block;
    min-width: 170px;
    left: auto;
    right: 0;
  }
  .breadcrumbs {
    display: none !important;
  }
  .detailpage,
  .catalog_page.flex-catalog .top-w-full-section {
    padding-top: 20px;
  }
  .top-slide-and-main-info .flex-slide-and-main-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-slide-and-main-info .flex-slide-and-main-info .left {
    width: 100%;
  }
  .flex-slide-and-main-info .new-right-column {
    width: 100%;
    padding-top: 30px;
  }
  .top-slide-and-main-info .flex-slide-and-main-info .left h1 {
    margin-bottom: 45px;
  }
  .detailpage .new-right-column {
    position: static;
  }
  .flex-slide-and-main-info .new-right-column .top-column-in-right {
    margin-bottom: 0;
    position: absolute;
    top: 61px;
    width: 100%;
    padding: 0;
    border: none;
    right: 15px;
  }
  .top-slide-and-main-info .flex-slide-and-main-info .left .lSSlideWrapper ul {
    height: 280px!important;
  }
  .flex-slide-and-main-info .new-right-column .price-new-and-old {
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .flex-slide-and-main-info .new-right-column .detail-page-form {
    display: flex;
  }
  .flex-slide-and-main-info .new-right-column .detail-page-form a {
    width: 49%;
  }
  .flex-slide-and-main-info .new-right-column .detail-page-form a.empty-btn {
    margin-top: 0;
  }
  .detailpage .tab-section {
    display: none;
  }
  .detailpage .tab-content .tab-pane.active {
    display: none;
  }
  .detailpage .dle-heading {
    color: #F35321;
    border-bottom: 1px solid #F35321;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 11px 0;
    width: 100%;
    margin: 0;
    cursor: pointer;
  }
  .top-slide-and-main-info {
    padding-bottom: 15px;
  }
  .dle-heading.visible-small-screen,
  .dle-heading {
    display: flex;
    position: relative;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .dle-heading.visible-small-screen:after,
  .dle-heading:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #F35321;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
  }
  .tab-content .border {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .gray-f-section .main-ttl .container,
  .gray-f-section .main-ttl {
    height: 40px;
  }
  .gray-f-section .main-ttl .container {
    font-size: 14px;
  }
  .price_list .container {
    overflow: auto;
    padding: 0;
  }
  .price_list table.price {
    min-width: 570px;
  }
  .flex-slide-and-main-info .new-right-column .detail-page-form a {
    font-size: 15px;
    line-height: 47px;
  }
  .gray-f-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tab-content .figma-link-file-download a {
    font-size: 14px;
    line-height: 1.4;
  }
  .tab-content ul li {
    padding-left: 17px;
  }
  .html-page .flex-col,
  .html-page .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .html-page .flex-col img.iframe-imit,
  .html-page .flex-col .col,
  .html-page .flex .col {
    margin: 10px auto;
    width: 100%;
  }
  #figma-styles-m .news_item {
    display: block;
  }
  #figma-styles-m .news_item .text {
    padding-left: 0;
    padding-bottom: 10px;
  }
  #figma-styles-m .news_item .text .name {
    font-size: 14px;
    line-height: 18px;
  }
  main.news .ap_line .text_wp,
  section.news .ap_line .text_wp {
    padding: 10px 0 0 0;
  }
  .ap_im img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
  main.news .ap_line .text_wp,
  section.news .ap_line .text_wp {
    font-size: 14px;
  }
  .articles-wrapper .art-list {
    padding-left: 0;
    margin-top: 0;
  }
  .quick_block.ajax.added_item_pop {
    width: 90%;
  }
  #order_form_div .main-order-wrapper .left-c .pers-dle-wr {
    display: block;
  }
  #order_form_div .main-order-wrapper .left-c .deliv-type.secti {
    padding-left: 0;
  }
  #order_form_div .main-order-wrapper .left-c .form-wrapper .flex {
    display: block;
  }
  #order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col {
    width: 100%;
  }
  #order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col {
    width: 100%;
  }
  #order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col .flex-inputs {
    display: block;
  }
  #order_form_div .main-order-wrapper .left-c .form-wrapper .flex .col .flex-inputs input {
    width: 100%;
  }
  #order_form_div .main-order-wrapper .left-c .person-type.secti .div-c-w .section {
    display: block;
  }
  #order_form_div .main-order-wrapper .left-c .person-type.secti .div-c-w .section .label:nth-child(2) {
    margin: 10px 0 0 0;
  }
  #order_form_div .main-order-wrapper .left-c .pers-dle-wr {
    overflow: hidden;
  }
}
.meta-tags {
  margin-bottom: 26px;
}
.meta-tags .tagsdop {
  width: 100% !important;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.meta-tags .tagsdop .am-1 {
  border: none;
  padding: 0;
  background: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  margin-right: 10px;
  color: #e40e1b;
}
.meta-tags .tagsdop .sotbit-seometa-tag-link {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #747474;
  text-align: center;
  display: block;
  padding: 11px 9px;
  background: #EEEEEE;
  border-radius: 10px;
  text-decoration: none !important;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}
.meta-tags .tagsdop .sotbit-seometa-tag-link:hover {
  color: #FFF;
  background: #e40e1b;
}
.meta-tags .tagsdop span.sotbit-seometa-tag-link {
  color: #FFF;
  background: #e40e1b;
}
@media (min-width: 1199px) {
  .catalog_page.flex-catalog .left_sidebar {
    position: sticky;
    top: 30px;
    margin-bottom: 158px;
  }
}
@media (max-width: 767px) {
  .ps-header .ps-header_middle .ps-header_middle-flex .logo-col img {
    max-height: 35px;
  }
  .ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup .section.lvl1 {
    padding: 40px 0;
  }
}
.home-list-catalog {
  margin: 60px auto;
}
.home-list-catalog.bwg .catlist.home-page .catlist_item .name {
  background: #fff;
  height: calc(100% - 270px);
  position: relative;
  color: #000;
}
.home-list-catalog.bwg .catlist.home-page .catlist_item .name:before {
  content: '';
  width: calc(100% - 30px);
  position: absolute;
  top: 0;
  left: 15px;
  border-top: 1px solid #f3f3f3;
}
.home-list-catalog.bwg .catlist.home-page .catlist_item .im_area a {
  padding: 15px;
}
.home-list-catalog.bwg .catlist.home-page .catlist_item .im_area a img {
  height: 240px;
  object-fit: contain;
}
.catlist.home-page .catlist_item {
  padding: 0;
}
@media (max-width: 767px) {
  .catlist.home-page .catlist_item {
    margin-right: 0 !important;
    width: 100%;
  }
}
.catlist.home-page .catlist_item:hover .im_area a img {
  transform: scale(1.1);
}
.catlist.home-page .catlist_item .im_area a {
  width: 100%;
  color: #f2f3f4;
  overflow: hidden;
}
.catlist.home-page .catlist_item .im_area a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  max-height: 100%;
  transition: 0.6s;
}
.catlist.home-page .catlist_item .im_area {
  line-height: 0;
  padding: 0;
  margin: 0;
  min-height: auto;
}
.catlist.home-page .catlist_item .name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 200px);
  min-height: 77px;
  padding: 0;
  border: none;
  background: #f2f3f4;
  text-align: center;
  color: #002b45;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
}
.bx-filter .bx-ui-slider-part {
  display: none;
}
@media (min-width: 767px) {
  .tab-content-wrapper .tab-content .table-wrapper table.right td:first-child {
    min-width: 300px;
  }
}
.section-card-special .special-icon {
  width: auto;
  max-width: 100%;
  height: 35px;
  right: -18px;
  top: -4px;
}
.detail-left-special .special-icon {
  width: auto;
  height: 48px;
  top: 2px;
}
@media (max-width: 991px) {
  body .figma-card-product .prod-name {
    margin-top: 13px;
    border: none;
  }
  body .section-card-special .special-icon {
    right: -10px;
  }
}
@media (max-width: 767px) {
  body .new-right-column .row-1 .col-2 .top-column-in-right {
    top: 372px;
  }
  body .new-right-column .row-1 {
    padding-right: 33px;
  }
  body .isset-list {
    top: 172px;
  }
}

/* End */


/* Start:/bitrix/templates/general_template/css/diam-shop.ru.css?17455718426741*/
:root
{

	--main-color: #1d1d1b;
	--main-color-dark: #1d1d1b; 

	/* Стили: */
	--Оранжевая-полоса-в-шапке-сайта-с-меню: #1d1d1b;
	--фон-меню: #e40e1b;
	--левое-меню-на-главной-и-выпадающее-меню-цвет-шрифта-при-наведении: #1d1d1b;
	--цвет-кнопки-Обратный-звонок-в-шапке: #1f3e7d;
	--цвет-кнопки-Обратный-звонок-в-шапке___навидение: #1f3e7d;
	--цвет-цен-товаров: #e40e1b;
	--цвет-корзины-в-анонсе-товаров: #1f3e7d;
	--цвет-корзины-в-анонсе-товаров___навидение: #1f3e7d;
	--на-страницах-Новости-и-Статьи-цвет-кнопки-ПОДРОБНЕЕ: #e40e1b;

	/* Страница раздела: */
	--Цвет-ползунков-фильтров: #1ea312;
	--Цвет-для-Сортировки-и-Вида: #1ea312;

	/* Карточка товара: */
	--Цвет-кнопки-В-корзину: #1f3e7d;
	--Цвет-кнопки-В-корзину___навидение: #1ea312;
	--Цвет-шрифта-в-табах: #000;
	--Цвет-при-наведении-на-табы: #000;
	--Цвет-полосы-Прайс-лист: #1d1d1b;
	--цвет-значка-корзины-в-торговом-предложении: #e40e1b;
	--цвет-значка-корзины-в-торговом-предложении___навидение: #1ea312;
	
	--Цвет-кнопки-показать-ещё: #e40e1b;
	--Цвет-кнопки-показать-ещё___навидение: #e40e1b;
	
	--кнопка-подписаться: #1ea312;
	--кнопка-подписаться___навидение: #1ea312;
}






/* DEV STYLES */
	.catalog_page.flex-catalog{
		display: block;
	}
	.catalog_page.flex-catalog .left_sidebar{
		position: static !important;
		width: 100%;
		margin: 0;
	}
	.left_sidebar .site-sections{
		border: none;
		background: transparent;
		box-shadow: none;
		padding: 0px;
	}
	.title-sections-page{
		margin: 0;
	}
	.meta-tags{
		margin: 30px 0 10px 0;
	}
	.left_sidebar .site-sections{
		display: flex;
		flex-wrap: wrap;
	}
	.left_sidebar .site-sections .section-top a .img-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 0;
		margin-bottom: 15px;
		background: #f3f3f3;
		border-radius: 5px;
		height: 142px;
		overflow: hidden;
	}
	.left_sidebar .site-sections .section-top a .img-wrapper img{
		width: 100%;
		height: 100%;
		object-fit: contain;
		transition: .2s ease-out;
	}
	.left_sidebar .site-sections .section-top a{
		display: block;
		text-align: center;
	}
	.left_sidebar .site-sections div span{
		display: block;
		color: #000;		
		font-size: 12px;
		font-weight: 400;
		line-height: 12px;
		transition: .2s ease-out;
	}
	.left_sidebar .site-sections .section-top a:hover .img-wrapper {
		width: 142px;
	}
	.left_sidebar .site-sections .section-top a:hover .img-wrapper img{
		transform: scale(1.05);
	}
	.left_sidebar .site-sections .section-top a:hover span{
		color: #e40e1b;
	}
	.left_sidebar .site-sections .section-top{
		max-width: 176px;
		padding: 0 17px;
		margin-bottom: 30px;
	}
	.top-w-full-tags{
		margin: 0;
	}
	.tags-wrapper{
		padding: 0 !important;
	}
	.catalog_page.flex-catalog .right_sidebar{
		width: 100% !important;
	}
	.left_sidebar .site-sections div:last-child{
		margin-bottom: 30px;
	}

	.cat_article.seo-section-text p{
		font-size: 16px;
		margin: 0 0 20px 0;
		line-height: 27px;
	}
	.cat_article.seo-section-text .container {
		max-width: 900px;
	}
	.cat_article.seo-section-text {
		font-size: 16px;
		line-height: 27px;
		padding: 60px 0 40px 0;

	}
	.cat_article.seo-section-text h2 {
		color: #e40e1b;
		font-size: 25px;
		margin: 0 0 50px 0;
	}
	.tab-content .description img{
		max-width: 100%;
		max-height: 100%;
		height: auto !important;
	}

	.diameter-head{
		display: block;
		font-size: 15px;
		font-weight: 400;
		color: #939393;
		margin: -17px 0 13px 0;
		line-height: 1.3;
	}
	.diameter-wrapper ul{
		width: 100%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		padding: 0 3px;
	}
	.diameter-wrapper ul li {
		margin-bottom: 10px;
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.diameter-wrapper ul li.hidden-diameter{
		display: none;
	}
	.open-diameter{
		cursor: pointer;
		opacity: 0.7;
		transition: .2s ease-out;
		line-height: 0;
		width: fit-content;
		margin-left: 13px;
	}
	.open-diameter img {
		height: 28px;
	}
	.open-diameter:hover{
		opacity: 1;
	}
	.diameter-wrapper ul li a{
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		font-size: 14px;
		font-weight: 500;
		width: 69px;
		height: 35px;
		border-radius: 20px;
		background: #f4f4f4;
		line-height: 0;
		padding-top: 1px;
		transition: color .2s ease-out;
	}
	.diameter-wrapper ul li a.active{
		border: 2px solid #e40e1a;
	}


	@media (max-width:1199px){
		.top-slide-and-main-info .flex-slide-and-main-info .left .lSPager.lSGallery li a img{
			max-height: 81px;
		}
	}

	@media (min-width:720px){
		.catalog_page.flex-catalog .right_sidebar .container{
			width: 720px;
		}
		.catalog_page.flex-catalog .owl-flex .figma-card-product:nth-child(+2n) {
			margin-right: 15px !important;
		}

		.catalog_page.flex-catalog .owl-flex .figma-card-product:nth-child(+3n) {
			margin-right: 0 !important;
		}

	}
	@media (min-width:970px){
		.catalog_page.flex-catalog .right_sidebar .container{
			width: 970px;
		}
		.catalog_page.flex-catalog .owl-flex .figma-card-product:nth-child(+2n),
		.catalog_page.flex-catalog .owl-flex .figma-card-product:nth-child(+3n) {
			margin-right: 15px !important;
		}

		.catalog_page.flex-catalog .owl-flex .figma-card-product:nth-child(+4n) {
			margin-right: 0 !important;
		}
		.catalog_page.flex-catalog .left_sidebar{
			margin-left: -17px;
		}
		.left_sidebar .site-sections{
			margin-right: -34px;
		}
	}
	@media (min-width:1200px){
		.catalog_page.flex-catalog .right_sidebar .container{
			width: 1200px;
		}
		.catalog_page.flex-catalog .owl-flex .figma-card-product:nth-child(+2n),
		.catalog_page.flex-catalog .owl-flex .figma-card-product:nth-child(+3n) {
			margin-right: 30px !important;
		}		
		.catalog_page.flex-catalog .owl-flex .figma-card-product:nth-child(+4n) {
			margin-right: 0 !important;
		}
	}


@media (max-width: 767px) {
	.catalog_page.flex-catalog .left_sidebar {
		display: block;
	}

	.cat_article.seo-section-text p,
	.cat_article.seo-section-text {
		font-size: 14px;
	}
	.cat_article.seo-section-text{
		padding: 30px 0 10px 0;
	}
	.cat_article.seo-section-text h2{
		margin-bottom: 20px;
		font-size: 22px;
	}
}

/* End */


/* Start:/bitrix/templates/general_template/css/redefinition.css?16754491905095*/
.ps-r_sub,
body .footer-full-screen,
.header-imit .bot-line,
.header_sub{
	background: var(--Оранжевая-полоса-в-шапке-сайта-с-меню)!important;
}
.ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup .section.lvl1>li:hover>a,
.ps-r_sub-flex .col-menu .figma-catalog-menu .menu_popup a:hover,
.welcome-figma-section .figma-catalog-menu .menu_popup a:hover{
	color: var(--левое-меню-на-главной-и-выпадающее-меню-цвет-шрифта-при-наведении)!important;
}
.ps-header .ps-header_middle .ps-header_middle-flex .phone-col a.clicked,
.header_top .callback-and-phone .callback{
	color: var(--цвет-кнопки-Обратный-звонок-в-шапке)!important;
}
.ps-header .ps-header_middle .ps-header_middle-flex .phone-col a.clicked:hover,
.header_top .callback-and-phone .callback:hover{
	color: var(--цвет-кнопки-Обратный-звонок-в-шапке___навидение)!important;
}
.figma-card-product .price-and-add-cart>span{
	color: var(--цвет-цен-товаров)!important;
}
.figma-card-product .price-and-add-cart .right .add-card-card{
	background: var(--цвет-корзины-в-анонсе-товаров)!important;
}
.new-style-btn:hover,
.figma-card-product .price-and-add-cart .right .add-card-card:hover{
	background: var(--цвет-корзины-в-анонсе-товаров___навидение)!important;
}
#figma-styles-m .news_item .text .more{
	color: var(--на-страницах-Новости-и-Статьи-цвет-кнопки-ПОДРОБНЕЕ)!important;
}

.left_sidebar #figma-filter.bx-filter .bx-ui-slider-handle.left,
.left_sidebar #figma-filter.bx-filter .bx-ui-slider-handle.right, 
#set_filter, .left_sidebar #figma-filter.bx-filter .bx-ui-slider-pricebar-v{
	background: var(--Цвет-ползунков-фильтров)!important;
}
.ps-r_sub-flex .col-menu .catalog-open,
.header-imit .bot-line .catalog-link a,
.header_sub .sub-header-flex .menu_link{
	background: var(--фон-меню)!important;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter .popup-solt a.active, 
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter .popup-solt a:hover,
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter .hsorter-head{
	color: var(--Цвет-для-Сортировки-и-Вида)!important;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp a svg path{
	fill: #ACADB0;
	transition: fill .3s;
}
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp a.active svg path,
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sort_wp a:hover svg path,
.catalog_page.flex-catalog .top-w-full-section .cat_sorting .sorter .hsorter-head svg path{
	fill: var(--Цвет-для-Сортировки-и-Вида)!important;
}
.new-right-column .row-2 .top-1 .detail-page-form-top .to_basket.ajax,
.top-slide-and-main-info .flex-slide-and-main-info .right .detail-page-form .to_basket{
	background: var(--Цвет-кнопки-В-корзину)!important;
}
.new-right-column .row-2 .top-1 .detail-page-form-top .to_basket.ajax:hover,
.top-slide-and-main-info .flex-slide-and-main-info .right .detail-page-form .to_basket:hover{
	background: var(--Цвет-кнопки-В-корзину___навидение)!important;
}
.tab-section .ul a{
	color: var(--Цвет-шрифта-в-табах)!important;
}
.tab-section .ul a.active, 
.tab-section .ul a:hover{
	background: transparent!important;
	color: #000!important;
}
.tab-section{
	border-color: var(--Цвет-шрифта-в-табах)!important;
}
.gray-f-section .main-ttl{
	background: var(--Цвет-полосы-Прайс-лист)!important;
}
.gray-f-section table tr td .price_bask.ajax{
	background: var(--цвет-значка-корзины-в-торговом-предложении)!important;
}
.gray-f-section table tr td .price_bask.ajax:hover{
	background: var(--цвет-значка-корзины-в-торговом-предложении___навидение)!important;	
}
.new-style-btn {
    background: var(--цвет-корзины-в-анонсе-товаров)!important;
}
.tab-section .ul a.active, 
.tab-section .ul a:hover{
	color: var(--Цвет-при-наведении-на-табы)!important;
	border-color: var(--Цвет-при-наведении-на-табы)!important;
}
.gray-f-section.new-price-prod-section table tr th{
	background:var(--Цвет-полосы-Прайс-лист)!important;
}
.lazy-load-btn{
	background:var(--Цвет-кнопки-показать-ещё)!important;
}
.lazy-load-btn:hover{
	background:var(--Цвет-кнопки-показать-ещё___навидение)!important;
}

.subscribe #subscribe-form .subscribe__fieldset .form-wrapper .subscribe__submit{
	background:var(--кнопка-подписаться)!important;
}
.subscribe #subscribe-form .subscribe__fieldset .form-wrapper .subscribe__submit:hover{
	background:var(--кнопка-подписаться___навидение)!important;
}
/* End */


/* Start:/bitrix/templates/general_template/components/bitrix/form.result.new/callback/style.css?1675449190666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/general_template/components/bitrix/form.result.new/callback/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/general_template/components/bitrix/form.result.new/callback/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/general_template/components/rb/search.title/search-form-title-tpl/style.css?16754490722740*/
div.title-search-result {
border: 1px solid #6F7C7F;
overflow: hidden;
z-index: 205;
width: auto !important;
margin-left: 2px;
margin-top: 0px;
background: none repeat scroll 0% 0% #FFF;
padding-top: 0px;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:100%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
	display: none;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top: 4px;
	padding-bottom: 5px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td:hover{
background:#0aa252;
color:#ffffff;
}

table.title-search-result td.title-search-item {
	padding-left: 15px;
padding-right: 15px;
}

table.title-search-result td.title-search-item a {
	padding-left:0;
	padding-right:15px;
	text-decoration: none;
	color:#4a4a4a;
	font-size:14px;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
	display:none;
}

table.title-search-result td.title-search-item b {
	color:#4a4a4a;
	font-weight:normal;
}

table.title-search-result td.title-search-item:hover b {
color:#ffffff
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#6F7C7F;
	color:#ffffff;
}

table.title-search-result .title-search-separator{
display:none;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-left: 15px;
padding-right: 15px;
	padding-top:4px;
	border-top: 1px solid #dbdbdb;
}

table.title-search-result td.title-search-more a
{
	padding-left: 0;
padding-right: 15px;
text-decoration: none;
color: #4a4a4a;
font-size: 14px;
vertical-align: top;
display: block;
}

table.title-search-result td.title-search-all {
	padding-left: 15px;
padding-right: 15px;
}

table.title-search-result td.title-search-all a
{
padding-left: 0;
padding-right: 15px;
text-decoration: none;
color: #4a4a4a;
font-size: 14px;
vertical-align: top;
display: block;
}

table.title-search-result td.title-search-all:hover a{
color:#ffffff
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none !important;
	background-image: url('/bitrix/templates/general_template/components/rb/search.title/search-form-title-tpl/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/templates/general_template/components/bitrix/sale.basket.basket.small/cart-tpl/style.css?1675449073329*/
/*Table*/
table.sale_basket_small
{
	width:245;
	border-collapse:collapse;
	font-size:12px;
	border:1px solid #ADC3D5;
}

/*Table head*/
table.sale_basket_small th
{
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_basket_small th, table.sale_basket_small td
{
	padding: 3px 5px;
	vertical-align:top;
}
/* End */


/* Start:/bitrix/templates/general_template/styles.css?17216638683332*/
.tags-wrapper{
	padding-right: 120px;
	box-sizing: border-box;
}
@media (min-width: 1200px){
	.tagsdop{
		width: 840px;
	}
}
.bx-filter-button-box .bx-filter-parameters-box-container{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-left: 2px;
	padding-right: 2px;
}
.bx-filter-button-box .bx-filter-parameters-box-container input{
	margin: 0!important;
	border: 1px solid #1f3f7d!important;
}
.bx-filter-button-box .bx-filter-parameters-box-container input#del_filter{
	border: 1px solid  #d2d2d2!important;
}
.smartfilter > .row {
    background: #f7f7f7;
}
.detailpage .dt_content table td {
    padding: 3px 5px!important;
}
.left_sidebar .bx-filter .bx-filter-input-container input.max-price, .left_sidebar .bx-filter .bx-filter-input-container input.min-price{
	margin-left: -3px!important;
}
/* CHECKBOX CONTAINER */
	.cat_item{
		position: relative;
	}

	.compare-wrapper {
	    text-align: right;
	    margin-bottom: 20px;
	    position: relative;
	}
	.compare-wrapper.detail {
	    text-align: right;
	    margin-bottom: 11px;
	    position: relative;
	    padding-right: 0;
	    padding-top: 6px;
	}
	.compare-wrapper.detail .compare{
		right: 111px;
	}
	.compare {
		position: absolute;
		padding-left: 0;
		margin-bottom: 0;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		margin-left: 0;
		font-weight: 400;
		font-size: 18px;
		color: #b8b8b8;
		padding-top:1px;
		margin-top: 6px;
		right: 22px;
		top: 0;
		z-index: 89;
	}
	.compare .checkbox-custom{
		text-decoration: none;
		color: #444;
		font-size: 16px;
	}
	.compare input {
		left: 0;
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 18px;
		width: 18px;
		z-index: 99;
		margin: 0;
	}
	.checkbox-custom {
		position: absolute;
		top: 0;
		left: 0;
		height: 18px;
		width: 19px;
		border: none;
		background:transparent;
		border:none;
		border-radius:0;
		background: url(/local/templates/husq/css/../img/icons_wish_1.png) no-repeat center;
		border-radius: 3px;
    	padding:1px 2px;
	}
	.compare:hover input ~ .checkbox-custom ,
	.compare input:checked ~ .checkbox-custom {
		background: url(/local/templates/husq/css/../img/icons_wish_1_w.png) no-repeat center;
		background-color: #f35321;
		transition: all 0.5s ease-in-out;
	}
	.checkbox-custom:after {
		content: "";
		position: absolute;
		display: none;
	}
	.compare input:checked ~ .checkbox-custom:after {
		display: block;
	}
	.compare input:checked ~ .checkbox-custom{
		color: #f35321;
	}
	.compare .checkbox-custom:after {
		left: 6px;
		top: 0;
		width: 100%;
		height: 100%;
	}

	#compare_list_count.compare.cell_block{
		right: 0;
		top: 81px;
		height: 20px;
		margin: 0;
		z-index: 20;
		padding-left: 40px;
		background: url(/local/templates/husq/css/../img/icons_wish_1_o.png) no-repeat left;
	}
	#compare_list_count.compare.cell_block span{
		position: absolute;
		left: 15px;
		top: -4px;
		font-size: 11px;
		color: #fff;
		background: #1f3e7d;
		padding: 2px 4px 1px 3px;
		line-height: 1;
		border-radius: 50%;
	}
	#compare_list_count.compare.cell_block a{
		text-decoration: none;
		font-weight: 600;
		color: #545659;
	}
	.bx-filter .bx-filter-input-container input{
		width:88%!important;
	}


.heading-06 {
	text-transform: initial !important;
}

/* End */


/* Start:/bitrix/templates/general_template/template_styles.css?172166377743743*/
 .bx-filter{
	font-family: 'Roboto', sans-serif!important;
}
.bx-filter-parameters-box {
	border-bottom: 1px solid #d2d2d2;
	    padding: 8px 10px;
}
.bx-filter-parameters-box:last-child {
border-bottom:0;
}
.col-xs-6.bx-filter-parameters-box-container-block {
	    display: inline-block;
    width: 40%;
}
.col-xs-6.bx-filter-parameters-box-container-block.bx-left {
float: left;
}
.col-xs-6.bx-filter-parameters-box-container-block.bx-right {
float: right;
margin-right: 10px;
}
.bx-ui-slider-track-container {
	clear: both;
}
.bx-filter-button-box {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 10px;
}
.bx-filter {
	width: 100%;
	min-width: 220px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}
.bx-filter .bx-filter-section {
	background: #edf6fc;
	position: relative;
	
}
h1.heading-06 {
	text-transform: inherit;
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}


.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.fa {
	position: absolute;
    right: 15px;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 13px;
	
	color: #000;
	position: relative;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #000;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
	color: #95a1a8;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	color: #758087;
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
	margin-top: 15px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}
* INPUTS
*

.bx-filter .bx-filter-input-container {margin-left: -2px;}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 90%;
	font-size: 12px;
	height: 25px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/general_template/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/general_template/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/general_template/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/templates/general_template/images/border_default.png) 2 repeat;
}
.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/bitrix/templates/general_template/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/templates/general_template/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/templates/general_template/images/active.png) 2 repeat;
			border-image: url(/bitrix/templates/general_template/images/active.png) 2 repeat;
}

.bx-ios .bx-filter .bx-filter-input-container input {
	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
}
*Track
*
.bx-filter-parameters-box-container {
	text-align: center;
}
#set_filter {
	width: 98px;
    height: 40px;
    font-size: 12px;
    color: #ffffff;
    background: #283a5e;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 2px 0 0;
    font-weight: 700;
    border: 0;
}
#del_filter {
	width: 119px;
    height: 40px;
    font-size: 12px;
    color: #2b2b2b;
    background: #e8e8e8;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 0;
    font-weight: 700;
    border: 0;
}
.bx-filter .bx-ui-slider-track-container {
	padding-top: 2px;
	padding-bottom: 25px;
	width: 81%;
    margin: 0 auto;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	background: #d8e9f0;
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
	display: none;
	opacity: 0;
	z-index: -10000;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	font-weight: bold;

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	background: #849da4;
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	background: #a8dff3;
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	background: #499fd8;
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;

	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;

	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;
}


.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/general_template/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/general_template/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/general_template/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/templates/general_template/images/border_default.png) 2 repeat;
}
COLOR
.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/bitrix/templates/general_template/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/templates/general_template/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/templates/general_template/images/active.png) 2 repeat;
			border-image: url(/bitrix/templates/general_template/images/active.png) 2 repeat;
}
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
*	Select popup
*

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}

.bx-filter .bx-filter-tag {
	padding: 18px;
	border-top: 1px solid #d7eaf7;
	border-bottom: 1px solid #d7eaf7;
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	color: #68939e;
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}

.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	font-size: 13px;
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}

.bx-filter .bx-filter-input-checkbox {}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
}
.bx-filter-param-text{
	position: relative;
	padding-left: 20px;
}
.bx-filter-param-text:before {
content:'';
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    top: 50%;
    margin-top: -5px;
}
.bx-filter-param-text:hover:before, .bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-text:before{
	background: url(/bitrix/templates/general_template/img/checked_new_f.png) no-repeat center -1px!important;
	border-color: #283a5e!important;
	outline: none!important;
}


.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/general_template/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/general_template/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/general_template/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/templates/general_template/images/border_default.png) 2 repeat;
}
COLOR
.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/bitrix/templates/general_template/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/templates/general_template/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/templates/general_template/images/active.png) 2 repeat;
			border-image: url(/bitrix/templates/general_template/images/active.png) 2 repeat;
}
--- colors
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
* BTN P/M
*

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	font-weight:bold;

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
*	icon
*

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	position:relative;
	top:4px;

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
* 	BIZ
*

.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	padding-left:20px;

	color: #000;
	border-color: transparent;
}


.btn-themes {
	background-color: #1485CE;
	border-color: #1485CE;
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	background-color: #53A4D8;
	border-color: #53A4D8;
	color: #FFF
}


.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/bitrix/templates/general_template/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/bitrix/templates/general_template/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/bitrix/templates/general_template/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/bitrix/templates/general_template/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/bitrix/templates/general_template/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/bitrix/templates/general_template/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/bitrix/templates/general_template/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/bitrix/templates/general_template/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}
.bx-filter-parameters-box-container .rows {
	position: relative;
}
.bx-filter-parameters-box-container .rows > div {

display: inline-block;
width: 24%;

}
.bx-filter-parameters-box-container .rows  > div.prom{
	    width: 10%;
    text-align: center;
    margin-right: 0;
    font-size: 18px;
    margin-left: 18px;
    margin-right: 19px;
}
.bx-filter-parameters-box-container .rows  > div.last{
	position: absolute;
    right: -21px;
    font-size: 13px;
    top: 5px;
}

.bx-filter .bx-filter-input-checkbox input[type=radio], 
.bx-filter .bx-filter-input-checkbox input[type=checkbox]{
	display: none!important;
}
.bx-filter-parameters-box-container .checkbox{
	margin-bottom: 6px!important;
}
    .bx-filter-parameters-box{
        background: #f7f7f7;
    }
    .bx-filter-param-text:before{
        border-radius: 2px;
        border: 1px solid #898989;
        background: #ffffff;
        width: 13px;
        height: 13px;
        margin-top: -8px;
    }
    .bx-filter .bx-filter-param-label.disabled .bx-filter-param-text{
        color: #2b2b2b;
    }
    .bx-filter-param-text:hover:before {
        background: #283a5e;
        border-color: #283a5e;
        outline: none;
    }
    .bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-text:before{
        background: url(/local/templates/utool/img/checked_new_f.png) no-repeat center top;
        border-color: #283a5e;
        outline: none;
    }
    .bx-filter .bx-ui-slider-track-container{
        width: 100%;
    }
    .bx-filter-parameters-box-container .rows > div.prom,
    .bx-filter-parameters-box-container .rows > div.last{
        display: none;
    }
    .bx-filter-parameters-box-container .rows {
        display: flex;
        justify-content: space-between;
    }

    .bx-filter-parameters-box-container .rows div:nth-child(3) input{
        text-align: right!important;
    }
    .bx-filter .bx-filter-input-container input{
        border: none;
        padding: 2px;
        background: none;
        color: #2b2b2b;
        margin-right: 0;
    }
    .bx-filter .bx-ui-slider-pricebar-v{
        background: #d2cecd;
    }
    .bx-filter .bx-ui-slider-pricebar-vn{
        background: #283a5e;
    }
    LEFT.bx-filter .bx-ui-slider-handle.left{
        background: #283a5e;
        width: 13px;
        height: 13px;
        border-radius: 10px;
        margin-left: -2px;
        top: -3px;
    }
    RIGHT.bx-filter .bx-ui-slider-handle.right{
        background: #283a5e;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        margin-right: -2px;
        top: -3px;
    }
    .bx-filter .bx-ui-slider-range{
        z-index: 99;
    }

    .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub{
        display: none;
    }
    .bx-filter .bx-filter-input-container input.max-price{
        margin-right: 0!important;
        text-align: right!important;
        position: relative;
        right: -7px;
    }
        .col-xs-6.bx-filter-parameters-box-container-block.bx-right{
        margin-right: 0!important
    }
       .bx-filter .bx-filter-popup-result.right{
    	background: transparent;
    	border-width:0px; 
	    -webkit-border-image: none;
	    -moz-border-image: none;
	    -o-border-image: none;
		border-image: none;
		background: #f7f7f7;
		padding: 5px 7px;
		border: 1px solid #d2d2d2;
		left: 101%;
		font-weight: 700;
		color: #000;
	}
	.bx-filter .bx-filter-popup-result.right a{
		font-weight: normal;
		position: relative;
		z-index: 2;
	}
	.bx-filter .bx-filter-popup-result.right:after{
	    content: "";
	    position: absolute;
	    left: -8px;
	    width: 14px;
	    height: 14px;
	    background: #f7f7f7;
	    top: 50%;
	    transform: translateY(-50%) rotate(45deg);
	    border-bottom: 1px solid #d2cecd;
	    border-left: 1px solid #d2cecd;
	}
.cat_list.lines_view{
	display: block;
}
.copy-left-infolist ul.infoblock-list li > a{
	font-weight: 600;
}
.selected-filters .subheading,
.number-goods,
.selected-filters .reset-filter a,
.selected-filters .filter-link span{
	font-weight: 600!important;
}
.bx-filter .bx-filter-parameters-box-title span{
	font-weight: 700;
	    font-size: 12px;
    line-height: 1.4;
    display: inline-block;
}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text{
	font-size: 13px;
}
.bx-filter-param-text:before{
	width: 11px;
	height: 11px;
	background-size: 100%;
	margin-top: -7px;
}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text{
	padding-left: 16px;
}
.left_sidebar .bx-filter .bx-filter-input-container input.max-price,
.left_sidebar .bx-filter .bx-filter-input-container input.min-price{
	background: #fff;
	border:1px solid #d2d2d2;
	margin: 0;
	text-align: left !important;
	padding: 2px 7px;
	box-sizing: border-box;
}

.left_sidebar .col-xs-6.bx-filter-parameters-box-container-block.bx-right,
.left_sidebar .col-xs-6.bx-filter-parameters-box-container-block.bx-left,
.left_sidebar .bx-filter-parameters-box-container .rows > div{
    width: 49%!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-right: -9px!important;
}
.left_sidebar .bx-filter .bx-filter-input-container input.max-price{
	right: 0;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub{
	display: block!important;
}
.bx-filter-parameters-box-container .rows > div.last,
.bx-filter-parameters-box-container .rows > div.prom{
	display: none!important;
}
.bx-filter .bx-ui-slider-handle.right,
.bx-filter .bx-ui-slider-handle.left{
	transition: 0s;
}

.cat_item .pl.send_request.send_req.list{
	width: 50%;
    height: 30px;
    font-size: 11px;
    line-height: 30px;
    margin: 10px 0px -12px 15px;
    border-radius: 3px;
}
.bx-filter-param-text:before{
	top: 0;
	margin-top: 1px;
}
#set_filter{
	border-radius: 5px!important;
	width: 108px;
}
#del_filter{
	border-radius: 5px!important;
	width: 108px;
}
.bx-filter .bx-filter-button-box{
	background: transparent;
}
.bx-filter .bx-filter-title{
	background: transparent;
}
.bx-filter.bx-blue .bx-filter-section{
	background: transparent;
}
#set_filter {
    border-radius: 5px!important;
    width: 105px!important;
}
#del_filter {
    border-radius: 5px!important;
    width: 105px!important;
}
.bx-filter-param-text:hover:before, .bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-text:before{
	outline: none!important;
}
.bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-text:before {
    background: url(/bitrix/templates/general_template/img/checked_new_f.png) no-repeat center top;
    border-color: #283a5e;
    outline: none;
}
#set_filter,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-handle.left,
.bx-filter .bx-ui-slider-handle.right{
	background: #1f3e7d!important;
}
.bx-ui-slider-track-container {
	clear: both;
}
.bx-filter .bx-ui-slider-track-container {
	padding-top: 2px;
	padding-bottom: 25px;
	width: 81%;
    margin: 0 auto;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	background: #d8e9f0;
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	font-weight: bold;

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	background: #849da4;
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	background: #a8dff3;
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	background: #499fd8;
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
	
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
	
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;
}
    .bx-filter .bx-ui-slider-track-container{
        width: 100%;
    }
    .bx-filter .bx-ui-slider-pricebar-v {
	    background: #d2cecd!important;
	}
	.bx-filter .bx-ui-slider-track-container {
	    width: 100%!important;
	    margin: 0 auto;
	}
	.bx-filter .bx-ui-slider-handle.left{
		margin-left: 0!important;
		transition: 0s;
		z-index: 99;
	}
	.bx-filter .bx-ui-slider-handle.right{
		margin-right: 0!important;
		transition: 0s;
		z-index: 99;
	}
	.bx-filter .bx-ui-slider-range {
		z-index: auto!important;
	}
	.left_sidebar .col-xs-6.bx-filter-parameters-box-container-block.bx-right, 
	.left_sidebar .col-xs-6.bx-filter-parameters-box-container-block.bx-left, 
	.left_sidebar .bx-filter-parameters-box-container .rows > div {
	    width: 44%;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    margin-bottom: 10px;
	    margin-right: -9px!important;
	}
	.bx-filter .bx-filter-input-container {
	    margin-left: -2px;
	}
	.left_sidebar .bx-filter .bx-filter-input-container input.max-price, .left_sidebar .bx-filter .bx-filter-input-container input.min-price {
	    background: #fff;
	    border: 1px solid #d2d2d2;
	    margin: 0;
	    text-align: left !important;
	    padding: 2px 7px;
	    box-sizing: border-box;
	}
	.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	    font-size: 14px;
	    font-style: normal;
	    display: block;
	    padding-bottom: 5px;
	}
	.bx-filter-param-text:before{
		top: 9px!important;
	}

START REVIEW
	.action-wrapper-ajax-form {
	    width: 100%;
	    padding: 35px;
	    padding-top: 40px;
	    background: #fff;
	    border-radius: 0;
	    border: 1px solid #e9e9e9;
	    box-shadow: 0 0 10px #e9e9e9;
	    margin: 0 auto;
	    box-sizing: border-box
	}

	.action-wrapper-ajax-form input,
	.action-wrapper-ajax-form textarea {
	    font-family: Roboto, sans-serif;
	    border: none;
	    width: 100%;
	    color: #232323;
	    font-size: 14px
	}

	.action-wrapper-ajax-form input::-webkit-input-placeholder,
	.action-wrapper-ajax-form textarea::-webkit-input-placeholder {
	    color: #232323
	}

	.action-wrapper-ajax-form input::-moz-placeholder,
	.action-wrapper-ajax-form textarea::-moz-placeholder {
	    color: #232323
	}

	.action-wrapper-ajax-form input:-ms-input-placeholder,
	.action-wrapper-ajax-form textarea:-ms-input-placeholder {
	    color: #232323
	}

	.action-wrapper-ajax-form input:-moz-placeholder,
	.action-wrapper-ajax-form textarea:-moz-placeholder {
	    color: #232323
	}

	.action-wrapper-ajax-form .form-group {
	    border: 1px solid #e9e9e9;
	    border-radius: 3px;
	    position: relative;
	    margin-bottom: 16px;
	    background: #fff
	}

	.action-wrapper-ajax-form .form-group.has-error {
	    border-color: red!important
	}

	.action-wrapper-ajax-form .assess .form-group {
	    border: none;
	    border-radius: 0;
	    background: 0 0
	}

	.action-wrapper-ajax-form .form-group .smt-required-star {
	    position: absolute;
	    z-index: 1;
	    right: 5px;
	    top: 5px;
	    color: red
	}

	.action-wrapper-ajax-form .form-group input {
	    line-height: 39px;
	    border-radius: 3px;
	    padding: 0 15px;
	    box-sizing: border-box;
	    background: 0 0;
	    font-weight: 400
	}

	.action-wrapper-ajax-form .form-group textarea {
	    padding: 15px;
	    border-radius: 3px;
	    box-sizing: border-box;
	    min-height: 165px;
	    width: 100%!important
	}

	.action-wrapper-ajax-form .flex {
	    display: flex;
	    align-items: center
	}

	.action-wrapper-ajax-form .flex .form-group:first-child {
	    margin-right: 16px
	}

	.action-wrapper-ajax-form .flex .form-group input {
	    width: 185px
	}

	.action-wrapper-ajax-form input[type=submit] {
	    width: 219px;
	    height: 55px;
	    font-size: 15px;
	    line-height: 55px;
	    color: #fff;
	    background: #1f3e7d;
	    text-align: center;
	    cursor: pointer;
	    text-decoration: none;
	    text-transform: uppercase;
	    margin: 0 0 0;
	    font-weight: 700
	}

	.action-wrapper-ajax-form input[type=submit]:hover {
	    background: #f36033
	}

	.action-wrapper-ajax-form .stars {
	    display: flex;
	    align-items: center
	}

	.action-wrapper-ajax-form .stars .cekboxs {
	    width: 130px;
	    display: flex;
	    margin-left: 10px
	}

	.action-wrapper-ajax-form .rad-container {
	    position: relative;
	    margin-bottom: 0;
	    cursor: pointer;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    margin-left: 0;
	    font-weight: 300;
	    width: 25px;
	    height: 24px
	}

	.action-wrapper-ajax-form .rad-container input {
	    position: absolute;
	    opacity: 0;
	    cursor: pointer;
	    height: 0;
	    width: 0;
	    line-height: 0;
	    padding: 0
	}

	.action-wrapper-ajax-form .rad-container .checkmark {
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 24px;
	    width: 25px;
	    border: none;
	    background: 0 0;
	    background: url(/bitrix/templates/general_template/../img/og1.png) no-repeat center
	}

	.action-wrapper-ajax-form .rad-container:hover input~.checkmark {
	    border: none;
	    background: url(/bitrix/templates/general_template/../img/og2.png) no-repeat center
	}

	.action-wrapper-ajax-form .rad-container input:checked~.checkmark {
	    border: none;
	    background: url(/bitrix/templates/general_template/../img/og2.png) no-repeat center;
	    transition: all .5s ease-in-out
	}

	.action-wrapper-ajax-form .rad-container.active .checkmark {
	    border: none;
	    background: url(/bitrix/templates/general_template/../img/og2.png) no-repeat center
	}

	.action-wrapper-ajax-form .rad-container.chekeded .checkmark {
	    border: none;
	    background: url(/bitrix/templates/general_template/../img/og2.png) no-repeat center
	}

	.action-wrapper-ajax-form .rad-container .checkmark:after {
	    content: "";
	    position: absolute;
	    display: none
	}

	.action-wrapper-ajax-form .rad-container input:checked~.checkmark:after {
	    display: block
	}

	.action-wrapper-ajax-form .img-icon {
	    display: flex;
	    align-items: center;
	    margin-bottom: 15px
	}

	.action-wrapper-ajax-form .img-icon .inputs {
	    margin-right: 10px;
	    width: 35px;
	    height: 28px;
	    cursor: pointer;
	    position: relative;
	    overflow: hidden;
	    opacity: .6;
	    transition: .4s;
	    background: url(/bitrix/templates/general_template/../img/photo-ico.svg) no-repeat center;
	    background-size: 100% 100%
	}

	.action-wrapper-ajax-form .img-icon .inputs:hover {
	    opacity: 1
	}

	.action-wrapper-ajax-form .img-icon .inputs input[type=file] {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    opacity: 0
	}

	.action-wrapper-ajax-form .img-wrapper {
	    display: flex;
	    align-items: flex-start;
	    flex-wrap: wrap
	}

	.action-wrapper-ajax-form .img-wrapper img {
	    margin-bottom: 10px;
	    margin-right: 10px
	}

	.action-wrapper-ajax-form .img-wrapper .delete {
	    position: relative
	}

	.action-wrapper-ajax-form .img-wrapper .delete .bt {
	    position: absolute;
	    top: -9px;
	    right: 1px;
	    width: 17px;
	    height: 17px;
	    background: url(/bitrix/templates/general_template/../img/popclose.png) no-repeat center;
	    background-size: 100%;
	    border-radius: 50%;
	    border: 1px solid #565763;
	    cursor: pointer;
	    z-index: 10
	}

	.user-rev {
	    margin-bottom: 33px
	}

	.user-rev .review {
	    padding: 30px;
	    border: 1px solid #e9e9e9;
	    border-radius: 3px;
	    margin-bottom: 25px
	}

	.user-rev .top {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    margin-bottom: 25px
	}

	.user-rev .top .left-q {
	    display: flex;
	    align-items: center
	}

	.user-rev .top .left-q .user-name {
	    font-weight: 700;
	    font-size: 18px
	}

	.user-rev .top .left-q .assm {
	    display: flex;
	    align-items: center;
	    margin-left: 40px;
	    margin-top: -4px
	}

	.user-rev .title-q {
	    font-weight: 700;
	    font-size: 18px;
	    margin-bottom: 25px
	}

	.user-rev .text-q {
	    font-size: 14px;
	    margin-bottom: 25px;
	    line-height: 1.4
	}

	.user-rev .images-q {
	    display: flex;
	    align-items: flex-start;
	    justify-content: flex-start;
	    flex-wrap: wrap
	}

	.user-rev .images-q img {
	    margin-right: 11px
	}

	.user-rev .resp-q {
	    position: relative;
	    padding-left: 36px
	}

	.user-rev .resp-q:after {
	    content: "";
	    position: absolute;
	    width: 21px;
	    height: 43px;
	    border-left: 1px solid #e9e9e9;
	    border-bottom: 1px solid #e9e9e9;
	    top: 0;
	    left: 0
	}

	.user-rev .resp-q .main-d-wrapper {
	    background: #e9e9e9;
	    padding: 35px 30px;
	    line-height: 1.4
	}

	.user-rev .resp-q .main-d-wrapper img {
	    margin-bottom: 25px
	}

	.user-rev .resp-q .main-d-wrapper .response-q {
	    padding-left: 4px
	}

	.stat-200 {
	    text-align: center;
	    padding: 40px 30px;
	    box-sizing: border-box;
	    max-width: 555px;
	    background: #fff;
	    margin: 0 auto;
	    box-shadow: 0 44px 10px -44px #eee
	}

	.stat-200 .close-200 {
	    position: absolute;
	    top: 15px;
	    right: 15px;
	    width: 26px;
	    height: 26px;
	    background: url(/local/templates/utool/img/popclose.png) no-repeat center;
	    padding: 0;
	    border: none;
	    display: none!important
	}

	.stat-200 img {
	    display: block;
	    margin: 0 auto
	}

	.stat-200 p {
	    margin-top: 35px;
	    font-weight: 700;
	    line-height: 1.5;
	    font-size: 16px
	}

	@media (max-width:767px) {
	    .user-rev .top {
	        flex-direction: column-reverse;
	        align-items: flex-start;
	        justify-content: flex-start
	    }
	    .user-rev .top .left-q {
	        display: block
	    }
	    .user-rev .top .left-q .user-name {
	        margin-bottom: 14px
	    }
	    .user-rev .top .left-q .assm {
	        margin-left: 0;
	        margin-bottom: 17px
	    }
	    .user-rev .top .right-q {
	        margin-bottom: 0;
	        text-align: right;
	        width: 100%
	    }
	    .user-rev .review {
	        padding: 15px
	    }
	    .user-rev .resp-q .main-d-wrapper {
	        padding: 15px
	    }
	    .user-rev .resp-q .main-d-wrapper img.logo.desktop_v {
	        display: block!important;
	        max-width: 130px!important;
	        margin-bottom: 15px
	    }
	    .user-rev .images-q a {
	        width: 48%;
	        margin: 2px;
	        margin-bottom: 5px
	    }
	    .user-rev .images-q img {
	        max-width: 100%;
	        width: 100%!important
	    }
	    .user-rev .text-q {
	        margin-bottom: 13px
	    }
	    .user-rev .review {
	        margin-bottom: 15px
	    }
	    .user-rev .title-q {
	        margin-bottom: 15px
	    }
	    .stat-200 {
	        padding: 15px 0
	    }
	    .stat-200 p {
	        line-height: 1.4;
	        margin-top: 18px;
	        font-size: 14px
	    }
	    .stat-200 img {
	        max-width: 60px
	    }
	    .user-rev .top .left-q .assm {
	        margin-bottom: 0
	    }
	    .action-wrapper-ajax-form .flex {
	        display: block
	    }
	    .action-wrapper-ajax-form .flex .form-group:first-child {
	        margin-right: 0
	    }
	    .action-wrapper-ajax-form .form-group {
	        width: 100%!important
	    }
	    .action-wrapper-ajax-form input,
	    .action-wrapper-ajax-form textarea {
	        font-size: 13px
	    }
	    .action-wrapper-ajax-form {
	        padding: 15px
	    }
	}

	#js-rolled {
	    cursor: pointer;
	    transition: 0
	}

	#reviews.review.rolled .action-wrapper-ajax-form {
	    padding: 0;
	    box-shadow: none;
	    border-color: transparent
	}

	#reviews.review.rolled .action-wrapper-ajax-form form[name=iblock_add] {
	    display: none
	}

	#reviews.review.rolled .action-wrapper-ajax-form .div-heading {
	    margin: 0;
	    border: none;
	    text-align: right
	}

	#reviews.review.rolled .action-wrapper-ajax-form #js-rolled {
	    width: 219px;
	    height: 55px;
	    font-size: 15px;
	    line-height: 55px;
	    color: #fff;
	    background: #1f3e7d;
	    text-align: center;
	    cursor: pointer;
	    text-decoration: none;
	    text-transform: uppercase;
	    margin: 0 2px 0 0;
	    font-weight: 700;
	    border: none;
	    padding: 0;
	    box-shadow: 0 0 10px #e9e9e9
	}

	#reviews.review.rolled .action-wrapper-ajax-form #js-rolled:hover {
	    background: #f36033
	}

	.stars-for-items {
	    position: absolute;
	    z-index: 3;
	    right: 3px;
	    top: 7px
	}

	.stars-for-items.sop {
	    top: 22px
	}

	.stars-for-items .star-wrapp {
	    display: flex;
	    align-items: center;
	    justify-content: flex-start
	}

	.stars-for-items img {
	    max-width: 15px;
	    margin-left: 2px
	}

	.similar_prod .stars-for-items {
	    top: 22px
	}

	.review-item-wrapper .stars-for-items {
	    top: 16px
	}

	.flex-wrapstars {
	    display: flex;
	    align-items: center;
	    margin-top: -24px;
	    margin-bottom: 30px
	}

	.flex-wrapstars .star-wrapp {
	    margin-right: 7px
	}

	a.scroll:hover {
	    color: #f35321
	}

	.flex-wrapstars.stars-for-items {
	    padding: 0;
	    margin: -12px 0 10px -4px!important;
	}

	.img_area .absolute {
	    top: 30px
	}

	.cat_list.lines_view .flex-wrapstars.stars-for-items {
	    right: auto;
	    left: 209px
	}
.cat_list .cat_item .name{
	min-height: 66px;
}
	.det_right .absolute {
	    display: flex;
	    flex-direction: column
	}

	.det_right .absolute .txt {
	    top: -4px
	}

	.top-hder .credit-btn-link {
	    max-width: 190px
	}

	.owlAnch.owlAnch3.owl-carousel.owl-loaded.owl-drag .stars-for-items {
	    top: 0!important
	}

	.owlAnch.owlAnch3.owl-carousel.owl-loaded.owl-drag .img_area .absolute {
	    top: 17px!important;
	    right: 0!important
	}

	@media (max-width:767px) {
	    .det_right .flex-wrapstars {
	        display: flex;
	        align-items: center;
	        margin-top: 10px;
	        margin-bottom: 10px
	    }
	    .det_right .absolute {
	        display: block;
	        right: auto!important;
	        left: 0
	    }
	}
	#reviews .form-policy-chekbox input{
		-webkit-appearance: checkbox!important;
	}
	#reviews{
		margin-bottom: 45px;
	}
	
	.compare-wrapper.detail{
		margin-top: -58px;
	}
	.flex-wrapstars{
		max-width: 315px;
		position: relative;
		z-index: 6;
	}

	
h1.heading-06 {
	text-transform: inherit;
}
/* End */
/* /bitrix/templates/general_template/js/fancy/jquery.fancybox.css?16754491904899 */
/* /bitrix/templates/general_template/css/jquery-ui-1.10.4.custom.css?167544919031989 */
/* /bitrix/templates/general_template/css/reset.css?16754491901527 */
/* /bitrix/templates/general_template/css/owl.carousel.min.css?16754491903632 */
/* /bitrix/templates/general_template/css/lightslider.css?16754491907988 */
/* /bitrix/templates/general_template/css/figma.css?1752662330159116 */
/* /bitrix/templates/general_template/css/responsive.css?168510838436673 */
/* /bitrix/templates/general_template/css/diam-shop.ru.css?17455718426741 */
/* /bitrix/templates/general_template/css/redefinition.css?16754491905095 */
/* /bitrix/templates/general_template/components/bitrix/form.result.new/callback/style.css?1675449190666 */
/* /bitrix/templates/general_template/components/rb/search.title/search-form-title-tpl/style.css?16754490722740 */
/* /bitrix/templates/general_template/components/bitrix/sale.basket.basket.small/cart-tpl/style.css?1675449073329 */
/* /bitrix/templates/general_template/styles.css?17216638683332 */
/* /bitrix/templates/general_template/template_styles.css?172166377743743 */
