

/* Start:/local/templates/smdoctor_inner/components/bitrix/news/sm_moscowdoctors/bitrix/news.list/.default/style.css?17109082095146*/
.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: var(--minor);
}
.doc-tabs-tab-link {
	text-decoration: none;
	color: var(--major);
}
.doc-tabs-tab-link:hover {
	color: var(--major-dark);
	border: none;
}
.doc-tabs-tab:hover,
.doc-tabs-tab.active {
	border-color: transparent;
}
.doc-list {
}
.doc-item {
	display: flex;
	padding: 10px;
	background-color: #fff;
	width: 80%;
	margin: 0 20px 20px 0;
}


@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 {
	width: 76%;
	margin: 20px 0 0 20px;
}
.doc-img{
	float: left;
	margin: 6px 30px 0 0;
	width: 150px;
	height: 200px;
}
.doc-info-text{
	margin-left: 144px;
}
.doc-name{
	margin-bottom: 8px;
	color: #000;
}
.doc-name a {
	font-size: 18px;
	font-weight: 800;
	color: #000;
	text-decoration: none;
}
.doc-name a:hover{
	text-decoration: underline;
}
.doc-info-desc {
	color: #808080;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.label-search-spec{
	margin-right: 10px;
}

.doc-find-btn {
	background-color: var(--minor);
	color: #fff;
	font-family: "OpenSans";
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	border: none;
	border-radius: 3px;
	height: 42px;
	box-sizing: border-box;
	padding: 0 21px;
	cursor: pointer;
	transition: 0.3s;
}
.doc-find-btn:hover {
	background-color: #ff7e27;
}
.doc-find-btn:active {
	background-color: #e65d01;
}
.doc-spec{
	margin-bottom: 16px;
}
.doc-spec a{
	color: #666;
}
.doc-spec a span{
	color: var(--major);
}
.address a{
	color: #666;
}
.address a span{
	color: #000;
}
.address ul{
	margin-top: 12px;
}
.info > form {
	margin-bottom: 20px;
}
.select2-container.search-spec {
	margin-right: 32px;
}
.search-name, .select2-container.search-spec {
	margin-bottom: 10px;
}

/**/
.info h1 {
    font-size: 35px;
}
.moscowdoctors-top-block {
	background: url("/upload/top_img1.jpg") no-repeat scroll 0 0;
	height: 240px;
}
.moscowdoctors-title {
	color: #fff;
	position: relative;
	top: 56px;
	left: 42px;
	font-size: 30px;
	font-weight: bold;
}
.moscowdoctors-top-block .moscowdoctors-btn-clinic {
	position: relative;
	top: 64px;
	left: 42px;
}
.moscowdoctors-btn-clinic a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	border-radius: 3px;
	border: none;
	margin-right: 10px;
	cursor: pointer;
	background-color: var(--minor);
	box-sizing: border-box;
	padding: 17px 21px 15px;
	transition: 0.3s;
}
.moscowdoctors-phone {
	color: var(--minor);
	font-weight: bold;
}
.moscowdoctors-schedule {
	background-color: #eee;
}
.moscowdoctors-schedule-title {
	font-size: 30px;
	line-height: 35px;
	padding: 20px;
	font-weight: bold;
}
.moscowdoctors-schedule-title b {
	color: #3a6955;
	display: block;
	font-weight: bold;
}
.moscowdoctors-schedule-doc {
	display: flex;
}
.moscowdoctors-schedule-doc-date {
	width: 20%;
	position: relative;
}
.moscowdoctors-schedule-doc-date::before {
	border-left: 6px solid #fff;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 0;
	display: block;
	content: '';
	z-index: 10;
}
.moscowdoctors-schedule-doc-date div {
	background: url("/upload/ico_calendar.png") no-repeat scroll center center;
	text-align: center;
	z-index: 20;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #3a6955;
	height: 58px;
	line-height: 80px;
}
.doc-foto .empty-preview-picture {
	width: 150px;
	height: 200px;
	background-color: #eee;
}
.moscowdoctors-btns {
	display: flex;
	justify-content: space-around;
}
.moscowdoctors-btns {
	text-align: center;
}
.moscowdoctors-btn-text {
	margin-bottom: 10px;
	font-size: 16px;
}
/**/
@media screen and (max-width: 768px) {
     .moscowdoctors-title {
        text-align: center;
        left: inherit;
    }
    .moscowdoctors-top-block .moscowdoctors-btn-clinic {
        left: inherit;
        text-align: center;
    }
    .doc-foto {
        text-align: center;
	}
	.doc-item .doc-info-text {
        width: initial;
        margin: initial;
        text-align: center;
    }
    .doc-item {
        display: initial;
    }
    .doc-foto .empty-preview-picture {
        width: inherit;
        height: inherit;
    }
	.moscowdoctors-btns {
		display: initial;
		text-align: center;
	}
	.moscowdoctors-btns div {
		margin-bottom: 20px;
	}
	.info h1 {
		font-size: 25px;
	}
}
@media screen and (max-width: 440px) {
	.doctor_search_form {
		flex-direction: column;
	}
	.mobile-margin {
		margin-bottom:10px!important;
		height:42px;
		width:100%!important;
	}
	.search-name-wrapper {
		border: 1px solid #999;
		box-sizing: border-box;
	}
	.search-name {
		border: none;
	}
	.label-doc-find-btn {
		float: none;
	}
}



/* End */


/* Start:/local/components/smdoc/moscowdoc.form/templates/.default/style.css?17109082092422*/
.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;
}
.review-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

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 .form-row {
	margin-bottom: 0;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

.review-list .form-row .phone {
	margin-bottom: 0;
}

.review-list .form-row.sbm {
	margin: 0;
	margin-left: 125px;
}
.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;
}
.review-list .text-field {
	border: none;
	border-radius: 40px;
	width: 400px;
	height: 42px;
	background-color: #ffffff;
	padding-left: 17px;
	box-sizing: border-box;
}
.review-list .text-field#message {
	height: 100px;
	padding-top: 8px;
}
.review-list .submit {
	height: 42px;
	background-color: #ff6801;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	border-radius: 3px;
	border: 1px solid #ff6801;
	margin-right: 20px;
	cursor: pointer;
	padding: 0 21px;
	box-sizing: border-box;
	transition: 0.3s;
	font-family: 'OpenSans';
}
.review-list .submit:hover {
	background-color: #ff7e27;
	border-color: transparent;
}
.review-list .submit:active {
	background-color: #e65d01;
}
.moscow-form-text {
	padding-bottom: 20px;
	font-size: 16px;
}
@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%;
	}
	.review-list .form-row.sbm {
		align-items: center;
		margin-top: 20px;
		margin-left: 0;
		text-align: center;
	}
	.review_form_in_page .submit {
		margin-right: 0;
	}
}
@media screen and (max-width: 375px) {
	.review_form {
		padding: 60px 20px 49px;
	}
}

/* End */
/* /local/templates/smdoctor_inner/components/bitrix/news/sm_moscowdoctors/bitrix/news.list/.default/style.css?17109082095146 */
/* /local/components/smdoc/moscowdoc.form/templates/.default/style.css?17109082092422 */
