@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,600;1,400&display=swap');
:root {
	--color-text: #101622;
	--color-white: #fff;
	--color-ok: #3ad327;
	--color-red: #ff5b4f;
	--color-green: #8fcec5;

	--color-grey: #4e5659;
	--color-midgrey:  #b6b6b8;
	--color-lightgrey:  #fefefe;
	--color-darkgrey: #101610;

	--color-yellow: #EFBA45;
	--color-light-yellow: #FFD16B;
	--color-pur: #69727b;
	--color-orange: #DEA119;
	--color-pink: #d9456a;
	--color-magenta: #910f29;
}
html, body {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: var(--color-text);
}
body {
	overflow-y: scroll;
	min-height: 100%;
}
body.noscroll {
	overflow-y: hidden;
}

* {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	user-select: none;
	position: relative;
}
h2 {
	/*border-bottom: 3px solid var(--color-pur);
	color: var(--color-pur-dark) !important;*/
	margin: 25px 0 50px;
	padding-bottom:  10px;
}
h2::before {
	content:  "";
	position: absolute;
	display: block;
	left: 50%;
	bottom:  0;
	transform: translate(-50%, 100%);
	width:  30px;
	height:  30px;
	border:  15px solid transparent ;
	border-top:  15px solid var(--color-pur-dark);
	box-sizing: border-box;
}
h2.light {
	border-bottom: 3px solid var(--color-white);
	color: var(--color-white) !important;
}
h2.light::before {
	border-top:  15px solid var(--color-white);
}
h2.dark {
	border-bottom: 3px solid var(--color-darkgrey);
	color: var(--color-darkgrey) !important;
}
h2.dark::before {
	border-top:  15px solid var(--color-darkgrey);
}

div {
	margin: 0;
	padding: 0;
	display: block;
}
img {
	display: block;
}
a, a:visited, a:active, a:hover {
	text-decoration: none;
	user-select: none;
	color: var(--color-darkgrey);
}
button, input, select, textarea {
	border: 0;
	user-select: none;
	cursor: pointer;
	display: inline-block;
	background: none;
	outline: none !important;
	transition: all 0.2 ease-out;
}
input, select, textarea {
	border: 0;
	padding: 0 15px;
	height: 40px;
	background: #fff;
	font-size: 16px;
	color: var(--color-text);
}
::placeholder {
	color: var(--color-lightgrey);
	letter-spacing: 1px;
}
#loader {
	background: rgba(0,0,0,0.85);
	border-radius: 15px;
	position: fixed;
	z-index: 999999999;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%, 110%);
	transition: all 0.05s ease-out;
}
#loader.active {
	transform: translate(-50%, -50%);
	transition: all 0.1s ease-out;
}
.grecaptcha-badge{
	visibility: collapse !important;  
}
input[type="submit"]:disabled {
	filter: grayscale(100%);
	transition: all 0.2 ease-out;
}
textarea {
	font-family: 'Montserrat', sans-serif;
}
h1 {
	color: var(--color-text);
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
h2 {
	width: 100%;
	color: var(--color-text);
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.1px;
	text-align: center;
}
/*3d button */
.btn {
	text-decoration: none !important;
	display: inline-block;
	font-size: 18px;
	font-weight: 400 !important;
	line-height: 40px;
	min-width: 200px;
	height: 40px;
	padding-left: 30px !important;
	padding-right: 30px !important;
	text-align: center;
	cursor: pointer;
	position:relative;
	z-index: 1;
	letter-spacing: 0.3px;
	text-shadow: 1 1px 3px rgba(0,0,0,0.3);
	box-sizing: border-box;
	color: var(--color-white) !important;
	background: var(--color-grey);
	border: 1px solid var(--color-grey);
	border-radius: 20px !important;
	transition:all 0.06s ease-out;
}
.btn.light {
	color: var(--color-grey) !important;
	background: #fff;
	border: 1px solid var(--color-grey);
	transition:all 0.06s ease-out;
}
.btn:hover {
	background: linear-gradient( 135deg, var(--color-white) 0%, var(--color-yellow) 30%) !important;
	box-shadow:  2px 2px 5px rgba(0,0,0,.2);
	color: var(--color-grey) !important;
	transition:all 0.06s ease-out;
}
.btn.light:hover {
	background: linear-gradient( 135deg, var(--color-white) 0%, var(--color-yellow) 30%) !important;
	color: var(--color-grey) !important;
	transition:all 0.06s ease-out;
}
/**end 3d button*/

.split {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.split__item {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.flex {
	display: flex;
}
.centered {
	justify-content: center;
}
.horizontal {
	flex-direction: row;
}
.vertical {
	flex-direction: column;
}
.mt20 {
	margin-top: 20px;
}
.mt50 {
	margin-top: 50px;
}
.spacer {
	width: 50px;
}
.wa {
	width: auto;
}
.white {
	color: #fff;
}
.left {
	align-items: flex-start;
}
.fright {
	justify-content: flex-end;
}
#dateCalendar {
	color: var(--color-darkgrey);
	border: 0;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.15);
}
.vanilla-calendar-week {
	background-color: var(--color-grey) !important;

}
.vanilla-calendar-date {
	user-select: none;
}
.vanilla-calendar .vanilla-calendar-date--selected {
	background-color: var(--color-yellow) !important;

}
.mbr {
	display: none;
}
.about-ul {
	float: left;
	width: calc(100% - 420px);
}
.about-img {
	border-radius:50%; 
	box-shadow:0 10px 10px rgba(0,0,0,0.15); 
	float:left; 
	margin-bottom:20px; 
	margin-right:20px;
	object-fit: cover;
	width: 400px;
	height: 400px;
}
.tooltiped {
	position: relative;
	padding: 0;
	z-index: 99;
}
.tooltiped .tooltip {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	background: var(--color-yellow) !important;
	z-index: 99;
	color: var(--color-darkgrey);
	border-radius: 5px;
	padding: 10px;
	min-width: 200px;
	right: 0;
	margin-top: 0px;
	line-height: 25px;
	transform: scale(1,0);
	transform-origin: 50% 0;
	opacity: 0;

	transition: all 0.2s ease;
}
.tooltiped .tooltip a {
	color: var(--color-darkgrey);
	line-height: 25px;
}
#footer .tooltip {
	bottom: 120%;
}
.tooltiped:hover .tooltip {
	opacity: 1;
	z-index: 999;
	transform: scale(1,1);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	transition: all 0.2s ease;
}
.tooltip a {
	width: 100%;
	display: block;
	transition: all 0.2s ease;
}
.tooltip a:hover {
	background: var(--color-grey);
	color: var(--color-white);
	transition: all 0.2s ease;
}
.expandable {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 10px;
	border: 1px solid var(--color-yellow);
	height: auto;
	overflow: hidden;
	background: #fff;
	border-radius: 4px;
	transition: all 0.2s ease;
}
.exp_h {
	width: 100%;
	cursor: pointer;
	position: relative;
	font-weight: bold;
	color: var(--color-yellow);
	padding: 10px 50px 10px 10px;
	transition: all 0.2s ease;
}
.exp_h:after {
	font-family: "ForkAwesome";
	content: "\f078";
	position: absolute;
	right: 10px;
	top: 50%;
	transform-origin: 50% 50%;
	transform: translate(0, -50%) rotate(0deg);
	transition: all 0.2s ease;
}
.exp_t {
	border-top: 1px solid var(--color-yellow);
	width: 100%;
	color: var(--color-text);
	transform-origin: 50% 0;
	transform: scale(1, 0);
	overflow: hidden;
	padding: 0 10px;
	max-height: 0;
	transition: all 0.2s ease;
}
.expandable.expanded .exp_t {
	transform: scale(1, 1);
	max-height: calc(200vh);
	padding: 10px;
	transition: all 0.2s ease;
}
.expandable.expanded .exp_h:after {
	transform: translate(0, -50%) rotate(180deg);
	transition: all 0.2s ease;
}
.services__img {
	margin: 0 0 20px 20px;
	max-width: 25%;
	float: right;
}
.cont {
	font-size: 18px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.cont > div {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.cont-l {
	width: 120px;
	display: inline-block;
}
/****** layout *********/
#wrapper {
	width: 100%;
	min-height: 100vh;
	position: relative;
	display: block;
	overflow: hidden;
}
.container {
	min-height: 100%;
	margin: 0 auto;
	width: 1600px;
	background: transparent;
	padding: 10px 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.section {
	width: 100%;
	position: relative;
	z-index: 2;
}
.section.grey {
	background: var(--color-lightgrey);
	/*background: linear-gradient( 270deg, rgb(241,241,241) 0%, rgb(255,255,255) 100%);*/
}

#tooltip {
	display: none;
}

#content {
	text-align: justify;
	min-height: calc(100vh - 90px);
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: column;
	overflow: hidden;
	background: var(--color-white);
}
#content .container {
	padding: 20px 20px 50px;
	flex-direction: column;
	justify-content: flex-start;
}
#content a {
	font-weight: bold;
	padding: 0 5px;
	transition: all 0.2s ease-out;
}
#content a:hover {
	border-radius:3px;
	color: #fff;
	background: var(--color-light-yellow);
	transition: all 0.2s ease-out;
}
.ani {
	opacity: 0.01;
	transition: all 0.5s ease;
}
.ani-t {
	transform: translate(0, 50%);
	transition: all 0.5s ease-out;
}
.ani-l {
	transform: translate(-100%, 0);
	transition: all 0.5s ease-out;
}
.ani-r {
	transform: translate(100%, 0);
	transition: all 0.5s ease-out;
}
.ani-b {
	transform: translate(0, -50%);
	transition: all 0.5s ease-out;
}
.animated {
	transform: translate(0, 0);
	opacity: 1;
	transition: all 0.5s ease-out;
}
.expandable .btn {
	margin-bottom:20px;
}
/********** header **********/
#header {
	width: 100%;
	height: auto;
	overflow: visible;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	font-size: 16px;
	position: fixed;
	z-index: 99;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	transition: all 0.2s ease;
}
.prewrap-first {
	background: var(--color-white);
	background: linear-gradient( 90deg, var(--color-white) 0%, var(--color-midgrey) 100%);
	position: relative;
	z-index: 99;
	transform-origin: 50% 0;
	transform: scale(1, 1);
	max-height: 100px;
	width:  100%;
	transition: all 0.2s ease;
}
.quick_links {
	padding-left: 40%;
}
.quick_links a {
	padding: 10px;
	margin: 0 10px;
	border-radius: 4px;
	color: var(--color-darkgrey);
	transition: all 0.2s ease;
}
.quick_links a:hover {
	background: var(--color-yellow);
	color: var(--color-darkgrey);
	transition: all 0.2s ease;
}
.prewrap-second {
	background: var(--color-grey);
	/*position: relative;
	z-index: 98;*/
	width:  100%;
	transition: all 0.2s ease;
}
#wrapper.minimal #header {
	height: 30px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	transition: all 0.2s ease;
}
#wrapper.minimal .prewrap-first {
	transform: scale(1, 0);
	max-height: 0;
	transition: all 0.2s ease;
}
#header .container {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 5px 20px;
}
#logo {
	line-height: 35px;
	color:  var(--color-text);
	text-transform: uppercase;
	font-weight: bold;
}
.logo_f {
	height: 30px;
	float: left;
	margin-right:  10px;
	transition: all 0.2s ease;
}
.logo_f:hover .fil0 {
	fill: var(--color-yellow);
}
#menu {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	transform: scale(1,1);
	transition: all 0.2s ease-out;
}
.msocials {
	display: none;
}
#mmenu {
	display: none;
	width: 50px;
	padding: 0;
	line-height: 50px;
	color: var(--color-white);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.15);
	background: #fff;
	background: linear-gradient( 135deg, rgb(234,150,33) 0%, rgb(254,227,115) 100%);
	border-radius: 5px;
	font-size: 26px;
	transition: all 0.2s ease-out;
}
.sm-back {
	display: none;
}
#mmenu i {
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.menu__item {
	height: 100%;
	position: relative;
}
.menu__item a {
	line-height: 25px;
	display: block;
	height: 100%;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 300;
	color: var(--color-white);
	z-index: 98;
	position: relative;
	transition: all 0.2s ease-out;
}
.form .btn {
	width: 100%;
}
.minimal .menu__item a {
	line-height: 20px;
	transition: all 0.2s ease-out;
}
.menu__item:hover a, .menu__item.active a{
	/*color: var(--color-red);*/
	transition: all 0.2s ease-out;
}
.menu__item::after {
	transform: translate(-50%, 0);
	background: var(--color-white);
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 1px;
	transition: all 0.2s ease-out;
}
.submenu {
	position: absolute;
	top: 110%;
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 3px;
	overflow: hidden;
	transform: scale(1, 0);
	max-width: 0;
	opacity: 0;
	max-width: 650px;
	min-width: 300px;
	z-index: 98;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	transform-origin: 50% 0;
	background: #fff;
	transition: all 0.2s ease-out;
}
.menu__item:hover .submenu {
	transform: scale(1, 1);
	opacity: 1;
	transition: all 0.2s ease-out;
}
.menu__item:hover::after, .menu__item.active::after {
	width: calc(100% - 10px);
	transition: all 0.2s ease-out;
}
.socials {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	position: relative;
	z-index: 99;
}

.moresoc .socials {
	justify-content: center;
	width: 100%;
}
.moresoc .socials__item {
	width: 25px;
	height: 25px;
	margin: 0 10px;
	border-radius: 50% !important;
	line-height: 35px;
	font-size: 18px;
	text-align: center;
}
.moresoc .socials__item:hover i{
	color: #fff !important;
}
#header .socials__item {
	width: 35px;
	height: 35px;
	margin-left: 5px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	transition: all 0.2s ease;
}
#header .socials__header .socials__item i {
	font-size: 22px;
	transition: all 0.2s ease;
}
#header .socials__header .socials__item:hover {
	background: var(--color-yellow);
	transition: all 0.2s ease;
}
.submenu__item {	
	background: transparent;
	transition: all 0.2s ease;
}
.submenu__item:hover {
	background: var(--color-yellow);
	transition: all 0.2s ease;
}
#menu .submenu__item a {
	color: var(--color-text);
	padding: 7px 10px;
	line-height: 21px;
	font-weight: 500;
	white-space: pre-wrap;
	transition: all 0.2s ease;
}
#menu .submenu__item:hover a {
	color: var(--color-darkgrey);
	transition: all 0.2s ease;
}
.socials a {
	color:  var(--color-darkgrey);
}
.socials__item i {
	color:  var(--color-darkgrey);
	font-size: 28px;
	line-height: 35px;
	transition: all 0.2s ease;
}
.minimal #header .socials__item {
	height: 35px;
	width: 35px;
	line-height: 35px;
	transition: all 0.2s ease;
}
.minimal #header .socials__item i {
	line-height: 35px;
	font-size: 18px;
	transition: all 0.2s ease;
}
/********** content ********/
.page-home #main {
	background: #dddace;
	min-height: 25vh;
	position: relative;
	z-index: 1;
}
#main_slide_bg {
	position: absolute;
	left: 50%;
	top: 80px;
	width: 100%;
	height: auto;
	transform: translate(-50%, 0);
}
#main {
	height: auto;
	background: #fff;
}
#main a {
	text-decoration: underline;
}
.page-home #main .container {
	justify-content: flex-start;
	height: 650px;
	padding-top: 100px;
	padding-bottom: 0;
	justify-content: left;
	align-items: stretch;
	flex-direction: row;
}
#main .container {
	display: flex;
	padding-top: 70px;
}
.main_left {
	max-width: 50%;
}
.main_image {
	width: 50%;
	position: relative;
	height: 100%;
	z-index: 1;
}
#main_doc {
	position: absolute;
	max-height: 100%;
	left: 50%;
	bottom: 0%;
	transform: translate(-50%, 0);
}
.main_title {
  font-size: 48px;
  color: var(--color-darkgrey);
  line-height: 1.2;
}
.main_buttons a:first-child {
	margin-right: 20px;
}
.hm1 {
	background: var(--color-lightgrey);
	color:  #fff;
	background: linear-gradient( -35deg, var(--color-grey) 20%, var(--color-midgrey) 80%);*/
}
.hm2 {
	background: linear-gradient( 135deg, var(--color-midgrey) 20%, var(--color-grey) 80%);
}
#appointment {
	background: var(--color-pur);
	background: linear-gradient( 135deg, var(--color-yellow) 20%, var(--color-light-yellow) 80%);
}
/*.page-about ul {
	list-style: none;
	position: relative;
	padding: 0;
}
.page-about ul:before {
	content: '';
	width: 1px;
	background: var(--color-text);
	display: block;
	position: absolute;
	left: 4px;
	top: 15px;
	bottom: 15px;
	height: calc(100% - 30px);
}
.page-about ul li {
	line-height: 30px;
	padding-left: 20px;
	position: relative;
}
.page-about ul li:before {
	display: inline-block;
    content: '';
    vertical-align: top;
    border-radius: 50%;
    border: 1px solid var(--color-text);
    background: #fff;
    width: 7px;
    height: 7px;
    margin-left: -20px;
    margin-top: 10px;
    position: absolute;
    z-index: 3;
}
.page-about ul li:first-child:before, .page-about ul li:last-child:before {
	background: var(--color-text);
}
.page-about ul li:last-child:after {
	background: #fff;
	content: '';
	width: 1px;
	background: #fff;
	display: block;
	position: absolute;
	left: 4px;
	top: 15px;
	bottom: 15px;
	height: calc(100% - 30px);
	z-index: 2;
}
.page-about ul li span {
	width: 120px;
	display: inline-block;
}*/
.page-operations #main .container div {
	clear: both;
}
.main-text {
	width: 50%;
	padding-left: 10px;
	overflow: hidden;
}
.main-text h1 {
	font-size: 48px;
	color: var(--color-white);
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	text-align: left;
	margin: 0;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.35);
	padding: 20px 0 10px;
}
.main-text h2 {
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	color: var(--color-white);
	margin: 0;
	padding: 0;
}
.main-specs {
	padding: 20px 0;
	width: 100%;
	display: flex;
	text-transform: uppercase;
	flex-direction: column;
	align-items: flex-start;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.35);
	justify-content: flex-start;
}
.main-specs ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}
.main-specs ul li {
	text-indent: -30px;
}
.main-specs ul li:before {
	font-family: "ForkAwesome";
	content: "\f058";
	width: 30px;
	display: inline-block;
	color: var(--color-green);
	text-indent: 0;
}
.main-specs .btn {
	margin: 30px 0 15px;
	text-transform: none;
}
.operations {
	list-style: none;
	margin: 0 50px;
	font-size: 18px;
	padding: 0 0 0 30px;
}
.operations li {
	text-indent: -30px;
}
.operations li:before {
	content: "\f192";
	font-family: "ForkAwesome";
	width: 30px;
	display: inline-block;
	color: var(--color-green);
	text-indent: 0;
}
.feeds {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	flex-direction: row;
}
.feeds.all {
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.feeds.all .feeds__item:nth-child(n+5) {
	transform: scale(1,0);
	max-height: 0;
	margin: 0;
	transition: all 0.2s ease-out;
}
.feeds.all.expanded .feeds__item:nth-child(n+5) {
	transform: scale(1,1);
	max-height: calc(100vh);
	margin: 50px auto 15px;
	transition: all 0.2s ease-out;
}
.feed-showall {
	margin: 0 auto;
}
.feeds__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 30%;
	cursor: pointer;
	margin-top: 50px;
	border-radius: 10px;
	position: relative;
	max-width: 330px;
	margin-bottom: 15px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.15);
}
.feeds__icon {
	position: absolute;
	overflow: hidden;
	width: 110px;
	height: 110px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.15);
	margin-top: -50px;
	margin-left: -10px;
	left: 0;
	top: 0;
	border-radius: 50%;
	background: #fff;
}
.feeds__icon img {
	border-radius: 50%;
	object-fit: cover;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.feeds__title {
	font-size: 18px;
	background: var(--color-grey);
	color: var(--color-white) !important;
	font-weight: 600;
	margin: 0;
	text-align: right;
	line-height: 25px;
	padding-right: 20px;
	padding-left: 110px;
	height: 75px;
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.feeds__date {
	font-size: 12px;
	font-weight: 500;
	width: 100%;
	text-align: right;
	margin-top: 15px;
	color: rgba(0,0,0,0.5);
}
.feeds__text {
	padding: 20px;
	font-weight: 200;
	font-size: 14px;
	text-align: left;
	width: 100%;
	min-height: calc(100% - 75px);
	background: var(--color-white);
	color:  var(--color-darkgrey);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.feeds__text p {
	margin: 0;
}

.feeds.all .feeds__item .feeds__text {
	height: 200px;
	overflow-y: hidden;
}
.feeds.all .feeds__item {
	position: relative;
}
.feeds.all .feeds__item:after {
	content: "...";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: -webkit-linear-gradient( 270deg, transparent 0%, var(--color-white) 100%);
}

/*.feeds.all .feeds__item .feeds__text::-webkit-scrollbar {
  width: 1em;
}
 
.feeds.all .feeds__item .feeds__text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.feeds.all .feeds__item .feeds__text::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}*/
/*.feeds__item:nth-child(1) .feeds__title {
	background: var(--color-yellow);
}
.feeds__item:nth-child(2) .feeds__title {
	background: var(--color-red);
}
.feeds__item:nth-child(3) .feeds__title {
	background: var(--color-yellow);
}
.feeds__item:nth-child(4) .feeds__title {
	background: var(--color-green);
}
.feeds__item:nth-child(1) .feeds__text {
	background: var(--color-light-yellow);
}
.feeds__item:nth-child(2) .feeds__text {
	background: var(--color-red-light);
}
.feeds__item:nth-child(3) .feeds__text {
	background: var(--color-light-yellow);
}
.feeds__item:nth-child(4) .feeds__text {
	background: var(--color-green-light);
}*/
#feedbacks, #faqs, #lightbox, .modal {
	position: fixed;
	z-index: 9999999;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.85);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: scale(1, 0);
	transform-origin: 50% 0;
	transition: all 0.2s ease-out;
}
#feedbacks.visible, #faqs.visible, #lightbox.visible, .modal.visible {
	transform: scale(1, 1);
	transition: all 0.2s ease-out;
}
#feedbacks-wrapper, #faqs-wrapper, #lightbox-wrapper {
	background: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	padding: 25px;
}
.hm1 .container {
	padding-bottom: 20px !important;
}
#entry {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	height: 120px;
	color: var(--color-darkgrey);
	text-shadow: 1px 1px 2px rgba(255,255,255,0.4);
	text-align: center;
}
.entry__left {
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding-left:  140px;
	position: relative;
}
#entry::before {
	content: url('/images/icon-patiens.png');
	position: absolute;
	left: 20px;
	top:  0;
	transform: rotate(13deg);
	animation: rotateIcon ease 3s infinite;
}

.entry__left p {
	padding: 0 20px;
	margin: 0;
}
.entry__right {
	width: 30%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.entry__img {
	width: 100px;
	height: 100px;
}
.entry__title {
	font-size: 24px;
	line-height: 35px;
	font-weight: 500;
	padding:  0;
	letter-spacing: -0.5px;
}
#news {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.news__item, .inf__item {
	width: calc(50% - 50px);
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 2em;
}
.inf__item {
	width: calc(100% / 3 - 50px);
}
#content .inf__item a {
	padding: 0;
	background: none !important;
	color: var(--color-yellow) !important;
}
.inf__item {
	flex-direction: column;
}
.news__title, .inf__title {
	width: 100%;
	font-size: 16px;
}
.news__date {
	font-weight: 600;
}
.inf__body {
	width: 100%;
	max-width: 400px;
	display: flex;
	flex-direction: column;
}
.news__body {
	width: calc(100% - 125px - 20px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.news__image {
	width: 130px;
	height: 130px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	color: #fff;
	font-size: 10px;
	text-align: center;
	background: -webkit-linear-gradient( -35deg, var(--color-lightgrey) 0%, var(--color-midgrey) 100%);
}
.inf__image img {
	max-width: 400px;
	margin: 10px 0;
}
.news__image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 8px);
	height: auto;
	border-radius: 50%;
	object-fit: cover;
}
.news__text {
	font-size: 14px;
}
.news__btn {
	float: right;
	clear: both;
	color: var(--color-grey);
	text-decoration: underline;
	margin-top: 25px;
}
.news__btn:hover {
	background: var(--color-grey) !important;
	text-decoration: underline;
}
#info {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-direction: row;
	width: 100%;
	padding-bottom: 30px;
	flex-wrap: wrap;
}
.info__sub {
	text-align: center;
	padding: 0 10%;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.4);
}
.info__item {
	width: calc(100% / 3 - 50px);
	max-width: 450px;
	margin-top: 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	border-radius: 8px;
	padding:  25px;
	background: var(--color-white);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	background: linear-gradient( 135deg, var(--color-yellow) 3%, var(--color-white) 3%);
}
.info__icon {
	width: 160px;
	height: 160px;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	padding: 5px;	
	animation: moveIcon ease 3s infinite;
}
.info__item:nth-child(even) .info__icon {
	animation-delay: -1.5s;
}
.info__title {
	color: var(--color-pur-dark);
	font-weight: 600;
	margin: 0;
	text-align: center;
	line-height: 25px;
	min-height: 25px;
	width: 100%;
	margin: 0;
	font-size: 20px;
}
.info__text {
	width: 100%;
	padding: 20px;
	text-align: left;
	font-weight: 200;
	text-align: justify;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}
/*#info .btn {
	background: linear-gradient( 135deg, var(--color-light-yellow) 0%, var(--color-yellow) 100%) !important;
	color:  var(--color-darkgrey) !important;
	border:  0;
}
#info .btn:hover {
	background: linear-gradient( 135deg, var(--color-light-yellow) 80%, var(--color-yellow) 100%) !important;
	border:  0;
	color: #fff !important;
}*/
.info__item img {
	height: 100%;
	width: auto;
	border-radius: 75px;
	overflow: hidden;
}
#lightbox-wrapper {
	position: relative;
}
#lightbox-content {
	width: 100%;
}
.lightbox-btn {
	position: absolute;
	top: 0;
	cursor: pointer;
	height: 100%;
	width: 10vw;
	line-height: calc(100%);
	text-align: center;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	transition: all 0.2s ease;
}
.lightbox-btn i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
}
#lightbox-left {
	left: 0;
}
#lightbox-right {
	right: 0;
}
#lightbox-left:hover, #lightbox-right:hover {
	background: rgba(0,0,0,0.3);
	transition: all 0.2s ease;
}
#feedbacks-form, #faqs-form {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: column;
}
#feedbacks input, #feedbacks textarea, #faqs input, #faqs textarea {
	border: 1px solid var(--color-yellow);
	color: var(--color-yellow);
	margin-bottom: 25px;
}
#feedbacks textarea, #faqs textarea {
	height: 150px;
}
#feedbacks #feedback-photo {
	border: 0;
	text-align: center;
}
#feedbacks h3, #faqs h3 {
	text-align: center;
}
#lightbox-wrapper img {
	max-width: 90vw;
	max-height: 90vh;
}
.appointment {
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: row;
	transition: all 0.2s ease-out;
}
.appointment__wrap {
	width: 350px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	padding-bottom: 5px;
	height: auto;
	transition: all 0.2s ease-out;
}
.appointment__body {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
}
.appointment .btn {
	transition: all 0.2s ease-out;
}
.appointment input {
	width: 100%;
	margin-bottom: 24px;
	height: 50px;
	border-radius: 25px;
}

#faq {
	width: calc( 65% );
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.faq__page {
	display: none;
}
.faq__page.active {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
}
.faq__block {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	border-radius: 10px;
	background: var(--color-light-yellow);
	padding: 0px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.15);
	margin-bottom: 50px;
}
.faq__item {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	position: relative;
	color: #fff;
	min-height: 50px;
	display: flex;
	align-items: center;
	
}
.faq__text {
	width: calc(100% - 68px - 20px);
}
.faq__icon {
	border-radius: 50%;
	background: #fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.15);
	width: 68px;
	height: 68px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
}
.faq__q {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-left: 60px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.faq__a {
	text-align: right;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: var(--color-white);
	color: var(--color-text);
}
.faq__icon i {
	line-height: 60px;
	border-radius: 50%;
	background: linear-gradient( -35deg, #ffffff 0%, #dedede 100%);
	color: var(--color-yellow);
	box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2), 0 1px 1px rgba(255,255,255,0.5);
}
.faq__qi {
	font-size: 42px;
	left: 0;
	top: 0;
	margin-top: -20px;
	margin-left: -20px;
}
.faq__ai {
	font-size: 30px;
	right: 0;
	bottom: 0;
	margin-bottom: -10px;
	margin-right: -10px;
}
#doc {
	position: absolute;
	right: 5%;
	bottom: 0;
	max-width: 30vw;
}
#map {
	width: 100%;
	height: 500px;
}
#map iframe {
	overflow:hidden;
	background:none !important;
	height:500px;
	width:100%;
	border: 0 !important;
}
.page-contacts #map iframe, .page-contacts #map {
	height: 50vh;
	min-height: 500px;
}
.pagination {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.pagination__btn {
	width: 25px;
	text-align: center;
	line-height: 25px;
	height: 25px;
	padding: 0;
	margin: 0 2.5px;
	border: 1px solid var(--color-light-yellow);
	color: var(--color-light-yellow);
	border-radius: 3px;
	transition: all 0.2s ease-out;
}
.pagination__btn.active {
	background: var(--color-yellow);
	color: #fff;
	transition: all 0.2s ease-out;
}
/********* footer *********/
#footer {
	width: 100%;	
	height:  170px;
	display: block;
	color: #fff;
	font-size: 1rem;
	background: var(--color-darkgrey);
	text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
	/*background: -webkit-linear-gradient( -90deg, #81b1cc 0%, #205f89 100%);*/
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
	position: relative;
	z-index: 999;
}
#footer .container {
	align-items: center;
	line-height: 20px;
	padding: 20px 0;
}
#dev a, .footer__contacts a {
	color: #f0f0f0;
	position: relative;
	padding-bottom: 3px;
	white-space: nowrap;
	transition: all 0.2s ease;
}
#dev a:hover, .footer__contacts a:hover {
	color: #fff;
	transition: all 0.2s ease;
}
#dev a:after, .footer__contacts a:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
	width: 0;
	background: white;
	height: 1px;
	transition: all 0.2s ease;
}
#dev a:hover:after, .footer__contacts a:hover:after {
	width: 100%;
	background: #fff;
	transition: all 0.2s ease;
}
#footer .footer__socials .socials__item {
	width: 40px;
	height: 40px;
	background: transparent;
	border-radius: 50%;
	text-align: center;
	margin: 0 5px;
	transition: all 0.2s ease;
}
#footer .socials__item i {
	color: #fff;
	line-height: 40px;
}
#footer .footer__socials .socials__item:hover {
	background: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.05);
	transition: all 0.2s ease;
}
#footer .footer__socials .socials__item:hover i {
	color: var(--color-yellow) !important;
}
.footer__contacts {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
}
.contacts__item {
	text-align: right;
	margin-bottom: 5px;
}
.contacts__item i {
	margin-right: 10px;
}
/********** tooltips ***********/
#tooltip {
	display: block;
	position: fixed;
	left: 50%;
	bottom: -200px;
	max-width: 50vw;
	user-select: none;
	max-height: 0;
	transition: all 0.2s ease-out;
	background: #0e9e0e;
	color: #fff;
	z-index: 9999999999;
}
#tooltip.error {
	background: #9e0e0e;
	transition: all 0.2s ease-out;
}
#tooltip.active {
	bottom: 0;
	max-height: 300px;
	transform: translateX(-50%);
	transition: all 0.2s ease-out;
}
#tooltip-message {
	margin: 10px 60px 10px 25px;
	font-size: 16px;
	line-height: 25px;
}
#tooltip-close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 25px;
	transform: translateY(-50%);
}
/*********** CSlider ************/
.cslider {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 50px;
}
.cslider__controls {
	width: 50px;
	font-size: 48px;
}
.cslider__wrapper {
	width: calc(100% - 140px);
	position: relative;
	overflow: hidden;
	height: 250px;
}
.cslider__inner {
	width: 10000000px;
	left: 0;
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	transition: all 0.2s ease;	
}
.cslider__item {
	width: calc((1560px - 140px) / 3);
	height: 250px;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}
.cslider.animating .cslider__item {
	transform-origin: 50% 50%;
	transform: scale(0.5, 0.5);
	transition: all 0.2s ease;
}
.cslider__img img {
	max-width: 100%;
	max-height: 100%;
}


/********** media queries ***********/
@media screen and (max-width: 1600px) {
	.container {
		width: 1250px;
	}
	.cslider__wrapper {
		height: 200px;
	}
	.cslider__item {
		width: calc((1250px - 140px) / 2);
		height: 200px;
	}
	.cslider__logo {
		width: 150px;
		height: 150px;
	}
	.menu__item a {
		font-size: 13px;
	}
	.feeds__item {
		max-width: calc(25% - 30px);
	}
	#doc {
		right: 0;
	}
}
@media screen and (max-width: 1250px) {
	.container {
		width: 100%;
	}
	#footer .container {
		padding: 20px;
	}
	.cslider__item {
		width: calc((100vw - 180px) / 2);
	}
	.main-text {
		max-width: 50%;
	}
	#mmenu {
		display: block;
	}
	#menu {
		position: fixed;
		width: 100vw;
		height: 100vh;
		display: flex;
		background: var(--color-text);
		flex-direction: column;
		align-items: center;
		justify-content: center;
		top: 0;
		left: 0;
		transform: scale(1, 0);
		z-index: 999;
		transition: all 0.2s ease-out;
	}
	#info {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.info__item {
		width: 50%;
	}
	.minimal #mmenu {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 24px;
	}
	#menu.visible {
		transform: scale(1, 1);
		transition: all 0.2s ease-out;
	}
	.menu__item {
		height: auto;
		overflow: hidden;
	}
	.menu__item a, .menu__item:hover a {
		color: #fff !important;
		font-size: 20px;
		line-height: 35px;
		width: 100%;
		text-align: center;
	}
	.menu__item:hover:after {
		display: none;
	}
	#header {
		overflow: visible;
	}
	.menu__item:hover .submenu {
		transform: scale(1, 0);
		max-width: 100vw;
		transition: all 0.2s ease-out;
	}
	.menu__item:hover a {
		line-height: 35px;
	}
	.submenu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		max-width: 100vw;
		height: 100vh;
		overflow-y: scroll;
		z-index: 99999;
		background: var(--color-text);
		transition: all 0.2s ease-out;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.menu__item.active:after {
		display:none;
	}
	.menu__item.open .submenu {
		transform: scale(1, 1);
		transition: all 0.2s ease-out;
	}
	.submenu__item {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.sm-back {
		margin-bottom: 15px;
	}
	.sm-back a {
		width: auto !important;
	}
	.sm-back-btn {
		width: 32px;
		height: 32px;
		text-align: center;
		font-size: 18px;
		color: #fff;
	}
	.msocials .socials__item i {
		color:  #fff;
	}
}
@media screen and (max-width: 800px) {
	.container {
		width: 100%;
		padding: 10px 10px 30px !important;
		text-align: left;
	}
	.btn {
		padding: 0 10px !important;
		margin:  0 auto;
		min-width:  calc(100% - 20px) !important;
		font-size:  16px !important;
	}
	#wrapper.minimal #header {
		height: 0;
		transition: all 0.2s ease;
	}
	#header .container {
		padding: 10px !important;
	}
	.cslider__wrapper {
		height: auto;
	}
	.cslider__item {
		width: calc((100vw - 160px) / 1);
		height: auto;
	}
	#content #main {
		background-size: cover;
		background-position: 20% 0;
		height: auto;
		padding-top:  50px;
	}
	#wrapper.minimal .prewrap-second {
		transform: scale(1, 0);
		max-height: 0;
		transition: all 0.2s ease;
	}
	#main_slide_bg {
		height: 100%;
		width:  auto;
	}
	.main_image {
		width:  30%;
		position: absolute;
		right:  20px;
	}
	.main_title {
		font-size: 24px;
	}
	.main_buttons a {
		width:  auto;
		margin:  15px 20px;
		min-width: 50vw !important;
	}
	.main_left {
		width:  100%;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px;
		max-width: 100%;
	}
	.page-home #main .container {
		padding: 50px 0 0 !important;
		box-shadow: 0 3px 10px rgba(0,0,0,0.2);
		background-position: 55% 70%;
		min-height: 60vh;
		height: auto;
	}
	#main .container {
		padding: 50px 10px 0 !important;
	}
	.menu__item {
		height: auto;
		position: static;
		width: 100%;
		text-align: center;
	}
	.menu__item a {
		font-size: 18px !important;
		line-height: 25px;
		padding: 10px 0;
	}
	#menu .submenu__item a {
		font-size: 16px !important;
		padding: 10px;
	}
	.menu__item:hover a {
		line-height: 25px;
	}
	.main-text {
		width: 100%;
		max-width: 100%;
		margin-top: calc(60vh - 50px);
		background: #fff;
		padding: 10px;
	}
	.main-text h1 {
		font-size: 28px;
		line-height: 30px;
		padding: 0;
		text-shadow: none;
		color: var(--color-yellow);
	}
	.main-specs h2 {
		font-weight: 600;
		font-size: 16px;
		text-shadow: none;
		text-transform: none;
		line-height: 20px;
		color: var(--color-yellow);
	}
	.main-specs {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main-specs .btn {
		margin-top: 10px;
		margin-bottom: 0;
	}
	#entry {
		flex-direction: column;
		margin-top: 15px;
		height:  auto;
	}
	#entry::before {
		left: 0px;
		top:  20px;
		width: 80px;
	}
	#content .start {
		flex-direction: column;
	}
	#content .start .split3-item {
		width:  100%;
		margin-bottom: 20px;
	}
	.info__sub {
		font-size: 12px;
		margin-bottom:  20px;
	}
	.entry__title {
		font-size: 16px;
		line-height: 30px;
	}
	.entry__left {
		width:  100%;
		text-align: right;
		padding-left:  120px;
		font-size: 12px;
		align-items: flex-end;
	}
	.entry__left p {
		padding:  0;
		margin-bottom:  15px;
	}
	.entry__right {
		width: 100%;
		flex-direction: column;
		text-align: right;
		align-items: flex-end;
	}
	.entry__right a {
		max-width: 70vw;
		min-width: 50vw !important;
		margin:  10px 0;
	}
	.split__item {
		flex-direction: column;
		transition: all 0.5s ease-out;
	}
	.operations {
		margin: 0;
		text-align: left;
		order: 1;
	}
	.operations__img {
		order: 2;
		margin: 15px auto;
	}
	.feeds, #news, #info {
		flex-direction: column;
		align-items: center;
	}
	.feeds__item, .info__item {
		width: 100%;
		margin-top: 0;
		margin-bottom: 1em;
		max-width: 100%;
	}
	#feed.modal {
		padding: 20px;
	}
	.grey .spacer {
		display: none;
	}
	.grey .btn {
		margin-top: 30px;
	}
	.grad .split {
		flex-direction: column;
	}
	.appointment {
		width: 100%;
		flex-direction: column;
	}
	.appointment__wrap {
		width: 100%;
	}
	.news__item, .inf__item {
		width: 100%;

		position: relative;
	}
	.news__image {
		width: 90px;
		height: 90px;
		position: relative;
	}
	.inf__image img {
		max-width: 100%;
	}
	.news__body {
		width: calc(100% - 100px);
	}
	.news__text {
		width: 100%;
		padding-top: 0;
	}
	.news__text img {
		width: calc(100vw - 20px) !important;
		height:  auto !important;
		margin:  10px 0 !important;
	}
	.news__title {
		font-size: 18px;
		min-height: 30px;
		padding-left: 0px;
		font-weight: bold;
	}
	.news__date {
		display: inline-block;
		width: 100px;
	}
	.news__btn {
		float: none;
	}
	#faq {
		width: 100%;
	}
	.faq__q {
		padding-right: 0;
	}
	.faq__a {
		padding-left: 0;
	}
	#footer {
		height: auto;
	}
	#footer .container {
		flex-direction: column;
		height: auto;
		min-height: 300px;
		padding: 10px !important;
	}
	#appointment .container:before {
		display: none;
	}
	#doc {
		position: static;
		max-width: 90vw;
		right: 0;
		margin: 20px auto -30px;
	}
	.msocials {
		display: flex;
		margin-top: 40px;
	}
	#header .container > .socials__header {
		display: none;
	}
	#footer .container > div {
		text-align: center !important;
	}
	.footer__socials {
		margin: 20px 0;
		position: relative;
	}
	#footer .footer__socials .socials__item {
		width: 25px;
		height: 25px;
	}
	#footer .footer__socials .socials__item i {
		font-size: 16px;
		line-height: 25px;
	}
	.footer__contacts {
		align-items: center;
		text-align: center;
	}
	.mbr {
		display: inline;
	}
	.contacts__item {
		text-align: center;
	}
	#dev {
		margin-top: 10px;
	}
	#tooltip {
		max-width: 100vw;
		width: 100vw;
	}
	#feedbacks-wrapper {
		max-width: 90vw;
		max-height: 90vh;
	}
	.logo_f {
		max-width: 40vw;
	}
	.quick_links {
		position: absolute;
		z-index: 10;
		top:  60px;
		right:  10px;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.quick_links a {
		color:  #fff;
		font-size: 12px;
		padding:  2px 0;
		margin:  0;
	}
	#search_module {
		max-width: 40vw;
	}
	#header {
		height: 50px;
	}
	#mmenu {
		width: 35px;
		height: 35px;
		font-size: 24px;
		line-height: 35px;
	}
	.lightbox-btn {
		width: 20vw;
	}
	.lightbox-btn i {
		font-size: 32px;
	}
	#main .container img {
		max-width: calc(100%);
		height: auto !important;
	}
	#main .container .services__img {
		margin: 0 auto 20px;
		max-width: 50vw;
		float: none;
	}
	.about-ul {
		width: 100%;
	}
	.about-img {
		margin: 0 auto 20px;
		max-width: 95vw;
		float: none;
	}
	.tooltiped {
		position: static;
	}
	.tooltiped .tooltip {
		left: 0;
		right: 0;
	}
}

@keyframes rotateIcon {
  0% {transform: rotate(-13deg);}
  50% {transform: rotate(13deg);}
  100% {transform: rotate(-13deg);}
}
@keyframes moveIcon {
	0% {transform: translate(0, -10px);}
  50% {transform: translate(0, 10px);;}
  100% {transform: translate(0, -10px);;}
}

.hm10 {
	background:  #fff;
}
.start {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
.start .split3-item {
	width: 30%;
	padding: 20px !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--color-light-yellow);
	background: linear-gradient( 135deg, var(--color-white) 0%, var(--color-light-yellow) 10%) !important;*/
	box-sizing: border-box;
	color:  var(--color-darkgrey);
	text-align: center;
	border-radius:  8px;
	font-weight: 400 !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.15);
	transition:all 0.06s ease-out;
}
.start .split3-item:hover {
	border-radius:  8px !important;
	color:  var(--color-darkgrey) !important;
	background: linear-gradient( 135deg, var(--color-white) 0%, var(--color-yellow) 25%) !important;
	transition:all 0.06s ease-out;
}
.start .split3-item b {
	font-weight: 600 !important;
}
.start .split3-item img { 
	border-radius:  50%;
	background: #fff;
	margin-top: 30px;
	padding:  20px;
	animation: moveIcon ease 3s infinite;
}
.start .split3-item:nth-child(even) img {
	animation-delay: -1.5s;
}
#imt_calc {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#imt_calc label {
	width:  100%;
}

.quick_links {
	padding:  0;
}

/********* search ************/
#search {
	position: relative;
}
#search_module {
	position: relative;
	margin:  0;
}
#search_field {
	width:  100%;
	border:  1px solid var(--color-grey);
	color: var(--color-grey);
	padding:  5px 45px 5px 10px;
	border-radius: 15px;
	height: 30px;
	cursor: text;
}
#search_field::placeholder {
	color:  var(--color-darkgrey);
}
#search_button {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width:  45px;
	height: 30px;
	background: var(--color-grey);
	border:  1px solid var(--color-grey);
	color: #fff;
	border-radius: 15px;
}
#search_results {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	position: absolute;
	top: 35px;
	left:  0;
	width: 100%;
	height:  0;
	border-radius: 4px;
	overflow-y: scroll;
	background: #fff;
	box-shadow: 5px 5px 15px rgba(0,0,0,0);
	transition: all 0.2s ease;
}
#search_results.active {
	height:  auto;
	min-height: 200px;
	max-height: 50vh;
	border:  1px solid var(--color-accent);
	transition: all 0.2s ease;
}
.search_res {
	padding:  5px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	transition: all 0.2s ease;
}
#search .search_res:hover {
	background: var(--color-accent-light);
	transition: all 0.2s ease;
}
#search .search_res a {
	color: var(--color-accent-dark);
	font-size: 14px;
}
#search .search_res span {
	font-size: 10px;
}
#search_results::-webkit-scrollbar {
  width: 4px;
}
#search_results::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#search_results::-webkit-scrollbar-thumb {
  background-color: var(--color-accent);
  outline: 1px solid var(--color-accent-dark);
}

#search_page {
	width: 100%;
}
#search_page .search_res {
	padding: 10px 0;
}
#search_page .search_res a {
	color: var(--color-accent-dark);
}
.searchword {
	background: var(--color-accent-dark);
	color:  #fff;
}