﻿/* font-family: 'Circe Rounded Light';
font-family: 'Circe Rounded 2';
font-family: 'Circe Rounded alt2';
font-family: 'Circe Rounded 3';
font-family: 'Circe Rounded 5';
font-family: 'Circe Rounded';
font-family: 'Circe Rounded Bold';
font-family: 'Circe Rounded 4'; */



html, body {
	height:100%;
}

.top_tip {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	z-index:99;
}

.header_new.header_block_mobile{
	margin:0px 0 0;
}

.header_new.header_block_desctop {
	margin:20px 0 0;
}

.header_block_mobile.open {
	margin:0px;
}

.error-message {
    color:#FF0044;
	font-size: 12px;
	font-weight: normal;
}

.mail_back .error-message {
    color:#fff;
}

.main_subtitle {
	font-size:19px;
}

.main_subtitle b {
	color:#FF0044;
}

.mail_block_hide {
	display:none;
}

.other_title {
	margin:30px 0 15px;
}

.main_subtitle .m_hero_title {
	font-family: 'Circe Rounded 4';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
	display:block;
}

.main_subtitle .m_hero_title br {
	display:none;
}

.special_img {
	margin: 0 -90px -40px 0;
}

.special_img img {
	max-width: none !important;
	margin-top: 45px !important;
	height: 615px !important;
	width: 100% !important;
}

.wrapper {
	min-height:100%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.site_center {
	flex-grow:1;
}

body {
	line-height: 1.5;
	font-family: 'Circe Rounded 3';
}
a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
	border: 0;
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	section {
		padding: 20px 0;
	}
	h2, h1 {
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 40px;
	}
	h3 {
		margin-bottom: 20px;
		line-height: 1.2em;
		font-weight: 400;
		text-transform: none;
	}
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	margin-bottom: 1.5em;
}

.phone-wrapper a {
	font:18px 'Circe Rounded Bold', sans-serif;
}
.video_cover {
	width: 100%;
	/* background-size: cover; */
	object-fit: contain;
	border-radius: 20px;
}

section.block_6 .video_cover {
	object-fit: cover;
	height: 494px;
}
@media (max-width: 767px) {
	section.block_6 .video_cover {
		object-fit: cover;
		height: 394px;
	}
}



.inner, .container {
	padding-left: 15px;
	padding-right: 15px;
}
.inner, .container {
	margin: 0 auto;
	max-width: 1200px;
	width:auto;
}
h1, h2 {
	font-family: 'Circe Rounded 3';
	font-style: normal; 
	font-weight: 500;
	font-size: 42px;
}
h3, h4 {
	font-family: 'Circe Rounded 4';
	font-style: normal; 
	font-weight: 500;
	font-size: 42px;
}
p {
  font-family: 'Circe Rounded 3';
  font-style: normal; 
  font-weight: 400; 
  font-size:18px;
  color: #161616;
}
a {
	font-family: 'Montserrat';
}
.menu-toggle span{
	display: none;
}
.flex {
	display: flex;
}
.flex-nowrap {
	flex-wrap: nowrap;
}

.swiper-button-next, .swiper-button-prev,
.swiper-button-next2, .swiper-button-prev2,
.swiper-button-next3, .swiper-button-prev3,
.swiper-button-next4, .swiper-button-prev4,
.swiper-button-next5, .swiper-button-prev5 {
	position: absolute;
	top: var(--swiper-navigation-top-offset,50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.align-items-center {
	align-items: center;
}

.swiper-button-next1.swiper-button-disabled, .swiper-button-prev1.swiper-button-disabled,
.swiper-button-next2.swiper-button-disabled, .swiper-button-prev2.swiper-button-disabled,
.swiper-button-next3.swiper-button-disabled, .swiper-button-prev3.swiper-button-disabled,
.swiper-button-next4.swiper-button-disabled, .swiper-button-prev4.swiper-button-disabled,
.swiper-button-next5.swiper-button-disabled, .swiper-button-prev5.swiper-button-disabled {
	opacity:0.5;
	transition:0.5s;
}


/* ------------------------------ */

/* styles Desctop */
.header_block_desctop {
	
}
.logo_new{
	background: #357dbd !important;
	padding: 5px;
	border-radius: 10px;
}

.header_block_desctop .logo_new img{
	width: 200px;
}
.header_block_desctop ul.menu{
	display: flex;
	list-style-type: none;
	justify-content: space-between;
	margin:0px;
	padding:0px;
}
.header_block_desctop ul.menu li {
	margin-right: 10px;
	position:relative;
}
.header_block_desctop ul.menu_landing li {
	margin-right: 40px;
	position:relative;
}
.header_block_desctop ul.menu li:last-child {
	margin-right: 0px;
}
.header_block_desctop ul.menu li a {
	font-size: 100%;
	line-height: 145%;
	color: #161616;
	padding:0 25px 18px;
	margin:0 -25px -15px;
	display:block;
	font-family: 'Circe Rounded 3';
}

.header_block_desctop ul.menu li.marked_menu_item a {
	color: #2E7CC0;
}


.header_block_desctop ul.menu ul {
	display:none;
	position:absolute;
	top:30px;
	left:0px;
	background:#fff;
	padding:25px;
	margin:0px;
	list-style:none;
	min-width:350px;
	border-radius:0 10px 10px 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index:9;
}

.header_block_desctop ul.sub-menu ul {
	display:none;
	left:100%;
	top:0px;
	margin-left:25px;
}

.header_block_desctop ul.sub-menu li {
	margin:0px;
	margin-bottom:5px;
}

.header_block_desctop ul.sub-menu li:last-child {
	margin:0px;
}

.header_block_desctop ul.menu li:hover ul.sub-menu ul {
	display:none;
}

.header_block_desctop ul.menu li:hover ul.sub-menu li:hover ul {
	display:block;
}

.header_block_desctop ul.menu li:hover ul {
	display:block;
}

.header_block_desctop .phone_block {
	display: flex;
}
.header_block_desctop .phone_block .phone {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_block_desctop .phone_block .phone p{
	font-family: 'Circe Rounded';
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 18px;
	line-height: 115%;
	color: #2E7CC0;
}
.header_block_desctop .phone_block p.p_free {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 145%;
	text-align: right;
	color: #2E7CC0;
	margin-bottom: 0px;
}
.header_block_desctop .phone_block .phone img {
	margin-right:10px;
}

section.main_hero {
	background: none;
	padding-top:0px;
	padding-bottom: 0px;
}
section.main_hero .b_desctop {
	display:flex;
}
section.main_hero .flex_desctop .d_block0,
section.main_hero .docs_main_block .d_block0 {
	padding-top:90px;
	padding-right:30px;
}
section.main_hero .flex_desctop .d_block0,
section.main_hero .flex_desctop .d_block0_1,
section.main_hero .docs_main_block .d_block0,
section.main_hero .docs_main_block .d_block0_1 {
	width: 49%;
}
/* section.main_hero .flex_desctop .d_block0_1, {
	align-self: center;
} */
section.main_hero .flex_desctop .d_block0_1,
section.main_hero .docs_main_block .d_block0_1 {
	align-self: end;
}

section.main_hero .backgroung_1 {
	background: #F1F9FF;
	border-radius: 0px 72px 0px 0px;
	height: 601px;
	width: 50%;
	position: absolute;
	z-index: -1;
	top: 141px;
	left:0px;
}
section.main_hero .flex_desctop .d_block0_1 img {
	max-width: 100%;
	margin-left: -10%;
	margin-top: 43px;
}
section.main_hero .docs_main_block .d_block0_1 img {
	max-width: 100%;
	margin-left: -10%;
	margin-top: 56px;
}


section.main_hero h1 {
	font-weight: 400;
	font-size: 26px;
	line-height: 90%;
	margin-bottom:20px;
	color: #2E7CC0;
}
section.main_hero h1 span {
	color: #161616;
	font-size:60px;
	display:block;
	margin:10px 0;
	line-height: 95%;
}

section.main_hero h1 b {
	color:#FF0044;
}

section.main_hero h1 s {
	font-size:30px;
	font-weight:400;
}

section.main_hero a.hero_a {
	font-size: 18px;
	line-height: 145%;
	text-decoration-line: underline;
	color: #2E7CC0;
	margin-bottom:50px;
	display: block;
}
section.main_hero a.button_new {
	font-family: 'Circe Rounded';
	background: #FF0044;
	border-radius: 38px;
	font-weight: 400;
	font-size: 24px;
	line-height: 115%;
	color: #FFFFFF;
	padding:22px 86px;
	display: inline-block;
	margin-bottom: 130px;
}

section.block_1 .block_1_d {
	display: flex;
	justify-content: space-between;
	margin-top: -74px;
}
section.block_1 .block_1_d .bl1_slide_2 {
	width: 32%;
}
section.block_1 .flex_desctop .bl1_slide_2 {
	padding: 28px 44px;
}

.flex_desctop p {
	font-family: 'Circe Rounded 4';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 115%;
	color: #FFFFFF;
	display: flex;
	align-self: flex-start;
	text-align: left;
	margin-bottom:0px;
	align-self: flex-end;
}
section.block_1 .flex_desctop .col1 {
	display: flex;
	margin-bottom: 20px;
}

/* ------------------------------ */

#mobile-header .mobile-bar-items {
	display: none!important;
}
.mobile-flex, .mobile-flex-2 {
	display: none!important;
}
.justify-content-b {
	justify-content: space-between;
}
.menu-toggle {
	height: 60px;
}
.header_new .social {
	padding-top: 3px;
}
.header_new .menu-toggle:before {
	content: "\f0c9";
	font-family: GeneratePress;
	width: 1.285714em;
	text-align: center;
	display: inline-block;
	color: #2E7CC0;
}
.header_new .social img {
	width: 20px;
}

p.m_hero_title {
	font-family: 'Circe Rounded';
	font-weight: 400;
	font-size: 24px;
	line-height: 115%;
	color: #161616;
	margin-bottom: 13px;
	display:block;
}

.main_subtitle p.m_hero_title {
	font-family: 'Circe Rounded 4';
	font-style: normal;
	font-weight: 500;
	font-size: 42px;
}


section.block_1 {
	margin-left:15px;
	margin-bottom:20px;
}

section.block_1 .swiper {
  width: 100%;
  height: 100%;
}

section.block_1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  height: 134px;
  padding:22px 17px;
  /* justify-content: center;
  align-items: center; */
}

section.block_1 .swiper-slide {
  width: 76%;
}


section.block_1 .bl1_slide_1 img {
	display: flex;
	width: 57px;
	align-self: flex-end;
	margin-right: 40%;
	
}

section.block_1 .bl1_slide_1 {
	background: #2E7CC0;
	border-radius: 13px;
	justify-content: space-between;
}
.col1 {
	display: flex;
	flex-wrap: wrap;
}
.col2 {
	display: flex;
}
section.block_1 .bl1_slide_2 {
	background: #FFF1F5;
	border-radius: 13px;
	padding:20px 24px;
}
section.block_1 .bl1_slide_3 {
	background: #FFF7E8;
}
section.block_1 .bl1_slide_4 {
	background: #F1F9FF;
}
section.block_1 .bl1_slide_2 img {
	height: 33px;
	margin-right: 10px;
}
section.block_1 .bl1_slide_2 a.mbut {
	border: 1px solid #FF0044;
	border-radius: 20px;
	font-weight: 400;
	font-size: 12px;
	line-height: 145%;
	text-align: center;
	color: #FF0044;
	padding:7px 34px;
	display: block;
	width: 100%;
	height: fit-content;
}

section.block_1 .bl1_slide_3 a.mbut {
	color: #FFBD30;
	border: 1px solid #FFBD30;
}
section.block_1 .bl1_slide_4 a.mbut {
	color: #2E7CC0;
	border: 1px solid #2E7CC0;
}
.swiper-button-next:after, .swiper-button-prev:after {
	display:none;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset,10px);
	left: auto;
	background: url('../img/ar_right.png');
	background-repeat: no-repeat;
	width: 42px;
	height: 24px;
	margin-top: 63px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	right: var(--swiper-navigation-sides-offset,70px);
	left: auto;
	background: url('../img/ar_left.png');
	background-repeat: no-repeat;
	width: 42px;
	height: 24px;
	margin-top: 63px;
}


section.block_1 .swiper-wrapper {
	padding-bottom: 42px;
}
section.block_2 {
	padding-top:50px;
	padding-bottom:50px;
}
section.block_2 h2{
	font-family: 'Circe Rounded Bold';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 115%;
	color: #161616;
	margin-bottom: -45px;
}
section.block_2 h2 span {
	color: #2E7CC0;
}

.play-btn {
	position:relative;
	display:block;
}

.play-btn:after {
	content:"";
	width: 53px;
	height: 53px;
	background: url('../img/play.png');
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-26px 0 0 -26px;
	overflow: hidden;
}

.play-btn:before {
	display: none;
}
section.block_2 img.img-fluid {
	border-radius: 13px;
}
section.block_2 p {
	margin-top: 17px;
}
section.block_2 p.comm {
	color: #161616;
	opacity: 0.5;
}
section.block_2 a.button_n2 {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
	text-align: center;
	color: #2E7CC0;
	padding:10px 47px;
	border: 1px solid #2E7CC0;
	border-radius: 20px;
	display: inline-block;
	
}
section.block_2 .swiper-button-next,
section.block_2 .swiper-button-prev {
	top: calc(81% + 0px);
}
.mySwiper_2 .swiper-wrapper, .mySwiper_1 .swiper-wrapper {
	padding-top: 90px;
}

.mySwiper_2 .swiper-button-next2{
	right: var(--swiper-navigation-sides-offset,10px);
	left: auto;
	background: url('../img/ar_right.png');
	background-repeat: no-repeat;
	width: 42px;
	height: 24px;
	margin-top: 0px;
	top: 13px;
}
.mySwiper_2 .swiper-button-prev2 {
	right: var(--swiper-navigation-sides-offset,70px);
	left: auto;
	background: url('../img/ar_left.png');
	background-repeat: no-repeat;
	width: 42px;
	height: 24px;
	margin-top: 0px;
	top: 13px;
}
.mySwiper_1 .swiper-button-next1{
	right: var(--swiper-navigation-sides-offset,10px);
	left: auto;
	background: url('../img/ar_right.png');
	background-repeat: no-repeat;
	width: 42px;
	height: 24px;
	margin-top: 0px;
	top: 13px;
	position: absolute;
	z-index:2;
	cursor:pointer;
}

.mySwiper_1 .swiper-button-prev1 {
	right: var(--swiper-navigation-sides-offset,70px);
	left: auto;
	background: url('../img/ar_left.png');
	background-repeat: no-repeat;
	width: 42px;
	height: 24px;
	margin-top: 0px;
	top: 13px;
	position: absolute;
	z-index:2;
	cursor:pointer;
}


section.block_3 {
	background: #FFF1F5;
	padding-top: 70px;
}
section.block_3 h3, .titles_1 {
	display: flex;
	font-size: 42px;
	line-height: 115%;
	margin-bottom: 35px;
}

.titles_1 {
	position:relative;
	margin: 60px 0 100px;
}

.titles_1 .num_mob {
	font-family: 'Circe Rounded 3';
	font-style: normal;
	font-weight: 400;
	font-size: 130.941px;
	line-height: 130%;
	color: #FF0044;
	opacity: 0.2;	
	position: absolute;
	margin-top: -61px;
	margin-left: -8px;
}

section.block_3 .in_block_1 h3::before {
	font-family: 'Circe Rounded 3';
	font-style: normal;
	font-weight: 400;
	font-size: 130.941px;
	line-height: 115%;
	color: #FF0044;
	opacity: 0.2;	
	position: absolute;
	margin-top: -61px;
	margin-left: -8px;
	content: "1";
}
section.block_3 .in_block_2 h3::before {
	font-family: 'Circe Rounded 3';
	font-style: normal;
	font-weight: 400;
	font-size: 130.941px;
	line-height: 115%;
	color: #FF0044;
	opacity: 0.2;	
	position: absolute;
	margin-top: -49px;
	margin-left: -8px;
	content: "2";
}
section.block_3 .in_block_3 h3::before {
	font-family: 'Circe Rounded 3';
	font-style: normal;
	font-weight: 400;
	font-size: 130.941px;
	line-height: 115%;
	color: #FF0044;
	opacity: 0.2;	
	position: absolute;
	margin-top: -49px;
	margin-left: -8px;
	content: "3";
}
section.block_3 .in_block_1 h3.bl3_name::before {
	content: "";
}
section.block_3 h3 .num_mob {
	display: none;
}
.name {
	display: flex;
}
 .in_block_1 .name img{
	display: none;
}

.name h2{
	font-family: 'Circe Rounded 4';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 115%;
	color: #FF0044;
	margin-bottom: 80px;
}

.titles_2_wrap {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	margin-bottom: 60px;
	gap:15px;
}

.titles_2 {
	color: #FFBD30;
	font-family: 'Circe Rounded 4';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 115%;
}



h3.bl3_name {
	font-size: 24px;
	line-height: 115%;
	color: #161616;
	margin-bottom: -45px!important;
}
.mitems {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 104px;
}
.mitems p.mitem {
	border: 1px solid #C9C9C9;
	border-radius: 30px;
	font-weight: 600;
	font-size: 18px;
	line-height: 145%;
	color: #161616;
	padding:8px 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.mitems p.mitem:before {
	content: "\25CF";
	color: #FF0044;
	font-size: 23px;
	border-radius: 50%;
	margin-right: 6px;
}
section.block_3 .swiper-slide {
	width: 76%;
}
section.block_3 .bl3_slide {
	background: white;
	border: 0px solid #D9D9D9;
	border-radius: 13px;
	padding: 29px 23px;
}
section.block_3 .sl3 {
	display: flex;
}
section.block_3 .sl3 img {
	width: 120px;
	height: 120px;
	border-radius: 17px;
	margin-right: 18px;
}
section.block_3 .sl3 h4 {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 24px;
	line-height: 145%;
	color: #161616;
	padding-right: 0px;
}
section.block_3 .sl3 h4 a {
	color: #161616;
}
section.block_3 p.stag {
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
	margin-bottom: 5px;
	margin-top: 22px;
}
section.block_3 p.stag span {
	font-weight: 600;
	color: #FF0044;
}
section.block_3 p.loc, section.block_3 p.loc2 {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #161616;
	opacity: 0.5;
	margin: 0px;
}

section.block_3 p.loc2 {
	margin-bottom:15px;
	font-size:13px;
}
section.block_3 a.button_n3 {
	color: #FF0044;
	font-size:18px;
	text-align: center;
	border: 1px solid #FF0044;
	border-radius: 22.5px;
	padding: 10px;
	display: block;
}
section.block_3 .mySwiper_3 .swiper-wrapper {
	padding-bottom: 100px;
	padding-top: 90px;
}
section.block_3 .mySwiper_3 .swiper-button-prev3 {
	right: var(--swiper-navigation-sides-offset,70px);
	left: auto;
	background: url(../img/ar_red_left.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 24px;
	margin-top: 0px;
	top:10px;
}
section.block_3 .mySwiper_3 .swiper-button-next3 {
	right: var(--swiper-navigation-sides-offset,10px);
	left: auto;
	background: url(../img/ar_red_right.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 24px;
	margin-top: 0px;
	top:10px;
}
section.block_3 .in_block_2 img,
section.block_3 .in_block_3 img{
	width: 100%;
	margin-bottom: 21px;
	height: 93%;
	object-fit: cover;
	object-position: top;
	border-radius: 13px;
	
}
section.block_3 .in_block_3 .mySwiper_2 .swiper-button-next2 {
	background: url(../img/ar_red_right.png);
	margin-top: -1%;
}
section.block_3 .in_block_3 .mySwiper_2 .swiper-button-prev2 {
	background: url(../img/ar_red_left.png);
	margin-top: -1%;
}
section.block_3 .in_block_3 .mySwiper_2  .swiper-slide {
	width: 100%;
	/* height: 340px; */
}
section.block_3 .in_block_3 .mySwiper_2 .swiper-wrapper {
	padding-bottom: 50px;
	padding-top:60px;
}
section.block_3 .in_block_3 .mySwiper_2 .swiper-slide img {
	height: 230px;
	border-radius: 20px;
}

section.block_3 .in_block_2 {
	padding-top:30px;
}

.d_flex_block {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 51px;
}
.d_flex_block .column1 {
	width: 48%;
}
.in_block_3 .d_flex_block {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-top: 51px;
}



.in_block_2 .mitems {
	margin-bottom: 22px;
}
.in_block_3 .mitems {
	margin-bottom: 12px;
}
.in_block_3 {
	margin-top: 45px;
	padding-top:30px;
}
section.block_4 {
	background: #FFF7E8;
	padding-top:47px;
	padding-bottom: 84px;
}
section.block_4 .name img {
	width: 71px;
	height: 40px;
	margin-right: 14px;
}
section.block_4 .name h2 {
	color: #FFBD30;
	margin-bottom: 60px;
}
section.block_4 h3 {
	font-weight: 400;
	font-size: 42px;
	line-height: 115%;
	color: #161616;
	margin-bottom: 47px;
}
section.block_4 h3 span{
	color: #FFBD30;
}



.tabs_flex {
	display: flex;
	justify-content: space-between;
	margin-top:35px;
}
.tabs_flex .tab_col1 {
	width: 66%;
}
.tabs_flex .tab_col2 {
	width: 32%;
}



section.block_4 .tabs_more {
	
}
section.block_4 .tabs_more {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}
section.block_4 .tabs_more .tab {
	background: none;
	width: auto;
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
	padding: 12px 20px;
	color: #FFBD30;
	border: 1px solid #FFBD30;
	border-radius: 30px;
	text-align: center;
	cursor:pointer;
}
section.block_4 .tabs_more .mactive {
	background: #FFBD30;
	color: white;
}
section.block_4 .tabs_more .tab:after {
	display: none;
}
section.block_4 .tabs_open {
	padding: 28px 15px;
	background: #FFBD30;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	padding: 26px 26px;
	margin-bottom: 12px;
	display: none;
	height: 100%;
	
}
section.block_4 .tabs_open .tab_open{
	width: 50%;
	padding-left:28px;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
}
section.block_4 .tabs_open .tab_open_last{
	width: 100%;
	margin-bottom: 0px;
}
section.block_4 .tabs_open .tab_open .tab_num {
	background: url(../img/back_num.png);
	background-repeat: no-repeat;
	background-size: 66px 65px;
	width: 66px;
	height: 66px;
	padding-top: 4px;
	padding-right: 4px;
	flex:none;
}
section.block_4 .tabs_open .tab_open .tab_num p.num {
	font-weight: 400;
	font-size: 34px;
	line-height: 114%;
	text-align: left;
	color: #161616;
	text-align: center;
	margin-bottom: 1px;
}
section.block_4 .tabs_open .tab_open .tab_num p.num_text {
	font-weight: 400;
	font-size: 12px;
	line-height: 76%;
	color: #161616;
	text-align: center;
}
section.block_4 .tabs_open .tab_open h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 145%;
	color: #161616;
	margin-top: 0px;
	margin-left: 19px;
}

#open2, #open4 {
	border-radius: 13px 0px 13px 13px;
}











section.block_5 {
	background: #F1F9FF;
	padding-top:49px;
	padding-bottom:49px;
}
section.block_5 .name img {
	width: 65px;
	height: 55px;
	margin-right: 14px;
}
section.block_5 .name h2 {
	color:#2E7CC0!important;
}
section.block_5 .bl5_sl {
	background: linear-gradient(188.55deg, #85BDED -1.02%, #2E7CC0 72.15%);
	border-radius: 13px;
	padding: 12px;
	padding-bottom:30px;
}
section.block_5 .bl5_sl {
	flex-wrap: wrap;
	padding: 40px;
}
.bl5_d_flex {
	width: 49%;
	margin-bottom: 42px;
}
.bl5_d_full {
	width: 100%;
}
.bl5_sl_open {
	display: none;
	margin-top: 0px;
}
.visible {
	display:block;
}
.mySwiper11_desctop {
	margin-bottom:35px;
}
.mySwiper12_desctop .swiper-slide {
	display:flex;
	justify-content: space-between;
}
.mySwiper12_desctop .swiper-slide .vid_real {
	width:49%;
}
.mySwiper12_desctop .swiper-slide .vid_real img {
	border-radius: 20px;
}
.mySwiper12_desctop .swiper-slide .bl5_sl {
	width:49%;
	border-radius: 20px;
}

.sl_text {
	cursor:pointer;
}
section.block_5 .mySwiper11_desctop .sl_text,
section.loyal_block4 .mySwiper11_desctop .sl_text {
	border: 1px solid #2E7CC0;
	border-radius: 30px;
	font-weight: 400;
	font-size: 18px;
	color: #2E7CC0;
	width: auto!important;
	padding: 8px 56px;
}
section.block_5  .mySwiper11_desctop .swiper-slide-thumb-active {
	background: #2E7CC0;
	color:white;
	font-weight: 600;
}
/*
section.back_desctop_yel {
	background: #F1F9FF;
}
*/
section.block_5 .sl_text {
	width: auto;
}
section.block_5 .sl_text,
section.loyal_block4 .sl_text  {
	border: 1px solid #2E7CC0;
	border-radius: 30px;
	font-weight: 400;
	font-size: 12px;
	color: #2E7CC0;
	width: auto!important;
	padding: 8px 15px;
}
section.block_5  .swiper-slide-thumb-active,
section.loyal_block4  .swiper-slide-thumb-active {
	background: #2E7CC0;
	color:white;
}
section.block_5 .mySwiper11, 
section.loyal_block4 .mySwiper11 {
	margin-left: 20px;
	margin-bottom: 25px;
}
section.block_5 .bl5_sl .mname_title {
	font-weight: 600!important;
	font-size: 17px;
	line-height: 145%;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: 'Montserrat';
}
section.block_5 .bl5_sl .mname_text {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #FFFFFF;
	margin-bottom: 0px;
	font-family: 'Montserrat';
}
section.block_5 .bl5_sl a.mybut5 {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 22.5px;
	padding:10px 31px;
	display: inline-block;
	margin-top: 30px;
}
section.block_5  #close {
  display: none;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 22.5px;
  padding:10px 31px;
  display: inline-block;
  margin-top: 30px;
  
}
section.block_6 {
	background: #F1F9FF;
	padding-top:40px;
	padding-bottom:49px;
}
section.block_6 h3 {
	
}
section.block_6 h3 span, section.block_7 h3 span,
section.block_8 h3 span{
	color: #2E7CC0!important;
}

/* Tabs container */
.mtab-container {
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
}

/* Tabs */
.mtab-container .mtab {
	font-weight: 600;
	font-size: 18px;
	line-height: 145%;
	color: #2E7CC0;
	padding: 12px 56px;
	cursor: pointer;
	border: 1px solid #2E7CC0;
	border-radius: 30px;
	text-align: center;
	margin-right: 21px;
	
}
.mtab-container .myact {
	background: #2E7CC0;
	color:white;
}


.mtab-content {
	display: none;
	margin-top: 27px;
}
.mtab-content.active {
	display: block;
}
section.block_6 .swiper-wrapper {
	padding-bottom: 62px;
}
section.block_6 .m_slide_content2 {
	background: white;
	padding: 25px 23px;
	border-radius: 13px;
	font:18px/26px 'Circe Rounded 3';
}

section.block_6 .m_slide_content2 .item {
	height: 444px;
	overflow-y: auto;
	padding-right:15px;
}

.m_slide_content2 ::-webkit-scrollbar {
  width: 5px;
}

.m_slide_content2 ::-webkit-scrollbar-thumb {
  border-radius: 29px;
  background-color: #2E7CC0;
}

.m_slide_content2 ::-webkit-scrollbar-track {
  border-radius: 29px;
  background-color: #F5F5F5;
}

section.block_6 .mySwiper_4 .swiper-button-next4 {
	margin-top: 236px;
	right: var(--swiper-navigation-sides-offset,10px);
	left: auto;
	background: url(../img/ar_right.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 24px;
}
section.block_6 .mySwiper_4 .swiper-button-prev4 {
	margin-top: 236px;
	right: var(--swiper-navigation-sides-offset,70px);
	left: auto;
	background: url(../img/ar_left.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 24px;
}
section.block_6 a.but_otz{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 145%;
	text-align: center;
	color: #2E7CC0;
	padding: 10px 31px;
	border: 1px solid #2E7CC0;
	border-radius: 20px;
	display: flex;
	margin-top: -31px;
	width: 54%;
	justify-content: center;
	z-index: 10;
	position: relative;
}

.mySwiper_5 {
	position:relative;
}

section.block_6 .mySwiper_5 .swiper-button-next5 {
	right: var(--swiper-navigation-sides-offset,10px);
	left: auto;
	background: url(../img/ar_right.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 24px;
	top:auto;
	bottom:0px;
}
section.block_6 .mySwiper_5 .swiper-button-prev5 {
	right: var(--swiper-navigation-sides-offset,70px);
	left: auto;
	background: url(../img/ar_left.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 24px;
	top:auto;
	bottom:0px;
}

section.block_6 .mtab_flex {
	display: flex;
	justify-content: space-between;
}
.mySwiper_4_container_1 {
	width:66%;
}
.mySwiper_4_container_2 {
	background: url('../img/back_block6.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 494px;
	width:32%;
	border: 1px solid #2E7CC0;
	border-radius: 13px;
	padding: 42px 45px;
	display: flex;
	flex-wrap: wrap;
}
.mySwiper_4_container_2 h3 {
	font-size: 42px;
	line-height: 115%;
	text-align: center;
	color: #2E7CC0;

}
.mySwiper_4_container_2 .social {
	align-self: flex-end;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

section.block_7 {
	background: #F1F9FF;
	padding-top:0px;
	padding-bottom:58px;
}
.r_items {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.r_items .r_item{
	background: #FFFFFF;
	border-radius: 13px;
	padding:10px 23px;
	width: 24%;
	margin-bottom: 15px;
	text-align: center;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.r_items .r_item p.r_num {
	font-family: 'Circe Rounded 4';
	font-weight: 400;
	font-size: 42px;
	line-height: 115%;
	color: #2E7CC0;
	margin-bottom:0px;
	margin-right: 20px;
}
.r_items .r_item p.r_search {
	font-weight: 600;
	font-size: 24px;
	line-height: 115%;
	color: #161616;
	margin-bottom:3px;
	text-align: left;
}
.r_items .r_item p.r_n {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #161616;
	opacity: 0.5;
	margin-bottom:0px;
	text-align: left;
}


/* Style for accordion headings */

.accordion {
  background-color: white;
  color: #333;
  cursor: pointer;
  padding:20px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
  border-top: 1px solid black;
  position:relative;
  margin:0;
}

.accordion:first-child {
	border:none;
}

.no_border{
	border-top: 0px solid black;
}
.yes_border {
	border-bottom: 1px solid black;
}
.accordion p {
	padding-right: 13%;
	font-weight: 600;
	font-size: 24px;
	line-height: 145%;
	color: #161616;
	margin-bottom:0px;
}
/* Style for accordion content */
.panel {
  padding: 10px 0px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.panel p {
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
	color: #161616;
}

/* Style for "+" and "-" sign */
.plus-minus {
	font-size: 22px;
	color: #2E7CC0;
	border: 1px solid #2E7CC0;
	border-radius: 100%;
	font-weight: 600;
	position:relative;
	width:36px;
	height:36px;
	position:absolute;
	right:15px;
	top:50%;
	transition:0.5s;
	margin:-18px 0 0;
}

.plus-minus:before {
	content:"";
	width:16px;
	height:4px;
	background:#2E7CC0;
	position:absolute;
	top:50%;
	left:50%;
	margin:-2px 0 0 -8px;
	transition:0.5s;
}

.plus-minus:after {
	content:"";
	height:16px;
	width:4px;
	background:#2E7CC0;
	position:absolute;
	top:50%;
	left:50%;
	margin:-8px 0 0 -2px;
	transition:0.5s;
}

.plus-minus.open {
	transform:rotate(180deg);
}

.plus-minus.open:after {
	transform:rotate(90deg);
}


.rotate {
  transform: rotate(0deg);
  padding: 0px 12px;
  background: #2E7CC0;
  color:white;
}
.padd {
	margin-top: 5px;
}
.padd h3 {
	padding-top:30px;
	line-height: 115%;
	margin-bottom: 45px;
}

section.section.block_9 {
	
}
.cont_flex {
	display: flex;
}
.mcontacts {
	margin-top: 30px;
	width: 25%;
}
.mcontacts:last-child {
	width: 45%;
}
.mcontacts p.smc {
	font-weight: 400;
	font-size: 16px;
	opacity: 0.5;
	margin-bottom: 8px;
}
.mcontacts p.smt {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 7px;
}
.m_licence a {
	color:#000;
	font-size: 18px;
}
.block_desctop .m_licence h3 {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 24px;
	color: #2E7CC0;
	margin-bottom: 30px;
}
.block_desctop p a {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #000000;
}
.m_licence p {
	font-size: 12px;	
	text-decoration-line: underline;
	color: #000000;
	opacity: 0.5;
}
.m_licence p.mf_poli {
	font-weight: 400;
	font-size: 12px;
	line-height: 145%;
	color: #000000;
	opacity: 0.9;
	text-decoration: none;
	margin-top: 50px;
	margin-bottom: 0px;
}
.block_desctop .mf_logo {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 10px;
	margin-bottom: 70px;
	padding-top:70px;
}
.mf_logo img {
	background: #2E7CC0;
	padding: 10px;
	border-radius: 10px;
}
.block_desctop .mf_logo img {
	width: 196px;
}
.block_desctop .mf_logo p {
	font-size: 16px;
	line-height: 145%;
	color: #000000;
	opacity: 0.5;
	margin-bottom: 0px;
	margin-top: 29px;
}
.block_desctop .mf_logo p.mf_poli {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	opacity: 0.9;
}
.mmap {
	margin-top: 35px;
	margin-bottom: 50px;
	border-radius: 13px;
	overflow: hidden;
}



.bottom_panel {
	background: #2E7CC0;
	padding: 5px 10px;
	position: sticky;
	display: flex;
	bottom: 0px;
	z-index: 120;
	padding: 16px 19px;
	justify-content: space-evenly;
}
.bottom_panel a.bottom_but{
	font-weight: 500!important;
	font-size: 12px;
	line-height: 145%;
	text-align: center;
	color: #2E7CC0;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 11px 29px;
}
.bottom_panel a {
	
}

.vid_real .play-btn:after {
	content:"";
	width: 53px;
	height: 53px;
	background: url(../img/play.png);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
	margin:-26px 0 0 -26px;
}

.doctors-reviews-name, .doctors-reviews-logo,
.doctors-reviews-stars {
	/*display: none;*/
}
section.block_1 .bl1_slide_notmain p{
	font-size: 14px;
	margin-bottom: 11px;
}
section.block_1 .bl1_slide_notmain img{
	height: 18px;
	width:18px;
}
section.block_1 .bl1_slide_2 p.bl1_slide_notmain_text {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #000000;
	display: inline-block;
}

.bl1_slide_notmain_text a {
	color:#000;
}

.bl1_slide_2 .col1 {
	align-items:center;
}

section.mail_block .mail_back {
	background: #FFBD30;
	border-radius: 13px;
	padding:40px;
	display: flex;
	justify-content: space-between;
	align-items:center;
}

section.mail_block .mail_back a {
	color:#161616;
	text-decoration:underline;
}

.mail_back_in {
	width:65%;
	padding-right:50px;
}

.mail_back_in .m_hero_title {
	font-family: 'Circe Rounded 3';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 115%;
    color: #161616;
}
@media (max-width: 767px) {
	.mail_back_in .m_hero_title {
		font-size: 24px;
	}
	
	.mail_back_in {
		width:100%;
		padding:0px;
	}
}
.m_hero_title b {
	color:#FF0044;
}

.m_hero_title .old_price, .main_subtitle s, .m_hero_title s {
	text-decoration-line: line-through;
	/* font-size:26px; */
}
.old_price {
	text-decoration-line: line-through;
}
.main_subtitle .m_hero_title br {
	display:none;
}

.main_subtitle s {
	font-size:19px;
}

section.mail_block .mail_back .column1 {
	width: 45%;
}
section.mail_block .mail_back .column1 p.m_hero_title {
	font-family: 'Circe Rounded 3';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 115%;
	color: #161616;
}
.wpcf7 p {
	margin:0px;
}
.api_wrap {
	display:none;
}
.submit_wrap {
	position:relative;
}

.submit_wrap .wpcf7-spinner {
	position:absolute;
	bottom:-50px;
	left:50%;
	margin:0 0 0 -10px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color:#fff;
	color:#fff;
}

.post .wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	color:#46b450;
}
.post .wpcf7 form.invalid .wpcf7-response-output {
	border-color: #ffb900;
	color:#ffb900;
}

.fancybox .wpcf7 form.sent .wpcf7-response-output {
	color:#000;
}

#order_form form.sent .wpcf7-response-output {
	border-color:#95ff00;
	color:#95ff00;
}

.wpcf7-not-valid-tip {
	font-size:12px;
	color:#fff;
	background:none;
	border:none;
	margin:-10px 0 15px;
}

#order_form .wpcf7-not-valid-tip {
	color:#FF0044;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
	font-size:12px;
	color:#fff;
	background:none;
	border:none;
	padding:0px;
}

#order_form form.invalid .wpcf7-response-output,
#order_form form.unaccepted .wpcf7-response-output, 
#order_form form.payment-required .wpcf7-response-output {
	color:#FF0044;
}

.wpcf7 form .wpcf7-text {
	border-radius: 21px;
	width:100%;
	height:48px;
	line-height:48px;
	border:none !important;
	margin:0 0 15px;
	padding:0 20px;
	font-size:16px;
	border:1px solid #9999a6 !important;
	box-shadow:none;
}

.wpcf7 form textarea {
	border-radius: 21px;
	width:100%;
	height:150px;
	border:none !important;
	margin:0 0 15px;
	padding:20px;
	font-size:16px;
	border:1px solid #9999a6 !important;
	box-shadow:none;
}

.wpcf7 form .wpcf7-list-item-label {
	font-size: 11px;
}
.wpcf7 form .wpcf7-submit {
	background: #FF0044;
	border-radius: 22.5px;
	font-weight: 400;
	font-size: 18px;
	padding:10px;
	width:100%;
	height:48px;
	color:#fff;
	border:none;
}
#order_form .wpcf7-submit {
	margin:20px 0 0;
}

#order_form h3 {
	text-align:center;
}

.timecall_p {
	font-size:14px;
}

.wpcf7-list-item {
	margin:0px;
}

#readMoreButton {
	background: none;
	padding: 0px;
	font-weight: 500!important;
	font-size: 14px;
	line-height: 145%;
	color: #2E7CC0;
	outline:none;
	border:none;
	font-family: 'Circe Rounded 3';
}

.more-link {
	background: none;
	padding: 0px;
	font-weight: 500!important;
	font-size: 14px;
	line-height: 145%;
	color: #2E7CC0;
}

.block_cm_full .more-link {
	font-size: 18px;
	line-height: 145%;
	color: #2E7CC0;
}

section.block_8 {
	padding-top: 70px;
	padding-bottom: 30px;
}
.padding_small {
	padding-bottom: 2px;
}
.more_padd {
	padding-bottom: 48px;
}
.more_padd_1 {
	padding-top:20px;
	padding-bottom: 20px;
}

button.m_back {
	color: #ff4c7a;
	border: 1px solid #ff4c7a;
	background: none;
	border-radius: 15px;
	margin-bottom: 30px;
	padding: 2px 23px;
}
a.sl_href {
	color: #ff4c7a;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
}

.flex_mobile {
	display: none;
}
.flex_desctop, .flex_desctop1  {
	display: flex;
}
.block_mobile {
	display: none !important;
}
.block_desctop {
	display: block;
}
.header_block_mobile {
	display: none;
}
.header_block_desctop {
	display: block;
}

.fancybox-content .submit_wrap {
	padding-bottom:50px;
}

.fancybox-content .wpcf7-spinner {
    bottom: 0px;
}

.fancybox-content .wpcf7-form.invalid .submit_wrap {
	padding-bottom:0px;
}

.tabs_more.top #tab3,
.tabs_more.top #tab4 {
	display:none !important;
}

.tabs_more.bottom #tab1,
.tabs_more.bottom #tab2 {
	display:none !important;
}

.tabs_blocks.top #open3,
.tabs_blocks.top #open4 {
	display:none !important;
}

.tabs_blocks.bottom #open1,
.tabs_blocks.bottom #open2 {
	display:none !important;
}

.menu_mobile {
	display:none;
	position:fixed;
	background:#0088cc;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	list-style:none;
	padding:60px 15px 150px 15px;
	overflow:auto;
}

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

.menu_mobile a {
	color:#fff;
	display:block;
	margin:0 0 10px;
	font-size:18px;
}



.burger {
	display:none;
	width:20px;
	height:14px;
	cursor:pointer;
	z-index:9;
	position:relative;
	transition:0.5s;
}

.burger.open {
	background:none;
}

.burger:before {
	content:"";
	background:#0088cc;
	height:2px;
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
	border-radius:2px;
	transition:0.5s;
}

.burger.open:before {
	background:#fff;
	transform:rotate(45deg);
	top:6px;
}

.burger:after {
	content:"";
	background:#0088cc;
	height:2px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	border-radius:2px;
	transition:0.5s;
}

.burger.open:after {
	background:#fff;
	transform:rotate(-45deg);
	bottom:6px;
}

.burger span {
	background:#0088cc;
	height:2px;
	top:6px;
	left:0px;
	width:16px;
	position:absolute;
	border-radius:2px;
	transition:0.5s;
}

.burger.open span {
	background:#fff;
	transform:scale(0);
}

.left_col {
	width:50%;
}

.right_col {
	width:50%;
}

.content_block {
	display:flex;
	gap:50px;
}

.page_wrapper {
	/* padding:50px 0; */
	font-family: 'Circe Rounded 3';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #161616;
}

.page_wrapper li {
	line-height:1.5;
}

.page_wrapper h1,
.page_wrapper h2,
.page_wrapper h3 {
	margin:0px 0 20px;
}

.archive-specialist {
	flex-wrap:wrap;
}

.archive-specialist .item {
    width: calc(100% / 3 - 3%);
    margin: 0 1%;
    margin-bottom: 40px;
}

.specialist-in-archive {
    padding: 20px;
    background: #fff;
    border: 1px solid #eff4f8;
    border-radius: 10px;
    min-height: 200px;
    display: flex;
	height:100%;
	flex-wrap: wrap;
}

.specialist-in-archive img {
    max-width: 120px !important;
    background: #eff4f8;
    border-radius: 13px;
    margin: 0 auto;
    margin-bottom: 20px;
	width:100%;
}

.bl--flex-desc {
    position: relative;
	padding:0 10px;
}

.specialist-in-archive h3 {
    margin-bottom: 0;
	width:60%;
}
.specialist-in-archive a.doc_name_nn {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 24px;
	line-height: 145%;
	color: #161616;
	width:60%;
}

.specialist-in-archive .categories {
    margin-top: 10px;
	width:100%;
}
.specialist-in-archive .categories span {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 145%;
	color: #161616;
}
.specialist-in-archive .work-experience {
	font-size: 16px;
	line-height: 145%;
}
.specialist-in-archive .work-experience span{
	color: #FF0044;
	font-weight: 700;
}


.specialist-in-archive .categories span:after {
    content: ', ';
}

.specialist-in-archive .categories span:last-child:after {
    content: '';
}

.specialist-in-archive .bl--flex {
    justify-content: flex-start;
    min-height: 124px; 
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.specialist-in-archive .additional-info {
    margin-top: 20px;
    font-size: 14px;
    opacity: .6;
}

.archive-specialist .detail {
    margin-top: 15px;
    font-size: 14px;
    color: #ff4c7a;
}

.specialist-in-archive .button {
	margin-top: 20px;
	width: 100%;
	color: #FF0044;
	background: none;
	border: 1px solid #FF0044;
	border-radius: 41px;
	font-size: 18px;
}
.specialist-in-archive .button:hover {
	color: white;
	background: #FF0044;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
    color: #ffffff;
    background-color: #ff4c7a;
}

.button, input[type="submit"] {
    padding: 15px 30px;
    text-align: center !important;
    text-decoration: none !important;
    border-radius: 30px;
    transition: 0.5s;
}

.button, .wp-block-button .wp-block-button__link {
    padding: 10px 20px;
    display: inline-block;
}

.columns-2, .columns-3 {
    display: flex;
    flex-wrap: wrap;
}

.specialist h2, .specialist h1 {
    font-size: 45px;
    font-weight: bold;
    margin: 0 0 40px;
}

.fa-star:before, .fa-star-half-stroke:before {
    color: #FF3C8A;
}

.medium-width {
    margin: 0 auto;
    max-width: 768px;
}

ol, ul {
    margin: 0 0 1.5em 3em;
	font-size: 16px;
} 

li {
    line-height: normal;
}

.block_10 {
	margin:0 0 50px;
}

.block_content_main {
	padding:40px 0;
	overflow:hidden;
}

.price-block .accordion {
	flex-wrap:wrap;
}

.price-block .ac-heading {
    position: relative;
    cursor: pointer;
    padding: 20px 80px 20px 20px;
    margin-top: -1px;
    border: 1px solid #eff4f8;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
	width:100%;
}
 
.price-block .ac-heading .fa {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #ff4c7a;
}

.price-block .ac-body {
    position: relative;
    display: none;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #eff4f8;
    border-top: none;
	width:100%;
}

.price-block .row {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eff4f8;
    align-items: center;
	margin:0px;
}

.price-block .row-1 {
    width: 60%;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.price-block .row-2 {
    width: 20%;
    padding-left: 20px;
    text-align: right;
}

.price-block .row-3 {
    width: 20%;
    text-align: right;
}

.price-block .open .fa {
    -webkit-transform: rotate(45deg);
}

.post_title {
	margin:40px 0;
}

.actions .flex {
	flex-wrap:wrap;
}

.actions .item {
    width: 31.33%;
    margin: 0 1%;
    margin-bottom: 40px;
    padding: 40px;
    border: 1px solid #eff4f8;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.actions .item img {
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.actions .item .heading {
	font-size: 20px;
}

.actions .item .cost {
    margin-top: 20px;
    font-weight: normal;
}

.actions .item .button {
    margin-top: 20px;
}

.complex {
    display: flex;
    margin: 40px 0 0;
    gap: 30px;
	padding:0 15px;
}

.complex_item:nth-child(1) {
    background: rgba(255, 68, 118);
}

.complex_item:nth-child(2) {
    background: rgba(255, 181, 25);
}

.complex_item:nth-child(3) {
    background: rgba(22, 133, 213);
}

.complex_item {
    width: 33.3333%;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 100px;
    text-align: center;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    border-radius: 20px;
}

.complex_icon {
    display: inline-block;
    font-family: bootstrap-icons;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 30px;
    margin: 0 0 20px;
}

.complex_item h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    margin: 0px;
}

.complex_item p {
    margin: 15px 0 0px;
	color:#fff;
	font-size:16px;
}

.complex_link {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.complex a.complex_link_2 {
    border: 1px solid #fff;
    padding: 10px 10px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    margin: 15px 0 0;
    transition: 0.5s;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    margin: 0 5px;
}

.main_title {
	margin-top:50px;
}

.hidden_doctor input, .which_doctor {
	display:none;
}

.contact_form_wrap {
    border-radius: 25px;
    background: rgba(216, 52, 139, 0.25);
    border-color: transparent;
    border-style: solid;
    padding: 10px;
	margin:40px 0;
}

.contact_form_in {
    background-image: url(../../images/Frame_24.png);
    border-radius: 25px;
    background-color: #d8348b;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    padding: 50px;
}

.contact_form_in h2 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin: 0 0 15px;
}

.contact_form_action {
    font-size: 22px;
}

.contact_form_action span {
    color: #000000;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    border-radius: 6px;
    background-color: #f8c041;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    display: inline-block;
    padding: 0 5px;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.contact_form_in form {
    position: relative;
}

.red_form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin: 30px 0 10px;
}

.red_form_item {
    width: 33.3333%;
}

div.wpcf7 form p {
    margin: 0px;
}

.contact_form_in input[type="text"], .contact_form_in input[type="tel"], .contact_form_2 input[type="text"], .contact_form_2 input[type="tel"] {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-radius: 55px;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
}

.contact_form_in input[type="submit"], .contact_form_2 input[type="submit"] {
    color: #2a2b2c;
    background-color: #f8c041;
    border-radius: 55px;
    font-size: 14px;
    cursor: pointer;
    padding: 0px 15px;
    font-weight: 600;
    height: 60px;
    text-transform: uppercase;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: 2px solid #ffb900;
}

.contact_form_in .wpcf7-not-valid-tip, .contact_form_in .wpcf7-response-output {
    color: #fff !important;
}

div.wpcf7 form .wpcf7-response-output, span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin: 0px;
}

.soc_form span.wpcf7-not-valid-tip {
	color:#dc3232;
}

.contact_form_in .wpcf7-spinner {
    position: absolute;
    bottom: -40px;
    right: 0px;
}

.details_row {
    max-width: 1200px;
    padding: 80px 15px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    justify-content: space-around;
    align-items: center;
}

.details_wrap:nth-child(odd) .block_2 {
    order: 1;
}

.details_wrap:nth-child(odd) .block_1 {
    order: 2;
}

.features {
	padding:40px 0;
}

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

.checkbox {
    position: relative;
    padding: 24px 20px;
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
    transition: 0.3s;
    height: 100%;
    background: #fff;
    align-items: center!important;
    display: flex;
	line-height: unset;
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.checkbox__text {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0 0 0 50px;
}

.checkbox__text:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 32px;
    height: 32px;
    transition: .2s;
    line-height: 0;
    background: #ecf3ff;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
}

.checkbox__text:after {
    content: "\f26e";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    position: absolute;
    top: 7px;
    left: 8px;
    color: #444444;
}

.checkbox_wrap {
	margin-top:24px;
	padding:0 10px;
}

.checkbox input:checked + .checkbox__text:after {
    opacity: 1;
}

.checkbox:hover .checkbox__text:before {
    background: #4154f1;
}

.checkbox:hover .checkbox__text:after {
    color: #fff;
}

.container {
	padding:0 15px;
}

h3 {
	line-height:45px;
	margin:0 0 30px;
}

.r_carousel .owl-carousel .owl-item img {
    height: 550px;
    object-fit: cover;
}

.r_carousel .owl-carousel .item {
    width: 850px;
}

.r_carousel h3 {
    text-align: center;
}

.about {
	margin:0px 0;
}

.play-btn_2 {
    width: 94px;
    height: 94px;
    background: radial-gradient(rgba(255, 76, 122) 50%, rgba(255, 76, 122, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.play-btn_2:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 76, 122, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.play-btn_2:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.position-relative {
	position:relative;
}

.hero_new {
    width: 100%;
    min-height: 50vh;
    background-color: #0e1d34;
    background-image: url("../../images/hero-bg.png");
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 80px 0 80px 0;
    color: rgba(255, 255, 255, 0.8);
}

.hero_new h2 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

.hero_new h3 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}

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

.header_form input[type="tel"] {
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    border-radius: 30px;
    margin: 0 0 10px;
}

.header_form input[type="submit"] {
    font-size: 14px;
    height: 56px;
    line-height: 56px;
    padding: 0 10px;
    width: 100%;
	background-color: #ff4c7a;
	border-radius:30px;
}

.hero_new img {
    background-size: 100%;
    max-width: 800px;
    margin: -80px 0;
}

.text-11 h4 {
	font-size:20px;
	margin:0 0 20px;
}

.text-11 .column-1, 
.text-11 .column-2 {
	width:50%;
	padding:0 15px;
}

.text-11 .columns-2 {
	margin:0 -15px;
}

.text-11 {
	padding:0px;
}

.post h1 {
	margin:0 0 30px;
}

.post h2, .post h3, .post h4 {
    font-size: 30px;
}

.alm-reveal, .cat_blocks {
	display:flex;
	flex-wrap:wrap;
	gap:60px;
}

.cat_block {
    width: 29.91%;
}

.cat_blocks {
	padding-bottom:50px;
}

.thumb {
	margin:0 0 20px;
	display:block;
}

.thumb img {
	border-radius:13px;
}

.alm-reveal h2, .cat_blocks h2 {
	font-size:20px;
}

.cat_title {
	margin:30px 0;
}

body .alm-btn-wrap .alm-load-more-btn {
	color: #ffffff;
    background-color: #2E7CC0 !important;
	padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.5s;
}

body .alm-btn-wrap .alm-load-more-btn:hover {
    background-color: #2E7CC0 !important;
}

.zabolevaniya .categorys {
	display:flex;
	gap:10px;
	flex-wrap:wrap;
	margin-top:30px;
}

.zabolevaniya .categorys .item {
	border-radius: 30px;
	border: 1px solid #2E7CC0;
    padding: 10px 45px;
    font-size: 18px;
}

.alfabet {
	margin:0 0 20px;
}

.block_alfabet {
	margin:0 0 50px;
}
/* start 7 shagov */



/* end 7 shagov */

#loadmore {
	text-align:center;
	width:100%;
}

@media (min-width: 992px) {
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
		padding:0 15px;
	}
}


@media (min-width: 768px) { 
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
}

/* styles Mobile */

@media (max-width: 767px) {
	
	footer {
		padding-top:20px;
	}
	
	.block_content_main {
		padding:0px 0;
	}
	
	.alm-reveal, .cat_blocks {
		gap:20px;
	}
	
	.cat_block {
		width: 48%;
	}
	
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
		font-size: 28px;
	}
	
	.text-11 .columns-2 {
		margin:0px;
	}
	
	.text-11 .column-1,
	.text-11 .column-2 {
		width:100%; 
		padding:0px;
	}
	
	.text-11 .column-2 .title {
		display:none;
	}
	
	.hero_new h2 {
		font-size: 27px;
	}
	
	.hero_new h3 {
		font-size: 18px;
	}
	
	.contact_form_in input[type="submit"], .contact_form_2 input[type="submit"], .contact_form_3 input[type="submit"] {
		width: 100%;
		white-space: break-spaces;
	}
	
	.contact_form_in input[type="text"], .contact_form_in input[type="tel"], .contact_form_2 input[type="text"], .contact_form_2 input[type="tel"] {
		margin:0px;
	}
	
	.red_form_item {
		width: 100%;
	}
	
	.red_form {
		flex-direction: column;
	}
	
	.contact_form_action {
		font-size: 22px;
	}
	
	.contact_form_action span {
		font-size: 20px;
	}

	.contact_form_in {
		padding: 15px;
	}
	
	.contact_form_in h2 {
		font-size: 24px;
		text-align:center;
	}

	.block_10 {
		margin: 0 0 0px;
	}

	.col-lg-7 {
		width: 100%;
		padding:0 15px;
	}
	
	.col-lg-5 {
		width: 100%;
		padding:0 15px;
	}
	
	.col-lg-6 {
		width: 100%;
		padding:0 15px;
	}

	.hero-img {
		display:none;
	}

	.details_row {
		flex-direction: column;
		gap: 20px;
	}

	.complex_item {
		width: 100%;
	}
	
	.complex {
		flex-direction: column;
	}

	.actions .item {
		width: 98%;
	}

	.price-block .row {
		flex-direction:column;
	}
	
	.price-block .row-1,.price-block .row-2, .price-block .row-3 {
		width: 100%;
		text-align:center;
		padding:0px;
	}
	
	.price-block .row-2 {
		padding:10px 0;
		font-weight:bold;
	}
	
	.price-block .ac-heading {
		font-size:14px;
	}

	ol, ul {
		margin: 0 0 1.5em 3em;
		font-size: 14px;
	}

	.m_licence a {
		font-size: 14px;
	}

	.page_wrapper {
		padding:0px 0;
		font-size:14px;
	}
	
	.page_wrapper h1,
	.page_wrapper h2,
	.page_wrapper h3 {
		margin:0px 0 20px;
	}


	.mail_back_in .m_hero_title .old_price {
		font-size: 18px;
	}

	section.main_hero h1 span {
		font-size: 32px;
	}

	.left_col {
		width:100%;
	}

	.right_col {
		display:none;
	}

	.burger {
		display:block;
	}

	p {
		font-family: 'Circe Rounded 3';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		color: #161616;
	}
	h1, h2 {
		font-family: 'Circe Rounded 3';
	}
	h3, h4 {
		font-family: 'Circe Rounded 4';
		font-style: normal; 
		font-weight: 500;
		font-size: 24px;
		line-height: normal;
		margin:0 0 15px;
	}
	.header_block_desctop {
		display: none;
	}
	.header_block_mobile {
		display: block;
		padding-top:15px;
		padding-bottom:15px;
		margin:0px;
	}
	.flex_mobile {
		display: flex;
	}
	.flex_desctop, .flex_desctop1 {
		display: none !important;
	}
	.block_mobile {
		display: block !important;
	}
	.block_desctop {
		display: none;
	}
	.header_new {
		position: sticky;
		top: 0px;
		background: white;
		z-index: 120;
	}
	.header_new .flex {
		align-items: center;
	}
	.header_new .logo_new {
		width:20%!important;
		min-width: 150px;
	} 
	.header_new .logo_new img{
		width:100%;
		padding:0 5px 0 0;
	} 
	.phone-wrapper a {
		font-size:11px;
	}
	section.main_hero {
		background: #F1F9FF;
		padding:35px 0px;
	}
	section.main_hero h1 {
		font-weight: 400!important;
		font-size: 32px!important;
		line-height: 90%!important;
		color: #2E7CC0!important;
		margin-bottom:10px;
	}
	section.main_hero a.hero_a {
		font-weight: 400;
		font-size: 12px;
		line-height: 145%;
		text-decoration-line: underline;
		color: #2E7CC0;
		margin-bottom:25px;
		display: block;
	}
	section.main_hero a.button_new {
		font-family: 'Montserrat';
		background: #FF0044;
		border-radius: 22.5px;
		font-weight: 500;
		font-size: 12px;
		line-height: 145%;
		color: #FFFFFF;
		padding:10px 56px;
		display: inline-block;
		margin-bottom:0px;
	}
	section.block_1 .swiper-slide p {
		font-family: 'Circe Rounded 4';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 115%;
		color: #FFFFFF;
		display: flex;
		text-align: left;
		margin:0px;
	}

	section.block_2 {
		padding-top: 21px;
		padding-bottom: 21px;
	}
	section.block_2 h2{
		font-weight: 400;
		font-size: 24px;
		line-height: 115%;
		color: #2E7CC0;
		margin-bottom: 24px;
	}
	.mySwiper_2 .swiper-wrapper, .mySwiper_1 .swiper-wrapper {
		padding-top: 0px;
	}
	.mySwiper_2 .swiper-button-next2{
		right: var(--swiper-navigation-sides-offset,10px);
		left: auto;
		background: url('../img/ar_right.png');
		background-repeat: no-repeat;
		width: 42px;
		height: 24px;
		top: 50%;
	}
	.mySwiper_2 .swiper-button-prev2 {
		right: var(--swiper-navigation-sides-offset,70px);
		left: auto;
		background: url('../img/ar_left.png');
		background-repeat: no-repeat;
		width: 42px;
		height: 24px;
		top: 50%;
	}
	.mySwiper_1 .swiper-button-next1{
		right: var(--swiper-navigation-sides-offset,10px);
		left: auto;
		background: url('../img/ar_right.png');
		background-repeat: no-repeat;
		width: 42px;
		height: 24px;
		top: 96%;
	}
	.mySwiper_1 .swiper-button-prev1 {
		right: var(--swiper-navigation-sides-offset,70px);
		left: auto;
		background: url('../img/ar_left.png');
		background-repeat: no-repeat;
		width: 42px;
		height: 24px;
		top: 96%;
	}
	section.block_2 a.button_n2 {
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 145%;
		text-align: center;
		color: #2E7CC0;
		padding:10px 47px;
		border: 1px solid #2E7CC0;
		border-radius: 20px;
		display: block;
		
	}
	
	section.mail_block .mail_back {
		background: #FFBD30;
		border-radius: 13px;
		padding:21px 14px 20px;
		display: block;
	}
	p.m_hero_title {
		font-family: 'Circe Rounded 4';
		font-weight: 400!important;
		font-size: 24px;
		line-height: 115%;
		color: #161616;
		margin-bottom: 13px;
	}
	section.block_3 {
		background: #FFF1F5;
		padding-top: 37px;
		margin:20px 0;
	}
	.name {
		display: flex;
	}
	.in_block_1 .name img{
		display: block;
	}
	.name img{
		width: 24px;
		height: 24px;
		margin-right: 15px;
		display: block;
	}
	.name h2{
		font-size: 32px;
		line-height: 113%;
		color: #FF0044;
		padding-right: 20%;
		margin-bottom: 30px;
	}
	
	.mitems {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 54px;
	}
	.mitems p.mitem {
		border: 1px solid #C9C9C9;
		border-radius: 30px;
		font-weight: 600;
		font-size: 12px;
		line-height: 145%;
		color: #161616;
		padding:8px 15px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.mitems p.mitem:before {
		content: "\25CF";
		color: #FF0044;
		font-size: 18px;
		border-radius: 50%;
		margin-right: 6px;
	}
	section.block_3 h3 {
		display: flex;
		padding-right: 22%;
		font-size: 24px;
		margin-bottom: 25px!important;
	}
	section.block_3 h3 .num_mob {
		margin-right: 4px;
		display: block;
	}
	section.block_3 .in_block_1 h3::before,
	section.block_3 .in_block_2 h3::before,
	section.block_3 .in_block_3 h3::before {
		content: "";
	}
	h3.bl3_name {
		font-size: 24px;
		line-height: 115%;
		color: #161616;
		margin-bottom:35px!important;
	}
	section.block_3 .mySwiper_3 .swiper-wrapper {
		padding-bottom: 100px;
		padding-top: 0px;
	}
	section.block_3 .mySwiper_3 .swiper-button-prev3 {
		right: var(--swiper-navigation-sides-offset,70px);
		left: auto;
		background: url(../img/ar_red_left.png);
		background-repeat: no-repeat;
		width: 42px;
		height: 24px;
		margin-top: 255px;
	}
	section.block_3 .mySwiper_3 .swiper-button-next3 {
		right: var(--swiper-navigation-sides-offset,10px);
		left: auto;
		background: url(../img/ar_red_right.png);
		background-repeat: no-repeat;
		width: 42px;
		height: 24px;
		margin-top: 255px;
	}
	section.block_3 .sl3 img {
		width: 65px;
		height: 65px;
		border-radius: 13px;
		margin-right: 16px;
	}
	section.block_3 .sl3 h4 {
		font-family: 'Montserrat';
		font-weight: 600;
		font-size: 14px;
		line-height: 145%;
		padding-right: 0px;
	}
	section.block_3 .bl3_slide {
		background: white;
		border: 0.5px solid #D9D9D9;
		border-radius: 13px;
		padding: 12px;
	}
	section.block_3 p.stag {
		font-weight: 400;
		font-size: 12px;
		line-height: 145%;
		margin-bottom: 5px;
	}
	section.block_3 p.stag span {
		font-weight: 600;
		color: #FF0044;
	}
	section.block_3 p.loc, section.block_3 p.loc2 {
		ont-weight: 400;
		font-size: 12px;
		line-height: 145%;
		color: #161616;
		opacity: 0.5;
		margin-bottom: 10px;
	}
	section.block_3 a.button_n3 {
		color: #FF0044;
		text-align: center;
		border: 1px solid #FF0044;
		border-radius: 22.5px;
		padding: 10px;
		display: block;
		font-size: 12px;
	}
	.d_flex_block, .in_block_3 .d_flex_block {
		display: block;
		margin-top: 0px;
	}
	.d_flex_block .column1 {
		width: 100%;
	}
	.in_block_3 {
		margin-top: 0px;
		padding-top: 0px;
	}
	section.block_3 .in_block_2 {
		padding-top: 0px;
	}
	section.block_3 .in_block_3 .mySwiper_2 .swiper-wrapper {
		padding-bottom: 0px;
		padding-top:0px;
	}
	section.block_3 .in_block_3 .mySwiper_2 .swiper-button-next2 {
		background: url(../img/ar_red_right.png);
		margin-top: -58%;
	}
	section.block_3 .in_block_3 .mySwiper_2 .swiper-button-prev2 {
		background: url(../img/ar_red_left.png);
		margin-top: -58%;
	}
	section.block_4 {
		background: #FFF7E8;
		padding-top: 47px;
		padding-bottom: 43px;
	}
	section.block_4 .name img {
		width: 47px;
		height: 28px;
	}
	section.block_4 .name h2 {
		color: #FFBD30;
		margin-bottom: 40px;
	}
	section.block_4 h3 {
		font-family: 'Circe Rounded 4';
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
	}
	section.block_4 h3 span{
		color: #161616;
	}
	section.block_4 .tabs_more {
		
	}
	section.block_4 .tabs_more {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 10px;
	}
	section.block_4 .tabs_more .tab {
		background: #FFFFFF;
		border-radius: 13px;
		width: 47%;
		font-weight: 600;
		font-size: 12px;
		line-height: 145%;
		padding: 22px;
		color: #161616;
		border: 0px solid black
	}
	section.block_4 .tabs_more .tab:after {
		content: "";
		height: 10px;
		width: 10px;
		background: url(../img/poly.png);
		background-repeat: no-repeat;
		left: 6px;
		top: 2px;
		display: inline-block;
		position: relative;
	}
	section.block_4 .tabs_open {
		padding: 28px 15px;
		background: #FFBD30;
		border-radius: 0px 13px 13px 13px;
		display: flex;
		flex-wrap: wrap;
		padding: 26px 26px;
		margin-bottom: 12px;
		display: none;
		
	}
	section.block_4 .tabs_open .tab_open{
		width: 50%;
		padding-left:0px;
		margin-bottom: 6px;
		display: block;
	}
	section.block_4 .tabs_open .tab_open_last{
		width: 100%;
		margin-bottom: 0px;
	}
	section.block_4 .tabs_open .tab_open .tab_num {
		background: url('../img/back_num.png');
		background-repeat: no-repeat;
		background-size: 40px 40px;
		width: 40px;
		height: 40px;
		padding-top: 4px;
		padding-right: 4px;
	}
	section.block_4 .tabs_open .tab_open .tab_num p.num {
		font-weight: 400;
		font-size: 24px;
		line-height: 76%;
		text-align: left;
		color: #161616;
		text-align: center;
		margin-bottom: 1px;
	}
	section.block_4 .tabs_open .tab_open .tab_num p.num_text {
		font-weight: 400;
		font-size: 12px;
		line-height: 76%;
		color: #161616;
		text-align: center;
	}
	section.block_4 .tabs_open .tab_open h4 {
		font-weight: 500;
		font-size: 14px;
		line-height: 145%;
		color: #161616;
		margin-top: 8px;
		margin-left: 0px;
	}
	
	section.block_4 .tabs_more .mactive {
		background: #FFBD30;
		border-radius: 13px 13px 0px 0px;
		color: #161616;
		position:relative;
	}
	section.block_4 .tabs_more .mactive:before {
		content:"";
		position:absolute;
		height:10px;
		left:0px;
		right:0px;
		bottom:-10px;
		background:#FFBD30;
	}
	
	/* section.block_4 .tabs_more .mactive:after {
		background: url(/wp-content/themes/neuro/assets/img/poly1.png);
		background-repeat: no-repeat;
	} */
	#open2, #open4 {
		border-radius: 13px 0px 13px 13px;
		margin:10px 0 0;
	}
	
	#open1, #open3 {
		margin:10px 0 0;
	}
	section.block_5 .name img {
		width: 42px;
		height: 35px;
	}
	section.block_5 .bl5_sl {
		background: linear-gradient(188.55deg, #85BDED -1.02%, #2E7CC0 72.15%);
		border-radius: 13px;
		padding: 12px;
		padding-bottom: 30px;
	}
	section.block_6 .m_slide_content2 {
	background: white;
	padding: 25px 23px;
	border-radius: 13px;
	}
	section.block_6 .m_slide_content2 .item {
		height: 223px;
		overflow-y: auto;
		padding-right:15px;
	}
	.mySwiper_4_container_1 {
		width: 100%;
	}
	.mySwiper_4_container_2 {
		display: none;
	}
	.mtab-container {
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}
	.mtab-container .mtab {
		width: 45%;
		font-weight: 600;
		font-size: 12px;
		line-height: 145%;
		color: #2E7CC0;
		padding: 8px 23px;
		cursor: pointer;
		border: 1px solid #2E7CC0;
		border-radius: 30px;
		text-align: center;
	}
	.mtab-container .myact {
		background: #2E7CC0;
		color:white;
	}
	section.block_6 .mySwiper_4 .swiper-button-next4 {
		margin-top: 116px;
		right: var(--swiper-navigation-sides-offset,10px);
		left: auto;
		background: url(../img/ar_right.png);
		background-repeat: no-repeat;
		width: 42px;
		height: 24px;
	}
	section.block_6 .mySwiper_4 .swiper-button-prev4 {
		margin-top: 116px;
		right: var(--swiper-navigation-sides-offset,70px);
		left: auto;
		background: url(../img/ar_left.png);
		background-repeat: no-repeat;
		width: 42px;
		height: 24px;
	}
	.video_cover {
		width: 100%;
		/* background-size: cover; */
		object-fit: contain;
	}
	section.block_6 .mySwiper_5 .swiper-button-next5 {
		right: var(--swiper-navigation-sides-offset,10px);
		left: auto;
		background: url(../img/ar_right.png);
		background-repeat: no-repeat;
		width: 42px;
		height: 24px;
		top:auto;
		bottom:0px;
	}
	section.block_6 .mySwiper_5 .swiper-button-prev5 {
		right: var(--swiper-navigation-sides-offset,70px);
		left: auto;
		background: url(../img/ar_left.png);
		background-repeat: no-repeat;
		width: 42px;
		height: 24px;
		top:auto;
		bottom:0px;
	}
	section.block_6 {
		background: #F1F9FF;
		padding-top:0px;
		padding-bottom:49px;
		padding-top:49px;
	}
	.r_items {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.r_items .r_item {
		background: #FFFFFF;
		border-radius: 13px;
		padding: 7px 5px;
		width: 48%;
		margin-bottom: 15px;
		text-align: center;
		display: block;
	}
	.r_items .r_item p.r_num {
		font-family: 'Circe Rounded';
		font-weight: 400!important;
		font-size: 24px;
		line-height: 115%;
		color: #2E7CC0;
		margin-bottom:0px;
		margin-right: 0px;
	}
	.r_items .r_item p.r_search {
		font-weight: 600!important;
		font-size: 14px;
		line-height: 145%;
		color: #161616;
		margin-bottom:3px;
		text-align: center;
	}
	.r_items .r_item p.r_n {
		font-weight: 400;
		font-size: 12px;
		line-height: 145%;
		color: #161616;
		opacity: 0.5;
		margin-bottom:0px;
		text-align: center;
	}
	section.block_7 {
		padding-top: 0px;
		padding-bottom: 29px;
	}
	section.block_8 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.accordion p {
		padding-right: 13%;
		font-weight: 600!important;
		font-size: 14px;
		line-height: 145%;
		color: #161616;
		margin-bottom:0px;
	}
	/* Style for accordion content */
	.panel {
	  padding: 10px 0px;
	  display: none;
	  background-color: white;
	  overflow: hidden;
	}
	.panel p {
		font-weight: 400;
		font-size: 12px;
		line-height: 145%;
		color: #161616;
	}
	
	/* Style for "+" and "-" sign */
	.plus-minus {
		float: right;
		font-size: 22px;
		color: #2E7CC0;
		border: 1px solid #2E7CC0;
		border-radius: 100%;
		padding: 0px 10px;
		font-weight: 600;
	}
	
	.rotate {
	  transform: rotate(0deg);
	  padding: 0px 12px;
	  background: #2E7CC0;
	  color:white;
	}
	.padd {
		margin-top: 5px;
	}
	.padd h3 {
		padding-top:40px;
		margin-bottom: 15px;
	}
	.cont_flex {
		display: block;
	}
	.mcontacts {
		margin-top: 30px;
		width: 100%;
	}
	.mcontacts:last-child {
		width: 67%;
	}
	.mcontacts p.smc {
		font-weight: 400;
		font-size: 12px;
		opacity: 0.5;
		margin-bottom: 8px;
	}
	.mcontacts p.smt {
		font-weight: 600!important;
		font-size: 14px;
		margin-bottom: 7px;
	}
	.m_licence h3 {
		font-family: 'Montserrat';
		font-weight: 600;
		font-size: 14px;
		color: #2E7CC0;
	}
	.mf_logo {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.mf_logo img {
		background: #2E7CC0;
		padding: 10px;
		border-radius: 10px;
		width: 40%
	}
	.mf_logo p {
		width: 45%;
		font-size: 10px;
		line-height: 145%;
		color: #000000;
		opacity: 0.5;
		margin-bottom: 0px;
	}
	.mmap {
		margin-top: 25px;
		margin-bottom: 60px;
		border-radius: 13px;
		overflow: hidden;
	}
	section.block_3 .in_block_3 .mySwiper_2 .swiper-slide {
		width: 100%;
		height: 340px;
	}
	section.block_3 .in_block_3 .mySwiper_2 .swiper-slide img {
		height: 226px;
	}
	section.block_5 .bl5_sl {
		display: block;
	}
	.bl5_d_flex {
		display: flex;
	}
	section.block_5 .bl5_sl .mname_title {
		margin-top: 30px;
		margin-bottom: 5px;
		font-size:14px;
	}
	
	section.block_5 .bl5_sl .mname_text {
		font-size:14px;
	}
	
	section.block_5 .bl5_sl a.mybut5 {
		font-size:14px;
	}
	
	section.block_6 .m_slide_content2 {
		font:14px/20px 'Circe Rounded 3';
	}
	
	section.block_1 .bl1_slide_2 p.bl1_slide_notmain_text {
		font-size: 12px;
	}
}


.promo-b2 .consultation-bl2 {display: flex; margin: 20px 0 50px;box-shadow: 0 0 10px 1px rgba(0,0,0,.35);}
.promo-b2 .consultation-bl2 .col-3 {width: 30%;display: flex;align-items: center;}
.promo-b2 .consultation-bl2 .col-3 .img {border-radius: 0 100% 100% 0; line-height: 0; overflow: hidden;}
/*.promo-b2 .consultation-bl2 .col-3 .img img {height: 360px;}*/
.promo-b2 .consultation-bl2 .col-7 {width: 70%; padding:40px 120px 40px 40px; display: flex;flex-direction: column;justify-content: center;}
.promo-b2 .consultation-bl2 .col-7 .title {font-size: 28px;font-weight: bold;line-height: 1.2;}
.promo-b2 .consultation-bl2 .col-7 .title span {font-size: 22px;font-weight: 400;display:block;}
.promo-b2 .consultation-bl2 .col-7 .text-bl {margin: 20px 0 0; font-size: 14px;}
.promo-b2 .consultation-bl2 .col-7 .text-bl p {padding-left: 20px;position: relative;}
.promo-b2 .consultation-bl2 .col-7 .text-bl p span {position: absolute;left: 0;color: #ff4c7a;}
.promo-b2 .consultation-bl2 .col-7 .flex {display: flex;align-items: center; margin: 30px 0 20px;}
.promo-b2 .consultation-bl2 .col-7 .flex .phone a {margin: 0 20px;font-size: 24px;}

@media(max-width:992px) {
	.promo-b2 .consultation-bl2 .col-3 {width: 50%;}
	.promo-b2 .consultation-bl2 .col-7 {width: 50%;padding:30px}
}
@media(max-width:768px) {
	.promo-b2 { padding:80px 0; }
	.promo-b2 .consultation-bl2 {margin:0;}
	.promo-b2 .consultation-bl2 .col-3 {display:none;}
	.promo-b2 .consultation-bl2 .col-7 {width: 100%; text-align: center;}
	.promo-b2 .consultation-bl2 .col-7 .flex {flex-direction: column;}
	.promo-b2 .consultation-bl2 .col-7 .flex .phone {margin: 20px 0 0}
	.promo-b2 .consultation-bl2 .col-7 .text-bl p {padding: 0px;}
	.promo-b2 .consultation-bl2 .col-7 .text-bl p span {position: relative;display: block;}
}

.hero { padding:80px 0; background:#eff4f8; }
.hero .column-1 { width:30%; }
.hero .column-2 { width:70%; padding-left:40px; }
.hero img { background:#fff; border-radius:50%; }
.hero .position { margin-top:20px; }
.hero .clinic { margin-top:20px; }
.hero .work-experience { margin-top:20px; }
.hero .categories { margin-top:20px; }
.hero .categories span:after { content:', '; }
.hero .categories span:last-child:after { content:''; }
.hero .button { margin-top:20px; }

@media(max-width:768px) {
	.hero { }
	.hero .column-1,
	.hero .column-2 { width:100%; padding:0; }
	.hero .column-1 { margin-bottom:20px; text-align:center; }
}

.documents { padding:40px 0; }
.documents .item { margin-bottom:20px; }
.documents .item img { padding:10px; background:#fff; border:1px solid #f2f4f6; margin-bottom:10px; }
.documents .item .image-caption { font-size:14px; opacity:.6; }

.content-block { padding:40px 0; }
.content-block .readmore-js-toggle { margin-top:20px; }

.promo-method { position:relative; padding:60px 0; color:#fff;background-position: center;background-repeat: no-repeat;margin: 0 0 60px;background-size: cover;}
.promo-method h2 { font-size:40px; color:#fff; }
.promo-method .short-text { font-size:20px; }
.promo-method .promo-b2 .title {font-size: 34px; color:#000;line-height:1.2; margin: 0 0 20px;font-weight: bold;}
.promo-method .promo-b2 .desc {color:#333;max-width: 80%}
.promo-method .promo-b2 .desc span {color: #ff4c7a;font-weight: bold;}
.promo-method .promo-b2 .item-flex {display: flex; flex-wrap: wrap;}
.promo-method .promo-b2 .item-col {color:#000;margin: 40px 0 60px; display: flex; align-items: center;}
.promo-method .promo-b2 .item-col span:nth-child(1){font-size: 34px; color:#ff4c7a;font-weight: bold;}
.promo-method .promo-b2 .item-col span:nth-child(2){max-width:270px;margin: 0 0 0 20px;font-weight: bold;}
.promo-method .promo-b2 .video {position:relative;}
.promo-method .promo-b2 .video iframe {position: absolute; top:0; left:0;}
.promo-method .inner { position:relative; }
.promo-method .promo-b2 {
	padding:0px;
}

@media(max-width:768px) {
	
	.promo-method { padding:40px 0;margin: 0; }
	.promo-method h2 { font-size:28px; }
	.promo-method .short-text { font-size:16px; }
	.promo-method .promo-b2 .desc {color:#333;max-width: 100%}
	.promo-method .promo-b2 .item-col {
		margin:10px 0;
	}
	
}

.accordion-our-work { padding:40px 0; }
.accordion-our-work h3 {
    font-family: 'Circe Rounded Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 115%;
    color: #2E7CC0;
}

.accordion-our-work .short-text { max-width:768px; }
.accordion-our-work .ac-heading { position:relative; cursor:pointer; padding:20px; padding-left:0; margin-top:-1px; border-top:1px solid #eff4f8; border-bottom:1px solid #eff4f8; font-size:18px; }
.accordion-our-work .ac-heading .fa { position:absolute; top:12px; right:0; width:40px; height:40px; font-size:12px; line-height:40px; text-align:center; border-radius:50%; color:#fff; background:#ff4c7a; }
.accordion-our-work .open .fa { -webkit-transform:rotate(45deg); }
.accordion-our-work .ac-body { position:relative; display:none; padding:20px 0; margin-bottom:20px; }
.accordion-our-work .ac-body a { color:'.$color.'; text-decoration:underline; }
.accordion-our-work .ac-body a:hover { text-decoration:none; }

.accordion-our-work ul {
	padding:0px;
	margin:0px;
}

.accordion-our-work li {
	font-size:16px; 
	line-height:24px;
	margin:0 0 10px;
}

@media(max-width:768px) {
	.accordion-our-work { padding:40px 0; }
	.accordion-our-work h2 { font-size:28px; }
}

.block_promotions-promotions .detail {
	color:#ff4c7a;
	display:block;
	text-align:center;
	margin:15px 0 0;
}

.block_promotions-promotions h2 {
    font-family: 'Circe Rounded 4';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
	margin:0 0 40px;
}

.block_promotions-promotions h2 span {
	color:#2E7CC0;
}

.advantages { padding:80px 0; }
.advantages .short-text { max-width:768px; }
.advantages .flex { margin:0 -1%; flex-wrap:wrap;}
.advantages .flex .item { width:31.33%; margin:0 1%; margin-bottom:20px;  }
.advantages .item { padding:40px; color:#222; background:#fff; border:1px solid #eff4f8; border-radius:10px; }
.advantages .item:hover { border-color:#dde7f0; }
.advantages .item img { width:80px; margin:0 auto; margin-bottom:20px; }
.advantages .item .number { width:80px; height:80px; border-radius:50%; color:#222; background:#eff4f8; font-size:20px; line-height:80px; text-align:center; margin-bottom:20px; }
.advantages .item .heading { font-size:20px; }
.advantages .item .short-text { font-size:16px; opacity:.6; margin-top:20px; margin-bottom:0; }
.advantages h2 {
    font-family: 'Circe Rounded 4';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
	margin:0 0 40px;
}

.advantages h2 span {
	color:#2E7CC0;
}
@media(max-width:768px) {
	.advantages { padding:40px 0; }
	.advantages h2 { font-size:28px; }
}

@media(max-width:768px) { .advantages .flex .item { width:48%; } }
@media(max-width:550px) { .advantages .flex .item { width:98%; } }

.specialists { padding:80px 0; background:#eff4f8; position:relative; }
.specialists h2 { font-size:40px; }
.specialists .short-text { max-width:768px; }
.specialists .item { height: 100%; }
.specialists .detail { margin-top: 15px;font-size: 14px;color: #ff4c7a; }
.specialists .bl--flex {padding:0 10px;}

@media(max-width:768px) {
	.specialists { padding:40px 0; }
	.specialists h2 { font-size:28px; }
}

.related-posts { padding:80px 0; font-size:16px; }
.related-posts h3 {
	font-family: 'Circe Rounded 4';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
	margin:0 0 20px;
}
.related-posts .flex {flex-wrap:wrap;}
.related-posts .block { padding:40px; border:2px solid #eff4f8; border-radius:10px; }
.related-posts .block .flex { margin:0 -1%; }
.related-posts .block .item { width:48%; margin:0 1%; margin-bottom:10px; }
.related-posts .block .item a { text-transform:lowercase; }

@media(max-width:768px) {
	.related-posts { padding:40px 0; }
	.related-posts .block  .item { width:98%; }
}

#doctors-reviews .doctors-reviews-stars img {
    height: 20px;
    width: auto;
}

#doctors-reviews .doctors-reviews-logo img {
    height: 30px;
    width: auto;
}

#doctors-reviews .doctors-reviews-name {
    font-weight: bold;
}

#doctors-reviews .doctors-reviews-text {
    padding: 15px 0 0;
}

#doctors-reviews .doctors-reviews-text p {
	font-size:16px;
}

#doctors-reviews .owl-dots {
    display: flex;
    gap: 10px;
    padding: 30px 0 0;
    justify-content: center;
    position: relative;
    width: 80px;
    margin: 0 auto;
    overflow: hidden;
}

#doctors-reviews .owl-dot.active {
    left: 50%;
    margin: 0 0 0 -4px;
}

#doctors-reviews .owl-dot.next, #doctors-reviews .owl-dot.next_next, #doctors-reviews .owl-dot.prev, #doctors-reviews .owl-dot.prev_prev, #doctors-reviews .owl-dot.active {
    display: inline-block;
    position: absolute;
    bottom: 0;
}

#doctors-reviews .owl-dot {
    background: #000;
    border-radius: 100%;
    background: #000;
    transform: scale(0.33);
    width: 8px;
    min-width: 8px;
    height: 8px;
	opacity:0;
    position: relative;
    transition: 0.3s all ease-out;
    cursor: pointer;
    display: inline-block;
}

#doctors-reviews .owl-dot.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#doctors-reviews .owl-dot.next, #doctors-reviews .owl-dot.prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
    opacity: 0.6;
}

#doctors-reviews .owl-dot.next_next, #doctors-reviews .owl-dot.prev_prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    opacity: 0.3;
}

#doctors-reviews .owl-dot.next {
    right: 18px;
}

#doctors-reviews .owl-dot.next_next {
    right: 0px;
}

#doctors-reviews .owl-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    margin: -30px 0 0;
    font-size: 30px;
}

#doctors-reviews .owl-next {
    position: absolute;
    top: 50%;
    right: -40px;
    margin: -30px 0 0;
    font-size: 30px;
}

#doctors-reviews .owl-dot.prev {
    left: 18px;
}

#doctors-reviews .owl-dot.prev_prev {
    left: 0px;
}

.doctors-reviews-wrap h3 {
	font-family: 'Circe Rounded 4';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
	margin:0 0 20px;
}

.doctors-reviews-wrap h3 span {
	color:#2E7CC0;
}

.mySwiper_1 img {
	height:330px;
	width:100%;
	object-fit: cover;
	border-radius: 15px;
}

.wpcf7-radio {
	display:flex;
	align-items:center;
	gap:10px;
}

.wpcf7-radio input[type="radio"],.wpcf7-radio input[type="checkbox"] {
	margin:0px;
}

.fancybox-content .wpcf7-submit {
	margin:20px 0 0;
}

.fancybox-content .wpcf7-not-valid-tip, .fancybox-content .wpcf7 form.invalid .wpcf7-response-output {
	color:#f00;
	margin:0px;
}

.actions { }
.actions .inner { padding:0; }
.actions .flex { margin:0 -1%; }
.actions .item { width:31.33%; margin:0 1%; margin-bottom:40px; display: flex;flex-direction: column;justify-content: space-between; }
.actions .item:hover { border-color:#dde7f0; }
.actions .item img { display:block; width:345px; margin:0 auto; margin-bottom:20px; }
.actions .item .placeholder { border-radius:50%; }
.actions .item .heading { font-size:16px; }
.actions .item .cost { margin-top:20px; font-weight:normal; }
.actions .item .short-text { margin-top:20px; }
.actions .item .button { margin-top:20px; }

@media(max-width:768px) { .actions .item { width:48%; } }
@media(max-width:550px) { .actions .item { width:98%; } }

.licenses { }
.licenses .inner { padding:0; }
.licenses .item img { padding:10px; background:#fff; border:1px solid #eff4f8; border-radius:0; width:275px; }
.licenses .item img:hover { border-color:#dde7f0; }
.licenses .item .image-caption { font-size:14px; opacity:.6; margin-top:20px; text-align:center; }

@media(max-width:768px) { 

	.licenses .item img { width:100%; }

}

.justify-content-center {
    justify-content: center!important;
	display:flex;
}

.flex-column {
    flex-direction: column!important;
}

#hero h1 {
    margin: 0 0 0px;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #3e4450;
}

#hero h2 {
    color: #858ea1;
    margin: 10px 0 30px 0;
    font-size: 24px;
}

a.btn-watch-video {
    color: #ffffff;
    background-color: #ff4c7a;
    padding: 15px 30px;
    text-align: center !important;
    text-decoration: none !important;
    border-radius: 30px;
    transition: 0.5s;
}

#hero .btn-watch-video {
    font-size: 16px;
    display: inline-block;
    transition: 0.5s;
    margin-left: 25px;
    color: #5f687b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#hero .btn-watch-video i {
    color: #ffffff;
    font-size: 32px;
    line-height: 0;
    margin-right: 8px;
}

a.btn-watch-video span {
    color: #ffffff;
    background-color: #ff4c7a;
    padding: 15px 30px;
    text-align: center !important;
    text-decoration: none !important;
    border-radius: 30px;
    transition: 0.5s;
}

.bi-play-circle::before {
    content: "\f4f3";
}

.section-title {
    text-align: center;
    padding: 30px 0;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #5f687b;
    position: relative;
    z-index: 2;
}

.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
	padding:0 15px;
}

.bi-laptop::before {
    content: "\f456";
}

.bi-card-checklist::before {
    content: "\f224";
}

.bi-clipboard-data::before {
    content: "\f28c";
}

.featured-services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}

.featured-services .icon i {
    color: #16df7e;
    font-size: 36px;
}

.featured-services .icon {
    margin: 0 0 15px 0;
}

.featured-services .icon-box {
    padding: 20px;
    color: #5f687b;
    background: #f9f9fa;
    border-radius: 4px;
    border: 1px solid #f9f9fa;
    transition: 0.3s;
    height: 100%;
	width:auto;
}

.featured-services .description {
    line-height: 24px;
    font-size: 14px;
}

#about .content h3 {
    font-weight: 700;
    font-size: 32px;
    color: #5f687b;
	line-height:35px;
}

.fst-italic {
    font-style: italic!important;
}

#about p {
	font-size:15px;
}

.col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
	padding:0 15px;
}

.col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
	padding:0 15px;
}

.text-center {
    text-align: center!important;
}

.counts .counters span {
    font-size: 48px;
    display: block;
    color: #16df7e;
    font-weight: 700;
}

.counts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

[class^="icon-"], [class*=" icon-"] {
    width: auto;
    height: auto;
}

.section-bg {
    background-color: #f9f9fa;
}

.section-title span {
    position: absolute;
    top: 30px;
    color: #f0f1f3;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
}

#services {
	margin:40px 0 0;
	padding:40px 0;
}

#services p, #services li, #services b {
	line-height:25px;
	font-size:15px;
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 24px;
}

.services .icon-box {
    text-align: center;
    border: 1px solid #fff;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

.d-flex {
    display: flex!important;
}

.align-items-stretch {
    align-items: stretch!important;
}

.mt-4 {
    margin-top: 1.5rem!important;
}

.team .member {
    text-align: center;
    margin-bottom: 20px;
    padding: 30px 20px;
    background: #fff;
}

.team .member img {
    max-width: 100%;
    margin: 0 0 30px 0;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.team .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.team .member ul {
	font-size:15px;
	line-height:25px;
}

.cta {
    background: #16df7e;
    background-size: cover;
    padding: 60px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.cta .cta-btn:hover {
    background: #206bfb;
    border-color: #206bfb;
}

.n_column_1 h2 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 30px;
    color: #5f687b;
}

.n_column_1 p {
    font-weight: 400;
    font-size: 68px;
    line-height: 100%;
    color: #535353;
    margin-bottom: 30px;
}

.n_column_1 p span {
    font-weight: 700;
    color: #16df7e;
}

.n_desctop_block {
    display: block;
}

.n_columns_4 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    justify-content: space-between;
}

.n_active {
    background: #f2f0f0;
    border-radius: 6px 6px 0px 0px;
}

.n_column_4_1 {
    width: 25%;
    padding: 9px 15px;
}

.n_active {
    background: #f2f0f0;
    border-radius: 6px 6px 0px 0px;
}

.n_column_4_1 img {
    width: 60%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 7px;
}

.n_column_4_1 .name_text {
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 500;
    line-height: 108%;
}

.n_column_4_1 .name_text span {
    color: #16df7e;
}

.n_column_4_1 .name_text::after {
    content: '';
    height: 11px;
    width: 11px;
    background: url(/wp-content/themes/med-theme/assets/images/n_img/n_down.png) no-repeat;
    background-size: 11px;
    display: inline-block;
    margin-left: 5px;
}

.n_full_text, .n_mobile_text {
    display: none;
    padding: 17px;
    background: #f2f0f0;
    border-radius: 0px 0px 6px 6px;
}

.n_column_4_1 .name_text::after {
    content: '';
    height: 11px;
    width: 11px;
    background: url(http://new..ru/wp-content/uploads/2023/05/izobrazhenie_2023-05-26_191551202.png) no-repeat;
    background-size: 11px;
    display: inline-block;
    margin-left: 5px;
}

.n_modile_block {
    display: none;
}

.n_column_2 {
    width: 40%;
}

.n_columns_2 {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: start;
    padding: 0px 0 0px;
    position: relative;
}

.n_column_1 {
    width: 60%;
}

.n_buttons .n_but {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px 10px 30px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #16df7e;
    box-shadow: 0 8px 28px rgb(22 223 126 / 45%);
    margin-right: 39px;
}

.n_buttons {
    display: flex;
    margin-top: 54px;
}

.n_buttons .n_video {
    color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
}

.n_buttons a.n_video::before {
    content: '';
    height: 30px;
    width: 30px;
    background: url(http://new..ru/wp-content/uploads/2023/05/izobrazhenie_2023-05-26_191646775.png);
    left: -8px;
    top: -7px;
    position: relative;
    background-size: 30px;
    align-self: end;
}

@media(max-width:768px) {
	.row>* {
		flex-shrink: 0;
		width: 100%;
		max-width: 100%;
		padding:0px;
	}
	
	.n_modile_block {
		display: block;
	}
	
	.n_desctop_block {
		display: none;
	}
}


.block_pre-4742 { position: relative; top: -40px; margin: 0 0 -60px;}
.block_pre-4742 .block_pre.flex { display: flex; margin: 0 -10px; text-align: center;}
.block_pre-4742 .block_pre .item { width: calc(100% / 4 - 20px); box-shadow: 0 0 5px 1px rgba(0,0,0,.35); background: #fff; padding: 20px; margin: 0 10px 20px;border-radius: 10px;}
.block_pre-4742 .block_pre .item .img {width: 80px;margin: 0 auto;background:rgb(222 226 229 / 80%);border-radius: 100%;height: 80px;}

@media(max-width:992px) {
	.block_pre-4742 .block_pre .item {width: calc(100% / 2 - 20px); }
}
@media(max-width:600px) {
	.block_pre-4742 .block_pre .item {width: 100%;}
}
.hero-4742 .short-text-def { font-size: 16px; margin-top: 25px; }
.hero-4742 .short-text-def-item { margin-bottom: 10px; margin-right: 16px; color: #000 }
.hero-4742 .short-text-def-item i { color: #ff4c7a; }
.hero-4742 .short-text {color:#000;}
@media(max-width:768px) {
	.hero-4742 .short-text-def-item {width: 100%;}
	#main .hero-4742 .column-1 {text-align: left;}
	#main .hero-4742 .columns-2 {padding: 30px 0;}
}

.hero-4742 { padding:20px 0 30px; color:#fff; background:#eee; position:relative; }
.hero-4742 .hero-cropp { position:absolute; bottom:-7px; left:0; right: 0; z-index: 1;}
.hero-4742 .columns-2 { display:flex; height:100%; align-items:center; padding:20px 0 40px; position:relative; }
.hero-4742 .column-1 { width:60%; }
.hero-4742 .column-2 { width:40%; padding-left:80px; }
.hero-4742 h1 { font-size:34px; margin-bottom:0; color:#ff4c7a; }
.hero-4742 .short-text { font-size:20px; margin-top:20px; }
.hero-4742 .cost { margin-top:20px; font-size:20px; font-weight:normal; }
.hero-4742 .buttons { margin-top:20px; }
.hero-4742 .form { padding:60px; color:#222; background:#fff; border-radius:10px; max-width:440px; margin:0 auto; }
.hero-4742 .form .heading { font-size:20px; margin-bottom:20px; }
.hero-4742 .form input[type="text"],
.hero-4742 .form input[type="tel"] { width:100%; padding:15px; background:transparent; margin-bottom:10px; border:none; border-bottom:1px solid #eff4f8; color:#222; }
.hero-4742 .form input::-webkit-input-placeholder { color:#222; opacity:.6; }
.hero-4742 .form input[type="submit"] { width:100%; margin-top:20px; }
.hero-4742 .form .note { margin-top:20px; margin-left:-1em; font-size:14px; }
.hero-4742 a { color: #ff4c7a;text-decoration: underline;}
.hero-4742 a.button { color: #fff!important;}
.hero-4742 a:hover { color: #ff4c7a;text-decoration: none;}
.hero-4742 .clinic {font-size: 20px;font-weight: 500;}
.hero-4742 .clinic-container {margin:20px 0; color: #000;}
.hero-4742 .image img {width: 100%;object-fit: cover;}


@media(max-width:768px) {
	.hero-4742 { padding:20px 0 30px; }
	.hero-4742 .columns-2 { padding:80px 0; }
	.hero-4742 .column-1,
	.hero-4742 .column-2 { width:100%; padding:0; }
	.hero-4742 .column-1 { margin-bottom:40px; text-align:center; }
	.hero-4742 h1 { font-size:32px; }
	.hero-4742 .short-text { font-size:16px; }
		.hero-4742 .clinic {font-size: 16px;font-weight: 500;}
	.hero-4742 .form { max-width:100%; }
		/*.hero-4742 .image {height: 447px;}*/
		.hero-4742 .image {text-align: center;}
		.hero-4742 .image img {max-width: 250px;}
}



.text-5333 { padding:80px 0; }
.text-5333 h2,
.text-5333 h3,
.text-5333 h4 { color:; }
.text-5333 a { color:; text-decoration:underline; }
.text-5333 a:hover { text-decoration:none; }
.text-5333 blockquote { font-size:100%; font-style:normal; padding:40px; background:rgba(0,0,0,.05); border:none; border-radius:10px; }
@media(max-width:768px) {
	.text-5333 .columns-2 .column-1,
	.text-5333 .columns-2 .column-2 { width:100% !important; margin-bottom:20px !important; }
	.text-5333 .reverse { flex-wrap:wrap-reverse; }
}


@media(max-width:768px) {
	.text-5118 .columns-2 .column-1,
	.text-5118 .columns-2 .column-2 { width:100% !important; margin-bottom:20px !important; }
	.text-5118 .reverse { flex-wrap:wrap-reverse; }
}


.text-5118 { padding:80px 0; }
.text-5118 h2,
.text-5118 h3,
.text-5118 h4 { color:; }
.text-5118 a { color:; text-decoration:underline; }
.text-5118 a:hover { text-decoration:none; }
.text-5118 blockquote { font-size:100%; font-style:normal; padding:40px; background:rgba(0,0,0,.05); border:none; border-radius:10px; }
@media(max-width:768px) {
	.text-5118 .columns-2 .column-1,
	.text-5118 .columns-2 .column-2 { width:100% !important; margin-bottom:20px !important; }
	.text-5118 .reverse { flex-wrap:wrap-reverse; }
}

.hero-7415 { padding:20px 40px ; color:#fff; background:#0b81d7; position:relative;margin-top: 100px; }
.hero-7415 .columns-2 { display:flex; height:100%; align-items:center; padding:30px 0; position:relative; }
.hero-7415 .column-1 { width:65%; }
.hero-7415 .column-2 { width:35%; }
.hero-7415 h1 { font-size:40px; margin-bottom:0; color:#fff; }
.hero-7415 .short-text { font-size:20px; margin-top:20px; }

.hero-7415 .short-text-def { font-size:16px; margin-top:15px; }
.hero-7415 .short-text-def-item { margin-bottom: 10px;margin-right: 20px; }

.hero-7415 .cost { margin-top:20px; font-size:20px; font-weight:normal; }
.hero-7415 .buttons { margin-top:20px; }
.hero-7415 .form { padding:60px; color:#222; background:#fff; border-radius:10px; max-width:440px; margin:0 auto; }
.hero-7415 .form .heading { font-size:20px; margin-bottom:20px; }
.hero-7415 .form input[type="text"],
.hero-7415 .form input[type="tel"] { width:100%; padding:15px; background:transparent; margin-bottom:10px; border:none; border-bottom:1px solid #eff4f8; color:#222; }
.hero-7415 .form input::-webkit-input-placeholder { color:#222; opacity:.6; }
.hero-7415 .form input[type="submit"] { width:100%; margin-top:20px; }
.hero-7415 .form .note { margin-top:20px; margin-left:-1em; font-size:14px; }
.hero-7415 a { color: #fff!important;text-decoration: underline;}
.hero-7415 a:hover { background-color: #ff4c7a!important;text-decoration: none;font-weight: 400;}
.hero-7415 a.button-whatsapp:hover { background-color: #49ca4c!important;text-decoration: none;font-weight: 400;}
.hero-7415 .buttons .button {margin-bottom: 0;}


@media(max-width:768px) {
	.hero-7415 { padding:20px; }
	.hero-7415 .columns-2 { padding:80px 0; }
	.hero-7415 .column-1,
	.hero-7415 .column-2 { width: 100% !important;; padding:0; }
	.hero-7415 .column-1 { margin-bottom:20px; }
	.hero-7415 h1 { font-size:32px; }
	.hero-7415 .short-text { font-size:16px; }
	.hero-7415 .short-text-def { font-size:16px;}
	.hero-7415 .form { max-width:100%; }
	.hero-7415 .buttons .button {margin-bottom: 10px;}
}


.text-4506 { padding:80px 0; }
.text-4506 h2,
.text-4506 h3,
.text-4506 h4 { color:; }
.text-4506 a { color:; text-decoration:underline; }
.text-4506 a:hover { text-decoration:none; }
.text-4506 blockquote { font-size:100%; font-style:normal; padding:40px; background:rgba(0,0,0,.05); border:none; border-radius:10px; }
@media(max-width:768px) {
	.text-4506 .columns-2 .column-1,
	.text-4506 .columns-2 .column-2 { width:100% !important; margin-bottom:20px !important; }
	.text-4506 .reverse { flex-wrap:wrap-reverse; }
}

#accordion-777 {
	display:none;
}

#accordion-6084 {
	flex-direction:column;
}
.accordion-5948 { padding:80px 0; }
.accordion-5948 h2,
.accordion-5948 h3 { color:; }
.accordion-5948 h2 { font-size:40px; }
.accordion-5948 .short-text { max-width:768px; }
.accordion-5948 .ac-heading { width:100%;position:relative; cursor:pointer; padding:20px; padding-left:0; margin-top:-1px; border-top:1px solid #eff4f8; border-bottom:1px solid #eff4f8; font-size:16px; }
.accordion-5948 .ac-heading .fa { position:absolute; top:12px; right:15px; width:40px; height:40px; font-size:12px; line-height:40px; text-align:center; border-radius:50%; color:#fff; background:#ff4c7a; }
.accordion-5948 .open .fa { -webkit-transform:rotate(45deg); }
.accordion-5948 .ac-body { position:relative; display:none; padding:20px 0; margin-bottom:20px; }
.accordion-5948 .ac-body a { color:; text-decoration:underline; }
.accordion-5948 .ac-body a:hover { text-decoration:none; }
#accordion-777 .accordion .ac-heading:nth-child(1) {
    background-color: #c8a497;
    padding-left: 20px;
}
#accordion-777 .accordion .ac-heading:nth-child(3) {
    background-color: #a9a9a9;
    padding-left: 20px;
}
#accordion-777 .accordion .ac-heading:nth-child(5) {
    background-color: #d0c091;
    padding-left: 20px;
}
#accordion-777 .accordion .ac-heading:nth-child(7) {
    background-color: #f3f3f3;
    padding-left: 20px;
}

#accordion-777 .inner {
    padding: 0;
	margin:0 -15px;
}
@media(max-width:768px) {
	.accordion-5948 { padding:40px 0; }
	.accordion-5948 h2 { font-size:28px; }
	#table-777 {
		display: none;
	}
	#accordion-777 {
		display:block;
	}
	
}

.text-5014 { padding:0; }
.text-5014 h2,
.text-5014 h3,
.text-5014 h4 { color:; }
.text-5014 a { color:; text-decoration:underline; }
.text-5014 a:hover { text-decoration:none; }
.text-5014 blockquote { font-size:100%; font-style:normal; padding:40px; background:rgba(0,0,0,.05); border:none; border-radius:10px; }
@media(max-width:768px) {
	.text-5014 .columns-2 .column-1,
	.text-5014 .columns-2 .column-2 { width:100% !important; margin-bottom:20px !important; }
	.text-5014 .reverse { flex-wrap:wrap-reverse; }
}

.text_block_not_hero {
    background: #eee;
    position: relative;
	margin:0 -100%;
	padding:30px 100%;
}

.text_block_not_hero h2 {
    font-size: 40px;
    margin-bottom: 0;
    color: #ff4c7a;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
	
	.generate-back-to-top2 {
		bottom: 80px;
	}
	
	.n_column_4_1 {
		width: 50%;
		text-align: center;
	}
	
	.n_columns_4 {
		justify-content: space-around;
	}
	
	.n_modile_block {
		font-size: 14px;
	}
	
	.n_column_4_1 img {
		width: 50%;
	}
	
	.n_column_1, .n_column_2 {
		width: 100%;
	}
	
	.n_columns_2 {
		padding: 0px 0px 0px 0px;
	}
	
	.n_column_2 img {
		display: none;
	}
}

.filter__radio-btns { margin-left:-10px; }
.filter__radio-btn { 
	display:inline-flex; 
	align-items:center; 
	color:#222; 
	background:none; 
	transition: background 0.25s; 
	margin-left:10px; 
	margin-bottom:10px; 
	padding:10px 20px; 
	border-radius:30px; 
	cursor:pointer;
	border: 1px solid #2E7CC0;
	border-radius: 30px; 
	font-weight: 600;
}
.filter__radio-btn.active,
.filter__radio-btn:hover { 
	color:white; 
	background: #2E7CC0;; 
}
.filter__radio-btn input { display:none; }
.filter__radio-btn-loading { display:none; width:16px; height:16px; margin:0 0 0 5px; font-size:20px; }
.archive-specialist .detail {     margin-top: 15px;font-size: 14px;color: #ff4c7a; }
.archive-specialist { margin:0 -1%; }
/* .archive-specialist .item { width:31.33%; margin:0 1%; margin-bottom:40px; } */

/* .archive-specialist .item { width:calc(100% / 2 - 2%); margin:0 1%; margin-bottom:40px; } */
/* .archive-specialist .bl--flex {
	padding: 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
} */

.filter__radio-btns_2 .filter__radio-btn::before {
	content: "•";
	color: #2E7CC0;
	margin: 0 0px;
	font-size: 43px;
	/* border: 3px solid #2E7CC0; */
	margin-top: -6px;
	margin-left: -7px;
	margin-right: 7px;
}
.filter__radio-btns_2 .filter__radio-btn.active::before, 
.filter__radio-btns_2 .filter__radio-btn.active:hover::before {
	color: white;
}


@media(max-width:992px){
		.archive-specialist .item {
				width: 100%;
		}
}

/* @media(max-width:768px) { .archive-specialist .item { width:48%; } } */
/* @media(max-width:480px) { .archive-specialist .item { width:98%; } } */

.mySwiper_1 .col-lg-6 {
	width:100%;
}

.spec_id {
	display:none;
}

a.generate-back-to-top2 {
    background:#FF0044;
    color: #ffffff;
	display:none;
}

.generate-back-to-top2 {
    font-size: 20px;
    border-radius: 3px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 10;
    display: none;
}

.generate-back-to-top2:hover {
	text-decoration:none;
}

.generate-back-to-top2:before {
    content: "\F145";
	font-family: "bootstrap-icons";
}

.menu_mobile ul ul {
	display:none;
}

.rev_block {
	display:none;
}

.rev_block.visible {
	display:block;
}
/* Скрываем виджет обратного звонка */
.lb-widget-panel__item--call-right {
	display: none!important;
}

.mySwiper_1 .swiper-slide {
	display:flex;
	flex-direction:column;
	height:100%;
	position:static;
	transform:none;
	padding:0 0 50px;
}

.mySwiper_1 .button_n2 {
	position:absolute;
	bottom:0px;
	width:400px;
}

@media(max-width:767px){
	.mySwiper_1 .button_n2 {
		width:300px;
	}
	
	.mySwiper_1 {
		padding-bottom:50px;
	}
}

@media (max-width: 576px) {
	
	.cat_block {
		width: 100%;
	}
	
}

.menu_mobile li {
	margin-right:50px;
	position:relative;
}

.menu_mobile li li {
	margin-right:0px;
}

.menu_mobile li li a {
	margin:0px;
}

.menu_mobile .menu-item-has-children li a {
	font-size:14px;
	padding:5px 0;
	display:block;
}

.menu_mobile .menu-item-has-children span {
	position:absolute;
	right:-44px;
	top:0px;
	width:30px;
	height:30px;
	padding:4px 0 0 19px;
	cursor:pointer;
}

.menu_mobile .menu-item-has-children li span {
	display:none;
}

.menu_mobile .menu-item-has-children .menu-item-has-children span {
	display:block;
}

.menu_mobile .menu-item-has-children .menu-item-has-children li span {
	display:none;
}

.menu_mobile .menu-item-has-children span:before {
    content: "\F229";
	font-family: "bootstrap-icons";
	font-size:12px;
	color:#fff;
}

.menu_mobile .menu-item-has-children ul {
	padding-left:20px;
}

.advantages-3100 .flex {
    margin: 0 -1%;
}
.advantages-3100 .flex, .advantages-3100 .columns-2, .advantages-3100 .columns-3 {
    display: flex;
    flex-wrap: wrap;
}
.advantages-3100 .flex .item {
    width: 31.33%;
    margin: 0 1%;
    margin-bottom: 20px;
}
.advantages-3100 .item {
    padding: 40px;
    color: #222;
    background: #fff;
    border: 1px solid #eff4f8;
    border-radius: 10px;
}
.advantages-3100 .item .number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #222;
    background: #eff4f8;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 20px;
}
.advantages-3100 .item .heading {
    font-size: 20px;
}
.advantages-3100 .item .short-text {
    font-size: 16px;
    opacity: .6;
    margin-top: 20px;
    margin-bottom: 0;
}

.table_container td {
	padding:5px;
}


@media(max-width:767px) {
	.advantages-3100 .flex, .advantages-3100 .columns-2, .advantages-3100 .columns-3 {
		width:100%;
		flex-direction:column;
	}
	
	.advantages-3100 .flex .item {
		width: 100%;
		margin: 0%;
		margin-bottom: 20px;
	}
}

@media (max-width: 500px) {
	
	.table_container {
		width:100%;
		overflow-x:auto;
	}
}

#searchform input[type="text"] {
	width:200px;
	height:50px;
	line-height:50px;
	display:block;
	padding:0 5px;
	border-radius:0px;
	margin:0px;
}

#searchform input[type="submit"] {
	background: #FF0044;
	color:#fff;
	border:none;
	height:50px;
	display:block;
}

#searchform {
	display:flex;
	gap:10px;
	margin:0px;
}

.page_nav {
	width:100%;
	display:flex;
	gap:20px;
	justify-content:space-between;
}

@media(max-width:767px) {
	
	#searchform input[type="text"] {
		width:100%;
		height:30px;
		line-height:30px;
		display:block;
		padding:0 5px;
		border-radius:0px;
		margin:0px;
	}
	
	#searchform input[type="submit"] {
		position:absolute;
		height:30px;
		padding:5px 10px;
		top:0px;
		right:0px;
	}
	
	#searchform {
		padding:0 75px 0 0;
		position:relative;
	}

}

/* ======== New styles =========== */
section.main_hero .docs_main_block .d_block0, 
section.main_hero .docs_main_block .d_block0_1 {
	width: 47%;
}
section.main_hero .docs_main_block {
	justify-content: space-between;
}
section.main_hero .docs_main_block .d_block0 h1 {
	font-weight: 400;
	font-size: 48px;
	line-height: 115%;
}
section.main_hero .docs_main_block .d_block0_1 {
	align-self: start;
	padding-top: 70px;
	padding-left: 4%;
}
section.main_hero .docs_main_block .DocRatingCount {
	font-family: 'Circe Rounded Bold';
	font-weight: 400;
	font-size: 42px;
	line-height: 115%;
	color: #2E7CC0;
	margin-bottom: 10px;
}
.n_ratings {
	display: flex;
	margin-bottom: 22px;
}
.n_ratings .n_rating_1 {
	width:16%;
}
.n_ratings .n_rating_2 p {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 24px;
	line-height: 115%;
	color: #161616;
}
.n_ratings .n_rating_2 .DocReviewCount {
	opacity: 0.5;
}
.n_ratings .n_rating_2 .DocReviewCount,
.n_ratings .n_rating_2 .DocReviewCountNum,
 .n_ratings .n_rating_2 .DocReviewCountText{
	 font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #161616;
	margin-left: 0px;
}
.docs_main_block .short-text li{
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
}
.docs_main_block .DocTiming .Docp {
	font-weight: 600;
	font-size: 18px;
	line-height: 145%;
	color: #161616;
	margin-top: 22px;
	margin-bottom: 17px;
}
.docs_main_block .button {
	font-family: 'Circe Rounded Bold';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 115%;
	color: #FFFFFF;
	background: #FF0044;
	border-radius: 38px;
	padding: 22px 86px;
	margin-top: 10px;
}
.docs_main_block .position{
	font-weight: 600;
	font-size: 24px;
	line-height: 115%;
	color: #000000;
}
.docs_main_block .d_block0 img{
	height: 386px;
	border-radius: 20px;
	object-fit: cover;
	width: 86%;
	margin-top: 34px;
	margin-bottom: 45px;
}
section.docs_accord {
	padding-top: 120px;
	padding-bottom: 60px;
}

section.docs_accord .accordion p {
	font-family: 'Circe Rounded Bold';
	font-size: 42px;
}
section.docs_accord .panel p {
	font-size: 16px;
}

section.docs_accord .panel_columns {
	display: flex;
	justify-content: space-between;
	gap:20px;
}

section.docs_accord img {
	width:100%;
	height:auto;
}

section.docs_accord .panel_columns .panel_column_1 {
	width: 60%;
}
section.docs_accord .panel_columns .panel_column_2 {
	width: 44%;
}
section.docs_accord .panel_columns .panel_column_3,
section.docs_accord .panel_columns .panel_column_4
 {
	width: 50%;
}
section.docs_accord .panel_columns .panel_column_3 ul {
	margin: 0 0 1.5em 0em; 
}
section.docs_accord .panel_columns .panel_column_3 ul li
{
	font-size: 16px;
}
section.docs_accord .panel_columns .panel_column_4
{
	border-radius: 17px;
}
section.docs_accord p.panel_cols_p {
	font-size: 18px;
	font-weight: 600;
}
section.docs_accord .panel_columns .panel_column_5{
	width: 23%;
}
section.docs_accord .panel_columns .panel_column_6{
	width: 39%;
}
section.docs_accord .panel_columns .panel_column_7{
	width: 35%;
}
.mySwiper_6_container_1 {
	width:100%;
}
section.doc_otziv_from {
	background: white;
	margin:0 0 30px;
}
section.doc_otziv_from .acc {
	background: #F1F9FF;
	border-radius: 13px;
}
section.doc_otziv_from .mySwiper_6 .swiper-button-next6 {
	margin-top: 236px;
	right: var(--swiper-navigation-sides-offset,10px);
	left: auto;
	background: url(../img/ar_right.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 24px;
}
section.doc_otziv_from .mySwiper_6 .swiper-button-prev6 {
	margin-top: 236px;
	right: var(--swiper-navigation-sides-offset,70px);
	left: auto;
	background: url(../img/ar_left.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 24px;
}

.swiper-button-next6, .swiper-button-prev6 {
	position: absolute;
	top: var(--swiper-navigation-top-offset,50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.tabs__content {
	display: none; 
}
.tabs__content.active {
	display: block;
}

.tabs__caption {
	display: flex;
	justify-content: flex-start;
	margin:30px 0px;
	padding:0px;
	list-style:none;
}

.tabs__caption .active {
	background: #2E7CC0;
	color: white;
}

.tabs__caption li {
	font-weight: 600;
	font-size: 18px;
	line-height: 145%;
	color: #2E7CC0;
	padding: 12px 56px;
	cursor: pointer;
	border: 1px solid #2E7CC0;
	border-radius: 30px;
	text-align: center;
	margin-right: 21px;
}

@media(max-width:767px) {
	
	section.docs_accord .panel_columns {
		display:block;
	}
	
	section.docs_accord .panel_columns .panel_column_3 {
		width: 100%;
		margin:0px;
	}
	
	section.docs_accord .accordion p {
		font-size: 24px;
	}
	
	section.docs_accord .panel_columns .panel_column_3 img {
		display:block;
		margin:0 0 15px;
	}
	
	.mitems {
		margin-bottom: 25px;
	}
	
	section.docs_accord .panel p {
		font-size: 12px;
	}
	
	section.docs_accord {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	section.doc_otziv_from .mySwiper_6 .swiper-button-prev6,
	section.doc_otziv_from .mySwiper_6 .swiper-button-next6	{
		margin-top: 135px;
	}
	
	section.doc_otziv_from {
		padding:0px;
	}
	
	.tabs__caption {
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}
	
	.tabs__caption li {
		width: 45%;
		font-weight: 600;
		font-size: 12px;
		line-height: 145%;
		color: #2E7CC0;
		padding: 8px 23px;
		cursor: pointer;
		border: 1px solid #2E7CC0;
		border-radius: 30px;
		text-align: center;
	}
	section.main_hero .docs_main_block {
		flex-wrap: wrap;
	}
	section.main_hero .docs_main_block .d_block0, 
	section.main_hero .docs_main_block .d_block0_1 {
		width:100%;
		padding-top: 10px;
		padding-right: 0px;
	}
	section.main_hero .docs_main_block h1 {
		font-size: 32px!important;
		line-height: 115%!important;
		color: #2E7CC0!important;
	}
	.docs_main_block .position {
		font-size: 18px;
	}
	.docs_main_block .d_block0 img {
		height: 296px;
		width: 100%;
	}
	section.main_hero .docs_main_block .DocRatingCount {
		font-size: 32px;
	}
	.n_ratings .n_rating_1 {
		width: 22%;
	}
	.n_ratings .n_rating_2 p {
		font-size: 18px;
	}
	.n_ratings .n_rating_2 .DocReviewCount, .n_ratings .n_rating_2 .DocReviewCountNum, .n_ratings .n_rating_2 .DocReviewCountText {
		font-size: 14px;
	}
	.docs_main_block .short-text li {
		font-size:14px;
	}
	.docs_main_block .DocTiming .Docp {
		font-size: 16px;
	}
	.DocTimingDate .DocDdd p, .DocTimingTime .DocDtime {
		font-size:14px;
	}
	.docs_main_block .button {
		font-size: 12px;
		padding: 15px 79px;
	}
	section.docs_accord_2 .accordion p {
		font-size:14px;
	}
}

section.loyal_how {
	padding-top: 134px;
	padding-bottom:50px;
}
section.loyal_how h3 {
	font-family: 'Circe Rounded 3';
	color: #2E7CC0;
	margin-bottom: 50px;
}
.rowmd {
	display: flex;
	justify-content: space-between;
}
.colmd4 {
	border: 1px solid #2E7CC0;
	border-radius: 19px;
	width: 32%;
	padding: 30px 19px;
	display: flex;
	align-items: center;
}
.colmd4 img {
	margin-right: 19px;
}
.colmd4 p {
	font-size: 16px;
	margin-bottom:0px;
}
section.loyal_how_1 {
	padding-top: 70px;
}
.colmd5 p.points {
	font-family: 'Circe Rounded 3';
	font-size: 42px;
	line-height: 115%;
	color: #161616;
	margin-bottom: 21px;
}

.colmd5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
section.loyal_block3 {
	padding-bottom:20px;
}
section.loyal_block3 .inner_back{
	background: #2E7CC0;
	border-radius: 20px;
	padding: 48px;
}
section.loyal_block3 h3,
section.loyal_block3 li {
	color: white;
}
section.loyal_block3 li {
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
}
section.loyal_block4 {
	background: white;
}
table.customTable {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #2E7CC0;
  border-style: solid;
  color: #000000;
  border-collapse: collapse;
	border-radius: 1em;
	overflow: hidden;
}

table.customTable td, table.customTable th {
  /* border-width: 1px;
  border-color: #2E7CC0;
  border-style: solid; */
  border: 1px solid rgba(46, 124, 192, .2);
  padding: 23px;
}

table.customTable thead {
  background-color: ;
}
table.customTable tr th:nth-child(1),
table.customTable tr td:nth-child(1),
table.customTable tr th:nth-child(3),
table.customTable tr td:nth-child(3),
table.customTable tr th:nth-child(5),
table.customTable tr td:nth-child(5){
	background: #F1F9FF;
}
.table_texts {
	align-items: center;
	margin-top:88px;
	margin-bottom:88px;
}
.table_texts p {
	width:60%;
	margin-bottom: 0px;
}
.table_texts p.table_text {
	font-family: 'Circe Rounded 3';
	width: 40%;
	font-size: 60px;
	line-height: 113%;
	color: #2E7CC0;
}
section.loyal_block5 {
	background: #F1F9FF;
	padding-top:86px;
	padding-bottom: 86px;
}

section.loyal_block5 .loy_bl1 {
	width: 25%;
}
section.loyal_block5 .loy_bl2 {
	width: 75%;
}
section.loyal_block5 h3 {
	font-family: 'Circe Rounded 3';
	font-size: 60px;
	line-height: 113%;
	color: #2E7CC0;
}
section.loyal_block5 p {
	padding-right: 32%;
	margin-bottom: 38px;
}
section.loyal_block5 .loy_ul {
	display: flex;
}
section.loyal_block5 .loy_ul p {
	font-family: 'Circe Rounded 3';
	width: 25%;
	padding-right: 32px;
	font-size: 18px;
	line-height: 115%;
	color: #161616;
	margin-bottom: 0px;
}
.loy_ul p::before {
  content: "—";
  background: ;
  color:red;
  margin-right: 5px;
}

@media(max-width:767px) {
	section.loyal_how {
		padding-top: 45px;
		padding-bottom: 20px;
	}
	.rowmd {
		flex-wrap: wrap;
	}
	.colmd4 {
		width:100%;
		margin-bottom: 13px;
		padding: 18px 16px;
	}
	section.loyal_how h3 {
		margin-bottom: 29px;
	}
	section.loyal_how_1 {
		padding-top:20px;
	}
	.colmd5 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.colmd5 p.points {
		font-size: 24px;
		margin-bottom: 10px;
	}
	section.loyal_block3 .inner_back {
		padding: 23px;
	}
	section.loyal_block3 {
		padding-bottom: 20px;
		padding-top: 0px;
	}
	section.loyal_block3 .flex {
		flex-wrap: wrap;
	}
	section.loyal_block3 li {
		width:100%;
		font-size: 14px;
		margin-bottom: 11px;
	}
	.table_texts {
		align-items: center;
		margin-top: 28px;
		margin-bottom: 30px;
		flex-wrap: wrap;
	}
	.table_texts p.table_text {
		width: 100%;
	}
	.table_texts p.table_text {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.table_texts p {
		width:100%;
	}
	section.loyal_block5 {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	section.loyal_block5 h3 {
		font-size: 32px;
	}
	section.loyal_block5 .loy_bl1 {
		width: 100%;
		display: flex;
	}
	section.loyal_block5 .loy_bl1 img {
		width: 23%;
		margin-right: 30px;
	}
	section.loyal_block5 .loy_bl2 {
		width: 100%;
	}
	section.loyal_block5 p {
		padding-right: 0px;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	section.loyal_block5 .loy_ul {
		flex-wrap: wrap;
	}
	section.loyal_block5 .loy_ul p {
		width: 100%;
		padding-right: 62px;
		font-size: 16px;
		line-height: 120%;
		margin-top: 6px;
	}
	section.loyal_block4 {
		background: none;
	}
	section.loyal_block4 .accordion {
		background: #F1F9FF;
		border-radius: 13px;
		padding:18px;
		border-top: 0px solid black;
		margin-bottom:10px;
	}
	section.loyal_block4 .plus-minus {
		float: right;
		border: 0px solid #2E7CC0;
		height: auto;
		padding-top: 10px;
	}
	section.loyal_block4 .plus-minus:before {
		display: none;
	}
	section.loyal_block4 .plus-minus:after {
		content:url('../img/dwn.png');
		background: none;
	}
	section.loyal_block4 .plus-minus.open:after {
		content:url('../img/dwn2.png');
		background: none;
		transform: rotate(180deg);
	}
	section.loyal_block4 .accordion p {
		font-weight: 400!important;
		font-size: 12px;
	}
	

}

.inner_specialist {
	padding-top: 50px;
}
.inner_specialist h1.page-title {
	font-family: 'Circe Rounded 3';
	font-size: 60px;
	line-height: 113%;
	color: #2E7CC0;
}
.filter {
	margin-top:40px;
}
.new_specialist_all {
	background: #F1F9FF;
	padding-top: 70px;
	padding-bottom: 26px;
	margin-top: 60px;
}
.specialist_photos_names {
	width: 100%;
	display: flex;
}
.specialist_photos_names .image {
	width: 40%;
}
.flex--wrap_spec {
	display: flex;
	flex-wrap:wrap;
}
.but_spec--flex {
	align-self: flex-end;
	width:100%;
}


.cat_n_news {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
h1.cat_title {
	color: #2E7CC0;
	font-size: 60px;
	margin-top: 70px;
	margin-bottom: 60px;
}
.cat_n_news .col_n_mews {
	align-self: self-start;
}
.cat_n_news h2 {
	width:100%;
}
.cat_n_news h2 a,
.zabolevaniya .cat_block h2 a{
	color: #000;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 600;
	line-height: 145%;
	width:100%;
}
.cat_n_news .date,
.zabolevaniya .cat_block .date {
	font-size: 16px;
	color: var(--black, #161616);
	opacity: 0.5;
	margin-top: 9px;
}
.desktop_more_news a {
	font-size: 18px;
	color:#2E7CC0;
	padding:8px 45px;
	border: 1px solid var(--blue, #2E7CC0);
	border-radius: 41px;
}

.n_news_excerpt {
	margin-top:10px;
	margin-bottom: 46px;
}
.n_news_excerpt p {
	font-size: 16px;
}

.desktop_more_news {
	display: block;
	align-self: flex-end;
}
.mobile_more_news {
	display: none;
}
.zabolevaniya h1.cat_title {
	color:#FF0044;
}
.zabolevaniya .alfabet .item a {
	font-size: 18px;
	font-weight: 700;
	margin-left: 7px;
}
#loadmore a {
	color: #ffffff;
	background-color: #2E7CC0 !important;
}



@media(max-width:767px) { 
	.desktop_more_news {
		display: none;
	}
	.mobile_more_news {
		display: block;
	}
	h1.cat_title {
		font-size: 32px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mobile_more_news a{
		font-size: 14px;
		color:#2E7CC0;
		padding:8px 30px;
		border: 1px solid var(--blue, #2E7CC0);
		border-radius: 41px;
	}
	.zabolevaniya h1.cat_title {
		line-height: 90%;	
	}
	.zabolevaniya .categorys .item {
		padding: 9px 13px;
		font-size: 12px;
	}
	.cat_n_news h2 a,
	.zabolevaniya .cat_block h2 a, 
	.zabolevaniya .cat_block .date,
	.cat_n_news .date, 
	.zabolevaniya .cat_block .date {
		font-size: 14px;
	}
	.zabolevaniya .cat_block h2 {
		margin-bottom: 0px;
	}
	.zabolevaniya .cat_block {
		margin-bottom:30px;
	}
}
.mob_partners {
	display: flex;
	justify-content: space-between;
}
.mob_partners a {
	display: inline-block;
	border-radius: 81px;
	background: var(--light-blue, #F1F9FF);
	padding: 3px 29px;
}
.mob_partners a img{
	width: 127px;
}
h1.post_title_1 {
	color: #2E7CC0;
}

@media(max-width:767px) { 
	.mob_partners {
		flex-wrap: wrap;
	}
	.mob_partners a {
		padding: 3px 22px;
		margin-bottom: 13px;
	}
}
.flex_licenses {
	display: flex;
	justify-content: space-between;
}
.flex_licenses .licenses {
	width:49%;
}
@media(max-width:767px) { 
	.flex_licenses {
		display: flex;
		flex-wrap: wrap;
	}
	.flex_licenses .licenses {
		width:100%;
	}
	.mail_back .m_hero_title {
		font-weight: 800;
		margin-bottom: 21px;
	}
	section.block_3 .sl3 h4 a {
		display: block;
	}
	section.block_3 p.loc2 {
		height: 35px;
	}
}
.reviews_doctors_names {
	font-weight: 600;
}


/* статьи */

h1.page-title {
	font-family: 'Circe Rounded 3';
	font-size: 60px;
	line-height: 113%;
	color: #2E7CC0;
}

.main_hero_stati {
	background: #F1F9FF;
	padding-top:110px;
	padding-bottom:60px;
}
.main_hero_stati img {
	width: 100%;
	height: 410px;
	object-fit: cover;
	object-position: top;
	margin-top:35px;
	border-radius: 20px;
}
.main_hero_stati h1 {
	font-family: 'Circe Rounded 4';
}
.main_content {
	display: flex;
	justify-content: space-between;
	padding-top:90px;
	padding-bottom:88px;
}
.main_content .col_main {
	width: 58.333333%;
}
.main_content .col_sidebar {
	width: 33.333333%;
}
.doc_side {
	background: var(--light-blue, #F1F9FF);
	border-radius: 13px;
	padding: 40px 20px;
}
.doc_side img {
	border-radius: 13px;
}
.doc_side p.doc_side_title {
	font-family: 'Circe Rounded 4';
	font-size: 23px;
	font-style: normal;
	line-height: 115%;
	color:#161616;
	margin-bottom: 0px;
}
.doc_side p.doc_side_name {
	font-family: 'Circe Rounded 4';
	color:#2E7CC0;
	font-size: 24px;
	font-style: normal;
	line-height: 115%;
	margin-bottom: 10px;
}
.doc_side p.doc_side_reg {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 145%;
}
.same_stati h4 {
	font-family: 'Circe Rounded 4';
	font-size: 24px;
	line-height: 115%;
	margin-top:30px;
	margin-bottom:20px;
}
.same_st {
	display: flex;
}
.same_st img {
	width: 86px;
	height: 84px;
	border-radius: 13px;
	object-fit: cover;
	margin-right: 20px;
}
p.st_title {
	font-size: 18px;
	font-weight: 600;
	line-height: 145%;
	margin-bottom: 5px;
}
p.st_date {
	color: var(--black, #161616);
	font-size: 16px;
	opacity: 0.5;
}
.more_stati {
	margin-top:49px;
}
.more_stati h4 {
	color: var(--blue, #2E7CC0);
	margin-bottom:32px;
}
.more_stati img {
	width: 100%;
	height: 345px;
	border-radius: 13px;
	object-fit: cover;
	margin-bottom: 30px;
	margin-top: 37px;
}
.block_blue {
	border-radius: 10px;
	background: #F1F9FF;
	padding:39px 53px;
}
.block_blue p {
	color: #161616;
	font-size: 24px;
	font-weight: 600;
}
.block_blue p span {
	color:#2E7CC0;
}
.col_main p {
	font-size: 22px;
}
.stati_social {
	border-radius: 20px;
	padding:24px 51px;
	background: #2E7CC0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 33px;
	margin-top: 33px;
}
.stati_social p {
	font-family: 'Circe Rounded 4';
	font-size: 42px;
	color:white;
	margin-bottom:0px;
}
.stati_social .social img {
	margin-right: 5px;
	width:45px;
}

@media(max-width:767px) { 
	.main_hero_stati h1 {
		margin:0px;
	}

	.main_content {
		flex-wrap: wrap;
		padding-top: 45px;
		padding-bottom:0px;
	}
	.main_content .col_main, .main_content .col_sidebar {
		width:100%;
	}
	.block_desctop {
		display: none!important;
	}
	h1.page-title {
		font-family: 'Circe Rounded 3';
		font-size: 32px;
		line-height: 115%;
	}
	.main_hero_stati {
		padding-top: 44px;
		padding-bottom: 44px;
	}
	.main_hero_stati img {
		height: 123px;
	}
	.main_hero_stati img {
		width: 93%;
		position: absolute;
	}
	.doc_side {
		display: flex;
		padding: 15px 17px;
	}
	.doc_side img {
		width:37%;
		height: 40%;
		margin-right: 15px;
	}
	.doc_side p.doc_side_title,
	.doc_side p.doc_side_name {
		font-size: 16px;
	}
	.doc_side p.doc_side_reg {
		font-size: 12px;
		font-weight: 400;
	}
	.col_main p {
		font-size:12px;
	}
	.block_blue {
		padding: 23px 17px;
	}
	.mySwiper_21 .swiper-button-next21{
		right: var(--swiper-navigation-sides-offset,10px);
		left: auto;
		background: url('../img/ar_right.png');
		background-repeat: no-repeat;
		width: 42px;
		height: 24px;
		margin-top: 0px;
		top: 188px;
		position: absolute;
		z-index:2;
		cursor:pointer;
	}
	
	.mySwiper_21 .swiper-button-prev21 {
		right: var(--swiper-navigation-sides-offset,70px);
		left: auto;
		background: url('../img/ar_left.png');
		background-repeat: no-repeat;
		width: 42px;
		height: 24px;
		margin-top: 0px;
		top: 188px;
		position: absolute;
		z-index:2;
		cursor:pointer;
	}
	
	.same_st {
		flex-wrap: wrap;
	}
	.same_st img {
		width: 104%;
		height: 98px;
	}
	p.st_title {
		font-size: 12px;
		margin-top: 13px;
	}
	p.st_date {
		font-size: 10px;
		margin-bottom: 49px;
	}
	.stati_social {
		padding: 22px 22px;
		margin-bottom: 0px;
	}
	.stati_social p {
		font-size: 24px;
		line-height: 115%;
		padding-right: 30px;
	}
	.stati_social .social {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
	.mySwiper_22 .swiper-button-next22{
		right: var(--swiper-navigation-sides-offset,10px);
		left: auto;
		background: url('../img/ar_right.png');
		background-repeat: no-repeat;
		width: 42px;
		height: 24px;
		margin-top: 0px;
		top: 300px;
		position: absolute;
		z-index:2;
		cursor:pointer;
	}
	
	.mySwiper_22 .swiper-button-prev22 {
		right: var(--swiper-navigation-sides-offset,70px);
		left: auto;
		background: url('../img/ar_left.png');
		background-repeat: no-repeat;
		width: 42px;
		height: 24px;
		margin-top: 0px;
		top: 300px;
		position: absolute;
		z-index:2;
		cursor:pointer;
	}
	.more_stati {
		background: #F1F9FF;
		padding-top: 45px;
		padding-bottom: 60px;
	}
	.more_stati h4 {
		font-size: 32px;
		margin-bottom: 0px;
	}
	.more_stati img {
		height: 182px;
		object-position: center;
		margin-bottom: 8px;
		margin-top: 27px;
	}
	.more_stati p.st_title,
	.more_stati p.st_date  {
		font-size: 14px;
	}
}

@media(max-width:1093px) { 
	.stati_social p {
		font-size: 22px;
	}
}


/* скрываем категорию alll у специалистов */
.specialist-in-archive .categories span:first-child {
	display: none;
}
.filter__radio-btns_2 .filter__radio-btn:nth-child(2) {
	display: none;
}
.btn--load {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 200px;
	height: 40px;
	margin: 0 0 0 -100px;
}

.btn--load {
	color: #ffffff;
	background-color: #2E7CC0 !important;
	border: none;
	width: 100px;
	margin: 0px 0 0 -50px;
	border-radius: 30px;
	text-align: center;
}
.archive-specialist {
	position: relative;
	padding-bottom: 50px;
}
.thankyou {
	text-align: center;
	height: 61vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.thankyou h1 {
	margin-bottom:20px;
}


._desktop_hide {
	display:none;
}

@media(max-width:767px) { 
	._desktop_hide {
		display:block;
	}
	.menu_mobile .menu-item-object-custom span,
	.menu_mobile .menu-item-object-page span {
		right: auto;
		width: 110%;
	}
	.menu_mobile .menu-item-object-custom span:before,
	.menu_mobile .menu-item-object-page span:before {
		margin-left: 100%;
	}
}


.quize_container {
	max-width:1300px;
	margin:0px auto;
	font:24px 'Circe Rounded 3';
	color:#161616;
	position:relative;
	min-height:600px;
	padding:50px 15px;
}

.quiz_block {
	background-size:100%;
	min-height:600px;
	padding:70px;
	border-radius:20px;
	margin:0 0 50px;
	box-sizing:border-box;
	background-repeat:no-repeat;
	position:absolute;
	top:50px;
	left:0px;
	right:15px;
	display:none;
	
}

.quiz_block_1 {
	background-image:url(../img/cover.jpg);
	background-size:100%;
	min-height:600px;
	padding:70px 350px 70px 70px;
	box-sizing:border-box;
	display:block;
}

.quiz_block_1 h1 {
	font:700 40px/50px 'Circe Rounded 3';
	margin:40px 0;
}

.quiz_block_1 h1 span {
	position:relative;
	display:inline-flex;
}

.quiz_block_1 h1 span span {
	z-index:2;
}

.quiz_block_1 h1 .quiz_line:before {
	content:"";
	background:#C6E7FF;
	border-radius:19px;
	position:absolute;
	bottom:2px;
	left:-5px;
	right:-5px;
	height:18px;
}

.quiz_block_1 p {
	font:700 26px/28px 'Circe Rounded 3';
}

.quiz_block_1 p span {
	color:#2E7CC0;
}

.quiz_button, .quiz_form input[type="submit"].quiz_button {
	background:#2E7CC0;
	color:#fff;
	font:700 24px 'Circe Rounded 3';
	border-radius:22px;
	padding:16px 66px;
	display:inline-flex;
	text-decoration:none;
	align-items:center;
	gap:10px;
	justify-content:flex-start;
	border:none;
	cursor:pointer;
	text-align:center;
}

.quiz_button:hover, .quiz_button:active {
	color:#fff;
	text-decoration:none;
}

.quiz_button:disabled {
	opacity:0.5;
}

.quiz_lic {
	font:12px 'Circe Rounded 3';
	display:flex;
	max-width:800px;
	justify-content:space-between;
	gap:20px;
	padding:80px 0 0;
}

.quiz_lic a {
	width:50%;
	display:inline-flex;
	color:#161616;
}

.quiz_block_2 {
	border:2px solid #2E7CC0;
	background:#fff;
	z-index:2;
}

.quiz_block h2 {
	font:24px 'Circe Rounded 3';
	margin:0 0 20px;
}

.quiz_progress {
	margin:0 0 50px;
}

.quiz_per {
	font:600 24px 'Circe Rounded 3';
	color:#2E7CC0;
	margin:0 0 5px;
}

.quiz_progress_line {
	height:25px;
	border-radius:19px;
	background:#F0F0F0;
}

.quiz_quest h3 {
	font:50px/55px 'Circe Rounded 3';
	background:url(../img/marker.svg) no-repeat 0 6px;
	padding:0 0 0 55px;
	margin:0px 0 50px;
}

.quiz_quest ul {
	margin:20px -7px;
	padding:0px;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}

.quiz_quest li {
	width:50%;
	display:flex;
	margin:0 0 15px;
}

.radio input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.radio__text {
	position: relative;
	padding:0px 24px 0px 70px;
	cursor: pointer;
	display:inline-flex;
	border-radius:20px;
	font:600 20px/68px 'Circe Rounded 3';
}
.radio__text:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 16px;
	width: 36px;
	height: 36px;
	border: 2px solid #C1C1C1;
	border-radius: 50%;
	background: #FFF;
}
.radio__text:after {
	content: '';
	position: absolute;
	top: 21px;
	left: 22px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #2E7CC0;
	opacity: 0;
	transition: .2s;
}
.radio input:checked + .radio__text:after {
	opacity: 1;
}

.quiz_quest label {
	border:1px solid #C1C1C1;
	width:100%;
	border-radius:20px;
	margin:0 7px;
	height:68px;
	cursor:pointer;
	line-height:68px;
}


.quiz_block h4 {
	font:500 28px/36px 'Circe Rounded 3';
	background:url(../img/marker.svg) no-repeat left center;
	padding:0 0 0 55px;
	margin:0 0 20px;
}

.block_3_2 h4 {
	background:url(../img/marker_2.svg) no-repeat left center;
}

.block_3_3 h4 {
	background:url(../img/marker_3.svg) no-repeat left center;
}

.quiz_block h4 span,
.quiz_desc_1 span,
.quiz_desc_2 span  {
	color:#2E7CC0;
	font-weight:700;
}


.block_3_2 h4 span,
.block_3_2 .quiz_desc_1 span,
.block_3_2 .quiz_desc_2 span  {
	color:#FFBD30;
	font-weight:700;
}

.block_3_3 h4 span,
.block_3_3 .quiz_desc_1 span,
.block_3_3 .quiz_desc_2 span  {
	color:#FF0044;
	font-weight:700;
}

.block_3_1 {
	background-image:url(../img/result_1.jpg);
	padding:70px 350px 70px 70px;
	z-index:2;
}

.quiz_desc_1 {
	font: 20px/24px 'Circe Rounded 3';
}
.quiz_desc_2 {
	font: 24px/26px 'Circe Rounded 3';
}

.block_3_2 {
	background-image:url(../img/result_2.jpg);
	padding:70px 350px 70px 70px;
	z-index:2;
}

.block_3_3 {
	background-image:url(../img/result_3.jpg);
	padding:70px 350px 70px 70px;
	z-index:2;
}

.quiz_block_4 {
	position:relative;
	padding:45px 700px 45px 70px;
	border:2px solid #2E7CC0;
	min-height:600px;
	z-index:2;
	background:#fff;
}

.quiz_block_4:before {
	background:url(../img/form_pic.jpg) no-repeat;
	content:"";
	position:absolute;
	width:578px;
	height:439px;
	right:70px;
	top:80px;
	background-size:100%;
}

.quiz_form {
	background:#E1F2FF;
	padding:40px;
	border-radius:20px;
}

.quiz_form h5 {
	font:500 32px/35px 'Circe Rounded 3';
	margin:0 0 15px;
}

.quiz_form label {
	font:24px/26px 'Circe Rounded 3';
	display:block;
}

.quiz_form .quiz_form_text {
	display:block;
	margin:0 0 10px;
}

.quiz_form input[type="text"],
.quiz_form input[type="tel"] {
	background:#fff;
	height:58px;
	border-radius:22px;
	border:none;
	width:100%;
	font:28px 'Circe Rounded 3';
	padding:0 24px;
	color:#3C3C3C;
	box-sizing:border-box;
}

.quiz_form input[type="submit"] {
	width:100%;
	border:none;
	margin:15px 0 15px;
	height:auto;
}

.wpcf7-list-item input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}

.quiz_form .wpcf7-not-valid-tip, .quiz_form .wpcf7 form.invalid .wpcf7-response-output {
	color: #dc3232;
}

.quiz_form .wpcf7 form.invalid .wpcf7-response-output {
	padding:5px;
}

.quiz_form .wpcf7-list-item-label {
	position: relative;
	padding: 0 0 0 30px;
	cursor: pointer;
	color:#3C3C3C;
	font:300 12px/17px 'Circe Rounded 3';
	display:block;
	margin:0 0 10px;
}
.quiz_form .wpcf7-list-item-label:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	background: #fff;
	transition: .2s;
}
.quiz_form .wpcf7-list-item-label:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 5px;
	width: 10px;
	height: 8px;
	background: url(../img/quiz_check.svg) no-repeat;
	transition: .2s;
	opacity:0;
}

.quiz_form input:checked + .wpcf7-list-item-label:after {
	opacity:1;
}

.wpcf7-list-item-label a {
	text-decoration:underline;
	color:#2E7CC0;
}

.quiz_block_5 {
	text-align:center;
	background-image:url(../img/thanks_pic.png);
	position:relative;
	z-index:2;
}

.quize_thanks {
	display:block;
}

.quiz_block_5 h2 {
	color:#2E7CC0;
	font:700 50px/60px 'Circe Rounded 3';
	margin:100px 0 50px;
}

.quiz_quest {
	display:none;
}

.quiz_quest_first {
	display:block;
}

.quiz_quest_visible {
	display:block;
}

.quiz_blue, .quiz_red, .quiz_yellow {
	display:none;
}

.quiz_progress_line span {
	display:block;
	width:0%;
	background: rgb(133,189,237);
	background: linear-gradient(0deg, rgba(133,189,237,1) 0%, rgba(46,124,192,1) 100%);
	height:25px;
	transition:0.5s;
	border-radius:19px;
}

.block_3_1 h2, .block_3_2 h2, .block_3_3 {
	font: 500 32px 'Circe Rounded 3';
}


@media (max-width: 1200px) {

	.quiz_block_1 h1 {
		font: 700 30px 'Circe Rounded 3';
		margin: 20px 0;
	}
	
	.quiz_block_1 p {
		font: 700 20px 'Circe Rounded 3';
	}
	
	.quiz_lic {
		padding: 20px 0 0;
	}

}

@media (max-width: 992px) {
	
}

@media (max-width:767px) {
	
	.quiz_block_1 {
		background-image: url(../img/cover_m.png);
		padding: 15px;
		min-height:auto;
	}
	
	.quiz_block_1 {
		background-image: url(../img/cover_m2.png);
		display:flex;
		flex-direction:column;
		align-items:center;
		text-align:center;
	}
	
	.quiz_lic {
		flex-direction:column;
		max-width:100%;
		align-items:center;
		font:9px/10px 'Circe Rounded 3';
	}
	
	.quiz_lic br {
		display:none;
	}
	
	.quiz_lic a {
		width: 100%;
	}
	
	.quiz_logo {
		max-width:100px;
		margin:0 0 50px;
	}
	
	.quiz_block_1 h1 {
		font: 700 24px/24px 'Circe Rounded 3';
	}
	
	.quiz_block_1 p {
		font: 500 14px/15px 'Circe Rounded 3';
	}
	
	.quiz_block_1 p br {
		display:none;
	}
	
	.quiz_block_1 p span {
		font: 700 14px/15px 'Circe Rounded 3';
	}
	
	.quiz_button, .quiz_form input[type="submit"].quiz_button {
		font: 600 14px 'Circe Rounded 3';
		padding: 12px 56px;
		margin:0 0 50px;
		text-align:center;
	}
	
	.quiz_block_1 h1 .quiz_line:before {
		display:none;
	}
	
	.quiz_block h2 {
		font: 14px 'Circe Rounded 3';
	}
	
	.quiz_block {
		min-height: auto;
		padding: 15px;
		margin: 0 0 0px;
		background-size:cover;
	}
	
	.quize_container {
		margin: 0px auto;
		min-height: auto;
	}
	
	.quiz_per {
		font: 600 14px 'Circe Rounded 3';
	}
	
	.quiz_quest h3 {
		font: 22px 'Circe Rounded 3';
		margin: 0px 0 20px;
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.quiz_progress {
		margin: 0 0 30px;
	}
	
	.quiz_quest ul {
		flex-wrap: nowrap;
		flex-direction:column;
	}
	
	.quiz_quest li {
		width: 100%;
	}
	
	.quiz_quest label {
		height: 40px;
		line-height: 40px;
		border-radius:10px;
	}
	
	.radio__text {
		padding: 0px 24px 0px 40px;
		font: 14px/40px 'Circe Rounded 3';
	}
	
	.radio__text:before {
		top: 8px;
		left: -7px;
		width: 24px;
		height: 24px;
	}
	
	.radio__text:after {
		top: 13px;
		left: -2px;
		width: 14px;
		height: 14px;
	}
	
	.quiz_button img {
		height:12px;
	}
	
	.block_3_3, .block_3_2, .block_3_1 {
		background-image: url(../img/cover_m2.png);
		flex-direction:column;
	}
	
	.block_3_3 h4 {
		font: 14px 'Circe Rounded 3';
		padding:0px;
		background:none; 
	}
	
	.quiz_desc_1 {
		font: 14px/24px 'Circe Rounded 3';
	}
	
	.quiz_desc_2 {
		font: 16px/18px 'Circe Rounded 3';
	}
	
	.quiz_block h4 {
		font: 14px 'Circe Rounded 3';
		background: none;
		padding: 0 0 0 0px;
	}
	
	.quiz_block_4:before {
		display:none;
	}
	
	
	.quiz_block_4 {
		background: #E1F2FF;
		padding:0px;
		border:none;
		left:0px;
	}
	
	.quiz_form {
		padding:15px;
	}
	
	.quiz_form h5 {
		font: 500 24px 'Circe Rounded 3';
		margin:0 0 0px;
	}
	
	.quiz_form label {
		font: 16px 'Circe Rounded 3';
		display: block;
	}
	
	.quiz_form input[type="text"], .quiz_form input[type="tel"] {
		height: 40px;
		font: 14px 'Circe Rounded 3';
		padding: 0 14px;
	}
	
	.quiz_button, .quiz_form input[type="submit"].quiz_button {
		font: 600 14px 'Circe Rounded 3';
		padding: 12px 14px;
		margin: 0 0 0px;
		text-align:center;
	}
	
	.quiz_block_5 {
		background-image: url(../img/thanks_mob.png);
		left:0px;
		min-height:500px;
	}
	
	.quiz_block_5 h2 {
		color: #2E7CC0;
		font: 700 20px/20px 'Circe Rounded 3';
		margin: 120px 0 20px;
	}
	
	
	
}


/* Landing */



.landing_s1 {
	margin:100px 0 50px;
}

.landing_s1_wrapper {
	background:#F1F9FF;
	border-radius:30px;
	position:relative;
	min-height:548px;
	color:#161616;
}

.landing_s1_wrapper:after {
	content:"";
	background:url(../img/top_img.png) no-repeat;
	width:669px;
	height:616px;
	position:absolute;
	right:0px;
	bottom:0px;
}

.landing_s1_text {
	max-width:45%;
	padding:70px 0 50px 50px;
}

.landing_s1_text h1 {
	color:#2E7CC0;
	font:52px/60px 'Circe Rounded 3', Sans-serif;
	margin:0 0 50px;
}

.landing_s1_sale p {
	font:500 20px 'Circe Rounded 3';
	margin:5px 0 30px;
}

.landing_s1_sale div {
	color:#FF0044;
	font:700 20px 'Circe Rounded 3';
}

.landing_s1_button {
	background:#FF0044;
	padding:22px 85px;
	border-radius:38px;
	display:inline-block;
	color:#fff;
	font:24px 'Circe Rounded 3', Sans-serif;
}

.landing_s1_button:hover {
	color:#fff;
}

.landing_s1_small {
	color:#3C3C3C;
	font:14px 'Circe Rounded 3';
	margin:20px 0 0;
}

.landing_s1_tip {
	font:18px 'Circe Rounded 3';
	color:#2E7CC0;
	padding:0 0 0 50px;
	margin:30px 0 0;
}

.landing_menu {
	display:flex;
	gap:15px;
	margin:0px 0 50px;
	padding:0px;
	list-style:none;
}

.landing_menu a {
	font:600 18px 'Circe Rounded 3';
	display:inline-flex;
	color:#fff;
	background:#2E7CC0;
	padding:10px 30px;
	border-radius:30px;
}

.landing_title {
	font:42px 'Circe Rounded 3', Sans-serif;
	margin:0 0 20px;
}

.landing_title span {
	color:#FFBD30;
}

.landing_price_row {
	background:#F1F9FF;
	font:500 20px 'Circe Rounded 3';
	display:flex;
	justify-content:space-between;
	border-radius:13px;
	padding:20px;
	margin:5px;
}

.landing_price_row:nth-child(even) {
	background:#FFF7E8;
}

.landing_price_row div:last-child {
	font:700 20px 'Circe Rounded 3';
}

.landing_price_hidden {
	display:none;
}

.landing_s2 img {
	margin-right:10px;
}

.landing_s3_button {
	width:275px;
	margin:50px auto 0;
	padding:11px;
	border:1px solid #2E7CC0;
	display:block;
	border-radius:22px;
	text-align:center;
	font:16px 'Circe Rounded 3';
	color:#2E7CC0;
	text-decoration:none;
}

.landing_s3 {
	margin:0 0 50px;
}

.landing_doctors_item {
	display:flex;
	background:#fff;
	border-radius:20px;
}

.landing_s4 {
	background:#FFF7E8;
	padding:50px 0;
	margin:70px 0;
}

.landing_doctors_text {
	padding:30px 30px 110px;
	width:60%;
	font:16px/23px 'Circe Rounded 3';
	color:#161616;
	position:relative;
}

.landing_doctors_text p {
	font:16px/23px 'Circe Rounded 3';
}

.landing_doctors_photo {
	width:40%;
	position:relative;
}

.owl-carousel .landing_doctors_photo img {
	position:absolute;
	bottom:0px;
	right:20px;
	width:230px;
	height:auto;
}

.landing_doctors_top {
	display:flex;
	gap:10px;
	color:#2E7CC0;
	font:500 14px 'Circe Rounded 3';
	margin:0 0 20px;
	padding:0px;
	list-style:none;
	align-items:center;
}

.landing_doctors_name {
	font:600 22px 'Circe Rounded 3';
	margin:0 0 10px;
}

.landing_doctors_text p {
	margin:0 0 30px;
}

.landing_doctors_button {
	padding:11px 40px;
	background:#FF0044;
	color:#fff;
	font:600 16px 'Circe Rounded 3';
	border-radius:22px;
	text-decoration:none;
	position:absolute;
	bottom:30px;
	left:30px;
}

.landing_wrapper .plus-minus {
    color: #fff;
    border: 1px solid #FF7A00;
	background:#FF7A00;
	right:70px;
}

.landing_wrapper .plus-minus:before {
    background: #fff;
}

.landing_wrapper .plus-minus:after {
    background: #fff;
}

.landing_doctors {
	position:relative;
}

.landing_doctors .owl-nav {
	position:absolute;
	top:-60px;
	right:0px;
	display:flex;
	gap:20px;
	overflow:hidden;
}

.landing_doctors .owl-nav button.owl-prev {
	background:url(../img/landing_arrow.svg) no-repeat;
	width:38px;
	height:10px;
	display:block;
	width: 41px;
    height: 23px;
	text-indent:9999px;
	transform:rotate(180deg);
}

.landing_doctors .owl-nav button.owl-next {
	background:url(../img/landing_arrow.svg) no-repeat;
	width:38px;
	height:10px;
	display:block;
	width: 41px;
    height: 23px;
	text-indent:-9999px;
}

.bl1_slide_2 p {
	font:500 18px 'Circe Rounded 3';
	color:#000;
	margin:0px 0 30px;
}

section.block_1 .flex_desctop .col1 p {
	margin:0px;
}

section.block_1.block_1_landing .block_1_d {
	margin-top:50px;
	margin-bottom:50px;
}

.landing_s6_wrap {
	display:flex;
	gap:60px;
} 

.landing_s6_wrap ul {
	margin:0px;
	padding:0px;
	list-style:none;
	display:flex;
	gap:30px;
	font:500 18px 'Circe Rounded 3';
}

.landing_s6_wrap li {
	width:25%;
}

.landing_s6_wrap h3 {
	font:700 20px 'Circe Rounded 3'; 
	margin:0 0 20px;
}

.landing_s6_p {
	background:#FFF1F5;
	border-radius:20px;
	width:105px;
	height:125px;
	color:#FF0044;
	padding:15px;
	text-align:center;
	font:28px 'Circe Rounded 3', Sans-serif;
}

.landing_s6_p span {
	font:64px/64px 'Circe Rounded 3', Sans-serif;
}

.landing_s6_n {
	width:60px;
	height:60px;
	color:#fff;
	background:#2E7CC0;
	text-align:center;
	font:32px/60px 'Circe Rounded 3', Sans-serif;
	display:block;
	border-radius:100%;
	margin:0 0 15px;
	position:relative;
}

.landing_s6_n:after {
	content:"";
	height:1px;
	width:230px;
	border-top:2px dashed #2E7CC0;
	position:absolute;
	top:50%;
	left:100%;
	margin:-1px 0 0;
}

.landing_s6_wrap li:last-child .landing_s6_n:after {
	display:none;
}

.landing_s6_link {
	background:#FF0044;
	color:#fff;
	padding:10px;
	font:600 18px 'Circe Rounded 3';
	display:block;
	width:440px;
	margin:20px auto 0;
	border-radius:23px;
	text-align:center;
}

.landing_s6_link:hover {
	color:#fff;
	text-decoration:none;
}

.block_8 .landing_title span {
	color:#FF7A00;
}


.landing_s6 .landing_title span {
	color:#2E7CC0;
}



.landing_s5 ol, .landing_s5 ul {
	margin:0px;
	padding:0px;
}

.landing_s5 ol {
	list-style-type: none; 
	counter-reset: num;
	padding:0 0 0 45px;
}
.landing_s5 ol li {
	position: relative;	
	margin:0 0 25px;
}
.landing_s5 ol li:before {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;	
	position: absolute;
	top: -5px;
	left: -45px;
	width:  32px;    
	color: #fff;
	background:#2E7CC0;
	height:32px;
	border-radius:100%;
	text-align:center;
	font:22px/34px 'Circe Rounded 3', Sans-serif;
}

.landing_s5 blockquote {
	background:url(../img/bq.svg) no-repeat 30px 40px #FFF1F5;
	border-radius:20px;
	clear:both;
	padding:20px 30px 20px 100px;
	margin:40px 0;
}

.landing_s5 blockquote p {
	font:500 18px/28px 'Circe Rounded 3';
	color:#161616;
}

.landing_s5 {
	margin:70px 0;
}

.landing_s5 ul {
	list-style:none;
}

.landing_s5 ul li {
	position:relative;
	padding:0 0 0 25px;
	margin:0 0 15px;
}

.landing_s5 ul li:before {
	content:"";
	background:#FF0044;
	width:8px;
	height:8px;
	position:absolute;
	top:9px;
	left:0px;
	border-radius:100%;
}

.landing_s7_wrap {
	display:flex;
	gap:30px;
}

.landing_s7 {
	margin:70px 0;
}

.landing_s7_item {
	background:#F1F9FF;
	border-radius:20px;
	overflow:hidden;
	width:33.3333%;
}

.landing_s7_text {
	padding:20px 20px 30px;
}

.landing_s7_date {
	color:#3C3C3C;
	font:500 16px 'Circe Rounded 3';
	margin:0 0 15px;
}

.landing_s7_wrap h2 {
	font:600 20px/29px 'Circe Rounded 3';
}

.landing_s7_wrap h2 a {
	color:#161616;
}

.landing_s8 {
	margin:70px 0;
}

.landing_s8_top {
	display:flex;
	gap:15px;
	align-items:center;
	margin:0 0 20px;
}

.landing_s8_thumb img {
	width:78px;
	min-width:78px;
	height:78px;
	border-radius:100%;
}

.landing_s8_top h3 {
	font:600 18px 'Circe Rounded 3';
	color:#161616;
	margin:0 0 10px;
}

.landing_s8_item {
	font:500 16px 'Circe Rounded 3';
	background:#FFF7E8;
	padding:30px;
	border-radius:20px;
}


.landing_s8_item p {
	font:500 16px/23px 'Circe Rounded 3';
}

.landing_s8_item a {
	font:500 16px 'Circe Rounded 3';
	color:#161616;
	text-decoration:underline;
}

.landing_reviews.owl-carousel .owl-item img {
	width:auto;
}

.landing_reviews {
	position:relative;
}

.landing_reviews .owl-nav {
	position:absolute;
	top:-50px;
	right:0px;
	display:flex;
	gap:20px;
}

.owl-carousel.landing_reviews .owl-nav button.owl-prev {
	background:url(../img/l_ar.svg) no-repeat;
	width:38px;
	height:24px;
	text-indent:-9999px;
}

.owl-carousel.landing_reviews .owl-nav button.owl-next {
	background:url(../img/l_ar.svg) no-repeat;
	width:38px;
	height:24px;
	text-indent:9999px;
	transform:rotate(180deg);
}

.landing_s9 {
	background:#FFF7E8;
	padding:50px 0;
}

.landing_s9_block {
	background:#fff;
	border-radius:20px;
	padding:30px;
}

.landing_s9_block label {
	font:600 18px 'Circe Rounded 3';
}

.landing_s9_block select {
	border:1px solid #FFBD30;
	padding:0 15px;
	color:#161616;
	font:500 16px 'Circe Rounded 3';
	width:100%;
	height:60px;
	margin:0 0 25px;
}

.landing_s9_block input[type="text"],
.landing_s9_block input[type="email"] {
	border:1px solid #FFBD30 !important;
	padding:0 15px;
	font:500 16px 'Circe Rounded 3';
	margin:0 0 25px;
	color:#161616;
	width:100%;
	height:60px;
}

.landing_s9_block input[type="submit"] {
	background:#FF0044;
	color:#fff;
	width:305px;
	padding:10px;
	display:block;
	border:none;
	border-radius:23px;
	margin:20px auto 0px;
}

.landing_s9 .landing_s9_block textarea {
	border:1px solid #FFBD30 !important;
	padding:15px;
	font:500 16px 'Circe Rounded 3';
	margin:0 0 25px;
	color:#161616;
	width:100%;
	height:390px;
}

.landing_s9_form {
	display:flex;
	gap:30px;
}

.landing_s9_col {
	width:50%;
}

.landing_s9_tip {
	text-align:center;
	font:500 14px 'Circe Rounded 3';
	color:#3C3C3C;
	text-align:center;
}

.landing_s10_text {
	padding:20px 20px 30px;
}

.landing_s10_item {
	background:#FFF1F5;
	overflow:hidden;
	border-radius:20px;
}

.landing_s10_item h2 {
	font:700 20px 'Circe Rounded 3';
	margin:0 0 20px;
}

.landing_s10_item h2 a {
	color:#161616;
}

.landing_s10_price {
	font:700 24px 'Circe Rounded 3';
	color:#161616;
}

.landing_s10_price span {
	color:#FF0044;
}

.landing_s10 {
	margin:70px 0;
}

.landing_akcii {
	position:relative;
}

.landing_akcii .owl-nav {
	position:absolute;
	top:-50px;
	right:0px;
	display:flex;
	gap:20px;
}

.owl-carousel.landing_akcii .owl-nav button.owl-prev {
	background:url(../img/l_ar_2.svg) no-repeat;
	width:38px;
	height:24px;
	text-indent:-9999px;
}

.owl-carousel.landing_akcii .owl-nav button.owl-next {
	background:url(../img/l_ar_2.svg) no-repeat;
	width:38px;
	height:24px;
	text-indent:9999px;
	transform:rotate(180deg);
}

.landing_doctors_item img.mobile {
	display:none;
}

.landing_doctors_button:hover {
	color:#fff;
}

div.wpcf7 form p.mail_back_tip {
	font: 500 14px/19px 'Circe Rounded 3';
	margin:10px 0 0;
}

p.mail_back_tip a {
	text-decoration:underline;
	color:#3C3C3C;
}

.landing_wrapper .mobile {
	display:none;
} 

.landing_s8 .fa-star:before, .landing_s8 .fa-star-half-stroke:before {
	color:#FDBD13;
}

.landing_s9 .fa-star:before, .landing_s9 .fa-star-half-stroke:before {
	color:#FFBD30;
}

.landing_s9_rating {
	position:relative;
	margin:0 0 20px;
}

.landing_s9_rating input {
	opacity:0;
	position:absolute;
	z-index:-1;
}

.landing_s9_rating .wpcf7-list-item-label {
	text-indent:-9999px;
	display:block;
}

.landing_s9_rating .wpcf7-list-item-label span {
	display:block;
	text-indent:0px;
	font-size:20px;
}

.landing_s9_rating .wpcf7-form-control {
	display:flex;
	gap:1px;
}

.fa-solid2 {
	font-weight:900;
}

.landing_s9_rating .wpcf7-list-item  {
	line-height:10px;
	margin:0px;
	cursor:pointer;
}

.landing_s9 label {
	margin:0 0 15px;
}

.landing_s9_rating label {
	margin:0 0 10px;
}

.landing_s9 .wpcf7-not-valid-tip {
	color:#dc3232;
	margin:-20px 0 15px;
}

.landing_s9 .wpcf7 form.invalid .wpcf7-response-output {
	color:#ffb900;
	padding:15px;
	margin:10px 0 0;
}

.landing_s9_form_label p {
	font: 600 18px 'Circe Rounded 3'
}

.landing_doctors_top li:last-child {
	display:flex;
	gap:5px;
	align-items:center;
}

.landing_doctors_top .fa-star:before, 
.landing_doctors_top .fa-star-half-stroke:before {
	color:#2E7CC0;
}

.landing_doctors_top .DocRatingStars {
	margin:2px 0 0;
}

.landing_s8_fool_text {
	display:none;
}

div.wpcf7 form p.mail_back_tip, .mail_back_tip_2 {
	font: 500 14px/19px 'Circe Rounded 3';
	margin:15px 0 0;
}

div.wpcf7 form p.mail_back_tip a {
	color:#161616;
	font: 500 14px/19px 'Circe Rounded 3';
}

.mail_block_landing .m_hero_title {
	font: 42px/46px 'Circe Rounded 3', Sans-serif;
}

section.mail_block.mail_block_landing_2 .mail_back {
   flex-direction:column;
   align-items:flex-start;
}

.mail_block_landing_2 #f-39 {
	display:flex;
	flex-wrap:wrap;
	position:relative;
}

.mail_block_landing_2 #f-39 .item, 
.mail_block_landing_2 #f-39 .submit_wrap {
	width:33.3333%;
}

.mail_block_landing_2 #f-39 .item {
	padding:0 30px 0 0;
}

.mail_block_landing_2 .hp {
	position:absolute;
}

.mail_block_landing_2 #f-39 .mail_back_tip {
	width:33%;
}

.mail_back_tel {
	display:none;
}

.mail_block_landing_2 .mail_back_tel {
	display:block;
	width:67%;
}

.mail_block_landing_2 .m_hero_title {
	margin:0 0 25px;
}

.mail_block_landing_2 div.wpcf7 form p.mail_back_tip {
	margin:0px;
}

.mail_back_tel {
	position:relative;
	padding:0 0 0 55px;
	font: 500 16px/46px 'Circe Rounded 3';
}

.mail_back_tel b {
	font: 700 18px/46px 'Circe Rounded 3';
}

section.mail_block .mail_back .mail_back_tel a {
	text-decoration:none;
}

.mail_back_tel:before {
	content:"";
	position:absolute;
	width:46px;
	height:46px;
	border-radius:100%;
	background:url(../img/l_tel.svg) center no-repeat #fff;
	left:0px;
	top:0px;
}

section.block_1.block_1_landing .bl1_slide_2 a.mbut {
    border: none;
    border-radius: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    color: #FF0044;
    padding: 0px;
    display: block;
    width: 100%;
    height: fit-content;
}

section.block_1.block_1_landing .bl1_slide_3 a.mbut {
    color: #FFBD30;
    border: none;
}

section.block_1.block_1_landing .bl1_slide_4 a.mbut {
    color: #2E7CC0;
    border: none;
}

.landing_wrapper .landing_s1_text h1 {
    font: 52px/48px 'Circe Rounded 3', Sans-serif;
}

.landing_wrapper .padd h3 {
	font: 42px/48px 'Circe Rounded 3', Sans-serif;
}

.landing_wrapper .padd h3 span {
	color:#2E7CC0;
}

.landing_wrapper .block_9 a {
	color:#333333;
}

.landing_wrapper .accordion_item {
	background:#FFF7E8;
	border-radius:13px;
	margin:0 0 20px;
}

.landing_wrapper .panel,
.landing_wrapper .accordion {
	background:none;
	padding:20px 40px;
	font: 700 20px/28px 'Circe Rounded 3';
}

.landing_wrapper .panel {
	font: 500 16px/24px 'Circe Rounded 3';
}

.landing_s1 .container {
	max-width:1330px;
}

.landing_wrapper .m_licence p {
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    opacity: 0.5;
}

.landing_wrapper .m_licence a {
	text-decoration:underline;
}

.landing_wrapper .m_licence p.mf_poli {
	opacity:1;
}

.landing_wrapper .mf_poli a {
	text-decoration:none;
}

@media (max-width:767px) {
	
	.landing_wrapper .plus-minus {
		right:15px;
	}
	
	.landing_s9 .fa-star:before, .landing_s9 .fa-star-half-stroke:before {
		font-size:28px;
	}
	
	.landing_s2 img {
		height: 18px;
	}
	
	.landing_wrapper .panel {
		padding:15px;
	}
	
	.landing_wrapper .padd h3 {
		font: 24px/27px 'Circe Rounded 3', Sans-serif;
	}
	
	div.wpcf7 form .landing_s9_form_label p {
		font: 600 16px 'Circe Rounded 3'
	}
	
	.mail_block_landing_2 {
		display:none;
	}
	
	div.wpcf7 form p.mail_back_tip, .mail_back_tip_2 {
		font: 12px 'Circe Rounded 3';
		margin: 15px 0 0;
	}
	
	.mail_block_landing_2 #f-39 .item, .mail_block_landing_2 #f-39 .submit_wrap {
		width: 100%;
	}
	
	.mail_back_tip_2 {
		margin:0 0 15px;
	}
	
	div.wpcf7 form p.mail_back_tel {
		margin:10px 0;
	}
	
	div.wpcf7 form p.mail_back_tip a {
		font: 500 12px 'Circe Rounded 3';
	}
	
	.mail_block_landing .m_hero_title {
		font: 24px/26px 'Circe Rounded 3', Sans-serif;
		margin:0 0 10px;
	}
	
	.mail_block_landing_2 #f-39 .item {
		padding:0 0px 0 0;
	}
	
	.mail_block_landing_2 #f-39 {
		flex-direction:column;
	}
	
	.mail_block_landing_2 #f-39 .mail_back_tip,
	.mail_block_landing_2 .mail_back_tel {
		width:100%;
	}
	
	.landing_s1_wrapper:after {
		display:none;
	}
	
	.landing_s1_text {
		max-width: 100%;
		padding: 0;
	}
	
	.landing_s1_wrapper {
		border-radius: 0px;
		margin:0 -15px;
		padding:15px;
		min-height:auto;
	}
	
	.landing_wrapper .landing_s1_text h1 {
		font: 32px/33px 'Circe Rounded 3', Sans-serif;
		margin: 0 0 15px;
	}
	
	.landing_s1_sale div {
		font: 700 16px 'Circe Rounded 3';
	}
	
	.landing_s1_sale p {
		font: 500 16px 'Circe Rounded 3';
		margin: 5px 0 15px;
	}
	
	.landing_s1_button {
		padding: 10px 10px;
		border-radius: 22px;
		font: 500 12px 'Circe Rounded 3', Sans-serif;
		display:block;
		text-align:center;
	}
	
	.landing_s1_small {
		font: 10px/14px 'Circe Rounded 3';
	}
	
	.landing_s1_tip {
		display:none;
	}
	
	.landing_s1 {
		margin: 20px 0 20px;
		padding:0px;
	}
	
	section {
		padding: 0px 0;
		margin:0 0 20px;
	}
	
	.landing_menu a {
		font: 600 14px 'Circe Rounded 3';
		padding: 8px 16px;
		border-radius: 20px;
	}
	
	.landing_menu li {
		margin:0 5px 5px 0;
	}
	
	.landing_menu {
		gap: 0px;
		margin: 0px 0 0px;
		flex-wrap:wrap;
	}
	
	.landing_title {
		font: 24px 'Circe Rounded 3', Sans-serif;
		margin: 0 0 10px;
	}
	
	.landing_price_row {
		font: 500 14px 'Circe Rounded 3';
		padding: 10px;
		margin: 0 0 5px;
	}
	
	.landing_price_row div:last-child {
		font: 700 14px 'Circe Rounded 3';
		white-space:nowrap;
	}
	
	.landing_s3 {
		margin: 0 0 30px;
	}
	
	.landing_s3_button {
		margin: 20px auto 0;
		padding: 11px;
		font: 12px 'Circe Rounded 3';
	}
	
	/* .landing_doctors_photo {
		display:none
	} */
	
	.landing_doctors_text {
		padding: 10px 10px 90px;
		width: 100%;
		font: 14px/20px 'Circe Rounded 3';
	}
	
	.landing_doctors_item img.desktop {
		display:none;
	}
	
	.landing_doctors_item img.mobile {
		display:block;
	}
	
	.landing_doctors_name_m {
		overflow:hidden;
	}
	
	.owl-carousel .owl-item .landing_doctors_name_m img {
		width:97px;
		height:97px;
		object-fit:cover;
		float:left;
		margin:0 10px 10px;
	}
	
	.landing_doctors_name {
		font: 600 20px/29px 'Circe Rounded 3';
	}
	
	.landing_doctors_text p {
		font: 14px/20px 'Circe Rounded 3';
		margin:0 0 10px;
	}
	
	.landing_doctors_button {
		padding: 10px 10px;
		font: 500 14px 'Circe Rounded 3';
		display: block;
		text-align:center;
		width:200px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.landing_s4 .landing_title, 
	.landing_s4 .landing_title span {
		color:#2E7CC0;
	}
	
	.landing_doctors .owl-nav button.owl-prev, 
	.landing_doctors .owl-nav button.owl-next {
		background: url(../img/ar_left.png) no-repeat;
	}
	
	.landing_doctors .owl-nav button.owl-next {
		transform:rotate(180deg);
	}
	
	.landing_doctors .owl-nav button.owl-prev {
		transform:rotate(0deg);
	}
	
	.landing_doctors_top {
		justify-content:space-between;
	}
	
	.landing_doctors .owl-nav {
		top: auto;
		right: 0px;
		left:0px;
		justify-content:center;
		bottom:-40px;
	}
	
	.landing_s4 {
		background: #FFF7E8;
		padding: 20px 0 60px;
		margin: 20px 0;
	}
	
	div.wpcf7 form p.mail_back_tip {
		font: 500 14px 'Circe Rounded 3';
	}
	
	.landing_s5 {
		margin: 20px 0;
	}
	
	.landing_s5 ol li:before {
		content: "";
		position: absolute;
		top: 4px;
		left: -20px;
		width: 11px;
		height: 11px;
	}
	
	.landing_s5 ol li {
		margin: 0 0 10px;
	}
	
	.landing_s5 ol {
		padding: 0 0 0 20px;
	}
	
	.landing_s5 ul li:before {
		content: "";
		top: 9px;
		left: 0px;
		width: 11px;
		height: 11px;
	}
	
	.landing_s5 ul li {
		position: relative;
		padding: 0 0 0 20px;
		margin: 0 0 10px;
	}
	
	.alignleft {
		float: left;
		margin: 10px 10px 5px 0;
	}
	
	.landing_s5 blockquote {
		background: #FFF1F5;
		clear: both;
		padding: 15px;
		margin: 20px 0;
	}
	
	.landing_s5 blockquote p {
		font: 14px 'Circe Rounded 3';
	}
	
	.landing_s6_p {
		display:none;
	}
	
	.landing_s6_wrap ul {
		gap: 10px;
		font: 14px 'Circe Rounded 3';
		flex-direction:column;
	}
	
	.landing_s6_wrap li {
		width: 100%;
		position:relative;
		padding:10px 0 0 55px;
	}
	
	.landing_s6_n {
		width: 40px;
		height: 40px;
		font: 24px/40px 'Circe Rounded 3', Sans-serif;
		margin: 0;
		position: absolute;
		top:0px;
		left:0px;
	}
	
	.landing_s6_n:after {
		content: "";
		height: 100px;
		width: 1px;
		border-left: 2px dashed #2E7CC0;
		position: absolute;
		top: 100%;
		left: 50%;
		margin: 0;
	}
	
	.landing_s6_link {
		font: 500 12px 'Circe Rounded 3';
		width: 100%;
		margin:0px;
	}
	
	.landing_s6_wrap h3 {
		font: 700 16px 'Circe Rounded 3';
		margin: 0 0 10px;
	}
	
	.landing_wrapper .accordion {
		background-color: #FFF7E8;
		padding: 15px;
		border: none;
		margin:0 0 5px;
		border-radius:13px;
	}
	
	.landing_wrapper .mobile {
		display:block;
	} 
	
	.landing_wrapper .desktop {
		display:none;
	} 
	
	.landing_s7_item {
		width: 100%;
	}
	
	.landing_s7_item h2 {
		font: 700 14px/20px 'Circe Rounded 3';
		margin:0px;
	}
	
	.landing_s7_item h2 a {
		color:#161616;
	}
	
	.landing_s7_date {
		font: 500 12px 'Circe Rounded 3';
		margin: 0 0 10px;
	}
	
	.owl-carousel.landing_articles .owl-nav button.owl-prev {
		background: url(../img/ar_left.png) no-repeat;
		width: 38px;
		height: 24px;
		text-indent: -9999px;
	}
	
	.owl-carousel.landing_articles .owl-nav button.owl-next {
		background: url(../img/ar_left.png) no-repeat;
		width: 38px;
		height: 24px;
		text-indent: 9999px;
		transform: rotate(180deg);
	}
	
	.landing_articles .owl-nav, .landing_reviews .owl-nav, .landing_akcii .owl-nav {
		position: absolute;
		top: auto;
		bottom:-40px;
		right: 0px;
		left:0px;
		justify-content:center;
		display:flex;
		gap:20px;
	}
	
	.landing_s7 {
		margin: 30px 0 60px;
	}
	
	.landing_s7_text {
		padding: 15px;
	}
	
	.landing_articles.owl-carousel .owl-stage-outer,  
	.landing_reviews.owl-carousel .owl-stage-outer,  
	.landing_akcii.owl-carousel .owl-stage-outer  {
		/*overflow:visible;*/
	}
	
	.landing_articles.owl-carousel.owl-drag .owl-item, 
	.landing_reviews.owl-carousel.owl-drag .owl-item,
	.landing_akcii.owl-carousel.owl-drag .owl-item {
		/*margin: 0 -45px 0 26px;
		padding: 0 30px 0 15px;*/
	}
	
	.landing_s8_top h3 {
		font: 600 16px 'Circe Rounded 3';
	}
	
	.landing_reviews .owl-stage, 
	.landing_akcii .owl-stage,
	.landing_articles .owl-stage	{
		padding-left:0px !important; 
	}
	
	.landing_s8_item p {
		font: 14px/20px 'Circe Rounded 3';
	}
	
	.landing_s8_item a {
		font: 14px 'Circe Rounded 3';
	}
	
	.landing_s9_form {
		gap: 0px;
		flex-direction:column;
	}
	
	.landing_s8_thumb img {
		width:55px;
		min-width:55px;
		height:55px;
	}
	
	.landing_s9_block {
		background: none;
		padding: 0px;
	}
	
	.landing_s9_col {
		width: 100%;
	}
	
	.landing_s9_block label {
		font: 600 16px 'Circe Rounded 3';
		margin:0 0 5px;
	}
	
	.landing_s9 .wpcf7-not-valid-tip {
		margin: -10px 0 15px;
	}
	
	.landing_s9_block select {
		border: none;
		padding: 0 15px;
		color: #161616;
		font: 500 14px 'Circe Rounded 3';
		width: 100%;
		height: 43px;
		margin: 0 0 15px;
		border-radius:30px;
	}
	
	.landing_s9_block input[type="text"], .landing_s9_block input[type="email"] {
		border: none;
		padding: 0 15px;
		font: 500 14px 'Circe Rounded 3';
		margin: 0 0 15px;
		color: #161616;
		width: 100%;
		height: 43px;
		border-radius:30px;
	}
	
	.landing_s9 .landing_s9_block textarea {
		border: none;
		padding: 15px;
		font: 500 14px 'Circe Rounded 3';
		margin: 0 0 25px;
		color: #161616;
		width: 100%;
		height: 115px;
		border-radius:30px;
	}
	
	.landing_s9 {
		padding: 20px 0;
	}
	
	.landing_s9_block input[type="submit"] {
		width: 100%;
		margin: 0px auto 10px;
		font: 600 12px 'Circe Rounded 3';
	}
	
	.landing_s9_block p {
		text-align: left;
		font: 500 12px 'Circe Rounded 3';
	}
	
	.landing_s9_block p a {
		color:#3C3C3C;
		text-decoration:underline;
	}
	
	.landing_s10 {
		margin: 20px 0 60px;
	}
	
	.landing_s10_item h2 {
		font: 700 16px/23px 'Circe Rounded 3';
		margin: 0 0 10px;
	}
	
	.landing_s10_price {
		font: 700 18px 'Circe Rounded 3';
	}
	
	.landing_wrapper h3 {
		margin:0 0 10px;
		padding:0px;
		font: 20px 'Circe Rounded 3', Sans-serif;
		font-weight:400;
	}
	
	.landing_wrapper .mail_back_in p {
		display:none;
	}
	
	.landing_wrapper .mail_back input[type="text"],
	.landing_wrapper .mail_back input[type="tel"]	{
		height:41px;
		border-radius:21px;
		font: 14px 'Circe Rounded 3';
		border:none !important;
	}
	
	.landing_wrapper .wpcf7 form .wpcf7-submit {
		background: #FF0044;
		border-radius: 22.5px;
		font-weight: 400;
		font-size: 12px;
		padding: 10px 10px;
		width: 100%;
		height: 41px;
		color: #fff;
		border: none;
	}
	
	.landing_s9_col:first-child {
		order:2;
	}
	
	.landing_s9_col:last-child {
		order:1;
	}
	
	.landing_s9 .landing_s9_block textarea {
		margin:0 0 15px;
	}
}

.ajax-load-more-wrap .alm-ajax {
	display:flex;
	gap:50px;
	justify-content:space-between;
	flex-wrap:wrap;
}

.ajax-load-more-wrap .alm-ajax h2, .ajax-load-more-wrap .alm-ajax h2 a {
	line-height:0.7;
}

#landing_color_1, #landing_color_2, #landing_color_3 {
	padding:0px;
	border-radius: 30px;
}
.landing_color_1 > .block_3,
.landing_color_1 > .block_4,
.landing_color_1 > .block_5 {
	padding:21px;
}

.landing_d1_b {
	background:#F1F9FF;
}

.landing_d1 {
	background: linear-gradient(180deg, #2E7CC0 0%, #87C8FF 100%);
	border-radius:0px 0px 100px 100px;
	margin:0px;
	color:#fff;
	position:relative;
	overflow:hidden;
}


.landing_sdvg .container {
	position:relative;
	height:100%;
	max-width:1320px;
}


.landing_d1 .container {
	height:810px;
}

.landing_d1:after {
	content:"";
	background:url(../img/decor_stars.png) center top;
	width:1571px;
	height:850px;
	margin:0 auto;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	
}

.landing_d1 ul {
	margin:0px;
	display:flex;
	gap:20px;
	justify-content:space-between;
	align-items:center;
	padding:40px 0 0px;
	list-style:none;
	font:500 18px 'Circe Rounded 3';
	z-index:2;
	position:relative;
}

.landing_d1 a {
	color:#fff;
}

.landing_d1_text {
	width:550px;
	z-index:2;
	position:relative;
}

.landing_d1_text h1 {
	font:65px/71px 'Circe Rounded 4', Sans-serif;
	color:#fff;
	margin:120px 0 50px;
}

.landing_d1_text p {
	color:#161616;
	font:500 26px 'Circe Rounded 3';
	margin:0 0 70px;
}

.landing_d1_order {
	border-radius:60px;
	border:3px dashed #fff;
	display:inline-block;
	position:relative;
	z-index:2;
}

.landing_d1_order span {
	border-radius:60px;
	display:inline-block;
	padding:22px 110px 22px 60px;
	margin:12px;
	font:24px 'Circe Rounded 4', Sans-serif;
	background:#165A96;
	position:relative;
}

.landing_d1_order span:after {
	content:"";
	background:url(../img/ar_landing.svg) no-repeat;
	width:32px;
	height:32px;
	position:absolute;
	top:50%;
	margin:-16px 0 0;
	right:60px;
}

.landing_girl {
    position: absolute;
    bottom: 0px;
    right: -30px;
    width: 846px;
    height: 809px;
    background: url(../img/g_d.png) no-repeat;
	z-index:2;
}

.l_wr_top {
	display:none;
}

.plan {
	display:flex;
	flex-wrap:wrap;
	margin:0 -80px 0 0;
	font:500 16px/24px 'Circe Rounded 3';
	align-items:flex-start;
	position: relative;
	background: url("../img/line.png") no-repeat;
	background-position: 62% 29px;
    background-size: auto 97%;
}

.plan h3 {
	font:30px/34px 'Circe Rounded 4', Sans-serif;
	margin:20px 0;
}

.plan_item {
	width:calc(50% - 80px);
	box-shadow: 0px 0px 60px 0px #0D487B1A;
	background:#fff;
	border-radius:30px;
	padding:30px 50px;
	margin:0 80px 40px 0;
}

.landing_d2 {
	overflow:hidden;
	background:#F1F9FF;
	padding:100px 0 50px;
}

.landing_d2 h2 {
	text-align:center;
	margin:0 0 50px;
	font:600 48px/55px 'Circe Rounded 4', Sans-serif;
}

.plan ul {
	margin:20px 0px;
	padding:0px;
	list-style:none;
}

.plan li {
	padding:0 0 0 30px;
	position:relative;
	margin:0 0 15px;
	font:500 16px/20px 'Circe Rounded 3';
}

.plan li:before {
	content:"";
	width:10px;
	height:10px;
	border-radius:2px;
	background:#FFBD30;
	position:absolute;
	top:5px;
	left:0px;
}

.plan_top {
	display:flex;
	gap:10px;
	justify-content:space-between;
	align-items:center;
}

.plan_top .module {
	background:#2E7CC0;
	color:#FFFFFF;
	font:22px/25px 'Circe Rounded 4', Sans-serif;
	padding:9px 24px 9px 24px;
	text-transform:uppercase;
	border-radius:60px;
}

.plan_text {
	font:600 20px/32px 'Circe Rounded 3';
	background:url(../img/l_check.svg) no-repeat left center;
	padding:0 0 0 40px;
	margin:20px 0;
}

.plan_more {
	background:url(../img/l_ar_top.svg) no-repeat right center;
	display:inline-block;
	padding:0 30px 0 0;
}

.blue_list li:before {
	background:#2E7CC0;
}

.landing_d3 .mail_back_in2 {
    width: 55%;
    padding-right: 50px;
}

.landing_d3 .mail_back {
	position:relative;
}

.landing_d3 .mail_back:before {
	content:"";
	background:url(../img/form_girl.png) no-repeat;
	width:727px;
	height:566px;
	position:absolute;
	bottom:0px;
	left:-70px;
}

.mail_back_in2 h3 {
	font:600 38px/45px 'Circe Rounded 4', Sans-serif;
	margin:0 0 10px;
}

.mail_back_in2 p {
	font:600 26px/31px 'Circe Rounded 4', Sans-serif;
}

.mail_back_in2 p span {
	color:#FF0044;
}

.mail_back_in2 p s {
	color:#575757;
	font:600 22px 'Circe Rounded 4', Sans-serif;
}

.landing_d3 .submit_wrap {
	margin:0 auto;
	width:330px;
}

.landing_d3 {
	margin:100px 0;
}

.landing_d3 .mail_back_tip {
	text-align:center;
}

.landing_d5 h2 {
	text-align:center;
	margin:0 0 50px;
	font:600 48px/55px 'Circe Rounded 4', Sans-serif;
}

.landing_d5 h2 span {
	color:#FF7A00;
}

.alignright {
	float:right;
	margin:0px 0 20px 20px;
}

.l_content {
	overflow:hidden;
	margin:0 0 50px;
}

.l_symphtoms {
	background:#F1F9FF;
	border-radius:60px;
	padding:50px 90px;
	margin:0 -90px;
}

.landing_d5 .l_symphtoms h2 span {
	color:#2E7CC0;
}

.l_symphtoms_wrap {
	background:#fff;
	border-radius:30px;
	padding:50px 120px;
	font:500 22px/35px 'Circe Rounded 3';
	box-shadow: 0px 0px 60px 0px #0D487B1A;
}

.l_symphtoms_wrap p {
	text-align:center;
	margin:0 0 40px;
	font:500 22px/35px 'Circe Rounded 3';
}

.l_radio input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.l_radio__text {
	position: relative;
	padding: 0 0 0 35px;
	cursor: pointer;
	font:500 20px 'Circe Rounded 3';
	display:inline-block;
}
.l_radio__text:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 26px;
	height: 26px;
	border: 2px solid #747474;
	border-radius: 50%;
	background: #FFF;
}
.l_radio__text:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 5px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #2E7CC0;
	opacity: 0;
	transition: .2s;
}
.l_radio input:checked + .l_radio__text:after, 
.l_radio input:checked + .l_radio__text {
	opacity: 1;
	color:#2E7CC0;
	font:600 20px 'Circe Rounded 3';
}

.l_radio input:checked + .l_radio__text:before {
	border: 2px solid #2E7CC0;
}

.l_radio_wrap {
	display:flex;
	flex-wrap:wrap;
	margin:0 -20px 0 0;
}

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

.l_more {
	text-decoration:underline;
	color:#2E7CC0;
}

.l_button {
	display:block;
	border:3px dashed #fff;
	padding:10px;
	border-radius:60px;
	width:347px;
	margin:0 auto;
}

.l_button span {
	background:#2E7CC0;
	display:inline-block;
	border-radius:60px;
	width:100%;
	color:#fff;
	font: 24px 'Circe Rounded 4', Sans-serif;
	padding:22px 0;
	text-align:center;
}

.l_counter {
	background:#FFBD30 url(../img/ellipse.png) no-repeat center bottom;
	padding:75px;
	border-radius:30px;
}

.landing_d8 {
	margin:100px 0;
	position:relative;
}

.landing_d8 .l_counter:before {
	content:"";
	background:url(../img/decor_stars_form.png) no-repeat center top;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-size:contain;
}

.landing_d8 .container {
	position:relative;
}

.l_counter_in {
	display:flex;
	gap:50px;
	margin:0 0 30px;
	position:relative;
	z-index:2;
}

.l_button {
	position:relative;
	z-index:2;
}

.l_counter_in div:first-child {
	width:58%;
	max-width:58%;
}

.l_counter_title {
	font:600 38px/41px 'Circe Rounded 4', Sans-serif;
	margin:0px 0 40px;
}

.l_counter_title span {
	color:#FF0044;
}

.l_counter_text {
	font:600 22px 'Circe Rounded 3';
}

.l_counter_text span {
	font:600 40px 'Circe Rounded 4', Sans-serif;
	color:#FF0044;
}

.landing_sdvg .landing_s4 {
	background:none;
	margin:0px 0 0px;
	padding:100px 0 0px;
}

.l_landing_wrap {
	background:#F1F9FF;
	border-radius:60px;
	padding:50px 90px;
	margin:0 -90px;
}

.l_landing_wrap2 {
	background:#FFF7E8;
	border-radius:60px;
	padding:50px 90px;
	margin:0 -90px;
}

.l_landing_wrap .landing_title span {
	color:#2E7CC0;
}

.l_landing_wrap .landing_s8_item {
    background: #fff;
}

.l_landing_wrap .owl-carousel.landing_reviews .owl-nav button.owl-prev {
    background: url(../img/l_ar_blue_prev.svg) no-repeat;
}

.l_landing_wrap .owl-carousel.landing_reviews .owl-nav button.owl-next {
    background: url(../img/l_ar_blue_prev.svg) no-repeat;
}

.l_button_red {
	padding:18px 90px 18px 90px;
	border-radius:60px;
	font: 24px 'Circe Rounded 4', Sans-serif;
	color:#fff;
	display:inline-block;
	background:#FF0044;
}

.l_button_red:hover {
	color:#fff;
}

.module_popup h3 {
	color:#2E7CC0;
	font:600 46px 'Circe Rounded 4', Sans-serif;
	margin:0 0 30px;
}

.l_sub_title {
	font:32px/36px 'Circe Rounded 4', Sans-serif;
}

.module_popup {
	font:500 18px/27px 'Circe Rounded 3';
	border-radius:40px;
	padding:60px;
}

.fancybox-close-small {
	width:60px;
	height:60px;
	padding:0px;
	z-index:9;
}

.landing_sdvg .landing_s8_thumb {
	border-radius:100%;
	background:#F1F9FF;
	display:flex;
	width:78px;
	height:78px;
	justify-content:center;
	align-items:center;
}

.landing_sdvg .landing_s8_thumb img {
	width:28px !important;
	height:auto;
	min-width:0;
}


.review_popup .landing_s8_thumb img {
	width:64px !important;
	height:auto;
	min-width:0;
}

.landing_sdvg .landing_s8 .fa-star:before, .landing_sdvg .landing_s8 .fa-star-half-stroke:before {
    color: #2E7CC0;
}

.review_popup .landing_s8_thumb {
	border-radius:100%;
	background:#F1F9FF;
	display:flex;
	width:180px;
	height:180px;
	justify-content:center;
	align-items:center;
}

.review_popup h3 {
	font:600 22px 'Circe Rounded 3';
	margin:0 0 20px;
} 

.review_popup .l_rev_date {
	color:#5C5C5C;
	font:600 18px 'Circe Rounded 3';
	margin:20px 0 0;
}

.review_popup .DocStars {
	font-size:18px;
}

.review_popup .fa-star:before, .review_popup .fa-star-half-stroke:before {
    color: #2E7CC0 !important;
}

.d_button {
	width:315px;
	background:#FF0044;
	color:#fff;
	margin:40px auto 0;
	padding:18px 0;
	text-align:center;
	font: 24px 'Circe Rounded 4', Sans-serif;
	border-radius:60px;
	display:block;
}

.d_button:hover {
	color:#fff;
}

.l_symphtoms_bad {
	display:none;
}

.l_symphtoms_popup h3 {
	color:#2E7CC0;
	font: 46px 'Circe Rounded 4', Sans-serif;
	margin:0 0 40px;
}

.aligncenter {
	margin:40px auto;
	display:block;
}

.l_symphtoms_popup {
	text-align:center;
	border-radius:40px;
}

.l_symphtoms_popup p {
	font:500 16px/24px 'Circe Rounded 3';
}

.l_symphtoms_popup p b {
	font: 32px/36px 'Circe Rounded 4', Sans-serif;
}

.l_symphtoms_popup .d_button {
	width:auto;
	padding:18px 24px;
	display:inline-block;
}

.countdown-row {
	display:flex;
	gap:10px;
	justify-content:space-between;
}

.countdown-section {
	width:86px;
	text-align:center;
}

.countdown-amount {
	background:#fff;
	border-radius:20px;
	color:#2E7CC0;
	font: 60px/96px 'Circe Rounded 4', Sans-serif;
	width:86px;
	height:90px;
	text-align:center;
	display:block;
	margin:0 0 5px;
}

.countdown-period {
	font:500 14px 'Circe Rounded 3';
}

.landing_d8, .landing_d4, .landing_d5 {
	overflow:hidden;
}

.landing_d8 .fa-star:before,.landing_d8 .fa-star-half-stroke:before {
	color:#2E7CC0;
}

.mobile_block {
	display:none !important;
}

.l_burger {
	display:none;
}

.landing_doctors.owl-carousel .landing_doctors_item {
	height:100%;
}

.landing_doctors.owl-carousel .owl-item {
	float:none;
}

.landing_doctors.owl-carousel .owl-stage {
	display:flex;
}

.specialist_popup .docs_main_block .d_block0 img {
	width:100%;
	height:auto;
	margin:0px;
}

.specialist_popup .short-text {
	margin:0;
	padding:0px;
}

.specialist_popup h1 {
	color:#2E7CC0;
	font: 600 38px/43px 'Circe Rounded 4', Sans-serif;
	margin:0 0 15px;
}

.specialist_popup .l_thumb {
	padding:0 60px 0 0;
	max-width:330px;
}

.specialist_popup .position {
    font-size: 20px;
}

.specialist_popup .button {
    padding:12px 60px 12px 60px;
	font: 20px 'Circe Rounded 4', Sans-serif;
}

.specialist_popup .exp_list {
	margin:0 0 20px;
}

.specialist_popup section.docs_accord {
	padding:20px 0;
}

.specialist_popup section.docs_accord .accordion p {
    font:30px/34px 'Circe Rounded Bold', Sans-serif;
}

.specialist_popup {
	border-radius:40px;
	width:100%;
	max-width:1200px;
}

.landing_doctors_text p.l_short {
	margin:0 0 15px;
}

.DocStars i {
	margin:0 2px;
}

.l_menu_2 {
	display:none;
}

@media (max-width:992px) {
	
	.l_menu_2 {
		display:none;
	}
	
	.landing_d3 .mail_back:before {
		display:none;
	}
	
	.landing_girl {
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 320px;
		height: 329px;
		background: url(../img/girl_m.png) no-repeat;
		z-index: 2;
		background-size:320px;
	}
	
	
	.plan {
		margin: 0 -15px 0 0;
		background:  none;
	}
	
	.plan_item {
		width: calc(50% - 15px);
		box-shadow: 0px 0px 60px 0px #0D487B1A;
		margin: 0 15px 15px 0;
	}
	
	.landing_d3 .mail_back_in {
		display:none;
	}
	
	.landing_d3 .mail_back_in2 {
		width: 100%;
		padding-right: 0px;
	}
	
	.landing_d3 .submit_wrap {
		margin: 0 auto;
		width: 100%;
	}
	
	.l_symphtoms_wrap {
		padding: 30px 15px;
	}
	
	.l_radio__text {
		font: 500 16px 'Circe Rounded 3';
	}
	
	.l_counter_in {
		gap: 0px;
		flex-direction:column;
	}
	
	.l_counter_in div:first-child, .l_counter_in div:last-child {
		width: 100%;
		max-width: 100%;
	}
	
	#defaultCountdown {
		max-width:400px;
		margin:0 auto;
	}
	
	.landing_s6_wrap {
		gap: 0px;
	}
	
	.landing_s6_wrap ul {
		font: 500 13px 'Circe Rounded 3';
		flex-wrap:wrap;
		gap:0px;
	}
	
	.landing_s6_wrap li {
		width: calc(50% - 20px);
		margin-right:20px;
	}
	
	.landing_s6_wrap h3 {
		font: 700 15px 'Circe Rounded 3';
	}
	
	.owl-carousel .landing_doctors_photo img {
		position: absolute;
		bottom: auto;
		top:90px;
		right: 20px;
		width: 230px;
		height: auto;		
	}
	
	.landing_doctors_button {
		padding: 11px 40px;
		background: #FF0044;
		color: #fff;
		font: 600 16px 'Circe Rounded 3';
		border-radius: 22px;
		text-decoration: none;
		position: absolute;
		bottom: 30px;
		left: 30px;
		margin-right:-40%;
		right:0px;
		text-align:center;
	}
}

@media (max-width:767px) {

	.owl-carousel .landing_doctors_photo img {
		position: relative;
		bottom: 0;
		top: 0;
		right: auto;
		left: 0;
		width: 100%;
		height:  100%;
		border-radius: 10px;
	}
	
	.landing_s6_wrap li {
		width: 100%;
	}
	
	.mobile_block {
		display:block !important;
	}
	
	.desktop_block {
		display:none !important;
	}
	
	.l_burger {
		display:block;
		width:20px;
		position:relative;
		cursor:pointer;
		height:14px;
		z-index:10;
	}
	
	.l_burger:before {
		content:"";
		width:20px;
		height:2px;
		background:#fff;
		position:absolute;
		top:0px;
		transition:0.5s;
	}
	
	.l_burger.open:before {
		transform:rotate(45deg);
		top:6px;
	}
	
	.l_burger:after {
		content:"";
		width:20px;
		height:2px;
		background:#fff;
		position:absolute;
		bottom:0px;
		transition:0.5s;
	}
	
	.l_burger.open:after {
		transform:rotate(-45deg);
		bottom:6px;
	}
	
	.l_burger span {
		width:16px;
		height:2px;
		background:#fff;
		position:absolute;
		bottom:6px;
		transition:0.5s;
	}
	
	.l_burger.open span {
		transform:scale(0);
	}
	
	.l_menu {
		display:none;
	}
	
	.landing_d1_text h1 {
		font:600 36px/39px 'Circe Rounded 4', Sans-serif;
		margin: 40px 0 25px;
	}
	
	.landing_d1_text p {
		font: 500 16px/23px 'Circe Rounded 3';
		margin: 0 0 30px;
	}
	
	.landing_girl {
		background-size: 320px;
		right:auto;
		left: 50%;
		margin: 0 0 0 -160px;
		background:url(../img/l_girl_m.png) no-repeat;
		width:320px;
		height:329px;
	}
	
	.landing_d1 .container {
		height: auto;
		padding-bottom:290px;
	}
	
	.l_wr_top {
		position:relative;
		display:flex;
		justify-content:space-between;
		align-items:center;
		padding:15px 0 0;
		color:#fff;
	}
	
	.l_wr_top p {
		color:#fff;
		margin:0px;
	}
	
	.landing_d1_b {
		margin:0px;
	}
	
	.landing_d1_order span {
		background:#FF0044;
		padding:10px 60px 10px 60px;
		font:20px 'Circe Rounded 4', Sans-serif;
		display:block;
		text-align:center;
	}
	
	.landing_d1_order span:after {
		display:none;
	}
	
	.landing_d1_order {
		position:absolute;
		bottom:30px;
		left:15px;
		right:15px;
		z-index:2;
	}
	
	.landing_d1_text {
		width: auto;
	}
	
	.landing_d1 {
		border-radius: 0px 0px 30px 30px;
	}
	
	.plan {
		flex-wrap: nowrap;
		margin: 0 0px 0 0;
		font: 500 16px/24px 'Circe Rounded 3';
		overflow-x:scroll;
		padding:40px 0 20px;
	}
	
	.plan_item {
		min-width: 260px;
		max-width: 260px;
		box-shadow: 0px 0px 60px 0px #0D487B1A;
		margin: 0 15px 0px 0;
		padding:15px;
		border-radius:20px;
	}
	
	.plan_top .module {
		font: 14px 'Circe Rounded 4', Sans-serif;
		padding: 7px 20px 7px 20px;
	}
	
	.plan_top {
		align-items: center;
	}
	
	.plan h3 {
		font: 20px/23px 'Circe Rounded 4', Sans-serif;
	}
	
	.plan_text {
		display:none;
	}
	
	.module_popup .plan_text {
		font: 500 18px/28px 'Circe Rounded 3';
		display:block;
		
	}
	
	/* .plan_item p {
		display:none;
	} */
	
	.landing_d2 h2 {
		font:600 32px/36px 'Circe Rounded 4', Sans-serif;
		margin: 20px 0 0px;
	}
	
	.landing_d2 {
		padding:30px 0 30px 0;
	}
	
	.landing_d3 {
		margin: 0px 0 30px;
	}
	
	.landing_d5 h2 {
		margin: 0 0 20px;
		font: 24px/27px 'Circe Rounded 4', Sans-serif;
	}
	
	.l_symphtoms_wrap p {
		margin: 0 0 20px;
		font: 500 16px/25px 'Circe Rounded 3';
	}
	
	.l_radio {
		width: 100%;
		margin: 0 0px 20px 0;
	}
	
	.landing_sdvg .landing_s4 {
		margin: 20px 0 30px;
		padding:0px;
	}
	
	.l_spec_list .landing_doctors_name_m {
		overflow:hidden;
	}
	
	.l_spec_list .landing_doctors_name_m img {
		float:left;
		margin:0 10px 0px 0;
		width:97px;
		height:97px;
	}
	
	.landing_s4 .landing_title span {
		color: #FF7A00;
	}
	
	.landing_s4 .landing_title {
		color: #161616;
	}
	
	.landing_d8 {
		margin:30px 0;
	}
	
	.l_landing_wrap {
		background: #fff;
		padding: 0px;
		margin: 0px;
	}
	
	.l_rev_list {
		display:flex !important;
		overflow-x:scroll;
		padding:0 0 20px;
	}
	
	.l_rev_list .landing_s8_item {
		background:#F1F9FF;
		margin:0 15px 0 0;
		width:250px;
		min-width:250px;
		padding:15px;
	}
	
	.l_counter {
		padding: 15px;
		border-radius: 15px;
		background:#FFBD30;
	}
	
	
	.l_counter_title {
		font: 600 26px/31px 'Circe Rounded 4', Sans-serif;
		margin: 0px 0 20px;
	}
	
	.l_counter_text span {
		font: 600 28px 'Circe Rounded 4', Sans-serif;
	}
	
	.l_counter_text s {
		font: 600 20px 'Circe Rounded 4', Sans-serif;
		color:#575757;
	}
	
	.l_counter_text b {
		display:none;
		font: 600 26px/31px 'Circe Rounded 4', Sans-serif;
	}
	
	.l_counter_tip {
		text-align:center;
		font: 500 14px/16px 'Circe Rounded 3';
		margin:10px 0 0;
	}
	
	.countdown-section {
		width:59px;
	}
	
	.countdown-amount {
		border-radius:10px;
		font: 38px/62px 'Circe Rounded 4', Sans-serif;
		width:59px;
		height:62px;
		margin:0 auto;
	}
	
	.l_spec_list {
		overflow-x:scroll;
		display: flex !important;
		gap:15px;
		padding:0 0 20px;
		
	}
	
	/* .landing_doctors_item {
		min-width:290px;
		max-width:290px;
	} */
	
	.landing_doctors_top {
		font: 500 12px/14px 'Circe Rounded 3';
	}
	
	.l_menu_2 {
		position:fixed;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		background:#2E7CC0;
		z-index:9;
	}
	
	.l_menu_2 ul {
		flex-direction:column;
		padding:70px 0 0;
	}
	
	.l_content img {
		width:300px;
		margin:0 auto;
	}
	
	.module_popup {
		font: 500 18px/27px 'Circe Rounded 3';
		border-radius: 40px;
		padding: 15px;
	}
	
	.module_popup h3 {
		font: 600 22px 'Circe Rounded 4', Sans-serif;
		margin: 0 0 15px;
	}
	
	.l_sub_title {
		font: 24px/27px 'Circe Rounded 4', Sans-serif;
	}
	
	.module_popup p {
		font: 500 14px/21px 'Circe Rounded 3';
		margin:0px 0 10px;
	}
	
	.l_button_red {
		padding: 12px 10px 12px 10px;
		border-radius: 60px;
		font: 20px 'Circe Rounded 4', Sans-serif;
		display:block;
		text-align:center;
	}
	
	.l_symphtoms_popup h3 {
		color: #2E7CC0;
		font: 32px 'Circe Rounded 4', Sans-serif;
		margin: 0 0 10px;
	}
	
	.l_symphtoms_popup img {
		max-width:200px;
		display:block;
		margin:0 auto;
	}
	
	.l_symphtoms_popup p b {
		font: 22px/25px 'Circe Rounded 4', Sans-serif;
	}
	
	.l_symphtoms_popup p {
		font: 500 14px/21px 'Circe Rounded 3';
	}
	
	.l_symphtoms_popup .d_button {
		width: auto;
		padding: 12px 10px;
		display: block;
		text-align:center;
		font: 18px 'Circe Rounded 4', Sans-serif;
		margin:20px 0 0;
	}
	
	.l_symphtoms_popup {
		padding:15px;
	}
	
	.l_radio input:checked + .l_radio__text:after, .l_radio input:checked + .l_radio__text {
		font: 600 14px/22px 'Circe Rounded 3';
	}
	
	.l_radio__text {
		font: 500 14px 'Circe Rounded 3';
	}
	
	.review_popup {
		border-radius:40px;
		padding:15px;
	}
	
	.review_popup .landing_s8_top {
		display: flex;
		flex-direction:column;
		align-items:flex-start;
	}
	
	.review_popup .landing_s8_thumb {
		margin:0 auto;
		width:140px;
		height:140px;
	}
	
	.review_popup h3 {
		font: 600 20px 'Circe Rounded 3';
		margin: 0 0 10px;
	}
	
	.review_popup .l_rev_date {
		font: 600 16px 'Circe Rounded 3';
		margin: 10px 0 0;
	}
	
	.review_popup {
		font: 500 14px/21px 'Circe Rounded 3';
	}
	
	.mail_back p b {
		display:none;
	}
	
	.mail_back p span {
		color:#FF0044;
		font: 600 28px 'Circe Rounded 4', Sans-serif;
	}
	
	.mail_back p s {
		color:#575757;
		font: 20px 'Circe Rounded 4', Sans-serif;
	}
	
	.l_counter_title span {
		color: #161616;
	}
	
	.landing_s6_wrap ul::-webkit-scrollbar {
	  height: 10px;
	  background-color: #f9f9fd;
	}

	.landing_s6_wrap ul::-webkit-scrollbar-thumb {
	  border-radius: 10px;
	  background-color: #2E7CC0;
	}

	.landing_s6_wrap ul::-webkit-scrollbar-track {
	  border-radius: 10px;
	  background-color: #fff;
	}
	
	.plan::-webkit-scrollbar {
	  height: 10px;
	  background-color: #f9f9fd;
	}

	.plan::-webkit-scrollbar-thumb {
	  border-radius: 10px;
	  background-color: #2E7CC0;
	}

	.plan::-webkit-scrollbar-track {
	  border-radius: 10px;
	  background-color: #fff;
	}
	
	.l_spec_list::-webkit-scrollbar {
	  height: 10px;
	  background-color: #f9f9fd;
	}

	.l_spec_list::-webkit-scrollbar-thumb {
	  border-radius: 10px;
	  background-color: #FF7A00;
	}

	.l_spec_list::-webkit-scrollbar-track {
	  border-radius: 10px;
	  background-color: #fff;
	}
	
	.l_rev_list::-webkit-scrollbar {
	  height: 10px;
	  background-color: #f9f9fd;
	}

	.l_rev_list::-webkit-scrollbar-thumb {
	  border-radius: 10px;
	  background-color: #2E7CC0;
	}

	.l_rev_list::-webkit-scrollbar-track {
	  border-radius: 10px;
	  background-color: #F1F9FF;
	}
	
	.l_wr_top a {
		font: 14px/16px 'Circe Rounded 4', Sans-serif;
	}
	
	.l_wr_top p {
		font: 11px/14px 'Circe Rounded 4', Sans-serif;
	}
	
	.landing_d1:after {
		display:none;
	}
	
	.plan li:before {
		content: "";
		width: 8px;
		height: 8px;
		border-radius: 3px;
	}
	
	.plan li {
		padding: 0 0 0 15px;
		margin: 0 0 5px;
		font: 500 14px/20px 'Circe Rounded 3';
	}
	
	.plan_top img {
		width:70px;
		height:70px;
	}
	
	.d_button {
		width: 100%;
		margin: 20px auto 0;
		padding: 12px 0;
		font: 18px 'Circe Rounded 4', Sans-serif;
	}
	
	.landing_d5 {
		margin:0 0 50px;
	}
	
	.l_landing_wrap2 {
		padding: 20px 90px;
	}
	
	.landing_sdvg .landing_s8_thumb {
		background: #fff;
		width: 55px;
		height: 55px;
		min-width:55px;
	}
	
	.landing_sdvg .landing_s8_thumb img {
		width: 19px !important;
		height: auto;
		min-width: 0;
	}
	
	.landing_s8_top {
		gap: 5px;
		margin: 0 0 20px;
	}
	
	.l_button {
		width: 100%;
	}
	
	.l_button span {
		font: 20px 'Circe Rounded 4', Sans-serif;
		padding: 10px 0;
	}
	
	.landing_doctors_button {
		font: 500 13px 'Circe Rounded 3';
		padding-left:  0;
		padding-right:  0;
		margin-right: 0;
		right: auto;
		text-align: center;
	}
	.flex_desctop{
		flex-direction: column;
		align-items: center;
	}
	.d_block0_1{
		width: 100% !important;
		margin: 0 !important;
		display: flex !important;
		justify-content: center !important;
	}
	.d_block0_1 img{
		margin: 10px auto !important;
	}
	.main_hero .flex_desctop {
		display:flex!important;
	}
	section.main_hero .flex_desctop .d_block0 {
		width: 100%;
		padding-top: 0px;
	}
}

/****** SG *******/
.show_result_symptoms.disable-link{
	pointer-events: none;
    cursor: default;
    text-decoration: none;
    opacity: 50%;
}
@media only screen and (max-width:768px){
	.inner.specialist.l_thumb.mobile_block img{
		margin-top: 32px;
		margin-bottom:  32px;
		border-radius:  10px;
	}
	.specialist_popup section.docs_accord .accordion p{
		font-size:  14px;
	}
}/****** END 768 *******/

@media only screen and (max-width:550px){
	.specialist_popup{
		padding:  44px 0 !important;
	}

	.specialist_popup h1 {
	    font-size: 28px;
	    line-height: 120%;
	}
	.specialist_popup .l_thumb {
	    padding: 0 15px 0 0;	 
	}
} /****** End 550 *******/

@media (max-width: 1140px) {
	.header_block_desctop {
		display: none;
	}
	.header_block_mobile {
			display: block;
			padding-top: 15px;
			padding-bottom: 15px;
			margin: 0px;
		}
	}
	.header_new .flex {
		align-items: center;
	}
	.burger {
		display: block;
	}
}
