

/* Start:/local/templates/platform/components/bitrix/news/doctors/bitrix/news.detail/.default/style.css?1741858760299*/
.section.section-personal .card-doctors__image{margin:0 auto;max-width:320px;overflow:hidden}.section.section-personal .card-doctors__image .card-doctors__image_in img{-o-object-fit:contain;object-fit:contain}.section-staff-gallery .image.staff-gallery-item img{-o-object-fit:cover;object-fit:cover}
/* End */


/* Start:/local/components/platform/reviews-doctor/templates/.default/style.css?17418587585382*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	/* border:1px solid #ADC3D5; */
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/components/platform/reviews-doctor/templates/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}

table.form-table td
{
	padding: 15px 10px;
}

table.form-filter-table
{
	background-color:white;
	font-size:100%;
	border-collapse:collapse;
}

table.form-filter-table th
{
	background-image:url(/local/components/platform/reviews-doctor/templates/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: center;
	font-size:100%;
	color:#25639A;
}

table.form-filter-table td, table.form-filter-table th
{
	padding:3px;
	/*border:1px solid #ADC3D5;*/
}

table.form-filter-table td
{
	vertical-align: top;
}


.form-filter-none {
	display: none;
}

.form-filter-inline {
	display: inline;
}

table.form-table table.form-results-header-inline td, table.form-table table.form-results-header-inline th {
	border: 0px !important;
	padding: 0px !important;
	background: none !important;
}

.form-anstext {color:#166122;}
.form-ansvalue {color:#FF0000;}

.form-filteron {color:#FF0000;}
.form-filteroff {color:#1C7729;}

table.form-table .is-question-status td, table.form-table tr.tr-rv-answer.is-question-status td {
  color: red;
}

table.form-table tr.tr-rv-answer td {
  min-width: 200px;
  color: #444;
}
table.form-table tr.rv-question {
  color: #444;
}
table.form-table .rv-question__admin {
  color: #444;
}

/* SPAM */
table.form-table tr.status-code-6,
table.form-table tr.status-code-6 td,
table.form-table tr.status-code-6 strong,
table.form-table tr.status-code-6 p {
  color: #999;
  background: #ccc;
}

table.form-table tr.status-code-6 td .button {
  margin-top: 1rem;
}

.rv-question-text .rv-question-text__wrapper {
  padding: 1rem;
  border: 1px solid #209cee3b;
  border-radius: 6px;
  background: aliceblue;
}

.data-table.form-table.rv-form-table td {
  border: none;
}

.rate-yo-container {
	margin: .5rem 0;
	min-height: 20px;
	padding-bottom: .5rem;
}

.rate-yo-container .jq-ry-container {
	padding-left: 0;
}

/** CACHE CHECK **/ 

/* arrow on user question */
.rv-question-text .rv-question-text__wrapper.arrow-box {
	position: relative;
	background: aliceblue;
	border: 1px solid #c2e1f5;
}

.rv-question-text .rv-question-text__wrapper.arrow-box:after, 
.rv-question-text .rv-question-text__wrapper.arrow-box:before {
	right: 100%;
	top: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.rv-question-text .rv-question-text__wrapper.arrow-box:after { 
  border-color: rgba(136, 183, 213, 0);
	border-right-color:aliceblue;
	border-width: 18px;
	margin-top: -18px;
}

.rv-question-text .rv-question-text__wrapper.arrow-box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #c2e1f5;
	border-width: 20px;
	margin-top: -20px;
}

/** ANSWER ARROWS **/

.rv-answer-text-wrapper {
  padding: 1.5rem;
  margin-left: 3rem;
  font-size: .8rem;
  background: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 6px;
  line-height: 1.2rem;
}

.rv-answer-text-wrapper.arrow-box {
	position: relative;
	background: #fdfdfd;
	border: 1px solid #ccc;
}

.rv-answer-text-wrapper.arrow-box:after, 
.rv-answer-text-wrapper.arrow-box:before {
  bottom: 100%;
	right: 32px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}

.rv-answer-text-wrapper.arrow-box:after {
  border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fdfdfd;
	border-width: 12px;
	margin-right: 36px;
}

.rv-answer-text-wrapper.arrow-box:before {
  border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #ccc;
	border-width: 14px;
	margin-right: 34px;
}

.moderate-admin-tr p {
	font-size: 11px;
	color: #444;
	border-radius: 4px;
	padding: .2rem 1rem;
}

.moderate-admin-tr td {
	text-align: right;
}

.pager {
	color: #999;
	padding: 1rem 0;
}

.pager.pager-top {
	padding-bottom: 2rem;
	overflow-wrap: break-word;
} 



@media (max-width: 768px) {
	.data-table--mobile {
		display: block;
	}
	
	.data-table--mobile .rv-question, 
	.data-table--mobile .rv-question__title, 
	.data-table--mobile .rv-question-text {
		display: block;
	}

	.rv-question-text .rv-question-text__wrapper.arrow-box:after, 
	.rv-question-text .rv-question-text__wrapper.arrow-box:before {
		right: 0;
		top: -17px;
		left: 20px;
	}
	
	.rv-question-text .rv-question-text__wrapper.arrow-box:after { 
		border-bottom-color: aliceblue;
		border-right-color: transparent;
	}
	
	.rv-question-text .rv-question-text__wrapper.arrow-box:before {
		border-bottom-color: #c2e1f5;
		border-right-color: transparent;
		border-width: 18px;
	}
	
	.rv-answer-text-wrapper.arrow-box:before {
		/*border-top-color: #ccc;
		border-bottom-color: transparent;*/
	}
	
	.rate-yo-container {
	  margin: .5rem 0 0;
	  padding-bottom: 0;
	}
}


.table.table-filter-reviews{
	background: transparent;
	margin-bottom: 0;
}
.table.table-filter-reviews	tr td{ 
	border-bottom: none;
}

/* End */
/* /local/templates/platform/components/bitrix/news/doctors/bitrix/news.detail/.default/style.css?1741858760299 */
/* /local/components/platform/reviews-doctor/templates/.default/style.css?17418587585382 */
