@charset "UTF-8";
/*
*	Все элементы контента
*/

.clear {
	clear: both !important;
	float: none !important;
}

.clear-5 {
	height: 5px;
	clear: both;
}

.clear-10 {
	height: 10px;
	clear: both;
}

.clear-15 {
	height: 15px;
	clear: both;
}

.inline-block {
	display: inline-block;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.hidden-block {
	display: none;
}

.visible-block {
	display: block;
}

.dashed {
	border-bottom: 1px dashed;
	text-decoration: none !important;
}

.help-cursor {
	cursor: help;
}

.red-color {
	color: #F00 !important;
}

.green-color {
	color: #0B0 !important;
}

.w5 {width: 5% !important;}
.w10 {width: 10% !important;}
.w15 {width: 15% !important;}
.w20 {width: 20% !important;}
.w25 {width: 25% !important;}
.w30 {width: 30% !important;}
.w35 {width: 35% !important;}
.w40 {width: 40% !important;}
.w45 {width: 45% !important;}
.w50 {width: 50% !important;}
.w55 {width: 55% !important;}
.w60 {width: 60% !important;}
.w65 {width: 65% !important;}
.w70 {width: 70% !important;}
.w75 {width: 75% !important;}
.w80 {width: 80% !important;}
.w85 {width: 85% !important;}
.w90 {width: 90% !important;}
.w95 {width: 95% !important;}
.w100 {width: 100% !important;}

.mb1 {
	margin-bottom: 5px;
}

.mb2 {
	margin-bottom: 10px;
}

.mb3 {
	margin-bottom: 15px;
}

.mb4 {
	margin-bottom: 20px;
}

.myaddress {
	display: none;
}

.no-wrap {
	white-space: nowrap;
}

/* Слайдеры на главной */

.content-slider,
.content-slider-2,
.content-slider-4 {
	display: none;
}

/* Корректировка для DateTimePicker */

.ui_tpicker_time_label {
	padding-right: 5px;
	font-weight: normal;
	float: left;
}

.ui_tpicker_hour_label,
.ui_tpicker_minute_label {
	font-weight: normal;
}

/* Элементы сквозного поиска - панель */

.wrap-throw-search {
	width: 100%;
	/*height: 190px;*/
	background: #FFF;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.9);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.9);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.9);
}

.wrap-throw-search .throw-search-close {
	width: 32px;
	height: 32px;
	background: url(/css/design2016/img/close.png) no-repeat;
	color: #000;
	font-size: 17px;
	padding: 1px 36px 0 0;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 4px;
	opacity: 0.6;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.wrap-throw-search .throw-search-close:hover {
	opacity: 1;
}

.wrap-throw-search form {
	max-width: 1170px;
	padding: 0 15px;
	margin: 36px auto 32px;
	position: relative;
	display: block;
}

.wrap-throw-search input[type=text] {
	width: 100%;
	border: none;
	border-bottom: 1px #BBB solid;
	font-size: 22px;
	padding: 2px 100px 15px 4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.wrap-throw-search input[type=text]:focus {
	border: none;
	border-bottom: 1px #BBB solid;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.wrap-throw-search .btn-mh {
	width: 100px;
	position: absolute;
	top: -8px;
	right: 20px;
}

.wrap-throw-search .throw-search-types {
	margin: 20px 4px 0;
}

.wrap-throw-search .throw-search-types > div {
	color: #666;
	font-size: 17px;
	margin-bottom: 6px;
}

.wrap-throw-search .throw-search-types > label {
	color: #666;
	font-size: 17px;
	font-weight: normal;
	margin-right: 24px;
}

.wrap-throw-search .throw-search-types > label > input[type=checkbox] {
	width: 18px;
	height: 18px;
	margin-right: 8px;
	position: relative;
	top: 3px;
	left: 1px;
}

/* Класс для всплавающих сообщений (ошибка, уведомление и пр.) */

.message-popup {
	width: 100%;
	text-align: center;
}

.message-popup > .message-text {
	width: 100%;
	text-align: center;
	display: table;
	table-layout: fixed;
}

.message-popup > .message-text > div {
	width: 100%;
	/*height: 110px;*/
	font-size: 18px;
	line-height: 25px;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.message-popup > .message-text > div i {
	position: relative;
	top: 2px
}

.message-popup > .message-text > div i::before {
	font-size: 25px;
	margin-left: 0;
	margin-right: 8px;
}

.message-popup > .message-text > div i.icon-ok-circled {
	color: #0B0;
}

.message-popup > .message-text > div i.icon-cancel-circled {
	color: #F00;
}

.message-popup > .message-text > div i.icon-info-circled {
	color: #04F;
}

.message-popup button {
	margin: 10px 10px 10px;
}

/* Класс, выравнивающий контент по вертикали и горизонтали, для блочных элементов (например, <div>) */

.all-center {
	text-align: center;
}

.all-center::before {
	height: 100%;
	content: "";
	vertical-align: middle;
	display: inline-block;
}

/* Класс, выравнивающий контент по вертикали, для блочных элементов (например, <div>) */

.vertical-center::before {
	height: 100%;
	content: "";
	vertical-align: middle;
	display: inline-block;
}

/* Стрелка, крутящаяся вокруг своей оси (для различных раскрывающихся списков)
   Добавить .opened - для раскрытия */

.icon-down-dir::before {
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.icon-down-dir.opened::before, .icon-down-open.opened::before {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.icon-right-dir::before, .icon-down-open::before {
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.icon-right-dir.opened::before {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}


.icon-angle-left.opened::before {
	margin-left: 4px;
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* Переключатель "Показать полностью" */

.show-full {
	margin: 0 0 15px 5px;
}

.show-full span {
	border-bottom: 1px dashed;
	font-size: 15px;
	padding: 0;
	cursor: pointer;
	display: inline;
}

.show-full i:before {
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.show-full.active i:before {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.show-full-content {
	display: none;
}

/* Блок заголовка */

.bl-head {
	max-width: 1170px;
	margin: 60px auto 6px;
	position: relative;
}

.bl-head div {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Блок главной формы */

.bl-form-tab {
	margin: 0 0 20px;
}

.bl-form-tab.new-year {
	margin: 0 0 26px;
}

/* Логотип */

.logo {
	margin: 0;
	position: relative;
	float: left;
}

.new-year img {
	position: relative;
	top: -7px;
}

.logo img {
	width: 350px;
}

.logo .mhp-sign {
	color: #F00;
	text-decoration: none;
	text-shadow: 0 0 5px #FFF;
	position: absolute;
	left: -10px;
	top: -10px;
}

/* Этот div выглядит также, как и тег h1, использовать для избежания задваивания h1 на странице */

div.div_h1 {
	font-size: 36px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	box-sizing: border-box;
	outline: none !important;
}

div.bl-head > div > h1 {
	display: none;
}

/* Мини-логотип в главном меню */

#logo-mini {
	width: 43px;
	height: 42px;
	background: url(/css/design2016/img/logo_mini.png) no-repeat;
	text-decoration: none;
	position: absolute;
	top: -100px;
	left: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#logo-mini-fixed {
	width: 43px;
	height: 42px;
	background: url(/css/design2016/img/logo_mini.png) no-repeat;
	text-decoration: none;
	position: absolute;
	top: 4px;
	left: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#logo-mini.men-day,
#logo-mini-fixed.men-day {
	background: url(/css/design2016/img/logo_mini_menday.png) no-repeat;
}

#logo-mini span,
#logo-mini-fixed span {
	display: none;
}

#logo-mini.new-year span,
#logo-mini-fixed.new-year span {
	width: 15px;
	height: 17px;
	background: url(/css/design2016/img/new_year_snowflakes.png) no-repeat center center;
	background-size: 15px;
	position: absolute;
	top: -1px;
	right: -7px;
	display: block;
}

#logo-mini.new-year span:first-of-type,
#logo-mini-fixed.new-year span:first-of-type {
	width: 10px;
	height: 11px;
	background-size: 10px;
	top: auto;
	bottom: 1px;
	left: -7px;
}

#logo-mini.new-year span:last-of-type,
#logo-mini-fixed.new-year span:last-of-type {
	width: 8px;
	height: 9px;
	background-size: 8px;
	top: auto;
	bottom: -2px;
	left: 4px;
}

#logo-mini.women-day span,
#logo-mini-fixed.women-day span {
	width: 15px;
	height: 17px;
	background: url(/css/design2016/img/women_day_flower_1.png) no-repeat center center;
	background-size: 15px;
	position: absolute;
	top: -1px;
	right: -7px;
	display: block;
}

#logo-mini.women-day span:first-of-type,
#logo-mini-fixed.women-day span:first-of-type {
	width: 10px;
	height: 11px;
	background: url(/css/design2016/img/women_day_flower_2.png) no-repeat center center;
	background-size: 10px;
	top: auto;
	bottom: 4px;
	left: -7px;
}

#logo-mini.women-day span:last-of-type,
#logo-mini-fixed.women-day span:last-of-type {
	width: 8px;
	height: 9px;
	background: url(/css/design2016/img/women_day_flower_3.png) no-repeat center center;
	background-size: 8px;
	top: auto;
	bottom: -2px;
	left: 4px;
}

#logo-mini.mhp-sign::after,
#logo-mini-fixed.mhp-sign::after {
	content: '+';
	color: #F00;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 2px #FFF;
	position: absolute;
	top: -4px;
	left: 2px;
}

/* Ссылка на старую версию сайта */

.old-site {
	position: absolute;
	top: 13px;
	right: 10px;
}

.old-site a {
	color: #FFF;
}

.old-site a:hover {
	color: #68b3e7;
}

/* Форма поиска */

.form-search {
	margin-top: 10px;
}

.form-search .btn-search {
	/*width: 90px;*/
	/*height: 39px;*/
	/*font-size: 19px;*/
	/*letter-spacing: 1px;*/
	/*padding: 4px 0 6px;*/
	margin-top: -4px;
	margin-left: -86px;
}

.form-search .input-search {
	width: 358px;
	height: 38px;
	background: #ffffff url(/css/design2016/img/bg_search.png) no-repeat 2px 4px;
	border: 1px solid #ccc;
	padding-left: 41px;
	padding-right: 90px;
	margin-top: 0;
	margin-bottom: 0;
	outline: none;
	-webkit-border-radius: 22px 5px 5px 22px;
	-moz-border-radius: 22px 5px 5px 22px;
	border-radius: 22px 5px 5px 22px;
	-moz-box-shadow: inset 2px 2px 5px rgba(0,0,0,0.19), 0 0 5px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 2px 2px 5px rgba(0,0,0,0.19), 0 0 5px 0 rgba(0,0,0,0.4);
	box-shadow: inset 2px 2px 5px rgba(0,0,0,0.19), 0 0 5px 0 rgba(0,0,0,0.4);
}

/* Слой-подложка */

#hider {
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 800;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#hider-popup {
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Общий стиль для боковых кнопок */

.btn-side {
	width: 50px;
	background: #FFF;
	border: #68b3e7 2px solid;
	border-left: none;
	color: #68b3e7;
	text-decoration: none;
	z-index: 700;
	display: block;
	cursor: pointer;
	position: fixed;
	left: -14px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.btn-side i {
	font-size: 24px;
	padding-left: 14px;
	text-decoration: none;
}

.btn-side:hover {
	background: #306d98;
	border-color: #306d98;
	color: #FFF;
}

/* Кнопка обратной связи */

#btn-feedback {
	height: 36px;
	bottom: 67px; /* 67/109 */
	overflow: hidden;
}
#btn-feedback:hover {
	height: 234px;
}
#btn-feedback > div {
	visibility: hidden;
	font-size: 18px;
}
#btn-feedback:hover > div {
	visibility: visible;
	font-size: 18px;
	white-space: nowrap;
	position: absolute;
	bottom: -18px;
	left: 16px;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
}

/* Кнопка перейти вверх */

#btn-up {
	width: 36px;
	height: 36px;
	background: #68b3e7 url(/css/design2016/img/btn_up_36.png) no-repeat center center;
	z-index: 700;
	position: fixed;
	left: -55px;
	bottom: 67px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#btn-up:hover {
	background-color: #306d98;
}

/* Кнопка перейти вниз */

#btn-down {
	width: 36px;
	height: 36px;
	background: #68b3e7 url(/css/design2016/img/btn_down_36.png) no-repeat center center;
	z-index: 700;
	position: fixed;
	left: -1px;
	bottom: 25px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#btn-down:hover {
	background-color: #306d98;
}

/* Кнопка перейти вверх для мобильных устройств */

#btn-up-mobile {
	width: 30px;
	height: 30px;
	background: #68b3e7 url(/css/design2016/img/btn_up.png) no-repeat;
	background-size: 22px 22px;
	background-position: center 3px;
	opacity: 0.7;
	z-index: 700;
	position: fixed;
	right: -40px;
	bottom: 10px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

/* Анкер для ступенчатого перемещения по главной странице */

.anchor {
	height: 0;
}

/* Всплывающее окно - находится в шаблоне main_template_2016.php
*  Любой модуль может вызывать это окно, нужно только наполнить его через .innerHTML();
*/

#popup-window {
	min-width: 150px;
	min-height: 100px;
	max-width: 1000px;
	max-height: 800px;
	background: #FFF;
	border: 1px #BBB solid;
	margin: auto auto;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 15px 0 #444;
	-moz-box-shadow: 0 0 15px 0 #444;
	box-shadow: 0 0 15px 0 #444;
}

#popup-window .title {
	width: 100%;
	height: 37px;
	background: #2476b6;
	padding: 9px 0 0 10px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#popup-window .title span {
	color: #FFF;
	font-size: 16px;
}

#popup-window .title span i {
	color: #FFF;
	font-size: 19px;
	line-height: 18px;
	margin-right: 7px;
	position: relative;
	top: 1px;
}

#popup-window .title span i::before {
	margin: 0;
	z-index: 2;
	position: relative;
}

#popup-window .title span i::after {
	content: ' ';
	width: 12px;
	height: 12px;
	background: #FFF;
	position: absolute;
	top: 4px;
	left: 3px;
	z-index: 0;
	display: inline-block;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

#popup-window .title span i.icon-ok-circled::after {
	background: #0B0;
}

#popup-window .title span i.icon-cancel-circled::after {
	background: #F00;
}

#popup-window .title span i.icon-info-circled::after {
	background: #04F;
}

#popup-window .title span i.icon-question-circle-o::after {
	background: #0B0;
}

#popup-window .title .icon-cancel {
	color: #DDD;
	font-size: 21px;
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#popup-window .title .icon-cancel:hover {
	color: #FFF;
}

#popup-window .body {
	width: 100%;
	padding: 10px 12px 12px;
}

/* Стили для пагинации */

.pages {
	padding-top: 30px;
}

.pages a {
	background: #68b3e7;
	color: #FFF;
	padding: 4px 10px;
	margin-left: 5px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	display: inline-block;
}

.pages span {
	padding: 0;
	margin-left: 5px;
}

.pages a:hover {
	background: #417cb8;
}

.pages a.active {
	background: none;
	color: #444;
}

.pages a.noactive {
	background: none;
	color: #444;
}

#pagination_top {
	display: inline-block;
}
#pagination_top, #pagination_top .pages {
	display: inline-block;
	padding: 0;
	float: left;
}

/* Для формы добавления клиники */

.form td {
	padding: 0 5px 5px 0;
}

table.form td > input,
table.form td > textarea,
table.form td > p {
	width: 400px;
	max-width: 400px;
}

.notice {
	width: auto;
	color: #F00;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.hint {
	color: #888;
	font-size: 18px;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
	display: inline;
}

.hint span {
	position: absolute;
	width: 300px;
	color: #FFF;
	background: #000;
	line-height: 18px;
	text-align: left;
	visibility: hidden;
	border-radius: 6px;
	padding: 10px 20px 15px;
}

.hint span:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 14%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid #000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

i:hover.hint span {
	font-size: 14px;
	visibility: visible;
	opacity: 0.8;
	bottom: 30px;
	left: -30px;
	z-index: 100;
}

/* Стили для блока событий портала */

.eventlog-outer {
	position: absolute;
	top: -300px;
	right: 14px;
	-webkit-transition: all 0.5s ease-in-out;
	-webkit-transition-delay: 1s;
	-moz-transition: all 0.5s ease-in-out 1s;
	-o-transition: all 0.5s ease-in-out 1s;
	transition: all 0.5s ease-in-out 1s;
}

.eventlog-outer .eventlog-caption {
	width: 100%;
	height: 30px;
	background: rgba(0,0,0,0.2);
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 0 11px;
	position: absolute;
	top: 0;
	left: 0;
}

.eventlog-outer .eventlog-more {
	color: #DDD;
	font-size: 13px;
	position: absolute;
	bottom: 8px;
	right: 10px;
}

@media (max-width: 1780px) {

	.eventlog-outer .eventlog-more span {
		display: none;
	}

}

@media (max-width: 1660px) {

	.eventlog-outer {
		display: none;
	}

}

.bl-eventlog {
	width: calc(((100vw - 1170px) / 2) - 30px);
	height: 281px;
	background: rgba(0,0,0,0.5);
	padding: 30px 14px 34px 10px;
}

.bl-eventlog .eventlog-wrap .eventlog-item {
	margin-bottom: 8px;
}

.bl-eventlog .eventlog-wrap .eventlog-item:last-of-type {
	margin-bottom: 0;
}

.bl-eventlog .eventlog-wrap .eventlog-date {
	color: #CCC;
	font-size: 11px;
	line-height: 17px;
}

.bl-eventlog .eventlog-wrap .eventlog-text {
	color: #FFF;
	font-size: 13px;
	line-height: 16px;
}

.bl-eventlog .eventlog-wrap .eventlog-text a {
	color: #FFF;
}

.bl-eventlog .mCSB_outside + .mCSB_scrollTools {
	margin-bottom: 34px;
	right: -3px;
}

/* Стили для боковых баннеров */

#inner_main {
	min-height: 700px; /*840px;*/
}

.bl-side-banners {
	width: calc(((100vw - 1170px) / 2) - 15px);
	position: absolute;
	top: 58px;
}

.bl-side-banners div {
	text-align: center;
}

.align-initial div {
	text-align: initial;
}

.bl-side-banners div img {
	width: 100%;
	max-width: 100%;
}

.bl-side-banners ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Левый баннер */

.-left-banner {
	left: 0;
}

/* Правый баннер */

.-right-banner {
	right: 0;
}

/* Переключатель верхнего отступа баннеров для главной страницы */

.-main-page-banners {
	top: 345px !important;
}

/* Стиль для вывода результатов автозаполнения полей (использовать этот id, только прописать ширину для каждого конкретного случая )*/

#results {
	width: calc(60% - 51px);
	background: #c6d8ed;
	position: absolute;
	display: block;
	z-index: 100;box-shadow: 2px 2px 14px 0 #888;
	-moz-box-shadow: 2px 2px 14px 0 #888;
	-webkit-box-shadow: 2px 2px 14px 0 #888;
}

#results .item {
	padding: 3px 8px;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #66afe9 /*#c0c0c0*/;
	border-left: 1px solid #66afe9;
	border-right: 1px solid #66afe9;
	border-radius: 4px;
}

#results .item:last-child {
	border-bottom: 1px solid #66afe9 /*#c0c0c0*/;
	border-left: 1px solid #66afe9;
	border-right: 1px solid #66afe9;
	border-radius: 4px;
}

#results .item:hover {
	background-color: #9BBADD /*#f2f2f2*/;
	cursor: pointer;
}

/* Селекторы для старой/новой цены */

.price_old {
	color: #AAA !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-decoration: line-through !important;
	padding-left: 5px !important;
}

.price_new {
	color: #0A0 !important;
	font-weight: 700 !important;
	font-style: normal !important;
}

/* Подсказка Image-Hint */

.ihint {
	position: relative;
}

.ihint-block {
	border: 8px #FFF solid;
	margin-top: 8px;
	cursor: default;
	position: absolute;
	z-index: 100;
	box-shadow: 4px 4px 30px 0 #666;
	-moz-box-shadow: 4px 4px 30px 0 #666;
	-webkit-box-shadow: 4px 4px 30px 0 #666;
}

.ihint-block > img {
	position: relative;
	z-index: 110;
}

.ihint-block > span {
	width: 15px;
	height: 15px;
	background: #FFF;
	position: absolute;
	top: -11px;
	left: 25px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Календарь поверх контента */

.ui-datepicker {
	/*z-index: 10 !important;;*/
}

/* Общий стиль для таблиц */

.tbl-mh {
	width: 100%;
}

.tbl-mh tr {
	/*height: 36px;*/
}

.tbl-mh th {
	background: #e9f8ff;
	border-top: 4px #e9f8ff solid;
	border-bottom: 4px #0A96DE solid;
	line-height: 19px;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}

.tbl-mh th a {
	font-weight: normal;
}

.tbl-mh td {
	border-top: 1px #FFF solid;
	border-bottom: 1px #DDD solid;
	color: #666;
	line-height: 20px;
	padding: 6px 10px 6px;
	text-align: left;
	vertical-align: middle;
}

.tbl-mh td.empty {
	background: #F8F8F8 !important;
	text-align: center;
	padding: 16px 10px 15px;
}

.tbl-mh th.left,
.tbl-mh td.left {
	text-align: left;
}

.tbl-mh th.center,
.tbl-mh td.center {
	text-align: center;
}

.tbl-mh th.right,
.tbl-mh td.right {
	text-align: right;
}

.tbl-mh td:nth-child(odd) {
	background: #F8F8F8;
}

.tbl-mh.tbl-nozebre td:nth-child(odd) {
	background: transparent;
}

.tbl-mh:not(.tbl-nocursor) tr:hover,
.tbl-mh:not(.tbl-nocursor) tr:hover td {
	background: #EEE;
}

.tbl-mh td .small {
	color: #888;
	font-size: 0.85em;
	font-style: italic;
	line-height: normal;
	padding-top: 2px;
	padding-bottom: 1px;
}

/* Общий стиль для форм */

.frm-mh {
	background: #F5FCFF;
	border: 1px #68b3e7 solid;
	font-size: 16px;
	padding: 20px;
	position: relative;
}

.frm-mh > span {
	background: #eafcff;
	border-right: 1px #68b3e7 solid;
	border-bottom: 1px #68b3e7 solid;
	/*color: #4aace7;*/
	/*color: #4ca0e7;*/
	color: #3097e7;
	padding: 9px 40px 6px 12px;
	margin-top: -4px;
	display: inline-block;
	position: relative;
	top: -16px;
	left: -20px;
}

.frm-mh > span i {
	margin-right: 2px;
	opacity: 0.8;
	position: relative;
	top: -1px;
}

.frm-mh > span label {
	font-weight: normal;
	margin-bottom: 0;
}

.frm-mh > span input[type=checkbox] {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 6px;
	right: 12px;
}

.frm-mh > div {
	margin-bottom: 15px;
	position: relative;
}

.frm-mh > div:last-of-type {
	margin-bottom: 0;
}

.frm-mh > div::before {
	content: " ";
	display: table;
}

.frm-mh > div::after {
	content: " ";
	clear: both;
	display: table;
}

.frm-mh > div > div {
	padding-left: 16px;
	float: left;
}

.frm-mh > div > div.hider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.frm-mh > div.disabled {
	opacity: 0.5;
}

.frm-mh > div.disabled > div.hider {
	display: block;
}

.frm-mh > div > div:first-child {
	padding-left: 0;
}

.frm-mh > div.multiple > div:first-child {
	padding-left: 16px;
}

.frm-mh > div.multiple > div {
	margin-bottom: 8px;
}

.frm-mh > div > span {
	color: #666;
	font-size: 15px;
	font-style: italic;
	line-height: 21px;
	padding: 12px 9px 0 25px;
	display: block;
	float: left;
}

.frm-mh > div > span:first-child {
	padding-left: 0;
}

.frm-mh > div > span:last-child {
	padding-right: 0;
}

.frm-mh > div > div > span {
	padding-bottom: 3px;
	display: block;
}

.frm-mh > div > div > span::before {
	font-size: 16px;
	margin-right: 6px;
}

.frm-mh > div > div > span > sup {
	color: #F00;
	font-weight: 600;
	padding-left: 4px;
}

.frm-mh > div > div input[type=text],
.frm-mh > div > div input[type=password],
.frm-mh > div > div select,
.frm-mh > div > div textarea {
	width: 100%;
	max-width: 100%;
}

.frm-mh > div > div textarea {
	display: block;
}

.frm-mh > div > div input[type=checkbox] {
	width: 18px;
	height: 18px;
	margin-right: 6px;
	position: relative;
	top: 3px;
}

.frm-mh > div > div input[type=file] {
	display: none;
}

.frm-mh > div > div > img {
	width: 38px;
	height: 38px;
	border: 1px #BBB solid;
	margin-right: 5px;
	display: inline-block;
}

.frm-mh > div > div > a {
	/*color: #F00;*/
	/*font-weight: 600;*/
	/*padding-left: 4px;*/
}

.frm-mh > div > div label {
	font-weight: normal;
	margin-bottom: 0;
	display: block;
	position: relative;
	top: 3px;
}

.frm-mh > div > div > div {
	float: left;
}

.frm-mh > div > div > .auto {
	width: auto !important;
}

/* Общий стиль для информационного блока (содержит статическую информацию) */

.inf-mh > div {
	padding: 0 16px 5px;
	margin-bottom: 16px;
	position: relative;
}

.inf-mh > div::before {
	width: calc(100% - 30px);
	content: ' ';
	border-bottom: 3px #5ab0e2 solid;
	display: block;
	position: absolute;
	left: 15px;
	bottom: 0;
}

.inf-mh > div.no-decor {
	margin-bottom: 0;
}

.inf-mh > div.no-decor::before {
	display: none;
}

.inf-mh > div > span:first-of-type {
	font-size: 16px;
	font-weight: 600;
	padding-right: 5px;
}

/* Общий стиль для переключаемых блоков с табуляторами */

.tab-mh > span {
	background: #EEE;
	border: 1px #888 solid;
	padding: 7px 20px;
	margin-left: -1px;
	position: relative;
	top: 1px;
	display: block;
	float: left;
	cursor: pointer;
	z-index: 1;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.tab-mh > span:first-of-type {
	margin-left: 0;
}

.tab-mh > span.active {
	background: #FFF;
	border-bottom-color: #FFF;
	cursor: default;
}

.tab-mh > div {
	background: #FFF;
	border: 1px #888 solid;
	padding: 15px;
	overflow-x: auto;
	display: none;
	clear: both;
}

.tab-mh > div.active {
	display: block;
}

/* Слайдер-ползунок */

.sld-mh {
	height: 16px;
	border: 1px solid #a1d8ff;
	color: #444;
	font-size: 15px;
	margin-top: 23px;
	position: relative;
	cursor: default;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: -moz-linear-gradient(top, #9bd2f9, #bce2f8) !important;
	background: -webkit-linear-gradient(top, #9bd2f9, #bce2f8) !important;
	background: -o-linear-gradient(top, #9bd2f9, #bce2f8) !important;
	background: -ms-linear-gradient(top, #9bd2f9, #bce2f8) !important;
	background: linear-gradient(top, #9bd2f9, #bce2f8) !important;
}

.sld-mh > div {
	font-size: 14px;
	position: absolute;
	top: -23px;
	left: 1px;
	z-index: 10;
	white-space: nowrap;
}

.sld-mh > div:last-of-type {
	cursor: pointer;
	top: -1px;
	left: -1px;
	z-index: 20;
}

.sld-mh > span {
	font-size: 15px;
	position: absolute;
	top: -24px;
	right: 4px;
	z-index: 10;
}

.sld-mh > div > span {
	height: 16px;
	border: none;
	display: block;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.1s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}

.sld-mh > div > span:first-of-type {
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}

.sld-mh > div > span:last-of-type {
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}

.sld-mh > div > span.active {
	background: #0084cb;
}

/* Слайдер-ползунок (тема в виде звезд) */

.sld-mh.sld-stars {
	height: 46px;
	border: none;
	margin-top: 25px;
	background: none !important;
}

.sld-mh.sld-stars > div:last-of-type {
	top: 2px;
	left: -5px;
}

.sld-mh.sld-stars > span {
	background: #FBFBFB;
	border: 1px #DDD solid;
	font-size: 14px;
	padding: 0 5px;
	position: absolute;
	top: auto;
	bottom: -4px;
	left: auto;
	right: auto;
	z-index: 10;
	display: none;
}

.sld-mh.sld-stars > div > span {
	height: auto;
	color: #BBB;
	font-size: 22px;
}

.sld-mh.sld-stars > div > span::before {
	margin: 0 auto;
	display: block;
}

.sld-mh.sld-stars > div > span.active {
	background: none;
}

/* Слайдер-ползунок (старый стиль) */

/*
.sld-mh {
	height: 38px;
	background-color: #FFF;
	border: 1px solid #888;
	color: #444;
	font-size: 15px;
	position: relative;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.sld-mh > div {
	position: absolute;
	top: 7px;
	left: 8px;
	z-index: 10;
}

.sld-mh > div:first-of-type,
.sld-mh > div:last-of-type {
	top: 0;
	left: 0;
}

.sld-mh > div:first-of-type {
	z-index: 0;
}

.sld-mh > div:last-of-type {
	z-index: 20;
}

.sld-mh > span {
	font-size: 24px;
	position: absolute;
	top: 1px;
	right: 9px;
	z-index: 10;
}

.sld-mh > div > span {
	height: 36px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.sld-mh > div > span:first-of-type {
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}

.sld-mh > div > span:last-of-type {
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}

.sld-mh > div:first-of-type > span {
	border-right: 1px solid #EEE;
}

.sld-mh > div:first-of-type > span:first-of-type,
.sld-mh > div:first-of-type > span:last-of-type {
	border-right: none;
}

.sld-mh > div:first-of-type > span.active {
	background: #9cd9ff;
}
*/

/* Общий стиль для хинта */

.hint-mh {
	position: relative;
}

.hint-mh span {
	max-width: 300px;
	width: 300px;
	background: rgba(0,0,0,0.8);
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	padding: 8px 12px 10px;
	text-align: left;
	white-space: normal;
	display: none;
	position: absolute;
	border-radius: 6px;
}

.hint-mh span:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid rgba(0,0,0,0.8);
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	margin-left: -8px;
	position: absolute;
	top: 100%;
	left: 19px;
}

.hint-mh:hover span {
	font-size: 14px;
	display: block;
	bottom: calc(100% + 10px);
	left: -10px;
	z-index: 100;
}

/* Общий стиль для "раскрывателя-скрывателя" блоков */

.switch-expander {
	width: 100%;
	height: 80px;
	border-bottom: 30px #FFF solid;
	line-height: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0), #FFF);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), #FFF);
	background: -o-linear-gradient(top, rgba(255,255,255,0), #FFF);
	background: -ms-linear-gradient(top, rgba(255,255,255,0), #FFF);
	background: linear-gradient(top, rgba(255,255,255,0), #FFF);
}

.switch-expander i {
	color: #AAA !important;
	position: absolute;
	bottom: -24px;
}

.switch-expander span {
	border-bottom: 1px dashed;
	color: #1d9feb !important;
	font-style: normal !important;
	padding: 0 !important;
	cursor: pointer;
	position: absolute;
	bottom: -25px;
	left: 25px;
}

.switch-expander span:hover {
	color: #23527c !important;
}

.switch-reducer {
	width: 100%;
	padding-top: 8px;
}

.switch-reducer i {
	color: #AAA !important;
}

.switch-reducer span {
	border-bottom: 1px dashed;
	color: #1d9feb !important;
	font-style: normal !important;
	padding: 0 !important;
	cursor: pointer;
	position: relative;
	left: 4px;
}

.switch-reducer span:hover {
	color: #23527c !important;
}

/* Блок уведомлений ОЛК */

.olk-notifies {
	position: fixed;
	bottom: 7px;
	right: 15px;
	z-index: 1001;
}

.olk-notifies > div {
	background: #306d98;
	background: -webkit-linear-gradient(top, #6fafe5, #306d98);
	background: -o-linear-gradient(top, #6fafe5, #306d98);
	background: -ms-linear-gradient(top, #6fafe5, #306d98);
	background: linear-gradient(top, #6fafe5, #306d98);
	border: 1px #DDD solid;
	color: #FFF;
	padding: 10px 14px 10px 40px;
	margin-bottom: 8px;
	position: relative;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 3px 3px 25px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 25px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 25px 0 rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.olk-notifies > div > i.icon-chat-empty {
	font-size: 20px;
	position: absolute;
	top: 6px;
	left: 7px;
}

.olk-notifies > div > i.icon-circle {
	width: 11px;
	height: 11px;
	color: #0F0;
	font-size: 13px;
	position: absolute;
	bottom: 16px;
	left: 16px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	animation-name: olk-notify-flash;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.olk-notifies > div > i.icon-circle::before {
	position: relative;
	top: -2px;
	left: -3px;
}

@keyframes olk-notify-flash {
	0% {opacity: 1}
	25% {opacity: 0.9}
	50% {opacity: 0}
	75% {opacity: 0.9}
}

.olk-notifies > div > span {
	width: 20px;
	height: 20px;
	background: #6fafe5;
	color: #FFF;
	font-size: 20px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: -6px;
	right: -6px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.olk-notifies > div > span::before {
	position: absolute;
	top: 0;
	left: -4px;
}

.olk-notifies > div > span:hover {
	background: #FFF;
	color: #6fafe5;
}

.olk-notifies > div > div:last-of-type {
	font-size: 12px;
	margin-top: 5px;
}

/* Блок уведомлений предпочтений */

.preference-notify {
	max-width: 310px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 1000;
}

.preference-notify > div {
	background: #FFF;
	border: 1px #DDD solid;
	color: #444;
	position: relative;
	cursor: default;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 3px 3px 25px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 25px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 25px 0 rgba(0,0,0,0.5);
}

.preference-notify > div > div:first-of-type {
	background: -moz-linear-gradient(top, #6fafe5, #5f92c1);
	background: -webkit-linear-gradient(top, #6fafe5, #5f92c1);
	background: -o-linear-gradient(top, #6fafe5, #5f92c1);
	background: -ms-linear-gradient(top, #6fafe5, #5f92c1);
	background: linear-gradient(top, #6fafe5, #5f92c1);
	color: #FFF;
	font-size: 13px;
	line-height: 13px;
	padding: 6px 50px 5px 4px;
}

.preference-notify > div > div:first-of-type > i {
	color: #b2dcff;
	font-size: 14px;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.preference-notify > div > div:first-of-type > i:hover {
	color: #90cbf3;
}

.preference-notify > div > div:last-of-type {
	font-size: 14px;
	line-height: 19px;
	padding: 9px 10px 10px;
}

.preference-notify > div > span {
	height: 14px;
	background: #FFF;
	border: 1px #DDD solid;
	border-bottom: none;
	cursor: move;
	position: absolute;
	top: -14px;
	left: -1px;
}

.preference-notify > div > span::before {
	content: 'medihost';
	color: #888;
	font-size: 10px;
	line-height: 10px;
	padding: 2px 5px 2px 4px;
	display: block;
}

/* Прочее */

.zapis-k-vrachu {
	border-radius: 5px;
	background-color: #e7372c;
	border-color: #e7372c;
	text-shadow: none;
	float: right;
	position: relative;
	z-index: 5;
}

/* Лоадер */

.common-loader {
	width: 100%;
	height: 100px;
	background: url(/css/design2016/img/loading.gif) no-repeat center center;
}

/* Обертка страниц pages */
.page_div {
	width: 100%;
}

.page_div img {
	height: auto;
	max-width: 100%;
}

.page_div iframe{
	max-width: 100%;
	overflow: auto;
}

/* Новый механизм popup-Window */

.win-mh {
	content: ' ';
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1500;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}

.win-mh-body {
	width: 150px;
	height: 100px;
	max-width: calc(100% - 20px);
	background: #FFF;
	border: 1px #BBB solid;
	margin: auto auto;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 16px 0 rgba(0,0,0,0.7);
	-moz-box-shadow: 1px 1px 16px 0 rgba(0,0,0,0.7);
	box-shadow: 1px 1px 16px 0 rgba(0,0,0,0.7);
}

.win-mh-body .win-mh-title {
	width: 100%;
	height: 38px;
	background: #2476b6;
	color: #FFF;
	font-size: 16px;
	text-align: left;
	padding: 9px 40px 0 13px;
	cursor: default;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.win-mh-body .win-mh-title i::before {
	margin-left: 0;
	margin-right: 8px;
}

.win-mh-body .win-mh-title span {
	color: #DDD;
	font-size: 24px;
	position: absolute;
	top: 2px;
	right: 3px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.win-mh-body .win-mh-title span:hover {
	color: #FFF;
}

.win-mh-body .win-mh-content {
	width: 100%;
	font-size: 16px;
	padding: 12px;
}

.win-mh-body .win-mh-content .frm-mh {
	margin-bottom: 12px;
}

.win-mh-body .win-mh-content-dialog {
	font-size: 16px;
	text-align: center;
	padding: 18px 12px 16px;
}

.win-mh-body .win-mh-content-dialog button,
.win-mh-body .win-mh-content-dialog .btn-mh {
	margin: 15px 10px 0;
}

/* Важная ссылка на главной странице */

.bl-head .main-important,
#content_header .main-important {
	background: rgba(255,0,0,0.8);
	border: 1px  rgba(255,0,0,0.8) solid;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	padding: 8px 9px 6px 8px !important;
	margin: 11px 0 0 20px;
	cursor: pointer;
	float: left;
	position: relative;
	z-index: 1;
	display: inline-block;
	-webkit-box-shadow: 1px 1px 12px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 12px 0 rgba(0,0,0,0.4);
	box-shadow: 1px 1px 12px 0 rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#content_header .main-important {
	margin: 0;
	position: relative;
	top: -2px;
	float: right;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.bl-head .main-important:hover,
#content_header .main-important:hover {
	background: rgba(255,0,0,1);
	border: 1px  rgba(255,0,0,1) solid;
}

/* Информер по коронавирусу */

.covid-informer {
	position: fixed;
	left: -239px;
	top: 300px;
	z-index: 701;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.covid-informer.active {
	left: 0;
}

.covid-informer-head {
	width: 282px;
	height: 40px;
	background: rgba(230,0,0,0.95);
	color: #FFF;
	font-size: 17px;
	padding: 9px 44px 0 8px;
	position: relative;
	z-index: 702;
	cursor: pointer;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	-webkit-box-shadow: 2px 0 12px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 0 12px 0 rgba(0,0,0,0.5);
	box-shadow: 2px 0 12px 0 rgba(0,0,0,0.5);
}

.covid-informer.active .covid-informer-head {
	cursor: default;
}

.covid-informer-head img {
	display: block;
	position: absolute;
	top: 5px;
	right: 8px;
}

.covid-informer-body {
	width: 276px;
	height: 0;
	background: rgba(255,50,50,0.95);
	color: #FFF;
	font-size: 15px;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 12px 0 rgba(0,0,0,0.45);
	-moz-box-shadow: 2px 2px 12px 0 rgba(0,0,0,0.45);
	box-shadow: 2px 2px 12px 0 rgba(0,0,0,0.45);
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0.3s;
	-moz-transition: all 0.2s ease-in-out 0.3s;
	-o-transition: all 0.2s ease-in-out 0.3s;
	transition: all 0.2s ease-in-out 0.3s;
}

.covid-informer.active .covid-informer-body {
	height: 150px;
}

.covid-informer-body .covid-informer-switcher {
	height: 37px;
	background: rgba(245,40,40,0.95);
	padding: 8px;
}

.covid-informer-body .covid-informer-switcher > span {
	border-bottom: 1px rgba(255,255,255,0.75) dashed;
	color: rgba(255,255,255,0.75);
	line-height: 15px;
	margin-right: 10px;
	cursor: pointer;
	display: inline-block;
}

.covid-informer-body .covid-informer-switcher > span.active {
	border-bottom: 1px #FFF dashed;
	color: #FFF;
}

.covid-informer-body .covid-informer-data {
	height: 77px;
	padding: 8px;
}

.covid-informer-body .covid-informer-data > div {
	display: none;
}

.covid-informer-body .covid-informer-data > div.active {
	display: block;
}

.covid-informer-body .covid-informer-data > div  > div {
	width: 33.33333%;
	font-size: 21px;
	text-align: center;
	padding-top: 2px;
	float: left;
	cursor: default;
}

.covid-informer-body .covid-informer-data > div  > div:nth-of-type(1) {
	width: 36%;
}

.covid-informer-body .covid-informer-data > div  > div:nth-of-type(2) {
	width: 33%;
}

.covid-informer-body .covid-informer-data > div  > div:nth-of-type(3) {
	width: 31%;
}

.covid-informer-body .covid-informer-data > div  > div > span {
	font-size: 18px;
}

.covid-informer-body .covid-informer-data > div  > div > div {
	font-size: 12px;
	padding-top: 5px;
	display: block;
}

.covid-informer-body .covid-informer-bottom {
	height: 36px;
	background: rgba(245,40,40,0.95);
	padding: 7px 8px;
}

.covid-informer-body .covid-informer-bottom a {
	color: #FFF;
	margin-left: 2px;
}

/* Плашка с важным объявлением на Портале */

.warning-tile {
	width: 100%;
	background: rgba(255,0,0,0.98);
	color: #FFF;
	font-size: 16px;
	line-height: 1.5;
	padding: 16px 120px 16px 16px;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999999;
	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.45);
	-moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.45);
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.45);
}

.warning-tile button {
	width: 89px;
	height: 31px;
	background: transparent;
	border: 2px #FFF solid;
	padding: 2px 12px;
	border-radius: 0;
	position: absolute;
	top: 17px;
	right: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.warning-tile button:hover {
	background: #FFF !important;
	border: 2px #FFF solid !important;
	color: #F00 !important;
}

.warning-tile i {
	font-size: 16px;
	position: absolute;
	top: 5px;
	right: 2px;
	display: none;
}

@media (max-width: 767px) {

	.warning-tile {
		font-size: 12px;
		line-height: 1.4;
		padding: 12px 24px 12px 12px;
	}

	.warning-tile button {
		display: none;
	}

	.warning-tile i {
		display: inline;
	}

}

/* Стили для фильтра */

.filter-mh {
	background: #F5FCFF;
	border: 1px #68b3e7 solid;
	padding: 14px 11px 12px;
	margin-bottom: 20px;
	flex-direction: column;
	justify-content: space-between;
	display: flex;
}

.filter-mh-row {
	margin-bottom: 8px;
	flex-direction: row;
	flex-grow: 1;
	display: flex;
}

.filter-mh-group {
	display: flex;
}

.filter-mh-item {
	padding: 0 6px;
	flex-direction: column;
	display: flex;
}

.filter-mh-item > span {
	margin-bottom: 4px;
}

.filter-mh-item-optimal-min {
	flex-grow: 0;
}

.filter-mh-item-optimal-max {
	flex-grow: 1;
}

.filter-mh-item-align-start {
	align-items: flex-start;
}

.filter-mh-item-align-end {
	align-items: flex-end;
}

.filter-mh label {
	height: 17px;
	font-size: 16px;
	font-weight: normal;
	margin: 6px 0 0;
	display: flex;
	align-items: center;
}

.filter-mh label.full-height {
	height: 38px;
	padding-top: 1px;
	margin: 0;
}

.filter-mh input[type=checkbox] {
	width: 18px;
	height: 18px;
	margin: -2px 7px 0 1px;
}

.filter-mh-switcher {
	display: none;
}

.filter-mh-switcher + label {
	height: 18px !important;
	font-size: 15px !important;
	margin: 0 7px 5px !important;
	cursor: pointer;
	align-self: flex-start;
}

.filter-mh-switcher + label span {
	border-bottom: 1px dashed;
	line-height: 1;
}

.filter-mh-switcher:checked + label i {
	transform: rotateZ(180deg);
}

.filter-mh-switcher + label + div {
	display: none;
}

.filter-mh-switcher:checked + label + div {
	padding-top: 4px;
	display: block;
}

.filter-mh-text {
	font-size: 14px;
	margin: 3px 0 0;
}

/* adv: vak345.com */
/*body > div[style*="z-index: 9999;"] {
	z-index: 0 !important;
}
body > div[style*="z-index: 2147483647;"] {
	z-index: 1499 !important;
} */

@media (max-width: 767px) {

	.m-w5 {width: 5% !important;}
	.m-w10 {width: 10% !important;}
	.m-w15 {width: 15% !important;}
	.m-w20 {width: 20% !important;}
	.m-w25 {width: 25% !important;}
	.m-w30 {width: 30% !important;}
	.m-w35 {width: 35% !important;}
	.m-w40 {width: 40% !important;}
	.m-w45 {width: 45% !important;}
	.m-w50 {width: 50% !important;}
	.m-w55 {width: 55% !important;}
	.m-w60 {width: 60% !important;}
	.m-w65 {width: 65% !important;}
	.m-w70 {width: 70% !important;}
	.m-w75 {width: 75% !important;}
	.m-w80 {width: 80% !important;}
	.m-w85 {width: 85% !important;}
	.m-w90 {width: 90% !important;}
	.m-w95 {width: 95% !important;}
	.m-w100 {width: 100% !important;}

	.filter-mh {
		padding: 8px 5px 5px;
		margin-bottom: 15px;
	}

	.filter-mh-row {
		margin-bottom: 0;
		flex-direction: column;
	}

	.filter-mh-row .filter-mh-item {
		padding: 0 4px;
		margin-bottom: 8px;
	}

	.filter-mh-row .filter-mh-item,
	.filter-mh-row .filter-mh-group {
	}

}

