* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	--red-zs-color: #d80000;
	--extra-light-grey-zs-color: #bbbbbb;
	--light-grey-zs-color: #a7a7a7;
	--grey-zs-color: #5a5a5a;
	--dark-grey-zs-color: #2d2d2d;
	--green-zs-color: #1d9800;
	--orange-zs-color: #f19c00;
	--whatsapp-color: #30b844;
	--whatsapp-color-on-hover: #279437;
	--telegram-color: #2aa1da;
	--telegram-color-on-hover: #2384b3;
	--viber-color: #864cb2;
	--viber-color-on-hover: #6a3c8c;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	color: #000;
	direction: ltr;
	font-weight: normal;
}
body, textarea, input, select {
	font-family: 'Roboto', Arial, Helvetica, Tahoma, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
textarea, select {
	outline: none;
	overflow: auto;
	resize: none;
	width: 100%;
}
textarea, input, select {
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	
	-moz-appearance: none; /* remove the strong OSX influence from Moz */
	-webkit-appearance: none; /* remove the strong OSX influence from Webkit */
	
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea, input, select, input.selector_input_selected {
	padding: 8px 6px;
}
textarea, input, select, div.result_list, .edit_row_all_width_field.edit_row_loading:after {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
input, select, .result_list ul li {
	height: 37px;
}
input.selector_input_selected {
	height: 35px
}
textarea, input, select {
	border: 1px solid #cccccc;
}
table.selector_table {
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 0px 1px rgba(204, 204, 204, 1);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(204, 204, 204, 1);
	box-shadow: 0px 0px 0px 1px rgba(204, 204, 204, 1);
}
select,
table.selector_table td.selector_dropdown {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMTYuMDAzIDE4LjYyNmw3LjA4MS03LjA4MUwyNSAxMy40NmwtOC45OTcgOC45OTgtOS4wMDMtOSAxLjkxNy0xLjkxNnoiLz48L3N2Zz4=');
	background-repeat: no-repeat;
	background-position: 99% 50%;
	background-color: #fff;
	background-size: 17px;
	padding-left: 3px;
	padding-right: 3px;
	
	-moz-appearance: none; /* remove the strong OSX influence from Moz */
	-webkit-appearance: none; /* remove the strong OSX influence from Webkit */
}
select:focus, input:focus, textarea:focus {
	border-color: rgba(0, 0, 0, 0.4);
	
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.5);
}
/* DISABLED FIELDS */
input:read-only, input:disabled,
textarea:read-only, textarea:disabled,
select:disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	resize: none !important;
}
input:read-only, input:disabled,
textarea:read-only, textarea:disabled,
select:disabled,
table.edit_rows tr.disabled_fields .edit_row_all_width_field,
.radio_btn_disabled {
	opacity: 0.4;
	cursor: not-allowed !important;
}
table.edit_rows tr.disabled_fields .edit_row_all_width_field:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: not-allowed;
}
/* DISABLED FIELDS */
a {
	cursor: pointer;
}
p,
.popup_cont_block_from_side_to_side_from_top ul,
.popup_cont_block_from_side_to_side ul {
	margin-top: 0;
	margin-bottom: 1em;
}
p:last-child,
.popup_cont_block_from_side_to_side_from_top ul:last-child,
.popup_cont_block_from_side_to_side ul:last-child {
	margin-bottom: 0;
}
a, a:hover, a:visited {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.adaptive_table_header, th,
.adaptive_table_footer, tfoot td {
	background-color: #f5f5f5;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
   	color: #626262;
	font-weight: normal;
	text-align: left;
}
table td {
	padding: 0;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FIX for right display without datepicker styles */
.ic__datepicker {
	position: absolute;
}

ul.square_li li, .popup_cont_block_from_side_to_side_from_top ul li, .popup_cont_block_from_side_to_side ul li {
	list-style-type: square;
	list-style-position: outside;
	margin: 7px 0 7px 20px;
}
ul.square_li li:first-child,
.popup_cont_block_from_side_to_side_from_top ul li:first-child,
.popup_cont_block_from_side_to_side ul li:first-child {
	margin-top: 0;
}
ul.square_li li:last-child,
.popup_cont_block_from_side_to_side_from_top ul li:last-child,
.popup_cont_block_from_side_to_side ul li:last-child {
	margin-bottom: 0;
}
.popup_cont_block_from_side_to_side_from_top ul ul, .popup_cont_block_from_side_to_side ul ul {
	margin: 0;
}
.popup_cont_block_from_side_to_side_from_top ul li li, .popup_cont_block_from_side_to_side ul li li {
	list-style-type: disc;
	margin: 3px 0 3px 20px;
}
img.responsive-image, .responsive-images img {
	display: block;
	max-width: 100%;
	height: auto;
}
.thumbnails {
	margin-bottom: -10px;
}
a.thumbnail, a.thumbnail:hover {
	display: inline-block;
	text-decoration: none;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 10px;
}
.thumbnail > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.thumbnail.thumbnail_sm > img {
	max-width: 250px;
	max-height: 130px;
}
.thumbnail.thumbnail_sm2 > img {
	max-width: 350px;
	max-height: 160px;
}
.thumbnail .thumbnail_desc {
	margin-top: 3px;
	font-size: 13px;
	text-align: center;
	color: #505050;
}
a.thumbnail:hover .thumbnail_desc {
	color: #000;
}

/* WHATSUP, VIBER ДЛЯ ТЕЛЕФОНОВ */
.whatsapp_color {
	color: var(--whatsapp-color) !important;
}
.telegram_color {
	color: var(--telegram-color) !important;
}
.viber_color {
	color: var(--viber-color) !important;
}
.whatsup_tel_icon, .viber_tel_icon {
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	display: inline-block;
	vertical-align: middle;
}
.whatsup_tel_icon {
	background-image: url('https:///skins/stock/images/social_icons/whatsup.png');
}
.viber_tel_icon {
	background-image: url('https:///skins/stock/images/social_icons/viber.png');
}
/* WHATSUP, VIBER ДЛЯ ТЕЛЕФОНОВ */

/* ВКЛАДКИ, ТАБЫ */
ul.ui_tabs {
	margin: 0;
	margin-bottom: -1px;
	position: relative;
}
.sliding_border_wrap {
	position: relative;
}
ul.ui_tabs .sliding_border, .sliding_border_wrap > div {
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #6387ac;
}
ul.ui_tabs li {
	display: inline-block;
	width: 50%;
	cursor: pointer;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}
ul.ui_tabs li, ul.ui_tabs li a, ul.ui_tabs li a:hover {
	font-size: 14px;
	color: #65686c;
}
ul.ui_tabs li a {
	display: block;
	padding: 10px;
	text-align: center;
}
ul.ui_tabs li:hover {
	border-bottom-color: #cad2db;
}
ul.ui_tabs li.active {
	border-bottom-color: #6387ac;
}
ul.ui_tabs li.active, ul.ui_tabs li.active:hover {
	color: #000;
}
.ui_tabs2 {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	overflow-x: auto;
}
.ui_tabs2 li {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	justify-content: center;
	white-space: nowrap;
	color: #212121;
}
@media (min-width: 500px) {
	.ui_tabs2 li {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	.ui_tabs2 li {
		font-size: 18px;
	}
}
.ui_tabs2 li:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	opacity: 0;
	background-color: #6387ac;
}
.ui_tabs2 li.active:after {
	opacity: 1 !important;
}
.ui_tabs2 li:hover:after {
	opacity: 0.4;
}
.ui_tabs_wraps > div {
	display: none;
}
.ui_tabs_wraps > div.active {
	display: block;
}
/* ВКЛАДКИ, ТАБЫ */

/* ГРАДИЕНТЫ */
.btn_gradient, a.btn_gradient,
.btn_gradient:hover, a.btn_gradient:hover {
	color: #fff;
	border-width: 0 !important;
}
.gradient, .btn_gradient, a.btn_gradient, .tabs_border_grd .active:after, .sliding_border_wrap.tabs_border_grd > div {
	background: rgba(207,66,148,1);
	background: -moz-linear-gradient(left, rgba(207,66,148,1) 0%, rgba(174,91,187,1) 33%, rgba(123,113,211,1) 67%, rgba(40,130,219,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(207,66,148,1)), color-stop(33%, rgba(174,91,187,1)), color-stop(67%, rgba(123,113,211,1)), color-stop(100%, rgba(40,130,219,1)));
	background: -webkit-linear-gradient(left, rgba(207,66,148,1) 0%, rgba(174,91,187,1) 33%, rgba(123,113,211,1) 67%, rgba(40,130,219,1) 100%);
	background: -o-linear-gradient(left, rgba(207,66,148,1) 0%, rgba(174,91,187,1) 33%, rgba(123,113,211,1) 67%, rgba(40,130,219,1) 100%);
	background: -ms-linear-gradient(left, rgba(207,66,148,1) 0%, rgba(174,91,187,1) 33%, rgba(123,113,211,1) 67%, rgba(40,130,219,1) 100%);
	background: linear-gradient(to right, rgba(207,66,148,1) 0%, rgba(174,91,187,1) 33%, rgba(123,113,211,1) 67%, rgba(40,130,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf4294', endColorstr='#2882db', GradientType=1 );
}
.btn_gradient:hover, a.btn_gradient:hover {
	background: rgba(207,66,148,1);
	background: -moz-linear-gradient(left, rgba(207,66,148,1) 0%, rgba(174,91,187,1) 52%, rgba(123,113,211,1) 99%, rgba(40,130,219,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(207,66,148,1)), color-stop(52%, rgba(174,91,187,1)), color-stop(99%, rgba(123,113,211,1)), color-stop(100%, rgba(40,130,219,1)));
	background: -webkit-linear-gradient(left, rgba(207,66,148,1) 0%, rgba(174,91,187,1) 52%, rgba(123,113,211,1) 99%, rgba(40,130,219,1) 100%);
	background: -o-linear-gradient(left, rgba(207,66,148,1) 0%, rgba(174,91,187,1) 52%, rgba(123,113,211,1) 99%, rgba(40,130,219,1) 100%);
	background: -ms-linear-gradient(left, rgba(207,66,148,1) 0%, rgba(174,91,187,1) 52%, rgba(123,113,211,1) 99%, rgba(40,130,219,1) 100%);
	background: linear-gradient(to right, rgba(207,66,148,1) 0%, rgba(174,91,187,1) 52%, rgba(123,113,211,1) 99%, rgba(40,130,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf4294', endColorstr='#2882db', GradientType=1 );
}
.btn_gradient2, a.btn_gradient2 {
	background: rgba(0,221,255,1);
	background: -moz-linear-gradient(left, rgba(0,221,255,1) 0%, rgba(0,115,255,1) 50%, rgba(170,90,255,1) 75%, rgba(255,65,105,1) 99%, rgba(255,65,105,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,221,255,1)), color-stop(50%, rgba(0,115,255,1)), color-stop(75%, rgba(170,90,255,1)), color-stop(99%, rgba(255,65,105,1)), color-stop(100%, rgba(255,65,105,1)));
	background: -webkit-linear-gradient(left, rgba(0,221,255,1) 0%, rgba(0,115,255,1) 50%, rgba(170,90,255,1) 75%, rgba(255,65,105,1) 99%, rgba(255,65,105,1) 100%);
	background: -o-linear-gradient(left, rgba(0,221,255,1) 0%, rgba(0,115,255,1) 50%, rgba(170,90,255,1) 75%, rgba(255,65,105,1) 99%, rgba(255,65,105,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,221,255,1) 0%, rgba(0,115,255,1) 50%, rgba(170,90,255,1) 75%, rgba(255,65,105,1) 99%, rgba(255,65,105,1) 100%);
	background: linear-gradient(to right, rgba(0,221,255,1) 0%, rgba(0,115,255,1) 50%, rgba(170,90,255,1) 75%, rgba(255,65,105,1) 99%, rgba(255,65,105,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ddff', endColorstr='#ff4169', GradientType=1 );
}
.btn_gradient2:hover, a.btn_gradient2:hover {
	background: rgba(0,221,255,1);
	background: -moz-linear-gradient(left, rgba(0,221,255,1) 0%, rgba(0,115,255,1) 33%, rgba(170,90,255,1) 67%, rgba(255,65,105,1) 99%, rgba(255,65,105,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,221,255,1)), color-stop(33%, rgba(0,115,255,1)), color-stop(67%, rgba(170,90,255,1)), color-stop(99%, rgba(255,65,105,1)), color-stop(100%, rgba(255,65,105,1)));
	background: -webkit-linear-gradient(left, rgba(0,221,255,1) 0%, rgba(0,115,255,1) 33%, rgba(170,90,255,1) 67%, rgba(255,65,105,1) 99%, rgba(255,65,105,1) 100%);
	background: -o-linear-gradient(left, rgba(0,221,255,1) 0%, rgba(0,115,255,1) 33%, rgba(170,90,255,1) 67%, rgba(255,65,105,1) 99%, rgba(255,65,105,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,221,255,1) 0%, rgba(0,115,255,1) 33%, rgba(170,90,255,1) 67%, rgba(255,65,105,1) 99%, rgba(255,65,105,1) 100%);
	background: linear-gradient(to right, rgba(0,221,255,1) 0%, rgba(0,115,255,1) 33%, rgba(170,90,255,1) 67%, rgba(255,65,105,1) 99%, rgba(255,65,105,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ddff', endColorstr='#ff4169', GradientType=1 );
}
.btn_gradient3 {
	background: rgba(9,5,95,1);
	background: -moz-linear-gradient(left, rgba(9,5,95,1) 0%, rgba(255,63,20,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9,5,95,1)), color-stop(100%, rgba(255,63,20,1)));
	background: -webkit-linear-gradient(left, rgba(9,5,95,1) 0%, rgba(255,63,20,1) 100%);
	background: -o-linear-gradient(left, rgba(9,5,95,1) 0%, rgba(255,63,20,1) 100%);
	background: -ms-linear-gradient(left, rgba(9,5,95,1) 0%, rgba(255,63,20,1) 100%);
	background: linear-gradient(to right, rgba(9,5,95,1) 0%, rgba(255,63,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09055f', endColorstr='#ff3f14', GradientType=1 );
}
/* ГРАДИЕНТЫ */

/* КНОПКА "НАВЕРХ" */
#scroll_to_top {
	display: none;
	position: fixed;
	left: 15px;
	bottom: 15px;
	z-index: 100;
	padding-left:env(safe-area-inset-left);
	padding-bottom:env(safe-area-inset-bottom);
}
#scroll_to_top > div {
	cursor: pointer;
	font-size: 16px;
	height: 40px;
	padding: 0 7px 0 8px;
	line-height: 48px;

	color: #fff;
	background: rgba(51, 51, 51, 0.65);
	text-transform: uppercase;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .14),
						0 0px 5px 0px rgb(255, 255, 255, 0.5),
						0px 0px 20px -5px rgb(255,255,255, 0.55);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .14),
						0 0px 5px 0px rgb(255, 255, 255, 0.5),
						0px 0px 20px -5px rgb(255,255,255, 0.55);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .14),
				0 0px 5px 0px rgb(255, 255, 255, 0.5),
				0px 0px 20px -5px rgb(255,255,255, 0.55);

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.scroll_to_top_text {
	display: none;
}
#scroll_to_top span.glyphicon {
	font-size: 20px;
}
@media (min-width: 768px) {
	#scroll_to_top > div {
		line-height: 41px;
		padding: 0 8px;
	}
	.scroll_to_top_text {
		display: inline;
	}
	#scroll_to_top span.glyphicon {
		font-size: 14px;
	}
}
#scroll_to_top > div:hover {
	background: rgba(51, 51, 51, 0.95);
}
/* КНОПКА "НАВЕРХ" */

/* КНОПКИ ВЫБОРА С ТЕКСТОМ */
.choose_btn {
	border: 1px solid #eee;
	padding: 7px;
	background-color: #fdfdfd;
	cursor: pointer;
	margin-bottom: 7px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.choose_btn:hover {
	border-color: #ccc;
	background-color: #fff;
}
.choose_btn:active {
	border-color: #7a7a7a;
	background-color: #fff;
}
.choose_btn_choosed_icon {
	display: block;
	float: right;
	color: #359a20;
	line-height: 20px;
	margin-right: 3px;
	vertical-align: middle;
	visibility: hidden;
	opacity: 0;
}
.choose_btn.cur_choosed .choose_btn_choosed_icon {
	visibility: visible;
	opacity: 1;
}
.choose_btn_txt {
	display: inline-block;
	font-size: 18px;
	height: 20px;
	line-height: 23px;
	vertical-align: middle;
    	font-family: 'PFSquareSansProMedium';
}
.choose_btn_txt_desc {
    	font-size: 14px;
	margin-top: 6px;
	border-top: 1px solid #efefef;
	padding-top: 4px;
}
/* КНОПКИ ВЫБОРА С ТЕКСТОМ */

/* CHECKBOXES */
.checkbox {
	cursor: pointer;
	margin: 3px 5px 3px 0;
	font-size: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
	/* line-height: 1; */
}
.checkbox input {
	padding: 3px;
	height: auto;
}
.checkbox.disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.checkbox div {
	width: 15px;
	margin: 3px 5px 3px 0;
	height: 14px;
	background: url(https:///skins/stock/images/common_images/check.gif) 0 0 no-repeat;
	background-size: 14px 56px;
	flex-shrink: 0;
}
.checkbox:not(.disabled):hover div {
	background-position: 0 -28px;
}
.checkbox.on div {
	background-position: 0 -14px;
}
.checkbox.on:not(.disabled):hover div {
	background-position: 0 -42px;
}
.checkboxes_grid h2:first-child,
.checkboxes_grid h3:first-child,
.checkboxes_grid h4:first-child {
	margin-top: 0;
}
@media (min-width: 400px) {
	.checkboxes_grid .checkbox_wrap {
		width: 50%;
		display: inline-block;
	}
}
@media (min-width: 768px) {
	.checkboxes_grid .checkbox_wrap {
		width: 25%;
	}
}
/* CHECKBOXES */

/* REAL CHECKBOXES */
.real_checkbox {
	margin: 3px 5px 3px 0;
	position: relative;
	font-size: 13px;
}
.real_checkbox.disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.real_checkbox.disabled:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: not-allowed;
}
.real_checkbox input {
	display: none;
}
.real_checkbox input + label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	cursor: pointer;
}
.real_checkbox input + label:before {
	content: '';
	display: inline-block;
	min-width: 16px;
	max-width: 16px;
	height: 16px;
	border: 1px solid #c3cbd3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px 10px;
}
.real_checkbox input:checked + label:before {
	border-color: #6686ab;
	background-color: #6686ab;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.real_checkbox input:not(:disabled):not(:checked) + label:hover:before {
	background-color: #eaedf2;
}
.real_checkbox input:checked:not(:disabled) + label:hover:before {
	background-color: #7e98b8;
	border-color: #7e98b8;
}
.real_checkbox input:disabled + label:before {
	background-color: #e9ecef;
	border-color: #e9ecef;
}
.real_checkbox_desc {
	font-size: 90%;
}
/* REAL CHECKBOXES */

/* RADIO_BUTTONS */
.radio_btn {
	padding: 4px 0 5px;
	cursor: pointer;
	line-height: 14px;
}
.radio_btn div {
	float: left;
	width: 15px;
	margin-right: 5px;
	height: 14px;
	background: url(https:///skins/stock/images/common_images/radio.gif) 0 0 no-repeat;
	background-size: 14px 56px;
}
.radio_btn:hover div {
	background-position: 0 -28px;
}
.radio_btn.on div {
	background-position: 0 -14px;
}
.radio_btn.on:hover div {
	background-position: 0 -42px;
}
.radio_btn_disabled:hover div {
	background-position: 0 0;
}
.radio_btn_disabled.on:hover div {
	background-position: 0 -14px;
}
/* RADIO_BUTTONS */

/* SWITCHERS */
.switcher_wrap {
	font-size: 14px;
	display: flex;
	align-items: center;
}
.switcher {
	position: relative;
	display: inline-block;
	min-width: 50px;
	max-width: 50px;
	height: 28px;
	margin-right: 5px;
}
.switcher input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.switcher_slider {
	position: absolute;
	cursor: pointer;
	border-radius: 14px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	background-color: #fbfbfb;
}
.switcher_slider:before {
	position: absolute;
	content: "O";
	text-align: center;
	line-height: 25px;
	font-family: Arial;
	font-size: 13px;
	color: #909090;
	height: 24px;
	width: 24px;
	left: 2px;
	bottom: 2px;
	background: #fbfbfb;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.20);
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	border-radius: 12px;
}
.switcher input:checked + .switcher_slider {
	background-color: #6785ab;
}
.switcher input:checked + .switcher_slider:before {
	-ms-transform: translateX(22px);
	-webkit-transform: translateX(22px);
	transform: translateX(22px);
	content: "I";
}
.switcher:active .switcher_slider:before {
	width: 33px;
}
.switcher:active input:checked + .switcher_slider:before {
	-ms-transform: translateX(13px);
	-webkit-transform: translateX(13px);
	transform: translateX(13px);
}
.switcher_desc {
	font-size: 90%;
	color: var(--grey-zs-color);
}
/* SWITCHERS */

/* SELECT LISTS */
#select_list {
	position: relative;
	background-color: #fff;
	margin: 1px;
}
table.selector_table {
	margin-right: -2px;
	width: 100%;
}
table.selector_table td {
	vertical-align: middle;
	border: none;
}
table.selector_table td.selector {
	border: none;
	height: 1%;
	overflow: hidden;
	position: relative;
}
table.selector_table input {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #000;
	cursor: pointer !important;
	opacity: 1; /* fix for readonly input */
}
table.selector_table td.selector_dropdown {
	width: 35px;
	cursor: pointer;
	background-position: center;
	padding: 0;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}
input.selector_input_selected {
	position: relative;
	background: transparent;
	float: left;
	cursor: pointer;
	outline: none;
	border: none;
	margin: 0;
	text-overflow: ellipsis;
}
div.results_container {
	position: absolute;
	z-index: 4;
	left: 0;
	right: 0;
}
div.result_list {
	opacity: 1;
	max-height: 222px;
	bottom: auto;
	overflow-y: auto;
	margin: 3px 0 3px;
	position: relative;
	z-index: 4;
	display: none;
	visibility: visible;
}
div.result_list.top_shadow {
	-webkit-box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.2), 0 -1px 4px 1px rgba(0, 0, 0, 0.09), 0px 0px 0px 1px rgba(204, 204, 204, 1);
	-moz-box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.2), 0 -1px 4px 1px rgba(0, 0, 0, 0.09), 0px 0px 0px 1px rgba(204, 204, 204, 1);
	box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.2), 0 -1px 4px 1px rgba(0, 0, 0, 0.09), 0px 0px 0px 1px rgba(204, 204, 204, 1);
}
div.result_list.bottom_shadow {
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 4px 1px rgba(0, 0, 0, 0.09), 0px 0px 0px 1px rgba(204, 204, 204, 1);
	-moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 4px 1px rgba(0, 0, 0, 0.09), 0px 0px 0px 1px rgba(204, 204, 204, 1);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 4px 1px rgba(0, 0, 0, 0.09), 0px 0px 0px 1px rgba(204, 204, 204, 1);
}
.result_list ul {
	margin: 0 !important;
	padding: 0;
	background: #fff;
	position: relative;
	visibility: visible;
}
.result_list ul li {
	list-style-type: none;
	cursor: pointer;
	position: relative;
	margin: 0;
	overflow: hidden;
	text-align: left;
	line-height: 1.18em;
	padding: 9px 6px;
	font-size: 14px;
	white-space: nowrap;
}
.result_list ul li:hover {
	background: #d2dae2;
}
/* SELECT LISTS */

/* BREAD CRUMBS */
ol.breadcrumbs {
	margin-bottom: 10px;
	font-size: 15px !important;
	line-height: 1;
}
ol.breadcrumbs li {
	display: inline;
	margin: 0;
	list-style-type: none;
}
ol.breadcrumbs .glyphicon-menu-right {
	font-size: 10px;
}
.zs_content_wrap ol.breadcrumbs {
	margin-top: 5px;
}
.zs_content_wrap ol.breadcrumbs:after {
	margin-top: 7px;
}
@media (min-width: 768px) {
	.zs_content_wrap ol.breadcrumbs {
		margin-top: 0;
	}
	.zs_content_wrap ol.breadcrumbs:after {
		margin-top: 15px;
	}
}
/* BREAD CRUMBS */

/* ICONS UTM_SOURCE */
.utm_source_icon {
	width: 20px;
	height: 20px;
	background-size: 18px 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	vertical-align: middle;
}
.yandex_utm_source {
	background-image: url('https:///skins/stock/images/common_images/yandex_utm_source.png');
}
.google_utm_source {
	background-image: url('https:///skins/stock/images/common_images/google_utm_source.png');
}
/* ICONS UTM_SOURCE */

/* DRAG AND DROP FIELD */
.drag_zone {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px dashed #888;
	padding: 20px;
	text-align: center;
	background-color: #ebecf1;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
}
.drag_zone_on_dragover {
	border-color: #535353;
	background-color: #fff;
}
.drag_zone .drag_zone_description, .drag_zone .icomoon-icon-cloud-upload {
	color: #4F4F4F;
	font-family: 'PFSquareSansProRegular', Tahoma, sans-serif;
}
.drag_zone .icomoon-icon-cloud-upload {
	font-size: 44px;
	display: block;
}
.drag_zone .drag_zone_description {
	font-size: 20px;
}
.drag_zone .drag_zone_description_or_wrap {
	font-size: 16px;
}
.drag_zone .drag_zone_description s {
	color: #a0a0a0;
}
.drag_zone .icomoon-icon-cloud-upload {
	font-size: 44px;
	display: block;
}
.drag_zone .flat_btn_cont {
	margin-bottom: 5px;
}
.drag_zone .flat_btn {
	width: 300px;
}
/* DRAG AND DROP FIELD */

/* INSTRUCTION BTN */
.get_instruction_btn {
	background: #446CB3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 15px 8px;
	text-decoration: none;
	display: block;
	font-family: 'PFSquareSansProRegular';
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	max-width: 415px;
	margin: 0 auto;
}
.get_instruction_btn:hover {
	background: #4183D7;
}
.get_instruction_btn, .get_instruction_btn:hover {
	color: #fff !important;
}
/* INSTRUCTION BTN */

/* DELETED OR OUT OF AVAILABILITY ROW OVERLAY */
.deleted_overlay,
.out_of_availability_overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: rgba(185, 35, 39, 0.8);
	display: none;
	text-align: center;
	z-index: 2;
	align-items: center;
	justify-content: center;
}

.out_of_availability .out_of_availability_overlay,
.deleted_overlay_activated {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
}

.out_of_availability_overlay {
	background: rgba(72, 72, 72, 0.8);
}

.deleted_overlay span:hover {
	background: #fff;
}
/* DELETED OR OUT OF AVAILABILITY ROW OVERLAY */

/* LOAD NEXT BTN */

.load_next_btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

tr.load_next_positions_row .load_next_btn,
.adaptive_table .load_next_btn,
.adaptive_table2 .load_next_btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

div.load_next_btn {
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
	position: relative;
}

div.load_next_btn .loader {
	background-image: url(https:///skins/stock/images/common_images/next_btn_loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

/* LOAD NEXT BTN */

/* РЕЙТИНГ ЗВЕЗДАМИ */
.stars_rating {
	width: 100px;
	height: 19px;
	position: relative;
	cursor: pointer;
}
.stars_blank, .stars_choosed, .stars_hover {
	position: absolute;
	top: 0;
	left: 0;
	height: 19px;
	background-image: url('https:///skins/stock/images/common_images/stars_rating_sprite.png');
	background-repeat: no-repeat;
}
.stars_blank {
	width: 100px;
	background-position: 0 0;
}
.stars_choosed, .stars_hover {
	width: 0;
}
.stars_choosed {
	background-position: 0 -19px;
}
.stars_hover {
	background-position: 0 -38px;
}
.hidden_star {
	position: absolute;
	top: 0;
	width: 20px;
	height: 19px;
}
.hidden_star1 {
	left: 0;
}
.hidden_star2 {
	left: 20px;
}
.hidden_star3 {
	left: 40px;
}
.hidden_star4 {
	left: 60px;
}
.hidden_star5 {
	left: 80px;
}
/* РЕЙТИНГ ЗВЕЗДАМИ */

/* ПУЗЫРЬ С КОЛИЧЕСТВОМ ОБНОВЛЕНИЙ */
.new_updates, .blue_new_updates, .content_items_num, .blue_content_items_num {
	padding-left: 6px;
	padding-right: 6px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #D64541;
	color: #fff;
}
.small_inline_flat_btns_wrap .flat_btn .content_items_num,
.small_inline_flat_btns_wrap .flat_btn .blue_content_items_num {
	padding-left: 4px;
	padding-right: 5px;
	height: 17px;
	line-height: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 13px;
}
.blue_new_updates, .blue_content_items_num,
.small_inline_flat_btns_wrap .flat_btn .blue_content_items_num {
	background: #3f8ae0;
}
/* ПУЗЫРЬ С КОЛИЧЕСТВОМ ОБНОВЛЕНИЙ */

/* ШРИФТЫ И ФОРМАТИРОВАНИЕ ТЕКСТА */
.fs9 {font-size: 9px;}
.fs10 {font-size: 10px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs15 {font-size: 15px;}
.fs16 {font-size: 16px;}
.fs17 {font-size: 17px;}
.fs18 {font-size: 18px;}
.fs19 {font-size: 19px;}
.fs20 {font-size: 20px;}
.fs21 {font-size: 21px;}
.fs22 {font-size: 22px;}
.fs23 {font-size: 23px;}
.fs24 {font-size: 24px;}
.fs25 {font-size: 25px;}
.fs26 {font-size: 26px;}
.fs28 {font-size: 28px;}
.fs32 {font-size: 32px;}
.fs36 {font-size: 36px;}
.fs42 {font-size: 42px;}
.fs48 {font-size: 48px;}
.fs100prc {font-size: 100%;}
.fs100prc_imp {font-size: 100% !important;}
.fwb {font-weight: bold;}
.fwn {font-weight: normal;}
.lh1-2 {line-height: 1.2;}
.lh1-3 {line-height: 1.3;}
.lh1-4 {line-height: 1.4;}
.lh1-5 {line-height: 1.5;}
.ta_l {text-align: left;}
.ta_c, .popup_cont .in_popup_ta_c {text-align: center;}
.ta_r {text-align: right;}
.ta_j {text-align: justify;}
.t_i15 {text-indent: 15px;}
.t_i20 {text-indent: 20px;}
.t_i25 {text-indent: 25px;}
.t_i30 {text-indent: 30px;}
.curpoi {cursor: pointer;}
.ff_op_helv, .ff_op_helv a {
	font-family: Open Sans, Helvetica Neue, sans-serif !important;
}
.ff_roboto, .ff_roboto_bold, .ff_roboto_normal, .ff_roboto_thin, .ff_roboto_light,
.ff_roboto a, .ff_roboto_bold a, .ff_roboto_normal a, .ff_roboto_thin a, .ff_roboto_light a {
	font-family: 'Roboto', Helvetica, Arial, Tahoma, sans-serif !important;
}
.ff_roboto_bold {
	font-weight: 900 !important;
}
.ff_roboto_normal {
	font-weight: normal !important;
}
.ff_roboto_thin {
	font-weight: 100 !important;
}
.ff_roboto_light {
	font-weight: 300 !important;
}
.ff_pf_square_normal, .ff_pf_square_normal a {
	font-weight: normal !important;
	font-family: 'PFSquareSansProRegular', Tahoma, sans-serif !important;
}
.ff_pf_square_bold, .ff_pf_square_bold a {
	font-weight: normal !important;
	font-family: 'PFSquareSansProMedium', Tahoma, sans-serif !important;
}
.ff_pf_square_normal strong,
.ff_pf_square_normal b,
.adaptive_table_header_pf_square_normal strong,
.adaptive_table_footer_pf_square_normal strong,
.adaptive_table_header_footer_pf_square_normal strong,
.adaptive_table_header_pf_square_normal b,
.adaptive_table_footer_pf_square_normal b,
.adaptive_table_header_footer_pf_square_normal b {
	font-weight: normal !important;
	font-family: 'PFSquareSansProMedium', Tahoma, sans-serif !important;
}
.extra_light_grey_zs_txt {
	color: var(--extra-light-grey-zs-color);
}
.light_grey_zs_txt {
	color: var(--light-grey-zs-color);
}
.grey_zs_txt {
	color: var(--grey-zs-color);
}
.dark_grey_zs_txt {
	color: var(--dark-grey-zs-color);
}
.red_zs_txt {
	color: var(--red-zs-color);
}
.orange_zs_txt {
	color: var(--orange-zs-color);
}
.green_zs_txt {
	color: var(--green-zs-color);
}
.black_txt {
	color: #000 !important;
}
.grey_contol_txt_btn, .grey_contol_txt_btns_wrap > span {
	color: #65686c;
	cursor: pointer;
	-webkit-transition: color 150ms ease;
	-moz-transition: color 150ms ease;
	-ms-transition: color 150ms ease;
	-o-transition: color 150ms ease;
	transition: color 150ms ease;
}
.grey_contol_txt_btn:hover, .grey_contol_txt_btns_wrap > span:hover {
	color: #000;
}
.uppercase {
	text-transform: uppercase;
}
.nowrap {
	white-space: nowrap;
}
.white_bordered_button {
	color: #000;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}
.white_bordered_button:hover {
	border: 1px solid #aaa;
}
.white_bordered_button:active {
	border: 1px solid #6c6c6c;
}
.white_bordered_button [class^="icomoon-icon-"],
.white_bordered_button [class*=" icomoon-icon-"] {
	font-size: 90%;
	vertical-align: middle;
}
/* ШРИФТЫ И ФОРМАТИРОВАНИЕ ТЕКСТА */

/* ФОРМАТИРОВАНИЕ ССЫЛОК */
.underlined_href, .underlined_hrefs a {text-decoration: underline !important;}
.reverted_underlined_href, .reverted_underlined_hrefs a {text-decoration: none !important;}

.underlined_href, .underlined_hrefs a,
.underlined_href:hover, .underlined_hrefs a:hover,
.reverted_underlined_href, .reverted_underlined_hrefs a,
.reverted_underlined_href:hover, .reverted_underlined_hrefs a:hover,
.unformatted_href, .unformatted_hrefs a,
.unformatted_href:hover, .unformatted_hrefs a:hover {
	border: 0 !important;
}
.unformatted_href, .unformatted_hrefs a,
.unformatted_href:hover, .unformatted_hrefs a:hover,
.solid_href, .solid_hrefs a,
.dashed_href, .dashed_hrefs a,
.dotted_href, .dotted_hrefs a,
.solid_href:hover, .solid_hrefs a:hover,
.dashed_href:hover, .dashed_hrefs a:hover,
.dotted_href:hover, .dotted_hrefs a:hover,
.underlined_href:hover, .underlined_hrefs a:hover {
	text-decoration: none !important;
}
.reverted_underlined_href:hover, .reverted_underlined_hrefs a:hover {
	text-decoration: underline !important;
}
/* .unformatted_href, .unformatted_hrefs a,
.unformatted_href:hover, .unformatted_hrefs a:hover,
.solid_href, .solid_hrefs a,
.dashed_href, .dashed_hrefs a,
.dotted_href, .dotted_hrefs a,
.solid_href:hover, .solid_hrefs a:hover,
.dashed_href:hover, .dashed_hrefs a:hover,
.dotted_href:hover, .dotted_hrefs a:hover,
.underlined_href, .underlined_hrefs a,
.underlined_href:hover, .underlined_hrefs a:hover,
.reverted_underlined_href, .reverted_underlined_hrefs a,
.reverted_underlined_href:hover, .reverted_underlined_hrefs a:hover {
	margin: 0 !important;
	padding: 0 !important;
} */
.solid_href, .solid_hrefs a {border-bottom: 1px solid #000 !important;}
.solid_href:hover, .solid_hrefs a:hover {border-bottom: 1px solid rgba(0, 0, 0, 0) !important;}
.dashed_href, .dashed_hrefs a {border-bottom: 1px dashed #000 !important;}
.dashed_href:hover, .dashed_hrefs a:hover {border-bottom: 1px dashed rgba(0, 0, 0, 0) !important;}
.dotted_href, .dotted_hrefs a {border-bottom: 1px dotted #000 !important;}
.dotted_href:hover, .dotted_hrefs a:hover {border-bottom: 1px dotted rgba(0, 0, 0, 0) !important;}
/* ФОРМАТИРОВАНИЕ ССЫЛОК */

/* ОТСТУПЫ ВНЕШНИЕ */
.m0a {margin: 0 auto;}

.ma {margin: auto;}
.m0 {margin: 0;}
.m5 {margin: 5px;}
.m10 {margin: 10px;}
.m15 {margin: 15px;}
.m20 {margin: 20px;}
.m25 {margin: 25px;}
.m30 {margin: 30px;}
.m35 {margin: 35px;}
.m40 {margin: 40px;}
.m45 {margin: 45px;}

.mla {margin-left: auto;}
.ml0 {margin-left: 0;}
.ml5 {margin-left: 5px;}
.mlm5 {margin-left: -5px;}
.ml10 {margin-left: 10px;}
.mlm10 {margin-left: -10px;}
.ml15 {margin-left: 15px;}
.mlm15 {margin-left: -15px;}
.ml20 {margin-left: 20px;}
.mlm20 {margin-left: -20px;}
.ml25 {margin-left: 25px;}
.mlm25 {margin-left: -25px;}
.ml30 {margin-left: 30px;}
.mlm30 {margin-left: -30px;}
.ml35 {margin-left: 35px;}
.mlm35 {margin-left: -35px;}
.ml40 {margin-left: 40px;}
.mlm40 {margin-left: -40px;}
.ml45 {margin-left: 45px;}
.mlm45 {margin-left: -45px;}

.mta {margin-top: auto;}
.mt0 {margin-top: 0;}
.mt5 {margin-top: 5px;}
.mtm5 {margin-top: -5px;}
.mt10 {margin-top: 10px;}
.mtm10 {margin-top: -10px;}
.mt15 {margin-top: 15px;}
.mtm15 {margin-top: -15px;}
.mt20 {margin-top: 20px;}
.mtm20 {margin-top: -20px;}
.mt25 {margin-top: 25px;}
.mtm25 {margin-top: -25px;}
.mt30 {margin-top: 30px;}
.mtm30 {margin-top: -30px;}
.mt35 {margin-top: 35px;}
.mtm35 {margin-top: -35px;}
.mt40 {margin-top: 40px;}
.mtm40 {margin-top: -40px;}
.mt45 {margin-top: 45px;}
.mtm45 {margin-top: -45px;}

.mra {margin-right: auto;}
.mr0 {margin-right: 0;}
.mr5 {margin-right: 5px;}
.mrm5 {margin-right: -5px;}
.mr10 {margin-right: 10px;}
.mrm10 {margin-right: -10px;}
.mr15 {margin-right: 15px;}
.mrm15 {margin-right: -15px;}
.mr20 {margin-right: 20px;}
.mrm20 {margin-right: -20px;}
.mr25 {margin-right: 25px;}
.mrm25 {margin-right: -25px;}
.mr30 {margin-right: 30px;}
.mrm30 {margin-right: -30px;}
.mr35 {margin-right: 35px;}
.mrm35 {margin-right: -35px;}
.mr40 {margin-right: 40px;}
.mrm40 {margin-right: -40px;}
.mr45 {margin-right: 45px;}
.mrm45 {margin-right: -45px;}

.mba {margin-bottom: auto;}
.mb0 {margin-bottom: 0;}
.mb5 {margin-bottom: 5px;}
.mbm5 {margin-bottom: -5px;}
.mb10 {margin-bottom: 10px;}
.mbm10 {margin-bottom: -10px;}
.mb15 {margin-bottom: 15px;}
.mbm15 {margin-bottom: -15px;}
.mb20 {margin-bottom: 20px;}
.mbm20 {margin-bottom: -20px;}
.mb25 {margin-bottom: 25px;}
.mbm25 {margin-bottom: -25px;}
.mb30 {margin-bottom: 30px;}
.mbm30 {margin-bottom: -30px;}
.mb35 {margin-bottom: 35px;}
.mbm35 {margin-bottom: -35px;}
.mb40 {margin-bottom: 40px;}
.mbm40 {margin-bottom: -40px;}
.mb45 {margin-bottom: 45px;}
.mbm45 {margin-bottom: -45px;}
/* ОТСТУПЫ ВНЕШНИЕ */

/* ОТСТУПЫ ВНУТРЕННИЕ */
.p0 {padding: 0 !important;}
.p5 {padding: 5px !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p20 {padding: 20px !important;}
.p25 {padding: 25px !important;}
.p30 {padding: 30px !important;}
.p35 {padding: 35px !important;}
.p40 {padding: 40px !important;}
.p45 {padding: 45px !important;}

.pl0 {padding-left: 0 !important;}
.pl5 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl25 {padding-left: 25px !important;}
.pl30 {padding-left: 30px !important;}
.pl35 {padding-left: 35px !important;}
.pl40 {padding-left: 40px !important;}
.pl45 {padding-left: 45px !important;}

.pt0 {padding-top: 0 !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}
.pt35 {padding-top: 35px !important;}
.pt40 {padding-top: 40px !important;}
.pt45 {padding-top: 45px !important;}

.pr0 {padding-right: 0 !important;}
.pr5 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr25 {padding-right: 25px !important;}
.pr30 {padding-right: 30px !important;}
.pr35 {padding-right: 35px !important;}
.pr40 {padding-right: 40px !important;}
.pr45 {padding-right: 45px !important;}

.pb0 {padding-bottom: 0 !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb35 {padding-bottom: 35px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb45 {padding-bottom: 45px !important;}
/* ОТСТУПЫ ВНУТРЕННИЕ */

/* СКРЫТИЕ НА РАЗНЫХ ЭКРАНАХ */
@media (max-width: 499px) {
	.disnon_on_500 {
		display: none;
	}
	.disnon_on_500_imp {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.disnon_on_768 {
		display: none;
	}
	.disnon_on_768_imp {
		display: none !important;
	}
}
@media (max-width: 991px) {
	.disnon_on_992 {
		display: none;
	}
	.disnon_on_992_imp {
		display: none !important;
	}
}
@media (max-width: 1199px) {
	.disnon_on_1200 {
		display: none;
	}
	.disnon_on_1200_imp {
		display: none !important;
	}
}
@media (min-width: 500px) {
	.d-500-none {
		display: none;
	}
	.d-500-none_imp {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.d-sm-none {
		display: none;
	}
	.d-sm-none_imp {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.d-md-none {
		display: none;
	}
	.d-md-none_imp {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.d-lg-none {
		display: none;
	}
	.d-lg-none_imp {
		display: none !important;
	}
}
/* СКРЫТИЕ НА РАЗНЫХ ЭКРАНАХ */

/* ТАБЛИЦЫ */
table td.drop_cell {
	font-size: 15px;
	cursor: pointer;
	text-align: center;
}
table td.drop_cell:hover {
	background-color: #FF8083;
	color: #fff;
}
table.valign_top > tbody > tr > td, table.valign_top > thead > tr > td {
	vertical-align: top;
}
table.white_table {
	width: 100%;
}
table.white_table.black_header thead td,
table.white_table.black_header thead th,
table.white_table.black_footer tfoot td {
	color: #000;
}
table.white_table, table.white_table a, table.white_table a:hover {
	color: #000;
}
table.white_table.wi_auto {
	width: auto;
}
table.white_table tbody td {
	background: #fff;
}
table.white_table thead td, table.white_table thead th, table.white_table tfoot td, table.white_table tr.subheader td {
	background: #f7f7f7;
}
table.white_table td, table.white_table th {
	border: 1px solid #ddd;
    	padding: 10px;
}
table.white_table.cellpadding5 td, table.white_table.cellpadding5 th {
	padding: 5px;
}
table.white_table.cellpadding5.header_pf_square_normal th {
	padding: 5px 5px 2px;
}
table.white_table.cellpadding7 td, table.white_table.cellpadding7 th {
	padding: 7px;
}
table.white_table.cellpadding7.header_pf_square_normal th {
	padding: 7px 7px 4px;
}
table.white_table.cellpadding10.header_pf_square_normal th {
	padding: 10px 10px 7px;
}
table.white_table.cellpadding10 td, table.white_table.cellpadding10 th {
	padding: 10px;
}
table.white_table.cellpadding15 td, table.white_table.cellpadding15 th {
	padding: 15px;
}
table.white_table.cellpadding15 th.header_pf_square_normal {
	padding: 15px 15px 12px;
}
table.white_table.not_separated_cells {
	border: 1px solid #ddd;
}
table.white_table.not_separated_cells td, table.white_table.not_separated_cells th {
	border: 0;
	border-bottom: 1px solid #ddd;
}
table.rows_light_on_hover tbody tr.category_row td {
	background: none !important;
}
.adaptive_table_row {
	background-color: #fff;
}
.adaptive_table_header,
.adaptive_table_row {
	border-bottom: 1px solid #ddd;
}
.adaptive_table_cell {
	display: inline-block;
	border-right: 1px solid #ddd;
	vertical-align: middle;
}
div.adaptive_table2 .adaptive_table_header,
div.adaptive_table2 .adaptive_table_footer,
div.adaptive_table2 .adaptive_table_row {
	display: flex;
}
table.white_table.header_pf_square_normal thead,
table.white_table.footer_pf_square_normal tfoot,
table.white_table.header_footer_pf_square_normal thead,
table.white_table.header_footer_pf_square_normal tfoot,
.adaptive_table_header_pf_square_normal .adaptive_table_header,
.adaptive_table_footer_pf_square_normal .adaptive_table_footer,
.adaptive_table_header_footer_pf_square_normal .adaptive_table_header,
.adaptive_table_header_footer_pf_square_normal .adaptive_table_footer {
	font-family: 'PFSquareSansProRegular', Tahoma, sans-serif !important;
}
.not_separated_cells .adaptive_table_cell,
.adaptive_table_cell:last-child {
	border-right: 0;
}
table.white_table.cellpadding_5 th,
table.white_table.cellpadding_5 td,
.cellpadding_5 .adaptive_table_cell {
	padding: 5px;
}
table.white_table.cellpadding_5.header_pf_square_normal thead th,
table.white_table.cellpadding_5.footer_pf_square_normal tfoot td,
table.white_table.cellpadding_5.header_footer_pf_square_normal thead td,
table.white_table.cellpadding_5.header_footer_pf_square_normal tfoot td,
.cellpadding_5.adaptive_table_header_pf_square_normal .adaptive_table_header .adaptive_table_cell,
.cellpadding_5.adaptive_table_footer_pf_square_normal .adaptive_table_footer .adaptive_table_cell,
.cellpadding_5.adaptive_table_header_footer_pf_square_normal .adaptive_table_header .adaptive_table_cell,
.cellpadding_5.adaptive_table_header_footer_pf_square_normal .adaptive_table_footer .adaptive_table_cell {
	padding-bottom: 2px;
}
table.white_table.cellpadding_10 th,
table.white_table.cellpadding_10 td,
.cellpadding_10 .adaptive_table_cell {
	padding: 10px;
}
table.white_table.cellpadding_10.header_pf_square_normal thead th,
table.white_table.cellpadding_10.footer_pf_square_normal tfoot td,
table.white_table.cellpadding_10.header_footer_pf_square_normal thead td,
table.white_table.cellpadding_10.header_footer_pf_square_normal tfoot td,
.cellpadding_10.adaptive_table_header_pf_square_normal .adaptive_table_header .adaptive_table_cell,
.cellpadding_10.adaptive_table_footer_pf_square_normal .adaptive_table_footer .adaptive_table_cell,
.cellpadding_10.adaptive_table_header_footer_pf_square_normal .adaptive_table_header .adaptive_table_cell,
.cellpadding_10.adaptive_table_header_footer_pf_square_normal .adaptive_table_footer .adaptive_table_cell {
	padding-bottom: 7px;
}
 .adaptive_table_row:last-child {
	border-bottom: 0;
}
/* ТАБЛИЦЫ */

/* ВСПОМОГАТЕЛЬНЫЕ */
.valignmdl {
	vertical-align: middle;
}
.valigntp {
	vertical-align: top;
}
.valigntxttp {
	vertical-align: text-top;
}
.valignbtm {
	vertical-align: bottom;
}
.valigntxtbtm {
	vertical-align: text-bottom;
}
.allwidth {width: 100%;}

.simple_border {border: 1px solid #ddd;}
.simple_border_b {border-bottom: 1px solid #ddd;}
.simple_border_t {border-top: 1px solid #ddd;}

.border_shadow {
	border-right: 1px solid #E0E2E5;
	border-left: 1px solid #E8E9EA;
	border-bottom: 1px solid #D4D8DB;
	border-top: 1px solid #E8E9EA;
}
.border_shadow_dark {
	border-right: 1px solid #dddfe2;
	border-left: 1px solid #dee1e4;
	border-bottom: 1px solid #bec3c7;
	border-top: 1px solid #dee1e4;
}
.border_shadow2 {
	-webkit-box-shadow: 0 1px 0 0 #e1e2e6,
				0 0 0 1px #e6e7eb;
	-moz-box-shadow: 0 1px 0 0 #e1e2e6,
				0 0 0 1px #e6e7eb;
	box-shadow: 0 1px 0 0 #e1e2e6,
				0 0 0 1px #e6e7eb;
}

/* Правим стиль тултипа графиков здесь, так как ниже для него задаем тени аналогично border_shadow3 */
.morris-hover.morris-default-style {
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	background: #fff !important;
	border: 0 !important;
	font-size: 13px !important;
	text-align: left !important;
}

.border_shadow3,
#error, #success, #old_browser_warning,
.morris-hover.morris-default-style,
.polling_wrap, .hot_goods_list_wrap, .thumbnail > img,
.action_button {
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),
				0 1px 1px 0 rgba(0,0,0,.14),
				0 2px 1px -1px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),
				0 1px 1px 0 rgba(0,0,0,.14),
				0 2px 1px -1px rgba(0,0,0,.12);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),
				0 1px 1px 0 rgba(0,0,0,.14),
				0 2px 1px -1px rgba(0,0,0,.12);
}
.border_shadow3_choosed, a.thumbnail:hover > img {
	-moz-box-shadow: 0 0 3px 0 rgba(30,30,30,.8),
				0 0 1px 0 rgba(30,30,30,.56),
				0 0 1px 1px rgba(30,30,30,.48);
	-webkit-box-shadow: 0 0 3px 0 rgba(30,30,30,.8),
				0 0 1px 0 rgba(30,30,30,.56),
				0 0 1px 1px rgba(30,30,30,.48);
	box-shadow: 0 0 3px 0 rgba(30,30,30,.8),
				0 0 1px 0 rgba(30,30,30,.56),
				0 0 1px 1px rgba(30,30,30,.48);
}
table.border_shadow3.not_separated_cells, table.border_shadow3.not_separated_cells tbody tr:last-child td  {
	border: 0 !important;
}
.border_shadow4, .ic__datepicker {
	/* -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .15); */
	
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2),
				0 3px 4px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2),
				0 3px 4px -2px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2),
				0 3px 4px -2px rgba(0,0,0,0.2);
}
.borrad2, .borrad3, .borrad4, .borrad5, .borrad6, .borrad7, .borrad8, .borrad9, .borrad10 {
	overflow: hidden;
}
.borrad2 {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.borrad3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.borrad4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.borrad5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.borrad6 {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.borrad7 {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.borrad8 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.borrad9 {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.borrad10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.nav_sep {
    border-top: 1px solid #ebedf0;
    margin: 6px 15px;
}

.b0 {border: 0 !important;}

.white {background-color: #fff !important;}

.vishidden {visibility: hidden;}
.dishidden {display: none;}
.disblock {display: block;}
.disinlblock {display: inline-block;}
.distable {display: table;}
.distablecell {display: table-cell;}

.fl_l {float: left;}
.fl_r {float: right;}

.flex_break_row, .flex_break_column {
	flex-basis: 100%;
}
.flex_break_row {
	height: 0;
}
.flex_break_column {
	flex-basis: 100%;
	width: 0;
}
.cl, .cl_before1200 {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.cl_before1200 {
	display: none;
}
@media (max-width: 1199px) {
	.cl_before1200 {
		display: block;
	}
}
/* ВСПОМОГАТЕЛЬНЫЕ */

/* Модальные окна */
.on_empty_box_message {
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.popup_cont_block_from_side_to_side, .popup_cont_block_from_side_to_side_from_top {
	background-color: #fff;
	margin: 0 -7px;
	padding: 7px 7px;
	line-height: 1.4;
	font-size: 15px;
}
.popup_cont_block_from_side_to_side_from_top {
	margin-top: -7px;
	margin-bottom: 7px;
}
.edit_rows .popup_cont_block_from_side_to_side_from_top {
	margin-top: -14px;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.popup_cont_block_from_side_to_side, .popup_cont_block_from_side_to_side_from_top {
		margin: 0 -15px;
		padding: 7px 15px;
	}
	.popup_cont_block_from_side_to_side_from_top {
		margin-top: -15px;
		margin-bottom: 15px;
	}
	.edit_rows .popup_cont_block_from_side_to_side_from_top {
		margin-top: -22px;
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.popup_cont_block_from_side_to_side, .popup_cont_block_from_side_to_side_from_top {
		margin: 0 -26px;
		padding: 7px 26px;
	}
	.popup_cont_block_from_side_to_side_from_top {
		margin-top: -26px;
		margin-bottom: 26px;
	}
	.edit_rows .popup_cont_block_from_side_to_side_from_top {
		margin-top: -33px;
		margin-bottom: 0;
	}
}
.box_layer_bg {
	background: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.popup_box_container {
	margin: 0 auto;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	height: auto;
	width: 98%;
}
.box_layer_wrap {
	overflow: auto;
}
.box_layer_bg, .box_layer_wrap {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	position: fixed;
}
#box_layer {
	padding: 12px 0;
	margin: auto 0;
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	padding-bottom: env(safe-area-inset-bottom);
}
.box_layout {
	position: relative;
	z-index: 1;
}
.mail_box_label {
	font-size: 13px;
	color: #000;
	text-align: justify;
	line-height: 1.5em;
}
.mail_box_label ul {
	margin-bottom: 10px;
}
.mail_box_label li {
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 5px;
}
.mail_box_label ul ul li {
	margin-left: 20px;
	list-style: none;
}
#popup_topic_wrap {
	padding: 10px 10px 9px;
	position: relative;
	overflow: hidden;
	background: #22282c;
	display: flex;
}
#popup_topic {
	color: white;
	padding: 9px 0;
	font-family: 'PFSquareSansProRegular';
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.popup_cont {
	padding: 7px;
	background: #f7f8ff;
}
.popup_cont h2:first-child,
.popup_cont h3:first-child {
	margin-top: 0;
}
@media (min-width:500px) {
	.popup_box_container.big {
		width: 90%;
		min-width: 1000px;
	}
	.popup_box_container.small {
		width: 490px;
	}
}
/* Fix for margins on 500 screens */
@media (min-width:512px) {
	.popup_box_container.small {
		width: 502px;
	}
}
@media (min-width: 768px) {
	#popup_topic {
		font-size: 15px;
	}
	.popup_cont {
		padding: 15px;
	}
	#popup_topic_wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 992px) {
	#popup_topic {
		font-size: 16px;
	}
	#popup_topic_wrap {
		padding-left: 26px;
		padding-right: 26px;
	}
	.popup_cont {
		padding: 26px;
	}
	.popup_box_container.middle {
		width: 930px;
	}
}
.popup_cont h4 {
	margin-top: 0;
	margin-bottom: 10px;
}
.popup_cont small {
	font-size: 11px;
}
.popup_cont input,
.edit_row_all_width_field input,
.edit_row_field input {
	width: 100%;
}
.popup_cont div.description {
	padding-bottom: 15px;
	display: block;
	font-size: 11px;
}
.popup_cont div.confirm_action_label {
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
.popup_cont div.confirm_action_description {
	line-height: 1.4;
}
.popup_close {
	padding: 6px 0;
	color: #C7D7E9;
	font-size: 20px;
	-webkit-transition: color 100ms linear;
	-moz-transition: color 100ms linear;
	-o-transition: color 100ms linear;
	transition: color 100ms linear;
	text-decoration: none;
	margin-left: auto;
}
.popup_close:hover {
	color: #FFF;
}
.popup_close:active {
	padding: 7px 0 5px;
}
.popup_label {
	color: #45688E;
	line-height: 1.27em;
	margin: 0;
	font-size: 1.09em;
	font-weight: bold;
}
.popup_text_wrap {
	margin-bottom: 10px;
	margin-top: 10px;
}
#popup_text {
	width: 100%;
	height: 120px;
	padding: 5px;
	vertical-align: top;
	margin: 0;
	border: 1px solid #C0CAD5;
	border-image: initial;
	font-size: 14px;
}
div.separator {
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #FFF;
	height: 0;
	margin: 10px 0 5px;
}
.separator.small_sep {
	max-width: 70px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	div.separator {
		margin-bottom: 12px;
	}
}
/* Модальные окна */

/* КНОПКИ */
.simple_popup_big_choose_btn {
	border: 1px solid #c5c5c5;
	background-color: #fff;
	padding: 15px;
	font-size: 18px;
	cursor: pointer;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}
.simple_popup_big_choose_btn:last-child {
	margin-bottom: 0;
}
.simple_popup_big_choose_btn:hover {
	border-color: #a0a0a0;
}
.simple_popup_big_choose_btn:hover,
.simple_popup_big_choose_btn:active {
	background-color: #f3f3f3;
}
.simple_popup_big_choose_btn:active {
	border-color: #8c8c8c;
}
@media (min-width: 768px) {
	.simple_popup_big_choose_btn {
		margin-bottom: 15px;
	}
}
.white_border_transparent_btn [class^="icomoon-icon-"],
.white_border_transparent_btn [class*=" icomoon-icon-"] {
	margin-right: 3px;
	font-size: 12px;
	padding: 0 !important;
}
.white_border_transparent_btn {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 0 5px;
	height: 26px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}
.white_border_transparent_btn:hover {
	border-color: rgba(255, 255, 255, 0.8);
}
.white_border_transparent_btn:active {
	border-color: rgba(255, 255, 255, 1);
}
.flat_btn_cont {
	margin-bottom: -7px;
}
.flat_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 12px 5px 13px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	min-width: 210px;
	position: relative;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
	
	margin: 0 auto 10px;
	
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.flat_btn:only-child {
	max-width: 250px;
}
@media (min-width: 500px) {
	.flat_btn_cont {
		display: flex;
		justify-content: space-between;
	}
	.flat_btn {
		margin: 0 5px 10px;
		flex-grow: 1;
	}
	.flat_btn:first-child {
		margin-left: 0;
	}
	.flat_btn:last-child {
		margin-right: 0;
	}
	.flat_btn:only-child {
		margin-left: auto;
		margin-right: auto;
	}
}

.flat_btn.save:hover, .flat_btn.cancel:hover {
	background: #343a41;
}

.flat_btn.save {
	background: #50597b;
}

.flat_btn.cancel {
	background: #55606e;
}

.flat_btn.warning {
	background: #EB9532;
	
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	
	-webkit-box-shadow: 1px 1px 1px #D35400;
	-moz-box-shadow: 1px 2px 1px #D35400;
	box-shadow: 1px 1px 1px #D35400;
}

.flat_btn.warning:hover {
	background: #E87E04;
}

.popup_flat_btns_list {
	margin-bottom: -15px;
}

.popup_flat_btns_list .flat_btn {
	max-width: 350px;
	width: auto;
	margin: 0 auto 15px;
}

.small_inline_flat_btns_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
}

.small_inline_flat_btns_wrap .flat_btn {
	margin: 0 12px 12px 0;
	padding: 6px 7px;
	max-width: none;
	min-width: 0;
	flex-grow: 0;
	width: auto;
	font-size: 14px;
}

.small_inline_flat_btns_wrap .flat_btn [class^="icomoon-icon-"],
.small_inline_flat_btns_wrap .flat_btn [class*=" icomoon-icon-"] {
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
}

/* КНОПКИ */

/* Оповещения */
#error, #success, #old_browser_warning {
	position: fixed;
	top: 20px;
	display: none;
	padding: 15px 15px 16px;
	z-index: 10001;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #3e3e3e;
	left: 20px;
	cursor: pointer;
}
#error {
	background-color: #FFB4A3;
}
#success {
	background-color: #97FF9E;
}
#old_browser_warning {
	background-color: #FF5923;
	font-weight: bold;
}
/* Оповещения */

/* АНИМАЦИИ */
.trans_all_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_all_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_all_150 {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}
.trans_bg_150 {
	-webkit-transition: background 150ms ease;
	-moz-transition: background 150ms ease;
	-ms-transition: background 150ms ease;
	-o-transition: background 150ms ease;
	transition: background 150ms ease;
}
/* АНИМАЦИИ */

/* ОБЩИЕ СТИЛИ ДЛЯ ВСЕХ МАГАЗИНОВ */
div.load_next_btn, .action_button, a.action_button {
	background: #E3E9EF;
	color: #6A788A;
}
.action_button, a.action_button {
	font-size: 13px;
	cursor: pointer;
	word-break: break-all;
	text-align: center;
	padding: 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-ms-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
	position: relative;
}
div.load_next_btn:hover, .action_button:hover {
	background: #DAE2E9;
	color: #616e7e;
}
.action_button [class^="icomoon-icon-"],
.action_button [class*=" icomoon-icon-"] {
 	font-size: 12px;
}
.popup_cont > .action_button:first-child {
	height: 52px;
	line-height: 52px;
	padding: 0;
	margin: -7px -7px 7px -7px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: auto;
	font-size: 15px;
	z-index: 2;
}
.popup_cont_block_from_side_to_side_from_top {
	z-index: 1;
}
@media (min-width: 768px) {
	.popup_cont > .action_button:first-child {
		margin: -15px -15px 15px -15px;
	}
}
@media (min-width: 992px) {
	.popup_cont > .action_button:first-child {
		margin: -26px -26px 26px -26px;
	}
}
ul.info-l {
	padding-left: 0 !important;
}
li.info-date {
	list-style: none !important;
}
.box_layer_wrap {
	overflow: auto;
   	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-direction: column;
}
#popup_topic_wrap {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.popup_cont {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.box_body {
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.photo_full_wrap {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.photo_full_wrap img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: 1px solid #ddd;
}
.no_photo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #efefef;
}
.no_photo .icomoon-icon-camera {
	font-size: 48px;
	padding: 0 15px;
}
.good_region_icon {
	background-image: url('https:///skins/stock/images/common_images/good_region_icon.png');
	background-repeat: no-repeat;
	background-size: 19px 14px;
	padding-left: 22px;
	margin-top: 5px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.saler_additional_info_wrap,
.saler_additional_deliv_cost {
	display: flex;
	align-items: center;
	margin-top: 3px;
}
.saler_additional_deliv_cost span,
.saler_additional_info_wrap span {
	font-size: 13px;
	line-height: 1;
}
.good_region_icon,
.saler_additional_info_wrap {
	color: #000;
}
.saler_additional_deliv_cost {
	color: var(--red-zs-color);
}
.saler_additional_deliv_cost [class^="icomoon-icon-"],
.saler_additional_deliv_cost [class*=" icomoon-icon-"],
.saler_additional_info_wrap [class^="icomoon-icon-"],
.saler_additional_info_wrap [class*=" icomoon-icon-"] {
	font-size: 15px;
	margin-right: 3px;
	flex-shrink: 0;
}
.popup_info_wrap {
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 7px 5px 4px;
	color: #616161;
	font-size: 16px;
	font-family: 'PFSquareSansProRegular';
}
.get_info_icon {
	font-size: 16px;
	cursor: pointer; /* help */
	color: #436cb3;
	vertical-align: middle;
}
.get_info_icon:hover {
	color: #c10000;
}
.split_by_letters_list_wrap li {
	margin-bottom: 15px;
	list-style-type: none;
}
.split_by_letters_list_wrap li li {
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	display: inline-block;
}
.split_by_letters_list_wrap .list_letter {
	font-size: 22px;
	font-family: 'PFSquareSansProMedium', Arial, Helvetica, sans-serif;
}
/* ОБЩИЕ СТИЛИ ДЛЯ ВСЕХ МАГАЗИНОВ */

/* БЛОК ВАЖНОЙ ИНФОРМАЦИИ НА СТРАНИЦЕ */
.zs_conditions_wrap {
	font-family: 'PFSquareSansProRegular';
	padding: 7px 10px 10px;
}
.zs_conditions_wrap, .info_block_wrap {
	background-color: #fff;
	padding: 10px;
}
.zs_conditions_wrap, .zs_conditions_wrap p {
	font-size: 16px;
	color: #000;
	line-height: 1.4;
}
.zs_conditions_wrap li, .info_block_wrap li {
	margin: 3px 0 3px 20px;
	list-style-type: square;
	list-style-position: outside;
}
.zs_conditions_wrap div.zs_conditions_txt {
	margin-top: 7px;
	line-height: 1.4;
}
.zs_conditions_header {
	margin-bottom: 5px;
}
.info_block_header_wrap {
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	display: flex;
}
.info_block_header_wrap.uppercase {
	padding-bottom: 7px;
}
.info_block_header_wrap, .info_block_header_wrap h2, .info_block_header_wrap h3 {
	font-size: 19px;
}
.info_block_header, .info_block_header_wrap h2, .info_block_header_wrap h3 {
	font-weight: bold;
}
.info_block_header_wrap h2, .info_block_header_wrap h3 {
	margin: 0;
	display: inline;
}
.info_block_header_right_side {
	margin-left: auto;
	white-space: nowrap;
}
.zs_conditions_header:after, .grd_sep:after, .zs_content_wrap ol.breadcrumbs:after {
	height: 1px;
	display: block;
	content: "";
	background: -moz-linear-gradient(left,  rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 0.66) 34%, rgba(125, 185, 232, 0) 100%);
	background: -webkit-linear-gradient(left,  rgba(241, 241, 241, 1) 0%,rgba(241, 241, 241, 0.66) 34%,rgba(125, 185, 232, 0) 100%);
	background: linear-gradient(to right,  rgba(241, 241, 241, 1) 0%,rgba(241, 241, 241, 0.66) 34%,rgba(125, 185, 232, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#007db9e8',GradientType=1 );
}
.zs_content_wrap ol.breadcrumbs:after {
	background: rgba(187,187,187,1);
	background: -moz-linear-gradient(left, rgba(187,187,187,1) 0%, rgba(187,187,187,0.34) 66%, rgba(124,185,232,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(187,187,187,1)), color-stop(66%, rgba(187,187,187,0.34)), color-stop(100%, rgba(124,185,232,0)));
	background: -webkit-linear-gradient(left, rgba(187,187,187,1) 0%, rgba(187,187,187,0.34) 66%, rgba(124,185,232,0) 100%);
	background: -o-linear-gradient(left, rgba(187,187,187,1) 0%, rgba(187,187,187,0.34) 66%, rgba(124,185,232,0) 100%);
	background: -ms-linear-gradient(left, rgba(187,187,187,1) 0%, rgba(187,187,187,0.34) 66%, rgba(124,185,232,0) 100%);
	background: linear-gradient(to right, rgba(187,187,187,1) 0%, rgba(187,187,187,0.34) 66%, rgba(124,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#7cb9e8', GradientType=1 );
}
.dark_grd_sep:after, .adminpanel_all_filters_wrap:before {
	height: 1px;
	display: block;
	content: "";
	background: -moz-linear-gradient(left,  rgba(214, 214, 214, 1) 0%, rgba(214, 214, 214, 0.66) 34%, rgba(125, 185, 232, 0) 100%);
	background: -webkit-linear-gradient(left,  rgba(214, 214, 214, 1) 0%,rgba(214, 214, 214, 0.66) 34%,rgba(125, 185, 232, 0) 100%);
	background: linear-gradient(to right,  rgba(214, 214, 214, 1) 0%,rgba(214, 214, 214, 0.66) 34%,rgba(125, 185, 232, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#007db9e8',GradientType=1 );
}
.extra_dark_grd_sep:after {
	height: 1px;
	display: block;
	content: "";
	background: -moz-linear-gradient(left,  rgba(105, 105, 105, 1) 0%, rgba(105, 105, 105, 0.55) 34%, rgba(105, 105, 105, 0) 100%);
	background: -webkit-linear-gradient(left,  rgba(105, 105, 105, 1) 0%,rgba(105, 105, 105, 0.55) 34%,rgba(105, 105, 105, 0) 100%);
	background: linear-gradient(to right,  rgba(105, 105, 105, 1) 0%,rgba(105, 105, 105, 0.55) 34%,rgba(105, 105, 105, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696969', endColorstr='#69696900',GradientType=1 );
}
.zs_conditions_header, .zs_conditions_header h2 {
	font-size: 17px;
	color: #4e4e4e;
	font-family: 'PFSquareSansProMedium', Arial, Tahoma, sans-serif !important;
	padding: 0;
	font-weight: normal;
	text-align: left;
}
.zs_conditions_header span {
	font-size: 14px;
}
.info_block_header span {
	font-size: 16px;
}
@media (min-width: 768px) {
	.zs_conditions_header {
		font-size: 19px;
		margin-bottom: 8px;
	}
	.zs_conditions_header span {
		font-size: 16px;
	}
}
.zs_conditions_wrap b, .zs_conditions_wrap strong {
	font-weight: normal;
	font-family: 'PFSquareSansProMedium';
}
/* БЛОК ВАЖНОЙ ИНФОРМАЦИИ НА СТРАНИЦЕ */

/* ОПРОСЫ */
.polling_wrap {
	background-color: #fff;
	padding: 15px;
	max-width: 600px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.polling_answer_name {
	margin-top: 12px;
	font-size: 13px;
	margin-left: 5px;
}
.polling_progress {
	margin-bottom: 15px;
}
.polling_progress_wrap {
	background-color: #e5eaf0;
    overflow: hidden;
	height: 30px;
}
.polling_progress_bar {
	background: #c6d1de;
    height: 30px;
    -webkit-transition: width 500ms ease-out;
	-moz-transition: width 500ms ease-out;
	-ms-transition: width 500ms ease-out;
	-o-transition: width 500ms ease-out;
	transition: width 500ms ease-out;
}
.polling_progress_wrap,
.polling_progress_bar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.polling_percent {
	float: right;
	text-align: right;
	font-weight: bold;
	margin-right: 5px;
	height: 30px;
}
.polling_row_count,
.polling_row_this_user_voted,
.polling_answer_name,
.polling_percent {
	margin-top: -30px;
	line-height: 30px;
}
.polling_row_count,
.polling_row_this_user_voted {
	color: #55677d;
}
.polling_row_count {
	text-align: center;
	font-size: 12px;
	color: #818c99;
}
.polling_row_this_user_voted {
	margin-right: 50px;
	height: 30px;
	text-align: right;
	float: right;
	line-height: 32px;
	color: #4381bd;
}
.polling_block_header, .reviews_header {
	text-align: center;
	font-size: 32px;
	margin-bottom: 5px;
	line-height: 1;
	font-family: 'PFSquareSansProBold', sans-serif;
}
@media (min-width: 768px) {
	.polling_block_header, .reviews_header {
		font-size: 42px;
		margin-bottom: 10px;
	}
}
.polling_sys_name {
	margin-bottom: 5px;
}
.polling_sys_name, .polling_block_all_votes_desc {
	color: #656565;
	text-align: center;
}
.polling_block_all_votes_desc {
	margin-top: 10px;
}
.polling_wrap .radio_wrap {
	margin-bottom: 0;
	margin-top: 12px;
}
/* ОПРОСЫ */

/* ВЫБОР ГОДА, МАРКИ, МОДЕЛИ И МОДИФИКАЦИИ АВТО */
.car_model_choosing_row .edit_row_all_width_field,
.car_modif_choosing_row .edit_row_all_width_field,
.car_model_manual_edit_row .edit_row_all_width_field,
.car_modif_manual_edit_row .edit_row_all_width_field {
	display: flex;
	align-items: center;
}
.car_model_choosing_row select,
.car_modif_choosing_row select,
.car_model_manual_edit_row input,
.car_modif_manual_edit_row input {
	flex-grow: 1;
}
.car_model_modif_fields_toggle_control_wrap {
	margin-left: 10px;
	white-space: nowrap;
	color: #5a5a5a;
	font-size: 13px;
}
/* ВЫБОР ГОДА, МАРКИ, МОДЕЛИ И МОДИФИКАЦИИ АВТО */

/* ПРОГРЕСС-БАР */
.progress_wrap {
	margin: 10px auto 3px;
	background: #909090;
	position: relative;
	overflow: hidden;
	height: 36px;
	display: flex;
	flex-direction: row;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.progress_wrap, .progress_text {
	font-size: 14px;
}
.progress_text {
	justify-content: center;
	width: 100%;
	white-space: nowrap;
	z-index: 2;
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.progress_text.progress_text_with_dots:after {
	content: ' .';
	/* width: 10px; */
	-moz-animation: progress-text-dots 1s steps(5, end) infinite;
	-o-animation: progress-text-dots 1s steps(5, end) infinite;
	-webkit-animation: progress-text-dots 1s steps(5, end) infinite;
	animation: progress-text-dots 1s steps(5, end) infinite;
}
@-moz-keyframes progress-text-dots {
	0%, 20% {
		color: rgba(0, 0, 0, 0);
		text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
	}
	40% {
		color: #fff;
		text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
	}
	60% {
		text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 rgba(0, 0, 0, 0);
	}
	80%, 100% {
		text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 #fff;
	}
}
@-o-keyframes progress-text-dots {
	0%, 20% {
		color: rgba(0, 0, 0, 0);
		text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
	}
	40% {
		color: #fff;
		text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
	}
	60% {
		text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 rgba(0, 0, 0, 0);
	}
	80%, 100% {
		text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 #fff;
	}
}
@-webkit-keyframes progress-text-dots {
	0%, 20% {
		color: rgba(0, 0, 0, 0);
		text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
	}
	40% {
		color: #fff;
		text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
	}
	60% {
		text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 rgba(0, 0, 0, 0);
	}
	80%, 100% {
		text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 #fff;
	}
}
@keyframes progress-text-dots {
	0%, 20% {
		color: rgba(0, 0, 0, 0);
		text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
	}
	40% {
		color: #fff;
		text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
	}
	60% {
		text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 rgba(0, 0, 0, 0);
	}
	80%, 100% {
		text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 #fff;
	}
}
.progress {
	position: absolute;
	top: 0;
	bottom: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 0;
	background: #4858ce;
	z-index: 1;
	max-width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	background-image: -webkit-gradient(linear, left top, right bottom,
						color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
						color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
						color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
						to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);

	-moz-animation: progress-animate-stripes 3s linear infinite;
	-o-animation: progress-animate-stripes 3s linear infinite;
	-webkit-animation: progress-animate-stripes 3s linear infinite;
	animation: progress-animate-stripes 3s linear infinite;
}
@-moz-keyframes progress-animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
@-o-keyframes progress-animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
@-webkit-keyframes progress-animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
@keyframes progress-animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
.progress:after {
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-animation: progress-animate-shine 2s ease-out infinite;
	-o-animation: progress-animate-shine 2s ease-out infinite;
	-webkit-animation: progress-animate-shine 2s ease-out infinite;
	animation: progress-animate-shine 2s ease-out infinite;
}
@-moz-keyframes progress-animate-shine {
	0% {opacity: 0; width: 0;}
	50% {opacity: 0.5;}
	100% {opacity: 0; width: 95%;}
}
@-o-keyframes progress-animate-shine {
	0% {opacity: 0; width: 0;}
	50% {opacity: 0.5;}
	100% {opacity: 0; width: 95%;}
}
@-webkit-keyframes progress-animate-shine {
	0% {opacity: 0; width: 0;}
	50% {opacity: 0.5;}
	100% {opacity: 0; width: 95%;}
}
@keyframes progress-animate-shine {
	0% {opacity: 0; width: 0;}
	50% {opacity: 0.5;}
	100% {opacity: 0; width: 95%;}
}
/* ПРОГРЕСС-БАР */

/* ФОРМЫ РЕДАКТИРОВАНИЯ */

.edit_row_all_width_field {
	position: relative;
}

.edit_row_all_width_label_flexible,
.edit_row_all_width_field_flexible {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.edit_row_all_width_label_flexible > *,
.edit_row_all_width_field_flexible > * {
	flex-grow: 1;
}

.edit_row_all_width_field div#checkbox {
   	display: inline-block;
	vertical-align: middle;
}

.edit_row_field textarea, .edit_row_all_width_field textarea {
	resize: vertical;
}

.edit_row_multiple_fields_wrap {
	padding-right: 10px;
	display: inline-block;
}

.edit_row_multiple_fields_wrap:last-child {
	padding-right: 0;
}

table.edit_rows tr.hidden, table.edit_rows tr.always_hidden {
	display: none;
}

.edit_rows_subheader {
	font-size: 18px;
	font-family: 'PFSquareSansProMedium', Tahoma, sans-serif !important;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.edit_rows_subheader:after {
	display: block;
	content: "";
	height: 1px;
	background-color: #e2e2e2;
}
.edit_row_all_width_field.edit_row_loading:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: not-allowed;
	background-color: rgba(247, 248, 254, 0.6);
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	background-image: -webkit-gradient(linear, left top, right bottom,
						color-stop(.25, rgba(0, 0, 0, .15)), color-stop(.25, transparent),
						color-stop(.5, transparent), color-stop(.5, rgba(0, 0, 0, .15)),
						color-stop(.75, rgba(0, 0, 0, .15)), color-stop(.75, transparent),
						to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .15) 25%, transparent 25%,
						transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%,
						transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, .15) 25%, transparent 25%,
						transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%,
						transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(0, 0, 0, .15) 25%, transparent 25%,
						transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%,
						transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, .15) 25%, transparent 25%,
						transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%,
						transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(0, 0, 0, .15) 25%, transparent 25%,
						transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%,
						transparent 75%, transparent);

	-moz-animation: edit-row-loading-animate-stripes 1s linear infinite;
	-o-animation: edit-row-loading-animate-stripes 1s linear infinite;
	-webkit-animation: edit-row-loading-animate-stripes 1s linear infinite;
	animation: edit-row-loading-animate-stripes 1s linear infinite;
}
@-moz-keyframes edit-row-loading-animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
@-o-keyframes edit-row-loading-animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
@-webkit-keyframes edit-row-loading-animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
@keyframes edit-row-loading-animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
/* ФОРМЫ РЕДАКТИРОВАНИЯ */

/* СТРОКА ПОИСКА */
.search_wrap {
	width: 100%;
	margin: 0 auto 20px;
	position: relative;
}

input.big_search_field, .se_btn {
	vertical-align: top;
}
input.big_search_field {
	font-family: 'PFSquareSansProRegular';
	font-size: 20px !important;
	height: 50px;
	line-height: 54px;
	padding: 0 125px 0 5px;
	border: none;
	outline: none;
	width: 100%;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),
				0 0 0 1px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),
				0 0 0 1px rgba(0,0,0,0.08);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),
				0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
	display: inline-block;
}
input.big_search_field:hover, input.big_search_field:focus {
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2),
				0 0 0 1px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2),
				0 0 0 1px rgba(0,0,0,0.08);
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2),
				0 0 0 1px rgba(0,0,0,0.08);
}
input.big_search_field::-ms-clear {
   display: none;
}
input.big_search_field::-webkit-input-placeholder {
	font-size: 20px;
	line-height: 50px;
	/* text-transform: none; */
}
input.big_search_field::-moz-placeholder {
	font-size: 20px;
	line-height: 50px;
	/* text-transform: none; */
}
input.big_search_field:-moz-placeholder {
	font-size: 20px;
	line-height: 50px;
	/* text-transform: none; */
}
input.big_search_field:-ms-input-placeholder {
	font-size: 20px;
	line-height: 50px;
	/* text-transform: none; */
}
.se_btn, .se_clear {
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	height: 50px;
}
.se_btn {
	margin-left: -50px;
	width: 50px;
	background-color: #3A539B;
	background-image: url('https:///skins/stock/images/common_images/search_icon.png');
	background-position: center;
	background-size: 24px 25px;
	background-repeat: no-repeat;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.se_btn:hover {
	background-color: #304480;
}
.se_btn:active {
	background-color: #253565;
}
.se_clear {
	width: 30px;
	margin-left: -80px;
	font-size: 20px;
	line-height: 50px;
	color: #aaa;
}
.se_clear:hover {
	color: #000;
}
@media (max-width: 767px) {
	input.big_search_field::-webkit-input-placeholder {
		opacity: 0;
	}
	input.big_search_field::-moz-placeholder {
		opacity: 0;
	}
	input.big_search_field:-moz-placeholder {
		opacity: 0;
	}
	input.big_search_field:-ms-input-placeholder {
		opacity: 0;
	}
}
/* СТРОКА ПОИСКА */

/* Плейсхолдеры */
::-webkit-input-placeholder {
	color: #9c9c9c;
	text-overflow: ellipsis;
	text-transform: none;
}
::-moz-placeholder {
	color: #9c9c9c;
	text-overflow: ellipsis;
	text-transform: none;
}
:-moz-placeholder {
	color: #9c9c9c;
	text-overflow: ellipsis;
	text-transform: none;
}
:-ms-input-placeholder {
	color: #9c9c9c;
	text-overflow: ellipsis;
	text-transform: none;
}
/* Плейсхолдеры */

/* КНОПКА ИНФОРМАЦИИ ОБ АРТИКУЛЕ */
.article_search_info_icon,
.article_photo_btn,
.article_search_info_in_google_icon {
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}
.article_search_info_icon,
.article_photo_btn,
.article_search_info_in_google_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	width: 20px;
	color: #fff !important;
	font-family: Times New Roman, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-decoration: none;
	background-color: #507299;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.article_search_info_in_google_icon {
	background-color: #4284f6;
	font-size: 12px;
}
.article_photo_btn {
	font-size: 13px;
}
.article_photo_btn:hover,
.article_search_info_icon:hover {
	background-color: #43648c;
}
.article_search_info_in_google_icon:hover {
	background-color: #376fd0;
}
/* КНОПКА ИНФОРМАЦИИ ОБ АРТИКУЛЕ */

/* СКРЫТИЕ СТАНДАРТНЫХ СКРОЛЛБАРОВ */
.hidden_scroll_overflow {
	position: relative;
	overflow: hidden;
}
.hidden_scroll_outer {
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	padding-right: 50px;
   	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.hidden_scroll_overflow,
.hidden_scroll_outer,
.hidden_scroll_inner {
	width: inherit;
	height: inherit;
	min-height: inherit;
	max-height: inherit;
}
/* СКРЫТИЕ СТАНДАРТНЫХ СКРОЛЛБАРОВ */

/* COOKINE NOTIFICATION */
.cookie_privacy_policy_notification_outer {
	position: fixed;
	z-index: 9999;
	bottom: 15px;
	left: 15px;
	right: 15px;
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	padding-bottom: env(safe-area-inset-bottom);
}
.cookie_privacy_policy_notification {
	display: flex;
	align-items: center;
	padding: 15px 5px;
	font-weight: bold;
	color: #333;
	background-color: rgba(243, 243, 243, 0.95);
	-moz-box-shadow: 0 0 2px 0px rgba(60, 60, 60, 0.5);
	-webkit-box-shadow: 0 0 2px 0px rgba(60, 60, 60, 0.5);
	box-shadow: 0 0 2px 0px rgba(60, 60, 60, 0.5);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.cookie_privacy_policy_notification_close {
	margin-left: auto;
	font-size: 25px;
	font-weight: normal;
	cursor: pointer;
	color: #717171;
}
.cookie_privacy_policy_notification_close:hover {
	color: #000;
}
@media (min-width: 768px) {
	.cookie_privacy_policy_notification {
		padding: 10px 20px;
	}
}
/* COOKINE NOTIFICATION */