html, body {
	font-family: 'Sanf',sans-serif;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 300;
	color: #212121;
	letter-spacing: -0.01em;
}
body{overflow-x:hidden;}
#wrapper{overflow:hidden;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out}
h1,h2,h3,h4,h5,h6{font-family:'Sanf',sans-serif;margin-top:0;margin-bottom:40px;line-height:1.4;font-weight:300}
p{margin:0 0 20px}
a, a span {
	text-decoration: none;
	color: #71a850;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
a:active,a:hover,a:focus{text-decoration:none;color:#1b1d20;outline:0 none}
img{max-width:100%;height:auto}
.image_block {
	margin-top: 15px;
}
ul{list-style:outside none none;margin:0;padding:0}
.fi-clear:after{clear:both;content:"";display:block}
.row.no-gutter > [class^="col-"],.row.no-gutter > [class*=" col-"]{padding-right:0;padding-left:0}
section, .section{
	padding: 4.5rem 0;
	position: relative;
	overflow: hidden;
}
.content {
	padding: 40px 0;
	background: rgba(178,189,178,.05);
}
nav.main-nav {display: none;}
.mymap {height: 400px !important;width: 100% !important;}
.ymFiltersBlock {display: none;}
#easy-menu ul ul li > a:hover,#easy-menu ul ul li > a:focus,#easy-menu ul ul li.active > a{color:#1b1d20;text-decoration:underline}
#easy-menu > ul > li{float:left}
#easy-menu ul ul{position:absolute;left:-9999px;background:#fff;z-index:6;padding:15px 26px;margin-top:10px;transition-property:margin-top;transition-duration:.2s;transition-timing-function:ease-in-out;box-shadow:0 2px 10px rgba(22,100,191,.15)}
#easy-menu ul ul li {
	border-bottom: 1px solid rgba(255,255,255,0.07);
	padding: 10px 0;
	display: inline-block;
	text-align: left;
	line-height: 1.2;
	vertical-align: top;
	float: none;
}
#easy-menu, #easy-menu ul, #easy-menu ul li, #easy-menu ul li a {
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	box-sizing: border-box;
}

#top-menu > ul > li {
	padding: 0 20px;
	display: inline-block;
	float: none;
}

#top-menu > ul > li.last {
	padding-right: 0;
}

#top-menu ul li > a {
	font-size: .93em;
	font-weight: 300;
	line-height: 1;
	color: #cfd1d2;
}

.header-navigation {
	display: flex;
	flex-direction: column;
	height: 100px;
	justify-content: center;
}

.menu {
	display: flex;
	margin-top: 1em;
}

#top-menu {
	text-align: right;
}


#easy-menu ul ul li a {
	width: 200px;
}
#easy-menu ul ul li a{color:#333}
#easy-menu ul ul li a:before{display:none}
#easy-menu ul ul li{transition:all .25s ease}
#easy-menu li:hover > ul{left:auto;margin-top:0}
#easy-menu ul ul ul {
	margin-left: 100%;
	transition: .3s;
	top:0;
}
#easy-menu ul ul li:last-child{border-bottom:0}
#easy-menu ul ul li a{font-size:.93em}
#easy-menu ul ul > li.has-sub:hover > a:before{top:17px;height:0}

.intro h2{font-size:2em;font-weight:400;line-height:1.1;letter-spacing:1px;margin-bottom:15px}
.intro-desc{font-weight:400;line-height:1.2;margin:0}
.left-null{padding-left:0}
.form-control{padding:0 15px;height:50px;line-height:50px}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}
.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}
.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}
.mfp-container::before{content:'';display:inline-block;height:100%;vertical-align:middle}
.mfp-content{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear!important;animation-timing-function:linear!important}
.mfp-content form {
	margin: auto;
	max-width: 440px;
	padding: 30px;
	position: relative;
	text-align: center;
	border: none;
	width: 100%;
	color: ;
	background: #eef3f6;
	box-shadow: 0 2px 20px rgba(22,100,191,.15);
}
.mfp-close-btn-in .mfp-close {
	color: inherit !important;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
	color: #fff !important;
}
.form h4 {
	font-size: 1.3em;
	font-weight: 400;
	margin-bottom: 10px;
}
.form p {
	line-height: 1.1;
	margin-bottom: 25px;
	font-size: .93em;
}
.form input, .form textarea {
	color: #777;
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 6px;
	border: 1px solid #ccc;
}

.form.hid {
	padding: 130px 20px;
}
.fran_block {
	margin-bottom: 50px;
}

.table .popup.btn {
	padding: 12px 15px;
	font-size: .9em;
}
.form .btn {
	width: 100%;
}
.form input[type="checkbox"] {
	float: left;
	width: auto;
	margin-right: 10px;
	cursor: pointer;
}
.conf {
	margin: 0;
	font-size: .75em;
	font-weight: 400;
	line-height: 1.2;
	overflow: hidden;
	text-align: left;
	margin-bottom: 10px;
}
.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; 
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mobile-logo-search-humbarger{min-height:57px;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.mobile-logo-search-humbarger .logo{margin-right:auto}
.mobile-menu .humbarger-button{margin-left:auto;font-size:18px}
.mobile-menu .humbarger-button i {
	cursor: pointer;
	font-size: 2rem;
}
.humbarger i{color:#000;font-size:18px}
.mobile-menu .search-box{margin:0 10px;position:static}
.logo-mobile {
	margin: 10px 0 0px;
	text-align: center;
}
.mobile-menu{display:none}
.humbarger i{color:#000;font-size:18px}
.mobile-menu .search-box{margin:0 10px;position:static}
.logo-mobile{margin:10px 0 30px}
.mobile-background-nav{position:fixed;top:0;display:none;left:-300px;width:300px;transition:.3s;z-index:999;background:#fff;height:2000px}
.mobile-background-nav.in .hidemnu{content:"";background:rgba(0,0,0,.7);position:fixed;width:100%;top:0;left:0;padding:0;cursor:pointer;height:100vh}

.mobile-background-nav .mobile-inner {
	overflow: auto;
	position: relative;
	padding: 10px;
	background: #0f172a;
}

.dropdown > li {
	padding-left: 10px;
	position: relative;
}
.mobile-background-nav .mobile-inner .mobile-menu-close {
	text-align: right;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 20px;
}
.mobile-background-nav .mobile-inner .mobile-menu-close i {
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
}
.mobile-background-nav .mobile-inner {
	color: #fff;
}

.mobile-background-nav ul {
	list-style: none;
	padding: 2rem;
	margin-top: 3rem;
}

.mobile-inner .menu-list.lang-list {
	padding: 0 1.25rem;
	margin-top: 1rem;
	display: flex;
}

.mobile-background-nav ul .dropdown{overflow:hidden;display:none}

.menu-accordion > li{position:relative}
.dropdown > li{padding-left:10px}

.mobile-background-nav ul li a {
	width: 100%;
	display: block;
	color: inherit !important;
	padding: .75em;
	transition: background .3s ease;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 400;
}

.mobile-background-nav ul > li > a:hover, .mobile-background-nav ul > li.active > a, .mobile-background-nav ul > li > a.active {
	color: #71a850 !important;
}
.lnr-cross::before {
	content: '\e870';
}
.item-icon img{float:left;display:block;position:relative;overflow:hidden;margin:0 30px 0 0}
.item-icon h3{line-height:1;font-weight:400;overflow:hidden;margin-bottom:10px;font-size:1.1em;text-transform:uppercase;letter-spacing:1px}
.mobile-inner .logo-area{margin-bottom:40px}
.item-icon p{color:#777;font-weight:400;line-height:1.2}
.mtop{margin-top:50px}
.mobile-background-nav ul li > a:hover,.mobile-background-nav ul li.active > a,.mobile-background-nav ul li a.active{color:#1b1d20}
.mobile-background-nav.in{left:0}
.mobile-logo-search-humbarger{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;position:static}
.main-nav ul .dropdown {
	overflow: hidden;
	display: none;
	padding: 0;
	margin: 0;
}
.main-nav ul {
	list-style: none;
	padding: 0;
	margin-top: 10px;
	text-align: center;
	font-size: 1.1em;
}
.main-nav .dropdown li a {
	font-size: 1em;
}
.dropdown > li {
	padding-left: 10px;
	font-size: .95em;
}

.mobile_logo {
	padding: 0px 30px 0px 2rem;
	margin-top: -15px;
	max-width: 260px;
}

#top-menu ul li > a.active {
	color: #71a850;
}

#easy-menu ul {
	padding-right: 0px;
	text-align: right;
}
#easy-menu > ul > li {
	padding: 0 20px;
	display: inline-block;
	float: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

.menu-accordion > li{position:relative}
.dropdown > li{padding-left:10px}
.main-nav ul li a{display:inline-block;color:#fff;padding:.75em;transition:background .3s ease;font-size:1.2em}
.mobile-inner .logo-area{margin-bottom:40px}
.main-nav ul li > a:hover,.mobile-background-nav ul li.active > a,.mobile-background-nav ul li a.active{color:#1b1d20}
.mobile-background-nav.in{left:0}
.btn {
	border: 3px solid;
	padding: 1.25rem 2rem;
	text-align: center;
	background: #71a850;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 1em;
	border-radius: 3rem;
	color: #fff;
	border: none;
}

.btn:hover, .btn:focus {
	background: #80ba5d;
	color: #fff;
}

.btn.video-btn {
	margin-right: 8px;
background: rgb(247, 90, 48);
background: -moz-linear-gradient(300deg, rgb(247, 90, 48) 0%, rgb(255, 173, 29) 100%);
background: -webkit-linear-gradient(300deg, rgb(247, 90, 48) 0%, rgb(255, 173, 29) 100%);
background: -o-linear-gradient(300deg, rgb(247, 90, 48) 0%, rgb(255, 173, 29) 100%);
background: -ms-linear-gradient(300deg, rgb(247, 90, 48) 0%, rgb(255, 173, 29) 100%);
background: linear-gradient(30deg, rgb(247, 90, 48) 0%, rgb(255, 173, 29) 100%);
	color: #fff;
	padding-left: 70px;
	padding: 20px 28px 20px 70px;
	border:none;
	position: relative;
-webkit-box-shadow: 0px 20px 30px 0px rgba(244, 123, 40, 0.3);
-moz-box-shadow:    0px 20px 30px 0px rgba(244, 123, 40, 0.3);
box-shadow:         0px 20px 30px 0px rgba(244, 123, 40, 0.3);
}
.btn.video-btn:hover, .btn.video-btn:focus
{
background: rgb(247, 90, 48);
background: -moz-linear-gradient(60deg, rgb(247, 90, 48) 0%, rgb(255, 173, 29) 100%);
background: -webkit-linear-gradient(60deg, rgb(247, 90, 48) 0%, rgb(255, 173, 29) 100%);
background: -o-linear-gradient(60deg, rgb(247, 90, 48) 0%, rgb(255, 173, 29) 100%);
background: -ms-linear-gradient(60deg, rgb(247, 90, 48) 0%, rgb(255, 173, 29) 100%);
background: linear-gradient(150deg, rgb(247, 90, 48) 0%, rgb(255, 173, 29) 100%);
}

.btn.video-btn::before {
	content: '';
	background: url(../img/play.png) no-repeat left center;
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	left: 12px;
	top: 7px;
}

a.absolute {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.white.btn {
	background: none;
	border: 2px solid #1b1d20;
	color: #212121;
	padding: 8px 21px;
	margin-left: 20px;
}
.white.btn:hover,.white.btn:focus {
	background: #1b1d20;
	color: #fff;
}
.right {
	text-align: right;
	float: right;
}
#sticker {
	padding: 25px 0 0;
	height: 85px;
}

#sticker.stick {
	position: fixed;
	z-index: 99;
	width: 100%;
	top: 0;
	left: 0;
	height: 100px;
	background: #0f172a;
	margin-top: 0px;
	padding-top: 0;
	box-shadow: 0 .125rem .625rem rgba(0,0,0,.06);
}
a.absolute {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.has-submenu {
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	z-index: 9;
	top: 7px;
	cursor: pointer;
	color: inherit;
	font-weight: 400;
}
.has-submenu::before{content:'\f105';font-family:fontawesome;font-size:1.2em}

.mobile-phone, .menu {
	float: right;
	text-align: right;
	justify-content: end;
}

.mobile-phone {
	padding: 0;
	margin-left: 80px;
}

#particles-js, #particles-bottom{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.doctors_section .container {
	z-index: 2;
}

#easy-menu > ul > li.last {
	padding-right: 0;
}
.mobile-inner .mobile_phone {
	margin: 15px 30px 25px 10px;
	text-align: left;
}

.mobile-inner .menu-list {
	position: relative;
	display: block;
	width: 100%;
	float: left;
}

.menu_catalog ul {
	width: 720px;
}

#easy-menu ul ul li a {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	padding-right: 20px;
}

.menu_catalog ul li {
	width: 33%;
	float:left;
}

.mobile-inner .btn.white.call.popup {
	margin: 8px 0 0;
	width: 180px;
}
.logo-area {
	float: left;
	max-width: 300px;
}
.langs {
	float: right;
	margin-top: 5px;
	margin-left: 40px;
}
.langs li {
	display: inline-block;
	font-size: .93em;
	font-weight: 400;
	margin: 0 8px;
}
.langs a {
	color: inherit;
}
.langs .active a, .langs a:hover {
	color: #f75331;
}
.burger {
	display: none;
}
.tel {
	font-size: 1.2em;
	color: inherit !important;
	font-weight: 400;
	line-height: 1.1;
	position: relative;
}
.callback {
	display: block;
	line-height: 1;
	font-size: .8em;
	text-decoration: underline;
	font-weight: 400;
}

a.target-burger {
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index:15;
}
a.target-burger:hover {
	cursor: pointer;
	-webkit-opacity: 0.45;
	-moz-opacity: 0.45;
	opacity: 0.45;
}
ul.buns{
                width: 1.625em;
                height: 1.625em;
                list-style: none;
                margin: -1.625em/2 0 0 -1.625em/2;
                padding: 0;
                -webkit-transition: -webkit-transform 1s cubic-bezier(.23,1,.32,1),color 1s cubic-bezier(.23,1,.32,1);
                transition: transform 1s cubic-bezier(.23,1,.32,1),color 1s cubic-bezier(.23,1,.32,1);
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
                color: #fff;
            }
 a.target-burger ul.buns li.bun {
	width: 100%;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: 50%;
	margin-top: -0.75px;
	-webkit-transform: translateY(-3.75px) translateZ(0);
	transform: translateY(-3.75px) translateZ(0);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
}
a.target-burger.toggled ul.buns li.bun {
	background-color: #fff;
}

a.target-burger ul.buns li.bun.second {
		-webkit-transform: translateY(12px) translateZ(0);
	transform: translateY(12px) translateZ(0);
}

a.target-burger ul.buns li.bun:last-child {
	-webkit-transform: translateY(3.75px) translateZ(0) translateX(3.75px);
	transform: translateY(3.75px) translateZ(0px) translateX(3.75px);
}

a.target-burger.toggled ul.buns li.bun {
	-webkit-transform: rotate(45deg) translateZ(0);
	transform: rotate(45deg) translateZ(0);
}

a.target-burger.toggled ul.buns li.bun.second {
display:none;
}

a.target-burger.toggled ul.buns li.bun:last-child {
	-webkit-transform: rotate(-45deg) translateZ(0);
	transform: rotate(-45deg) translateZ(0);
}
nav.main-nav {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	height: 100%;
	width: 100%;
	padding: 5em;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
nav.main-nav ul {
	padding: 2em 0 0 0;
}
nav.main-nav ul li:last-child a {
	border: none;
}
nav.main-nav ul li a {
	font-size: 1.25em;
	color: #fff;
	padding: .5em 0;
	font-weight: 300;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
nav.main-nav.toggled {
	display: block;
	z-index: 10;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: fixed;
	background: rgba(0,0,0,.8);
}
.target-burger.toggled {
	top: 60px !important;
	position: fixed;
}
.header-area.stick.toggled {
	position: absolute;
}
.container.toggled, section.toggled,.mobile-phone.toggled,.social.toggled {
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-o-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu-accordion > li {
	position: relative;
}

.header-navigation {
	color: #fff;
	width: auto;
	float: right;
}
#easy-menu ul li > a {
	font-size: 1.1em;
	font-weight: 400;
	color: inherit;
	line-height: 1;
}
#easy-menu ul li.active > a, #easy-menu ul li > a.active, #easy-menu ul li > a:hover, #easy-menu ul li > a:focus {
	color: #71a850;
}
}

#top-menu ul li.active > a, #top-menu ul li > a:hover {
	opacity: .65;
}
.no-padding{padding:0}
#top {
background: #f8f9f9;
padding: 0;
}
#wrapper {
	margin-top: 100px;
}

.btn span, .form h4 span {
	display: none;
}

.sitemap ul ul {
	margin-left: 20px;
}

.error {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.err404 {
	font-size: 8rem;
	display: flex;
	justify-content: center;
	font-weight: 400;
}

.map-location-information .tel::before {
	display: none;
}

.contact-label {
	color: #999;
	display: block;
	margin: 2em 0 0em;
	font-size: .85em;
}

.contact-label:first-child {
	margin-top: 1em;
}


.pathway h4 {
	margin-top: 0;
}



/*Block1*/

.slider-block {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 2;
	width: 100%;
}

.side-heading::after {
	content: "";
	width: 1px;
	height: 100vh;
	background-color: #979a9b;
	bottom: 110%;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}

.side-heading {
	position: absolute;
	font-size: 11px;
	color: #6b7072;
	transform: rotate(180deg);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 !important;
	line-height: 1;
	white-space: nowrap;
	left: 60px;
	top: 140px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .25em;
}

.side-heading.white-heading {
	color: #ccc;
}

.t190.side-heading {
	top: 190px;
}

.spacer {
	background-color: #71a850;
}

.mainslider .side-heading {z-index: 2; top: 170px;}

.doctors_section  .side-heading {z-index: 2; }

.slider {
	height: 570px;
-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.methodics {
	background: #1a1b1b url(../img/meth.jpg) no-repeat center;
	color: #fff;
}

.methodics .block_desc {
	color: #fff;
}

.col-md-6:nth-child(2n) .meth_img {
	float: right;
}

.box_title {
	margin: 36px 0;
	position: relative;
}

.box {
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	margin-bottom: 30px;
	position: relative;
	min-height: 240px;
	transition-duration: 400ms;
	transition-timing-function: cubic-bezier(.16,1,.29,.99);
	overflow: hidden;
	background:#fff;
}

.box:hover{	box-shadow: 0 0px 20px 0 rgba(0,0,0,.2);
}

.meth_img {
	width: 43%;
	float: left;
	overflow: hidden;
}

.meth_img img {
	width: 100%;
}

.meth_desc {
	padding: 30px;
	width: 57%;
	float: right;
}

.row.services_header {
	margin-bottom: 50px;
}

.card_logo img {
	height: 70px;
}

.box h3 {
	font-size: 1.25em;
	font-weight: 400;
	color: #1b1d20;
}

.box p {
	font-weight: 300;
	color: #4f5a61;
	margin-bottom: 0;
}

.nauka {
	margin-top: 30px;
}

.block_title {
	font-size: 2.25rem;
	margin-bottom: 2rem;
	letter-spacing: -.04em;
	line-height: 1.2;
}

.owl-theme .owl-controls .owl-nav > div {
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	line-height: 1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.owl-theme .owl-controls .owl-nav > div i {
	color: #444;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	font-size: 2em;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: no-repeat;
	color: inherit;
	text-decoration: none;
	opacity: .5;
}

.footer_contacts .logo {
	display: inline-block;
}

.about_image {
	text-align: right;
	padding-right: 4rem;
}

.clinics .owl-stage {
	display: flex;
	align-items: center;
}

.download::before {
	content: '\e865';
	font-family: Linearicons-Free;
	margin-right: 7px;
}

.pub_name, .download {
	font-weight: 400;
}

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

.slidername {
	font-size: 3rem;
	margin-bottom: 1.5rem;
	line-height: 1.2;
	position: relative;
	letter-spacing: -1px;
}

.sliderdesc {
	font-size: 1.125rem;
	font-weight: 300;
	color: #4f5a61;
}

.slider .btn {
	margin-top: 35px;
}
h2.section-title {
	font-size: 2.5em;
	color: #1b1d20;
	font-weight: bold;
	margin-bottom: 50px;
	letter-spacing: -0.025em;
}

#top .owl-prev {
	left: 0;
}

#top .owl-next {
	right: 0;
	border-radius: 50% 0 0 50%;
	padding: 10px 15px 10px 25px;
}

#top .owl-prev, #top .owl-next {
	padding: 10px 25px;
	color: #1763be;
		position: absolute;
	top: 40%;
	font-size: 1.2em;
	cursor: pointer;
}

.relative{position:relative;}

.container.no-padding {
	position: relative;
}

.subheader {
	color: #71a850;
	font-weight: 500;
	font-size: .93rem;
}

.treatment li {
	margin-bottom: 12px;
}

.list-text {
	margin-bottom: 10px;
}

.list-text li::after {
	content: "";
	border-bottom: 1px dashed #bbb;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 20px;
}

.list-text li {
	list-style-type: none;
	display: block;
	position: relative;
	width: 100%;
	height: 36px;
}

.list-text li .left-list-item {
	float: left;
	padding-right: 7px;
	font-weight: 400;
}

.list-text li .right-list-item {
	float: right;
	padding-left:7px;
}

.list-text li p {
	background-color: #fff;
	z-index: 1;
	position: relative;
	color: #212121;
	margin: 0;
}

.ymaps-2-1-76-balloon__close + .ymaps-2-1-76-balloon__content {
	margin-right: 13px !important;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 15px;
}

.ymaps-2-1-76-balloon__close-button {
	display: block !important;
	opacity: 1 !important;
	background-color: #fff !important;
	height: 35px !important;
}

ymaps p, ymaps ul {
	max-width: 200px;
	font-size: .9em;
	margin-bottom: 5px;
}

ymaps .list-text li {
	height: 25px;
}

ymaps .list-text li::after {
	bottom: 10px;
}

ymaps .btn.popup {
	width: 100%;
	margin-bottom: 12px;
	display: block;
	float: left;
}

ymaps p a {
	font-weight: 400;
	width: 100%;
	margin: 10px 0 0;
	display: block;
	color: inherit;
	line-height: 1.4;
}

.principle_section {
	background: #f8f9f9;
}

.features_section {
	margin: 50px 0 25px;
}

.row.principles {
	padding: 40px 0 0;
}

.row.principles .feat_desc {
	border-bottom: 1px solid #ddd;
	padding: 0 0 40px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 30px;
    width: auto;
    max-width: 440px;
    margin: 20px auto;
}

.white-popup h4 {
	font-size: 1.3em;
	font-weight: 400;
	margin-bottom: 20px;
}

.row.principles:last-child .feat_desc{
	border-bottom: none;
	padding: 0;
}

.row.principles p {
	margin: 0;
}


.features_section img {
	float: left;
	margin-right: 25px;
	height: 60px;
}

.features_section .feat_text {
 font-size:1.4em;
 margin-bottom:15px;
 font-weight:500;
}

.features_section .feat_desc {

	color: #4f5a61;
}

.feat_text span {
	display: block;
	margin-top: 10px;
	font-size: .93em;
}

.doctorpage .doctor_spec {
	padding: 10px 0;
	text-align: center;
}

.doctorpage .col-sm-8 {
	padding-left: 40px;
}

.doctor_image img {
	width: 100%;
}

.about_desc a {
	border-bottom: 1px solid;
	padding-bottom: 2px;
	color:#1a1b1b;
}

.about_desc a:hover, .about_desc a:focus{
	border-color: transparent;
	color:#474747;
}

.doctors_carousel {
	position: unset;
	margin: 25px -15px 0;
}

.doctors_carousel .owl-controls {
	margin-top: 30px;
}

.patent_carousel .owl-controls {
	position: absolute;
	top: 0;
	right: 0;
}

.licences_block {
	position: relative;
	margin: 50px 0 20px;
}

.patent_carousel img {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.patent_carousel.owl-carousel .owl-stage-outer {
	padding: 10px;
	margin: 0 -10px;
}

.introtext {
	margin-bottom: 35px;
}

.cont_title {
	margin-bottom: 40px;
	font-weight: 400;
	margin-top: -20px;
}

.city {
	font-weight: 400;
	font-size: 1.2em;
	color: #71a850;
	margin-bottom: 10px;
	margin-top: 10px;
}

.branch {
	margin-bottom: 30px;
}

.branch p {
	margin-bottom: 7px;
}

.branch_name {
	font-weight: 400;
}

.branch_address {
	font-size: .93em;
}

.branch_tel a {
	color: inherit !important;
	font-weight: 400;
}

.branch_hours {
	font-size: .85em;
	color: #4f5a61;
}

.patent_carousel {
	position: unset;
	margin-top: 40px;
}

.row.footer_copyright {
	margin: 20px -15px 5px;
	color: #adafb8;
	font-size: 12px;
}

.clinics img {
	margin: 0 15px 0 0;
	filter: saturate(0);
}

.clinics img:hover {
	filter: saturate(1);
}

.d-flex { display: flex; }

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

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


.doctors_section {
	background: #f8f9f9;
	position: relative;
	overflow: hidden;
}

.doctors_carousel.owl-theme .owl-nav {
	margin-top: 0;
}

.doctors_carousel.owl-theme .owl-nav [class*="owl-"] {
	padding: 0px 5px;
}


.patients_carousel.owl-carousel .owl-stage-outer {
	padding: 1rem;
	margin: -1rem;
}

.patients_carousel .owl-stage {
	display: flex;
	column-gap: 1rem;
}

.patient {
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	overflow: hidden;
	position: relative;
	margin-bottom: 1.5rem;
	border-bottom: 5px solid #71a850;
}

.patient_desc {
	padding: 2rem;
	background: #fff;
}

.row.about_features {
	text-align: center;
}

.features_block {
	padding: 3rem 0;
}

.feat_num {
	font-size: 2.5rem;
	color: #71a850;
	line-height: 1.2;
}

.about_desc p:first-child, .tlns_desc p:last-child {
	font-size: 1.125rem;
	font-weight: 500;
}

.block_title_mini {
	font-size: 1.75rem;
	margin-bottom: 1.5rem;
	letter-spacing: -.03rem;
	line-height: 1.2;
}

.bg_gray {
	background: #f8f9f9;
}

.countries_section {
	text-align: center;
}

.desc_p {
	max-width: 600px;
	margin: 0 auto 3rem;
	font-size: 1.125rem;
	opacity: .7;
}

.country_title {
	margin: 1rem 0;
	font-size: 1.25rem;
	font-weight: 500;
}

.country_desc {
	font-size: .9rem;
}

.country img {
	width: auto;
	height: 2.25rem;
	border-radius: .25rem;
}

.tlns_how_desc {
	margin-left: 4rem;
}

.tlns_desc {
	padding-right: 5rem;
}

.bottom .col-sm-5.col-xs-12 {
	padding: 0;
}

.bottom .btn.popup {
	float: right;
	padding: 18px 25px;
}

.licences a {
	width: 48%;
	float: left;
	margin-right: 2%;
}

.doctor_name {
	font-weight: 400;
	font-size: 1.1em;
}

.patient_spec {
	color: #4f5a61;
	font-size: 1em;
	font-weight: 300;
	margin-top: 5px;
}

.doctor_reg {
	font-size: .93em;
	margin: 10px 0;
	color: #bbb;
}

.lnr-chevron-left:before {content:'\e875'}

.lnr-chevron-right:before {content:'\e876'}

.lnr-menu::before {content: '\e871';}

.block_title.block_sub {
	font-size: 1.75em;
}

.card-title a {
	color: inherit;
}

.fotorama__nav-wrap {
	position: relative;
	padding: 0;
	width: 100%;
	bottom: auto;
}

.sliderimg {
	height: 100%;
	z-index: 1;
}

.slider_img {
	position: absolute;
	right: -12%;
	top: 0;
	height: 100%;
	max-width: none;
	width: auto !important;
}

#top .owl-item {
	overflow: hidden;
}

.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	font-size: .8em;
}
.breadcrumb a {
	font-weight: 400;
}

.page_title {
	font-size: 2.25rem;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 1.2;
	margin-top: 3px;
}

h2 {
	font-size: 1.25em;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.2;
}
h3 {
	font-size: 1.5rem;
	font-weight: 300;
	margin-bottom: 1.5rem;
	line-height: 1.2;
	text-transform: none;
}

.patent_carousel.owl-theme .owl-nav {
	margin-top: 0;
}

.tab-content ul {
	margin-bottom: 20px;
	padding-left:10px;
}
.tab-content ul li {
	padding-left: 20px;
	margin-bottom: 7px;
	position: relative;
}
.tab-content ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	background: #1b1d20;
	position: absolute;
	left: 0;
	top: 7px;
	display: block;
}
.map_block {
	margin-top: 10px;
}
.fotorama__stage__shaft {
	background: #fff;
	width: 100% !important;
}
.fotorama__stage {
	width: 100% !important;
}
.fotorama__wrap {
	width: 100% !important;
}
.fotorama__thumb-border {
	border-color: #1b1d20;
}
.fotorama__arr--next::before, .fotorama__arr--prev::before {
	color: #1b1d20;
}

.centers_title {
	font-size: 1.25em;
	font-weight: 500;
	margin: 1em 0 .5em;
}

section.content {
	min-height: 75vh;
}

section.bottom {
	padding: 50px 0;
}

.metallic {
	background: rgba(178,180,178,.15);
}

footer {
	padding: 0;
	font-size: 14px;
	background: #0f172a;
	color: #acafb1;
}

.bottomheader {
	font-weight: 400;
	color: #354755;
	font-size: 1.3em;
	line-height: 1.1;
	padding-left: 55px;
	background: url(../img/consult.png) no-repeat left;
}
.bottomdesc {
	font-size: .93em;
	color: #4f5a61;
	padding-right: 20px;
	padding-left: 8px;
}
.footer_title {
	font-size: 1.2em;
	font-weight: 400;
}

.col-sm-6.res {
	margin-bottom: 30px;
}

.box.research {
	padding: 35px;
	height: 100%;
	margin: 0 !important;
}

.box.research > div {
	margin-bottom: 15px;
}

.box.research > div.res_title {
	font-weight: 400;
	font-size: 1.25em;
	line-height: 1.2;
	margin-bottom: 25px;
}

.box.research > div span {
	color: #4f5a61;
	display: block;
	font-size: .93em;
}

footer a {color:inherit; text-decoration:underline;}

footer a:hover,footer a:focus {color:inherit; text-decoration:none;}


.footer_links #easy-menu ul li a {
	color: inherit;
	font-weight: normal;
	line-height: 1.4;
}


.footer_links li {
	margin-bottom: 15px;
	width: 100%;
	padding: 0 !important;
}

.footer_links li.active > a {
	text-decoration: none;
}
.footer-social {
	margin-top: 60px;
}

.footer-social a {
	color: #363b4f!important;
	background: #fff;
	font-size: 1.3em;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	margin-right: 7px;
	display: inline-block;
}
.footer-social a:hover {
	opacity:.8;
}
.footer_contacts i {
	margin-right: 12px;
	float: left;
	margin-top: 4px;
	color: #8d9ba6;
}

.submenu_wrapp.first.active > a {
	text-decoration: underline;
}

.doctorpage .doctor {
	margin: 0 0 30px;
}

.doctor img {
	width: 100%;
}

.copyright_inner {
	padding: 2rem 0 1rem;
}

.footer_links span {
	display: block;
	overflow: hidden;
}

.footer-header {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1;
}

.mobile-menu {
	position: absolute;
	right: 30px;
}

.footer_logo {
	padding-left: 0;
}

.footer_tel {
	font-size: 1.25em;
	font-weight: 400;
	text-decoration: none;
}
.worktime {
	margin-left: 25px;
	font-size: 14px;
}
.row.footer_copyright {
	margin: 20px -15px 5px;
	color: #adafb8;
	font-size: 12px;
}

.footer_contacts {
	padding-top: 60px;
}

.spacer {
	overflow: hidden;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin-top: 30px;
}

.spacer:hover {
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.card_img img {
	width: 100%;
}

.block_desc {
	color: #4f5a61;
	font-size: 1em;
}

.clinics_section .block_title {
	margin-bottom: 10px;
}

.footer_links #menu {
	padding-right: 30px;
}

.card_desc {
	padding: 35px;
	color: #fff !important;
	font-size: 1.25em;
	line-height: 1.1;
	font-weight: 400;
	overflow: hidden;
	min-height: 120px;
}

.card_logo {
	text-align: right;
	margin-top: -35px;
}

.card_desc > div {
	width: 50%;
	float: left;
}

.spacer.orange {
	background: #ff6b00;
}

.spacer.red {
	background: #cf3339;
}

.footer_logo {
	margin-bottom: 30px;
}

.copyright {
	padding-left:0;
}

.copyright p {
	font-size: 12px;
}

.scroll_down {
	text-align: center;
	margin-top: 130px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
	color: #fff;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
	color: #fff;
	z-index: 999;
	position: absolute;
	cursor: pointer !important;
	width: auto !important;
}

#scrollUp {
	background: #71a850;
	bottom: 2rem;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	height: 3.5rem;
	line-height: 45px;
	position: fixed;
	right: 2rem;
	text-align: center;
	text-decoration: none;
	transition: all .5s cubic-bezier(0,0,0,1) 0;
	width: 3.5rem;
	z-index: 999 !important;
	border-radius: 50%;
	line-height: 3.25rem;
}

#scrollUp:hover{opacity:.7}

.readmore {
	font-weight: 400;
	text-decoration: underline;
}

.h5, h5 {
	font-size: 1.2em;
	margin-top: 30px;
}

.header .logo-area {
	margin-top: -15px;
}

.social a:hover {
	opacity: .7;
}

.social i {
	width: 40px;
	height: 40px;
	background: #ddd;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	margin-right: 3px;
	margin-top: 3px;
}

i.fa-vk{background:#6596bc;}

i.fa-facebook{background:#3b5998;}

i.fa-twitter{background:#1ca1f0;}

i.fa-whatsapp {
	background: #65bc56;
	font-size: 1.3em;
}
.footermenu .menu-list ul {
	margin-top: 17px;
}

.readmore-js-expanded {
	height: auto !important;
}

.readmore-js-toggle {
	margin-bottom: 10px;
}
  
.readmore-js-collapsed::before {
	content: "";
	display: block;
	height: 40%;
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(248, 248, 248, 0), #f8f8f8 75%);
	filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#00ffffff, endColorstr=#ffffffff, GradientType=1);
	width: 100%;
}
.readmore-js-toggle {
	padding: 0 20px;
	text-align: right;	
}
.readmore-js-toggle:hover{text-decoration:none;}
.readmore-js-toggle span{
	border-bottom: 1px dashed;
}

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

small {
	color: #777;
	margin: 5px 0;
	display: block;
}

.has-sub > a::after {
	content: '\f107';
	position: absolute;
	margin-left: 4px;
	font-family: fontawesome;
	font-size: .85em;
	margin-top: 1px;
}

.table {
	box-shadow: 0 0 20px rgba(161,185,215,.3);
	background: #fff;
	margin: 1.5rem 0 2.5rem 0;
}

.table tr:nth-child(2n) {
	background: rgba(178,180,178,.15);
}

.table td, .table th {
	padding: 18px 30px !important;
	color: #333;
	border: 0 !important;
}

.content_block > h3 {
	font-weight: 400;
	margin: 30px 0;
}

.content_block > ul {
	margin-bottom: 30px;
}

.content_block > ul > li {
	margin: 8px 0;
	position: relative;
	padding-left: 30px;
}

.content_block > ul > li::before {
	content: "\f00c";
	font-family: fontawesome;
	position: absolute;
	left: 0;
	color: #1b1d20;
}

.content_block .table th {
	background: #1b1d20;
	color: #fff;
	padding: 25px 30px !important;
	border: none !important;
	font-size: 1em;
	line-height: 1;
	font-weight: 400;
}

.content_block h4 {
	margin: 40px 0;
	text-align: center;
	font-weight: 400;
	font-size: 1.5em;
	color: #1b1d20;
	
}

.center,.center th {text-align:center;}

.mobile-inner .popup {
	font-weight: 400;
	text-decoration: underline;
}

.mobile-inner .tel {
	font-size: 1.3em;
}

ol {
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	padding: 0;
}

ol > li {
	position: relative;
	padding: 0px 0 5px 35px;
}

ol > li::after {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	text-align: center;
	width: 30px;
	color: #71a850;
}

li p {
	margin: 0;
}

.h2, h2 {
	font-size: 2rem;
	margin-bottom: 1.5rem;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #1b1d20;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #1b1d20;
	border-color: #1b1d20;
}
.tab-content {
	background: #fff;
	padding: 30px 20px;
	border-left: 1px solid#ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}
.product-detail-content {
	padding-left: 30px;
}
.product-tabs {
	margin: 30px 0;
}
.product-tabs .nav > li > a {
	padding: 15px 20px;
	font-weight: 400;
	font-size: .94em;
	color: inherit;
}
.product-vendor {
	font-size: .94em;
	margin-bottom: 15px;
}
.product-vendor span {
	font-weight: 400;
}
.product-detail-content .prices {
	margin: 0 0 20px;
	display: flex;
	align-items: center;
	width: 100%;
}

#map_block {
	margin-top: 2em;
}

.nav.scroll-navigation > li > a {
	padding: 10px 0px;
	color: #000;
}

.nav.scroll-navigation > li > a:focus, .nav.scroll-navigation > li > a:hover {
	background: none !important;
}

.nav.scroll-navigation > li > a:hover, .nav.scroll-navigation .active {
	color:#71a850;
	background:none;
}

.affix-top {
  position: relative;
}

.scrl {
	width: 270px;
	font-size: .93em;
	font-weight: 400;
}

.content section {
	padding: 0;
}



.affix {
  top: 160px;
}

.no-padding-left{padding-left:0;}


.affix-bottom {
  position: absolute;
}

.content ul:not([class]) {
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}

.content ul:not([class]) li {
	margin-bottom: 10px;
}

.content ul:not([class]) li::before {
	content: "■";
	color: #71a850;
	position: absolute;
	left: 8px;
	line-height: 1;
}

.content h3:not([class]) {
color:#1b1d20;
}

b, strong {
	font-weight: 500;
}

h4, .h4 {
	font-weight: 500;
	line-height: 1.25;
	font-size: 1.2rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.tlns_how_desc h3 {
	margin: 2rem 0 1.5rem 0;
}

.treatment {
	padding: 2rem;
	background: #f8f9f9;
	border-bottom: 5px solid #71a850;
}

.treatment h3 {
	margin: 0 0 2rem;
	font-weight: 300;
	font-size: 1.5rem;
}

.feat_img img {
	width: 3rem;
}

.treatment ul li {
	margin-bottom: 10px;
	padding-left: 2rem;
}

.card_text {
	background: #fff;
	padding: 2rem;
}

.card_text .h4 {
	font-weight: 500;
	margin-bottom: 1.25rem;
	font-size: 1.25rem;
	margin-top: 0;
}

.mt-4 {margin-top: 2rem}

.mt-5 {margin-top: 3rem}

.differ_features {
	display: flex;
	column-gap: 1.5rem;
}

.differ_features > div {
	flex: 1;
	text-align: center;
}

.scales {
	display: flex;
	flex-wrap: wrap;
	column-gap: 3rem;
	font-size: .93rem;
}

.scales p {
	width: calc(50% - 1.5rem);
}

.clinical_card {
	background: #fff;
	padding: 2rem 3rem;
	margin: 1rem 0;
	border-left: 5px solid #71a850;
}

.clinical_card:nth-child(2n+1) {
	border-left: 5px solid transparent;
	border-right: 5px solid #71a850;
}

.clinical_card ul.results {
	display: flex;
	margin: 1rem 0;
	gap: 1rem;
}

.clinical_card ul.results  li {
	flex: 1;
	background: #e0f2e9;
	padding: 1rem;
	border-radius: .5rem;
	color: #146b3a;
}

.differ_feature p {
	font-size: .93rem;
	line-height: 1.4;
	opacity: .8;
}

.differ_block {
	margin-top: 5rem;
}

.row.d-flex::before, .row.d-flex::after {
	display: none;
}

.clinical_features {
	display: flex;
	flex-wrap: wrap;
	column-gap: 4rem;
}

.clinical_features > div {
	width: calc(50% - 2rem);
}

.ul_half {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2rem;
}

.ul_half li {
	width: calc(50% - 1rem);
	margin-bottom: 10px;
}


.error .container {
	display: flex;
	align-items: center;
}

.error_p {
	margin: 0;
}

.video-btn {
	position: relative;
	display: block;
	border-radius: 1rem;
	overflow: hidden;
}

.video-btn::before {
	color: #fff;
	padding: 2rem;
	display: block;
	background:rgba(0,0,0,.6);	
	content: '';
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	display: flex;
	align-items: end;
	font-size: .93rem;
	width: 100%;
}


.video-btn::after {
	color: #fff;
	padding: 2rem;
	display: block;
	background: url(../img/play.svg) no-repeat 50% 50%;
	content: '';
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	display: flex;
	align-items: end;
	width: 100%;
}


.video-btn:hover::before {
background:rgba(0,0,0,.7);
}