/*! 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,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../img/fancybox/fancybox_sprite.png);
}

#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;
  background: url(../img/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../img/fancybox/blank.gif);
  /* helps IE */
  -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;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

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

/* Overlay helper */

.fancybox-lock {
  overflow: visible !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: url(../img/fancybox/fancybox_overlay.png);
}

.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, 0.8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(../img/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url(../img/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/**
 * Swiper 3.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: August 22, 2015
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  transform-origin: 0 0;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/**
 * Global Reset of all HTML Elements
 * //gist.github.com/joshuapowell/1680540
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */

html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}

div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}

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

table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}

a img {
  border: 0;
}

:focus {
  outline: 0;
}

@font-face {
  font-family: "Myriad W08_n1";
  src: url("../fonts/631a1bfa-1684-4abc-a4c9-0bd744e37449.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Myriad W08";
  src: url("../fonts/631a1bfa-1684-4abc-a4c9-0bd744e37449.eot?#iefix");
  src: url("../fonts/631a1bfa-1684-4abc-a4c9-0bd744e37449.eot?#iefix") format("eot"), url("../fonts/fad2e496-dc97-4966-b0a0-daef9334cdc7.woff2") format("woff2"), url("../fonts/15d8d76f-cedb-4b89-9907-249e6a46adbb.woff") format("woff"), url("../fonts/bfa35483-6ce3-45f0-9e53-7653dc92487b.ttf") format("truetype"), url("../fonts/67dc8c32-099b-4bc1-950e-5d118a275dea.svg#67dc8c32-099b-4bc1-950e-5d118a275dea") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Myriad W08_n2";
  src: url("../fonts/76fda6fb-8617-4e88-b290-945c47127ceb.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Myriad W08";
  src: url("../fonts/76fda6fb-8617-4e88-b290-945c47127ceb.eot?#iefix");
  src: url("../fonts/76fda6fb-8617-4e88-b290-945c47127ceb.eot?#iefix") format("eot"), url("../fonts/31f16622-b72f-4fa0-9e3b-cb48f7d62990.woff2") format("woff2"), url("../fonts/01932eb5-2a4e-4bd4-b8a8-8e04f69b2d66.woff") format("woff"), url("../fonts/b1811139-1d49-42a2-8353-e29ca087433c.ttf") format("truetype"), url("../fonts/77a8ed10-0737-4849-9972-26d6e7585df5.svg#77a8ed10-0737-4849-9972-26d6e7585df5") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Myriad W08_n3";
  src: url("../fonts/44632421-aa5e-4564-95e1-9c56392b3708.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Myriad W08";
  src: url("../fonts/44632421-aa5e-4564-95e1-9c56392b3708.eot?#iefix");
  src: url("../fonts/44632421-aa5e-4564-95e1-9c56392b3708.eot?#iefix") format("eot"), url("../fonts/a98febbb-b853-4188-9645-fe2df19c0301.woff2") format("woff2"), url("../fonts/4aa4296f-63c3-43a5-810a-58279e79fa8b.woff") format("woff"), url("../fonts/f90d27fc-fd02-4e0b-877a-4213c293ceec.ttf") format("truetype"), url("../fonts/d7929319-a857-472c-9acb-891f0efac51d.svg#d7929319-a857-472c-9acb-891f0efac51d") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Myriad W08_n4";
  src: url("../fonts/337ca0ad-9d4d-4221-8de0-736d4727a907.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Myriad W08";
  src: url("../fonts/337ca0ad-9d4d-4221-8de0-736d4727a907.eot?#iefix");
  src: url("../fonts/337ca0ad-9d4d-4221-8de0-736d4727a907.eot?#iefix") format("eot"), url("../fonts/dc57799c-1f41-4676-a6b2-17f43d772188.woff2") format("woff2"), url("../fonts/9dd01b57-2acd-409e-a6b1-24a1f09cd5b8.woff") format("woff"), url("../fonts/9d36f96f-09f5-43fc-9ee5-243da6a7b82e.ttf") format("truetype"), url("../fonts/c4d9b3b4-63a6-45e6-b8a2-3e2f716fa601.svg#c4d9b3b4-63a6-45e6-b8a2-3e2f716fa601") format("svg");
  font-weight: 400;
  font-style: normal;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

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

html,
body {
  height: 100%;
}

body {
  padding-top: 60px;
  text-align: center;
  font-family: "Myriad W08", Arial, sans-serif;
  font-weight: 200;
  font-size: 100%;
  font-size: 18px;
  background-color: #EEEEEE;
  -webkit-font-smoothing: antialiased;
  color: #4A4A4A;
  position: relative;
  box-sizing: border-box;
}

body iframe {
  position: absolute;
  top: 0;
  left: 0;
}

body .fancybox-title-float-wrap {
  bottom: -24px !important;
}

body .fancybox-title-float-wrap > span {
  white-space: normal !important;
  line-height: 20px;
}

body:before {
  content: '';
  display: block;
  position: absolute;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  transition: opacity 0.2s;
  transition: opacity 0.2;
  background: rgba(0, 0, 0, 0.7);
  z-index: 400;
}

header {
  position: relative;
  height: 0;
  background: 50% 100% no-repeat;
  background-size: cover;
  overflow: hidden;
}

header .back-video {
  display: block;
  z-index: 11;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
}

header:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

header.intro {
  background-position: 50% 50%;
  height: 100%;
}

header.intro .swiper-container {
  position: absolute;
  z-index: 10;
  top: -20%;
  left: 0;
  width: 100%;
  height: 150%;
}

header.intro .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  animation: scale 15s linear infinite alternate;
}

header.intro .swiper-container .swiper-wrapper .swiper-slide.slide-1 {
  background-image: url(../img/image01-big.jpg);
}

header.intro section {
  z-index: 100;
  max-width: 550px;
  width: 99%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

header.intro section .btn {
  position: relative;
  bottom: -40px;
}

header.intro h1 {
  margin: 0 auto;
  background: url('../img/logo.svg') 50% 50% no-repeat;
  background-size: contain;
  width: 356px;
  height: 119px;
  text-indent: -10000px;
  margin-bottom: 30px;
}

header.intro p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 31px;
}

header.intro .scrolldown {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  border: 50px solid transparent;
  border-bottom-color: #EEEEEE;
  z-index: 100;
}

header.intro .scrolldown:after {
  content: "";
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -9.5px;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2219px%22%20height%3D%2223px%22%20viewBox%3D%220%200%2019%2023%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.3.3%20(12081)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Earrow398%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Desktop%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Homepage%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-711.000000%2C%20-849.000000)%22%20fill%3D%22%23231F20%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22arrow398%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(711.000000%2C%20849.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19%2C13.5342683%20L18.2450433%2C12.7814813%20L10.034182%2C20.9631678%20L10.034182%2C0%20L8.96633261%2C0%20L8.96633261%2C20.9647061%20L0.754956663%2C12.7814813%20L-1.77635684e-14%2C13.5342683%20L9.5%2C23%20L19%2C13.5342683%20Z%22%20id%3D%22Shape%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 50% 0 no-repeat;
  width: 19px;
  height: 23px;
}

@media (max-width: 480px) {
  header:before {
    display: none;
  }

  header.intro {
    height: auto;
  }

  header.intro section {
    padding: 60px 0 100px;
    max-width: 280px;
  }

  header.intro h1 {
    width: 280px;
    background-size: contain;
  }

  header.intro p {
    font-size: 14px;
    line-height: 26px;
  }

  header.intro .scrolldown {
    margin-left: -30px;
    border-width: 30px;
  }

  header.intro .scrolldown:after {
    top: 12px;
    margin-left: -5px;
    width: 11px;
    height: 14px;
    background-size: contain;
  }
}

.btn {
  display: inline-block;
  padding: 16px 20px;
  font-size: 16px;
  font-family: "Myriad W08", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background: #fff;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
  margin-bottom: 15px;
}

.btn:hover {
  background: #d9d9d9;
}

@media (max-width: 480px) {
  .btn {
    font-size: 12px;
    padding: 11px 20px;
  }
}

.gradient:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: transparent;
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

.content-padding {
  padding: 30px 0;
}

.map {
  width: 100%;
  height: 300px;
}

@media (min-width: 768px) {
  .container-fullheight {
    height: 100%;
    overflow: hidden;
  }

  .container-fullheight .row,
  .container-fullheight .fullheight {
    height: 100%;
  }

  .container-fullheight .fullscroll {
    height: 100%;
    overflow: auto;
  }

  .content-padding {
    padding: 55px 50px;
  }
}

@media (max-width: 768px) {
  header .swiper-container {
    display: block;
  }

  header .back-video {
    display: none;
  }

  .content-padding {
    padding: 30px 10px;
  }
}

.main-home-wrap {
  position: relative;
  z-index: 199;
  background-color: #EEEEEE;
}

main {
  text-align: left;
}

main h1,
main h2 {
  color: #000;
  font-size: 50px;
  line-height: 1.22em;
  margin-bottom: 0.6em;
  font-weight: 100;
}

main h3 {
  color: #000;
  font-size: 24px;
  line-height: 1.22em;
  margin-bottom: 0.6em;
  font-weight: 300;
  padding: 2em 0;
}

main p {
  line-height: 1.67em;
  text-align: left;
  margin-bottom: 1.6em;
}

@media (max-width: 480px) {
  main h1,
  main h2 {
    font-size: 30px;
  }

  main p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  main.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }

  0% {
    transform: scale(1);
  }
}

.plan-cont {
  position: relative;
  overflow: hidden;
  -ms-touch-action: none;
}

@media (max-width: 768px) {
  .plan-cont {
    height: 500px;
  }
}

@media (max-width: 480px) {
  .plan-cont {
    height: 195.5px;
  }
}

.plan {
  position: relative;
}

@media (max-width: 768px) {
  .plan {
    width: 200%;
    height: 200%;
  }

  .plan .saw {
    display: none;
  }

  .plan .saw-en {
    display: none;
  }
}

.plan .hover.hover-9-1,
.plan .hover.hover-9-2,
.plan .hover.hover-9-3,
.plan .hover.hover-9-4,
.plan .hover.hover-9-5,
.plan .hover.hover-9-6,
.plan .hover.hover-9-7,
.plan .hover.hover-9-8,
.plan .hover.hover-9-9 {
  display: none !important;
}

.plan .hover {
  position: absolute;
  z-index: 5;
  transition: 0.25s;
}

.plan .hover .popup {
  display: none;
  text-align: left;
  padding-left: 11px;
}

.plan .hover .popup .cz {
  display: inline;
}

.plan .hover .popup .en {
  display: none;
}

html[lang="en"] .plan .hover .popup .cz {
  display: none;
}

html[lang="en"] .plan .hover .popup .en {
  display: inline;
}

.plan .hover .popup.black {
  position: absolute;
  top: -55px;
  left: 0;
  width: 120px;
  height: 55px;
  background-image: url(../img/plan/plan_hover_bubble_black.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.plan .hover .popup.black .price {
  font-family: "Myriad W08", Arial, sans-serif;
  color: white;
  font-size: 14px;
  line-height: 26px;
}

.plan .hover .popup.black .more-info {
  font-family: "Myriad W08", Arial, sans-serif;
  color: #c5ba67;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  position: relative;
  top: -9px;
}

.plan .hover .popup.red {
  position: absolute;
  top: -37px;
  left: 0;
  width: 97px;
  height: 37px;
  background-image: url(../img/plan/plan_hover_bubble_red.png);
  background-position: top left;
  background-repeat: no-repeat;
  font-family: "Myriad W08", Arial, sans-serif;
  color: white;
  font-size: 14px;
  line-height: 21px;
}

html[lang="en"] .plan .hover .popup.red {
  width: 75px;
}

.plan .hover.hover-9-3 .popup.red,
.plan .hover.hover-9-4 .popup.red,
.plan .hover.hover-9-5 .popup.red,
.plan .hover.hover-9-6 .popup.red,
.plan .hover.hover-9-7 .popup.red,
.plan .hover.hover-9-8 .popup.red,
.plan .hover.hover-9-9 .popup.red {
  top: 100%;
  line-height: 50px;
  background-image: url(../img/plan/plan_hover_bubble_red_bottom.png);
  background-position: bottom left;
}

.plan .hover .img-active {
  display: none;
}

.plan .hover .img-red {
  display: none;
}

.plan .hover:hover .img-hover {
  display: none;
}

.plan .hover:hover .img-active {
  display: inline;
}

.plan .hover:hover .popup.black {
  display: block;
}

.plan .hover.red {
  cursor: default;
}

.plan .hover.red .img-hover {
  display: none;
}

.plan .hover.red .img-active {
  display: none;
}

.plan .hover.red .img-red {
  display: inline;
}

.plan .hover.red:hover .popup.red {
  display: block;
}

.plan .hover.red:hover .popup.black {
  display: none;
}

.plan .hover.hover-9-1 {
  width: 4.02777%;
  left: 20.20833%;
  top: 50.37273%;
}

.plan .hover.hover-9-2 {
  width: 4.02777%;
  left: 22.99720%;
  top: 22.55555%;
}

.plan .hover.hover-9-3 {
  width: 4.02777%;
  left: 13.85833%;
  top: 3.32138%;
}

.plan .hover.hover-9-4 {
  width: 4.02777%;
  left: 24.16666%;
  top: 3.32138%;
}

.plan .hover.hover-9-5 {
  width: 4.02777%;
  left: 34.16666%;
  top: 3.32138%;
}

.plan .hover.hover-9-6 {
  width: 4.02777%;
  left: 45.42555%;
  top: 3.12138%;
}

.plan .hover.hover-9-7 {
  width: 4.02777%;
  left: 56.33888%;
  top: 3.32138%;
}

.plan .hover.hover-9-8 {
  width: 4.02777%;
  left: 67.53888%;
  top: 3.42138%;
}

.plan .hover.hover-9-9 {
  width: 4.02777%;
  left: 78.14444%;
  top: 3.32138%;
}

.plan .hover.hover-5-1 {
  width: 4.09722%;
  left: 34.51388%;
  top: 22.59020%;
}

.plan .hover.hover-5-2 {
  width: 4.09722%;
  left: 35.90277%;
  top: 50.07273%;
}

.plan .hover.hover-5-3 {
  width: 4.09722%;
  left: 28.61111%;
  top: 50.35324%;
}

.plan .hover.hover-4-1 {
  width: 4.09722%;
  left: 48.48055%;
  top: 25.19611%;
}

.plan .hover.hover-4-2 {
  width: 3.05555%;
  left: 49.48333%;
  top: 30.03194%;
}

.plan .hover.hover-4-3 {
  width: 4.09722%;
  left: 48.48055%;
  top: 37.93216%;
}

.plan .hover.hover-4-4 {
  width: 3.05555%;
  left: 49.48333%;
  top: 51.87018%;
}

.plan .hover.hover-4-5 {
  width: 3.05555%;
  left: 49.48333%;
  top: 56.55601%;
}

.plan .hover.hover-3-1 {
  width: 4.09722%;
  left: 56.91388%;
  top: 24.82012%;
}

.plan .hover.hover-3-2 {
  width: 2.98611%;
  left: 56.91388%;
  top: 29.70596%;
}

.plan .hover.hover-3-3 {
  width: 2.98611%;
  left: 56.91388%;
  top: 37.89968%;
}

.plan .hover.hover-3-4 {
  width: 2.98611%;
  left: 56.91388%;
  top: 42.49201%;
}

.plan .hover.hover-3-5 {
  width: 2.98611%;
  left: 56.91388%;
  top: 50.79222%;
}

.plan .hover.hover-3-6 {
  width: 4.09722%;
  left: 56.91388%;
  top: 55.27806%;
}

.plan .hover.hover-2-1 {
  width: 3.95833%;
  left: 70.97222%;
  top: 22.68370%;
}

.plan .hover.hover-2-2 {
  width: 3.95833%;
  left: 70.97222%;
  top: 31.30990%;
}

.plan .hover.hover-2-3 {
  width: 2.01388%;
  left: 71.94444%;
  top: 34.40479%;
}

.plan .hover.hover-2-4 {
  width: 3.95833%;
  left: 70.97222%;
  top: 42.49201%;
}

.plan .hover.hover-2-5 {
  width: 3.05555%;
  left: 71.94444%;
  top: 47.17784%;
}

.plan .hover.hover-2-6 {
  width: 3.95833%;
  left: 70.97222%;
  top: 52.82215%;
}

.plan .hover.hover-1-1 {
  width: 2.98611%;
  left: 79.44444%;
  top: 22.26421%;
}

.plan .hover.hover-1-2 {
  width: 2.98611%;
  left: 79.44444%;
  top: 26.94355%;
}

.plan .hover.hover-1-3 {
  width: 2.98611%;
  left: 79.44444%;
  top: 31.74238%;
}

.plan .hover.hover-1-4 {
  width: 2.98611%;
  left: 79.44444%;
  top: 38.13216%;
}

.plan .hover.hover-1-5 {
  width: 2.98611%;
  left: 79.44444%;
  top: 42.81799%;
}

.plan .hover.hover-1-6 {
  width: 2.98611%;
  left: 79.44444%;
  top: 47.60383%;
}

.plan .hover.hover-1-7 {
  width: 3.95833%;
  left: 79.44444%;
  top: 55.70404%;
}

.image-bg-wrap {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .image-bg-wrap {
    padding: 0 !important;
  }
}

.image-bg-wrap .image-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 10px;
  width: 100%;
  height: 100%;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  animation: scale 15s linear infinite alternate;
}

.image-bg-wrap .image.image-gradient {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 10px;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .image-bg-wrap .image.image-gradient {
    position: static;
    margin: 0 !important;
  }
}

.image {
  display: block;
  position: relative;
}

.image img {
  display: block;
  width: 100%;
  height: auto;
}

.image.image-gradient:after {
  content: '';
  display: block;
  position: absolute;
  height: 50%;
  max-height: 275px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: transparent;
  background-image: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
}

.image.image-gradient .saw,
.plan-cont .saw {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: url('../img/logo-saw.svg') 50% 50% no-repeat;
  width: 162px;
  height: 42px;
  z-index: 100;
  text-indent: -10000px;
}

.image.image-gradient .saw-en,
.plan-cont .saw-en {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: url('../img/logo-saw-en.svg') 50% 50% no-repeat;
  width: 162px;
  height: 42px;
  z-index: 100;
  text-indent: -10000px;
}

@media (max-width: 768px) {
  .image.image-gradient .saw,
  .plan-cont .saw {
    background-size: 108px 28px;
    width: 108px;
    height: 28px;
  }
}

.cookies {
  background: #040e1f;
  bottom: 0;
  color: #fff;
  display: none;
  left: 0;
  line-height: 20px;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.cookies.is-visible {
  display: block;
}

.cookies p {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding-right: 30px;
}

.cookies__close {
  border: 1px #fff solid;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 20px;
  line-height: 15px;
  margin-top: -10px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 50%;
  width: 20px;
  vertical-align: middle;
}

.cookies__close:hover {
  text-decoration: none;
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  background: #617830;
  z-index: 500;
  transition: background-color 0.2s ease;
}

nav .logo {
  transition: opacity 0.2s ease;
  margin-left: 20px;
  width: 141px;
  height: 60px;
  display: block;
  background: url('../img/logo_head.svg') 50% 50% no-repeat;
  background-size: 141px 37px;
  text-indent: -10000px;
}

nav .logo:hover {
  background-image: url("../img/logo_head.svg");
}

@media (min-width: 960px) {
  nav ul {
    position: absolute;
    top: 0;
    right: 40px;
  }

  nav ul li {
    display: inline;
  }

  nav ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    text-decoration: none;
    padding: 0 20px;
    transition: all 0.2s;
  }

  nav ul li a.contact {
    background: #495E2C;
  }

  nav ul li a.contact:hover,
  nav ul li a.contact.active {
    color: #FFF;
    background: #2e3b1c;
  }

  nav ul li a.saw {
    display: none;
  }

  nav ul li a:hover,
  nav ul li a.active {
    color: #e8be6f;
  }
}

nav .navigation {
  display: none;
}

@media (max-width: 959px) {
  nav .navigation {
    display: block;
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2218px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2018%2013%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.3.3%20(12081)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3ERectangle%2011%20%2B%20Rectangle%2011%20%2B%20Rectangle%2011%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Mobile%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Homepage%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-340.000000%2C%20-24.000000)%22%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Rectangle-11-%2B-Rectangle-11-%2B-Rectangle-11%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(340.000000%2C%2024.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-11%22%20sketch%3Atype%3D%22MSShapeGroup%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2218%22%20height%3D%223%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-11%22%20sketch%3Atype%3D%22MSShapeGroup%22%20x%3D%220%22%20y%3D%225%22%20width%3D%2218%22%20height%3D%223%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-11%22%20sketch%3Atype%3D%22MSShapeGroup%22%20x%3D%220%22%20y%3D%2210%22%20width%3D%2218%22%20height%3D%223%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 50% 50% no-repeat;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 500;
  }

  nav ul {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    background: #617830;
    padding: 30px 0 50px;
    z-index: 400;
  }

  nav ul li {
    display: inline;
  }

  nav ul li a {
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 50px;
    text-decoration: none;
    padding: 0 20px;
    transition: all 0.2s;
  }

  nav ul li a.contact {
    background: #495E2C;
  }

  nav ul li a.contact:hover,
  nav ul li a.contact.active {
    color: #FFF;
    background: #2e3b1c;
  }

  nav ul li a.lang {
    font-size: 20px;
    color: #e6d4c3;
  }

  nav ul li a.lang:hover {
    color: #FFF;
  }

  nav ul li a.saw {
    margin-top: 1em;
    background: #617830 url('../img/logo-saw.svg') 50% 93% no-repeat;
    background-size: 108px 28px;
    text-indent: -10000px;
  }

  nav ul li a:hover,
  nav ul li a.active {
    color: #C5BA67;
  }
}

@media (max-width: 320px) {
  nav ul li a {
    font-size: 20px;
    line-height: 40px;
  }

  nav ul li a.lang {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .lang-en nav ul li a.saw {
    background-image: url('../img/logo-saw-en.svg');
  }
}

.page-homepage {
  padding-top: 0;
}

@media (max-width: 480px) {
  .page-homepage.scroll-top header nav {
    background-color: transparent;
  }

  .page-homepage.scroll-top header nav .logo {
    opacity: 0;
  }
}

.page-homepage main {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 480px) {
  .page-homepage main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.page-about .image-bg {
  background: url('../img/image02.jpg') 50% 50% no-repeat;
  background-size: cover;
}

.page-plan {
  padding-top: 80px;
}

.page-gallery .container-fluid .col-sm-6:hover .image img {
  transform: scale(1.05);
}

.page-gallery .image {
  display: block;
  height: 100%;
  overflow: hidden;
  border: 1px solid #fff;
}

.page-gallery .image img {
  transition: 0.5s;
}

.page-standards .image-bg {
  background: url('../img/image02.jpg') 50% 50% no-repeat;
  background-size: cover;
}

.page-contact .image-bg {
  background: url('../img/image06.jpg') 70% 50% no-repeat;
  background-size: cover;
}

.page-contact main h3 {
  display: none;
}

.page-contact main form div.input {
  margin-bottom: 30px;
}

.page-contact main form div.input span.error {
  color: red;
  font-size: 14px;
}

.page-contact main form input,
.page-contact main form textarea {
  width: 80%;
  min-width: 280px;
  border: none;
  background: #fff;
  display: block;
  padding: 14px 20px;
  font-size: 16px;
  font-family: "Myriad W08", Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1em;
}

.page-contact main form input.error,
.page-contact main form textarea.error {
  border: 1px solid red;
}

.page-contact main form .btn {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 480px) {
  .page-contact main form input,
  .page-contact main form textarea {
    font-size: 12px;
    padding: 11px 20px;
  }
}

.page-domy main {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 480px) {
  .page-domy main {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.page-domy main .houses-info {
  width: 100%;
  max-width: 700px;
}

.page-domy main .houses-info span {
  float: right;
}

@media (max-width: 650px) {
  .page-domy main .houses-info span {
    float: none;
  }
}

.page-domy main .mobile {
  visibility: hidden;
}

.page-domy main .btn {
  margin-bottom: 2em;
}

@media (min-width: 481px) {
  .page-domy main table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
  }

  .page-domy main table tr {
    background: #FFF;
    transition: background 0.3s ease;
  }

  .page-domy main table tr.download:hover {
    cursor: pointer;
    background: #D9D9D9;
  }

  .page-domy main table tr.link:hover {
    cursor: pointer;
    background: #D9D9D9;
  }

  .page-domy main table tr.space {
    background-color: white;
  }

  .page-domy main table tr th {
    padding: 15px;
    font-size: 14px;
    background: #617830;
    color: #fff;
    text-align: center;
    font-weight: 300;
  }

  .page-domy main table tr td {
    white-space: nowrap;
    padding: 8px 15px;
    font-size: 14px;
  }

  .page-domy main table tr td sup {
    vertical-align: super;
    font-size: 0.7em;
    line-height: 0.5em;
  }

  .page-domy main table tr td.text-center {
    text-align: center;
  }

  .page-domy main table tr td.text-right {
    text-align: right;
  }

  .page-domy main table tr.reservation td {
    color: #999;
  }

  .page-domy main table tr.sold td {
    color: #999;
  }

  .page-domy main table tr:first-child td {
    padding-top: 25px;
  }
}

@media (min-width: 481px) and (min-width: 769px) {
  .page-domy main table tr th:first-child,
  .page-domy main table tr td:first-child {
    padding-left: 35px;
  }

  .page-domy main table tr th:last-child,
  .page-domy main table tr td:last-child {
    padding-right: 35px;
  }
}

@media (max-width: 480px) {
  .page-domy main .mobile {
    visibility: visible;
  }

  .page-domy main table,
  .page-domy main thead,
  .page-domy main tbody,
  .page-domy main th,
  .page-domy main td,
  .page-domy main tr {
    display: block;
  }

  .page-domy main thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .page-domy main tr {
    margin-bottom: 10px;
    background: #fff;
  }

  .page-domy main tr.space {
    display: none;
  }

  .page-domy main tr td {
    font-size: 14px;
    border: none;
    position: relative;
    padding-left: 50%;
    line-height: 26px;
  }

  .page-domy main tr td sup {
    vertical-align: super;
    font-size: 0.7em;
    line-height: 0.5em;
  }

  .page-domy main tr td:first-child {
    padding-top: 10px;
  }

  .page-domy main tr td:first-child:before {
    padding-top: 10px;
  }

  .page-domy main tr td:last-child {
    padding-bottom: 10px;
  }

  .page-domy main tr td:before {
    position: absolute;
    background: #617830;
    color: #fff;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 45%;
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
    font-weight: 300;
  }

  .page-domy main tr td:after {
    content: "\00a0";
  }

  .page-domy main tr.reservation td {
    color: #999;
  }

  .page-domy main tr.sold td {
    color: #999;
  }
}
