

/* Start:/local/components/smdoc/docs/templates/.default/style.css?17109082091482*/
.doc-tabs-wr {
	padding: 30px 0;
}
.doc-tabs-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.doc-tabs-tab {
	color: var(--major);
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 13px;
	cursor: pointer;
	border-bottom: 1px dashed #d8eae2;
}
.doc-tabs-tab:first-child {
	margin-left: 0;
}
.doc-tabs-tab:last-child {
	margin-right: 0
}
.doc-tabs-tab.active .doc-tabs-tab-link {
	color: #ff6801;
}
.doc-tabs-tab-link {
	text-decoration: none;
	color: var(--major);
}
.doc-tabs-tab-link:hover {
	color: #77b69b;
	border: none;
}
.doc-tabs-tab:hover,
.doc-tabs-tab.active {
	border-color: transparent;
}
.doc-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -0.5px;
	padding-top: 30px;
}
.doc-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	        justify-content: start;
	text-align: center;
	width: 32%;
	margin: 0 0.5%;
	vertical-align: top;
}


@media all and (max-width:400px){

	.doc-item {
		width: 49% !important;
	}
}
.info img.doc-img {
	width: 150px;
	height: 200px;
	margin: 0;
}
.doc-item .doc-info-text {
	margin: 0;
}
@media screen and (max-width: 375px) {
	.doc-item {
		width: 49%;
	}
}
/* End */


/* Start:/local/components/smdoc/doc.element/templates/.default/style.css?17109082092606*/
.address a {
	color: #666;
}
.address a span {
	color: #000;
}
.address ul {
	margin-top: 12px;
}
.doc-spec {
	margin-bottom: 6px;
}
.doc-info-desc {
	color: #666;
}
.doc-info-text{
	margin-left: 170px;
}
.doc-photo{
	float: left;
	width: 150px;
	height: 200px;
}
.doc-detail{
	margin-left: 180px;
}
.doc-address span,
.doc-spec span{
	color: var(--major);
}
.doc-address a,
.doc-spec a{
	color: var(--major);
}
.doc-address a span,
.doc-spec a span{
	color: #000;
}
.btn-panel{
	margin-top: 45px;
}
.btn-review,
.btn-clinic {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	border-radius: 40px;
	border: none;
	margin-right: 10px;
	cursor: pointer;
	background-color: var(--minor);
	box-sizing: border-box;
	padding: 17px 21px 15px;
	transition: 0.3s;
}
.btn-review {
	background-color: transparent;
	position: relative;
	color: var(--minor);
	border: 1px solid var(--minor);
}
.btn-review:hover {
	background-color: var(--minor-dark);
	border-color: transparent;
	color: #fff;
}
.btn-review:active {
	background-color: var(--minor-dark);
}
.btn-clinic:hover {
	background-color: var(--minor-dark);
}
.btn-clinic:active {
	background-color: var(--minor-dark);
}
.doc-spec-green {
	color: var(--major);
	margin: 4px 0;
}
.info .doc-photo img {
  margin: 0 0 15px;
	border-radius: 20px;
}
.tabs_info_panel #certificates {
	position: relative;
	width: 100%;
}
.tabs_info_panel #certificates div.cert-col {
	width: 33%;
	float:left;
}
.tabs_info_panel #certificates div.cert-col img {
	width: 90%;
}

.doc-info__experience {
	color: var(--minor);
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
	padding-left: 170px;
}

.doc-info__link--map::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 20px;
	left: -30px;
	top: -5px;
	background-image: url('/images/map-marker-gray.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.doc-info__link--map {
	margin-left: 20px;
}

.doc-info__link {
	position: relative;
	color: var(--major);
	border-bottom: 1px dashed;
}

a.doc-info__link span {
	color: var(--major);
}

.doc-info__link:hover,
.doc-info__link:hover span {
	border-bottom-color: transparent;
	color: var(--major);
}

@media only screen and (max-width: 400px) {
	.info h1 {
		font-size: 24px;
	}

	.doc-head-panel {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.doc-info-text {
		margin: 0;
	}
}

@media only screen and (max-width: 440px) {
	.btn-clinic {
		margin-bottom: 20px;
	}
}
.left_panel {
	display: none;
}
.wr_content .right_panel {
	width: 100%;
}
/* End */


/* Start:/local/templates/smdoctor_inner/components/smdoc/appointments.form/form_in_page/style.css?17109082096526*/
.appointments_form .error{
	box-shadow: 0 0 5px 1px red;
}
.appointments_form_in_page {
	display: block;
	background:  var(--light-2);
	padding: 30px;
	min-width: 300px;
	box-sizing: border-box;
	margin-top: 34px;
	border-radius: 20px;
}

@media all and (max-width: 1024px) {
	.appointments_form_in_page {
		min-width: 0%;
	}
}

.right_panel .info .appointments_form_in_page h2.title {
	margin: 0;
	margin-bottom: 16px;
}
.appointments_form_in_page .text {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.appointments-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.appointments-list-services {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	align-items: center;
	margin-bottom: 30px;
}

.appointments-list .form-row {
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.appointments-list .form-row.date-time{
	gap: 10px;
}
.appointments-list .form-row.sbm {
	margin: 0;
	width: 100%;
	justify-content: left;
}


.label-wrapper {
	text-align: left;
	margin-right: 10px;
	padding-top: 12px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	width: 115px;
}

.date-time-wrapper:nth-child(2) .label-wrapper {
	width: 60px;
}

.appointments-list .form-row:nth-child(1) .label-wrapper,
.appointments-list .form-row:nth-child(1) .label-wrapper label,
.appointments-list .form-row:nth-child(3) .label-wrapper,
.appointments-list .form-row:nth-child(3) .label-wrapper label{
	width: 50px;
}

.appointments-list .label {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 0;
	width: 115px;
	display: block;
}

.label-wrapper-services,
.label-services {
	width: auto !important;
	padding: 0 !important;
}

.appointments-list .label.two-lines {
	white-space: normal;
}
.appointments-list .text-field {
	border: none;
	border-radius: 40px;
	width:100%;
	height: 42px;
	background-color: #fff;
	padding-left: 17px;
	box-sizing: border-box;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	font-family: 'OpenSans';
}


.appointments-list .form-row input {
	border-radius: 40px;
}
.appointments-list .text-field#name,
.appointments-list #spec-styler {
	width: 100%;
}
#spec-styler {
	height: 42px;
}
.date-time-wrapper {
	display: inline-flex;
}
.appointments_form_in_page .sel_clinic{
	margin: 0px;
	width: 238px;
}
.appointments_form_in_page #time-styler{
	width: 100px;
}
.appointments_form_in_page .sel_clinic .jq-selectbox__select{
	height: 42px;
	padding: 9px 0 0 17px;
	box-sizing: border-box;
	text-align: left;
	border-radius: 40px;
}
div.jq-selectbox__select-text {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	width: 80%;
}
.appointments_form_in_page .sel_clinic .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
	position: absolute;
	top: 19px;
	border-left: 5.5px solid transparent;
	border-right: 5.5px solid transparent;
	border-top: 5px solid var(--major);
	width: auto;
	background: none;
	right: 20px;
}
.radio {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	margin-bottom: 17px;
}
.jq-radio.rdo_clinic {
	margin-right: 9px;
}
.appointments_form_in_page .submit {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	border-radius: 3px;
	border: none;
	margin-right: 20px;
	cursor: pointer;
	background-color: #ff6801;
	box-sizing: border-box;
	padding: 17px 21px 15px;
	transition: 0.3s;
	font-family: "OpenSans";
}
.appointments_form_in_page .submit:hover {
	background-color: var(--minor-dark);
}
.appointments_form_in_page .submit:active {
	background-color: var(--minor-dark);
}
.agree-text {
	color: #000000;
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
	margin: 10px 0;
}
.agree-link {
	color: #3a6955;
	text-decoration: underline;
}
.appointments_form_in_page input[name="number_card"]{
	background-color: #fff;
	width: 238px;
	height: 42px;
	border-radius: 40px;
	border: 1px solid #fff;
	padding-left: 17px;
	box-sizing: border-box;
}
.appointments_form_in_page input[name="number_card"]:disabled{
	background-color: #eaebef;
	border-radius: 40px;
}
.quest {
	display: flex;
	flex-direction: column;
	width: 80%;
}
.radio-row .label-wrapper {
	padding-top: 0;
}
.radio-row {
	padding-top: 12px;
}
@media only screen and (max-width: 1100px) {
	.appointments_form_in_page {
		padding: 40px;
		text-align: center;
	}
	.appointments-list {
		text-align: left;
	}

	.appointments-list-services {
		grid-template-columns: 1fr 1fr;
	}

	.form-row-sbm-services {
		grid-column-start: 2;
	}

	.form-row-sbm-services .submit {
		order: 2;
		margin-right: 0;
		margin-left: 20px;
	}
	.appointments-list-services + .text {
		text-align: left;
	}
}

@media only screen and (max-width: 800px) {
	.appointments_form_in_page-services {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 910px) {

	.appointments-list .form-row {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.appointments-list {
		grid-template-columns: 1fr;
	}

	.appointments-list .form-row-services {
		margin-bottom: 15px;
	}

	.form-row-sbm-services{
		margin-top: 10px !important;
	}

	.form-row-sbm-services .submit {
		margin-left: 0;
		width: 100%;
		order: 1;
	}

	.form-row-sbm-services .agree-text {
		order: 2;
	}

	.form-row-sbm-services {
		grid-column-start: 1;
	}

	.label-wrapper {
		text-align: left;
		width: 100%;
	}
	.appointments-list .form-row.date-time {
		flex-direction: row;
		justify-content: space-between;
	}
	.date-time-wrapper {
		flex-direction: column;
		width: 49%;
	}
	.appointments-list .text-field#name,
	.appointments-list #spec-styler,
	.appointments-list #date,
	.appointments-list #time-styler {
		width: 100%;

	}
	.appointments-list #phone{
		width: 100%;
	}
	.radio {
		margin: 5px 0;
	}
	.appointments-list .form-row.sbm {
		align-items: center;
		margin-top: 20px;
		margin-left: 0;
		text-align: center;
	}
	.appointments_form_in_page .submit {
		margin-right: 0;
	}
	.appointments-list .agree-text {
		width: 100%;
	}
}


@media only screen and (max-width: 399px) {

	.appointments_form_in_page-services {
		padding: 20px;
	}
	.appointments-list #phone {
		width: 100%;
	}
	.appointments-list .form-row.date-time {
		flex-direction: column;
	}
	.date-time-wrapper {
		width: 100%;
	}
	.date-time-wrapper:last-child {
		margin-bottom: 20px;
	}

	.appointments-list-services + .text {
		text-align: center;
	}

}
@media only screen and (max-width: 443px) {
	.sel_clinic .jq-selectbox__select-text {
		max-width: 84%;
	}
}
/* End */


/* Start:/local/components/smdoc/review.list/templates/doctor/style.css?1710908209765*/
.review-item{
	border-bottom: 1px solid #ccc;
	padding: 0 0 22px 0;
	margin: 0 0 34px 0;
}
.review-head{
	margin: 8px 0;
}
.review-head .client{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.review-head .date{
	font-size: 14px;
	color: #999;
	float: right;
}
.answer{
	padding: 14px 0 0 72px;
	background: url('/local/components/smdoc/review.list/templates/doctor/./images/min-logo.png') no-repeat 0 26px;
	min-height: 72px;
	color: var(--major);
}
.review-list {
  text-align: justify;
}

.load-more{
	padding:0 0 20px;
}
.load-more__btn{
	cursor: pointer;
	display: block;
	width:200px;
	margin:0 auto;
	line-height: 40px;
	height: 40px;
	color:#fff;
	background: var(--major);
	text-align: center;
	font-weight: bold;
	border-radius: 20px;
	transition:0.3s;
}
.load-more__btn:hover{
	background: #368765;
}
/* End */


/* Start:/local/components/smdoc/review.form/templates/.default/style.css?17628576342964*/
.review_form .error{
	box-shadow: 0 0 5px 1px red;
}
.review_form {
	display: block;
	background: var(--light-2);
	padding: 60px;
	min-width: 290px;
	box-sizing: border-box;
	border-radius: 20px;
}
.right_panel .info .review_form h3.title {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	line-height: 34px;
	margin: 0;
	margin-bottom: 16px;
}

form .review-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: center;
}
.review-list .form-row .label-wrapper {
	padding-top: 0px;
}

.review-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.review-list .form-row {
	margin-bottom: 0;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

.review-list .form-row:nth-child(3){
	grid-column-start: 1;
	grid-column-end: 3;
}

.review-list .form-row:nth-child(3) .text-field{
	width: 100%;
}

.review-list .form-row:nth-child(3) .label-wrapper{
	width: 85px;
}

.review-list .form-row .phone {
	margin-bottom: 0;
}
.form-row.sbm {
	margin: 0;
	margin-left: 85px;
	border-radius: 40px;
}

.review-list .label-wrapper {
	width: 100px;
}
.label-wrapper {
	margin-right: 5px;
	padding-top: 12px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.review-list .label {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 0;
}
.review-list .text-field {
	border: none;
	border-radius: 20px;
	width: 100%;
	height: 42px;
	background-color: #ffffff;
	padding-left: 17px;
	box-sizing: border-box;
}
.review-list .text-field#message {
	height: 100px;
	padding-top: 8px;
}
.submit.review-submit {
	height: 42px;
	background-color: var(--minor);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	border-radius: 40px;
	border: 1px solid var(--minor);
	margin-right: 20px;
	cursor: pointer;
	padding: 0 21px;
	box-sizing: border-box;
	transition: 0.3s;
	font-family: 'OpenSans';
}
.submit.review-submit:hover {
	background-color: var(--minor-dark);
	border-color: transparent;
}
.submit.review-submit:active {
	background-color: var(--minor);
}
@media only screen and (max-width: 910px) {
	.review_form {
		text-align: center;
	}
	.review-list .form-row {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.label-wrapper {
		text-align: left;
		width: 100%;
	}
	.date-time-wrapper {
		flex-direction: column;
		width: 49%;
	}
	.review-list .text-field {
		width: 100%;
	}
	.form-row.sbm {
		align-items: center;
		margin-top: 20px;
		margin-left: 0;
		text-align: center;
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.review_form_in_page .submit {
		margin-right: 0;
	}
}
@media screen and (max-width: 590px) {
	.review_form {
		padding: 60px 20px 49px;
	}
}

@media screen and (max-width: 480px) {
	form .review-list {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.form-row.sbm,
	.review-list .form-row:nth-child(3){
		grid-column-start: 1;
		grid-column-end: 2;
	}
}
.review_form .agreement {
	padding: 20px 0 10px 0;
}
/* End */
/* /local/components/smdoc/docs/templates/.default/style.css?17109082091482 */
/* /local/components/smdoc/doc.element/templates/.default/style.css?17109082092606 */
/* /local/templates/smdoctor_inner/components/smdoc/appointments.form/form_in_page/style.css?17109082096526 */
/* /local/components/smdoc/review.list/templates/doctor/style.css?1710908209765 */
/* /local/components/smdoc/review.form/templates/.default/style.css?17628576342964 */
