/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');*/
* {
	padding: 0;
	margin: 0;
	outline: none;
	resize: none;
	list-style: none;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	color: #000;
}
.clearfix { 
	content: ""; 
	display: block; 
	height: 0; 
	overflow: hidden; 
	clear: both;
	zoom: 1;
}
.main_articles .block.richtext img {
    width: inherit;
}
h1 {
	font-size: 45px;
	line-height: 55px;
}
h2 {
	font-size: 36px;
	line-height: 44px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
}
/*input[type="text"]::-webkit-input-placeholder {color:#fff;}
input[type="text"]::-moz-placeholder          {color:#fff;}
input[type="text"]:-moz-placeholder           {color:#fff;}
input[type="text"]:-ms-input-placeholder      {color:#fff;}*/

/*ul li {
	background-image: none;
}*/
:root {
    --green: #039f9d;
    --green-bg: #eafffe;
}
#page-contents {
    background: #ebf9f9;
    padding: 20px 30px;
    border-radius: 10px;
    list-style: none;
    margin: 0 0 20px 0;
}
#page-contents li {
    background: none;
    line-height: 24px;
    margin-bottom: 10px;
    /*list-style-type: decimal;*/
    padding-left: 0;
    color: #019b97;
    font-weight: 400;
}
#page-contents li:last-child {
    margin-bottom: 0;
}
#page-contents a {
    color: #359e9e;
    font-weight: 400;
    text-decoration: none;
}
#page-contents a:hover {
    color: #999999;
}
#map {
    height: 400px;
}
.center {
	width: 1340px;
	margin: 0 auto;
}
.header {
	background-image: none;
}
#header_wrapper {
	padding: 20px 0 8px 0;
	border-bottom: 1px solid #E5E5E5;
	display: flex;
    justify-content: space-between;
}
.header_left {
	width: 440px;
	display: inline-block;
	vertical-align: middle;
}
.header_left .header_logo {
	width: 100px;
	height: 100px;
	background-image: url(../../images/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	vertical-align: middle;
}
.header_left .header_text {
    width: 295px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.header_left .header_text p {
    font-size: 20px;
    line-height: 25px;
    text-indent: 0;
    font-weight: 600;
    color: #1c5397;
}
.header_left .header_text p.small{
    font-size: 16px;
    color: #a1a1a1;
    line-height: 18px;
    font-weight: 400;
}

.header_right {
    width: 835px;
    display: inline-block;
    vertical-align: top;
}
.header_right ul {
	margin: 0;
}
.header_right .header_buttons {
	width: 230px;
	display: inline-block;
	vertical-align: middle;
}
.header_right .header_buttons a {
    width: 161px;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;    
    border-radius: 31px;
    box-shadow: 0px 6px 10px rgba(0,0,0,0.3);
}
.header_right .header_buttons .instagram {
	background: linear-gradient(135deg, #ffbc08 19%,#ff0d72 56%,#9104ff 84%);
	margin: 0 18px 0 0;
}
.header_right .header_buttons .youtube {
	background: linear-gradient(to bottom, #ff4444 0%,#ea2b2a 41%,#d81716 100%);
}
.header_right .header_buttons .instagram:active {
	background: linear-gradient(135deg, #eeae04 19%,#e20461 56%,#7900d8 84%);
}
.header_right .header_buttons .youtube:active {
	background: linear-gradient(to bottom, #de3030 0%,#c92727 41%,#c01211 100%);
}
.header_right .header_buttons a img {
	width: 47px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.header_right .header_phone {
    width: 299px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
.header_right .header_phone a {
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    padding-left: 37px;
    background-image: url(../../images/icons/phone.svg);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: left;
}
.header_right .header_phone a span {
	font-size: 34px;
	font-weight: 700;
	color: #00A7BA;
}
.header_right .header_phone a:active span {
	color: #333;
}
.header_right .header_menu_desctop {
	padding: 20px 0 0 0;
	text-align: right;
	margin-right: -14px;
}
.header_right .header_menu_desctop li {
	display: inline-block;
	vertical-align: top;
	padding: 0 14px;
	border: 2px solid transparent;
	border-radius: 22px;
	text-align: center;
	margin: 0 5px 0 0;
}
.header_right .header_menu_desctop li:last-child {
	margin: 0;
}
.header_right .header_menu_desctop li a {
	font-size: 18px;
	font-weight: 300;
	line-height: 37px;
	border-bottom: 1px solid #333;
	text-decoration: none;
	color: #000;
}
.header_right .header_menu_desctop li.active {
	border: 2px solid #61D993;
}
.header_right .header_menu_desctop li.active a {
	border: none;
}

.mobile_burger {
	display: none;
}
.header_menu_mobile {
	display: none;
	z-index: 1;
    position: relative;
    background: #fff;
}
.main_banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 44px 0 80px 0;
	text-align: center;
	position: relative;
}
.main_banner h2 {
	font-size: 34px;
	margin-bottom: 49px;
}
.breadcrumbs_wrap {
	padding: 20px 0;
}
.breadcrumbs_wrap ul {
	padding: 0;
	margin: 0;
}
.breadcrumbs_wrap li {
	font-size: 16px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    color: #787878;
}
.mission .breadcrumbs_wrap li {
    margin-left: 0;
}
.breadcrumbs_wrap li a {
	font-size: 16px;
	font-weight: 300;
    text-decoration: none;
}
.breadcrumbs_wrap li a span {
    color: #9f9f9f;
}
.breadcrumbs_wrap li.B_lastCrumb a {
	text-decoration: none;
}
.breadcrumbs_wrap .separator {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
    color: #9f9f9f;
}
.page_title {
	font-size: 48px;
	font-weight: 300;
	margin: 20px 0 35px 0;
}
.thanks_title {
    font-size: 36px;
    font-weight: 300;
    margin: 20px 0 35px 0;
}

.symptoms_list .single {
    width: 260px;
    display: inline-block;
    vertical-align: top;
    padding: 20px 10px 20px;
    margin: 0 35px 35px;
    border: 3px solid #00A7BA;
    border-radius: 40px;
    box-sizing: border-box;
}
.symptoms_list .single:first-child {
	border: 3px solid #F0DC6A;
}
.symptoms_list .single:last-child {
	border: 3px solid #61D993;
}
.symptoms_list .single p {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	text-indent: 0px;
}
.symptoms_list .single .image {
	width: 104px;
	min-height: 140px;
	margin: 0 auto 10px;
}
.symptoms_list .single .image img {
	max-width: 100%;
	height: auto;
}

.buttons_block {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -56px;
}
.buttons_block div {
    width: 490px;
    font-size: 34px;
    line-height: 35px;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    padding: 21px 0 21px 116px;
    margin: 0 22px;
    text-align: left;
    border-radius: 56px;
    position: relative;
    cursor: pointer;
}
.buttons_block div span {
	font-weight: 700;
}
.buttons_block div img {
	max-width: 70px;
	max-height: 70px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 20px;
	left: 31px;
}

.appointment_button {
	background-color: #F0DC6A;
	box-shadow: 0px 51px 39px -42px rgba(240, 220, 106, 0.7);
}
.appointment_button a {
    text-decoration: none;
}
.appointment_button:active {
	background-color: #E9D567;
	box-shadow: 0px 51px 39px -36px rgba(231, 206, 66, 0.7);
}
.counsultation_button {
	background-color: #61D993;
	box-shadow: 0px 56px 35px -38px rgba(97, 217, 147, 0.5);
}
.counsultation_button a {
    text-decoration: none;
}
.counsultation_button:active {
	background-color: #61D993;
	box-shadow: 0px 56px 35px -27px rgba(93, 202, 138, 0.5);
}

.advantages_wrapper {
	padding-top: 160px;
	text-align: center;
}
.advantages_wrapper h2 {
	font-size: 34px;
}
.advantages_list {
	padding-top: 40px;
}
.advantages_list .single {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    margin: 0 53px 80px;
}
.advantages_list .single .image {
	height: 160px;
	position: relative;
	margin-bottom: 20px;
}
.advantages_list .single .image img {
	width: 160px;
	height: 100%;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}
.advantages_list .single .image span {
	width: 80px;
	font-size: 40px;
	font-weight: 700;
	line-height: 80px;
	background-color: #61D993;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 50%;
}
.advantages_list .single:nth-child(even) .image span {
	background-color: #F0DC6A;
}
.advantages_list .single .title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.advantages_list .single .short_desc {
	font-size: 17px;
	font-weight: 300;
}

.about_text_wrapper {
	background-color: #F6F6F6;
}
.about_text_wrapper:nth-child(even) {
	background-color: #fff;
}
.about_text_wrapper .left_block {
	width: 650px;
	padding: 80px 10px 50px;
	display: inline-block;
	vertical-align: top;
}
.about_text_wrapper .left_block h2 {
	font-size: 34px;
	margin-bottom: 40px;
}
.about_text_wrapper .left_block p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
	text-indent: 15px;
}
.about_text_wrapper .right_block {
	width: 550px;
	display: inline-block;
	vertical-align: top;
}
.about_text_wrapper.atw1 .right_block {
	height: 680px;
}
.about_text_wrapper .right_block img {
	width: 100%;
	height: auto;
}
.about_text_wrapper.atw1 .right_block img:first-child {
	margin: -35px 0 0 0;
}
.about_text_wrapper.atw2 {
	padding-bottom: 20px;
}
.about_text_wrapper.atw2 .right_block {
	padding-top: 65px;
}
.about_text_wrapper .buttons_block {
	position: relative;
	bottom: 0;
}
/*===========================================*/
.main_block_buttons {
	padding-top: 30px;
	margin-bottom: 70px;
	text-align: center;
}
.main_block_buttons .single {
    width: 390px;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 35px;
    padding: 44px 35px;
    margin: 0 16px;
    text-align: left;
    cursor: pointer;
}
.main_block_buttons .single.blue {
	background-color: #00A7BA;
	box-shadow: 0px 47px 40px -29px rgba(0, 167, 186, 0.5);
}
.main_block_buttons .single.green {
	background-color: #61D993;
	box-shadow: 0px 56px 35px -38px rgba(97, 217, 147, 0.5);
}
.main_block_buttons .single.yellow {
	background-color: #F0DC6A;
	box-shadow: 0px 71px 41px -53px rgba(240, 220, 106, 0.5);
}
.main_block_buttons .single.blue:hover {
	box-shadow: 0px 53px 41px -10px rgba(0, 167, 186, 0.5);
}
.main_block_buttons .single.green:hover {
	box-shadow: 0px 53px 41px -12px rgba(97, 217, 147, 0.5);
}
.main_block_buttons .single.yellow:hover {
	box-shadow: 0px 68px 42px -27px rgba(240, 220, 106, 0.5);
}
.main_block_buttons .single > img {
    max-width: 155px;
    margin-bottom: 35px;
}
.main_block_buttons .single .desc p {
    width: 220px;
    font-size: 31px;
    line-height: 35px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    text-indent: 0px;
}
.main_block_buttons .single .desc p span {
	font-weight: 700;
}
.main_block_buttons .single .desc > span {
    width: 65px;
    height: 65px;
    background-image: url(../../images/icons/right.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #000;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 0 0 25px;
}
.main_block_buttons .single:active .desc > span {
    border: 3px solid #000;
}

.specialize_wrapper {
	padding: 80px 0 94px 0;
}
.specialize_wrapper .single {
	width: 290px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.specialize_wrapper .single.list {
	padding-left: 20px;
	text-align: left;
}
.specialize_wrapper .single.list p {
	font-size: 24px;
	line-height: 33px;
	font-weight: 700;
	text-indent: 0;
}
.specialize_wrapper .single.list ul {
	border-top: 1px solid #C4C4C4;
	padding-top: 4px;
	margin: 10px 0 0 0;
}
.specialize_wrapper .single.list li {
	padding: 0;
}
.specialize_wrapper .single.list li span {
	font-size: 20px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	cursor: pointer;
}
.specialize_wrapper .single.list li.active span {
	border: none;
	color: #00A7BA;
}
.specialize_wrapper .single.list li span:active {
	border: none;
	color: #00A7BA;
}
.specialize_wrapper .single.doctor {
    border-radius: 40px;
    background-color: #F6F6F6;
    padding: 13px;
    box-shadow: 0px 35px 41px -13px rgba(196, 196, 196, 0.73);
    text-decoration: none;
    cursor: pointer;
    margin: 0 10px 40px 10px;
}
.specialize_wrapper .single.doctor:hover {
	box-shadow: 0px 35px 41px -7px rgba(174, 172, 172, 0.73);
}
.specialize_wrapper .single.doctor:hover .fio {
	text-decoration: none;
}
.specialize_wrapper .single.doctor:hover .button {
	background-color: #00A7BA;
}
.specialize_wrapper .single.doctor img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
.specialize_wrapper .single.doctor .position {
	width: 160px;
	font-size: 18px;
	font-weight: 700;
	color: #00A7BA;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
}
.specialize_wrapper .single.doctor .fio {
	font-size: 20px;
	/*text-decoration: underline;*/
	text-align: center;
	margin-bottom: 35px;
}
.specialize_wrapper .single.doctor .fio span {
	font-weight: 700;
	display: block;
}
.specialize_wrapper .single.doctor .button {
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	background-color: #61D993;
	text-align: center;
	border-radius: 40px;
	padding: 7px 0;
	margin: 0 auto;
}
.specialize_wrapper .single.doctor .button span {
	font-weight: 700;
	display: block;
}

.health_school_button {
	line-height: 166px;
	font-size: 48px;
	background-color: #61D993;
	background-image: url(../../images/health.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	border-radius: 44px;
	text-align: center;
	position: relative;
	cursor: pointer;
	box-shadow: 0px 56px 35px -38px rgba(97, 217, 147, 0.5);
	margin-bottom: 101px;
}
.health_school_button:hover {
	box-shadow: 0px 56px 35px -26px rgba(97, 217, 147, 0.5);
}
.health_school_button:hover .right {
	border: 3px solid #000;
}
.health_school_button span {
	font-weight: 700;
}
.health_school_button .right {
    width: 70px;
    height: 70px;
    background-image: url(../../images/icons/right.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 44px;
    margin-top: -35px;
}

.doctor_info {
    background-color: #F6F6F6;
    padding: 22px 26px 58px 26px;
    border-radius: 40px;
    margin-bottom: 110px;
    box-shadow: 0px 35px 41px -13px rgba(196, 196, 196, 0.73);
}
.doctor_info .doctor_image {
	width: 300px;
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 40px;
}
.doctor_info .doctor_description {
    width: 890px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 31px;
}
.doctor_info .doctor_description p {
	font-size: 20px;
	font-weight: 300;
	text-indent: 0;
}
.doctor_info .doctor_description .achievements {
	width: 440px;
	display: inline-block;
	vertical-align: top;
}
.doctor_info .doctor_description .achievements p {
	margin-bottom: 10px;
}
.doctor_info .doctor_description .achievements p a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.doctor_info .doctor_description .achievements p a:active {
	border: none;
}
.doctor_info .doctor_description .title {
	font-size: 20px;
	font-weight: 700;
	color: #00A7BA;
	margin-bottom: 10px;
}
.doctor_info .doctor_description .address {
	width: 350px;
	display: inline-block;
	vertical-align: top;
}
.doctor_info .doctor_description .address p {
	margin-bottom: 8px;
}
.doctor_info .doctor_description .address .phone {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    background-image: url(../../images/icons/phone.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 28px;
    margin-bottom: 8px;
    display: block;
}
.doctor_info .doctor_description .address .phone:active {
	text-decoration: underline;
}
.doctor_info .buttons_block {
	padding-top: 35px;	
}

.buttons_block.relative {
	position: relative;
	bottom: 0;
}

.about_doctor_wrapper {
	margin-bottom: 100px;
}
.about_doctor_wrapper h2 {
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 53px;
}
.about_doctor_nav {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.about_doctor_nav ul {
	margin: 0;
	text-align: center;
}
.about_doctor_nav li {
	font-size: 22px;
	font-weight: 400;
	padding: 0 14px;
	border: 2px solid transparent;
	border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 49px;
	cursor: pointer;
}
.about_doctor_nav li.active {
	border: 2px solid #61D993;
}
.about_doctor_nav li:active {
	border: 2px solid #61D993;
}
.about_doctor_tabs .single {
	padding: 0 8px;
	display: none;
}
.about_doctor_tabs .single.show {
	display: block;
}
.about_doctor_tabs .single p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 8px;
}

.preview_doctors_list {
	width: 940px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 25px;
    text-align: left;
}
.preview_doctors_list .single_tab {
	display: none;
}
.preview_doctors_list .single_tab.show {
	display: block;
}

.doctors_list_wrapper {
	padding-top: 0;
}
.doctors_list_wrapper .preview_doctors_list {
	width: 100%;
	padding: 0;
	margin: 0 auto 70px auto;
}
.doctors_list_wrapper h2 {
    font-size: 30px;
    text-align: center;
    margin: 0 0 40px 0;
}

.content {
	margin-top: 0;
}

.single_sertificate_preview {
    width: 233px;
    height: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 40px;
    opacity: 0.7;
}
.single_sertificate_preview:active {
    opacity: 1;
}
.single_sertificate_preview img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}

/* .close {
    width: 20px;
    height: 20px;
    background-image: url(../../images/icons/close.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.close:active {
    transform: scale(1.2);
} */

/*Стили модального окна*/
.free_consultation_modal {
        	width: 300px;
        	padding: 40px 20px 20px;
        	background-color: #fff;
        	position: absolute;
        	left: 50%;
        	margin-left: -150px;
        	display: none;
        	z-index: 1700;
        }
.free_consultation_form {
	padding: 10px 0;
}
.free_consultation_form input[type="text"] {
	width: 100%;
	height: 35px;
	display: block;
}
.free_consultation_form .btn {
	margin-top: 20px;
	display: inline-block;
    font-family: Arial;
    color: #000;
    text-decoration: none;
    text-align: center;
    height: 48px;
    cursor: pointer;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #db9d5e;
    background-image: -webkit-linear-gradient(to top, #db9d5e, #fbbd61);
    background-image: -moz-linear-gradient(to top, #db9d5e, #fbbd61);
    background-image: -o-linear-gradient(to top, #db9d5e, #fbbd61);
    background-image: -ms-linear-gradient(to top, #db9d5e, #fbbd61);
    background-image: linear-gradient(to top, #db9d5e, #fbbd61);
    padding: 0 10px;
    border: none;
    line-height: 48px;
}

.modal_wrapper {
	display: none;
}
.modal_wrapper .close {
    width: 22px;
    height: 22px;
    line-height: 28px;
    font-size: 40px;
    font-weight: 100;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.modal_wrapper .close:active {
    color: #777;
}
/*Стили модального окна. Конец*/

.black_veil {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 44;
    display: none;
}

.make_appointment_wrapper {
    width: 440px;
    background-color: #F0DC6A;
    padding: 20px;
    border-radius: 35px;
    position: absolute;
    left: 50%;
    margin-left: -220px;
    z-index: 49;
    display: none;
}
.make_appointment_wrapper h2 {
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 80px;
    margin-bottom: 20px;
}
.make_appointment_wrapper .list_wrapper {
    width: 350px;
    padding-bottom: 4px;
    margin: 0 auto 20px auto;
    border-bottom: 1px solid #333;
}
.make_appointment_wrapper .list_wrapper ul {
    padding: 10px 0;
    margin: 0;
    display: none;
}
.make_appointment_wrapper .list_wrapper ul li {
    line-height: 20px;
    padding: 0 0 0 10px;
    margin: 0 0 6px 0;
    cursor: pointer;
}
.make_appointment_wrapper .list_wrapper ul li[disable="1"] {
    opacity: 0.4;
}
.make_appointment_wrapper .list_wrapper ul li[disable="1"] {
    color: #333 !important;
}
.make_appointment_wrapper .list_wrapper ul li:hover {
    color: #00A7BA;
}
.make_appointment_wrapper .list_wrapper ul.show {
    display: block;
}
.make_appointment_wrapper .list_wrapper .current_choice {
    font-size: 18px;
    cursor: pointer;
    background-image: url(../../images/icons/down.svg);
    -webkit-background-size: 17px;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: right;
}

.single_doc_contacts {
    width: 350px;
    margin: 0 auto 20px auto;
}
.single_doc_contacts h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.single_doc_contacts p {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 400 !important;
    text-indent: 0px;
}
.single_doc_contacts p strong {
    font-weight: 400 !important;
}
.single_doc_contacts a {
    font-size: 16px;
    color: #00A7BA;
    text-decoration: none;
}
.single_doc_contacts a:active {
    color: #333;
}

.main_articles .block .more {
    width: 100px;
    text-align: center;
}
.main_articles .date, .main_articles .date span, .main_articles .time, .main_articles .time span, .main_articles .hits-page {
    font-size: 16px;
    color: #a1a1a1;
    font-weight: 300;
}
.main_articles .time, .main_articles .hits-page {
    margin-left: 20px;
}

.main_articles span svg {
    top: -1px;
    position: relative;
}
.date-panel span {
    vertical-align: middle;
}

.footer .links {
    margin: 82px 0px 0px 24px;
}
.footer .links a {
    display: inline-block;
    vertical-align: middle;
}
.footer .links .oferta {
    display: inline-block;
    vertical-align: middle;
    margin: 0 80px 0 130px;
}

.single_grid_block {
    width: 350px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 40px 20px;
    background-color: #00A7BA;
    box-shadow: 0px 47px 40px -29px rgba(0, 167, 186, 0.5);
    text-align: center;
    text-decoration: none;
    border-radius: 35px;
}
.single_grid_block:active {
    box-shadow: 0px 53px 41px -10px rgba(0, 167, 186, 0.5);
}
.single_grid_block:nth-child(even) {
    background-color: #61D993;
    box-shadow: 0px 56px 35px -38px rgba(97, 217, 147, 0.5);
}
.single_grid_block:nth-child(even):active {
    box-shadow: 0px 53px 41px -12px rgba(97, 217, 147, 0.5);
}
.single_grid_block span {
    width: 350px;
    height: 250px;
    font-size: 28px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}

.left_part .color {
    display: none;
}
.main_articles .name {
    font-size: 20px;
    text-decoration: none;
}
.please_specify {
    font-size: 20px;
    padding: 0 0 20px 0;
    color: #ea0000;
}
.lenta_instagram_wrapper {
	margin-bottom: 40px;
}



.services_text ul{
    padding-left: 15px
}
.services_text ul li{
    list-style: circle;
    padding:0px;
}
.services_text .show_text{
    display:block;
    text-align:center;
}

.pre_hidden{
    content: '';
    width: 100%;
    height: 80px;
    position: relative;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8), #fff);
    opacity: 1;
    margin-top: -60px;
}

.services_slider .slick-prev, .services_slider .slick-next{
   border-radius: 30px;
    height: 35px;
    width: 35px;
    border: 1px solid #5a5a5a;
    background-size: 20px 25px;
    background-repeat: no-repeat;
    background-position: 5px 4px;
}
.services_slider .slick-prev{
   background-image:url(/assets/template/images/a_left.png);
   top: 100%;
   left: 50%;
   margin: 25px 0px 0 -40px;
}
.services_slider .slick-next{
    background-image:url(/assets/template/images/a_right.png);
    top: 100%;
    right: 50%;
    margin: 25px -40px 0 0px;
}
.services_slider{
    margin: 40px 0 50px 0px;
}
.services_slider .item {
    background-color: #61D993;
    height: 120px;
    border-radius: 44px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 160px;
}
.services_slider .item .text_block{
    width:80%;
}

.welcome .services_slider .text{
    width:100%;
}

.services_slider .item .text{
    font-size: 24px;
    padding: 40px 0px 0 15px;
    text-align:center;
}
.services_slider .item .text_small{
    text-align:center;
}
.services_slider .item .price{
    font-size: 32px;
    text-align: center;
    font-weight: 400;  
}
.services_slider .item .old_price{
    position:relative;
}
.services_slider .item .old_price:before {
  content: "";
  border-bottom: 3px solid #fd0b0b;
  position: absolute;
  width: 100%;
  height: 50%;
  transform: rotate(-12deg);
}

.services_symptoms .show_text{
    display:none;
}
.services_symptoms{
    background-color: #F6F6F6;
    padding: 22px 26px 58px 26px;
    border-radius: 40px;
    box-shadow: 0px 35px 41px -13px rgb(196 196 196 / 73%);
}
.services_symptoms .image{
    background-size: cover;
    width: 30%;
    height: 300px;
    float: left;
}
.services_symptoms .info{
   display: inline-block;
    width: 69%; 
    min-height: 265px;
}
.services_symptoms .info h2{
    text-align:center;
    font-weight: 300;
    font-size: 30px;
}
.services_symptoms .info ul{
    margin-left: 50px;
}
.services_symptoms .info ul li{
    list-style: circle;
    padding:0px;
    
}

.scheme_symptoms .show_text{
    display:none;
}
.scheme_symptoms h2{
     text-align:center;
     font-size: 30px;
     font-weight: 300;
     margin-top: 55px;
    margin-bottom: 35px;
}
.scheme_symptoms .scheme_1, .scheme_symptoms .scheme_2{
    float: left;
    width: 45%;
}
.scheme_symptoms .scheme_2{
    margin-left:9%;
}
.scheme_symptoms .scheme_1 .title, .scheme_symptoms .scheme_2 .title{
    background-color: #00A7BA;
    box-shadow: 0px 47px 40px -29px rgb(0 167 186 / 50%);
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom:20px;
}
.scheme_symptoms .scheme_2 .title{
    background-color: #61D993;
    box-shadow: 0px 56px 35px -38px rgb(97 217 147 / 50%);
}
.scheme_symptoms p {
    text-indent:0px;
}
.scheme_symptoms ul{
    padding-left: 15px
}
.scheme_symptoms ul li{
    list-style: circle;
    padding:0px;
}
.scheme_symptoms .metod{
    font-size: 22px;
    margin: 30px 0px 15px 0px;
}

.scheme_benefits h2{
     text-align:center;
     font-size: 30px;
     font-weight: 300;
     margin-top: 55px;
    margin-bottom: 35px;
}
.scheme_benefits .item_1, .scheme_benefits .item_2, .scheme_benefits .item_3{
    width:33.33%;
    float:left;
    padding:0px 25px;
}
.scheme_benefits .item_2{
    border-right:2px solid #f4f4f4;
    border-left:2px solid #f4f4f4;
}
.scheme_benefits .title{
    text-align: center;
    font-size: 24px;
    color: #a3a3a3;
    min-height: 70px;
}
.scheme_benefits p{
    text-align: center;
}


.price_benefits .item{
    background-color: #F0DC6A;
    box-shadow: 0px 68px 42px -27px rgb(240 220 106 / 50%);
    border-radius: 35px;
    width: 80%;
    margin: 10px auto;
}
.price_benefits .item .name{
    display: inline-block;
    width: 50%;
    font-size: 20px;
    padding: 15px 0 15px 30px;
}
.price_benefits .item .price{
    display: inline-block;
    width: 300px;
    text-align: center;
    font-size: 20px;
}
.price_benefits .item .button{
    display: inline-block;
}
.price_benefits .item .button a{
   width: 170px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    background: #039f9d;
    box-shadow: 2px 4px 4px rgb(3 159 157);
    text-decoration: none;
    top: -5px;
    position: relative;
}
.price_benefits h2{
     text-align:center;
     font-size: 30px;
     font-weight: 300;
     margin-top: 55px;
    margin-bottom: 35px;
}


.get_consultation2{
    width:1340px;
}
.get_consultation2 .item{
    width:32%;
    background-size: cover;
    background-position: center;
}
.get_consultation2 .item a{
    width: 302px;
    margin: 169px auto 0px auto;
    font-size: 18px;
}
.get_consultation2 .item.result{
    background:url(../images/bg_variant_3.png) no-repeat center;
}
.get_consultation2 .item.course{
    background:url(../images/bg_variant_4.png) no-repeat center;
}
.get_consultation2 .item.result a{
    -webkit-box-shadow: 0px 6px 10px rgb(255 188 8 / 40%);
    -moz-box-shadow: 0px 6px 10px rgba(255, 188, 8, 0.4);
    box-shadow: 0px 6px 10px rgb(255 188 8 / 40%);
    background: #fff50d;
    background: -webkit-linear-gradient(left, #fff50d 8%, #ffbc08 33%, #ff8c04 69%);
    background: -o-linear-gradient(left, #fff50d 8%, #ffbc08 33%, #ff8c04 69%);
    background: linear-gradient(to right, #fff50d 8%, #ffbc08 33%, #ff8c04 69%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff50d', endColorstr='#ff8c04',GradientType=1 );
}
.get_consultation2 .item.result a:hover{
    -webkit-box-shadow: 0px 6px 10px rgb(255 188 8 / 40%);
    -moz-box-shadow: 0px 6px 10px rgba(255, 188, 8, 0.4);
    box-shadow: 0px 6px 10px rgb(255 188 8 / 40%);
    background: #fff50d;
    background: -webkit-linear-gradient(left, #fff50d 8%, #ffbc08 33%, #ff8c04 69%);
    background: -o-linear-gradient(left, #fff50d 8%, #ffbc08 33%, #ff8c04 69%);
    background: linear-gradient(to right, #fff50d 8%, #ffbc08 33%, #ff8c04 69%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff50d', endColorstr='#ff8c04',GradientType=1 );
}
.get_consultation2 .item.whatsapp a{
    background: #0dffd3;
    background: -moz-linear-gradient(left, #0dffd3 8%, #10d6ba 42%, #039f9d 91%);
    background: -webkit-linear-gradient(left, #0dffd3 8%,#10d6ba 42%,#039f9d 91%);
    background: linear-gradient(to right, #0dffd3 8%,#10d6ba 42%,#039f9d 91%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dffd3', endColorstr='#039f9d',GradientType=1 );
    -webkit-box-shadow: 0px 6px 10px rgb(13 255 211 / 40%);
    -moz-box-shadow: 0px 6px 10px rgba(13, 255, 211, 0.4);
    box-shadow: 0px 6px 10px rgb(13 255 211 / 40%);
}
.get_consultation2 .item.whatsapp a:hover{
    background: #0becc3;
    background: -moz-linear-gradient(left, #0becc3 8%, #19c2ab 33%, #188f8e 69%);
    background: -webkit-linear-gradient(left, #0becc3 8%,#19c2ab 33%,#188f8e 69%);
    background: linear-gradient(to right, #0becc3 8%,#19c2ab 33%,#188f8e 69%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becc3', endColorstr='#188f8e',GradientType=1 );
}
.get_consultation2 .icon_tg{
    background: url(../images/i_telega.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
    position: relative;
    top: 4px;
}
.get_consultation2 .icon_wp{
    background: url(../images/i_whatsapp.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
    position: relative;
    top: 4px;
}

.get_consultation .item.whatsapp{
    background: url(../images/bg_variant_4.jpg) no-repeat 0px 0px;
}

.welcome2 .welcome .left_block{
    float: none;
}
.welcome2 .left_block .text{
    width:650px;
}
.welcome2 p{
    font-size:24px;
}
.welcome2 li{
    font-size:24px;
    text-align: left;
    background: url(../images/i_list.png) no-repeat 0px 0px;
    padding: 0px 0px 0px 20px;
}
.welcome2 .left_block .triagle{
    margin: 119px -2px 0px 600px;
}
.welcome2 .left_block .text{
    border:none;
}
.welcome2 .left_block.slide1 .text span{
    color:#009e9d;
    font-weight: 700;
}
.welcome2 .left_block{
    min-height: 522px;
}
.welcome2 .left_block.slide1 .text .line1, .welcome2 .left_block.slide1 .text .line2{
    font-size: 28px;
    text-align: left;
    padding:15px 0px;
}
.welcome2 .left_block.slide1 .text{
    width: 840px;
    margin: 55px 0px 0 115px;
}
.welcome2 .left_block.slide1, .welcome2 .left_block.slide2, .left_block.slide3, .left_block.slide4{
    background-size: cover;
    background-position: center;
}
.welcome2 .left_block.slide2 .text{
     width: 840px;
}
.welcome2 .left_block.slide3 .text{
    width: 840px;
}
.welcome2 .left_block.slide4 .text{
    width: 840px;
}
.welcome2 .left_block .title{
    color:#009e9d;
    font-weight: 700;
    font-size: 38px;
    line-height: 40px;
    text-align: left;
    padding: 0 0 24px 40px;
    
}
.welcome2 .left_block li{
    background:none;
}
.welcome2 .left_block li::before {
    color: #ff780c; /* Цвет маркера */
    content: "•"; /* Сам маркер */
    padding-right: 10px; /* Расстояние от маркера до текста */
    position: relative; 
    top: 4px;
        font-size: 40px;
   }
.welcome2 .slick-prev{
   background-image:url(/assets/template/images/a_left.png);
    margin: 25px 0px 0 32px;
    height: 50px;
    background-size: 32px;
    z-index: 5;
    display:none !important;
}
.welcome2 .slick-next{
    background-image:url(/assets/template/images/a_right.png);
    margin: 25px 0px 0 0px;
    right: 32px;
    height: 50px;
    background-size: 31px;
    z-index: 5;
    display:none !important;
}

.content .full{
    padding: 0px 0px 50px 0px;
}

.page_banner{
    width: 100%;
    background-size: cover;
}
.faq {
    padding: 60px 0;
}
.faq .faq-item {
    margin-bottom: 20px;
    padding: 20px 25px;
    background: #f3f7ff;
}
.faq .faq-item.active .faq-link {
    color: #039f9d;
}
.faq .faq-item.active .faq-link:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq .faq-link {
    cursor: pointer;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    position: relative;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    padding-right: 20px;
}
.faq .faq-link svg {
    margin-right: 9px;
    position: relative;
    margin-top: -5px;
    top: 4px;
}
.faq .faq-link:after {
    content: "";
    background: url("/assets/template/img/faq-arrow.svg");
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: 50%;
    margin-top: -8px;
    opacity: .5;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}
.faq .faq-link:hover {
    color: #039f9d;
}
.faq .expand-block {
    margin-top: 18px;
}
.faq .expand-block p:last-child {
    margin-bottom: 0;
}

a.header_saodiag{
    width: 190px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    background: #039f9d;
    text-decoration: none;
    top: 30px;
    margin-left: 0px;
    position: absolute;
}
.text-center {
    text-align: center;
}
a.btn-request{
    width: 190px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    background: #039f9d;
    text-decoration: none;
    margin: 20px auto;
}
a.header_saodiag:hover{
    background: #34cbb0;
}

.price-page .object-table {
    margin-bottom: 30px;
}
.price-page .object-table td {
    border: 0;
}
.price-page .object-table__head {
    width: 100%;
}
.price-page .object-table__head tr td:first-child {
    width: 55%;
}
.price-page .object-table__head tr td:first-child {
    padding-left: 45px;
}
.price-page .object-table__head tr td {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: var(--green);
    padding: 15px 5px 15px 10px;
}
.price-page .object-table__head td {
    background: var(--green-bg);
}
.price-page .object-table__body tr td:nth-child(2) {
    width: 15%;
}
.price-page .object-table__body tr td {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    border-top: 0;
    vertical-align: middle;
}
.price-page .object-table__body tr td small i {
    line-height: 18px;
    color: #939393;
}
.price-page .table td {
    padding: 15px 5px 15px 10px;
}
.price-page .object-table__body tr:nth-of-type(even) td {
    background: var(--green-bg);
}
.price-page .object-table__head tr td:last-child {
    width: 20%;
}
.price-page .object-table__body tr td:last-child {
    width: 20%;
}
.price-page .object-table__body tr td:first-child {
    width: 55%;
}
.price-page .object-table__body tr td:first-child {
    padding-left: 45px;
}
.price-page .object-table__head tr td:nth-child(2){
    width: 15%;
}
.price-page td .btn-callback {
    border: 1px solid var(--green);
    border-radius: 100px;
    color: var(--green);
    padding: 10px 8px;
    width: 190px;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-decoration: none;
}
.price-page td .btn-callback:hover,
.price-page td .btn-callback:active,
.price-page td .btn-callback:focus {
    color: #ffffff;
}
.price-page td .btn-callback:active {
    border: 1px solid #05746e;
}
@media screen and (max-width: 1359px){
    .welcome2 .left_block{
        float: left;
    }
}
@media screen and (max-width: 1310px){
    .price_benefits .item .price{
            width: 210px;
            position: relative;
            top: -12px;
    }
    
    .price_benefits .item .button a {
        top: -17px;
    }
    
    .get_consultation2 {
        width: 1000px;
    }
    
    .get_consultation2 .item a{
        width:92%;
        margin: 150px 0px 0px 10px;
    }
    
    .welcome2 .left_block{
        float: left;
    }
    
    .welcome2 .left_block .text{
        width:560px;
    }
    
    .welcome2 .left_block .triagle {
            margin: 119px -2px 0px 355px;
    }
    
    .welcome2 .left_block.slide1, .welcome2 .left_block.slide2{
        
    }
    
    .welcome2 .left_block.slide3 {
        
    }
    
    .welcome2 .left_block.slide4 {
        
    }
}
@media screen and (max-width: 1016px){
    .services_slider .item .text{
        padding: 20px 0px 0 15px;    
    }
    
    .services_slider .item{
        height:140px;
    }
    
    .scheme_benefits .title{
        font-size: 21px;
    }
    

    
    .price_benefits .item .price{
        width: 100px;
        position: relative;
        top: -12px;
    }
    
    .price_benefits .item .button a{
        top: -17px;
    }
    
    .get_consultation2 {
        width: 800px;
    }
    
    .welcome2 .left_block{
        float: left;
    }
    
    .welcome2 .left_block .text{
            width: 700px;
            margin: 43px 0px 0px 50px;
    }
    

    
    .welcome2 .left_block .triagle {
        margin: 119px -2px 0px 100px;
    }
    
    .welcome2 p strong{
        font-size: 26px;
    }
    
    .get_consultation2 .item{
            width: 100%;
    }
    .get_consultation2 .item a{
        margin: 20px 0px 0px 10px;
    }
    
    .get_consultation2 .item.result, .get_consultation2 .item.course{
        background:none;
    }
}
@media screen and (max-width: 816px){
    .way {
        overflow-x: auto;
    }
    .way ul {
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 10px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .way ul li {
        white-space: nowrap;
        font-size: 14px;
        padding-left: 0;
        margin-bottom: 0;
    }
    .price_benefits .item .name{
        width: 70%;
    }
    
    .price_benefits .item .price{
        top: -30px
    }
    
    .price_benefits .item .button{
        width: 172px;
        display: block;
        left: 50%;
        position: relative;
        margin: -24px 0 0 65px;
    }
    
    .price_benefits .item .button a{
            width: 140px;
            font-size: 12px;
    }
    
    .get_consultation2 {
        width: 540px;
    }
    
    .welcome2 .left_block .text{
        width: 100%;
        margin-left: 0px;
       
       min-height: 260px;
    }
    
    .welcome2 .left_block {
        min-height: 332px;
    }
    
     .welcome2 .left_block .text, .welcome2 .left_block.slide2 .text, .welcome2 .left_block.slide4 .text, .welcome2 .left_block.slide1 .text, .welcome2 .left_block.slide3 .text{
            width: 500px;
            margin: 43px 0px 0px 20px;
    }
    
    .welcome2 .left_block .title{
        font-size: 24px;
        padding: 0 0 0px 40px;
    }
    
    .welcome .think_text{
        margin: 5px 0px 0px 52px;
    }
    
    .welcome2 li {
        font-size: 18px;
    }
    
    .welcome2 .left_block li::before{
        line-height: 12px;
        top: 7px;
    }
    
    .scheme_benefits .info{
         display:none;
         margin-top:15px;
     }
     
     .scheme_benefits .title{
         cursor:pointer;
         text-decoration: underline dotted;
         height:auto;
     }
     
     .scheme_benefits .item_1, .scheme_benefits .item_2, .scheme_benefits .item_3 {
        width: 100%;
        padding: 0px 0px;
        border: 0;
     }
     
     .scheme_benefits .item_2, .scheme_benefits .item_3 {
        margin-top: 15px;
    }
    
    .services_list{
        display:block;
    }
    
    .main_articles .block.richtext img {
        width: 100%;
        height: inherit;
    }
}
@media screen and (max-width: 556px){
     
     .content {
        width: 98%;
     }
     
     .center {
        width: 98%;
     }
     
     .center.services{
         width:98%;
     }
     
     .services_symptoms .show_text{
         display:block;
         text-align:center;
         margin-top:10px;
     }
     
     .services_symptoms .info{
         height:300px;
         overflow: hidden;
         position:relative;
     }
     
     .services_symptoms .info::before{
             
            position:absolute;
            content: '';
            width: 100%;
            height: 80px;
            bottom: 0;
            left: 0;
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgb(246 246 246 / 80%), #f6f6f6);
            opacity: 1;
     }
     
     .services_symptoms .info.full{
         height:auto;
     }
     
     .services_symptoms .info.full::before{
         display:none;
     }
     
    .services_symptoms .image{
        float:none;
        width:100%;
    }
    
    .services_symptoms .info{
        width: 100%;
    }
    
    .services_symptoms .info h2{
        margin-top: 25px;
    }
    
    .scheme_symptoms .scheme_1, .scheme_symptoms .scheme_2{
        width:100%;
    }
    
    .scheme_symptoms .title{
        height:auto;
    }
    
    .scheme_symptoms .scheme_2{
        margin:25px 0 0 0;
    }
    
    .scheme_benefits .item_1, .scheme_benefits .item_2, .scheme_benefits .item_3{
        width: 100%; 
         padding: 0px 0px;
         border:0;
    }
    
    .scheme_benefits .item_2, .scheme_benefits .item_3{
        margin-top:15px;
    }
    
    .price_benefits .item{
        width: 100%;
        height: 90px;
    }
    
    .price_benefits .item .name{
        width:65%;
        font-size: 16px;
        
    }
    
    .price_benefits .item .price{
        width: 33%;
        font-weight: 500;
        text-align: center;
        top: -15px;
    }
    
    .price_benefits .item .button{
        top: -31px;
        margin: 25px 0px 0px -125px;
        width: 102px;
        left: 90%;
        float: none;
    }
    
    .price_benefits .item .button a{
        /*width: 102px;*/
    }
    
    .price_benefits .item .button_small a{
        line-height: 13px;
        padding-top: 5px;
    }
    
    .services_slider .item{
        background-size: 70px;
    }
    
    .services_slider .item .text{
        font-size: 17px;
    }
    
    .services_slider .item .text_small{
        font-size: 12px;
    }
    
    .services_slider .item .price{
        font-size: 22px;
    }
    
     .scheme_symptoms .scheme_1 .show_text, .scheme_symptoms .scheme_2 .show_text{
         display:block;
         text-align:center;
     }
    
    .scheme_symptoms .scheme_1 .info, .scheme_symptoms .scheme_2 .info{
         height:300px;
         overflow: hidden;
         position:relative;
     }
     
      .scheme_symptoms .scheme_1 .info::before, .scheme_symptoms .scheme_2 .info::before{
             
            position:absolute;
            content: '';
            width: 100%;
            height: 80px;
            bottom: 0;
            left: 0;
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255 255 255 / 80%), #ffffff);
            opacity: 1;
     }
     
     .scheme_symptoms .scheme_1 .info.full, .scheme_symptoms .scheme_2 .info.full{
         height:auto;
     }
     
     .scheme_symptoms .scheme_1 .info.full::before,  .scheme_symptoms .scheme_2 .info.full::before{
         display:none;
     }
     
     .scheme_benefits .info{
         display:none;
         margin-top:15px;
     }
     
     .scheme_benefits .title{
         cursor:pointer;
         text-decoration: underline dotted;
         height:auto;
     }
     
     .get_consultation2 {
        width: 540px;
        }
        
    .get_consultation2 {
        width: 100%;
    }
    
    .welcome2{
        width:100%;
    }
     
     .welcome2 .slick-next{
         right: 0px;
     }
     
     .welcome2 .left_block .text p strong{
        font-size: 22px; 
     }
     
     .welcome2 .left_block .text p{
         text-align:center;
         font-size: 22px;
     }
     
     .welcome2 .left_block {
            min-height: 190px;
        }
        
        .welcome2 .left_block .text{
            min-height: 160px;
        }
     
     .welcome2 .left_block.slide1 .text .line1, .welcome2 .left_block.slide1 .text .line2{
         font-size: 18px;
         padding: 15px 60px;
     }
     
      .welcome2 .left_block .text, .welcome2 .left_block.slide2 .text, .welcome2 .left_block.slide4 .text, .welcome2 .left_block.slide1 .text, .welcome2 .left_block.slide3 .text{
            width: 100%;
            margin: 10px 0px 0px 00px;
            z-index: 5;
            position: relative;
    }
    
    .welcome2 li {
        font-size: 15px;
        padding: 0;
        line-height: 16px;
    }
    
    .welcome2 .left_block li::before{
        top: 10px;
    }
    
    .welcome2 .left_block.slide1, .welcome2 .left_block.slide2, .left_block.slide3, .left_block.slide4{
        background-size: cover;
    }
    
    .welcome2 .left_block li::before{
        padding-right: 5px;
        
    }
    
    .welcome2 .left_block .title{
        margin-top: 14px;
        padding-bottom: 5px;
    }
    
    .welcome2 .left_block::before{
        content: '';
        background: rgb(255 255 255 / 70%);
        width: 100%;
        height: 300px;
        display: block;
        position: absolute;
        z-index: 4;
    }
    
    

    
    .service_list_item{
        background:none;
        font-size: 22px;
        padding: 10px 0px;
        border-bottom: 1px solid #e5e5e5;
    }
    
}
@media screen and (min-width: 817px){
	.appointment_button:hover {
		background-color: #E9D567;
		box-shadow: 0px 51px 39px -36px rgba(231, 206, 66, 0.7);
	}
	.counsultation_button:hover {
		background-color: #61D993;
		box-shadow: 0px 56px 35px -27px rgba(93, 202, 138, 0.5);
	}
	.header_right .header_buttons .instagram:hover {
		background: linear-gradient(135deg, #eeae04 19%,#e20461 56%,#7900d8 84%);
	}
	.header_right .header_buttons .youtube:hover {
		background: linear-gradient(to bottom, #de3030 0%,#c92727 41%,#c01211 100%);
	}
	.header_right .header_phone a:hover span {
		color: #333;
	}
	.header_right .header_menu_desctop li:hover {
		border: 2px solid #61D993;
	}
	.header_right .header_menu_desctop li:hover a {
		border: none;
	}
	.main_block_buttons .single:hover .desc > span {
	    border: 3px solid #000;
	}
	.specialize_wrapper .single.list li span:hover {
		border: none;
		color: #00A7BA;
	}
	.doctor_info .doctor_description .achievements p a:hover {
		border: none;
	}
	.doctor_info .doctor_description .address .phone:hover {
		text-decoration: underline;
	}
	.about_doctor_nav li:hover {
		border: 2px solid #61D993;
	}
	.single_sertificate_preview:hover {
	    opacity: 1;
	}
	.close:hover {
        transform: scale(1.2);
    }
    .single_doc_contacts a:hover {
        color: #333;
    }
    .single_grid_block:hover {
        box-shadow: 0px 32px 40px -10px rgba(0, 167, 186, 0.5);
    }
    .single_grid_block:nth-child(even):hover {
        box-shadow: 0px 32px 40px -10px rgba(97, 217, 147, 0.5);
    }
}
@media screen and (max-width: 767px){
    .object-table .object-table__head {
        display: none;
    }

    .price-page .object-table__body tr td {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .price-page .object-table__body tr td .btn-callback {
        margin: 0 auto;
    }

    .price-page .object-table__body tr td:before {
        content: attr(data-label);
        -ms-flex-order: 1;
        order: 1;
        margin-right: 10px;
    }

    .price-page .object-table__body tr td:after {
        content: "";
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-bottom: 1px dashed #ccc;
        position: relative;
        top: -3px;
    }

    .price-page .object-table__body tr td:first-child {
        display: block;
        width: 100%;
        text-align: center;
        font-weight: 700;
    }

    .price-page .object-table__body tr td:first-child:before {
        display: none;
    }

    .price-page .object-table__body tr td:last-child {
        width: 100%;
    }

    .price-page .object-table__body tr td:last-child:after {
        display: none;
    }

    .price-page .object-table__body tr td:last-child:before {
        display: none;
    }

    .price-page .object-table__body tr td:nth-child(2) {
        width: 100%;
    }

    .price-page .object-table__body tr td span {
        -ms-flex-order: 3;
        order: 3;
        margin-left: 10px;
    }

    .price-page .object-table__body tr td {
        font-size: 16px;
        line-height: 20px;
    }

    .price-page .object-table__body tr td:first-child {
        padding-left: 15px;
    }
}
@media screen and (max-width: 1359px){
    .footer .logo {
        margin: 21px 0px 0px 22px;
    }
    .footer .links {
        margin: 62px 0px 0px 24px;
    }
    .footer .links .oferta {
        margin: 0 0 0 62px;
    }
    .footer .documents {
        margin-left: 80px;
    }
}
@media screen and (max-width: 1310px){
	.center {
		width: 1000px;
	}
	.buttons_block div {
	    margin: 0 4px;
	}
	.advantages_wrapper {
	    padding-top: 130px;
	}
	.advantages_list .single {
	    margin: 0 40px 80px;
	}
	.about_text_wrapper .right_block {
	    width: 340px;
	}
	.about_text_wrapper.atw1 .right_block img:first-child {
	    margin: 0;
	}
	.about_text_wrapper.atw1 .right_block {
	    padding: 80px 0 0;
	}
	.about_text_wrapper.atw1 .right_block img:first-child {
	    margin: 0 0 40px 0;
	}
	.about_text_wrapper .left_block {
	    padding: 80px 10px 26px;
	}
	.about_text_wrapper .left_block p {
	    font-size: 17px;
	}
	#header_wrapper {
	    padding: 20px 4px 8px 4px;
	}
	.header_right {
	    width: 548px;
	    padding-top: 20px;
	}
	.header_right .header_buttons {
	    width: 0px;
	}
	
	.header_right .header_phone a span{
	    font-size: 26px;
	}
	.header_right .header_buttons a {
	    width: 107px;
	    padding: 7px 0;
	}
	.header_right .header_buttons .instagram {
	    margin: 0 10px 0 0;
	}
	a.header_saodiag{
	    top: 7px;
        margin-left: 352px;
	}
	#header_wrapper .header_right .header_buttons a img {
	    width: 30px;
	}
	.header_right .header_phone {
	    width: 265px;
	}
	.header_right .header_menu_desctop {
	    padding: 26px 0 0 0;
	    margin-right: 0;
	}
	.header_right .header_menu_desctop li {
	    padding: 0 5px;
	    margin: 0 3px 0 0;
	}
	.header_right .header_menu_desctop li a {
	    font-size: 16px;
	    line-height: 34px;
	}
	.main_block_buttons .single {
	    width: 310px;
	    padding: 35px 25px;
	    margin: 0 10px;
	}
	.main_block_buttons .single > img {
	    max-width: 100px;
	    margin-bottom: 25px;
	}
	.main_block_buttons .single .desc p {
	    width: 200px;
	    font-size: 25px;
	    line-height: 31px;
	}
	.main_block_buttons .single .desc > span {
	    width: 40px;
	    height: 40px;
	    background-size: 8px;
	    margin: 0 0 0 13px;
	}
	.health_school_button {
		width: 90%;
	    line-height: 130px;
	    font-size: 40px;
	    margin: 0 auto 80px;
	}
	.health_school_button .right {
	    width: 50px;
	    height: 50px;
	    right: 35px;
	    margin-top: -25px;
	}
	.preview_doctors_list {
	    width: 670px;
	    margin: 0 0 0 35px;
	}
	.specialize_wrapper .single.doctor {
	    margin: 0 20px 49px 20px;
	}
	.doctor_info {
		padding-bottom: 190px;
		position: relative;
	}
	.doctor_info .buttons_block {
		padding: 0;
		position: absolute;
		bottom: 40px;
	}
	.doctor_info .buttons_block div {
		width: 470px;
	}
	.doctor_info .doctor_image {
	    width: 220px;
	    height: 260px;
	    border-radius: 20px;
	}
	.doctor_info .doctor_description {
	    width: 700px;
	    margin: 0 0 0 23px;
	}
	.doctor_info .doctor_description .achievements {
	    width: 370px;
	}
	.doctor_info .doctor_description .address {
	    width: 300px;
	    margin: 0 0 0 20px;
	}
	.doctor_info .doctor_description .achievements p {
	    margin-bottom: 13px;
	}
	.about_doctor_nav li {
	    margin: 0 20px;
	}
	.single_sertificate_preview {
	    width: 227px;
	    height: 260px;
	}
}
@media screen and (max-width: 1016px){
	.center {
		width: 800px;
	}
	.breadcrumbs_wrap li a {
	    font-size: 16px;
	}	
	.main_banner {
	    padding: 0 0 80px 0;
	}
	.symptoms_list .single {
	    width: 250px;
	    margin: 0 7px 35px;
	}
	.buttons_block div {
	    width: 380px;
	    font-size: 30px;
	    line-height: 30px;
	    padding: 13px 53px 13px 116px;
	    border-radius: 56px;
	}
	.about_text_wrapper .left_block {
	    width: 100%;
	    padding: 40px 10px 26px;
	}
	.about_text_wrapper .left_block h2 {
	    margin-bottom: 20px;
	    text-align: center;
	}
	.about_text_wrapper.atw1 .right_block {
	    width: 100%;
	    padding: 0 8px;
	}
	.about_text_wrapper.atw1 .right_block {
	    height: auto;
	    padding-bottom: 40px;
	}
	.about_text_wrapper.atw2 .right_block {
	    width: 100%;
	    padding: 0 8px;
	}
	.about_text_wrapper .buttons_block {
	    margin: 70px 0 0 0;
	}
	#header_wrapper {
	    padding: 10px 2px 8px 2px;
	    display: block;
	}
	.header_right {
	    width: 310px;
	    margin: 0 0 0 40px;
	}
	.header_menu_desctop {
		display: none;
	}
	a.header_saodiag{
	    top: 10px;
        margin-left: 0px;
	}
	.header_right .header_phone {
	    width: 100%;
	}
	.header_right .header_buttons {
	    width: 100%;
	    margin: 0 0 20px 0;
	    position: relative;
	}
	.header_menu_mobile {
		padding-top: 8px;
		margin-top: 40px;
		border-top: 1px solid #E5E5E5;
	}
	.header_menu_mobile.show {
		display: block;
	}
	.header_menu_mobile ul {
		width: 300px;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.header_menu_mobile li {
		padding: 0;
	    margin: 20px 0;
	}
	.header_menu_mobile li a {
		font-size: 20px;
	    font-weight: 300;
	    color: #000;
	    text-decoration: none;
	}
	.header_menu_mobile li:active a {
		color: #61D993;
	}
	.header_menu_mobile li.active a {
		color: #61D993;
	}
	.mobile_burger {
	    width: 34px;
	    display: block;
	    position: absolute;
	    top: -14px;
	    right: 0;
	    cursor: pointer;
	}
	.mobile_burger div {
		height: 3px;
		background-color: #000;
		margin-bottom: 7px;
	}
	.mobile_burger div:last-child {
		margin: 0;
	}
	.mobile_burger.active div {
		background-color: #61D993;
	}
	.mobile_burger:active div {
		background-color: #61D993;
	}
	.main_block_buttons .single {
	    width: 250px;
	    padding: 25px 20px;
	    margin: 0 5px;
	}
	.main_block_buttons .single > img {
	    max-width: 80px;
	    margin-bottom: 20px;
	}
	.main_block_buttons .single .desc p {
	    width: 100%;
	    font-size: 25px;
	    line-height: 30px;
	}
	.main_block_buttons .single .desc {
		position: relative;
		padding-bottom: 49px;
	}
	.main_block_buttons .single .desc > span {
		margin: 0;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.specialize_wrapper .single.list {
		width: 300px;
		padding: 0;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.preview_doctors_list {
	    width: 100%;
	    padding: 50px 0 0 0;
	    margin: 0;
	}
	.specialize_wrapper .single.doctor {
	    margin: 0 25px 50px 25px;
	}
	.health_school_button {
	    line-height: 100px;
	    font-size: 35px;
	    border-radius: 26px;
	}
	.preview_doctors_list {
	    width: 686px;
	    margin: 0 auto;
	    display: block;
	}
	.doctor_info .doctor_description .achievements p {
	    margin-bottom: 8px;
	}
	.doctor_info {
	    padding: 17px 17px 190px 17px;
	    border-radius: 20px;
	}
	.doctor_info .doctor_description {
	    width: 532px;
	    margin: 0 0 0 10px;
	}
	.doctor_info .doctor_description .achievements {
	    width: 300px;
	}
	.doctor_info .doctor_description .address {
	    width: 217px;
	    margin: 0 0 0 10px;
	}
	.doctor_info .doctor_description .title {
	    font-size: 18px;
	    margin-bottom: 4px;
	}
	.doctor_info .doctor_description p {
	    font-size: 16px;
	    margin-bottom: 4px;
	}
	.doctor_info .buttons_block div {
	    width: 370px;
	}
	.doctor_info .doctor_description .address .phone {
	    font-size: 18px;
	    margin-bottom: 4px;
	}
	.about_doctor_nav li {
    	font-size: 20px;
	    margin: 0 8px;
	}
	.about_doctor_wrapper {
	    margin-bottom: 70px;
	}
	.doctors_list_wrapper .preview_doctors_list {
	    width: 686px;
	}
	.page_title {
		text-align: center;
	}
	.single_sertificate_preview {
	    width: 242px;
	    height: 280px;
	}
	.doctors_list_wrapper {
		text-align: center;
	}
	.footer .links {
        margin: 49px 0px 0px 24px;
    }
    .single_grid_block {
        width: 320px;
    }
}
@media screen and (max-width: 816px){
	.center {
		width: 540px;
	}
	.breadcrumbs_wrap li {
		margin-bottom: 8px;
	}
	.page_title {
	    font-size: 38px;
	    line-height: 44px;
	}
	.main_banner h2 {
	    font-size: 30px;
	    line-height: 35px;
	}
	.buttons_block {
	    bottom: -184px;
	}
	.buttons_block div {
	    width: 490px;
	    padding: 26px 53px 26px 116px;
	}
	.buttons_block .appointment_button {
		margin-bottom: 16px;
	}
	.advantages_wrapper {
	    padding-top: 250px;
	}
	.advantages_list .single {
	    margin: 0 8px 50px;
	}
	.about_text_wrapper .buttons_block {
	    margin: 40px 0 0 0;
	}
	.symptoms_list .single {
		margin: 0 4px;
	}
	.header_left .header_logo {
	    width: 104px;
	    height: 104px;
	}
	.header_left {
	    width: 355px;
	}
	.header_left .header_text img {
		max-width: 100px;
	}
	.header_left .header_text {
	    display: none;
	}
	.header_left .header_text p {
	    font-size: 28px;
        padding-left: 22px;
        line-height: 26px;
        margin-top: -15px;
	}
	.header_left .header_text p.small {
	    display:none;
	}
	.header_right {
	    width: 556px;
	    padding: 0;
	    margin: 0;
	}
	.mobile_burger {
	    right: 13px;
	    top: -75px;
	}
	a.header_saodiag {
        margin-left: 285px;
    }
	.header_right .header_phone {
	    width: 276px;
	    text-align: center;
	}
	.header_right .header_buttons .instagram {
	    margin: 0 0 7px 0;
	}
	.main_block_buttons .single {
	    width: 90%;
	    padding: 25px 20px;
	    margin: 0 auto 40px auto;
	    display: block;
	}
	.main_block_buttons .single > img {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}
	.main_block_buttons .single .desc {
	    width: 350px;
	    padding: 0 0 0 20px;
	    display: inline-block;
	}
	.main_block_buttons .single .desc p {
	    width: 280px;
	}
	.main_block_buttons .single .desc > span {
	    position: relative;
	    display: inline-block;
	    vertical-align: middle;
	}
	.specialize_wrapper {
	    padding: 40px 0 94px 0;
	}
	.health_school_button {
	    line-height: 63px;
	    font-size: 26px;
	    border-radius: 20px;
	    box-shadow: 0px 30px 35px -17px rgba(97, 217, 147, 0.5);
	    padding: 0 0 0 80px;
	}
	.health_school_button:active {
	    box-shadow: 0px 35px 35px -20px rgba(97, 217, 147, 0.7);
	}
	.health_school_button:hover {
	    box-shadow: 0px 35px 35px -20px rgba(97, 217, 147, 0.7);
	}
	.health_school_button .right {
	    width: 30px;
	    height: 30px;
	    right: 15px;
	    margin-top: -15px;
	    background-size: 8px;
	}
	.preview_doctors_list {
	    width: 300px;
	    text-align: center;
	}
	.specialize_wrapper .single.doctor {
	    margin: 0 0 50px 0;
	}
	.doctor_info {
	    padding: 17px 17px 40px 17px;
	    margin-bottom: 80px;
	}
	.doctor_info .doctor_image {
	    width: 300px;
	    height: 350px;
	    margin: 0 auto 40px auto;
	    display: block;
	}
	.doctor_info .doctor_description {
	    width: 100%;
	    margin: 0;
	}
	.doctor_info .doctor_description .achievements {
	    width: 100%;
	}
	.doctor_info .doctor_description .address {
	    width: 100%;
	    margin: 0 0 40px 0;
	}
	.doctor_info .buttons_block {
	    position: relative;
	    bottom: 0;
	}
	.doctor_info .buttons_block div {
	    width: 490px;
	}
	.about_doctor_nav li {
	    display: block;
	}
	.about_doctor_nav {
	    width: 300px;
	    margin: 0 auto 40px auto;
	}
	.doctors_list_wrapper .preview_doctors_list {
	    width: 300px;
	}
	.single_sertificate_preview {
	    width: 244px;
	}
	.main_block_buttons {
        margin-bottom: 40px;
    }
    .footer .logo {
        margin: 21px 0px 0px 70px;
    }
    .footer .links {
        margin: 32px 0px 0px 40px;
    }
    .footer .links .oferta {
        margin: 10px 0 0 0;
    }
    .grid_wrapper {
        text-align: center;
    }
}
@media screen and (max-width: 556px){
	.center {
		width: 98%;
	}
	.breadcrumbs_wrap {
	    padding: 10px 0;
	}
	.breadcrumbs_wrap li a {
        font-size: 14px;
    }
    .breadcrumbs_wrap li.B_lastCrumb {
        display: none;
    }
	.buttons_block {
	    bottom: -166px;
	}
	.buttons_block div {
	    width: 300px;
	    font-size: 26px;
	    line-height: 28px;
	    padding: 8px 40px 8px 100px;
	}
	.buttons_block div img {
	    max-width: 50px;
	    max-height: 50px;
	}
	.page_title {
	    font-size: 29px;
	    line-height: 35px;
	    padding: 0;
	}
	.main_banner h2 {
	    font-size: 23px;
	    line-height: 26px;
	}
	.advantages_wrapper h2 {
	    font-size: 24px;
	    line-height: 26px;
	}
	.advantages_wrapper {
	    padding-top: 220px;
	}
	.about_text_wrapper .left_block h2 {
	    font-size: 24px;
	    line-height: 26px;
	}
	.about_text_wrapper .left_block {
	    padding: 40px 0px 26px;
	}
	.advantages_list .single {
	    width: 280px;
	    margin: 0 0px 50px;
	}
	.advantages_list .single .title {
	    font-size: 24px;
	    margin-bottom: 16px;
	}
	.about_text_wrapper .right_block {
	    padding: 0 0 20px 0;
	}
	.header {
	    height: 130px;
	}
	.header_left {
	    width: 70px;
	}
	.header_left .header_logo {
	    margin-bottom: 4px;
	    width: 75px;
        height: 75px;
        margin-top: 0;
	}
	.header_left .header_text {
	    width: 100%;
	}
	.header_left .header_text p {
		display: none;
	}
	.header_left .header_text img {
	    max-width: 90px;
	}
	.header_right {
	    margin: 0 0 0 0px;
	    float: right;
	    width: 200px;
	}
	a.header_saodiag {
        top: 15px;
        margin-left: -45px;
        font-size: 12px;
        width: 170px;
    }
    .mobile_burger{
        top: 10px;
    }
	.header_right .header_phone {
	    width: 220px;
	    margin: 24px 0 0 -38px;
	    text-align: right;
	}
	.header_right .header_phone2 {
	    margin-top:0px;
	}
	.header_right .header_phone a {
	    font-size: 16px;
	    padding-left: 0;
	    background-image: none;
	}
	.header_right .header_phone a span {
	    font-size: 22px;
	}
	.header_adress{
	    font-size: 12px;
	}
	.main_block_buttons .single {
	    width: 100%;
	    padding: 16px 20px;
	}
	.main_block_buttons .single > img {
	    max-width: 49px;	    
	}
	.specialize_wrapper .single.list {
	    width: 100%;
	    padding: 0;
	}
	.specialize_wrapper .single.doctor {
	    margin: 0 auto 50px auto;
	    display: block;
	}
	.main_block_buttons .single .desc > span {
		display: none;
	}
	.main_block_buttons .single .desc {
	    width: 206px;
	    padding: 0 0 0 20px;
	}
	.main_block_buttons .single .desc p {
	    width: 100%;
	    font-size: 22px;
    	line-height: 25px;
	}
	.header {
	    min-width: 100%;
	}
	.specialize_wrapper {
	    padding: 40px 0 20px 0;
	}
	.health_school_button {
		font-size: 20px;
	    line-height: 47px;
	    padding: 0 0 0 100px;
	}
	.health_school_button .right {
		display: none;	
	}
	.footer .social {
	    float: left;
	    margin: 21px 0px 0px 20px;
	}
	.doctor_info {
	    padding: 10px 10px 40px 10px;
	}
	.doctor_info .buttons_block div {
    	width: 100%;
	    font-size: 23px;
	    line-height: 26px;
	}
	.buttons_block div {
	    margin: 0 0px;
	}
	.doctor_info .doctor_image {
	    width: 100%;
	    height: 320px;
	    margin: 0 auto 20px auto;
	}
	.page_title {
	    margin-bottom: 20px;
	}
	.single_sertificate_preview {
	    width: 100%;
	    height: auto;
	    margin: 0 0 20px;
	    display: block;
	}
	.make_appointment_wrapper {
        width: 300px;
        padding: 10px;
        margin-left: -150px;
    }
    .make_appointment_wrapper .list_wrapper,
    .single_doc_contacts {
        width: 260px;
    }
    .make_appointment_wrapper h2 {
        font-size: 22px;
        line-height: 30px;
        padding: 35px 40px 0 40px;
    }
    .health_school_button {
        width: 100%;
    }
    .footer .logo {
        margin: 21px 0px 0px 10px;
    }
    .footer .links {
        margin: 20px 0px 0px 31px;
    }
    .single_grid_block {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .single_grid_block span {
        height: 220px;
    }
    
    table td, table th {
        padding: 2px 4px;
    }
}
@media screen and (max-width: 340px){
    .header_left .header_logo{
        width: 80px;
        height: 80px;
        margin-top: 35px;
    }
}
/*Doctors style*/
.doctors-wrap {
	font-size: 0;
	margin-bottom: 40px;
}

.doctor-item.doctor-item_new .experience {
    display: inline-block;
    color: #039F9D;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffffff;
    padding: 1px 10px;
    border-radius: 10px;
    border: 1px solid #039F9D;
    font-weight: 500;
    text-transform: uppercase;
}
.doctor-item.doctor-item_new{
	font-size: inherit;
	vertical-align: top;
	margin-bottom: 30px;
	overflow: hidden;
}
.doctor-item.doctor-item_new.doctor-item_border {
    transition: opacity .3s, box-shadow .3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    position: relative;
}
.doctor-item.doctor-item_new.doctor-item_border:hover{
	-webkit-box-shadow: 0 0 4px rgb(158 158 158 / 25%);
	box-shadow: 0 0 4px rgb(158 158 158 / 25%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.doc_block {
	outline: none;
    padding: 10px 15px;
}
.doc_block__photo {
	position: relative;
	overflow: hidden;
}
.doc_block__photo img {
	display: block;
	width: 100%;
}
.doc_block__name {
    font-size: 20px;
    line-height: 25px;
    color: var(--black);
    margin-bottom: 10px;
    font-weight: bold; 
}
.doc_block__role {
	color: #abadb3;
	font-size: 14px;
	margin-bottom: 10px;
}
.doc_block__wrap {
	margin-left: auto;
	margin-right: auto;
}

.btn {
/*     border: none;
background-color: #00b2ac; */
	text-align: center;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	height: auto;
	line-height: 20px;
	padding: 10px 15px;
	border-radius: 23px;
	-webkit-transition: .2s;
	transition: .2s;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn.btn_doctors-datail {
    width: 100%;
    color: #00b2ac;
    background-color: #fff;
    border: 1px solid;
    margin-top: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.btn.btn_doctors-datail a {
    color: #00b2ac;
    text-decoration: none;
}
.btn.btn_doctors-datail a span {
    color: inherit;
}
.btn.btn_doctors-datail:hover a {
    color: #fff;
    text-decoration: none;
}
.btn_doctors-datail_wrap {
	padding: 10px
}
.btn:hover, .btn:focus {
	background-color: #179796;
	color: #fff;
}
.btn:active {
	background-color: #05746e;
	color: #fff;
}
.btn-stroke {
	background-color: transparent;
	color: #FFF;
	border: 2px solid #FFF;
	line-height: 42px;
}
.btn-stroke:hover, .btn-stroke:focus {
	background-color: #fff;
	color: inherit;
}
.btn-stroke:active {
	background-color: #fff;
}
@media (max-width: 768px) {
    .doctor-item.doctor-item_new-placeholder {
        margin: 0;
    }
    .btn.btn_doctors-datail {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 47.99em) {
	.doctor-item.doctor-item_new{
		width: 100%;
	}
	.doctors-wrap {
        margin-bottom: 0 !important;
    }
}