@font-face {
font-family: 'FIRAGO-BOLD';
src: 
url('../fonts/FIRAGO/FIRAGO-BOLD.EOT?#iefix') format('embedded-opentype'),
url('../fonts/FIRAGO/FIRAGO-BOLD.WOFF') format('woff'),
url('../fonts/FIRAGO/FIRAGO-BOLD.TTF') format('truetype'),
url('../fonts/FIRAGO/FIRAGO-BOLD.SVG#FIRAGO-BOLD') format('svg');
font-weight: normal; font-style: normal;
}
@font-face {
font-family: 'FIRAGO-BOOK';
src: 
url('../fonts/FIRAGO/FIRAGO-BOOK.EOT?#iefix') format('embedded-opentype'),
url('../fonts/FIRAGO/FIRAGO-BOOK.WOFF') format('woff'),
url('../fonts/FIRAGO/FIRAGO-BOOK.OTF') format('truetype'),
url('../fonts/FIRAGO/FIRAGO-BOOK.SVG#FIRAGO-BOOK') format('svg');
font-weight: normal; font-style: normal;
}
@font-face {
font-family: 'FIRAGO-EXTRABOLD';
src: 
url('../fonts/FIRAGO/FIRAGO-EXTRABOLD.EOT?#iefix') format('embedded-opentype'),
url('../fonts/FIRAGO/FIRAGO-EXTRABOLD.WOFF') format('woff'),
url('../fonts/FIRAGO/FIRAGO-EXTRABOLD.TTF') format('truetype'),
url('../fonts/FIRAGO/FIRAGO-EXTRABOLD.SVG#FIRAGO-EXTRABOLD') format('svg');
font-weight: normal; font-style: normal;
}
@font-face {
font-family: 'FIRAGO-EXTRALIGHT';
src: 
url('../fonts/FIRAGO/FIRAGO-EXTRALIGHT.EOT?#iefix') format('embedded-opentype'),
url('../fonts/FIRAGO/FIRAGO-EXTRALIGHT.WOFF') format('woff'),
url('../fonts/FIRAGO/FIRAGO-EXTRALIGHT.TTF') format('truetype'),
url('../fonts/FIRAGO/FIRAGO-EXTRALIGHT.SVG#FIRAGO-EXTRALIGHT') format('svg');
font-weight: normal; font-style: normal;
}
@font-face {
font-family: 'FIRAGO-HEAVY';
src: 
url('../fonts/FIRAGO/FIRAGO-HEAVY.EOT?#iefix') format('embedded-opentype'),
url('../fonts/FIRAGO/FIRAGO-HEAVY.WOFF') format('woff'),
url('../fonts/FIRAGO/FIRAGO-HEAVY.TTF') format('truetype'),
url('../fonts/FIRAGO/FIRAGO-HEAVY.SVG#FIRAGO-HEAVY') format('svg');
font-weight: normal; font-style: normal;
}
@font-face {
font-family: 'FIRAGO-LIGHT';
src: 
url('../fonts/FIRAGO/FIRAGO-LIGHT.EOT?#iefix') format('embedded-opentype'),
url('../fonts/FIRAGO/FIRAGO-LIGHT.WOFF') format('woff'),
url('../fonts/FIRAGO/FIRAGO-LIGHT.TTF') format('truetype'),
url('../fonts/FIRAGO/FIRAGO-LIGHT.SVG#FIRAGO-LIGHT') format('svg');
font-weight: normal; font-style: normal;
}
@font-face {
font-family: 'FIRAGO-REGULAR';
src: 
url('../fonts/FIRAGO/FIRAGO-REGULAR.EOT?#iefix') format('embedded-opentype'),
url('../fonts/FIRAGO/FIRAGO-REGULAR.WOFF') format('woff'),
url('../fonts/FIRAGO/FIRAGO-REGULAR.TTF') format('truetype'),
url('../fonts/FIRAGO/FIRAGO-REGULAR.SVG#FIRAGO-REGULAR') format('svg');
font-weight: normal; font-style: normal;
}
@font-face {
font-family: 'FIRAGO-SEMIBOLD';
src: 
url('../fonts/FIRAGO/FIRAGO-SEMIBOLD.EOT?#iefix') format('embedded-opentype'),
url('../fonts/FIRAGO/FIRAGO-SEMIBOLD.WOFF') format('woff'),
url('../fonts/FIRAGO/FIRAGO-SEMIBOLD.TTF') format('truetype'),
url('../fonts/FIRAGO/FIRAGO-SEMIBOLD.SVG#FIRAGO-SEMIBOLD') format('svg');
font-weight: normal; font-style: normal;
}
@font-face {
font-family: 'FIRAGO-THIN';
src: 
url('../fonts/FIRAGO/FIRAGO-THIN.EOT?#iefix') format('embedded-opentype'),
url('../fonts/FIRAGO/FIRAGO-THIN.WOFF') format('woff'),
url('../fonts/FIRAGO/FIRAGO-THIN.TTF') format('truetype'),
url('../fonts/FIRAGO/FIRAGO-THIN.SVG#FIRAGO-THIN') format('svg');
font-weight: normal; font-style: normal;
}
@font-face {
font-family: 'FIRAGO-ULTRALIGHT';
src: 
url('../fonts/FIRAGO/FIRAGO-ULTRALIGHT.EOT?#iefix') format('embedded-opentype'),
url('../fonts/FIRAGO/FIRAGO-ULTRALIGHT.WOFF') format('woff'),
url('../fonts/FIRAGO/FIRAGO-ULTRALIGHT.TTF') format('truetype'),
url('../fonts/FIRAGO/FIRAGO-ULTRALIGHT.SVG#FIRAGO-ULTRALIGHT') format('svg');
font-weight: normal; font-style: normal;
}
@font-face {
font-family: 'FIRAGO-MEDIUM';
src: 
url('../fonts/FIRAGO/FIRAGO-MEDIUM.EOT?#iefix') format('embedded-opentype'),
url('../fonts/FIRAGO/FIRAGO-MEDIUM.WOFF') format('woff'),
url('../fonts/FIRAGO/FIRAGO-MEDIUM.TTF') format('truetype'),
url('../fonts/FIRAGO/FIRAGO-MEDIUM.SVG#FIRAGO-MEDIUM') format('svg');
font-weight: normal; font-style: normal;
}
.faq_container {
	display: none !important;
}
body {
	font-family: "BPG LE Studio 02", sans-serif;
	font-size:16px;
	color:#000;
	margin:0px;
}
* {
	box-sizing: border-box;
	text-decoration: none;
}
img {
	max-width: 100%;
}
.container {
	padding:0 60px;
}
.header_spacer {
	height:100px;
}
.header_wrapper {
	background: #fff;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 3;
}
.header_wrapper.active {
box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
-webkit-box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
-moz-box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
}
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height:100px;
}
.logo {
	line-height: 0;
/*	width:210px;*/
}
.logo img {
	height:36px;
}
.menu {

}
.menu a {
	color:#294D63;
	margin:0 20px;
	font-weight: 500;
	height:100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: bold;
	font-family: "ALK Sanet", sans-serif;
	font-size:17px;
	border-top: 6px solid transparent;
}
.menu a:hover {
	color:#80AC9E;
	border-top: 6px solid #80AC9E;
}
.menu a.active {
	color:#80AC9E;
	border-top: 6px solid #80AC9E;
}
.submenu {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.submenu_title {
	color:#294D63;
	font-weight: 500;
	margin:0 10px 0 20px;
	height: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: bold;
	cursor: pointer;
	font-family: "ALK Sanet", sans-serif;
	font-size:17px;
	border-top: 6px solid transparent;
}
.submenu_title svg {
	font-size:15px;
	margin:-1px 0 0 8px;
	color:#80AC9E;
}
.submenu_list {
	position: absolute;
	top:100px;
	left:-10px;
	background: #fff;
	box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
	-webkit-box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
	-moz-box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
	padding:6px 20px 6px 0;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.submenu:hover .submenu_title {
	color:#80AC9E;
	border-top: 6px solid #80AC9E;
}
.submenu:hover .submenu_list {
	pointer-events: all;
	opacity: 1;
}
.submenu.active .submenu_title {
	color:#80AC9E;
	border-top: 6px solid #80AC9E;
}
.submenu_list a {
	display: block;
	margin:22px 30px;
	height: auto;
	border:none !important;
}
.header_actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.search {
	display: flex;
	align-items: center;
	justify-content: center;
	width:40px;
	height:40px;
	border-radius: 40px;
	border:1px solid #80AC9E;
	color:#294D63;
	font-size:14px;
}
.book_visit {
	margin:0 0 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 40px;
	height:40px;
	border-radius: 40px;
	background: #294D63;
	color:#fff;
	font-weight: 600;
	font-size:15px;
}
.lang {
	display: flex;
	align-items: center;
	justify-content: center;
	color:#294D63;
	font-family: "ALK Sanet", sans-serif;
	font-size:16px;
	font-weight:bold;
	border:1px solid #80AC9E;
	height:40px;
	width:70px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.lang:hover {
	background: #80AC9E;
	color:#fff;
}
.lang i {
	font-size:15px;
	color:#80AC9E;
	margin:-1px 0 0 8px;
}
.main_slider_holder {
	position: relative;
}
.hero_arrows {
	position: absolute;
	width:100%;
	height: 100%;
	z-index: 999;
	bottom:0;
	right:0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding:0 30px 40px 0;
	pointer-events: none;
	color:#fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6a8392+0,6a8392+100&0+70,1+100 */
	background: linear-gradient(135deg,  rgba(106,131,146,0) 0%,rgba(106,131,146,0) 70%,rgba(106,131,146,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hero_arrows span {
	display: block;
	margin-bottom: -3px;
	font-size:28px;
	opacity: 0.8;
}
.hero_arrow {
	margin:0 30px;
	pointer-events: all;
	cursor: pointer;
	font-size:22px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hero_arrow:hover {
	opacity: 0.6;
}
.hero_wrapper {

}
.hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hero_info {
	width:560px;
	height:550px;
	background: #80AC9E;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	padding:50px 60px;
	color:#fff;
}
.hero_title {
	font-size:34px;
	line-height: 44px;
	font-weight: bold;
	font-family: "ALK Sanet", sans-serif;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hero_desc {
	font-size:16px;
	line-height: 24px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}
.hero_more {
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #fff;
	height:50px;
	padding:0 25px;
	font-weight: bold;
	font-family: "ALK Sanet", sans-serif;
	font-size:15px;
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hero_more:hover {
	background: #fff;
	color:#80AC9E;
}
.hero_more svg {
	margin:0 0 0 12px;
	font-size:14px;
}
.hero_photo {
	width:calc(100% - 560px);
	height:550px;
	position: relative;
}
.hero_photo.full {
	width:100%;
}
.hero_photo img {
	object-fit: cover;
	width:100%;
	height:100%;
}

.section_wrapper {
	padding:80px 0;
	position: relative;
	overflow: hidden;
}
.section_wrapper.podcast_wrapper {
	padding:30px 0 100px 0;
}
.section_wrapper.after {
	padding-top: 0px;
}
.section_wrapper.highlight {
	background: #ecf0f1;
}
.section {

}
.bread {
/*	font-size:15px;*/
	margin:-30px 0 40px 0;
	color:#80AC9E;
	font-size:16px;
	line-height: 22px;
}
.bread svg {
	font-size:12px;
	margin:0 12px;
}
.bread a {
	color:#80AC9E;
}
.bread a:hover {
	color:#294D63;
}
.section_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section_title {
	color:#294D63;
    font-size: 28px;
    line-height: 44px;
    font-weight: bold; 
    font-family: "ALK Sanet", sans-serif;
}
.section_more {
	color:#80AC9E;
	font-weight: bold;
	font-size:18px;
	font-family: "ALK Sanet", sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section_more:hover {
	color:#294D63;
}
.section_more svg {
	margin:0 0 1px 8px;
	font-size:15px;
}
.section_split {
	display: flex;
/*	align-items: center;*/
	justify-content: space-between;
}
.about_photo {
	width:500px;
	height:350px;
}
.about_photo img {
	width:100%;
	height: 100%;
	object-fit: cover;
}
.about_info {
	width:calc(100% - 500px);
	padding:0 0 0 55px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.about_title {
	color:#294D63;
	font-size: 28px;
    line-height: 44px;
     font-weight: bold; 
    font-family: "ALK Sanet", sans-serif;
}
.about_desc {
	margin:30px 0 0 0;
	font-size:17px;
	line-height: 28px;
	color:#6b7f8b;
}
.about_more {
	margin:20px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #80AC9E;
	color:#294D63;
	height:50px;
	padding:0 25px;
	font-weight: bold;
    font-family: "ALK Sanet", sans-serif;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about_more:hover {
	background: #80AC9E;
	color:#fff;
}
.about_more svg {
	margin:0 0 0 12px;
	font-size:14px;
}
.carousel_holder {
	position: relative;
}
.item_list_arrows {
	z-index: 1;
	position: absolute;
	top:calc(50% - 30px);
	left:-30px;
	width:calc(100% + 60px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
}
.item_list_arrows.in_doctors{
	top:calc(50% - 110px);
}
.item_list_arrow {
	width:60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #80AC9E;
	border:3px solid #ECF0F1;
	color:#fff;
	border-radius: 100%;
	pointer-events: all;
	cursor: pointer;
	box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
	-webkit-box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
	-moz-box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
	font-size:23px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.item_list_arrow:hover {
	background: #294D63;
}
.item_list {
	margin:50px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_list.general {
	justify-content: flex-start;
	margin-right: -30px;
}
.item_list.in_carousel {
	margin-left: -15px;
	margin-right: -15px;
}
.item_list::after {

}
.full_radius {
	border-radius: 100%;
}
.item {
	width:calc(100% / 4 - 30px);
}
.item_list.general .item {
	margin-right: 30px;
}
.item.in_carousel {
	margin:0 15px;
}
.item.inside {
	margin:0 0 50px 0;
}
.item_photo {
	line-height: 0;
	position: relative;
	height:232px;
}
.item_photo.doctor_photo {
	height: auto;
	margin:0 0 20px 0;
}
.item_photo.doctor_photo img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0.8;
}
.item:hover .doctor_photo img {
/*	scale: 1.07;*/
	opacity: 1;
}
.item_photo img {
	object-fit: cover;
	width:100%;
	height: 100%;
}
.item_photo span {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#294d63+0,294d63+100&0+50,0.3+100 */
background: linear-gradient(to bottom,  rgba(41,77,99,0) 0%,rgba(41,77,99,0) 50%,rgba(41,77,99,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.item_photo div {
	position: absolute;
	top:20px;
	left:20px;
	width:calc(100% - 40px);
	height:calc(100% - 40px);
	z-index: 2;
	border:1px solid #fff;
}
.item_info {
	padding:30px 30px 30px 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 235px;
	position: relative;
}
.item_info.light {
	background: #fff;
}
.item:hover .item_info {
	background: #6A8392;
}
.item.doctor_item:hover .item_info {
	background: transparent;
}
.item_info.team {
	height: auto;
	padding:26px 0 30px 0;
	text-align: center;
}
.item_info.dark {
	background: #ecf0f1;
}
.item_title {
	color: #294D63;
    font-weight: bold;
    font-family: "ALK Sanet", sans-serif;
    font-size: 20px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.item:hover .item_info .item_title {
	color:#fff;
}
.item.doctor_item:hover .item_info .item_title {
	color:#294D63;
}
.item_desc {
	margin:18px 0 0 0;
	color:#8596a8;
	font-weight: 500;
	font-size:15px;
	line-height: 22px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.item:hover .item_info .item_desc {
	color:#fff;
	opacity: 0.6;
}
.item.doctor_item:hover .item_info .item_desc {
	color:#8596a8;
	opacity: 1;
}
.item_desc i {
	margin:0 6px 0 0;
	color:#80AC9E;
}
.item_more {
	position: absolute;
	left:0;
	bottom:0;
	margin:30px;
	color:#80AC9E;
	font-weight: bold;
	font-size:15px;
	font-family: "ALK Sanet", sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.item_more.static {
	position: static;
	margin:30px 0 0 0;
}
.item:hover .item_info .item_more {
	color:#fff;
}
.item.doctor_item:hover .item_info .item_more {
	color:#80AC9E;
}
.item_more svg {
	margin:0 0 0 8px;
	font-size:14px;
}
.tech_list {
	margin:60px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tech {
	width:calc(50% - 16px);
	display: flex;
/*	align-items: center;*/
	justify-content: space-between;
}
.tech.inside {
	margin:0 0 55px 0;
}
.tech_photo {
	line-height: 0;
	width:calc(50% - 12px);
	height:260px;
	position: relative;
}
.tech_photo span {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#294d63+0,294d63+100&0+50,0.5+100 */
background: linear-gradient(to right,  rgba(41,77,99,0) 0%,rgba(41,77,99,0) 50%,rgba(41,77,99,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.tech_photo img {
	object-fit: cover;
	width:100%;
	height: 100%;
}
.tech_info {
	background: #ecf0f1;
	width:calc(50% + 12px);
	padding:0 0 0 32px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tech:hover .tech_info {
	background: #80AC9E;
}
.tech_info.light {
	background: #fff;
}
.tech_title {
	color: #294D63;
    font-weight: bold;
    font-family: "ALK Sanet", sans-serif;
    font-size: 21px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tech:hover .tech_title {
	color:#fff;
}
.tech_desc {
	margin:20px 0 0 0;
	padding:0 20px 0 0;
	color: #8596a8;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tech:hover .tech_desc {
	color:#fff;
	opacity: 0.6;
}
.tech_desc i {
	margin:0 6px 0 0;
	color:#80AC9E;
}
.tech_more {
	margin:30px 0 0 0;
	color: #80AC9E;
    font-weight: bold;
    font-size: 15px;
    font-family: "ALK Sanet", sans-serif;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tech:hover .tech_more {
	color:#fff;
}
.tech_more svg {
	margin:0 0 0 8px;
	font-size:14px;
}


.company {
	margin:60px 0 0 0;
}
.company_cover {
	height:400px;
	position: relative;
}
.company_cover span {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#294d63+0,294d63+100&0+50,0.3+100 */
background: linear-gradient(to bottom,  rgba(41,77,99,0) 0%,rgba(41,77,99,0) 50%,rgba(41,77,99,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.company_cover img {
	object-fit: cover;
	width:100%;
	height: 100%;
}
.company_intro {
	margin:100px 0 0 0;
	display: flex;
	justify-content: space-between;
	padding:0 150px;
}
.company_left {
	width:35%;
	font-size:29px;
	line-height: 45px;
}
.company_left div {
	border-left: 1px solid #294D63;
	padding:0 0 0 50px;
	color:#294D63;
}
.company_right {
	width:50%;
	width:calc(50% - 50px);
	font-size: 18px;
    line-height: 27px;
    color:#294D63;
}
.company_addon {
	margin:80px 0 0 0;
	padding:0 150px;
	font-size:17px;
	line-height: 30px;
}

.contact {
	margin:60px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact_map {
	width:calc(50% + 30px);
	margin-left: -60px;
}
.contact_map iframe {
	width:100%;
	height:500px;
}
.contact_details {
	margin:100px 0;
	padding:0 100px;
	display: flex;
	justify-content: space-between;
}
.contact_info {
	width:calc(50% - 30px);
}
.contact_item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin:0 0 20px 0;
	color:#294D63;
	font-size:18px;
}
.contact_item.no_margin {
	margin:0px;
}
.contact_item span {
	width:50px;
	height:50px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #80AC9E;
	margin:0 30px 0 0;
}
.contact_item span svg {
	width:20px;
	height:20px;
	fill:#294D63;
}

.touch {
    width:calc(50% - 50px);
}
.touch_title {
   font-weight: 500;
   font-size:25px;
   color:#294D63;
}
.touch_form {
    margin:15px 0 0 0;
}
.touch_form_item {

}
.touch_form_item input {
    background: transparent;
    border:none;
    outline:none;
    border-bottom: 1px solid #80AC9E;
    width:100%;
    color:#294D63;
    height:55px;
    font-size:15px;
    margin:15px 0;
    font-family: "BPG LE Studio 02", sans-serif;
}
.touch_send {
    margin:30px 0 0 0;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    color:#294D63;
}
.touch_send span {
    margin:5px 15px 0 0;
}
.touch_send span svg {
    fill:#80AC9E;
    width:16px;
    height:16px;
}

.scroll_down {
	position: fixed;
	bottom:30px;
	right:15px;
	width:30px;
	font-size:28px;
	text-align: center;
	color:#6A8392;
	animation: bounce 2s infinite;
	pointer-events: none;
}
.scroll_up {
	display: none;
	position: fixed;
	bottom:30px;
	right:15px;
	width:30px;
	font-size:28px;
	text-align: center;
	color:#6A8392;
	animation: bounce 2s infinite;
	pointer-events: none;
}
@keyframes bounce {
	0% {
		bottom:30px;
	}

	50% {
		bottom:15px;
	}

	100% {
		bottom:30px;
	}
}

.bookmark {
	margin:40px 0 0 0;
	display: none;
	align-items: center;
	justify-content: flex-start;
}
.bookmark_list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.bookmark_list a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0 15px 0 0;
	color:#294D63;
	font-size:18px;
	font-family: "FIRAGO-MEDIUM", sans-serif;
	font-feature-settings: "case" on;
	text-transform: uppercase;
}
.bookmark_list a.active {
	height: 36px;
	padding:0 12px;
	border-radius: 8px;
	background: #80AC9E;
	color:#fff;
	pointer-events: none;
}
.bookmark_list a.active:hover {
	color:#fff;
}
.bookmark_list a:hover {
	color:#80AC9E;
}
.bookmark_list a.inactive {
	pointer-events: none;
	color:#294D63;
	opacity: 0.4;
}

.footer_wrapper {
	background: #294D63;
	padding:80px 0 65px 0;
	border-top: 8px solid #80AC9E;
}
.footer {
	display: flex;
	justify-content: space-between;
}
.footer_left {
	display: flex;
	justify-content: flex-start;
}
.end_company {
	
}
.end_company_logo {

}
.end_company_logo img {
	height: 36px;
	filter: brightness(0) invert(1);
}
.end_company_contact {
	margin:30px 0 0 0;
	color:#fff;
}
.end_company_contact_item {
	margin:20px 0 0 0;
}
.end_company_contact_item svg {
	display: inline-block;
	width:25px;
	color:#80AC9E;
}
.end_navigation {
	display: flex;
	justify-content: space-between;
}
.end_navigation_block {
	margin:0 50px;
}
.end_navigation_block a {
	display: block;
	color:#fff;
}
.end_navigation_block a.end_navigation_header {
	font-weight: 600;
	font-size:16px;
	margin:0 0 30px 0;
}
.end_navigation_block a.end_navigation_item {
	opacity: 0.7;
	margin:20px 0;
	font-size:15px;
}
.end_navigation_block a.end_navigation_item:hover {
	opacity: 1;
}



.end_company_social {
	display: flex;
/*	align-items: center;*/
	justify-content: flex-end;
}
.end_company_social a {
	display: inline-flex;
	margin:0 0 0 15px;
	align-items: center;
	justify-content: center;
	color:#fff;
	border:1px solid #80AC9E;
	width:40px;
	height: 40px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size:14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.end_company_social a:hover {
	background: #80AC9E;
	color:#fff;
}

.footer_copy {
	margin:90px 0 0 0;
	color:#fff;
	text-align: right;
	opacity: 0.7;
	font-size:14px;
}
.footer_copy span {
	display: block;
	margin:8px 0 0 0;
	
}


/* BOOKING */

.booking_section_wrapper {
	background: #ecf0f1;
}
.booking_section_wrapper.highlight {
	background: #fff;
}
.booking_section {

}
.booking_content {
	width:100%;
	height: calc(100vh - 100px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding:50px 0;
}
.booking_header {
	width:800px;
	margin:0 0 60px 0;
}
.booking_title {
	font-weight: 800;
    font-size: 26px;
    color: #294D63;
    text-align: center;
/*    text-transform: uppercase;*/
}
.booking_current {
	margin: 13px 0 0 0;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    color: #80ac9e;
    text-align: center;
/*    text-transform: uppercase;*/
}
.booking_services {
	width:1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.booking_service {
	width:calc(100% / 3 - 10px);
	margin:8px 0;
	height:70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #80AC9E;
	border-radius: 5px;
	font-size:16px;
	font-weight: 500;
	color:#294D63;
	text-align: center;
}
.booking_service:hover {
	cursor: pointer;
	background: #80AC9E;
	color:#fff;
}
.booking_service.active {
	cursor: pointer;
	background: #80AC9E;
	color:#fff;
}


.booking_doctors {
	width:800px;
	display: flex;
	align-items: center;
	justify-content: space-between;

}
.booking_doctor {
	width:calc(100% / 3 - 10px);
	padding:50px 0;
	margin:8px 0;
	border:1px solid #80AC9E;
	border-radius: 5px;
	font-size:16px;
	font-weight: 500;
	color:#294D63;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}
.booking_doctor_photo {
	width:90px;
	height:90px;
	border-radius: 100%;
}
.booking_doctor_photo img {
	object-fit: cover;
	border-radius: 100%;
	border:2px solid #fff;
}
.booking_doctor_title {
	margin:18px 0 0 0;
	text-align: center;
}
.booking_doctor:hover {
	background: #80AC9E;
}
.booking_doctor.active {
	background: #80AC9E;
}
.booking_doctor:hover .booking_doctor_title {
	color:#fff;
}
.booking_doctor.active .booking_doctor_title {
	color:#fff;
}
.booking_calendar {
	width:400px;
	position:absolute;
	background: #fff;
	padding:35px;
	top:60px;
	display: none;
	z-index: 999;
	border-radius: 15px;
}
.booking_calendar_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 20px;
}
.booking_calendar_nav {
	color:#80AC9E;
}
.booking_calendar_month {
	font-weight: 600;
	color:#294D63;
}
.booking_calendar_days {
	margin:18px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.booking_calendar_days div {
	width:calc(100% / 7);
	display: flex;
	align-items: center;
	justify-content: center;
	color:#294D63;
	font-size:14px;
}
.booking_calendar_digits {
	margin:15px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.booking_calendar_digits a {
	width:calc(100% / 7 - 4px);
	margin:4px 0;
	border:1px solid #b0ab9b;
	height:40px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:15px;
	font-weight: 500;
	color:#b0ab9b;
	position: relative;
	cursor: default;
}
.booking_calendar_digits a.busy span {
	position: absolute;
	top:45px;
	left:-20px;
	height:40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width:100px;
	background: #B05A5A;
	border-radius: 10px;
	color:#fff;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
	border:2px solid #fff;
	text-transform: uppercase;
	font-size:14px;
	font-weight: 600;

}
.booking_calendar_digits a.busy:hover span {
	opacity: 1;
}
.booking_calendar_digits a.available {
	background: #80AC9E;
	border:1px solid #80AC9E;
	color:#fff;
	pointer-events: all;
	font-weight: 500;
	cursor: pointer;
}
.booking_calendar_digits a.available:hover {
	background: #294D63;
	border:1px solid #294D63;
}
.booking_calendar_digits a.available.active {
	background: #294D63 !important;
}
.booking_calendar_digits a.available span {
	position: absolute;
	top:45px;
	left:-20px;
	height:40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width:100px;
	background: #294D63;
	border-radius: 10px;
	color:#fff;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
	border:2px solid #fff;
	text-transform: uppercase;
	font-size:14px;
	font-weight: 600;
}
.booking_calendar_digits a.available:hover span {
	opacity: 1;
}
.booking_times_wrapper {
	
}
.booking_times {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width:400px;
}
.booking_time {
	width:calc(100% / 5 - 6px);
	margin:4px 0;
	height:42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #b0ab9b;
	border-radius: 5px;
	font-size:15px;
	font-weight: 500;
	color:#b0ab9b;
	position: relative;
	cursor: default;
}

.booking_time.busy span {
	position: absolute;
	top:45px;
	left:-8px;
	height:40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width:100px;
	background: #B05A5A;
	border-radius: 10px;
	color:#fff;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
	border:2px solid #fff;
	text-transform: uppercase;
	font-size:14px;
	font-weight: 600;
}
.booking_time.busy:hover span {
	opacity: 1;
}
.booking_time.available span {
	position: absolute;
	top:45px;
	left:-8px;
	height:40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width:100px;
	background: #294D63;
	border-radius: 10px;
	color:#fff;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
	border:2px solid #fff;
	text-transform: uppercase;
	font-size:14px;
	font-weight: 600;
}
.booking_time.available:hover span {
	opacity: 1;
}

.booking_time.available {
	background: #80AC9E;
	border:1px solid #80AC9E;
	color:#fff;
	pointer-events: all;
	font-weight: 500;
	cursor: pointer;
}
.booking_time.available:hover {
	background: #294D63;
	border:1px solid #294D63;
}
.booking_time.available.active {
	background: #294D63;
	border:1px solid #294D63;
}

.booking_form {
	width:600px;
}
.booking_form.short {
	width:400px;
}

.booking_form_split {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.booking_form_item {
	margin:25px 0;
}
.booking_form_item.split {
	width:calc(50% - 12px);
	margin:0;
}
.booking_form_item.bottom_margin {
	margin:0 0 25px 0;
}
.booking_form_item span {
	display: block;
	margin:0 0 10px 0;
	color:#294D63;
	display: none;
}
.booking_form_item label {
	display: block;
	margin:0 0 10px 0;
	color:#294D63;
}
.booking_form_item .booking_input {
	width:100%;
	height:50px;
	border:1px solid #294D63;
	background: transparent;
	outline: none;
	padding:0 20px;
	border-radius: 6px;
  	font-size:15px;
}
.booking_form_item .booking_input.center {
	text-align: center;
}
.booking_input::placeholder {
  	font-size:15px;
}
.booking_form_item textarea {
	width:100%;
	height:100px;
	border:1px solid #294D63;
	background: transparent;
	outline: none;
	padding:15px 20px;
	border-radius: 6px;
	resize: none;
  	font-size:15px;
}
.booking_form_item textarea::placeholder {
  	font-size:15px;
}
.submit_booking {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #80AC9E;
	border-radius: 5px;
	color:#fff;
	font-weight: 800;
	cursor: pointer;
	text-transform: uppercase;
}
.submit_booking i {
	
}
.submit_booking:hover {
	background: #294D63;
}


.booking_success{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.booking_success_icon {
	font-size:70px;
	color:#80AC9E;
}
.booking_success_title {
	margin:30px 0 0 0;
	font-weight: 800;
    font-size: 22px;
    color: #294D63;
    text-align: center;
    text-transform: uppercase;
}
.booking_success_desc {
	margin: 13px 0 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    color: #80ac9e;
    text-align: center;
    text-transform: uppercase;
}


.booking_hidden {
	display: none;
}



/* END OF BOOKING */




/* RES */

.res_wrapper {
	background: #ecf0f1;
}
.res {
	min-height: calc(100vh - 100px);
	margin:0 auto;
	padding:60px 0;
}
.res_service_header {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.res_service_choose {
	color:#80ac9e;
	font-weight: 600;
	font-size:15px;
}
.res_service_dropdown {
	margin:6px 0 0 7px;
	position: relative;
}
.res_service_dropdown_content {
	position: absolute;
    top: 44px;
    left: -44px;
    background: #fff;
    padding: 20px 0;
    z-index: 99999;
    display: none;
    border-radius: 15px;
    width: 280px;
}
.res_service_dropdown_content a {
	display: block;
	text-align: center;
	font-weight: 500;
	font-size:16px;
	padding:8px 0;
	color:#294D63;
}
.res_service_dropdown_content a:hover {
	color:#80AC9E;
}
.res_service_dropdown_title {
	font-weight: 800;
	font-size:18px;
	color:#294D63;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.res_service_dropdown_title:hover {
	color:#80AC9E;
}
.res_service_dropdown_title i {
	font-size:14px;
	margin:2px 0 0 10px;
}
.res_dates {
	display: flex;
	align-items: center;
	justify-content: center;
	margin:30px 0 0 0;
	position: relative;
}
.res_date_switch {
	color:#80AC9E;
	font-size:15px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width:128px;
	cursor: pointer;
}
.res_date_switch:hover {
	color: #294D63;
}
.res_date_switch i {
	color:#80AC9E;
	font-size:14px;
	margin:2px 0 0 0;
}
.res_date_switch:hover i {
	color: #294D63;
}
.res_date {
	width:240px;
	height:50px;
	border-radius: 10px;
	border:1.5px solid #80AC9E;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:16px;
	background: #fff;
	font-weight: 800;
	font-size:17px;
	color:#294D63;
	margin:0 30px;
	cursor: pointer;
	position: relative;
	z-index: 999;
	animation: pulse 2s infinite;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.res_date:hover {
	transform: scale(1.08);
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(128,172,158, 0.5);
    box-shadow: 0 0 0 0 rgba(128,172,158, 0.5);
  }
  70% {
      -moz-box-shadow: 0 0 0 12px rgba(128,172,158, 0);
      box-shadow: 0 0 0 12px rgba(128,172,158, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(128,172,158, 0);
      box-shadow: 0 0 0 0 rgba(128,172,158, 0);
  }
}
.res_date i {
	position: absolute;
	top:15px;
	left:20px;
	color:#80AC9E;
}
.res_overlay {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background: rgba(41,77,99,0.8);
	z-index: 999;
	display: none;
}
.res_overlay2 {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background: rgba(41,77,99,0.8);
	z-index: 9999;
	display: none;
}
.fancybox-bg {
	background: #294D63 !important;
}
.res_list {
	margin:80px -35px 0 -35px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

}
.res_doctor {
	width:calc(100% / 3 - 30px);
	background: #fff;
	border-radius: 10px;
	margin:0 15px 30px 15px;
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.res_doctor_header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding:35px 35px 0 35px;
}
.res_doctor_header.nopadding {
	padding:0px;
}
.res_popup {
	width:700px !important;
	padding:40px 50px !important;
	border-radius: 10px !important;
	display: none;
	background: #ecf0f1 !important;
}
.res_popup_company {
	
}
.res_popup_company_logo {
	margin:0 0 20px 0;
	text-align: center;
}
.res_popup_company_logo img {
	height:34px;
}
.res_call_reservation {
	font-weight: 700;
	font-size:17px;
	text-align: center;
	border:1px solid #80AC9E;
	border-radius: 10px;
	height:60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:30px 0 35px 0;
}
.res_popup_bottom {
	
}
.res_popup_company_info {
	margin:15px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.res_popup_company_address {
	color:#294D63;
/*	font-weight: 600;*/
	font-size:15px;
}
.res_popup_company_address i {
	width:24px;
}
.res_popup_company_location {
	font-weight: 600;
	font-size:15px;
}
.res_popup_company_location a {
	color:#80AC9E;
}
.res_popup_company_location a i {
	margin:0 0 0 6px;
}
.res_popup_company_social {

}
.res_popup_company_social a {
	margin:0 0 0 10px;
	color:#294D63;
	font-size:22px;
}
.res_popup_calendar {

}
.res_popup_date {
	font-weight: 600;
    font-size: 18px;
    color: #294D63;
}
.res_popup_time {
    text-align: right;
    font-weight: 500;
    color: #80AC9E;
    font-size: 16px;
    margin: 6px 0 0 0;
}
.res_form {
	background: #fff;
	padding:30px 50px 50px 50px;
	border-radius: 10px;
	margin:38px 0 45px 0;
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.res_form_title {
	font-weight: 700;
	color:#294D63;
	font-size:18px;
}
.res_form_item {
	margin:6px 0;
}
.res_form_item_split {
	margin:6px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.res_form_item_split .res_form_item {
	width:calc(50% - 10px);
}
.res_form_item_title {
	font-size:14px;
	color:#294D63;
	font-weight: 500;
}
.res_form_item_field {
	margin:8px 0 0 0;
}
.res_form_item_field.agree {
	margin:20px 0 30px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.res_form_item_field.agree a {
	color:#294D63;
	font-size:15px;
	text-decoration: underline;
	margin:0 0 0 10px;
}
.res_checkbox {
	width:20px;
	height: 20px;
	margin:0 10px 0 0;
}
.res_input {
	width:100%;
	height:45px;
	border:1px solid #294D63;
	background: transparent;
	border-radius: 6px;
	outline-style: none;
	box-shadow: none;
	color:#000;
	padding:0 15px;
	font-size:14px;
	font-weight:600;
}
.res_select {
	width:100%;
	height:45px;
	border:1px solid #294D63;
	background: transparent;
	border-radius: 6px;
	outline-style: none;
	box-shadow: none;
	color:#000;
	padding:0 15px;
	font-size:14px;
	font-weight:600;
}
.res_form_submit {
	margin:20px 0 0 0;
	height:52px;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #294D63;
	border-radius: 6px;
	font-weight: 600;
	font-size:15px;
	color:#fff;
	cursor: pointer;
}
.res_form_submit:hover {
	background: #80AC9E;
}


.res_doctor_photo {
	width:90px;
	height:90px;
	position: relative;
}
.res_doctor_photo span {
	opacity: 0;
	position: absolute;
	width:100%;
	height: 100%;
	border-radius: 100%;
	background: rgba(41,77,99,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:26px;
	color:#fff;
	pointer-events: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.res_doctor_photo:hover span {
	opacity: 1;
}
.res_doctor_photo img {
	width:100%;
	height:100%;
	object-fit: cover;
	border-radius: 90px;
}
.res_doctor_title {
    font-weight: 600;
    font-size: 18px;
    color: #294D63;
    margin:0 0 0 32px;
}
.res_doctor_title div {
	display: block;
	font-weight: 500;
	color:#80AC9E;
	font-size:16px;
	margin:6px 0 0 0;
}
.res_hours {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:30px 35px 30px 35px;
}
.res_hour {
	height:40px;
	width:calc(100% / 4 - 6px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin:4px 0;
	border-radius: 5px;
	border:1px solid #beb8a6;
	color:#968f7a;
	font-weight: 500;
	font-size:15px;
}
.res_hour.active {
	background: #80AC9E;
	color:#fff;
	border:none;
	cursor: pointer;
}
.res_hour.active:hover {
	background: #294D63;
}

/* END OF RES */

.gallery {
	
}
.gallery_photo {
	line-height: 0;
	position: relative;
}
.gallery_arrows {
	position: absolute;
	top:calc(50% - 10px);
	left:0;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 20px;
	pointer-events: none;
}
.gallery_arrows div {
	width:40px;
	height: 40px;
	border-radius: 100%;
	background: #6A8392;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	cursor: pointer;
	pointer-events: all;
}
.gallery_arrows div:hover {
	background: #80AC9E;
}
.gallery_photo img {
	border-radius: 10px;
	cursor: zoom-in;
}
.gallery_thumbs {
	margin:20px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gallery_thumbs div {
	line-height: 0;
	width:calc(100% / 4 - 10px);
	cursor: pointer;
}
.gallery_thumbs div img {
/*	height: 90px;*/
	border-radius: 8px;
	opacity: 0.5;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.gallery_thumbs div.active img {
	border:3px solid #80AC9E;
	opacity: 1;
}
.gallery_thumbs div:hover img {
	opacity: 1;
}

.layout {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding:60px 0 60px 0;
}
.layout.full {
	padding:60px 0;
}
.layout_info {
	width:calc(60% - 30px);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.layout_info.beta {
	width:calc(60% - 50px);
}
.layout_info.full {
	width:100%;
}
.layout_desc {
	margin:40px 0 0 0;
	color: #80AC9E;
    font-size: 21px;
    font-weight: bold;
    font-family: "ALK Sanet", sans-serif;
}
.layout_title {
	color: #294D63;
    font-size: 31px;
    line-height: 44px;
    font-weight: bold;
    font-family: "ALK Sanet", sans-serif;
}
.layout_text {
	position: relative;
	margin:40px 0 0 0;
	font-size:16px;
	line-height: 24px;
	color:#294D63;
/*	text-align: justify;*/
	overflow: hidden;
    /*display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;*/
    -webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.layout_text.short {
	height: 300px;
}
.layout_text_overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	pointer-events: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+40,1+100 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
opacity: 1;
-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.layout_text_overlay.hidden {
	opacity: 0;
}
.layout_text_more {
	margin:16px 0 0 0;
	font-weight: bold;
	color:#80AC9E;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.layout_text_more:hover {
	color:#294D63;
	cursor: pointer;
}
.layout_text_more svg {
	margin:0 12px 3px 0;
	font-size:14px;
}
.layout_text_less {
	margin:16px 0 0 0;
	font-weight: bold;
	color:#80AC9E;
	display: none;
	align-items: center;
	justify-content: flex-start;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.layout_text_less.active {
	display: flex;
}
.layout_text_less:hover {
	color:#294D63;
	cursor: pointer;
}
.layout_text_less svg {
	margin:0 12px 0 0;
	font-size:14px;
}
.layout_text p {
	margin:0 0 15px 0;
}
.layout_text.is-expanded {
	overflow: visible;
}
.layout_text a {
	color:#80AC9E;
}
.layout_text a:hover {
	text-decoration: underline !important;
	color:#294D63;
}
.layout_photo {
	width:calc(40% - 30px);
	line-height: 0px;
}
.layout_photo.beta {
	width:calc(40% - 50px);
}
.layout_photo img {
	width:100%;
	height: 100%;
	object-fit: cover;
}
.layout_photo.beta img {
	box-shadow: none;
}
.layout_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	line-height: 0;
}
.layout_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.layout_video span {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	display: none;
	align-items: space-between;
	justify-content: space-between;
	flex-direction: column;
	z-index: 1;
}
.layout_video span div {
	width:100%;
	height: 90px;
	background: #fff;
}


/* RESPONSIVE */

.mob_menu {
	display: none;
}
.mob_header {
	display: none;
}

@media only screen and (max-width : 1300px) { 
	.tech {
		width:100%;
		margin:0 0 35px 0;
	}
	.tech:last-child {
		margin:0px;
	}
	.item {
	    width: calc(100% / 3 - 30px);
	}
	.footer {
		flex-wrap: wrap;
	}
	.footer_left {
		width:100%;
	}
	.end_company {
		width:100%;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.end_company_logo {
		width:50%;
		order:2;
	}
	.end_company_contact {
		order:1;
		width:50%;
		margin:0px;
	}
	.end_company_contact_item {
		margin:0 0 20px 0;
	}
	.end_navigation {
		padding:40px 0 0 0;
		margin:20px 0 0 0;
		border-top: 1px solid #80AC9E;
		width:100%;
	}
	.end_navigation_block {
		margin:0px ;
	}
	.footer_right {
		padding:30px 0 0 0;
		margin:20px 0 0 0;
		border-top: 1px solid #80AC9E;
		width:100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.end_company_social {
		order:2;
		width:50%;
		justify-content: flex-start;
	}
	.end_company_social a {
		margin:0 12px 0 0;
	}
	.footer_copy {
		order:1;
		width:50%;
		margin:0px;
		text-align: left;
	}
}

@media only screen and (max-width : 1100px) { 

	.container {
		padding:0 20px;
	}
    .menu {
    	display: none;
    }
    .header_actions {
    	display: none;
    }
    .mob_menu {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
    .mob_menu_open {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	width:50px;
    	height: 50px;
    	border-radius: 50px;
    	background: #80AC9E;
    }
    .mob_menu_open svg {
    	fill:#fff;
    	width:30px;
    	height: 30px;
    }
    .mob_menu_close {
    	display: none;
    	align-items: center;
    	justify-content: center;
    	width:50px;
    	height: 50px;
    	border-radius: 50px;
    	background: #80AC9E;
    }
    .mob_menu_close.active {
    	display: flex;
    }
    .mob_menu_close svg {
    	fill:#fff;
    	width:20px;
    	height: 20px;
    }
    .hero {
		flex-direction: column;
	}
	.hero_photo {
		order:1;
		width:100%;
		height: 400px;
	}
	.hero_info {
		order:2;
		width:100%;
		height: 400px;
		padding:35px 20px 40px 20px;
	}
	.hero_desc {
		-webkit-line-clamp: 5;
	}
	.slick-dots {
		top:350px;
		bottom:unset;
		pointer-events: none;
	}
	.slick-dots li {
		pointer-events: all;
	}
	.section_split {
		flex-direction: column;
	}
	.about_photo {
		width:100%;
		order:2;
		margin:60px -20px -80px -20px;
		width:calc(100% + 40px);
	}
	.about_info {
		width:100%;
		padding:0px;
		order:1;
	}
	.item_list_arrows {
		width: calc(100% + 50px);
		left:-25px;
	}
	.item_list_arrow {
		width:50px;
		height: 50px;
		padding:0 0 1px 0;
	}
	.item_list_arrow.left_arrow {
		-webkit-border-top-left-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
		border-left: none;
	}
	.item_list_arrow.right_arrow {
		-webkit-border-top-right-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		border-right: none;
	}
	.company_addon {
		padding:0px;
	}
	.layout {
		flex-direction: column;
		padding:10px 0 60px 0;
	}
	.layout_info {
		margin:30px 0 0 0;
		width: 100%;
		order:2;
	}
	.layout_photo {
		width:100%;
		height: 400px;
		order:1;
		width:calc(100% + 40px);
		margin-left: -20px;
	}
	.layout_photo.video {
		height: auto;
	}
	.mob_header {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		position: fixed;
		top:100px;
		padding:50px 20px;
		background: #6a8392;
		z-index: 3;
		width:100%;
		height:calc(100vh - 100px);
		opacity: 0;
		pointer-events: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.mob_header.active {
		opacity: 1;
		pointer-events: all;
	}
	.mob_header_menu {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}
	.mob_header_menu a {
		color:#fff;
		margin:0 0 28px 0;
		font-weight: bold;
    	font-family: "ALK Sanet", sans-serif;
    	font-size:20px;
    	display: flex;
    	align-items: center;
    	justify-content: flex-start;
	}
	.mob_header_menu a span {
		display: block;
		width:10px;
		height: 10px;
		border-radius: 100%;
		background: #80AC9E;
		margin:0 15px 0 0;
	}
	.mob_header_lang a {
		color:#fff;
		margin-top: -12px;
	}

}

@media only screen and (max-width : 900px) { 
	.item {
	    width: calc(100% / 2 - 30px);
	}
	.contact {
		flex-direction: column;
	}
	.contact_map {
		order:2;
		width:calc(100% + 40px);
		margin:50px 0 0 -20px;
	}
	.contact_info {
		order:1;
		width:100%;
		
	}
}

@media only screen and (max-width : 800px) { 
	.end_navigation {
		display: block;
	}
	.end_navigation_block {
		margin:0 0 40px 0;
	}
	.end_navigation_block:last-child {
		margin:0px;
	}
}

@media only screen and (max-width : 600px) { 
	.header {
		height: 80px;
	}
	.header_spacer {
		height: 80px;
	}
	.logo img {
		height: 30px;
	}
	.mob_menu_open {
		width:42px;
		height: 42px;
	}
	.mob_menu_open svg {
		width:25px;
		height: 25px;
	}
	.mob_menu_close {
		width:42px;
		height: 42px;
	}
	.mob_menu_close svg {
		width:15px;
		height: 15px;
	}
	.hero_photo {
		height: 270px;
	}
	.slick-dots {
		top:182px;
		
	}
	.hero_info {
		width: calc(100% - 40px);
        margin-top: -47px;
        z-index: 1;
        height: 270px;
        padding: 25px 20px 28px 22px;
	}
	.hero_title {
		font-size:21px;
		line-height: 30px;
	}
	.hero_desc {
		font-size:14px;
		line-height: 21px;
		-webkit-line-clamp: 4;
	}
	.hero_more {
		height: auto;
		margin:5px 0 0 0;
		padding:20px 0 0 0;
		border: none;
		width:100%;
		justify-content: flex-start;
		border-top: 1px solid #9bbdb3;
	}
	.hero_more:hover {
		background: none;
		color:#fff;
	}
	.about_title {
		font-size:21px;
		line-height: 30px;
	}
	.about_desc {
		margin:20px 0 0 0;
		font-size:15px;
		line-height: 22.5px;
	}
	.section_wrapper {
		padding:50px 0;
	}
	.about_more {
		border:none;
		border-top: 1px solid #DADADA;
		height: auto;
		padding:25px 0 0 0;
		margin:8px 0 0 0;
		width:100%;
		justify-content: flex-start;
		color:#80AC9E;
	}
	.about_photo {
		margin:50px -20px -50px -20px;
		height: 270px;
		width:calc(100% + 40px);
	}
	.section_header {
		display: block;
	}
	.section_title {
		font-size:21px;
		line-height: 30px;
	}
	.section_more {
		display: block;
		border-top: 1px solid #DADADA;
		padding:16px 0 0 0;
		margin:10px 0 0 0;
		width:100%;
		justify-content: flex-start;
		color:#80AC9E;
		font-size:16px;
	}
	.item {
		width:100%;
		margin:0 0 35px 0;
	}
	.item:last-child {
		margin:0px;
	}
	.item_info {
		padding-top: 26px;
	}
	.item_list {
		margin:40px 0 0 0;
	}
	.item_title {
		font-size:18px;
		line-height: 25px;
	}
	.item_desc {
		font-size:14px;
		line-height: 21px;
		margin:15px 0 0 0;
	}
	.item_more {
		border-top: 1px solid #DADADA;
		padding:20px 0 0 0;
		width:calc(100% - 60px);
		justify-content: flex-start;
		color:#80AC9E;
		font-size:14px;
	}
	.item_more.static {
		width: 100%;
	}
	.tech {
		display: block;
	}
	.tech_photo {
		width:100%;
		height: 232px;
	}
	.tech_photo span {
		display: none;
	}
	.tech_info {
		width:100%;
		padding:30px 30px;
	}
	.tech_title {
		font-size:18px;
		line-height: 25px;
	}
	.tech_desc {
		font-size: 14px;
        line-height: 21px;
        margin: 15px 0 0 0;
	}
	.tech_more {
		border-top: 1px solid #DADADA;
		padding:20px 0 0 0;
		width:calc(100% - 60px);
		justify-content: flex-start;
		color:#80AC9E;
		font-size:14px;
	}
	.end_company {
		display: block;
	}
	.end_company_contact {
		margin:32px 0 0 0;
	}
	.footer_wrapper {
		padding:50px 0 35px 0;
	}
	.end_company_logo {
		width:100%;
	}
	.end_company_logo img {
		height: 30px;
	}
	.end_company_contact {
		width:100%;
	}
	.end_company_contact_item {
		font-size:15px;
		margin:0 0 15px 0;
	}
	.end_navigation_block a.end_navigation_header {
		font-size: 15px;
		margin:0 0 22px 0;
	}
	.end_navigation_block a.end_navigation_item {
		margin:14px 0;
		font-size:14px;
	}
	.end_company_social {
		width:auto;
		order:1;
	}
	.end_company_social a {
		width:35px;
		height: 35px;
		margin:0 8px 0 0;
	}
	.footer_copy {
		order:2;
		text-align: right;
		width:auto;
		font-size:11px;
	}
	.scroll_up {
		display: none !important;
	}
	.scroll_down {
		display: none  !important;
	}
	.bread  {
		margin:-25px 0 25px 0;
		font-size:14px;
	}
	.bread svg {
		margin:0 4px;
		font-size:10px;
	}
	.company {
		margin:36px 0 0 0;
	}
	.company_cover {
		height: 270px;
		width:calc(100% + 40px);
		margin-left: -20px;
	}
	.company_addon {
		margin:40px 0 0 0;
		font-size:15px;
		line-height: 22.5px;
		color:#3f525d;
	}
	.layout_photo {
		height: 270px;
	}
	.layout_photo.video {
		height: auto;
	}
	.layout_title {
		font-size:22px;
		line-height: 33px;
	}
	.layout_text {
		font-size:15px;
		line-height: 22.5px;
		margin:20px 0 0 0;
	}
	.layout_text_more {
		font-size: 15px;
	}
	.contact {
		margin:30px 0 0 0;
	}
	.contact_item {
		font-size:15px;
		margin:0 0 10px 0;
	}
	.contact_item span {
		width:36px;
		height: 36px;
		margin:0 15px 0 0;
	}
	.contact_item span svg {
		height: 18px;
		width:18px;
	}
	.contact_map {
		margin:35px 0 0 0;
		height: 270px;
	}
	.mob_header {
		top:80px;
		width:100%;
		height:calc(100vh - 80px);
	}
}