* {
	box-sizing: border-box;
}

body {
	margin: 0;

	font-size: 17px;
	color: #1d2f3c;
	line-height: 1.2;
}

.purchase form div {
	margin-bottom: 10px;
}

.purchase form label span {
	min-width: 120px;
	display: inline-block;
}

.purchase form input,
.purchase form select {
	font-size: 17px;
	background: linear-gradient(to bottom, #fcfcfc, #f7f7f7);
	border: 1px solid #c1c1c1;
	border-radius: 6px;
	padding: 5px 8px;
	min-width: 50px;
	max-width: 450px;
	margin: 5 0px;
}

input[type="date"] {
	display: block;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	min-height: 1.2em;
}

#check_result {
	margin-bottom: 10px;
	color: red;
}

#border-red a {
	color: red !important;
}

a.info_uzi {
	border-radius: 50%;
	position: relative;
	right: -40;
	top: -30;
	padding: 3px 11px;
}

a.info_skype {
	max-width: 26px;
	right: 60px;
	top: -35px;
}

table.schedule {
	width: 100%;
	margin: 5px 0 10px 0;
}

table.schedule tr th,
table.schedule tr td {
	text-align: center;
	padding: 5px;
	border: 1px solid #eee;
}

table.schedule tr th {
	background-color: #f7f7f7;
	color: red;
}

table.schedule tr th:first-child {
	color: #000;
	width: 50%;
}

.purchase form input[type="submit"].dis {
	border: none;
	display: inline-block;
	font-size: 17px;
	background: none;
	background-color: #f2f2f2;
	border-radius: 20px;
	padding: 12px 20px;
	color: #000;
	margin: 0 5px;
	opacity: 0.6;
}

.purchase form input[type="submit"] {
	border: none;
	display: inline-block;
	font-size: 17px;
	background: linear-gradient(to right, #f7393c, #b00001);
	border-radius: 20px;
	padding: 12px 20px;
	color: #fff;
	margin: 0 5px;
	opacity: 1;
}

.purchase form input[type="submit"]:hover,
.link_note_big:hover,
.link_message_director:hover,
.purchase form input[type="submit"]:focus,
.link_note_big:focus,
.link_message_director:focus {
	background: #b00001;
	color: #fff;
}

header,
footer {
	font-size: 14px;
}

input,
button {
	outline: none;
	border: none;
}

a {
	color: #000;
	outline: none !important;
}

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

h3 {
	margin-top: 0;
	font-size: 22px;

}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
	content: "";
	clear: both;
	display: table;
}

.hidden {
	display: none;
}

.img_full_width {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.container_border {}

.unit_center {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.header_top {
	border-bottom: 1px solid #d8d8d8;
	background-color: #fff;
	text-align: right;
}

.socials {
	display: inline-block;
	vertical-align: middle;
	padding: 14px 20px;
}

.socials_title {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}

.socials_link {
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin: 0 4px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.socials_link_footer {
	width: 23px;
	height: 23px;
}

.socials_link_inst {
	background-image: url(../img/icon_instagram.png);
}

.socials_link_inst:hover {
	background-image: url(../img/icon_instagram_hover.png);
}

.socials_link_facebook {
	background-image: url(../img/icon_facebook.png);
}

.socials_link_facebook:hover {
	background-image: url(../img/icon_facebook_hover.png);
}

.socials_link_vk {
	background-image: url(../img/icon_vk.png);
}

.socials_link_vk:hover {
	background-image: url(../img/icon_vk_hover.png);
}

.socials_link_youtube {
	background-image: url(../img/icon_youtube.png);
}

.socials_link_youtube:hover {
	background-image: url(../img/icon_youtube_hover.png);
}

.city {
	text-align: left;
	padding: 14px 20px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.city_icon,
.arrow_icon {
	display: inline-block;
	vertical-align: middle;
}

.arrow_icon {
	width: 8px;
	height: 5px;
	background-image: url(../img/arrow_city.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.city:hover .arrow_icon {
	background-image: url(../img/arrow_city_hover.png);
}

.city_icon {
	margin-right: 2px;
}

.drop_city {
	display: none;
	position: absolute;
	top: 40px;
	left: 20px;
	max-width: 261px;
	min-width: max-content;
	margin-top: 10px;
	padding: 7px 15px;
	white-space: nowrap;
	border-radius: 5px;
	border: 1px solid #afafaf;
	box-shadow: 0 -1px 7px -1px #000;
	background-color: #fff;
	color: #000;
	z-index: 1;
}

.drop_city-btn {
	display: block;
	width: 100%;
	min-height: 30px;
	padding: 6px;
	margin: 5px auto;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	background: #fcfcfc;
	transition: all 0.2s;
}

.drop_city-btn:hover {
	color: #fff;
	border: none;
	background: #d30629;
}

.city_item {
	margin: 5px 0;
}

.city_label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
}

.city_radio[type="radio"] {
	display: none;
}

.city_label:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #fff;
	border: 1px solid #afafaf;
}

.city_radio[type="radio"]:checked+.city_label:before {
	content: "\2022";
	color: #be0002;
	font-size: 32px;
	text-align: center;
	line-height: 14px;
}

.user_link {
	vertical-align: middle;
	text-decoration: none;
	color: #000;
	padding: 14px 20px;
	border-left: 1px solid #d8d8d8;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-weight: 700;
}

.city:hover,
.user_link:hover {
	text-decoration: underline;
	color: #bc0002;
}

.user_icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

.user_icon:hover {
	text-decoration: underline;
}

.heade_main {
	padding: 15px 0 4px;
	border-bottom: 8px solid #f7f7f7;
}

.logo {
	display: block;
	float: left;
}

.heade_main_title {
	float: left;
	font-size: 23px;

	margin: 30px 25px 0;
}

.heade_main_title_en,
.heade_main_title_cn {
	float: left;
	font-size: 19px;

	margin: 35px 25px 0;
}

.color_red {
	color: #d30629;
}

.bold {}

.light {}

.contacts_footer .light {
	text-transform: uppercase;
	color: #d30629;
}

.header_img {
	position: absolute;
	margin: 30px 25px 0;
	right: 220px;
}

.header_img img {}

.phone_number {
	font-size: 22px;
}

.phone_number_big {
	font-size: 26px;
}

.address {
	margin-top: 5px;
	font-size: 15px;
}

.contacts {
	margin-top: 10px;
	float: right;
}



.note_link {
	display: block;
	float: right;
	background-image: url(../img/24_white_bg.png);
	background-position: center center;
	font-size: 17px;
	color: #c90001;
	padding: 7px 20px;
	border: 4px solid #d75253;
	border-radius: 30px;
	margin: 3px 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.note_link:hover {
	background-image: url(../img/24_white_bg_hover.png);
	color: #c90001;
}

.spec_offer_link:hover {
	color: #c90001;
	background: #eae7e7;
}

.note_link_icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.menu_line {
	margin: 0 0 3px;
	height: 2px;
	background-color: #fff;
	border: none;
	width: 100%;
}

.main_content {
	padding: 30px 0;
}

.services_link_wrapper {}

.services_link {
	position: relative;
	display: block;
	float: left;
	padding: 10px 8px;
	margin: 10px;
	width: 230px;
	height: 70px;
	border-radius: 15px;
	border: 1px solid #c5c5c5;
	color: #000;
	background: linear-gradient(to bottom, #fcfcfc, #f7f7f7);
	font-size: 13px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.services_link.lab {
	color: #fff;
	background: linear-gradient(to bottom, #890306, #d20204);
}

.services_link_wrapper {}

.services_link {
	position: relative;
	display: block;
	float: left;
	padding: 10px;
	margin: 10px;
	width: 230px;
	height: 70px;
	border-radius: 15px;
	border: 1px solid #c5c5c5;
	color: #000;
	background: linear-gradient(to bottom, #fcfcfc, #f7f7f7);
	font-size: 13px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.services_link.lab {
	color: #fff;
	background: linear-gradient(to bottom, #890306, #d20204);
}

.services_link.online {
	color: #fff;
	background: linear-gradient(to bottom, #890306, #d20204);
}

.services_link.from_home {
	color: #fff;
	background: linear-gradient(to bottom, #890306, #d20204);
}

/**.mainpage .services_link:nth-child(1) {
	width: 728px;
}**/
.mainpage .services_link:nth-child(1),
.mainpage .services_link:nth-child(2),
.mainpage .services_link:nth-child(3),
.mainpage .services_link:nth-child(4) {
	width: 47.33%;
}

.services_link:hover {
	background: #e9e6e6;
}

.services_link.lab:hover {
	color: #000;
}

.services_link.online:hover {
	color: #000;
}

.services_link.covid {
	background: linear-gradient(to bottom, #bbcc51, #47b131);
	color: #fff;
	/*  -webkit-animation: pulse 1s infinite;  /* Safari 4+ */
	/*  -moz-animation: pulse 1s infinite;  /* Fx 5+ */
	/*  -o-animation: pulse 1s infinite;  /* Opera 12+ */
	/*  animation: pulse 1s infinite;  /* IE 10+, Fx 29+ */
}

.services_link.covid2 {
	background: linear-gradient(to bottom, #f88a50, #f66302);
	color: #fff;
	-webkit-animation: pulse 1s infinite;
	/* Safari 4+ */
	-moz-animation: pulse 1s infinite;
	/* Fx 5+ */
	-o-animation: pulse 1s infinite;
	/* Opera 12+ */
	animation: pulse 1s infinite;
	/* IE 10+, Fx 29+ */
}

@-webkit-keyframes pulse {

	0%,
	49% {
		background: linear-gradient(to bottom, #f88a50, #f66302);
		color: #fff;
	}

	50%,
	100% {
		background: #e9e6e6;
		color: #000;
	}
}

.services_unit_img {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	width: 45px;
	height: 100%;
}

.services_unit_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.services_link.online .services_unit_img img {
	position: absolute;
	top: -15;
	bottom: 0;
	left: 0;
	right: 0;
	width: 84px;
	max-width: 84px;
	margin: auto;
}

.services_unit_text {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 80px);
}

.services_link.covid .services_unit_text,
.services_link.covid2 .services_unit_text,
.services_link.lab .services_unit_text {
	width: calc(100% - 115px);
	padding-left: 30px;
	font-size: 20px;
}

.services_link.online .services_unit_text {
	width: calc(100% - 85px);
	padding-left: 40px;
	font-size: 20px;
}

.center_content_bt {
	color: #fff !important;
	width: 380px !important;
	margin: 10px auto;
}

.services_arrow {
	position: absolute;
	display: inline-block;
	top: calc((100% - 15px) / 2);
	right: 15px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.services_link:hover .services_arrow {
	right: 10px;
}

.form_search {
	position: relative;
	margin: 10px 0;
}

.input_search {
	display: block;
	width: 100%;
	font-size: 18px;
	background: linear-gradient(to bottom, #fcfcfc, #f7f7f7);
	border: 2px solid #ddd;
	border-radius: 20px;
	padding: 15px 50px 15px 34px;
}

.input_search:focus,
.input_callback:focus {
	background: #fff;
	border-color: #d30629;
}

.input_search_icon {
	position: absolute;
	top: 25px;
	right: 20px;
	padding: 0;
	background-color: transparent;
}

.sidebar_unit {
	position: relative;
	margin: 15px 0;
	padding: 10px;
}

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

.block_link {
	display: block;
}

.search_mobile,
.health_mobile,
.forum_mobile {
	display: none;
	vertical-align: middle;
	text-align: center;
	background-color: transparent;
	border: none;
	padding: 0;
}

.search_mobile_text,
.health_text {
	margin-top: 3px;
	color: #ff7575;
	width: 80px;
	height: 40px;
}

.forum_mobile_text {
	margin-top: 3px;
	color: #86d0f1;
	height: 40px;
}

.health_img {
	border: none;
}

.inline_block {
	display: inline-block;
	vertical-align: middle;
}

.bg_red {
	background: #fb5b5d;
}

.sidebar_unit_icon {
	position: relative;
	margin-right: 10px;
	width: 52px;
	height: 52px;
	border: 3px solid;
	border-radius: 100%;
	background-color: #fff;
	padding: 5px;
}

.sidebar_unit_icon_mobile {
	margin-right: 0;
}

.bd_red {
	border-color: #ff0000;
}

.bd_blue {
	border-color: #d0edfa;
}

.sidebar_unit_icon img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.sidebar_unit_text {
	color: #fff;
}

.sidebar_unit_title {
	font-size: 21px;
	margin-bottom: 5px;
}

.text_center {
	text-align: center;
}

.sidebar_link {
	color: #fff;
}

.sidebar_vertical_line {
	margin: 0 10px;
	font-size: 18px;
}

.sidebar_link:hover {
	color: #fff;
	text-decoration: underline;
}

.sidebar_arrow {
	position: absolute;
	top: 15px;
	display: block;
	width: 52px;
	height: 52px;
	background-color: #fff;
	background-image: url(../img/arrow_black.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.block_link:hover .sidebar_arrow,
.sidebar_arrow:hover {
	background-image: url(../img/arrow_black_hover.png);
}

.sidebar_arrow_right {
	top: 10px;
	right: 15px;
}

.sidebar_arrow img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.bg_blue {
	background-color: #a5def4;
}

.text_right {
	text-align: right;
}

.sidebar_img {
	position: relative;
	margin: 15px 0;
}

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

.sidebar_arrow_left {
	left: 15px;
}

.spec_offer {
	position: relative;
}

.spec_offer_link {
	position: absolute;
	top: 20px;
	left: 15px;
	color: #000;
	font-size: 16px;
	padding: 12px 15px;
	background-color: #fff;
	text-align: center;
	border-radius: 18px;
	-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	min-width: 200px;
}

.spec_offer_link:hover {
	color: #000;
}

.spec_offer_text {
	width: calc(100% - 25px);
	text-align: left;
}

.spec_offer_img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.spec_offer_link:hover .spec_offer_img {
	margin-left: 5px;
	margin-right: -5px;
}

.news_unit {
	margin: 10px 0;
}

.news_unit_date {
	font-size: 13px;
	color: #d60000;
	margin-bottom: 4px;
}

.news_unit_img {
	overflow: hidden;
}

.news_unit_img .img_full_width {
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.news_unit:hover .img_full_width {
	transform: scale(1.1);
}

.news_unit_link {
	display: inline-block;
	text-decoration: underline;
	font-size: 16px;
	margin: 5px 0;
	min-height: 50px;
}

.link_all_news {
	display: inline-block;
	margin-top: 20px;
	font-size: 17px;
	color: #ce0304;
}

.link_all_news:hover {
	text-decoration: underline;
	color: #ce0304;
}

.info {
	padding: 30px 0;
	border-top: 2px solid #f54f51;
}

.video {
	margin-top: 68px;
}

.link_all_video {
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 240px;
	margin: 20px auto 0;
	background-color: #cb0000;
	padding: 11px 0;
	border-radius: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.link_all_video:hover {
	color: #fff;
	background-color: #f00303;
}

#instaLink_0 {
	height: 95% !important;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.spec_offer_wrapper {
	margin-top: 68px;
}

@media screen and (max-width: 1199px) {
	.spec_offer_wrapper {
		margin-top: 10px !important;
	}
}

.contact_us {
	padding: 30px 0;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
}

.h3_contacts_hs {
	margin-bottom: 30px;
}

.map {
	display: none;
}

.map.active {
	display: block;
}

.form_callback {
	margin-bottom: 17px;
}

.input_callback {
	display: inline-block;
	font-size: 17px;
	background: linear-gradient(to bottom, #fcfcfc, #f7f7f7);
	border: 1px solid #c1c1c1;
	border-radius: 20px;
	padding: 11px 20px;
	width: 200px;
	margin: 0 5px;
}

.button_callback_icon {
	display: inline-block;
	vertical-align: middle;
}

.button_callback {
	border: none;
	display: inline-block;
	font-size: 17px;
	background: linear-gradient(to right, #f7393c, #b00001);
	border-radius: 20px;
	padding: 12px 20px;
	color: #fff;
	margin: 0 5px;
}

.button_callback:hover,
.link_note_big:hover,
.link_message_director:hover,
.button_callback:focus,
.link_note_big:focus,
.link_message_director:focus {
	background: #b00001;
	color: #fff;
}

.mode {
	font-size: 17px;
	margin: 10px 0;
	max-width: 282px;
}

.mode_border_top {
	border-top: 1px dashed #d6d6d6;
}

.mode_unit.active,
.mode_unit:hover {
	text-decoration: underline;
	color: #ce0203;
	cursor: pointer;
}

.mode_unit {
	padding-top: 10px;
	color: #86d0f1;
	cursor: pointer;
}

.link_note_big {
	display: block;
	font-size: 27px;
	background: linear-gradient(to right, #f7393c, #b00001);
	border-radius: 40px;
	padding: 12px 36px;
	color: #fff;
	margin-top: 17px;
}

.link_note_big_time {
	margin-right: 5px;
}

.link_note_big_text {
	margin-right: 5px;
	width: calc(100% - 118px);
	line-height: 1.5;
}

.link_note_big_arrow {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.link_note_big:hover .link_note_big_arrow {
	margin-left: 10px;
	margin-right: -10px;
}

.parners {
	padding: 30px 0;
}

.parners_slider.owl-carousel.owl-theme {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 140px);
}

.partner_unit {
	margin-right: 47px;
}

.partners_all {
	font-size: 13px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.partners_all:hover {
	color: #cb0000;
}

.parners_slider {}

.partners_all_icon {
	margin-left: 5px;
	width: 41px;
	height: 41px;
	background-image: url(../img/partners_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.partners_all:hover .partners_all_icon {
	background-image: url(../img/partners_arrow_hover.png);
	margin-left: 10px;
	margin-right: -5px;
}

.subscribe {
	padding: 46px 0;
	background-image: url(../img/subscribe_bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.subscribe_title {
	color: #fff;
	font-size: 24px;
	float: left;
	margin: 9px 0;
}

.input_subscribe {
	display: inline-block;
	font-size: 17px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border-radius: 35px;
	padding: 14px 30px;
	width: 400px;
	margin-right: 30px;
	color: #d40d0e;
	border: 2px solid transparent;
}

.input_subscribe:focus {
	border-color: #d30629;
}

.input_subscribe::-webkit-input-placeholder {
	color: #d40d0e;
}

.input_subscribe::-moz-placeholder {
	color: #d40d0e;
	opacity: 1;
}

.input_subscribe:-moz-placeholder {
	color: #d40d0e;
	opacity: 1;
}

.input_subscribe:-ms-input-placeholder {
	color: #d40d0e;
}

.button_subscribe {
	border: none;
	display: inline-block;
	font-size: 17px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border-radius: 35px;
	padding: 14px 30px;
	color: #d40d0e;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.button_subscribe:hover {
	background: #eae7e7;
}

.form_subscribe {
	float: right;
}

.footer_main {
	padding: 50px 0 20px;
}

.menu_footer {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu_footer_li {
	display: inline-block;
}

.menu_footer_item {
	font-size: 17px;
	text-decoration: underline;
	margin-right: 15px;
}

.menu_footer_item:hover {
	text-decoration: underline;
	color: #d00506;
}

.link_message_director {
	display: block;
	background: linear-gradient(to right, #f7393c, #b00001);
	border-radius: 40px;
	padding: 12px 36px;
	color: #fff;
	font-size: 17px;
}

.link_message_director_icon {
	margin-right: 5px;
}

.link_message_director_text {
	margin-top: 3px;
}

.socials_footer {
	padding: 0;
	text-align: center;
}

.socials_title_footer {
	margin-bottom: 10px;
}

.footer_bottom {
	padding: 15px 0;
	background-color: #f7f7f7;
}

@-webkit-keyframes swing {
	15% {
		-webkit-transform: translateX(9px);
		transform: translateX(9px);
	}

	30% {
		-webkit-transform: translateX(-9px);
		transform: translateX(-9px);
	}

	40% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}

	50% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}

	65% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes swing {
	15% {
		-webkit-transform: translateX(9px);
		transform: translateX(9px);
	}

	30% {
		-webkit-transform: translateX(-9px);
		transform: translateX(-9px);
	}

	40% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}

	50% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}

	65% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.swing:hover,
.block_link:hover .swing {
	-webkit-animation: swing 1.2s ease;
	animation: swing 1.2s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.baner {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 460px;
}

.baner_uzi {
	background-image: url(../img/bg_baner_uzi.png);
}

.baner_text {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 32px 64px;
	font-size: 24px;
	background-color: rgba(255, 255, 255, 0.84);
}

.baner_text_uzi {
	margin-top: 80px;
	margin-bottom: 80px;
}

.advantages_range {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: linear-gradient(to right, #fc5c5e, #cd0001);
	border-radius: 7px;
}

.advantages_range_uzi {
	margin-top: -50px;
	margin-bottom: 30px;
}

.advantages_unit {
	position: relative;
	display: inline-block;
	padding: 22px;
	vertical-align: middle;
	text-align: left;
}

.advantages_unit:nth-child(2):before,
.advantages_unit:nth-child(2):after {
	content: "";
	width: 2px;
	height: 72px;
	position: absolute;
	top: calc((100% - 72px) / 2);
	left: 0;
	background-color: #c00b0d;
}

.advantages_unit:nth-child(2):after {
	right: 0;
	left: auto;
}

.advantages_unit_icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

.advantages_unit_text {
	display: inline-block;
	vertical-align: middle;
}

.uzi_service_range {
	text-align: center;
}

.uzi_service {
	padding-bottom: 80px;
}

.uzi_service_unit {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: calc(25% - 18px);
	margin: 5px 7px;
	text-align: left;
	cursor: pointer;
}

.uzi_service_unit_bg {
	position: relative;
	z-index: -1;
	opacity: 0.8;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.uzi_service_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 12px 15px;
}

.uzi_service_unit:hover .uzi_service_unit_bg {
	opacity: 1;
}

.uzi_service_unit_bg img {
	width: 100%;
}

.uzi_service_unit_icon {
	max-width: 142px;
}

.uzi_service_unit_title {
	margin-top: 15px;
	font-size: 22px;
}

.uzi_service_unit_title_color1 {
	color: #4c373c;
}

.uzi_service_unit_title_color2 {
	color: #5b97a6;
}

.uzi_service_unit_title_color3 {
	color: #476344;
}

.uzi_service_unit_title_color4 {
	color: #392727;
}

.uzi_service_unit_title_color5 {
	color: #9a6874;
}

.uzi_service_unit_title_color6 {
	color: #7b7254;
}

.uzi_service_unit_title_color7 {
	color: #6f4d71;
}

.uzi_service_unit_title_color8 {
	color: #770016;
}

.research {
	position: relative;
	padding: 50px;
}

.research:before {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	height: 4px;
	width: calc(100% + 30px);
	background-color: #c00b0d;
}

.research_tab_content_unit,
.body_area_tab_content_unit {
	display: none;
}

.body_area_tab_content_unit.active {
	display: block;
	margin-top: 15px;
}

.research_tab_content_unit:nth-child(1) {
	display: block;
}

.research_title {
	display: inline-block;
	font-size: 24px;
}

.another_research {
	display: inline-block;
	color: #c00b0d;
	text-decoration: underline;
	font-size: 18px;
	margin-left: 15px;
}

.another_research:hover {
	color: #c00b0d;
}

.how_prepare {
	margin-top: 30px;
}

.research_service {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.how_prepare_right {
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
	width: calc(100% - 338px);
	font-size: 17px;
}

.how_prepare_title {
	display: inline-block;
	margin-top: 40px;
	max-width: 396px;
	padding-bottom: 12px;
	position: relative;
	font-size: 24px;
}

.how_prepare_title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background: linear-gradient(to right, #fc5c5e, #cd0001);
}

.how_prepare_main {
	padding: 26px 26px 0;
	font-size: 18px;
}

.recommendation_procedure {
	margin-top: 30px;
}

.how_prepare_main div {
	position: relative;
	padding-left: 20px;
	margin-top: 12px;
}

.how_prepare_main div:before {
	content: "";
	width: 6px;
	height: 10px;
	position: absolute;
	top: 7px;
	left: 0;
	background-image: url(../img/arrow_red.png);
	background-repeat: no-repeat;
}

.recommendation_procedure_unit {
	position: relative;
	padding-left: 20px;
	margin-top: 12px;
}

.recommendation_procedure_unit:before {
	content: "";
	width: 6px;
	height: 10px;
	position: absolute;
	top: 7px;
	left: 0;
	background-image: url(../img/arrow_red.png);
	background-repeat: no-repeat;
}

.price_research {
	margin-top: 30px;
}

.price_research_title {
	position: relative;
	text-align: center;
}

.price_research_title:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #c6c6c6;
	z-index: -1;
}

.price_research_title_text {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	font-size: 22px;
}

.chose_research_title {
	margin: 20px 0;
	color: #c80001;
	font-size: 21px;
	text-align: center;
}

.chose_research_accordion {
	text-align: left;
}

.chose_research_accordion_header,
.chose_mrt_research_unit {
	position: relative;
	padding: 12px 200px;
	font-size: 18px;
	cursor: pointer;
	background-color: #f6f6f6;
	border: 1px solid #c6c6c6;
	margin-bottom: -1px;
}

.chose_research_accordion_header:nth-child(3),
.chose_research_accordion_header:nth-child(7),
.chose_mrt_research_unit:nth-child(even) {
	background-color: #e9e9e9;
}

.chose_research_accordion_header:nth-child(3) .chose_research_label_left,
.chose_research_accordion_header:nth-child(7) .chose_research_label_left,
.chose_mrt_research_unit:nth-child(even) .chose_research_label_left,
.chose_research_accordion_header:nth-child(3) .chose_research_label_right,
.chose_research_accordion_header:nth-child(7) .chose_research_label_right,
.chose_mrt_research_unit:nth-child(even) .chose_research_label_right {
	background-color: #e9e9e9;
}

.chose_research_accordion_header:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 18px;
	left: 170px;
	background-image: url(../img/arrow_accordion_black.png);
	background-position: center center;
	background-repeat: no-repeat;
	transform: rotate(0);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.chose_research_accordion_header.active:before {
	background-image: url(../img/arrow_red.png);
	transform: rotate(90deg);
}

.chose_research_accordion_header.active {
	color: #c80001;
}

.chose_research_accordion_main {
	display: none;
	padding: 4px 100px;
	background-color: #f8f8f8;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
}

.chose_research_accordion_main.active {
	display: block;
}

.chose_research_checkbox {
	display: none;
}

.chose_research_label {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 8px 0;
	font-size: 18px;
	cursor: pointer;
}

.chose_research_checkbox:checked+.chose_research_label {
	color: #cc0001;
}

/*.chose_research_label:before {

}
.chose_research_checkbox:checked + .chose_research_label:before {
	background-image: url(../img/icon_checked_red.png);
}*/
.chose_research_label:after {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #000;
}

.chose_research_checkbox:checked+.chose_research_label:after {
	border-color: #cc0001;
}

.chose_research_label_left {
	display: block;
	float: left;
	background-color: #f6f6f6;
	position: relative;
	z-index: 1;
	padding: 0 2px;
}

.chose_research_label_right {
	display: block;
	float: right;
	background-color: #f6f6f6;
	position: relative;
	z-index: 1;
	padding: 0 2px;
}

.button_price_research {
	display: block;
	width: 100%;
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.slider_doctors {
	margin-top: 20px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.slider_doctors_unit {
	display: inline-block;
	width: 250px;
	margin: 20px;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px 0px rgb(187 184 184);
	box-shadow: 0 0 15px 0px rgb(187 184 184);
	border-radius: 5px;
}

.slider_doctors_foto {
	width: 100%;
	height: auto;
	margin: 0px;
	border-radius: none;
	overflow: hidden;
	border: none;
}

.slider_doctors_title,
.specialist2_title {
	font-size: 18px;
	color: #000000;
	min-height: 42px;
	font-weight: 700;
	margin: 25px 10px 0px 10px;
	min-height: 46px;

}

.slider_doctors_subtitle,
.specialist2_title_subtitle {
	font-size: 13px;
	color: #5b6474;
	margin: 16px 10px 0px 10px;
}

.slider_doctors_subtitle {
	margin: 16px 10px 16px 10px;
	min-height: 33px;
}

.slider_doctors_experience {
	font-size: 16px;
	color: #495762;
	background: #fff;
	text-transform: uppercase;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f9f9fb;
	padding: 8px;
	min-height: 52px;
}

.slider_doctors_experience svg {
	height: 35px;
	width: 35px;
	fill: #495762;
	margin-right: 15px;
}

.lab_partners.pc {
	display: block;
}

.lab_partners.mobile_partners {
	display: none;
}

.slider_comment.owl-theme .owl-nav [class*="owl-"],
.lab_partners.owl-theme .owl-nav [class*="owl-"],
.slider_doctors.owl-theme .owl-nav [class*="owl-"],
.device_slider.owl-theme .owl-nav [class*="owl-"],
.research_reviews_slider.owl-theme .owl-nav [class*="owl-"],
.slider_doctors_laboratory.owl-theme .owl-nav [class*="owl-"],
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: calc((100% - 52px) / 2);
	width: 52px;
	height: 52px;
	background-color: #fff;
	background-image: url(../img/arrow_black.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: auto;
	background-size: auto;
	text-align: center;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.slider_comment.owl-theme .owl-nav [class*="owl-"]:hover,
.lab_partners.owl-theme .owl-nav [class*="owl-"]:hover,
.slider_doctors.owl-theme .owl-nav [class*="owl-"]:hover,
.device_slider.owl-theme .owl-nav [class*="owl-"]:hover,
.research_reviews_slider.owl-theme .owl-nav [class*="owl-"]:hover,
.slider_doctors_laboratory.owl-theme .owl-nav [class*="owl-"]:hover,
.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: #fff;
	background-image: url(../img/arrow_black_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.lab_partners .owl-stage-outer {
	margin-left: 80px;
	margin-right: 80px;
}

.slider_comment.owl-theme .owl-nav .owl-prev,
.lab_partners.owl-theme .owl-nav .owl-prev,
.slider_doctors.owl-theme .owl-nav .owl-prev,
.device_slider.owl-theme .owl-nav .owl-prev,
.research_reviews_slider.owl-theme .owl-nav .owl-prev,
.slider_doctors_laboratory.owl-theme .owl-nav .owl-prev,
.swiper-button-prev {
	transform: rotate(-180deg);
}

.slider_doctors.owl-theme .owl-nav .owl-prev {
	left: -48px;
}

.slider_doctors.owl-theme .owl-nav .owl-next {
	right: -48px;
}

.slider_comment.owl-theme .owl-nav .owl-prev {
	left: -48px;
}

.slider_comment.owl-theme .owl-nav .owl-next {
	right: -48px;
}

.bg_red {
	background: linear-gradient(to right, #b00001, #f7393c);
}

.bg_red_research {
	height: 164px;
}

.device_slider {
	margin-top: -110px;
}

.device_slider_unit {
	max-width: 1050px;
	margin: 25px auto;
	padding: 15px 30px 30px;
	overflow: hidden;
	background-color: #fff;
	-webkit-box-shadow: 0 0 14px -4px rgba(0, 0, 0, 5);
	box-shadow: 0 0 14px -4px rgba(0, 0, 0, 5);
	border-radius: 10px;
}

.device_slider_title {
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

.device_slider_title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 6px;
	width: 100%;
	background: linear-gradient(to right, #fc5c5e, #cd0001);
}

.device_slider_img {
	display: inline-block;
	vertical-align: top;
	width: 322px;
	text-align: center;
}

.device_slider.owl-carousel .owl-item img {
	display: inline-block;
	max-width: 100%;
	width: auto;
}

.device_slider_description {
	display: inline-block;
	vertical-align: top;
	margin-left: 54px;
	width: calc(100% - 382px);
}

.device_slider_description_name {
	font-size: 20px;
	color: #c20002;
}

.device_slider_description_unit {
	position: relative;
	padding-left: 30px;
	margin-top: 18px;
	font-size: 17px;
}

.device_slider_description_unit:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 23px;
	background-image: url(../img/icon_checked_green.png);
}

.device_slider.owl-theme .owl-nav .owl-prev {
	left: 11px;
}

.device_slider.owl-theme .owl-nav .owl-next {
	right: 11px;
}

.lab_partners.owl-theme .owl-nav .owl-prev {
	left: 0px;
}

.lab_partners.owl-theme .owl-nav .owl-next {
	right: 0px;
}

.lab_partners.owl-theme .owl-dots,
.owl-theme .owl-nav {
	max-width: 280px;
	margin: 20px 0 5px;
}

.lab_partners.owl-theme .owl-dots .owl-dot span {
	border: 2px solid #b7c2cf;
	width: 15px;
	height: 15px;
	background-color: #fff;
}

.lab_partners.owl-theme .owl-dots .owl-dot.active span,
.lab_partners.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #b7c2cf;
}

.research_video_wrapper {
	background-color: #f6f6f6;
	/*	margin-left: -15px;
	margin-right: -15px; */
	padding: 60px 15px;
}

.research_video_wrapper.new {
	padding: 0px;
	border: 1px solid #c6c6c6;
	margin-top: 50px;
	display: flex;
}

.research_video_title {
	font-size: 24px;
	margin-bottom: 25px;
}

.research_video {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.research_video.play {
	display: inline-block;
	width: 50%;
	border-right: 1px solid #c6c6c6;
	padding: 15px;
}

.research_video.text {
	width: calc(50% - 1px);
	display: inline-block;
}

.research_question {
	padding: 50px 15px;
}

.research_question_title {
	margin-bottom: 30px;
}

.research_question_accordion {
	width: 644px;
	display: inline-block;
	vertical-align: top;
}

.research_question_accordion_unit {
	margin-top: 5px;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-bottom: 3px solid transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.research_question_accordion_unit:first-child {
	margin-top: 0;
}

.research_question_accordion_unit:hover {
	background-color: #f6f6f6;
}

.research_question_accordion_unit.active {
	background-color: #f6f6f6;
	border-color: #ff0000;
}

.research_question_accordion_header {
	position: relative;
	padding: 12px 34px;
	cursor: pointer;
}

.research_question_accordion_header:before {
	content: "+";
	position: absolute;
	top: 10px;
	left: 10px;
	color: #eb0000;

	font-size: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.research_question_accordion_header.active:before {
	content: "-";
}

.research_question_accordion_main {
	display: none;
	padding: 0 34px 20px;
}

.research_question_accordion_main.active {
	display: block;
}

.set_question {
	display: inline-block;
	vertical-align: middle;
	width: 408px;
	-webkit-box-shadow: 0 0 14px -4px rgba(0, 0, 0, 1);
	box-shadow: 0 0 14px -4px rgba(0, 0, 0, 1);
	margin-left: 48px;
}

.set_question_top {
	position: relative;
	padding: 15px 15px 15px 90px;
	border-bottom: 4px solid #86d0f1;
	background: linear-gradient(to right, #b7e6f6, #86d0f1);
	color: #fff;
}

.set_question_title {
	font-size: 25px;
}

.set_question_description {
	font-size: 18px;
}

.set_question_icon {
	position: absolute;
	bottom: -34px;
	left: 15px;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	border: 4px solid #86d0f1;
	background-color: #fff;
	z-index: 1;
}

.set_question_icon:before {
	content: "";
	position: absolute;
	top: -62px;
	left: 26px;
	width: 35px;
	height: 61px;
	background-image: url(../img/set_question_icon_before.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.set_question_icon_img {
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.set_question_bottom {
	position: relative;
	background-color: #fff;
	padding: 15px 50px;
	color: #566375;
}

.set_question_bottom_name {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 16px;
	text-transform: uppercase;

}

.set_question_bottom_text {
	line-height: 1.3;
}

.set_question_read_more {
	color: #566375;
	text-decoration: underline;
}

.set_question_read_more:hover {
	text-decoration: none;
}

.button_set_question {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 13px 40px;
	border-radius: 30px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;

	background-color: #86d0f1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.button_set_question:hover {
	color: #fff;
	background-color: #63c0e9;
}

.research_help_reviews {
	background: linear-gradient(to right, #b00001, #f7393c);
	padding: 60px 0;
}

.research_help {
	position: relative;
	float: left;
	width: 500px;
	background-color: #fff;
	padding: 20px 60px;
	border-radius: 5px;
}

.research_help_header {
	position: relative;
}

.research_help_header:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #d6dce4;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.research_help_icon {
	position: relative;
	width: 74px;
	height: 74px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100%;
	border: 3px solid #d6dce4;
	background-color: #fff;
	z-index: 1;
}

.research_help_icon img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.research_help_text {
	max-width: 236px;
	margin: 36px auto;
	text-align: center;
	font-size: 30px;

	color: #eda121;
	overflow: hidden;
}

.research_help_question {
	position: absolute;
	font-size: 72px;
	color: #dcdcdc;

}

.research_help_question_top {
	top: 60px;
	left: 60px;
}

.research_help_question_bottom {
	bottom: 24px;
	right: 60px;
}

.button_research {
	display: inline-block;
	font-size: 16px;
	color: #fff;

	padding: 13px 40px;
	border-radius: 30px;
	text-align: center;
}

.button_research:hover {
	color: #fff;
}

.button_research_yellow {
	background: linear-gradient(to right, #eda122, #f0b147);
}

.button_research_yellow:hover {
	background: linear-gradient(to left, #eda122, #f0b147);
}

.research_reviews_header {
	overflow: hidden;
}

.research_reviews {
	position: relative;
	float: left;
	width: 580px;
	margin-left: 20px;
	background-color: #fff;
	padding: 20px 15px;
	border-radius: 5px;
}

.research_reviews_icon {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border: 3px solid #d6dce4;
	background-color: #fff;
	z-index: 1;
}

.research_reviews_icon img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.research_reviews_title {
	float: left;
	padding-left: 5px;
	color: #566375;

	font-size: 19px;
	border-bottom: 3px solid #d6dce4;
	margin: 19px 0;
}

.research_reviews_slider {
	margin-top: -32px;
	overflow: hidden;
}

.research_reviews_unit {
	position: relative;
	padding: 20px 70px;
}

.research_reviews_unit:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70%;
	height: 1px;
	background-color: #d6dce4;
}

.research_reviews_name {
	font-style: italic;
	color: #566375;
	text-align: right;
}

.research_reviews_text {
	margin-top: 10px;
	font-size: 16px;
}

.research_reviews_slider.owl-theme .owl-nav .owl-prev {
	left: 0px;
}

.research_reviews_slider.owl-theme .owl-nav .owl-next {
	right: 0px;
}

.research_reviews_slider.owl-theme .owl-dots,
.owl-theme .owl-nav {
	max-width: 280px;
	margin: 20px 0 5px;
}

.research_reviews_slider.owl-theme .owl-dots .owl-dot span {
	border: 2px solid #b7c2cf;
	width: 15px;
	height: 15px;
	background-color: #fff;
}

.research_reviews_slider.owl-theme .owl-dots .owl-dot.active span,
.research_reviews_slider.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #b7c2cf;
}

.button_research_reviews {
	background: linear-gradient(to right, #9a0004, #f51100);
	position: absolute;
	bottom: 15px;
	right: 65px;
	z-index: 1;
}

.button_research_reviews:hover {
	background: linear-gradient(to right, #9a0004, #cc0001);
}

.research_top_wrapper {
	padding: 30px 20px;
	overflow: hidden;
}

.research_left {
	float: left;
	width: 242px;
}

.research_right {
	float: left;
	margin-left: 35px;
	width: calc(100% - 277px);
}

.services_link_research,
.services_link_research.services_link:nth-child(1),
.services_link_research.services_link:nth-child(2),
.services_link_research.services_link:nth-child(3) {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.services_link_research.services_link:nth-child(1) {
	margin-top: 0;
}

.mrt_title_red {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 22px;
	text-align: center;
	color: #bd0002;
}

.advantages_unit_mrt {
	padding: 19px;
}

.price_research_title_body_area {
	margin: 40px 0;
}

.body_area_box {
	float: left;
}

.body_area_unit {
	width: 242px;
	padding: 15px 12px 0;
	margin-top: 8px;
	background-color: #fafafa;
	border: 1px solid #c6c6c6;
	border-radius: 10px;
	font-size: 13px;
	opacity: 0.6;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.body_area_unit:hover {
	opacity: 1;
}

.body_area_unit:first-child {
	margin-top: 0;
}

.body_area_unit_title {
	margin-bottom: 10px;
	font-size: 18px;
	color: #c20002;

}

.body_area_unit_bottom_links {
	margin-top: 10px;
	border-top: 1px solid #c6c6c6;
}

.body_area_unit_link {
	display: block;
	float: left;
	width: 50%;
	padding: 7px;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}

.body_area_unit_link:hover {
	color: #c00b0d;
}

.body_area_unit_link:first-child {
	border-right: 1px solid #c6c6c6;
}

.body_area_img {
	float: left;
	text-align: center;
	width: 310px;
	min-height: 506px;
	height: 572px;
	overflow: hidden;
	margin: 0 12px;
}

.body_area_img_unit {
	display: none;
}

.body_area_img_unit.active {
	display: block;
}

.symptom_title {
	margin: 20px 0;
}

.symptom_title_icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.symptom_title_text {
	display: inline-block;
	vertical-align: middle;
	color: #fd9f14;
	text-decoration: underline;
	width: calc(100% - 36px);
}

.symptom_box {
	padding-left: 32px;
}

.symptom_unit {
	position: relative;
	margin-top: 15px;
}

.symptom_unit:before {
	content: "— ";
}

.symptom_unit:first-child {
	margin-top: 0;
}

.prepare_info {
	margin-top: 30px;
	padding: 30px;
	overflow: hidden;
	background-color: #fff;
	-webkit-box-shadow: 0 0 14px -4px rgba(0, 0, 0, 1);
	box-shadow: 0 0 14px -4px rgba(0, 0, 0, 1);
	border-radius: 15px;
}

.prepare_info_left {
	position: relative;
	float: left;
	width: 570px;
}

.prepare_info_right {
	float: left;
	width: 360px;
	margin-left: 46px;
}

.how_prepare_title.how_prepare_title_info {
	margin-top: 0;
}

.prepare_info_left:after {
	content: "";
	position: absolute;
	top: 5%;
	right: -13px;
	width: 2px;
	height: 90%;
	background-color: #dddddd;
}

.chose_mrt_research_unit_bg_dark {
	background-color: #e9e9e9;
}

.choose_mrt_research_title {
	margin-top: 50px;
}

.slider_doctors_wrapper {
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}

.container_mrt_sliders {
	background-color: #f6f6f6;
	padding-bottom: 60px;
}

.advantages_mrt_box {
	max-width: 1100px;
	margin: 50px auto 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 14px -4px rgba(0, 0, 0, 5);
	box-shadow: 0 0 14px -4px rgba(0, 0, 0, 5);
	border-radius: 0 10px 10px 0;
}

.advantages_mrt_video {
	float: left;
	width: 54%;
}

.advantages_mrt_description {
	float: left;
	width: 46%;
	padding: 25px;
}

.button_red {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	background: linear-gradient(to right, #f7393c, #b00001);
	border-radius: 30px;
	text-align: center;
}

.button_red:hover,
.button_red:focus {
	background: #b00001;
	color: #fff;
}

.icon {
	display: inline-block;
	vertical-align: middle;
}

.button_red_icon_left {
	margin-right: 5px;
}

.advantages_mrt_description_tab_header_unit.active,
.advantages_mrt_description_tab_header_unit:hover {
	padding: 6px 18px;
	color: #fff;
	background: linear-gradient(to right, #f7393c, #b00001);
	border-radius: 30px;
	text-align: center;
}

.advantages_mrt_description_tab_header_unit {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 17px;
	border-bottom: 1px dashed #d00e0f;
	cursor: pointer;
}

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

.contraindicationns:hover {
	border-bottom-style: solid;
}

.recommendation_procedure_mrt {
	padding-left: 30px;
}

.advantages_mrt_description_tab_body_unit {
	display: none;
}

.advantages_mrt_description_tab_body_unit.active {
	display: block;
}

h2 {
	margin: 50px 0;
	font-size: 27px;
	font-weight: 900;
}

.content_price h2 {
	font-weight: 900;
}

.content_block h2 {
	margin: 30px 0;
	font-weight: 900;
}

.content_block h1 {
	margin-right: 40px;
	display: inline-flex;
	font-size: 35px;
	font-weight: 900;
}

.medcomission-image {
	border-radius: 3px;
	margin: 0px 5px;
	width: calc(100% - 25px);
}

.choose_program_range {
	text-align: center;
	margin-bottom: 80px;
}

.choose_program_unit {
	display: inline-block;
	vertical-align: top;
	width: calc(33.3% - 7px);
	margin: 4px 2px;
	border: 1px solid #c9c9c9;
	border-radius: 10px 10px 0 0;
	text-align: left;
}

.choose_program_unit_description {
	padding: 13px;
}

.choose_program_unit_img,
.choose_program_unit_text {
	display: inline-block;
	vertical-align: middle;
}

.choose_program_unit_text {
	width: calc(100% - 105px);
	margin-left: 11px;
}

.choose_program_unit_link {
	display: block;
	padding: 20px 32px;
	border-top: 1px solid #c9c9c9;
	background-color: #f9f9f9;
	text-align: right;
}

.choose_program_unit_link_arrow {
	margin-left: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.choose_program_unit_link:hover .choose_program_unit_link_arrow {
	margin-left: 25px;
	margin-right: -10px;
}

.choose_program_unit_text_color1,
.choose_program_unit_text_color2 {
	color: #334a4e;
}

.choose_program_unit_text_color3 {
	color: #5c5441;
}

.choose_program_unit_text_color4 {
	color: #67496b;
}

.choose_program_unit_text_color5 {
	color: #517275;
}

.choose_program_unit_text_color6 {
	color: #5a3b42;
}

.choose_program_unit_text_color7 {
	color: #342d55;
}

.choose_program_unit_bg1 {
	background: linear-gradient(to bottom, #aaeef9, #d8dfe0);
}

.choose_program_unit_bg1:hover {
	background: linear-gradient(to bottom, #88ebfa, #d8dfe0);
}

.choose_program_unit_bg2 {
	background: linear-gradient(to bottom, #acf9d9, #e6f9ea);
}

.choose_program_unit_bg2:hover {
	background: linear-gradient(to bottom, #89fece, #e6f9ea);
}

.choose_program_unit_bg3 {
	background: linear-gradient(to bottom, #f6e1b5, #fcfeee);
}

.choose_program_unit_bg3:hover {
	background: linear-gradient(to bottom, #fad992, #fcfeee);
}

.choose_program_unit_bg4 {
	background: linear-gradient(to bottom, #f1aaf9, #f8ddf9);
}

.choose_program_unit_bg4:hover {
	background: linear-gradient(to bottom, #ef95fa, #f8ddf9);
}

.choose_program_unit_bg5 {
	background: linear-gradient(to bottom, #adf1f9, #e6f9f1);
}

.choose_program_unit_bg5:hover {
	background: linear-gradient(to bottom, #8ceef9, #e6f9f1);
}

.choose_program_unit_bg6 {
	background: linear-gradient(to bottom, #f6b5c4, #feeef1);
}

.choose_program_unit_bg6:hover {
	background: linear-gradient(to bottom, #f8a2b7, #feeef1);
}

.choose_program_unit_bg7 {
	background: linear-gradient(to bottom, #baacf9, #f1e6f9);
}

.choose_program_unit_bg7:hover {
	background: linear-gradient(to bottom, #9e89fa, #f1e6f9);
}

.bg_red_choose_program {
	height: 56px;
}

.program_description {
	position: relative;
	padding: 35px;
	max-width: 1050px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 14px -4px rgba(0, 0, 0, 1);
	box-shadow: 0 0 14px -4px rgba(0, 0, 0, 1);
	border-radius: 15px;
}

.program_description:before {
	content: "";
	width: 610px;
	height: 2px;
	position: absolute;
	top: 73px;
	left: 35px;
	background-color: #cccccc;
}

.program_description_unit {
	float: left;
}

.program_description_title {
	color: #969696;
	margin-bottom: 40px;
	padding: 0 42px;
}

.program_description_text {
	position: relative;
	padding: 0 42px;
}

.program_description_number {
	position: absolute;
	top: 0;
	left: 0;
}

.program_description_price {
	color: #b80002;
	margin: 50px 0 0;
}

.button_red_add_basket {
	position: absolute;
	bottom: 35px;
	right: 35px;
	padding: 12px 30px;
}

.h3_program {
	text-align: center;
	margin: 30px 0;
}

.program_research_range {
	max-width: 1076px;
	margin: 0 auto 20px;
}

.program_research_wrapper {
	position: relative;
	float: left;
	width: calc(33.3% - 20px);
	height: 300px;
	margin: 10px;
}

.program_research_wrapper:nth-child(4) {
	width: calc(100% - 20px);
	height: 263px;
}

.program_research_box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;

	height: 110%;
	min-height: 300px;
	border: 1px solid #d8d8d8;
	border-radius: 10px;
	padding: 15px 15px 0;
	background-color: #fff;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.program_research_box ul {
	margin-bottom: 70px;
}

.program_research_wrapper:nth-child(4) .program_research_box {
	min-height: 263px;
}

.program_research_box_small {
	width: calc(33.3% - 20px);
}

.icon_program_research {
	position: relative;
	width: 44px;
	height: 44px;
	margin-right: 15px;
	border-radius: 100%;
	background-color: #a80003;
}

.program_research_title_text {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 64px);
	color: #a80003;
}

.program_research_list {
	list-style-type: none;
	margin: 30px 0;
	padding: 0;
}

.program_research_item {
	margin-top: 20px;
}

.program_research_item:before {
	content: "•  ";
	padding-left: 10px;
}

.program_research_look {
	position: absolute;
	bottom: 0;
	left: 15px;
	width: calc(100% - 30px);
	display: block;
	text-align: center;
	color: #878787;
	border-top: 2px solid #d8d8d8;
	padding: 15px;
	margin-top: 20px;
	background-color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

.program_research_look:hover {
	color: #a80003;
	border-color: #a80003;
}

.program_research_unit {
	width: 50%;
	float: left;
	margin-top: 30px;
}

.program_research_unit:nth-child(odd) {
	padding-right: 45px;
	border-right: 1px solid #d8d8d8;
}

.program_research_unit:nth-child(even) {
	padding-left: 45px;
}

.bg_red_program {
	height: 20px;
}

.wrapper_how_prepare_program {
	max-width: 1050px;
	margin: -60px auto 60px;
}

.how_prepare_program {
	float: left;
	width: calc(100% - 438px);
	padding: 30px;
	-webkit-box-shadow: 0 0 14px -4px rgba(0, 0, 0, 1);
	box-shadow: 0 0 14px -4px rgba(0, 0, 0, 1);
	border-radius: 15px;
	background-color: #fff;
}

.how_prepare_title.how_prepare_title_program {
	margin-top: 0;
}

.set_question_program {
	margin-left: 30px;
}

.baner_program2 {
	background-image: url(../img/bg_baner_program2.png);
}

.program2_service {
	margin-top: -100px;
	position: relative;
	z-index: 1;
}

.h2_your_program2 {
	color: #c20002;
	margin: 0 0 20px;
}

.program2_service_range {
	position: relative;
	z-index: -1;
	max-width: 800px;
	margin: 0 auto;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
}

.uzi_service_unit.uzi_service_unit_program2 {
	width: calc(33.3% - 14px);
	display: block;
	float: left;
}

.links_research_video {
	margin: -100px 0 50px;
}

.links_research_video_unit {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 380px;
	min-height: 72px;
	margin: 0 3px;
	text-align: left;
}

.research_video_wrapper_proggram2 {
	margin-top: 66px;
}

.sidebar_link_for_program {
	display: block;
	margin: 4px 0;
}

.laboratory {
	padding: 54px 0;
}

.lab_links_panel {
	text-align: center;
	margin: 30px auto 45px 80px;
}

.lab_banner {
	margin-left: -15px;
	max-width: 1166px;
}

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

.lab_partner_unit {
	margin-right: 10px;
}

.search_laboratory_box {
	max-width: 800px;
	padding: 32px 38px;
	margin: 0 auto;
	background: linear-gradient(to bottom, #fff, #cfcfcf);
	border-radius: 30px;
}

.search_laboratory_box_red {
	padding: 15px;
	background-color: #af0003;
	border-radius: 20px;
}

.input_search_laboratory {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 140px);
	padding-left: 50px;
	border: 1px solid #eaeaea;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	font-size: 16px;
	line-height: 25px;
	color: #656565;
	background-image: url(/images/search/seach_icon.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}

.input_search_laboratory::-webkit-input-placeholder {
	color: #adadad;
}

.input_search_laboratory::-moz-placeholder {
	color: #adadad;
}

.input_search_laboratory:-moz-placeholder {
	color: #adadad;
}

.input_search_laboratory:-ms-input-placeholder {
	color: #adadad;
}

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

.input_search_laboratory:focus::-moz-placeholder {
	color: transparent;
}

.input_search_laboratory:focus:-moz-placeholder {
	color: transparent;
}

.input_search_laboratory:focus:-ms-input-placeholder {
	color: transparent;
}

.button_search_laboratory {
	display: inline-block;
	vertical-align: middle;
	margin-left: 11px;
	background-color: transparent;
}

.button_search_laboratory:hover {
	opacity: 0.7;
}

.button_search_several {
	display: block;
	width: 100%;
	padding: 12px;
	max-width: 320px;
	margin: 15px auto;
	text-align: center;
	font-size: 20px;
	color: #696969;
	line-height: 1;
	border-radius: 22px;
	background: linear-gradient(to bottom, #e0e0e0, #cfcfcf);
}

.button_search_several:hover {
	background: linear-gradient(to top, #e0e0e0, #cfcfcf);
}

.button_search_several_icon {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 5px;
}

.button_laboratory_research_box {
	margin-top: 32px;
}

.row_laboratory {
	margin-left: -9px;
	margin-right: -9px;
}

.col-laboratory {
	padding-left: 9px;
	padding-right: 9px;
}

.button_laboratory_research {
	display: flex;
	width: 100%;
	min-height: 115px;
	padding: 0;
	margin: 10px 0;
	border-radius: 15px;
	border: 1px solid #b9b9b8;
	font-size: 22px;
	background: linear-gradient(to bottom, #fdfdfd, #e5e5e5);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.button_laboratory_research_big {
	min-height: 115px;
}

.button_laboratory_research:hover {
	opacity: 0.7;
}

.button_laoratory_research_icon_box {
	position: relative;
	display: block;
	width: 72px;
	height: 72px;
	margin: 20px 15px 15px 15px;
	border-radius: 100%;
	background: radial-gradient(at 50% 50%, #ffffff, #c7c7c7);
	float: left;
	min-width: 72px;
	border: 7px solid #e6e6e7;
}

.search_result_box .info_uzi {
	display: none;
}

.button_laoratory_research_icon_box_left {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.button_laoratory_research_icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.search_result_box .info_uzi {
	display: none;
}

.button_laboratory_research .category_title {
	margin: auto 10px;
}

.button_laoratory_research_text_right {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 136px);
	text-align: left;
}

.laboratory_description {
	margin: 12px 0 42px;
}

.breadcrumb_unit {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 25px;
	margin-right: 8px;
	font-size: 12px;
	color: #c40002;
	text-decoration: underline;
}

.breadcrumb_unit:after {
	display: block;
	content: "—";
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	text-decoration: none;
}

.breadcrumb_unit.active:after {
	display: none;
}

.breadcrumb_unit:hover {
	text-decoration: none;
}

.breadcrumb_unit.active,
.breadcrumb_unit.active:hover {
	padding-right: 0;
	margin-right: 0;
	text-decoration: none;
	color: #737373;
}

.breadcrumb {
	margin: 22px 0;
}

.form_search_sveral {
	padding: 26px 24px;
	border: 1px solid #d3d7da;
	border-radius: 10px;
}

.search_sveral_title {
	margin-bottom: 32px;
	font-size: 17px;

}

.input_search_sveral,
.textare_main {
	display: block;
	width: 100%;
	padding: 14px 30px;
	margin-bottom: 15px;
	border: 1px solid #c6c6c6;
	background: linear-gradient(to bottom, #f4f4f4, #e9e9e9);
}

.input_search_sveral:focus,
.textare_main:focus {
	background: #fff;
}

.input_search_sveral::-webkit-input-placeholder {
	color: #696969;
}

.input_search_sveral::-moz-placeholder {
	color: #696969;
}

.input_search_sveral:-moz-placeholder {
	color: #696969;
}

.input_search_sveral:-ms-input-placeholder {
	color: #696969;
}

.textare_main::-webkit-input-placeholder {
	color: #696969;
}

.textare_main::-moz-placeholder {
	color: #696969;
}

.textare_main:-moz-placeholder {
	color: #696969;
}

.textare_main:-ms-input-placeholder {
	color: #696969;
}

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

.input_search_sveral:focus::-moz-placeholder {
	color: transparent;
}

.input_search_sveral:focus:-moz-placeholder {
	color: transparent;
}

.input_search_sveral:focus:-ms-input-placeholder {
	color: transparent;
}

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

.textare_main:focus::-moz-placeholder {
	color: transparent;
}

.textare_main:focus:-moz-placeholder {
	color: transparent;
}

.textare_main:focus:-ms-input-placeholder {
	color: transparent;
}

.input_search_sveral_box {
	margin-bottom: 40px;
}

.slider_doctors_laboratory {
	text-align: center;
}

.slider_doctors_laboratory.owl-theme .owl-nav [class*="owl-"] {
	bottom: 0;
}

.slider_doctors_laboratory.owl-theme .owl-nav .owl-prev {
	left: 0;
}

.slider_doctors_laboratory.owl-theme .owl-nav .owl-next {
	right: 0;
}

.laboratory_sidebar {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.laboratory_sidebar_title {
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 19px;
	background: linear-gradient(to left, #f7393c, #b00001);
}

.slider_doctors_laboratory {
	margin: 25px 0 20px;
}

.laboratory_sidebar_unit_title {
	font-size: 17px;
	margin-bottom: 5px;
}

.sidebar_unit_text_laboratory {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 68px);
}

.sidebar_arrow.sidebar_arrow_laboratory {
	top: calc((100% - 52px) / 2);
}

.laboratory_content {
	padding-bottom: 40px;
}

.search_result_title {
	padding: 0 25px;
	margin-bottom: 12px;
}

.search_result_title_item {
	color: #969696;
}

.search_result_title_item,
.search_result_unit {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	text-align: left;
}

.search_result_box {
	width: 100%;
	border: 1px solid #d3d7da;
	border-radius: 10px;
	padding: 21px 25px;
	margin: 5px 0;
}

div.search_result_box.status_54 {
	border: 1px solid #ffd400;
}

div.search_result_box.status_51 {
	border: 1px solid #ffd400;
}

div.search_result_box.status_126690 {
	border: 1px solid #d30629 !important;
}

div.search_result_box.status_52 {
	border: 1px solid #0dab21;
}

.search_result_unit:last-child {
	margin-right: 0;
	float: right;
}

.search_result_unit.number,
.search_result_title_item.number {
	width: 50px;
	word-break: break-all;
}

.search_result_unit.name,
.search_result_title_item.name {
	width: 400px;
}

.personal-lab .search_result_unit.name,
.personal-lab .search_result_title_item.name {
	width: 100%;
}

.order-payment {
	text-align: center;
	display: block;
	width: 50%;
	margin: 10px auto;
}

.search_result_unit.material,
.search_result_title_item.material {
	width: 400px;
}

.search_result_unit.price,
.search_result_title_item.price {
	width: 71px;
}

.personal-lab .search_result_unit.price,
.personal-lab .search_result_title_item.price {
	width: 20%;
}

.search_result_unit_title {
	color: #969696;
	display: none;
}

.search_result_unit.number {}

.search_result_unit.price {
	color: #b30003;
}

.button_search_result {
	width: 150px;
	height: 50px;
	padding: 0;
	border-radius: 30px;
	border: 2px solid #e70900;
	background-color: transparent;
	background-image: url(../img/icon_basket_red.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.button_search_result span {
	padding-top: 12px;
	display: block;
	padding-left: 48px;
	color: #e70900;
}

.button_search_result.active {
	background-color: #e70900;
	background-image: url(../img/icon_checked_search.png);
}

.button_search_result.active span {
	color: #fff;
}

.search_result_bottom {
	text-align: center;
	margin-top: 40px;
}

.button_another_research,
.button_order_research {
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 16px 32px;
	margin: 0 10px;
	border-radius: 30px;
	font-size: 22px;

}

.button_another_research {
	border: 1px solid #c6c6c6;
	background: linear-gradient(to bottom, #f6f6f6, #dfdfdf);
	color: #e20700;
	text-align: right;
}

.button_another_research:hover {
	color: #e20700;
	background: linear-gradient(to top, #f6f6f6, #dfdfdf);
}

.icon_another_research,
.icon_order_research {
	position: absolute;
	top: calc((100% - 11px) / 2);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.icon_another_research {
	left: 32px;
}

.button_another_research:hover .icon_another_research {
	left: 22px;
}

.button_order_research {
	background: linear-gradient(to right, #990004, #cd0001);
	color: #fff;
	text-align: left;
}

.icon_order_research {
	right: 32px;
}

.button_order_research:hover .icon_order_research {
	right: 22px;
}

.selected_research {
	height: 486px;
	background-color: #d1d1d1;
}

.laboratory_blank_option {
	margin-top: 25px;
}

.laboratory_blank_option_unit {
	padding: 30px 0;
}

.laboratory_blank_option_unit:first-child {
	border-bottom: 3px solid #d1d1d1;
}

.blank_option_button {
	float: left;
	width: 100%;
	max-width: 290px;
	padding: 10px 46px;
	border-radius: 30px;
	text-align: left;
}

.blank_option_button_print {
	background-color: #c00b0d;
	color: #fff;
}

.blank_option_button_print:hover {
	background-color: #df0f11;
}

.blank_option_button_save {
	padding: 7px 46px;
	border: 1px solid #c6c6c6;
	background: linear-gradient(to bottom, #f6f6f6, #dfdfdf);
}

.blank_option_button_save:hover {
	background: linear-gradient(to top, #f6f6f6, #dfdfdf);
}

.blank_option_button_icon_wrap {
	display: inline-block;
	vertical-align: middle;
}

.blank_option_button_text {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 62px);
	margin-left: 21px;
}

.laboratory_blank_option_description {
	float: right;
	width: calc(100% - 326px);
}

.baner_mammogrphy {
	background-image: url(../img/bg_banner_mammogrphy.png);
}

.italic {
	font-style: italic;
}

.how_prepare_mammogrphy {
	max-width: 1050px;
	margin: 0 auto 25px;
	padding: 30px;
	-webkit-box-shadow: 0 0 14px -4px rgba(0, 0, 0, 1);
	box-shadow: 0 0 14px -4px rgba(0, 0, 0, 1);
	border-radius: 15px;
	background-color: #fff;
}

.mammogrphy_content_wrapper {
	padding: 0 50px 40px;
}

.order-payment {
	text-align: center;
	display: block;
	width: 50%;
	margin: 10px auto;
}

.specialized_tab_header {
	position: relative;
	border-bottom: none;
	overflow: hidden;
}

.specialized_tab_header:after {}

.specialized_tab_header_unit {
	float: left;
	padding: 15px 25px;
	cursor: pointer;
	color: #ce0304;
	background-color: #fff;
	border: 1px solid #ce0304;
	border-radius: 12px;
	margin-right: 25px;
	display: flex;

}

.specialized_tab_header_unit:hover,
.specialized_tab_header_unit.active {
	position: relative;
	z-index: 1;
	background-color: #ce0304;
	color: #fff;
	border: 1px solid #ce0304;
}

.specialized_tab_unit_icon svg {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	fill: #ce0304;
	width: 20px;
	height: 20px;

}

.specialized_tab_header_unit:hover svg,
.specialized_tab_header_unit.active svg {
	fill: #ffffff;
}

.specialized_tab_body {
	border: none;
}

.specialized_tab_body_unit {
	display: none;
}

.specialized_tab_body_unit.active {
	display: block;
}

div.all_content a {
	/*color: #bd0b0c;
	text-decoration: underline;*/
}

div.all_content .services_link_wrapper a {
	color: #000;
	text-decoration: underline;
}

div.all_content ul li {
	margin-bottom: 8px;
}

div.all_content table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

div.all_content table thead {
	background: #4ba321;
}

div.all_content table thead tr th {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding: 2.2% 2%;
	border-right: 1px solid #62af3e;
}

div.all_content table thead tr th:first-child {
	text-align: left;
}

div.all_content table tbody tr:nth-child(even) {
	background: #eee;
}

div.all_content table tbody tr td {
	padding: 8px 10px;
	border: 1px solid #f2f2f2;
	color: #444444;
}

div.all_content table tbody tr td:first-child {
	font-size: 1.07692307692em;
	color: #000;
	text-align: left;
}

div.news {
	margin-bottom: 10px;
}

a.back_link {
	margin-bottom: 10px;
}

div.news table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

div.news table thead {
	background: #4ba321;
}

div.news table thead tr th {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding: 2.2% 2%;
	border-right: 1px solid #62af3e;
}

div.news table thead tr th:first-child {
	text-align: left;
}

div.news table tbody tr:nth-child(even) {
	background: #eee;
}

div.news table tbody tr td {
	padding: 8px 10px;
	border: 1px solid #f2f2f2;
	color: #444444;
}

div.news table tbody tr td:first-child {
	font-size: 1.07692307692em;
	color: #000;
	text-align: left;
}

.content_block p {
	padding: 18px 0px 10px;
	text-align: justify;
}

.content_price {
	padding-top: 30px;
}

.content_block ul {
	margin-left: 20px;
	list-style-type: disc;
}

.content_block iframe {}

.specialized_contact {
	max-width: 638px;
	margin: 30px auto;
}

.mode_box {
	margin: 30px 0;
	padding: 20px 0 30px;
	border-bottom: 1px dashed #d3d7da;
	text-align: center;
}

.mode_specialized {
	display: inline-block;
	text-align: left;
	margin: 0 10px;
}

.mode_specialized_link:hover {
	color: #ce0203;
}

.specialized_service_unit {
	padding: 25px;
	border: 1px solid #d3d7da;
	border-radius: 10px;
	margin-bottom: 10px;
}

.name_specialized_service {
	color: #969696;
	margin-bottom: 25px;
}

.specialized_service_unit_left {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 342px);
}

.specialized_service_unit_price {
	color: #ab0003;
}

.specialized_service_unit_right {
	display: inline-block;
	vertical-align: middle;
}

.button_price_service_icon {
	display: inline-block;
	vertical-align: middle;
}

.online_cart {
	margin-right: 60px;
}

.button_price_service span {
	display: inline-block;
	vertical-align: middle;
}

.order-block {
	display: inline-block;
	border-radius: 30px;
	color: #222222;
	margin-left: 5px;
	border: 1px solid #d3d7da;
	padding: 5px;
}

.order-block span {
	display: block;
	position: relative;
	top: -10px;
	left: 20px;
	margin-bottom: -25px;
	font-size: 11px;
	color: #222;
	background-color: #fff;
	width: 80px;
}

.order-block .order-block-fv {
	font-size: 14px;
	display: inline-block;
	padding: 5px 8px;
	margin-left: 3px;
}

.button_price_service {
	display: inline-block;
	border-radius: 30px;
	color: #fff;
	margin-left: 5px;
}

.button_price_service:hover {
	color: #fff;
}

.button_price_service_basket {
	padding: 8px 20px;
	background: linear-gradient(to left, #f7393c, #b00001);
}

.button_price_service_basket:hover,
.button_price_service_basket:focus {
	background: linear-gradient(to right, #f7393c, #b00001);
	color: #fff;
}

.button_price_service_info {
	padding: 10px 20px;
	background: linear-gradient(to left, #fec874, #ff8f2a);
}

.button_price_service_info:hover,
.button_price_service_info:focus {
	background: linear-gradient(to right, #fec874, #ff8f2a);
	color: #fff;
}

.button_price_service_info_link {
	padding: 10px 20px;
	background: linear-gradient(to left, #fec874, #ff8f2a);
}

.button_price_service_info_link:hover,
.button_price_service_info_link:focus {
	background: linear-gradient(to right, #fec874, #ff8f2a);
	color: #fff;
}

.h2_red {
	margin: 0 0 24px;
	text-align: left;
	color: #c70001;
}

.vacancies_content {
	padding-bottom: 40px;
}

.vacancies_video_box {
	padding: 34px 15px 62px;
	margin: 0 -15px;
	background-color: #f6f6f6;
}

.vacancies_bottom_content {
	padding: 56px 0;
}

.text_red {
	color: #c70001;
}

.button_rectangle_red {
	display: inline-block;
	width: 100%;
	padding: 15px;
	border-radius: 3px;
	font-size: 18px;

	color: #fff;
	text-align: center;
	background: linear-gradient(to right, #990004, #cd0001);
}

.button_rectangle_red:hover,
.button_rectangle_red:focus {
	background: linear-gradient(to left, #990004, #cd0001);
	color: #fff;
}

.button_rectangle_red_resume {
	display: block;
	max-width: 370px;
	margin: 50px auto 0;
}

.container_border_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e5e5e5;
}

.label_main {
	display: block;
	margin: 15px;
	cursor: pointer;
}

.label_main:first-child {
	margin-top: 0;
}

.textare_main {
	resize: none;
	outline: none;
}

.textare_main_resume {
	min-height: 240px;
}

.custom_input_file {
	width: 100px;
	height: 50px;
}

.custom_input_file_box {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.custom_input_file_button {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 12px;
	min-width: 210px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	background: linear-gradient(to left, #c2c2c2, #939393);
	cursor: pointer;
}

.custom_input_file_box:hover .custom_input_file_button {
	background: linear-gradient(to right, #c2c2c2, #939393);
}

.custom_input_file_button_icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.custom_input_file {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.choose_file_title {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	font-size: 13px;
	color: #6c6c6c;
}

.resume_checkbox {
	margin-top: 40px;
	opacity: 0.3;
}

.custom_checkbox_main {
	position: relative;
	margin-top: 15px;
}

.custom_checkbox_input_main {
	width: 21px;
	height: 21px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.custom_checkbox_label_main {
	cursor: pointer;
}

.custom_checkbox_label_main:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	margin-right: 10px;
	border-radius: 5px;
	border: 2px solid #ff0000;
	z-index: 2;
	background-position: center center;
	background-repeat: no-repeat;
}

.custom_checkbox_input_main:checked+.custom_checkbox_label_main:before {
	background-image: url(../img/icon_checked_red.png);
}

.custom_checkbox_link_main {
	text-decoration: underline;
	color: #c70001;
}

.custom_checkbox_link_main:hover {
	text-decoration: none;
	color: #c70001;
}

.custom_checkbox_label_main_text {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 38px);
}

.button_rectangle_red_resume_submit {
	margin-top: 36px;
	max-width: 208px;
}

.about_health_tab_header_box {
	max-width: 676px;
	margin: 40px auto 0;
	background-color: #fa595b;
	border-radius: 4px;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}

.about_health_tab_header_unit {
	display: inline-block;
	padding: 15px;
	width: 50%;
	font-size: 21px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.about_health_tab_header_unit.active,
.about_health_tab_header_unit:hover {
	background-color: #bb0406;

}

.about_health_tab_body_unit {
	margin-top: 24px;
	display: none;
}

.about_health_tab_body_unit.active {
	display: block;
}

.about_health_news_unit {
	max-width: 256px;
	margin: 16px auto;
}

.about_health_tab_header_icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.about_health_news_date {
	font-size: 12px;
}

.about_health_news_date_icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 2px;
}

.about_health_news_img_box {
	margin-top: 10px;
}

.about_health_news_link,
.about_health_video_link {
	display: block;
	text-decoration: underline;
	color: #ce0304;
	font-size: 16px;
}

.about_health_news_link {
	margin-top: 12px;
}

.about_health_news_link:hover,
.about_health_video_link:hover {
	text-decoration: none;
	color: #ce0304;
}

.about_health_news_description {
	margin-top: 20px;
	font-size: 14px;
}

.about_health_video_unit,
.foto_albom_unit {
	max-width: 256px;
	margin: 16px auto;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
	background-color: #fbfbfb;
}

.about_health_video_img_box {
	position: relative;
}

.about_health_video_play {
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.about_health_video_play:hover {
	transform: scale(1.1);
}

.about_health_video_link,
.foto_albom_title {
	margin: 15px 10px;
	min-height: 110px;
}

.journal {
	padding-bottom: 40px;
}

.journal_unit {
	max-width: 258px;
	margin: 16px auto;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
	background-color: #fbfbfb;
}

.journal_unit_bottom {
	display: table;
	width: 100%;
	padding: 15px 10px;
}

.journal_unit_name,
.journal_unit_date {
	display: table-cell;
	vertical-align: middle;
}

.journal_unit_name {
	font-size: 16px;
}

.journal_unit_date,
.foto_albom_date {
	text-align: right;
	font-size: 12px;
	color: #b2b2b2;
}

.journal_unit_date_icon,
.foto_albom_icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

.contact_box {
	padding-bottom: 40px;
}

.contact_unit {
	margin-top: 60px;
}

.contact_map {
	position: relative;
	max-width: 552px;
	margin: 0 auto;
}

.button_rectangle_red_map {
	max-width: 240px;
	height: 51px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.license {
	padding-bottom: 62px;
}

.license_unit {
	display: inline-block;
	margin-left: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.license_unit:first-child {
	margin-left: 0;
}

.license_unit:hover {
	opacity: 0.6;
}

.license_download_icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}

.license_download,
.license_download:focus {
	display: block;
	max-width: 272px;
	padding: 9px;
	margin-top: 30px;
	border-radius: 30px;
	background: linear-gradient(to right, #f5383a, #b90809);
	color: #fff;
	text-align: center;
}

.license_download:hover {
	background: linear-gradient(to left, #f5383a, #b90809);
	color: #fff;
}

.popup_gallery_content .mfp-arrow {
	width: 66px;
	height: 66px;
	border-radius: 100%;
	background-image: url(../img/icon_arrow_license.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(219, 49, 49, 0.6);
	opacity: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.popup_gallery_content button.mfp-arrow:hover {
	background-color: rgba(219, 49, 49, 1);
}

.popup_gallery_content button.mfp-arrow:after,
.popup_gallery_content button.mfp-arrow:before {
	display: none;
}

.popup_gallery_content .mfp-arrow-left {
	left: 10vw;
}

.popup_gallery_content .mfp-arrow-right {
	background-image: url(../img/icon_arrow_license_right.png);
	right: 10vw;
}

.smi_unit {
	margin: 46px 0;
}

.foto_albom_unit {
	display: block;
	outline: none !important;
}

.foto_albom_date {
	margin-right: 10px;
	margin-bottom: 10px;
}

.label_reviews {
	display: block;
	margin-bottom: 15px;
}

.label_reviews_star {
	font-size: 20px;

}

.button_rectangle_red_reviews {
	display: block;
	max-width: 246px;
	margin-left: auto;
	margin-right: 0;
}

.reviews_box {
	padding: 25px 0 40px;
}

.reviews_unit {
	margin-top: 25px;
	padding: 15px 25px;
	border-top: 8px solid #9f0004;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0 0 4px 4px;
}

.reviews_left {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 106px);
	margin-right: 15px;
}

.reviews_right {
	display: inline-block;
	vertical-align: top;
	max-width: 86px;
}

.reviews_icon_box {
	margin: 0 auto 15px;
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: #f3f3f3;
}

.reviews_icon_unit {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.for_partners_top {
	padding-bottom: 25px;
}

.for_partners_bottom {
	padding: 25px 0 40px;
}

.for_partners_form {
	margin-top: 40px;
}

.button_rectangle_red_for_partners {
	margin-top: 38px;
}

.partners {
	padding: 20px 15px;
	margin: 0 -15px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.partner_page_unit {
	display: inline-block;
	margin: 20px 35px;
}

.h2_red_partners {
	text-align: center;
}

.sends {
	padding-bottom: 40px;
}

.search_box {
	margin-top: 10px;
}

.search_unit {
	padding: 10px 0;
	border-bottom: 1px dashed #e5e5e5;
}

.search_unit:last-child {
	border: none;
}

.search_unit_link,
.search_unit_link:focus {
	display: block;
	margin: 15px 0;
	color: #d30000;
	text-decoration: underline;

	font-size: 18px;
}

.search_unit_link:hover {
	text-decoration: none;
	color: #d30000;
}

.pagination {
	margin: 15px 0;
	text-align: center;
}

.pagination_unit {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
	width: 26px;
	height: 26px;
	color: #666;
	text-align: center;
	padding: 3px 0;
	border-radius: 4px;
	background: linear-gradient(to bottom, #fff, #ccc);
}

.pagination_unit:hover {
	-webkit-box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.8);
}

.pagination_unit.active {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
	width: 26px;
	height: 26px;
	color: #fff;
	text-align: center;
	padding: 3px 0;
	border-radius: 4px;
	background: linear-gradient(to bottom, #dc7e81, #9f0004);
}

.pagination_unit_next,
.pagination_unit_prev {
	width: 56px;
	position: relative;
}

.pagination_unit_img_unit {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.specialist_slider_box {
	padding: 30px 40px;
}

.specialist_slider_border {
	margin: 40px -15px 40px -15px;
	height: 4px;
	background-color: #e5e5e5;
}

.specialist2_unit {
	padding: 40px 0;
}

.specialist2_img_box {
	max-width: 265px;
	margin: 0 auto;
	border-radius: 100%;
	border: 6px solid #c8d5de;
}

.specialist2_unit .specialist2_img_box {
	border-radius: 0px;
	border: 0px;
}

.specialist2_title {
	margin-top: 15px;
	text-align: center;
	font-size: 28px;
}

.specialist2_title_subtitle {
	margin-top: 5px;
	font-size: 17px;
	text-align: center;
}

.specialist2_button {
	display: block;
	max-width: 455px;
	margin: 20px auto 0;
	font-size: 27px;

	text-align: center;
	color: #fff;
	background: linear-gradient(to right, #990004, #cd0001);
	border-radius: 40px;
	padding: 14px;
}

.specialist2_button:hover {
	color: #fff;
	background: linear-gradient(to left, #990004, #cd0001);
}

.consultation_name {
	margin-top: 40px;
}

.information_bottom_links {
	margin-top: 40px;
}

.popup_form,
.popup_tanks,
.popup_service_description {
	position: relative;
	padding: 20px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 14px -4px rgba(0, 0, 0, 1);
	box-shadow: 0 0 14px -4px rgba(0, 0, 0, 1);
}

.enrol_research,
.message_director,
.enrol_main {
	max-width: 600px;
}

.select_main {
	display: block;
	width: 100%;
	padding: 14px 30px;
	margin-top: 5px;
	margin-bottom: 20px;
	border: 1px solid #c6c6c6;
	background: linear-gradient(to bottom, #f4f4f4, #e9e9e9);
	outline: none;
}

.enrol_research_date_unit {
	float: left;
	width: calc(50% - 10px);
}

.enrol_research_date_unit:nth-child(2) {
	float: right;
}

.enrol_research_checkbox_wrapper {
	position: relative;
	margin-bottom: 10px;
}

.enrol_research_checkbox {
	position: absolute;
	width: 21px;
	height: 21px;
	opacity: 0;
}

.enrol_research_label {
	position: relative;
	display: block;
	padding-left: 35px;
	cursor: pointer;
}

.enrol_research_label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	border-radius: 5px;
	border: 2px solid #ff0000;
	z-index: 2;
	background-position: center center;
	background-repeat: no-repeat;
}

.enrol_research_checkbox:checked+.enrol_research_label:before {
	background-image: url(../img/icon_checked_red.png);
}

.enrol_popup {
	text-align: center;
	outline: none !important;
}

.textare_main_mail_director {
	min-height: 160px;
}

.popup_tanks {
	max-width: 480px;
	padding: 20px 15px;
	margin: 0 auto;
	text-align: center;
}

.h3_popup_tanks {
	margin-bottom: 10px;
}

.popup_map {
	padding-top: 42px;
	position: relative;
	max-width: 900px;
	margin: auto;
}

.map_content {
	width: 100%;
	height: 500px;
}

.popup_map .mfp-close {
	color: #fff !important;
	right: -6px !important;
}

#close img {
	width: 40px;
}

.popup_service_description {
	max-width: 900px;
}

.slider_vertical {
	height: 544px;
}

.slider_vertiacal_unit {
	padding: 25px 10px;
	height: 180px;
	border: 1px solid #c8d5de;
	border-radius: 5px;
}

.slider_vertical_foto {
	display: inline-block;
	vertical-align: middle;
	width: 136px;
	height: 136px;
	margin-right: 10px;
	border-radius: 100%;
	overflow: hidden;
	border: 8px solid #c8d5de;
}

.slider_vertical_description {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 152px);
}

.slider_vertical_title {
	color: #2d3e58;
	font-size: 18px;
}

.slider_vertical_subtitle {
	margin-top: 3px;
	font-size: 11px;
	color: #79808a;
}

.slider_vertical_experience {
	color: #ca0001;
	font-size: 14px;
}

.slider_vertical_next {
	position: relative;
	height: 62px;
	width: 100%;
	border-radius: 0 0 10px 10px;
	background: linear-gradient(to left, #f7393c, #b00001);
}

.slider_vertical_bottom {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.swiper-button-prev,
.swiper-button-next {
	display: none;
	margin: 0;
}

.hide {
	display: none;
}

div.map_toggle.active {
	color: #b30304;
}

div.map_toggle {
	cursor: pointer;
}

div.map_toggle:hover {
	color: #b30304;
}

.mode_specialized_link {
	font-size: 15px;
}

.slider_doctors_special {
	text-align: center;
	position: relative;
}

.slider_doctors_special.owl-theme .owl-nav [class*="owl-"] {
	bottom: 0;
}

.slider_doctors_special.owl-theme .owl-nav .owl-prev {
	left: 0;
}

.slider_doctors_special.owl-theme .owl-nav .owl-next {
	right: 0;
}

.special_sidebar {
	border: 1px solid #d3d7da;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.special_sidebar_title {
	padding: 19px 0;
	text-align: center;
	color: #fff;
	font-size: 19px;
	background: linear-gradient(to left, #f7393c, #b00001);
}

.slider_doctors_special {
	margin: 25px 0 20px;
}

.special_sidebar_unit_title {
	font-size: 17px;
	margin-bottom: 5px;
}

.sidebar_unit_text_special {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 68px);
}

.sidebar_arrow.sidebar_arrow_special {
	top: calc((100% - 52px) / 2);
}

.slider_doctors_special.owl-theme .owl-nav [class*="owl-"] {
	position: absolute !important;
	top: calc((100% - 52px) / 2) !important;
	width: 52px !important;
	height: 52px !important;
	background-color: #fff !important;
	background-image: url(../img/arrow_black.png);
	background-repeat: no-repeat !important;
	background-position: center center !important;
	text-align: center !important;
	border-radius: 100% !important;
	-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3) !important;
	-webkit-transition: 0.3s !important;
	-o-transition: 0.3s !important;
	transition: 0.3s !important;
}

.slider_doctors_special .owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: #fff;
	background-image: url(../img/arrow_black_hover.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.slider_doctors_special .owl-nav .owl-prev {
	transform: rotate(-180deg) !important;
}

.slider_doctors_special .owl-theme .owl-nav .owl-prev {
	left: -48px !important;
}

.slider_doctors_special .owl-theme .owl-nav .owl-next {
	right: -48px !important;
}

.services_link_wrapper a.services_link {
	text-decoration: none !important;
	width: 30.65%;
}

a.button_rectangle_red {
	color: #fff !important;
}

.specialized_tab_video_wrapper {
	border-radius: 12px;
	padding-left: 10%;
	padding-right: 10%;
}

.basket_item_row {
	margin-bottom: 10px;
	width: 100%;
}

.basket_left {
	width: 70%;
	text-align: left;
	display: inline-block;
}

.basket_right {
	width: 25%;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.mobile-footer {
	bottom: 0;
	width: 100%;
	max-width: 480px;
	position: fixed;
}

.mobile-footer__top-bg {
	bottom: 64px;
}

.mobile-footer__top-bg {
	height: 5px;
	background: url(../assets/images/border_bg.png);
	background-repeat: no-repeat;
}

.mobile-footer__nav-panel {
	height: 65px;
	background: url(../assets/images/24_red_bg.png);
	background-repeat: no-repeat;
}

.mobile-footer__nav-panel_container {
	width: 35%;
	justify-content: center;
	align-items: center;
	color: white;
}

.mobile-footer__nav-panel_container div {
	width: 100%;
	flex-direction: column;
}

#mini-lab {
	background-color: #b50002;
	padding: 10px;
	margin-bottom: 0px;
}

.cd-top {
	display: inline-block;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 100px;
	right: 30px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
}

.cd-top.cd-top--show {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-top--fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: 0.5;
}

.cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

.tour3d {}

.tour3d h1 {
	font-size: 21px;

	color: #cc0000;
}

.tour3d .tourlink {
	margin-top: 15px;
}

.tour3d .fact-col {
	margin-bottom: 15px;
}

.tour3d .fact-col.border-right {
	border-right: 1px solid #9c9c9c;
}

.tour3d .fact-col.border-all {
	border-right: 1px solid #9c9c9c;
	border-left: 1px solid #9c9c9c;
}

.tour3d .factline {
	line-height: 26px;
	text-align: center;
	width: 100%;
	height: 26px;
}

.tour3d .factline img {
	vertical-align: top;
	margin-right: 5px;
}

.tour3d .factline .fact {
	font-size: 30px;

	display: inline-block;
}

.tour3d .subfact {
	font-size: 13px;
	color: #9c9c9c;
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 10px;
}

@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 100px;
	}

	.tour3d .factline .fact {
		font-size: 24px;

		display: inline-block;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 100px;
	}
}

.doctor_social {
	text-align: center;
}

.doctor_social a img {
	opacity: 0.8;
}

.doctor_social a:hover img {
	opacity: 1;
}

.optimo {
	color: #222222;
	font-size: 11px;
}

.optimo a {
	color: #222222;
	font-size: 11px;
}

.optimo a:hover {
	text-decoration: underline;
}

.drive_button .img_icon_drive {
	width: 45px;
	height: 48px;
}

.drive_button .span_drive_text {
	color: white;
	font-size: 13px !important;
	padding-left: 10px !important;
}

.drive_button .services_link.lab:hover .span_drive_text {
	color: black;
}

.drive_button {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
}

.drive_button .services_link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-width: 250px;
}

/*.sort_price div{
	order: 3;
}


Консультативный приём

Первичный приём

Повторный приём

*/

.sort_price_n div {
	order: 9;
}

/*
Консультативный приём
Первичный приём
Повторный приём
*/

/*#a52341,
#a52399 {
	order: 0;
}

#a52342,
#a52394 {
	order: 1;
}

#a52337,
#a52398 {
	order: 2;
}

#a52338,
#a52395 {
	order: 3;
}

#a52335 {
	order: 4;
}

#a52336 {
	order: 5;
}

#a52232,
#a52245,
#a52311,
#a52463,
#a52407,
#a52413,
#a52511,
#a52510,
#a52558,
#a52455,
#a52721,
#a52470,
#a52652,
#a52383,
#a52390 {
	order: 6;
}

#a52243,
#a52239,
#a52237,
#a52233,
#a52230,
#a52308,
#a52306,
#a52461,
#a52459,
#a52405,
#a52403,
#a52411,
#a52431,
#a52429,
#a52508,
#a52512,
#a52556,
#a52453,
#a52468,
#a52650,
#a52381,
#a52388 {
	order: 7;
}

#a52244,
#a52240,
#a52238,
#a52236,
#a52234,
#a52231,
#a52309,
#a52307,
#a52462,
#a52460,
#a52406,
#a52404,
#a52412,
#a52430,
#a52509,
#a52513,
#a52557,
#a52454,
#a52469,
#a52651,
#a52382,
#a52389,
#a52396 {
	order: 8;
}

.sort_price_n {
	display: flex;
	flex-direction: column;
}

.sort_price {
	display: flex;
	flex-direction: column;
}

#a10612,
#a10722,
#a10811,
#a10822,
#a10861,
#a10964,
#a11010,
#a42432,
#a10748,
#a42439,
#a10789,
#a14734,
#a10876,
#a10926,
#a11116,
#a11057,
#a10748,
#a42439,
#a10789 {
	order: 0;
}

#a10604,
#a10719,
#a10812,
#a10820,
#a10833,
#a10962,
#a11008,
#a42433,
#a10745,
#a11031,
#a10787,
#a14773,
#a10924,
#a11114,
#a11055,
#a10745,
#a11031,
#a10787 {
	order: 1;
}

#a10605,
#a10720,
#a10821,
#a10834,
#a10963,
#a11009,
#a10746,
#a11032,
#a10788,
#a14774,
#a10925,
#a11115,
#a11056,
#a10746,
#a11032,
#a10786 {
	order: 2;
}

*/
audio,
canvas,
progress,
video {
	width: 100%;
}

div.widget {
	width: 300px;
}

/*Add adaptive iframe 13.01.21*/
.specialized_tab_video_wrapper,
.iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.specialized_tab_video_wrapper iframe,
.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
}

/* @media (max-width: 767px) {
	.iframe-wrapper {
		margin-left: -30px;
		margin-right: -30px;
		padding-top: 25px;
		top: 10px;
	}
} */

.western {
	font-size: 10pt;
	padding: 5px;
}

.xl64,
.xl67,
.xl66,
.xl65 {
	padding: 5px;
	font-size: 10pt;
}

.table-scroll {
	overflow: auto;
}

.dop-links button {
	display: block;
	margin-bottom: 15px;
}

@keyframes opacityNew {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.research_tab_content_box.uzibox .research_tab_content_unit.show {
	animation: opacityNew 0.4s ease-in-out;
}

.d-hide {
	display: none;
}

.btn-mrt-wrapper {
	display: flex;
	align-items: center;
}

.btn-mrt-wrapper button {
	display: block;
	border-radius: 40px;
	font-size: 17px;
	padding: 10px 20px;
	background: linear-gradient(to top, #e7e7e7, #ffffff);
	color: #c80205;
}

.btn-mrt-wrapper button:first-child {
	margin-right: 20px;
}

.btn-mrt-wrapper button.active {
	display: block;
	background: linear-gradient(to right, #f7393c, #b00001);
	border-radius: 40px;
	color: #fff;
	font-size: 17px;
	padding: 10px 20px;
}

#mrt-img-woman.d-hides .research_service {
	display: none;
}

#mrt-img-woman.d-hides .how_prepare_right {
	margin-left: 0;
}

/* FIX program_description */

@media only screen and (max-width: 1199px) {
	.button_red_add_basket {
		clear: both
	}

	.program_description_unit:nth-child(2) {
		margin-bottom: 20px;
	}
}