

/* Start:/local/templates/smdoctor_inner/components/bitrix/news/sm_moscowdoctors/bitrix/news.detail/.default/style.css?17109082092283*/
.search-name::placeholder {
	color: #b3b3b3;
}
.doc-item{
	margin-bottom: 34px;
}
.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: 14px;
	font-weight: 800;
	color: #000;
	font-family: 'OpenSans';
	text-decoration: none;
}
.doc-name a:hover{
	text-decoration: underline;
}
.doc-info-desc {
	color: #808080;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}
.label-search-spec{
	margin-right: 10px;
}

.doc-find-btn {
	background-color: #ff6801;
	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 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;
}

.doc-photo {
	float: left;
	width: 150px;
	height: 200px;
}
.btn-clinic {
	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: #ff6801;
	box-sizing: border-box;
	padding: 17px 21px 15px;
	transition: 0.3s;
}
.doc-info-text {
	margin-left: 170px;
}
.doc-info-text {
	margin-left: 170px;
	position: relative;
	min-height: 200px;
}
.doc-spec-green {
	color: var(--major);
	margin: 4px 0 10px;
}
.doc-date {
	font-size: 16px;
	color: #3a6955;
	position: absolute;
	bottom: 0;
	font-weight: bold;
}
.appointments_form_in_page .appointments-list .date-time {
	display: none;
}

@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/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 */
/* /local/templates/smdoctor_inner/components/bitrix/news/sm_moscowdoctors/bitrix/news.detail/.default/style.css?17109082092283 */
/* /local/templates/smdoctor_inner/components/smdoc/appointments.form/form_in_page/style.css?17109082096526 */
