/* ------------------------------------------ */
/* Стили для раздела "Отзывы" (Новый вариант) */
/* ------------------------------------------ */

/* Вводная информация и статистика */

.reviews-intro {
    font-size: 16px;
}

.reviews-stat {
    height: 62px;
    margin-left: 20px;
    float: right;
}

.reviews-stat > div {
    display: inline-block;
}

.reviews-stat > div > div {
    height: 60px;
    border-bottom: 2px solid #4484b3;
    font-size: 15px;
    font-style: italic;
    line-height: 23px;
    padding-top: 5px;
    margin-left: 80px;
}

.reviews-stat > div > span {
    margin: -9px 0 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
}

.reviews-stat .stat-today {
    width: 180px;
}

.reviews-stat .stat-total {
    width: 230px;
}

/* Предложение для посетителей */

.reviews-offer {
    width: 100%;
    height: 120px;
    background: rgba(0,0,0,0.05);
    margin: 20px 0;
    box-shadow: 1px 1px 8px 0 #AAA, inset 0 0 1px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 1px 1px 8px 0 #AAA, inset 0 0 1px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 1px 1px 8px 0 #AAA, inset 0 0 1px rgba(255, 255, 255, 0.8);
}

.reviews-offer > div {
    width: 33.3333333%;
    height: 100%;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    float: left;
}

.reviews-offer .offer-1 {
    background: url(/images/reviews/reviews_offer_1.jpg) center top no-repeat;
}

.reviews-offer .offer-2 {
    background: url(/images/reviews/reviews_offer_2.jpg) center top no-repeat;
}

.reviews-offer .offer-3 {
    background: url(/images/reviews/reviews_offer_3.jpg) center top no-repeat;
}

.reviews-offer > div > span {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    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;
}

.reviews-offer > div > div {
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    display: table;
    position: absolute;
    top: 0;
    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;
}

.reviews-offer > div > div > div {
    font-size: 16px;
    padding: 0 16px;
    vertical-align: middle;
    display: table-cell;
}

.reviews-offer > div > a {
    display: none;
}

.reviews-offer > div > a[class=btn-mh] {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 150px;
    box-shadow: 0 0 10px 4px #FFF;
    -moz-box-shadow: 0 0 10px 4px #FFF;
    -webkit-box-shadow: 0 0 10px 4px #FFF;
}

.reviews-offer > div:hover > span {
    background: rgba(255,255,255,0.2);
    color: #FFF;
}

.reviews-offer > div:hover > div {
    top: -200px;
}

.reviews-offer > div:hover > a {
    top: 43px;
}

/* Фильтр отзывов */

.reviews-filter {
	width: calc(100% - 185px);
    margin-top: 20px;
}

.reviews-filter > div {
    margin-right: 10px;
    float: left;
}

.reviews-filter > div > div {
    margin-bottom: 6px;
}

.reviews-filter > div > label {
	font-weight: normal;
	margin-left: 8px;
	position: relative;
	top: 1px;
}

.reviews-filter > div > label > input[type=checkbox] {
	width: 18px;
	height: 18px;
	margin-right: 2px;
	position: relative;
	top: 4px;
}

.reviews-filter-search {
	width: calc(100% - 310px);
	float: right !important;
}

.reviews-filter-search input[type=text] {
	width: calc(100% - 82px);
}

.reviews-filter-search button {
	width: 76px;
	padding-left: 4px;
	padding-right: 4px;
	float: right;
}

.reviews-filter .btn-mh {
	padding-left: 14px;
	padding-right: 14px;
}

#add-review {
	margin-top: 27px;
	float: right;
}

#add-review i {
	position: relative;
	left: -6px;
}

#add-review i::before {
	margin-right: 0;
}

/* Контейнер отзывов */

.reviews-wrap { /**/
	padding-top: 12px;
}

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

.reviews {
	margin-top: 15px;
}

.reviews-title {
	font-size: 19px;
	margin-bottom: 10px;
}

.reviews-populars {
	height: 140px;
	background: #EEE;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 1px 1px 8px 0 #999;
	-moz-box-shadow: 1px 1px 8px 0 #999;
	-webkit-box-shadow: 1px 1px 8px 0 #999;
}

/* Блок отзыва */

.reviews-block {
	min-height: 224px;
	background: #F7F7F7;
	padding: 12px 13px 35px;
	margin-bottom: 28px;
	position: relative;
	box-shadow: 1px 1px 8px 0 #999;
	-moz-box-shadow: 1px 1px 8px 0 #999;
	-webkit-box-shadow: 1px 1px 8px 0 #999;
}
.reviews-block-single-mode {
	min-height: 104px !important;
	padding: 12px 13px 29px !important;
}

.reviews-block.positive, .review-single-block.positive {
	background: #F8FFF8;
}

.reviews-block.negative, .review-single-block.negative {
	background: #FFF7F7;
}

.reviews-block > div {
	margin-left: 110px;
}

.reviews-block > div:first-of-type {
	width: 90px;
	margin-left: 0;
	float: left;
}

.review-clinic-logo {
	width: 90px;
	height: 90px;
	border: 5px #FFF solid;
	box-shadow: 1px 1px 5px 0 #BBB;
	-moz-box-shadow: 1px 1px 5px 0 #BBB;
	-webkit-box-shadow: 1px 1px 5px 0 #BBB;
}

.review-total {
	font-size: 0.88em;
	font-weight: 600;
	text-align: center;
	margin-top: 11px;
}
.review-total-left {
	font-size: 0.88em;
	font-weight: 600;
	text-align: left;
	margin-top: 11px;
}

.review-counter {
	width: 70px;
	height: 70px;
	background-color: #F80;
	background-image: linear-gradient(91deg, transparent 50%, #DDD 50%), linear-gradient(90deg, #DDD 50%, transparent 50%);
	text-align: center;
	margin: 10px auto 0;
	position: absolute;
	left: 23px;
	cursor: default;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.review-counter-circle {
	width: 58px;
	height: 58px;
	background-color: #FFF;
	text-align: center;
	position: relative;
	top: 6px;
	left: 6px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.review-counter-value {
	font-size: 24px;
	position: relative;
	top: 13px;
}

.review-counter-value > div {
	color: #888;
	font-size: 13px;
	line-height: 15px;
}

.review-clinic-title {
	color: #333;
	font-size: 19px;
	margin-bottom: 10px;
}

.review-clinic-title > div {
	color: #888;
	font-size: 14px;
	margin-left: 4px;
	display: inline-block;
}

.review-clinic-title > div > span {
	margin-left: 6px;
}

.review-photos {
	position: absolute;
	top: 12px;
	right: 13px;
}

.review-photos i {
	color: #666;
	font-size: 17px;
	margin-right: 4px;
	position: relative;
	top: 1px;
}

.review-author-avatar {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	display: block;
	float: left;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

.review-author-name {
	height: 19px;
	color: #222;
	line-height: 17px;
}

.review-author-date {
	color: #888;
	font-size: 12px;
	line-height: 21px;
}

.review-author .icon-chart-bar {
	color: #AAA;
	font-size: 14px;
	padding-left: 4px;
	position: relative;
}

.review-author .icon-chart-bar > span {
	color: #999;
	font-size: 12px;
	font-weight: 600;
	padding-left: 3px;
	cursor: default;
}

.review-author .icon-user {
	color: #F80;
	font-size: 16px;
	padding-left: 4px;
}

.review-body {
	line-height: 20px;
	margin: 10px 0;
}

.review-single-block {
	padding: 12px 13px;
	margin: 15px 2px 28px 2px;
	position: relative;
	box-shadow: 1px 1px 8px 0 #999;
	-moz-box-shadow: 1px 1px 8px 0 #999;
	-webkit-box-shadow: 1px 1px 8px 0 #999;
}

.review-controls {
	width: calc(100% - 136px);
	position: absolute;
	bottom: 9px;
}

.review-controls a {
	font-weight: 600;
	margin-right: 2px;
}

.review-controls .review-like {
	float: right;
}

.review-controls .review-like i {
	font-size: 18px;
	cursor: pointer;
}

.review-controls .review-like i.liked {
	color: #0A96DE;
}

.review-controls .reviews-for-clinic-admin {
	margin: 0 0 0 5px;
}

.review_complaint_reason {
	display: none;
	width: 100%;
	border: solid 1px #444;
	padding: 18px;
	background: white;
	text-align: center;
	margin: 0 0 10px 0;
	box-sizing: border-box;
}

.review_complaint_reason > textarea {
	width: 100%;
	min-height: 65px;
	height: 65px;
	max-height: 155px;
	resize: vertical;
}

.review_complaint_reason > a {
	margin: 10px 5px 0 5px;
}

.review_complaint_reason > .review_complaint_answer {
	color: #F60;
	font-weight: 100;
	text-align: left;
}

.review-mobile-info {
	display: none;
}

.no-reviews {
	color: #777;
	font-size: 16px;
	text-align: center;
	margin: 50px 0;
}

.no-reviews i {
	color: #AAA;
	font-size: 45px;
	margin-bottom: 10px;
	display: block;
}

.reviews-pages {
	padding-top: 5px;
}

/* Форма добавления отзыва и комментария */

.review-add-review-form,
.review-add-comment-form {
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.reviews-add {
	text-align: left;
	padding: 5px 2px 0;
}

.reviews-add > div:not(.clear) {
	margin-bottom: 10px;
}

.reviews-add > div > span {
	font-size: 15px;
	padding-bottom: 4px;
	display: block;
}

.reviews-add > div > span i {
	font-size: 14px;
	margin-right: 4px;
	position: relative;
	top: -1px;
}

.reviews-add > div > span i.icon-chart-bar {
	margin-right: 5px;
	top: 0;
}

.reviews-add input[type=text],
.reviews-add textarea {
	width: 100%;
}

.reviews-add textarea {
	height: 150px;
	vertical-align: top;
	resize: none;
}

.reviews-add .review-add-clinic {
	width: calc(100% - 195px);
	margin-right: 15px;
	float: left;
}

.reviews-add .review-add-clinic.anon {
	width: calc(100% - 195px - 235px);
}

.reviews-add sup {
	color: #F00;
	font-size: 18px;
	position: relative;
	top: -2px;
	left: 2px;
}

#results {
	width: calc(100% - 223px);
}

#results img {
	width: 18px;
	height: 18px;
	margin-right: 8px;
	position: relative;
	top: -1px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
}

#results.anon {
	width: calc(100% - 228px - 235px);
}

.reviews-add .review-add-email {
	width: 220px;
	margin-right: 15px;
	float: left;
}

.reviews-add .review-add-type {
	width: 180px;
	float: left;
}

.reviews-add .review-add-rating {
	width: 100%;
}

.reviews-add .review-add-rating > div {
	width: calc((100% - 40px) / 5);
	margin-left: 10px;
	float: left;
}

.reviews-add .review-add-rating > div:first-of-type {
	margin-left: 0;
}

.review-add-message {
	width: 100%;
}

.review-add-anon {
	position: relative;
	float: left;
}

.review-add-anon.anon::after {
	content: ' ';
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	position: absolute;
	top: 0;
	left: 0;
}

.reviews-add label {
	font-size: 16px;
	font-weight: normal;
/*	margin-top: 8px;*/
	margin-top: 22px;
	margin-left: 2px;
	margin-bottom: 3px;
	display: block;
}

.reviews-add label.doc-rev {
	margin-top: 8px;
}

.reviews-add input[type=checkbox] {
	width: 20px !important;
	height: 20px !important;
	margin-top: 0;
	margin-left: 2px;
	margin-right: 6px;
	float: left;
}

.review-add-photos {
	margin-top: 2px;
	position: relative;
	float: right;
}

.review-add-photos.anon::after {
	content: ' ';
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	position: absolute;
	top: 0;
	left: 0;
}

.review-add-photos > div {
	width: 79px;
	height: 60px;
	background: url(/images/reviews/add_photo.png) center center no-repeat;
	border: 1px solid #BBB;
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
	position: relative;
	float: 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;
}

.review-add-photos > div:hover {
	background-color: #EEE;
}

.review-add-photos > div > a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}

.review-add-photos > div > span {
	width: 24px;
	height: 24px;
	background: url(/images/delete_image.png) no-repeat;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.9;
	position: absolute;
	top: -6px;
	right: -6px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.review-add-controls {
	border-top: 1px solid #DDD;
	padding-top: 14px;
	margin-top: 1px;
	margin-bottom: 0 !important;
}

.reviews-add p {
	width: calc(100% - 225px);
	font-size: 10px;
	line-height: 13px;
	margin-left: 225px;
	margin-bottom: 0;
	position: relative;
	top: -1px;
}

.reviews-add button {
	margin-right: 8px;
	float: left;
}

/* Всплывающее окно */

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

#popup-window-add-review {
	width: 840px;
	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: 5000;
	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-add-review .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-add-review .title span {
	color: #FFF;
	font-size: 16px;
}

#popup-window-add-review .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-add-review .title .icon-cancel:hover {
	color: #FFF;
}

#popup-window-add-review .body {
	width: 100%;
	padding: 8px 12px 15px;
}

/* Страница самого отзыва */

.review .review-clinic,
.review .review-rating {
	width: calc(100% - 390px);
	height: 142px;
	background: #EEE;
	border: 1px #DDD solid;
	font-size: 16px;
	padding: 16px 17px;
	position: relative;
	float: left;
	box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.2);
}

.review .review-clinic.positive,
.review .review-rating.positive {
	background: #F8FFF8;
}

.review .review-clinic.negative,
.review .review-rating.negative {
	background: #FFF7F7;
}

.review .review-clinic-logo {
	width: 108px;
	height: 108px;
	border: 8px #FFF solid;
	margin-right: 20px;
	float: left;
	box-shadow: 1px 1px 15px 0 #888;
	-moz-box-shadow: 1px 1px 15px 0 #888;
	-webkit-box-shadow: 1px 1px 15px 0 #888;
}

.review .review-clinic-title {
	color: #444;
	font-size: 22px;
	line-height: 29px;
	margin-bottom: 5px;
}

.review .review-clinic a {
	font-size: 15px;
	margin-right: 8px;
}

.review .review-clinic i {
	color: #888;
	margin-right: 3px;
	position: relative;
}

.review .review-clinic .icon-commenting-o {
	top: -1px;
}

.review .review-clinic .icon-doc-text {
	font-size: 14px;
}

.review .review-rating {
	width: 375px;
	padding: 13px 15px;
	margin-left: 15px;
}

.review .review-rating > div {
	float: left;
}

.review .review-counter {
	width: 84px;
	height: 84px;
	margin: 15px 12px 0 4px;
	position: static;
	float: left;
}

.review .review-counter-circle {
	width: 70px;
	height: 70px;
	top: 7px;
	left: 7px;
}

.review .review-counter-value {
	font-size: 26px;
	top: 17px;
}

.review .review-counter-value > div {
	font-size: 15px;
	line-height: 18px;
}

.review-slider {
	margin: 0 auto 2px;
}

.review-slider > span:first-of-type {
	width: 120px;
	font-size: 13px;
	line-height: 13px;
	padding: 0 4px 0 0;
	text-align: right;
	display: inline-block;
	position: relative;
	top: -2px;
}

.review-slider > span:last-of-type {
	font-size: 13px;
	line-height: 13px;
	padding: 0 0 0 4px;
	display: inline-block;
	position: relative;
	top: -2px;
}

.review-slider > div {
	width: 100px;
	height: 12px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: -moz-linear-gradient(top, #EEE, #CCC) !important;
	background: -webkit-linear-gradient(top, #9bd2f9, #bce2f8) !important;
	background: -o-linear-gradient(top, #EEE, #CCC) !important;
	background: -ms-linear-gradient(top, #EEE, #CCC) !important;
	background: linear-gradient(top, #EEE, #CCC) !important;
}

.review-slider > div > div {
	height: 12px;
	background: #0084cb;
	position: absolute;
	top: 0;
	left: 0;
}

.review .review-author {
	width: 100%;
	background: #F5FCFF;
	border: 1px #a0d7ff solid;
	padding: 10px 16px;
	margin-top: 20px;
	position: relative;
}

.review .review-single-block > .review-author {
	margin-top: 5px;
}

.review .review-author-avatar {
	width: 40px;
	height: 40px;
	margin-right: 12px;
}

.review .review-author-name {
	color: #444;
	font-size: 18px;
	margin-top: 12px;
}

.review .review-author-name > span {
	color: #888;
	font-size: 15px;
	margin-left: 15px;
	margin-right: 5px;
	float: right;
}

.review .review-author-name > span > i {
	color: #999;
	margin-right: 2px;
}

.review .review-author-name > span > .icon-commenting-o {
	margin-right: 1px;
	position: relative;
	top: -1px;
}

.review .review-author-name > span > span {
	color: #777;
	font-weight: bold;
	margin-left: 4px;
}

.review .review-header {
	border-bottom: 1px #E0E0E0 solid;
	padding: 0 4px 9px;
	margin-top: 10px;
}

.review .review-author-date {
	color: #888;
	font-size: 15px;
	line-height: 21px;
}

.review .review-total-comments {
	color: #888;
	font-size: 15px;
	line-height: 21px;
	float: right;
}

.review .review-body {
	border-bottom: 1px #E0E0E0 solid;
	font-size: 16px;
	line-height: 23px;
	padding: 0 4px 12px;
	margin-top: 10px;
}

.review .review-single-block > .review-body {
	border-bottom: none !important;
	padding: 0 4px;
}

.review .review-photos {
	padding: 15px 0 5px;
	position: static;
}

.review .review-photos img {
	height: 100px;
	border: 4px #FFF solid;
	margin-right: 14px;
	float: left;
	display: block;
	box-shadow: 1px 1px 10px 0 #888;
	-moz-box-shadow: 1px 1px 10px 0 #888;
	-webkit-box-shadow: 1px 1px 10px 0 #888;
}

.review #comments {
	position: relative;
	top: -86px;
}

.review .review-controls {
	width: 100%;
	padding: 2px 4px 12px;
	margin-top: 10px;
	position: static;
}

.review .review-controls .socials {
	position: relative;
	top: 7px;
	float: left;
}

.review .review-controls .socials > span {
	margin-right: 4px;
	position: relative;
	top: 2px;
}

.review .review-controls .review-like {
	margin-left: 20px;
	margin-top: 7px;
	float: left;
}

.review .review-controls button {
	float: right;
}

.review .review-comments {
	padding: 0 4px 12px;
	margin-top: 10px;
}

.reviews .review-comments > div {
    margin: 0 0 5px 4em;
}
.reviews .review-comments > .review-comment {
    margin: 0 0 20px 4em;
}

.review .review-comment, .reviews .review-comment {
	background: #F5FCFF;
	border: 1px #b3e0ff solid;
	padding: 12px 20px 10px;
	margin-top: 15px;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
}

.review-comment-author-avatar {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	display: block;
	float: left;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

.review-comment-author-name {
	height: 19px;
	color: #222;
	line-height: 17px;
}

.review-comment-author-date {
	color: #888;
	font-size: 12px;
	line-height: 21px;
}

.review-comment-body {
	margin-top: 5px;
}

.review .review-no-comments {
	color: #777;
	font-size: 16px;
	text-align: center;
	margin: 50px 0;
}

.review .review-no-comments i {
	color: #AAA;
	font-size: 45px;
	margin-bottom: 10px;
	display: block;
}

.reviews-add .review-add-comment-email {
	width: 100%;
	margin-bottom: 10px;
}

.review-add-admin {
	margin-top: 9px !important;
	float: left;
}

.review-add-admin-clinic {
	width: 570px;
	float: right;
}

/* Отзывы о врачах */

.reviews-filter.reviews-doctors .reviews-stat {
	margin-top: 1px;
	margin-left: -14px;
}

.reviews-doctors .reviews-stat .stat-today {
	width: 170px;
}

.reviews-doctors .reviews-stat .stat-total {
	width: 218px;
}

.reviews-doctors.reviews-filter {
	width: calc(100% - 180px);
}

.reviews-filter.reviews-doctors .reviews-filter-search {
	width: calc(100% - 410px);
}

.reviews-filter.reviews-doctors > div > div {
	margin-bottom: 2px;
}

#add-review.reviews-doctors {
	margin-top: 43px;
}

.reviews-block.reviews-doctors {
	min-height: 0;
	padding: 16px 14px 14px;
}

.review-doctor-info {
	width: 100% !important;
	margin-bottom: 16px;
	float: none !important;
	clear: both;
}

.review-doctor-info img {
	width: 83px;
	height: 108px;
	border: 4px #FFF solid;
	margin-right: 13px;
	float: left;
	box-shadow: 0 0 10px 0 #CCC;
	-moz-box-shadow: 0 0 10px 0 #CCC;
	-webkit-box-shadow: 0 0 10px 0 #CCC;
}

.review-doctor-name {
	font-size: 18px;
	font-weight: 600;
}

.review-doctor-name > span {
	color: #888;
	font-size: 16px;
	font-weight: normal;
	margin-left: 8px;
}

.review-doctor-specs {
	color: #888;
	font-size: 15px;
	margin-top: 3px;
}

.review-doctor-total {
	color: #888;
	font-size: 15px;
	margin-top: 3px;
}

.review-doctor-consult {
	background: #6ebdf4;
	/*background: #BBB;*/
	color: #FFF;
	font-size: 14px;
	padding: 2px 6px;
	margin-top: 7px;
	display: inline-block;
}

.review-author.reviews-doctors,
.review-body.reviews-doctors,
.review-controls.controls-doctor
{
	padding: 0 2px;
	margin-left: 0;
	margin-bottom: 0;
}

.review-body.reviews-doctors {
	margin-top: 6px;
}

.review-controls.reviews-doctors {
	width: 100%;
	padding: 0 2px;
	margin-left: 0;
	position: static;
}

.controls-doctor {
	width: auto;
	position: inherit;
	bottom: inherit;
}

.review-doctor-like i {
	font-size: 18px;
	cursor: pointer;
}

.review-doctor-like i.liked {
	color: #0A96DE;
}

.doctor-review-bonus-condition {
	color: #999;
	font-size: 11px;
	margin: 5px 2px 0 0;
	float: right;
}

.doctor-review-bonus-condition i {
	color: #BBB;
	font-size: 11px !important;
	margin: 0 !important;
	top: 0 !important;
	left: 3px;
}

.doctor-review-bonus-condition.active {
	color: #444;
}

.doctor-review-bonus-condition.active i {
	color: #0B0;
}