/* ------------------------- */
/* Стили для раздела "Врачи" */
/* ------------------------- */

/* Исправление отображения формы */

form#filters {
	margin: 0;
}

/* Ссылки */

.doctors-links {
	font-size: 16px;
	margin-bottom: 20px;
}

.doctors-links i {
	color: #AAA;
	font-size: 20px;
	padding-right: 6px;
}

.doctors-links i:last-of-type {
	font-size: 21px;
	padding-right: 2px;
}

.doctors-links a:first-of-type {
	padding-right: 15px;
}

/* Вступителньый текст */

.doctors-intro {
	margin-bottom: 15px;
}

.doctors_spec_grp_ul {
	width: 100%;
	margin-bottom: 15px;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	padding-left: 0;
}
.doctors_spec_grp_ul > li {
	list-style: none;
}
.doctors_spec_grp_ul > li > a > span {
	margin-left: 5px;
	font-weight: 700;
}

/* Фильтр */

.doctors-sorter {
	background: #F5FCFF;
	border-top: none;
	border-bottom: 1px #68b3e7 solid;
	border-left: 1px #68b3e7 solid;
	border-right: 1px #68b3e7 solid;
	padding: 14px 15px 15px;
	margin-bottom: 12px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.doctors-sorter > div {
	display: inline-block;
	margin: 0;
}

.doctors-sorter > .sort_button_selected {
	border: none;
	font-weight: 700;
	margin: 0 0 0 12px;
}

.doctors-sorter > .sort_button {
	cursor: pointer;
	color: #68b3e7;
	border-bottom: dashed 1px #68b3e7;
	margin: 0 0 0 12px;
}

.doctors-sorter > .sort_button:hover {
	color: #23527c;
}

.doctors-filter {
	background: #F5FCFF;
	border: 1px #68b3e7 solid;
	padding: 14px 15px 0;
	margin-bottom: 0;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.doctors-filter div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.doctors-filter div span {
	font-size: 16px;
	padding-bottom: 6px;
	display: block;
}

.doctors-filter div span i {
	font-size: 18px;
	padding-right: 2px;
}

.doctors-filter div span u {
	text-decoration: none;
}

.doctors-filter div input[type=text],
.doctors-filter div select {
	width: 100%;
}

.doctors-filter .filter-doctor {
	width: 30%;
	padding-right: 14px;
	margin-bottom: 12px;
	float: left;
}

.doctors-filter .filter-city {
	width: 24%;
	padding-right: 14px;
	float: left;
}

.doctors-filter .filter-metro {
	width: 18%;
	padding-right: 14px;
	float: left;
	display: none;
}

.doctors-filter .filter-spec {
	width: 43%;
	float: left;
}

.doctors-filter .filter-spec.short {
	width: 28%;
}

.doctors-filter .filter-spec select {
	width: calc(100% - 104px);
	margin-right: 14px;
	float: left;
}

.doctors-filter .filter-spec input[type=submit] {
	width: 90px;
	float: left;
}

#doctor_metro_wrapper {
	height: 38px; margin-right: 0; position: relative; float: left;
}

#doctor_speciality_wrapper {
	width: calc(100% - 104px); height: 38px; margin-right: 14px; position: relative; float: left;
}

.doctors-filter .addition-fields {
	margin-left: 2px;
	float: right;
}

.doctors-filter .addition-fields.left {
	margin-left: 5px;
	margin-bottom: 15px;
	float: left;
}

.doctors-filter .addition-fields span {
	border-bottom: 1px dashed;
	font-size: 15px;
	padding: 0;
	cursor: pointer;
	display: inline;
}

.doctors-filter .addition-fields 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;
}

.doctors-filter .addition-fields.active i:before {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.doctors-filter .addition-fields-area {
	display: none;
}

.doctors-filter .filter-clinic {
	width: 22%;
	padding-right: 14px;
	float: left;
}

.doctors-filter .filter-diagnoses {
	width: 22%;
	padding-right: 14px;
	float: left;
}

.doctors-filter .filter-diseases {
	width: 22%;
	padding-right: 14px;
	float: left;
}

.doctors-filter .filter-show {
	width: 17%;
	padding-right: 14px;
	float: left;
}

.doctors-filter .filter-consult {
	width: 17%;
	margin-top: 28px;
	margin-bottom: 26px;
	float: left;
}

.doctors-filter .filter-consult input {
	width: 20px !important;
	height: 20px !important;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 6px;
	float: left;
}

.doctors-filter .filter-consult span {
	padding: 2px 0 0 28px;
	line-height: 19px;
}

.doctors-sorter .doctors_total_count {
	float: right;
}

.doctor-other-info .map-toggle {
	border-bottom: 1px dashed;
	font-size: 15px;
	line-height: 14px;
	padding-top: 2px;
	margin: 0 5px 2px 0;
	cursor: pointer;
	float: right;
}

/* Карта */

#clinics_div {
	display: none;
}

#frame_map_clinics {
	background: #F5FCFF;
	border: 1px #68b3e7 solid;
	padding: 10px 15px 15px;
	margin-bottom: 15px;
	position: relative;
}

#frame_map_clinics .map_wrap {
	max-width: 100%;
	height: 375px;
	background: #FFF;
	border: 1px #BBB solid;
	overflow: hidden;
	position: relative;
	display: none;
}

.map-title {
	color: #666;
	font-size: 18px;
	padding: 0 0 5px 4px;
}

.map_inp_wrap {
	width: 100%;
	padding-bottom: 10px;
	float: right;
}

.map_inp_wrap .map-label {
	color: #444;
	font-size: 16px;
	padding-bottom: 6px;
}

.map_inp_wrap .map-label i {
	font-size: 20px;
	padding-right: 2px;
}

.map_inp_wrap .map-label i::before {
	margin-left: 1px;
}

.map_inp_wrap .map_inp form {
	margin: 0;
}

.map_inp_wrap input[type=text] {
	width: calc(100% - 108px);
	margin-right: 8px;
	float: right;
}

.map_inp_wrap input[type=submit] {
	width: 100px;
	float: right;
}

.map_inp_wrap > i {
	color: #999;
	font-size: 28px;
	line-height: 28px;
	cursor: pointer;
	position: absolute;
	top: -7px;
	right: -13px;
	-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;
}

.map_inp_wrap > i:hover {
	color: #666;
}

/* Сам список врачей */

.doctor-block {
	background: #F9F9F9;
	border: 1px #BBB solid;
	padding: 10px;
	margin: 0 0 45px 20px;
	position: relative;
}

.doctor-block:first-of-type {
	margin-top: 15px;
}

.doctor-block:last-of-type {
	margin-bottom: 0;
}

.doctor-block.attention {
	background: #F4FBFF;
	border: 1px #68C7FD solid;
}

.doctor-block.top {
	background: #fffdf6;
	border: 1px #FA4 solid;
}

.doctor-block .left {
	width: 160px;
	position: relative;
	float: left;
}

.doctor-block .right {
	width: calc(100% - 160px);
	float: left;
}

.doctor-block .photo {
	width: 170px;
	height: 220px;
	background: #FFF;
	padding: 10px;
	display: block;
	position: absolute;
	top: -30px;
	left: -30px;
	box-shadow: 0 0 10px 0 #CCC;
	-moz-box-shadow: 0 0 10px 0 #CCC;
	-webkit-box-shadow: 0 0 10px 0 #CCC;
	-webkit-transition: all 0.4s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.doctor-block .photo:hover {
	top: -35px;
	left: -30px;
	box-shadow: 1px 1px 25px 0 #AAA;
	-moz-box-shadow: 1px 1px 25px 0 #AAA;
	-webkit-box-shadow: 1px 1px 25px 0 #AAA;
}

.doctor-block .doctor-consultant {
	width: 150px;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
	position: absolute;
	top: 180px;
	left: 10px;
	z-index: 100;
}

.doctor-block .doctor-consultant-untrusted {
	width: 150px;
	background: rgba(0,0,0,0.5);
	color: #f2ad00;
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
	position: absolute;
	top: 180px;
	left: 10px;
	z-index: 100;
}

.doctor-block .ratingwrap {
	margin: 202px 0 0 10px;
}

.ratingstars {
	cursor: pointer;
	width: 110px;
	height: 20px;
	background: url(/css/design2016/img/stars.png) no-repeat -110px center;
}

.doctor-block .doctor-edit {
	position: relative;
	left: 50px;
	display: inline-block;
}

.doctor-block .doctor-edit i {
	position: absolute;
	top: -15px;
}

.doctor-block .doctor-edit i::before {
	margin: 0 2px;
}

.doctor-block .doctor-edit .icon-trash-empty {
	color: #F00 !important;
	font-size: 19px;
	right: 28px;
}

.doctor-block .doctor-edit .icon-edit {
	font-size: 20px;
	right: 0;
}

.doctor-block .doctor-edit .icon-trash-empty:hover {
	color: #D00 !important;
	font-size: 21px;
	top: -17px;
	right: 27px;
}

.doctor-block .doctor-edit .icon-edit:hover {
	font-size: 22px;
	right: -1px;
}

.doctor-block .doctor-name {
	font-size: 17px;
	font-weight: 600;
	line-height: 22px;
	padding-top: 4px;
}

.doctor-block .doctor-spec {
	color: #999;
	font-size: 16px;
	padding: 2px 0 4px;
}

.doctor-block .doctor-clinic {
	padding: 6px 0 2px;
}

.doctor-block .doctor-diagnoses,
.doctor-block .doctor-cons,
.doctor-block .doctor-services {
	line-height: 18px;
	padding: 5px 0 0;
}

.doctor-block .doctor-info {
	padding-bottom: 4px;
}

.doctor-block .doctor-info i {
	color: #999;
	padding-right: 4px;
	display: inline-block;
}

.doctor-block .expandwrapper {
	border-top: 1px #DDD solid;
	color: #666;
	padding: 11px 0 0;
	margin-top: 10px;
	position: relative;
}

.doctor-block .collapsed {
	height: 33px;
	overflow: hidden;
}

.doctor-block .expander {
	width: 250px;
	background: url(/css/design2016/img/blinder.png) repeat-y center center;
	line-height: 15px;
	text-align: right;
	position: absolute;
	top: 14px;
	right: 0;
}

.doctor-block .expander i {
	font-size: 16px;
	position: relative;
	top: 1px;
	left: -2px;
}

.doctor-block .expander span {
	border-bottom: 1px dashed;
	cursor: pointer;
	display: inline-block;
}

.doctor-block .doctor-cost {
	border-top: 1px #DDD solid;
	padding: 11px 0 0;
	margin-top: 11px;
}

.doctor-block .doctor-cost span {
	color: #de7518;
	font-size: 20px;
	font-weight: 600;
	padding-left: 5px;
}

.doctor-block .doctor-cost span i {
	font-size: 19px;
}

.doctor-block .doctor-action {
	border-top: 1px #DDD solid;
	padding: 14px 0 5px;
	margin-top: 11px;
}

.doctor-block .doctor-action > span {
	height: 29px;
	border-right: 1px #DDD solid;
	font-size: 15px;
	padding: 4px 12px 0 28px;
	margin: 5px 5px 0 0;
	position: relative;
	float: left;
}

.doctor-block .doctor-action > span:last-of-type {
	border-right: none;
}

.doctor-block .doctor-action > .doctor-add-comment i {
	color: #F80;
	font-size: 19px;
	position: absolute;
	top: 1px;
	left: 0;
}

.doctor-block .doctor-action > .doctor-add-comment i::before {
	margin-left: 0;
}

.doctor-block .doctor-action > .doctor-thanks {
	padding-left: 31px;
}

.doctor-block .doctor-action > .doctor-thanks i {
	color: #f0ce00;
	font-size: 16px;
	position: absolute;
	top: 4px;
	left: 3px;
}

.doctor-block .doctor-action > .doctor-thanks div {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 50;
}

.doctor-block .doctor-action > .doctor-thanks > span {
	background: rgba(255,255,255,0.9);
	border: 1px #DDD solid;
	font-size: 14px;
	padding: 9px 15px;
	display: none;
	position: absolute;
	top: 26px;
	left: 28px;
	z-index: 100;
	box-shadow: 2px 2px 15px 0 #CCC;
	-moz-box-shadow: 2px 2px 15px 0 #CCC;
	-webkit-box-shadow: 2px 2px 15px 0 #CCC;
}

.doctor-block .doctor-action > .doctor-thanks > span > span {
	color: #666;
	padding-bottom: 2px;
	white-space: nowrap;
	display: block;
}

.doctor-block .doctor-action > .doctor-thanks > span a {
	white-space: nowrap;
}

.doctor-block .doctor-action > .doctor-question {
	padding-left: 32px;
}

.doctor-block .doctor-action > .doctor-question i {
	color: #4b7dc5;
	font-size: 20px;
	position: absolute;
	top: 1px;
	left: 1px;
}

.doctor-block .doctor-action .btn-mh {
	margin-left: 10px;
	float: right;
}

.doctor-block .doctor-comment {
	margin: 10px 0 0;
	display: none;
}

.doctor-block .doctor-comment > div {
	width: 100% !important;
}

.doctor-block .doctor-comment legend,
.doctor-block .doctor-comment .feedback_close {
	display: none;
}

.doctor-block .doctor-comment label {
	width: 100px;
	color: #444;
	font-weight: normal;
	margin: 9px 0 0 2px;
	float: left;
}

.doctor-block .doctor-comment select {
	width: calc(100% - 102px);
	margin-left: 100px;
	margin-bottom: 10px;
}

.doctor-block .doctor-comment textarea {
	width: 100%;
	height: 120px;
	resize: none;
}

.doctor-block .doctor-comment input[type=submit] {
	margin: 12px 0 5px;
	float: right;
}

.doctor-block .doctor-comments {
	color: #666;
}

.doctor-block .doctor-comments div {
	color: #888;
	font-style: italic;
	margin: 8px 20px;
}

.doctor-block .doctor-comments div span:first-of-type,
.doctor-block .doctor-comments div span:last-of-type {
	color: #69b8ec;
	font-size: 30px;
	line-height: 0;
	position: relative;
	top: 3px;
}

.doctor-block .doctors-divider {
	display: none;
}

.doctor-block .doctor-attention {
	width: 160px;
	height: 50px;
	background: url(/images/icons/clinics/ribbon.png) no-repeat;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	padding: 6px 0 0 15px;
	cursor: pointer;
	position: absolute;
	top: -5px;
	left: -12px;
}

.doctor-block .doctor-status {
	opacity: 0.8;
	float: right;
	position: absolute;
	top: -8px;
	right: -7px;
}

.doctor-block .doctor-status img {
	margin: 0 1px;
	cursor: pointer;
}

/* Блок добавления коммента для анонимов */

.add-review-form .captcha {
	padding-top: 20px;
	margin-right: 24px;
	float: left;
}

.add-review-form .email {
	padding-top: 28px;
}

.add-review-form .email > span {
	position: relative;
	left: 2px;
	display: block;
}

.add-review-form .email > input {
	width: calc(100% - 328px);
	margin: 6px 0 5px;
}

/* Врачи не найдены */

.no-doctors-found {
	padding-top: 10px;
	text-align: center;
}
