.container {
	max-width: 1230px;
}

.d_fl {
	display: flex;
}

.fl_dir {
	flex-direction: column;
}

.al_cen {
	align-items: center;
}

.jus_c {
	justify-content: space-between;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0 !important;
}

ul:last-child, ol:last-child {
	margin-bottom: 0 !important;
}

a, input {
	text-decoration: none;
	outline: none;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.btn {
	font-size: 18px;
	font-weight: 700;
	display: block;
	max-width: 340px;
	text-align: center;
	border-radius: 16px;
	width: 100%;
	margin: 0 auto;
}

.blue_btn {
	color: #2282F0;
	border: 2px solid #2282F0;
}

.blue_btn:hover {
	color: #fff;
	background: #2282F0;
	border: 2px solid #2282F0;
}

.blue_btn2 {
	color: #fff;
	background: #2282F0;
	border: 2px solid #2282F0;
}

.blue_btn2:hover {
	color: #2282F0;
	border: 2px solid #2282F0;
	background: none;
}

.yellow_btn {
	color: #333;
	background: #FFDC38;
	border: 2px solid #FFDC38;
}

.yellow_btn:hover {
	background: none;
	color: #FFDC38;
}

.lh60 {
	line-height: 56px !important;
}

.lh80 {
	line-height: 76px !important;
}

.lh11 {
	line-height: 1.1 !important;
}

.lh19 {
	line-height: 19.2px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.fw700 {
	font-weight: 700 !important;
}

.blt {
	color: #0F2651 !important;
}

.blt2 {
	color: #2282F0 !important;
}

.grt {
	color: #828282 !important;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.fz50 {
	font-size: 50px;
	line-height: 55px;
}

.fz40 {
	font-size: 40px;
	line-height: 44px;
}

.fz25 {
	font-size: 25px;
	line-height: 30px;
}

.fz20 {
	font-size: 20px;
	line-height: 25px;
}

.fz18 {
	font-size: 18px;
	line-height: 19.2px;
}

.fz15 {
	font-size: 15px;
	line-height: 18.5px;
}

.fz14 {
	font-size: 14px;
	line-height: 16.8px;
}

.fz13 {
	font-size: 13px;
	line-height: 16.8px;
}

.fz12 {
	font-size: 12px;
	line-height: 14.4px;
}

.imgflex {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}




header {
	position: relative;
	z-index: 5;
}

.top_line {
	border-bottom: 1px solid #CCCCCC;
	padding: 25px 0;
}

.top_line p {
	margin-bottom: 6px;
}

.logo, .logo img {
	display: block;
}

.metro {
	display: inline-block;
	padding-left: 28px;
	position: relative;
	margin-left: 14px;
}

.metro:before {
	position: absolute;
	content: "";
	width: 19px;
	height: 11px;
	background: url(images/metro.svg) 50% no-repeat;
	left: 0;
	top: 5px;
	display: block;
}

header .btn {
	max-width: 225px;
	border-radius: 12px;
	margin-left: 0;
	margin-right: 0;
}

.phone p:first-child {
	padding-left: 18px;
	position: relative;
}

.phone p:first-child:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #FFDC38;
	left: 0;
	top: 7px;
	border-radius: 50%;
	display: block;
}

.phone p a {
	font-size: 25px;
	line-height: 1;
}

.phone p a:hover {
	color: #2282F0;
}

nav.menu_box {
	display: flex;
	position: relative;
}

.modal_menu_box {
	display: none;
	background: #F6F7FB;
	border-radius: 20px;
	position: absolute;
	top: 63px;
	width: 100%;
	padding: 37px 40px;
}

.modal_menu_box.open {
	display: flex;
}

.modalmenu_column {
	width: 33.3333333%;
}

.modal_menu_box:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 18px;
	background: url(images/modal_menu_box.svg) 50% no-repeat;
	left: 54px;
	top: -12px;
	display: block;
}

.modal_menu_toggle {
	width: 145px;
	height: 43px;
	background: #F6F7FB;
	color: #2282F1;
	font-weight: 700;
	padding: 0 0 0 60px;
	line-height: 43px;
	border-radius: 8px;
	position: relative;
	cursor: pointer;
	font-size: 18px;
}

.modal_menu_toggle:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	background: url(images/modal_menu_toggle.svg) 50% no-repeat;
	left: 31px;
	top: 12px;
	display: block;
}

.modal_menu_toggle.active {
	background: #2282F1;
	color: #fff;
}

.modal_menu_toggle.active:before {
	background: url(images/modal_menu_toggle_active.svg) 50% no-repeat;
}

.mob_menu {
	display: none;
}

.mob_menu.m_open {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	height: 100vh;
	z-index: 5;
}

.mob_menu p {
	margin-bottom: 0;
}

.mob_menu_topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 8px 20px 6px;
}

.mob_menu_mainbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 11px 20px;
	border-top: 1px solid rgb(204 204 204 / 30%);
}

.mob_menu_mainbox_info span {
	display: block;
	font-size: 13px;
	position: relative;
	padding-left: 10px;
	max-width: 157px;
	margin: 0 auto;
}

.mob_menu_mainbox_info span:before {
	position: absolute;
	content: "";
	width: 5px;
	border-radius: 5px;
	height: 5px;
	background: #FFDC38;
	left: 0;
	top: 6px;
	display: block;
}

.mob_menu_mainbox_info a {
	font-size: 18px;
}

.menu_close {
	width: 40px;
	height: 40px;
	background: url(images/menu_close.svg) 0 0 no-repeat;
}

.mob_menu_top_shadow {
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgba(99, 99, 99, 0.15);
	position: relative;
	z-index: 2;
}

p.mob_metro {
	display: flex;
}

p.mob_adress {
	font-size: 14px;
	position: relative;
	padding-left: 12px;
}

p.mob_adress:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 9px;
	background: url(images/location2.svg) 50% no-repeat;
	left: 0;
	top: 2px;
	display: block;
}

body.no_scroll {
	overflow: hidden;
}

.mob_menu_box {
    background: #f6f7fb;
    overflow-y: auto;
    height: calc(100vh - 267px);
    position: relative;
    z-index: 1;
    padding: 45px 20px 130px;
    margin-top: 190px;
}
.mob_menu_box ul.modalmenu li+li {
	list-style: none !important;
}

li.mob_menu_box_toggle {
	margin: 0 0 13px 0 !important;
	border: none !important;
}

.mob_menu_box ul.modalmenu li a {
	color: #333;
}

.mob_menu_box ul.modalmenu li.menu-item-has-children,
.mob_menu_box ul.modalmenu .menu-item-has-children li.menu-item {
	padding-left: 10px;
	position: relative;
}

.mob_menu_box ul.modalmenu li.menu-item-has-children:before,
.mob_menu_box ul.modalmenu .menu-item-has-children li.menu-item:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background: #333;
	left: 0;
	top: 8px;
	display: block;
	border-radius: 50%;
}

.mob_menu_box ul.modalmenu li.menu-item ul {
	margin-left: -10px;
}

li.mob_menu_box_toggle span {
	font-weight: 700;
	color: #333;
}

.mob_menu_box_toggle {
	position: relative;
}

.mob_menu_box_toggle:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 8px;
	right: 0;
	top: 50%;
	margin-top: -4px;
	background: url(images/drop_down.svg) 50% no-repeat;
	transition: all 0.3s ease;
}

.mob_menu_box_toggle.active:after {
	transform: rotate(180deg);
}

.mob_menu_box ul.modalmenu li.menu-item-has-children {
	display: none;
}

.mob_menu_box .modalmenu .mob_menu_box_toggle+li.open {
	display: block;
	border-bottom: 1px solid #E1E2E4;
	padding-bottom: 18px;
}

.mob_menu_box li.menu-item-has-children li:last-child {
	margin-bottom: 0 !important;
}

.mob_menu_box ul.modalmenu>li {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #E1E2E4;
	margin-bottom: 0 !important;
}

.mob_menu_box ul.modalmenu>li.menu-item-has-children {
	padding-top: 0;
}

li.mob_menu_box_toggle {
	border-bottom: 1px solid #E1E2E4 !important;
}

li.mob_menu_box_toggle.active {
	border-bottom: 1px solid transparent !important;
	padding-bottom: 10px !important;
}

.mob_menu_box ul.modalmenu li.menu-item-has-children a {
	font-weight: 400;
	color: #333;
	font-size: 16px;
	display: inline-block;
	line-height: 1.2;
	border-bottom: 1px solid #333;
}

.mob_menu_box2 {
    background: #0f2651;
    height: auto;
    position: absolute;
    top: 93px;
    width: 100%;
    padding: 15px 20px;
    left: 0;
}

.mob_menu_box2 ul {
	column-count: 2;
}

.mob_menu_box2 ul li a {
	color: #fff;
	font-weight: 700;
	font-size: 16px !important;
}

.mob_menu_box2_bot_line {
	border-top: 1px solid #fff;
	margin-top: 10px;
	padding-top: 17px;
	justify-content: space-between;
}

.mob_menu_box:before {
	position: absolute;
	top: 32px;
	content: "Услуги";
	left: 20px;
	font-size: 14px;
	color: #828282;
}

.mob_menu_box2_bot_line .f_phone {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}







.nav_box>.container {
	padding-top: 20px;
	padding-bottom: 20px;
}

ul#topmenu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	height: 100%;
	list-style: none;
	width: 100%;
}

ul#topmenu li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 145px;
}

.nav_box a {
	color: #333;
	font-size: 18px;
	line-height: 1.1;
}

ul#topmenu li a {
	display: inline-block;
	text-align: center;
	border-bottom: 2px solid transparent;
}

ul#topmenu li a:hover {
	border-bottom: 2px solid #2282F0;
	font-weight: 700;
	color: #2282F0;
}

ul.modalmenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.modalmenu li {
	display: block;
}

ul.modalmenu>li {
	margin: 0 0 30px;
}

ul.modalmenu>li>a {
	font-weight: 700;
	color: #2282F1;
}

ul.modalmenu ul {
	list-style: none;
	padding: 0;
	margin: 8px 0 0 0;
}

ul.modalmenu ul li {
	padding: 0 0 0 12px;
	margin-bottom: 7px;
	position: relative;
}

ul.modalmenu ul li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #333;
	left: 2px;
	top: 10px;
	border-radius: 50%;
	display: block;
}

ul.modalmenu ul li:last-child {
	margin-bottom: 0;
}

ul.modalmenu ul li a {
	color: #333;
	display: inline-block;
	border-bottom: 1px solid #333;
	font-size: 15px;
}

ul.modalmenu ul li a:hover {
	border-bottom: 1px solid transparent;
}

nav.menu_box {
	padding-right: 50px;
}

form#searchform.open {
	display: block;
}

#searchform {
	display: none;
	position: absolute;
	right: 0;
	top: -9px;
	width: 225px;
	max-width: 225px;
	border: 1px solid #CCCCCC;
	padding: 0 48px 0 15px;
	border-radius: 8px;
	height: 48px;
	align-items: center;
	overflow: hidden;
}

form#searchform.open {
	display: flex;
	background: #fff;
}

input#s {
	border: none;
	border-right: 1px solid #ccc;
	height: 32px;
	padding: 0;
	position: relative;
	z-index: 1;
	display: block;
	max-width: 100%;
}

input#searchsubmit {
	position: absolute;
	background: url(images/search_icon.svg) 50% no-repeat;
	width: 48px;
	border: none;
	padding: 0;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 2;
}

input#searchsubmit:hover {
	background: #2282F0 url(images/search_icon_white.svg) 50% no-repeat;
}

.search_box {
	position: absolute;
	right: 15px;
	width: 50px;
	height: 32px;
	top: 25px;
}

.nav_box>.container {
	position: relative;
}

span.search_toggle {
	width: 50px;
	height: 32px;
	display: block;
	border-left: 1px solid #ccc;
	cursor: pointer;
}

span.search_toggle:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background: url(images/search_icon.svg) 50% no-repeat;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}




/* block1 */
.block1 {
	background: url(images/top_bg.jpg) 50% no-repeat;
	background-size: cover;
	color: #fff;
}

.home_slider {
	position: relative;
	z-index: 1;
}

.slider_item {
	position: relative;
	padding: 60px 0 105px;
}

.slider_item .container {
	padding: 0;
}

.slider_item_info {
	max-width: 800px;
	z-index: 2;
	position: relative;
}

.slider_action {
	color: #F6F7FB;
	font-size: 18px;
	border: 2px solid #F6F7FB;
	padding: 0 20px;
	border-radius: 12px;
	display: inline-block;
}

.slider_t {
	font-size: 60px;
	font-weight: 700;
	margin: 40px 0 20px;
	line-height: 1;
}

.slider_t b {
	color: #FFDC38;
}

.slider_d {
	font-size: 25px;
	font-weight: 700;
}

.slider_d p {
	margin-bottom: 15px;
}

.slider_d ul, .slider_d ol {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 35px 20px !important;
	padding: 0;
}

.slider_d ul {
	margin-left: 0 !important;
}

.slider_d ul li, .slider_d ol li {
	margin-bottom: 11px;
}

.slider_d ul li {
	position: relative;
	list-style: none;
	padding-left: 20px;
}

.slider_d ul li:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	left: 0;
	top: 10px;
	display: block;
}

.slider_item .btn {
	font-size: 20px;
	margin: 0;
}

.slider_doc_box {
	margin-left: 60px;
}

.slider_doc_desc {
	line-height: 1.1;
	margin-bottom: 8px;
	margin-top: 5px;
}

.slider_doc {
	font-size: 20px;
	font-weight: 700;
}

.slider_img {
	position: absolute;
	bottom: 0;
	right: -40px;
	z-index: 1;
}

.slider_img img {
	display: block;
}

/* block1 */


/* block2 */
.block2 {
	padding: 120px 0 115px;
}

.our_rating {
	padding-right: 65px;
	padding-top: 10px;
}

.rating_grade_count {
	color: #0F2650;
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
}

.rating_grade_star span {
	width: 25px;
	height: 25px;
	display: block;
	background: url(images/star.svg) 50% no-repeat;
	background-size: 25px;
	margin: 0 2px;
}

.rating_box {
	justify-content: space-between;
}

.our_rating_text {
	padding-top: 20px;
	font-size: 25px;
	line-height: 1.2;
	padding-left: 15px;
}

.our_rating_icon {
	padding: 17.5px 20px;
	background: #F6F7FB;
	text-align: center;
	font-size: 25px;
	line-height: 1.1;
	border-radius: 15px;
	margin-right: 30px;
}

.our_rating_icon:last-child {
	margin-right: 0;
}

.our_rating_icon img {
	display: block;
	margin: 0 auto 17px;
}


/* block2 */


/* block3 */
h1.page_title {
	color: #0F2651;
	font-size: 50px;
	margin-bottom: 20px;
}

.slogan3 {
	font-size: 25px;
	line-height: 1.2;
}

.services_box {
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 110px;
}

.services_box_column {
	width: calc(50% - 15px);
}

.services_box_block {
	background: #F6F7FB;
	padding: 36px 39px;
	margin-bottom: 30px;
	border-radius: 20px;
}

.services_box_block:last-child {
	margin-bottom: 0 !important;
}

.services_box_block.ulybka_box {
	background: #F6F7FB url(/wp-content/uploads/2025/08/konfety-min.png) 100% 100% no-repeat;
}

.services_box_block.consult_box {
	background: #F6F7FB url(images/consult_bg.png) 100% 100% no-repeat;
}

.services_box_block.lechenie_box {
	background: #F6F7FB url(images/lechenie_bg.png) 100% 100% no-repeat;
}

.services_box_block.protezirovanie_box {
	background: #F6F7FB url(images/protez_bg.png) 100% 100% no-repeat;
}

.services_box_block_title {
	font-size: 25px;
	color: #0F2651;
	font-weight: 700;
	margin-bottom: 15px;
}

.ulybka_item {
	margin-bottom: 21px;
	line-height: 1.2;
}

.ulybka_item:last-child {
	margin-bottom: 0;
}

a.ulybka_link {
	color: #0F2651;
	font-size: 18px;
	font-weight: 700;
}

.ulybka_pere {
	margin-top: 10px;
}

.ulybka_pere div {
	margin-bottom: 6px;
	position: relative;
	padding-left: 29px;
}

.ulybka_pere div:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	background: url(images/link_arrow_left.svg) 50% no-repeat;
	left: 0;
	top: 3px;
	display: block;
}

.ulybka_pere a.ulybka_link {
	font-size: 16px;
	font-weight: 400;
}

.ulybka_pere a.ulybka_link:hover {
	font-size: 16px;
	font-weight: 700;
	color: #2282F1;
}

.form_box {
	background: #2282F1;
	color: #fff;
	padding-bottom: 18px;
}

.zag_form {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: 19px;
}

.zag_form b {
	color: #FFDC39;
}

.slogan_form {
	font-size: 18px;
}

.form_box_form {
	margin-top: 30px;
}

.form_row {
	margin-bottom: 20px;
}

.form_row:last-child {
	margin-bottom: 0;
}

input.wpcf7-form-control {
	max-width: 100%;
	width: 100%;
	padding: 0 20px;
	display: block;
	margin: 0;
	border: none;
	color: inherit;
	outline: none;
	position: relative;
	text-align: left;
	font-size: 16px;
	background: #fff;
	border-radius: 12px;
	line-height: 60px;
	color: #333;
}

input.wpcf7-form-control.wpcf7-submit {
	background: none;
	box-shadow: none;
	outline: none;
	border: 2px solid #FFDC39;
	color: #FFDC39;
	line-height: 1.1;
	font-size: 20px;
	font-weight: 700;
	border-radius: 15px;
	line-height: 76px;
	text-align: center;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	color: #333;
	background: #FFDC39;
}

p.sogl {
	margin: -6px 0 6px 0 !important;
	text-align: center;
	font-size: 12px;
}

p.sogl a {
	color: #fff;
	text-decoration: underline;
}

p.sogl a:hover {
	text-decoration: none;
}

.pere3_box_title {
	color: #0F2651;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 20px;
}

.pere3 {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 35px;
}

.pere3_item {
	width: 385px;
	height: 110px;
	background: #F6F7FB;
	border-radius: 20px;
	color: #0F2651;
	font-size: 18px;
	padding: 30px;
	font-weight: 700;
	margin-bottom: 22px;
}

.pere3_img {
	width: 50px;
	height: 50px;
}

.pere3_t {
	width: calc(100% - 50px);
	padding-left: 20px;
	line-height: 1.1;
}

/* block3 */


/* block4 */
.block4 {
	padding-top: 110px;
}

.page_title_box {
	align-items: flex-start;
	justify-content: space-between;
}

.page_title_box a.btn {
	margin-right: 0;
	width: 100%;
	max-width: 145px;
	text-align: left;
	padding: 0 33px 0 20px;
	font-size: 18px;
	position: relative;
	margin-top: 10px;
}

.page_title_box a.btn:before, #true_loadmore:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 12px;
	background: url(images/link_arrow_right.svg) 50% no-repeat;
	right: 20px;
	top: 23px;
	display: block;
}

.page_title_box a.btn:hover:before, #true_loadmore:hover:before {
	background: url(images/link_arrow_right_hover.svg) 50% no-repeat;
}

.slider_doctors {
	margin-top: 0;
	position: relative;
	z-index: 1;
}

.slider_doctors .slick-slide {
	background: url(images/slider_doctors_bg.jpg) 50% no-repeat;
	border-radius: 20px 20px 0 0;
	background-size: cover;
}

.slider_doctors .slick-list {
	padding-top: 50px;
}

.slider_doctors_item {
	color: #fff;
	padding: 40px 40px 80px;
	position: relative;
}

.sl_d_item_title {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
}

.specialnost {
	margin-bottom: 40px;
}

.specialnost_item {
	padding: 12px 14px 9px;
	background: #3690F8;
	margin-right: 10px;
	border-radius: 5px;
	font-weight: 700;
}

.video_obrashheniya_box {
	margin-bottom: 30px;
}

.video_obrashheniya_box a, a.video_obrashheniya_link {
	color: #fff;
	font-weight: 700;
	padding: 21px 20px 19px 70px;
	position: relative;
	display: block;
	margin-right: 28px;
	border: 2px solid #fff;
	border-radius: 12px;
}

.video_obrashheniya_box a:before, a.video_obrashheniya_link:before {
	position: absolute;
	content: "";
	width: 35px;
	height: 35px;
	background: url(images/video_link.svg) 50% no-repeat;
	left: 20px;
	top: 15px;
	display: block;
}

.count_operation_box+.count_operation_box {
	margin-left: 60px;
}

.count_operation {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}

.count_operation span {
	color: #FFDC39;
}

.doc_descript_short {
	max-width: 570px;
	margin-bottom: 30px;
	line-height: 1.2;
}

.slider_doctors_item .btn {
	margin-left: 0;
	margin-right: 30px;
}

.about_doctor_link {
	color: #F6F7FB;
	font-weight: 700;
	font-size: 20px;
	border-bottom: 2px solid #fff;
	line-height: 1.2;
}

.about_doctor_link:hover {
	border-bottom: 2px solid transparent;
}

.slider_doctors_item_img {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 0;
    max-height: 570px;
}
.usl_block .slider_doctors_item img {
	height: 590px;
}

.slider_doctors_nav {
	position: relative;
	z-index: 2;
	margin: -40px -15px 0;
}

.slider_doctors_nav .slick-slide {
	padding: 0 15px;
	position: relative;
}

.slider_doctors_nav .slick-slide>div {
    background: #f6f7fb;
    border-radius: 20px;
    padding: 35px 30px 35px;
    overflow: hidden;
    cursor: pointer;
    min-height: 217px;
}

.slider_doctors_nav_item .sl_d_item_title {
	font-size: 16px;
	color: #828282;
	max-width: 145px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	line-height: 1.1;
}

.slider_doctors_nav .slick-slide>div:hover .sl_d_item_title,
.slider_doctors_nav .slick-slide.slick-current.slick-active .sl_d_item_title {
	color: #0F2651;
}

.slider_doctors_nav .specialnost_item {
	padding: 0;
	background: none;
	color: #828282;
	font-size: 12px;
	font-weight: 400;
	margin-right: 0;
	display: block;
}

.slider_doctors_nav .specialnost.d_fl {
	display: block;
	line-height: 1.1;
	margin-bottom: 10px;
}

.usl_block .slider_doctors_nav_item .specialnost {
	min-height: 28px;
}

.slider_doctors_nav .slider_doctors_item_img {
	max-width: 150px;
	bottom: 0;
	right: 0;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	max-height: 190px;
}

.slider_doctors_nav .slick-slide>div:hover .slider_doctors_item_img,
.slider_doctors_nav .slick-slide.slick-current.slick-active .slider_doctors_item_img {
	-webkit-filter: none;
	filter: none;
}

.stazh {
	font-size: 12px;
	font-weight: 700;
	color: #828282;
	text-transform: uppercase;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.slider_doctors_nav .slick-slide>div:hover .stazh,
.slider_doctors_nav .slick-slide.slick-current.slick-active .stazh {
	color: #2282F0;
}








/* block4 */


/* block 5 */
.block5 {
	padding-top: 115px;
}

.block5 .page_box_zag {
	margin-bottom: 40px;
}

.home .page_box_zag b {
	color: #2282F1;
}

.block5 .btn.with_arrow {
	color: #828282;
	border: 2px solid #828282;
	border-radius: 12px;
	font-size: 18px;
	width: 100%;
	max-width: 155px;
	margin-bottom: 20px;
	position: relative;
	text-align: left;
	padding: 0 33px 0 20px;
}

.block5 .btn.with_arrow:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 12px;
	right: 20px;
	top: 23px;
	display: block;
	background: url(images/arr_r2.svg) 50% no-repeat;
	content: "";
}

.block5 .btn.with_arrow:hover {
	color: #fff;
	background: #828282;
}

.block5 .btn.with_arrow:hover:before {
	background: url(images/link_arrow_right_hover.svg) 50% no-repeat;
}

.pere_otz3+.btn.with_arrow {
	max-width: 245px;
	text-align: center;
}

.pere_otz3+.btn.with_arrow:before {
	right: 64px;
}

.block5 .pere_otz_slider ul.slick-dots {
	display: none !important;
}

.block5 .pere_otz_slider, .home .video_otz_pere {
	margin-bottom: 110px;
}

.block5 .home_otzivy .our_rating_icon {
	padding: 0;
	background: none;
}

.block5 .home_otzivy .our_rating_icon img {
	max-width: 165px;
	margin-bottom: 0;
}

.home .pere_otz3 {
	margin-bottom: 20px;
}



/* block 5 */


/* block 6 */
.block6 {
	padding: 115px 0;
}

.block6_box {
	height: 475px;
	margin-bottom: 30px;
}

.block6 .page_box_zag {
	width: calc(100% - 143px);
	padding-right: 125px;
	font-size: 50px;
	margin-bottom: 45px;
}

a.link6_tour {
	width: 143px;
	height: 143px;
	background: url(images/link6_tour.jpg) 50% no-repeat;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
	color: #fff;
	font-size: 30px;
	margin-top: 10px;
}

.pere6 {
	background: #F6F7FB;
	border-radius: 20px;
	padding: 35px 40px;
	width: calc(50% - 15px);
	margin-right: 15px;
}

.pere6_item {
	margin-bottom: 30px;
}

.pere6_item:last-child {
	margin-bottom: 0;
}

.pere6_t {
	position: relative;
	font-size: 18px;
	padding-left: 44px;
	margin-bottom: 9px;
}

.pere6_t:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: url(images/check1.svg) 50% no-repeat;
	left: 0px;
	top: -3px;
	display: block;
}

.pere6_d {
	max-width: 360px;
	padding-left: 44px;
	line-height: 19.2px;
}

.video_box6 {
	height: 100%;
	width: calc(50% - 15px);
	margin-left: 15px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.video_box6 a {
	padding-left: 90px;
	display: block;
	position: absolute;
	left: 40px;
	bottom: 30px;
}

.video_box6 a span {
	display: block;
	color: #fff;
	font-size: 25px;
	line-height: 1.2;
}

.video_box6 a span:first-child {
	margin-bottom: 10px;
}

.video_box6 a:before {
	position: absolute;
	content: "";
	width: 70px;
	height: 70px;
	background: url(images/video_link2.svg) 50% no-repeat;
	left: 0;
	top: 0;
	display: block;
}

.pere6_2 {
	margin: 0 -15px;
}

.pere6_2_item {
	width: calc(25% - 30px);
	margin: 0 15px;
}

.pere6_2_img {
	border-radius: 20px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 20px;
}

.pere6_2_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* block 6 */


/* block 8 */
.block8 {
	padding: 115px 0 60px;
}

.pere8 {
	flex-wrap: wrap;
}

.pere8_box {
	width: calc(50% - 30px);
}

.pere8_box:first-child {
	margin-right: 30px;
}

.pere8_box:last-child {
	margin-left: 30px;
}

.pere8_item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #C9C9C9;
	position: relative;
}

.pere8_item:nth-child(1) {
	border-top: 1px solid #C9C9C9;
}

.pere8_v:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: url(images/plus.svg) 50% no-repeat;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	transition: all 0.6s ease;

}

.active .pere8_v:before {
	transform: translateY(-50%) rotate(225deg);
}

.pere8_v {
	position: relative;
	padding: 22px 45px 22px 0;
	width: 100%;
	cursor: pointer;
	transition: all 0.6s ease;
	min-height: 95px;
	align-items: center;
	display: flex;
	font-weight: 500;
	font-size: 18px;
	line-height: 19.8px;
}

.pere8_o {
	display: none;
	width: 100%;
	padding-bottom: 25px;
	margin-top: -2px;
	line-height: 17.5px;
}

.active .pere8_o {
	display: block;
}




/* block 8 */


/* block 9, form 2 */
.form2_box {
	background: #2282F1;
	border-radius: 20px;
	padding: 29px 39px;
	color: #fff;
}

.form2_box_title {
	font-size: 40px;
}

.form2_box_title span {
	color: #FFDC39;
}

.form2_box_slogan {
	font-size: 18px;
}

.f_row {
	display: flex;
}

.f_item {
	padding-right: 20px;
}

.f_item.w200 {
	width: 200px;
	padding-right: 0;
	flex: 0 0 200px;
}

.form2_box input.wpcf7-form-control.wpcf7-submit {
	font-size: 18px;
	background: #FFDC39;
	color: #333;
	line-height: 56px;
	padding: 0;
	text-align: center;
}

.wpcf7-form-control-wrap {
	position: relative;
}

label.file_inpt {
	display: flex;
	position: relative;
	font-size: 16px;
	padding-left: 44px;
	cursor: pointer;
	max-width: 100%;
	margin: 0px 0 26px 0;
	align-items: center;
	max-width: 190px;
}

span.filename:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: url(images/file.svg) 0 0 no-repeat;
	display: block;
	top: -2px;
	left: -44px;
}

input#file_111 {
	display: none;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
	display: none;
}

span.filename {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #fff;
	position: relative;
}

span.filen {
	font-size: 15px;
	color: #d2d2d2;
}

.form2_box p.sogl {
	text-align: left;
}



/* block 9, form 2 */


/* block 10, blog */
.block10 {
	padding-top: 100px;
	padding-bottom: 115px;
}

.page_title_box {
	align-items: center;
}

.block10 .page_box_zag {
	margin-bottom: 0;
}

.block10 .btn.with_arrow {
	color: #828282;
	border: 2px solid #828282;
	border-radius: 12px;
	font-size: 18px;
	width: 100%;
	max-width: 200px;
	margin-bottom: 0px;
	position: relative;
	text-align: left;
	padding: 0 33px 0 25px;
}

.block10 .btn.with_arrow:hover {
	color: #fff;
	background: #828282;
}

.block10 .btn.with_arrow:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 12px;
	right: 20px;
	top: 23px;
	display: block;
	background: url(images/arr_r2.svg) 50% no-repeat;
	content: "";
}

.block10 .btn.with_arrow:hover:before {
	background: url(images/link_arrow_right_hover.svg) 50% no-repeat;
}

.slogan10, .slogan11 {
	font-size: 25px;
	line-height: 1.2;
}

.home_article_slider {
	margin: 0 -15px;
}

.home_article_item {
	padding: 0 15px;
}

.home_article_item a {
	display: block;
	background: #F6F7FB;
	overflow: hidden;
	border-radius: 20px;
	height: 100%;
}

.home_article_img {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

.home_article_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
}

a:hover .home_article_img img {
	transform: scale(1.1);
}

.home_article_item_info_box {
	padding: 25px 20px 45px 25px;
	position: relative;
	height: calc(100% - 200px);
}

.home_article_category {
	display: block;
	text-transform: uppercase;
	color: #2282F1;
	font-size: 12px;
}

.home_article_title {
	display: block;
	font-size: 18px;
	color: #0F2651;
	line-height: 19.8px;
}

span.article_views {
	display: flex;
	align-items: center;
	color: #828282;
	line-height: 19.2px;
}

span.article_views img {
	display: block;
	margin-right: 10px;
}

.home_article_item_info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
	padding: 0 25px 0 30px;
}

span.r_more {
	color: #828282;
	position: relative;
	display: block;
	padding-right: 15px;
}

span.r_more:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 12px;
	right: 0;
	top: 6px;
	display: block;
	background: url(images/arr_r2.svg) 50% no-repeat;
}

.home_article_slider .slick-track {
	display: flex !important;
}

.home_article_slider .slick-slide {
	height: inherit !important;
}

.home_article_slider .slick-slide>div, .home_article_item {
	height: 100%;
}

.home_article_slider .slick-arrow {
	bottom: auto;
	top: 180px;
}

/* block 10, blog */


/* block 11 */
.pere11 {
	margin: 0 -15px;
}

.pere11_item {
	height: 395px;
	width: calc(25% - 30px);
	margin: 0 15px;
	display: flex;
	align-items: center;
	justify-content: centere;
	overflow: hidden;
}

.pere11_item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.pere11_item:hover img {
	-webkit-filter: none;
	filter: none;
}


/* block 11 */


/* block 12 */
.block12 {
	padding: 60px 0 0;
	font-size: 18px;
}

.text12 {
	column-count: 2;
	column-gap: 60px;
}

.text12 h2,
.text12 h3,
.text12 h4 {
	color: #0F2651;
	margin-bottom: 20px;
	margin-top: 40px;
	font-size: 25px;
}

.text12 h2:first-child,
.text12 h3:first-child,
.text12 h4:first-child {
	margin-top: 0;
}


/* block 12 */




/* Page Otz */

p#breadcrumbs {
	margin: 35px 0 45px;
}

p#breadcrumbs a {
	color: #828282;
}

span.sep {
	display: inline-block;
	background: url(images/bread_sep.svg) 50% no-repeat;
	margin: 0 10px 0 9px;
	width: 5px;
	height: 9px;
}

.page_slogan {
	font-size: 25px;
	margin-bottom: 60px;
}

.page_box_zag {
	font-size: 40px;
	color: #0F2651;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 1.1;
}

.page_box_zag.mb20 {
	margin-bottom: 20px;
}

.otz_block1 {
	padding-bottom: 105px;
}

.pere_otz_slider_item {
	justify-content: space-between;
	display: flex !important;
}

.pere_otz_slider_item_column {
	width: calc(50% - 15px);
}

.otz_video_box {
	height: 350px;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.otz_video.d_fl {
	position: absolute;
	z-index: 1;
	left: 40px;
	bottom: 40px;
}

.otz_video_info {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	width: calc(100% - 70px);
	padding-left: 20px;
}

.otz_video_info span {
	display: block;
}

.otz_video a {
	display: block;
	width: 70px;
	height: 70px;
}

.otz_video a:before {
	position: absolute;
	content: "";
	width: 70px;
	height: 70px;
	background: url(images/video_link2.svg) 50% no-repeat;
	left: 0;
	top: 0;
	display: block;
}

.beer-slider {
	height: 200px !important;
	overflow: hidden;
	border-radius: 20px !important;
	margin-bottom: 20px;
}

.pere_otz_slider_fio {
	font-size: 18px;
	color: #0F2651;
	font-weight: 700;
	margin-bottom: 7px;
}

.pere_otz_slider_text {
	margin-bottom: 14px;
}

.pere_otz_slider_text_info {
	display: flex;
}

.pere_otz_slider_text_info_col:first-child {
	padding-right: 20px;
	border-right: 1px solid #333333;
	margin-right: 20px;
}

.pere_otz_slider_text_info_col {
	color: #0F2651;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
}

.pere_otz_slider_text_info_col span {
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 5px;
}

.pere_otz_slider ul.slick-dots button {
	background: #DBDFE5;
}

.pere_otz_slider ul li.slick-active button {
	background: #FFDC38;
}

.pere_otz_slider ul.slick-dots {
	position: relative;
	bottom: 0;
	margin-top: 40px;
}

.pere_otz_slider .slick-prev {
	left: -60px;
}

.pere_otz_slider .slick-next {
	right: -60px;
}

.pere_otz_slider .slick-arrow {
	bottom: auto;
	top: 155px;
}

.otz_block3 {
	padding: 50px 0 110px;
}
.otz_block3.page_contact {
	padding-bottom: 0;
}
.form1.page_contact {
	padding-top: 100px;
}
.pere_otz3 {
	flex-wrap: wrap;
	margin: 0 -15px 110px;
	align-items: flex-start;
}

.pere_otz3_item {
	background: #F6F7FB;
	border-radius: 20px;
	padding: 27px 30px;
	width: calc(50% - 30px);
	margin: 0 15px 20px;
	position: relative;
}

.pere_otz3_item.pere_otz3_item_hide {
	display: none;
}

.pere_otz3_name {
	font-size: 18px;
}

.pere_otz3_text {
	line-height: 19.2px;
}

.pere_otz3_text p {
	display: none;
}

.pere_otz3_text.active p {
	display: block !important;
}

.pere_otz3_text p:first-child {
	display: block;
}

.pere_otz3_item_info {
	justify-content: space-between;
	line-height: 1.1;
	margin-bottom: 18px;
}

.pere_otz3_where {
	font-size: 12px;
}

.more_otz {
	display: block;
	max-width: 275px;
	margin: 20px auto 0;
	border: 2px solid #828282;
	border-radius: 12px;
	padding: 0 38px 0 21px;
	position: relative;
	cursor: pointer;
}

.more_otz:before, span.read_more_otz.active:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 9px;
	background: url(images/arr_r2.svg) 50% no-repeat;
	right: 22px;
	top: 23px;
	display: block;
}

span.read_more_otz {
	position: absolute;
	cursor: pointer;
	max-width: 157px;
	display: block;
	margin-left: auto;
	right: 30px;
	bottom: 23px;
}

span.read_more_otz:hover {
	color: #2282F1 !important;
}

span.read_more_otz.active:hover:before {
	background: url(images/arr_r2_hover.svg) 50% no-repeat;
}

span.read_more_otz.active {
	padding-right: 16px;
}

span.read_more_otz.active:before {
	right: 0;
	top: 6px;
}

.video_otz_pere {
	justify-content: space-between;
}

.video_otz_pere a {
	display: block;
	width: 174px;
	text-align: center;
}

.video_otz_pere_img {
	width: 174px;
	height: 174px;
	background: url(images/video_otz_bg.svg) 50% no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.video_otz_pere_img img {
	display: block;
	width: 158px;
	border-radius: 50%;
}

.video_otz_pere_t {
	font-size: 18px;
}

.otz_block4 .page_box_zag {
	color: #fff;
	margin-bottom: 20px;
}

.otz_block4_box {
	background: #2282F1;
	position: relative;
	border-radius: 20px;
	padding: 44px 41px;
	color: #fff;
	align-items: center;
	justify-content: space-between;
}

.otz_block4_box_info {
	width: 100%;
	max-width: 500px;
}

.text_otz4 {
	line-height: 19.2px;
	margin-bottom: 33px;
}

.otz_block4_box_info .yellow_btn {
	margin-left: 0;
}

.otz_block4_img {
	position: absolute;
	left: 535px;
	bottom: 0;
}

.otz_block4_img img {
	display: block;
}

.otz_block4_doctor {
	max-width: 225px;
}

.name_otz4 {
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 10px;
}

.otz_block5 {
	padding: 115px 0 150px;
}

.otz_block5 .page_box_zag {
	margin-bottom: 15px;
}

.pere_otz5_slider {
	margin: 0 -15px;
}

.pere_otz5_slider .slick-slide>div {
	padding: 35px 15px 0;
}

.pere_otz5_item_box {
	justify-content: space-between;
}

.pere_otz5_item {
	background: #F6F7FB;
	border-radius: 20px;
	position: relative;
	padding-left: 37px;

}

.pere_otz5_item_info {
	width: calc(100% - 240px);
	padding-left: 30px;
	padding: 37px 40px 32px 0;
}

a.pere_otz5_item_readmore {
	color: #828282;
	font-weight: 700;
	padding: 0 20px 0 0;
	display: inline-block;
	position: relative;
}

.pere_otz5_item_readmore_box {
	text-align: right;
}

a.pere_otz5_item_readmore:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 9px;
	background: url(images/arr_r2.svg) 50% no-repeat;
	right: 4px;
	top: 8px;
	display: block;
}

.pere_otz5_item_img {
	width: 100%;
	max-width: 240px;
	position: relative;
}

.pere_otz5_item_img .slider_doctors_item_img {
	right: auto;
	max-width: 240px;
	bottom: 0;
	max-height: 240px;
	left: 0;
}

.pere_otz5_item_info .specialnost_item {
	font-size: 12px;
	font-weight: 400;
	padding: 6px 9px;
	background: #fff;
	color: #333333;
	border-radius: 5px;
}

.pere_otz5_item_info .specialnost_item:nth-child(2n) {
	margin-right: 0;
}

a.pere_otz5_item_info_name {
	font-size: 25px;
	margin-bottom: 12px;
	display: inline-block;
}

.pere_otz5_item_info .specialnost {
	margin-bottom: 30px;
}

.pere_otz5_slider ul.slick-dots,
.soc_pere_otz ul.slick-dots {
	bottom: -50px;
}

.pere_otz5_slider ul.slick-dots button,
.soc_pere_otz ul.slick-dots button {
	background: #DBDFE5;
}

.pere_otz5_slider ul li.slick-active button,
.soc_pere_otz ul li.slick-active button {
	background: #FFDC38;
}


.otz_block6 {
	padding-bottom: 170px;
}

.otz_block6 .page_box_zag {
	margin-bottom: 39px;
}

.tab_line {
	margin-bottom: 20px;
}

.tab_line_item {
	align-items: center;
	width: 25%;
	cursor: pointer;
}

.tab_line_item img {
	opacity: 0;
	width: 35px;
	height: 35px;
}

.tab_line_item.active img {
	opacity: 1;
}

.tab_line_item span {
	display: block;
	padding-left: 18px;
	font-weight: 700;
	font-size: 18px;
}

.tab_box {
	display: none;
}

.tab_box.active {
	display: block;
}

.soc_pere_otz {
	margin: 0 -15px;
}

.soc_pere_otz .slick-slide>div {
	padding: 0 15px;
}

.soc_pere_otz_img {
	background: url(images/soc_otz_bg.jpg) 50% no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px;
	border-radius: 20px;
	overflow: hidden;
}

.soc_pere_otz_img img {
	border-radius: 17px;
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.soc_pere_otz .slick-arrow {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}


.form1_box_left, .form1_box_right {
	width: 50%;
	padding-left: 20px;
}

.form1_box_left {
	padding-top: 35px;
	padding-right: 20px;
	padding-left: 0;
	position: relative;
}

.form1_box_left:before {
	position: absolute;
	content: "";
	width: 165px;
	height: 170px;
	background: url(images/form_arrow.svg) 50% no-repeat;
	right: 46px;
	bottom: -30px;
	display: block;
	transform: rotate(-30deg);
}

.form1 .page_box_zag {
	margin-bottom: 35px;
}

.pere_otz7_item {
	width: 49%;
	padding-right: 20px;
	align-items: center;
}

.text_otz7.fw700 {
	margin-bottom: 18px;
}

.pere_otz7_img {
	width: 52px;
}

.pere_otz7_item span {
	display: block;
	width: calc(100% - 52px);
	padding-left: 18px;
	line-height: 17.5px;
}

.form1_box_right_box {
	background: #2282F1;
	border-radius: 20px;
	padding: 35px 39px 32px;
	color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.form1_box_right_box:before {
	position: absolute;
	content: "";
	width: 133px;
	height: 190px;
	background: url(images/form_zub.png) 50% no-repeat;
	right: 0;
	bottom: -3px;
	display: block;
	z-index: 2;
}

.zag_form1 {
	font-size: 25px;
	line-height: 27.5px;
	margin-bottom: 33px;
}

.form1_form input.wpcf7-form-control.wpcf7-submit {
	background: #FFDC39;
	color: #333;
}

.form1_form input.wpcf7-form-control.wpcf7-submit:hover {
	background: transparent;
	color: #FFDC39;
}

/* Page Otz */







/* Page One usluga */
.usl_block .slider_item {
	position: relative;
	padding: 55px 0 60px;
}

.usl_block p#breadcrumbs {
	margin: 0;
	color: #fff;
}

.usl_block p#breadcrumbs a {
	color: #fff;
}

.usl_block span.sep {
	background: url(images/bread_sep2.svg) 50% no-repeat;
}

.usl_block .slider_t {
	margin-bottom: 15px;
}

.usl_block .slider_d p {
	margin-bottom: 25px;
}

.usl_pere1 {
	background: #E9F3FE;
	padding: 25px 0 30px;
}

.usl_pere1_box {
	justify-content: space-between;
}

a.usl_pere1_t {
	color: #2282F1;
	position: relative;
	display: inline-block;
	line-height: 1.05;
	border-bottom: 1px solid #2282F1;
}

a.usl_pere1_t:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 9px;
	background: url(images/arrow_right_blue.svg) 50% no-repeat;
	right: -13px;
	top: 5px;
	display: block;
}

.block2.usl_block {
	padding: 100px 0 0;
}

.usl_block2_box {
	padding-bottom: 45px;
	flex-wrap: wrap;
}

.usl_zag2 {
	width: 615px;
}

.usl_block2_box_text {
	width: 615px;
	padding-right: 45px;
}

.usl_block2_box_img {
	width: calc(100% - 615px);
	height: 345px;
	overflow: hidden;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -100px;
}

.usl_zag2 {
	line-height: 1.1;
}

.usl_pere2 {
	margin: 0 -15px;
}

.usl_pere2_item {
	width: calc(25% - 30px);
	margin: 0 15px;
}

.usl_pere2_img {
	height: 200px;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.usl_pere2_img img, .usl_block2_box_img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.usl_pere2_t, .usl_text2 {
	line-height: 19.2px;
}

.block3.usl_block {
	padding-top: 110px;
}

.block3.usl_block .pere3_box_title {
	margin-bottom: 28px;
}

.usl_pere3 {
	flex-wrap: wrap;
	margin: 0 -15px 10px;
}

.usl_pere3_item {
	width: calc(33.333333333% - 30px);
	background: #F6F7FB;
	border-radius: 20px;
	margin: 0 15px 30px;
	padding: 35px;
}

.usl_pere3_t {
	line-height: 1.1;
	width: calc(100% - 44px);
	padding-left: 20px;
}

.usl_pere3_img {
	width: 44px;
}

.usl_pere3_d {
	line-height: 19.2px;
}

.block4.usl_block .page_box_zag {
	margin-bottom: 35px;
}

.block4.usl_block .pere_otz_slider_item_column {
	width: calc(50% - 30px);
}

.block4.usl_block .beer-slider {
	height: 330px !important;
	margin-bottom: 0px;
}

.block4.usl_block .pere_otz_slider_text {
	margin-bottom: 20px;
}

.block4.usl_block a.blue_btn {
	margin-left: 0;
	color: #fff;
	background: #2282F0;
}

.block4.usl_block a.blue_btn:hover {
	color: #2282F0;
	background: none;
}

.usl_pere4_name_vrach {
	line-height: 19.2px;
}

.usl_pere4_name_vrach a {
	color: #2282F0;
	display: inline-block;
	border-bottom: 1px solid #2282F0;
}

.usl_pere4_name_vrach a:hover {
	border-bottom: 1px solid transparent;
}

.usl_pere4_t {
	margin-top: -2px;
}

.block4.usl_block .pere_otz_slider_text {
	line-height: 19.2px;
}

.usl_text4_box {
	margin-top: 120px;
}

.usl_img4 {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.usl_text4 {
    margin-right: 30px;
    width: calc(100% - 410px);
    padding: 28px 80px 38px 39px;
    background: url(images/bg_usl_text4.svg) 0 0 no-repeat;
    background-size: contain;
}
.one_doc_block2 .usl_text4_title.fw700.fz25.mb10.blt2 {
    width: 100%;
    padding-left: 40px;
}
.one_doc_block2 .usl_text4_box.d_fl.al_cen {
    flex-wrap: wrap;
}

.usl_text4_box_info {
	width: 260px;
}

.usl_plus_minus_box {
	justify-content: space-between;
}

.block5.usl_block .page_box_zag {
	margin-bottom: 45px;
}

.usl_plus5, .usl_minus5 {
	width: calc(50% - 15px);
	border-radius: 20px;
	background: #F6F7FB;
	padding: 36px 40px;
	position: relative;
}

.usl_plus5:before, .usl_minus5:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	background: url(images/plus_check.svg) 50% no-repeat;
	left: -10px;
	top: -10px;
	display: block;
}

.usl_minus5:before {
	background: url(images/minus_check.svg) 50% no-repeat;
}

.usl_plus_minus_box p:first-child {
	font-size: 25px;
	font-weight: 700;
	color: #0F2651;
	margin-bottom: 20px;
	line-height: 31px;
}

.usl_plus_minus_box p {
	font-size: 16px;
	font-weight: 700;
	color: #2282F1;
	line-height: 19.2px;
}

.usl_plus_minus_box ul {
	margin-left: 0;
	padding-left: 0;
}

.usl_plus_minus_box ul li {
	list-style: none;
	position: relative;
	margin-bottom: 10px;
	padding-left: 18px;
	line-height: 19.2px;
}

.usl_plus_minus_box ul li:last-child {
	margin-bottom: 0;
}

.usl_plus_minus_box ul li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #2282F1;
	left: 0;
	top: 8px;
	border-radius: 1px;
	display: block;
}

.block_with_prices {
	background: #F6F7FB;
	border-radius: 20px;
	padding: 36px 40px;
}

.price_on_page_services_item_t_box,
.price_on_page_services_item_price {
	font-size: 25px;
	font-weight: 500;
}

.price_on_page_services_item_t {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
	align-items: center;
}

.all_prices_link {
	text-align: center;
	padding-top: 25px;
}

.price_on_page_services_item_d p {
	font-size: 18px;
	margin-bottom: 10px;
}

.price_on_page_services_item_d li {
	font-size: 16px;
	position: relative;
	list-style: none;
	margin: 0 0 7px 0;
	padding-left: 22px;
}

.price_on_page_services_item_d li:last-child {
	margin-bottom: 0;
}

.price_on_page_services_item_d li:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: url(images/right_arrow_blue.svg) 50% no-repeat;
	left: 0;
	top: 5px;
	display: block;
}

.price_on_page_services_item_d ul {
	margin: 0 0 20px 0;
	padding: 0;
}

.block8.usl_block {
	padding-bottom: 0;
}

.block8.usl_block .pere3_box_title {
	margin-bottom: 0;
}

.usl_pere8_2.d_fl.usl_pere8_2_height {
	height: 300px;
	overflow: hidden;
}

.usl_pere8_2 {
	flex-wrap: wrap;
	margin: 0 -15px;
}

.usl_pere8_2_item {
	width: calc(50% - 30px);
	margin: 0 15px 30px;
}

.more_ulybok_box {
	width: 100%;
}

.more_ulybok.btn.with_arrow {
	color: #828282;
	border: 2px solid #828282;
	border-radius: 12px;
	font-size: 18px;
	width: 100%;
	max-width: 190px;
	margin-bottom: 20px;
	position: relative;
	text-align: left;
	padding: 0 33px 0 20px;
	line-height: 56px;
	cursor: pointer;
	display: block;
}

.more_ulybok.btn.with_arrow:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 12px;
	right: 20px;
	top: 23px;
	display: block;
	background: url(images/arr_r2.svg) 50% no-repeat;
	content: "";
}

.more_ulybok.btn.with_arrow:hover {
	color: #fff;
	background: #828282;
}

.more_ulybok.btn.with_arrow:hover:before {
	background: url(images/link_arrow_right_hover.svg) 50% no-repeat;
}

.usl_pere8_2_item .beer-slider.beer-ready {
	margin-bottom: 0;
}

.block9.usl_block {
	padding-top: 115px;
}

.block9.usl_block .page_box_zag {
	margin-bottom: 15px;
}

.usl_pere9 {
	position: relative;
	margin-bottom: 55px;
}

.usl_pere9_item {
	display: none;
}

.usl_pere9_item.active {
	display: flex;
}

.usl_pere9_img {
	width: 584px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 20px;
}

.usl_pere9_d {
	width: calc(100% - 584px);
	padding-left: 60px;
	padding-top: 150px;
}

.usl_pere9_labels {
	position: absolute;
	left: 644px;
	top: 85px;
	display: flex;
}

.usl_pere9_label {
	color: #828282;
	padding: 8px 10px;
	border-radius: 5px;
	background: #F6F7FB;
	font-size: 14px;
	line-height: 1.2;
	margin-right: 10px;
	cursor: pointer;
	border: 1px solid transparent;
}

.usl_pere9_label.active {
	font-weight: 700;
	color: #0F2651;
	border-color: #0F2651;
}

.usl_text9 {
	max-width: 920px;
}

.usl_text9 h2, .usl_text9 h3, .usl_text9 h4, .usl_text9 h5 {
	font-size: 40px;
	line-height: 44px;
	margin-bottom: 22px;
	font-weight: 700;
	color: #0F2651;
}

.block10.usl_block {
	padding-bottom: 0;
}

.usl_pere10 {
	display: flex;
	justify-content: space-between
}

.usl_pere10_col {
	width: calc(50% - 30px);
}

.block10.usl_block h2.page_box_zag {
	margin-bottom: 40px;
}

.usl_pere10_item {
	margin-bottom: 40px;
}

.usl_pere10_t_box span {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2282F1;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	border-radius: 10px;
	margin-right: 20px;
	position: relative;
}

.usl_pere10_t_box span:before {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background: url(images/yellow_square.svg) 50% no-repeat;
	right: -10px;
	top: -10px;
	z-index: -1;
	display: block;
	transform: rotate(80deg);
}

.block11.usl_block {
	padding-top: 80px;
}

.block11.usl_block .page_box_zag {
	margin-bottom: 20px;
}

.block11.usl_block .page_box_zag {
	margin-bottom: 20px;
}

.block11.usl_block .slogan {
	margin-bottom: 0;
}

.rekomend_box_wrap {
	padding-top: 40px;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 130px;
}

.rekomend_box {
	background: #F6F7FB;
	border-radius: 20px;
}

.rekomend_box_text {
	width: 570px;
	padding: 40px 0 40px 40px;
}

.rekomend_box_text h2,
.rekomend_box_text h3,
.rekomend_box_text h4,
.rekomend_box_text h5 {
	color: #333333;
	font-size: 25px;
	margin-bottom: 20px;
	line-height: 31px;
	font-weight: 700;
}

.rekomend_box_text p {
	margin-bottom: 10px;
}

.rekomend_box_text a.btn {
	margin-left: 0;
	background: #2282F1;
	color: #fff;
	margin-top: 35px;
}

.rekomend_box_text a.btn:hover {
	color: #2282F1;
	background: transparent;
}

.rekomend_box_vrach {
	width: calc(100% - 570px);
	position: relative;
}

.rekomend_box_vrach:before {
	position: absolute;
	content: "";
	width: 510px;
	height: 510px;
	background: url(images/usl_img11.svg) 50% no-repeat;
	right: -14px;
	top: 95px;
	display: block;
	transform: rotate(63deg);
	background-size: contain;
	z-index: 1;
}

.rekomend_box_vrach img {
	position: absolute;
	display: block;
	bottom: 0;
	z-index: 2;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 530px;
}

.rekomend_box_vrach_info {
	position: absolute;
	background: #fff;
	z-index: 3;
	padding: 21px 18px;
	left: 10px;
	bottom: 40px;
	border-radius: 15px;
}

.usl_name11 {
	margin-bottom: 6px;
}

.block12.usl_block {
	padding: 115px 0 0;
}

.block12.usl_block .slogan {
	max-width: 840px;
	line-height: 30px;
	margin-bottom: 40px;
}

.block12.usl_block .page_box_zag {
	margin-bottom: 20px;
}

.usl_pere12_1 {
	width: 450px;
	border-radius: 20px;
	background: #F6F7FB;
	padding: 36px 40px;
}

.usl_pere12 {
	width: calc(100% - 450px);
	padding-right: 120px;
	height: 325px;
}

a.usl_pere12_img {
	display: flex;
	align-items: center;
	height: 325px;
	border-radius: 20px;
	overflow: hidden;
	justify-content: center;
}

.usl_pere12_slider .slick-next, .usl_pere12_slider .slick-prev {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

.usl_pere12_slider .slick-next {
	right: -60px;
}

.usl_pere12_slider .slick-prev {
	left: -60px;
}

.usl_pere12_slider ul.slick-dots {
	bottom: -50px;
}

.usl_pere12_slider ul.slick-dots button {
	background: #DBDFE5;
}

.usl_pere12_slider ul li.slick-active button {
	background: #FFDC38;
	width: 50px !important;
}

.usl_pere12_1_item:last-child {
	margin-bottom: 0;
}

.usl_pere12_1_item {
	position: relative;
	padding-left: 44px;
}

.usl_pere12_1_item:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: url(images/blue_circle_check.svg) 50% no-repeat;
	left: 0;
	top: -4px;
	display: block;
}




.block13.usl_block {
	padding-top: 160px;
}

.usl_pere13 {
	display: grid;
	grid-template-rows: auto 1fr;
	grid-template-columns: 50% 50%;
	grid-gap: 30px;
	grid-template-areas:
		"A B"
		"C B";
}

.usl_pere13_item {
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	background: #F6F7FB;
	padding: 36px 39px;
}

.usl_pere13_item:nth-child(1) {
	grid-area: A;
}

.usl_pere13_item:nth-child(2) {
	grid-area: B;
}

.usl_pere13_item:nth-child(3) {
	grid-area: C;
}

.usl_pere13_item:nth-child(4) {
	grid-area: D;
}

.usl_pere13_t {
	line-height: 31px;
	max-width: 400px;
	margin-bottom: 17px;
}

.usl_pere13_t b {
	color: #2282F1;
}

.usl_pere13_strana_box {
	margin-bottom: 15px;
	line-height: 19.2px;
}

.usl_pere13_strana_box img {
	display: block;
	margin-right: 10px;
	max-width: 30px;
}

.usl_pere13_img {
	max-width: 350px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.usl_pere13_img {
	display: block;
}

.usl_pere13_item:nth-child(2) .usl_pere13_img {
	margin-bottom: 30px;
}

.usl_pere13_item:nth-child(1) .usl_pere13_img,
.usl_pere13_item:nth-child(3) .usl_pere13_img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -100px;
}

.usl_pere13_item:nth-child(1) .usl_pere13_img {
	right: -60px;
}

.usl_pere13_item:nth-child(1) .usl_pere13_t,
.usl_pere13_item:nth-child(3) .usl_pere13_t {
	max-width: 400px;
}

.usl_pere13_item:nth-child(1) .usl_pere13_d {
	max-width: 365px;
}

.usl_pere13_item:nth-child(2) .usl_pere13_d {
	max-width: 485px;
}

.usl_pere13_item:nth-child(3) .usl_pere13_d {
	max-width: 350px;
}



.pay_system {
	display: flex;
	background: #2282F1;
	border-radius: 20px;
	padding: 34px 0 34px 40px;
	color: #fff;
	margin-top: 120px;
}

.usl_img13 {
	width: 440px;
	margin-top: -55px;
}

.usl_img13 img {
	margin: auto;
	display: block;
}

.pay_system_info {
	width: calc(100% - 440px);
	padding-right: 110px;
}

.pay_system a.btn {
	margin-left: 0;
	max-width: 255px;
	font-size: 20px;
}

.usl_block .rating_box {
	align-items: center;
}

.otz_block2.usl_block {
	padding-top: 105px;
}

.usl_block .our_rating_text {
	padding-left: 0;
	padding-top: 0;
}

.usl_block.otz_block2 .rating_box .page_box_zag {
	margin-bottom: 20px;
	font-size: 50px;
}

.usl_block .pere_otz3 {
	margin-bottom: 25px;
	margin-top: 50px;
}

.usl_block.otz_block2 .our_rating_icon {
	padding: 20px;
	background: #F6F7FB;
}

.usl_video_otz {
	margin-top: 100px;
	margin-bottom: 100px;
}

.block15.usl_block .page_box_zag {
	margin-bottom: 20px;
}

.usl_pere15 {
	flex-wrap: wrap;
	margin: 0 -15px;
}

.usl_pere15_item {
	width: calc(50% - 30px);
	margin: 0 15px 60px;
	position: relative;
}

.usl_pere15_item.hide_usl_pere15_v {
	display: none;
}

.usl_pere15_v {
	position: relative;
	padding-left: 93px;
	margin-bottom: 33px;
}

.usl_pere15_v:before {
	position: absolute;
	content: "";
	width: 65px;
	height: 65px;
	background: url(images/vo_icon.svg) 50% no-repeat;
	left: 0;
	top: 50%;
	display: block;
	transform: translateY(-50%);
}

.all_answers {
	width: 100%;
}

.usl_pere15_item_info {
	margin-bottom: 26px;
}

.usl_pere15_name {
	margin-right: 28px;
}

.usl_pere15_o_box {
	padding: 28px 30px 24px;
	background: #F6F7FB;
	border-radius: 20px;
	position: relative;
}

.usl_pere15_o_box:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 25px;
	background: url(images/usl_pere15_o_box_before.svg) 50% no-repeat;
	right: 20px;
	bottom: -25px;
	display: block;
}

.usl_pere15_doc {
	margin-bottom: 5px;
}

.all_answers {
	padding-top: 5px;
	padding-bottom: 30px;
}

.all_answers span {
	cursor: pointer;
	position: relative;
	max-width: 215px;
	text-align: left;
	padding-left: 20px;
}

.all_answers span:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 12px;
	background: url(images/link_arrow_right.svg) 50% no-repeat;
	right: 20px;
	top: 23px;
	display: block;
}

.all_answers span:hover:before {
	background: url(images/link_arrow_right_hover.svg) 50% no-repeat;
}

.block15 {
	padding-bottom: 30px;
}

.usl_seotext1 {
	padding-top: 55px;
}

.usl_seotext2 {
	display: none;
}

.usl_seotext1, .usl_seotext2 {
	column-count: 2;
	column-gap: 60px;
}

.seotext_all {
	padding-top: 45px;
}

.seotext_all span {
	width: 100%;
	max-width: 215px;
	text-align: left;
	padding: 0 33px 0 20px;
	font-size: 18px;
	position: relative;
	margin-top: 10px;
	display: block;
	cursor: pointer;
}

.seotext_all span:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 12px;
	background: url(images/link_arrow_right.svg) 50% no-repeat;
	right: 20px;
	top: 23px;
	display: block;
}

.seotext_all span:hover:before {
	background: url(images/link_arrow_right_hover.svg) 50% no-repeat;
}

.usl_seotext2.show {
	display: block;
	margin-top: 45px;
}

/* Page One usluga */


/* Page All docs */
.all_docs_block1 {
	margin-top: 40px;
	margin-bottom: 80px;
}

.all_docs_block2 {
	margin-bottom: 80px;
}

.all_docs_block3 {
	margin-bottom: 80px;
}

.all_docs_block4 {
	margin-bottom: 90px;
}

.all_docs_box {
	flex-wrap: wrap;
	margin: 0 -15px;
}

.all_docs_box_item {
	width: calc(50% - 30px);
	margin: 0 15px 30px;
	background: #F6F7FB;
	border-radius: 20px;
	position: relative;
	padding: 22px 25px 30px 0;
	min-height: 370px;
}

.all_docs_box_item_img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 280px;
	display: flex;
	justify-content: center;

}

.all_docs_box_item_img img {
	display: block;
	max-width: 270px;
}

.all_docs_box_item_info {
	margin-left: 280px;
	position: relative;
}

.all_docs_box_item_name {
	padding-right: 30px;
}

.specialnost {
	flex-wrap: wrap;
}

.all_docs_box_item_info .specialnost {
	flex-wrap: wrap;
	margin-bottom: 9px;
}

.all_docs_box_item_info .specialnost_item {
	font-weight: 400;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 10px 10px 0 !important;
	background: #fff;
	padding: 7px 8px !important;
}

.all_docs_box_item_info .doc_descript_short {
	margin-bottom: 45px;
}

a.all_docs_box_item_more {
	display: inline-block;
	border-bottom: 1px solid;
}

a.all_docs_box_item_more:hover {
	border-bottom: 1px solid transparent;
}

.all_docs_box_item_links a.btn {
	color: #fff;
	background: #2282F0;
	border: 2px solid #2282F0;
	line-height: 46px;
	font-size: 13px;
	font-weight: 700;
	max-width: 175px;
	width: 175px;
	margin-right: 20px;
	margin-left: 0;
}

.all_docs_box_item_links a.btn:hover {
	color: #2282F0;
	border: 2px solid #2282F0;
	background: none;
}

.all_docs_box_item_links {
	position: absolute;
	left: 0;
	bottom: 0;
}

/* Page All docs */


/* Page One doc */
.one_doc_block1 {
	padding-top: 55px;
}

.one_doc_block1 .slider_doctors_item {
	background: url(images/slider_doctors_bg.jpg) 50% no-repeat;
	border-radius: 20px;
	background-size: cover;
	padding-bottom: 60px;
}

.one_doc_block1 .video_obrashheniya_box {
	margin-bottom: 40px;
}

.slider_doctors_item_img_box {
	display: flex;
	align-items: flex-start;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 0;
	height: 470px;
	width: 470px;

}

.slider_doctors_item_img_box img.slider_doctors_item_img {
	position: relative;
	bottom: 0;
	right: 0;
}

.one_doc_block2 {
	padding-top: 90px;
}

.one_doc_info {
	align-items: flex-start;
}

.uslugi_vracha {
	width: 380px;
	background: #F6F7FB;
	border-radius: 20px;
	padding: 35px 39px 39px;
	line-height: 1.2;
}

.one_doc_info_tabs_box {
	width: calc(100% - 380px);
	padding-right: 60px;
}

.one_doc_info_tabs_contents>div {
	display: none;
}

.one_doc_info_tabs_contents .active {
	display: block;
}

.one_doc_info_tabs_labels {
	display: flex;
}

.one_doc_info_tabs_label {
	width: 50%;
	border: 2px solid #CCCCCC;
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	color: #828282;
	cursor: pointer;
}

.one_doc_info_tabs_label.active {
	color: #2282F1;
	border-color: #2282F1;
	font-weight: 700;
}

.one_doc_info_tabs_label:first-child {
	border-radius: 12px 0 0 12px;
	border-right-width: 1px;
}

.one_doc_info_tabs_label:last-child {
	border-radius: 0 12px 12px 0;
	border-left-width: 1px;
}

.one_doc_info_tabs ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.one_doc_info_tabs ul li {
	padding: 0 0 0 15px;
	position: relative;
	margin-bottom: 10px;
}

.one_doc_info_tabs ul li:before {
	background: #2282F1;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 8px;
	left: 0;
	display: block;
	content: "";
}

.profnavyki_vrach {
	margin-top: 40px;
}

.uslugi_vracha_link_item {
	position: relative;
	padding-left: 29px;
}

.uslugi_vracha_link_item:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	background: url(images/link_arrow_left.svg) 50% no-repeat;
	left: 0;
	top: 3px;
	display: block;
}

.uslugi_vracha_link {
	display: block;
}

.uslugi_vracha_link:hover {
	color: #2282F1;
	font-weight: 700;
}

.uslugi_vracha a.btn {
	margin-top: 35px;
}

.usl_text4_box_info .specialnost {
	margin-bottom: 0;
	max-width: 220px;
}

.usl_text4_box_info .specialnost_item {
	padding: 0;
	background: none;
	margin-right: 0;
	border-radius: 0;
	font-weight: 400;
}

.usl_text4_box_info .specialnost span {
	font-size: 12px;
}

.usl_text4_box_info .specialnost span:last-child {
	display: none;
}

.one_doc_block2 .usl_name4 {
	max-width: 220px;
}

.one_doc_block3 {
	padding-top: 115px;
}

.sertifikaty_vrach {
	margin-top: 40px;
	margin: 40px -15px 0;
}

.sertifikaty_vrach_item {
	height: 395px;
}

.sertifikaty_vrach_item img {
	display: block;
	margin: 0 auto;
	height: 100%;
}

.sertifikaty_vrach .slick-arrow {
	top: 50%;
	bottom: auto;
	margin-top: -20px;
}

.sertifikaty_vrach .slick-slide {
	padding: 0 15px;
}

.sertifikaty_vrach ul.slick-dots {
	bottom: -40px;
}

.sertifikaty_vrach ul.slick-dots button {
	background: #DBDFE5;
}

.sertifikaty_vrach ul li.slick-active button {
	background: #FFDC38;
}

.one_doc_block4 {
	padding-top: 145px;
}
.page_contact.one_doc_block4 {
	padding-top: 0;
} 
.page_contact .pere_otz3 {
    margin-bottom: 40px;
}
.one_doc_block5 {
	padding-top: 50px;
}

.one_doc_block5 .more_otz {
	border: 2px solid #2282F0;
}

.one_doc_block5 .more_otz:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 9px;
	background: url(images/arrow_right_blue.svg) 50% no-repeat;
	right: 22px;
	top: 23px;
	display: block;
}

.one_doc_block5 .more_otz:hover:before {
	background: url(images/link_arrow_right_hover.svg) 50% no-repeat;
}

.one_doc_block5 .more_otz:hover {
	color: #fff !important;
	background: #2282F0;
	border: 2px solid #2282F0;
}

.one_doc_block6 {
	padding-top: 0;
}

.one_doc_block6 .pere_otz_slider_item_column {
	width: 580px;
}

.one_doc_block6 .pere_otz_slider_item_column:last-child {
	width: calc(100% - 580px);
	padding-left: 60px;
}

.one_doc_block6 .pere_otz_slider_fio {
	font-size: 25px;
	color: #333;
	margin-bottom: 16px;
}

.one_doc_block6 .pere_otz_slider_text {
	margin-bottom: 8px;
}

.one_doc_block6 .pere_otz_slider_text_info {
	margin-top: 20px;
	margin-bottom: 30px;
}

.one_doc_block6 .beer-slider {
	height: 330px !important;
	margin-bottom: 0;
}

.one_doc_block6 a.btn.blue_btn2 {
	margin-left: 0;
}

.one_doc_block6 ul.slick-dots {
	display: none !important;
}

.one_doc_block7 {
	margin-top: 120px;
}

.form_vrach_box.d_fl {
	background: #2282F1;
	border-radius: 20px;
	color: #fff;
	position: relative;
}

.form_vrach_box_info {
	width: 620px;
	padding: 50px 0 50px 40px;
}

.text_form_vrach {
	font-size: 18px;
}

.form_vrach input.wpcf7-form-control.wpcf7-submit {
	line-height: 56px;
	background: #FFDC39;
	color: #333;
}

.form_vrach input.wpcf7-form-control.wpcf7-submit:hover {
	color: #FFDC39;
	background: none;
}

.or_call_phone {
	font-size: 18px;
	align-items: center;
	margin-top: 34px;
}

.or_call_phone a {
	position: relative;
	display: block;
	font-size: 25px;
	font-weight: 700;
	padding-left: 27px;
	color: #fff;
	margin-left: 18px;
}

.or_call_phone a:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 20px;
	background: url(images/phone2.svg) 50% no-repeat;
	left: 0;
	top: 6px;
	display: block;
}

.form_vrach .f_item {
	width: calc(50% - 10px);
	padding-right: 0;
}

.form_vrach .f_row {
	justify-content: space-between;
}

.form_vrach p.sogl {
	text-align: left;
	padding-top: 10px;
}

.img_form_vrach {
	position: relative;
	width: calc(100% - 620px);
	overflow: hidden;
}

.img_form_vrach:before {
	position: absolute;
	content: "";
	width: 510px;
	height: 510px;
	background: url(images/usl_img11.svg) 50% no-repeat;
	right: -60px;
	top: 110px;
	display: block;
	transform: rotate(63deg);
	background-size: contain;
	z-index: 1;
}

.form_vrach_box img {
	display: block;
	bottom: 0;
	right: 20px;
	position: absolute;
	z-index: 2;
}

.wpcf7-response-output {
	position: absolute;
	bottom: -20px;
	left: 0;
	margin: 0 !important;
	text-align: center;
}

input.wpcf7-form-control.wpcf7-not-valid {
	box-shadow: inset 0px 0px 6px 3px #ff00004a;
}

/* Page One doc */



/* Archivies*/
.cat_desc {
	margin-bottom: 40px;
	font-size: 25px;
}

a.child_cat {
	font-size: 18px;
	color: #828282;
	line-height: 56px;
	padding: 0 21px;
	border: 2px solid #ccc;
	border-radius: 12px;
	margin-right: 20px;
}

.category-1 a.cat-1, .category-2 a.cat-2, .category-3 a.cat-3, .category-4 a.cat-4, .category-5 a.cat-5, .category-6 a.cat-6, .category-7 a.cat-7, .category-8 a.cat-8, .category-9 a.cat-9, .category-10 a.cat-10, .category-11 a.cat-11 {
	font-weight: 700;
	color: #2282F1;
	border-color: #2282F1;
}

.archive_item {
	border-radius: 20px;
	background: #F6F7FB;
}

.archive_item_img {
	width: 360px;
	min-height: 355px;
	max-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 20px 0 0 20px;
	position: relative;
}

.archive_item_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.archive_item_info {
	padding: 38px 40px;
	width: calc(100% - 360px);
	position: relative;
}

.archive_item_info span.cat_name {
	color: #2282F1;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}

.archive_item_name {
	max-width: 500px;
}

.archive_item_excerpt {
	max-width: 720px;
}

.archive_item_info .home_article_item_info {
	max-width: 186px;
	padding: 0;
	left: 40px;
	bottom: 37px;
}

a:hover span.r_more {
	color: #2282F1;
}

a:hover span.r_more:before {
	color: #2282F1;
	background: url(images/link_arrow_right.svg) 50% no-repeat;
	background-size: contain;
}

#true_loadmore {
	cursor: pointer;
	position: relative;
	max-width: 180px;
	text-align: left;
	padding-left: 20px;
	margin-top: 40px;
}

/* Archivies*/



/* Price page */
.price_page_blocks {
	margin-top: 35px;
}

.price_page_blocks_form {
	width: 382px;
	position: relative;
}

.price_page_blocks_content {
	padding-right: 60px;
	width: calc(100% - 382px);
}

.price_page_links {
	flex-wrap: wrap;
}

.price_page_links a {
	display: block;
	border-radius: 5px;
	background: #F6F7FB;
	border: 1px solid #F6F7FB;
	color: #828282;
	font-size: 14px;
	padding: 8px 6px 5px;
	margin-right: 9px;
	margin-bottom: 10px;

}

.price_page_links a.active, .price_page_links a:hover {
	border: 1px solid #0F2651;
	color: #0F2651;
	text-shadow: 0 0 .75px #333, 0 0 .75px #333;
}

.price_page_block {
	margin-top: 19px;
	border-bottom: 1px solid #C9C9C9;
	padding-bottom: 1px;
}

.title_price_page_block {
	margin-bottom: 19px;
	position: relative;
	padding-right: 40px;
}

.title_price_page_block span {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	background: #FFDC39;
	border-radius: 5px;
	cursor: pointer;

}

.title_price_page_block span:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 8px;
	background: url(images/arrow_down.svg) 50% no-repeat;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -4px;
	display: block;
	transition: all 0.3s ease;
}

.active .title_price_page_block span:before {
	transform: rotate(180deg);
}

.price_page_block_items {
	display: none;
}

.active .price_page_block_items {
	display: block;
	padding-bottom: 25px;
}

.price_page_block_item {
	border-radius: 12px;
	padding: 16px 30px;
}

.price_page_block_item:nth-child(2n+1) {
	background: #F6F7FB;
}

.price_page_block_item_t_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}

.price_page_block_item_d {
	margin-top: 17px;
}

.price_page_block_item_d p {
	margin-bottom: 10px;
}

.price_page_block_item_d p:last-child {
	margin-bottom: 0;
}

.price_page_block_item_d bold, .price_page_block_item_d strong {
	color: #2282F1;
}

.price_page_block ul {
	margin: 0 0 10px 0;
	padding: 0;
}

.price_page_block li {
	position: relative;
	list-style: none;
	margin: 0 0 8px 0;
	padding-left: 22px;
}

.price_page_block li:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: url(images/right_arrow_blue.svg) 50% no-repeat;
	left: 0;
	top: 2px;
	display: block;
}

.price_page_block_item_old_price {
	margin-left: auto;
	margin-right: 9px;
	font-size: 12px;
	text-decoration: line-through;
	color: #828282;
}

.price_page_block_item_old_price+.price_page_block_item_price {
	color: #2282F1;
}

.pere_price_adv {
	font-size: 12px;
	line-height: 17px;
	display: block;
	padding: 0 5px;
	border-radius: 10px;
	color: #fff;
	font-weight: 700;
	margin-right: auto;
	margin-left: 10px;
}

.adv1 {
	background: #E30000;
}

.adv2 {
	background: #28C202;
}

.adv3 {
	background: #9002C2;
}

.action_block {
	background: #2282F1;
	position: relative;
	border-radius: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.action_block_info {
	padding: 35px 0 35px 40px;
	color: #fff;
	max-width: 407px;
}

.action_srok {
	margin-bottom: 12px;
}

.action_name b {
	color: #FFDC39;
}

.action_price {
	margin-right: 14px;
}

.action_oldprice {
	text-decoration: line-through;
}

.action_block_prices {
	margin-bottom: 25px;
}

.action_block_cpa a.btn {
	max-width: 230px;
	width: 230px;
	margin-right: 20px;
	white-space: nowrap;
	flex: 0 0 230px;
}

.action_block_img {
	position: relative;
	width: calc(100% - 407px);
	z-index: 1;
	overflow: hidden;
	border-radius: 20px;
}

.action_block img {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.action_block_img:before {
	position: absolute;
	content: "";
	width: 303px;
	height: 303px;
	background: url(images/usl_img11.svg) 50% no-repeat;
	right: -3px;
	top: 75px;
	display: block;
	transform: rotate(63deg);
	background-size: contain;
	z-index: 1;
}

.form_no_d_fl .form1_box_left, .form_no_d_fl .form1_box_right {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 1;
}

.form1.form_no_d_fl .form1_box_left {
	z-index: 2;
}

.form1.form_no_d_fl {
	padding-top: 110px;
}

.form1.form_no_d_fl .pere_otz7 {
	max-width: 630px;
	margin-bottom: 30px;
}

.form1.form_no_d_fl .form1_box_left:before {
	position: absolute;
	content: "";
	width: 165px;
	height: 170px;
	background: url(images/form_arrow2.svg) 50% no-repeat;
	right: -27px;
	bottom: -61px;
	display: block;
	z-index: 2;
	transform: rotate(45deg);
}

.form1.form_no_d_fl .zag_form1 {
	max-width: 480px;
}

.form1.form_no_d_fl .page_box_zag {
	font-size: 50px;
}

.form1.form_no_d_fl .form1_box_right_box:before {
	display: none;
}

.form_no_d_fl .form1_form input.wpcf7-form-control.wpcf7-submit {
	line-height: 56px;
	font-size: 18px;
}

.form_no_d_fl .form_item {
	width: calc(50% - 10px);
}

.form_no_d_fl .form_row {
	justify-content: space-between;
}

.form_no_d_fl p.sogl br {
	display: none;
}

.form_no_d_fl p.sogl {
	text-align: left;
	margin-top: 4px !important;
	margin-bottom: 0 !important;
}

.map_block+footer {
	margin-top: 0;
}

.price_page_block_vo .pere8_box {
	width: 100%;
	margin: 0;
}

.price_page_block_vo .page_box_zag {
	max-width: 605px;
}

.price_page_seotext.text12 {
	column-count: 1;
	column-gap: 0;
}

.price_page_blocks_form_box {
	background: #2282F1;
	border-radius: 20px;
	padding: 35px 40px;
	color: #fff;
	position: sticky;
	top: 0;
}

.price_page_blocks_form_box_title span {
	color: #FFDC39;
}

.price_page_blocks_form_box input.wpcf7-form-control.wpcf7-submit {
	color: #333;
	background: #FFDC39;
}

.price_page_blocks_form_box input.wpcf7-form-control.wpcf7-submit:hover {
	color: #FFDC39;
	background: none;
}

.price_page_blocks_form_box .f_phone {
	text-align: center;
}

.price_page_blocks_form_box .f_phone a {
	color: #fff;
	font-size: 18px;
	padding-left: 19px;
}

.price_page_blocks_form_box .f_phone a:before {
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	background: url(images/phone2.svg) 50% no-repeat;
	background-size: contain;
	left: 0;
	top: 2px;
	display: block;
}

.price_page_form_text {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
}



/* Price page */


/* Single article */
.single_default_sidebar {
	width: 382px;
	padding-top: 35px;
}

.single_default_content {
	width: calc(100% - 382px);
	padding-right: 60px;
}

.single_meta {
	margin-top: 60px;
	margin-bottom: 25px;
	color: #828282;
	line-height: 19.2px;
}

.single_meta span.article_views {
	margin-right: 30px;
}

span.date {
	position: relative;
	padding-left: 24px;
	display: block;
}

span.date:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	background: url(images/clock.svg) 50% no-repeat;
	left: 0px;
	top: 3px;
	display: block;
}

.single_default_content h1.page_title {
	margin-bottom: 46px;
}

.single_default_content h2 {
	color: #0F2651;
	margin-bottom: 20px;
	font-size: 35px;
	line-height: 1.1;
	margin-top: 45px;
}

.single_default_content h3 {
	color: #333;
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 1.1;
	margin-top: 45px;
}

.single_default_content h4, .single_default_content h5, .single_default_content h6 {
	color: #333;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.1;
	margin-top: 45px;
}

.single_article_author {
	margin-bottom: 80px;
}

.foto_vrach1 {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	background: #ABB8C1;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.single_article_author_info {
	width: calc(100% - 100px);
	padding-left: 20px;
}

.single_article_author_info a {
	display: inline-block;
	border-bottom: 1px solid #2282F0;
	margin-bottom: 13px;
}

.single_article_author_info a:hover {
	border-bottom: 1px solid transparent;
}

.single_article_author_info_stazh {
	font-size: 13px;
}

.single_article_author_info p {
	font-size: 13px;
	margin: 2px 0 0 0;
}

.single_article_author_info p span:last-child {
	display: none;
}

.single_default_box .price_page_blocks_form_box {
	position: relative;
}

.kamatoc-wrap {
	padding: 37px 40px;
	border: 2px solid #2282F1;
	border-radius: 20px;
	margin-bottom: 55px;
}

.kamatoc-wrap__title.kamatoc_wrap_title_js {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 18px;
}

ul#tocmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 19px;
}

ul#tocmenu li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 15px;
}

ul#tocmenu li:last-child {
	margin-bottom: 0;
}

ul#tocmenu li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 1px;
	background: #2282F1;
	left: 0;
	top: 7px;
	display: block;
}

ul#tocmenu li a {
	display: inline-block;
	border-bottom: 1px solid #333;
}

ul#tocmenu li a:hover {
	border-bottom: 1px solid transparent;
}

a.single_video_box {
	height: 345px;
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 20px;
	clear: both;
}

a.single_video_box:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #00000066;
	left: 0;
	top: 0;
	display: block;
	z-index: 1;
}

a.single_video_box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single_video_info {
	position: absolute;
	z-index: 1;
	left: 40px;
	bottom: 43px;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	padding-left: 90px;
	z-index: 2;
}

.single_video_info:before {
	position: absolute;
	content: "";
	width: 70px;
	height: 70px;
	background: url(images/video_link2.svg) 50% no-repeat;
	left: 0;
	top: 0;
	display: block;
}

.article_service_box,
.single_price_box,
.single_pricelink_box {
	position: relative;
	width: 100%;
}

.article_service_box a {
	display: block;
	position: absolute;
	left: calc(100% + 60px);
	background: #F6F7FB;
	border-radius: 20px;
	width: 382px;
	overflow: hidden;
}

.single_usl_img {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	height: 250px;
}

.single_usl_img img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.single_usl_info {
	padding: 27px 39px 35px;
}

.single_usl_price {
	text-transform: uppercase;
}

.single_default_content_box p a {
	color: #2282F1;
	text-decoration: underline;
}

.single_default_content_box p a:hover {
	text-decoration: none;
}

.single_price_box_wrapper {
	position: absolute;
	left: calc(100% + 60px);
	width: 382px;
}

.single_price {
	font-size: 80px;
	line-height: 1.1;
	margin-top: -8px;
}

.single_pricelink_box_wrapper {
	position: absolute;
	left: calc(100% + 60px);
	width: 215px;
}

.single_pricelink {
	display: inline;
	position: relative;
	color: #2282F1;
	border-bottom: 1px solid #2282F1;
	font-size: 18px;
}

.single_pricelink:hover {
	border-bottom: 1px solid transparent;
}

.single_pricelink:before {
	position: absolute;
	content: "";
	width: 190px;
	height: 175px;
	background: url(images/price_folder.png) 50% no-repeat;
	left: 0;
	top: -190px;
	display: block;
}

.single_perelink_article_box {
	position: relative;
}

.single_perelink_article_box a {
	display: block;
	width: 260px;
	position: absolute;
	left: calc(100% + 60px);
}

.single_perelink_article_box a span {
	display: inline;
	position: relative;
	color: #2282F1;
	border-bottom: 1px solid #2282F1;
	font-size: 18px;
}

.single_perelink_article_box a:hover span {
	border-bottom: 1px solid transparent;
}

.single_perelink_article_img {
	height: 175px;
	width: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 10px;
}

.single_perelink_article_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single_comment_box {
	padding: 38px 0;
	clear: both;
	margin: 0 -20px 0 0;
	display: flex;
	align-items: flex-start;
}

.single_comment_box_text {
	padding: 38px 39px;
	position: relative;
	border: 2px solid #317de6;
	border-radius: 20px;
	width: 450px;
}

.single_comment_box_text:before {
	position: absolute;
	content: "";
	width: 31px;
	height: 36px;
	background: url(images/arr_paint.jpg) 50% no-repeat;
	right: -23px;
	top: 55px;
	display: block;
}

.single_comment_box_doc {
	display: flex;
	width: calc(100% - 450px);
	padding-left: 50px;
	padding-top: 32px;
	align-items: center;
}

.single_comment_box_doc_info {
	width: calc(100% - 100px);
	padding-left: 21px;
}

.single_comment_box_doc_info_spec span:last-child {
	display: none;
}

.single_comment_box_doc .foto_vrach1 img {
	display: block;
	width: 100%;
}

.single_doposle_box {
	margin: 35px 0;
}

.single_doposle_box .beer-slider {
	height: 330px !important;
	margin-bottom: 10px;
}

.single_doposle_box .beer-slider img {
	min-height: 100%;
}

.single_foto_doposle_podpis {
	color: #828282;
	font-size: 14px;
}

.single blockquote {
	padding: 35px 39px;
	background: #F6F7FB;
	border-radius: 20px;
	margin: 40px 0;
}

.single blockquote:last-child {
	margin-bottom: 0;
}

.single blockquote p:first-child {
	color: #0F2651;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 18px;
}

.single .one_doc_block7 img {
	height: 490px;
}

.one_doc_block7 .zag_form_vrach b {
	color: #FFDC39;
}

.single .block10 .page_title_box.d_fl {
	margin-bottom: 35px;
}

.single_resent_articles {
	display: flex;
	margin: 0;
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

.single_resent_articles .home_article_item {
	padding: 0;
}

.single_otv_vop .usl_pere15_v {
	margin-bottom: 26px;
}

.single_otv_vop .usl_pere15_item_info {
	font-weight: 400 !important;
	margin-top: 10px;
}



/* Single article */


/* Page Contacts */
.page_contact .map_block {
    margin-top: 55px;
    margin-bottom: -115px;
}

.map_block_links {
	margin-top: 25px;
	align-items: center;
	justify-content: flex-start;
}

.map_block_links a.btn.marshrut {
	margin-top: 0;
	margin-right: 30px;
}

a.tour_3d {
	position: relative;
	padding-left: 75px;
	line-height: 22px;
	font-size: 18px;
}

a.tour_3d span {
	display: inline;
	text-decoration-line: underline;
}

a.tour_3d:hover span {
	text-decoration-line: none;
}

a.tour_3d:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	background: url(images/3d.jpg) 50% no-repeat;
	left: 0;
	top: -7px;
	display: block;
}

.page_contact_fotos_block {
	padding-top: 75px;
	padding-bottom: 165px;
}
.page_contact_fotos_block h1.page_title {
	margin-bottom: 50px;
}
.video_contacts_box {
	width: 455px;
}

.video_contacts_box a {
	display: flex;
	width: 100%;
	height: 325px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}

.video_contacts_box a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_contacts_box_info {
	position: absolute;
	bottom: 40px;
	left: 40px;
	padding-left: 90px;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
}

.video_contacts_box_info:before {
	position: absolute;
	content: "";
	width: 70px;
	height: 70px;
	background: url(images/video_link2.svg) 50% no-repeat;
	left: 0;
	top: 0;
	display: block;
}

.pere_contacts1_box {
	width: calc(100% - 455px);
	padding-right: 120px;
}

.pere_contacts1 a {
	height: 325px;
	display: flex;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
}

.pere_contacts1 a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pere_contacts1 .slick-track {
	height: 325px;
}

.video_doc_block {
	margin-top: 100px;
}

.pere_contacts1 ul.slick-dots {
	bottom: -55px;
}

.pere_contacts1 ul.slick-dots button {
	background: #DBDFE5;
}

.pere_contacts1 ul.slick-dots li.slick-active button {
	background: #FFDC38;
}

.pere_contacts1 .slick-next {
	right: -60px;
	top: 50%;
	margin-top: -20px;
}

.pere_contacts1 .slick-prev {
	left: -60px;
	top: 50%;
	margin-top: -20px;
}

.page_contact_serts_block .page_box_zag {
	margin-bottom: 20px;
}

.page_contact_serts_block {
	padding-bottom: 0;
	padding-top: 90px;
}

.pere_contacts2 {
	margin: 40px -15px 0;
}

.pere_contacts2_img {
	width: calc(25% - 30px);
	margin: 0 15px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 395px;
	overflow: hidden;
}

.pere_contacts2_img img {
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.pere_contacts2_img:hover img {
	-webkit-filter: none;
	filter: none;
}

/* Page Contacts */


/* Page Do i Posle (napravlenie) */
.perechislenie_blokov + .perechislenie_blokov {
    margin-top: 65px;
}
.page_do_posle_napravl {
	padding-top: 55px;
}

.page_do_posle_napravl_box_content {
	width: calc(100% - 382px);
	padding-right: 60px;
}

.page_do_posle_napravl_box_sidebar {
	width: 382px;
}

.page_do_posle_napravl_box_content .single_article_author {
	margin-top: 45px;
}

.uslugi_do_posle_napravl_item a {
	position: relative;
	padding-left: 29px;
	display: inline-block;
	margin-bottom: 8px;
}

.uslugi_do_posle_napravl_item a span {
	display: inline-block;
	border-bottom: 1px solid;
	line-height: 19.2px;
	transition: all 0.5s ease;

}

.uslugi_do_posle_napravl_item a:hover span {
	border-bottom: 1px solid transparent;
}

.uslugi_do_posle_napravl_item a:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	background: url(images/link_arrow_left.svg) 50% no-repeat;
	left: 0;
	top: 5px;
	display: block;
	transition: all 0.5s ease;
}

.uslugi_do_posle_napravl_item a:hover:before {
	left: 5px;
}

.page_do_posle_napravl_box_content .single_article_author {
	margin-bottom: 35px;
}

.uslugi_do_posle_napravl {
	margin-bottom: 55px;
}

.text_do_posle_napravl h2,
.text_do_posle_napravl h3,
.text_do_posle_napravl h4 {
	font-size: 40px;
	margin-bottom: 15px;
	color: #0F2651;
}

.text_do_posle_napravl h3,
.text_do_posle_napravl h4 {
	font-size: 35px;
}

.text_do_posle_napravl {
	margin-bottom: 35px;
}

.images_do_posle_napravl_box img {
	display: block;
}

.img1_do_posle_napravl,
.img2_do_posle_napravl {
	width: calc(50% - 2px);
	border-radius: 20px 0 0 20px;
	overflow: hidden;
	margin-right: 2px;
	display: block;
}

.img2_do_posle_napravl {
	margin-right: 0;
	margin-left: 2px;
	border-radius: 0 20px 20px 0;
}

.text2_do_posle_napravl {
	margin-top: 20px;
}

.images2_do_posle_napravl_box {
	margin-top: 25px;
}

.img3_do_posle_napravl,
.img4_do_posle_napravl {
	width: calc(50% - 15px);
	border-radius: 20px;
	overflow: hidden;
	margin-right: 15px;
	display: block;
}

.img4_do_posle_napravl {
	margin-right: 0;
	margin-left: 15px;
}


/* Page Do i Posle (napravlenie) */


/* Page Do i Posle */
.page_do_posle {
	padding-top: 48px;
}

.text1_do_posle {
	max-width: 815px;
}

.page_do_posle_block_box {
	align-items: center;
}

.page_do_posle_block_title {
	font-size: 40px;
	line-height: 1.25;
	padding: 19px 31px;
	background: #F6F7FB;
	border-radius: 12px;
	margin-top: 120px;
	margin-bottom: 48px;
}

.page_do_posle_block:first-child .page_do_posle_block_title {
	margin-top: 72px;
}

.pere_do_posle_page_t {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

.pere_do_posle_page_text {
	margin-bottom: 30px;
	line-height: 19px;
}

.pere_do_posle_page_text p {
	margin-bottom: 14px;
}

.page_do_posle_block_info a.btn {
	font-size: 20px;
	margin-left: 0;
	margin-top: 30px;
}

.page_do_posle_block_images {
	width: 700px;
}

.page_do_posle_block_info {
	width: calc(100% - 700px);
	padding-right: 75px;
}

.page_do_posle_block_images .beer-slider {
	height: 330px !important;
	margin-bottom: 0;
}

.page_do_posle_block_images .beer-slider {
	display: flex;
	align-items: center;
}

.page_do_posle_block_images .beer-reveal {
	display: flex;
	align-items: center;
}

.page_do_posle_blocks {
	margin-bottom: 120px;
}


/* Page Do i Posle */


/* Page 404 */
.page404_block {
	padding-top: 40px;
}

.page404_block_img img {
	display: block;
	margin: 0 auto;
}

h1.page_404_title {
	font-size: 50px;
	text-align: center;
	color: #0F2651;
	margin-bottom: 30px;
}

.page404_block_links {
	justify-content: center;
}

.page404_block_links a {
	margin: 0 10px !important;
	font-size: 20px;
}

/* Page 404 */


/* Modals */
div#thanks {
	max-width: 520px;
}
div#thanks .modal_subtitle {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}
div#thanks .or_call_phone span {
	display: block;
	margin-bottom: 7px;
}
div#thanks  .or_call_phone a {
	margin-left: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
	display: none !important;
}

.modals.fancybox-content {
	border-radius: 20px !important;
	padding: 39px 40px;
	width: 100%;
	max-width: 870px;
}

.modal_title span {
	color: #2282F1;
}

.modal_subtitle {
	margin-bottom: 34px;
}

.or_call_phone {
	font-size: 18px;
}

.modal .or_call_phone a {
	display: inline-block;
	color: #2282F1;
	padding-left: 0;
	margin-left: 12px;
	border-bottom: 1px solid #2282F1;
	line-height: 1;
}

.modal .or_call_phone a:hover {
	border-bottom: 1px solid transparent;
}

.modal .or_call_phone a:before {
	display: none;
}

button.fancybox-close-small svg {
	display: none;
}

button.fancybox-close-small {
	width: 40px !important;
	height: 40px !important;
	background: url(images/close.svg) 50% no-repeat;
	padding: 0 !important;
	right: 20px !important;
	top: 20px !important;
}

.modal input.wpcf7-form-control {
	border: 1px solid #C9C9C9;
	line-height: 58px;
}

.modal .form_row {
	margin-bottom: 19px;
}

.modal .form_item {
	padding-right: 20px;
	max-width: 270px;
	width: 33.33333%;
}

.modal .form_item:last-child {
	padding-right: 0;
}

.modal input.wpcf7-form-control.wpcf7-submit {
	border: 2px solid #2282F1;
	line-height: 56px;
	background: #2282F1;
	color: #fff;
	font-size: 18px;
}

.modal input.wpcf7-form-control.wpcf7-submit:hover {
	border: 2px solid #2282F1;
	background: none;
	color: #2282F1;
}

.modal p.sogl, .modal p.sogl a {
	text-align: left;
	color: #828282;
}

.modal .wpcf7-response-output {
	position: absolute;
	bottom: 40px;
	max-width: 430px !important;
	width: 100%;
	z-index: 1;
	padding: 5px 15px !important;
	right: 0 !important;
	left: 0;
	margin: auto !important;
}

#director p.sogl {
	margin-bottom: 0;
}

textarea.wpcf7-form-control {
	border: 1px solid #C9C9C9;
	padding: 20px 19px;
	position: relative;
	text-align: left;
	font-size: 16px;
	background: #fff;
	border-radius: 12px;
	display: block;
	width: 100%;
	height: 190px;
	resize: none;
	max-height: 190px;
	outline: none;
	color: #333;
}

textarea.wpcf7-form-control.h60 {
	height: 60px;
	overflow: hidden;
	padding: 19px;
}

#director .fowm_row.al_cen {
	justify-content: space-between;
}

/* Modals */


/* footer and map_block */
.map_block {
	height: 660px;
	position: relative;
	margin-top: 120px;
}

.map_block .container {
	position: absolute;
	height: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}

@media (min-width: 1130px) {
	.map_block .container {
		width: 585px !important;
		position: absolute;
		left: calc((100% - 1230px) / 2);
		margin: 0;
		display: flex;
		align-items: center;
	}
.one_doc_block7 .img_form_vrach + img {
    max-width: 440px;
}
}


.map_contacts_box {
	background: #fff;
	border-radius: 20px;
	padding: 34px 40px;
	width: 100%;
	max-width: 585px;
}

.zag_map {
	color: #0F2651;
	font-size: 50px;
	margin-bottom: 20px;
}

.work_time_map {
	font-size: 25px;
	margin-bottom: 20px;
}

.map_phone a.map_phone_link {
	display: inline-block;
	position: relative;
	padding-left: 34px;
	font-size: 25px;
	font-weight: 700;
}

.map_phone a.map_phone_link:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: url(images/phone.svg) 50% no-repeat;
	left: 0;
	top: 6px;
	display: block;
}

.map_phone span {
	display: block;
	margin-top: 4px;
}

a.map_modal_link {
	display: inline-block;
	margin-left: 34px;
	color: #2282F1;
	font-size: 18px;
	border-bottom: 1px solid #2282F1;
}

a.map_modal_link:hover {
	border-bottom: 1px solid transparent;
}

.map_mail a {
	display: inline-block;
	position: relative;
	padding-left: 34px;
	font-size: 18px;
}

.map_mail a:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: url(images/mail.svg) 50% no-repeat;
	left: 0;
	top: 3px;
	display: block;
}

.map_contacts_box .metro {
	margin-left: 0;
	margin-right: 20px;
	font-size: 18px;
}


.map_adress .adress {
	display: inline-block;
	position: relative;
	padding-left: 34px;
	font-size: 18px;
}

.map_adress .adress:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: url(images/location.svg) 50% no-repeat;
	left: 0;
	top: 3px;
	display: block;
}

span.adress_info {
	color: #828282;
	font-size: 12px;
	padding-left: 34px;
	display: inline-block;
}

a.btn.marshrut {
	max-width: 215px;
	margin-left: 0;
	font-size: 18px;
	margin-top: 26px;
	border-radius: 12px;
}

/* footer and map_block */


/* footer */
footer {
	background: #0F2651;
	padding-top: 58px;
	color: #fff;
	margin-top: 115px;
}

footer a {
	color: #fff;
}

.bottom_footer {
	border-top: 1px solid #fff;
	padding: 13px 0 15px;
	margin-top: 57px;
	font-size: 14px;
}

.bottom_footer_box {
	justify-content: space-between;
}

.footer_columns_item:nth-child(1) {
	margin-right: 80px;
}

.logo_footer {
	display: block;
	margin-bottom: 47px;
}

.footer_soc_title, .footer_oplata_title {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 10px;
}

.footer_soc_box a {
    display: flex;
    width: 22px;
    height: 24px;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
}
.footer_soc_box a img {
	display: block;
	width: 100%;
}

.footer_columns_item:nth-child(2) {
	margin-right: 50px;
}

.footer_columns_item_title {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
}

ul.footer_columns_item_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.footer_columns_item_menu.wide50 {
	width: calc(50% - 25px);
}

ul.footer_columns_item_menu.wide50:first-child {
	margin-right: 50px;
}

ul.footer_columns_item_menu li a {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 14px;
	display: block;
}

ul.footer_columns_item_menu li:last-child a {
	margin-bottom: 0;
}

.footer_columns_item:nth-child(3) {
	margin-right: 80px;
}

.f_phone {
	margin-bottom: 22px;
}

.f_phone a {
	display: inline-block;
	padding-left: 32px;
	position: relative;
	font-size: 25px;
	line-height: 1.1;
	font-weight: 700;
	color: #fff;
}

.f_phone a:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: url(images/phone2.svg) 50% no-repeat;
	left: 0;
	top: 1px;
	display: block;
}

.footer_columns_item a.btn {
	margin-left: 0;
	margin-bottom: 37px;
	max-width: 265px;
	border-radius: 12px;
}

.footer_oplata_box img {
	display: block;
	margin-right: 10px;
}

/* footer */



.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-arrow {
	display: block;
	width: 40px;
	height: 40px;
	background: none;
	border: 2px solid #2282F0;
	border-radius: 8px;
	font-size: 0;
	outline: none;
	cursor: pointer;
	position: absolute;
	bottom: 86px;
	z-index: 3;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.slick-arrow::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #2282F0;
	border-left: 2px solid #2282F0;
	position: absolute;
	top: 13px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.slick-next {
	right: -45px;
}

.slick-prev {
	left: -45px;
}

.slick-prev::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 15px;
}

.slick-next::before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}

.slick-arrow:hover:before {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.slick-arrow:hover {
	background: #2282F0;
}


ul.slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	align-items: center;
	justify-content: center;
}

ul.slick-dots li {
	display: block;
	margin: 0 5px;
}

ul.slick-dots button {
	background: #fff;
	outline: none;
	border: none;
	font-size: 0;
	width: 15px !important;
	height: 15px !important;
	border-radius: 2px;
	border: none;
	display: block;
	padding: 0;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

ul li.slick-active button {
	background: #FFDC38;
	width: 50px !important;
}

.beer-slider {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.beer-slider *, .beer-slider:before, .beer-slider:after,
.beer-slider *:before,
.beer-slider *:after {
	box-sizing: border-box;
}

.beer-slider img {
	vertical-align: bottom;
}

.beer-slider>img {
	max-width: 100%;
	height: auto;
}

.beer-reveal {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 50%;
	overflow: hidden;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.35s;
}

.beer-reveal> :first-child {
	width: 200%;
	max-width: none;
}

.beer-reveal>img:first-child {
	height: auto;
}

.beer-range {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	height: 100%;
	margin: 0;
	left: -1px;
	width: calc(100% + 2px);
	cursor: pointer;
	-webkit-appearance: slider-horizontal !important;
	-moz-appearance: none;
	opacity: 0;
	-ms-touch-action: auto;
	touch-action: auto;
}

.beer-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 300vh;
}

.beer-range::-moz-range-thumb {
	-webkit-appearance: none;
	height: 300vh;
}

.beer-range::-ms-tooltip {
	display: none;
}

.beer-handle {
	position: absolute;
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: #000;
	width: 44px;
	height: 44px;
	transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
}

.beer-handle:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(images/b_a_icon.svg) 50% no-repeat;
}

.beer-handle:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 500px;
	background: #fff;
	top: -250px;
	left: 50%;
	margin-left: -1px;
}

.beer-ready .beer-reveal, .beer-ready .beer-handle {
	opacity: 1;
}

.menu_icon {
	display: none;
}

.pc_disp_none {
	display: none !important;
}

.pc_disp_none2 {
	display: none !important;
}
.home .slider_doctors_nav .specialnost.d_fl {
	min-height: 27px;
	max-width: 158px;
}
.nav-up.header {
	top: -100%;
}
.nav-down.header {
}
header.header {
	box-shadow: 0px 4px 14px rgba(99, 99, 99, 0.15);
	background: #fff;
	width: 100%;
	z-index: 5;
	position: fixed;
	top: 0;
	transition: top 0.7s ease-in-out;
}
main {
	padding-top: 209px;
}
.price_on_page_services_item_price {
	white-space: nowrap;
}
.page-template-page_one_usluga .price_on_page_services_item + .price_on_page_services_item {
    margin-top: 25px;
}
.page-template-page_one_usluga .price_on_page_services + .price_on_page_services {
    margin-top: 25px;
}
.usl_pere9_d h2, .usl_pere9_d h3 {
	margin-bottom: 15px;
}
.usl_pere9_d li {
	margin-bottom: 5px;
}
.all_docs_box_item_img img {
    max-height: 380px;
}
.search_page_results_item + .search_page_results_item {
    margin-top: 20px;
}
.search_page_results_item > a:first-child {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 6px;
	color: #2282f1;
}
.search_r_more_box {
	text-align: right;
}
.search_r_more_box a {
	color: #2282f1;
	text-decoration: underline;
}
.search_page_results {
    margin-top: 50px;
}
.page_contact.all_contacts {
    margin-top: 50px;
}
.all_contacts_box {
    padding: 30px 0;
}
.all_contacts_item {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.all_contacts_item_img {
    width: 300px;
    height: 250px;
    display: flex
;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
}
.all_contacts_item_img img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.all_contacts_item {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 30px 0;
    border-bottom: 1px solid #2282f1;
}
.all_contacts_item_title {
    color: #0f2651;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.all_contacts_item_char span {
    font-weight: 700;
}
.all_contacts_item_char + .all_contacts_item_char {
    margin-top: 10px;
}
.all_contacts_item_link {
	padding-top: 35px;
}
.all_contacts_item_link a {
    max-width: 225px;
    border-radius: 12px;
    border: 2px solid #2282f0;
    display: block;
    text-align: center;
    line-height: 52px;
    font-weight: 600;
    border: 2px solid #2282f1;
    background: #2282f1;
    color: #fff;
    font-size: 18px;
}
.all_contacts_item_link a:hover {
    background: #fff;
    color: #2282f1;
}
.all_contacts_item_info {
    width: calc(100% - 350px);
}
.all_docs_box_item_name {
    display: inline-block;
}
.warning.warning--active {
    z-index: 999;
    color: #fff;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.warning_container {
    background: #0f2651;
    max-width: 100%;
    padding: 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.warning__text {
    color: #fff;
}
button.warning__apply {
    display: block;
    margin-left: 15px;
    width: 180px;
    line-height: 45px;
    background: #2282f0;
    cursor: pointer;
    padding: 0;
    border: 1px solid #2282f0;
    color: #fff;
    font-size: 16px;
    border-radius: 12px;
    font-weight: 600;
}
button.warning__apply:hover {
	background: #fff;
	color: #2282f0;
}
.warning__text a {
    text-decoration: underline;
    font-weight: 600;
	color: #fff;
}
body .wpcf7-list-item-label:before {
    display: none !important
}

span.wpcf7-list-item-label {
    display: none;
}

label.ch {
    font-size: 13px !important;
    display: flex;
    align-items: flex-start;
    padding: 0;
    cursor: pointer;
}

label.ch input {
    width: 18px;
    height: 18px;
    display: block;
}

.ch span.wpcf7-list-item.first.last {
    margin-left: 0;
}
label.ch a {
	font-weight: 600 !important;
	text-decoration: underline !important;
}
label.ch a:hover {
	text-decoration: none !important;
}
label.ch > span:last-child {
    font-size: 13px !important;
    display: block;
    width: calc(100% - 18px);
    padding-left: 10px;
    line-height: 1.2;
}
.wpcf7-not-valid input[type="checkbox"] {
    box-shadow: inset 0 0 2px 1px #f00;
}



@media (max-width: 1350px) {

	.home .pere_otz_slider, .home .home_article_slider,
	.home .slider_doctors_nav, .pere_otz_slider, .sertifikaty_vrach, .pere_otz5.pere_otz5_slider, .soc_pere_otz.soc_pere_otz_slider, .pere_contacts1.slick-slider {
		padding-left: 60px;
		padding-right: 60px;
	}

	.pere_otz_slider .slick-prev,
	.home .home_article_slider .slick-prev,
	.home .slider_doctors_nav .slick-prev, .sertifikaty_vrach .slick-prev, .pere_otz5.pere_otz5_slider .slick-prev, .soc_pere_otz.soc_pere_otz_slider .slick-prev, .pere_contacts1.slick-slider .slick-prev {
		left: 0;
	}

	.pere_otz_slider .slick-next,
	.home .home_article_slider .slick-next,
	.home .slider_doctors_nav .slick-next, .sertifikaty_vrach .slick-next, .pere_otz5.pere_otz5_slider .slick-next, .soc_pere_otz.soc_pere_otz_slider .slick-next, .pere_contacts1.slick-slider .slick-next {
		right: 0;
	}

	.pere_otz3, .pere6_2, .pere11, .pere_contacts2 {
		margin-left: 0;
		margin-right: 0;
	}

	.slider_doctors_nav .specialnost {
		min-height: 27px;
	}

	.usl_block .slider_doctors_item img {
		height: auto;
		width: auto !important;
	}

	.usl_pere12 {
		padding-right: 80px;
		padding-left: 60px;
	}

	.usl_pere13 {
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
		grid-gap: 30px;
	}

	.all_docs_box_item_info {
		margin-left: 200px;
		position: relative;
	}

	.all_docs_box_item_img img {
		display: block;
		max-width: 100%;
	}

	.all_docs_box_item_img {
		width: 190px;
	}

	.one_doc_block1 .slider_doctors_item_img_box {
		height: auto;
		right: 0;
		width: auto;
		max-width: 350px;
	}

	.one_doc_block1 .slider_doctors_item_img {
		max-width: 100%;
	}

	.soc_pere_otz_img {
		background: url(images/soc_otz_bg.jpg) 50% no-repeat;
		background-size: contain;
	}

	.pere_otz5_item {
		padding-left: 20px;
		min-height: 230px;
	}

	.pere_otz5_item_img .slider_doctors_item_img {
		max-width: 150px;
		max-height: 190px;
	}

	.pere_otz5_item_img {
		max-width: 160px;
	}

	.pere_otz5_item_info {
		width: calc(100% - 165px);
		padding: 20px 40px 30px 0;
	}

	.pere_otz5_item_box {
		min-height: 230px;
	}

	.page_slogan {
		font-size: 20px;
	}

	.otz_block4_box {
		padding: 35px 30px;
	}

	.otz_block4_box_info {
		max-width: 400px;
	}

	.otz_block4_img {
		left: 45%;
		max-width: 313px;
	}

	.pere_contacts1_box {
		padding-right: 50px;
	}


}


@media (max-width: 1280px) {
	a.pere_otz5_item_info_name {
		font-size: 20px;
	}

	.video_otz_pere_img {
		width: 130px;
		height: 130px;
		margin: 0 auto 15px;
		background-size: contain !important;
	}

	.video_otz_pere_img img {
		width: 120px;
	}

	.slider_t {
		font-size: 50px;
	}

	.slider_img {
		max-width: 32%;
	}

	.zag_form {
		font-size: 33px;
	}

	.pere3_item {
		width: calc(33.33333% - 20px);
		margin: 0 10px 20px;
	}

	.f_phone a {
		font-size: 20px;
	}

	.logo_footer {
		margin-bottom: 30px;
		max-width: 130px;
	}

	.pere11_item {
		height: auto;
	}

	.video_otz_pere a {
		width: 145px;
	}

	.block6 .page_box_zag {
		font-size: 35px;
		margin-bottom: 0;
	}

	.block6 .page_title_box {
		margin-bottom: 40px;
	}

	.zag_form1 {
		font-size: 21px;
		line-height: 1.3;
		margin-bottom: 25px;
	}

	.form2_box_title {
		font-size: 35px;
	}

	.slogan10, .slogan11 {
		font-size: 20px;
		line-height: 1.2;
	}

	.zag_map {
		font-size: 35px;
	}

	.form1_box_left:before {
		width: 130px;
		height: 145px;
		background: url(images/form_arrow.svg) 50% no-repeat;
		background-size: contain;
	}

	.page_box_zag {
		font-size: 30px;
	}

	.page_box_zag {
		font-size: 30px;
		color: #0F2651;
		font-weight: 700;
		margin-bottom: 40px;
		line-height: 1.1;
	}

	.form1 .page_box_zag {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.form1_box_left:before {
		bottom: 0;
	}

	.slider_doctors_item_img {
		max-width: 320px;
	}

	.usl_pere15, .usl_pere8_2, .usl_pere2, .all_docs_box {
		margin-left: 0;
		margin-right: 0;
	}

	.usl_block.block6 .page_box_zag {
		font-size: 35px;
		margin-bottom: 60px;
		width: 100%;
		padding: 0;
	}

	.all_docs_box_item {
		padding-right: 10px;
	}

	.one_doc_block1 .slider_doctors_item_img_box {
		max-width: 300px;
	}

	.img_form_vrach:before {
		width: 350px;
		height: 300px;
		right: -60px;
		top: auto;
		transform: rotate(63deg);
		bottom: -30px;
	}

	.form_vrach_box img {
		right: -10px;
		max-width: 375px;
	}

	.price_page_blocks_form {
		width: 335px;
		position: relative;
	}

	.price_page_blocks_content {
		padding-right: 40px;
		width: calc(100% - 335px);
	}

	.action_block_info {
		width: calc(100% - 250px);
		max-width: none;
	}

	.action_block_img {
		width: 250px;
		overflow: visible;
	}

	.action_block img {
		max-width: 250px;
	}

	.action_block {
		overflow: hidden;
	}

	.action_block_img:before {
		width: 230px;
		height: 243px;
		right: -3px;
		top: auto;
		bottom: -70px;
	}

	.pere_contacts2_img {
		height: auto;
	}
	.page_do_posle_block_info {
		width: 45%;
		padding-right: 30px;
	}
	.page_do_posle_block_images {
		width: 55%;
	}
	.page_do_posle_block_images .beer-slider {
		height: auto !important;

	}
	.form1.form_no_d_fl .page_box_zag {
		font-size: 35px;
	}


}




















@media (max-width: 1130px) {
	header .btn {
		max-width: 200px;
		font-size: 16px;
	}

	header .phone p a {
		font-size: 22px;
	}

	.rating_grade_count {
		font-size: 100px;
	}

	.rating_grade_star span {
		width: 18px;
		height: 18px;
		background-size: 18px;
	}

	.our_rating_text {
		padding-top: 12px;
		font-size: 20px;
		padding-left: 15px;
	}

	.our_rating {
		padding-right: 20px;
	}

	.our_rating_icon {
		font-size: 20px;
	}

	.services_box_block_title {
		font-size: 22px;
	}

	.footer_columns_item:nth-child(1) {
		margin-right: 40px;
	}

	.video_otz_pere_t {
		font-size: 16px;
	}

	.map_block {
		height: auto;
		position: relative;
		margin-top: 75px;
		display: flex;
		flex-wrap: wrap;
	}

	.map_block .map+.container {
		order: 1;
		position: relative;
		height: auto;
		padding: 0;
		width: 100%;
	}

	.map {
		order: 2;
		width: 100%;
	}

	.map iframe {
		height: 360px;
	}

	.zag_map {
		font-size: 40px;
	}

	.work_time_map {
		font-size: 20px;
	}

	.footer_columns_item:nth-child(2) {
		margin-right: 20px;
	}

	.footer_columns_item:nth-child(3) {
		margin-right: 30px;
	}

	.form1_box_right_box:before {
		width: 100px;
		height: 146px;
		background: url(images/form_zub.png) 50% no-repeat;
		background-size: contain;
	}

	.pere6 {
		padding: 30px 25px;
	}

	.rekomend_box_vrach:before {
		width: 410px;
		height: 410px;
		top: 210px;
	}

	.usl_text4 {
		width: calc(100% - 410px);
		padding: 13px 20px;
	}

	.usl_text4_title {
		font-size: 22px;
		line-height: 22px;
	}

	.all_docs_box_item_links a.btn {
		margin-right: 10px;
	}


}




@media (max-width: 1025px) {
	.mob_menu_box .menu-item-has-children > a:first-child {
		display: none !important;
	}
	ul.modalmenu ul {
		margin-top: 0;
	}
	.usl_zag2, .footer_columns_item:nth-child(1),
	.footer_columns_item:nth-child(4) {
		width: 100%;
	}
	.pc_disp_none {
		display: block !important;
	}

	.mob_disp_none, .pere_otz_slider .slick-arrow,
	.single_comment_box_text:before, 
	.page_do_posle_napravl_box_sidebar {
		display: none !important;
	}

	header .metro {
		margin-left: 0;
		margin-right: 9px;
	}

	header .metro+.metro {
		margin-right: 0;
	}

	.menu_icon {
		display: block;
		width: 35px;
		height: 35px;
		background: url(images/menu_icon.svg) 50% no-repeat;
		flex: 0 0 35px;
	}

	nav.menu_box {
		padding-right: 0;
	}

	.nav_box>.container {
		padding-top: 0;
		padding-bottom: 0;
	}

	.top_line {
		border-bottom: none;
		padding: 20px 0;
	}

	.logo {
		flex: 0 0 61px;
	}

	h1.page_title {
		font-size: 40px;
	}

	.pere3_item {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}

	.d_fl {
		flex-wrap: wrap;
	}

	.footer_columns_item:nth-child(1) {
		margin: 0 0 35px;
		display: flex;
	}

	.footer_soc {
		margin-left: 80px;
	}

	.footer_columns_item:nth-child(4) {
		order: 2;
	}

	.footer_columns_item:nth-child(2) {
		order: 3;
		width: 65%;
		margin-right: 0;
		padding-right: 20px;
	}

	.footer_columns_item:nth-child(3) {
		order: 4;
		width: 35%;
		margin-right: 0;
		padding-right: 20px;
	}

	.logo_footer {
		margin-bottom: 0;
	}

	.footer_columns_item:nth-child(4) .footer_oplata {
		display: none;
	}

	.video_otz_pere .slick-list.draggable {
		padding-right: 60px;
	}

	.pere11_item {
		height: auto;
		margin: 0;
		padding: 0 10px;
	}

	.pere11.d_fl {
		margin-left: -10px;
	}

	.block2 {
		padding: 30px 0 75px;
	}

	h1.page_title, .page_box_zag, .pere3_box_title,
	.usl_text9 h2, .usl_text9 h3, .usl_text9 h4, .usl_text9 h5 {
		font-size: 30px;
	}

	.block5 .pere_otz_slider ul.slick-dots {
		display: flex !important;
	}

	.home .pere_otz_slider {
		padding-left: 0;
		padding-right: 0;
	}

	.home .pere_otz_slider .slick-arrow {
		display: none !important;
	}

	a.mob_phone {
		height: 35px;
		width: 35px;
		background: #F6F7FB;
		border-radius: 7px;
		position: relative;
		margin-right: 10px;
	}

	a.mob_phone:before {
		position: absolute;
		content: "";
		width: 15px;
		height: 17px;
		background: url(images/phone3.svg) 50% no-repeat;
		left: 10px;
		top: 8px;
		display: block;
	}

	.address {
		margin: 0 auto;
	}

	.slider_t {
		font-size: 40px;
	}

	.slider_t span {
		display: block;
		font-size: 25px;
	}

	.slider_d ul, .slider_d ol {
		font-size: 16px;
	}

	.slider_img {
		right: 0;
	}

	.our_rating_text {
		padding-top: 46px;
		font-size: 18px;
		padding-left: 15px;
	}

	.our_rating.d_fl {
		position: relative;
		max-width: 345px;
		margin: 0px auto 20px;
	}

	.rating_grade_star.d_fl {
		position: absolute;
		left: 143px;
		top: 20px;
	}

	.our_rating_icons.d_fl {
		width: 100%;
		justify-content: center;
	}

	.our_rating_icon {
		font-size: 15px;
		max-width: 170px;
	}

	.slogan3 {
		font-size: 20px;
	}

	.pere3_item {
		font-size: 16px;
		padding: 20px;
	}

	.block3 a.btn.blue_btn {
		background: #2282F0;
		color: #fff;
	}

	.block4 {
		padding-top: 75px;
	}

	.slider_doctors_item_img {
		right: 0;
	}

	.slider_doctors_item .slider_doctors_item_info+img {
		max-width: 300px;
	}

	.slider_doctors_item .btn {
		max-width: 260px;
	}

	.block5 .our_rating_icons.d_fl {
		justify-content: flex-start;
		margin-bottom: 20px;
	}

	.block5 a.our_rating_icon {
		background: #fff;
		padding: 0;
		max-width: 105px;
	}

	a.our_rating_icon {
		max-width: 105px;
	}

	.block6 {
		padding: 55px 0;
	}

	.pere6_2_img {
		height: 150px;
	}

	.slider_doctors_nav .slider_doctors_item_img {
		max-width: 80px;
	}

	footer {
		margin-top: 80px;
		padding-top: 40px;
	}

	.usl_pere1_item+.usl_pere1_item {
		margin-left: 32px;
	}

	.usl_pere1_box.d_fl {
		white-space: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.usl_pere1 {
		overflow: hidden;
	}

	.usl_pere1 {
		padding-bottom: 0;
	}

	.usl_pere1_box.d_fl {
		padding-bottom: 25px;
	}

	.pere_otz_slider, .pere_otz5.pere_otz5_slider,
	.soc_pere_otz.soc_pere_otz_slider {
		padding-left: 0;
		padding-right: 0;
	}

	.usl_pere9_img {
		width: 100%;
		margin-bottom: 30px;
		order: 2;
	}

	.usl_pere9_d {
		width: 100%;
		padding-left: 0;
		padding-top: 60px;
	}

	.usl_pere9_item.d {
		flex-wrap: wrap;
	}

	.usl_pere9_labels {
		left: 0;
		top: 0;
	}

	.block9.usl_block {
		padding-top: 80px;
	}

	.usl_pere8_2.d_fl.usl_pere8_2_height {
		height: 260px;
	}

	.usl_block2_box_text {
		width: 100%;
		padding-right: 0;
		order: 3;
	}

	.usl_block2_box_img {
		order: 2;
		margin: 20px 0;
		height: auto;
		width: auto;
	}

	.block2.usl_block {
		padding: 40px 0 0;
	}

	.usl_pere2_img {
		height: 150px;
		border-radius: 12px;
	}

	.usl_pere2_item {
		width: 200px;
	}

	.usl_pere2 {
		flex-wrap: nowrap;
		min-width: 928px;
	}

	.usl_pere2_wrap {
		overflow-x: scroll;
		padding-bottom: 30px;
	}

	.block3.usl_block {
		padding-top: 75px;
	}

	.usl_pere2_wrap::-webkit-scrollbar {
		width: 5px;
		height: 10px;
	}

	.usl_pere2_wrap::-webkit-scrollbar-track {
		background: #DBDFE5;
	}

	.usl_pere2_wrap::-webkit-scrollbar-thumb {
		background-color: #FFDC38;
		border-radius: 0;
		border: none;
	}

	.usl_pere3_item {
		width: calc(50% - 30px);
	}

	.block4.usl_block .pere_otz_slider_item_column {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}

	.block4.usl_block .pere_otz_slider_item_column:last-child {
		width: 100%;
		max-width: 100%;
	}

	.pere_otz_slider_item {
		display: block;
	}

	.usl_text4 {
		width: 100%;
		padding: 13px 20px;
		background: none !important;
		border: 2px solid #2282F1;
		border-radius: 20px;
		padding: 30px;
		margin-bottom: 20px;
	}

	.usl_text4_box_info {
		width: 150px;
	}

	.usl_text4_box {
		margin-top: 75px;
	}

	.pere_otz_slider ul.slick-dots {
		position: relative;
		bottom: 0;
		margin-top: 15px;
	}

	.rekomend_box_vrach:before {
		width: 300px;
		height: 300px;
		bottom: -36px;
		top: auto;
	}

	.usl_pere12_1 {
		width: 380px;
		border-radius: 20px;
		background: #F6F7FB;
		padding: 23px 30px;
	}

	.usl_pere12 {
		width: calc(100% - 380px);
	}

	.usl_pere13 {
		display: block !important;
	}

	.usl_pere13_item {
		padding: 30px;
	}

	.usl_pere13_item+.usl_pere13_item {
		margin-top: 20px;
	}

	.usl_pere13_item_info * {
		width: 100% !important;
		max-width: 100% !important;
	}

	.usl_pere13_img {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		transform: none !important;
		display: block;
		margin-left: 0;
	}

	.usl_pere13_strana_box img {
		width: 30px !important;
		display: block;
		margin-right: 10px;
	}

	.usl_pere13_strana_box {
		display: flex !important;
		flex-wrap: nowrap;
	}

	body .pay_system_zag {
		font-size: 25px;
		line-height: 1.3;
	}

	.usl_text13 {
		font-size: 18px !important;
		line-height: 1.3;
	}

	a.btn.lh80 {
		line-height: 56px !important;
	}

	.pay_system a.btn {
		font-size: 16px;
	}

	.usl_img13 {
		width: 360px;
		margin-top: 0;
	}

	.pay_system_info {
		width: calc(100% - 360px);
		padding-right: 50px;
	}

	.usl_block.otz_block2 .rating_box .page_box_zag {
		font-size: 40px;
	}

	.usl_block .our_rating_text {
		margin-bottom: 30px;
	}

	.usl_block .pere_otz3 {
		margin-top: 15px;
	}

	header {
		box-shadow: 0px 4px 14px rgba(99, 99, 99, 0.15);
	}

	.all_docs_box_item {
		width: 100%;
		margin: 0 0 35px;
		min-height: 0;
	}

	.all_docs_box_item_info .doc_descript_short {
		margin-bottom: 75px;
	}

	.all_docs_block1, .all_docs_block2, .all_docs_block3 {
		margin-bottom: 40px;
	}

	h2.all_docs_block_title {
		font-size: 30px;
		line-height: 1.4;
		margin-bottom: 20px;
	}

	.one_doc_block1 .slider_doctors_item {
		margin-top: 270px;
		color: #fff;
	}

	.one_doc_block1 .slider_doctors_item_img_box {
		z-index: -1;
		left: 0;
		right: 0;
		margin: auto;
		top: -300px;
		max-width: 300px !important;
	}

	.one_doc_block1 .slider_doctors_item .btn {
		background: #FFDC38 !important;
		border: 2px solid #FFDC38 !important;
		color: #333 !important;
	}

	.one_doc_block1 a.video_obrashheniya_link {
		padding: 17px 20px 17px 65px;
	}

	a.video_obrashheniya_link:before {
		width: 25px;
		height: 25px;
		background: url(images/video_link.svg) 50% no-repeat;
		left: 22px;
		background-size: contain;
		top: 16px;
	}

	.one_doc_block3 {
		padding-top: 70px;
	}

	.one_doc_block3 h2, .one_doc_block4 h2, .one_doc_block6 .blt.fz50.fw700.mb40, .video_doc_block h2 {
		font-size: 30px;
		line-height: 1.3;
		margin-bottom: 15px;
	}
	.video_doc_block {
		margin-top: 60px;
	}
	.sertifikaty_vrach {
		padding-left: 0;
		padding-right: 0;
	}

	.sertifikaty_vrach_item a, .sertifikaty_vrach_item {
		height: 200px;
	}

	.sertifikaty_vrach_item a {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.sertifikaty_vrach .slick-slide {
		padding-left: 12.5px;
		padding-right: 12.5px;
	}

	.one_doc_block4 a.our_rating_icon {
		max-width: 105px;
		padding: 20px;
		background: #F6F7FB;
	}

	.one_doc_block4 {
		padding-top: 115px;
	}

	.one_doc_block5 {
		padding-top: 40px;
	}

	.pere_otz3 {
		margin-bottom: 75px;
	}

	.one_doc_block6 .blt.fz50.fw700.mb40 {
		margin-bottom: 30px;
	}

	.zag_form_vrach {
		font-size: 30px;
		line-height: 1.3;
	}

	.form_vrach_box img {
		right: -10px;
		max-width: 240px;
	}

	.img_form_vrach:before {
		width: 296px;
		height: 230px;
		right: -60px;
	}

	.price_page_blocks_content {
		padding-right: 0;
		width: 100%;
	}

	.price_page_blocks_form {
		display: none !important;
	}

	.form1.form_no_d_fl .page_box_zag {
		font-size: 32px;
	}

	.price_page_block+.form1 .form1_box {
		overflow: hidden;
	}

	.action_block_cpa a.btn {
		margin-left: 0;
	}

	.action_ostatok {
		margin-top: 10px;
	}

	.action_block_info {
		padding: 27px 30px;
	}

	.cat_desc {
		margin-bottom: 30px;
		font-size: 20px;
	}

	a.child_cat {
		font-size: 14px;
		line-height: 50px;
		padding: 0 19px;
		margin-right: 10px;
	}

	.child_cats_box.d_fl {
		display: flex;
		flex-wrap: nowrap;
	}

	.child_cats_box_wrap {
		max-width: 100%;
		overflow-y: scroll;
		padding-bottom: 20px;
	}

	a.child_cat {
		white-space: nowrap;
	}

	.archive_item_img {
		width: 260px;
		min-height: 300px;
		max-height: 100%;
	}

	.archive_item_info {
		padding: 30px;
		width: calc(100% - 260px);
	}

	.archive_item_info .home_article_item_info {
		left: 30px;
		bottom: 20px;
	}

	.single_article_author.d_fl.pc_disp_none {
		display: flex !important;
	}

	.single_default_content {
		width: 100%;
		padding-right: 0;
	}

	.article_service_box a, .single_price_box_wrapper,
	.single_perelink_article_box a, .single_pricelink_box_wrapper {
		position: relative;
		left: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.single_pricelink_box_wrapper a {
		display: flex;
		align-items: center;
		border: none;
		padding-left: 190px;

	}

	.single_pricelink:before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		margin-right: 20px;
	}

	.single_pricelink_box_wrapper a span {
		display: inline-block;
		padding-top: 50px;
		padding-bottom: 50px;
		text-decoration: underline;
	}

	.single .one_doc_block7 img {
		height: auto;
	}

	ul#tocmenu li a {
		display: inline;
	}

	.otz_block1, .otz_block3 {
		padding-bottom: 70px;
	}

	.otz_block5 {
		padding: 75px 0 125px;
	}

	.otz_block6 {
		padding-bottom: 120px;
	}

	.otz_block4_box_info {
		width: 100%;
		max-width: 100%;
		margin-bottom: 50px;
	}

	.otz_block4_box {
		flex-wrap: wrap;
	}

	.otz_block4 .page_box_zag {
		font-size: 26px;
	}

	.otz_block4_img {
		left: 61%;
		max-width: 200px;
	}

	.page_contact_fotos_block {
		padding-top: 55px;
		padding-bottom: 120px;
	}

	.pere_contacts1_box {
		padding-right: 0;
		width: 100%;
		margin-bottom: 100px;
	}

	.page_contact_fotos_block .video_contacts_box {
		width: 100%;
	}

	.page_contact_fotos_block {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.page_do_posle_block_info a.btn {
		font-size: 18px;
		line-height: 56px;

	}
	.page_do_posle_block_title {
		font-size: 30px;
		padding: 15px 28px;
		margin-top: 76px;
	}
	.page_do_posle_napravl_box_content {
		width: 100%;
		padding-right: 0;
	}

	.form1.form_no_d_fl {
		overflow: hidden;
	}
	main {
		padding-top: 100px;
	}

	.services_box_tab_labels {
		display: flex;
		flex-wrap: wrap;
	}
	.services_box_tab_label {
		background: #F6F7FB;
		padding: 4px 8px;
		border: 2px solid #F6F7FB;
		border-radius: 5px;
		margin-bottom: 10px;
		color: #0F2651;
		font-weight: 600;
		font-size: 15px;
	}
	.services_box_tab_label.active {
		border-color: #0F2651;
	}

	.services_box_tab_label + .services_box_tab_label {
		margin-left: 10px;
	}
	.services_box_tab {
		display: none;
	}
	.services_box_tab.active {
		display: block;
	}
	.srv_mob_line {
		display: flex;
		position: relative;
		padding: 5px 0;
		display: flex;
		justify-content: space-between;
	}
	.ulybka_pere .srv_mob_line {
		margin-bottom: 0;
		position: relative;
		padding: 6px 0;
		display: flex;
		justify-content: space-between;
	}
	.ulybka_pere .srv_mob_line:before,
	.ulybka_pere .ulybka_pere_price:before,
	a.ulybka_link br {
		display: none !important;
	}
	a.ulybka_link {
		color: #333333;
		font-size: 14px;
		font-weight: 600;
	}
	.ulybka_pere a.ulybka_link {
		font-size: 14px;
		font-weight: 400;
	}
	.ulybka_pere .ulybka_pere_price {
		margin-bottom: 0;
		position: relative;
		padding-left: 0;
		font-size: 14px;
	}
	.ulybka_item {
		margin-bottom: 0;
		line-height: 1.2;
		border-bottom: 1px solid #CCCCCC;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.ulybka_item:last-child {
		border-bottom: none;
	}
	.ulybka_item.ulybka_item_first div {
		font-size: 17px;
		font-weight: 600;
	}
	.ulybka_pere {
		margin-top: 0;
	}
	a.ulybka_link + .ulybka_pere {
		margin-top: 9px;
	}
	.services_box.pc_disp_none a.btn {
		margin-top: 15px;
	}
	.services_box {
		margin-bottom: 75px;
	}
	.page_contact .map_block {
		margin-top: 25px;
		margin-bottom: -80px;
	}
	.page_contact.one_doc_block4 {
		padding-top: 90px;
	}
	.form1.page_contact {
		padding-top: 60px;
	}
	
}


















@media (max-width: 880px) {
	button.warning__apply {
		margin-left: 10px;
		width: 95px;
		line-height: 40px;
		font-size: 14px;
		flex-shrink: 0;
	}
	.warning_container {
		padding: 10px;
	}
	.warning__text {
		font-size: 13px;
		line-height: 1.35;
	}
	.home_slider .slider_doc_box, .home_slider.top_block .slider_img {
		display: none;
	}
    .home_slider.top_block .slider_link_box {
        padding-bottom: 60px !important;
    }
	main {
		padding-top: 75px;
	}
	.fz25 {
		font-size: 18px;
		line-height: 22px;
	}

	.fz18 {
		font-size: 16px;
	}

	.mb40 {
		margin-bottom: 30px;
	}

	.fz40 {
		font-size: 33px;
		line-height: 38px;
	}

	.map_contacts_box .metro {
		font-size: 14px;
		padding-left: 16px;
	}

	.soc_pere_otz_img {
		background: url(images/soc_otz_bg.jpg) 50% no-repeat;
		background-size: 95%;
	}



	.block4.usl_block .beer-slider,
	.one_doc_block6 .beer-slider {
		margin-bottom: 0px;
	}

	.mob_disp_none2 {
		display: none !important;
	}

	header .btn, .otz_block3 h2.page_box_zag br {
		display: none;
	}

	.top_line .address p+p {
		margin-bottom: -3px;
	}

	.top_line p {
		margin-bottom: -3px;
	}

	.top_line .address p:first-child {
		margin-top: 4px;
	}

	.metro:before {
		width: 10px;
		height: 7px;
		background-size: contain;
		left: 0;
		top: 5px;
		display: block;
	}

	.metro {
		padding-left: 12px;
		font-size: 12px;
	}

	.footer_columns_item:nth-child(2) {
		width: 100%;
		padding-right: 0;
	}

	.footer_columns_item:nth-child(3) {
		width: 100%;
		padding-right: 0;
		margin-top: 35px;
	}

	.footer_columns_item:nth-child(3) ul {
		columns: 2;
	}

	.pere8_v:before {
		width: 22px;
		height: 22px;
		background-size: contain;
	}

	.pere8_v {
		position: relative;
		padding: 22px 27px 22px 0;
	}

	.f_row.mb20 {
		flex-direction: column;
	}

	.f_item {
		padding-right: 0;
		margin-bottom: 20px;
	}

	textarea.wpcf7-form-control.h60 {
		height: 120px;
		overflow: hidden;
		padding: 19px;
	}

	.f_item.w200 {
		width: 280px;
		padding-right: 0;
		flex: 0 0 auto;
	}

	.video_otz_pere_img {
		width: 140px;
		height: 140px;
	}

	.video_otz_pere_img img {
		width: 130px;
	}

	.text12 {
		column-count: 1;
		column-gap: 0;
	}

	.pere_otz_slider_item_column {
		width: 100%;
	}

	.pere_otz_slider_item_column+.pere_otz_slider_item_column {
		margin-top: 20px;
	}

	.pere_otz_slider_item,
	.one_doc_block6 .pere_otz_slider_item {
		max-width: 480px;
		margin: 0 auto;
	}

	.block4.usl_block .pere_otz_slider_item_column,
	.one_doc_block6 .pere_otz_slider_item_column {
		width: 100% !important;
		max-width: 100%;
		margin: 0 auto 20px;
		padding-left: 0 !important;
	}

	.otz_video a:before {
		width: 50px;
		height: 50px;
		background-size: contain;
	}

	.otz_video a {
		display: block;
		width: 50px;
		height: 50px;
	}

	.otz_video_info {
		font-size: 18px;
		width: auto;
	}

	.otz_video_box {
		height: 300px;
	}

	.pere3_item {
		width: 100%;
		margin: 0 0 35px;
		background: no-repeat;
		height: auto;
		padding: 0;
	}

	.pere3_item .pere3_t br+br {
		display: none;
	}

	.lh80 {
		line-height: 56px !important;
	}

	.block4, .block5 {
		padding-top: 75px;
	}

	.block5 .pere_otz_slider, .home .video_otz_pere {
		margin-bottom: 75px;
	}

	p.mob_adress {
		font-size: 12px;
		position: relative;
		padding-left: 12px;
	}

	.form1 .form1_box_right {
		display: none;
	}

	.form1_box_left {
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
		position: relative;
		width: 100%;
	}

	.pc_disp_none2 {
		display: block !important;
	}

	.pere_otz7_item.d_fl {
		width: 100%;
		padding-right: 50px;
	}

	.form1 {
		overflow: hidden;
	}

	.form1_box_left:before {
		width: 94px;
		height: 133px;
		background: url(images/form_arrow_z.svg) 50% no-repeat;
		background-size: contain;
		right: -11px;
		bottom: 78px;
		transform: rotate(-43deg);
	}

	.pere_otz7 a.btn.yellow_btn {
		margin-top: 30px;
	}

	.form1 .page_box_zag {
		font-size: 25px;
		margin-bottom: 30px;
	}

	.slider_doctors_item {
		color: #0F2651;
		padding: 27px 25px;
		position: relative;
		background: #F6F7FB;
		border-radius: 20px;
	}

	.slider_doctors .slick-slide {
		background: none;
	}

	.slider_doctors_item .specialnost {
		margin-bottom: 15px;
	}

	.slider_doctors_item .specialnost_item {
		padding: 7px 9px;
		background: #fff;
		margin-right: 10px;
		margin-bottom: 5px;
		border-radius: 5px;
		font-weight: 400;
		color: #333333;
		font-size: 14px;
	}

	.sl_d_item_title {
		font-size: 25px;
		margin-bottom: 12px;
	}

	.slider_doctors ul.slick-dots {
		bottom: -40px;
	}

	.slider_doctors ul.slick-dots button {
		background: #DBDFE5;
	}

	.slider_doctors ul.slick-dots .slick-active button {
		background: #FFDC38;
	}

	ul li.slick-active button {
		width: 35px !important;
	}

	.about_doctor_link {
		color: #2282F1;
		font-weight: 700;
		font-size: 14px;
		border-bottom: 1px solid #2282F1;
	}

	.slider_doctors .slick-slide>div {
		padding-top: 250px;
	}

	.slider_doctors_item .slider_doctors_item_info+img {
		max-height: 350px;
		max-width: 100%;
		z-index: -1;
		top: -250px;
		left: 0;
		right: 0;
		margin: auto;
		bottom: auto;
	}

	.doc_descript_short {
		max-width: 100%;
		font-size: 14px;
	}

	.slider_doctors_item .btn {
		max-width: 250px;
		font-size: 16px;
		color: #fff !important;
		background: #2282F1 !important;
		border-color: #2282F1 !important;
	}

	.block5.home_otzivy {
		padding-top: 100px;
	}

	.block5 .page_box_zag {
		margin-bottom: 32px;
	}

	.pere_otz_slider_text_info_col {
		font-size: 20px;
	}

	.block5 .pere_otz_slider {
		margin-bottom: 55px;
	}

	.pere_otz3_item {
		padding: 27px 30px 35px;
		width: 100%;
		margin: 0 0 20px;
		display: none;
	}

	.pere_otz3_item:nth-child(1), .pere_otz3_item:nth-child(2) {
		display: block;
	}

	.pere_otz3_name {
		font-size: 16px;
	}

	.home .pere_otz3 {
		margin-bottom: 10px;
	}

	.pere_otz3+.btn.with_arrow, .block10 .btn.with_arrow {
		max-width: 215px;
		text-align: center;
		line-height: 43px !important;
		border-width: 1px;
		font-size: 16px;
	}

	.pere_otz3+.btn.with_arrow:before, .block10 .btn.with_arrow:before {
		right: 51px;
		top: 17px;
	}

	.block6 .page_box_zag {
		font-size: 30px;
	}

	.block6_box {
		height: auto;
		margin-bottom: 0;
	}

	.video_box6 {
		height: 350px;
		width: 100%;
		order: 1;
		max-width: 540px;
		margin: 0 auto;
	}

	.pere6 {
		padding: 23px 25px;
		width: 100%;
		margin: 250px 0 0 0;
		order: 2;
	}

	.block6 {
		position: relative;
		padding-bottom: 75px;
	}

	.pere6_2_wrap {
		position: relative;
	}

	.pere6_2.d_fl {
		display: block;
		position: absolute;
		top: 375px;
		width: 100%;
	}

	.pere6_2 .slick-slide>div {
		padding: 0 10px;
	}

	.pere6_2_item {
		width: 100%;
		margin: 0;
	}

	.block6_wrap {
		position: relative;
	}

	.video_box6 a:before {
		width: 50px;
		height: 50px;
		background-size: contain !important;
	}

	.video_box6 a span {
		font-size: 18px;
	}

	.pere6 {
		position: relative;
	}

	.pere6 a.link6_tour {
		position: absolute;
		right: -10px;
		top: -10px;
		width: 60px;
		height: 60px;
		font-size: 12px;
		display: flex !important;
		align-items: center;
		justify-content: center;
		margin: 0;
	}

	.pere6_d {
		max-width: 500px;
	}

	.block8 {
		padding: 75px 0 80px;
	}

	.block8 .page_box_zag {
		margin-bottom: 30px;
	}

	.pere8_box {
		width: 100%;
		padding: 0 !important;
		margin: 0 !important;
	}

	.pere8_box:first-child .pere8_item:last-child {
		border-bottom: none;
	}

	.pere8_v {
		font-size: 16px;
	}

	.pere8_o {
		font-size: 16px;
	}

	.form2_box {
		padding: 25px 30px;
	}

	.fowm_row.fowm_row_file.mb0 {
		position: absolute;
		bottom: 100px;
	}

	.f_item.f_item_subm {
		margin: 40px 0 0;
	}

	.form2_box {
		max-width: 410px;
		margin: 0 auto;
	}

	.form2_box_title {
		font-size: 25px;
	}

	.slogan10.mb40 br {
		display: none;
	}

	.home .home_article_slider {
		padding-left: 0;
		padding-right: 0;
		margin-left: -25px;
		margin-right: -25px;
	}

	.home_article_item {
		padding: 0 10px;
	}

	.block10 {
		overflow: hidden;
	}

	.home_article_slider .slick-list {
		padding-right: 250px;
	}

	.block10 .btn.with_arrow {
		max-width: 165px;
		margin-top: 40px;
	}

	.block10 .btn.with_arrow:before {
		right: 20px;
	}

	.block10 {
		padding-bottom: 75px;
		padding-top: 75px;
	}

	.slogan10.mb40 {
		font-size: 18px;
	}

	.block6 .page_box_zag {
		padding-right: 30px;
		width: 100%;
	}

	.slogan11.mb40 {
		margin-bottom: 34px;
		font-size: 18px;
	}

	.map_block .map+.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.map_contacts_box {
		padding: 0 0 40px;
		width: 100%;
	}

	.zag_map {
		font-size: 30px;
	}

	a.map_modal_link {
		font-size: 16px;
	}

	.bottom_footer {
		border-top: 2px solid #fff;
		padding: 16px 0 15px;
		margin-top: 42px;
		font-size: 13px;
	}

	.bottom_footer_box>span {
		display: block;
		margin-bottom: 13px;
	}

	.usl_pere3_item {
		width: 100%;
		background: none;
		padding: 0;
	}

	.usl_pere3_item_box.mb15.d_fl.al_cen {
		max-width: 320px;
	}

	ul.slick-dots button {
		width: 10px !important;
		height: 10px !important;
	}

	ul.slick-dots li {
		margin: 0 3px;
	}

	.usl_plus5, .usl_minus5 {
		width: 100%;
		padding: 25px 29px;
		left: -6px;
		top: -6px;
	}

	.usl_minus5 {
		margin-top: 20px;
	}

	.usl_plus5:before, .usl_minus5:before {
		width: 30px;
		height: 30px;
		background-size: contain !important;
	}

	.usl_block.block6 .page_box_zag {
		font-size: 30px;
		margin-bottom: 50px;

	}

	.slider_item .btn {
		font-size: 16px;
	}

	.slider_t {
		margin: 30px 0 20px;
	}

	.slider_d {
		font-size: 18px;
	}

	.usl_plus_minus_box p:first-child {
		font-size: 18px;
		line-height: 24px;
	}

	.block6.usl_block {
		padding: 75px 0;
	}

	.block_with_prices {
		padding: 27px 30px;
	}

	.price_on_page_services_item_t_box, .price_on_page_services_item_price {
		font-size: 19px;
	}

	.block_with_prices .all_prices_link {
		text-align: left;
	}

	.form1.form1_usl .form1_box_left:before {
		bottom: 96px;
		height: 90px;
	}

	.pere3_box_title br {
		display: none;
	}

	.usl_pere15_item {
		width: 100%;
		margin: 0px 0 40px;
	}

	.usl_pere15_v {
		font-size: 16px;
		line-height: 21px;
	}

	.usl_pere15_v:before {
		top: 0px;
		transform: none !important;
	}

	.usl_pere15_item_info.pc_disp_none2 {
		display: flex !important;
		font-weight: 400;
		margin-top: 5px;
	}

	.usl_pere8_2_item .beer-slider {
		height: 135px !important;
	}

	.usl_pere8_2_item {
		width: 100%;
		margin: 0 auto 20px;
		max-width: 300px;
	}

	.usl_pere8_2 {
		flex-direction: column;
	}

	.usl_pere8_2.d_fl.usl_pere8_2_height {
		height: 411px;
		width: 100%;
	}

	.usl_pere8_2 .beer-slider>img {
		max-width: 100%;
		height: 100%;
	}

	.usl_pere8_2 .beer-reveal>img:first-child {
		height: 100%;
	}

	.block9.usl_block {
		padding-top: 45px;
	}

	.usl_pere9_label {
		padding: 5px 5px;
		text-align: center;
	}

	.usl_text9.lh19 h3 {
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: 13px;
	}

	.usl_pere9_img {
		margin-bottom: 0;
	}

	.usl_pere9 {
		margin-bottom: 40px;
	}

	.block11.usl_block {
		padding-top: 30px;
	}

	.rekomend_box_text {
		width: 100%;
		padding: 27px 30px;
	}

	.rekomend_box_vrach {
		width: 100%;
		height: 260px;
	}

	.rekomend_box_vrach img {
		position: relative;
		bottom: -5px;
		max-height: 330px;
	}

	.rekomend_box_vrach_info {
		display: none;
	}

	.rekomend_box_vrach:before {
		width: 248px;
		height: 269px;
		bottom: -90px;
		top: auto;
		left: 0;
		right: 0;
		margin: auto;
	}

	.rekomend_box_text a.btn {
		margin: 25px auto 0;
	}

	.rekomend_box_wrap {
		margin-bottom: 75px;
	}

	.block12.usl_block {
		padding: 75px 0 0;
	}

	.block12.usl_block .slogan {
		line-height: 24px;
	}

	.usl_pere12 {
		width: 100%;
		max-width: 500px;
		margin: 0px auto 10px;
	}

	.usl_pere12_1 {
		width: 100%;
	}

	a.usl_pere12_img {
		height: 260px;
	}

	.usl_pere12_slider ul.slick-dots {
		bottom: -30px;
	}

	.usl_pere12 {
		height: 325px;
	}

	.block13.usl_block {
		padding-top: 75px;
	}

	.usl_pere13_d {
		font-size: 14px;
		line-height: 17px !important;
	}

	.usl_pere13_img {
		max-width: 260px;
	}

	.pay_system {
		margin-top: 80px;
	}

	.pay_system_info, .usl_img13 {
		width: 100%;
		padding-right: 0;
	}

	.usl_img13 {
		width: 100%;
		padding-top: 38px;
	}

	.pay_system {
		display: flex;
		flex-wrap: wrap;
		padding: 25px 30px;
	}

	.usl_img13 img {
		max-width: 290px;

	}

	.otz_block2.usl_block {
		padding-top: 70px;
	}

	.usl_block.otz_block2 .rating_box .page_box_zag {
		font-size: 30px;
	}

	.our_rating {
		padding-right: 0;
	}

	.our_rating_icon {
		margin-right: 0;
	}

	.our_rating_icon+.our_rating_icon {
		margin-left: 10px;
	}

	.footer_soc {
		margin-left: 0;
		max-width: 125px;
	}

	.footer_columns_item {
		justify-content: space-between;
	}

	.footer_soc_title br {
		display: none;
	}

	.usl_video_otz {
		margin-top: 70px;
		margin-bottom: 70px;
	}

	.usl_pere15_v {
		padding-left: 83px;
	}

	p#breadcrumbs {
		margin: 30px 0;
		font-size: 14px;
	}

	.all_docs_block4 {
		margin-bottom: 25px;
	}

	h2.all_docs_block_title {
		margin-bottom: 35px;
	}

	.one_doc_info_tabs_box {
		width: 100%;
		padding-right: 0;
		margin-bottom: 65px;
	}

	.one_doc_block2 {
		padding-top: 75px;
	}

	.uslugi_vracha {
		width: 100%;
		max-width: 450px;
		padding: 27px 30px;
		margin: 0 auto;
	}

	.one_doc_block1 .specialnost_item {
		background: #3690F8;
		color: #fff;
	}

	.usl_text4 {
		margin-right: 0;
	}

	.one_doc_block6 ul.slick-dots {
		display: flex !important;
	}

	.one_doc_block7 {
		margin-top: 75px;
	}

	.one_doc_block7 .form_vrach_box {
		padding-bottom: 230px;
		overflow: hidden;
	}

	.form_vrach_box img {
		right: 0;
		max-width: 280px;
		left: 0;
		margin: auto;
		bottom: -60px;
	}

	.one_doc_block7 .img_form_vrach {
		width: 315px;
		position: absolute;
		height: 200px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.img_form_vrach:before {
		width: 100%;
		height: 230px;
		right: -18px;
		bottom: -60px;
	}

	.form_vrach_box_info {
		width: 100%;
		padding: 27px 30px;
	}

	.form_vrach .f_item {
		width: 100%;
	}

	.form_vrach p.sogl {
		text-align: center;
		margin-top: -30px !important;
	}

	.zag_form_vrach {
		font-size: 25px !important;
		line-height: 1.3 !important;
	}

	.text_form_vrach {
		font-size: 16px;
	}

	.or_call_phone.d_fl {
		justify-content: center;
		margin-top: 20px;
	}

	.price_page_block+.form1 .form1_box_right {
		display: none;
	}

	.price_page_block_item_old_price,
	.price_page_block_item_price {
		white-space: nowrap;
	}

	.pere_price_adv {
		margin-right: 5px;
	}

	.price_page_block_item_t {
		margin-right: 5px;
	}

	.price_page_links {
		flex-wrap: nowrap;
	}

	.price_page_links a {
		white-space: nowrap;
	}

	.price_page_links_wrap {
		margin: 0 -15px;
		overflow-x: scroll;
	}

	.price_page_block_items {
		margin-left: -15px;
		margin-right: -15px;
		border-radius: 0;
	}

	.price_page_block_item {
		border-radius: 0;
		padding: 17px 19px;
	}

	.price_page_block_item_t_box {
		position: relative;
	}

	.price_page_block_item_old_price {
		position: absolute;
		right: 0;
		bottom: calc(50% - 24px);
	}

	.pere_price_adv {
		text-align: center;
	}

	.action_block {
		max-width: calc(100% - 30px);
		margin: 0 auto;
	}

	.action_name.fw700.fz25.mb20 {
		font-size: 20px;
		line-height: 1.45;
	}

	.action_price.fz25.fw700 {
		font-size: 25px;
	}

	.action_srok {
		font-size: 14px;
	}

	.form1.form_no_d_fl .form1_box_left:before {
		width: 94px;
		height: 133px;
		background: url(images/form_arrow_z.svg) 50% no-repeat;
		background-size: contain;
		right: -11px;
		bottom: 78px;
		transform: rotate(-43deg);
	}

	.block8.price_page_block_vo {
		padding: 50px 0;
	}

	.archive_item_img {
		width: 100%;
		min-height: 0;
		max-height: none;
		height: 235px;
		border-radius: 10px;
	}

	.archive_item_info {
		width: 100%;
	}

	.archive_item_info .home_article_item_info {
		left: auto;
		bottom: auto;
		position: relative;
		margin-top: 10px;
	}

	a.archive_item.mb30 {
		margin-bottom: 20px;
	}

	.cat_desc {
		font-size: 18px;
	}

	.single_comment_box {
		margin: 30px 0;
		padding: 0;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.single_comment_box_text {
		padding: 30px;
		width: 100%;
	}

	.single_comment_box_doc {
		width: 100%;
		padding-left: 0;
		padding-top: 25px;
	}

	img.alignleft, img.alignright {
		display: block;
		width: auto;
		height: auto;
		margin: 30px auto;
		float: none !important;
	}

	.single_default_content h2 {
		margin-bottom: 20px;
		font-size: 25px;
		margin-top: 40px;
	}

	.single blockquote {
		padding: 27px 30px;
	}

	.single .one_doc_block7 {
		margin-top: 60px;
	}

	.single .one_doc_block7 img {
		height: 310px;
	}

	.single_doposle_box .beer-slider {
		height: auto !important;
		margin-bottom: 10px;
	}

	.single_video_info:before {
		width: 50px;
		height: 50px;
		background: url(images/video_link2.svg) 50% no-repeat;
		background-size: 50px;
		top: 15px;
	}

	.single_video_info {
		font-size: 18px;
		padding-left: 70px;
	}

	a.single_video_box {
		height: 220px;
	}

	.single_article_author {
		margin-bottom: 45px;
	}

	.single .block10 .page_box_zag.mb0 {
		font-size: 25px;
	}

	.otz_block4_img {
		left: 55%;
		max-width: 180px;
	}

	.otz_block4_doctor {
		max-width: 170px;
	}

	.name_otz4 {
		font-size: 20px;
		line-height: 25px;
	}

	.tab_line_item {
		align-items: center;
		width: 50%;
		margin-bottom: 10px;
	}

	.tab_line_item img {
		width: 26px;
		height: 26px;
	}

	.tab_line_item span {
		padding-left: 7px;
	}

	.otz_block3 h2.page_box_zag {
		font-size: 25px;
	}

	.pere_otz5_item_box {
		min-height: 0;
	}

	.pere_otz5_item {
		min-height: 0;
	}

	.pere_contacts1.slick-slider {
		padding-left: 0;
		padding-right: 0;
	}

	.pere_contacts1.slick-slider .slick-prev,
	.pere_contacts1.slick-slider .slick-next {
		display: none;
	}

	.pere_contacts1 ul.slick-dots {
		bottom: -45px;
	}

	.pere_contacts1_box {
		margin-bottom: 80px;
	}

	.page_contact_serts_block {
		padding-bottom: 50px;
	}

	a.tour_3d {
		margin-top: 30px;
	}

	.map_adress .adress {
		font-size: 17px;
	}

	.work_time_map {
		font-size: 16px;
		margin-bottom: 0;
	}

	.pere_contacts2_img {
		height: 280px;
		margin: 0 !important;
	}
	.page_contact_serts_block .slick-slide img {
    display: block;
    height: 100%;
    width: auto;
		margin: auto;
}
.modal, .modal .form_row {
	display: flex;
	flex-direction: column;
}
.modal_title.fz40 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
}
.modal_subtitle {
	margin-bottom: 25px;
}
.modal .form_item {
	padding-right: 0;
	max-width: 100%;
	width: 100%;
	margin-bottom: 20px;
}
.modal .form_item:last-child {
	margin-bottom: 0;
}
.modals.fancybox-content {
	border-radius: 20px !important;
	padding: 30px;
	width: 100%;
	max-width: 550px;
}
.modal p.sogl, .modal p.sogl a {
	text-align: center;
	color: #828282;
}
.page_do_posle_block_info {
	width: 100%;
	padding-right: 0;
	order: 2;
}
.page_do_posle_block_images {
	width: 100%;
	margin-bottom: 25px;
}
.page_do_posle_block_box {
	max-width: 450px;
	margin: 0 auto;
}
.page_do_posle_blocks {
	margin-bottom: 75px;
}
.page_do_posle_napravl {
	padding-top: 32px;
}
.text_do_posle_napravl h2, .text_do_posle_napravl h3, .text_do_posle_napravl h4 {
	font-size: 30px;
	margin-bottom: 20px;
}
#director .wpcf7-response-output {
	position: relative;
	bottom: auto !important;
	margin-top: 20px !important;
}
.slider_action {
	color: #F6F7FB;
	font-size: 16px;
	padding: 0 12px;
	line-height: 31px !important;
}
.home_slider.top_block .slider_item {
	padding-top: 50px;
}
.home_slider.top_block .slider_t span {
	display: block;
	margin-top: 10px;
}
.all_contacts_item_img {
    width: 100%;
    height: 215px;
    max-width: 310px;
}
.all_contacts_box {
    padding: 0px 0 30px;
}
.all_contacts_item_info {
    width: 100%;
}


}
















@media (max-width: 650px) {
	.single_pricelink:before {
		width: 100px;
		height: 88px;
		background: url(images/price_folder.png) 50% no-repeat;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background-size: contain;
	}

	.single_pricelink_box_wrapper a {
		padding-left: 100px;
	}

	.btn {
		font-size: 16px;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.otz_video_box {
		height: 225px;
	}

	.otz_video.d_fl {
		left: 30px;
		bottom: 30px;
	}

	.pere_otz7_item span {
		font-size: 14px;
		padding-right: 20px;
	}

	.slider_doctors_item .btn {
		max-width: 175px;
		font-size: 13px;
	}

	ul.slick-dots button {
		width: 10px !important;
		height: 10px !important;
	}

	.pere_otz_slider_text_info_col {
		font-size: 18px;
	}

	.video_box6 {
		height: 270px;
		width: 100%;
		order: 1;
		max-width: 100%;
		margin: 0 auto;
		border-radius: 20px;
		overflow: hidden;
		background-size: cover !important;
	}

	.pere6_2.d_fl {
		top: 295px;
		margin-left: -10px;
		margin-right: -10px;
		width: calc(100% + 20px);
	}

	.pere6_2.d_fl .slick-list {
		padding-right: 150px;
	}

	.pere6_t {
		font-size: 16px;
		padding-left: 40px;
	}

	.pere8_o {
		font-size: 14px;
	}

	.form2_box p.sogl {
		text-align: center;
	}

	.form2_box_slogan {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.home_article_slider .slick-list {
		padding-right: 230px;
	}

	.home_article_author.mb25 {
		margin-bottom: 0;
	}

	.slider_img {
		right: 0;
		left: 0;
		margin: auto;
		height: 340px;
		max-width: 100%;
	}

	.block1.usl_block .slick-slide img {
		height: auto;
		width: auto;
	}

	.usl_block .slider_item {
		position: relative;
		padding: 40px 0 310px;
	}

	.usl_pere10_col {
		width: 100%;
	}

	.usl_pere10_t.fz18.blt.fw700 {
		font-size: 18px;
	}

	.usl_pere12 {
		padding: 0;
	}

	a.usl_pere12_img {
		height: 200px;
	}

	.usl_pere12 {
		height: 265px;
	}

	.usl_pere12_1_d.lh19 {
		font-size: 14px;
	}

	.usl_block.otz_block2 .our_rating_icon {
		padding: 13px;
		max-width: calc(33.3333% - 20px);
	}

	a.our_rating_icon {
		padding: 13px;
		max-width: calc(33.3333% - 20px);
	}

	.block5.usl_block .page_box_zag {
		font-size: 25px;
	}

	.block5.usl_block .page_box_zag br {
		display: none;
	}

	.usl_pere15_v {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 24px;
	}

	.usl_pere15_item_info {
		margin-bottom: 0;
	}

	.block15.usl_block {
		padding-bottom: 45px;
	}

	.seotext_all {
		padding-top: 20px;
	}

	.seotext_all span {
		font-size: 16px;
		margin-top: 10px;
		max-width: 200px;
		line-height: 45px !important;
	}

	.seotext_all span:before {
		top: 18px;
	}

	.all_docs_box_item_info .doc_descript_short {
		display: none;
	}

	.all_docs_box_item_img img {
		max-height: 385px;
	}

	.all_docs_box_item_img {
		width: 100%;
	}

	.all_docs_box_item {
		background: none;
	}

	.all_docs_box_item_info {
		width: 100%;
		background: #F6F7FB;
		border-radius: 20px;
		position: relative;
		padding: 27px 25px 85px 25px;
		margin: 0;
		min-height: 0;
	}

	.all_docs_box_item_links {
		left: 25px;
		bottom: 25px;
	}

	.all_docs_box_item_name {
		font-size: 23px;
		line-height: 1.2;
		padding: 0;
	}

	.all_docs_box_item_info .specialnost_item {
		margin-bottom: 5px !important;
	}

	.all_docs_box_item {
		padding-top: 200px;
		margin: 0px 0 25px;
	}

	.all_docs_box_item_img {
		width: 100%;
		top: -30px;
	}

	.all_docs_box_item {
		padding-right: 0px;
	}

	.all_docs_block1, .all_docs_block2, .all_docs_block3 {
		margin-bottom: 25px;
	}

	p#breadcrumbs {
		margin: 35px 0;
	}

	p#breadcrumbs {
		font-size: 13px;
	}

	.one_doc_block1 .slider_doctors_item_zapis_box {
		flex-direction: column;
	}

	.one_doc_block1 .slider_doctors_item .btn,
	.one_doc_block1 a.video_obrashheniya_link {
		max-width: 300px;
		margin: 0 auto 20px;
		width: 100%;
	}

	.count_operation {
		font-size: 33px;
		white-space: nowrap;
	}

	.count_operation_box+.count_operation_box {
		margin-left: 30px;
	}

	.one_doc_block1 .video_obrashheniya_box {
		margin-bottom: 25px;
	}

	.text_operation {
		font-size: 14px;
	}

	.one_doc_block1 a.video_obrashheniya_link {
		order: 1;
	}

	.one_doc_block1 .slider_doctors_item .btn {
		order: 2;
		margin-bottom: 0;
	}

	.one_doc_block1 .slider_doctors_item {
		padding: 30px;
	}

	.one_doc_block1 .video_obrashheniya_box.d_fl {
		flex-wrap: nowrap;
	}

	.one_doc_block1 a.video_obrashheniya_link {
		padding: 17px 5px 17px 57px;
		font-size: 15px;
	}

	.one_doc_info_tabs_label {
		font-size: 16px;
	}

	.one_doc_block4 a.our_rating_icon {
		max-width: 85px;
		padding: 13px;
	}

	.action_block {
		padding-bottom: 220px;
	}

	.action_block img {
		right: 0;
		left: 0;
		margin: auto;
	}

	.action_block_img:before {
		bottom: -90px;
	}

	.action_block_img {
		width: 250px;
		overflow: visible;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.action_block_info {
		width: 100%;
	}

	.form1.form_no_d_fl .page_box_zag {
		font-size: 25px;
	}

	.form1.form_no_d_fl {
		padding-top: 70px;
	}

	.kamatoc-wrap__title.kamatoc_wrap_title_js {
		font-size: 20px;
	}

	.kamatoc-wrap {
		padding: 30px;
		margin-bottom: 30px;
	}

	.single_article_author {
		margin-bottom: 37px;
	}

	.single_resent_articles {
		margin-left: -20px;
		margin-right: -20px;
	}

	.single_resent_articles .slick-list {
		padding-right: 20%;
	}

	.single_resent_articles .home_article_item {
		padding-right: 20px;
	}

	.single_resent_articles .home_article_title {
		min-height: 60px;
	}

	.single_resent_articles .home_article_item_info_box {
		padding: 25px 20px 70px 25px;
	}

	.soc_pere_otz .slick-slide>div {
		padding: 0 2px;
	}

	a.soc_pere_otz_img {
		border-radius: 10px;
		overflow: hidden;
	}

	.pere_otz5_slider ul.slick-dots, .soc_pere_otz ul.slick-dots {
		bottom: -35px;
	}

	.otz_block6 {
		padding-bottom: 90px;
	}

	.otz_block5 {
		padding: 75px 0 90px;
	}

	.otz_block5 .page_box_zag {
		font-size: 23px;
	}

	.otz_block5 .page_box_zag br,
	.otz_block6 .page_box_zag br {
		display: none;
	}

	.otz_block4_doctor {
		max-width: 50%;
	}

	.spec_otz4 {
		font-size: 14px;
		line-height: 1.35;
	}

	.name_otz4 {
		font-size: 18px;
		line-height: 22px;
	}

	.otz_block6 .page_box_zag {
		font-size: 26px;
	}

	.pere_otz_slider ul.slick-dots {
		margin-top: 25px;
	}

	.usl_zag2.fz40.blt.fw700.mb20 {
		font-size: 29px;
		line-height: 35px;
	}

	.block1.usl_block .slider_img {
		height: auto;
		max-width: 300px;
	}

	.page_slogan {
		font-size: 16px;

	}

	.page_slogan br {
		display: none;
	}

	.home_slider.top_block .slider_link_box {
		padding-bottom: 375px;
	}

	.home_slider.top_block .slider_item {
		padding-bottom: 0;
	}

	.home_slider.top_block .slider_img {
		right: 0;
		left: 0;
		margin: 0 -12px 0 auto;
		height: 340px;
		max-width: 250px;
	}

	.home_slider.top_block .slider_doc_box {
		margin-left: 0;
		position: absolute;
		bottom: 105px;
		max-width: 169px;
	}

	.home_slider.top_block .slider_doc_desc {
		line-height: 1.1;
		margin-bottom: 12px;
		margin-top: 0;
	}

	.otz_block3 {
		padding-top: 40px;
	}

	.pere_otz5_item_readmore_box {
		text-align: left;
	}

	.pere_otz5_slider .slick-slide>div {
		padding: 235px 15px 0;
	}

	.pere_otz5_item_img .slider_doctors_item_img {
		max-width: 210px;
		max-height: 250px;
		position: relative;
		top: auto;
		left: auto;
	}

	.otz_block5 .pere_otz5_item_img {
		max-width: 160px;
		position: absolute;
		top: -240px;
		z-index: -1;
		left: 0;
		right: 0;
		margin: auto;
	}

	.pere_otz5_item_info {
		width: 100%;
		padding: 27px 30px;
	}

	.pere_otz5_item {
		padding-left: 0;
	}

	.video_contacts_box_info:before {
		width: 50px;
		height: 50px;
		background-size: contain;
	}

	.video_contacts_box_info {
		bottom: 30px;
		left: 30px;
		padding-left: 70px;
		font-size: 18px;
		font-weight: 700;
		color: #fff;
	}
	.page_do_posle_block_title {
		font-size: 25px;
		margin-top: 80px;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 40px;
		border-radius: 0;
		padding-left: 20px;
		padding-right: 20px;
}
.pere_do_posle_page_t {
	font-size: 16px;
}
.pere_do_posle_page_text {
	margin-bottom: 22px;
	line-height: 17px;
	font-size: 14px;
}
.page_do_posle_block_info a.btn {
	font-size: 16px;
}
.page_do_posle_block:first-child .page_do_posle_block_title {
	margin-top: 54px;
}
.modal .wpcf7-response-output {
	bottom: -20px;
}
#director .modal_title.fz40 {
	padding-right: 60px;
}
.modals textarea.wpcf7-form-control {
	height: 130px;
}
.pere_price_adv {
	text-align: center;
	line-height: 1.1;
}
.home .block5 .our_rating_icons.d_fl {
	justify-content: space-between;
}
.home .block5 a.our_rating_icon {
	max-width: 100px !important;
	margin: 0 !important;
}
.home .video_box6 a {
	padding-left: 70px;
	left: 30px;
}
.home .video_box6 a span:first-child {
	margin-bottom: 6px;
}

}





















@media (max-width: 480px) {
	.pere11 .slick-list {
		padding-right: 120px;
	}

	.pere11_item img {
		max-width: 200px;
	}

	.pere11.d_fl {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 5px;
	}

	.metro {
		padding-left: 12px;
		font-size: 9px;
	}

	.metro:before {
		top: 2px;
	}

	header .metro {
		margin-left: 0;
		margin-right: 5px;
	}

	header .metro+.metro {
		margin-right: 0;
	}

	p.mob_adress {
		font-size: 9px;
	}

	.video_box6 {
		height: 225px;
	}

	.pere6_2.d_fl {
		top: 245px;
	}

	.form2_box .f_item.w200 {
		width: 100%;
	}

	.home_article_slider .slick-list {
		padding-right: 100px;
	}

	.footer_columns_item a.btn {
		max-width: 100%;
	}

	.block4.usl_block a.blue_btn,
	.one_doc_block6 a.btn.blue_btn2 {
		margin-left: auto;
	}

	.pay_system a.btn {
		max-width: 100%;
	}

	.usl_img13 img {
		max-width: 250px;
	}

	.video_otz_pere_img img {
		width: 102px;
	}

	.video_otz_pere_img {
		width: 110px;
		height: 110px;
	}

	.text_operation {
		font-size: 12px;
	}

	.action_block_cpa a.btn {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		white-space: nowrap;
		flex: 0 0 100%;
	}

	.action_ostatok {
		text-align: center;
		width: 100%;
	}

	.pere_contacts1 a {
		height: 200px;
		display: block !important;
	}

	.pere_contacts1 .slick-track {
		height: 200px;
	}

	.video_contacts_box a {
		height: 225px;
	}
	.pere_contacts2_img {
		height: 315px;
}
.modal_title span {
	display: block;
}
#thanks .modal_title span {
	display: inline;
}
#thanks .or_call_phone {
	font-size: 16px;
	margin-top: 0;
}
div#thanks .modal_subtitle {
	font-size: 16px;
	line-height: 20px;
}


}







@media (max-width: 430px) {
.page_contact_serts_block .slick-list {
	padding-right: 100px;
}

}





@media (max-width: 374px) {
	header>.container {
		padding-left: 5px;
		padding-right: 5px;
	}

	.mob_menu_topline, .mob_menu_mainbox {
		padding-left: 10px;
		padding-right: 10px;
	}

	.mob_menu_box2_bot_line .f_phone a {
		font-size: 17px;
		padding-left: 25px;
	}

	.f_phone a:before {
		width: 18px;
		height: 18px;
		background: url(images/phone2.svg) 50% no-repeat;
		left: 0;
		background-size: contain;
		top: -1px;
	}

	.form1 .page_box_zag {
		font-size: 20px;
	}

	.home_article_slider .slick-list {
		padding-right: 70px;
	}

	.slider_doctors_item .btn {
		max-width: 155px;
		font-size: 13px;
		margin-right: 15px;
	}

	.video_otz_pere_img img {
		width: 90px;
	}

	.video_otz_pere_img {
		width: 98px;
		height: 98px;
	}

	.video_otz_pere_t {
		font-size: 16px;
		line-height: 1.2;
		padding: 0 5px;
	}

	.all_docs_box_item_links a.btn {
		max-width: 150px;
		width: 150px;
	}

	.one_doc_block1 a.video_obrashheniya_link {
		font-size: 13px;
	}

	.rating_grade_count {
		font-size: 75px;
	}

	.rating_grade {
		display: flex;
		padding-top: 12px;
	}

	.rating_grade_star.d_fl {
		left: 113px;
		top: 27px;
	}

	.form1.form_no_d_fl .page_box_zag {
		font-size: 20px;
	}

	a.single_video_box {
		height: 200px;
	}

	.slider_doctors_item .btn {
		margin-right: 10px;
	}

	.home_slider.top_block .slider_img {
		max-width: 200px;
		bottom: 0;
		display: flex;
		align-items: flex-end;
	}
	.pere_contacts2_img {
		height: 280px;
	}
	.home .block5 a.our_rating_icon {
		max-width: 90px !important;
		margin: 0 !important;
	}


}




.page_contact .block8 {
    padding: 115px 0;
}

.vid_wrapper iframe {
  	width: 100%;
  	height: auto;
	max-width: 100%;
    display: block;
}
.fancybox-slide--iframe .fancybox-content {
    background: #000;
}
iframe .container {
    background: none !important;
}

@media (max-width: 800px) {
	.page_contact .block8 {
		padding: 65px 0 0;
	}
	.block10 .btn.with_arrow {
        max-width: 195px;
    }
	.vid_wrapper button.fancybox-close-small {
		width: 25px !important;
		height: 25px !important;
		padding: 0 !important;
		right: 3px !important;
		top: -29px !important;
		background-size: 25px;
	}
	.vid_wrapper.fancybox-content {
        padding: 0;
        width: 100% !important;
        max-width: 95% !important;
        background: #000;
		overflow: visible;
    }
    .vid_wrapper iframe {
        width: 100% !important;
        height: 350px !important;
        max-width: 100%;
    }
	.beer-reveal {
		position: relative;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		overflow: visible;
		z-index: 1;
		opacity: 1;
		transition: opacity .35s;
        height: 250px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
		position: relative;
	}
	.beer-reveal img {
		display: none;
	}
	.beer-reveal>:first-child {
		width: auto;
		max-width: 100%;
	}
    .block4.usl_block .beer-slider, .one_doc_block6 .beer-slider, .container .beer-slider {
        height: 250px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
		position: relative;
    }
	.container .beer-slider img {
		display: block;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}
	.container .beer-slider > img {
		display: none;
	}
	.beer-reveal img {
		display: none;
	}
	.beer-slider button {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 60px;
        border-radius: 10px;
        line-height: 35px;
        border: none;
        outline: none;
        background: #0f2651;
        display: block;
        text-align: center;
        color: #fff;
        font-size: 14px;
		z-index: 2;
    }
    .beer-slider button.beerbtnright {
        left: 75px;
    }
    .beer-slider button.active {
        background: #2282f0 !important;
    }
}


@media (max-width: 550px) {
    .vid_wrapper iframe {
        height: 500px !important;
    }	
	
	
	
	
	
}
