/* Основные стили виджета */
.doctor-widget-container {
	padding: 65px 0 0px 0;
	border-bottom: solid 1px #B28267;
	
}

.widget-content {
	padding: 0px 0px 0px 32px;
	max-width: 550px;
	margin: 0 auto 40px;
	
}

/* #first_block form input, #new_head form input {
	background: #e7e7e7;
	border-radius: 10px;
	border-top-left-radius: 0;
	font-family: FuturaBookC;
	font-size: 19px;
	line-height: 22px;
	padding: 15px 20px;
	width: 100%;
	border: 0;
} */

.form_input::placeholder {
	font-family: FuturaBookC, Arial, sans-serif;
	font-size: 19px;
	line-height: 22px;
}


.main-img-b {
	background-image: url('/wp-content/themes/doctorhul/assets/img/main_photo-big-thin.jpg');

	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 500px;
}

.bootstrap .row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

/* Текстовая часть */
.doctor-widget-container h1 {
	font-family: FuturaFuturisC;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 20px;
}

/* .doctor-widget-container ._text {
	margin-top: 30px;
	font-family: Zagolovok;
	font-size: 20px;
	line-height: 27px;
	font-weight: normal;
	max-width: 465px;
	margin-bottom: 40px;
} */

.doctor-widget-container  a {
	font-family: Zagolovok;
	font-size: 20px;
	line-height: 27px;
	font-weight: normal;
	/* color: #325d73; */
}

/* Форма */
.doctor-widget-container form {
	padding: 0px 0px 0px 32px;
	border-radius: 10px;
	max-width: 550px;
	position: relative;
	margin: 0 auto 65px;
}

.doctor-widget-container ._form_text {
	font-size: 27px;
	line-height: 31px;
	margin-bottom: 20px;
}

.contact_form_input {
	border: solid 1px #F1D9CE;
	border-radius: 50px;
	min-height: 75px;
	padding: 10px;
	margin-left: -30px;
	display: flex;
	align-items: center;
}

.contact_form_input {
	display: flex;
	align-items: center;       /* вертикальное выравнивание */
	justify-content: flex-end; /* всё прижато вправо */
	gap: 14px;                 /* зазор между инпутом и кнопкой (подберите по макету) */
}

.form_input {
	flex: 1 1 auto;
}

.form_button {
	margin-right: 0;           /* если была правая внешняя рамка — уберите */
}

.form_input {
	background: none !important;
	width: 60% !important;
	border: none !important;
	 font-family: fontContent; 
	font-size: 19px;
	line-height: 22px;
	padding: 15px 20px;
}

.form_button {
	width: 33% !important;
	text-transform: unset !important;
	line-height: 16px;
	color: #325d73;
	 font-family: fontContent; 
	font-size: 17px;
	line-height: 21px;
	align-items: center;
	text-transform: uppercase;
	background: #dfcfb7;
	border-radius: 40px;
	border: 0;
	font-weight: 500;
	padding: 16px 10px;
	cursor: pointer;
	/* transition: background .3s linear; */
	width: 100%;
}


.form_button:hover {
	background-color: #93c7c1;
	color: white;
}

/* Контактная информация */
.form_manager {
	width: 100%;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 20px;
	color: #979797;
	margin-bottom: 0px;
}

.contact_form_phone {
	margin-top: 5px;
	width: 100%;
	padding-left: 14px;
}

.contact_form_phone p {
	font-size: 27px;
	margin-bottom: 0px;
}

.contact_form_phone p.phone_number {
	font-size: 27px;
	padding-top: 15px;
}

.contact_form_phone p.phone_number a {
	color: #000000;
	font-size: 27px;
	text-decoration: none;
}
.contact_form_phone p.phone_number a:hover {

	text-decoration: underline;
}

.contact_form_phone p small {
	font-size: 15px;
	color: #979797;
}

.contact_form_phone_icon {
	width: 50px;
	float: left;
	margin-right: 36px;
	height: 100px;
	/* padding-left: 10px; */
}

/* Кнопка WhatsApp */
.btn_whatsapp {
	display: block;
	font-family: FuturaBookC;
	font-size: 17px !important;
	line-height: 21px!important;
	align-items: center !important;
	text-transform: uppercase;
	background: #dfcfb7 !important;
	border-radius: 40px;
	border: 0;
	color: #325d73 !important;
	width: 100% !important;
	font-weight: 500;
	padding: 20px;
	cursor: pointer;
	transition: background .3s linear;
	margin-bottom: 14px;
	text-decoration: none !important;
	text-align: center;
}

.btn_whatsapp:hover {
	background-color: #93c7c1 !important;
	color: white !important;
	text-decoration: none;
}

/* Мобильная версия */
@media (max-width: 991px) {
	.doctor-widget-container form {
		margin: 0px 0px 35px 0px !important;
		padding: 0px;
	}
	
	.contact_form_input {
		margin-left: 0px !important;
	}
}

@media (max-width: 576px) {
	.doctor-widget-container {
		border-bottom: none;
		padding-top: 25px;
		padding: 0px 0px 0px 32px;
		border-radius: 10px;
		max-width: 550px;
		position: relative;
		margin: 0 auto 65px;
	}
	
	.doctor-widget-container form {
		padding: 10px;
		margin: 0px 0px 15px 0px;
	}
	
	.form_input {
		width: 66% !important;
		padding: 7px 0px 0px 20px;
	}
	
	.contact_form_input {
		min-height: 60px;
	}
	
	.doctor-widget-container ._form_text {
		text-align: left;
		padding-left: 11px;
		font-size: 17px;
		margin-bottom: 0;
	}
	
	.form_button {
		padding: 9px 17px;
	}
	
	.row .form_manager {
		padding-left: 25px;
		margin-right: 10px;
		padding-top: 10px;
	}
	
	.contact_form_phone {
		margin-top: 18px;
	}
	
	.contact_form_phone p.phone_number {
		padding-top: 10px;
		padding-bottom: 3px;
	}
	
	.contact_form_phone_icon img {
		width: 70px;
	}
	
	.contact_form_phone p {
		font-size: 20px;
	}
	
	.main-photo-img {
		max-height: 400px;
		padding-left: 0px;
		width: 100%;
		height: auto;
	}
	
	._m_photo_main {
		border-bottom: solid 1px #B28267;
		padding: 0;
		overflow: hidden;
		margin-bottom: 20px;
	}
}

@media (min-width: 1080px) {
	.btn_whatsapp {
		display: none;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
}

@media (max-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
}



/* Добавляем к предыдущим стилям */
.main-img-b {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 500px;
}

/* Стили для текста из редактора */
.doctor-widget-container p {
	font-family: Zagolovok;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 15px;
}




.doctor-widget-container  a {
	font-family: Zagolovok;
	font-size: 20px;
	line-height: 27px;
	/* color: #325d73; */
	text-decoration: underline;
}

.doctor-widget-container  ul,
.doctor-widget-container  ol {
	font-family: Zagolovok;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 15px;
}

.doctor-widget-container  li {
	margin-bottom: 5px;
}

.contact_form_phone p {
	font-size: 27px;
	margin-bottom: 0px;
}


.form_manager p {
	width: 100%;
	/* padding-left: 15px;
	padding-top: 15px; */
	font-size: 20px;
	color: #979797;

}

.contact_form_phone .phone_number {

	margin-bottom: 0px;
}

.m_photo_main {
	border-bottom: solid 1px #B28267;
	padding: 0;
	overflow: hidden;
	/* margin: 0 -50px; */
}

@media (max-width: 991px) {
	
	.contact_form_phone p {
		font-size: 20px;
	}
	
	.doctor-widget-container .form_text p  {
		font-size: 27px;
		line-height: 31px;
		
	}

	
	.widget-content {
		padding: 20px 0px 0px 0px;
		max-width: none;
		margin: 0px;
	}
	
	.doctor-widget-container {

		padding: 0px;
		margin: 0px;
		max-width: none;
		
	}
	
	
	.m_photo_main img {
		width: auto;
	}
	
	.text {
		margin-top: 30px;

		margin-bottom: 40px;
	}
	
.widget-content {
	/* padding: 0px 0px 0px 32px; */
	max-width: none;
	/* margin: 0 auto 40px; */
	
}

small { 
	font-size: 80%;
	font-weight: 400;
}
.b-service-price {
	margin-bottom: 40px;
}
