*, *:before, *:after {
  box-sizing: border-box; outline: none;
}

input::-webkit-input-placeholder { color: #fff; font-weight: 200; }
input::-moz-placeholder { color: #fff; font-weight: 200; }
input:focus {
  outline: none;
}

input.input_2::-webkit-input-placeholder {color: #646464;}
input.input_2::-moz-placeholder {color: #646464;}

a, button {
	cursor: pointer;
}

a {
  text-decoration: none;
  color: #444444;
}

a:focus, button:focus {
  outline: none!important;
}

html, body {
	height: 100%;
  position: relative;
	min-width: 320px; 
	margin: 0; 
	padding: 0; 
	border: 0;		
	font-family: 'Exo 2', sans-serif;
} 

body {
	color: #646464;
	background: #fff;
	line-height: 1.2;
	font-size: 1em;
}
body.overflow {
  overflow: hidden;
}

.wrap_main {
  display: flex;
  flex-direction: column;
  height: 120px;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

.lang {
  position: absolute;
  top: 0;
  left: calc(50% - 33px);
  width: 66px;
  z-index: 12;
}

header, .address {
  z-index: 10;
}

header {
  height: 110px;
	position: fixed;
	top: 0%;
	left: 0;
	z-index: 10;
	width: 100%;
	opacity: 1;
	transition: opacity 0.4s;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
  border-bottom: 3px solid #06b9ca;
  color: #646464;
  background: #fff;
}

header.bg {
  background: rgba(51, 51, 51, 0.5);
}

header.sticky {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

header.sticky .logo_left {
  margin: 5px 0;
}

header.sticky .telephone {
  margin: 20px 0 10px 0;
}

.mobile_menu {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 90;
  background: rgba(6, 185, 202, 0.9);
  }

.mobile_menu.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.mobile_menu nav {
  text-align: center;
  position: relative;
  top: 37%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile_menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.mobile_menu ul li {
  display: block;
  height: calc(100% / 9);
  margin: 10px;
}

.mobile_menu ul li:nth-child(6) {
  line-height: 50px;
}

.mobile_menu ul li a {
  font-size: 40px;
  font-weight: 600;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.mobile_menu ul li a:hover {
  color: #646464;
}

.menu_close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../img/close.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}

.open_menu {
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
  z-index: 12;
  cursor: pointer;
  opacity: 0.7;
  margin-top: 20px;
}



.left_col_main, .right_col_main {
  height: 120px;
}

.right_col_main {
  text-align: right;
}

.logo_left {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 15px 0;
  transition: linear 0.5s;
}

.logo_left img {
  max-height: 100%;
  vertical-align: middle;
  display: inline;
}

.address span, .address span a {
  font-weight: 200;
}

.telephone {
  margin: 15px 0;
  transition: linear 0.5s;
}

.telephone a {
  font-size: 1.5em;
}

.zapis_modal {
  border: 2px solid #06b9ca;
  padding: 0.5em 1.9em;
  transition: all .4s;
}

.zapis_modal:hover {
  background: #06b9ca;
  color: #fff;
}


.zapis_konsylt {
  margin-top: 80px;
}

.zapis_modal.konsylt {
  padding: 1.5em 3em;
  font-size: 1.2em;
}

.block_we h2, .block_instagram h2, h2 {
  font-size: 2.1em;
  padding-top: 60px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 80px 0;
  color: #333;
}

.block_we h2::after, .block_instagram h2::after, h2::after {
  position: absolute!important;
  bottom: -30%;
  left: calc(50% - 100px);
  display: inline-block;
  width: 200px;
  height: 5px;
  margin: auto;
  content: '';
  background: #06b9ca;
}

.tel_us, .text_us {
  position: relative;
  margin: 15px 0;
}

.tel_us img, .text_us img {
  display: inline-block;
  width: 35px;
  margin-right: 10px;
}

.tel_us .tel_param, .text_us .text_param  {
  display: inline-block;
}

.tel_text, .text_text {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 5px;
}

.wrap_all {
  min-height: calc(100vh - 220px);
}

.icon_soc img {
  width: 35px;
}

.icon_soc {
  margin: 50px 0;
  text-align: center;
}

.img_where {
  overflow: hidden;
}

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

.modalka {
  z-index: 9001;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center; 
  justify-content: center; 
  overflow: hidden;
  visibility: hidden;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 600px;
  padding: 26.6667px;
  background-color: #fff;
  border: 1px solid #666;
}

#bl_zapis_2 input {
  width: 100%;
  border: 2px solid #06b9cb;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 1em;
}


.modalka.show {
  visibility: visible;
}

.form_otdel {
	position: absolute;
	top: 20%;
	right: 5%;
	height: 350px;
	width: 265px;
	border-radius: 7px;
	background: #fff;
	text-align: center;
	padding: 10px 15px;
	font-size: 15px;
}

.form_otdel h3 {
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 3px solid #06b9ca;
	width: 164px;
	margin: 0 auto 30px auto;
}

.block_contact_info {
	display: block;
	width: 100%;
	height: 60px;
}

.block_contact_info.last {
	margin-top: 10px;
}

.block_contact_info img {
	width: 34px;

	float: left;
	margin-right: 10px;
}

.block_contact_info .nifor {
	float: left;
	text-align: left;
}

.verh_info {
	font-weight: 700;
	margin-bottom: 5px;
}

.social_header {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
}

.social_links {
	text-align: center;
	margin-bottom: 10px;
}

.social_links a:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.social_links img {
	width: 30px;
	height: 30px;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer {
	height: 100px;
  background: #55b7c1;
  width: 100%;
  flex: 0 0 auto;
}

.copyright {
	color: #fff;
	text-align: center;
	position: relative;
}

.copyright .pansite {
	position: absolute;
	bottom: 0;
	right: 5px;
}

.copyright .pansite a {
	color: #fff;
	text-decoration: none;
}

.copyright span.svg svg {
  width: 15px;
  fill: #fff;
}

.hidden {
display: none;
height: 100px;
position: fixed;
top: 0;
bottom: 0;
width: 100%;
background: #06b9ca;
color: #fff;
font-size: 1.3em;
font-weight: 600;
text-align: center;
line-height: 100px;
vertical-align: middle;
text-transform: uppercase;
z-index: 100;
}

.form_otdel_mobile {
  display: none;
  position: absolute;
  top: 11%;
  font-size: 0.9em;
}

.header_otdel_mobile {
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	margin-bottom: 0;
	background: #fff;
	border-bottom: 2px solid #06b9ca;
}

.hover_block_otdel {
	height: 0px;
	padding: 10px 5px;
	visibility: hidden;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hover_block_otdel.show {
	height: 222px;
	visibility: visible;
}

.simply-scroll-container {
  /* Container DIV - automatically generated */
  position: relative;
}

.simply-scroll-clip {
  /* Clip DIV - automatically generated */
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  /* UL/OL/DIV - the element that simplyScroll is inited on */
  margin: 0;
  padding: 0;
  list-style: none;
}

.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.simply-scroll-list li img {
  border: none;
  display: block;
}

.simply-scroll {
  /* Customisable base class for style override DIV */
  width: 100%;
  height: 210px;
}

.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 210px;
}

.simply-scroll .simply-scroll-list li {
  float: left;
  width: 160px;
  margin: 15px;
  height: 210px;
  transition: all ease 0.3s;
  text-align: center;
}

.simply-scroll .simply-scroll-list li:hover {
  transform: scale(1.1);
}

#scroller {
  display: none;
}

.likes, .comments {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.likes, .comments {
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 25px;
}

.likes {
  margin-right: 10px;
  background-image: url(../img/like.png); 
}

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

.likes span, .comments span {
  position: absolute;
  top: 4px;
  left: 7px;
  font-size: 12px;
}

.comments span {
  left: 10px!important;
}

.loading {
  margin-top: -75px;
  text-align: center;
  overflow: hidden;
}

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

.block_service {
  margin-bottom: 50px;
}

.block_service h2 {
  padding-top: 20px;
  margin-bottom: 30px;
}

.block_doctor {
  position: relative;
}

.photo_doctor {
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-box-shadow: 0px 11px 29px -1px rgba(0,0,0,0.59);
  -moz-box-shadow: 0px 11px 29px -1px rgba(0,0,0,0.59);
  box-shadow: 0px 11px 29px -1px rgba(0,0,0,0.59);
}

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

.photo_doctor:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.photo h3 {
  position: absolute;
  bottom: -10px;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.6em;
}

button.slick-arrow {
  position: absolute;
  z-index: 1000;
  top: 50%;
  opacity: 0;
  transition: all 0.5s;
}

button.slick-prev.slick-arrow {
  left: -30px;
  background: url(../img/prev.png) center center no-repeat;
  background-size: cover;
  height: 30px;
  width: 30px;
  border: none;
}

button.slick-next.slick-arrow {
  right: -30px;
  background: url(../img/next.png) center center no-repeat;
  background-size: cover;
  height: 30px;
  width: 30px;
  border: none;
}

.block_doctor:hover button.slick-arrow, button.slick-arrow:hover {
  opacity: 1;
}

.prof {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  right: 0;
  font-size: 20px;
  background: #06b9cb;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.zapis_k_doctor {
  margin-top: 60px;
  text-align: center;
}

.zapis_k_doctor a {
  border: 2px solid #06b9ca;
  padding: 1em 5em;
  transition: all .4s;
  text-transform: uppercase;
}

ol.spisok {
  margin-left: 0;
  list-style: none;
  counter-reset: li;
}

.spisok li {
  padding: 10px 0;
  position: relative;
  margin-left: 1em;
  margin-bottom: 0.75em;
  padding-left: 1em;
  background: rgba(229, 251, 253, 0.5);
}
.spisok li::before {
  padding: 10px 0;
  position: absolute;
  top: 0;
  bottom: auto;
  left: -1.5em;
  width: 1.875em;
  text-align: center;
  color: white;
  font-weight: bold;
  background: #06b9ca;
  border-bottom-left-radius: 70em;
  border-top-left-radius: 70em;
  counter-increment: li;
  content: counter(li);
}

.spisok_2 {
  list-style: none;
}

.spisok_2 li {
  margin-bottom: 5px;
}

.spisok_2 li::before {    
  float:left;    
  content:"";    
  border: 2px solid #06b9ca;    
  width: 10px;    
  height: 10px;    
  margin-top: 12px;    
  margin-right: 10px;        
  border-radius: 50%;    
}

.info_doctor_text {
  margin-top: 25px;
  margin-left: 15px;
  font-size: 1.5em;
  font-weight: 200;
  line-height: 32px;
}

span.first {
  font-size: 1.6em;
  font-weight: 700;
  color: #d66786;
}

.quote {
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.27);
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.27);
  position: relative;
  padding: 15px;
  max-width: 95%;
  margin: 60px auto;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 0.9em;
  min-height: 110px;
}

.quote img {
  width: 80px;
  margin-right: 10px;
  display: inline;
  float: left;
}

.quote.d-none {
  position: relative;
  max-width: 80%;
}

.quote.d-none img.fea {
  position: absolute;
  right: 0;
  top: -78px;
}

.quote.d-none p.text {
  font-weight: 200;
  line-height: 32px;
  font-size: 1.5em;
  padding-right: 98px;
}

.quote.aaabbb {
  max-width: 100%;
}

.quote.aaabbb p.text {
  font-weight: 200;
  line-height: 32px;
  font-size: 1.5em;  
}

p.text {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.zaliv {
  background: rgba(6, 185, 203, 0.79);
  color: #fff;
  text-align: center;
  padding: 5px 10px;
}


.quote img:hover {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-animation: tremor 1 linear 1s;
  animation: tremor 1 linear 1s;
  will-change: tremor; 
}

.aaa {
  margin-top: 25px;
  margin-left: 15px;
  font-size: 1.5em;
  font-weight: 200;
  line-height: 32px;
}

@-webkit-keyframes tremor {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes tremor {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}