@charset "UTF-8";
/*
Theme Name: PerfectDent
Version: 1.0
*/
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans-light.eot");
  src: url("fonts/opensans-light.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-light.svg#open_sanslight") format("svg"), url("fonts/opensans-light.woff") format("woff"), url("fonts/opensans-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans-regular.eot");
  src: url("fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-regular.svg#open_sansregular") format("svg"), url("fonts/opensans-regular.woff") format("woff"), url("fonts/opensans-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans-bold.eot");
  src: url("fonts/opensans-bold.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-bold.svg#open_sansbold") format("svg"), url("fonts/opensans-bold.woff") format("woff"), url("fonts/opensans-bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Tinos';
  src: url("fonts/tinos-italic.eot");
  src: url("fonts/tinos-italic.eot?#iefix") format("embedded-opentype"), url("fonts/tinos-italic.svg#tinositalic") format("svg"), url("fonts/tinos-italic.woff") format("woff"), url("fonts/tinos-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@media screen and  (max-width: 420px) {
.footer-form-field {
	flex-direction:column!important;
}
	.wpcf7-form-control-wrap.form-name,
	span.user-email {
		margin-bottom: 16px;
	}
	body .nav li a.appointment {
    margin-left: -1px!important;
}
	body .logo {
    margin-top: 25px!important;
}
	.back-link {
		padding-left: 30px!important;
	}
	.post-heading {
    font-size: 17px!important;
}
	.page-id-117 .wpcf7-validates-as-tel {
		width: 334px!important;
		margin-bottom: 20px!important;
	}
}
.slick-slide img {
    cursor: default;
}
.logo >img {
    height: 154%!important;
}
.logo {
	margin-top:15px!important;
}

.footer .logo {
    margin-top: 21px!important;
}
.footer .logo > img {
    position: relative;
    top: -78%!important;
}
.nav li a {
	margin-top: 6px!important;
}
 ul.langs.lang-item-uk {
	right: 137px!important;
}
ul.nav .nav-item:nth-child(5){
	display:none!important;
}
ul.langs {
    right: 105px!important;
    top: 24px!important;
	display:none!important;
}
.nav-link__content{
	font-size: 12px!important;
}
.nav li a.appointment {
    margin-left: 20px!important;
}
.nav li a.appointment:hover {
    background-color: #F9E156;
    color: black!important;
}
a.nav-link:hover {
	color: #E2C000;
}
.nav li:first-child a:hover{
	color:#303030;
}

.nav {
    margin-right: 31px!important;
}
.readmore:hover{
	color:#e1c004;
}
.langs .lang-item a:hover{
	color:#e1c004;
}
.nav-container{
	background-color: #fffffff5;
	 height: 99%!important;
}
.header {
	height: 69px!important;
}
.dropdown {
	position:relative;
}
.form-subject:after {
    content: '';
    height: px;
    width: 13px;
    position: absolute;
    border: 2px solid grey;
    display: inline-block;
    top: 33%;
    right: 3%;
    border-top: 0;
    border-right: 0;
    height: 13px;
    transform: rotate(-45deg);
	cursor:pointer;
}
.menu-539 {
	padding-top: 7px
}
.menu-539:after {
    content: '';
    height: px;
    width: 11px;
    position: absolute;
    border: 2px solid grey;
    display: inline-block;
    top: 50%;
    right: 5%;
    border-top: 0;
    border-right: 0;
    height: 11px;
    transform: rotate(-45deg);
	cursor:pointer;
}
/* line 1, sass/base/_reset.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 7, sass/base/_reset.scss */
html, body {
  width: 100%;
  height: 100%;
}

/* line 12, sass/base/_reset.scss */
.cfx:after {
  content: '';
  display: table;
  clear: both;
}

/* line 18, sass/base/_reset.scss */
a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

/* line 1, sass/layout/_header.scss */
.header {
  position: relative;
  display: block;
  width: 100%;
  min-width: inherit;
  height: 100px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  z-index: 5;
}
/* line 10, sass/layout/_header.scss */
.header.transparent {
  position: absolute;
  top: 0;
  background: transparent;
  box-shadow: none;
}

/* line 18, sass/layout/_header.scss */
.logo {
  position: relative;
  float: left;
  display: block;
  height: 40px;
  width: 365px;
  margin-top: 30px;
  margin-left: 30px;
  z-index: 3;
  overflow: hidden;
}
/* line 28, sass/layout/_header.scss */
.logo > img {
  border: none;
  width: 100%;
  height: 200%;
}

/* line 35, sass/layout/_header.scss */
.nav-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 46, sass/layout/_header.scss */
.nav-switch {
  position: relative;
  float: right;
  display: none;
  width: 68px;
  height: 60px;
}
/* line 52, sass/layout/_header.scss */
.nav-switch:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 24px;
  margin: auto;
  background-image: url("img/sprite.svg");
  background-position: 0 -73px;
  background-size: 200% 400%;
}

.nav {
  float: right;
  list-style-type: none;
  margin-top: 15px;
  margin-right: 30px; }

.nav li {
  float: left; }

.nav li a {
  position: relative;
  display: block;
  width: auto;
  height: 30px;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 12px;
  color: #303030;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 28px; }
  .nav li a span {
    position: relative; }
    .nav li a span:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -7px;
      display: block;
      width: 100%;
      height: 2px;
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      background-color: #303030;
      opacity: 0;
      transition: all .2s ease-out; }
  .nav li a:not(.appointment):hover .nav li a span:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .nav li a.appointment {
    margin-left: 20px;
    line-height: 30px;
    transition: all .1s ease-out; }
    .nav li a.appointment:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: transparent;
      box-sizing: border-box;
      border: 2px solid;
      border-color: #303030;
      transition: all .1s ease-out; }
    .nav li a.appointment:hover {
      background-color: #F9E156; }
      .nav li a.appointment:hover:before {
        border-color: #F9E156; }

  .nav li:first-child a{
  color: #E2C000;
  font-weight: 600;}
  .nav li:first-child a:after{
    background-color: #E2C000;
  }

/* line 1, sass/layout/_content.scss */
body {
  min-width: 1024px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #303030;
}

/* line 7, sass/layout/_content.scss */
.content, .home-content {
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 70px;
}

/* line 13, sass/layout/_content.scss */
.wrapper {
  width: 960px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

/* line 20, sass/layout/_content.scss */
.huge-heading, .home-heading, .post-heading, .contacts-heading, .request-heading, .modal-heading {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: .08em;
  color: #505050;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

/* line 31, sass/layout/_content.scss */
.divider {
  display: block;
  width: 130px;
  height: 1px;
  margin: 39px auto 40px;
  background-color: #969696;
  border: none;
}
/* line 38, sass/layout/_content.scss */
.divider.final {
  margin-bottom: 0;
}

/* line 43, sass/layout/_content.scss */
.button, .elm-button, .doctor__show-certificates-button, .doctor__show-more-button, .submit-button {
  display: block;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  background-color: #F9E156;
  color: #303030;
  transition: all .2s ease-out;
}
/* line 56, sass/layout/_content.scss */
.button:hover, .elm-button:hover, .doctor__show-certificates-button:hover,.doctor__show-more-button:hover, .submit-button:hover, .button:focus.submit-button, :focus.submit-button {
  background-color: #303030;
  color: #fff;
}

/* line 63, sass/layout/_content.scss */
.quote, .contacts-intro, .request-intro {
  width: 650px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  font-family: "Tinos", "Times New Roman", serif;
  font-style: italic;
}

/* line 1, sass/layout/_footer.scss */
.footer {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
  background-color: #4a4a4a;
  padding: 15px 30px;
}
/* line 8, sass/layout/_footer.scss */
.footer .logo {
  margin-top: 15px;
  margin-left: 0;
}
/* line 11, sass/layout/_footer.scss */
.footer .logo > img {
  position: relative;
  top: -100%;
}

/* line 20, sass/layout/_footer.scss */
.social {
  position: absolute;
  top: 36px;
  right: 0;
  bottom: 36px;
  left: 0;
  display: block;
  width: 60px;
  height: 30px;
  margin: 0 auto;
  list-style-type: none;
}

/* line 33, sass/layout/_footer.scss */
.social-item {
  float: left;
}

/* line 37, sass/layout/_footer.scss */
.social-link {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
/* line 42, sass/layout/_footer.scss */
.social-link .social-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  background-image: url("img/sprite.svg");
  background-size: 200% 400%;
}
/* line 55, sass/layout/_footer.scss */
.social-link.facebook .social-icon {
  background-position: 0 0;
}
/* line 58, sass/layout/_footer.scss */
.social-link.facebook:hover .social-icon {
  background-position: 0 -16px;
}
/* line 61, sass/layout/_footer.scss */
.social-link.instagram .social-icon {
  background-position: -16px 0;
}
/* line 64, sass/layout/_footer.scss */
.social-link.instagram:hover .social-icon {
  background-position: -16px -16px;
}

/* line 71, sass/layout/_footer.scss */
.footer-right {
  float: right;
  line-height: 70px;
  font-size: 12px;
}

/* line 77, sass/layout/_footer.scss */
header .langs {
	display: inline-block;
	list-style-type: none;
	position: absolute;
	right: 5px;
	font-size:14px;
	top: 0px;
}
/* line 81, sass/layout/_footer.scss */
header .langs .lang-item {
  display: inline-block;
  text-decoration: none;
  color: #505050;
}
header .langs .lang-item a {
  color: #505050;
}
.langs {
	display: inline-block;
	list-style-type: none;
	margin-right: 30px;
}
/* line 81, sass/layout/_footer.scss */
.langs .lang-item {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.langs .lang-item a {
  color: #fff;
}
/* line 85, sass/layout/_footer.scss */
.langs .lang-item:hover {
  color: #F9E156;
}

/* line 91, sass/layout/_footer.scss */
.copy {
  display: inline-block;
  color: #fff;
}
/* line 94, sass/layout/_footer.scss */
.copy__link {
  text-decoration: none;
  color: #fff;
}
/* line 97, sass/layout/_footer.scss */
.copy__link:hover {
  color: #F9E156;
}

/* line 3, sass/pages/_home.scss */
.slider {
  display: block;
  width: 100%;
  height: 100vh;
  list-style-type: none;
  text-align: center;
}

/* line 11, sass/pages/_home.scss */
.slide {
  display: block;
  float: left;
  width: 100%;
  height: 100vh;
}
/* line 16, sass/pages/_home.scss */
.slide__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
/* line 22, sass/pages/_home.scss */
.slide__link > img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

/* line 38, sass/pages/_home.scss */
.home-content {
  background-color: #fff;
}

/* line 43, sass/pages/_home.scss */
.home-heading {
  margin-bottom: 70px;
}

/* line 48, sass/pages/_home.scss */
.home-list {
  list-style-type: none;
  margin-bottom: 50px;
}

/* line 53, sass/pages/_home.scss */
.home-list-item {
  position: relative;
  display: block;
  width: 680px;
  min-height: 200px;
  height: auto;
  line-height: 152px;
  margin: 0 auto;
  padding: 24px;
}
/* line 63, sass/pages/_home.scss */
.home-list-item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 140px;
  height: 140px;
  margin: auto 0;
  background: url(img/home-sprite.svg);
  background-size: 300% 100%;
}
/* line 75, sass/pages/_home.scss */
.home-list-item.first:before {
  background-position: 0 0;
}
/* line 78, sass/pages/_home.scss */
.home-list-item.second:before {
  background-position: -140px 0;
}
/* line 81, sass/pages/_home.scss */
.home-list-item.third:before {
  background-position: -280px 0;
}
/* line 84, sass/pages/_home.scss */
.home-list-item.even {
  padding-left: 215px;
}
/* line 86, sass/pages/_home.scss */
.home-list-item.even:before {
  left: 30px;
}
/* line 90, sass/pages/_home.scss */
.home-list-item.odd {
  padding-right: 215px;
  text-align: right;
}
/* line 93, sass/pages/_home.scss */
.home-list-item.odd:before {
  right: 30px;
}
/* line 98, sass/pages/_home.scss */
.home-list-item__content {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
/* line 103, sass/pages/_home.scss */
.home-list-item__heading {
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
}
/* line 109, sass/pages/_home.scss */
.home-list-item__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}
/* line 113, sass/pages/_home.scss */
.home-list-item__text p {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1, sass/pages/_posts.scss */
.posts {
  list-style-type: none;
}

/* line 5, sass/pages/_posts.scss */
.posts-item {
  position: relative;
  float: left;
  display: block;
  width: 440px;
  height: auto;
  margin-bottom: 50px;
}
/* line 12, sass/pages/_posts.scss */
.posts-item:nth-child(odd) {
  margin-right: 40px;
}
/* line 15, sass/pages/_posts.scss */
.posts-item__preview {
  position: relative;
  display: block;
  width: 100%;
  height: 330px;
  overflow: hidden;
  margin-bottom: 20px;
}

/* line 32, sass/pages/_posts.scss */
.posts-item__preview:hover:after {
  background-color: transparent;
}

/* line 50, sass/pages/_posts.scss */
.posts-item__heading:hover {
  color: #303030;
}
/* line 53, sass/pages/_posts.scss */
.posts-item__heading > h2 {
  color: #505050;
  font-size: 20px;
  font-weight: 300;
}

/* line 61, sass/pages/_posts.scss */
.posts-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  pointer-events: auto;
  z-index: 2;
}
/* line 72, sass/pages/_posts.scss */
.posts-link:hover ~ .posts-item__preview:after {
  background-color: transparent;
}
/* line 76, sass/pages/_posts.scss */
.posts-link:hover ~ .posts-item__heading {
  color: #303030;
}

/* line 82, sass/pages/_posts.scss */
.elm-button {
  position: relative;
  border: 0 !important;
  outline: none !important;
  cursor: pointer;
}
/* line 88, sass/pages/_posts.scss */
.elm-button::-moz-focus-inner {
  border: 0;
}
/* line 91, sass/pages/_posts.scss */
.elm-button.ajax-inactive {
  display: none;
}
/* line 94, sass/pages/_posts.scss */
.elm-button.is-loading {
  background-color: #F9E156;
  color: #303030;
}
/* line 97, sass/pages/_posts.scss */
.elm-button.is-loading .elm-loading-anim {
  opacity: 1;
}
/* line 100, sass/pages/_posts.scss */
.elm-button.is-loading .elm-button-text {
  opacity: 0;
}
/* line 103, sass/pages/_posts.scss */
.elm-button.is-loading .css-loader {
  opacity: 1;
}
/* line 107, sass/pages/_posts.scss */
.elm-button .elm-button-text {
  transition: opacity .2s ease-out;
}
/* line 110, sass/pages/_posts.scss */
.elm-button .elm-loading-anim {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100px;
  height: 26px;
  margin: auto;
  transform-origin: center center;
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  opacity: 0;
  transition: opacity .2s ease-out;
}

/* line 129, sass/pages/_posts.scss */
.css-loader:before,
.css-loader:after,
.css-loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.2s infinite ease-in-out;
  animation: load7 1.2s infinite ease-in-out;
}

/* line 140, sass/pages/_posts.scss */
.css-loader {
  font-size: 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  visibility: hidden;
  text-indent: -9999em;
  -webkit-transform: translateZ(0) translateY(-30px);
  -ms-transform: translateZ(0) translateY(-30px);
  transform: translateZ(0) translateY(-30px);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
  opacity: 0;
  transition: opacity .2s ease-out;
}

/* line 158, sass/pages/_posts.scss */
.css-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 163, sass/pages/_posts.scss */
.css-loader:after {
  left: 3.5em;
}

/* line 166, sass/pages/_posts.scss */
.css-loader:before,
.css-loader:after {
  content: '';
  position: absolute;
  top: 0;
}

@-webkit-keyframes load7 {
  0%,
  100% {
    box-shadow: 0 30px 0 0.1em #303030;
  }
  50% {
    box-shadow: 0 30px 0 -0.5em #303030;
  }
}
@keyframes load7 {
  0%,
  100% {
    box-shadow: 0 30px 0 0.1em #303030;
  }
  50% {
    box-shadow: 0 30px 0 -0.5em #303030;
  }
}
/* line 1, sass/pages/_post.scss */
.post-header {
  position: relative;
  width: 100%;
  padding-right: 160px;
  margin-bottom: 30px;
}

/* line 8, sass/pages/_post.scss */
.post-heading {
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}

/* line 16, sass/pages/_post.scss */
.back-link {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding-left: 36px;
  height: 30px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .08em;
  color: #505050;
  text-align: right;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  opacity: .5;
}
/* line 32, sass/pages/_post.scss */
.back-link:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 10px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("img/sprite.svg");
  background-position: 0 -32px;
  background-size: 200% 400%;
  transition: all .2s ease-out;
}
/* line 45, sass/pages/_post.scss */
.back-link:hover {
  opacity: 1;
}
/* line 47, sass/pages/_post.scss */
.back-link:hover:before {
  left: 3px;
}

/* line 53, sass/pages/_post.scss */
.post-date {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 12px;
  color: #737373;
}
/* line 59, sass/pages/_post.scss */
.post-date:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("img/sprite.svg");
  background-position: -16px -32px;
  background-size: 200% 400%;
}

/* line 73, sass/pages/_post.scss */
.post-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  /*height: 400px;*/
height:auto;
  max-height: 500px;
  overflow: hidden;
  /*margin-bottom: 50px;*/
margin-bottom: 0px;
}
/* line 81, sass/pages/_post.scss */
.post-thumbnail > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  min-width: 100%;
  height: auto;
}

/* line 93, sass/pages/_post.scss */
.post-content {
  font-size: 16px;
  font-weight: 300;
  color: #303030;
  line-height: 25px;
  text-align: justify;
}
/* line 99, sass/pages/_post.scss */
.post-content p {
  margin-bottom: 15px;
}

/* line 1, sass/pages/_services.scss */
.services {
  list-style-type: none;
}

/* line 5, sass/pages/_services.scss */
.service {
  float: left;
  width: 460px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 50px 0;
}
/* line 12, sass/pages/_services.scss */
.service:nth-child(2n-1) {
  clear: both;
}
/* line 15, sass/pages/_services.scss */
.service__icon {
  display: none;
  width: 130px;
  height: 130px;
  margin: 23px auto;
  overflow: hidden;
}
/* line 22, sass/pages/_services.scss */
.service__icon > img {
  width: 100%;
  height: 100%;
}
/* line 27, sass/pages/_services.scss */
.service__heading {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  color: #303030;
}
/* line 34, sass/pages/_services.scss */
.service__description {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #737373;
}

/* line 1, sass/pages/_doctors.scss */
.doctors {
  list-style-type: none;
}

/* line 5, sass/pages/_doctors.scss */
.doctor {
  position: relative;
  width: 100%;
  min-height: 250px;
  line-height: 204px;
  padding: 23px 30px;
}
/* line 11, sass/pages/_doctors.scss */
.doctor__photo {
  position: absolute;
  top: 23px;
  width: 205px;
  height: 205px;
  border-radius: 100%;
  background-color: #737373;
  overflow: hidden;
}
/* line 20, sass/pages/_doctors.scss */
.doctor__content {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
/* line 25, sass/pages/_doctors.scss */
.doctor__name, .doctor__specialization, .doctor__feature {
  font-size: 16px;
  font-weight: 400;
  color: #303030;
  margin-bottom: 5px;
  text-align: inherit;
  text-transform: uppercase;
}
/* line 33, sass/pages/_doctors.scss */
.doctor__specialization, .doctor__feature {
  color: #737373;
  text-transform: none;
}
/* line 38, sass/pages/_doctors.scss */
.doctor__features {
  list-style-type: none;
  margin-top: 15px;
}
/* line 42, sass/pages/_doctors.scss */
.doctor__feature {
  position: relative;
  display: inline;
  padding-left: 0px;
  line-height: 25px;
  margin-bottom: 0;
}
/* line 49, sass/pages/_doctors.scss */
.doctor__feature:before {
  /*content: '';*/
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #737373;
}
/* line 60, sass/pages/_doctors.scss */
.doctor__feature:after,
.doctor__feature::after {
  content: '\A';
  white-space: pre-wrap;
}
/* line 65, sass/pages/_doctors.scss */
.doctor__show-certificates-button {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 600;
  width: 160px;
  margin-top: 15px;
  cursor: pointer;
}
.doctor__show-more-button {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 600;
  width: 160px;
  margin-top: 15px;
  cursor: pointer;
}
/* line 76, sass/pages/_doctors.scss */
.doctor__certificates {
  display: none;
}

/* line 81, sass/pages/_doctors.scss */
.doctor:nth-child(odd) {
  padding-left: 285px;
  text-align-last: auto;
}
/* line 84, sass/pages/_doctors.scss */
.doctor:nth-child(odd) .doctor__photo {
  left: 30px;
}
/* line 87, sass/pages/_doctors.scss */
.doctor:nth-child(odd) .doctor__content {
  text-align: left;
}

/* line 92, sass/pages/_doctors.scss */
.doctor:nth-child(even) {
  padding-right: 285px;
  text-align: right;
}
/* line 95, sass/pages/_doctors.scss */
.doctor:nth-child(even) .doctor__photo {
  right: 30px;
}
/* line 98, sass/pages/_doctors.scss */
.doctor:nth-child(even) .doctor__content {
  text-align: right;
}

/* line 105, sass/pages/_doctors.scss */
.popup-doctor {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
/* line 115, sass/pages/_doctors.scss */
.popup-doctor.opened {
  visibility: visible;
  opacity: 1;
}
/* line 120, sass/pages/_doctors.scss */
.popup-doctor__scrim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 126, sass/pages/_doctors.scss */
.popup-doctor__wrap {
  position: absolute;
  top: 100px;
  bottom: 100px;
  right: 100px;
  left: 100px;
  margin: auto;
  display: inline-block;
  width: auto;
  max-width: 80%;
  background-color: #4a4a4a;
}
/* line 137, sass/pages/_doctors.scss */
.popup-doctor__content {
  height: 100%;
  display: inline-block;
}
/* line 142, sass/pages/_doctors.scss */
.popup-doctor__content:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 149, sass/pages/_doctors.scss */
.popup-doctor__content img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 80vw;
}
/* line 156, sass/pages/_doctors.scss */
.popup-doctor__stats {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #e5e5e5;
}
/* line 165, sass/pages/_doctors.scss */
.popup-doctor__stats:after {
  content: '';
  display: table;
  clear: both;
}
/* line 171, sass/pages/_doctors.scss */
.popup-doctor__stats--pics {
  float: left;
}
/* line 175, sass/pages/_doctors.scss */
.popup-doctor__stats--link {
  float: right;
}
/* line 178, sass/pages/_doctors.scss */
.popup-doctor__stats--link:hover {
  text-decoration: underline;
}
/* line 184, sass/pages/_doctors.scss */
.popup-doctor__close, .popup-doctor__prev, .popup-doctor__next {
  position: absolute;
  cursor: pointer;
  opacity: .3;
  transition: opacity .3s ease-in-out;
}
/* line 192, sass/pages/_doctors.scss */
.popup-doctor__close:before, .popup-doctor__close:after, .popup-doctor__prev:before, .popup-doctor__prev:after, .popup-doctor__next:before, .popup-doctor__next:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
}
/* line 202, sass/pages/_doctors.scss */
.popup-doctor__close:hover, .popup-doctor__prev:hover, .popup-doctor__next:hover {
  opacity: .7;
}
/* line 207, sass/pages/_doctors.scss */
.popup-doctor__close {
  top: -50px;
  right: 0;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}
/* line 214, sass/pages/_doctors.scss */
.popup-doctor__close:before {
  width: 2px;
  height: 100%;
  background-color: #fff;
}
/* line 220, sass/pages/_doctors.scss */
.popup-doctor__close:after {
  width: 100%;
  height: 2px;
  background-color: #fff;
}
/* line 227, sass/pages/_doctors.scss */
.popup-doctor__prev, .popup-doctor__next {
  top: 0;
  bottom: 0;
  width: 100px;
}
/* line 233, sass/pages/_doctors.scss */
.popup-doctor__prev:before, .popup-doctor__next:before {
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}
/* line 240, sass/pages/_doctors.scss */
.popup-doctor__prev {
  left: -100px;
}
/* line 243, sass/pages/_doctors.scss */
.popup-doctor__prev:before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 249, sass/pages/_doctors.scss */
.popup-doctor__next {
  right: -100px;
}
/* line 252, sass/pages/_doctors.scss */
.popup-doctor__next:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
@media screen and (max-width: 1024px) {
	.nav li a {
		padding:0 10px!important;
	}
}
@media screen and (max-width: 768px) {
  /* line 261, sass/pages/_doctors.scss */
  .doctor__show-certificates-button {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: 140px;
  }
  .doctor__show-more-button {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: 140px;
  }

  /* line 270, sass/pages/_doctors.scss */
  .popup-doctor__wrap {
    top: 80px;
    bottom: 80px;
    right: 50px;
    left: 50px;
  }
  /* line 277, sass/pages/_doctors.scss */
  .popup-doctor__prev, .popup-doctor__next {
    width: 50px;
  }
  /* line 281, sass/pages/_doctors.scss */
  .popup-doctor__prev:before, .popup-doctor__prev:after, .popup-doctor__next:before, .popup-doctor__next:after {
    width: 15px;
    height: 15px;
  }
  /* line 288, sass/pages/_doctors.scss */
  .popup-doctor__prev {
    left: -50px;
  }
  /* line 291, sass/pages/_doctors.scss */
  .popup-doctor__prev:before {
    left: 10px;
  }
  /* line 296, sass/pages/_doctors.scss */
  .popup-doctor__next {
    right: -50px;
  }
  /* line 299, sass/pages/_doctors.scss */
  .popup-doctor__next:before {
    right: 10px;
  }
}
@media screen and (max-width: 580px) {
  /* line 312, sass/pages/_doctors.scss */
  .popup-doctor__wrap {
    top: 80px;
    bottom: 80px;
    right: 30px;
    left: 30px;
    max-width: 70%;
  }
  /* line 321, sass/pages/_doctors.scss */
  .popup-doctor__content img {
    max-width: 70vw;
  }
  /* line 346, sass/pages/_doctors.scss */
  .popup-doctor__stats .desktop-text {
    display: none;
  }
}
/* line 1, sass/pages/_contacts.scss */
.contacts-heading, .request-heading, .modal-heading {
  margin-bottom: 20px;
}

/* line 6, sass/pages/_contacts.scss */
.contacts-intro, .request-intro {
  width: 100%;
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  margin-bottom: 30px;
}

/* line 14, sass/pages/_contacts.scss */
.contacts-list {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 25px;
}
/* line 19, sass/pages/_contacts.scss */
.contacts-list__contact {
  text-transform: uppercase;
}
/* line 21, sass/pages/_contacts.scss */
.contacts-list__contact:not(:first-child) {
  margin-top: 25px;
}

/* line 27, sass/pages/_contacts.scss */
#map {
  position: relative;
  bottom: -70px;
  width: 100%;
  height: 400px;
  border: none;
}

/* line 35, sass/pages/_contacts.scss */
#map-info {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #303030;
}
/* line 40, sass/pages/_contacts.scss */
#map-info > h4 {
  font-weight: 400;
}
/* line 43, sass/pages/_contacts.scss */
#map-info > h3 {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 49, sass/pages/_contacts.scss */
#map-info > p {
  margin-bottom: 5px;
}
/* line 51, sass/pages/_contacts.scss */
#map-info > p > b {
  font-weight: 600;
}

/* line 9, sass/pages/_request.scss */
#wpcf7-f84-o1,
#wpcf7-f143-o1 {
  text-align: center;
}

/* line 14, sass/pages/_request.scss */
.request-email .input, .request-email .hasDatepicker, .request-email .request-datetime input, .request-datetime .request-email input, .request-email .chosen-container, .request-email .selector, .request-email .textarea {
  margin-bottom: 40px;
}

/* line 20, sass/pages/_request.scss */
#datetime-toggle {
  position: relative;
  display: block;
  width: 280px;
  height: 50px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  text-align: left;
  padding-left: 30px;
  text-transform: none;
  background-color: #fff;
  border: 1px dashed #505050;
  box-shadow: inset 0 0 1px #dcdcdc;
  transition: all .1s ease-in-out;
}
/* line 37, sass/pages/_request.scss */
#datetime-toggle:hover {
  background-color: #505050;
  border-color: #505050;
  box-shadow: none;
  color: #fff;
}
/* line 42, sass/pages/_request.scss */
#datetime-toggle:hover:before, #datetime-toggle:hover:after {
  background-color: #fff;
}
/* line 44, sass/pages/_request.scss */
#datetime-toggle:before, #datetime-toggle:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  background-color: #303030;
  transition: background-color .1s ease-in-out;
}
/* line 53, sass/pages/_request.scss */
#datetime-toggle:before {
  right: 20px;
  width: 16px;
  height: 2px;
}
/* line 58, sass/pages/_request.scss */
#datetime-toggle:after {
  right: 27px;
  width: 2px;
  height: 16px;
}
/* line 63, sass/pages/_request.scss */
#datetime-toggle.active {
  background-color: #505050;
  border-color: #505050;
  box-shadow: none;
  color: #fff;
}
/* line 68, sass/pages/_request.scss */
#datetime-toggle.active:before, #datetime-toggle.active:after {
  background-color: #fff;
}
/* line 69, sass/pages/_request.scss */
#datetime-toggle.active:after {
  opacity: 0;
}

/* line 82, sass/pages/_request.scss */
.hasDatepicker {
  width: 280px;
  margin: 0 auto 20px;
}

/* line 90, sass/pages/_request.scss */
.ui-datepicker {
  display: none;
  width: 280px;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
  z-index: 3 !important;
}

/* line 102, sass/pages/_request.scss */
.ui-datepicker-header {
  position: relative;
  height: 50px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

/* line 109, sass/pages/_request.scss */
.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 0px;
  width: 50px;
  height: 50px;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: background-color .1s ease-in-out, border-color .1s ease-in-out;
}
/* line 124, sass/pages/_request.scss */
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #303030;
  transition: border-color .1s ease-in-out;
}
/* line 134, sass/pages/_request.scss */
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background-color: #505050;
  border-color: #505050;
}
/* line 137, sass/pages/_request.scss */
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #F9E156;
}
/* line 141, sass/pages/_request.scss */
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  display: none;
}

/* line 144, sass/pages/_request.scss */
.ui-datepicker-prev {
  left: 0;
}
/* line 146, sass/pages/_request.scss */
.ui-datepicker-prev:after {
  left: 4px;
  border-left: 2px solid #303030;
  transform: rotate(-45deg);
}

/* line 153, sass/pages/_request.scss */
.ui-datepicker-next {
  right: 0;
}
/* line 155, sass/pages/_request.scss */
.ui-datepicker-next:after {
  right: 4px;
  border-right: 2px solid #303030;
  transform: rotate(45deg);
}

/* line 162, sass/pages/_request.scss */
.ui-datepicker-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  right: 50px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}

/* line 173, sass/pages/_request.scss */
.ui-datepicker-calendar {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-top: none;
  border-bottom: none;
  border-collapse: collapse;
  margin-bottom: 20px;
}
/* line 180, sass/pages/_request.scss */
.ui-datepicker-calendar .ui-state-default {
  display: block;
  height: 33px;
  line-height: 32px;
  text-align: center;
}
/* line 191, sass/pages/_request.scss */
.ui-datepicker-calendar th:last-child:not(.ui-datepicker-other-month), .ui-datepicker-calendar td:last-child:not(.ui-datepicker-other-month) {
  color: #c0392b;
  font-weight: 900;
}
/* line 198, sass/pages/_request.scss */
.ui-datepicker-calendar td:last-child:not(.ui-datepicker-other-month) {
  border: none;
  cursor: default;
}
/* line 204, sass/pages/_request.scss */
.ui-datepicker-calendar th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
/* line 211, sass/pages/_request.scss */
.ui-datepicker-calendar td:not(:last-child):not(.ui-datepicker-other-month) {
  border: 1px solid #505050;
}
/* line 214, sass/pages/_request.scss */
.ui-datepicker-calendar td:not(:last-child):not(.ui-datepicker-other-month):hover .ui-state-default {
  background-color: #ccc;
}
/* line 219, sass/pages/_request.scss */
.ui-datepicker-calendar td:not(:last-child).ui-datepicker-current-day {
  background-color: #F9E156;
}
/* line 223, sass/pages/_request.scss */
.ui-datepicker-calendar td:not(:last-child).ui-datepicker-today a, .ui-datepicker-calendar td:not(:last-child).ui-datepicker-today span {
  position: relative;
}
/* line 225, sass/pages/_request.scss */
.ui-datepicker-calendar td:not(:last-child).ui-datepicker-today a:after, .ui-datepicker-calendar td:not(:last-child).ui-datepicker-today span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #F9E156;
  pointer-events: none;
}
/* line 237, sass/pages/_request.scss */
.ui-datepicker-calendar td.ui-datepicker-today:last-child a, .ui-datepicker-calendar td.ui-datepicker-today:last-child span {
  position: relative;
}
/* line 239, sass/pages/_request.scss */
.ui-datepicker-calendar td.ui-datepicker-today:last-child a:after, .ui-datepicker-calendar td.ui-datepicker-today:last-child span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #c0392b;
  pointer-events: none;
}

/* line 253, sass/pages/_request.scss */
.ui_tpicker_minute_label,
.ui_tpicker_minute,
.ui_tpicker_hour_label {
  display: none;
}

/* line 257, sass/pages/_request.scss */
.ui-timepicker-div {
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #dcdcdc;
  border-bottom: none;
}
/* line 263, sass/pages/_request.scss */
.ui-timepicker-div:before {
  content: '';
  position: absolute;
  top: -21px;
  left: -1px;
  right: -1px;
  height: 20px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

/* line 274, sass/pages/_request.scss */
.ui_tpicker_time_label,
.ui_tpicker_time {
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 48px;
  float: none;
  clear: none;
  padding: 0;
  margin: 0 !important;
}

/* line 285, sass/pages/_request.scss */
.ui_tpicker_time_label {
  left: 50px;
  right: 145px;
  text-align: right;
  padding-right: 3px;
}
/* line 290, sass/pages/_request.scss */
.ui_tpicker_time_label:after {
  content: ':';
}

/* line 295, sass/pages/_request.scss */
.ui_tpicker_time {
  left: 135px;
  right: 50px;
  padding-left: 3px;
  font-weight: bold;
}

/* line 302, sass/pages/_request.scss */
.ui_tpicker_hour {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 !important;
}
/* line 307, sass/pages/_request.scss */
.ui_tpicker_hour .ui-buttonset {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  padding: 0;
}
/* line 311, sass/pages/_request.scss */
.ui_tpicker_hour .ui-buttonset .ui-corner-left, .ui_tpicker_hour .ui-buttonset .ui-corner-right {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
/* line 325, sass/pages/_request.scss */
.ui_tpicker_hour .ui-buttonset .ui-corner-left:before, .ui_tpicker_hour .ui-buttonset .ui-corner-left:after, .ui_tpicker_hour .ui-buttonset .ui-corner-right:before, .ui_tpicker_hour .ui-buttonset .ui-corner-right:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  background-color: #303030;
}
/* line 333, sass/pages/_request.scss */
.ui_tpicker_hour .ui-buttonset .ui-corner-left:hover, .ui_tpicker_hour .ui-buttonset .ui-corner-right:hover {
  background-color: #505050;
  border-color: #505050;
}
/* line 336, sass/pages/_request.scss */
.ui_tpicker_hour .ui-buttonset .ui-corner-left:hover:before, .ui_tpicker_hour .ui-buttonset .ui-corner-left:hover:after, .ui_tpicker_hour .ui-buttonset .ui-corner-right:hover:before, .ui_tpicker_hour .ui-buttonset .ui-corner-right:hover:after {
  background-color: #F9E156;
}
/* line 341, sass/pages/_request.scss */
.ui_tpicker_hour .ui-buttonset .ui-corner-left {
  left: 0;
  border-right: 1px solid #dcdcdc;
}
/* line 344, sass/pages/_request.scss */
.ui_tpicker_hour .ui-buttonset .ui-corner-left:before {
  display: none;
}
/* line 345, sass/pages/_request.scss */
.ui_tpicker_hour .ui-buttonset .ui-corner-left:after {
  width: 8px;
  height: 2px;
}
/* line 350, sass/pages/_request.scss */
.ui_tpicker_hour .ui-buttonset .ui-corner-right {
  right: 0;
  border-left: 1px solid #dcdcdc;
}
/* line 353, sass/pages/_request.scss */
.ui_tpicker_hour .ui-buttonset .ui-corner-right:before {
  width: 2px;
  height: 8px;
}
/* line 357, sass/pages/_request.scss */
.ui_tpicker_hour .ui-buttonset .ui-corner-right:after {
  width: 8px;
  height: 2px;
}

/* line 365, sass/pages/_request.scss */
.ui-datepicker-buttonpane {
  display: none;
}

/* line 367, sass/pages/_request.scss */
.datetime-tip {
  width: 280px;
  margin: 0px auto 20px;
  font-size: 14px;
}
/* line 371, sass/pages/_request.scss */
.datetime-tip__head {
  font-weight: 900;
  text-transform: uppercase;
}

/* line 384, sass/pages/_request.scss */
.page-template-page-request .divider.final {
  margin-top: 19px;
}
/* line 387, sass/pages/_request.scss */
.page-template-page-request .content, .page-template-page-request .home-content {
  padding-bottom: 40px;
}
/* line 390, sass/pages/_request.scss */
.page-template-page-request .wpcf7-response-output {
  margin: 0 auto;
}

/* line 1, sass/components/_chosen.scss */
.form-subject .chosen-container {	position: relative;  width: 100% !important;  vertical-align: top;}.chosen-container {
  position: relative;
  width: 280px;
  vertical-align: top;
}

/* line 9, sass/components/_chosen.scss */
.chosen-with-drop .chosen-single:before {
  border-top: none;
  border-bottom: 8px solid #ccc;
}
/* line 13, sass/components/_chosen.scss */
.chosen-with-drop .chosen-drop {
  display: block;
}

/* line 18, sass/components/_chosen.scss */
.chosen-single {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  color: #303030;
}
/* line 30, sass/components/_chosen.scss */
.chosen-single:before {
  content: '';
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid #ccc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

/* line 46, sass/components/_chosen.scss */
.chosen-search {
  display: none;
}

/* line 50, sass/components/_chosen.scss */
.chosen-drop {
  position: absolute;
  top: 48px;
  left: -1px;
  display: none;
  width: 100.3%;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  z-index: 3;
}

/* line 61, sass/components/_chosen.scss */
.chosen-results {
  list-style-type: none;
}
/* line 63, sass/components/_chosen.scss */
.chosen-results .active-result {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}
/* line 71, sass/components/_chosen.scss */
.chosen-results .active-result:hover {
  background-color: #f5f5f5;
}
/* line 74, sass/components/_chosen.scss */
.chosen-results .active-result[data-option-array-index="0"] {
  display: none;
}

/* line 1, sass/components/_form.scss */
.form-subject select.selector {	  display: inline-block;  width: 100%;  height: 50px;  background-color: #fff;  border: 1px solid #dcdcdc;  color: #303030;  font-family: "Open Sans", Arial, sans-serif;  font-size: 16px;  font-weight: 400;  line-height: 50px;  padding: 0 30px;  outline: none;  -webkit-appearance: none;  border-radius: 0;  box-shadow: none;  /* Firefox 19+ */  /* Firefox 18- */}.input, .hasDatepicker, .request-datetime input, .chosen-container, .selector, .textarea {
  display: inline-block;
  width: 280px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  color: #303030;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  padding: 0 30px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.wpcf7-form-control-wrap.menu-539 select {
	display: inline-block;
  width: 280px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  color: #303030;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  padding: 0 30px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}
/* line 18, sass/components/_form.scss */
.input::-webkit-input-placeholder, .hasDatepicker::-webkit-input-placeholder, .request-datetime input::-webkit-input-placeholder, .chosen-container::-webkit-input-placeholder, .selector::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  color: #303030;
  opacity: 1;
}
/* line 19, sass/components/_form.scss */
.input::-moz-placeholder, .hasDatepicker::-moz-placeholder, .request-datetime input::-moz-placeholder, .chosen-container::-moz-placeholder, .selector::-moz-placeholder, .textarea::-moz-placeholder {
  color: #303030;
  opacity: 1;
}
/* line 20, sass/components/_form.scss */
.input:-moz-placeholder, .hasDatepicker:-moz-placeholder, .request-datetime input:-moz-placeholder, .chosen-container:-moz-placeholder, .selector:-moz-placeholder, .textarea:-moz-placeholder {
  color: #303030;
  opacity: 1;
}
/* line 21, sass/components/_form.scss */
.input:-ms-input-placeholder, .hasDatepicker:-ms-input-placeholder, .request-datetime input:-ms-input-placeholder, .chosen-container:-ms-input-placeholder, .selector:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  color: #303030;
  opacity: 1;
}

/* line 24, sass/components/_form.scss */
.selector {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 31, sass/components/_form.scss */
.textarea {
  width: 920px;
  height: 300px;
  resize: none;
  line-height: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

/* line 42, sass/components/_form.scss */
.submit-button {
  border: none;
  font-family: "Open Sans", Arial, sans-serif;
  cursor: pointer;
  outline: none !important;
  -webkit-appearance: none;
  border-radius: 0;
}
/* line 51, sass/components/_form.scss */
.submit-button::-moz-focus-inner {
  border: 0;
}

/* line 57, sass/components/_form.scss */
.wpcf7-form-control-wrap span[role="alert"] {
  display: none;
}
/* line 60, sass/components/_form.scss */
.wpcf7-form-control-wrap.form-name, .wpcf7-form-control-wrap.form-email, .wpcf7-form-control-wrap.request-name, .wpcf7-form-control-wrap.request-tel, .wpcf7-form-control-wrap.request-email, .wpcf7-form-control-wrap.form-message {
  display: inline-block;
  width: 280px;
  height: 50px;
  margin-bottom: 20px;
}
.wpcf7-form-control-wrap.menu-539 {
	display: inline-block;
	width: 280px;
	height: 50px;
	margin-bottom: 20px;
}
.wpcf7-form-control-wrap.form-subject {	display: inline-block;  width: 100%;  height: 50px;  margin-bottom: 20px;}
/* line 71, sass/components/_form.scss */
.wpcf7-form-control-wrap.form-subject .wpcf7-not-valid-tip, .wpcf7-form-control-wrap.form-name .wpcf7-not-valid-tip, .wpcf7-form-control-wrap.form-email .wpcf7-not-valid-tip, .wpcf7-form-control-wrap.request-name .wpcf7-not-valid-tip, .wpcf7-form-control-wrap.request-tel .wpcf7-not-valid-tip, .wpcf7-form-control-wrap.request-email .wpcf7-not-valid-tip, .wpcf7-form-control-wrap.form-message .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e74c3c;
  color: transparent;
  z-index: 2;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
/* line 88, sass/components/_form.scss */
.wpcf7-form-control-wrap.form-email {
  margin-left: 40px;
  margin-right: 40px;
}
/* line 92, sass/components/_form.scss */
.wpcf7-form-control-wrap.form-subject {
  vertical-align: top;
}
/* line 95, sass/components/_form.scss */
.wpcf7-form-control-wrap.form-message {
  width: 920px;
  height: 300px;
}

/* line 101, sass/components/_form.scss */
.wpcf7-response-output {
  margin: 20px 50px;
  padding: 5px 15px;
  text-align: center;
}
/* line 105, sass/components/_form.scss */
.wpcf7-response-output.wpcf7-validation-errors {
  border: 2px solid #F9E156;
}
/* line 108, sass/components/_form.scss */
.wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 2px solid #2ecc71;
}

/* line 115, sass/components/_form.scss */
.wpcf7-submit-container {
  position: relative;
}
/* line 118, sass/components/_form.scss */
.wpcf7-submit-container .wpcf7-submit.is-loading {
  background-color: #F9E156;
  color: #F9E156;
}
/* line 121, sass/components/_form.scss */
.wpcf7-submit-container .wpcf7-submit.is-loading ~ .ajax-loader, .wpcf7-submit-container .wpcf7-submit.is-loading ~ .css-loader-2 {
  opacity: 1;
}
/* line 127, sass/components/_form.scss */
.wpcf7-submit-container .ajax-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 26px;
  margin: auto !important;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  opacity: 0;
  transition: opacity .2s ease-out;
}

/* line 145, sass/components/_form.scss */
.css-loader-2:before,
.css-loader-2:after,
.css-loader-2 {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load8 1.2s infinite ease-in-out;
  animation: load8 1.2s infinite ease-in-out;
}

/* line 156, sass/components/_form.scss */
.css-loader-2 {
  font-size: 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-indent: -9999em;
  -webkit-transform: translateZ(0) translateY(-30px);
  -ms-transform: translateZ(0) translateY(-30px);
  transform: translateZ(0) translateY(-30px);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
  opacity: 0;
  z-index: 999;
  transition: opacity .2s ease-out;
}

/* line 174, sass/components/_form.scss */
.css-loader-2:before {
  left: -3.5em;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 179, sass/components/_form.scss */
.css-loader-2:after {
  left: 3.5em;
}

/* line 182, sass/components/_form.scss */
.css-loader-2:before,
.css-loader-2:after {
  content: '';
  position: absolute;
  top: 0;
}

@-webkit-keyframes load8 {
  0%,
  100% {
    box-shadow: 0 30px 0 0.1em #303030;
  }
  50% {
    box-shadow: 0 30px 0 -0.5em #303030;
  }
}
@keyframes load8 {
  0%,
  100% {
    box-shadow: 0 30px 0 0.1em #303030;
  }
  50% {
    box-shadow: 0 30px 0 -0.5em #303030;
  }
}
/* line 1, sass/components/_modal.scss */
.modal-bg, .menu-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: transparent;
  transition: background-color .3s ease-out;
  z-index: 666;
}
/* line 11, sass/components/_modal.scss */
.modal-bg[data-state=active], [data-state=active].menu-bg {
  background-color: rgba(0, 0, 0, 0.35);
}

/* line 16, sass/components/_modal.scss */
.menu-bg {
  z-index: 4;
}

/* line 21, sass/components/_modal.scss */
.modal {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  display: none;
  width: 450px;
  height: auto;
  margin: auto;
  padding: 20px 20px 30px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 999;
}
/* line 36, sass/components/_modal.scss */
.modal[data-state=active] {
  opacity: 1;
}
/* line 39, sass/components/_modal.scss */
.modal .request-email .input, .modal .request-email .hasDatepicker, .modal .request-email .request-datetime input, .request-datetime .modal .request-email input, .modal .request-email .chosen-container, .modal .request-email .selector, .modal .request-email .textarea {
  margin-bottom: 20px;
}
/* line 42, sass/components/_modal.scss */
.modal .wpcf7-response-output {
  font-size: 12px;
  margin: 20px auto 0px;
}
/* line 46, sass/components/_modal.scss */
.modal .wpcf7-form {
  text-align: center;
}

/* line 51, sass/components/_modal.scss */
.modal-heading {
  font-size: 20px;
}

/* Slider */
/* line 3, sass/components/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, sass/components/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, sass/components/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, sass/components/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, sass/components/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, sass/components/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 49, sass/components/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, sass/components/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 59, sass/components/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, sass/components/_slick.scss */
.slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  display: none;
}
/* line 67, sass/components/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 70, sass/components/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 73, sass/components/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 79, sass/components/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 83, sass/components/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 87, sass/components/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 91, sass/components/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 97, sass/components/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
/* line 58, sass/components/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 77, sass/components/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 81, sass/components/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 85, sass/components/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 90, sass/components/_slick-theme.scss */
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 100, sass/components/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 102, sass/components/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 106, sass/components/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 108, sass/components/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 114, sass/components/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 116, sass/components/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 120, sass/components/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 122, sass/components/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 130, sass/components/_slick-theme.scss */
.slick-slider {
  margin-bottom: 30px;
}

/* line 134, sass/components/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 142, sass/components/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 150, sass/components/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none !important;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 162, sass/components/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none !important;
}
/* line 164, sass/components/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 168, sass/components/_slick-theme.scss */
.slick-dots li button::-moz-focus-inner {
  border: 0;
}
/* line 171, sass/components/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 188, sass/components/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  /* line 7, sass/layout/_mobile.scss */
  body {
    max-width: 768px;
    min-width: 320px;
  }

  /* line 12, sass/layout/_mobile.scss */
  .content, .home-content {
    padding-top: 30px;
  }

  /* line 16, sass/layout/_mobile.scss */
  .wrapper {
    width: 100%;
  }

  /* line 20, sass/layout/_mobile.scss */
  .huge-heading, .home-heading, .post-heading, .contacts-heading, .request-heading, .modal-heading {
    font-size: 20px;
    margin-bottom: 30px;
  }

  /* line 25, sass/layout/_mobile.scss */
  .divider {
    margin: 29px auto 30px;
  }
  /* line 27, sass/layout/_mobile.scss */
  .divider.final {
    display: none;
  }

  /* line 32, sass/layout/_mobile.scss */
  .quote, .contacts-intro, .request-intro {
    width: 65%;
    min-width: 280px;
  }

  /* line 41, sass/layout/_mobile.scss */
  .header {
    height: 60px;
  }
  /* line 43, sass/layout/_mobile.scss */
  .header.transparent {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  }

  /* line 50, sass/layout/_mobile.scss */
  .logo {
    position: relative;
    width: 220px;
    height: 24px;
    margin-top: 18px;
    margin-left: 20px;
  }

  /* line 58, sass/layout/_mobile.scss */
  .nav-switch {
    display: block;
  }

  /* line 62, sass/layout/_mobile.scss */
  .nav {
    float: none;
    position: absolute;
    top: 60px;
    display: none;
    width: 100%;
    margin: 0;
    background-color: #fff;
    padding-top: 50px; }

  .nav li {
    float: none; }
    .nav li:last-child {
      position: absolute;
      left: 0;
      top: 0;
      right: 0; }

  .nav li a {
    width: 100%;
    height: 50px;
    margin-top: 0;
    font-size: 16px;
    line-height: 50px;
    text-align: center; }
    .nav li a span:after {
      display: none; }
    .nav li a:hover {
      background-color: #303030;
      color: #fff; }
    .nav li a.appointment {
      margin-left: 0;
      line-height: 50px;
      background-color: #F9E156; }
      .nav li a.appointment:before {
        display: none; }
      .nav li a.appointment:hover {
        background-color: #303030; }

  /* line 116, sass/layout/_mobile.scss */
  .footer {
    height: auto;
    padding: 0;
  }
  /* line 120, sass/layout/_mobile.scss */
  .footer .logo {
    display: none;
  }

  /* line 125, sass/layout/_mobile.scss */
  .social {
    position: static;
    padding-top: 22px;
    width: 112px;
    height: 78px;
  }

  /* line 132, sass/layout/_mobile.scss */
  .social-link {
    width: 56px;
    height: 56px;
  }

  /* line 137, sass/layout/_mobile.scss */
  .footer-right {
    position: relative;
    float: none;
    display: block;
    width: 100%;
    line-height: 50px;
    margin-top: 21px;
    padding: 0 0 15px;
    text-align: center;
  }
  /* line 146, sass/layout/_mobile.scss */
  .footer-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 130px;
    height: 1px;
    margin: 0 auto;
    background-color: #969696;
  }

  /* line 160, sass/layout/_mobile.scss */
  .langs {
    display: block;
    margin-right: 0;
  }
  /* line 163, sass/layout/_mobile.scss */
  .langs .lang-item {
    display: block;
  }
  /* line 165, sass/layout/_mobile.scss */
  .langs .lang-item a {
    display: block;
    width: 100%;
    height: 100%;
  }

  /* line 177, sass/layout/_mobile.scss */
  .slider {
    height: 500px;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  /* line 177, sass/layout/_mobile.scss */
  .slider {
    height: 450px;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  /* line 177, sass/layout/_mobile.scss */
  .slider {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  /* line 187, sass/layout/_mobile.scss */
  .slide {
    height: 500px;
  }
  /* line 189, sass/layout/_mobile.scss */
  .slide__link {
    height: 500px;
  }
  /* line 191, sass/layout/_mobile.scss */
  .slide__link > img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  /* line 187, sass/layout/_mobile.scss */
  .slide {
    height: 450px;
  }
  /* line 198, sass/layout/_mobile.scss */
  .slide__link {
    height: 450px;
  }
  /* line 200, sass/layout/_mobile.scss */
  .slide__link > img {
    width: 100%;
    height: auto;
	object-fit: cover;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  /* line 187, sass/layout/_mobile.scss */
  .slide {
    height: 400px;
  }
  /* line 208, sass/layout/_mobile.scss */
  .slide__link {
    height: 400px;
  }
  /* line 210, sass/layout/_mobile.scss */
  .slide__link > img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  /* line 218, sass/layout/_mobile.scss */
  .home-heading {
    margin-bottom: 40px;
  }

  /* line 222, sass/layout/_mobile.scss */
  .home-list {
    margin-bottom: 40px;
  }

  /* line 226, sass/layout/_mobile.scss */
  .home-list-item {
    width: 440px;
    min-height: 150px;
    padding: 5px 0;
    line-height: 140px;
  }
  /* line 232, sass/layout/_mobile.scss */
  .home-list-item.even {
    padding-left: 170px;
  }
  /* line 234, sass/layout/_mobile.scss */
  .home-list-item.even:before {
    left: 0;
  }
  /* line 238, sass/layout/_mobile.scss */
  .home-list-item.odd {
    padding-right: 170px;
    text-align: right;
  }
  /* line 241, sass/layout/_mobile.scss */
  .home-list-item.odd:before {
    right: 0;
  }
  /* line 246, sass/layout/_mobile.scss */
  .home-list-item__heading {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  /* line 226, sass/layout/_mobile.scss */
  .home-list-item {
    width: 100%;
    min-height: 200px;
    padding-top: 170px;
    line-height: normal;
    text-align: center;
  }
  /* line 256, sass/layout/_mobile.scss */
  .home-list-item:before {
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /* line 263, sass/layout/_mobile.scss */
  .home-list-item.even {
    padding-left: 0;
  }
  /* line 265, sass/layout/_mobile.scss */
  .home-list-item.even:before {
    left: 0;
  }
  /* line 269, sass/layout/_mobile.scss */
  .home-list-item.odd {
    padding-right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  /* line 280, sass/layout/_mobile.scss */
  .posts {
    width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  /* line 280, sass/layout/_mobile.scss */
  .posts {
    width: 440px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  /* line 280, sass/layout/_mobile.scss */
  .posts {
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  /* line 291, sass/layout/_mobile.scss */
  .posts-item {
    width: 280px;
    margin-bottom: 30px;
  }
  /* line 294, sass/layout/_mobile.scss */
  .posts-item__preview {
    height: 212px;
    margin-bottom: 15px;
  }
  /* line 298, sass/layout/_mobile.scss */
  .posts-item__heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  /* line 291, sass/layout/_mobile.scss */
  .posts-item {
    width: 440px;
  }
  /* line 303, sass/layout/_mobile.scss */
  .posts-item__preview {
    height: 320px;
  }
  /* line 305, sass/layout/_mobile.scss */
  .posts-item__preview > img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  /* line 291, sass/layout/_mobile.scss */
  .posts-item {
    width: 280px;
  }
  /* line 313, sass/layout/_mobile.scss */
  .posts-item__preview {
    height: 212px;
  }
  /* line 315, sass/layout/_mobile.scss */
  .posts-item__preview > img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 327, sass/layout/_mobile.scss */
  .post-header {
    padding-right: 100px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  /* line 327, sass/layout/_mobile.scss */
  .post-header {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 335, sass/layout/_mobile.scss */
  .post-heading {
    font-size: 20px;
    margin-bottom: 10px;
  }

  /* line 340, sass/layout/_mobile.scss */
  .back-link {
    top: 3px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    z-index: 3;
  }
  /* line 346, sass/layout/_mobile.scss */
  .back-link:before {
    top: 3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  /* line 340, sass/layout/_mobile.scss */
  .back-link {
    top: auto;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 355, sass/layout/_mobile.scss */
  .post-thumbnail {
    height: 280px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  /* line 359, sass/layout/_mobile.scss */
  .post-thumbnail > img {
    height: 100%;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  /* line 370, sass/layout/_mobile.scss */
  .services {
    width: 560px;
    margin: 0 auto;
  }
  /* line 373, sass/layout/_mobile.scss */
  .services .service {
    width: 280px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  /* line 370, sass/layout/_mobile.scss */
  .services {
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  /* line 381, sass/layout/_mobile.scss */
  .service {
    margin-bottom: 40px;
  }

  /* line 389, sass/layout/_mobile.scss */
  .doctor {
    min-height: 180px;
    padding: 10px 20px;
    margin-bottom: 30px;
    line-height: 160px;
  }
  /* line 394, sass/layout/_mobile.scss */
  .doctor__photo {
    top: 10px;
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) and (max-width: 580px) {
  /* line 389, sass/layout/_mobile.scss */
  .doctor {
    min-height: 300px;
    padding: 240px 0 0 0;
    line-height: normal;
  }
  /* line 404, sass/layout/_mobile.scss */
  .doctor__photo {
    width: 205px;
    height: 205px;
  }
  /* line 408, sass/layout/_mobile.scss */
  .doctor__name, .doctor__specialization, .doctor__feature {
    margin-bottom: 15px;
  }
  /* line 411, sass/layout/_mobile.scss */
  .doctor__specialization, .doctor__feature {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  /* line 417, sass/layout/_mobile.scss */
  .doctor:nth-child(odd) {
    padding-left: 200px;
    text-align: left;
  }
  /* line 420, sass/layout/_mobile.scss */
  .doctor:nth-child(odd) .doctor__photo {
    left: 20px;
  }
  /* line 423, sass/layout/_mobile.scss */
  .doctor:nth-child(odd) .doctor__content {
    text-align: left;
  }
}
@media screen and (max-width: 768px) and (max-width: 580px) {
  /* line 417, sass/layout/_mobile.scss */
  .doctor:nth-child(odd) {
    padding-left: 0;
    text-align: center;
  }
  /* line 429, sass/layout/_mobile.scss */
  .doctor:nth-child(odd) .doctor__photo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /* line 434, sass/layout/_mobile.scss */
  .doctor:nth-child(odd) .doctor__content {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  /* line 440, sass/layout/_mobile.scss */
  .doctor:nth-child(even) {
    padding-right: 200px;
    text-align: right;
  }
  /* line 443, sass/layout/_mobile.scss */
  .doctor:nth-child(even) .doctor__photo {
    right: 20px;
  }
  /* line 446, sass/layout/_mobile.scss */
  .doctor:nth-child(even) .doctor__content {
    text-align: right;
  }
}
@media screen and (max-width: 768px) and (max-width: 580px) {
  /* line 440, sass/layout/_mobile.scss */
  .doctor:nth-child(even) {
    padding-right: 0;
    text-align: center;
  }
  /* line 452, sass/layout/_mobile.scss */
  .doctor:nth-child(even) .doctor__photo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /* line 457, sass/layout/_mobile.scss */
  .doctor:nth-child(even) .doctor__content {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  /* line 467, sass/layout/_mobile.scss */
  .contacts-intro, .request-intro {
    font-size: 12px;
  }

  /* line 471, sass/layout/_mobile.scss */
  .contacts-list {
    margin-top: 40px;
  }
  /* line 473, sass/layout/_mobile.scss */
  .contacts-list__contact {
    font-size: 14px;
  }
  /* line 475, sass/layout/_mobile.scss */
  .contacts-list__contact:not(:first-child) {
    margin-top: 20px;
  }
  /* line 479, sass/layout/_mobile.scss */
  .contacts-list__number {
    font-size: 14px;
  }

  /* line 484, sass/layout/_mobile.scss */
  #map {
    height: 300px;
  }

  /* line 492, sass/layout/_mobile.scss */
  #wpcf7-f47-o1 {
    width: 70%;
    max-width: 440px;
    min-width: 280px;
    margin: 0 auto;
  }

  /* line 499, sass/layout/_mobile.scss */
  .form-name,
  .form-email,
  .form-subject {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 505, sass/layout/_mobile.scss */
  .form-name .input, .form-name .hasDatepicker, .form-name .request-datetime input, .request-datetime .form-name input, .form-name .chosen-container, .form-name .selector, .form-name .textarea,
  .form-email .input,
  .form-email .hasDatepicker,
  .form-email .request-datetime input,
  .request-datetime .form-email input,
  .form-email .chosen-container,
  .form-email .selector,
  .form-email .textarea,
  .form-subject .input,
  .form-subject .hasDatepicker,
  .form-subject .request-datetime input,
  .request-datetime .form-subject input,
  .form-subject .chosen-container,
  .form-subject .selector,
  .form-subject .textarea {
    width: 100% !important;
  }

  /* line 510, sass/layout/_mobile.scss */
  .chosen-container {
    width: 100%;
  }

  /* line 514, sass/layout/_mobile.scss */
  .chosen-drop {
    width: 100.5%;
  }
}
@media screen and (max-width: 768px) and (max-width: 585px) {
  /* line 514, sass/layout/_mobile.scss */
  .chosen-drop {
    width: 100.6%;
  }
}
@media screen and (max-width: 768px) and (max-width: 470px) {
  /* line 514, sass/layout/_mobile.scss */
  .chosen-drop {
    width: 100.7%;
  }
}

@media screen and (max-width: 768px) {
  /* line 524, sass/layout/_mobile.scss */
  .form-message {
    width: 100% !important;
    height: 200px !important;
  }
  /* line 527, sass/layout/_mobile.scss */
  .form-message .textarea {
    width: 100% !important;
    height: 200px !important;
    margin-bottom: 30px;
  }

  /* line 534, sass/layout/_mobile.scss */
  .wpcf7-response-output {
    font-size: 12px;
  }
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.readmore {
	color: #bbb;
    display: block;
    font-size: 13px;
}
.close {
	display: none;
}
.open {
	display: block;
}
.bx-wrapper {
    margin-left: auto;
    margin-right: auto;
}
.wpcf7-recaptcha {
    margin-bottom: 40px;
}
.recaptcha > div {
    margin: 0 auto;
}

.header-kids .logo {
  height: auto;
  width: auto; }
  .header-kids .logo > img {
    width: auto;
    height: auto; }
.header-kids .nav .appointment a {
  line-height: 30px;
  transition: all .1s ease-out;
  padding: 0 20px; }
  .header-kids .nav .appointment a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #303030;
    transition: all .1s ease-out; }
  .header-kids .nav .appointment a:hover {
    background-color: #F9E156; }
    .header-kids .nav .appointment a:hover:before {
      border-color: #F9E156; }
    .header-kids .nav .appointment a:hover:after {
      opacity: 0; }

.footer-kids .logo {
  width: auto;
  height: auto; }
  .footer-kids .logo img {
    width: auto;
    height: auto; }

.perfectkids {
  overflow-x: hidden;
  width: 100%;
  color: #4C4C4E; }
  .perfectkids .morecontent span {
    display: none; }
  .perfectkids .morelink {
    display: block;
    margin-top: 2rem; }
  .perfectkids .more {
    white-space: pre-line;
    font-size: 1.125rem;
    line-height: 1.5; }
  .perfectkids .main-block {
    margin-top: 5rem; }
  .perfectkids .title-block {
    text-align: center;
    padding-top: 10rem; }
  .perfectkids h2 {
    font-size: 3rem;
    color: #2E2E4A;
    margin-bottom: 4rem; }
  .perfectkids p {
    font-size: 1.125rem;
    line-height: 1.5; }
  .perfectkids .morelink {
    line-height: 1.5;
    color: #C0C6C8;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    .perfectkids .morelink:hover {
      color: #2E2E4A; }
  .perfectkids .logo-mob {
    display: none; }
  .perfectkids .first-screen {
    position: relative;
    height: calc(100vh - 100px);
    align-items: center; }
    .perfectkids .first-screen .title {
      font-size: 4rem;
      color: #2E2E4A;
      font-weight: 600; }
    .perfectkids .first-screen h4 {
      font-size: 1.5rem;
      margin-top: 4rem;
      font-weight: 400; }
    .perfectkids .first-screen-img img {
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
    .perfectkids .first-screen-img .hippo {
      bottom: 0px;
      top: auto;
      right: 10%; }
  .perfectkids .second-screen {
    margin-top: 20rem;
    position: relative;
    padding-bottom: 4rem; }
    .perfectkids .second-screen .bg {
      position: absolute;
      top: 100px;
      left: 0;
      z-index: -1; }
      .perfectkids .second-screen .bg img {
        width: 100%; }
    .perfectkids .second-screen .girl {
      width: 100%;
      height: auto; }
    .perfectkids .second-screen .text {
      margin-top: 5rem; }
  .perfectkids .third-screen {
    margin-top: 4rem;
    position: relative; }
    .perfectkids .third-screen .circle {
      position: absolute;
      top: 250px;
      right: -100px; }
    .perfectkids .third-screen .first-block {
      position: relative; }
    .perfectkids .third-screen .second-block__text {
      padding-top: 4rem; }
    .perfectkids .third-screen .image img {
      margin-left: -100px; }
    .perfectkids .third-screen .third-block h3 {
      font-size: 2.25rem;
      color: #2E2E4A;
      margin-bottom: 7rem;
      text-align: center; }
    .perfectkids .third-screen .third-block .icon-block {
      text-align: center; }
  .perfectkids .text-block {
    font-size: 1.125rem;
    line-height: 1.5; }
  .perfectkids .fourth-screen {
    background: url("img/kids/bg-3.png");
    padding-bottom: 10rem;
    background-position: bottom center;
    background-repeat: no-repeat; }
  .perfectkids .doctors-block {
    display: flex;
    justify-content: space-between;
    padding-top: 5rem; }
  .perfectkids .doctor-photo {
    height: 17rem;
    width: 17rem;
    border-radius: 50%; }
  .perfectkids .doctor-block {
    text-align: center; }
    .perfectkids .doctor-block .name {
      font-size: 1.5rem;
      font-weight: 700;
      margin-top: 1rem; }
    .perfectkids .doctor-block .subname {
      font-size: 1.125rem;
      margin-top: 0.5rem;
      color: #78787D; }
  .perfectkids .doctors-description {
    font-size: 1.125rem;
    margin-top: 5rem; }
  .perfectkids .fifth-screen {
    padding-top: 8rem;
    position: relative; }
    .perfectkids .fifth-screen .circle {
      position: absolute;
      bottom: -120px;
      left: -100px; }
      .perfectkids .fifth-screen .circle img {
        width: 70%; }
    .perfectkids .fifth-screen .conclution {
      margin-top: 6rem;
      white-space: pre-line; }
  .perfectkids .sixth-block {
    margin-top: 0; }
  .perfectkids .contacts-kids {
    text-align: center; }
  .perfectkids .slider-kids {
    margin: 0 8rem; }
    .perfectkids .slider-kids .slick-prev,
    .perfectkids .slider-kids .slick-next {
      position: absolute;
      display: block;
      height: 75px;
      width: 75px;
      cursor: pointer;
      top: 50%;
      margin-top: -10px\9;
      /*lte IE 8*/
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      transition: all 0.2s;
      opacity: 0.5; }
      .perfectkids .slider-kids .slick-prev:hover,
      .perfectkids .slider-kids .slick-next:hover {
        opacity: 1; }
    .perfectkids .slider-kids .slick-prev:before, .perfectkids .slider-kids .slick-next:before {
      content: "";
      position: absolute;
      background-repeat: no-repeat;
      height: 75px;
      width: 75px;
      top: 0; }
    .perfectkids .slider-kids .slick-prev {
      left: -75px; }
      .perfectkids .slider-kids .slick-prev:before {
        background-image: url("img/kids/arrow left.png");
        background-position: left;
        left: 0; }
    .perfectkids .slider-kids .slick-next {
      right: -75px; }
      .perfectkids .slider-kids .slick-next:before {
        background-image: url("img/kids/arrow right.png");
        background-position: right;
        right: 0; }
    .perfectkids .slider-kids .slide-item {
      width: 400px;
      height: 400px;
      margin: 0 0.5rem; }
  .perfectkids .seventh-block {
    margin-bottom: 8rem; }
    .perfectkids .seventh-block .contacts-kids {
      margin-top: 5rem; }
      .perfectkids .seventh-block .contacts-kids button {
        margin-top: 4rem; }
    .perfectkids .seventh-block .address {
      margin-bottom: 1.5rem; }
      .perfectkids .kids-phone{
        margin-bottom: 2rem;
        display: block;
      }

@media screen and (max-width: 768px) {
  .header-kids .logo > img {
    width: 60%; }

  .nav li {
    float: none; }
    .nav li a {
      width: 100%;
      height: 50px;
      margin-top: 0;
      font-size: 16px;
      line-height: 50px;
      text-align: center; } }
@media screen and (max-width: 1440px) {
  .perfectkids .first-screen-img .bg {
    width: 70%; }
  .perfectkids .first-screen-img .hippo {
    height: 70%; }
  .perfectkids .second-screen .bg {
    width: 60%; }
  .perfectkids .circle img {
    width: 50%; } }
@media screen and (max-width: 1220px) {
  .perfectkids .second-screen {
    margin-top: 10rem; }
  .perfectkids .slider-kids .slide-item {
    height: 200px; } }
@media screen and (max-width: 1025px) {
  .perfectkids {
    font-size: 10px; }
    .perfectkids .first-screen-img .bg {
      width: 100%; }
    .perfectkids .first-screen-img .hippo {
      bottom: 50%;
      height: 40%;
      transform: translateY(calc(50% + 100px)); }
    .perfectkids .main-block {
      margin-top: 4rem; }
    .perfectkids .title-block {
      text-align: center;
      padding-top: 6rem; }
    .perfectkids .slider-kids {
      margin: 0 4rem; }
      .perfectkids .slider-kids .slick-prev {
        left: -40px; }
      .perfectkids .slider-kids .slick-next {
        right: -40px; }
    .perfectkids .slider-kids .slick-prev, .perfectkids .slider-kids .slick-next {
      height: 40px;
      width: 40px; }
      .perfectkids .slider-kids .slick-prev:before, .perfectkids .slider-kids .slick-next:before {
        height: 40px;
        width: 40px; } }
@media screen and (max-width: 768px) {
  .header-kids .nav .appointment a {
    margin-left: 0;
    line-height: 50px;
    background-color: #F9E156; }
    .header-kids .nav .appointment a:before {
      display: none; }

  .perfectkids .first-screen-img .hippo {
    display: none; }
  .perfectkids .first-screen {
    height: 60vh; }
  .perfectkids .second-screen .textBlock {
    margin-top: 3rem; }
  .perfectkids h2 {
    margin-bottom: 2rem; }
  .perfectkids .third-screen {
    margin-top: 0; }
    .perfectkids .third-screen .image img {
      margin-left: 0; }
  .perfectkids .image {
    text-align: center; }
  .perfectkids .circle {
    display: none; }
  .perfectkids .doctor-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .perfectkids .doctor-photo {
    height: 12rem;
    width: 12rem; }
  .perfectkids .fourth-screen {
    padding-bottom: 0; } }
@media screen and (max-width: 650px) {
  .perfectkids .logo-mob {
    display: block; }
  .perfectkids .first-screen .title {
    display: none; }
  .perfectkids .first-screen h4 {
    font-size: 1.1rem;
    margin-top: 1rem; }
  .perfectkids .first-screen {
    height: calc(100vh - 100px); }
    .perfectkids .first-screen h4 {
      padding-top: 1rem; }
    .perfectkids .first-screen h4 img {
      height: 1.5rem; }
    .perfectkids .first-screen-img .bg {
      width: 100%;
      margin-top: 50px; }
  .perfectkids h2 {
    font-size: 1.5rem; }
  .perfectkids .title-block img {
    width: 70%; }
  .perfectkids .second-screen {
    padding-bottom: 0; }
    .perfectkids .second-screen .bg {
      display: none; }
    .perfectkids .second-screen .textBlock {
      margin-top: 0; }
    .perfectkids .second-screen .girl {
      margin-top: 3rem; }
  .perfectkids .third-screen {
    margin-top: 0; }
  .perfectkids .main-block {
    margin-top: 2rem; }
  .perfectkids .second-block .image img {
    width: 100%; }
  .perfectkids .third-screen .third-block h3 {
    font-size: 1.5rem;
    margin-bottom: 4rem; }
  .perfectkids .third-screen .third-block .icon-block {
    margin-bottom: 5rem; }
  .perfectkids .third-block {
    margin-top: 7rem; }
  .perfectkids .doctor-block {
    margin-bottom: 3rem; }
  .perfectkids .doctors-block {
    flex-direction: column;
    padding-top: 2rem; }
  .perfectkids .doctors-description {
    margin-top: 2rem; }
  .perfectkids .fourth-screen {
    background: none; }
  .perfectkids .fifth-screen {
    padding-top: 4rem; }
    .perfectkids .fifth-screen iframe {
      height: 200px !important; }
    .perfectkids .fifth-screen .conclution {
      margin-top: 4rem; }
  .perfectkids .contacts-kids a {
    font-size: 18px; }
  .perfectkids .slider-kids {
    margin: 0 3rem; }
  .perfectkids .first-screen h4 {
    font-size: 1rem;
    margin-top: 2rem; } }

/*# sourceMappingURL=style.css.map */


.bx-viewport{
  height: 150px !important;
}