/* icons */

@font-face {
  font-family: 'clinic';
  src: url("../fonts/clinic.eot");
  src: url("../fonts/clinic.eot?#iefix") format('embedded-opentype'), url("../fonts/clinic.woff") format('woff'), url("../fonts/clinic.ttf") format('truetype'), url("../fonts/clinic.svg#clinic") format('svg');
  font-weight: normal;
  font-style: normal;
}

[data-icon]before {
  content: attr(data-icon);
  position: relative;
  font-family: 'clinic' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  line-height: 1;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.data-icon,
[class^='icon-'],
[class*=' icon-'],
.select-btn {
  vertical-align: middle;
}

.data-icon:before,
[class^='icon-']:before,
[class*=' icon-']:before,
.select-btn:before {
  display: inline-block;
  margin-right: 0.3125rem;
  font-family: 'clinic' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  line-height: 1;
  vertical-align: middle;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.data-icon-right,
[class^='icon-right-'],
[class*=' icon-right-'],
.list li,
aside.mobile h6,
.breadcrumb li.active,
.service_mobile .service__info h6,
.toggle li span,
.toggle_active > li > span:hover,
.toggle_active > li > span.opened,
.filter li.active a {
  vertical-align: middle;
}

.data-icon-right:after,
[class^='icon-right-']:after,
[class*=' icon-right-']:after,
.list li:after,
aside.mobile h6:after,
.breadcrumb li.active:after,
.service_mobile .service__info h6:after,
.toggle li span:after,
.toggle_active > li > span:hover:after,
.toggle_active > li > span.opened:after,
.filter li.active a:after {
  display: inline-block;
  margin-left: 0.3125rem;
  font-family: 'clinic' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  line-height: 1;
  vertical-align: middle;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before,
.icon-next:before,
.icon-prev:before,
.icon-up:before,
.icon-down:before,
.select-btn:before {
  content: 'a' !important;
}

.icon-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-up:before {
  margin-right: 0.625rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon-up.opened:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-down:before,
.select-btn:before {
  margin-right: 0.625rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-down.opened:before,
.select-btn.opened:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon-search:before {
  content: 'b';
}

.icon-ok:before {
  content: 'c';
}

.icon-close:before {
  content: 'd';
}

.icon-eye:before {
  content: 'e';
  margin-top: -1px;
}

.icon-phone:before {
  content: 'f';
}

.icon-metro:before {
  content: 'g';
}

.icon-bus:before {
  content: 'h';
}

.icon-tram:before {
  content: 'i';
}

.icon-info:before {
  content: 'j';
  margin-top: -1px;
}

.icon-education:before {
  content: 'k';
}

.icon-right-arrow:after,
.icon-right-next:after,
.icon-right-prev:after,
.icon-right-up:after,
.icon-right-down:after,
aside.mobile h6:after,
.breadcrumb li.active:after,
.service_mobile .service__info h6:after,
.toggle li span:after,
.toggle_active > li > span:hover:after,
.toggle_active > li > span.opened:after,
.filter li.active a:after {
  content: 'a' !important;
}

.icon-right-prev:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-right-up:after {
  margin-left: 0.625rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon-right-up.opened:after {
  margin-left: 0.625rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-right-down:after,
aside.mobile h6:after,
.breadcrumb li.active:after,
.toggle li span:after,
.toggle_active > li > span:hover:after,
.toggle_active > li > span.opened:after,
.filter li.active a:after {
  margin-left: 0.625rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-right-down.opened:after,
aside.mobile h6.opened:after,
.breadcrumb li.active.opened:after,
.toggle li span.opened:after,
.toggle_active > li > span:hover.opened:after,
.toggle_active > li > span.opened.opened:after,
.filter li.active a.opened:after {
  margin-left: 0.625rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon-right-seach:after {
  content: 'b';
}

.icon-right-ok:after {
  content: 'c';
}

.icon-right-close:after {
  content: 'd';
}

.icon-right-eye:after {
  content: 'e';
  margin-top: -1px;
}

.icon-right-phone:before {
  content: 'f';
}

.icon-right-metro:before {
  content: 'g';
}

.icon-right-bus:before {
  content: 'h';
}

.icon-right-tram:before {
  content: 'i';
}

.icon-right-info:before {
  content: 'j';
  margin-top: -1px;
}

.icon-right-education:before {
  content: 'k';
}

.icon-sm:after,
.icon-sm:before {
  font-size: 80%;
}

.icon-md:after,
.icon-md:before {
  font-size: 125%;
}

.icon-lg:after,
.icon-lg:before {
  font-size: 150%;
}

.icon-xl:after,
.icon-xl:before {
  font-size: 200%;
}

.icon-blue:after,
.icon-blue:before {
  color: #58b4ee;
}

.dark .icon-blue:after,
.dark .icon-blue:before {
  color: #fff;
}

.icon-green:after,
.icon-green:before {
  color: #71c78f;
}

.dark .icon-green:after,
.dark .icon-green:before {
  color: #fff;
}

.icon-red:after,
.icon-red:before {
  color: #fc6969;
}

.dark .icon-red:after,
.dark .icon-red:before {
  color: #fff;
}

*,
*:active,
*:focus {
  outline: 0 !important;
}

.clearfix:before,
.schedule__row:before,
.schedule__cell-body:before,
.select-list li:before,
.times__body:before,
.clearfix:after,
.schedule__row:after,
.schedule__cell-body:after,
.select-list li:after,
.times__body:after {
  content: '';
  display: table;
}

.clearfix:after,
.schedule__row:after,
.schedule__cell-body:after,
.select-list li:after,
.times__body:after {
  clear: both;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dark a {
  color: #fff;
}

.btn {
  font-weight: 300;
}

.btn:after,
.btn:before {
  font-size: 80%;
  vertical-align: baseline;
}

.decor:after,
.bd-block:after,
aside:after,
.feature p:after,
.service h6:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3.75rem;
  height: 0.25rem;
  background: #71c78f;
}

.dark .decor:after,
.dark .bd-block:after,
.dark aside:after,
.dark .feature p:after,
.dark .service h6:after {
  background: #000;
}

/* img wrapper */

.img-title {
  position: relative;
  margin-bottom: 2.5rem;
}

.img-title h2,
.img-title h3,
.img-title h4 {
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.dark .img-title h2,
.dark .img-title h3,
.dark .img-title h4 {
  color: #000;
}

.img-title img {
  width: 100%;
}

@media (max-width: 47.9rem) {
  .img-title {
    margin-bottom: 1.5rem;
  }

  .img-title h2,
  .img-title h3,
  .img-title h4 {
    top: 1rem;
    left: 1rem;
  }
}

@media (max-width: 29.9rem) {
  .img-title {
    margin-bottom: 0;
  }

  .img-title h2,
  .img-title h3,
  .img-title h4 {
    position: static;
  }

  .img-title img {
    display: none;
  }
}

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

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

/* display */

.d-b {
  display: block;
}

.d-ib {
  display: inline-block;
}

/* h1 - h6 */

@media (max-width: 63.9rem) {
  .h2-md,
  .h2-md h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 47.9rem) {
  .h2-sm,
  .h2-sm h2 {
    font-size: 1.25rem;
  }
}

@media (max-width: 29.9rem) {
  .h2-xs,
  .h2-xs h2 {
    font-size: 1rem;
  }
}

/* line-height */

.lh1,
.lh1 * {
  line-height: 1;
}

.lh1-1,
.lh1-1 * {
  line-height: 1.1;
}

.lh1-25,
.lh1-25 * {
  line-height: 1.25;
}

.lh1-5,
.lh1-5 * {
  line-height: 1.5;
}

.lh2,
.lh2 * {
  line-height: 2;
}

/* color */

.c-white {
  color: #fff;
}

.c-white .slick-dots li button:before {
  color: #fff;
  background: #fff;
}

.c-white .slick-dots li.slick-active button:before {
  color: #fff;
}

.c-gray {
  color: #7d7d7d;
}

.c-gray-light {
  color: #b5b5b5;
}

.c-gray-lighter {
  color: #ececec;
}

.c-gray-lightest {
  color: #f7f7f7;
}

.c-gray-dark {
  color: #343434;
}

.c-primary {
  color: #f1784e;
}

.c-success {
  color: #5aaf78;
}

.c-success-light {
  color: #71c78f;
}

.c-success-lighter {
  color: #e5f6eb;
}

.c-success-dark {
  color: #449d64;
}

/* border */

.bd {
  border: 1px solid #ececec;
}

.bd-block {
  position: relative;
  padding: 1.5rem;
  border: 1px solid #ececec;
}

.bd-block:after {
  left: 1.5rem;
}

.bd-block p:last-child {
  margin-bottom: 0;
}

@media (max-width: 47.9rem) {
  .bd-block {
    padding: 0;
    border: none;
  }

  .bd-block:after {
    content: none;
  }
}

/* backgrounds */

.bg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-about {
  background: -webkit-repeating-linear-gradient(60deg, #c6ebd3 0, #c6ebd3 0.3125rem, #cceed8 0.3125rem, #cceed8 0.625rem);
  background: repeating-linear-gradient(30deg, #c6ebd3 0, #c6ebd3 0.3125rem, #cceed8 0.3125rem, #cceed8 0.625rem);
}

.dark .bg-about {
  background: #000;
}

.bg-gray {
  background: #7d7d7d;
}

.bg-gray-light {
  background: #b5b5b5;
}

.bg-gray-lighter {
  background: #ececec;
}

.dark .bg-gray-lighter {
  color: #fff;
  background: #000;
}

.bg-gray-lightest {
  color: #909090;
  background: #f7f7f7;
}

.dark .bg-gray-lightest {
  color: #000;
  background: #fff;
}

.bg-gray-lightest a {
  color: #909090;
}

.dark .bg-gray-lightest a {
  color: #000;
}

.bg-gray-lightest a:hover {
  color: #343434;
}

.dark .bg-gray-lightest a:hover {
  color: #000;
}

.dark .bg-gray-lightest .btn {
  color: #fff !important;
  border-color: #000 !important;
  background: #000 !important;
}

.bg-gray-dark {
  background: #343434;
}

.bg-primary,
.feature p:after {
  background: #f1784e;
}

.bg-success {
  background: #5aaf78;
}

.bg-success-light {
  background: #71c78f;
}

.bg-success-lighter {
  background: #e5f6eb;
}

.dark .bg-success-lighter {
  color: #000;
  background: #fff;
}

.bg-success-dark {
  background: #449d64;
}

/* multiline */

.ws-n {
  white-space: normal;
}

.ws-nw {
  white-space: nowrap;
}

/* data-after & data-before */

[data-before]:before {
  content: attr(data-before);
}

@media (max-width: 63.9rem) {
  [data-before-lg]:before {
    content: attr(data-before-lg) ' ';
  }
}

@media (max-width: 47.9rem) {
  [data-before-md]:before {
    content: attr(data-before-md) ' ';
  }
}

@media (max-width: 29.9rem) {
  [data-before-sm]:before {
    content: attr(data-before-sm) ' ';
  }
}

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

*:focus::-webkit-input-placeholder {
  opacity: 0;
}

*:focus:-moz-placeholder {
  opacity: 0;
}

*:focus::-moz-placeholder {
  opacity: 0;
}

*:focus:-ms-input-placeholder {
  opacity: 0;
}

.zoom {
  font-size: 20px;
}

.zoom .container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 30em) {
  .zoom .container {
    max-width: 24rem;
  }
}

@media (min-width: 48em) {
  .zoom .container {
    max-width: 38.4rem;
  }
}

@media (min-width: 64em) {
  .zoom .container {
    max-width: 51.2rem;
  }
}

@media (min-width: 75.625em) {
  .zoom .container {
    max-width: 60.5rem;
  }
}

.zoom .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.dark .form-control {
  color: #000;
  border: 1px solid #000;
}

.dark .c-input {
  color: #fff;
}

.dark .btn-primary,
.dark .btn-success,
.dark .btn-info,
.dark .btn-warning,
.dark .btn-danger,
.dark .btn-primary-outline,
.dark .btn-success-outline,
.dark .btn-info-outline,
.dark .btn-warning-outline,
.dark .btn-danger-outline {
  color: #000 !important;
  border-color: #fff !important;
  background: #fff !important;
}

.dark .dropdown-item {
  color: #000;
  background: #fff;
}

.dropdown-item.active,
.dropdown-item:focus,
.dropdown-item.active:hover,
.dropdown-item:focus:hover {
  background: #5aaf78 !important;
}

.dark .dropdown-item.active,
.dark .dropdown-item:focus,
.dark .dropdown-item.active:hover,
.dark .dropdown-item:focus:hover {
  color: #fff;
  background: #000 !important;
}

.dark .bg-gray-lightest .media-left {
  display: none;
}

.dark .bg-gray-lightest .media-left + .media-body {
  text-align: center;
}

body {
  font-family: 'Open Sans';
}

.dark body {
  color: #fff;
  background: #000;
}

.ovh {
  overflow: hidden;
}

.ovv {
  overflow: visible;
}

sup {
  color: #f1784e;
}

/* header */

header {
  padding-top: 1.25rem;
}

header a,
header p,
header h3,
header h5 {
  margin-bottom: 0;
  line-height: 1.875rem;
}

header h3 {
  text-transform: uppercase;
}

header .navbar-toggler {
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  width: 1.875rem;
  height: 1.5625rem;
  padding: 0;
  border: none;
  border-top: 0.625rem solid #fff;
  border-bottom: 0.625rem solid #fff;
  border-radius: 0;
  background: #000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dark header .navbar-toggler {
  border-color: #000;
  background: #fff;
}

header .navbar-toggler:after,
header .navbar-toggler:before {
  content: '';
  position: absolute;
  left: 0;
  width: 1.875rem;
  height: 0.3125rem;
  background: #000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dark header .navbar-toggler:after,
.dark header .navbar-toggler:before {
  background: #fff;
}

header .navbar-toggler:after {
  top: -0.625rem;
}

header .navbar-toggler:before {
  bottom: -0.625rem;
}

header .navbar-toggler.opened {
  background: #fff;
}

.dark header .navbar-toggler.opened {
  background: #000;
}

header .navbar-toggler.opened:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .navbar-toggler.opened:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .decor:after {
  top: -1.25rem;
  left: 0.9375rem;
}

@media (max-width: 63.9rem) {
  header {
    padding-top: 1rem;
    font-size: 0.875rem;
  }

  header h3 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.25;
  }

  header .decor:after {
    top: -1rem;
  }
}

.zoom header .navbar-toggler {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border-top: 0.75rem solid #fff;
  border-bottom: 0.75rem solid #fff;
}

.zoom header .navbar-toggler:after,
.zoom header .navbar-toggler:before {
  width: 2rem;
  height: 0.5rem;
}

.zoom header .navbar-toggler:after {
  top: -0.75rem;
}

.zoom header .navbar-toggler:before {
  bottom: -0.75rem;
}

.zoom header .navbar-toggler.opened:after {
  top: 0;
}

.zoom header .navbar-toggler.opened:before {
  bottom: 0;
}

/* logo */

.logo {
  display: inline-block;
}

.logo:hover {
  color: #343434;
}

/* nav */

nav {
  margin-top: 2.5rem;
  background: #71c78f;
}

.dark nav {
  background: #fff;
}

nav.collapse {
  display: block;
}

@media (max-width: 63.9rem) {
  nav {
    margin-top: 0;
    padding: 1rem 0;
  }

  nav.collapse {
    display: none;
  }
}

.nav li {
  position: relative;
  float: left;
}

.nav li:hover .nav,
.nav li.hover .nav {
  display: block;
}

.nav li:hover a,
.nav li.hover a {
  background: #5aaf78;
}

.dark .nav li:hover a,
.dark .nav li.hover a {
  color: #fff;
  background: #000;
}

.nav li.active a {
  background: #5aaf78;
}

.dark .nav li.active a {
  color: #fff;
  background: #000;
}

.nav li a {
  display: block;
  padding: 1rem 1.2125rem;
  color: #fff;
  text-transform: uppercase;
}

.dark .nav li a {
  color: #000;
}

.nav .nav {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  margin: 0;
  background: #5aaf78;
  -webkit-animation: fadeIn 0.2s ease-in-out;
  animation: fadeIn 0.2s ease-in-out;
}

.dark .nav .nav {
  background: #000;
}

.nav .nav li {
  display: block;
  float: none;
  font-size: 0.875rem;
  white-space: nowrap;
}

.nav .nav li a {
  padding: 0.25rem 1.3125rem;
  text-transform: none;
}

.nav .nav li a:hover {
  color: #95f9b8;
  background: #71c78f;
}

.dark .nav .nav li a:hover {
  color: #000;
  background: #fff;
}

@media (max-width: 75.5625rem) {
  .nav li a {
    padding: 1rem 0.825rem;
    font-size: 0.875rem;
  }

  .nav li .nav li a {
    padding: 0.25rem 0.825rem;
  }
}

@media (max-width: 63.9rem) {
  .nav {
    margin-bottom: 1rem;
  }

  .nav li {
    float: none;
  }

  .nav li:hover a,
  .nav li.hover a,
  .nav li.active a {
    background: none;
  }

  .dark .nav li:hover a,
  .dark .nav li.hover a,
  .dark .nav li.active a {
    color: #000;
    background: none;
  }

  .nav li a {
    padding: 0.25rem 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .dark .nav li a {
    color: #000;
  }

  .nav li a:hover {
    color: #95f9b8;
  }

  .dark .nav li a:hover {
    color: #000;
  }

  .nav li .nav {
    display: block;
    position: static;
    margin-bottom: 0;
    padding-left: 1rem;
    background: none;
  }

  .dark .nav li .nav {
    background: none;
  }

  .nav li .nav li a {
    padding: 0.25rem 0;
    font-size: 0.75rem;
  }
}

.nav-aside {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-aside li {
  margin-bottom: 0.25rem;
}

.dark .nav-aside li a {
  color: #000;
}

.nav-aside li.active a {
  color: #71c78f;
}

.dark .nav-aside li.active a {
  color: #000;
  border-bottom: 1px solid #000;
}

@media (max-width: 63.9rem) {
  .nav-aside {
    display: none;
  }

  .nav-aside li {
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #ececec;
  }
}

.zoom .nav li a {
  padding: 1rem 0.65rem;
  font-size: 0.875rem;
}

.zoom .nav .nav li a {
  padding: 0.25rem 0.65rem;
}

@media (max-width: 75.5625rem) {
  .zoom .nav li a {
    padding: 1rem 0.435rem;
    font-size: 0.75rem;
  }

  .zoom .nav li .nav li a {
    padding: 0.25rem 0.435rem;
  }
}

@media (max-width: 63.9rem) {
  .zoom .nav li a {
    padding: 0.25rem 0;
    font-size: 0.875rem;
  }

  .zoom .nav li .nav li a {
    padding: 0.25rem 0;
    font-size: 0.75rem;
  }
}

.zoom .nav-tabs .nav-link {
  padding: 0;
  font-size: 2.5rem;
}

@media (max-width: 47.9em) {
  .zoom .nav-tabs .nav-link {
    padding: 0.5rem;
  }
}

@media (max-width: 29.9em) {
  .zoom .nav-tabs .nav-link {
    font-size: 2rem;
  }
}

.page h2,
.page h3,
.page h4 {
  line-height: 1.25;
}

.page h2 {
  margin-bottom: 2.5rem;
}

.page h3,
.page h4 {
  margin-bottom: 1.5rem;
}

.page h4 {
  margin-top: 3rem;
}

.page ul {
  padding-left: 1.25rem;
  list-style-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAgMTIwIj4NCjxjaXJjbGUgZmlsbD0iIzcxQzc4RiIgY3g9IjYwIiBjeT0iNDAiIHI9IjQwIi8+DQo8L3N2Zz4=");
}

.page ol {
  padding-left: 1.5rem;
}

.page ul,
.page ol {
  margin: 1.5rem 0;
}

.page ul ul,
.page ol ul,
.page ul ol,
.page ol ol {
  margin: 0.5rem 0 1rem;
}

.page .table thead th {
  text-transform: uppercase;
  white-space: nowrap;
  background: #f7f7f7;
}

.dark .page .table thead th {
  color: #000;
  background: #fff;
}

.page .table td:first-child {
  text-transform: uppercase;
  white-space: nowrap;
}

.dark .page .table th,
.dark .page .table td {
  border-top-color: #fff;
}

.page img {
  display: block;
  margin-bottom: 1.875rem;
  width: 100%;
  height: auto;
}

@media (max-width: 47.9rem) {
  .page h2,
  .page h3,
  .page h4 {
    margin-bottom: 1.5rem;
  }
}

.search {
  display: block;
  float: right;
  position: relative;
  height: 3.875rem;
  padding: 1rem 1.5rem;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dark .search {
  color: #000;
  background: #fff;
}

.search:before {
  margin: 0;
}

.search:hover,
.search.active {
  color: #fff;
  background: #5aaf78;
}

.dark .search:hover,
.dark .search.active {
  color: #fff;
  background: #000;
}

.search.active form {
  display: block;
  -webkit-animation: fadeIn 0.2s ease-in-out;
  animation: fadeIn 0.2s ease-in-out;
}

.search form {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  padding: 1.5rem;
  width: 20rem;
  background: #5aaf78;
}

.dark .search form {
  background: #000;
}

.search form input {
  padding-right: 3rem;
  width: 100%;
}

.search form button {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  padding: 0.375rem 0.75rem;
  color: #71c78f;
  border: 0.0625rem solid transparent;
  box-shadow: none;
  background: none;
}

.dark .search form button {
  color: #000;
}

.search form button:before {
  margin: -0.1875rem 0 0;
}

.dark .search-list h4 {
  color: #000;
}

.search-list p {
  color: #7d7d7d;
}

.dark .search-list p {
  color: #000;
}

.search-list p:last-child {
  margin-bottom: 0;
}

.search-list b {
  padding: 0 0.25rem;
  color: #fff;
  background: #71c78f;
}

.dark .search-list b {
  background: #000;
}

@media (max-width: 63.9rem) {
  .search {
    float: none;
    height: auto;
    padding: 0;
  }

  .search:before {
    content: none;
  }

  .search:hover {
    background: none;
  }

  .dark .search:hover {
    background: none;
  }

  .search:hover form {
    -webkit-animation: none;
    animation: none;
  }

  .search form {
    display: block;
    position: relative;
    padding: 0;
    background: none;
  }

  .search form button {
    top: 0;
    right: 0;
  }
}

@media (max-width: 29.9rem) {
  .search form {
    width: 100%;
  }
}

.zoom .search {
  height: 3.85rem;
}

/* list */

.list {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
}

.list li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 4.375rem;
  line-height: 3.75rem;
}

.list li:after {
  content: attr(data-icon);
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #71c78f;
  text-align: center;
  border: 1px solid #71c78f;
  border-radius: 50%;
}

.list li:before {
  content: attr(data-value);
  position: absolute;
  top: 0;
  left: 0;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 1.5rem;
  line-height: 3.75rem;
  color: #71c78f;
  text-align: center;
  border: 1px solid #71c78f;
  border-radius: 50%;
}

.dark .list li:after,
.dark .list li:before {
  color: #fff;
  border-color: #fff;
}

.list li:last-child {
  margin-bottom: 0;
}

/* footer */

footer {
  padding: 2.25rem 0;
  font-size: 0.875rem;
  color: #fff;
  background: #909090;
}

.dark footer {
  background: #000;
}

footer a {
  color: #fff;
}

footer p {
  margin: 1.5rem 0;
}

@media (max-width: 63.9rem) {
  footer {
    padding: 0.5rem 0;
  }
}

/* aside */

aside {
  position: relative;
  margin: 3rem 0;
  padding: 2rem;
  background: #f7f7f7;
}

aside:after {
  width: 100%;
}

.dark aside {
  background: #fff;
}

aside h6 {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.dark aside h6 {
  color: #000;
}

aside.mobile h6:after {
  content: none !important;
}

@media (max-width: 63.9rem) {
  aside {
    margin: 2rem 0;
  }

  aside.mobile {
    padding: 0;
    background: none;
  }

  aside.mobile:after {
    content: none;
  }

  aside.mobile h6 {
    position: relative;
    margin-bottom: 0;
    padding: 1rem 3rem 1rem 1rem;
    line-height: 1.25rem;
    background: #f7f7f7;
    cursor: pointer;
  }

  aside.mobile h6:after {
    content: 'a' !important;
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -1px;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
  }

  aside.mobile h6.opened:after {
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
  }
}

@media (max-width: 29.9rem) {
  aside {
    padding: 2rem 1rem;
  }
}

.dark aside .form .c-input {
  color: #000;
}

.dark aside .form .c-input .c-indicator {
  border: 1px solid #000;
}

.dark aside .form .btn {
  color: #fff !important;
  border-color: #000 !important;
  background: #000 !important;
}

/* block */

section {
  padding: 3rem 0;
}

@media (max-width: 47.9rem) {
  section {
    padding: 2rem 0;
  }
}

/* breadcrumb */

.breadcrumb li.active:after {
  content: none !important;
}

@media (max-width: 47.9rem) {
  .breadcrumb {
    padding: 0.25rem 0;
    font-size: 1rem;
    border-radius: 0;
    background: #71c78f;
  }

  .dark .breadcrumb {
    background: #fff;
  }

  .breadcrumb li {
    display: none;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }

  .dark .breadcrumb li {
    color: #000;
  }

  .breadcrumb li.active {
    display: block;
    position: relative;
    padding: 0.5rem;
    color: #fff;
    cursor: pointer;
  }

  .breadcrumb li.active:after {
    content: 'a' !important;
    margin-top: -0.25rem;
    text-transform: none;
  }

  .dark .breadcrumb li.active {
    color: #000;
  }

  .breadcrumb li + li:before {
    content: none;
  }

  .breadcrumb li a {
    display: block;
    padding: 0.5rem;
    color: #fff;
  }

  .dark .breadcrumb li a {
    color: #000;
  }
}

/* form */

.form-group {
  position: relative;
}

.form-control-feedback {
  position: absolute;
  top: 0.5rem;
  right: 0.375rem;
  font-size: 80%;
}

.form a {
  color: #f1784e !important;
}

.form p {
  font-size: 80%;
}

.form .help-block {
  position: absolute;
  top: 100%;
  margin-top: 0.125rem;
}

.form .help-block .list-unstyled {
  margin-bottom: 0;
  font-size: 80%;
}

.has-feedback .form-control {
  padding-right: 2rem;
}

/* banner */

.banner_main {
  background-image: url("../img/banner-01.jpg");
}

@media (max-width: 47.9rem) {
  .banner {
    padding: 1rem 0;
  }
}

@media (max-width: 29.9rem) {
  .banner_main {
    background-image: url("../img/banner-01_mobile.jpg");
    background-position: center;
  }
}

.dark .banner {
  display: none;
}

/* features */

.feature {
  font-size: 1.5rem;
  text-align: center;
}

.feature span {
  position: relative;
  display: block;
  margin: 3rem auto 5rem;
  width: 8rem;
  height: 8rem;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 8rem;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 0.75rem rgba(255,255,255,0.3);
  background: rgba(113,199,143,0.8);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.feature:hover span {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.feature_md span {
  margin: 3.75rem auto 5.75rem;
  width: 6.5rem;
  height: 6.5rem;
  line-height: 6.5rem;
}

.feature_lg span {
  margin: 2rem auto 4rem;
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
}

.feature p {
  position: relative;
  margin-bottom: 0;
}

.feature p:after {
  top: -1rem;
  left: 50%;
  margin-left: -1.875rem;
}

@media (max-width: 63.9rem) {
  .feature {
    font-size: 1.25rem;
  }

  .feature span {
    margin: 2rem auto 3.5rem;
    width: 6rem;
    height: 6rem;
    font-size: 2rem;
    line-height: 6rem;
    box-shadow: 0 0 0 0.67rem rgba(255,255,255,0.3);
  }

  .feature:hover span {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .feature_md span {
    margin: 2.75rem auto 4.25rem;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
  }

  .feature_lg span {
    margin: 1rem auto 2.5rem;
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
  }

  .feature p {
    line-height: 1.25;
  }

  .feature p:after {
    top: -0.5rem;
  }
}

@media (max-width: 47.9rem) {
  .feature {
    font-size: 1rem;
  }

  .feature span {
    margin: 1.5rem auto 2.5rem;
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
    line-height: 5rem;
    box-shadow: 0 0 0 0.5rem rgba(255,255,255,0.3);
  }

  .feature:hover span {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .feature_md span {
    margin: 2rem auto 3rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }

  .feature_lg span {
    margin: 0.75rem auto 1.75rem;
    width: 6.5rem;
    height: 6.5rem;
    line-height: 6.5rem;
  }
}

@media (max-width: 39.9rem) {
  .feature span {
    margin: 1rem auto 2rem;
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
    line-height: 5rem;
  }

  .feature_md span {
    margin: 1.5rem auto 2.5rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }

  .feature_lg span {
    margin: 0.5rem auto 1.5rem;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
  }
}

@media (max-width: 34.9rem) {
  .feature span {
    margin: 1.095rem auto 2.095rem;
    width: 4.25rem;
    height: 4.25rem;
    font-size: 1.25rem;
    line-height: 4.25rem;
  }

  .feature_md span {
    margin: 1.5rem auto 2.5rem;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
  }

  .feature_lg span {
    margin: 0.75rem auto 1.75rem;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
  }
}

@media (max-width: 29.9rem) {
  .feature {
    font-size: 0.875rem;
  }
}

/* service*/

.service {
  position: relative;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  height: 15rem;
  overflow: hidden;
}

.service:hover h6,
.service.hover h6 {
  opacity: 0;
}

.service:hover .service__info,
.service.hover .service__info {
  top: 0;
  opacity: 1;
}

.service:hover .service__info h6,
.service.hover .service__info h6 {
  opacity: 1;
}

.service h6 {
  position: relative;
  padding-top: 1.125em;
  line-height: 1.25;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.service img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.service__info {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 1.25rem 1.25rem 3rem 1.25rem;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(113,199,143,0.9);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.dark .service__info {
  top: 0;
  color: #000;
  background: #fff;
  opacity: 1;
}

.service__info:hover {
  color: #fff;
}

.dark .service__info:hover {
  color: #000;
}

.service__info .btn {
  position: absolute;
  bottom: 0.625rem;
  left: 0.25rem;
  color: #fff;
  border-color: transparent;
}

.service__info .btn:hover {
  background: transparent;
}

.service_mobile .service__info h6:after {
  content: '' !important;
}

@media (max-width: 47.9rem) {
  .service_mobile {
    margin: 0;
    padding: 0;
    height: auto;
    border-bottom: 1px solid #ececec;
  }

  .dark .service_mobile {
    padding: 0 0.5rem;
    color: #000;
    background: #fff;
  }

  .service_mobile h6,
  .service_mobile img {
    display: none;
  }

  .service_mobile .service__info {
    position: static;
    padding: 0;
    color: #7d7d7d;
    background: none;
    opacity: 1;
  }

  .service_mobile .service__info h6 {
    display: block;
    margin: 0;
    padding: 1.25rem 1.25rem 1.25rem 0;
    cursor: pointer;
  }

  .service_mobile .service__info h6:after {
    content: 'a' !important;
    top: 50%;
    left: auto;
    right: 0;
    margin: 0;
    width: auto;
    height: auto;
    background: none;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
  }

  .dark .service_mobile .service__info h6 {
    color: #000;
  }

  .service_mobile .service__info p,
  .service_mobile .service__info .btn {
    display: none;
  }

  .service_mobile .service__info .btn {
    position: static;
    color: #f1784e;
    border-color: #f1784e;
  }

  .service_mobile .service__info .btn:hover {
    color: #fff;
    background: #f1784e;
  }

  .service_mobile.opened {
    padding-bottom: 1.25rem;
  }

  .service_mobile.opened .service__info h6:after {
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
  }

  .service_mobile.opened .service__info .btn {
    display: block;
  }
}

/* about */

.about__img {
  height: 10rem;
  overflow: hidden;
}

.about__img_lg {
  height: 20rem;
}

.about__img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.about:hover .about__img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.about__body {
  position: relative;
  height: 10rem;
  background: #fff;
}

.about__body:before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.5rem;
  left: 50%;
  border-top: 0.5rem solid #fff;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.about__body_bottom:before {
  top: -0.5rem;
  bottom: auto;
  border-top: none;
  border-bottom: 0.5rem solid #fff;
}

.about__body_left:before {
  top: 50%;
  bottom: auto;
  left: auto;
  right: -0.5rem;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid #fff;
  border-right: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.about__body_right:before {
  top: 50%;
  bottom: auto;
  left: -0.5rem;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: none;
  border-right: 0.5rem solid #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.about__body span {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dark .about__body span {
  color: #000;
}

/* expert */

.expert {
  text-align: center;
}

.expert:hover .card {
  border-color: #ececec;
}

.expert:hover .card .btn {
  opacity: 1;
}

.expert .card {
  margin-bottom: 0;
  font-size: 0.875rem;
  border-color: transparent;
}

.expert .card-block {
  padding-bottom: 3.5rem;
}

.expert .card-img-wrapper {
  display: block;
}

.expert .card-img-wrapper img {
  width: 100%;
}

.expert .card .btn {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.dark .expert .card .btn {
  opacity: 1;
}

.expert .card h6 {
  margin-bottom: 0.3125rem;
  height: 3rem;
  font-size: 0.875rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.expert .card p {
  height: 5rem;
  margin-bottom: 0.3125rem;
  line-height: 1.25;
}

.expert_bd .card {
  border-color: #ececec;
}

@media (max-width: 63.9rem) {
  .expert .card .btn {
    opacity: 1;
  }
}

@media (max-width: 29.9rem) {
  .expert .card {
    height: auto;
  }

  .expert .card-block {
    padding-bottom: 1.25rem;
  }

  .expert .card-img-wrapper {
    overflow: visible;
  }

  .expert .card-img-wrapper img {
    width: auto;
    height: 100%;
  }

  .expert .card .btn {
    position: static;
    bottom: auto;
    left: auto;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.zoom .expert .card .btn {
  font-size: 0.75rem;
}

/* partner */

.partner {
  display: block;
  text-align: center;
}

.partner .card {
  margin-bottom: 0;
  height: 11.25rem;
}

.dark .partner .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 7.5rem;
}

.dark .partner .card-img-top {
  display: none;
}

.dark .partner .card-block {
  margin-bottom: 1rem;
}

/* map */

.map {
  height: 35rem;
}

.map .decor:after {
  left: 0.75rem;
}

@media (max-width: 63.9rem) {
  .map {
    height: 25rem;
  }
}

@media (max-width: 47.9rem) {
  .map {
    height: 20rem;
  }
}

.certificate .card {
  display: block;
  text-align: center;
  border: none;
}

/* sliders */

.slider-main {
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #fff;
}

.slider-main .slick-slide {
  padding: 0 !important;
}

.slider-main .slick-next,
.slider-main .slick-prev {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  margin: 0;
  width: 20%;
  height: 10rem;
  background: #71c78f;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dark .slider-main .slick-next,
.dark .slider-main .slick-prev {
  border: 1px solid #fff;
  background: #000;
}

.slider-main .slick-next:before,
.slider-main .slick-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  color: #fff;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.dark .slider-main .slick-next:before,
.dark .slider-main .slick-prev:before {
  font-size: 3rem;
  color: #fff;
}

.slider-main .slick-next:hover,
.slider-main .slick-prev:hover {
  background: #f1784e;
}

.dark .slider-main .slick-next:hover,
.dark .slider-main .slick-prev:hover {
  color: #000;
  border: 0.25rem solid #fff;
  background: #000;
}

.slider-main .slick-next:hover:before,
.slider-main .slick-prev:hover:before {
  color: #fff;
  opacity: 1;
}

.dark .slider-main .slick-next:hover:before,
.dark .slider-main .slick-prev:hover:before {
  color: #fff;
}

.slider-main .slick-next {
  left: auto;
  right: 0;
}

.slider-main .slick-next:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider-main .slick-disabled:hover {
  background: #71c78f;
}

.slider-main .slick-disabled:hover:before {
  opacity: 0.25;
}

.slider .media {
  margin-top: 0;
}

/* contacts way */

.way {
  border: 1px solid #ececec;
}

.way [class^='icon-']:before,
.way [class*=' icon-']:before {
  margin-top: -0.25rem;
}

.way .icon-xl:before {
  margin-top: -0.5rem;
}

@media (max-width: 47.9rem) {
  .way {
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: none;
  }

  .way .row {
    margin-bottom: 1rem;
  }

  .way .row:first-child {
    margin-bottom: 0.5rem;
  }

  .way p {
    margin-bottom: 0.25rem;
  }
}

/* toggle */

.toggle,
.toggle ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.toggle ul {
  display: block;
  margin-bottom: 0.25rem;
}

.toggle > li > ul {
  display: none;
}

.toggle li {
  display: inline-block;
  width: 100%;
}

.toggle li span,
.toggle_active > li > span:hover,
.toggle_active > li > span.opened {
  position: relative;
  display: inline-block;
  margin-bottom: 0.25rem;
  padding: 1rem 3rem 1rem 1rem;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  background: #71c78f;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.toggle li span:after,
.toggle_active > li > span:hover:after,
.toggle_active > li > span.opened:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dark .toggle li span,
.dark .toggle_active > li > span:hover,
.dark .toggle_active > li > span.opened {
  color: #000;
  background: #fff;
}

.toggle li span.opened:after,
.toggle_active > li > span:hover.opened:after,
.toggle_active > li > span.opened.opened:after {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

.toggle li span:hover,
.toggle_active > li > span:hover:hover,
.toggle_active > li > span.opened:hover {
  background: #5aaf78;
}

.dark .toggle li span:hover,
.dark .toggle_active > li > span:hover:hover,
.dark .toggle_active > li > span.opened:hover {
  background: #fff;
}

.dark .toggle li li,
.dark .toggle_active > li > span + ul li {
  background: #fff;
}

.toggle li li span,
.toggle_active > li > span + ul li span {
  padding-right: 1rem;
  color: #343434;
  background: #e5f6eb;
  cursor: default;
}

.dark .toggle li li span,
.dark .toggle_active > li > span + ul li span {
  color: #fff;
  border: 1px solid #fff;
  background: #000;
}

.toggle li li span:after,
.toggle_active > li > span + ul li span:after {
  content: none !important;
}

.toggle li li span:hover,
.toggle_active > li > span + ul li span:hover {
  background: #e5f6eb;
}

.dark .toggle li li span:hover,
.dark .toggle_active > li > span + ul li span:hover {
  background: #000;
}

.toggle li li p,
.toggle_active > li > span + ul li p {
  margin: 1rem 0;
  padding: 0 1rem;
}

.dark .toggle li li p,
.dark .toggle_active > li > span + ul li p {
  color: #000;
}

.dark .toggle li li a,
.dark .toggle_active > li > span + ul li a {
  color: #000;
  border-bottom: 1px solid #000;
}

.toggle li li li,
.toggle_active > li > span + ul li li {
  position: relative;
  padding-right: 5rem;
}

.toggle li li li p,
.toggle_active > li > span + ul li li p {
  margin: 1rem 0;
  padding: 0 1rem;
}

.dark .toggle li li li p,
.dark .toggle_active > li > span + ul li li p {
  color: #000;
}

.dark .toggle li li li a,
.dark .toggle_active > li > span + ul li li a {
  color: #000;
  border-bottom: 1px solid #000;
}

.toggle li li li span,
.toggle_active > li > span + ul li li span {
  width: auto;
  text-transform: none;
  background: none;
}

.dark .toggle li li li span,
.dark .toggle_active > li > span + ul li li span {
  color: #000;
  background: #fff;
}

.toggle li li li span:hover,
.toggle_active > li > span + ul li li span:hover {
  background: none;
}

.dark .toggle li li li span:hover,
.dark .toggle_active > li > span + ul li li span:hover {
  color: #000;
  background: #fff;
}

.toggle li li li span + span,
.toggle_active > li > span + ul li li span + span {
  position: absolute;
  bottom: 0;
  right: 0;
}

.toggle li li li + li,
.toggle_active > li > span + ul li li + li {
  border-top: 1px solid #ececec;
}

.dark .toggle li li li + li,
.dark .toggle_active > li > span + ul li li + li {
  border-top-color: #000;
}

.toggle li.toggle__secondary span,
.toggle_active > li span {
  background: #909090;
}

.dark .toggle li.toggle__secondary span,
.dark .toggle_active > li span {
  background: #fff;
}

.toggle li.toggle__secondary span:hover,
.toggle_active > li span:hover {
  background: #7d7d7d;
}

.dark .toggle li.toggle__secondary span:hover,
.dark .toggle_active > li span:hover {
  background: #fff;
}

.dark .toggle li.toggle__secondary li,
.dark .toggle_active > li li {
  background: #fff;
}

.toggle li.toggle__secondary li span,
.toggle_active > li li span {
  background: #f7f7f7;
}

.toggle li.toggle__secondary li span:hover,
.toggle_active > li li span:hover {
  background: #f7f7f7;
}

.dark .toggle > li > ul > li > span {
  color: #fff !important;
  border: 1px solid #fff !important;
  background: #000 !important;
}

.dark .toggle > li > ul > li > span + ul > li > span {
  color: #000 !important;
  border: none !important;
  background: #fff !important;
}

.toggle_list li li li {
  padding-right: 0;
}

/* filter */

.filter {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter li {
  display: inline-block;
}

.filter li a {
  display: block;
  padding: 1rem;
  border: 1px solid #ececec;
}

.filter li a:focus {
  color: #343434;
}

.filter li.active a,
.filter li:hover a {
  color: #fff;
  border-color: #71c78f;
  background: #71c78f;
}

.dark .filter li.active a,
.dark .filter li:hover a {
  color: #000;
  border-color: #fff;
  background: #fff;
}

.filter li.active a:after,
.filter li:hover a:after {
  content: none !important;
}

.filter li.active a:focus,
.filter li:hover a:focus {
  color: #fff;
}

@media (max-width: 47.9rem) {
  .filter li {
    display: none;
  }

  .filter li a {
    padding: 0.5rem 1rem;
  }

  .filter li + li {
    margin-top: -1px;
  }

  .filter li.active {
    display: block;
  }

  .filter li.active a {
    display: block;
    position: relative;
    padding-right: 3rem;
  }

  .filter li.active a:after {
    content: 'a' !important;
    position: absolute;
    top: 50%;
    right: 1rem;
    margin: 0;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
  }

  .filter li.active a.opened:after {
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
  }
}

@media (max-width: 63.9rem) {
  .zoom .filter li a {
    font-size: 0.75rem;
  }
}

@media (max-width: 47.9rem) {
  .zoom .filter li a {
    font-size: 1rem;
  }
}

/* schedule */

.schedule {
  display: table;
  width: 100%;
  font-size: 0.875rem;
  table-layout: fixed;
  border-collapse: collapse;
}

.dark .schedule {
  background: #000;
}

.schedule__row {
  display: table-row;
}

.schedule__cell {
  display: table-cell;
  padding: 1rem 0.5rem;
  width: 10%;
  border: 1px solid #ececec;
  background: #fff;
}

.dark .schedule__cell {
  color: #000;
  border-color: #000;
}

.schedule__cell:hover * {
  opacity: 1;
}

.schedule__cell:first-child {
  width: 30%;
  color: #7d7d7d;
}

.dark .schedule__cell:first-child {
  color: #000;
}

.schedule__cell:first-child a {
  display: block;
  font-size: 1rem;
}

.schedule__cell:first-child span {
  margin: 1rem 0 0;
  font-size: 1rem;
}

.schedule__cell span {
  margin: 0.25rem 0 0.75rem;
  display: block;
  color: #71c78f;
}

.dark .schedule__cell span {
  color: #000;
}

.schedule__cell_header {
  background: #f7f7f7;
}

.dark .schedule__cell_header {
  color: #000;
  background: #fff;
}

.schedule__cell_header:first-child {
  color: #343434;
}

.dark .schedule__cell_header:first-child {
  color: #000;
  background: #fff;
}

.schedule__cell_active {
  background: #e5f6eb;
}

.dark .schedule__cell_active {
  color: #fff;
  background: #000;
}

.dark .schedule__cell_active span {
  color: #fff;
}

.dark .schedule__cell_active .schedule__cell-date {
  color: #fff;
  border-bottom-color: #fff;
}

.schedule__cell_disable {
  color: #7d7d7d;
  background: #f7f7f7;
}

.dark .schedule__cell_disable {
  color: #000;
  background: #fff;
}

.schedule__cell_disable span {
  color: #7d7d7d;
}

.schedule__cell-date {
  display: none;
  margin-bottom: 0.5rem;
  height: 3rem;
  color: #343434;
  border-bottom: 1px solid #ececec;
}

.dark .schedule__cell-date {
  color: #000;
  border-bottom-color: #000;
}

.schedule__cell-btn {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dark .schedule__cell-btn {
  opacity: 1;
}

.dark .schedule__cell a {
  color: #000;
}

@media (max-width: 75.5625rem) {
  .schedule__cell {
    width: 11%;
  }

  .schedule__cell:first-child {
    width: 23%;
  }

  .schedule__cell:first-child span {
    margin-top: 0.25rem;
  }
}

@media (max-width: 63.9rem) {
  .schedule {
    display: block;
  }

  .schedule__row {
    display: block;
    margin-bottom: 1.5rem;
  }

  .schedule__row:first-child,
  .schedule__row:last-child {
    margin-bottom: 0;
  }

  .schedule__cell {
    display: block;
    float: left;
    padding: 0.75rem 0.5rem;
    width: 14.28571429%;
    height: 10rem;
    border: none;
    box-shadow: 0 0 1px 0 #b5b5b5;
  }

  .dark .schedule__cell {
    box-shadow: 0 0 1px 0 #000;
  }

  .schedule__cell:first-child {
    width: 100%;
    height: auto;
    background: #f7f7f7;
  }

  .dark .schedule__cell:first-child {
    background: #fff;
  }

  .schedule__cell:first-child span {
    margin-top: 0.25rem;
  }

  .schedule__cell_header {
    display: none;
  }

  .schedule__cell-body {
    font-size: 0.75rem;
  }

  .schedule__cell-date {
    display: block;
  }

  .schedule__cell-btn {
    opacity: 1;
  }

  .schedule__cell-btn .btn {
    font-size: 0.6rem;
  }
}

@media (max-width: 47.9rem) {
  .schedule__cell {
    float: none;
    width: 100%;
    height: auto;
  }

  .schedule__cell span {
    margin: 0;
  }

  .schedule__cell-body {
    font-size: 1rem;
  }

  .schedule__cell-date {
    float: left;
    margin: 0;
    width: 50%;
    height: auto;
    border-bottom: none;
  }

  .schedule__cell-btn {
    text-align: center;
  }

  .schedule__cell-btn .btn {
    margin-top: 1rem;
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
  }
}

.zoom .schedule {
  font-size: 0.75rem;
}

.zoom .schedule__cell {
  padding: 0.75rem 0.3rem;
}

.zoom .schedule__cell-btn .btn {
  font-size: 0.5rem;
}

@media (max-width: 63.9rem) {
  .zoom .schedule__cell {
    padding: 0.5rem 0.25rem;
  }

  .zoom .schedule__cell-body {
    font-size: 0.7rem;
  }

  .zoom .schedule__cell-btn .btn {
    font-size: 0.45rem;
  }
}

@media (max-width: 47.9rem) {
  .zoom .schedule__cell {
    padding: 0.75rem 0.5rem;
  }

  .zoom .schedule__cell-body {
    font-size: 1rem;
  }

  .zoom .schedule__cell-btn .btn {
    margin-top: 1rem;
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
  }
}

/* .apply */

@media (max-width: 29.9rem) {
  .apply {
    padding: 1rem 0.5rem !important;
  }
}

/* custon select */

.select {
  position: absolute;
  opacity: 0;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.select-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 2rem;
  color: #7d7d7d;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.select-btn:before {
  position: absolute;
  top: 50%;
  right: 0;
  color: #7d7d7d;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

.select-btn.opened:before {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

.select-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 320px;
  list-style: none;
  background: #fff;
  overflow: auto;
}

.select-list li {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #7d7d7d;
  cursor: pointer;
  border: 1px solid #ececec;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.select-list li:hover {
  background: #f7f7f7;
}

.select-list li + li {
  margin-top: -1px;
}

.select-list li.selected {
  background: #ececec;
}

.select-list-img {
  float: left;
  margin: -0.375rem -0.75rem;
  width: 4rem;
  border-right: 1px solid #ececec;
}

.select-list-img img {
  width: 100%;
  height: auto;
}

.select-list-img + .select-list-body {
  margin-left: 4rem;
}

.select-list-body span {
  display: block;
  white-space: normal;
}

.select-list-body span + span {
  font-size: 0.875rem;
}

@media (max-width: 29.9rem) {
  .select-list-img {
    display: none;
  }

  .select-list-img + .select-list-body {
    margin-left: 0;
  }
}

/* date */

.date input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* times */

.times {
  text-align: center;
  background: #fff;
}

.times input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.times h6 {
  display: inline-block;
  margin-bottom: 0;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
}

.times span {
  display: inline-block;
  margin-left: 1rem;
  height: 30px;
  line-height: 30px;
  color: #71c78f;
}

@media (max-width: 75.525em) {
  .times h6,
  .times span {
    font-size: 0.875rem;
  }
}

@media (max-width: 63.9em) {
  .times h6,
  .times span {
    font-size: 1rem;
  }
}

@media (max-width: 29.9em) {
  .times h6 {
    display: block;
  }

  .times span {
    margin-left: 0;
  }
}

.times__header {
  border: 1px solid #ececec;
}

.times__body {
  background: #fff;
}

.times__item {
  float: left;
  width: 12.5%;
  height: 30px;
  line-height: 30px;
  color: #b5b5b5;
  border: 1px solid #ececec;
  border-top: none;
  border-right: none;
}

.times__item:nth-child(8n),
.times__item:last-child {
  border-right: 1px solid #ececec;
}

.times__item:last-child {
  width: -webkit-calc(12.5% + 1px);
  width: calc(12.5% + 1px);
}

.times__item:nth-child(8n) {
  width: 12.5%;
}

.times__item.active {
  color: #7d7d7d;
  background: #e5f6eb;
  cursor: pointer;
}

.times__item.selected {
  color: #fff;
  background: #71c78f;
}

@media (max-width: 75.525em) {
  .times__item {
    font-size: 0.875rem;
  }
}

@media (max-width: 63.9em) {
  .times__item {
    font-size: 1rem;
  }
}

@media (max-width: 29.9em) {
  .times__item {
    width: 16.666666666666668%;
  }

  .times__item:nth-child(8n) {
    border-right: none;
  }

  .times__item:nth-child(6n),
  .times__item:last-child {
    border-right: 1px solid #ececec;
  }

  .times__item:last-child {
    width: -webkit-calc(16.666666666666668% + 1px);
    width: calc(16.666666666666668% + 1px);
  }

  .times__item:nth-child(8n),
  .times__item:nth-child(6n) {
    width: 16.666666666666668%;
  }
}

.preloader {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.preloader:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4rem 0 0 -4rem;
  width: 8rem;
  height: 8rem;
  background: url("../img/preloader.svg") 0 0 no-repeat;
  -webkit-animation: rotate 1s infinite steps(8);
  animation: rotate 1s infinite steps(8);
}

/* Animation */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -.625rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slider-arrow-higher .slick-prev,
.slider-arrow-higher .slick-next {
  top: 40%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.dark .slick-prev.slick-disabled:before,
.dark .slick-next.slick-disabled:before {
  opacity: .5;
}

.slick-prev:before,
.slick-next:before {
  font-size: 1.25rem;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dark .slick-prev:before,
.dark .slick-next:before {
  opacity: 1;
}

.slick-prev {
  left: -1rem;
}

[dir='rtl'] .slick-prev {
  right: -1rem;
  left: auto;
}

.slick-prev:before {
  content: 'тЖР';
}

[dir='rtl'] .slick-prev:before {
  content: 'тЖТ';
}

.slick-next {
  right: -1rem;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -1rem;
}

.slick-next:before {
  content: 'тЖТ';
}

[dir='rtl'] .slick-next:before {
  content: 'тЖР';
}

/* Dots */

.slick-slider {
  margin-bottom: 2rem;
}

.slick-dots {
  position: absolute;
  bottom: -3rem;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .3125rem;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  padding: .3125rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: .375rem;
  line-height: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  content: 'тАв';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dark .slick-dots li button:before {
  opacity: .5;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.slick-slider {
  margin: 0 -.9375rem;
}

.zoom .slick-slider {
  margin: 0 -.75rem;
}

.slick-slide {
  padding: 0 .9375rem;
}

.zoom .slick-slide {
  padding: 0 .75rem;
}

.slick-dots {
  display: block;
  position: static;
  bottom: 0;
  margin: .9375rem 0 0;
}

.zoom .slick-dots {
  display: block;
  position: static;
  bottom: 0;
  margin: .75rem 0 0;
}

.slick-dots li button:before {
  color: #b5b5b5;
  border-radius: 50%;
  background: #b5b5b5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dark .slick-dots li button:before {
  color: #fff;
  background: #fff;
}

.dark .bg-gray-lightest .slick-dots li button:before {
  color: #000;
  background: #000;
}

.slick-dots li.slick-active button:before {
  color: #b5b5b5;
  opacity: .75;
}

.dark .slick-dots li.slick-active button:before {
  opacity: 1;
}

.slick-slide img {
  display: inline-block;
}

.slick-prev:before,
.slick-next:before {
  color: #7d7d7d;
}

.dark .slick-prev:before,
.dark .slick-next:before {
  color: #fff;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #7d7d7d;
}

.dark .slick-prev:hover:before,
.dark .slick-next:hover:before {
  color: #fff;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

@media (max-width: 1270px) {
  .slick-prev {
    left: 1rem;
  }

  .slick-next {
    right: 1rem;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-close {
  position: absolute;
  z-index: 8040;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 0 1px 0 #7d7d7d;
  background: #fff;
  cursor: pointer;
}

.fancybox-close:before {
  content: 'd';
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'clinic' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  line-height: 1;
  vertical-align: middle;
  color: #7d7d7d !important;
  text-transform: none !important;
  speak: none;
  opacity: .5;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fancybox-close:hover:before {
  opacity: 1;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fancybox-prev span {
  left: 0;
}

.fancybox-prev span:before {
  content: 'a';
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'clinic' !important;
  font-size: 1.5rem !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  line-height: 1;
  vertical-align: middle;
  color: #7d7d7d !important;
  text-transform: none !important;
  speak: none;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fancybox-next span {
  right: 0;
}

.fancybox-next span:before {
  content: 'a';
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'clinic' !important;
  font-size: 1.5rem !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  line-height: 1;
  vertical-align: middle;
  color: #7d7d7d !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fancybox-nav:hover span {
  opacity: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, .5);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}
/*!
 * Datepicker for Bootstrap v1.5.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

 .datepicker {
  border-radius: 0;
  background: #fff;
  direction: ltr;
}

.datepicker-inline {
  width: 100%;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

.datepicker > div {
  display: none;
}

.datepicker table {
  margin: 0;
  width: 100%;
  border: 1px solid #ececec;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: 1px solid #ececec;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.datepicker table tr th i {
  display: inline-block;
  width: 100%;
  height: 30px;
}

.datepicker table tr th i:before {
  margin: 0;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day {
  background: #e5f6eb;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
  background: #f7f7f7;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  color: #fff;
  background: #71c78f;
  border-color: #71c78f;
  cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  border-color: #ececec;
  color: #b5b5b5;
  cursor: default;
}

.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #999999;
}

.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #999999;
}

.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #999999;
}

.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #999999;
}

.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #999999;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #808080;
  border-color: #161616;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737;
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #161616;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #999999;
  border-color: #555555;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #193c5a;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #71c78f;
  border-color: #71c78f;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #71c78f;
  border-color: #71c78f;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #71c78f;
  border-color: #71c78f;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #428bca;
  border-color: #357ebd;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 0;
}

.datepicker table tr td span:hover {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #193c5a;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #428bca;
  border-color: #357ebd;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 0;
}

.input-daterange input:last-child {
  border-radius: 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/*NB - STYLES*/

.nb-about-disease {
  height: 166px;
  overflow: hidden;
  margin-bottom: 22px;
}

.nb-about-disease--open {
  height: auto;
}

.nb-about-disease-open {
  width: 131px;
  height: 8px;
  color: #f87759;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}

.nb-about-disease-open-new {
  width: 131px;
  height: 8px;
  color: #f87759;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}

.nb-treatment-results {
  margin-top: 30px;
  display: none;
}

.nb-treatment-results-show-btn-wraper {
  margin-bottom: 50px;
  margin-top: 30px;
}

.nb-treatment-results-show-btn {
  font-size: 0.75rem;
  padding: 12px 24px;
}

.nb-treatment-results-block {
  border-bottom: 1px solid #ececec;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media (max-width: 47.9rem) {
  .nb-treatment-results-block {
    padding-bottom: 0;
  }
}


@media (max-width: 63.9rem) {
  .nb-treatment-results-block-doctor {
    margin-bottom: 20px;
  }
}

.nb-treatment-results-block-doctor .nb-treatment-results-block-doctor__img {
  max-width: 100%;
  margin-bottom: 20px;
}



.nb-treatment-results-block-doctor__name {
  text-align: center;
  font-size: 0.875rem;
  /*font-weight: 300;*/
  font-weight: 600px;
}

.nb-treatment-results-block-doctor__prof {
  text-align: center;
  /*font-weight: 600;*/
  font-weight: 300px;
  font-size: 0.75rem;
}

.nb-treatment-results-block-info {
  margin-bottom: 50px;
}

@media (max-width: 47.9rem) {
  .nb-treatment-results-block-info {
    margin-bottom: 20px;
  }
}

.nb-treatment-results-block-info__pacient {
  margin-bottom: 10px;
}

.nb-treatment-results-block-info__pacient strong {
  font-weight: 600;
  line-height: 24px;
}

.nb-treatment-results-block-info__diagnosis {
  background-color: #fafafa;
  padding: 12px 20px;
  margin-bottom: 10px;
  position: relative;
  left: -10px;
}

.nb-treatment-results-block-info__diagnosis:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #71c78f;
}

.nb-treatment-results-block-info__diagnosis strong {
  display: block;
}

.nb-treatment-results-block-info__therapy strong {
  display: block;
}

.nb-treatment-results-block-photo__title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: 20px;
}

.nb-treatment-results-block-photo .nb-treatment-results-block-photo__img {
  max-width: 100%;
  margin-bottom: 18px;
}

.nb-treatment-results-block-photo__about {
  font-size: 0.875rem;
}

@media (max-width: 47.9rem) {
  .nb-treatment-results-block-photo__about {
    margin-bottom: 20px;
  }
}
