@font-face {
	font-family: 'MontserratRegular';
	src: url("/sbs_wp/themes/main/fonts/Montserrat-Regular.ttf");
}
@font-face {
	font-family: 'MontserratSemiBold';
	src: url("/sbs_wp/themes/main/fonts/Montserrat-SemiBold.ttf");
}
@font-face {
	font-family: 'MontserratBold';
	src: url("/sbs_wp/themes/main/fonts/Montserrat-Bold.ttf");
}
@font-face {
	font-family: 'DaysOne';
	src: url("/sbs_wp/themes/main/fonts/DaysOne-Regular.ttf");
}

* {
	--color1: #0e55a6; /* Blue dark */
	--color2: #90a4e1; /* Blue light */
	--color3: #5a972c; /* Green middle */
}

body {
	margin: 0;
	padding: 0;
	font-family: MontserratRegular, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #474747;
}
img {
	border: 0;
}
h1 {
	font-family: MontserratSemiBold, Arial, sans-serif;
	margin: 0 0 25px 0;
	font-size: 35px;
	color: #989aa3;
	text-transform: uppercase;
	text-align: left;
}
h2 {
	margin: 30px 0 20px 0;
	font-size: 25px;
	color: #333333;
	text-transform: uppercase;
	text-align: left;
}
h3 {
	margin: 25px 0 10px 0;
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
	text-align: left;
}
@media screen and (max-width:500px) {
	h1 {
		font-size: 33px;
	}
	h2 {
		word-wrap: break-word;
	}
}
a {
	color: var(--color1);
}
a:hover {
	color: var(--color2);
}
div, header, footer {
	box-sizing: border-box;
}
strong, b {
	font-family: MontserratSemiBold, Arial, sans-serif;
}
input, textarea, select {
	font-family: MontserratRegular, Arial, sans-serif;
	box-sizing: border-box;
}

header .block_1 {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 20px auto;
	padding-top: 25px;
	max-width: 1260px;
}
header .block_1 .search {
	margin-top: 8px;
}
header .logo {
	display: block;
	font-family: DaysOne, Arial, sans-serif;
	color: #000000;
	text-decoration: none;
	background: url(pics/logo_1.png) 0 0 no-repeat;
	height: 91px;
	padding-left: 94px;
}
header .logo .line_1 {
	font-size: 16.5px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #0e55a6;
}
header .logo .line_2 {
	font-size: 25px;
	text-transform: uppercase;
	color: #989aa3;
}
header .block_2 {
	color: #3c3c3b;
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-size: 17px;
	background: url(pics/icon_phone_1.png) 0 0 no-repeat;
	padding: 0px 0 0 30px;
	margin-top: 8px;
}
header .block_2 .phone {
	color: inherit;
	text-decoration: none;
}
header .block_2 .appoint {
	font-size: 13px;
	color: #FFFFFF;
	border-radius: 20px;
	text-decoration: none;
	padding: 6px 25px 6px 50px;
	margin-top: 20px;
	display: block;
	width: max-content;
	background: url(pics/appoint_1.png) 25px 50% no-repeat var(--color2);
}
header .block_2 .appoint:hover {
	background-color: var(--color1);
}
header .block_3 {
	color: #3c3c3b;
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-size: 17px;
	background: url(pics/icon_addr_1.png) 0 0 no-repeat;
	padding: 0px 0 0 29px;
	margin-top: 8px;
}
header .block_3 .mobile_contacts {
	display: none;
}
header .block_3 .schedule {
	font-family: MontserratRegular, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 14px;
}
header .block_3 .schedule .title {
	font-family: MontserratSemiBold, Arial, sans-serif;
	color: #000000;
}
header .mobile_menu_handler {
	display: none;
}

header .main_menu {
	font-family: MontserratBold, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	background-color: var(--color1);
	padding: 8px 0;
	text-align: center;
}
header .main_menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	margin: 0 20px;
	padding-bottom: 5px; /* For stable submenu */
}
header .main_menu a:hover {
	text-decoration: underline;
	color: #8ba1e6;
}
header .main_menu a.services {
/*	border-radius: 4px;*/
	padding: 5px 35px 5px 15px;
	background: url(pics/menu_arrow_1.png) 85% 50% no-repeat;
}
header .main_menu a.services:hover {
	text-decoration: none;
}
header .main_menu a.info_1 {
	display: none;
}
header .main_menu .hidden_submenu {
	position: absolute;
	display: none;
	padding: 5px 0 5px 0;
	background-color: var(--color2);
	z-index: 10; /* For Yandex Maps in footer */
}
header .main_menu .hidden_submenu a {
	display: block;
	margin: 15px 15px;
	text-align: left;
}
header .main_menu .hidden_submenu a:hover {
	color: var(--color1);
}

@media screen and (max-width:500px) {
	header {
		box-shadow: 0 0 9px #888888;
	}
	header .block_1 {
		flex-wrap: wrap;
		margin-bottom: 0;
		padding: 10px;
	}
	header .logo {
		width: 100%;
		padding-left: 80px;
	}
	header .block_2 {
		margin-top: 10px;
		width: 100%;
	}
	header .block_2 .appoint {
		margin-top: 10px;
		display: block;
		width: max-content;
	}
	header .block_3 {
		padding: 0;
		margin-top: 18px;
	}
	header .block_3 .address {
		display: none;
	}
	header .block_3 .mobile_contacts {
		display: block;
		width: 19px;
		height: 25px;
	}
	header .block_3 .schedule {
		margin-top: 5px;
		display: none;
	}
	header .search {
		margin: 18px 0 0 0;
		padding-top: 10px;
		order: 5;
	}
	header .mobile_menu_handler {
		display: inline-block;
		margin: 20px 0 0 0;
		order: 4;
	}

	header .main_menu {
		display: none;
		padding: 0;
		text-align: left;
	}
	header .main_menu a {
		display: block;
		margin: 0;
		padding: 15px 10px;
	}
	header .main_menu a.services {
		padding: 15px 10px;
		background: none;
	}
	header .main_menu .hidden_submenu {
		position: static;
		display: block;
		padding: 10px 0;
	}
	header .main_menu .hidden_submenu a {
		margin: 0;
		padding: 10px 0 10px 25px;
	}
}

footer {
	background-color: #EBEBEB;
}
footer .map {
	background-color: #FFFFFF;
	height: 450px;
	position: relative;
}
footer .map .addr {
	position: absolute;
	top: 38px;
	right: 160px;
	width: 445px;
	height: 375px;
	background-color: #FFFFFF;
	box-shadow: 0 0 5px #888888;
	border: none;
	text-align: center;
	padding: 40px 10px 0 10px;
	line-height: 200%;
}
footer .map .addr a {
	text-decoration: none;
}
footer .map .addr a:hover {
	text-decoration: underline;
}
footer .map .addr .logo {
	display: block;
	font-family: DaysOne, Arial, sans-serif;
	color: #000000;
	background: url(pics/logo_3.jpg) 0 0 no-repeat;
	height: 75px;
	padding-left: 70px;
	text-align: left;
	margin: 0 auto 25px auto;
	width: max-content;
	text-transform: uppercase;
}
footer .map .addr .logo .line_1 {
	font-size: 13.5px;
	padding-top: 10px;
	color: #0e55a6;
}
footer .map .addr .logo .line_2 {
	font-size: 20px;
	color: #989aa3;
	margin-top: -5px;
}
footer .map .addr .phone {
	color: inherit;
	text-decoration: none;
}
footer .block_1 {
	display: flex;
	justify-content: space-between;
	background-color: #EBEBEB;
	border-bottom: 2px solid #F0F0F0;
	max-width: 1144px;
	margin: 0 auto;
	padding: 34px 45px 25px 50px;
}
footer .block_1 .logo {
	display: block;
	font-family: DaysOne, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(pics/logo_2.png) 0 0 no-repeat;
	height: 91px;
	padding-left: 80px;
}
footer .block_1 .logo .line_1 {
	font-size: 15px;
	padding-top: 21px;
	color: #0e55a6;
}
footer .block_1 .logo .line_2 {
	font-size: 22.5px;
	color: #989aa3;
}
footer .block_1 .block_1_1 {
	background: url(pics/footer_1.png) 0 45px no-repeat;
	font-size: 21px;
	font-family: MontserratSemiBold, Arial, sans-serif;
	padding: 23px 0 0 35px;
	color: #333333;
}
footer .block_1 .block_1_1 a {
	color: inherit;
	text-decoration: none;
}
footer .block_1 .block_1_1 .title {
	font-family: MontserratRegular, Arial, sans-serif;
	font-size: 16px;
	color: #494949;
	margin-bottom: 3px;
}
footer .block_1 .block_1_2 {
	font-family: MontserratSemiBold, Arial, sans-serif;
	display: block;
	box-sizing: border-box;
	background: url(pics/footer_2.png) 15px 50% no-repeat;
	font-size: 14px;
	color: var(--color1);
	text-decoration: none;
	border: 2px solid #90a4e1;
	border-radius: 6px;
	padding: 12px 20px 10px 65px;
	height: 64px;
	margin-top: 15px;
}
footer .block_1 .block_1_3 {
	display: none;
}
footer .block_2 {
	display: flex;
	background-color: #EBEBEB;
	max-width: 1049px;
	margin: 25px auto 35px auto;
	justify-content: space-between;
}
footer .block_2 .title {
	font-family: MontserratBold, Arial, sans-serif;
	font-size: 16px;
	color: #494949;
	padding-bottom: 18px;
}
footer .block_2 a {
	display: block;
	font-size: 14px;
	color: var(--color1);
	text-decoration: none;
	background: url(pics/footer_arrow_1.png) 0 2px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 40px 12px 0;
}
footer .block_2 a:hover {
	text-decoration: underline;
}
footer .block_2 .block_2_1 .links {
	column-width: 33%;
	column-count: 3;	
}
footer .block_3 {
	color: #CCCCCC;
	text-align: center;
	background-color: #3B3B3B;
	padding: 35px 0;
	line-height: 200%;
}
footer .block_3 .sub {
	display: flex;
	margin: 0 auto;
	max-width: 1260px;
}
footer .block_3 .sub .block_3_1 {
	order: 1;
	flex-grow: 1;
}
footer .block_3 .sub .developer {
	display: block;
	order: 2;
	background: url(pics/logo_ardzo.png) 0 0 no-repeat;
	width: 48px;
	height: 43px;
	color: #FFFFFF;
	text-decoration: none;
	transition-property: background-position, width, padding;
	transition-duration: 0.5s;
}
footer .block_3 .sub .developer span {
	display: none;
}
footer .block_3 .sub .developer:hover {
	width: 110px;
	padding-right: 105px;
	background-position: 100% 0;
	transition-property: background-position, width, padding;
	transition-duration: 0.5s;
}
footer .block_3 .sub .developer:hover span {
	display: block;
	margin-top: 8px;
}

@media screen and (max-width:500px) {
	footer .map {
		display: none;
	}
	footer .block_1 {
		display: block;
		padding: 20px 10px 20px 10px;
	}
	footer .block_1 .logo {
		display: none;
	}
	footer .block_1 .block_1_1 {
		background: url(pics/footer_1.png) 0 20px no-repeat;
		padding: 0 0 0 35px;
	}
	footer .block_1 .block_1_2 {
		display: inline-block;
	}
	footer .block_1 .block_1_3 {
		display: block;
		margin: 10px 0 10px 0;
		padding: 0 0 0 35px;
		font-size: 16px;
	}
	footer .block_1 .block_1_3 .title {
		color: #999999;
		margin-bottom: 3px;
	}
	footer .block_2 {
		display: block;
		padding: 0 10px;
	}
	footer .block_2 a {
		margin-right: 10px;
	}
	footer .block_2 .block_2_1 .links {
		column-width: 100%;
		column-count: 1;	
	}
	footer .block_2 .block_2_2 {
		margin-top: 10px;
	}
	footer .block_3 {
		text-align: left;
		padding: 25px 10px;
	}
	footer .block_3 .sub {
		flex-wrap: wrap;
	}
	footer .block_3 .sub .block_3_1 {
		width: 100%;
	}
	footer .block_3 .sub .developer {
		width: 100%;
		margin-top: 30px;
	}
}

main {
	margin: 0 auto;
	max-width: 1260px;
	padding: 40px 0 60px 0;
}
main.index {
	max-width: 100%;
	padding-top: 0px;
}

@media screen and (max-width:500px) {
	main {
		padding: 20px 10px 40px 10px;
	}
	main.index {
		padding-left: 0;
		padding-right: 0;
	}
}

.main_container {
	background-color: #FFFFFF;
}

.gen_text {
	line-height: 150%;
	text-align: justify;
}
.gen_floated_left {
	float: left;
	margin: 10px 20px 10px 0;
	max-width: 100%;
}
.gen_floated_right {
	float: right;
	margin: 10px 0 10px 20px;
	max-width: 100%;
}

.gen_form_1 {
	color: #999999;
}
.gen_form_1 input, .gen_form_1 select, .gen_form_1 textarea {
	border: none;
	border-bottom: 1px solid #CACACA;
	padding: 8px 10px;
	margin-bottom: 30px;
	color: #333333;
	font-size: 14px;
}
.gen_form_1 textarea {
	border: 1px solid #CACACA;
}
.gen_form_1 select {
	padding-right: 20px;
	appearance: none;
	background: url(pics/select_arrow_1.gif) 100% 50% no-repeat;
}
.gen_form_1 input[type=submit] {
	margin-bottom: 0;
	font-family: MontserratSemiBold, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	background: linear-gradient(#8ba1e6, #0f56a7);
	border: none;
	border-radius: 25px;
	padding: 15px 20px;
	text-transform: uppercase;
	cursor: pointer;
}
.gen_form_1 input[type=submit]:hover {
	background: linear-gradient(#0f56a7, #8ba1e6);
}
.gen_form_1 input::placeholder, .gen_form_1 textarea::placeholder {
	text-transform: uppercase;
	font-size: 13px;
	color: #333333;
}
@media screen and (max-width:500px) {
	.gen_form_1 input.code::placeholder {
		font-size: 10px;
	}
}

.banner_t1 {
	height: 470px;
	overflow: hidden;
	background: url(pics/top_banner_index.jpg) 50% 50% no-repeat #DEDAD1;
	background-size: cover;
}
.banner_t1 .blurrer {
	height: 100%;
	backdrop-filter: blur(5px);
}
.banner_t1 .sub {
	margin: 0 auto;
	max-width: 1260px;
	font-size: 20px;
	color: #4F4F4F;
	line-height: 140%;
	padding-left: 11%;
}
.banner_t1 .sub strong {
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-weight: normal;
}
.banner_t1 .sub .block_1 {
	width: 700px;
}
.banner_t1 .sub h1 {
	font-family: MontserratBold, Arial, sans-serif;
	font-size: 55px;
	color: #333333;
	line-height: 90%;
	margin: 0 0 20px 0;
	padding-top: 55px; /* For blurrer, margin not works */
	text-transform: none;
	font-weight: normal;
}
.banner_t1 .sub .appoint_button {
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: linear-gradient(#8ba1e6, #0f56a7);
	border-radius: 30px;
	text-decoration: none;
	padding: 12px 30px;
	margin-top: 30px;
	display: block;
	width: max-content;
}
.banner_t1 .sub .appoint_button:hover {
	background: linear-gradient(#0f56a7, #8ba1e6);
}

.banner_t2 .sub {
	font-size: 18px;
}
.banner_t2 .sub h1 {
	text-shadow: 0 0 10px #FFFFFF;
}
.banner_t2 .sub .descr {
	text-shadow: 0 0 10px #FFFFFF;
	margin: -3px -7px;
	padding: 3px 7px;
	border-radius: 5px;
	background: rgba(255,255,255,0.4);
	box-shadow: 0 0 15px #EEEEEE;
}
@media screen and (max-width:500px) {
	.banner_t1 {
		height: 350px; /* Defined by size of text */
	}
	.banner_t1 .sub {
		font-size: 15px;
		padding-left: 10px;
	}
	.banner_t1 .sub .block_1 {
		width: 100%;
	}
	.banner_t1 .sub h1 {
		font-size: 30px;
		padding-top: 60px; /* For blurrer, margin not works */
	}
	.banner_t1 .sub .appoint_button {
		font-size: 14px;
		margin-top: 20px;
	}

	.banner_t2 .sub {
		font-size: 13px;
	}
	.banner_t2 .sub h1 {
		padding-top: 30px; /* For blurrer, margin not works */
	}
}

.index_page .title_t1 {
	font-family: MontserratBold, Arial, sans-serif;
	font-size: 35px;
	text-align: center;
	color: #0e55a6;
	text-transform: uppercase;
}
.index_page .about {
	background-color: #F2F2F2;
	color: #333333;
	padding: 55px 0 50px 0;
	line-height: 150%;
}
.index_page .about .sub {
	margin: 0 auto;
	max-width: 1260px;
}
.index_page .about .sub .title_t1 {
	margin-bottom: 35px;
	line-height: normal;
}
.index_page .about .sub .house {
	float: right;
	margin: 20px 0 0 10px;
}
.index_page .statistics {
	height: 252px;
	overflow: hidden;
	background: url(pics/index_stat_1.jpg) 50% 0 no-repeat;
}
.index_page .statistics .sub {
	margin: 0 auto;
	max-width: 1260px;
	display: flex;
	justify-content: space-between;
}
.index_page .statistics .sub div {
	width: 25%;
	text-align: center;
	padding-top: 63px;
	text-transform: uppercase;
	color: #738ad1;
	font-family: MontserratBold, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
}
.index_page .statistics .sub .value {
	display: block;
	color: #0e55a6;
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-size: 67px;
	line-height: 67px;
	margin-bottom: 5px;
}
.index_page .directions {
	background-color: #FFFFFF;
}
.index_page .directions .sub {
	margin: 0 auto;
	max-width: 1260px;
	padding: 70px 0 0 0;
}
.index_page .directions .sub .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.index_page .directions .sub .items .item {
	width: 32%;
	margin-bottom: 50px;
	text-transform: uppercase;
	background-color: #F2F2F2;
}
.index_page .directions .sub .items .item .pic {
	aspect-ratio: 1.38;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.index_page .directions .sub .items .item .pic a {
	background: inherit;
	width: 100%;
	height: 100%;
}
.index_page .directions .sub .items .item_price {
	background: 
		url(pics/index_directions_price.png) 50% 35px no-repeat,
		linear-gradient(135deg, #d7e1f2, #f0f5fe, #b0c6f0);
	padding-top: 210px;
	padding-bottom: 45px;
	border-radius: 25px;
	font-family: MontserratBold, Arial, sans-serif;
	font-size: 30px;
	color: #0e55a6;
	text-align: center;
}
.index_page .directions .sub .items .item a {
	display: block;
	box-sizing: border-box;
	height: 69px;
	text-align: center;
	text-decoration: none;
	color: #666666;
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-size: 16px;
	padding-top: 25px;
}
.index_page .directions .sub .items .item a:hover {
	background-color: #FFFFFF;
	color: var(--color1);
}
.index_page .directions .sub .items .item_price a {
	height: auto;
	color: #FFFFFF;
	font-size: 15px;
	padding: 15px 20px;
	margin: 15px auto 0 auto;
	background: linear-gradient(#4492e5, #2f66a0);
	border-radius: 25px;
	width: max-content;
}
.index_page .directions .sub .items .item_price a:hover {
	background: linear-gradient(#2f66a0, #4492e5);
	color: #FFFFFF;
}
.index_page .doctors {
	background-color: #F2F2F2;
	margin: 20px 0 70px 0;
}
.index_page .doctors .sub {
	margin: 0 auto;
	max-width: 1260px;
	padding: 55px 0 50px 0;
}
.index_page .doctors .sub .title_t1 {
	text-align: center;
}
.index_page .doctors .sub .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_page .doctors .sub .items .doctor_list_item {
	background-color: #FFFFFF;
}
.index_page .doctors .sub .all_link {
	display: block;
	margin: 40px auto 0 auto;
	border-radius: 20px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: var(--color2);
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-size: 18px;
	padding: 9px 25px 8px 25px;
	width: max-content;
	text-transform: uppercase;
}
.index_page .doctors .sub .all_link:hover {
	border: 2px solid var(--color1);
	color: var(--color1);
}
.index_page .appoint {
	margin: 0 auto;
	max-width: 1260px;
	background:
		url(pics/index_appoint_1.png) 42% 80% no-repeat,
		linear-gradient(135deg, #d7e1f2, #f0f5ff, #adc4ef);
	border-radius: 25px;
	padding: 50px 80px 55px 70px;
	color: #333333;
}
.index_page .appoint .title_t1 {
	text-align: center;
	margin-bottom: 45px;
	color: #333333;
}
.index_page .appoint .container {
	display: flex;
	justify-content: space-between;
}
.index_page .appoint .block_1 {
	width: 50%;
}
.index_page .appoint .hl_1 {
	font-family: MontserratSemiBold, Arial, sans-serif;
	color: #6c7fbb;
}
.index_page .appoint .note_1 {
	color: var(--color1);
	width: 50%;
	margin: 30px 0 0 0;
	background: url(pics/index_note_1.png) 0 0 no-repeat;
	padding: 6px 0 0 40px;
}
.index_page .appoint .note_2 {
	width: 50%;
}
.index_page .appoint form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 40%;
	background-color: #FFFFFF;
	border-radius: 25px;
	padding: 30px 30px 35px 30px;
	box-shadow: 0 0 5px #888888;
}
.index_page .appoint form input, .index_page .appoint form select, .index_page .appoint form textarea {
	width: 100%;
}
.index_page .appoint form input[type=submit] {
	width: auto;
}
.index_page .appoint form textarea {
	height: 100px;
}
.index_page .appoint form .block_t1 {
	width: 48%;
}
.index_page .appoint form .block_t2 {
	width: 100%;
}
.index_page .appoint form .block_t3 {
	width: 45%;
	text-align: right;
}
.index_page .appoint form .block_t4 {
	width: 55%;
	font-size: 12px;
	color: #666666;
}
.index_page .appoint form .block_t5 {
	width: 100%;
	font-size: 12px;
}
.index_page .appoint form .block_t6 {
	width: 100%;
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
}
.index_page .appoint form .res_mes {
	background: url(pics/res_mes_1.jpg) 50% 25px no-repeat;
	text-align: center;
	padding-top: 270px;
	text-transform: uppercase;
	font-size: 16px;
	flex-grow: 1;
	color: #333333;
}
.index_page .appoint form .res_mes_fault {
	background: url(pics/res_mes_3.jpg) 50% 25px no-repeat;
	padding-top: 220px;
}
.index_page .appoint form .res_mes .hl_2 {
	color: var(--color1);
	margin-bottom: 20px;
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-size: 24px;
}
.index_page .news {
	margin: 0 auto;
	max-width: 920px;
	padding: 50px 0 70px 0;
}
.index_page .news .title_t1 {
	border-bottom: 2px solid #d9e2f3;
	padding: 0 9px 5px 9px;
	margin: 0 -9px 35px -9px;
	text-align: left;
	color: #333333;
}
.index_page .news .item {
	margin-bottom: 25px;
	font-family: MontserratSemiBold, Arial, sans-serif;
}
.index_page .news .item a {
	text-decoration: none;
	color: #333333;
}
.index_page .news .item a:hover {
	color: var(--color1);
}
.index_page .news .item .date {
	font-size: 12px;
	font-family: MontserratRegular, Arial, sans-serif;
	color: #999999;
	margin-bottom: 3px;
}
.index_page .news .all_link {
	display: block;
	margin: 40px auto 0 auto;
	border-radius: 20px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: var(--color2);
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-size: 18px;
	padding: 9px 55px 8px 55px;
	width: max-content;
	text-transform: uppercase;
}
.index_page .news .all_link:hover {
	background-color: var(--color1);
}
.index_page .licenses {
	background-color: #F2F2F2;
	margin-bottom: 50px;
}
.index_page .licenses .sub {
	margin: 0 auto;
	max-width: 1260px;
	padding: 50px 0 60px 0;
}
.index_page .licenses .sub .title_t1 {
	text-align: center;
	margin-bottom: 45px;
	color: #333333;
}
.index_page .licenses .sub .items {
	display: flex;
	justify-content: space-between;
}
.index_page .licenses .sub .items .item {
	display: block;
	width: 293px;
	overflow: hidden;
	box-shadow: 0 0 5px #888888;
	background-color: #FFFFFF;
}
.index_page .licenses .sub .items .item img {
	width: 100%;
	display: block;
}
.index_page .feedback {
	background-color: #ebf3ea;
}
.index_page .feedback .sub {
	margin: 0 auto;
	max-width: 1260px;
	padding: 50px 0 45px 0;
}
.index_page .feedback .sub .title_t1 {
	text-align: center;
	color: #6c7fbb;
}
.index_page .feedback .sub .all_link {
	display: block;
	margin: 0 auto 0 auto;
	border-radius: 20px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: var(--color2);
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-size: 18px;
	padding: 9px 55px 8px 55px;
	width: max-content;
	text-transform: uppercase;
}
.index_page .feedback .sub .all_link:hover {
	background-color: var(--color1);
}
.index_page .photogallery {
	margin: 35px auto 0 auto;
	max-width: 1260px;
}
.index_page .photogallery .title_t1 {
	font-size: 30px;
	border-bottom: 2px solid #d9e2f3;
	padding: 0 9px 10px 9px;
	margin: 0 auto 40px auto;
	width: max-content;
	display: block;
	text-decoration: none;
	color: #333333;
}
.index_page .photogallery .address {
	margin-top: 90px;
	background: url(pics/index_photogallery_1.png) 50% 100% no-repeat;
	padding-bottom: 110px;
}
.index_page .photogallery .container {
	display: flex;
	justify-content: space-between;
}
.index_page .photogallery .container .block_1,
.index_page .photogallery .container .block_3 {
	flex-grow: 1;
	max-width: 445px;
}
.index_page .photogallery .container .block_1 .img,
.index_page .photogallery .container .block_3 .img {
	max-height: 290px;
	overflow: hidden;
	aspect-ratio: 1.53;
}
.index_page .photogallery .container .block_1 .img img,
.index_page .photogallery .container .block_3 .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_page .photogallery .container .block_1 .img:first-of-type,
.index_page .photogallery .container .block_3 .img:first-of-type {
	margin-bottom: 25px;
}
.index_page .photogallery .container .block_2 {
	width: 280px;
	margin: 0 20px;
	padding-top: 100px;
	font-size: 15px;
	text-align: center;
	line-height: 150%;
}

@media screen and (max-width:500px) {
	.index_page .title_t1 {
		font-size: 30px;
	}
	.index_page .about {
		padding: 30px 10px 30px 10px;
	}
	.index_page .about .sub .title_t1 {
		margin-bottom: 20px;
	}
	.index_page .about .sub .house {
		float: none;
		display: block;
		max-width: 100%;
		margin: 0 0 15px 0;
	}
	.index_page .statistics {
		height: auto;
		background-image: url(pics/index_stat_1_mobile.jpg);
		background-color: #cad7ee;
		padding-bottom: 25px;
	}
	.index_page .statistics .sub {
		display: block;
	}
	.index_page .statistics .sub div {
		width: 100%;
		padding-top: 30px;
	}
	.index_page .statistics .sub .value {
		font-size: 50px;
		line-height: 50px;
	}
	.index_page .directions .sub {
		padding: 35px 10px 0 10px;
	}
	.index_page .directions .sub .items .item {
		width: 100%;
		margin-bottom: 40px;
	}
	.index_page .doctors {
		margin: 40px 10px 40px 10px;
	}
	.index_page .doctors .sub .items .doctor_list_item {
		margin-left: auto;
		margin-right: auto;
	}
	.index_page .appoint {
		padding: 40px 10px 50px 10px;
	}
	.index_page .appoint .title_t1 {
		margin-bottom: 30px;
	}
	.index_page .appoint .container {
		flex-wrap: wrap;
	}
	.index_page .appoint .block_1 {
		width: 100%;
	}
	.index_page .appoint .note_1 {
		width: 100%;
		margin: 30px 0 30px 0;
	}
	.index_page .appoint .note_2 {
		width: 100%;
	}
	.index_page .appoint form {
		width: 100%;
	}
	.index_page .appoint form textarea {
		height: 200px;
	}
	.index_page .appoint form .block_t1 {
		width: 100%;
	}
	.index_page .appoint form .block_t3 {
		width: 100%;
	}
	.index_page .appoint form .block_t4 {
		width: 100%;
		margin-bottom: 20px;
	}
	.index_page .news {
		padding: 40px 10px 40px 10px;
	}
	.index_page .news .title_t1 {
		padding: 0 10px 5px 10px;
		margin: 0 -10px 35px -10px;
	}
	.index_page .licenses {
		margin-bottom: 40px;
	}
	.index_page .licenses .sub {
		padding: 40px 10px 10px 10px;
	}
	.index_page .licenses .sub .title_t1 {
		margin-bottom: 40px;
	}
	.index_page .licenses .sub .items {
		flex-wrap: wrap;
	}
	.index_page .licenses .sub .items .item {
		width: 47%;
		margin-bottom: 40px;
	}
	.index_page .feedback .sub {
		padding: 40px 0 45px 0;
	}
	.index_page .photogallery {
		margin: 40px 10px 0 10px;
	}
	.index_page .photogallery .container {
		flex-wrap: wrap;
	}
	.index_page .photogallery .container .block_1,
	.index_page .photogallery .container .block_3 {
		width: 100%;
	}
	.index_page .photogallery .container .block_1 {
		order: 2;
	}
	.index_page .photogallery .container .block_3 {
		order: 3;
	}
	.index_page .photogallery .container .block_1 .img,
	.index_page .photogallery .container .block_3 .img {
		margin-bottom: 40px !important;
	}
	.index_page .photogallery .container .block_3 .img:last-of-type {
		margin-bottom: 0 !important;
	}
	.index_page .photogallery .container .block_2 {
		width: 100%;
		order: 1;
		padding-top: 0;
	}
	.index_page .photogallery .container .block_2 .block_2_1 {
		display: none;
	}
}

/* Main list of doctors */
.doctors_list_1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.doctors_list_1 .doctor_list_item {
	margin-top: 0;
	margin-bottom: 40px;
}

.doctors_page_1 {
	display: flex;
}
.doctors_page_1 .block_1 {
	padding-right: 40px;
}
.doctors_page_1 .block_1 .appoint {
	display: block;
	margin-top: 20px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 15px;
	font-family: MontserratSemiBold, Arial, sans-serif;
	text-transform: uppercase;
	background: linear-gradient(#8ba1e6, #0f56a7);
	border-radius: 25px;
	text-align: center;
}
.doctors_page_1 .block_1 .appoint:hover {
	background: linear-gradient(#0f56a7, #8ba1e6);
}
.doctors_page_1 .block_1 .examples {
	display: flex;
	column-gap: 50px;
}
.doctors_page_1 .block_1 .examples img {
	display: block;
	width: 100px;
}
.doctors_page_1 .block_1 .video {
	width: 400px;
}
.doctors_page_1 .main_photo {
	display: block;
}
.doctors_page_1 .main_photo img {
	width: 400px;
}
.doctors_page_1 .block_2 {
	line-height: 150%;
}
.doctors_page_1 .sub_title {
	font-family: MontserratSemiBold, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 3px;
}
@media screen and (max-width:500px) {
	.doctors_page_1 {
		display: block;
	}
	.doctors_page_1 .block_1 {
		padding-right: 0;
	}
	.doctors_page_1 .block_1 .examples {
		column-gap: 10px;
	}
	.doctors_page_1 .block_1 .video {
		width: 100%;
	}
	.doctors_page_1 .main_photo img {
		width: 100%;
	}
	.doctors_page_1 .block_2 {
		margin-top: 30px;
	}
}

.doctors_schedule_1 .item {
	display: flex;
	padding: 15px 0;
}
.doctors_schedule_1 .item:hover {
	background-color: #F3F3F3;
}
.doctors_schedule_1 .item_header {
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-size: 18px;
}
.doctors_schedule_1 .item .name {
	flex-grow: 1;
}
.doctors_schedule_1 .item .post {
	width: 350px;
	padding-left: 40px;
}
.doctors_schedule_1 .item .days {
	width: 200px;
	padding-left: 40px;
}
.doctors_schedule_1 .item .days_double {
	width: 400px;
	padding-left: 40px;
}
@media screen and (max-width:500px) {
	.doctors_schedule_1 .item {
		flex-wrap: wrap;
	}
	.doctors_schedule_1 .item .name {
		width: 100%;
	}
	.doctors_schedule_1 .item .post {
		width: 100%;
		padding: 3px 0 7px 0;
	}
	.doctors_schedule_1 .item .days {
		width: 50%;
		padding-left: 0;
	}
	.doctors_schedule_1 .item .days_double {
		width: 100%;
		padding-left: 0;
	}
}

.video_page {
	display: flex;
	flex-wrap: wrap;
}
.video_page .item {
	width: 32%;
	margin: 0 2% 40px 0;
	background-color: #F2F2F2;
}
.video_page .item:nth-of-type(3n) {
	margin-right: 0;
}
.video_page .item .preview {
	width: 100%;
}
.video_page .item .title {
	margin: 10px 10px 15px 10px;
	text-align: center;
}

.licenses_list_1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.licenses_list_1 .item {
	display: block;
	width: 293px;
	overflow: hidden;
	box-shadow: 0 0 5px #888888;
	margin-bottom: 40px;
}
.licenses_list_1 .item img {
	width: 100%;
	display: block;
}
@media screen and (max-width:500px) {
	.licenses_list_1 .item {
		width: 100%;
	}
}

.photogallery_list_1 {
	display: flex;
	flex-wrap: wrap;
}
.photogallery_list_1 .item {
	display: block;
	width: 32%;
	aspect-ratio: 1.53;
	margin: 0 2% 40px 0;
	overflow: hidden;
}
.photogallery_list_1 .item:nth-of-type(3n) {
	margin-right: 0;
}
.photogallery_list_1 .item img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width:500px) {
	.photogallery_list_1 .item {
		width: 100%;
		margin-right: 0;
	}
}

.article_page {
	display: flex;
}
.article_page .content {
	line-height: 150%;
	text-align: justify;
	flex-grow: 1;
}
.article_page .content img {
	max-width: 100%;
}
.article_page .content h2 {
	clear: both;
}
.article_page .content .appoint {
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: linear-gradient(#8ba1e6, #0f56a7);
	border-radius: 25px;
	text-decoration: none;
	padding: 12px 30px;
	margin-top: 30px;
	display: block;
	width: max-content;
}
.article_page .content .appoint:hover {
	background: linear-gradient(#0f56a7, #8ba1e6);
}
.article_page .list {
	width: 300px;
	flex-shrink: 0;
	margin-left: 30px;
}
.article_page .list .back {
	font-family: MontserratSemiBold, Arial, sans-serif;
	text-transform: uppercase;
}
.article_page .list .title {
	font-family: MontserratSemiBold, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	margin: 25px 0 10px 0;
}
@media screen and (max-width:500px) {
	.article_page {
		display: block;
	}
	.article_page .content {
	}
	.article_page .list {
		width: 100%;
		margin: 40px 0 0 0;
	}
}

.q_and_a_page .new_question {
	display: inline-block;
	margin-bottom: 30px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 15px;
	font-family: MontserratSemiBold, Arial, sans-serif;
	text-transform: uppercase;
	background: linear-gradient(#8ba1e6, #0f56a7);
	border-radius: 20px;
}
.q_and_a_page .new_question:hover {
	background: linear-gradient(#0f56a7, #8ba1e6);
}
.q_and_a_page #q_and_a_form {
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
	padding: 30px 30px 35px 30px;
	box-shadow: 0 0 5px #888888;
}
.q_and_a_page #q_and_a_form .block_t1 {
	width: 49%;
	display: inline-block;
}
.q_and_a_page #q_and_a_form .block_t2 {
	width: 100%;
}
.q_and_a_page #q_and_a_form .block_t3 {
	width: 100%;
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
}
.q_and_a_page #q_and_a_form input, .q_and_a_page #q_and_a_form select, .q_and_a_page #q_and_a_form textarea {
	width: 100%;
}
.q_and_a_page #q_and_a_form input[type=submit] {
	width: auto;
}
.q_and_a_page #q_and_a_form textarea {
	height: 120px;
}
.q_and_a_page #q_and_a_form .res_mes {
	background: url(pics/res_mes_2.jpg) 50% 10px no-repeat;
	text-align: center;
	padding-top: 155px;
	text-transform: uppercase;
	font-size: 16px;
	flex-grow: 1;
	color: #333333;
}
.q_and_a_page #q_and_a_form .res_mes_fault {
	background: url(pics/res_mes_3.jpg) 50% 25px no-repeat;
	padding-top: 220px;
}
.q_and_a_page #q_and_a_form .res_mes .hl_2 {
	color: var(--color1);
	margin-bottom: 20px;
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-size: 20px;
}
.q_and_a_page .list .item {
	margin-bottom: 40px;
	background-color: #ebf3ea;
	padding: 20px 20px 30px 20px;
}
.q_and_a_page .list .item .question {
	font-family: MontserratSemiBold, Arial, sans-serif;
	margin: 5px 0 15px 0;
}
.q_and_a_page .list .item .author_name {
	font-family: MontserratSemiBold, Arial, sans-serif;
	color: #000000;
}
.q_and_a_page .list .item .answer_1 {
	color: #777777;
}
.q_and_a_page .paging .title {
	font-family: MontserratSemiBold, Arial, sans-serif;
	margin-right: 10px;
}
.q_and_a_page .paging a {
	display: inline-block;
	padding: 3px 7px;
}
.q_and_a_page .paging .active {
	font-family: MontserratSemiBold, Arial, sans-serif;
	background-color: var(--color1);
	padding: 3px 7px;
	border-radius: 4px;
	color: #FFFFFF;
}
@media screen and (max-width:500px) {
	.q_and_a_page #q_and_a_form .block_t1 {
		width: 100%;
		display: block;
	}
	.q_and_a_page #q_and_a_form textarea {
		height: 200px;
	}
}

.contacts_page {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.contacts_page .map {
	width: 60%;
	padding-right: 50px;
}
.contacts_page .form {
	width: 40%;
	padding: 30px 30px 35px 30px;
	box-shadow: 0 0 5px #888888;
	border-radius: 25px;
}
.contacts_page .form form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contacts_page .form form .block_t1 {
	width: 48%;
	display: inline-block;
}
.contacts_page .form form .block_t2 {
	width: 100%;
}
.contacts_page .form form .block_t3 {
	width: 45%;
	text-align: right;
}
.contacts_page .form form .block_t4 {
	width: 55%;
	font-size: 12px;
	color: #666666;
}
.contacts_page .form form .block_t5 {
	width: 100%;
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
}
.contacts_page .form form .block_t6 {
	width: 100%;
	font-size: 12px;
}
.contacts_page .form form input, .contacts_page .form form select, .contacts_page .form form textarea {
	width: 100%;
}
.contacts_page .form form input[type=submit] {
	width: auto;
}
.contacts_page .form form textarea {
	height: 120px;
}
.contacts_page .form form .res_mes {
	background: url(pics/res_mes_2.jpg) 50% 10px no-repeat;
	text-align: center;
	padding-top: 155px;
	text-transform: uppercase;
	font-size: 16px;
	flex-grow: 1;
	color: #333333;
}
.contacts_page .form form .res_mes_fault {
	background: url(pics/res_mes_3.jpg) 50% 25px no-repeat;
	padding-top: 220px;
}
.contacts_page .form form .res_mes .hl_2 {
	color: var(--color1);
	margin-bottom: 20px;
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-size: 20px;
}
.contacts_page .contacts {
	width: 60%;
	color: #3C3C3B;
	font-size: 18px;
	padding-bottom: 40px;
}
.contacts_page .contacts .phones {
	background: url(pics/icon_phone_1.png) 0 0 no-repeat;
	font-family: MontserratSemiBold, Arial, sans-serif;
	padding: 0 0 0 35px;
}
.contacts_page .contacts .phones a {
	color: inherit;
	display: block;
	text-decoration: none;
}
.contacts_page .contacts .addr {
	margin-top: 20px;
	background: url(pics/icon_addr_1.png) 0 0 no-repeat;
	font-family: MontserratSemiBold, Arial, sans-serif;
	padding: 0 0 0 35px;
}
.contacts_page .contacts .email {
	margin-top: 20px;
	background: url(pics/icon_email_1.png) 0 2px no-repeat;
	font-family: MontserratSemiBold, Arial, sans-serif;
	padding: 0 0 0 35px;
}
.contacts_page .contacts .email a {
	text-decoration: none;
}
.contacts_page .contacts .email a:hover {
	text-decoration: underline;
}
.contacts_page .contacts .email .title {
	display: inline;
}
.contacts_page .contacts .www {
	display: none;
}
.contacts_page .contacts .title {
	margin-bottom: 15px;
	font-family: MontserratRegular, Arial, sans-serif;
}
.contacts_page .schedule {
	width: 40%;
	flex-shrink: 0;
	background: url(pics/contacts_schedule.jpg) 100% 100% no-repeat #edf2f9;
	border-radius: 25px;
	font-size: 18px;
	padding: 50px 45px 50px 45px;
	margin-bottom: 40px;
}
.contacts_page .schedule h2 {
	margin: 0 0 30px 0;
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-size: 24px;
}
.contacts_page .schedule .days {
	display: inline-block;
	width: 70px;
	font-family: MontserratSemiBold, Arial, sans-serif;
	color: #FFFFFF;
	background-color: var(--color2);
	border-radius: 15px;
	padding: 4px 6px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 10px 7px 0;
}
@media screen and (max-width:500px) {
	.contacts_page {
		margin-bottom: 0;
	}
	.contacts_page .map {
		width: 100%;
		height: 400px;
		padding-right: 0;
		margin-bottom: 40px;
	}
	.contacts_page .form {
		width: 100%;
	}
	.contacts_page .form form .block_t4 {
		width: 100%;
		margin-bottom: 15px;
	}
	.contacts_page .form form textarea {
		height: 200px;
	}
	.contacts_page .contacts {
		width: 100%;
		margin-bottom: 40px;
	}
	.contacts_page .schedule {
		width: 100%;
		padding: 40px 35px 35px 35px;
	}
}

.info_page .item .download {
	color: #FFFFFF;
	background-color: var(--color2);
	border-radius: 20px;
	text-decoration: none;
	padding: 6px 20px;
}
.info_page .item .download:hover {
	background-color: var(--color1);
}

.news_list_1 .item {
	margin-bottom: 40px;
	display: flex;
}
.news_list_1 .item .photo img {
	padding-right: 30px;
	width: 300px;
}
.news_list_1 .item .text .date {
	font-family: MontserratSemiBold, Arial, sans-serif;
	margin-bottom: 5px;
}
@media screen and (max-width:500px) {
	.news_list_1 .item {
		display: block;
	}
	.news_list_1 .item .photo img {
		padding-right: 0;
	}
	.news_list_1 .item .text .date {
		margin-top: 5px;
	}
}

.pricelist {
	overflow: auto;
}
.pricelist .price_table_1 {
	width: 100%;
	border: none;
	font-size: 13px;
	background-color: #FFFFFF; /* For low resolutions */
}
.pricelist .price_table_1 b {
	font-size: 20px;
	font-family: MontserratSemiBold, Arial, sans-serif;
	color: var(--color1);
}
.pricelist .price_table_1 .value {
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-size: 15px;
	text-align: right;
}
.pricelist .price_table_1 td {
	border: none;
}

.services_page .content {
	line-height: 150%;
	text-align: justify;
}
.services_page .content img {
	max-width: 100%;
}
.services_page .content h2 {
	clear: both;
}
.services_page .doctors_list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}
.services_page .doctors_list .doctor_list_item {
	margin-top: 20px;
	margin-bottom: 20px;
}
.services_page .appoint {
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: linear-gradient(#8ba1e6, #0f56a7);
	border-radius: 25px;
	text-decoration: none;
	padding: 12px 30px;
	margin-top: 30px;
	display: block;
	width: max-content;
}
.services_page .appoint:hover {
	background: linear-gradient(#0f56a7, #8ba1e6);
}

.doctor_list_item {
	width: 225px;
	margin-top: 40px;
	background-color: #F2F2F2;
/*	max-height: 326px;*/
	overflow: hidden;
	text-align: center;
	padding: 0 0 14px 0;
}
.doctor_list_item .photo {
	width: 225px;
	height: 225px;
	background-color: #DDDDDD;
	overflow: hidden;
}
.doctor_list_item .photo img {
	width: 100%;
}
.doctor_list_item .name {
	display: block;
	font-family: MontserratSemiBold, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	padding: 14px 10px 7px 10px;
}
.doctor_list_item .name:hover {
	color: var(--color1);
}
.doctor_list_item .post {
	font-family: MontserratRegular, Arial, sans-serif;
	font-size: 13px;
	color: #555555;
	padding: 0 10px 6px 10px;
}
.doctor_list_item .skills {
	font-family: MontserratRegular, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 0 10px 0 10px;
}
@media screen and (max-width:500px) {
	.doctor_list_item {
		width: 300px;
	}
	.doctor_list_item .photo {
		width: 300px;
		height: 300px;
	}
}

.search_page form {
	display: flex;
	justify-content: space-between;
	padding: 30px 30px 20px 30px;
	box-shadow: 0 0 5px #888888;
}
.search_page form .block_t1 {
	flex-grow: 1;
	margin-right: 30px;
}
.search_page form .block_t1 input {
	width: 100%;
}
.search_page .results {
	margin: 20px 0 0 0;
}
.search_page .results .item {
	margin-bottom: 30px;
}
.search_page .paging .title {
	font-family: MontserratSemiBold, Arial, sans-serif;
	margin-right: 10px;
}
.search_page .paging a {
	display: inline-block;
	padding: 3px 7px;
}
.search_page .paging .active {
	font-family: MontserratSemiBold, Arial, sans-serif;
	background-color: var(--color1);
	padding: 3px 7px;
	border-radius: 4px;
	color: #FFFFFF;
}

#licenses-big-photo, #photogallery-big-photo, 
#doctor-big-photo, #doctor_examples-big-photo {
	border: none;
	padding: 0;
	position: fixed;
}
#licenses-big-photo img, #photogallery-big-photo img, 
#doctor-big-photo img, #doctor_examples-big-photo img {
	display: block;
	max-width: 100%;
}         
#licenses-big-photo::backdrop, #photogallery-big-photo::backdrop, 
#doctor-big-photo::backdrop, #doctor_examples-big-photo::backdrop {
	background-color: #000000;
	opacity: 0.8;
}

/* Customization of widget Prodoctorov */
#pd_widget_big .pd_rate_header .pd_rate_new {
	background-color: var(--color2) !important;
	border-radius: 20px !important;
	font-family: MontserratRegular, Arial, sans-serif !important;
	font-weight: normal !important;
}
#pd_widget_big .pd_rate_header .pd_rate_new:hover {
	background-color: var(--color1) !important;
}
.pd-widget-reviews__review {
	margin-bottom: 30px;
	font-family: MontserratRegular, Arial, sans-serif;
}
