html {
    font-size: 100%;
}

body {
    overflow-x: hidden;
    font-size: 16px;
}

a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

a[class*="butt"]:hover, 
a[class*="butt"]:focus {
    color: #fff;
    text-decoration: none;
}

.mt-0 {
	margin-top: 0 !important;
}

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #f9f9f9;
}

.my_checkbox:hover {
    border: 1px solid #2c909f;
}

.inline.success {
    text-align: center;
}


.nav_chain .wrap {
    list-style: none;
}



.slide_item_inner * {
	position: relative;
    z-index: 2;
}

.main_slider a.slide_back {
    z-index: 1;
}

.comand {
    margin-bottom: 90px;
}

.callback-fixed:active,
.callback-fixed:hover,
.callback-fixed:visited,
.callback-fixed {
    position: fixed;
    right: 45px;
    bottom: 135px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 1;
	z-index: 999999995;
	transition: all .3s ease-out;

}

.callback-fixed svg {
    width: 100%;
    height: 100%;

}



@keyframes pulse-green {
    0% {
        -webkit-transform: scale(.95);
                transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgb(15 168 174 / 70%);
                box-shadow: 0 0 0 0 rgb(15 168 174 / 70%);
    }

    70% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-box-shadow: 0 0 0 20px rgb(15 168 174 / 0%);
                box-shadow: 0 0 0 20px rgb(15 168 174 / 0%);
    }

    to {
        -webkit-transform: scale(.95);
                transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgb(15 168 174 / 0%);
                box-shadow: 0 0 0 0 rgb(15 168 174 / 0%);
    }
}

/* is-sticky */


.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

header.sticky {
  background: #f9f9f9;
    border-bottom: 1px solid transparent;
  transition: padding-top .2s ease-out, padding-bottom .2s ease-out, background .2s ease-out, border-bottom .2s ease-out, box-shadow .2s ease-out;
}

.bg-white header.sticky.is-sticky,
header.is-sticky {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    background: #f2f2f2;
    border-bottom: 1px solid #4b9ca5;
    box-shadow: 0 0px 1px 0 #34a8ae;
}

.bg-white header.sticky {
    background-color: #fff;
}

header.sticky .first_line {
    margin-bottom: 20px;
	max-height: 200px;
	transition: max-height .1s ease-out, margin-bottom .1s ease-out;
}

header.is-sticky .first_line {
    margin-bottom: 0px;
	max-height: 0;
	overflow: hidden;
}

header.sticky .first_line > * {


	transition: max-height .1s ease-out, margin-bottom .1s ease-out;
}

header.is-sticky .first_line > * {

}


header .menu_box {
	transition: padding-top .1s ease-out, padding-bottom .1s ease-out, background .1s ease-out, box-shadow .1s ease-out;
}

header.is-sticky .menu_box {
    padding-top: 5px;
    padding-bottom: 5px;
	box-shadow: -20px 0 0 0 #F2F2F2, 20px 0 0 0 #F2F2F2, 0 -20px 0 20px #F2F2F2;
}


.logo:active,
.logo:hover,
.logo:visited,
.logo {

  -webkit-transition: width .1s ease-out;
  -o-transition: width .1s ease-out;
  transition: width .1s ease-out;
}

/* /is-sticky */



.about_clinic .item {
	position: relative;
}

.about_clinic .item:before {
	position: relative;
	display: inline-block;
	content: '';
    margin-right: 15px;
    width: 18px;
    height: 18px;
	background: url(/upload/images/icon_chevron.svg) no-repeat center center;
}

b *,
strong *,
b,
strong {
	font-weight: bold !important
}

b a,
strong a,
.page-tech-foot .link, 
.refs_text .text_box a {
	text-decoration: underline;
    color: #1b5e80;
}

b a:hover,
strong a:hover,
.page-tech-foot .link:hover,
.refs_text .text_box a:hover {
	text-decoration: none;
    color: #34a8ae;
}

/* 404 */
main > .page-tech-cont {
    padding: 110px 0 80px;
}

.page-tech-cont {
    padding: 30px 0 140px;
    text-align: center;
}

.page-tech-cont p {
    font-size: 24px;
    font-weight: 300;
}

.page-tech-cont h1 {
    font-weight: normal;
    font-size: 60px;
    font-weight: 900;
    margin: 0 auto 30px;
}

.page-tech-cont .btn.btn-sec {
    max-width: 200px;
}

.tech-img {
    margin: 25px auto 10px;
    padding: 0 20px;
    font-size: 135px;
    font-weight: bold;
    line-height: 1.1;
    font-weight: bold;
    color: #34a8ae;
}

.tech-img img {
    max-width: 100%;
}

.tech-desc {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 21px;
}

.bg-cont .tech-desc {
    color: #fff;
}

.page-tect-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #111;
    margin-bottom: 18px;
}

.tech-subtitle {
    font-size: 24px;
    line-height: 1.4;
}

.tech-text {
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
}

.tech-block {
    margin-bottom: 43px;
}

.page-tech-foot .link {
    font-weight: normal;
    text-decoration: underline;
    font-size: 16px;
    text-align: center;
    color: #111;
}

.page-tech-foot .link:hover {
    text-decoration: none;
}

/* /404 */


.comand .position {
    font-weight: 400;
}

body .menu_box_mob .menu li a.active,
.anali_detail .prop_name,
.anali_detail .name,
.problems .var_item.active,
.book .title {
    font-weight: 500;
}


.price_boxx > p:not([class]),
.price_boxx > ul:not([class]),
.price_boxx > ol:not([class]) {
	margin-bottom: 25px;
}

.price_boxx > ul:not([class]) li,
.price_boxx > ol:not([class]) li {
	margin-bottom: 5px;
}


.medflex-round-widget__button_link.medflex-round-widget__button:active,
.medflex-round-widget__button_link.medflex-round-widget__button:hover,
.medflex-round-widget__button_link.medflex-round-widget__button:visited,
.medflex-round-widget__button_link.medflex-round-widget__button {
    position: static;
    height: auto;
	width: auto;
    box-shadow: none;
    font-family: HelveticaNeueCyrMedium, 'Helvetica Neue', Helvetica, "Open Sans", Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
	cursor: pointer;
	max-width: 215px;
    z-index: 1;
    margin-right: 25px;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #222222;
    background: none;
}

.medflex-round-widget__button_link.medflex-round-widget__button:hover {
    opacity: 0.7;
    text-decoration: none;
}

.medflex-round-widget__button_link.medflex-round-widget__button:after,
.medflex-round-widget__button_link.medflex-round-widget__button:before {
	display: none;
}

body .main_slider.mob_slider .arw {
	border-radius: 50px;
}


body .menu_box_mob .menu li a {
  color: #4A4B4B;
  font-weight: 400;
  transition: text-shadow 0.3s ease, color 0.3s ease;
}

body .menu_box_mob .menu li a:hover {
  font-weight: 400;
  text-shadow: 0 0 0 #4A4B4B, 0.03em 0 #4A4B4B;
  color: #4A4B4B; /* можно поменять */
}







/* popup */

.popup {
  display: none;
}

.fancybox-container .fancybox-bg {
    background: #193850;
}

.fancybox-container.fancybox-is-open .fancybox-bg {
    opacity: .75;
}

.pop-lg.fancybox-content,
.pop-md.fancybox-content {
  max-width: 590px;
  width: 100%;
  padding: 85px 30px 50px;
  border-radius: 30px;
  min-height: 405px;
}

.pop-lg.fancybox-content {
  max-width: 1130px;
}

.pop-main {
  width: 100%;
    margin: 0 auto;
}

.pop-md .pop-main {
  max-width: 505px;
}

.pop-lg .pop-main {
  max-width: 660px;
	padding-top: 20px;
}

.pop-wrap {
  min-height: 340px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pop-img {
    text-align: center;
    margin-bottom: 42px;
}

.pop-img svg,
.pop-img img {
    width: 100%;
	max-width: 212px;
}

.pop-h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #34a8ae;
    margin-bottom: 0;
    text-transform: capitalize;
}

.pop-title {
  margin-bottom: 0;
    text-align: center;
}

.pop-title-desc {
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #222;
	margin-bottom: 24px;
}

.pop-title-desc br {
	display: none;
}

.custom-button:active,
.custom-button:hover,
.custom-button:focus,
.custom-button {
	position: static;
    height: auto;
    width: 100%;
    box-shadow: none;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 12px 25px;
	background: #fff;
	border: 1px solid #01909f;
	border-radius: 30px;
    line-height: 1.3;
    cursor: pointer;
    max-width: 290px;
	font-weight: 400;
	font-size: 20px;
	color: #01909f;
	outline: none;
	transition: all .3s ease-out;
}

.custom-button:hover {
	border: 1px solid #111;
    background: #f3fbfb;
    color: #111;
}

.popup .fancybox-close-small {
    opacity: .8;
    padding: 0;
    position: absolute;
    right: 32px;
    top: 32px;
}

.popup .fancybox-button svg path {
    fill: #34a8ae;
}

.popup .fancybox-button:hover svg path {
    fill: #333;
}

.pop-lg .pop-head {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}


.fancybox-slide--html .popup .fancybox-close-small {
  padding: 3px;
  opacity: .6;
  right: 8px;
  top: 8px;
}


.pop-main p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 30px;
}

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

.popup h2 {
  margin-bottom: 15px;
  text-align: left;
}

.popup h3 {
  margin-bottom: 15px;
  text-align: left;
  color: #000;
}


.popup-input {
    padding-bottom: 10px;
    margin-top: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #222222;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(2, 144, 159, 0.5);
}

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

.form_line_col {
    margin: 0 0 30px;
	width: 100%;
	max-width: 288px;
}



.popup .check_text input[type="checkbox"] {
    width: 1px;
    height: 1px;
    opacity: 0;
    margin: 0;
    display: block;
    -webkit-transform: translate(12px, 22px);
        -ms-transform: translate(12px, 22px);
            transform: translate(12px, 22px);
}


.popup .check_text label {
    gap: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.popup .check_text .descr {
    padding-left: 7px;
    width: calc(100% - 28px);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    color: #222222;
}

.popup .univ_butt {
    max-width: 630px;
    width: 100%;
    height: 50px;
    margin: 50px auto 0 auto;
    font-size: 20px;
    background: #02909F;
    transition: background .3s;
}

.popup .univ_butt:hover {
    opacity: 1;
    background: #005777;
}

.popup .check_text input:checked + label .galka {
    display: block;
}

.popup .check_text input:checked + label .my_checkbox {
    background-color: #01909F;
    border: 1px solid #01909F;
}


.pop-h1.color-black {
    color: #222;
}



@media screen and (max-width: 750px) {
	.popup .check_text input[type="checkbox"] {
		-webkit-transform: translate(6px, 20px);
			-ms-transform: translate(6px, 20px);
				transform: translate(6px, 20px);
	}
    .popup .univ_butt {
        margin: 30px auto 0 auto;
        width: 100%;
        height: 33px;
        font-size: 12px;
    }
    .popup .check_text .descr {
		padding-left: 1px;
        font-size: 10px;
        width: calc(100% - 13px);
    }

    .popup-input {
        margin-top: 40px;
        padding: 0 10px 10px 10px;
    }

    .popup-input::placeholder, 
	.popup-input {
        font-size: 10px;
    }

    .popup .check_text .my_checkbox .galka {
        left: 3px;
        top: 0px;
        width: 5px;
        height: 9px;
    }
	.popup .check_text .my_checkbox {
        width: 13px;
        height: 13px;
    }

	.popup-input {
        margin-top: 30px;
	}
	.form_line_col {
		margin: 0 0 10px;
	}
    .form_line_col:first-child .popup-input {
        margin-top: 10px;
    }
	.pop-lg .pop-main {
		padding-top: 0px;
	}
}


@media screen and (max-width: 767px) {

	.pop-lg .pop-main {
		max-width: 260px;
	}
	.form_line_row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 0px;
	}
  .pop-h1 {
    font-size: 16px;
	margin-bottom: 12px;
  }
  .pop-title {
    margin-bottom: 0;
  }
	.pop-title-desc br {
		display: block;
	}
	.pop-title-desc {
		text-align: center;
		font-weight: 400;
		font-size: 12px;
		line-height: 160%;
		color: #222;
		margin-bottom: 24px;
	}
	.pop-img svg,
	.pop-img img {
		max-width: 150px;
	}
	.pop-img {
		text-align: center;
		margin-bottom: 32px;
	}
  .popup.pop-lg .text-center h1 {
    text-align: center;
  }
  .pop-lg.fancybox-content,
  .pop-md.fancybox-content {
    max-width: 550px;
    width: 100%;
    padding: 35px 15px 50px;
    min-height: 0;
	border-radius: 12px;
  }
  .pop-btn-row {
    margin-bottom: 30px;
  }
  .pop-main p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
	.custom-button:active,
	.custom-button:hover,
	.custom-button:focus,
	.custom-button {
		padding: 7px 25px;
		max-width: 130px;
		font-size: 14px;
	}
	.popup .fancybox-close-small {
		right: 12px;
		top: 12px;
		width: 30px;
		height: 30px;
	}


}


/* /popup */



.rews.wrap {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 30px;
	box-shadow: 30px 0px 0 0px #f9f9f9, -30px 0px 0 0px #f9f9f9;
}

section.comp_rews.wrap {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 110px;
}

.rews.wrap,
section.comp_rews.wrap {
	position: relative;
}

.rews.wrap > *,
section.comp_rews.wrap > * {
	position: relative;
	z-index: 1;
}

.rews.wrap:after,
section.comp_rews.wrap:after {
	content: '';
	position: absolute;
	display: block;
	width: 100vw;
    max-width: 100vw;
	height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f9f9f9;
}



section.dir_serv_custom.bg-gray.full-w {
    padding: 80px 0 30px;
}

section.dir_serv.white + .about_serv.dir_serv_custom,
section.dir_serv_custom.about_serv.wrap {
    padding-top: 60px;
    padding-bottom: 50px;
	margin-top: 0;
}

section.dir_serv_custom.bg-grey.full-w {
    padding: 60px 0;
}

.about_serv {
    margin: 0 auto;
}

div.news-detail img.detail_picture {
    float: left;
    margin: 0 30px 25px 1px;
    border-radius: 20px;
    max-width: 100%;
    height: auto;
}

/**/


.refs_text .text_box img {
    max-width: 100%;
    height: auto;
}

footer .cont_box {
    margin-top: 0;
}

.quest_box button:active,
.quest_box button:hover,
.quest_box button:focus,
.quest_box button {
    background: #efefef !important;
}

.dmss,
.dmss.aboutt {
    padding-top: 0;
}


@media screen and (max-width: 750px) {
    footer .cont_item {
        white-space: nowrap;
    }
    .blog .cat_title span ,
    .blog .tag_item {
        font-size: 14px;
        line-height: 1.4;
    }

}

.medflex-round-widget .medflex-round-widget__button,
.medflex-round-widget .medflex-round-widget__button::before, 
.medflex-round-widget .medflex-round-widget__button::after {
    background-color: #0FA8AE;
}


.medflex-round-widget-custom-btn {
    height: 48px;
    width: 48px;
    color: #607a93;
    top: 45px;
    position: fixed;
    left: 50%;
    transform: translateX(258px);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	border-radius: 100px;
}

.medflex-round-widget-custom-btn svg path {
    stroke: #424b58;
}

.medflex-round-widget-custom-btn:hover:before {
	opacity: .08;
}

.medflex-round-widget-custom-btn:focus:before {
    opacity: .24;
}

.medflex-round-widget-custom-btn:before {
    background-color: currentColor;
    border-radius: inherit;
    color: inherit;
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .2s cubic-bezier(.4,0,.6,1);
}


.medflex-round-widget__iframe ~ .medflex-round-widget__iframe {
	display: none !important;
}

.medflex-round-widget-custom, 
.medflex-round-widget-custom *, 
.medflex-round-widget-custom *::before, 
.medflex-round-widget-custom *::after {
    box-sizing: border-box;
}

.medflex-round-widget__iframe-wrapper-custom:not(.medflex-round-widget__iframe-wrapper-custom_show) {
    position: absolute;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.medflex-round-widget__iframe-wrapper-custom {
    position: fixed;
    z-index: 999999999;
    top: 0;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.0);
}

.container iframe.medflex-round-widget__iframe-custom,
.medflex-round-widget__iframe-custom {
    display: block;
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    background-color: #FFFFFF;
}

@media screen and (max-width: 650.98px) {
    .medflex-round-widget__iframe-wrapper-custom {
        padding: 0;
    }
	.container iframe.medflex-round-widget__iframe-custom,
	.medflex-round-widget__iframe-custom {
        border-radius: 0;
    }
	.medflex-round-widget-custom-btn {
		top: 5px;
		left: 100%;
		transform: translateX(-65px);
	}
}

.btn.btn-default.btn-lg.medflex-round-widget__button-custom,
.btn.btn-default.btn-lg.medflex-round-widget__button {
    font-size: 1em;
    font-weight: bold;
    border-radius: 24px;
    padding: 14px 25px;
}

.univ_butt.medflex-round-widget__button-custom,
.univ_butt.medflex-round-widget__button {
    position: static;
    height: auto;
    padding: 10px 17px 11px;
    font-size: 0.867em;
    font-weight: normal;
    line-height: 1.2em;
    border-radius: 19px;
	width: auto;
    box-shadow: none;
    font-family: "PT Sans Caption", Arial, sans-serif;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 25px;
    border-radius: 26px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #F9F9F9;
	cursor: pointer;
	max-width: 215px;
    z-index: 1;

}

.univ_butt.medflex-round-widget__button-custom:after,
.univ_butt.medflex-round-widget__button-custom:before,
.univ_butt.medflex-round-widget__button:after,
.univ_butt.medflex-round-widget__button:before {
	display: none;
}

.banners-content .inner .btn.btn-default[data-autoload-service] {
	pointer-events: none;
    display: none;
}

.medflex-round-widget .medflex-round-widget__button {
    font-size: 17px;
}


.doctor .univ_butt.medflex-round-widget__button-custom,
.doctor .univ_butt.medflex-round-widget__button {
    width: 264px;
    height: 45px;
}

@media screen and (max-width: 750px) {
	.doctor .univ_butt.medflex-round-widget__button-custom,
	.doctor .univ_butt.medflex-round-widget__button {
        width: 100%;
        height: 35px;
        font-size: 14px;
    }
}

/**/




.problems .two_col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.refs_text.refs_text_page {
    padding-top: 0px;
    padding-bottom: 10px;
}

.refs_text.refs_text_page .text_box {
    width: 100%;
}

.menu_box_mob .menu div[id*="bx_"] {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.rews_link .ref:active,
.rews_link .ref:hover,
.rews_link .ref:visited,
.rews_link .ref {
    color: #02909F;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-more-cont {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price_item.price_hide {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}


.price_boxx .type .item:not(.active):hover {
    background-color: #E6F4F6;
}

.comand div.desc {
    max-width: 990px;
}



.serv-tab-list li {
    padding: 0 0 0 30px;
    position: relative;
}

.serv-tab-list li::before {
    content: attr(data-first-letter);
    position: absolute;
	top: 48%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    font-size: 20px;
    line-height: normal;
    margin: 0;
    font-weight: bold;
    color: #1d677e;
}


header .menu li a {
    margin: 0;
}

header .menu_box_mob .menu li a {
    padding-left: 8px;
    padding-right: 8px;
}
header a:hover,header a:focus,header a:active, a:hover,a:focus,a:active {
    border: none !important;
    outline: none !important;
}
.menu_box_mob .menu li a {
    opacity: 1;
}

.search_rews .inp_box input:focus::-webkit-input-placeholder {
  color: transparent;
}

.search_rews .inp_box input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
.search_rews .inp_box input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
.search_rews .inp_box input:focus:-ms-input-placeholder {
  color: transparent;
}



section.analises.bg-gray.full-w.var_anal {
    margin: 0;
    padding: 50px 0 90px;
}

.serv_det_ban ~ div .adv_serv,
.serv_det_ban ~ .adv_serv {
	padding-top: 45px;
	padding-bottom: 60px;
}

.problems .letters_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.problems .two_col {
    width: 100%;
}

.problems .img_box .sect:not(.active):hover {
    background: #C6E5E8;
}

.blog .blog_item {
    position: relative;
	opacity: 1;
}

section section {
    margin-top: 0;
}

.problems .item:hover {
	font-weight: 700;
}

.problems .item {
    font-weight: normal;
    position: relative;
}


.problems .item::after {
    content: attr(data-text);
    font-weight: bold;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    display: block;
}

.quest_item.answ {
    border-bottom: 2px solid #02909F;
    border-radius: 8px 8px 0 0;
}

.quest_item.answ.open {
    border-bottom-color: transparent;
    border-radius: 8px 8px 0 0;
}

.ans_custom .quest_item.answ .delim {
    opacity: 0;
}

.ans_custom .quest_item.answ.open .delim {
    opacity: 1;
}

.blog .blog_item > * {
    position: relative;
	z-index: 2;
}

.blog .blog_item:after {
    position: absolute;
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 1;
    background: #F7F7F7;
	opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.blog .blog_item:hover:after {
	opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.about_serv .right_box ul {
    margin: 20px 0 20px 17px;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.h1, 
.h2, 
.h3, 
.h4, 
.h5, 
.h6 {
    font-family: 'Helvetica Neue', Helvetica, "HelveticaNeueCyrMedium", "Open Sans", Arial, sans-serif;
    font-weight: 500 !important;
    line-height: 1.45 !important;
}

.comand .spec_title {
    font-weight: 500;
}

.tech .tech_itemm:hover,
.pop_serv .serv_item:hover,
.comand .perse_item:hover {
    opacity: 1;
}

.tech .tech_itemm:hover .tech_title,
.pop_serv .serv_item:hover .serv_title,
.comand .perse_item:hover .pers_name {
    color: #154c5c;
}

.tech .tech_itemm:hover .tech_title {
    color: #067B89;
}


.tech .tech_itemm:hover .img_box img,
.pop_serv .serv_item:hover .img_box img,
.comand .perse_item:hover .pers_img {
	-webkit-transform: translateX(-10px) scale(1.2);
	    -ms-transform: translateX(-10px) scale(1.2);
	        transform: translateX(-10px) scale(1.2);
    -webkit-transition: -webkit-transform 6s ease;
    transition: -webkit-transform 6s ease;
    -o-transition: transform 6s ease;
    transition: transform 6s ease;
    transition: transform 6s ease, -webkit-transform 6s ease;
}

.tech .tech_itemm .img_box img,
.pop_serv .serv_item .img_box img,
.comand .perse_item .pers_img {
    -webkit-transition: -webkit-transform 3s ease;
    transition: -webkit-transform 3s ease;
    -o-transition: transform 3s ease;
    transition: transform 3s ease;
    transition: transform 3s ease, -webkit-transform 3s ease;
}

.pers_img-cont {
    overflow: hidden;
	margin-bottom: 20px;
}

.pers_img-cont .pers_img {
	margin-bottom: 0;
}

.tech .tech_itemm .img_box,
.pop_serv .img_box {
    border-radius: 12px;
    overflow: hidden;
}

.tech .tech_itemm .img_boxx {
    border-radius: 12px 0 0 12px;
}



.clinics .butt:hover {
    background: rgba(0, 87, 119, 0.15);
}

.rews .slick-list {
    padding: 30px 12px;
    margin: 0px -4px;
}


.rews.no_slider .slide_item:hover,
.rews.no_slider .slide_item {

}

.rews .slide_item {
    margin: 0 10px 15px;
    -webkit-box-shadow: 0px 0px 14px 4px rgba(44, 44, 44, 0.1);
            box-shadow: 0px 0px 14px 4px rgba(44, 44, 44, 0.1);
}

.rews .slide_item:hover {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(44, 44, 44, 0.1);
            box-shadow: 0px 0px 4px 0px rgba(44, 44, 44, 0.1);
}

.search_rews .my_select.active {
    border-radius: 20px;
    border: 1px solid #02909F;
}
.search_rews .my_select {
    border-radius: 20px;
    border: 1px solid #fff;
}

.search_rews .my_select .var_itemm {
	text-align: left;
}

.search_rews .my_select .var_itemm[data-selected="true"] {
	display: none;
}

.search_rews .my_select .hide_box {
    height: 170px;
    padding-top: 10px;
}

.search_rews {
    z-index: 2;
}

section.refs_box.white {
    margin: 0;
}

section.serv_boxx.no_marg_top.wrap section.doctor.wrap {
	margin-top: 0;
}

.price_boxx .comand .search_box .loopa-icon path {
	fill: #666;
}

.vacansii .tab_item {
    cursor: pointer;
}

.vacansii .tab_item:not(.active):hover {
    background: #E6F4F6;
}

.price_boxx .serv_boxx .price {
    background: #f9f9f9;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.price_boxx .serv_boxx .price .price_item {
    background-color: #fff;
}

section.bg-grey.full-w {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f9f9f9;
    margin: 0;
    padding: 135px 0;
}

.bg-grey.full-w .about_serv {
    margin: 0 auto;
}

.clinics .map > ymaps {
	max-width: 100%;
	width: 100% !important;
}

.title_sec.title_sec-left {
    text-align: left;
}
.serv_boxx .tab_box .grid_box {
    background-color: #fff;
}

.call_formm input {
	color: #fff;
}

.rews .slick-arrow {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    border-radius: 5px;
	-webkit-transition: background .6s ease-out;
	-o-transition: background .6s ease-out;
	transition: background .6s ease-out;
}

.rews .slick-arrow:hover {
    background: #b5b5b580;
	-webkit-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	transition: background .3s ease-out;
}

.rews .slick-arrow svg path {
	-webkit-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
}

.rews .slick-arrow:hover svg path {
	fill-opacity: 1;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}


.menu_box_mob .menu li a {
	display: inline-block;
	font-weight: normal;
	position: relative;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	text-align: center;
}


.menu_box_mob .menu li a::after {
  content: attr(data-text);
  font-weight: bold;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  display: block;
}

.menu_box_mob .menu li a:hover {
  font-weight: bold;
}

.menu_box_mob .menu .more-list li a {
	text-align: left;
}




header .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.price_boxx .anali_detail .descr {
	width: 100%;
    padding-left: 0;
}


.place-span + .place-span:before {
    display: inline-block;
    content: "|";
    margin-right: 5px;
}

.pop_anal .item {
    display: block;
}

.serv_det_ban .max_w {
    max-width: 100%;
}

.book .item:active,
.book .item:hover,
.book .item:visited,
.book .item {
    display: inline-block;
}

.book .item:hover {

}


.price_boxx section section.full-w {
    position: relative;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

h2.white {
	background: none;
}

h2.adv_serv {
    padding-top: 40px;
    padding-bottom: 40px;
}

section .about_service .full-w,
.price_boxx section section,
.price_boxx .serv_det_ban section {
    position: relative;
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.serv-toggle-cont {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 100%;
    padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    border-radius: 8px;
}

.serv-toggle-cont:not(.active) {
    /*display: none;*/
}

#serv-toggle-cont {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-height: 0;
    overflow: hidden;
	padding: 0;
}
#serv-toggle-cont.active {
	padding: 20px 0;
    max-height: 1000px; /* или auto с JS, если нужно */
}

.serv-col {
    width: 100%;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 40px 40px 30px;
}

.serv-col.serv-col-sm {
    max-width: calc(33.33% - 25px);
    margin-right: 24px;
}

.serv-col.serv-col-lg {
    max-width: 66.66%;
}

.serv-tab-list,
.serv-inner-list {
    list-style: none;
	padding: 0;
}

.serv-tab-list li,
.serv-inner-list li {
	margin-bottom: 10px;
}

.serv-tab-link:active,
.serv-tab-link:hover,
.serv-tab-link:visited,
.serv-tab-link,
.serv-inner-link.btn-tab:active,
.serv-inner-link.btn-tab:hover,
.serv-inner-link.btn-tab:visited,
.serv-inner-link.btn-tab {
	display: block;
	padding: 4px 0;
    font-weight: 400;
    font-size: 16px;
    /* text-transform: capitalize; */
    color: #020202;
}


.serv-inner-link.btn-tab.active:active,
.serv-inner-link.btn-tab.active:hover,
.serv-inner-link.btn-tab.active:visited,
.serv-inner-link.btn-tab.active {
	font-weight: 700;
}

.refs_box {
    z-index: 10;
}

.refs_box .wrap {
    position: relative;
}


.page-tab.active {
    display: block;
}
.page-tab {
    display: none;
}

.dir_serv_custom.white {
    padding: 1px 0 40px;
	margin-bottom: 0px;
}

section.dir_serv.white + .about_serv,
.dir_serv_custom.white .about_serv {
    margin-top: 80px;
}


.price_boxx section.serv_boxx {
    padding-bottom: 0;
}

.serv_boxx section#our-doctors {
    padding-top: 50px;
}

.adv_box_serv {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}
@media screen and (max-width: 1000px) {
    .adv_box_serv {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 10px;
    }
}


.custom-checkbox-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

body section .custom-checkbox {
    /* display: none; */
    height: 1px;
    margin: 0 0 0 14px;
    width: 1px;
    max-width: 1px;
    padding: 0;
    opacity: 0;
}

.custom-checkbox:checked + .check_text .my_checkbox {
    background-color: #01909F;
    border: 1px solid #01909F;
}

.custom-checkbox:checked + .check_text .galka {
    display: block;
}

.univ_butt:hover {
	opacity: 1;
    background: #005777;
	-webkit-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}

.price_boxx .vars.hide_box {
    padding: 0;
}

.doctor section.refs_text.white, 
.price_boxx .refs_text.white {
    position: relative;
    width: 100%;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

div#main-content {
    overflow: hidden;
}

.sidebar {
    will-change: min-height;
}

.refs_text .ref_box {
    background: #F9F9F9;
    border-radius: 0;
    padding: 0;
}

.inner-wrapper-sticky,
.sidebar__inner {
    max-height: 90vh;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); /* For browsers don't support translate3d. */
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    will-change: position, transform;
    background: #F9F9F9;
    border-radius: 16px;
    padding: 40px 30px;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}



section.price_boxx.wrap {
    margin-bottom: 0;
}

.main_slider .order_butt,
.main_slider .univ_butt,
.main_slider .slide_title {
	text-decoration: none;
	outline: none;
}

.main_slider .univ_butt {
	color: #fff;
}

.main_sub_slider {
    max-width: 105px;
    margin: 25px auto 10px;
}

.main_sub_slider .slick-list {
	padding: 0 !important;
}

.sub_slide_item {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 25px;
    height: 30px;
    padding: 10px 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    position: relative;
}

.sub_slide_item:before {
    font-family: 'slick';
    font-size: 38px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .05;
    color: #02909f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.sub_slide_item.slick-active:before {
	opacity: .05;
	-webkit-transition: opacity .4s ease-out;
	-o-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.sub_slide_item.slick-active.slick-center:before {
	opacity: 1;
}

.sub_slide_item.slick-active.slick-center + .sub_slide_item.slick-active[tabindex="0"]:before,
.sub_slide_item.slick-active[tabindex="-1"] + .sub_slide_item.slick-active[tabindex="-1"]:before {
	opacity: .15;
}



.quest_box div.mf-ok-text,
.call_formm div.mf-ok-text {
    color: #fff;
    text-align: center;
}

.quest_box font.errortext,
.call_formm font.errortext {
    display: block;
    text-align: center;
    color: #00f5ff !important;
    /* background: #fff; */
}

.quest_box p + form,
.call_formm p + form {
    margin-top: 14px;
}


.vacansii .title_line {
    cursor: pointer;
}

.blog .blog_item {
    text-decoration: none;
}

.price_boxx .var_box {
    margin-bottom: 60px;
}

input.pop-input,
table.title-search-result th {
    display: none;
}

header button.loopa {
    right: 10px;
}

.modern-page-navigation {
    text-align: center;
}

.serv_boxx .tab_wrap:nth-child(4n + 2) .tab_item,
.serv_boxx .tab_wrap:nth-child(2) .tab_item {
  background-color: #FDF7F4;
}

.serv_boxx .tab_wrap:nth-child(4n + 2) .tab_item:hover,
.serv_boxx .tab_wrap:nth-child(2) .tab_item:hover {
  background-color: #f9eee9;
}


.serv_boxx .tab_wrap:nth-child(4n + 3) .tab_item,
.serv_boxx .tab_wrap:nth-child(3) .tab_item {
  background-color: #FAEEE9;
}

.serv_boxx .tab_wrap:nth-child(4n + 3) .tab_item:hover,
.serv_boxx .tab_wrap:nth-child(3) .tab_item:hover {
  background-color: #f3e3dc;
}


.serv_boxx .tab_wrap:nth-child(4n + 4) .tab_item,
.serv_boxx .tab_wrap:nth-child(4) .tab_item {
  background-color: #F2F7F8;
}

.serv_boxx .tab_wrap:nth-child(4n + 4) .tab_item:hover,
.serv_boxx .tab_wrap:nth-child(4) .tab_item:hover {
  background-color: #e7eff1;
}


.serv_boxx .wrap .doctor.wrap {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.doctor section.price.serv {
	margin-top: 0px;
    padding: 80px 15px 20px;
    background: #f9f9f9;
}

.doctor section.white,
.price_boxx section {
    position: relative;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.doctor section.white .title_sec,
.price_boxx section.blog,
.price_boxx section.serv_boxx {
	margin-top: 0;
	padding-top: 0;
}

.price_boxx .blog .hide_box {
	padding: 0;
	display: block;
}

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

body .nav_chain,
body header {
    background: transparent;
}

header .menu:not(.showed) {
    overflow: hidden;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

header .menu:not(.showed) > li:nth-child(n+10) {
	display: none;
}

header .menu {

}

header .menu .more {
	display: none;
	position: relative;
}

.more-list {
	position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    max-height: 0;
    width: 100%;
    min-width: 240px;
    background: #f2f2f2;
    -webkit-box-shadow: 1px 1px 4px 0 #d8d5d5;
            box-shadow: 1px 1px 4px 0 #d8d5d5;
    padding: 5px;
    padding: 0 5px;
    border-radius: 10px;
    -webkit-transition: max-height .3s ease-out, padding .3s ease-out;
    -o-transition: max-height .3s ease-out, padding .3s ease-out;
    transition: max-height .3s ease-out, padding .3s ease-out;
}

.more:hover .more-list {
	max-height: 1000px;
    padding: 5px;
}

.more-link {
    font-size: 22px;
    line-height: 16px;
    font-weight: 900;
    padding: 3px 15px;
	cursor: pointer;
}

.more-list li a:active,
.more-list li a:hover,
.more-list li a:visited,
.more-list li a {
	padding: 3px 5px;
	display: block;
}

.more-list li {
	padding: 5px 0;
}


.serv_boxx.tech .tech_item {
    max-height: 105px;
    overflow: hidden;
}

a.tech_itemm {
    text-decoration: none;
}

.slide_title_text {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 400;
}

.serv_boxx .tab_item {
    cursor: pointer;
}

.serv_boxx .tab_item:hover {
	background: #c9dce1;
}

.serv_boxx .hide_box.show {
    display: block !important;
}

.serv_boxx .hide_box {
    display: none !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto !important;
    padding: 0 !important;
}

.price_boxx .comand .search_box {
    position: relative;
    margin: 0 10px;
    width: 210px;
}

.comand .perse_item {
    text-decoration: none;
}

.price_boxx .comand .search_box {
    position: relative;
    margin: 0 10px;
    width: 210px;
}

.price_boxx .comand .search_inp {
    background-color: #F2F2F2;
    border-radius: 200px;
    height: 39px;
    width: 100%;
    padding: 0 35px 0 20px;
}

.directions .text_box ul li {
	margin-bottom: 25px;
	-webkit-column-break-inside: avoid;
	   -moz-column-break-inside: avoid;
	        break-inside: avoid;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.directions .text_box ul li::marker {
    font-size: 30px;
    line-height: 25px;
    color: #067b89;
}

.directions .text_box ul li:before {
    width: 12px;
    min-width: 12px;
    margin-right: 15px;
    margin-top: 3px;
    height: 12px;
    border-radius: 10px;
    background: #067b89;
    display: block;
    content: '';
}

.price_boxx .price .price_item {
    width: 100%;
    text-align: left;
}

.quest_item.answ .quest {
	width: 100%;
}

.ans_custom {

}

.ans_custom .quest_item.answ .answ, 
.ans_custom .quest_item.answ .delim {
    max-height: 0;
    overflow: hidden;
    margin: 0;
}


.ans_custom .quest_item.answ.open .answ, 
.ans_custom .quest_item.answ.open .delim {
    max-height: 1000px;
    margin: 0;
}

.ans_custom .quest_item.answ.open .delim {
    margin: 40px 0;
}

.ans_custom.ans_qw .qest_ans {
    padding: 20px 20px 10px;
    margin: 0 -20px;
    cursor: pointer;
}

.ans_custom.ans_qw .quest_item.answ.open .quest,
.ans_custom.ans_qw .qest_ans:hover .quest {
	color: #02909F;
}

.box ul:not([class]), 
.box ol:not([class]) {
    padding-left: 20px;
}

body .title_sec {
    font-weight: 600;
}

.main_slider .label {
    background: none;
}

section.serv_boxx.white.tech {
    margin-top: 0;
}

.directions .title_sec,
.spector .title_sec,
.special .title_sec {
    text-align: left;
}

.spector .descr,
.special .descr {
    padding: 0;
}



.quest_form .quest_form-cont form {
    width: 100%;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.quest_form-cont {
    width: calc(70% - 20px);
    background-color: #FFFFFF;
    padding: 50px;
    border-radius: 30px;
}

.refs_box .link.first {
    min-width: 170px;
}

.serv_det_ban .about ul {
    margin-left: 21px;
}

section.price_boxx.wrap {
    margin-top: 30px;
}

section.analises.white.full-w {
    margin: 0;
    padding: 50px 0;
}

.var_anal {
    padding-bottom: 20px;
}

.serv_det_ban .fon_img {
	-o-object-position: 100% 50%;
	   object-position: 100% 50%;
}

.rews .next_photo {
	right: 0;
}

.rews .prev_photo {
	left: 0;
}

.price_boxx section section.full-w section.price.serv h2,
.about_service .box > *:first-child {
	margin-top: 0;
}

.price_boxx section section.full-w section.price.serv {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

section.sertif.wrap {
    padding-bottom: 110px;
}

div.title-search-result[style] {
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

div.title-search-fader {
    left: calc(100% - 18px) !important;
}

div.title-search-result table.title-search-result td.title-search-item b {
    color: #1d677e;
}

div.title-search-result table.title-search-result tr.title-search-selected a, 
div.title-search-result table.title-search-result tr.title-search-selected td, 
div.title-search-result table.title-search-result tr.title-search-selected td.title-search-more a {
    background-color: #e7f2f3;
}



.company_box.bg-gray.full-w {
    padding-top: 130px;
    padding-bottom: 120px;
	margin: 0;
}

.pop_serv.full-w {
    padding: 90px 0 110px;
}

.pop_serv.full-w + section {
    margin-top: 0;
}

.pop_serv .serv_box .descr {
    padding: 0;
    width: 100%;
}

.pop_serv .serv_box .img_box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.call_formm .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.comand .spec_box .arrow path {
    fill: #067B89;
}

section.comand.wrap.no_slider {
    margin-bottom: 100px;
}

.price_boxx section.serv_boxx .tab_box {
    padding-bottom: 80px;
}

.anali_detail.wrap.anali_detail_mob {
	margin: 0 -15px;
    width: calc(100% + 30px);
    max-width: 100vw;
}


header .first_line {
    position: relative;
}


/* search custom */

.drop__close:active, .drop__close:hover, .drop__close:focus, .drop__close:active, .drop__close {
    background: none;
    outline: none;
    border: none;
}

.drop__close {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
}

.drop__close svg {
    width: 100%;
    height: 100%;
}

.drop__close:hover svg path {
    fill: #04657D;
}

.drop__close svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.search-collapse .wrap {
    padding: 70px 15px 25px;
    position: relative;
	opacity: 0;
}

.search-collapse.show  .wrap {
	opacity: 1;
}


.search-collapse.show + .search-collapse-bg {
    max-height: 100vh;
    opacity: .4;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}
.search-collapse-bg {
    display: block;
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    max-height: 0;
    overflow: hidden;
    background: #000;
    opacity: 0;
    z-index: 15;
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}


.collapse.search-collapse {
    display: block !important;
	max-height: 0;
}

.collapse.search-collapse.active {
    display: block;
}


.search-collapse.show, 
.search-collapse.collapse.show {
    max-height: 215px;
    padding: 0;
    -webkit-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .3s ease-out;
    -o-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .3s ease-out;
    transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .3s ease-out;
}

.search-collapse.show, .search-collapse.collapse.show {

}

.search-collapse, .search-collapse.collapse:not(.show) {
    position: fixed;
    width: 100vw;
    width: calc(100vw + 4px);
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    z-index: 20;
    display: block;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
    -webkit-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .2s ease-out;
    -o-transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .2s ease-out;
    transition: padding-top .2s ease-out, padding-bottom .2s ease-out, max-height .2s ease-out;
}


.search-collapse .search_box .search_inp {
    width: 100%;
    display: block;
    border-radius: 0;
    padding: 1.05em 3.888em 1.06em 1.5em;
    color: #343434;
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #E6E6E6;
    background-color: transparent;
}


.search-collapse .search_box .search_inp:focus::-webkit-input-placeholder {
	color: transparent;
}


.search-collapse .search_box .search_inp:focus::-moz-placeholder {
	color: transparent;
}


.search-collapse .search_box .search_inp:focus:-ms-input-placeholder {
	color: transparent;
}


.search-collapse .search_box .search_inp:focus::-ms-input-placeholder {
	color: transparent;
}


.search-collapse .search_box .search_inp:focus::placeholder {
	color: transparent;
}

.title-search-result table.title-search-result {
    width: 100%;
}

header .search-collapse .search_box {
    margin: 0;
}

header .search-collapse .search_inp::-webkit-input-placeholder {
    font-size: 14px;
}

header .search-collapse .search_inp::-moz-placeholder {
    font-size: 14px;
}

header .search-collapse .search_inp:-ms-input-placeholder {
    font-size: 14px;
}

header .search-collapse .search_inp::-ms-input-placeholder {
    font-size: 14px;
}

header .search-collapse .search_inp::placeholder, 
header .search-collapse .search_inp {
    font-size: 14px;
}

.search-collapse button.loopa:active, 
.search-collapse button.loopa:hover, 
.search-collapse button.loopa:focus, 
.search-collapse button.loopa:active, 
.search-collapse button.loopa,
.header__search:active, 
.header__search:hover, 
.header__search:focus, 
.header__search:active, 
.header__search {
    background: none;
    outline: none;
	opacity: 1;
    font-size: 16px;
}



.header__search {
    border-radius: 50%;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.search-collapse button.loopa:hover svg path,
.header__search:hover svg path {
    fill: #04657D;
}

@media screen and (min-width: 1401px) {
    div.title-search-result[style] {
		min-width: 1350px;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
                transform: translateY(-2px);
		border: none;
		padding-top: 10px;
    }

/*
	div.title-search-result[style]:after {
		position: absolute;
		display: block;
		content: '';
		width: 100%;
		max-width: 0;
		height: 1px;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		background: rgba(34, 34, 34, 0.2);
		transition: all .3s ease-out;
		opacity: 0;
		max-width: calc(100% - 100px);
		opacity: 1;
	}
*/
}

@media screen and (max-width: 1000px) {
	.search-collapse-bg,
	button.header__search.collapsed,
	.collapse.search-collapse {
		display: none !important;
		max-height: 0;
	}

}

/* /search custom */

h1, h2, h3 {
	margin-top: 0;
}

img.logo-img {
    max-width: 100%;
}

header .logo {
	overflow: hidden;
}

.main_slider .label {
    background: none;
    padding: 0;
}

.nav_chain .arrow {
    margin: 0 4px;
}

.news-detail-links {
    background: #fff;
	padding: 60px 15px;
    margin: 40px auto 50px;
    border-radius: 20px;
}

.analises .anali_item svg, 
.analises .anali_item img {
    width: auto;
    max-width: 70px;
}

body * {
    hyphens: none;
}

.more-link_box {
	padding: 10px 0;
}


.more-link-custom {
    display: inline-block;
    padding: 5px 0;
    text-decoration: underline;
    color: #34a8ae;
    position: relative;
}


.more-link-custom:hover {
    text-decoration: none;
    color: #111;
}

.more-link-custom svg {
    width: 16px;
    height: 10px;
}

.more-link-custom svg path {
    transition: fill 0.3s ease
}

.more-link-custom:hover svg path {
    fill: #111;
}

.quest_form {
    margin-bottom: 60px;
}

.company_box .box_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.rews .slick-arrow {
    border-radius: 50px;
}

.serv-toggle-cont-mobile {
    display: none;
}

.comand div.desc {
    max-width: 100%;
}




.pers_img-cont .pers_img {
    margin-bottom: -10px;
    padding: 25px;
}


.quest_form .info .title_sec {
	color: #fff;
    margin-bottom: 50px;
}

.quest_form .info {
	padding-top: 50px;
}

@media screen and (min-width: 1601px) {
	section.main_slider.wrap {
		max-width: 100%;
	}
	.slide_item_inner {
		max-width: 1400px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

}


@media screen and (min-width: 1001px) {
	.tech_itemm.centered {
		grid-column: 1 / -1;
		justify-self: center;
		width: 100%;
		max-width: 50%;
	}
}

@media screen and (min-width: 751px) {
	.book .title {
		pointer-events: none;
	}
	.comand .filter_box .spec_vars {
		position: relative;
	}
	.comand .filter_box .spec_vars:after {
		position: absolute;
		display: block;
		content: '';
		width: 100%;
		max-width: 0;
		height: 1px;
		top: 20px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		background: rgba(34, 34, 34, 0.2);
		-webkit-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;
		opacity: 0;
		max-width: calc(100% - 100px);
		opacity: 1;
	}

	.price_boxx .comand .search_box {
		min-height: 40px;
	}
	.price_boxx .comand .search_inp {
		-webkit-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;
		position: absolute;
		right: 0;
		min-width: 100%;
		z-index: 1;
	}
	.price_boxx .comand .search_inp:focus {
		-webkit-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;
		min-width: 601px;
	}
	.price_boxx .comand .search_inp:focus + .loopa {
		opacity: 0.6;
	}
	.price_boxx .comand .search_inp:focus + .loopa:hover {
		opacity: 1;
	}
	.comand .loopa {
		z-index: 2;
	}

	.dir_serv .dir_box > *:nth-last-child(1):nth-child(odd) {
		grid-column: 1 / -1;
		-ms-grid-column-align: center;
		    justify-self: center; /* Центрирование */
		width: 100%;
		max-width: 50%;
	}
	.var_box .tab_box .hide_box {
		display: none !important;
	}
	footer ul li {
		margin-bottom: 7px;
	}

	.comand .filter_box .spec_vars {
        gap: 35px 50px;
    }
	.var_anal .title_sec {
		margin-bottom: 75px;
	}
	section.analises.bg-gray.full-w.var_anal {
		padding: 90px 0 90px;
	}
	section.analises.white.full-w {
		margin: 0;
		padding: 50px 0 90px;
	}
	.doctor .name_box .univ_butt.medflex-round-widget__button-custom {
		margin-left: 0;
	}
	.company_box .box_item {
		padding: 45px 30px;
	}
	.company_box .logo {
		height: auto;
		max-height: 100px;
		object-fit: contain;
	}
a.univ_butt.for_mob {
    display: none;
}

}



@media screen and (max-width: 1000px) {
    
	section#reviews {
		overflow: hidden;
	}
    .company_box.bg-gray.full-w {
        padding-top: 60px;
        padding-bottom: 0px;
        -webkit-box-shadow: 0 60px 0 0 #f9f9f9;
                box-shadow: 0 60px 0 0 #f9f9f9;
    }
    .blog .tags_container {
        position: relative;
        z-index: 3;
    }
	.blog .img_box {
		margin-bottom: 20px;
	}
    .quest_form .info, .quest_form-cont form {
        width: 100%;
    }
	section.dir_serv.white + .about_serv.wrap,
	section.dir_serv.white .wrap,
	.wrap .clinics .wrap,
	section#reviews.wrap,
	.serv_boxx .wrap .doctor.wrap,
    .wrap > .wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
	}

	.wrap section.problems.wrap,
	section.comand.wrap.no_slider {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.wrap > .doctor.wrap,
	.wrap > .blog.wrap,
    .wrap > .wrap > .wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
	section.sertif.wrap {
		padding-bottom: 50px;
	}

	header .menu_box_mob .menu {
		display: block;
	}
	header .menu_box_mob .menu li a {
		text-align: left;
		padding: 8px 16px;
	}
	.rews .next_photo {
		right: 5px;
	}
	.rews .prev_photo {
		left: 5px;
	}
	header .logo .logo-img {
		max-width: 120px;
		width: 120px;
	}
	header .logo.hide {
		display: block !important;
		width: 0;
	}
	body .title_sec br {
		display: none;
	}
	.about_clinic {
		padding-bottom: 40px;
	}
	section.advs.wrap {
		padding-top: 1px;
		padding-bottom: 20px;
	}
    .advs .grid_box {
        gap: 20px;
    }
    .tech .img_box img,
	.tech .tech_itemm .img_box,
	.pop_serv .img_box {
		border-radius: 6px 6px 0 0;
	}
	.rews .star_box svg {
		-webkit-transform: translateY(-2px);
		    -ms-transform: translateY(-2px);
		        transform: translateY(-2px);
	}
	section#reviews.wrap {
		padding-bottom: 10px;
	}
    .doctor {
        padding-top: 0;
    }
	.directions .text_box ul {
		padding: 0;
	}
	.directions .text_box ul li:last-child {
		margin-bottom: 5px;
	}
    .directions {
        padding-bottom: 10px;
    }
	.price_boxx .rews .title_sec {
        margin-bottom: 10px;
    }
    .comp_rews .comp_img {
        max-width: 52px;
    }
	.price_boxx section.serv_boxx .tab_box {
		padding-bottom: 50px;
	}

	section.dir_serv.white + .about_serv, 
	.dir_serv_custom.white .about_serv {
		margin-top: 40px;
	}
	.burger_box {
		padding-top: 3px;
	}

	.price .price_title {
        width: calc(100% - 90px);
    }
    .price .price_num {
        width: 90px;
    }
	.serv_boxx.no_marg_top .tab_item {
        padding: 12px 20px;
    }
    .serv_boxx .tab_img {
        width: 26px;
        margin-right: 13px;
    }
	.price .price_num,
	.price .price_title,
	.dir_serv .dir_item {
        font-size: 13px;
        line-height: 1.5;
	}
	.serv_boxx .tab_name {
        font-size: 14px;
        line-height: 1.5;
	}
	.about_service,
	header .menu li a,
	footer .cont_item, 
	footer .menu_title, 
	footer .menu_el,
	.refs_box .link,
	.serv_det_ban .univ_butt,
	.serv_det_ban .about,
	.adv_serv .title,
	.adv_serv .descr,
    .adv_serv .descrr,
	.about_serv .right_box *, 
	.about_serv .right_box {
        font-size: 14px;
        line-height: 1.6;
    }
    footer .menu_title {
        font-size: 15px;
    }
	.about_service p,
	.about_serv .right_box p {
		margin: 0 0 20px;
	}
    .wrap .about_serv.wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .wrap > .dmss.aboutt,
    .wrap > .adv_boxx.wrap,
    .wrap .full-w .about_serv.wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
	.last_line.protiv,
    header .phone,
    .nav_chain .nav_item {
        font-size: 12px;
        line-height: 1.5;
    }
    .nav_chain .nav_item {
        margin-bottom: 3px;
    }
    .serv_boxx .hide_item {
        line-height: 1.5;
    }
	.analises .anali_item {
		min-height: 64px;
	}

}

@media screen and (max-width: 750px) {
/*
    .price_boxx .type .item.active + .hide_box {
        display: block;
    }
*/
    .problems .var_item {
        font-size: 12px !important;
        padding: 5px;
    }
	.serv_det_ban ~ div .adv_serv, 
	.serv_det_ban ~ .adv_serv {
        padding-bottom: 30px;
    }
	.serv_boxx section#our-doctors {
		padding-top: 30px;
	}
	.rews .slide_item {
		-webkit-box-shadow: 0px 0px 14px 4px rgba(44, 44, 44, 0.04);
		box-shadow: 0px 0px 14px 4px rgba(44, 44, 44, 0.04);
	}
	.adv_serv .title_sec {
        text-align: left;
    }
	.clinics .map_box .hide.for_mob {
		margin-bottom: 30px;
	}
	section.refs_box.white + section.bg-grey.full-w {
        padding-top: 35px;
	}
	.serv_det_ban .mob_box {
        margin-bottom: 20px;
    }
    .book {
        padding-bottom: 60px;
        box-shadow: 0 -20px 0 0 #f9f9f9;
    }
    .analises .anali_item:nth-child(n) .ana_title {
        width: calc(100% - 38px);
        padding-left: 20px;
        margin-left: auto;
    }
    .analises .ana_title {
        font-size: 14px;
        line-height: 1.5;
        padding-left: 15px;
    }
	.analises .anali_item svg, 
	.analises .anali_item img {
		max-width: 60px;
		max-height: 36px;
		margin: 0 auto;
	}
    .price_boxx .check_text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
	.about_clinic .item span {
		margin-right: 5px;
		display: inline-block;
		transform: translateY(2px);
	}

	section.refs_box.white {
		overflow: hidden;
        overflow: visible;
    }
    .about_serv .img_box {
        margin-bottom: 30px;
    }
	.about_serv .right_box h2 {
        font-size: 16px;
	}
	.about_serv .right_box p > br:last-child {
        display: none;
	}

    .pop_serv .serv_item.hide {
        display: block !important;
    }

	.title_sec.title_sec-left {
		text-align: center;
	}
    .serv-col.serv-col-lg {
        padding: 0;
    }
    .serv-col.serv-col-lg .page-tab {
        padding: 20px 20px 15px;
    }


	section.bg-grey.full-w {
		padding: 15px 0;
	}
    .pop_serv .wrap .serv_item {
        margin: 0;
    }
	.pop_serv.full-w {
		padding: 40px 0 60px;
	}
    .quest_form-cont {
        width: 100%;
    }
	section.comand.wrap.no_slider {
		margin-bottom: 50px;
	}
	.comand .spec_vars_wrap {
		padding-bottom: 10px;
		background: #fff;
	}
	.price_boxx .blog .hide_box {
		padding: 0;
		display: none;
	}
	section.analises.white.full-w {
		margin: 0;
		padding: 0 0 30px;
	}
    .quest_form-cont {
        border-radius: 12px;
        padding: 50px 20px;
    }
    .price_boxx .comand .search_box {
        margin: 0px;
        width: 32%;
    }
	.price_boxx .comand .search_inp {
        border-radius: 6px;
        height: 31px;
        font-size: 10px;
        padding: 0 27px 0 20px;
    }
	.ans_custom.ans_qw .quest_item {
        padding: 0 20px 10px;
    }
	.ans_custom .quest_item.answ.open .delim {
		margin: 10px 0 20px;
	}


}




@media screen and (min-width: 751px) {
	footer .menu_box {
		gap: 40px 6%;
	}
	.price_boxx .vars.hide_box {
		display: block !important;
	}

	.main_slider.mob_slider .slick-arrow
	{
		position: absolute;
		top: calc(50% - 13px);
		z-index: 5;
	}
	
	.main_slider.mob_slider .prev_photo
	{
		left: 10px;
	}

	.main_slider.mob_slider .next_photo
	{
		right: 10px;
	}
	
	.main_slider.mob_slider .arw
	{
		background: #ffffff50;
        width: 40px;
        height: 40px;
		border-radius: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;  
		cursor: pointer;
		-webkit-transition: background .6s ease-out;
		-o-transition: background .6s ease-out;
		transition: background .6s ease-out;
	}
	.main_slider.mob_slider .arw:hover {
		background: #b5b5b580;
		-webkit-transition: background .3s ease-out;
		-o-transition: background .3s ease-out;
		transition: background .3s ease-out;
	}
	.rews .slick-arrow svg,
	.main_slider.mob_slider .arw svg {
		width: 26px;
		height: 26px;
	}
	.rews .slick-arrow {
		background: #ffffff50;
		width: 40px;
		height: 40px;
	}
	.prop_item svg {
		min-width: 24px;
	}



}

@media screen and (min-width: 1001px) {
	.mob-only {
		display: none !important;
	}
	div.title-search-result[style] {
		min-width: 540px;
		border-radius: 20px;
	}
	header .menu_box_mob {
		width: calc(100% - 400px);
	}
	.serv_boxx .tab_name {
		-webkit-transition: padding .4s ease-out;
		-o-transition: padding .4s ease-out;
		transition: padding .4s ease-out;
	}
	.serv_boxx .tab_item:hover .tab_name {
		padding-left: 10px;
		-webkit-transition: padding .2s ease-out;
		-o-transition: padding .2s ease-out;
		transition: padding .2s ease-out;
	}
	.directions .text_box ul {
		-webkit-column-count: 3;
		   -moz-column-count: 3;
		        column-count: 3;
		-webkit-column-gap: 7%;
		   -moz-column-gap: 7%;
		        column-gap: 7%;
	}

	.serv_det_ban {
		min-height: 600px;
	}

	.serv_det_ban .mob_box {
		max-width: 50%;
	}
	header .menu {
		flex-wrap: nowrap;
	}

}

@media screen and (max-width: 1000px) {

	header {
		position: relative;
	}
	header > * {
		position: relative;
		z-index: 1;
	}
	header:after {
		position: absolute;
		content: '';
		display: block;
		background: #fff;
		width: 100%;
		height: 100%;
		left: -100%;
		top: 0;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	header.active:after {
		left: 0;
	}
    header .menu_box_mob {
        top: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
    header .loopa_boorg  {
        -webkit-transition: width 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
		width: 63px;
        margin-left: auto;
    }

    header .loopa_boorg .loopa_inp {
        -webkit-transition: all 0.3s ease-in-out, padding-bottom 0s;
        -o-transition: all 0.3s ease-in-out, padding-bottom 0s;
        transition: all 0.3s ease-in-out, padding-bottom 0s;
    }
    header .loopa_boorg.active .loopa_inp {
        padding-bottom: 0;
    }

	.directions .text_box ul li:before {
		width: 10px;
		min-width: 10px;
		margin-right: 13px;
		margin-top: 1px;
		height: 10px;
	}
	h2, .h2 {
		font-size: 24px;
	}
	.serv_det_ban .mob_box {
		max-width: 70%;
	}
    header .loopa_inp {
        min-height: 28px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 4px;
        padding-bottom: 0;
    }
	.dir_serv.dir_serv_custom {
		padding: 1px 15px 50px;
	}
    .burger_box {
        transform: translateY(3px);
    }
}


@media screen and (max-width: 767px) {
	div.news-detail img.detail_picture {
		margin: 0 auto 35px;
		border-radius: 20px;
	}

	.serv_det_ban .mob_box {
		max-width: 100%;
	}
    .slide_title_text {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .slide_title_text ul + br {
		display: none;
    }
	h2, .h2 {
		font-size: 22px;
	}
	.serv-toggle-cont {
		display: block;
	}
	.serv-col.serv-col-sm,
	.serv-col.serv-col-lg {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.serv-col {
		padding: 20px 20px 15px;
	}
	.serv-tab-list li, 
	.serv-inner-list li {
		margin-bottom: 5px;
	}
	#serv-toggle-cont.active {
		padding: 10px 0;
	}
	.serv-tab-link:active,
	.serv-tab-link:hover,
	.serv-tab-link:visited,
	.serv-tab-link,
	.serv-inner-link.btn-tab:active,
	.serv-inner-link.btn-tab:hover,
	.serv-inner-link.btn-tab:visited,
	.serv-inner-link.btn-tab {
		padding: 3px 0;
		font-size: 14px;
	}
	body.no-scroll {
		overflow: hidden;
	}
	.serv_boxx.no_marg_top .tab_item {
        padding: 19px 20px;
    }


}



@media screen and (max-width: 750px) {
	.serv_boxx .hide_item {
		font-size: 15px;
		line-height: 1.4;
	}
    .mob_slider .next_photo {
        right: 0;
    }
    .mob_slider .prev_photo {
        left: 0;
    }
	section.analises.bg-gray.full-w.var_anal {
		padding: 20px 0 45px;
	}
	.top_blog_ban .right_text {
        padding: 0px 15px;
    }

	.serv_boxx section#our-doctors {
		padding-top: 20px;
	}
	.serv_det_ban ~ div .adv_serv,
	.serv_det_ban ~ .adv_serv {
		padding-top: 15px;
		padding-bottom: 40px;
	}
	.hide-mob {
		display: none !important;
	}
    .quest_form-cont {
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
    }
	.serv_item.slick-slide .text_box {
		max-height: 125px;
		overflow: hidden;
	}
	.pop_serv .serv_box .slick-dots {
		bottom: -15px;
	}
    .serv_item.slick-slide .date {
        margin-bottom: 20px;
    }
	.serv_boxx section.pop_serv.bg-gray.full-w {
		background: #fff;
	}
	footer .cont_box {
		margin-top: 5px;
	}

/*
	.bg-white section#reviews.wrap {
		background: #f9f9f9;
		box-shadow: 0 -30px 0 20px #f9f9f9;
	}
	.bg-white section#reviews.wrap + .white.rew_title {
		background: #f9f9f9;
		box-shadow: 0 0px 0 20px #f9f9f9;
	}
*/
	.lic_item {
		margin-bottom: 20px;
	}
    .license .title, 
	.license .text {
        display: block;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
        line-height: 1.6;
    }
	.license .text {
        font-size: 14px;
    }
	header .city.active {
		position: relative;
	}
	header .city.active:after {
		position: absolute;
		content: '';
		display: block;
		width: 27px;
		height: 23px;
		left: 100%;
		top: 50%;
		transform: translateY(-50%);
		background: url(/upload/images/icon_chevron_right.svg) no-repeat right center;
		background-size: 23px;
	}
	.blog .top_line .item.tag_items {
		font-size: 0;
        margin-left: 0;
	}
    .item.tag_items .tag_item_mob {
        font-size: 12px;
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 4px 13px;
        background: #F2F2F2;
        color: #4A4B4B;
		border-radius: 20px;
    }
	.comand .perse_item {
		text-decoration: none;
		max-width: 330px;
		margin: 0 auto;
	}
	.pers_box.pers_slider {
		max-width: 330px;
		margin: 0 auto;
	}
	.comand .perse_item,
    .pers_box.pers_sliderr .perse_item {
        margin-bottom: 15px;
    }
    .comand .loopa {
        background: none !important;
    }
    .comand .title_sec {
        text-align: left;
        margin-left: 0px;
    }
	section.dir_serv_custom.bg-gray.full-w {
		padding: 40px 0 20px;
		margin-bottom: 40px;
	}
	section.dir_serv_custom.about_serv.wrap {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	section.analises.bg-gray.full-w.var_anal {
        padding: 40px 0 45px;
    }
	section.analises.white.full-w {
		margin: 0;
		padding: 50px 0 50px;
	}
	.var_anal .title_sec {
        margin-bottom: 40px;
    }
	section.dir_serv_custom.bg-grey.full-w {
		padding: 35px 0;
	}

	.company_box .logo {
		height: auto;
		max-height: 60px;
		object-fit: contain;
	}

    footer {
        position: relative;
        z-index: 1;
        background: #e1e9ec;
    }
	.price_boxx .total {
        padding: 0 50px 0 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
		max-height: 0;
		transition: all .3s ease-out;
    }
	.price_boxx .total.active {
        padding: 40px 50px 30px 50px;
		max-height: 300px;
    }
	.medflex-round-widget .medflex-round-widget__button {
		font-size: 12px;
		right: 25px;
		bottom: 47px;
		width: 66px;
		height: 66px;
	}
	.last_line.protiv {
		position: relative;
		z-index: 1;
		background: #fff;
		width: 100%;
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.advs .grid_box {
        gap: 10px;
    }
	section.rews.wrap.no_slider {
		padding-top: 24px;
	}
    .rews_link .rews_box {
        padding: 35px 30px;
    }
	.refs_box .wrap {
		flex-wrap: nowrap;
		overflow: hidden;
		overflow-x: auto;
		position: relative;
		width: 100vw;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.clinics .title_sec {
        text-transform: none;
        text-align: left;
    }
    .clinics {
        padding-bottom: 30px;
    }
    .clinics .name {
        padding-top: 2px;
    }
	.rews .slick-dots {
        bottom: 5px;
    }
    .rews .slick-dotted.slick-slider {
        margin-bottom: 20px;
    }
    .main_slider .for_mobile {
        border-radius: 6px;
        overflow: hidden;
        margin-top: -5px;
		min-height: 310px;
    }
    .mob_slider .arw {
        width: 32px;
        height: 32px;
	}
    .main_slider .univ_butt {
        max-width: 260px;
        text-align: center;
        margin: 0 auto;
    }
	.main_slider .sub_slide_item:before {
    	font-size: 42px;
	}
    .comand .perse_item {
		padding: 0 0 30px 0;
        overflow: hidden;
    }
	.comand .position {
        font-size: 10px;
        margin: 5px 0 16px 0;

    }
	.comand .perse_item .univ_butt.medflex-round-widget__button-custom, 
	.comand .perse_item .univ_butt.medflex-round-widget__button {
		padding: 9px 25px;
		font-size: 12px;
		max-width: 200px;
	}
	.pers_img-cont {
		margin-bottom: 17px;
	}
    .price_boxx .rews .title_sec {
        text-align: center;
    }
    .rews .slide_item {
        padding: 28px 20px;
    }
	.sertific_slider.slick-slider {
		padding-left: 15px;
		padding-right: 15px;
	}
	.medflex-round-widget__button_link.medflex-round-widget__button:active,
	.medflex-round-widget__button_link.medflex-round-widget__button:hover,
	.medflex-round-widget__button_link.medflex-round-widget__button:visited,
	.medflex-round-widget__button_link.medflex-round-widget__button {
		display: none;
	}
	.serv-mobile-body {
		display: flex;
	}
	.serv-toggle-cont-mobile {
		display: block;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 1000;
		background: #fff;
		position: fixed;
		overflow: hidden;
		padding: 60px 15px;
	
		opacity: 0;
		visibility: hidden; /* блок не виден и не участвует в кликах */
		transform: translateY(-10px);
		transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
	}
	.serv-toggle-cont-mobile.active {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		transition-delay: 0s; /* сразу появляется */
	}
	.serv-toggle-cont-mobile .btn-back, 
	.serv-toggle-cont-mobile .btn-close {
		padding: 5px 10px;
	}
	.serv-toggle-cont-mobile .serv-inner-wrap {
		display: flex;
		width: 200vw; /* два экрана */
		transition: transform 0.3s ease;
        margin: 0 -15px;
	}
	.serv-toggle-cont-mobile .serv-col {
		width: 100%;
        max-width: 100vw;
		flex-shrink: 0;
        border-radius: 0;
	}
	.serv-toggle-cont-mobile .serv-mobile-header {
		display: flex;
		justify-content: space-between;
		padding: 10px 0;
	}
	button.btn-back {
		font-size: 10px;
		text-transform: capitalize;
		color: #020202;
		background: none;
		outline: none;
	}
	button.btn-close {
		font-size: 10px;
		text-transform: capitalize;
		color: #020202;
		background: none;
		outline: none;
		margin-left: auto;
	}
	#serv-toggle-cont,
	.serv-toggle-cont.active {
		display: none;
	}
	.slide_item_inner {
		min-height: 1px;
		padding: 0;
		display: flex !important;
		flex-direction: column-reverse;
	}

	.inner-wrapper-sticky {
		position: static !important;
		width: 100% !important;
		max-height: 100% !important;
		border-radius: 6px;
		padding: 5px 10px 15px;
		transform: none !important;
	}
	.refs_text .ref_box {
		height: auto !important;
		display: block;
        width: 100%;
	}
	.refs_text .title {
		font-size: 12px;
		width: calc(100% - 16px);
		padding-left: 10px;
	}
	.refs_text .ref_item {
		align-items: center;
	}
	.refs_text .ref_item svg {
		width: 20px;
		height: 20px;
	}
    .clinics .map {
        height: 300px;
    }

	.serv_boxx .tab_item {
        padding: 22px 25px;
    }
    section.tech {
        padding-bottom: 50px;
        padding-top: 50px;
    }

	header .menu:not(.showed) > li.mob-only {
		display: block;
	}
	.price_boxx .comand .search_inp,
    .comand .spec_item,
    .comand .spec_title {
        font-size: 12px;
        font-weight: 400;
    }
	.search_box .loopa-icon {
		width: 12px;
	}
    .comand .loopa {
        right: 0;
        top: 0;
        height: 100%;
        width: 30px;
        display: flex;
        align-items: center;
	}
	section.comp_rews.wrap {
		padding-bottom: 10px;
	}
    .var_anal .var_item {
        line-height: 1.5;
    }
    .comand .pers_sliderr .perse_item {
        max-width: 100%;
    }
	.pers_box.pers_sliderr {
        max-width: 350px;
		margin-right: auto;
		margin-left: auto;
	}

    .comand.three .pers_sliderr .slick-arrow {
        top: 50%;
        transform: translateY(-50%);
    }
	section.comand .title_sec {
        text-align: center;
        margin-left: 0px;
        margin-bottom: 16px;
    }
    .comand .comand {
        margin-top: 16px;
    }
	.main_sub_slider {
		margin: 10px auto 10px;
		transform: scale(0.8);
	}
	.quest_form-contact .quest_form-cont {
        width: 100%;
	}

	body {
		font-size: 14px;
	}
    .price_boxx .check_item *, 
	.price_boxx .type .item, 
	.price_boxx .tot_item.quant, 
	.price_boxx .total * {
        font-size: 13px;
    }
    .ans_qw .name {
        padding-top: 20px;
    }

    .comand .desc {
        line-height: 1.45;
        font-size: 13px;
	}

	.tech .tech_item,
	.about_clinic .item,
	.last_line.protiv,
	.clinics .name,
	.white.rew_title,
	.rews .text_box,
	.comand .perse_item .univ_butt.medflex-round-widget__button-custom, 
	.comand .perse_item .univ_butt.medflex-round-widget__button,
    .comand .position {
        font-size: 13px;
    }

	.comand .more_items,
	.call_formm input,
	.call_formm input::placeholder,
	.call_formm .about_form {
        font-size: 12px;
    }

    .rews .date {
        font-size: 11px;
    }

	.callback-fixed:active,
	.callback-fixed:hover,
	.callback-fixed:visited,
	.callback-fixed {
        right: 29px;
        bottom: 93px;
        width: 47px;
        height: 47px;
	}
    .medflex-round-widget .medflex-round-widget__button {
        font-size: 11px;
        right: 25px;
        bottom: 30px;
        width: 56px;
        height: 56px;
    }

}


@media screen and (max-width: 576px) {
    .anali_detail .prop_box {
        display: block;
	}
    .anali_detail .prop_item {
        margin: 0px auto 20px;
    }

}


@media screen and (max-width: 460px) {
    .comand .perse_item {
        max-width: 100%;
    }
}


@media screen and (max-width: 410px) {
    .advs .about_text {
        font-size: 11px;
    }
    .company_box .box_item {
        padding: 15px 10px;
    }
	.company_box .logo {
		max-height: 50px;
	}



}

@media screen and (max-width: 971px) {
    .serv_det_ban {
        display: none !important;
    }
}