/* reset */
/* main variables */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #fff;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  opacity: 0;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-is-open .fancybox-toolbar {
  display: block;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  position: absolute;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 1.3rem;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 4.4rem;
  left: 0;
  line-height: 4.4rem;
  min-width: 4.4rem;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
  display: none;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 4.4rem 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 0.6rem;
}

.fancybox-content {
  display: inline-block;
  margin: 0;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-image {
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 1.6rem;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 4.4rem;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 4.4rem;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 0.2rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-button--close {
  background: rgba(77, 181, 178, 0.1);
  border: 1px solid rgba(77, 181, 178, 0.5);
  -webkit-border-radius: 0px 0px 0px 50px;
          border-radius: 0px 0px 0px 50px;
  width: 10rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: icomoon;
  padding: 0 0 1.2rem 1.1rem;
  font-size: 2.45rem;
  color: #000;
}
.fancybox-button--close svg {
  display: none;
}
.fancybox-button--close:hover {
  color: #4DB5B2;
}

.fancybox-button--thumbs, .fancybox-button--zoom, .fancybox-button--play, .fancybox-infobar {
  display: none !important;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 0.8rem;
  position: absolute;
  right: -1.2rem;
  top: -4.4rem;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  -webkit-background-clip: content-box;
          background-clip: content-box;
  height: 100px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 0.7rem;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 3.1rem 2.6rem 3.1rem 0.6rem;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 3.1rem 0.6rem 3.1rem 2.6rem;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 1.4rem;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 7.5rem 4.4rem 2.5rem 4.4rem;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
  visibility: hidden;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 7.5rem max(4.4rem, env(safe-area-inset-right)) max(2.5rem, env(safe-area-inset-bottom)) max(4.4rem, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 0.4rem solid #888;
  border-bottom-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -2.5rem 0 0 -2.5rem;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .fancybox-slide--image {
    padding: 0.6rem 0;
  }

  .fancybox-close-small {
    right: -0.6rem;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 3.6rem;
    opacity: 1;
    padding: 0.6rem;
    right: 0;
    top: 0;
    width: 3.6rem;
  }

  .fancybox-caption {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(1.2rem, env(safe-area-inset-left));
      padding-right: max(1.2rem, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0.5rem 10px 0.5rem;
  min-width: 130px;
  padding: 0 1.5rem;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 2.5rem;
  margin-right: 0.7rem;
  position: relative;
  top: -0.1rem;
  vertical-align: middle;
  width: 2.5rem;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 0.1rem solid #d7d7d7;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #5d5b5b;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 1.5rem;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0.2rem 0.2rem 0.4rem 0.2rem;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 21.2rem;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 21.2rem;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 0.7rem;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  cursor: pointer;
  float: left;
  height: 7.5rem;
  margin: 0.2rem;
  max-height: calc(100% - 0.8rem);
  max-width: calc(50% - 0.4rem);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 0.6rem solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.fancybox-navigation .fancybox-button {
  border: 1px solid rgba(77, 181, 178, 0.5);
  padding: 1px 0;
  position: absolute;
  width: 11rem;
  height: 11rem;
  left: 8rem;
  top: 50%;
  margin-top: -5.5rem;
  background: transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 2221112;
  color: #000;
  font-family: icomoon;
  font-size: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: border-color 0.3s ease-in, color 0.3s ease-in;
  transition: border-color 0.3s ease-in, color 0.3s ease-in;
}
.fancybox-navigation .fancybox-button i {
  display: inline-block;
  position: relative;
}
.fancybox-navigation .fancybox-button div {
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_right {
  left: auto;
  right: 8rem;
}

.web .fancybox-navigation .fancybox-button:hover {
  color: #4DB5B2;
  border-color: #4DB5B2;
}

@media screen and (max-width: 1439px) {
  .fancybox-navigation .fancybox-button {
    font-size: 3.7rem;
    width: 9rem;
    height: 9rem;
  }
}
@media screen and (max-width: 1199px) {
  .fancybox-navigation .fancybox-button {
    font-size: 3.5rem;
    width: 8rem;
    height: 8rem;
    left: -4rem;
  }
}
@media screen and (max-width: 767px) {
  .fancybox-navigation .fancybox-button {
    width: 6rem;
    height: 6rem;
    margin-top: -3rem;
  }

  .fancybox-button--close {
    width: 7rem;
    height: 7rem;
    font-size: 2.15rem;
  }
}
.icon-afternoon:before {
  content: "\e900";
}

.icon-caret:before {
  content: "\e901";
}

.icon-check:before {
  content: "\e902";
}

.icon-close:before, .fancybox-button--close:before {
  content: "\e903";
}

.icon-evening:before {
  content: "\e904";
}

.icon-morning:before {
  content: "\e905";
}

.icon-next:before, .fancybox-navigation .fancybox-button--arrow_right:before {
  content: "\e906";
}

.icon-prev:before, .fancybox-navigation .fancybox-button--arrow_left:before {
  content: "\e907";
}

.icon-shevron:before {
  content: "\e908";
}

.icon-time:before {
  content: "\e909";
}

.icon-zoom:before {
  content: "\e90a";
}

.footer {
  padding: 3.5rem 0 3.4rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  overflow: hidden;
  background: #fff;
  color: #999;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
}
.footer .wrapper:before {
  display: none;
}

.footer-links a {
  border-bottom: 1px solid rgba(153, 153, 153, 0.8);
  color: inherit;
  -webkit-transition: color 0.4s ease, border-color 0.4s ease;
  -o-transition: color 0.4s ease, border-color 0.4s ease;
  transition: color 0.4s ease, border-color 0.4s ease;
}
.footer-links a:hover {
  border-bottom-color: transparent;
  color: #4DB5B2;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.prefooter {
  height: 24.2rem;
}

body:not(.loaded) .prefooter {
  background: url(../img/footer.png) 50% 100% no-repeat;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}

@media screen and (max-width: 1440px) {
  .prefooter {
    height: 20.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .prefooter {
    height: 17.2rem;
  }

  .footer {
    padding: 2.5rem 0 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrapper {
    display: block;
    text-align: center;
    font-size: 1.4rem;
  }

  .footer-links {
    margin-top: 1.5rem;
  }

  .prefooter {
    height: 10.2rem;
  }

  body:not(.loaded) .prefooter {
    background-image: url(../img/footer_mob.png);
  }
}
.section-services {
  padding-top: 10.8rem;
}
.section-services .h2 {
  margin-bottom: 5rem;
}

.services {
  margin: 3.6rem -2.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services__item {
  padding: 0 2.2rem;
  margin-bottom: 10.5rem;
  color: #171717;
  width: 25%;
  text-align: center;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.services__item:nth-child(even) .services__img {
  -webkit-mask-image: url(../img/mask/3.png);
          mask-image: url(../img/mask/3.png);
}
.services__item:hover .services__title {
  color: #4DB5B2;
}
.services__item:hover img:not(.decor-img) {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.services img:not(.decor-img) {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.services__title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.5rem;
  padding-left: 1.8rem;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  max-width: 17.5rem;
  text-align: left;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.services__title:before {
  content: "";
  display: block;
  width: 1px;
  left: 0;
  top: 0.2rem;
  bottom: 0.2rem;
  background: #4DB5B2;
  position: absolute;
}
.services__img {
  position: relative;
  z-index: 0;
  max-width: 28.6rem;
  margin: 0 auto 2.9rem;
  -webkit-mask-image: url(../img/mask/2.png);
          mask-image: url(../img/mask/2.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
}
.services__img:before {
  content: "";
  display: block;
  padding-top: 90%;
}
.services__img img {
  vertical-align: top;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.web .services__item:nth-child(even) {
  -webkit-transform: translateY(-3.6rem);
      -ms-transform: translateY(-3.6rem);
          transform: translateY(-3.6rem);
}

.web .services__item:nth-child(odd) {
  -webkit-transform: translateY(3.6rem);
      -ms-transform: translateY(3.6rem);
          transform: translateY(3.6rem);
}

.web .anim-2 .services__item:nth-child(even) {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.web .anim-2 .services__item:nth-child(odd) {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.web .anim-2 .services__item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.web .anim-2 .services__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.web .anim-2 .services__item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.web .anim-2 .services__item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.web .anim-2 .services__item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.web .anim-2 .services__item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.web .anim-2 .services__item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.web .anim-2 .services__item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.web .anim-2 .services__item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.web .anim-2 .services__item:nth-child(10) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.section-uses {
  margin-top: 13rem;
  position: relative;
}
.section-uses .wrapper {
  position: relative;
  padding-top: 7.5rem;
  z-index: 1;
}

.section-subtitle {
  margin-bottom: 4rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #999999;
  padding-right: 6.2rem;
  position: relative;
}
.section-subtitle:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #4DB5B2;
  width: 4.5rem;
  right: 0;
  margin-top: -0.2rem;
}

.decor-3 {
  position: absolute;
  right: 0;
  top: -2rem;
  z-index: 0;
  max-width: 50%;
  width: auto;
}

.uses {
  margin: 0 -2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 84%;
  position: relative;
}
.uses__item {
  margin: 4rem 0 7rem;
  padding: 0 2.2rem;
  width: 33.333%;
  position: relative;
}
.uses__item:nth-child(2) {
  margin-right: 5%;
}
.uses__item:nth-child(2) .uses__title {
  max-width: 15rem;
}
.uses__item:nth-child(2) .uses__decor {
  bottom: -6rem;
}
.uses__item:nth-child(3) .uses__decor {
  left: -5%;
  bottom: -4.5rem;
}
.uses__item:nth-child(4) .uses__decor {
  left: -10%;
  bottom: -5.5rem;
}
.uses__item:nth-child(5) .uses__decor {
  left: -9%;
  bottom: -3.5rem;
}
.uses__content {
  position: relative;
  z-index: 1;
}
.uses__icon {
  height: 8rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6rem;
}
.uses__title {
  font-size: 1.6rem;
  line-height: 2.5rem;
  max-width: 22rem;
}
.uses__decor {
  position: absolute;
  bottom: -2rem;
  left: -10%;
  right: 0;
}

.uses-img {
  left: 59%;
  width: 70%;
  position: absolute;
  z-index: 0;
  -webkit-mask-image: url(../img/mask/4.svg);
  mask-image: url(../img/mask/4.svg);
  -webkit-mask-size: 100% 100%;
  bottom: 53%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.uses-img img {
  vertical-align: top;
}

.section-map {
  margin: 17rem 0 0;
  position: relative;
}
.section-map .wrapper {
  z-index: 1;
  pointer-events: none;
}
.section-map__inner {
  padding: 12rem 0 12rem;
  position: relative;
}
.section-map .h2 {
  margin-bottom: 5rem;
}

.contacts-map {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}

.contacts {
  padding: 6rem 6% 6rem 10%;
  line-height: 1.2;
  left: 0;
  font-weight: 500;
  min-height: 47.8rem;
  width: 44.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: auto;
}
.contacts__item {
  margin-bottom: 2.5rem;
}
.contacts__item:last-child {
  margin-bottom: 0;
}
.contacts__item.socials {
  padding-top: 0.5rem;
}
.contacts a {
  color: inherit;
}
.contacts__label {
  color: #999;
  font-size: 1.4rem;
}
.contacts__value {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
.contacts-phone {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
}

body:not(.loaded) .contacts {
  background: url(../img/contacts.svg) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.social-item {
  margin-right: 1.5rem;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  display: inline-block;
}
.social-item:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.section-histories-sucsess {
  margin-top: 24.8rem;
}
.section-histories-sucsess .section-subtitle {
  margin-bottom: 8rem;
}

.histories-sucsess {
  margin: 0 -2.5rem;
}
.histories-sucsess__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.histories-sucsess__text {
  margin-top: 4.5rem;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.histories-sucsess__img {
  width: 22rem;
  position: relative;
}
.histories-sucsess__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.histories-sucsess__img img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: top;
}
.histories-sucsess__author {
  padding-left: 1.8rem;
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.histories-sucsess__author:before {
  content: "";
  display: block;
  width: 1px;
  left: 0;
  top: -1.2rem;
  bottom: -1rem;
  background: #4DB5B2;
  position: absolute;
}
.histories-sucsess__content {
  padding: 1.2rem 0 0 4.8rem;
  width: calc(100% - 22rem);
}
.histories-sucsess__content.open .content-block__inner {
  -webkit-line-clamp: 11112;
}
.histories-sucsess__link {
  color: #4DB5B2;
  margin-top: 1.7rem;
  font-size: 1.5rem;
}
.histories-sucsess__link span {
  cursor: pointer;
  border-bottom: 1px solid rgba(77, 181, 178, 0.8);
}

.content-block__inner {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: normal;
}

.web .histories-sucsess__link span {
  -webkit-transition: border-bottom-color 0.4s ease;
  -o-transition: border-bottom-color 0.4s ease;
  transition: border-bottom-color 0.4s ease;
}
.web .histories-sucsess__link:hover span {
  border-bottom-color: transparent;
}

.slider-navs {
  margin: 4.2rem -1.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-navs .slick-arrow {
  position: static;
  margin: 0 1.8rem;
}
.slider-navs .slick-dots {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.slider-navs .slick-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.slider-navs .slick-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.slider-navs .slick-dots {
  margin: 0 2.1rem -1.1rem;
}

.section-photos {
  margin-top: 15.5rem;
  position: relative;
}
.section-photos .h2 {
  margin-bottom: 3rem;
}
.section-photos .wrapper {
  z-index: 1;
}

.photos {
  position: relative;
  z-index: 0;
}
.photos__item {
  padding: 0 13.5rem 0 11.5rem;
  position: relative;
}
.photos__item:hover .photos__icon {
  opacity: 1;
}
.photos__icon {
  width: 11rem;
  height: 11rem;
  left: 50%;
  color: #9A9A9A;
  top: 50%;
  font-size: 4.3rem;
  opacity: 0;
  background: #fff;
  -webkit-box-shadow: 0px 1rem 2rem -0.5rem rgba(118, 118, 118, 0.25);
          box-shadow: 0px 1rem 2rem -0.5rem rgba(118, 118, 118, 0.25);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.photos-img {
  position: relative;
  z-index: 0;
  display: block;
  -webkit-mask-image: url(../img/mask/5.png);
  mask-image: url(../img/mask/5.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.photos-img:before {
  content: "";
  display: block;
  padding-top: 67.5%;
}
.photos-img img {
  vertical-align: top;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.slider-group {
  position: relative;
  padding-top: 5.2rem;
}

.photos-thumbs {
  width: 28rem;
  max-width: 30%;
  position: absolute;
  left: -2.5%;
  top: 0;
  z-index: 2;
}
.photos-thumbs .slick-slide {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.photos-thumbs .photos-img {
  -webkit-mask-image: url(../img/mask/6.png);
  mask-image: url(../img/mask/6.png);
}

.decor-5 {
  top: 22.5rem;
  left: 6.2%;
  position: absolute;
  z-index: 0;
}

.main-current-slide,
.total-slides {
  font-size: 1.8rem;
  font-weight: 500;
}

.ios.page-template-shedule .ui-tooltip {
  display: none !important;
}

@media screen and (max-width: 1366px) {
  .section-subtitle {
    font-size: 1.7rem;
  }

  .section-map__inner {
    padding: 8rem 0;
  }

  .section-map {
    margin-top: 13rem;
  }

  .section-histories-sucsess {
    margin-top: 18.8rem;
  }

  .decor-5 {
    width: 65%;
  }

  .section-photos {
    margin-top: 13rem;
  }

  .slider-navs-2 .slick-prev {
    left: -5rem;
    bottom: -0.8rem;
  }

  .slider-navs-2 {
    padding-top: 12rem;
  }

  .uses {
    max-width: 96%;
  }
}
@media screen and (max-width: 1199px) {
  .services__title {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .services__item {
    margin-bottom: 8.5rem;
  }

  .section-uses {
    margin-top: 10rem;
  }

  .uses-img {
    width: 55%;
  }

  .section-subtitle {
    font-size: 1.6rem;
  }

  .section-map {
    margin-top: 10rem;
  }

  .histories-sucsess__img {
    width: 18rem;
  }

  .histories-sucsess__content {
    padding: 1rem 0 0 3.8rem;
    width: calc(100% - 18rem);
  }

  .histories-sucsess__text {
    margin-top: 3.5rem;
  }

  .section-photos {
    margin-top: 11rem;
  }

  .total-slides {
    margin-bottom: 3rem;
  }

  .slider-navs-2 .slick-prev {
    left: -3rem;
  }

  .slider-navs-2 {
    padding-top: 5rem;
    padding-bottom: 15rem;
  }

  .decor-5 {
    width: 60%;
  }

  .slider-navs {
    margin-top: 2.2rem;
  }

  .services__item {
    width: 33.333%;
  }

  .slider-navs {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .slider-navs .slick-arrow {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .histories-sucsess__img {
    margin-bottom: 1.5rem;
  }

  .histories-sucsess__item {
    display: block !important;
  }

  .histories-sucsess__content {
    padding: 2rem 0 0;
    width: 100%;
  }

  .histories-sucsess__text {
    margin-top: 2.5rem;
  }

  .contacts {
    margin-left: -1rem;
    width: 35rem;
    padding: 5rem 5% 5rem 9%;
  }

  .photos-thumbs {
    top: -3rem;
  }

  .uses {
    max-width: 100%;
  }

  .uses__decor {
    max-width: 85%;
  }

  .services__item,
.uses__item {
    width: 50%;
  }

  .uses-img {
    position: static;
    margin-left: auto;
    width: 50%;
  }

  .uses__item:nth-child(2) {
    margin-right: 0;
  }

  .decor-3 {
    top: auto;
    width: 47%;
    bottom: 0;
    -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
            transform: translateY(20%);
  }

  .section-photos {
    padding-bottom: 5rem;
  }

  .section-subtitle {
    font-size: 1.5rem;
  }

  .section-histories-sucsess {
    margin-top: 10.8rem;
  }

  .section-uses {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .photos-thumbs {
    display: none;
  }

  .services__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .section-uses .wrapper {
    padding-top: 0;
  }

  .services {
    margin: 0 -1.5rem;
  }

  .services__item {
    padding: 0 1.5rem;
  }

  .services__item {
    margin-bottom: 7rem;
  }

  .section-uses {
    margin-top: 7rem;
  }

  .section-subtitle {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    padding-right: 5.2rem;
  }

  .section-subtitle:after {
    width: 3.8rem;
  }

  .uses {
    max-width: calc(100% + 4.4rem);
  }

  .slider-navs {
    margin-left: -1.1rem;
    margin-right: -1.1rem;
  }

  .slider-navs .slick-arrow {
    margin: 0 1.1rem;
  }

  .section-map__inner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .contacts-map {
    margin: 2.8rem 0 0;
    height: 40rem;
    position: relative;
  }

  .contacts {
    padding: 0;
    width: auto;
    min-height: 0;
    margin: 0;
  }

  .section-map .h2 {
    margin-bottom: 3rem;
  }

  .photos__item {
    padding: 0;
  }

  .slider-navs-2 {
    position: relative;
    padding: 2rem 0 7.5rem;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .slider-navs-2 .slick-arrow {
    bottom: 0;
    top: auto;
  }

  .slider-el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .slick-dots {
    margin: 0.8rem 1.5rem 0;
  }

  .total-slides {
    margin: 0;
  }

  .slider-navs-2 .slick-prev {
    left: 50%;
    margin-left: -7.5rem;
  }

  .slider-navs-2 .slick-next {
    right: 50%;
    margin-right: -7.5rem;
  }

  .slider-navs {
    margin-top: 1.2rem;
  }

  .section-histories-sucsess {
    margin-top: 7rem;
  }

  .section-histories-sucsess .section-subtitle {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 479px) {
  .services__item,
.uses__item {
    width: 100%;
  }

  .uses-img {
    padding: 0 2.2rem;
    margin-left: 0;
    width: 100%;
  }

  .decor-3 {
    bottom: 15rem;
  }

  .uses {
    max-width: 28rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .slider-navs-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    padding: 17.8rem 0 14rem 2.2rem;
    top: 0;
    min-height: 100%;
    right: 0;
    width: 13rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .slider-navs-2 .main-current-slide,
.slider-navs-2 .total-slides {
    margin-left: 0.4rem;
  }
  .slider-navs-2 .slick-dots li {
    margin: 8px 5px 9px;
  }
  .slider-navs-2 .slick-dots li.slick-active {
    margin-bottom: 18px;
  }
  .slider-navs-2 .slick-dots {
    margin: 0.5rem auto;
  }
  .slider-navs-2 .slick-dots {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .slider-navs-2 .slick-dots button {
    -webkit-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  .slider-navs-2 .slick-dots .slick-active button {
    width: 0.2rem;
    height: 6.9rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .slider-navs-2 .slick-dots .slick-active button:before {
    width: 100%;
    height: 100%;
  }
  .slider-navs-2 .slick-arrow {
    bottom: -2rem;
    top: auto;
  }
  .slider-navs-2 .slick-prev {
    left: -7rem;
    bottom: -2.8rem;
  }
  .slider-navs-2 .slick-next {
    bottom: 8rem;
    right: 0;
  }
}
.section-price {
  padding-bottom: 12rem;
}

.btn-order-price {
  margin: 8rem 0 0 11rem;
}

.btn_order-price {
  min-width: 22rem;
  text-transform: uppercase;
}

.shedule-description {
  margin-top: 1rem;
}
.shedule-description__item {
  margin-bottom: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shedule-description__icon {
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(77, 181, 178, 0.1);
  border: 1px solid rgba(77, 181, 178, 0.5);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.shedule-description__content {
  padding-left: 2rem;
}
.shedule-description__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.shedule-description__text {
  margin-top: 1.5rem;
  line-height: 1.875;
}

.tooltip-wrap {
  position: relative;
}
.tooltip-wrap:hover .tooltip {
  display: block;
}

.ui-widget-content.ui-tooltip {
  background: #FAFCFE;
  border: 1px solid #D0DCE6;
  -webkit-box-shadow: 0px 0.7rem 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0.7rem 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  font-size: 1.3rem;
  line-height: 1.9rem;
  padding: 1.9rem 1.9rem;
  position: absolute;
  z-index: 100;
  display: none;
  max-width: 23.5rem;
}

.shedule-list {
  margin: 8.7rem 5.3% 0;
}
.shedule-list .h3, .shedule-list .section-subtitle {
  margin-left: 4.4rem;
}

@media screen and (max-width: 1366px) {
  .section-price {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .btn-order-price {
    margin-left: 2rem;
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .shedule-list {
    margin: 6.7rem 0 0;
  }

  .shedule-list .h3, .shedule-list .section-subtitle {
    margin-left: 0;
  }

  .shedule-description__text {
    margin-top: 1.1rem;
    line-height: 1.675;
  }

  .service-cost-wrap_bottom {
    margin-top: 4rem;
  }

  .btn_cost {
    margin-top: 1.5rem;
  }

  .btn-order-price {
    margin: 5rem 0 0;
  }

  .btn_order-price {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .btn_cost {
    width: 100%;
  }
}
.window-open {
  position: absolute;
  left: 0;
  top: -200%;
  right: 0;
  overflow: hidden;
  height: 100%;
}

.popup {
  margin-bottom: 0 !important;
}

.popup-content {
  padding: 4rem;
  width: 55rem;
  max-width: 100%;
  margin: 0 auto;
}

.popup-title {
  text-align: center;
  margin-bottom: 7.1rem;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
}

.forms [type=submit] {
  width: 100%;
}

body:not(.loaded) .fancybox-bg {
  background: #fff url(../img/popup-bg.png) 50% 50% no-repeat;
}

@media screen and (max-width: 767px) {
  .popup-content {
    padding: 0;
  }

  .popup {
    padding: 1.5rem;
  }

  .popup-title {
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 2.5rem;
  }
}
/*# sourceMappingURL=app/maps/style.css.map */
