

/* Start:/bitrix/templates/probatumes/jquery-ui.css?175084410936437*/
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 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-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/bitrix/templates/probatumes/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("/bitrix/templates/probatumes/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("/bitrix/templates/probatumes/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("/bitrix/templates/probatumes/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.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: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/bitrix/templates/probatumes/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("/bitrix/templates/probatumes/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% 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: #fef1ec url("/bitrix/templates/probatumes/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/bitrix/templates/probatumes/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/bitrix/templates/probatumes/images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/bitrix/templates/probatumes/images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/bitrix/templates/probatumes/images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/bitrix/templates/probatumes/images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/bitrix/templates/probatumes/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/bitrix/templates/probatumes/images/ui-icons_cd0a0a_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: #aaaaaa url("/bitrix/templates/probatumes/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("/bitrix/templates/probatumes/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

/* End */


/* Start:/bitrix/templates/probatumes/jquery.formstyler.css?17508441098985*/
.jq-checkbox {
	top: -1px;
	width: 13px;
	height: 13px;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	vertical-align: middle;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 9px;
	height: 9px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-radio {
	width: 12px;
	height: 12px;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) 0 -1px repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	vertical-align: middle;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 6px;
	height: 6px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #666;
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-file {
	width: 270px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 4px;
}
.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 1em;
}
.jq-file__name {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	padding: 0 80px 0 10px;
	color: #333;
	font: 14px/30px Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1;
	background: #FFF;
}
.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px/30px Arial, sans-serif;
}
.jq-file:hover .jq-file__browse {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled .jq-file__name {
	color: #888;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select-text {
	padding: 5px 0 0 10%;
	width: 90% !important;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: relative;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__search input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	outline: none;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	background: #FFF;
	color: #333;
	font: 14px/18px Arial, sans-serif;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
	padding: 7px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	font: 14px Arial, sans-serif;
}
input[type="search"].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
	overflow: visible;
	padding: 7px 11px;
	outline: none;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px Arial, sans-serif;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:after {
	content: '';
}
button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/bitrix/templates/probatumes/fonts/fonts.css?17508441091369*/
@font-face {
    font-family: 'pt_sansregular';
    src: url('/bitrix/templates/probatumes/fonts/ptsans_regular/PTS55F-webfont.eot');
    src: url('/bitrix/templates/probatumes/fonts/ptsans_regular/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/probatumes/fonts/ptsans_regular/PTS55F-webfont.woff') format('woff'),
         url('/bitrix/templates/probatumes/fonts/ptsans_regular/PTS55F-webfont.ttf') format('truetype'),
         url('/bitrix/templates/probatumes/fonts/ptsans_regular/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('/bitrix/templates/probatumes/fonts/ptsans_bold/PTS75F-webfont.eot');
    src: url('/bitrix/templates/probatumes/fonts/ptsans_bold/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/probatumes/fonts/ptsans_bold/PTS75F-webfont.woff') format('woff'),
         url('/bitrix/templates/probatumes/fonts/ptsans_bold/PTS75F-webfont.ttf') format('truetype'),
         url('/bitrix/templates/probatumes/fonts/ptsans_bold/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'pt_sansitalic';
    src: url('/bitrix/templates/probatumes/fonts/ptsans_italic/PTS56F-webfont.eot');
    src: url('/bitrix/templates/probatumes/fonts/ptsans_italic/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/probatumes/fonts/ptsans_italic/PTS56F-webfont.woff') format('woff'),
         url('/bitrix/templates/probatumes/fonts/ptsans_italic/PTS56F-webfont.ttf') format('truetype'),
         url('/bitrix/templates/probatumes/fonts/ptsans_italic/PTS56F-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* End */


/* Start:/bitrix/templates/probatumes/fonts/font-awesome/css/font-awesome.min.css?175084410929065*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/bitrix/templates/probatumes/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('/bitrix/templates/probatumes/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('/bitrix/templates/probatumes/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('/bitrix/templates/probatumes/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('/bitrix/templates/probatumes/fonts/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('/bitrix/templates/probatumes/fonts/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* End */


/* Start:/js/fancybox/jquery.mwfancybox.css?17508441338377*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license / tsymbal skin */
.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: #ffffff;color: #444;text-shadow: none; border-radius: 0px;}
.fancybox-opened {
	z-index: 8030;}
.fancybox-opened .fancybox-skin {
    box-shadow: 0px 0 100px 0px rgba(0, 0, 0, 1);}
.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-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/js/fancybox/fancybox_sprite.png');}
#fancybox-loading {
	position: fixed;top: 50%;left: 50%;margin-top: -25px;margin-left: -25px;cursor: pointer;z-index: 8060;}
#fancybox-loading div {
	width: 50px;height: 50px;background: black url('/js/fancybox/fancy_loading_white_32.gif') center center no-repeat; border-radius:25px;}
.fancybox-close {
	position: absolute;top: -16px;right: -16px;width: 32px;height: 32px;cursor: pointer;z-index: 8040;background-color: black;border-radius: 16px;}	
.fancybox-nav {
	position: absolute;top: 0;width: 30%;height: 100%;cursor: pointer;text-decoration: none;-webkit-tap-highlight-color: rgba(0,0,0,0);z-index: 8040;overflow:hidden;}
.fancybox-prev {
	left: 0;}
.fancybox-next {
	right: 0;}
.fancybox-nav span {
	position: absolute;top: 50%;width: 25px;height: 50px;margin-top: -25px;cursor: pointer;z-index: 8040;opacity:0;transition:all 0.2s ease-in-out;background-color: white; transition: all 0.2s ease-in-out;}
.fancybox-prev span {
	left: -25px;background-position: -9px -32px;border-radius: 0 25px 25px 0;}
.fancybox-prev:hover span {
	left: 0px;}
.fancybox-next span {
	right: -25px;background-position: 3px -80px;border-radius: 25px 0 0 25px;}
.fancybox-next:hover span {
	right: 0px;}
.fancybox-nav:hover span {
	opacity:1;}
.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('/js/fancybox/fancybox_overlay.png');
	background: -moz-radial-gradient(center, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.9) 100%);
	background: -webkit-radial-gradient(center, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.9) 100%);
	background: -o-radial-gradient(center, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.9) 100%);
	background: -ms-radial-gradient(center, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.9) 100%);
	background: radial-gradient(center, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.9) 100%);}
.fancybox-overlay-fixed {
	position: fixed;bottom: 0;right: 0;}
.fancybox-lock .fancybox-overlay {
	overflow: auto;}

/* Title helper */
.fancybox-title {
	height:0;opacity:0;font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position: relative;text-shadow: none;z-index: 8050;transition: all 0.2s ease;overflow: hidden;}
.fancybox-opened .fancybox-title {
	height:35px;opacity:1;}
.fancybox-title-float-wrap {
	position: absolute;top: 100%;left: 0;margin-bottom: -35px;z-index: 8050;text-align: center;width:100%;}
.fancybox-title-float-wrap .child {
	display: block;padding: 5px 20px;background: transparent;background: rgba(0, 0, 0, 1);border-radius: 0px;color: #FFF;font-weight: bold;line-height: 25px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.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-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/js/fancybox/fancybox_sprite@2x.png');
		background-size: 32px 132px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/js/fancybox/fancy_loading_white_64.gif');
		background-size: 32px 32px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/* Buttons plug-in */
#fancybox-buttons {
	position: fixed;left: 0;width: 100%;z-index: 8050;}
#fancybox-buttons.top {
	top: 10px;}
#fancybox-buttons.bottom {
	bottom: 10px;}
#fancybox-buttons ul {
	display: block;width: 166px;height: 30px;margin: 0 auto;padding: 0;list-style: none;border: 1px solid #111;box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );}
#fancybox-buttons ul li {
	float: left;margin: 0;padding: 0;}
#fancybox-buttons a {
	display: block;width: 30px;height: 30px;text-indent: -9999px;background-color: transparent;background-image: url('/js/fancybox/fancybox_buttons.png');background-repeat: no-repeat;outline: none;opacity: 0.8;}
#fancybox-buttons a:hover {
	opacity: 1;}
#fancybox-buttons a.btnPrev {background-position: 5px 0;}
#fancybox-buttons a.btnNext {
	background-position: -33px 0;border-right: 1px solid #3e3e3e;}
#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;}
#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;}
#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;border-left: 1px solid #111;border-right: 1px solid #3e3e3e;width: 35px}
#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;}
#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;width: 35px;background-position: -56px 0px;}
#fancybox-buttons a.btnDisabled {
	opacity : 0.4;cursor: default;}


/* Thumbs plug-in */
#fancybox-thumbs {
	position: fixed;left: 0;width: 100%;overflow: hidden;z-index: 8050;}
#fancybox-thumbs.bottom {
	bottom: 0px;padding:0px 0px 5px 0px;
	background:transparent;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);}
#fancybox-thumbs.top {
	top: 2px;}
#fancybox-thumbs ul {
	position: relative;list-style: none;margin: 0;padding: 0;}
#fancybox-thumbs ul li {
	float: left;padding: 0px 3px;opacity: 0.5;}
#fancybox-thumbs ul li.active {
	opacity: 1;padding: 0px 3px;}
#fancybox-thumbs ul li:hover {
	opacity: 1;}
#fancybox-thumbs ul li a {
	display: block;position: relative;overflow: hidden;border: 3px solid #222;background: #111;outline: none;}
#fancybox-thumbs ul li.active a {
	border:3px solid white;}
#fancybox-thumbs ul li img {
	display: block;position: relative;border: 0;padding: 0;max-width: none;}
/* End */


/* Start:/local/templates/probatumes/components/bitrix/menu/probatumes_top_menu1/style.css?17508444225161*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	/*float:left;*/
	/*font-size:90%*/
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#horizontal-multilevel-menu
{
	background-color: #bf1e2e;
}

#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li 
{
	float:left;
	padding: 0 30px;

}

#horizontal-multilevel-menu li a.root-item, #horizontal-multilevel-menu li span
{
	font-weight: normal;
color: #ffffff;
    display: block;
    height: 40px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
line-height: 30px;
}

#horizontal-multilevel-menu li a.root-item-selected
{
font-weight: normal;
color: #ffffff;
    display: block;
    height: 40px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
padding-bottom:0;
padding-left:0;
padding-right:0;
line-height: 30px;
}

#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#000;
}

#horizontal-multilevel-menu a.parent
{
	background: url(/local/templates/probatumes/components/bitrix/menu/probatumes_top_menu1/images/arrow.gif) center right no-repeat;
}

#horizontal-multilevel-menu a.denied
{
	background: url(/local/templates/probatumes/components/bitrix/menu/probatumes_top_menu1/images/lock.gif) center right no-repeat;
}

#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

#horizontal-multilevel-menu li.item-selected/*ï¿½ï¿½ï¿½ï¿½ï¿½ 2 ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½*/
{

}

#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	background:#F5F5F5;
	margin-left: -30px;
}


#horizontal-multilevel-menu li li 
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

#horizontal-multilevel-menu li ul a
{
	text-align:left;
}


#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}


#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}
#horizontal-multilevel-menu li{
background-color: #bf1e2e;
    color: #ffffff;
    float: left;
    font: 18px Arial;
    height: 55px;
font-weight: normal;
}
/*#horizontal-multilevel-menu li:nth-child(1){*/
/*width: 13%;*/
/*}*/
/*#horizontal-multilevel-menu li:nth-child(2){*/
/*width: 18.5%;*/
/*}*/
/*#horizontal-multilevel-menu li:nth-child(3){*/
/*width: 11%;*/
/*}*/
/*#horizontal-multilevel-menu li:nth-child(4){*/
/*width: 14%;*/
/*}*/
/*#horizontal-multilevel-menu li:nth-child(5){*/
/*width: 15%;*/
/*}*/
/*#horizontal-multilevel-menu li:nth-child(6){*/
/*width: 15%;*/
/*}*/
/*#horizontal-multilevel-menu li:nth-child(7){*/
/*width: 13.5%;*/
/*}*/
/* End */


/* Start:/local/templates/probatumes/components/bitrix/photo.section/slaider/style.css?1750844422293*/
div.photo-section table.data-table tr.head-row td {
	padding:10px 5px;
	border-bottom:none;
}
div.photo-section table.data-table tr.data-row {
	border-top:none;
	border-bottom:none;
}
div.photo-section table.data-table th.data-cell {
	border-top:none;
	border-bottom:none;
	padding:2px 2px;
}

/* End */


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


/* Start:/local/templates/probatumes/components/bitrix/news.list/right/style.css?1750844422150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/probatumes/components/bitrix/news.list/template_vendors/style.css?1750844422150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/probatumes/components/bitrix/menu/bottom_menu_probatumes/style.css?17508444226291*/
.bx_vertical_menu_advanced{
	border-left:7px solid #e3eaef;
	background:#f1f4f7;
	border-radius:4px;
	box-shadow:0 0 1px 1px #dcdcdc;
}
.bx_vertical_menu_advanced>ul{
	display:block;
	margin:0 0 10px 0;
	padding:0;
	width:100%;
	border-radius:5px;
	background:#fff;
	list-style:none;
}

/* 1 óðîâåíü */
.bx_vertical_menu_advanced .bx_hma_one_lvl{
	display:block;
	padding:0;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl>a{
	position:relative;
	z-index:105;
	display:block;
	padding:10px 0 10px 12px;
	border-bottom: 1px solid #e3eaef;
	color:#000;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(255,255,255,.8);
	font-size:14px;
	line-height:16px;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl:first-child,
.bx_vertical_menu_advanced .bx_hma_one_lvl:first-child>a{border-radius:0 4px 0 0}
.bx_vertical_menu_advanced .bx_hma_one_lvl:last-child,
.bx_vertical_menu_advanced .bx_hma_one_lvl:last-child>a {border-radius:0 0 4px 0}
.bx_vertical_menu_advanced ul:last-child .bx_hma_one_lvl:last-child>a{border-bottom:none}

.bx_vertical_menu_advanced .bx_hma_one_lvl>a{}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover{
	padding:1px 0 0;
	border:none;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover>a{
	margin-left:-11px;
	padding:10px 0 10px 12px;
	width:100%;
	border:none;
	border-right:2px;
	background:#fff;
	box-shadow:-1px 2px 3px 0px rgba(1,1,1,.22);
	font-weight:bold;
	line-height:16px;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.dropdown.hover{}
.bx_vertical_menu_advanced .bx_hma_one_lvl.dropdown.hover>a{z-index:1500}

.bx_vertical_menu_advanced .bx_hma_one_lvl>a:active,
.bx_vertical_menu_advanced .bx_hma_one_lvl.current>a{}
/* // 1é óðîâåíü */
/* Êîíòåéíåð*/
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container{
	position:absolute;
	top:0;
	left:0;
	z-index:1300;
	display:none;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-top:1px solid rgba(1,1,1,.1);
	border-radius:2px;
	background:#fff;
	box-shadow:0 5px 10px 0 rgba(1,1,1,.29);
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover .bx_children_container{display:block}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block{
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:-20000px;
	padding:10px 12px;
	padding-bottom:20000px;
	min-width:130px;
	max-width:280px;
	border-left:1px solid #f2f2f2;
	background:#fff;
}
.bx_shadow_fix{display:none}
.bx_vertical_menu_advanced .dropdown:hover .bx_shadow_fix,
.bx_vertical_menu_advanced .dropdown.hover .bx_shadow_fix{
	position: absolute;
	top: 0;
	right: -2px;
	bottom: -5px;
	z-index: 1500;
	display: block;
	width: 5px;
	background: #fff;
	opacity: 1;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block:first-child{border-left:none}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b1 .bx_children_block{width:100%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b2 .bx_children_block{width:50%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b3 .bx_children_block{width:33.3%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b4 .bx_children_block{width:25%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block.advanced{
	border-left:none;
	background:#f7fafb;
	box-shadow:inset 5px 0 7px -5px rgba(0,0,0,.12);
}
/*// Êîíòåéíåð*/
/* 2é óðîâåíü*/
.bx_vertical_menu_advanced .bx_hma_one_lvl ul{
	display:block;
	margin:0;
	padding:0 0 14px 0;
	list-style:none;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel {
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a{
	display:block;
	padding:5px 10px;
}

/*.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a:hover{
	color: #366181;
}*/
/* //2é óðîâåíü*/
/* 3é óðîâåíü */
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul{border-bottom:1px solid #f2f2f2}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent:last-child ul{border-bottom:none}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li{line-height:24px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a{
	display:block;
	padding:5px 10px;
}
/*.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a:hover{
	background:#f0f6f8;
	box-shadow:inset 0 1px 1px 0 #e3e9eb;
}*/
/* // 3é óðîâåíü */

/* Ïàíåëü */
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_advanced_panel{
	display:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_block.advanced .bx_children_advanced_panel{display:block !important}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel img{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:100%;
	max-height:220px;
	border:1px solid #e7e9ea;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel .bx_item_description{
	max-width:100%;
	max-height:220px;
	color:#000;
	text-align:left;
	white-space:normal;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
}

/* // Ïàíåëü*/
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li{
	display:block;
	background:#fff;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li>a{
	display:block;
	color:#20394c;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	line-height:23px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl ul li ul li a{
	color:#000;
	text-decoration:none;
	font-size:13px;
	line-height:16px;
}

@media (max-width:569px) {
	.bx_vertical_menu_advanced{display:none}
	.header_inner_bottom_line{
		overflow:hidden;
		height:auto;
	}
}
/* End */


/* Start:/local/templates/probatumes/components/bitrix/menu/bottom_menu_probatumes/themes/blue/colors.css?1750844422693*/
/* 1st level */
.bx_vertical_menu_advanced.bx_blue{
	border-left:7px solid #e4f0f7;
	background:#f6f9fb;
}
/* // 1st level */

/* The Container */
/*// Container */

/* 2nd level*/
.bx_vertical_menu_advanced.bx_blue .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a{color: #20394C}
.bx_vertical_menu_advanced.bx_blue .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a:hover{color: #366181}
/* // 2nd level*/

/* 3rd level */
.bx_vertical_menu_advanced.bx_blue .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a:hover{
	background: #F0F6F8;
	box-shadow: inset 0 1px 1px 0 #E3E9EB;
}
/* // 3rd level */

/* Panel */
/* // The Panel*/

/* End */


/* Start:/local/templates/probatumes/styles.css?17508444225563*/
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

.slick-prev {
    background: url('/images_probatumes/carousel.png') transparent no-repeat 0 0;
    outline: 0;
    border: 0;
    font-size: 0;
    width: 22px;
    height: 22px;
    cursor: pointer;
    left: -30px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.slick-next {
    background: url('/images_probatumes/carousel_right.png') transparent no-repeat 0 0;
    outline: 0;
    border: 0;
    font-size: 0;
    width: 22px;
    height: 22px;
    cursor: pointer;
    right: -30px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

/* ÐÐ¾Ð²Ñ‹Ð¹ Ñ…Ð¸Ð´ÐµÑ€*/
.new_header{
    font-family: pt_sansregular;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
}
.new_header__item{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header_contacts{
    font-size: 20px!important;
    font-weight: bold;
    margin: 10px;
    color: black;
}


.new_header__img{
    height:50px;
    margin-right: 10px;
}
.flex_row{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.new_header__font{
    font-size: 16px;
    text-transform: uppercase;
}
.font_bold{
    font-weight: bold;
}
.block_top__text{
    margin-left: 100px;
}
#menu_top{
    top: 176px!important;
}
#grey_box{
    top: 60px!important;
    margin-top: 0!important;
}
.white{
    min-height: 270px;
}
.white.nosearch {
    min-height: 210px!important;
}
/* ÐšÐ¾Ð½ÐµÑ† ÐÐ¾Ð²Ñ‹Ð¹ Ñ…Ð¸Ð´ÐµÑ€*/


.modal{
    display: flex;
    position: fixed;
    z-index: 99999;
    justify-content: center;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
}
.modal_body{
    background-color: white;
    display: none;
    align-self: center;
    flex-direction: column;
    max-width: 500px;
}

.modal_body header{
    display: flex;
    justify-content: flex-end;
}

.modal_body footer{
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.modal_close{
    background-color: #bf1e2e;
    padding: 5px;
    cursor: pointer;
}
.modal_close:hover{
    background-color: #ff3448;
}

.modal__content{
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}

.modal__textarea{
    padding-left: 10px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    resize: none;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    height: 60px;
}

.modal__input{
    padding-left: 10px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 40px;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
}

.modal__title{
    font-size: 25px;
    text-align: center;
}
.modal__subtext{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.modal__send_btn{
    width: 150px;
    border: none;
    background-color: #bf1e2e;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 15px;
    font-weight: 700;
    cursor: pointer;
}
.modal__send_btn:hover{
    background-color: #ff3448;
}

.modal__send_btn:disabled{
    background-color: #848484;
}

.modal__agree{
    margin: 30px 0;
    font-size: 13px;
}

#overlay{
    display: none;
    position:fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background-color: grey;
    opacity: 0.8;
}

.modal_open{
    width: 150px;
    border: none;
    background-color: #bf1e2e;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 15px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    margin: 30px 0;
}

.modal_open:hover{
    background-color: #ff3448;
}
.rack-element select{
    -webkit-appearance: none!important;
}
/* End */


/* Start:/local/templates/probatumes/template_styles.css?1750844421150107*/
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; background: transparent;}
.display-none{display: none;}
:focus {outline: 0; }
body {line-height: 1; color: black;}
table {border-collapse: collapse; border-spacing: 0; }
caption, th, td {text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after {content: ""; }
blockquote, q { quotes: "" ""; }
html, body {margin: 0; padding: 0; height: 100%; }
#content ul{list-style: disc inside;} /* ???? list-style: disc inside;*/
#content ol{list-style: decimal inside;}
a,input {outline: none; }
p {margin: 0px 0; }
body {background: #404040 url("/images_probatumes/body.jpg") no-repeat 50% 0;}
#conteiner {bottom: 0;min-height: 100%;position: relative;top: 0;width: 100%;}
strong{font-weight: bold;}
#conteiner_2 {margin: 0 auto; max-width: 1900px; min-height: 100%; min-width: 1200px; position: relative; z-index: 2;}
* html #conteiner_2 {height: 100%;}
#head {margin: 0 auto; position: relative; width: 97.0717%; z-index: 3;}
.white {background: #fff none repeat scroll 0 0; float: left; min-height: 260px; width: 100%;}
.white.nosearch {min-height: 200px;}
.white_back{background: #fff none repeat scroll 0 0;}
#left {background-color: #eeeeee; position: relative; float: left;width: 200px; min-height: 400px;margin: 0px 0px 60px -100%;border: 1px solid #bbbbbb;}
#right {background-color: #eeeeee; position: relative; float:right;width: 200px; min-height: 400px; *height: 400px;margin: 0px 0px 60px -210px; *margin: 0px 0px 60px -202px; /* ??? ?? IE7,6 */border: 1px solid #bbbbbb;}
#center {position: relative; float: left; top: 0px; padding: 5px 210px 50px 210px; *padding: 0px 215px 50px 205px; /* ??? ?? IE7,6 (????? ????????? ? ?????????? ????? style_ie7.css, ??????? ?? ????????? ? ???????? ????) */}
.hidden{ visibility: hidden; display: none}
#head_menu { background-color: #709fd4; position: absolute; width: 100%; bottom: 0px; left: 0px; right: 0px; font: normal 16px/20px Arial; } 
#head_menu li { position: relative; float: left; padding: 5px 10px; }
#head_menu li a { color: #fff; text-decoration: none; } 
#head_menu li:hover {background-color: #6aaaf3; }
.left_menu, 
.left_menu li {position: relative; float: left; clear: both; width: 100%; font: normal 14px/16px Arial; }
.left_menu li {width: 100%; }
.left_menu li a {position: relative; float: left; width: 194px; padding: 3px; color: #000; text-decoration: none; }
.left_menu li:hover {background-color: #6aaaf3; }
.htmlmap ul{ margin: 0 0 0 20px;}
.center{position: relative; float: left; width: 100%; height: 100%;}
#end_conteiner_3 {position: relative; float:left; width: 100%; height: 50px;}
#footer {background-color: #507aaa; position: relative; float:left; margin-top: 500px; width: 100%; height: 50px;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none; color: #000000;}
a:hover {text-decoration: none;}
#head_line{ width: 100%; height: 20px; float: left; /*background: url(/local/templates/probatumes/images/top_decor.png) top center no-repeat;*/}
.header{width: 100%; background-color: #ffffff; height: 140px; position: absolute; top: 20px;}
#head #logo_left{position: absolute; font: 14px/16px Arial; top: 70px; left: 1.25%;}
#head #logo_left img {height: 45px;}
#logo_left a, #numbers a{cursor: pointer;}
#head #feedback {position: absolute; font-size: 19px; font-family: 'pt_sansregular', Arial; top: 50px; right: 40%; font-weight: 600; margin: 6px 0 0 0;}
#head #feedback a {color: #000;}
#head #feedback a:hover {color: #bf1e2e;}
#numbers .p {display: block; vertical-align: middle; text-align: right;}
#numbers .p_left { position: absolute; left: -245px; top: 6px;}
#numbers .label {display: inline-block; white-space: nowrap; width: 48%; text-align: left;}
#numbers a {color: #000;}
#numbers span{color: #bf1e2e;}
#number_foot img:nth-child(1), #number_foot img:nth-child(2){ vertical-align: middle; float: none;}
#number_foot a{ float: left;}
#numbers a.ic {display: inline-block; height: 31px; position: relative; vertical-align: middle;}
#numbers a.ic img{ width: 100%; height: 100%;} 
#numbers .s {display: table; margin: 3px 0 0; width: 100%; position: relative;}
#numbers a.ic:last-child{ margin-left: 20px;}
#head #numbers{ font: 18px Arial; position: absolute; right: 1.25%; top: 50px; width: 30%; }
#head #right_logo{ font: 18px Arial; position: absolute; right: 1.25%; top: 63px; }
#head #right_logo.top{top: 100px;}
#head #menu_top, #grey_box{position: absolute; width: 100%; height: 60px; list-style: outside none none; top: 160px; background-color: black;}
#menu_top li{float: left; font: 18px Arial; height: 55px; background-color: #bf1e2e; color: #ffffff; }
#menu_top ol{width: 100%;}
#menu_top li:hover{background-color: #000000;}
#menu_top #item1{width: 13%;}
#menu_top #item2{width: 18.5%;}
#menu_top #item3{width: 11%;}
#menu_top #item4{width: 14%;}
#menu_top #item5{width: 15%;}
#menu_top #item6{width: 15%;}
#menu_top #item7{width: 13.5%;}
#menu_top li a{ color: #ffffff; text-align: center; width: 100%; height: 40px; display: block; padding-top: 15px;}
#grey_box {background: #565656 url("/bitrix/templates/probatumes/images/decor.png") no-repeat scroll right top; float: left; margin-top: 40px; position: relative;}
#text1, #search_tovar, #search_sait{ height: 40px; background: #ffffff; position: relative; margin: 10px 0 0 1.25%; border-radius: 4px; border: none; float: left; padding: 0 5px 0 5px; font: 100% Arial;}
#text1{width: 28.5%;}
#search_tovar, #search_sait{ margin-left: 0.4%; background: #8c8c8c url(/local/templates/probatumes/images/ico1.png) 7.5% 12px no-repeat; height: 40px; border: none; color: #ffffff; font: 14px Arial; position: relative; padding-left: 3%; padding-right: 0.8%; cursor: pointer;}
#search_sait {line-height: 40px; margin-left: 0.2%; padding: 0 3%;}
#search_tovar:hover, #search_sait:hover{background-color: #000000;}
#ico1, #ico2{position: absolute; left: 33.1%; top: 24px; cursor: pointer;}
#ico2{left: 43.9%;}
#decor{position: absolute; right: 0; height: 64px;}
.c {background: #565656 none repeat scroll 0 0; float: left; height: 347px; margin: 20px 0 0 1.25%; position: relative; width: 97.5%;}
#slaider{width: 75.92%; height: 86.5%; position: relative; float: left; background-color: #ffffff;}
.catalog{width: 24.0769%; height: 300px; background: #bf1e2e url(/local/templates/probatumes/images/ico2.png) center 250px no-repeat; position: relative; font: bold 27.2px Arial; color: #ffffff; text-align: center; float: left;}
.catalog a{display: block; width: 100%; height: 200px; color: #ffffff; padding-top: 100px; text-align: center;} 
#slaider1{position: relative; float: left; margin-top: 25px; margin-left: 3%; width: 15.8%; max-width: 162px; max-height: 253px; display: block;}
.text_slaider {left: 35%; max-height: 155px; min-width: 333px; position: absolute; top: 25px; width: 52%;}
.text_slaider h3{font: 26px Arial; color: #000000;}
.text_slaider p{font: 14px Arial; color: #666666; margin-top: 30px;}
#slaider .price {bottom: 26px; height: 26px; left: 35%; position: absolute; width: 37%;}
#slaider span{font: 18px Arial; color: #565656;}
.text2{color: #666666; font-size: 14px; margin-top: 40px; width: 36.25%; line-height: 20px; word-wrap: break-word;}
#buy, #description, .more_info1, #more_info2, .more_info_right, .and-col-right .panel{line-height: 25px; float: left; position: relative; background-color: #bf1e2e; border: none; border-radius: 2px; color: #ffffff; cursor: pointer; text-align: center; font: 14px Arial; padding: 5px 10px; transition: all 0.2s;}
.more_info1:hover, #more_info2:hover {color: #ffffff; background: #ff3448;}
.and-col-right .panel{display: block; margin: 5px 5px 5px 0;}
#buy {line-height: 25px; margin-left: 13%;}
#description{margin-left: 0.3%; background: #000000; line-height: 25px;}
.catalog_tovar{position: relative; float: left; margin-top: 100px; margin-left: 28.982%; width: 42.111%; font: bold 26.2px Arial; color: #ffffff; text-align: center;}
#ico3{position: relative; float: left; margin-top: 266px; margin-left: -23%; cursor: pointer;}
.select_slaider{float: left; position: absolute; top: 315px; left: 2%;}
.select_slaider .nav span {background: none repeat scroll 0 0 rgb(140, 140, 140); border-radius: 45px; cursor: pointer; display: block; float: left; height: 21px; margin: 0 8px 0 0; opacity: 0.9; overflow: hidden; width: 21px;}
.left_col {display: table-cell; position: relative; width: 46.75%;}
.menu_left, .menu_right {height: auto; padding-bottom: 40px; position: relative; width: 100%;}
.menu_left ul, .menu_right ul{list-style: none !important;}
.menu_left .item1{background: #ffffff url(/local/templates/probatumes/images/sprite1.png) left top no-repeat;}
.menu_left .item2{background: #ffffff url(/local/templates/probatumes/images/sprite1.png) left -61px no-repeat;}
.menu_left .item3{background: #ffffff url(/local/templates/probatumes/images/sprite1.png) left -122px no-repeat;}
.menu_left .item4{background: #ffffff url(/local/templates/probatumes/images/sprite1.png) left -183px no-repeat;}
.menu_left .item5{background: #ffffff url(/local/templates/probatumes/images/sprite1.png) left -244px no-repeat;}
.menu_left .item6{background: #ffffff url(/local/templates/probatumes/images/sprite1.png) left -305px no-repeat;}
.menu_left .item7{background: #ffffff url(/local/templates/probatumes/images/sprite1.png) left -365px no-repeat;}
.menu_left .item8{background: #ffffff url(/local/templates/probatumes/images/sprite1.png) left -425px no-repeat;}
.menu_left li, .menu_right li{width: auto; background: #ffffff; margin-top: 1px; height: 59px;}
.menu_left li:hover, .menu_right li:hover{background-color: #8c8c8c;}
.menu_left li:hover a, .menu_right li:hover a{color: #ffffff;}
.menu_left li a, .menu_right li a{display: block; padding-top: 0; padding-left: 103px; padding-top: 17px; height: 43px; font: 18px Arial; font-weight: bold; color: #bf1e2e;}
.menu_right .item1{background: #ffffff url(/local/templates/probatumes/images/sprite2.png) left top no-repeat;}
.menu_right .item2{background: #ffffff url(/local/templates/probatumes/images/sprite2.png) left -61px no-repeat;}
.menu_right .item3{background: #ffffff url(/local/templates/probatumes/images/sprite2.png) left -122px no-repeat;}
.menu_right .item4{background: #ffffff url(/local/templates/probatumes/images/sprite2.png) left -183px no-repeat;}
.menu_right .item5{background: #ffffff url(/local/templates/probatumes/images/sprite2.png) left -244px no-repeat;}
#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7{position: relative; float: left;}
.sistems{width: auto; float: left; position: relative; margin-top: 58px;}
.sistems span, .sistems h1, .sistems h2, .big_text1 h2{font: 24px Arial; color: #000000;}
.sistems ul{list-style-type: none; margin-left: 4%; margin-top: 40px;}
.sistems li{margin-top: 18px;}
.sistems li a{font: 16px Arial; color: #bf1e2e;}
.big_text1, .big_text2, .lorem h6, .lorem2 h6{width: auto; font: 14px Arial; color: #444444; margin-top: 40px; position: relative; float: left; width: 90%; line-height: 22px;}
.lorem #nav{ float: left;}
.lorem .news-item h2{margin-bottom:0;}
.big_text2{margin-top: 34px;}
.sistems h1{width: 60%;}
.s3 h4{font: 24px Arial; color: #000000; width: 100%; position: relative; float: left;}
#sistems{margin-top: 35px;}
#sistems span{font: 18px Arial; color: #bf1e2e; margin-top: 30px; position: relative; float: left;}
#s1{margin-top: 30px; width: 72%;}
#s2{width: inherit;}
#s3{margin-top: 77px; position: relative; float: left;}
#s4{width: 100%; margin-top: 30px;}
.right_col {background: #fff none repeat scroll 0 0; display: table-cell; padding: 0 2% 20px 1%; width: 46.75%;}
.right_col hr , .wrapper_text hr, .wrapper_text_2col hr{background: #bf1e2e none repeat scroll 0 0; border: 0 none; height: 2px; margin: 0 0 40px 0;}
.ccc{ display: table-cell; width: 2%;}
.right_col h1, .right_col h2, .left_col h2, .lorem h2, .lorem2 h2{font: 24px Arial; color: #000000; display: block; width: 59%;font-family: 'pt_sansregular';font-weight:bold}
.lorem h2, .lorem2 h2 {display: inline-block;}
.right_col h2, .left_col h2, .lorem h2, .lorem2 h2{width: 100%;}
.right_col p, .left_col p, .lorem p, .lorem2 p{margin-top: 32px; color: #444444; font: 14px/1.3 Arial; }
.lorem p, .lorem2 p{margin-top: 20px; width: 100%;}
.red_text{font: 18px Arial; color: #bf1e2e !important; marhin-top: 33px;}
.right_col .width_1{margin-top: 30px;}
.right_col .width_1 p{width: 89.7%; margin: 0;}
.right_col .width_2 {margin-top: 40px;}
.right_col .width_2 p {width: 100%;}
.left_col .width_3 {background: #fff none repeat scroll 0 0; height: 100%; padding: 7px 3% 9px 2%;}
.height_max {display: table; float: left; margin: 30px 0 20px 1.25%; overflow: hidden; max-width: 97.5%; box-sizing: border-box;}
.left_col .width_3 p {width: 100%;}
.width_3 ul{margin-top: 25px; list-style: disc;}
.width_3 li{font: 16px Arial; color: #bf1e2e; margin-top: 15px;}
.width_3 li a{color: #bf1e2e;}
.width_3 .top_40{margin-top: 40px;}
.gradient, .news_company h3, .services h3, .gradient_vendors{width: 100%; height: 45px; display: table; background: linear-gradient(to top, #cdcdcd, #efefef); position: relative; float: left; margin-top: 45px;}
.gradient_vendors{width: 100%; margin-top: 35px;}
.gradient_vendors span, .gradient span, .news_company h3, .services h3 {color: #333; display: table-cell; font: 18px/45px Arial; padding-left: 1%; vertical-align: middle;}
.online_calc_a {background: #333 url("/images_probatumes/calculator.png") no-repeat scroll 20px 3px; bottom: 0; color: #fff; display: block; font: 16px Arial; height: 32px; padding: 14px 0 0 103px; position: absolute; width: 100%;}
.min_font_foot {bottom: 0; color: #231f20; font: 11px Arial; padding: 0px 20% 10px 1.25%; position: relative; width: auto; margin: 0 0 20px;}
.gradient_vendors span{margin-left: 2%;}
.bestseller{position: relative;}
.bestseller ul{list-style: none !important; margin-left: 0px !important;}
#catalog .bestseller{margin-left: 0px;}
.bestseller .series{margin-left: 0px; clear: left;}
.devi {border: 1px solid #ccc; float: left; overflow: hidden; padding: 15px 0 0 0; position: relative; text-align: center; width: 100%; background: #fff none repeat scroll 0 0;}
.devi hr{margin-bottom: 0; margin-top: 15px; color: #ededed;}
.bestseller li {float: left; margin: 20px 0 0 1.2%; position: relative; width: 19%;}
.bestseller ul li:first-child{margin-left: 0%;}
.bestseller li img { min-height: 140px; display: inline-block; vertical-align: middle;}
.bestseller .img { display: inline-block; vertical-align: middle;}
.devi .helper{ display:inline-block; vertical-align:middle; height:100%; width:0px;}
.bestseller .devi .text {background: #c8c8c8 none repeat scroll 0 0; color: #000000; float: left; font: 12px Arial; height: 100%; padding-top: 15px; position: relative; text-align: center; width: 100%;}
.bestseller .devi .text span {display: block; float: left; margin-top: 10px; position: relative; width: 95%; margin-left: 5px;}
.bestseller .devi .text .strong {color: #000000; float: left; font: 18px Arial; margin: 10px 0; position: relative; width: 100%;}
.news_company, .services {display: table-cell; width: 46.5%; position: relative;}
.floatleft{ float: left;}
.posabs{ position: absolute; top: 0;}
.pos_top{ position: absolute; top: 0;}
.news_company h3, .services h3 {margin: 0 0 17px; padding-left: 2%; width: 98%;}
div.news-list {display: inline-block; word-wrap: break-word;}
.lorem, .lorem2 {background: #fff none repeat scroll 0 0; float: left;}
#lorem2{margin-top: 30px;}
.lorem span, .lorem2 span{font: 18px Arial; color: #000000; margin-left: 0px; position: relative; float: left;}
.lorem h6, .lorem2 h6{margin-top: 25px; position: relative; float: left;}
.more_info1, #more_info2{margin-top: 0px; line-height: 26px;}
.menu_right {float: left; height: auto; width: 100%;}
.menu_right li{float: left; position: relative; width: 100%;}
.footer {background: #f6f6f6 none repeat scroll 0 0; float: left; height: auto; margin: 0 auto 40px; padding-top: 35px; position: relative; width: 100%;}
.center_footer .slider-vendors {height: 310px;}
#bottom_menu {width: 65.75%; float: left; margin-left: 1.25%; margin-bottom: 20px;}
.main_menu, #main_menu_first{position: relative; float: left; width: auto; margin-left: 6%;}
#main_menu_first{ margin-left: 0%;}
.main_menu h4, #main_menu_first h4{font: bold 100% Arial; color: #bf1e2e; margin: 0 0 20px 0;}
.main_menu a, #main_menu_first a{font: 14px/30px Arial; cursor: pointer; color: #000000;}
.main_menu a:hover, #main_menu_first a:hover{color: #bf1e2e;}
.main_menu ul, #main_menu_first ul{list-style: none;}
.main_menu li, #main_menu_first li {background: url("/images_probatumes/black_square.png") no-repeat scroll 1px 50%; padding-left: 10%; list-style: none;}
#authorization {width: 33%; float: right; margin-right: 1.25%; margin-bottom: 20px; max-width: 340px;}
#basket {float: left; width: 20%;}
.left{float: left !important;}
#number_foot{position: relative; float: left; height: 48px; width: 290px;}
#number_foot{margin-top: 25px; height: auto;}
#number_foot img:nth-child(2), #number_foot img:nth-child(1){position: relative; float: right;}
#number_foot img:nth-child(2){margin-right: 15px;}
#number_foot img:nth-child(1){margin-right: 10px;}
#number_foot span{font: 18px Arial; color: #000000; position: relative; float: right; margin: 3px 0;}
#shop{position: relative; margin-top: 29px; float: left;}
#grey{position: relative; float: left;}
#grey span {color: #ffffff; font: 14px Arial; position: absolute; right: 24%; top: 10px;}
#shopping_cart{position: relative; float: right;}
#shop a img{margin-top: 7px; position: relative; float: left;}
#check_in{position: relative; float: right; margin-top: 13px;}
#check_in a, #check_in span{color: #bf1e2e; font: bold 16px Arial;}
.foot_bottom{right: 1.25%; position: absolute; top: 15px;}
.foot_bottom > img { display: inline-block; margin-right: 15px;}
.foot_bottom a > img {display: inline-block; margin-bottom: 17px;}
/*#check_in span a{font: 16px Arial; color: #565656;}*/
hr {background: #aeaeae none repeat scroll 0 0; border: 0 none; height: 1px; position: relative; z-index: 2;}
#foot {bottom: 0; height: auto; position: relative; width: 100%; clear: both;}
#foot span {color: #231f20; float: none; font: 11px/16px Arial; margin-top: 20px; padding: 8px 1.25%; position: relative; z-index: 3; display: block;}
#foot span a {color: inherit;}
#number_foot {float: right; position: relative; width: 100%; }
#shopping_cart {float: right; height: 41px; position: relative; width: 100%; }
#shop {float: left; margin-top: 29px; position: relative; width: 100%; }
#grey {float: right; position: relative; width: 88%; } 
#shop a img {float: left; margin-top: 7px; position: relative; }
#shopping_cart {float: right; height: 41px; position: relative; width: 91%; }
#shop a:first-child{background: #555; display: block; width: 80%; height: 29px; padding-top: 11px; text-align: center; color: #fff; font: 11px Arial; float: right; position: relative;}
#shop a:first-child img{ position: absolute; left: -10px; top: 4px;}
#bottom_menu .main_menu:nth-child(3){}
.wh{background: #ffffff; margin-top: 1px; position: relative; float: left; font: 1vw Arial; text-align: center; width: 100%; padding-top: 15px;}
.wh p, .wh span, .wh strong{position: relative; float: left;}
.wh span{font: bold 1vw Arial; margin-top: 10px; width: 100%;}
.wrapper{width: 100%; height: 420px; position: relative; float: left;}
.wrapper_fotter {margin: 0px auto 0; max-width: 1900px; min-width: 1200px; position: relative; z-index: 1;}
.center_footer{ width: 97.0717%; margin: 0 auto;}
#logo_footer{float: right; position: relative; width: 100%;}
/*???????? ????????*/
.news-list .news-item {height: auto; margin-bottom: 30px; position: relative; float: left;}
.news-list .news-item:last-of-type{margin-bottom: 0px;}
.news-list font{display: none;}
/*???????? ????????*/
#content {min-height: 10px; position: relative; width: 97.0717%; height: 100%; margin: 0 auto; z-index: 2;}
/*????????? ????????*/
#breadcrumb { margin: 15px 0 0 0; padding: 5px 1.25%; position: relative; width: 97.5%; background: #fff none repeat scroll 0 0; float: left;}
#breadcrumb:empty { display: none;}
#breadcrumb span, #breadcrumb .slash{ position: relative; float: left; font: 14px Arial;}
#breadcrumb #sss0{ display: none;}
#breadcrumb .slash {color: #000; font: 14px Arial; margin: 0 0.5%;}
#breadcrumb a{ color: #bf1e2e; font: 14px Arial;}
#breadcrumb div{ position: relative;}
.table_obogrev td {border: 1px solid #666; font-weight: normal; padding: 10px; vertical-align: middle;}
.title_h1{ font: 25px Arial; margin: 10px 0;}
.left_h1 { background: #cdcdcd; background: linear-gradient(to top, #cdcdcd, #efefef) repeat scroll 0 0; display: inline-block; padding: 10px 1.25%; width: 97.5%;}
.block_content, .block_catalog, #kontakty{width: auto; margin-left: 0; margin-top: 15px; color: #444444; font: 14px/1.5 Arial; text-align: justify;}
.block_catalog{margin-top: 0px; font-size: 14px; position: relative; float: left;width: 100%;}
.main_menu .bottom_li_new a{ color: #bf1e2e; font-weight: bold; background: url("/images_probatumes/red_rectangles.png") no-repeat scroll 100% 50%; padding: 0 20px 0 0;}
.main_menu .bottom_li_new{ margin: 20px 0 0 0; padding: 0; background-image: none;}
h2, h3, h4, h5, h6{font: 24px/1.5 Arial; margin: 10px 0;}
h3{font-size: 22px;}
h4{font-size: 20px;}
h5{font-size: 18px;}
h6{font-size: 16px;}
/*#content table td{border: solid #444 1px; padding: 5px;}*/
.block_content a{color: #bf1e2e;}
.block_content .display_block{width: 100%; height: 100%; position: relative; float: left;}
.block_content ul li{position: relative; float: left; width: 100%;}
.block_content .MsoNormal{margin-top: 10px; height: auto;}
.block_content h4 img{position: relative; float: left;}
.block_catalog a{color: #bf1e2e;}
.block_content{ position: relative; float: left; margin-top: 0px;}
.block_catalog .zamer_img { float: left; position: relative; width: 50%;}
.block_catalog .zamer-form { float: left; position: relative; width: 100%;}
.block_catalog .zamer-form input[type="text"]{padding-right: 0px; padding-left: 2%;}
.block_catalog .zamer-form textarea{padding-left: 3%; padding-right: 3%;}
form[name="SIMPLE_FORM_3"] {background: #c8c8c8 none repeat scroll 0 0; border-radius: 5px; padding: 2%; width: 96%;}
form[name="SIMPLE_FORM_3"] table{ width: 100%;}
#content form[name="SIMPLE_FORM_3"] table td {border: 0;}
#content form[name="SIMPLE_FORM_3"] table td:first-child {text-align: right; padding-right: 3%; vertical-align: top; padding-top: 25px;}
form[name="SIMPLE_FORM_3"] input[type="submit"] { color: #fff; font: 14px Arial; background: #bf1e2e; border: none; border-radius: 3px; float: left; cursor: pointer; margin-top: 20px; padding: 5px 5%;}
/*???????? ????????*/
#kontakty{position: relative; float: left; margin-left: 0%; width: 100%; margin-top: 20px; padding-bottom: 0px; overflow: hidden; }
#kontakty .left_text{ position: relative; overflow: hidden; float: left; width: 44.5%;}
#kontakty .mini_menu{ width: 98%; position: relative; float: left; margin-left: 2%;}
#kontakty .mini_menu a{ font: 14px Arial; color: #bf1e2e;}
#kontakty .mini_menu a:nth-child(2){ margin-left: 0.3%;}
#kontakty h1{ font: 30px Arial; margin-top: 40px; }
#kontakty h1:nth-child(2){ position: relative; float: left; display: block; width: 100%; margin-left: 2%;}
.bx-google-map{ width: 100%;}
#kontakty .left_text h1, #kontakty .left_text h1 span, #kontakty .left_text a{ font: 24px Arial; display: block; position: relative; float: left; margin-top: 0px;}
#kontakty .left_text span, #kontakty .left_text p{ font: bold 14px Arial; color: #444; width: 100%; margin-top: 25px; position: relative; float: left;}
#kontakty .left_text span[itemprop] { float: none; margin: 0; position: static; font-weight: normal;}
#kontakty .left_text p{ font-weight: normal; color: #555; margin-top: 5px;}
#kontakty .left_text a{ font: 14px Arial; text-decoration: underline; color: #be1d2f; margin-top: 5px;}
#kontakty .feedback_form{ position: relative; float: left; width: 49.5%; padding: 0 1.83% 50px 1.83%; background: #c8c8c8; border-radius: 5px;}
#kontakty #bx_incl_area_4, #kontakty #bx_incl_area_6{ min-height: 440px;}
#kontakty .yandex_map{ width: 100%; position: relative; float: left; height: 460px; margin-top: 50px; margin-bottom: 25px;}
#kontakty .department { width: 100%; float: left; display: block;}
#kontakty .feedback_form h3{ color: #000; font: 18px Arial;}
#kontakty .feedback_form .left_form, #kontakty .feedback_form .right_form{ width: 36.8%; position: relative; float: left;}
#kontakty .feedback_form .left_form input[type="text"], form[name="SIMPLE_FORM_3"] input[type="text"]{ width: 95.5%; border: solid #ccc 1px; border-radius: 3px; height: 38px; margin-top: 15px; padding-left: 4.5%;}
#kontakty .feedback_form .right_form{margin-top: 15px; padding-left: 4.47%; width: 58.7%;}
#kontakty .feedback_form .right_form input[type="file"], #kontakty .feedback_form input[type="submit"]{ width: 36.756%; color: #fff; font: 14px Arial; height: 41px; background: #8c8c8c; border: none; border-radius: 3px; float: left; cursor: pointer;}
#kontakty .feedback_form .right_form #file_web_form {color: #bf1e2e; float: left; margin-left: 5%; position: relative;}
.right_form #file_web_form{ word-wrap: break-word;}
#kontakty .feedback_form textarea, form[name="SIMPLE_FORM_3"] textarea{ width: 93.2835%; position: relative; height: 140px; border: solid #ccc 1px; padding-left: 1.47%; border-radius: 3px; margin-top: 22px; font: 14px Arial; padding-top: 5px;}
form[name="SIMPLE_FORM_3"] textarea { padding-left: 4.5%; padding-right: 4.5%; width: 91%;}
#kontakty .feedback_form input[type="submit"]{ background: #bf1e2e; height: 45px; width: 20.447%; margin-top: 22px;}
#kontakty .feedback_form #error_form, #kontakty .feedback_form .note{ position: relative; float: left; width: 100%;}
#kontakty .feedback_form .note{ margin-top: 10px;}
#kontakty .feedback_form #error_form p{ color: #555; font: 14px Arial; margin-top: 10px; color: #bf1e2e;}
#kontakty font.errortext{ color: #bf1e2e !important;}
#kontakty font.notetext {color: #8c8c8c; font: 18px Arial;}
#kontakty #bx_incl_area_5{float: left; height: auto; position: relative;}
#kontakty .right_form .file {background: #8c8c8c none repeat scroll 0 0; border-radius: 3px; color: #fff; cursor: pointer; display: block; float: left; font: 14px Arial; padding: 5px 10px; text-align: center;}
#kontakty .right_form .file [type="file"] {opacity: 0; display: none;}
.block_catalog h4{ height: auto; width: 100%;}
#catalog{float: left; width: 100%;}
#catalog .first a{ color: #fff; text-decoration: underline;}
.goods .white_left{ background: #fff; padding: 0 0 0 1.25%;}
.no_goods_catalog{ background: #fff; width: auto; padding: 10px; margin:0 0 1em 0; border: 1px solid #dbdbdb; border-radius: 4px; color: #999;}
.block_content h3{ margin-top: 15px; font-weight: normal; margin-bottom: 15px;}
.block_content p{ width: 100%;}
.text_form{ color: #555;}
.block_content p{position: none; float: none; padding-bottom: 20px;}
.inputtext, .inputtextarea{ color: #555;}
.min{font-size: 13px !important;}
.min_min{font-size: 11px !important;}
.services .gradient {float: left; margin: 0 0 17px !important;}
/*???????*/
/** reset styling **/
.slider {z-index: 9; height: 347px!important; overflow: hidden; margin: 0px; position: relative; }
.slider ul {width: 100%; position: relative; float: left; height: 300px; }
.slider ul li {list-style-type: none; float: left; height: 300px; width: 100%; position: relative; background-size: auto 300px; background-position: center bottom; background-repeat: no-repeat; }
.slider .nav, .line_gr{position: absolute; left: 0px; bottom: 0px; background: #565656 linear-gradient(to top, #565656, #777) repeat scroll 0 0; height: 47px; width: 100%; }
.line_gr{ bottom: -47px; }
.slider .nav span:nth-child(1){ margin-left: 1.25%; }
.slider .nav span {background: none repeat scroll 0 0 rgb(140, 140, 140); border-radius: 45px; cursor: pointer; display: block; float: left; height: 21px; margin: 0 8px 0 0; opacity: 0.9; overflow: hidden; width: 21px; margin-top: 14px;}
.nav span.on {background: #fff; }
.nav span{width: 20px; height: 20px; float: left; position: relative;}
.slider li a{ float: left; width: 100%; height: 300px; position: absolute; }
.head-row{ height: 300px; }
.slider table, .slider table td, .slider table td li{ width: 100%; height: 300px; }
.red_zag{ color: #bf1e2e; font: bold 16px Arial; }
.slider img{ width: 100%; }
#news .news_company .lorem, #news .news_company{ margin-top: 0px; }
#news .news_company{ margin-left: 1.25%; }
/*???????? ??????*/
.block_1, .block_1 .menu_4, .block_1 .right_buttons, .menu_4 .text_4, .big_picture, .block_2{min-height: 122px; width: 97.5%; position: relative; float: left;}
.block_1 .menu_4{width: 48.7179487179%; margin-left: 0%;}
.block_1 .right_buttons{width: 28.1196581197%; margin-left: 0%; float: right; height: auto; margin-top: 69px; min-height: auto;}
.block_1 .l_menu{width: 100%; position: relative; float: left; min-height: 14px; margin-top: 23px;}
.block_1 .menu_4 .l_menu a{font: 14px Arial; color: #bf1e2e;}
.block_1 .menu_4 .l_menu a li{width: auto; position: relative; float: left;}
.block_1 .menu_4 .l_menu a:hover{color: #444444;}
.block_1 .menu_4 .l_menu a:nth-child(2){margin-left: 0.8547008547%;}
.block_1 .menu_4 .l_menu a:nth-child(3){margin-left: 0.34188034188%;}
.block_1 .menu_4 .l_menu a:nth-child(4){margin-left: 0.68376068376%;}
.menu_4 .text_4, .block_white .l strong{width: 100%; min-height: 24px; margin: 0; margin-top: 35px; font: 30px Arial; color: #000000;}
#detail_text_card table th, #detail_text_card table td{border: solid #8c8a8b 1px; padding: 5px; text-align: center;}
.block_1 .right_buttons a:nth-child(1), .block_1 .right_buttons a:nth-child(2), .table table tbody td:nth-child(6) a, .table2 table tbody td:nth-child(6) a{width: 49.5440729483%; height: 32px; padding-top: 10px; border: none; background: #565656; text-align: center; font: 14px Arial; color: #ffffff; position: relative; float: left; cursor: pointer;}
.block_1 .right_buttons a:nth-child(2), .table table tbody td:nth-child(6) a, .table2 table tbody td:nth-child(6) a{background: #bf1e2e; float: right;}
.big_picture{height: 302px; background: #ffffff;}
.big_picture img {display: block; height: 300px; margin: 0 auto; position: relative; width: 846px;}
.block_2{height: auto; margin-top: 22px;}
.block_2 li:nth-child(1), .block_2 li{max-width: 22%; min-height: 200px; min-width: 200px; cursor: pointer; position: relative; float: left; margin-left: 2.47863247863%;}
.block_2 li:nth-child(1){margin-left: 0%;}
#mar_top_25px{margin-top: 25px;}
#mar_top_25px span{margin-left: 2.13675213675%;}
.table,.table2, .block_white{width: 100%; position: relative; float: left;}
.block_white{width: 60%;}
.table,.table2{width: 100%;}
#catalog .thead {background: #8c8c8c none repeat scroll 0 0;}
#catalog .thead, .table, .table2 {float: left; width: 100%;}
#catalog .thead div{font: 16px/20px Arial; color: #ffffff; text-align: center; float: left; padding: 10px 0;}
#catalog .thead .name {margin: 0 0 0 3%; width: 55%;}
.img_str {display: table; float: left; width: 3%;}
.img_str img {display: block; margin: 11px auto;}
.name_art {float: left; width: 55%;}
.name_art p span {display: none;}
.tr_click .name_art p span,.tr_click2 .name_art p span {display: inline;}
#catalog .thead .unit {width: 15%;}
#catalog .thead .price {width: 20%;}
.table table tbody,.table2 table tbody{ background: #fff; width: 98.7179%; margin-left: 0.65%; height: auto;}
.table .tbody .td:nth-child(1) img,.table2 .tbody .td2:nth-child(1) img {margin-left: 5px; margin-top: 8px;}
.table .td .price, .table2 .td2 .price, .table .red_price, .table2 .red_price {float: left; position: relative; width: 20%;}
.table .td .price  { color: #bf1e2e;}
.first{float: left; background: #8c8c8c none repeat scroll 0 0; padding: 0 0 12px 0; width: 100%;}
.gr{width: 100%; height: 100px; background: green; position: relative; float: left; display: block;}
.table table tbody th,.table2 table tbody th, .big_grey_box{width: 100%; background: #ededed; position: relative; float: left;}
.table table tbody tr #grey_price, .table2 table tbody tr #grey_price {color: #9c9c9c; font: 87.5% Arial; height: auto; position: absolute; right: 21%; text-decoration: line-through; top: 12.5px;}
.table table tbody tr #red_price, .table2 table tbody tr #red_price{color: #bf1e2e;}
.big_grey_box{ width: 98.7179487179%; margin-left: 0.64102564105%; background: #8c8c8c; display: none; padding-bottom: 20px;}
.big_grey_box img, .big_grey_box .text, .big_grey_box .tech_characteristics{width: 26.2337662338%; margin-top: 42px; margin-left: 1.7316017316%; float: left; position: relative;}
.big_grey_box img {float: left; margin-left: 1.7316%; margin-top: 42px; max-height: 240px; min-height: 300px; position: relative; width: 300px;}
.big_grey_box .text{width: 28.5714285714%; margin-left: 3.8961038961%; height: auto; font: 14px Arial; color: #ffffff;}
.big_grey_box .text .small, .big_grey_box .tech_characteristics{ margin-top: 18px; line-height: 1.3;}
.big_grey_box .tech_characteristics{margin-top: 0px;}
.big_grey_box .text span{ color: #ffffff; font-weight: bold;}
.big_grey_box .tech_characteristics strong{font: bold 14px Arial; color: #ffffff; float: left; position: relative;}
.big_grey_box .tech_characteristics{width: 33.8528138528%; float: right; margin-top: 42px;}
.big_grey_box .tech_characteristics span{position: relative; float: left; font: 14px Arial; margin-top: 15px;}
.big_grey_box .tech_characteristics small{color: #ffffff; font: 14px Arial; position: relative; float: left; margin-left: 0.60606060606%; margin-top: 15px;}
.big_grey_box .tech_characteristics .line{width: 100%; position: relative; float: left;}
.table table tbody #tr_bottom,.table2 table tbody #tr_bottom{border-bottom: none;}
#mar_top_40px{margin-top: 40px;}
#mar_top_40px span{margin-left: 2.13675%;}
.bottom_line{width: 100%; height: 3px; background: #8c8c8c; z-index: 10; position: relative; width: 98.7179487179%; margin-left: 0.64102564102%;}
.block_white{ margin-top: 18px; background: #ffffff;}
.block_white .l, .block_white .r{ position: relative; float: left; width: 48.0341880342%; height: 277px; margin-top: 48px;}
.block_white .r{ width: 40.1709401709%; float: right; height: 205px; margin-top: 56px;}
.block_white .l .big_text, .block_white .small_text, .block_white .b, .block_white .r .big_text{ position: relative; float: left; margin-left: 7.04225352113%;}
.block_white .l strong{ margin: 0;}
.block_white .l .small_text{ margin-top: 40px; height: 125px;}
.block_white .small_text span, .block_white{ font: 14px Arial; color: #444444;}
.block_white .b{ height: 26px; margin-top: 58px; width: 100%}
.block_white .b span{ font: 87.5% Arial; color: #bf1e2e; text-decoration: underline; margin-top: 10px; margin-left: 4.09252669039%; position: relative; float: left;}
.block_white .r .small_text{ width: 92.094017094%; margin-top: 41px;}
.block_white .r .big_text strong{ font: 112.5% Arial; color: #000000;}
#mar_top_30px{ margin-top: 30px;}
#mar_top_30px span{ font: 112.5% Arial; line-height: 20px; margin-top: 15px; position: relative; float: left;}
.gradient .l{ margin-left: 2.5641025641%;}
#mar_top_15px{ margin-top: 30px;}
.bottom_button{ position: relative; float: left; height: 80px; width: 97.5%; margin-left: 1.25%; margin-top: 45px;}
.bottom_button #back{height: 43px; margin-left: 42.6%; position: absolute; top: 38px; width: 14%;}
.bottom_button a{background: url(/local/templates/probatumes/../images/back_to_catalog.png) no-repeat; width: 175px; height: 41px; display: block; color: #ffffff; font: 14px/40px Arial; margin: 0 auto; position: relative; text-align: center;}
.small_text{color: #444444; font: 14px/1.4 Arial;}
.l .file{position: relative; float: left; margin-top: 60px; margin-left: 7%; width: 100%;}
.l .file a{margin-left: 3%; color: #bf1e2e; font: 14px Arial; text-decoration: underline; position: relative; float: left; margin-top: 8px;}
.l .file img{ position: relative; float: left;}
#catalog .add {float: left; text-align: right; width: 6%; position: relative;}
.description_sect{ color: #565656; padding: 15px;}
/*????????? ???*/
.table .add a, .table2 .add a{border: medium none; border-radius: 3px; width: 100%; background: none repeat scroll 0 0 #bf1e2e; font-size: 14px; color: #fff; font-weight: 100; padding: 5px; font-family: 'pt_sansregular';}
.table .add a:last-child,.table2 .add a:last-child{display: none;}
.top_line {position: absolute; right: 1%; top: 10px; width: 100%;}
.top_line span, .block_white .big_text span, .block_white h1{font: 25px Arial; color: #000;}
.block_white h1{margin-bottom: 10px;}
.block_white{padding: 20px 1%; line-height: 1.3; width: 98% !important;}
.top_line a:nth-child(2), .top_line a:nth-child(1){background: none repeat scroll 0 0 #565656; border: medium none; color: #ffffff; cursor: pointer; font: 14px Arial; height: 32px; padding-top: 10px; position: absolute; text-align: center; width: 13%; right: 0%;}
.top_line a:nth-child(2){background: #bf1e2e; right: 13.15%;}
.block_white .file {margin-top: 20px; display: inline-block; vertical-align: top; text-align: left;}
.block_white .file + .file {margin-left: 20px;}
.block_white .file a{ color: #bf1e2e; width: 150px;display: block;}
.block_white .file a img {display: block; box-sizing: border-box; padding: 3px; border: 3px solid #e0e0e0; width: 100%; height: auto;}
.block_white .file a:hover img {border-color:#bf1e2e;}
.block_white .file a span {display: block; background: url("/images_probatumes/str2.png") no-repeat scroll 0 2px / 17px auto; padding-left: 25px;margin: 1em 0 0 0;  word-break: break-all;}
#catalog .gradient{margin-top: 20px; margin-left: 0px;}
#catalog .max_name, #catalog .min_name{display: none;}
#catalog .max_name.yes, #catalog .min_name.yes{display: block; /*white-space: nowrap;*/}
#catalog .unit{float: left; width: 15%;}
.big_picture_select {float: left; position: relative; text-align: center; width: 100%; background: transparent;}
.big_picture_select_wrapper {background: white; padding: 20px 1.25%;}
.big_picture_select img{width: 100%; margin: 0 auto; max-width: 800px; max-height: 290px;}
#border_li{outline: solid #bf1e2e 3px;}
.table table tbody tr:nth-child(even),.table2 table tbody tr:nth-child(even){ background: none repeat scroll 0 0 #8c8c8c; padding-bottom: 20px; border-bottom: 1px solid #8c8c8c;}
.table table tbody tr:nth-child(2n) img,.table2 table tbody tr:nth-child(2n) img{float: left; margin-left: 3%;}
.table table tbody tr:nth-child(odd),.table2 table tbody tr:nth-child(odd){cursor: pointer; height: 40px; position: relative;}
.first .tech_characteristics{float: left; width: 47%; margin-top: 6px; text-align: left; margin-left: 3%; padding-bottom: 20px;}



.ema-cart-right{
    display: inline-block;
    /*width: 49%;*/
    vertical-align: top;
}

/*@media (min-width: 1250px) and (max-width: 1440px){*/
@media (min-width: 1250px){
	.ema-cart-right{
		width: 36%;
	}
}
@media (min-width: 1024px) and (max-width: 1250px){
	.ema-cart-right{
		width: 100%;
	}
}
@media (max-width: 1024px){
	.ema-cart-right{
		width: 100%;
	}
}
@media (min-width: 1720px){
	.ema-cart-right{
		width: 45%;
	}
}

.ema-cart-right > *{
	display: inline-block;
	width: 49%;
	vertical-align: top;
}



#desktop__product-card .tech_characteristics, #desktop__product-card .text{
	float: none;
	width: 100%;
	max-width: unset;
	margin-left: 5%;
}


#desktop__product-card .block-selector{
    display: inline-block;
    width: auto;
}

@media (min-width: 1440px) {
	#desktop__product-card .block-description-offers{
		max-width: 75% ;
	}
}

@media (min-width: 1025px){
	#mobile__product-card{
		display: none;
	}
}

@media (max-width: 1024px){
	#desktop__product-card{
		display: none;
	}
}



.first .marright{margin-right: 40% !important;}
.first .tech_characteristics, .first .text strong{font-size: 14px;}
/*.first .text .tech_characteristics{max-width: 100% !important; margin-left: 0px;}*/
.first .text .tech_characteristics .small{font-weight: normal;}
.row_down img{margin: 0 !important; float: left; border: 1px solid;}
.row_down .big_image{width: 100% !important; overflow: hidden;}
.row_down .min_left{margin-left: 1.6%;}
.table .text,.table2 .text{text-align: left; color: #fff;}
.table .text.desc,.table2 .text.desc{ width: 50%; max-width: 50%;}
.table .tech_characteristics strong,.table2 .tech_characteristics strong{color: #fff; font: bold 14px Arial; margin-bottom: 5px;}
/*.table .tech_characteristics .line, .table2 .tech_characteristics .line {color: #fff; float: left; font: 14px Arial; min-height: 25px; margin-top: 5px; position: relative; width: 100%;}*/
.table .tech_characteristics .line, .table2 .tech_characteristics .line {color: #fff; font: 14px Arial; min-height: 25px; margin-top: 5px; position: relative}
.table .tech_characteristics .line span,.table2 .tech_characteristics .line span{color: #000;}
.tech_characteristics .line:nth-child(3){margin-top: 7px;}
.table .td, .table2 .td2 {background: #fff; border-bottom: solid #8c8c8c 1px; float: left; width: 100%; color: #333; font: 16px/40px Arial; text-align: center; cursor: pointer; position: relative;}
.table .tr_click{color: #fff; background: #565656 none repeat scroll 0 0;}
.table2 .tr_click2{color: #fff; background: #565656 none repeat scroll 0 0;}
.tr_click_text{color: #fff;}
.tr_click_no{background: #fff;}
.rotate_img{ transform: rotate(-90deg);}
.display_block_tr{display: block;}
pre{white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}
#heating_cable td{padding: 5px; border: solid #444444 1px;}
#big_picture_center{min-width: 400px; max-width: 90%; min-height: 300px; margin: 0 auto;}
.search-page .search-suggest, .search-page select, .search-page input[type="submit"], .search-page-params{display: none;}
font.notetext {color: #000;}
.top_line span {float: left; position: relative; width: 73%;}
#news .news_company{margin-left: 0px;}
.height_max .lorem{ padding: 0 0 0 2%;}
.table .price span.old-price,.table2 .price span.old-price  {color: #a6a6a6; float: none; font: 85% Arial; text-decoration: line-through; margin: 0 1% 0 0;}
.display_none{ display: none;}
.table .price .veralprice p,.table2 .price .veralprice p{ width: auto; position: relative; display: inline-block; line-height: 1.2;}
.veralprice{ width: 100%; display: table;}
#white_price{color: #fff;}
.row_down strong{font-weight: bold;}
.section_catalog{ float: left; margin-top: 40px;}
#show_catalog .manufacturer_catalog{ width: 22%; float: left;}
#show_catalog div:nth-child(1){ margin-top: 0px;}
.table .first img,.table2 .first img {float: left; margin: 12px 0 0 1%; max-width: 40%;}
/*???????????, ???????????, ?????? ??????*/
.authorize-submit-cell input[type="submit"], .bx-auth input[type="submit"], .data-table.bx-forgotpass-table input[type="submit"]{ font: bolder 16px Arial; background-color: #bf1e2e; border: medium none; border-radius: 2px; color: #ffffff; cursor: pointer; float: left; font: 14px Arial; height: 28px; position: relative; margin-left: 5px;}
.data-table.bx-forgotpass-table input[type="submit"]{margin-left: 0px;}
.bx-auth-table input[type="password"], .bx-auth-table input[type="text"], .bx-auth input[type="text"], .bx-auth input[type="password"], .data-table.bx-forgotpass-table input[type="password"], .data-table.bx-forgotpass-table input[type="text"]{ margin-left: 5px; color: #444444; font: 100% Arial; height: 20px;}
.bx-auth b{display: none;}
.bx-auth tr, .data-table.bx-forgotpass-table tr{height: 30px;}
.bx-auth img{margin-left: 5px;}
.bx-auth thead tr{display: none;}
.bx-auth font.errortext, .errortext{ color: #bf1e2e!important;}
.bx-auth p:nth-child(1){
}
.noLink{ pointer-events: none; color: #000!important;}
.block_catalog #slaider{ width: 100%; margin-top: 20px;}
/*??????*/
/*@media screen and (min-width: 1000px) and (max-width: 1365px){.block_catalog, #head, .center_footer, .center{width: 98%; margin-left: 1%;}
}
@media screen and (min-width: 1366px) and (max-width: 1439px){.block_catalog, #head, .center_footer, .center{width: 97.0717423133%; margin-left: 1.46412884334%;}
}
@media screen and (min-width: 1440px) and (max-width: 1599px){.block_catalog, #head, .center_footer, .center{width: 91.6666666667%; margin-left: 4.16666666667%;}
}
@media screen and (min-width: 1600px) and (max-width: 1679px){.block_catalog, #head, .center_footer, .center{width: 88.75%; margin-left: 5.625%;}
}
@media screen and (min-width: 1680px) and (max-width: 1919px){.block_catalog, #head, .center_footer, .center{width: 86.9047619048%; margin-left: 6.54761904762%;}
.footer{max-width: 1620px;}
}
@media screen and (min-width: 1920px) and (max-width: 5000px){.block_catalog, #head, .center_footer, .center{width: 84.375%; margin-left: 7.8125%;}
.footer{max-width: 1620px;}
}*/
/*?????? ??????? ????*/
#horizontal-multilevel-menu ul{z-index: 100; position: absolute; display: none; overflow: hidden; width: auto!important;}
#horizontal-multilevel-menu ul li{float: none!important; width: 100%!important;}
#horizontal-multilevel-menu ul li a{text-align: left!important; color: #fff!important; font-weight: normal!important; padding-left: 16%; width: 84%; position: relative;}
#horizontal-multilevel-menu li ul li{width: 30vw!important;}
#horizontal-multilevel-menu li:nth-child(3) ul li{min-width: 250px; max-width: 350px;}
#horizontal-multilevel-menu li:nth-child(4) ul li{min-width: 400px; max-width: 600px; white-space: nowrap;}
#horizontal-multilevel-menu ul li a:before {content:"";display: block; position: absolute;width:40px;height:40px; background-size: 240px 240px;left: 7px;top:7px; background-image: url("/images_probatumes/sprite_new.png");}
#horizontal-multilevel-menu li:nth-child(4) ul li:nth-child(1) a:before{ background-position: 0px 0px;}
#horizontal-multilevel-menu li:nth-child(4) ul li:nth-child(2) a:before{background-position: 0px -40px;}
#horizontal-multilevel-menu li:nth-child(4) ul li:nth-child(3) a:before{background-position: 0px -80px;}
#horizontal-multilevel-menu li:nth-child(4) ul li:nth-child(4) a:before{background-position: 0px -120px;}
#horizontal-multilevel-menu li:nth-child(4) ul li:nth-child(5) a:before{background-position: 0px -160px;}
#horizontal-multilevel-menu li:nth-child(4) ul li:nth-child(6) a:before{background-position: 0px -200px;}
#horizontal-multilevel-menu li:nth-child(4) ul li:nth-child(7) a:before{background-position: -40px 0px;}
#horizontal-multilevel-menu li:nth-child(4) ul li:nth-child(8) a:before{background-position: -40px -40px;}
#horizontal-multilevel-menu li:nth-child(4) ul li:nth-child(9) a:before{background-position: -40px -80px;}
#horizontal-multilevel-menu li:nth-child(3) ul li:nth-child(1) a:before{background-position: -80px 0px;}
#horizontal-multilevel-menu li:nth-child(3) ul li:nth-child(2) a:before{background-position: -80px -40px;}
#horizontal-multilevel-menu li:nth-child(3) ul li:nth-child(3) a:before{background-position: -80px -80px;}
#horizontal-multilevel-menu li:nth-child(3) ul li:nth-child(4) a:before{background-position: -80px -120px;}
#horizontal-multilevel-menu li:nth-child(3) ul li:nth-child(5) a:before{background-position: -80px -160px;}
#horizontal-multilevel-menu li:nth-child(3) ul li:nth-child(6) a:before{background-position: -120px 0px;}
#item4:hover #horizontal-multilevel-menu ul{display: block;}
/*???????*/
#basket_items{background: #f5f5f5 none repeat scroll 0 0; /*border: 1px solid #c9c9c9;*/
}
#basket_items thead{border-bottom: 1px solid #c9c9c9;}
#basket_items .current_price{ text-align: center;}
#basket_items table{ border-collapse: collapse;}
#basket_items .bx_ordercart_itemtitle{ text-align: center;}
#basket_items input[type="text"]{ border-radius: 3px; border: 0 none; font: 16px Arial; color: #333; height: 30px; text-align: center;}
#basket_items .basket_quantity_control{ vertical-align: middle;}
#basket_items .itemphoto{width: 8%!important;}
#basket_items .bx_ordercart_photo{left: 0px!important;}
.bx_sort_container{display: none;}
#basket_items thead td{text-align: center; color: #444;}
#basket_items .custom div{text-align: center;}
#basket_items .control a{font-size: 85%; color: #bf1e2e;}
#basket_quantity_control a{background: #666;}
.bx_ordercart .bx_ordercart_order_pay_center .checkout{background: #bf1e2e; text-shadow: none; font: Arial;}
.bx_ordercart .bx_ordercart_order_pay_center a.buyinaclick{font-size: 14px; color: #bf1e2e; border: 1px solid #bf1e2e; background: white; display: inline-block; margin: 0 20px 0 0; height: 38px; line-height: 38px; padding: 0 20px; border-radius: 3px; margin-top: -9px; transition: all 0.2s;}
.bx_ordercart .bx_ordercart_order_pay_center a.buyinaclick:hover{color: white; background: #bf1e2e;}
.bx_ordercart .bx_ordercart_order_pay_center .checkout:hover, #ORDER_CONFIRM_BUTTON:hover{background: linear-gradient(#bf1e2e, #bf2211);}
#ORDER_CONFIRM_BUTTON{ transition: none!important; }
.bx_ordercart_order_sum .fwb, .bx_ordercart_order_sum #allSum_FORMATED{font-size: 100%;}
.bx_ordercart_coupon{visibility: hidden;}
.control a:nth-child(3){display: none;}
/*?????????? ?????? ???????????, ???????????*/
#order_form_div{color: #444;}
#order_form_div input[type="text"], #order_form_div input[type="password"]{color: #444; font: 100% Arial;}
#order_form_div input[type="submit"], #ORDER_CONFIRM_BUTTON{background: #bf1e2e; border: none; color: #fff; height: 30px; font: 100% Arial; border-radius: 3px; cursor: pointer; margin-top: 5px; text-shadow: none;}
#ORDER_CONFIRM_BUTTON{padding-top: 10px;}
#order_form_div .errortext{font-size: 100%; color: #bf1e2e;}
/*?????????? ?????? - ?????*/
#order_form_content .itemphoto{width: 8%;}
#order_form_content .bx_ordercart_photo{left: 0%;}
#order_form_content textarea, #order_form_content select{color: #444; font-family: Arial;}
#order_form_content .bx_ordercart_order_table_container thead td{text-align: center;}
#order_form_content .bx_ordercart_order_table_container .custom.right{text-align: center!important;}
#order_form_content .bx_ordercart_order_sum tbody tr:nth-child(2), #order_form_content .bx_ordercart_order_sum tbody tr:nth-child(1){display: none;}/*??? ?????*/
#order_form_content tbody tr td{vertical-align: middle;}
#delivery_info_ems_delivery a{color: #bf1e2e!important;}
.sect_good{font-size: 18px; color: #444 !important;}
#order_form_content thead tr td{color: #444;}
/*???????? ? ????????*/
.news-detail img{margin: 0 auto; max-height: 110px; max-width: 150px; float: left; margin-left: 0.5%; border: solid #444 1px; border-radius: 3px;}
.images_news{width: 100%; margin-top: 10px;}
/*breadcrumbs*/
#sssss0{display: none;}
/*??????? ???????? ? ???????*/
#catalog td:nth-child(5) p {background: #bf1e2e none repeat scroll 0 0; border-radius: 3px; color: #fff !important; display: none; font: 85% Arial; padding: 2px; position: absolute; top: 2px; white-space: nowrap; z-index: 100;}
@media screen and (min-width: 100px) and (max-width: 1365px){
  .galthumbnails li:nth-child(7n+7){ clear: both; }
}
@media screen and (min-width: 1366px) and (max-width: 1599px){
  .galthumbnails li:nth-child(8n+8){clear: both;}
}
@media screen and (min-width: 1800px) and (max-width: 10000px){
  #show_catalog .manufacturer_catalog{width: 20%;}
  .linebreak{display: none;}
}
@media screen and (min-width: 100px) and (max-width: 1200px){
  #show_catalog div .manufacturer_catalog:nth-child(4n+4){ clear: both; }
  .linebreak{display: none;}
}
@media screen and (min-width: 1600px) and (max-width: 2400px){
  #check_in span a{font-size: 0.9vw;}
}
#news .text{display: block;}
#news .more_info1{color: #fff;}
#basket_items tbody tr td{vertical-align: middle;}
#col_PRICE{visibility: visible;}
#basket_items input[type="text"]{color: #444; }
#basket_items .type_price, #basket_items .type_price_value{display: none;}
#order_form_content .bx_logotype{width: auto;}
#ORDER_DESCRIPTION{max-width: 40%;}
#check_in span{width: 100%;}
#basket_quantity_control img{width: 14px; height: 12px; cursor: pointer; float: left;}
#basket_quantity_control img:nth-child(2){margin-top: 2px;}
#basket_quantity_control{width: 20px!important;}
.search_table{border: dotted #ccc 1px;}
.search_table .odd{background: #fff;}
.search_table .even{background: #ebebeb;}
.search_table, .search_table tr{width: 100%;}
.search_table td{text-align: center; vertical-align: middle; padding: 0.27%;}
.search_table thead tr td{font-weight: bold;}
.search_table thead tr .img{width: 5%;}
.search_table thead tr .name{width: 55%; border-right: solid #ccc 1px;}
.search_table thead tr .vendor{width: 15%;}
.search_table thead tr .price{width: 25%; border-left: solid #ccc 1px;}
.search_table tbody .section a{color: #fff; font-weight: bold; text-decoration: underline; margin-left: 6px;}
.search_table tbody .section td{text-align: left !important;}
.search_table thead{background: #e9e9e9; height: 55px; color: #000;}
.search_table tbody tr{height: 140px;}
.search_table tbody tr .img{vertical-align: top;}
.search_table tbody tr .name{height: 120px; border-right: solid #ccc 1px; font-weight: bold;}
.search_table tbody tr img{width: 135px; float: left; height: 130px; border: dotted #ccc 1px;}
.search_table tbody tr .name a {color: #555; text-decoration: underline;}
.search_table tbody tr .vendor{color: #000;}
.search_table tbody tr .price{border-left: solid #ccc 1px; color: #000;}
.search_table .section{height: 30px; background: #880015; color: #fff;}
.search_table a:hover{text-decoration: none !important;}
/*?????? ?? ????*/
a#vverh {background: #666 url("/images_probatumes/up.png") no-repeat scroll 15px 15px; bottom: 60px; color: #fff; display: none; font: 14px/25px Arial,Helvetica,sans-serif; height: 25px; margin-right: calc(-100% - 7em); padding: 5px 0 5px 10px; position: fixed; left: 20px; text-align: center; text-decoration: none; width: 93px; z-index: 1000;}
a#vverh:before {position: absolute; margin: -55px 0 0 -12px; } 
a#vverh:hover{background-color: #333;}
/**/
#best {float: left; margin: 40px 0 0 1.25%; width: 97.5%; }
.block_catalog #best{float: left; width: 100%; margin-left: 0; margin: 20px 0;}
#best .gradient{margin: 0px;}
#best .bestseller{width: 100%;}
#best .bestseller ul, .carousel ul{list-style: none !important;}
.vendors{float: left; width: 100%;}
.vendors ul {list-style: none !important; margin-left: 0px; display: block; padding: 0; text-align: center;font-size: 0;margin: 0 -2.5%;}
.vendors ul li {float: none;display: inline-block;width: 20%;padding: 0 2.5% 20px;box-sizing: border-box;text-align: center;margin: 0 !important;vertical-align: middle;}
.vendors img {border: 0;}
.vendors ul li:first-child{margin-left: 0px;}
.vendor-detail p, .vendor-detail img, .vendor-detail h5{margin-bottom: 10px; text-align: left;}
.vendor-detail img {border: 1px solid #dad7d1;}
.vendor-detail h5{font-size: 14px;}
.vendor-detail ul li{list-style: disc; margin: 0 0 5px 1.2%;}
.vendor_products li{width: auto; float: left;}
/*????????*/
.carousel {background: #fff none repeat scroll 0 0; float: left; height: auto; margin: 20px 0; overflow: hidden; position: relative; width: 100%; padding: 60px 0;}
.carousel li:first-child{margin-left: 0px;}
.carousel .left{left: 1%; }
.carousel .right{right: 1%; }
.block_catalog .carousel, .block_catalog .gradient_vendors{margin-left: 0px;}
#show_catalog .split, .linebreak{float: left; width: 100%;}
.vendor-detail #show_catalog .manufacturer_catalog{width: 30%; margin-bottom: 20px; }
.hover_sensor{background: #000 !important;}
.search-page table td{padding: 5px; border: solid #444 1px;}
.row_down div{display: none; float: left;}
.block_2 ul{list-style: none !important;}
.end_wrapper{ float: left; width: 100%; position: relative; }
.tech_characteristics .line .tool{display: none;}
/* ?????? */
#selection .select, #selection .goods{ position: relative;}
#selection .select{;font-size: 1.14286em;}
#selection .select .top_text {background: #565656 none repeat scroll 0 0; color: #fff; padding: 16px 0 16px 4.5%; width: 95.5%; font-size: 14pt; }
#selection .select .select_name_good {height: auto; padding: 0 0 15px 0; position: relative;}
#selection .select .select_name_good input[type="text"], #selection .select .range input[type="text"] {background: #ededed none repeat scroll 0 0; border: 0; color: #333; font: 16px Arial; height: 40px; margin-left: 15px; padding: 0; width: 70%;border-radius: 4px; }
#selection .select .select_name_good #q{text-align: center; font-style: italic;display: inline-block;vertical-align: top;}
#selection .select .select_name_good #sub_noparam {background: #8c8c8c url(/local/templates/probatumes/images/ico1.png) center no-repeat; display: inline-block; height: 40px; position: relative; width: 40px;border-radius: 4px;cursor: pointer;border: none; }
#selection .select .select_name_good #sub_noparam:hover {background-color: #bf1e2e;}
#selection .select .options, #selection .select .sect{background: transparent; color: #565656; cursor: pointer; padding: 7px 35px 7px 15px; width: auto;font-weight: bold;font-family: 'pt_sansregular';position: relative;border-top: 1px dashed #eeeeee;;; }
#selection .select .options:first-child{border-top: none;}
#selection .select .options:after{content: "\f103"; position: absolute; font-family: 'FontAwesome'; top: 50%; right: 15px; color: #565656; font-size: 16px;transform: translateY(-50%);}
#selection .select .options.active {}
#selection .select .options.active:after {content: "\f102";}
#selection .select .buttons{background: #fff; }
#selection .select .sect{background: #565656 no-repeat scroll 0 0; cursor: default; font-size: 14pt;}
#selection .select .active{}
#selection .select ul{list-style: none;text-align: left;line-height: 1.3em;}
#selection .select ul li {}
#selection .select ul li a {color: #565656;display: block;padding: 8px;border-radius: 3px;position: relative;}
#selection .select ul li a:before {content:"";display: block;width:16px;height:13px;background:url(/images_probatumes/dir.svg) no-repeat center;position:absolute;left:8px;top:10px;}
#selection .select ul li a span {display: block;padding: 0 0 0 30px;}
#selection .select ul li a:hover {color: #bf1e2e;}
#selection .select ul li a:hover:before {}
#selection .select ul li a:hover span {}
#selection .select ul li.active {}
#selection .select ul li.active > a {}
#selection .select ul li.active > a:before {background: url(/images_probatumes/dir_active.svg) no-repeat center;height: 15px;top: 9px;}
#selection .select ul li.active > a span {}
#selection .select ul li.active > a:hover {}
#selection .select ul li.active > a:hover:before {}
#selection .select ul li.active > a:hover span {}
#selection .select ul li.current {}
#selection .select ul li.current > a {background: #dbdbdb;}
#selection .select ul li.current > a:before {}
#selection .select ul li.current > a span {}
#selection .select ul li.current > a:hover {}
#selection .select ul li.current > a:hover:before {}
#selection .select ul li.current > a:hover span {}
#selection .select ul.s{padding: 0 10px;}
#selection .select ul.s > li {}
#selection .select ul.s > li > a {}
#selection .select ul.s > li > a:before {}
#selection .select ul.s > li > a span {}
#selection .select ul.s > li > a:hover {}
#selection .select ul.s > li > a:hover:before {}
#selection .select ul.s > li > a:hover span {}
#selection .select ul.s > li > ul {}
#selection .select ul.s > li > ul > li {}
#selection .select ul.s > li > ul > li > a {padding-left: 30px;}
#selection .select ul.s > li > ul > li > a:before {left: 30px;}
#selection .select ul.s > li > ul > li > a span {}
#selection .select ul.s > li > ul > li > a:hover {}
#selection .select ul.s > li > ul > li > a:hover:before {}
#selection .select ul.s > li > ul > li > a:hover span {}
#selection .select ul.s > li > ul > li > ul {}
#selection .select ul.s > li > ul > li > ul > li {}
#selection .select ul.s > li > ul > li > ul > li > a {padding-left: 60px; background: white;}
#selection .select ul.s > li > ul > li > ul > li.active > a,
#selection .select ul.s > li > ul > li > ul > li.current > a {color: #bf1e2e;}
#selection .select ul.s > li > ul > li > ul > li > a:before {background: #bf1e2e;width: 4px;height: 4px;border-radius: 50%;left: 65px;top: 16px;}
#selection .select ul.s > li > ul > li > ul > li > a span {}
#selection .select ul.s > li > ul > li > ul > li > a:hover {}
#selection .select ul.s > li > ul > li > ul > li > a:hover:before {}
#selection .select ul.s > li > ul > li > ul > li > a:hover span {}
#selection .select .checked {padding: 0 0 20px 0;}
#selection .select .range{text-align: center; padding-bottom: 0px;}
#selection .select .range li{padding-top: 15px;}
#selection .select li a {}
#selection .select .checked li{list-style: none !important; padding: 10px 0 0 15px; cursor: default; }
#selection .select .checked li label {cursor: pointer;}
#selection .select .checked li label:hover {}
#selection .select .checked li input[type="checkbox"]{margin: 0;position: absolute;opacity: 0; }
#selection .select .checked li input[type="checkbox"]+i {display: inline-block;box-sizing: border-box;border: 2px solid #aaaaaa;width: 16px;height: 16px;border-radius: 2px;vertical-align: baseline;margin: 0 10px -3px 0;transition: all 0.2s;font-style: normal;}
#selection .select .checked li input[type="checkbox"]+i:before {}
#selection .select .checked li label:hover input[type="checkbox"]+i {border-color: #bf1e2e;box-shadow: 0px 0px 5px rgba(191, 30, 46, 0.5);}
#selection .select .checked li label:hover input[type="checkbox"]+i:before {}
#selection .select .checked li input[type="checkbox"]:checked {}
#selection .select .checked li input[type="checkbox"]:checked+i {border-color: #bf1e2e; color: #bf1e2e;}
#selection .select .checked li input[type="checkbox"]:checked+i:before {content:"\f00c";font-family: 'FontAwesome';position:absolute;width:12px;height:12px;font-size:12px;line-height:12px;margin:0;}
#selection .select .checked li label:hover input[type="checkbox"]:checked+i:hover {}
#selection .select .checked li label:hover input[type="checkbox"]:checked+i:hover:before {}
#selection .select .checked li:last-child{margin-bottom: 0; }
.ui-slider .ui-slider-handle {height: 1em !important; width: 1em !important; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {background: #880015 none repeat scroll 0 0 !important; border-radius: 20px !important; border: 0px !important; margin-top: -1px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {height: 5px !important; border-radius: 0 !important; }
.ui-slider-range.ui-widget-header.ui-corner-all{ background: #880015 none repeat scroll 0 0 !important; }
.ui-slider-horizontal .ui-slider-handle {margin-left: -0.1em !important; top: -6px !important; }
#selection .select .val, #selection .select .val_price{background: #d9d9d9 none repeat scroll 0 0; margin-left: 7%; width: 85% !important; margin-top: 15px; }
#selection .select .range input[type="text"] {text-align: center; width: 16%; margin: 20px 0 30px 0; }
#selection .select .range span.tmp{margin: 0 20px 0 5px;}
#selection .select .range span{margin: 0 0 0 5px;}
#selection .select .range sup {vertical-align: super; font-size: 0.6em;}
#oper_temp_max, #selection .select .range input[type="text"]:last-child{margin-left: 30px !important; }
#selection .select hr{border-bottom: 0px; margin: 0; border-top: 2px solid #dbdbda; height: 0;}
#selection .select p {font-size: 13pt; margin: 10px 0 10px 25px; text-align: left; } 
#selection li a:hover{}
#selection .active_sect{}
#selection #reset, #selection #filter {background: #8c8c8c none repeat scroll 0 0; border: 0 none; border-radius: 2px; color: #fff; cursor: pointer; font: 13pt Arial; height: 30px; margin: 25px 0; width: 42%; }
#selection .indent{height: 52px; background: #ededed; width: 100%;}
#selection #reset {margin-left: 7%; }
#selection #filter {background: #880015 url("/images_probatumes/filtrs.png") no-repeat scroll 8% 8px; padding: 0 0 0 7%; }
#selection .goods{width: auto; float: none;}
#selection .goods .panel {color: #565656; height: auto;padding: 0 0 15px 0;text-align: center; }
#selection .goods .sort { width: 75%; position: relative;display: block;vertical-align: middle;text-align: left; }
#selection .goods .tl { width: 23%; display: inline-block; vertical-align: middle; }
#selection .goods .tl input[type="radio"]{visibility: hidden;}
#selection .goods .sort .sort_select {width: 180px; float: none; position: relative;display: inline-block;vertical-align: middle;}
#selection .goods .sort .sort_text {float: none;display: inline-block;vertical-align: middle;margin: 0 10px 0 0; }
#selection .goods .panel .variant {float: left; margin-top: 10px; text-align: center; width: 59%; }
#selection .goods .panel .sort .sort {border-right: 3px none; cursor: pointer; height: 32px; position: relative; background: #dbdbdb url("/images_probatumes/filtrs.png") no-repeat scroll 105% 32.5%; color: #565656; border: none;border-radius: 3px; }
#selection .goods .panel #str_select {background: #000 none repeat scroll 0 0; border-radius: 0 3px 3px 0; height: 30px; position: absolute; right: 0; top: 0; width: 13%; z-index: 100; cursor: pointer; }
#selection .goods .panel .sort .sort option{height: 25px;}
#selection .goods .panel .sort #str_select.currentprice1, #selection .goods .panel .sort #str_select.price1, #selection .goods .panel .sort #str_select.name1, #selection .goods .panel .sort #str_select.vendor1{background: #dbdbdb url("/images_probatumes/filtrs.png") no-repeat scroll 40% 32.5% !important;}
#selection .goods .panel .sort #str_select.currentprice2, #selection .goods .panel .sort #str_select.price2, #selection .goods .panel .sort #str_select.name2, #selection .goods .panel .sort #str_select.vendor2{background: #dbdbdb url("/images_probatumes/filtrs.png") no-repeat scroll 40% 93.5% !important;}
#selection .goods .panel .sort .sort .price1, #selection .goods .panel .sort .sort .name1, #selection .goods .panel .sort .sort .vendor1{background: #dbdbdb url("/images_probatumes/filtrs.png") no-repeat scroll 99% 33% !important;}
#selection .goods .panel .sort .sort .price2, #selection .goods .panel .sort .sort .name2, #selection .goods .panel .sort .sort .vendor2{background: #dbdbdb url("/images_probatumes/filtrs.png") no-repeat scroll 99% 93% !important;}
#selection .goods .panel .sort .sort input[type="text"] {border: 0 none; border-radius: 3px; color: #fff; cursor: pointer; font: 13pt Arial; height: 30px; padding: 0 0 0 10%; width: 90%; }
#selection .goods .panel #selected{display: none;}
#selection .goods .panel .sort .sort ul{list-style: none; z-index: 10; width: 100%; position: absolute; border-radius: 0 0 5px 5px; overflow: hidden;} 
#selection .goods .panel .sort .sort ul li {background: #000 none repeat scroll 0 0; border-radius: 0; border-top: 1px solid #ccc; color: #565656; margin: 0; padding: 2px 0 2px 10%; width: 90%; }
#selection .goods .panel .sort .sort .select_ul{display: block;}
#selection .goods .panel #view1, #selection .goods .panel #view2{display: block; float: right; height: 30px; width: 40px; border-radius: 3px 0 0 3px; border: 0px; cursor: pointer; background: #dbdbdb url("/images_probatumes/filtrs.png") no-repeat scroll 64% 8.5%; }
#selection .goods .panel #view2{background: #dbdbdb url("/images_probatumes/filtrs.png") no-repeat scroll 64% 83%; border-radius: 0 3px 3px 0; }
#selection .goods .panel #view1.active {background: #dbdbdb url("/images_probatumes/filtrs.png") no-repeat scroll 64% 72.5%}
#selection .goods .panel #view2.active {background: #dbdbdb url("/images_probatumes/filtrs.png") no-repeat scroll 64% 20%;}
#selection .goods .panel .active{background-color: #bf1e2e !important; }
.menu_square_red li{list-style: none; padding: 0 0 0 30px; background: rgba(0, 0, 0, 0) url("/images_probatumes/square_red.png") no-repeat scroll 2px 50%; }
.menu_square_red li a{color: #333; font: 16px Arial; }
.wrapper_text, .wrapper_text_2col{ float: left; background: #fff; padding: 17px 1.25%; margin: 20px 0 20px 0; width: 97.5%; text-align: left; }
.wrapper_text.bgnone{background: none; }
.and-col-left{ width: 67.5%; padding: 17px 1.25%; background: #fff; float: left; }
.wrapper_text_2col{ background: transparent; padding: 17px 0; width: 100%; margin: 0; }
.and-col-right{ background: #fff; width: 25.5%; padding: 17px 1.25%; margin: 0 0 0 2%; float: left; }
.and-col-right li{ list-style: none; float: left; margin: 0 0 20px 0; width: 100%; }
.and-col-right li hr{ background: #bebebe; height: 1px; border: 0 none; margin: 0 0 17px 0; }
.and-col-right li .img {background: #333 none repeat scroll 0 0; float: left; height: 90px; margin: 5px 3% 0 0; width: 30%; position: relative; }
.and-col-right li a.h6 {/* font: 1.4vw/1.5 Arial !important; */
font: 1.5vw 'pt_sansregular'; margin: 15px 0 10px 0; display: block; }
.and-col-right li .img img{ width: 100%; height: 100%; float: left; }
.and-col-right li .text{float: left; width: 100%; }
.and-col-right li .more_info_right{ color: #fff; margin: 20px 0 0 0; }
.goods .nav .modern-page-navigation{background: #fff; }
.products_found{width: auto; margin-top: 5px; border: 1px solid #999;margin: 0;}
.products_found tr td{vertical-align: middle;}
.products_found thead tr td{font: 13px Arial; color: #fff; text-align: center; background: #333; padding-top: 3px; padding: 0; border: none; padding: 5px 0;}
.products_found thead .name{width: 60%; cursor: pointer;}
.products_found .name.str1{background: #333 url("/images_probatumes/filtrs.png") no-repeat scroll 67% 32.5% !important;}
.products_found .name.str2{background: #333 url("/images_probatumes/filtrs.png") no-repeat scroll 67% 93.5% !important}
.products_found .vendor{width: 20%; border-left: 1px solid; cursor: pointer;}
.products_found .vendor.str1{background: #333 url("/images_probatumes/filtrs.png") no-repeat scroll 104% 32.5% !important;}
.products_found .vendor.str2{background: #333 url("/images_probatumes/filtrs.png") no-repeat scroll 104% 93.5% !important}
.products_found .price{width: 25%; border-left: 1px solid; cursor: pointer;}
.products_found .price.str1{background: #333 url("/images_probatumes/filtrs.png") no-repeat scroll 83% 32.5% !important;}
.products_found .price.str2{background: #333 url("/images_probatumes/filtrs.png") no-repeat scroll 83% 93.5% !important}
.products_found tbody td{background: #fff none repeat scroll 0 0; border: 1px solid #999 !important; vertical-align: middle; padding: 10px;text-align: center;}
.products_found tbody .section td, .block_goods .section, .block_goods .section_{background: #880015 none repeat scroll 0 0; font-size: 14pt; color: #fff; border: 0; height: 35px; text-align: left;}
.products_found tbody td.img{ border-right: 0 none!important; width: 20%;}
.products_found tbody td.nm{border-left: 0 none!important;padding-left: 0;text-align: left;}
.products_found tbody td.nm .name {font-weight: bold;line-height: 1.3em;margin: 0 0 0.5em 0;}
.products_found tbody td.nm .name a {}
.block_goods .section_{height: 55px;} 
.block_goods div.section{vertical-align: middle;}
.products_found tbody td a.img { position: relative;margin: 0px 10px 10px 0px; display: block; font-size: 0; }
.products_found tbody td a.img img{box-shadow: 2px 2px 2px rgba(0,0,0,0.2);width: 100%;}
.products_found tbody .section td a, .block_goods .section a, .block_goods .section_ a {color: #fff; display: block; padding: 0 0 0 3%; width: 97%; }
.block_goods .section_ a{padding: 14px 0 0 3%; height: 41px;}
.products_found tbody .name, #selection .goods .products_found tbody .power {display: block;text-align: left; }
.products_found tbody .name a{color: #333;}
.products_found tbody .name a:hover {color: #bf1e2e;}
.products_found tbody .property {font-size: 0.9em;line-height: 1.3em;color: #999;margin: 0 0 0.3em 0;}
.products_found tbody .property .label {font-style: italic;color: #666;;}
.products_found tbody .property .value {}
.products_found tbody .property .value b {}
.products_found tbody .property.power {}
.products_found tbody .property.power .label {}
.products_found tbody .property.power .value {}
.products_found tbody .property.power .value b {}
.products_found tbody .property.applications {}
.products_found tbody .property.applications .label {}
.products_found tbody .property.applications .value {}
.products_found tbody .property.applications .value b {}
.products_found tbody tr.group_item {}
.products_found tbody tr.group_item td.img {position: relative;}
.products_found tbody tr.group_item td.img a {}
.products_found tbody tr.group_item td.img a:before {content:"";transition: all 0.2s;display:block;width:100%;height:100%;position:absolute;box-shadow:2px 2px 2px rgba(0,0,0,0.2);right:-4px;bottom:-4px;}
.products_found tbody tr.group_item td.img a:after {content:"";transition: all 0.2s;display:block;width:100%;height:100%;position:absolute;box-shadow:2px 2px 2px rgba(0,0,0,0.2);right:-8px;bottom:-8px;}
/*.products_found tbody tr.group_item td.img a:hover {}
.products_found tbody tr.group_item td.img a:hover:before {right: -5px;bottom: -5px;}
.products_found tbody tr.group_item td.img a:hover:after {right: -10px;bottom: -10px;}*/
.products_found tbody tr.group_item td.img a img {}
.products_found tbody td.img .articuls_count {position: absolute;z-index: 2;left: 7px;top: 7px;}
.products_found tbody td.img .articuls_count span {display: block;font-size: 12px;color: white;background: #999999;padding: 6px 0;border-radius: 50%;cursor: pointer;width: 24px;box-sizing: border-box;line-height: 1em;}
.products_found tbody td.img .articuls_count span b {}
.products_found tbody td.img .articuls_count:hover {}
.products_found tbody td.img .articuls_count:hover span {background: #bf1e2e;}
.products_found tbody td.img .articuls_count:hover span b {}
.products_found tbody tr.single_item {}
.products_found tbody tr.single_item td.img {}
.products_found tbody tr.single_item td.img a {}
.products_found tbody tr.single_item td.img a:before {content:"";}
.products_found tbody tr.single_item td.img a:after {content:"";}
.products_found tbody tr.single_item td.img a img {}
.products_found tbody tr td.good_vendor {font-weight: bold;}
.products_found tbody tr td.good_price {white-space: nowrap;font-size: 0.9em;}
.products_found tbody tr td.good_price .value {font-size: 1.3em;color: #bf1e2e;}
.products_found tbody tr td.good_price .value b {}
.products_found tbody tr td.good_price .articuls_count {;margin: 1em 0 0;}
.products_found tbody tr td.good_price .articuls_count span {;border-bottom: 1px dashed;;cursor: pointer;;color: #666;}
.products_found tbody tr td.good_price .articuls_count span b {}
.products_found tbody tr td.good_price .articuls_count span:hover {color: #bf1e2e;}
.products_found tbody tr td.good_price .articuls_count span:hover b {}
.products_found tbody tr.group_item_articuls {display: none;}
.products_found tbody tr.group_item_articuls.active {display: table-row;}
.products_found tbody tr.group_item_articuls td {padding: 0;}
.products_found .subgoods {position: relative;display: none;}
.products_found .subgood {position: relative;display: flex;flex-flow: row nowrap;justify-content: space-between;padding: 5px 10px;}
.products_found .subgood:hover {background: #f3f3f3;}
.products_found .subgood .subgood_name {text-align: left;}
.products_found .subgood .subgood_name a {color: #333;}
.products_found .subgood .subgood_name a:hover {color: #bf1e2e;}
.products_found .subgood .subgood_price {text-align: right;white-space: nowrap;}
.products_found .subgood .subgood_price .value {color: #bf1e2e;}
.products_found .subgood .subgood_price .value b {}
.block_goods .section, .block_goods .section_{margin: 8px 0; float: left; width: 100%;}
.block_goods .good {background: #fff none repeat scroll 0 0; float: left; height: 451px; margin: 0 0 8px; outline: 1px solid #b8b8b8; width: 32.65%; }
.block_goods .good .img {border-bottom: 1px solid #999; height: 180px; margin-top: 15px; text-align: center; width: 100%; }
.block_goods .good .img img{margin-top: 5px;}
.block_goods .good .name, .block_goods .good .power, .block_goods .good .price_good{font: 13pt Arial; height: 80px; padding: 0 5%; width: 90%; margin-top: 10px; text-align: left; overflow-y: hidden; }
.block_goods .good .name a{color: #333;}
.block_goods .good .power {color: #666; height: 95px; margin: 0; }
.block_goods .good .power span{color: #999;}
.block_goods .good .price_good {color: #666; font: 15pt Arial; height: 60px; }
.block_goods .good .price_good span{color: #990000; font: 14pt Arial;}
.block_goods .three .good:nth-child(2), .block_goods .three .good:nth-child(3n+5){margin: 0 1% 8px; }
/* ???????(?????????????? ?????, ??????) */
.spoiler_title{border-bottom: #000000 dashed 1px; cursor: pointer;}
.goods .nav {margin: 35px 0 0; text-align: center; display: inline-block; width: 100%;}
.goods .nav a, .goods .nav span.modern-page-current, .goods .nav .modern-page-first{border: none !important; color: #666; font: 15pt Arial; padding: 0.2em 0.5em; margin: 0 0.1em; border-radius: 3px;}
.goods .nav a:hover,
.goods .nav a:hover {background-color: #bf1e2e; color: white;}
.goods .nav span.modern-page-current{color: #333; background: #dbdbdb;}
.spoiler_block, .goods .nav .modern-page-title{display: none;}
.goods .nav .modern-page-all{margin: 0 0 0 1% !important;}
.goods .nav span{float: none;} 
.goods .nav .modern-page-previous, .goods .nav .modern-page-next{background: url("/images_probatumes/filtrs.png") no-repeat scroll 0 52.5%; padding: 0 5px; margin: 0 1% 0 0;}
.goods .nav .modern-page-previous:hover, .goods .nav .modern-page-next:hover {background-color: transparent;}
.goods .nav .modern-page-next{background: url("/images_probatumes/filtrs.png") no-repeat scroll 0 61.5%; margin: 0 0 0 1.5%;}
.get_hidden{display: none;}
.tooltip { display: none; position: absolute; border: 1px solid #444; background-color: #666; padding: 3px; font: 13px Arial; color: #fff;}
.block_goods .three {float: left; margin: 0 0 15px; padding: 0 0 30px; position: relative; width: 100%;}
.block_goods .all_sect {background: #fff none repeat scroll 0 0; bottom: 0; display: block; padding: 0 5px; position: absolute; right: 0;}
.jq-selectbox__dropdown ul{max-height: 500px !important;}
.list{background: #f7f7f7 none repeat scroll 0 0; padding: 20px 2%; float: left; list-style: none !important;}
.list li{color: #333; margin: 8px 0; background: #f7f7f7 url("/images_probatumes/square_red.png") no-repeat scroll 0 10px; padding: 0 0 0 4%;}
.list li a{color: #333;}
.list li:first-child{color: #cc3333; font-weight: bold; padding: 0; margin: 0 0 3px 0; background: #f7f7f7;}
.footnote {color: #666; float: left; font-weight: bold; margin: 34px 0 18px 2%; max-width: 98%;}
.footnote_white, .footnote_silver{background: #f7f7f7 none repeat scroll 0 0; float: left; border-top: solid #b2b2b2 1px; border-bottom: solid #b2b2b2 1px; padding: 15px 2%; color: #996666; max-width: 96% !important;}
.footnote_silver{background: #e5e5e5 none repeat scroll 0 0; color: #666; font-style: italic;}
.footnote_silver a{font-style: normal;}
.products_found tbody .section td{padding: 0 !important;}
.products_found.calc td.nm{text-align: left;}
.products_found.calc .name, .products_found.calc .vendor, .products_found.calc .price{cursor: default;}
/* VENDORS */
#gallery_container .arrow {cursor: pointer; position: absolute; top: 90px;}
.slick-slider {width: auto; margin: 0 3%;}
#gallery_container { height: 210px;}
#gallery_container ul {height: 210px; left: -19%; list-style: outside none none; margin: 0; padding: 0; position: absolute; width: 141%;}
#gallery_container ul li {float: left; height: 140px; padding: 70px 0 0; text-align: center; width: 14%;}
/* VENDORS */
/* ??????????? */
#calculation table{width: 100%; border: solid #999 1px; border-collapse: unset;}
#calculation table td{border: 0 none; position: relative; padding: 0;}
#calculation table thead td, #calculation table tbody tr.nm td, #calculation table tbody tr.thead td{width: 99% !important; background: #333; padding: 15px 0 15px 1%; font: 16pt Arial; color: #fff;}
#calculation table tbody tr.nm td{color: #990000; background: #e0e0e0;}
#calculation table tbody tr.tl{background: #fff;}
#calculation table tbody tr.tl td{width: 33%; border-right: solid #f1f1f1 1px; padding: 15px 0 0 1%; border-top: solid #c1c1c1 1px; border-bottom: solid #c1c1c1 1px;}
#calculation table tbody tr.tl td input[type="text"], #calculation table tbody .select_calc, #calculation table tbody .select2-container {width: 72%; height: 33px; border: solid #d1cfcf 1px; border-radius: 3px; background: #eee; font: italic 13pt Arial; color: #999; margin: 10px 0 35px 0; padding: 0 0 0 3%;}
#calculation table tbody .select2-container {padding-left: 0!important; border: 0!important; }
#calculation table tbody tr.tl td input[type="text"].font{color: #333;}
#calculation table tbody tr.tl td > span{font: italic 13pt Arial; color: #999;}
#calculation table tbody .jq-selectbox__select-text, #calculation table tbody .select2-selection {font: 13pt/25px Arial; padding: 3px 0 0 3%; color: #333; background: #eee url("/images_probatumes/select_calc.png") no-repeat scroll 100% 0px; width: 100% !important; box-sizing: border-box;}
#calculation table tbody .select2-selection {height: 33px;}
#calculation table tbody .select2-selection__arrow {display:none;}
/*#calculation #therm, #calculation #themp{color: #333;}*/
#calculation table tbody .jq-selectbox__select-text.active{background: #eee url("/images_probatumes/select_calc_active.png") no-repeat scroll 100% 0px; border-radius: 3px 3px 0 0;}
#calculation table tbody .jq-selectbox__dropdown{position: absolute; top: 34px; z-index: 100;width: 100%;}
#calculation table tbody .jq-selectbox__dropdown ul{border-radius: 0 0 3px 3px; border: solid #d1cfcf 1px; font: 13pt Arial; color: #666; background: #fff; width: 100%; min-height: 80px;box-sizing: border-box;}
.select2-dropdown ul {font: 13pt Arial; color: #666; background: #fff;}
.select2-search__field { border: solid #d1cfcf 1px; font: normal 13pt Arial;}
#calculation table tbody .jq-selectbox.jqselect, #calculation table tbody .select2-container {width: 75% !important; position: relative;}
#calculation table tbody .jq-selectbox li{padding: 0 0 0 3%; line-height: 23px;height: 25px;}
#calculation table tbody .jq-selectbox li.disabled{color: #000; font: 14pt Arial; cursor: default;}
#calculation table tbody .jq-selectbox li.selected{background: #fff; color: #666;}
#calculation table tbody .jq-selectbox li:hover{background: #e0e0e0 none repeat scroll 0 0; color: #333;}
#calculation table tbody .jq-selectbox li.disabled:hover{color: #000;}
#calculation table tbody select.active{height: 35px; width: 78%; top: 10px;}
#calculation table tbody tr.submit td, #calculation table tbody tr.submit td{background: #fff; height: 85px; text-align: center; padding: 26px 0 0 0;}
#calculation table tbody tr.submit td input[type="button"], #calculation table tbody tr.submit td input[type="submit"], #calculation table tbody tr.submit td input[type="submit"]{background: #9a9a9a none repeat scroll 0 0; border: 0 none; border-radius: 3px; color: #fff; font: 15pt Arial; height: 38px; padding: 2px 0 0; text-align: center; width: 10%; cursor: pointer; box-shadow: 0 0 4px #9a9a9a;}
#calculation table tbody tr.submit td input[type="submit"] {background: #b20a19; box-shadow: 0 0 4px #b20a19;}
#calculation .undeground div{display: none;}
#calculation .undeground div.active{display: block;}
#calculation #choose_cable {background: #b20a19 url("/images_probatumes/choose_cable.png") no-repeat scroll 95% 18px; box-shadow: none; padding: 3px 0 0 1.1%; text-align: left; width: 16%;}
#calculation table tbody tr.submit td input[type="button"]:hover, #calculation table tbody tr.submit td input[type="submit"]:hover{text-decoration: underline;}
/*#calculation tr.range td{background: #fff; height: 140px; border-right: solid #f1f1f1 1px; width: 50%; border-bottom: solid #c1c1c1 1px; font: 16pt Arial;}*/
#calculation table tbody tr.range td:last-child{vertical-align: top; padding: 15px 0 0 1%; background: #fff; border-top: 1px solid #c1c1c1; border-bottom: 1px solid #c1c1c1;}
#calculation table tbody tr.range td:last-child #copr .ui-slider-handle{height: 0.8em !important; width: 0.8em !important; top: -4px !important;}
#calculation table tbody tr.range td:last-child #copr{width: 37.5%; margin: 25px 0 20px 0;}
#calculation table tbody tr.range td:last-child .range input[type="text"]{width: 12%; height: 25px; border: solid #cdcbcb 1px; border-radius: 3px; background: #eee; text-align: center; font: 15pt Arial; color: #303030; padding: 3px 0 0 0;}
#calculation table tbody tr.range td:last-child .range span{font: italic 13pt Arial; color: #999;}
#calculation table tbody tr.range ul{height: 90px;}
#calculation table tbody .tmp {background: #cdcdcd none repeat scroll 0 0; bottom: 45px; height: 1px; left: 20%; position: absolute; width: 2%;}
#copr_min{margin: 0 4%;}
#copr_max{margin: 0 1% 0 2.5%;}
#calculation table tbody tr.range td:first-child{text-align: center; padding-bottom: 5px; font: 20pt Arial; vertical-align: middle; background: #fff; width: 50%; border-right: 1px solid #f1f1f1; border-top: 1px solid #c1c1c1; border-bottom: 1px solid #c1c1c1;}
#calculation table tbody tr.range td:first-child input[type="text"]{font: 35pt Arial; color: #000; border: 0 none; width: 180px;}
.products_found.calc .power{text-align: left;}
#calculation table.ras{margin: 25px 0 25px 0;}
#calculation .ras.none{display: none;}
#position {height: 30px; position: absolute;}
.no_goods{color: #bf1e2e; text-align: center; font-size: 15px; font-size: 22px;}
#calculation .nodefault{color: #333 !important;}
/* ??????????? */
/* SiteStruct */
.map-columns li, .map-columns ul{margin: 0 0 0 20px;}
.map-columns li.good{margin: 0 0 0 40px;}
.map-columns .no_liststyle{list-style: none;}
.map-columns ul.map-level-0 a{font-weight: normal;}
.map-columns li.sect{margin: 0 0 0 40px;}
@media screen and (max-width: 1920px) and (min-width: 1200px) {}
/* ??????? */
.text-left, table.text-left td, tr.text-left td { text-align: left;}
.text-center, table.text-center td, tr.text-center td { text-align: center;}
.text-right, table.text-right td, table.text-right td { text-align: right;}
.text-justify, table.text-justify td, table.text-justify td { text-align: justify;}
table.full-width { width: 100%; }
table.simple { border: 1px #444 solid; border-collapse: collapse;}
table.simple thead td, table.zebra thead td { background: #565656; color: #fff;}
table.simple td { border: 1px #444 solid; padding: 10px;}
table.zebra { border: 1px solid #999; border-collapse: collapse;}
table.zebra td { padding: 10px; border: 1px solid #999;}
table.zebra tr:nth-child(even) td { background: #d9d9d9;}
table td.subheader, table tr.subheader td { background: #880015!important; color: #fff;}
/* ???? */
@media screen and (min-width: 300px) and (max-width: 1280px){
  #content, #head{width: 100%;}
  .center_footer{width: 100%; margin-left: 0%;}
}
@media screen and (min-width: 1281px) and (max-width: 1366px){
  #content, #head{width: 97%;}
  .center_footer{width: 97%; margin-left: 1.5%;}
}
@media screen and (min-width: 1367px) and (max-width: 1440px){
  #content, #head{width: 92%;}
  .center_footer{width: 92%; margin-left: 4%;}
}
@media screen and (min-width: 1441px) and (max-width: 1600px){
  #content, #head{width: 88.75%;}
  .center_footer{width: 88.75%; margin-left: 5.625%;}
}
@media screen and (min-width: 1601px) and (max-width: 1680px){
  #content, #head{width: 87%;}
  .center_footer{width: 87%; margin-left: 6.5%;}
}
@media screen and (min-width: 1681px) and (max-width: 10000px){
  #content, #head{width: 85%;}
  .center_footer{width: 85%; margin-left: 7.5%;}
}
.img-responsive {display: block; max-width: 100%; height: auto; margin: 20px 0;}
/*
NEW STYLES
*/ 
h2, h3, h4, .title_h1, h5{font-family: pt_sansregular; font-weight:600;}
h6{font-family: pt_sansregular; font-weight:400;}
h1, .title_h1,.block_white h1 {font-family: pt_sansregular; font-weight: 400; text-transform: uppercase;}
h1{font-size: 28px !important; color: #7d7d7d;}
h2{ color: #676767;}
p{ margin: 8px 0; font-size:14px;}
a:hover{ color:#ef0018;}
blockquote {padding: 0 10px; border-left: 5px solid #bf1e2e; font-family: Georgia, serif; font-style: italic; font-size: 16px; margin: 20px 0 20px 40px; color: #7d7d7d;}
blockquote p{ font-size: 16px;}
blockquote p:before {content: '\f10d'; font-family: FontAwesome; padding-right: 8px; font-style: normal; font-size: 17px;}
.block_catalog h2{}
#horizontal-multilevel-menu li span{ display:inline
}
.have_ul span{ position:relative;}
.have_ul span:after{content: "\f103"; position: absolute; font-family: 'FontAwesome'; top: 10px; right: -16px; color: rgba(255,255,255,0.9); font-size: 16px;}
#horizontal-multilevel-menu li span{font-family: pt_sansregular; text-transform: uppercase; font-size: 18px;}
#horizontal-multilevel-menu ul li a{font-family: pt_sansregular; font-size: 18px;}
html.desktop #horizontal-multilevel-menu li.have_ul:hover a.root-item span:after{content: "\f102";}
.main_menu li, #main_menu_first li{ background:none; padding-left: 18px; position:relative;}
.main_menu li:before, #main_menu_first li:before{content: "\f0c8"; position: absolute; font-family: FontAwesome; left: 0; top: 12px; font-size: 6px; color: #828282;}
.main_menu li:hover:before, #main_menu_first li:hover:before{ color:#bf1e2e;}
.main_menu .bottom_li_new:before{content: "";}
.main_menu li a, #main_menu_first li a{ font-family: pt_sansregular;}
/* ul */
.and-col-left>ul, ul.menu_heat_red, ul.menu_square_red { padding-left:40px;}
.and-col-left>ul li, ul.menu_heat_red li, .block_white li, ul.menu_square_red li{list-style: none; padding: 0 0 0 30px; background: url("/local/templates/probatumes/images/heat_bullet.png") no-repeat 2px 3px; margin:5px 0; font-size:14px; }
.height_max .left_col ul.menu_square_red li{ padding-top:3px;}
.and-col-left .photo-page-main ul, .and-col-left.bestseller ul { padding-left:0; }
.and-col-left .photo-page-main ul li, .and-col-left .bestseller ul li{ padding:0; background:none;}
#content ul.plus,#content ul.minus {list-style: none;}
ul.plus li:before, ul.minus li:before {font-family: FontAwesome; position: absolute; left: 2px; font-size: 19px; top: -3px;}
ul.plus li:before{ content:'\f055'; color: #bf1e2e
}
ul.minus li:before{ content:'\f056';}
ul.plus li, ul.minus li{ background: none; position:relative; padding: 0 0 0 30px;}
/* ol */
.and-col-left ol, .ol-rectangle{ counter-reset: li; list-style: none; padding-left:40px; font-size:14px;}
.and-col-left ol li, .ol-rectangle li { position: relative; display: block; padding: .4em .4em .4em .8em; margin: .5em 0 .5em 2.5em; background: rgba(232, 232, 232, 0.41); color: #444; text-decoration: none; transition: all .3s ease-out; border-left: 2px solid #e8e8e8; font-size:14px;}
/*.and-col-left ol li:hover, .ol-rectangle li:hover { background: #e8e8e8;} */
.and-col-left ol li:before, .ol-rectangle li:before {content: counter(li); counter-increment: li; position: absolute; left: -2.5em; top: 1em; margin-top: -1em; background: #e8e8e8; height: 2em; width: 2em; line-height: 2em; text-align: center; font-size:14px; font-weight: bold; color: #bf1e2e;}
/*
.and-col-left ol li:after, .ol-rectangle li:after { position: absolute; content: ""; border: .5em solid transparent; left: -1em; top: 1em; margin-top: -.5em; transition: all .3s ease-out; font-size:14px;}
.and-col-left ol li:hover:after,.ol-rectangle li:hover:after { left: -.5em; border-left-color: #e8e8e8; font-size:14px;} 
*/
/*
vrezka
*/
.vrezka{ padding: 2px 10px 5px 35px; border-left: 5px solid #d2606b; font-family: 'pt_sansregular'; font-size: 15px; color: #7d7d7d; background: #f6f6f6; position: relative;}
.vrezka p { font-size: 15px;}
.vrezka.inform:before {content: '\f05a'; font-family: FontAwesome; padding-right: 8px; font-style: normal; font-size: 20px; color: #d2606b; position: absolute; top: 5px; left: 8px;}
.vrezka.inform{margin: 20px 0 20px 40px;}
.bestseller ul li a:hover{ opacity:0.85;}
.photo-items-list.photo-photo-list{ text-align:center
}
.photo-items-list .photo-item-cont{ float:none; display:inline-block;}
.photo-items-list .photo-item-cont a:hover{ opacity:0.85;}
.and-col-right li .more_info_right{position: relative; padding: 8px 30px 8px 8px;}
.and-col-right li .more_info_right:hover{ opacity:0.85;}
.and-col-right li .more_info_right:after{position: absolute; content: "\f101"; font-family: 'FontAwesome'; right: 10px;}
form[name="SIMPLE_FORM_3"] input[type="submit"]{position: relative; padding: 8px; text-transform:uppercase;}
form[name="SIMPLE_FORM_3"] input[type="submit"]:hover{ opacity:0.85;}
#numbers a{font-family: 'pt_sansregular'; font-weight: 600; font-size: 19px; display: inline-block; text-align: right; width: 48%; white-space: nowrap;}
#numbers a:hover{color: #bf1e2e;}
/*
???????/??????
*/
.question-answer{position: relative; padding-left: 40px; min-height: 30px; margin: 10px 40px; background: #f3f3f3;}
.question-answer:before {position: absolute; content: "?"; width: 20px; height: 20px; padding: 5px 5px 5px 2px; background: #8c8c8c; text-align: center; top: 0; left: 0; color: #fff; font-weight: bold; border-left: 3px solid #bf1e2e;}
.question-answer:hover{background: #f7f7f7;}
.question-answer:hover:before{background: #bf1e2e;}
.question-title{font-family: 'pt_sansregular'; padding-top: 5px; font-size: 17px; font-weight:600; color: #000;}
.answer{ padding-bottom:7px;}
/*
?????????????? ?????
*/
.clickable-block{ margin:10px 0 15px 0; cursor:pointer;
}
.clickable-blockspan{ border-bottom: 1px dashed #bf1e2e; font-weight:bold;}
.clickable-blockspan:after{ margin-left:5px; font-family: FontAwesome; content:"\f141"; font-weight:normal; color:#bf1e2e; border-bottom: none;}
.hidden-block{ display:none; padding-bottom:7px;}
/*
???????? ??????
*/
.table p,.table2 p{ margin:0;}
h1.title_h1.left_h1{ color: #231f20;}
.top_line a:nth-child(2), .top_line a:nth-child(1){font-family: pt_sansregular; text-transform: uppercase; font-size: 18px; color:#fff;}
.top_line a:hover{ opacity:0.85
}
#catalog .thead div{font-family: 'pt_sansitalic';}
.table .tech_characteristics .line span,.table2 .tech_characteristics .line span{font-family: 'pt_sansitalic';}
.table .tech_characteristics strong,.table2 .tech_characteristics strong, .first .text strong{ text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,0.5); padding-bottom: 2px; font-family: 'pt_sansregular';}
.price{font-family: 'pt_sansregular'; font-weight: bold;}
.price span{font-size: 20px;}
.gradient span, .gradient_vendors span{font-family: 'pt_sansregular';}
.table .first img, .table2 .first img {border: 2px solid #d22521;}
/*
Tables
*/
#detail_text_card table, table.stripped{border: 1px solid #aeaeae;}
#detail_text_card table th, #detail_text_card table td,table.stripped td{ border:none;}
#detail_text_card table th, table.stripped th{font-family: 'pt_sansitalic';}
#detail_text_card table tr:nth-child(even), table.stripped tr:nth-child(even){ background:#e1e1e1;}
#detail_text_card table tr:nth-child(odd),table.stripped tr:nth-child(odd){background: #efefef;}
table.stripped #heating_cable td{ border:none;}
.name_art{ font-weight:bold;}
.tr_click .name_art p span,.tr_click .name_art p,.table .name_art p{font-size: 18px; font-family: 'pt_sansregular';}
.tr_click2 .name_art p span,.tr_click2 .name_art p,.table2 .name_art p{font-size: 18px; font-family: 'pt_sansregular';}
#catalog .unit{ font-size: 14px
}
.bestseller .devi .text .strong{font-family: 'pt_sansregular'; font-weight: bold;}
.catalog a:hover{ color:#fff; opacity:1;}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}
.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}
.select2-container .select2-selection--single .select2-selection__rendered{padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;}
.select2-container .select2-selection--single .select2-selection__clear{position:relative}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}
.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}
.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}
.select2-container .select2-search--inline{float:left}
.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}
.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}
.select2-results{display:block}
.select2-results__options{list-style:none;margin:0;padding:0}
.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}
.select2-results__option[aria-selected]{cursor:pointer}
.select2-container--open .select2-dropdown{left:0}
.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}
.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}
.select2-search--dropdown{display:block;padding:4px}
.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}
.select2-search--dropdown.select2-search--hide{display:none}
.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}
.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}
.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}
.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}
.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}
.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}
.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}
.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}
.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}
.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}
.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}
.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}
.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}
.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}
.select2-container--default .select2-results__option[role=group]{padding:0}
.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}
.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}
.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}
.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}
.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}
.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}
.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}
.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}
.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}
.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}
.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}
.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}
.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}
.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}
.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}
.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}
.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}
.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}
.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}
.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}
.select2-container--classic .select2-dropdown--above{border-bottom:none}
.select2-container--classic .select2-dropdown--below{border-top:none}
.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}
.select2-container--classic .select2-results__option[role=group]{padding:0}
.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}
.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}
.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}
.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
.calc_about {position: relative; margin: 0 0 20px 0;}
.calc_about a {position: relative; display: inline-block; border-radius: 3px; border: 1px solid #bf1e2e; padding: 7px 10px; line-height: 20px; background: #bf1e2e; color: white;;}
.calc_about a i {display: inline-block; vertical-align: middle; font-size: 12px; font-style: normal; width: 20px; height: 20px; background: white;; color: #bf1e2e; border-radius: 50%; text-align: center; line-height: 20px; margin: -2px 10px 0 0;}
.calc_about a i + span {display: inline-block; vertical-align: middle; line-height: 16px; font-size: 16px; border-bottom: 1px dashed transparent;}
.calc_about a:hover {}
.calc_about a:hover i {}
.calc_about a:hover i + span {border-color: white;}
#calc_about {font: 14px/1.5 Arial;max-width: 500px; display: none;}
#calc_about h2,
#calc_about h3 {margin: 0 0 10px 0;}
#calc_about p,
#calc_about ol,
#calc_about ul {margin: 0 0 10px 0;}
#calc_about ul {}
#calc_about ul li {}
#calc_about a {color: #bf1e2e;}
#calc_about a:hover {}
#calc_about ol {list-style: none; counter-reset: li; }
#calc_about ol ol {margin: 0;}
#calc_about ol ol li {margin: 0 0 0 20px;}
#calc_about ol li:before {counter-increment: li; content: counters(li,".") ". "; }
.order_auth {position: relative;}
.order_auth_var {position: relative; display: inline-block; width: 48%; vertical-align: top;margin: 0 0 30px 0;}
.order_auth_var.order_auth_reg {}
.order_auth_var.order_auth_new {}
.order_auth_var .h3 {font-weight: bold; font-size: 18px; line-height: 22px; margin: 0 0 10px 0;}
.tip_box {display: none;}
.calc_tip {opacity: 0;display: none; max-width: 280px; position: absolute; top: 85px; padding: 5px 10px; box-sizing: border-box; border-radius: 5px; background: #fffbcd; box-shadow: 0px 0px 3px rgba(0,0,0,0.2); z-index: 2; font-size: 13px; line-height: 16px;}
.calc_tip:before {content: "";display: block;width: 10px;height: 10px;position: absolute;top: -5px;left: 10px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);background: #fffbcd;box-shadow: 1px -1px 0px rgba(0,0,0,0.1);}
.hastip:not(.opened):not(.select2-container--open) + .calc_tip {opacity: 1;display: block; transition: all 1s ease-out;}
/* ????????????? ???????*/
.requestprice_form {display: none;position: relative;font-family: Arial, sans-serif;font-size: 14px;max-width: 320px;}
.requestprice_form h3 {}
.requestprice_form .form-table {}
.requestprice_form .form-table .form-required{display: inline-block; margin: 0 0 0 5px;}
.requestprice_form .form-table .row {}
.requestprice_form .form-table .row > div {padding: 0 0 10px;border: 0;}
.requestprice_form .form-table .row > div.label {font-weight: bold;color: #999;font-size: 14px;}
.requestprice_form .form-table .row > div.input {}
.requestprice_form .form-table .row > div.input input {width: 100%; box-sizing: border-box; padding: 8px 9px; border-radius: 4px; border: 1px solid #c1c1c1;font-size: 16px;}
.requestprice_form .form-table .row > div.input input:focus {border-color: #bf1e2e;}
.requestprice_form .form-table .row > div.input input:hover {}
.requestprice_form .form-table .row.captcha {}
.requestprice_form .form-table .row.captcha > div {}
.requestprice_form .form-table .row.captcha > div.label {}
.requestprice_form .form-table .row.captcha > div.input {overflow: hidden;}
.requestprice_form .form-table .row.captcha > div.input img {margin: 0 2% 0 0;width: 48%;float: left;height: 36px;;}
.requestprice_form .form-table .row.captcha > div.input input[type='text'] {float: right; width: 48%;}
.requestprice_form .form-table .row.submit {}
.requestprice_form .form-table .row.submit > div.input {}
.requestprice_form .form-table .row.submit > div.input input[type='submit'] {background: #bf1e2e; color: white; cursor: pointer; font-weight: bold; font-size: 18px;border: none;padding: 10px;}
.requestprice_form .form-table .row.submit > div.input input[type='submit']:hover {}
.requestprice_form .required {}
.requestprice_form > div[id^='comp'] {font-size: 18px; margin: 10px 0;}
.fixedstatline {position: fixed; bottom: 0; left: 0; width: 100%; z-index: 90; height: 50px; border-top: 3px solid #bf1e2e; font-family: Arial, sans-serif; color: white; transition: all 0.2s; 
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a4a4a+0,242424+100 */ 
  background: #4a4a4a; /* Old browsers */ 
  background: -moz-linear-gradient(top, #4a4a4a 0%, #242424 100%); /* FF3.6-15 */ 
  background: -webkit-linear-gradient(top, #4a4a4a 0%,#242424 100%); /* Chrome10-25,Safari5.1-6 */ 
  background: linear-gradient(to bottom, #4a4a4a 0%,#242424 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#242424',GradientType=0 );}
.fixedstatline.show {}
.fixedstatline.hide {bottom:-50px;}
.fixedstatline .acart {position: relative; float: right; padding: 0 20px;}
.fixedstatline .acart .acart_stat {position: relative; float: left;}
.fixedstatline .acart .acart_stat a {position: relative; display: block; color: inherit; text-decoration: none; white-space: nowrap; line-height: 50px;}
.fixedstatline .acart .acart_stat a img {width: 24px; height: 24px; margin: 0px 5px -4px 0;;}
.fixedstatline .acart .acart_stat a .title {font-family: 'pt_sansregular'; text-transform: uppercase; font-size: 18px; opacity: 0.8;}
.fixedstatline .acart .acart_stat a .quantity {width: 30px; height: 30px; display: inline-block; text-align: center; font-weight: bold; background: #232323; line-height: 30px; margin: 0 15px 0 20px; position: relative; transition: all 0.2s; font-size: 16px;}
.fixedstatline .acart .acart_stat a .quantity:before {content:"";display:block;width:0;height:0;border-right:8px solid #232323;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;left:-8px;top:6px;transition:all 0.2s;}
.fixedstatline .acart .acart_stat a .quantity.refreshing {transition: none;background: #bf1e2e;}
.fixedstatline .acart .acart_stat a .quantity.refreshing:before {transition: none;border-right-color: #bf1e2e;}
.fixedstatline .acart .acart_stat a .sum {opacity: 0.8; font-size: 18px;}
.fixedstatline .acart .acart_stat a:hover {}
.fixedstatline .acart .acart_stat a:hover img {}
.fixedstatline .acart .acart_stat a:hover .title {opacity: 1; text-decoration: underline;}
.fixedstatline .acart .acart_stat a:hover .quantity {background: #bf1e2e;}
.fixedstatline .acart .acart_stat a:hover .quantity:before {border-right-color: #bf1e2e;}
.fixedstatline .acart .acart_stat a:hover .sum {opacity: 1;}
.fixedstatline .acart .acart_buttons {position: relative; float: left; line-height: 50px; margin: 0 0 0 20px;}
.fixedstatline .acart .acart_buttons a {display: inline-block; vertical-align: baseline; line-height: 34px; box-sizing: border-box; margin: 0 10px; padding: 0 20px; border-radius: 3px; transition: all 0.2s; font-size: 16px;}
.fixedstatline .acart .acart_buttons a.buyinaclick{color: white; border: 1px solid white; background: rgba(0,0,0,0.1);}
.fixedstatline .acart .acart_buttons a.buyinaclick:hover{color: #bf1e2e; background: white;}
.fixedstatline .acart .acart_buttons a.buystandard{background: #bf1e2e; color: white; border: 1px solid #bf1e2e; margin-right: 0;}
.fixedstatline .acart .acart_buttons a.buystandard:hover{background: #ff3448; border-color: #ff3448;}
.fixedstatline .acart:hover {background: rgba(0,0,0,0.1);}
.buyinaclick_wrapper {font-family: Arial, sans-serif; position: relative;font-size: 16px;line-height: 1.4;}
.buyinaclick_wrapper .h {font-family: 'pt_sansregular';padding: 10px 20px;font-size: 30px;font-weight: 700;}
.buyinaclick_wrapper .c {float: none; height: auto;; margin: 0; width: auto; background: none;;}
.buyinaclick_wrapper .c_h {padding: 10px 20px; font-weight: 700; border-bottom: 1px solid #ddd; background: #f0f0f0;}
.buyinaclick_wrapper .c_b {position: relative; background: #f0f0f0;}
.buyinaclick_wrapper .c_b .responsive_table_wrapper {}
table.c_t {margin: 10px; font-size: 14px; max-width: 480px;}
table.c_t tr {}
table.c_t tr td {padding: 5px 10px; vertical-align: top;}
table.c_t td.c_t__image {}
table.c_t td.c_t__image a {}
table.c_t td.c_t__image img {border: 1px solid #ddd; padding: 1px; border-radius: 2px;}
table.c_t td.c_t__image a:hover {}
table.c_t td.c_t__image a:hover img {border-color: #999;}
table.c_t td.c_t__name {}
table.c_t td.c_t__name a {color: #444444;}
table.c_t td.c_t__name a:hover {text-decoration: underline;}
table.c_t td.c_t__price {text-align: center;}
table.c_t td.c_t__price span {display: block;font-family: 'pt_sansregular';white-space: nowrap;}
table.c_t td.c_t__price .c_t__actualprice {font-weight: 700;}
table.c_t td.c_t__price .c_t__oldprice {text-decoration: line-through; font-size: 12px; color: #9d9d9d;}
table.c_t td.c_t__quantity {white-space: nowrap; text-align: center;}
.buyinaclick_wrapper .c_f {position: relative; padding: 15px 20px; line-height: 26px; border-bottom: 1px solid #ddd;}
.buyinaclick_wrapper .c_f a.c_f__modify {display: inline-block; float: left; background: #bf1e2e; color: white; padding: 0 10px; border-radius: 3px;}
.buyinaclick_wrapper .c_f a.c_f__modify:hover {background: #ff3448;}
.buyinaclick_wrapper .c_f .c_f__total {display: inline-block; float: right; font-weight: 700;}
.buyinaclick_wrapper .f {position: relative;}
.buyinaclick_wrapper .f .f_h {padding: 10px 20px; font-size: 22px; font-family: 'pt_sansregular'; font-weight: 700;;}
.buyinaclick_wrapper .f .f_b {position: relative; padding: 0px 20px 20px;}
form#f_b__form {}
.f_b__row {position: relative; margin: 0 0 10px;}
.f_b__row.name {}
.f_b__row.email {}
.f_b__row.phone {}
.f_b__row.submit {text-align: right; margin: 0;}
.f_b__row label {display: inline-block; width: 40%;}
.f_b__row input[type='text'], 
.f_b__row input[type='email'], 
.f_b__row input[type='phone'] {display: inline-block; width: 60%; box-sizing: border-box; border: 1px solid #c1c5c8; padding: 6px 10px; border-radius: 3px; box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2); font-size: 16px;}
.f_b__row input[type='submit'] {display: inline-block; border: 0;; padding: 9px 20px; font-size: 16px; color: white; background: #bf1e2e; border-radius: 3px; cursor: pointer; vertical-align: middle;}
.f_b__row input[type='submit']:hover {background: #ff3448;}
.f_b__row input[type='submit'] + img {display: none;}
.f_b__row input[type='submit'].loading {display: none;}
.f_b__row input[type='submit'].loading + img {display: inline-block; width: 36px; height: 36px; vertical-align: middle;}
.buyinaclick_success {max-width: 480px;font-family: Arial, sans-serif; position: relative;font-size: 16px;line-height: 1.4;}
.buyinaclick_success h2 {margin: 0 0 10px 0; white-space: nowrap;}
.buyinaclick_success p {margin: 0 0 10px;}
/* ????? ??????? ???????? */
.lp_block {background: white; padding: 2%; margin: 0 0 20px 0; font-family: Arial, sans-serif; font-size: 16px; line-height: 1.4;}
.lp_block.intro {background: #f7f7ee url(/images_probatumes/lp_intro_bg.jpg) no-repeat left top; background-size: auto 100%; padding: 3% 5%;}
.lp_block.intro .leftcol {width: 44%;float: left;}
.lp_block.intro .leftcol img {max-width: 80%;max-height: 40px;height: auto;width: auto;display: block;}
.lp_block.intro .leftcol h1 {margin: 20px 0 0 0;font-size: 1.75em;font-family: 'pt_sansregular';font-weight: 700;text-transform: uppercase;line-height: 1.3; color: black;}
.lp_block.intro .rightcol {float: right;width: 56%;box-sizing: border-box;margin: 0;padding: 0 0 0 3%;border-left: 3px solid rgba(0,0,0,0.1);text-align: justify;}
.lp_block.intro .rightcol p {margin: 0 0 20px 0; font-size: 1em;}
.lp_block.intro .rightcol p b {}
.lp_block.intro .rightcol p:last-child {margin: 0;}
.lp_block.interactive {}
.lp_block.interactive > .h {font-family: 'pt_sansregular';text-transform: uppercase;font-size: 1.6em;color: #7d7d7d;text-align: center;margin: 0 0 30px 0;padding: 0 0 5px 0;border-bottom: 2px solid #bf1e2e;}
.lp_interactive__holder {position: relative;}
.lp_interactive__holder .leftcol {float: left;width: 60%;}
.lp_interactive__holder .rightcol {float: right;width: 37%;}
.lp_interactive__holder ol {list-style: none !important; display: block; padding: 0; margin: 0;}
.lp_interactive__holder ol li {counter-increment: step-counter; position: relative; }
.lp_interactive__holder ol li:before {content: counter(step-counter);font-family: 'pt_sansregular';width: 24px;height: 24px;line-height: 24px;display: block;border-radius: 50%;background: #bf1e2e;color: white;font-weight: 700;margin: -12px 0 0 0;text-align: center;;}
.lp_interactive__tab {display: block;float: left;box-sizing: border-box;width: 22%;margin: 0 4% 0 0;text-align: center;border: 1px solid #dbdbd1;border-radius: 5px;padding: 19px 0;cursor: pointer;position: relative;transition: all 0.2s;}
.lp_interactive__tab img {}
.lp_interactive__tab .lp_interactive__img {position: relative;z-index: 1;display: block;margin: 0 auto; height: 320px; background-repeat: no-repeat; background-position: center; background-size: auto 100%;}
.lp_interactive__tab:last-child {margin: 0;}
.lp_interactive__tab ol {position: absolute;z-index: 2;right: 0;top: 20px;height: 100%;opacity: 0;transition: all 0.2s;width: 100%;}
.lp_interactive__tab ol li {position: absolute;right: 0;}
.lp_interactive__tab ol li:before {}
.lp_interactive__tab.active {box-shadow: inset 0px 0px 0px 1px #bf1e2e; border-color: #bf1e2e;background: #f7f7ee;}
.lp_interactive__tab.active img {}
.lp_interactive__tab.active ol {opacity: 1;}
.lp_interactive__tab.active ol li {}
.lp_interactive__tab.active ol li:before {}
.lp_interactive__tab:nth-child(1) ol li {}
.lp_interactive__tab:nth-child(1) ol li:nth-child(1) {top: 2%;right: 60%;}
.lp_interactive__tab:nth-child(1) ol li:nth-child(2) {top: 12%;right: 20%;}
.lp_interactive__tab:nth-child(1) ol li:nth-child(3) {top: 24%;right: 50%;}
.lp_interactive__tab:nth-child(1) ol li:nth-child(4) {top: 45%;right: 30%;}
.lp_interactive__tab:nth-child(1) ol li:nth-child(5) {top: 70%;right: 40%;}
.lp_interactive__tab:nth-child(2) ol li {}
.lp_interactive__tab:nth-child(2) ol li:nth-child(1) {top: 5%;right: 55%;}
.lp_interactive__tab:nth-child(2) ol li:nth-child(2) {top: 17%;right: 25%;}
.lp_interactive__tab:nth-child(2) ol li:nth-child(3) {top: 37%;right: 60%;}
.lp_interactive__tab:nth-child(2) ol li:nth-child(4) {top: 66%;right: 40%;}
.lp_interactive__tab:nth-child(3) ol li {}
.lp_interactive__tab:nth-child(3) ol li:nth-child(1) {top: 0;right: 60%;}
.lp_interactive__tab:nth-child(3) ol li:nth-child(2) {top: 8%;right: 20%;}
.lp_interactive__tab:nth-child(3) ol li:nth-child(3) {top: 16%;right: 65%;}
.lp_interactive__tab:nth-child(3) ol li:nth-child(4) {top: 36%;right: 15%;}
.lp_interactive__tab:nth-child(3) ol li:nth-child(5) {top: 66%;right: 60%;}
.lp_interactive__tab:nth-child(3) ol li:nth-child(6) {top: 85%;right: 40%;}
.lp_interactive__tab:nth-child(4) ol li {}
.lp_interactive__tab:nth-child(4) ol li:nth-child(1) {top: 5%;right: 55%;}
.lp_interactive__tab:nth-child(4) ol li:nth-child(2) {top: 15%;right: 30%;}
.lp_interactive__tab:nth-child(4) ol li:nth-child(3) {top: 50%;right: 41%;}
.lp_interactive__content {display: none;}
.lp_interactive__content .h {display: block;margin: 0 0 20px 0;font-family: 'pt_sansregular';font-weight: 700;font-size: 1.5em;}
.lp_interactive__content ol {position: relative;}
.lp_interactive__content ol li {margin: 0 0 20px 0;padding: 0 0 0 40px;}
.lp_interactive__content ol li:before {position: absolute;left: 0;top: 0.6em;}
.lp_interactive__content.active {display: block;}
.lp_interactive__content.active .h {}
.lp_interactive__content.active ol {}
.lp_interactive__content.active ol li {}
.lp_interactive__content.active ol li:before {}
.lp_block.zadachi {}
.lp_block.zadachi > .h {font-family: 'pt_sansregular';text-transform: uppercase;font-size: 1.6em;color: #7d7d7d;text-align: center;margin: 0 0 30px 0;padding: 0 0 5px 0;border-bottom: 2px solid #bf1e2e;}
.lp_zadachi {position: relative;text-align: center;margin: 0 -2%;}
.lp_zadachi__item {display: inline-block;vertical-align: top;margin: 0 2% 40px;width: 20%;cursor: pointer;}
.lp_zadachi__item .img {display: block;margin: 0 auto;width: 120px;height: 120px;background: #bf1e2e;border-radius: 10px;box-sizing: border-box;padding: 10px;transition: all 0.2s;}
.lp_zadachi__item .img i {display: block;width: 100%;height: 100%;background: url("/images_probatumes/sprite_new.png");}
.lp_zadachi__item .t {position: relative;}
.lp_zadachi__item .t .h {margin: 20px 0 10px;font-family: 'pt_sansregular';font-size: 1.5em;color: #bf1e2e;font-weight: 700;line-height: 1.2;}
.lp_zadachi__item .t .h a {color: inherit;}
.lp_zadachi__item .t .b {font-size: 0.9em;}
.lp_zadachi__item:hover {}
.lp_zadachi__item:hover .img {background: #444;}
.lp_zadachi__item:hover .img i {}
.lp_zadachi__item:hover .t {}
.lp_zadachi__item:hover .t .h {}
.lp_zadachi__item:hover .t .h a {color: #000;}
.lp_zadachi__item:hover .t .b {}
.lp_zadachi__item:nth-child(1) .img i {background-position: 0px 0px;}
.lp_zadachi__item:nth-child(2) .img i {background-position: 0px -200px;}
.lp_zadachi__item:nth-child(3) .img i {background-position: 0px -300px;}
.lp_zadachi__item:nth-child(4) .img i {background-position: 0px -400px;}
.lp_zadachi__item:nth-child(5) .img i {background-position: 0px -500px;}
.lp_zadachi__item:nth-child(6) .img i {background-position: -100px 0px;}
.lp_zadachi__item:nth-child(7) .img i {background-position: -100px -100px;}
.lp_zadachi__item:nth-child(8) .img i {background-position: -100px -200px;}
.lp_block.motiv {padding: 0; background: #bf1e2e; color: white;}
.lp_block.motiv .bg01 {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(/images_probatumes/lp_motiv_bg01.jpg) no-repeat left;background-size: auto 100%;}
.lp_block.motiv .bg02 {position: absolute;right: 0;top: 0;width: 100%;height: 100%;background: url(/images_probatumes/lp_motiv_bg02.jpg) no-repeat right;background-size: auto 100%;}
.lp_block.motiv .c {width: 60%;height: initial;position: relative;padding: 3% 0 3% 3%;margin: initial;float: initial;background: none;box-sizing: border-box;}
.lp_block.motiv .c .h {margin: 0 0 20px 0;font-size: 1.75em;font-family: 'pt_sansregular';font-weight: 700;text-transform: uppercase;line-height: 1.3;}
.lp_block.motiv .c .b {font-size: 0.9em;line-height: 1.3;}
.phone_changer {display: inline-block;vertical-align: baseline;position: relative;}
.phone_changer .a {display: inline;border-bottom: 1px dashed;cursor: pointer;}
.phone_changer .a:hover {border-color: transparent;}
.phone_changer .v {position: absolute;left: -10px;top: -10px;width: 160px;background: white;color: #bf1e2e;border-radius: 5px;padding: 6px 10px;display: none; text-align: left;}
.phone_changer .v span {display: block;margin: 4px 0;transition: all 0.2s;cursor: pointer;;}
.phone_changer .v span:hover {color: black;}
.phone_changer .v span.active {font-weight: 700;color: black;cursor: default;}
.phone_changer .v span.active:hover {}
.phone_changer_values {display: block;font-size: 1.66em;font-family: 'pt_sansregular';font-weight: 700;}
.phone_changer_values span {display: none;}
.phone_changer_values span.active {display: inline-block;}
.phone_changer_values span a {color: inherit;}
.phone_changer_values span a:hover {}
.lp_block.motiv .f {margin: 10px 0 0 0;position: relative;}
.lp_block.motiv .f form {}
.lp_block.motiv .f form .f_c__row {display: inline-block;margin: 10px 20px 0 0;}
.lp_block.motiv .f form .f_c__row.name {}
.lp_block.motiv .f form .f_c__row.phone {}
.lp_block.motiv .f form .f_c__row input[type='text'], 
.lp_block.motiv .f form .f_c__row input[type='phone'] {font-family: Arial;font-size: 0.9em;padding: 11px;border-radius: 5px;border: 1px solid #bf1e2e;width: 240px;box-sizing: border-box;transition: all 0.2s;}
.lp_block.motiv .f form .f_c__row input[type='text']:focus, 
.lp_block.motiv .f form .f_c__row input[type='phone']:focus {border-color: #880916;}
.lp_block.motiv .f form .f_c__row.submit {}
.lp_block.motiv .f form .f_c__row input[type='submit'] {font-family: 'pt_sansregular';font-size: 0.9em;text-transform: uppercase;background: #444444;border: none;color: white;font-weight: 700;padding: 10px 20px;border-radius: 5px;cursor: pointer;transition: all 0.2s;;}
.lp_block.motiv .f form .f_c__row input[type='submit']:hover {background: black;}
.lp_block.motiv .f form .f_c__row input[type='submit'] + img {display: none;}
.lp_block.motiv .f form .f_c__row input[type='submit'].loading {display: none;}
.lp_block.motiv .f form .f_c__row input[type='submit'].loading + img {display: inline-block; width: 36px; height: 36px; vertical-align: middle;}
.lp_block.wedo {}
.lp_block.wedo > .h {;float: left;;font-size: 2.25em;;font-weight: 700;;text-transform: uppercase;font-family: 'pt_sansregular';;border-bottom: 2px solid #bf1e2e;}
.lp_block.wedo .b {margin: 0 0 0 30%;}
.lp_wedo {position: relative;margin: 0 -2% -30px;}
.lp_wedo__item {display: inline-block;width: 45%;margin: 0 2% 40px;vertical-align: top;cursor: pointer;}
.lp_wedo__item .img {float: left;width: 70px;height: 70px;background: #444;border-radius: 5px;box-sizing: border-box;padding: 10px;transition: all;}
.lp_wedo__item .img i {display: block;width: 100%;height: 100%;background: url("/images_probatumes/sprite_new.png"); background-size: 300px 300px;}
.lp_wedo__item .t {margin: 0 0 0 100px;}
.lp_wedo__item .t .h {font-family: 'pt_sansregular';font-weight: 700;color: #444444;line-height: 1.2;font-size: 1.125em;position: relative;margin: 0 0 20px 0;;}
.lp_wedo__item .t .h a {color: inherit;}
.lp_wedo__item .t .b {margin: 0;font-size: 0.9em;}
.lp_wedo__item .t .b ul {padding: 0 0 0 30px;list-style-position: outside !important;color: #bf1e2e;}
.lp_wedo__item .t .b ul li {}
.lp_wedo__item .t .b ul li span {color: black;}
.lp_wedo__item:hover {}
.lp_wedo__item:hover .img {background: #bf1e2e;}
.lp_wedo__item:hover .img i {}
.lp_wedo__item:hover .t {}
.lp_wedo__item:hover .t .h {color: #bf1e2e;}
.lp_wedo__item:hover .t .h a {}
.lp_wedo__item:hover .t .b {}
.lp_wedo__item:hover .t .b ul {}
.lp_wedo__item:hover .t .b ul li {}
.lp_wedo__item:nth-child(1) .img i {background-position: -100px 0px;}
.lp_wedo__item:nth-child(2) .img i {background-position: -150px 0px;}
.lp_wedo__item:nth-child(3) .img i {background-position: -100px -50px;}
.lp_wedo__item:nth-child(4) .img i {background-position: -100px -100px;}
.lp_wedo__item:nth-child(5) .img i {background-position: -100px -200px;}
.lp_wedo__item.broshura {}
.broshura_body {background: #f7f7ee;padding: 7%;text-align: center;color: #bf1e2e;border-radius: 7px;transition: all 0.2s}
.broshura_body .img {background: transparent !important;width: 45%;float: initial;height: initial;padding: initial;border-radius: initial;display: inline-block;vertical-align: middle;margin: 0 0 -13px 0;}
.broshura_body .img img {max-width: 100%;}
.broshura_body .t {display: inline-block;width: 45%;margin: -5% 0 0 5%;;font-size: 1.375em;font-family: 'pt_sansregular';text-transform: uppercase;font-weight: bold;text-align: left;vertical-align: middle;line-height: 1.2;}
.broshura_body .t a {color: inherit;}
.broshura_body:hover {background: #dbdbd1;}
.broshura_body:hover .img {}
.broshura_body:hover .img img {}
.broshura_body:hover .t {}
.broshura_body:hover .t a {}
.lp_block.weproduce {background: none;padding: initial;}
.lp_block.weproduce #best {margin: 0;width: auto;float: none;}
.lp_block.weproduce #best .gradient {}
.lp_block.weproduce #best .bestseller {}
.lp_block.projects {}
.lp_block.projects > .h {font-family: 'pt_sansregular';text-transform: uppercase;font-size: 1.6em;color: #7d7d7d;text-align: center;margin: 0 0 10px 0;padding: 0 0 5px 0;border-bottom: 2px solid #bf1e2e;}
.lp_block.projects > .h a {color: inherit;}
.lp_block.projects > .h a:hover {color: #bf1e2e;}
.lp_block.projects .gradient {display: none;}
.lp_block.projects .objectsList {}
.lp_block.calcmotiv {padding: 0; background: #ffa200; color: #000;}
.lp_block.calcmotiv .bg01 {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(/images_probatumes/lp_calculator_bg01.jpg) no-repeat left;background-size: auto 100%;}
.lp_block.calcmotiv .bg02 {}
.lp_block.calcmotiv .c {width: auto;height: initial;position: relative;padding: 3%;margin: initial;float: initial;background: none;text-align: center;}
.lp_block.calcmotiv .leftcol {width: 38%;display: inline-block;vertical-align: middle;}
.lp_block.calcmotiv .leftcol img {max-width: 100%; height: auto;}
.lp_block.calcmotiv .rightcol {display: inline-block;width: 57%;vertical-align: middle;text-align: left;}
.lp_block.calcmotiv .rightcol .h {font-family: 'pt_sansregular';font-size: 1.75em;color: #bf1e2e;text-transform: uppercase;font-weight: 700;}
.lp_block.calcmotiv .rightcol .b {position: relative;}
.lp_block.calcmotiv .rightcol .b p {margin: 10px 0;}
.lp_block.calcmotiv .rightcol .f {margin: 20px 0 0 0;}
.lp_block.calcmotiv .rightcol .f a {display: inline-block; background-color: #bf1e2e; border-radius: 5px;color: white;font-family: 'pt_sansregular';font-weight: 700;text-transform: uppercase;padding: 9px 20px;transition: all 0.2s;;}
.lp_block.calcmotiv .rightcol .f a:hover {background: #ff3448;}
.lp_block.newsandinfo {padding: initial;background: transparent;margin: 0;}
.lp_block.newsandinfo .news_company {float: left;display: block;width: 49%;}
.lp_block.newsandinfo .news_company h3 {display: block;float: none;font-family: 'pt_sansregular'; height: auto;}
.lp_news {background: white;padding: 2%;}
.lp_news .news-list {}
.lp_news .news-item {}
.lp_news .news-item h2 {margin: 0; font-size: 1.125em;}
.lp_news .news-item h2 a:hover {color: #bf1e2e !important;}
.lp_news .news-item p {font-size: inherit;}
.lp_block.newsandinfo .services {float: right;display: block;width: 49%;}
.lp_block.newsandinfo .services h3 {float: none;display: block;font-family: 'pt_sansregular'; height: auto;}
.lp_services {position: relative;background: #fff;padding: 2%;}
.lp_services ul {display: block;list-style: none !important;;}
.lp_services ul li {display: block;position: relative;padding: 0 0 0 40px;background: url(/local/templates/probatumes/images/heat_bullet.png) no-repeat 5px 5px;margin: 0 0 30px 0;}
.lp_services ul li .t {display: block;font-size: 1.125em;font-family: 'pt_sansregular';font-weight: 700;color: #000;}
.lp_services ul li .t a {color: inherit;transition: all 0.2s;}
.lp_services ul li .t a:hover {color: #bf1e2e;}
.lp_services ul li .b {position: relative;display: block;margin: 10px 0;}
.lp_services ul li .b > * {}
.lp_services ul li .f {overflow: hidden;}
.lp_services ul li .f a {float: none;display: inline-block;}
.lp_services ul li .f a:hover {}
.consultation_success {max-width: 480px;font-family: Arial, sans-serif; position: relative;font-size: 16px;line-height: 1.4;}
.consultation_success h2 {margin: 0 0 10px 0; white-space: nowrap;}
.consultation_success p {margin: 0 0 10px;}
/* ????? ???????? ???????? */
.catalog_flex_wrapper {padding: 15px 0;float: left;width: 100%;}
.catalog_flex {position: relative;display: flex;clear: both;flex-flow: row wrap;}
.catalog-flex-element {flex: 1 1 auto;box-sizing: border-box;}
.cfe-item {position: relative;background: white;margin: 0 0 15px 0;}
.cfe-item-title {color: white;padding: 15px;background: #565656;font-size: 1.285715em;;}
.cfe-item-body {position: relative;padding: 10px 0;}
.catalog-flex-element.catalog-flex__categories {order: 1;flex-basis: 25%;padding: 0 1% 0 0;;}
.cfe_categories {}
.cfe_categories .cfe-item-title {}
.cfe_categories .cfe-item-title:before {content:"\f0ca";font-family: 'FontAwesome';display:none;margin:0 10px 0 0; }
.cfe_categories .cfe-item-body {}
.cfe_articles {}
.cfe_articles .cfe-item-title {}
.cfe_articles .cfe-item-body {}
.cfe_articles ul {list-style: none !important; padding: 0 15px;}
.cfe_articles ul li {position: relative; margin: 0 0 2em 0;}
.cfe_articles ul li a {font-size: 1.3em; font-family: 'pt_sansregular';}
.cfe_articles ul li a:hover {}
.cfe_articles ul li hr {}
.cfe_articles ul li .text {position: relative; text-align: left; float: none;}
.cfe_articles ul li .text a.img {float: left; width: 40%; margin: 5px 3% 0 0;}
.cfe_articles ul li .text a.img img {width: 100%;}
.cfe_articles ul li .text a.img:hover {}
.cfe_articles ul li .text a.img:hover img {}
.cfe_articles ul li a.more_info_right {position: relative; margin: 13px 0 0; float: none; display: inline-block; color: #fff; font-size: 1em; padding: 8px 30px 8px 8px; font-family: 'Arial';}
.cfe_articles ul li a.more_info_right:before {position: absolute; content: "\f101"; font-family: 'FontAwesome'; right: 10px;}
.cfe_articles ul li a.more_info_right:hover {opacity: 0.85;}
.cfe_articles ul li a.more_info_right:hover:before {}
.catalog-flex-element.catalog-flex__filters {order: 3;flex-basis: 25%;padding: 0 0 0 1%;;}
.cfe_filters {}
.cfe_filters .cfe-item-title {}
.cfe_filters .cfe-item-title:before {content:"\f0b0";font-family: 'FontAwesome';display:none;margin:0 10px 0 0; }
.cfe_filters .cfe-item-body {}
.cfe_search {}
.cfe_search .cfe-item-title {}
.cfe_search .cfe-item-body {;background: #565656 url("/bitrix/templates/probatumes/images/decor.png") no-repeat scroll right top;;padding: 0;}
.catalog-flex-element.catalog-flex__list {order: 2;flex-basis: 50%;}
.cfe_list {padding: 15px; text-align: left;overflow: hidden;}
.cfe_list h1 {color: #8e8e8e !important;background: none;margin: 0 0 20px 0 !important;padding: 0 0 15px 0 !important;line-height: 1em;border-bottom: 2px solid #bf1e2e;width: auto;float: none;display: block;}
.cfe_list .cfe-announce {margin: 0 0 15px 0;border-bottom: 1px solid #dbdbdb;padding: 0 0 15px 0;}
.cfe_list .goods {}
.cfe_description {}
.cfe_description .description_sect {}
.cfe_list .cfe-tags {margin: 0 0 15px 0;border-bottom: 1px solid #dbdbdb;padding: 0 0 15px 0; overflow: hidden;}
.cfe_list .cfe-tags_label {float: left; width: 55px; font-weight: bold; font-family: 'pt_sansregular'; color: #aaaaaa;}
.cfe_list .cfe-tags_items {margin: 0 0 -5px 55px; text-align: left;}
.cfe_list .cfe-tags_items a {display: inline-block; margin: 0 0px 5px 0; padding: 0 15px; white-space: nowrap; border-radius: 4px; cursor: pointer; transition: all 0.1s ease-in-out; color: #666666; line-height: 1.7em;}
.cfe_list .cfe-tags_items a:hover {background: #bf1e2e; color: white;}
.cfe_list .cfe-tags_items a.current {background: #dbdbdb;}
.cfe_list .cfe-tags_items a.current:hover {background: #dbdbdb; color: #444; cursor: default;}

.fixed_filter_wrapper {display: none; position: absolute; margin: 6px 0 0 -150px; z-index: 2; width: 150px; border: 1px solid #dfdfdf; background: white; box-sizing: border-box;}
.fixed_filter_wrapper:before {content: "";display: block;width: 10px;height: 10px;position: absolute;right: -5px;top: 7.5px;transform: rotate(45deg);box-shadow: 1px -1px 0px #dfdfdf;background: white;}
.fixed_filter_wrapper input {display: block;width: 100%;font-family: Arial;font-size: 0.9em;text-decoration: none;color: #666;background: none;border: 0;cursor: pointer;padding: 5px;}
.fixed_filter_wrapper input:hover {color: #bf1e2e;}



.and-col-right2 {float: left; width: 25.5%; margin: 20px 0 0 2%; padding: 17px 1.25%; background: white;}
.and-col-right2 h2 {line-height: 1em; margin: 0 0 20px 0;}
.and-col-right2 p {}
.and-col-right2 p.phones {color: #bf1e2e;font-family: 'pt_sansregular';font-size: 24px;font-weight: bold;}
@media (max-width: 1200px) {
	.and-col-right2 {width: 28%;}
}
@media (max-width: 1024px) {
	.and-col-right2 {width: 100%; float: left; margin: 20px 0 0; box-sizing: border-box;}
}
.and-col-right2.fixed {position: fixed;margin:0 0 0 0;}
.and-col-right2__mobile {display: none;position: fixed; bottom: 100px; right: 5%;z-index: 10;}
.and-col-right2__mobile a {width: 64px; height: 64px; display: block; background: #bf1e2e; border-radius: 50%; box-sizing: border-box; padding: 15px;}
.and-col-right2__mobile a img {}
.and-col-right2__mobile a:hover {}
.and-col-right2__mobile a:hover img {}
@media (max-width: 1024px) {
	.and-col-right2__mobile {display: block;}
}

.citychanger_wrapper {display: inline-block;position: relative;white-space: nowrap;z-index: 2;}
.citychanger_active {display: block;position: relative;border-bottom: 1px dashed;color: #bf1e2e;line-height: 1.1em;cursor: pointer;}
.citychanger_variants {position: absolute;left: -5px;top: -5px;background: white;padding: 5px;box-shadow: 0px 2px 5px rgba(0,0,0,0.2);border-radius: 4px;display: none;}
.citychanger_variant {display: block;cursor: pointer;}
.citychanger_variant:hover {color: #bf1e2e;}
.citychanger_variant.active {color: #bf1e2e;}
.citychanger_values {position: relative;display: block;white-space: nowrap;z-index: 1;}
.citychanger_value {display: none;}
.citychanger_value a {text-decoration: none; color: inherit;}
.citychanger_value.active {display: block;}

.form_callback {position: relative;}
.form_callback__errors {font-size: 11px;}
.form_callback__errors p {font-size: inherit;line-height: 1.2em;}
.form_callback__errors p .errortext {}
.form_callback__note {}
.form_callback__body {}
.form_callback__questions {}
.form_callback__question {display: inline-block;width: 60%;}
.form_callback__question .error-fld {}
.form_callback__question_label {display: none;}
.form_callback__question_body {}
.form_callback__question_body input {background: #eeeeee; border: 0; border-radius: 4px; font-size: 14px; padding: 12px;width: 100%;box-sizing: border-box;}
.form_callback__question_body input:hover {}
.form_callback__question_body input:focus {}
.form_callback__question.captcha {}
.form_callback__question.captcha .form_callback__question_label {}
.form_callback__question.captcha .form_callback__question_body {}
.form_callback__question.captcha .form_callback__question_body .img {}
.form_callback__question.captcha .form_callback__question_body .img img {}
.form_callback__question.captcha .form_callback__question_body .input {}
.form_callback__question.captcha .form_callback__question_body .input input {}
.form_callback__question.captcha .form_callback__question_body .input input:hover {}
.form_callback__question.captcha .form_callback__question_body .input input:focus {}
.form_callback__submit {display: inline-block;width: 38%;}
.form_callback__submit input {background: #bf1e2e; border: 0; font-family: Arial; color: white; padding: 12px; border-radius: 4px; font-size: 14px; cursor: pointer;width: 100%;box-sizing: border-box;}
.form_callback__submit input:hover {background: #ff3448;}
.fieldSIMPLE_QUESTION_524,.fieldSIMPLE_QUESTION_479 {display: none;}

.in_other_sections {margin: 20px 0 0 0;}
.in_other_sections__head {margin: 0 0 10px 0;}
.in_other_sections__body {}
.in_other_sections__item {}
.in_other_sections__item a {display: inline-block;position: relative;padding: 5px 10px 5px 40px;}
.in_other_sections__item a .in_other_sections__item_name {}
.in_other_sections__item a .in_other_sections__item_name:before {content:"";display: block;width:16px;height:15px;background:url(/images_probatumes/dir.svg) no-repeat center;position:absolute;left:8px;top:8px;}
.in_other_sections__item a .in_other_sections__item_count {}
.in_other_sections__item a:hover {}
.in_other_sections__item a:hover .in_other_sections__item_name {}
.in_other_sections__item a:hover .in_other_sections__item_name:before {}
.in_other_sections__item a:hover .in_other_sections__item_count {}

.rack-element {margin: 0; width: 100%; position: relative;}
.rack-element:before, .rack-element:after {
	content: " ";
	display: table;
}

.rack-element:after {
	clear: both;
}
.rack-element .rack-element_name {display: inline-block; float: left; width: 200px; padding-top: 3px;}
.rack-element .rack-element_value {display: inline-block; float: left; width: 200px; margin-top: 8px;}

.rack-element select {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url('/images/select-arrow-down.png'), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: 97% center;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	font-size: inherit;
	margin: 0;
	overflow: hidden;
	padding: 5px 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 200px;
}

.rack-element input[type="text"] {
	padding: 5px 8px;
	width: 180px;
	box-shadow: none;
	-webkit-border-radius: 2px;
	border: 1px solid #aaa;
	margin-top: 6px;
	background: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	font-size: inherit;
	color: #555;
}

.rack-element.checkbox {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.rack-element.recaptcha {
	margin-bottom: 10px;
}

.rack-element.checkbox input[type="checkbox"] {
	position: absolute;
	top: 1px;
	left: -4px;
}

.rack-element.checkbox span {
	margin-left: 20px;
}

#rack-submit  {
	padding: 5px 12px;
	background: -webkit-linear-gradient(#da2436, #bf1e2e 40%, #8e1723);
	border: none;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
	font-size: inherit;
	cursor: pointer;
	opacity: 0.8;
}

#rack-submit:hover {
	opacity: 1.0;
}

#rack-submit:disabled {
	cursor: default;
}

#rack-submit:disabled:hover {
	opacity: 0.8;
}

.result-element span {
	font-weight: bold;
	color: #bf1e2e;
}
.racks_calc {
	width: 50%;
	float: left;
}
.racks_controller {
	height: 200px;
	margin: 0 0 20px;
}
.racks_controller img {
	margin-top: 10px;
	height: 100%;
	border: 1px solid #bf1e2e;
}

.racks_result{
	margin-bottom: 20px;
}

.racks_result:before, .racks_result:after {
	content: " ";
	display: table;
}

.racks_result:after {
	clear: both;
}
.catalog-flex__filters li{
	list-style-type: none;
}
.catalog-flex__filters .text{
	padding: 5px;
}
.catalog-flex__filters .h6{
	left: 50%;
	transform: translateX(-50%);
	margin: 5px 0;
}
.catalog-flex__filters .more_info_right{
	color: white;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 10px;
}

.tags-items {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tags-items__block {
	display: flex;
	margin-bottom: 15px;
}

.tags-items__caption {
	font-weight: bold;
	padding: 6px 0;
	margin: 8px 20px 8px 0;
	min-width: 100px;
}

.tags-items__body {

}

.tags-item__url {
	background: #bf1e2e;
	border-radius: 5px;
	display: inline-block;
	margin: 8px 15px 8px 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: bold;
	color: #fff !important;
	text-decoration: underline;
	transition-duration: .2s;
}

.tags-item__url:hover {
	color: #333 !important;
	background: #dbdbdb;
}

.tags-items__more {
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	color: #bf1e2e;
	text-decoration: none;
	transition-duration: .2s;
}

.tags-items__more:hover {
	text-decoration: none;
	color: #880015;
}

.tags-items__wrapper {
	height: 110px;
	overflow: hidden;
}

.tags-items__wrapper.show {
	height: auto !important;
}

.tags-items__title {
	font-size: 18px;
	margin-bottom: 20px;
}

@media  (max-width: 768px) {
	.tags-items__block {
		display: block;
		width: 100%;
	}

	.tags-items__caption {
		min-width: initial;
		margin-bottom: 0;
		padding-bottom: 3px;
	}

	.tags-items__body {

	}

	.tags-items__wrapper {
		height: 145px;
	}
}
#horizontal-multilevel-menu li:nth-child(2):hover > ul{
	display: flex;
	flex-wrap: wrap;
	max-width: 60vw;
}
#horizontal-multilevel-menu li:nth-child(2) > ul > li{
	box-sizing: border-box;
}
/* End */
/* /bitrix/templates/probatumes/jquery-ui.css?175084410936437 */
/* /bitrix/templates/probatumes/jquery.formstyler.css?17508441098985 */
/* /bitrix/templates/probatumes/fonts/fonts.css?17508441091369 */
/* /bitrix/templates/probatumes/fonts/font-awesome/css/font-awesome.min.css?175084410929065 */
/* /js/fancybox/jquery.mwfancybox.css?17508441338377 */
/* /local/templates/probatumes/components/bitrix/menu/probatumes_top_menu1/style.css?17508444225161 */
/* /local/templates/probatumes/components/bitrix/photo.section/slaider/style.css?1750844422293 */
/* /local/templates/probatumes/components/bitrix/breadcrumb/crumb_probatumest/style.css?1750844422947 */
/* /local/templates/probatumes/components/bitrix/news.list/right/style.css?1750844422150 */
/* /local/templates/probatumes/components/bitrix/news.list/template_vendors/style.css?1750844422150 */
/* /local/templates/probatumes/components/bitrix/menu/bottom_menu_probatumes/style.css?17508444226291 */
/* /local/templates/probatumes/components/bitrix/menu/bottom_menu_probatumes/themes/blue/colors.css?1750844422693 */
/* /local/templates/probatumes/styles.css?17508444225563 */
/* /local/templates/probatumes/template_styles.css?1750844421150107 */
