html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[placeholder] {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
}

.form-control {
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
}

.form-control:focus {
  border-color: #32b4aa !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.clearfix {
  zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

a {
  color: inherit;
}

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

body {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

p {
  font-size: 16px;
  line-height: 1.4;
}

b, strong, .strong {
  font-weight: 700;
}

.block-title {
  margin-bottom: 53px;
  color: #000;
  text-align: center;
  font-size: 35px;
}

.relative-pos {
  position: relative;
}

.main-wrapper {
  min-width: 320px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
}

.btn-default {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 2px solid #32b4aa;
  font-size: 14px;
  color: #32b4aa;
  padding: 10px 48px;
  background-color: #fff;
}

.btn-default:hover {
  background-color: #32b4aa;
  color: #fff;
}

.text-content, .text-content blockquote {
  margin-bottom: 50px;
  color: #787878;
  font-size: 14px;
}

.text-content a {
  color: #32b4aa;
  font-weight: bold;
}

.text-content a:hover {
  opacity: 0.7;
}

.text-content h2, .text-content h3 {
  font-size: 20px;
  color: #000;
  margin: 15px 0;
}

.text-content ul {
  list-style: none;
  padding-left: 26px;
}

.text-content ul li {
  line-height: 1.54;
  position: relative;
  margin-bottom: 12px;
  color: #787878;
}

.text-content ul li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  left: -15px;
  top: 9px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #32b4aa;
}

.text-content .img-in-article.align-left {
  float: left;
  display: block;
  margin-right: 30px;
  margin-bottom: 15px;
}

.text-content .img-in-article.align-left > img {
  display: block;
}

.text-content .text-cont-title {
  font-size: 28px;
  color: #3d3d3d;
  margin: 3px 0 18px;
}

.text-content p {
  margin-bottom: 15px;
}

#header-block .navbar.navbar-fixed-top-custom {
  position: fixed;
  z-index: 60;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

#header-block .navbar.navbar-fixed-top-custom .header-top {
  display: none;
}

#header-block .navbar.navbar-fixed-top-custom .navbar-brand {
  max-width: 60px;
}

#table-of-contents-wrapper .block-table-of-contents.fixed-table-contents {
  position: fixed;
  z-index: 60;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.main-header-block {
  padding-top: 30px;
}

.main-header-block a:hover {
  opacity: 0.7;
}

.main-header-block .navbar {
  border-bottom: 1px solid #ececec;
}

.main-header-block .navbar-toggler {
  border: none;
  outline: none;
}

.main-header-block .navbar-toggler .icon-bar {
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  display: block;
  margin-bottom: 4px;
  width: 21px;
  height: 3px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #27968d;
}

.main-header-block .navbar-toggler .icon-bar:nth-of-type(3) {
  margin-bottom: 0;
}

.main-header-block .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main-header-block .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.main-header-block .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-header-block .header-top {
  font-size: 0;
  padding-bottom: 30px;
}

.main-header-block .header-top > * {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}

.main-header-block .header-top .phone-wrap {
  margin-right: 91px;
}

.main-header-block .header-top .phone-wrap .phone {
  font-size: 24px;
  margin-bottom: 10px;
}

.main-header-block .header-top .phone-wrap .hours {
  font-size: 14px;
  line-height: 1;
  color: #676767;
}

.main-header-block .header-top .address-wrap {
  margin-right: 91px;
}

.main-header-block .header-top .address-wrap .address {
  font-size: 14px;
  margin-bottom: 10px;
}

.main-header-block .header-top .address-wrap a.address-link, .main-header-block .header-top .address-wrap > a.address-link:hover {
  color: #32b4aa;
}

.main-header-block .navbar-nav > .nav-item > .nav-link, .main-header-block .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding: 9px 21px 15px 19px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.main-header-block .navbar-nav > .nav-item > .nav-link:hover, .main-header-block .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover {
  color: #32b4aa;
  opacity: 1;
}

.main-header-block .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
  font-size: 12px;
}

.main-header-block .navbar-nav > .dropdown .dropdown-toggle:after {
  border-top-color: #d4d4d4;
}

.main-header-block .navbar-nav > .dropdown:hover .dropdown-toggle {
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.3);
}

.main-header-block .navbar-nav > .dropdown:hover .dropdown-menu {
  -webkit-box-shadow: 0 6px 6px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 6px 1px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.main-header-block .navbar-nav > .dropdown .dropdown-menu {
  margin-top: 0;
  border: 0;
}

.page-content-header {
  padding: 20px 0;
  background-color: #32b4aa;
  background-image: -webkit-gradient(linear, left top, right top, from(#41b6ad), to(#50d1c7));
  background-image: -webkit-linear-gradient(left, #41b6ad 0%, #50d1c7 100%);
  background-image: -o-linear-gradient(left, #41b6ad 0%, #50d1c7 100%);
  background-image: linear-gradient(to right, #41b6ad 0%, #50d1c7 100%);
  background-repeat: repeat-x;
}

.page-content-header .bread-crumbs > ul {
  margin-bottom: 20px;
}

.page-content-header .bread-crumbs > ul > li {
  display: inline-block;
  color: #92e8e1;
  /*&:last-child::after{
            display:none;
          }*/
}

.page-content-header .bread-crumbs > ul > li::after {
  content: ">";
  margin-left: 10px;
  margin-right: 5px;
}

.page-content-header .bread-crumbs > ul > li > a {
  border-bottom: 1px solid #92e8e1;
  padding: 0 0 3px;
}

.page-content-header .bread-crumbs > ul > li > a:hover {
  color: #fff;
  border-color: #fff;
}

.page-content-header .page-content-title .block-title {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}

.page-content-header .page-content-title .block-title sup {
  font-size: 18px;
}

.block-table-of-contents {
  background-color: #f0f0f0;
  padding: 20px 0 24px;
  z-index: 991;
}

.block-table-of-contents a {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin: 5px 50px 5px 0;
  color: #32b4aa;
  border-bottom: 1px dotted;
}

.block-table-of-contents a:hover {
  color: #82e1da;
  border-bottom-color: transparent;
}

.main-block {
  display: block;
}

.display-all-toggle-wrap {
  overflow-y: hidden;
}

.custom-owl-carousel {
  position: relative;
}

.custom-owl-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.custom-owl-carousel .owl-dots .owl-dot span {
  width: 23px;
  height: 23px;
}

.custom-owl-carousel .owl-dots .owl-dot.active span {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 3px solid #32b4aa;
}

.custom-second-carousel {
  position: relative;
  background: url(../img/galery-carousel-bg.jpg) #9eb1b5;
}

.custom-second-carousel .c-item {
  position: relative;
  padding: 15px 35px;
}

.custom-second-carousel .c-item .info-wrap {
  max-width: 334px;
  margin-top: 52px;
  position: relative;
  z-index: 10;
  border: 8px solid rgba(255, 255, 255, 0.4);
}

.custom-second-carousel .c-item .info-wrap .info {
  padding: 61px 37px;
  text-align: left;
  background-color: #fff;
  min-height: 330px;
}

.custom-second-carousel .c-item .info-wrap .info .title {
  width: 100px;
  padding-left: 1px;
  margin-bottom: 10px;
  font-size: 11px;
  color: #32b4aa;
  text-transform: uppercase;
  line-height: 1.4;
}

.custom-second-carousel .c-item .info-wrap .info .name {
  font-size: 30px;
  padding-right: 52px;
  margin-bottom: 13px;
  color: #32b4aa;
}

.custom-second-carousel .c-item .info-wrap .info .desc {
  max-height: 130px;
  overflow: hidden;
  font-size: 14px;
  color: #919191;
  margin-left: 0;
  line-height: 1.4;
}

.custom-second-carousel .c-item .photo > img {
  position: absolute;
  width: auto;
  height: 90%;
  bottom: -20px;
  right: 30px;
}

.custom-second-carousel .owl-nav {
  margin-top: 0;
}

.custom-second-carousel .owl-nav button.owl-prev, .custom-second-carousel .owl-nav button.owl-next {
  position: absolute;
  height: 100%;
  top: 0;
  width: 80px;
  margin: 0;
}

.custom-second-carousel .owl-nav button.owl-prev span, .custom-second-carousel .owl-nav button.owl-next span {
  font-size: 100px;
}

.custom-second-carousel .owl-nav button.owl-prev {
  left: 0;
}

.custom-second-carousel .owl-nav button.owl-prev:hover {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(50, 180, 170, 0.4)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(50, 180, 170, 0.4), transparent);
  background-image: -o-linear-gradient(left, rgba(50, 180, 170, 0.4), transparent);
  background-image: linear-gradient(to right, rgba(50, 180, 170, 0.4), transparent);
}

.custom-second-carousel .owl-nav button.owl-next {
  right: 0;
}

.custom-second-carousel .owl-nav button.owl-next:hover {
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(50, 180, 170, 0.4)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(50, 180, 170, 0.4), transparent);
  background-image: -o-linear-gradient(right, rgba(50, 180, 170, 0.4), transparent);
  background-image: linear-gradient(to left, rgba(50, 180, 170, 0.4), transparent);
}

.custom-third-carousel .c-item .pic-wrap {
  margin-bottom: 40px;
  overflow: hidden;
}

.custom-third-carousel .c-item .pic-wrap .pic {
  width: 130px;
  height: 130px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.custom-third-carousel .c-item .pic-wrap .pic > img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.custom-third-carousel .c-item .pic-wrap .name {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  color: #fff;
  margin-top: -5px;
}

.custom-third-carousel .c-item .review-text {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  border: 8px solid rgba(255, 255, 255, 0.2);
  padding: 17px 27px;
  position: relative;
  overflow: hidden;
}

.custom-third-carousel .c-item .review-text .display-all-toggle-button-wrap {
  margin: 10px auto;
  text-align: center;
}

.custom-third-carousel .c-item .review-text .display-all-toggle-button-wrap .display-all-toggle-button {
  border-bottom: 1px dotted;
  font-weight: bold;
  cursor: pointer;
}

.custom-third-carousel .owl-nav .owl-next, .custom-third-carousel .owl-nav .owl-prev {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #fff !important;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.custom-third-carousel .owl-nav .owl-next > span, .custom-third-carousel .owl-nav .owl-prev > span {
  color: #fff;
  font-size: 22px;
}

.custom-fourth-carousel .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
}

.custom-fourth-carousel .owl-dots .owl-dot.active span {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 3px solid #32b4aa;
}

.owl-dots .owl-dot span {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.services-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

.services-block .services-wrapper {
  margin-bottom: 15px;
}

.services-block .container > .btn {
  display: block;
  margin: 0 auto;
}

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

.services-block .services-item .serv-img-container {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-bottom: 26px;
  position: relative;
}

.services-block .services-item .serv-img-container > img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 100px;
  max-width: 100px;
  background: no-repeat center center;
}

.services-block .services-item .serv-item-title {
  margin-bottom: 18px;
  font-size: 28px;
}

.services-block .services-item .serv-item-desc {
  font-size: 14px;
  color: #919191;
  padding-right: 3px;
}

.patients-block {
  padding: 50px 0;
}

.patients-block .patients-item {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
  margin-bottom: 35px;
  padding-left: 80px;
  padding-right: 75px;
  display: block;
  position: relative;
}

.patients-block .patients-item .title {
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.patients-block .patients-item .patient-img > img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.patients-block .patients-item:hover .title {
  color: #32b4aa;
}

.patients-block .patients-item:hover .patient-img > img {
  -webkit-filter: none;
          filter: none;
}

.reviews-block {
  padding: 50px 0;
  background-color: #32b4aa;
}

.reviews-block .block-title {
  color: #fff;
}

.services-map-block {
  padding: 50px 0;
}

.services-map-block .nav-tabs .nav-item {
  font-size: 11px;
  width: 14.28%;
  text-align: center;
}

.services-map-block .nav-tabs .nav-link {
  padding-top: 20px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.services-map-block .nav-tabs .nav-link .image {
  width: 100%;
  height: 80px;
  position: relative;
}

.services-map-block .nav-tabs .nav-link .image > img {
  width: auto;
  height: 60%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.services-map-block .nav-tabs .nav-link > .name {
  color: #a2a2a2;
  text-transform: uppercase;
  font-weight: bold;
  min-height: 30px;
}

.services-map-block .nav-tabs .nav-link.active .image > img, .services-map-block .nav-tabs .nav-link:hover .image > img {
  -webkit-filter: none;
          filter: none;
}

.services-map-block .nav-tabs .nav-link.active .name, .services-map-block .nav-tabs .nav-link:hover .name {
  color: #32b4aa;
}

.services-map-block .nav-tabs .nav-link.active {
  border-top: 3px solid #32b4aa;
  border-bottom: 0;
}

.services-map-block .tab-content {
  padding-top: 30px;
}

.services-map-block .tab-content ul li {
  position: relative;
  color: #787878;
}

.services-map-block .tab-content ul a {
  font: 400 13px/19px sans-serif;
  display: block;
  color: #787878;
  text-decoration: none;
  padding: 9px 0 8px 31px;
}

.services-map-block .tab-content ul li:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 16px;
  height: 1px;
  width: 10px;
  background-color: #787878;
}

.services-map-block .tab-content ul li:hover a {
  color: #32b4aa;
}

.services-map-block .tab-content ul li:hover:before {
  background-color: #32b4aa;
}

.video-block {
  background-image: url(../img/video-back.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  height: 500px;
  position: relative;
}

.video-block .video-button {
  width: 378px;
  max-width: 60%;
  top: 50%;
  padding: 35px 100px 35px 37px;
  margin-top: -68px;
  display: block;
  z-index: 30;
  position: absolute;
  background-color: #32b4aa;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.video-block .video-button:after {
  content: '';
  position: absolute;
  width: 47px;
  height: 52px;
  background: url(../img/video-play.png) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  right: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-block {
  padding: 50px 0;
}

.about-block .about-text {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  font: 13px/20px sans-serif;
  color: #787878;
}

.about-block .about-text a {
  color: #32b4aa;
}

.about-block .about-text a:hover {
  opacity: 0.7;
}

.about-block .display-all-toggle-button-wrap {
  margin: 10px auto;
  text-align: center;
  color: #32b4aa;
}

.about-block .display-all-toggle-button-wrap > .display-all-toggle-button {
  border-bottom: 1px dotted;
  font: 700 18px/22px sans-serif;
  cursor: pointer;
}

.contacts-block {
  font-size: 22px;
}

.contacts-block a {
  color: #32b4aa;
}

.contacts-block a:hover {
  opacity: 0.7;
}

.contacts-block .phones-and-email > *, .contacts-block .address > *, .contacts-block .working-hours > * {
  margin-bottom: 15px;
}

.contacts-block .phones-and-email > *:last-child, .contacts-block .address > *:last-child, .contacts-block .working-hours > *:last-child {
  margin-bottom: 0;
}

.contacts-block .contacts-row {
  padding-bottom: 40px;
}

.contacts-block .working-hours .days > div {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
  background-color: #ececec;
}

.contacts-block .working-hours .days > div.active {
  background-color: #32b4aa;
}

.contacts-block #map {
  height: 350px;
  background-image: url(../img/map-bg.jpg);
  -webkit-background-size: cover;
          background-size: cover;
}

.contacts-block.contacts-page {
  padding: 50px 0;
}

.contacts-block.contacts-page #map {
  height: 450px;
}

.documents-block {
  padding: 18px 0;
}

.documents-carousel.custom-fourth-carousel .c-item > span {
  display: inline-block;
  color: #787878;
  width: 100%;
  margin-top: 17px;
  padding: 0 10px;
  font-size: 15px;
  text-align: center;
}

.equipments-block {
  padding: 18px 0;
  background-color: #32b4aa;
}

.equipments-block .block-title {
  color: #fff;
}

.equipments-carousel.custom-fourth-carousel .c-item {
  position: relative;
}

.equipments-carousel.custom-fourth-carousel .c-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px 21px;
  z-index: 10;
  background: rgba(61, 114, 110, 0.7);
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}

.equipments-carousel.custom-fourth-carousel .owl-dots .owl-dot.active span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 0;
}

.specialists-block {
  padding: 50px 0;
}

.specialists-block .specialist-item {
  position: relative;
  margin-bottom: 35px;
  border: 7px solid #ececec;
  border-top-width: 22px;
  -webkit-transition: border-color .3s linear;
  -o-transition: border-color .3s linear;
  transition: border-color .3s linear;
}

.specialists-block .specialist-item > a {
  display: block;
  padding: 40px 20px 65px;
}

.specialists-block .specialist-item .specialist-head {
  min-height: 120px;
  padding-bottom: 10px;
}

.specialists-block .specialist-item .specialist-head .photo {
  -webkit-box-sizing: padding-box;
          box-sizing: padding-box;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border: 0 solid #b9e4d3;
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  position: relative;
  vertical-align: middle;
}

.specialists-block .specialist-item .specialist-head .photo > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.specialists-block .specialist-item .specialist-head .full-name {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 20px;
}

.specialists-block .specialist-item .specialist-desc {
  color: #919191;
  padding: 14px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4;
}

.specialists-block .specialist-item .time-table {
  margin-bottom: 22px;
}

.specialists-block .specialist-item .time-table .caption {
  color: #666;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.specialists-block .specialist-item .time-table .caption > i {
  margin-right: 10px;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: top;
}

.specialists-block .specialist-item .time-table tr > td {
  text-transform: lowercase;
  display: table-cell;
  padding: 0 20px 3px 0;
  font-size: 17px;
  color: #666;
}

.specialists-block .specialist-item .btn-wrapper {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.specialists-block .specialist-item .btn-wrapper .btn {
  padding: 10px 14px;
}

.specialists-block .specialist-item::after {
  width: 127px;
  height: 33px;
  background: url(../img/decoration-specialists-sprite.png) -140px 0px no-repeat;
  content: '';
  position: absolute;
  left: 50%;
  top: -12px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.specialists-block .specialist-item:hover {
  border-color: #b9e4d3;
}

.specialists-block .specialist-item:hover::after {
  background: url(../img/decoration-specialists-sprite.png) 0px 0px no-repeat;
  top: -32px;
}

.specialists-block .specialist-item:hover .specialist-head .photo {
  border-width: 5px;
}

.all-reviews-block {
  padding: 50px 0;
}

.all-reviews-block .review-item .review-header {
  margin-bottom: 23px;
}

.all-reviews-block .review-item .review-header .name, .all-reviews-block .review-item .review-header .date {
  display: inline-block;
  vertical-align: baseline;
  width: auto;
  color: #737373;
  text-align: left;
  font-weight: bold;
}

.all-reviews-block .review-item .review-header .name {
  font-size: 18px;
}

.all-reviews-block .review-item .review-header .date {
  font-size: 13px;
}

.all-reviews-block .review-item .review-text {
  border: 7px solid  #f5f5f5;
  padding: 14px 21px 19px;
  color: #737373;
  font-size: 14px;
  line-height: 1.5;
}

.all-reviews-block .review-item .review-text .watch-scan {
  display: block;
  margin-top: 10px;
}

.all-reviews-block .review-item .review-text .watch-scan > span {
  font-size: 13px;
  display: inline-block;
  color: #4bc8be;
  padding-right: 34px;
  position: relative;
  font-weight: bold;
}

.all-reviews-block .review-item .review-text .watch-scan > span::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 23px;
  background-image: url(../img/watch-scan.png);
  background-repeat: no-repeat;
  right: 0;
  top: -1px;
}

.paginator-wrapper {
  text-align: center;
}

.paginator-wrapper .pagination {
  display: inline-block;
}

.paginator-wrapper .pagination li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.paginator-wrapper .pagination li > span {
  width: 26px;
  height: 26px;
  display: block;
  line-height: 25px;
  padding: 0;
  font-size: 12px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
}

.paginator-wrapper .pagination li > a, .paginator-wrapper .pagination li > span {
  color: #a4a4a4;
  background-color: transparent;
  border: 1px solid transparent;
  font-weight: bold;
}

.paginator-wrapper .pagination .active > span {
  z-index: 2;
  color: #fff;
  background-color: #32b4aa;
  border-color: transparent;
  cursor: default;
}

.main-footer-block {
  padding: 45px 0;
}

.main-footer-block .foter-info {
  font-size: 14px;
  padding-left: 30px;
}

.main-footer-block .foter-info .copy {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 14px;
}

.main-footer-block .foter-info .copy i {
  position: absolute;
  left: -20px;
  top: 0;
}

.main-footer-block .foter-info .phone {
  margin-bottom: 15px;
  font-size: 22px;
}

.main-footer-block .foter-info .address {
  margin-bottom: 10px;
}

.main-footer-block .foter-info .email {
  color: #32b4aa;
}

.main-footer-block .foter-info .email:hover {
  opacity: 0.7;
}

.main-footer-block .menu a:hover {
  color: #32b4aa;
}

.main-footer-block .menu .main-li {
  margin-bottom: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

.main-footer-block .menu > ul {
  margin-bottom: 20px;
}

.main-footer-block .menu > ul > li {
  padding-bottom: 10px;
}

.main-footer-block .menu > ul > li > a {
  font-size: 13px;
  color: #787878;
}

.main-footer-block .foter-row > div {
  margin-bottom: 15px;
}

.ask-a-question-block {
  padding: 50px 0;
}

.quest-and-answ-block {
  background: #f5f5f5;
  padding: 12px 0 45px;
  border: 1px solid #eaeaea;
}

.quest-and-answ-block .quest-answ-item {
  color: #737373;
  padding: 7px 25px;
  margin-bottom: 23px;
  background-color: #fff;
}

.quest-and-answ-block .quest-answ-item .question {
  margin-bottom: 14px;
}

.quest-and-answ-block .quest-answ-item .answer {
  position: relative;
  background: #32b4aa;
  padding: 16px 20px;
  color: #fff;
  margin-bottom: 6px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.quest-and-answ-block .quest-answ-item .time {
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 13px;
}

.price-list-block {
  padding: 50px 0;
}

.price-list-block .table-price-list-wrap {
  color: #787878;
}

.price-list-block .table-price-list-wrap thead > tr > th {
  font-size: 18px;
}

.price-list-block .table-price-list-wrap .show-hide-all {
  text-align: center;
}

.price-list-block .table-price-list-wrap .show-hide-all > a {
  font-weight: bold;
  color: #32b4aa;
  font-size: 16px;
}

.specialist-main-info-block {
  padding: 50px 0;
}

.specialist-main-info-block .specialist-photo {
  margin-bottom: 15px;
}

.specialist-main-info-block .specialist-inf-body .heading {
  margin: -6px 0 54px;
  font-size: 35px;
  color: #010101;
}

.specialist-main-info-block .specialist-inf-body .desc {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 25px;
  color: #010101;
}

.specialist-main-info-block .specialist-inf-body .table-and-button .caption {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.specialist-main-info-block .specialist-inf-body .table-and-button .caption > .fa {
  margin-right: 5px;
}

.specialist-main-info-block .specialist-inf-body .table-and-button .times-table {
  margin-bottom: 10px;
  border-right: 1px solid #eaeaea;
}

.specialist-main-info-block .specialist-inf-body .table-and-button .times-table table {
  font-size: 20px;
  line-height: 36px;
}

.specialist-main-info-block .specialist-inf-body .table-and-button .times-table tr > td {
  padding-bottom: 0;
  padding-right: 14px;
}

.specialist-main-info-block .specialist-inf-body .table-and-button .btn-wrap {
  text-align: center;
}

.examples-treatment-block {
  background-color: #32b4aa;
}

.work-examples-item .header-desc {
  margin-bottom: 30px;
}

.work-examples-item .photo-col .ex-photo {
  margin-bottom: 30px;
  position: relative;
}

.work-examples-item .photo-col .ex-photo > img {
  display: block;
  width: 100%;
  height: auto;
}

.work-examples-item .step {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 3px;
  background: #fff;
  font: 12px;
  text-align: center;
  color: #595959;
}

.work-examples-item .desc {
  padding: 3px 8px 0;
  background: #f2f2f2;
  font-size: 12px;
  line-height: 32px;
  color: #000;
}

.work-examples-item .photo-col .ex-photo {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.work-examples-block {
  padding: 50px 0;
}

.work-examples-block .work-examples-item .examples-item-title {
  font-size: 31px;
  margin-bottom: 30px;
}

.work-examples-block .work-examples-item .step {
  background: rgba(255, 255, 255, 0.6);
}

.examples-treatment-carousel.custom-second-carousel {
  background-image: none;
  background-color: transparent;
  padding: 0 50px;
}

.examples-treatment-carousel.custom-second-carousel .c-item {
  color: #fff;
}

.examples-treatment-carousel.custom-second-carousel .c-item .title {
  font-size: 39px;
  margin-left: -30px;
  margin-bottom: 40px;
}

.examples-treatment-carousel.custom-second-carousel .c-item .desc {
  background: #fff;
}

.examples-treatment-carousel.custom-second-carousel .owl-nav button.owl-prev, .examples-treatment-carousel.custom-second-carousel .owl-nav button.owl-next {
  color: #fff;
}

.examples-treatment-carousel.custom-second-carousel .owl-nav button.owl-prev:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.4), transparent);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.4), transparent);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4), transparent);
}

.examples-treatment-carousel.custom-second-carousel .owl-nav button.owl-next:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.4)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.4), transparent);
  background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0.4), transparent);
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.4), transparent);
}

.service-desc-block {
  padding: 50px 0;
}

.service-desc-block .most-popular-lists h2, .service-desc-block .most-popular-lists h3 {
  font-size: 20px;
  color: #000;
  margin: 15px 0;
}

.service-desc-block .most-popular-lists ul li {
  position: relative;
  color: #787878;
  margin-bottom: 0;
}

.service-desc-block .most-popular-lists ul li:before {
  content: '';
  position: absolute;
  left: 11px;
  top: 16px;
  height: 1px;
  width: 10px;
  background-color: #32b4aa;
}

.service-desc-block .most-popular-lists ul li a {
  font-size: 13px;
  line-height: 19px;
  display: block;
  color: #787878;
  text-decoration: none;
  padding: 8px 0 8px 31px;
}

.service-desc-block .most-popular-lists ul li a:hover {
  color: #32b4aa;
}

.service-sections-block {
  padding: 50px 0;
}

.service-sections-block .service-item {
  display: block;
  padding: 30px 15px 24px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border: 1px solid #ededed;
  text-align: center;
  overflow: hidden;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.service-sections-block .service-item .service-image {
  margin-bottom: 11px;
  width: 100%;
  height: 50px;
  text-align: center;
}

.service-sections-block .service-item .service-image > img {
  max-height: 100%;
  width: auto;
}

.service-sections-block .service-item .name, .service-sections-block .service-item .desc, .service-sections-block .service-item .price {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.service-sections-block .service-item .name {
  min-height: 44px;
  color: #32b4aa;
  text-transform: uppercase;
  font-weight: bold;
}

.service-sections-block .service-item .desc {
  color: #787878;
  height: 55px;
  overflow: hidden;
  padding-bottom: 9px;
  min-height: 30px;
}

.service-sections-block .service-item .price {
  color: #32b4aa;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}

.service-sections-block .service-item:hover {
  background-color: #43b5ac38;
}

.service-sections-block .service-item:hover .service-image > img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.service-sections-block .service-item:hover .price, .service-sections-block .service-item:hover .desc, .service-sections-block .service-item:hover .name {
  color: #a3a3a3;
}

.main-block .form-wrapper-inputs {
  max-width: 600px;
  margin: 0 auto 51px;
}

.main-block .form-wrapper-inputs .block-title {
  margin-bottom: 20px;
}

.main-block .form-wrapper-inputs .form-group label {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #787878;
}

.main-block .form-wrapper-inputs .form-group label.required:after {
  content: '*';
  display: inline-block;
  margin-left: 2px;
  color: #5bc3bb;
}

.main-block .form-wrapper-inputs .btn-wrapper {
  text-align: center;
}

.main-block .form-wrapper-inputs .form-group.checkbox {
  position: relative;
  padding-left: 30px;
}

.main-block .form-wrapper-inputs .form-group.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 992px) {
  .main-header-block .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  .main-header-block {
    padding-top: 0;
  }
  .main-header-block .navbar-brand {
    max-width: 70px;
    margin-left: 15px;
  }
  .main-header-block .navbar-toggler {
    margin-right: 15px;
  }
  .main-header-block .navbar {
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .main-header-block .navbar .navbar-collapse {
    border-top: 1px solid #ececec;
    padding-top: 15px;
  }
  .navbar-nav > li.dropdown > .dropdown-toggle {
    width: 77%;
    width: -webkit-calc(100% - 68px);
    width: calc(100% - 68px);
    padding: 5px 0;
    display: inline-block;
  }
  .navbar-nav > li.dropdown > .dropdown-toggle::after {
    display: none;
  }
  .main-header-block .dropdown {
    position: relative;
    cursor: pointer;
    padding: 0;
  }
  .main-header-block .dropdown::after {
    content: "";
    width: 10px;
    height: 10px;
    right: 30px;
    top: 8px;
    position: absolute;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    -webkit-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
            transform: rotate(-130deg);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    z-index: 20;
  }
  .main-header-block .dropdown .dropdown-toggle:hover {
    color: #002b5a;
  }
  .main-header-block .dropdown.opened-drpdn::after {
    border-color: #32b4aa;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .main-header-block .dropdown .dropdown-menu {
    position: relative;
    float: none;
  }
  .main-header-block .dropdown:hover .dropdown-toggle {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .main-header-block .dropdown:hover .dropdown-menu {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .main-header-block .dropdown .dropdown-menu {
    border: 1px solid #ccc !important;
  }
  .main-header-block .header-top {
    padding-bottom: 0;
  }
  .main-header-block .header-top > * {
    display: block;
    text-align: center;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 15px;
  }
  .main-header-block .header-top > *:last-child {
    margin-bottom: 0;
  }
  .services-map-block .nav-tabs .nav-item {
    width: auto !important;
  }
}

@media (max-width: 767.98px) {
  .custom-second-carousel .c-item .info-wrap {
    z-index: 0;
  }
  .custom-second-carousel .c-item .photo {
    z-index: 12;
  }
  .custom-second-carousel .c-item .photo > img {
    right: -60px;
  }
  .about-block .about-text {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .video-block .video-button {
    font-size: 19px;
  }
  .video-block .video-button:after {
    right: 15px;
  }
  .services-map-block .nav-tabs .nav-link {
    padding: 10px;
  }
  .services-map-block .nav-tabs .nav-link .image {
    height: 59px;
  }
  .services-map-block .nav-tabs .nav-link .name {
    font-size: 10px;
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .custom-owl-carousel .owl-dots {
    bottom: 15px;
    left: 15px;
  }
  .custom-owl-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
  }
  .custom-owl-carousel .owl-dots .owl-dot.active span {
    width: 18px;
    height: 18px;
  }
  .custom-second-carousel .c-item {
    overflow: hidden;
    padding: 40px 35px 25px;
  }
  .custom-second-carousel .c-item .photo {
    display: none;
  }
  .custom-second-carousel .c-item .info-wrap {
    margin-top: 20px;
    max-width: 100% !important;
  }
  .custom-second-carousel .c-item .info-wrap .info {
    padding: 20px 10px;
    min-height: auto !important;
  }
  .services-map-block .nav-tabs .nav-link .image {
    display: none;
  }
  .examples-treatment-carousel.custom-second-carousel {
    padding: 0;
  }
  .examples-treatment-carousel.custom-second-carousel .c-item .title {
    font-size: 32px;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .examples-treatment-carousel.custom-second-carousel .owl-nav button.owl-prev, .examples-treatment-carousel.custom-second-carousel .owl-nav button.owl-next {
    display: none;
  }
}

#sync1 .item {
  background: #0c83e7;
  padding: 80px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  background: #C9C9C9;
  padding: 10px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .current .item {
  background: #0c83e7;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}
