

/* Start:/local/templates/zkamen/css/main.css?1666889422126394*/
@charset "UTF-8";
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 * {
  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: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  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;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

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

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

.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: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  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: 44px 0;
}

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

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  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;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

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

.fancybox-is-grabbing .fancybox-content {
  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;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

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

.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: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

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

.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: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  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 {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  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: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, 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: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  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 {
  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;
  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;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

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

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -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: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

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

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

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

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

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

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-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: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

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

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  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: 212px;
}

.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: 7px;
}

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

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  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;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  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);
  }
}
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

*, *:after, *:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, div, span {
  max-height: 5000em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
  position: relative;
}

img {
  border: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/zkamen/css/../fonts/hinted-subset-Montserrat-Regular.woff2") format("woff2"), url("/local/templates/zkamen/css/../fonts/hinted-subset-Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/zkamen/css/../fonts/hinted-subset-Montserrat-SemiBold.woff2") format("woff2"), url("/local/templates/zkamen/css/../fonts/hinted-subset-Montserrat-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/zkamen/css/../fonts/hinted-subset-Montserrat-Medium.woff2") format("woff2"), url("/local/templates/zkamen/css/../fonts/hinted-subset-Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/zkamen/css/../fonts/hinted-subset-Montserrat-Light.woff2") format("woff2"), url("/local/templates/zkamen/css/../fonts/hinted-subset-Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "kingstone";
  src: url("/local/templates/zkamen/css/../fonts/kingstone.ttf?eiwwny") format("truetype"), url("/local/templates/zkamen/css/../fonts/kingstone.woff?eiwwny") format("woff"), url("/local/templates/zkamen/css/../fonts/kingstone.svg?eiwwny#kingstone") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kingstone" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-tg:before {
  content: "";
}

.i-person:before {
  content: "";
}

.i-phone:before {
  content: "";
}

.i-cross:before {
  content: "";
}

.i-down:before {
  content: "";
}

.i-left:before {
  content: "";
}

.i-right:before {
  content: "";
}

.i-up:before {
  content: "";
}

.i-wa:before {
  content: "";
}

.i-zoom:before {
  content: "";
}

body {
  font-family: "Montserrat", Segoe Ui, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #212121;
}

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

h1, .h1 {
  font-weight: 300;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

h2, .h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.1px;
}
@media (max-width: 1400px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.2px;
}
@media (max-width: 1400px) {
  h4, .h4 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5, .fancybox-caption__body {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0.2px;
}

h6, .h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: 0.2px;
}

.lead-16 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}

.p-14 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1px;
}

.p-11 {
  font-size: 11px;
  line-height: 1.45;
}

.sec-title {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .sec-title {
    margin-bottom: 40px;
  }
}
.sec-title .lead-16 {
  margin-bottom: 1em;
  color: #848484;
}

.user-cotnent p {
  margin-bottom: 0.5em;
}

.list-checked {
  list-style: none;
}
.list-checked li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
.list-checked li:last-child {
  margin-bottom: 15px;
}
.list-checked li:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #9D7A5A;
  position: absolute;
  top: 0.2em;
  left: 0;
  z-index: 1;
}
.list-checked li:after {
  content: "";
  width: 6px;
  height: 10px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  left: 8px;
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}

.list-numbers {
  list-style: none;
  counter-reset: ln;
}
.list-numbers li {
  counter-increment: ln;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
.list-numbers li:last-child {
  margin-bottom: 15px;
}
.list-numbers li:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #9D7A5A;
  position: absolute;
  top: 0.2em;
  left: 0;
  z-index: 1;
}
.list-numbers li:after {
  content: counter(ln);
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
}

.grid-12, .grid-11, .grid-10, .grid-9, .grid-8, .grid-7, .grid-6, .grid-5, .grid-4, .grid-3, .grid-2, .grid-1 {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  max-width: 100%;
}

.hidden {
  display: none !important;
}

.grid-1 {
  width: 8.3333333333%;
}

.grid-off-1 {
  margin-left: 8.3333333333%;
}

.grid-2 {
  width: 16.6666666667%;
}

.grid-off-2 {
  margin-left: 16.6666666667%;
}

.grid-3 {
  width: 25%;
}

.grid-off-3 {
  margin-left: 25%;
}

.grid-4 {
  width: 33.3333333333%;
}

.grid-off-4 {
  margin-left: 33.3333333333%;
}

.grid-5 {
  width: 41.6666666667%;
}

.grid-off-5 {
  margin-left: 41.6666666667%;
}

.grid-6 {
  width: 50%;
}

.grid-off-6 {
  margin-left: 50%;
}

.grid-7 {
  width: 58.3333333333%;
}

.grid-off-7 {
  margin-left: 58.3333333333%;
}

.grid-8 {
  width: 66.6666666667%;
}

.grid-off-8 {
  margin-left: 66.6666666667%;
}

.grid-9 {
  width: 75%;
}

.grid-off-9 {
  margin-left: 75%;
}

.grid-10 {
  width: 83.3333333333%;
}

.grid-off-10 {
  margin-left: 83.3333333333%;
}

.grid-11 {
  width: 91.6666666667%;
}

.grid-off-11 {
  margin-left: 91.6666666667%;
}

.grid-12 {
  width: 100%;
}

.grid-off-12 {
  margin-left: 100%;
}

@media (min-width: 1940px) {
  .grid-0_xxxl {
    width: 0%;
  }

  .grid-off-0_xxxl {
    margin-left: 0%;
  }

  .grid-1_xxxl {
    width: 8.3333333333%;
  }

  .grid-off-1_xxxl {
    margin-left: 8.3333333333%;
  }

  .grid-2_xxxl {
    width: 16.6666666667%;
  }

  .grid-off-2_xxxl {
    margin-left: 16.6666666667%;
  }

  .grid-3_xxxl {
    width: 25%;
  }

  .grid-off-3_xxxl {
    margin-left: 25%;
  }

  .grid-4_xxxl {
    width: 33.3333333333%;
  }

  .grid-off-4_xxxl {
    margin-left: 33.3333333333%;
  }

  .grid-5_xxxl {
    width: 41.6666666667%;
  }

  .grid-off-5_xxxl {
    margin-left: 41.6666666667%;
  }

  .grid-6_xxxl {
    width: 50%;
  }

  .grid-off-6_xxxl {
    margin-left: 50%;
  }

  .grid-7_xxxl {
    width: 58.3333333333%;
  }

  .grid-off-7_xxxl {
    margin-left: 58.3333333333%;
  }

  .grid-8_xxxl {
    width: 66.6666666667%;
  }

  .grid-off-8_xxxl {
    margin-left: 66.6666666667%;
  }

  .grid-9_xxxl {
    width: 75%;
  }

  .grid-off-9_xxxl {
    margin-left: 75%;
  }

  .grid-10_xxxl {
    width: 83.3333333333%;
  }

  .grid-off-10_xxxl {
    margin-left: 83.3333333333%;
  }

  .grid-11_xxxl {
    width: 91.6666666667%;
  }

  .grid-off-11_xxxl {
    margin-left: 91.6666666667%;
  }

  .grid-12_xxxl {
    width: 100%;
  }

  .grid-off-12_xxxl {
    margin-left: 100%;
  }
}
@media (max-width: 1400px) {
  .grid-0_xxl {
    width: 0%;
  }

  .grid-off-0_xxl {
    margin-left: 0%;
  }

  .grid-1_xxl {
    width: 8.3333333333%;
  }

  .grid-off-1_xxl {
    margin-left: 8.3333333333%;
  }

  .grid-2_xxl {
    width: 16.6666666667%;
  }

  .grid-off-2_xxl {
    margin-left: 16.6666666667%;
  }

  .grid-3_xxl {
    width: 25%;
  }

  .grid-off-3_xxl {
    margin-left: 25%;
  }

  .grid-4_xxl {
    width: 33.3333333333%;
  }

  .grid-off-4_xxl {
    margin-left: 33.3333333333%;
  }

  .grid-5_xxl {
    width: 41.6666666667%;
  }

  .grid-off-5_xxl {
    margin-left: 41.6666666667%;
  }

  .grid-6_xxl {
    width: 50%;
  }

  .grid-off-6_xxl {
    margin-left: 50%;
  }

  .grid-7_xxl {
    width: 58.3333333333%;
  }

  .grid-off-7_xxl {
    margin-left: 58.3333333333%;
  }

  .grid-8_xxl {
    width: 66.6666666667%;
  }

  .grid-off-8_xxl {
    margin-left: 66.6666666667%;
  }

  .grid-9_xxl {
    width: 75%;
  }

  .grid-off-9_xxl {
    margin-left: 75%;
  }

  .grid-10_xxl {
    width: 83.3333333333%;
  }

  .grid-off-10_xxl {
    margin-left: 83.3333333333%;
  }

  .grid-11_xxl {
    width: 91.6666666667%;
  }

  .grid-off-11_xxl {
    margin-left: 91.6666666667%;
  }

  .grid-12_xxl {
    width: 100%;
  }

  .grid-off-12_xxl {
    margin-left: 100%;
  }
}
@media (max-width: 1200px) {
  .grid-0_xl {
    width: 0%;
  }

  .grid-off-0_xl {
    margin-left: 0%;
  }

  .grid-1_xl {
    width: 8.3333333333%;
  }

  .grid-off-1_xl {
    margin-left: 8.3333333333%;
  }

  .grid-2_xl {
    width: 16.6666666667%;
  }

  .grid-off-2_xl {
    margin-left: 16.6666666667%;
  }

  .grid-3_xl {
    width: 25%;
  }

  .grid-off-3_xl {
    margin-left: 25%;
  }

  .grid-4_xl {
    width: 33.3333333333%;
  }

  .grid-off-4_xl {
    margin-left: 33.3333333333%;
  }

  .grid-5_xl {
    width: 41.6666666667%;
  }

  .grid-off-5_xl {
    margin-left: 41.6666666667%;
  }

  .grid-6_xl {
    width: 50%;
  }

  .grid-off-6_xl {
    margin-left: 50%;
  }

  .grid-7_xl {
    width: 58.3333333333%;
  }

  .grid-off-7_xl {
    margin-left: 58.3333333333%;
  }

  .grid-8_xl {
    width: 66.6666666667%;
  }

  .grid-off-8_xl {
    margin-left: 66.6666666667%;
  }

  .grid-9_xl {
    width: 75%;
  }

  .grid-off-9_xl {
    margin-left: 75%;
  }

  .grid-10_xl {
    width: 83.3333333333%;
  }

  .grid-off-10_xl {
    margin-left: 83.3333333333%;
  }

  .grid-11_xl {
    width: 91.6666666667%;
  }

  .grid-off-11_xl {
    margin-left: 91.6666666667%;
  }

  .grid-12_xl {
    width: 100%;
  }

  .grid-off-12_xl {
    margin-left: 100%;
  }
}
@media (max-width: 1024px) {
  .grid-0_l {
    width: 0%;
  }

  .grid-off-0_l {
    margin-left: 0%;
  }

  .grid-1_l {
    width: 8.3333333333%;
  }

  .grid-off-1_l {
    margin-left: 8.3333333333%;
  }

  .grid-2_l {
    width: 16.6666666667%;
  }

  .grid-off-2_l {
    margin-left: 16.6666666667%;
  }

  .grid-3_l {
    width: 25%;
  }

  .grid-off-3_l {
    margin-left: 25%;
  }

  .grid-4_l {
    width: 33.3333333333%;
  }

  .grid-off-4_l {
    margin-left: 33.3333333333%;
  }

  .grid-5_l {
    width: 41.6666666667%;
  }

  .grid-off-5_l {
    margin-left: 41.6666666667%;
  }

  .grid-6_l {
    width: 50%;
  }

  .grid-off-6_l {
    margin-left: 50%;
  }

  .grid-7_l {
    width: 58.3333333333%;
  }

  .grid-off-7_l {
    margin-left: 58.3333333333%;
  }

  .grid-8_l {
    width: 66.6666666667%;
  }

  .grid-off-8_l {
    margin-left: 66.6666666667%;
  }

  .grid-9_l {
    width: 75%;
  }

  .grid-off-9_l {
    margin-left: 75%;
  }

  .grid-10_l {
    width: 83.3333333333%;
  }

  .grid-off-10_l {
    margin-left: 83.3333333333%;
  }

  .grid-11_l {
    width: 91.6666666667%;
  }

  .grid-off-11_l {
    margin-left: 91.6666666667%;
  }

  .grid-12_l {
    width: 100%;
  }

  .grid-off-12_l {
    margin-left: 100%;
  }
}
@media (max-width: 768px) {
  .grid-0_m {
    width: 0%;
  }

  .grid-off-0_m {
    margin-left: 0%;
  }

  .grid-1_m {
    width: 8.3333333333%;
  }

  .grid-off-1_m {
    margin-left: 8.3333333333%;
  }

  .grid-2_m {
    width: 16.6666666667%;
  }

  .grid-off-2_m {
    margin-left: 16.6666666667%;
  }

  .grid-3_m {
    width: 25%;
  }

  .grid-off-3_m {
    margin-left: 25%;
  }

  .grid-4_m {
    width: 33.3333333333%;
  }

  .grid-off-4_m {
    margin-left: 33.3333333333%;
  }

  .grid-5_m {
    width: 41.6666666667%;
  }

  .grid-off-5_m {
    margin-left: 41.6666666667%;
  }

  .grid-6_m {
    width: 50%;
  }

  .grid-off-6_m {
    margin-left: 50%;
  }

  .grid-7_m {
    width: 58.3333333333%;
  }

  .grid-off-7_m {
    margin-left: 58.3333333333%;
  }

  .grid-8_m {
    width: 66.6666666667%;
  }

  .grid-off-8_m {
    margin-left: 66.6666666667%;
  }

  .grid-9_m {
    width: 75%;
  }

  .grid-off-9_m {
    margin-left: 75%;
  }

  .grid-10_m {
    width: 83.3333333333%;
  }

  .grid-off-10_m {
    margin-left: 83.3333333333%;
  }

  .grid-11_m {
    width: 91.6666666667%;
  }

  .grid-off-11_m {
    margin-left: 91.6666666667%;
  }

  .grid-12_m {
    width: 100%;
  }

  .grid-off-12_m {
    margin-left: 100%;
  }
}
@media (max-width: 680px) {
  .grid-0_s {
    width: 0%;
  }

  .grid-off-0_s {
    margin-left: 0%;
  }

  .grid-1_s {
    width: 8.3333333333%;
  }

  .grid-off-1_s {
    margin-left: 8.3333333333%;
  }

  .grid-2_s {
    width: 16.6666666667%;
  }

  .grid-off-2_s {
    margin-left: 16.6666666667%;
  }

  .grid-3_s {
    width: 25%;
  }

  .grid-off-3_s {
    margin-left: 25%;
  }

  .grid-4_s {
    width: 33.3333333333%;
  }

  .grid-off-4_s {
    margin-left: 33.3333333333%;
  }

  .grid-5_s {
    width: 41.6666666667%;
  }

  .grid-off-5_s {
    margin-left: 41.6666666667%;
  }

  .grid-6_s {
    width: 50%;
  }

  .grid-off-6_s {
    margin-left: 50%;
  }

  .grid-7_s {
    width: 58.3333333333%;
  }

  .grid-off-7_s {
    margin-left: 58.3333333333%;
  }

  .grid-8_s {
    width: 66.6666666667%;
  }

  .grid-off-8_s {
    margin-left: 66.6666666667%;
  }

  .grid-9_s {
    width: 75%;
  }

  .grid-off-9_s {
    margin-left: 75%;
  }

  .grid-10_s {
    width: 83.3333333333%;
  }

  .grid-off-10_s {
    margin-left: 83.3333333333%;
  }

  .grid-11_s {
    width: 91.6666666667%;
  }

  .grid-off-11_s {
    margin-left: 91.6666666667%;
  }

  .grid-12_s {
    width: 100%;
  }

  .grid-off-12_s {
    margin-left: 100%;
  }
}
@media (max-width: 480px) {
  .grid-0_xs {
    width: 0%;
  }

  .grid-off-0_xs {
    margin-left: 0%;
  }

  .grid-1_xs {
    width: 8.3333333333%;
  }

  .grid-off-1_xs {
    margin-left: 8.3333333333%;
  }

  .grid-2_xs {
    width: 16.6666666667%;
  }

  .grid-off-2_xs {
    margin-left: 16.6666666667%;
  }

  .grid-3_xs {
    width: 25%;
  }

  .grid-off-3_xs {
    margin-left: 25%;
  }

  .grid-4_xs {
    width: 33.3333333333%;
  }

  .grid-off-4_xs {
    margin-left: 33.3333333333%;
  }

  .grid-5_xs {
    width: 41.6666666667%;
  }

  .grid-off-5_xs {
    margin-left: 41.6666666667%;
  }

  .grid-6_xs {
    width: 50%;
  }

  .grid-off-6_xs {
    margin-left: 50%;
  }

  .grid-7_xs {
    width: 58.3333333333%;
  }

  .grid-off-7_xs {
    margin-left: 58.3333333333%;
  }

  .grid-8_xs {
    width: 66.6666666667%;
  }

  .grid-off-8_xs {
    margin-left: 66.6666666667%;
  }

  .grid-9_xs {
    width: 75%;
  }

  .grid-off-9_xs {
    margin-left: 75%;
  }

  .grid-10_xs {
    width: 83.3333333333%;
  }

  .grid-off-10_xs {
    margin-left: 83.3333333333%;
  }

  .grid-11_xs {
    width: 91.6666666667%;
  }

  .grid-off-11_xs {
    margin-left: 91.6666666667%;
  }

  .grid-12_xs {
    width: 100%;
  }

  .grid-off-12_xs {
    margin-left: 100%;
  }
}
@media (max-width: 375px) {
  .grid-0_xxs {
    width: 0%;
  }

  .grid-off-0_xxs {
    margin-left: 0%;
  }

  .grid-1_xxs {
    width: 8.3333333333%;
  }

  .grid-off-1_xxs {
    margin-left: 8.3333333333%;
  }

  .grid-2_xxs {
    width: 16.6666666667%;
  }

  .grid-off-2_xxs {
    margin-left: 16.6666666667%;
  }

  .grid-3_xxs {
    width: 25%;
  }

  .grid-off-3_xxs {
    margin-left: 25%;
  }

  .grid-4_xxs {
    width: 33.3333333333%;
  }

  .grid-off-4_xxs {
    margin-left: 33.3333333333%;
  }

  .grid-5_xxs {
    width: 41.6666666667%;
  }

  .grid-off-5_xxs {
    margin-left: 41.6666666667%;
  }

  .grid-6_xxs {
    width: 50%;
  }

  .grid-off-6_xxs {
    margin-left: 50%;
  }

  .grid-7_xxs {
    width: 58.3333333333%;
  }

  .grid-off-7_xxs {
    margin-left: 58.3333333333%;
  }

  .grid-8_xxs {
    width: 66.6666666667%;
  }

  .grid-off-8_xxs {
    margin-left: 66.6666666667%;
  }

  .grid-9_xxs {
    width: 75%;
  }

  .grid-off-9_xxs {
    margin-left: 75%;
  }

  .grid-10_xxs {
    width: 83.3333333333%;
  }

  .grid-off-10_xxs {
    margin-left: 83.3333333333%;
  }

  .grid-11_xxs {
    width: 91.6666666667%;
  }

  .grid-off-11_xxs {
    margin-left: 91.6666666667%;
  }

  .grid-12_xxs {
    width: 100%;
  }

  .grid-off-12_xxs {
    margin-left: 100%;
  }
}
.container-big {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 4;
  padding-left: 30px;
  padding-right: 30px;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  position: relative;
  z-index: 4;
  padding-left: 30px;
  padding-right: 30px;
}
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 680px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.row [class*=grid] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 680px) {
  .row [class*=grid] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row--center {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.row--middle {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-ng {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

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

label {
  cursor: pointer;
}

.input-group {
  display: block;
  position: relative;
}
.input-group .input-text {
  width: 100%;
}
.input-group .input-text--110 {
  width: 110px;
}
.input-group .input-text--150 {
  width: 150px;
}
.input-group.not-empty .input-group__label {
  -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0);
  font-size: 11px;
}

.input-group__label {
  position: absolute;
  z-index: 2;
  color: #848484;
  top: 17px;
  left: 13px;
  font-size: 14px;
  height: 20px;
  white-space: nowrap;
  border-radius: 4px;
  transition: all 0.1s ease;
  pointer-events: none;
}
.input-group__label sup, .input-group__label sub {
  line-height: 0;
}

.input-text {
  display: inline-block;
  position: relative;
  font-family: "Montserrat", Segoe Ui, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #212121;
  -webkit-appearance: none;
  background: #F7F7F7;
  border: 1px solid #E6E6E6;
  padding: 26px 50px 10px 16px;
  overflow: visible;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.input-text::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.3;
  color: #848484;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.input-text:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.3;
  color: #848484;
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.input-text::placeholder {
  font-size: 14px;
  line-height: 1.3;
  color: #848484;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.input-text:hover {
  background: #E6E6E6;
  z-index: 2;
}
.input-text:focus {
  outline: none;
  border-color: #9D7A5A;
  background: #FFF;
  z-index: 2;
}
.input-text:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
.input-text:focus:-ms-input-placeholder {
  opacity: 0.5;
}
.input-text:focus::placeholder {
  opacity: 0.5;
}
.input-text:focus + .input-group__label {
  -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0);
  font-size: 11px;
}
.input-text:disabled {
  opacity: 0.3;
}
.input-text.error {
  border-color: #f9934b;
  background: #ffe4da;
  z-index: 2;
}

.input-group__icon {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  font-size: 20px;
  top: 18px;
  right: 18px;
}

.vertical-form .input-group {
  width: 100%;
  margin-bottom: 16px;
}
.vertical-form .btn {
  width: 100%;
  margin-top: 16px;
}
.vertical-form .form-note {
  text-align: center;
  padding-top: 16px;
}

.form-note {
  padding-top: 10px;
}
.form-note a {
  color: #CCAE93;
  transition: color 0.3s ease;
}
.form-note a:hover {
  color: #9D7A5A;
}

.form-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .form-row {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-row .btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .form-row .btn {
    margin-left: 0;
    width: 100%;
    margin-top: 14px;
  }
}

.style-file-note {
  color: #4C4C4C;
  margin-bottom: 16px;
  text-align: center;
}

.style-file-sizes {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: #848484;
}

.style-file {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
.style-file input {
  opacity: 0;
  position: absolute;
  left: 0;
  visibility: hidden;
}
.style-file__btn {
  display: inline-block;
  vertical-align: top;
  color: #4C4C4C;
  border: 1px solid #F1E8DF;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding: 13px 23px;
  transition: all 0.3s ease;
}
.style-file__btn:hover {
  border-color: #B28B68;
}
.style-file__delete {
  line-height: 1;
  display: none;
  color: #B28B68;
  transition: color 0.3s ease;
  margin-top: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px dotted currentColor;
}
.style-file__delete:hover {
  color: #ff543c;
}
.style-file--selected i:before {
  content: "";
}
.style-file--selected .style-file__delete {
  display: inline-block;
}

.btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 20px 23px;
  font-size: 15px;
  font-weight: bold;
  font-family: "Montserrat", Segoe Ui, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, #B28B68, #8C6948);
  color: #F7F7F7;
  text-shadow: 0 1px 0 rgba(91, 66, 43, 0.5);
  border: none;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 3px 5px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.15);
}
.btn:focus {
  outline: none;
}
.btn:hover {
  background: linear-gradient(180deg, #9D734D, #7B5B3E);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 6px 10px rgba(0, 0, 0, 0.16), 0 10px 20px rgba(0, 0, 0, 0.15);
}
.btn:active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background: linear-gradient(180deg, #B28B68, #8C6948);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 3px 5px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.15);
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn-small {
  display: inline-block;
  border: 1px solid #F1E8DF;
  color: #4C4C4C;
  font-family: "Montserrat", Segoe Ui, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  padding: 13px 23px;
  border-radius: 6px;
  background: #FFF;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-small:hover {
  border-color: #B28B68;
}
.btn-small:focus {
  border-color: #B28B68;
  outline: none;
}

.btn-zoom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #F7F7F7;
  color: #CCAE93;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-zoom:hover {
  background: #E6E6E6;
}
.btn-zoom .i-zoom {
  font-size: 24px;
}

.modal {
  display: none;
  width: 419px;
  max-width: 100%;
  will-change: transform, opacity;
  overflow: visible !important;
  padding: 0;
  background: none;
  transition: all 0.4s ease;
  -webkit-transform: translate3d(0, -60px, 0);
          transform: translate3d(0, -60px, 0);
}

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

.fancybox-is-closing .modal {
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
}

.fancybox-container {
  z-index: 110;
}

.fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--html .fancybox-close-small {
  position: absolute;
  top: 0;
  right: -50px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #F7F7F7;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: none;
  opacity: 1;
}
@media (max-width: 680px) {
  .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--html .fancybox-close-small {
    top: -50px;
    right: 0;
  }
}
.fancybox-close-small:hover, .fancybox-slide--image .fancybox-close-small:hover, .fancybox-slide--video .fancybox-close-small:hover, .fancybox-slide--iframe .fancybox-close-small:hover, .fancybox-slide--html .fancybox-close-small:hover {
  background-color: #E6E6E6;
}
.fancybox-close-small:before, .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:before, .fancybox-slide--image .fancybox-close-small:after, .fancybox-slide--video .fancybox-close-small:before, .fancybox-slide--video .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-close-small:before, .fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--html .fancybox-close-small:before, .fancybox-slide--html .fancybox-close-small:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -9px;
  width: 18px;
  height: 2px;
  background: #CCAE93;
  transition: all 0.3s ease;
  border-radius: 0;
}
.fancybox-close-small:hover:before, .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:before, .fancybox-slide--image .fancybox-close-small:hover:after, .fancybox-slide--video .fancybox-close-small:hover:before, .fancybox-slide--video .fancybox-close-small:hover:after, .fancybox-slide--iframe .fancybox-close-small:hover:before, .fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--html .fancybox-close-small:hover:before, .fancybox-slide--html .fancybox-close-small:hover:after {
  background-color: #CCAE93;
}
.fancybox-close-small:before, .fancybox-slide--image .fancybox-close-small:before, .fancybox-slide--video .fancybox-close-small:before, .fancybox-slide--iframe .fancybox-close-small:before, .fancybox-slide--html .fancybox-close-small:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after, .fancybox-slide--video .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--html .fancybox-close-small:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fancybox-close-small:focus, .fancybox-slide--image .fancybox-close-small:focus, .fancybox-slide--video .fancybox-close-small:focus, .fancybox-slide--iframe .fancybox-close-small:focus, .fancybox-slide--html .fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:before, .fancybox-close-small:focus:after, .fancybox-slide--image .fancybox-close-small:focus:before, .fancybox-slide--image .fancybox-close-small:focus:after, .fancybox-slide--video .fancybox-close-small:focus:before, .fancybox-slide--video .fancybox-close-small:focus:after, .fancybox-slide--iframe .fancybox-close-small:focus:before, .fancybox-slide--iframe .fancybox-close-small:focus:after, .fancybox-slide--html .fancybox-close-small:focus:before, .fancybox-slide--html .fancybox-close-small:focus:after {
  outline: none;
}
.fancybox-close-small svg, .fancybox-slide--image .fancybox-close-small svg, .fancybox-slide--video .fancybox-close-small svg, .fancybox-slide--iframe .fancybox-close-small svg, .fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.fancybox-slide--video, .fancybox-slide--html, .fancybox-slide--iframe {
  padding: 24px 20px;
}
@media (max-width: 680px) {
  .fancybox-slide--video, .fancybox-slide--html, .fancybox-slide--iframe {
    padding: 20px 12px;
  }
}

.fancybox-content {
  overflow: visible !important;
}

.fancybox-bg {
  background: #101010;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-image {
  border-radius: 12px;
}

.fancybox-caption__body {
  color: #D1D1D1;
}

.fancybox-toolbar {
  right: 18px;
  top: 18px;
}

.fancybox-button {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #2D2D2D;
  transition: all 0.3s ease;
}
.fancybox-button:hover {
  background: #4C4C4C;
}
.fancybox-button:focus {
  outline: none;
}

.fancybox-button--close {
  color: #4C4C4C;
  padding: 8px;
}
.fancybox-button--close:hover {
  color: #FFF;
}

.fancybox-navigation .fancybox-button {
  background: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #2D2D2D;
  padding: 7px;
  transition: all 0.3s ease !important;
  top: calc(50% - 20px);
  color: #CCAE93;
}
.fancybox-navigation .fancybox-button:hover {
  background: #4C4C4C;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 18px;
}
@media (max-width: 480px) {
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 4px;
  }
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 18px;
}
@media (max-width: 480px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 4px;
  }
}
.fancybox-navigation .fancybox-button:disabled {
  opacity: 0.3;
}
.fancybox-navigation .fancybox-button:disabled:hover {
  background: #2D2D2D;
  color: #CCAE93;
}

.fancybox-infobar {
  font-size: 14px;
  color: #848484;
  left: 18px;
  top: 10px;
}

.fancybox-slide {
  padding: 58px 0;
}

.order {
  background-color: #FFF;
  background-image: url("/local/templates/zkamen/css/../img/order/top.jpg"), url("/local/templates/zkamen/css/../img/order/bottom.jpg");
  background-repeat: no-repeat;
  background-position: right top, left bottom;
  padding: 44px 38px;
  width: 419px;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03), 0 5px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .order {
    padding: 30px 24px;
    width: 360px;
  }
}
.order .vertical-form {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.order__title {
  text-align: center;
  margin-bottom: 16px;
}

.order__subtitle {
  text-align: center;
  color: #848484;
  margin-bottom: 36px;
}

.modal-thanks {
  padding: 100px 50px;
  text-align: center;
}
.modal-thanks img {
  margin-bottom: 30px;
}
.modal-thanks .order__subtitle {
  margin-bottom: 0;
}

.letter-textarea {
  position: relative;
  left: -20px;
  width: calc(100% + 40px) !important;
  max-width: calc(100% + 40px);
}

.letter-form__first {
  display: none;
}
.letter-form__first.active {
  display: block;
}

.letter-form__second {
  display: none;
}
.letter-form__second.active {
  display: block;
}

.letter-form__back {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
  cursor: pointer;
}
.letter-form__back:hover i {
  background: #E6E6E6;
}
.letter-form__back:hover span {
  color: #B28B68;
}
.letter-form__back i {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #F7F7F7;
  color: #CCAE93;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 12px;
}
.letter-form__back span {
  color: #CCAE93;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.head-panel {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: #212121;
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (max-width: 1024px) {
  .head-panel {
    display: none;
  }
}
.head-panel.visible {
  -webkit-transform: none;
          transform: none;
}
.head-panel .container-big {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .head-panel .container-big {
    height: 50px;
  }
}
@media (max-width: 480px) {
  .head-panel .container-big {
    height: 40px;
  }
}

.head-panel__logo {
  width: 90px;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1200px) {
  .head-panel__logo {
    width: auto;
    margin-right: 20px;
  }
}
.head-panel__logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .head-panel__logo img {
    height: 30px;
  }
}
@media (max-width: 480px) {
  .head-panel__logo img {
    height: 24px;
  }
}

.head-panel__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 60px;
}
@media (max-width: 1200px) {
  .head-panel__nav {
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  .head-panel__nav {
    display: none;
  }
}
.head-panel__nav a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  position: relative;
  height: 72px;
  color: #848484;
  margin: 0 4px;
  transition: color 0.3s ease;
}
.head-panel__nav a:first-child {
  margin-left: 0;
}
.head-panel__nav a:last-child {
  margin-right: 0;
}
.head-panel__nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #B28B68;
  height: 4px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.head-panel__nav a:hover {
  color: #EEEEEE;
}
.head-panel__nav a.active {
  color: #EEEEEE;
}
.head-panel__nav a.active:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.head-panel__phone {
  white-space: nowrap;
  margin-left: auto;
  color: #D1D1D1;
}

.burger {
  width: 36px;
  height: 36px;
  position: fixed;
  top: 12px;
  right: 20px;
  z-index: 101;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background: #4C4C4C;
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s ease;
}
@media (max-width: 1024px) {
  .burger {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.burger--shadow {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}
.burger--ontop {
  box-shadow: none;
}
.burger figure {
  position: relative;
  z-index: 2;
  width: 24px;
  height: 2px;
  background: #FFF;
  border-radius: 2px;
  transition: background 0.2s ease 0.1s, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, background 0.2s ease 0.1s;
  transition: transform 0.4s ease, background 0.2s ease 0.1s, -webkit-transform 0.4s ease;
}
.burger figure:before, .burger figure:after {
  content: "";
  width: 24px;
  height: 2px;
  background: #FFF;
  position: absolute;
  border-radius: 2px;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.burger figure:before {
  -webkit-transform: rotate(0) translate3d(0, -8px, 0);
          transform: rotate(0) translate3d(0, -8px, 0);
}
.burger figure:after {
  -webkit-transform: rotate(0) translate3d(0, 8px, 0);
          transform: rotate(0) translate3d(0, 8px, 0);
}
.burger.active {
  background: transparent;
}
.burger.active figure {
  background: transparent;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  transition: background 0.1s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, background 0.1s ease;
  transition: transform 0.4s ease, background 0.1s ease, -webkit-transform 0.4s ease;
}
.burger.active figure:before {
  background: #4C4C4C;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0) scaleX(0.7);
          transform: rotate(-45deg) translate3d(0, 0, 0) scaleX(0.7);
}
.burger.active figure:after {
  background: #4C4C4C;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0) scaleX(0.7);
          transform: rotate(45deg) translate3d(0, 0, 0) scaleX(0.7);
}

.mob-panel {
  display: none;
  position: fixed;
  width: 375px;
  max-width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #212121;
  transition: visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate3d(375px, 0, 0);
          transform: translate3d(375px, 0, 0);
  padding: 22px 32px 32px 32px;
  color: #FFF;
}
@media (max-width: 1024px) {
  .mob-panel {
    display: block;
  }
}
.mob-panel.active {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

body.stopped {
  overflow: hidden;
}

.mob-panel__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media (max-height: 750px) {
  .mob-panel__logo {
    margin-bottom: 30px;
  }
}

.mob-panel__logo__sign {
  width: 27px;
  margin-right: 12px;
}

.mob-panel__logo__text {
  width: 166px;
}

.mob-panel__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: 1px solid #4C4C4C;
}
@media (max-height: 750px) {
  .mob-panel__nav {
    padding-bottom: 32px;
  }
}
.mob-panel__nav a {
  position: relative;
  color: #848484;
  margin-bottom: 28px;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.3s ease;
}
@media (max-height: 750px) {
  .mob-panel__nav a {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.mob-panel__nav a:last-child {
  margin-bottom: 0;
}
.mob-panel__nav a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 4px;
  background: #B28B68;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  transition: all 0.3s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.mob-panel__nav a:active {
  color: #FFF;
}
.mob-panel__nav a.active {
  color: #FFF;
}
.mob-panel__nav a.active:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.mob-panel__conts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 34px;
}
@media (max-height: 750px) {
  .mob-panel__conts {
    padding-top: 24px;
  }
}
.mob-panel__conts .p-14 {
  margin-bottom: 20px;
  color: #EEEEEE;
}
.mob-panel__conts .h4 {
  margin-bottom: 19px;
}
.mob-panel__conts .h6 {
  color: #B28B68;
}

.mob-panel__socials {
  padding-top: 36px;
}
.mob-panel__socials .p-14 {
  margin-bottom: 20px;
  color: #EEEEEE;
}
.mob-panel__socials a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: top;
  width: 46px;
  height: 46px;
  margin-right: 14px;
  border-radius: 50%;
  background: #4C4C4C;
  font-size: 24px;
  color: #D1D1D1;
}
.mob-panel__socials a .i-tg {
  position: relative;
  left: -0.1em;
}

.lines {
  display: none;
  position: absolute;
  z-index: 2;
  width: 960px;
  max-width: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
}
@media (max-width: 768px) {
  .lines {
    display: none;
  }
}
.lines figure {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25%;
}
.lines figure:nth-child(1) {
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}
.lines figure:nth-child(2) {
  left: calc(25% + 1px);
  border-right: 1px solid #EEEEEE;
}
.lines figure:nth-child(3) {
  left: 50%;
  border-right: 1px solid #EEEEEE;
}
.lines figure:nth-child(4) {
  left: 75%;
  border-right: 1px solid #EEEEEE;
}
.lines--black figure {
  border-color: rgba(132, 132, 132, 0.3) !important;
}
.lines--black-2 figure {
  border-color: rgba(76, 76, 76, 0.2) !important;
}

.lines--1-0-1-1-0 figure:nth-child(1) {
  border-right: 0;
}
.lines--1-0-1-1-0 figure:nth-child(4) {
  border-right: 0;
}

.lines--1-1-1-0-1 figure:nth-child(3) {
  border-right: 0;
}

.lines--1-0-1-0-1 figure:nth-child(1) {
  border-right: 0;
}
.lines--1-0-1-0-1 figure:nth-child(3) {
  border-right: 0;
}

.lines--1-0-0-0-1 figure:nth-child(1) {
  border-right: 0;
}
.lines--1-0-0-0-1 figure:nth-child(2) {
  border-right: 0;
}
.lines--1-0-0-0-1 figure:nth-child(3) {
  border-right: 0;
}

.lines--1-0-1-1-1 figure:nth-child(1) {
  border-right: 0;
}

.lines--1-1-0-1-1 figure:nth-child(2) {
  border-right: 0;
}

.flickity-prev-next-button {
  width: 40px;
  height: 40px;
  background: #F7F7F7;
  color: #CCAE93;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.flickity-prev-next-button:hover {
  background: #E6E6E6;
}
.flickity-prev-next-button:focus {
  box-shadow: none;
  background: #E6E6E6;
}
.flickity-prev-next-button:active {
  opacity: 1;
  background: #E6E6E6;
}
.flickity-prev-next-button:disabled {
  pointer-events: all;
  cursor: default;
  opacity: 0.3 !important;
  background: #F7F7F7 !important;
}
.flickity-prev-next-button .flickity-button-icon {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.flickity-prev-next-button .flickity-button-icon path {
  pointer-events: none;
}

.slider-arrows-bottom-right {
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .slider-arrows-bottom-right {
    padding-bottom: 40px;
    padding-bottom: 0;
  }
}
.slider-arrows-bottom-right .flickity-prev-next-button {
  bottom: 0;
  top: initial;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .slider-arrows-bottom-right .flickity-prev-next-button {
    display: none;
  }
}
.slider-arrows-bottom-right .flickity-prev-next-button.previous {
  left: initial;
  right: 140px;
}
.slider-arrows-bottom-right .flickity-prev-next-button.next {
  right: 0;
}
.slider-arrows-bottom-right .counter {
  bottom: 0;
  right: 40px;
}
@media (max-width: 768px) {
  .slider-arrows-bottom-right .counter {
    display: none;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.slider-arrows-bottom-right .btn-zoom {
  position: absolute;
  bottom: 0;
  right: 500px;
}
@media (max-width: 1200px) {
  .slider-arrows-bottom-right .btn-zoom {
    right: initial;
    left: 80px;
  }
}
@media (max-width: 1024px) {
  .slider-arrows-bottom-right .btn-zoom {
    left: 30px;
  }
}
@media (max-width: 768px) {
  .slider-arrows-bottom-right .btn-zoom {
    left: 0;
    display: none;
  }
}

.slider-arrows-bottom-left {
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .slider-arrows-bottom-left {
    padding-bottom: 0;
  }
}
.slider-arrows-bottom-left .flickity-prev-next-button {
  bottom: 0;
  top: initial;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .slider-arrows-bottom-left .flickity-prev-next-button {
    display: none;
  }
}
.slider-arrows-bottom-left .flickity-prev-next-button.previous {
  left: 0;
}
.slider-arrows-bottom-left .flickity-prev-next-button.next {
  right: initial;
  left: 140px;
}
.slider-arrows-bottom-left .counter {
  bottom: 0;
  left: 40px;
}
@media (max-width: 768px) {
  .slider-arrows-bottom-left .counter {
    display: none;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.slider-arrows-bottom-left .btn-zoom {
  position: absolute;
  bottom: 0;
  left: 500px;
}
@media (max-width: 1200px) {
  .slider-arrows-bottom-left .btn-zoom {
    left: initial;
    right: 0;
  }
}
@media (max-width: 768px) {
  .slider-arrows-bottom-left .btn-zoom {
    display: none;
  }
}

.counter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  height: 40px;
  width: 100px;
  position: absolute;
  color: #848484;
  font-size: 14px;
}
.counter span {
  width: 20px;
  text-align: center;
}

.slider-arrows-dark .flickity-prev-next-button {
  background: #2D2D2D;
  color: #4C4C4C;
}
.slider-arrows-dark .flickity-prev-next-button:hover {
  color: #E6E6E6;
  background: #4C4C4C;
}
.slider-arrows-dark .flickity-prev-next-button:focus {
  color: #E6E6E6;
  background: #4C4C4C;
}
.slider-arrows-dark .flickity-prev-next-button:active {
  opacity: 1;
  color: #E6E6E6;
  background: #4C4C4C;
}
.slider-arrows-dark .flickity-prev-next-button:disabled {
  pointer-events: all;
  cursor: default;
  opacity: 0.3 !important;
  background: #2D2D2D !important;
  color: #4C4C4C !important;
}
.slider-arrows-dark .btn-zoom {
  background: #2D2D2D;
  color: #4C4C4C;
}
.slider-arrows-dark .btn-zoom:hover {
  color: #E6E6E6;
  background: #4C4C4C;
}

.flickity-page-dots {
  position: relative;
  bottom: 0;
  margin-top: 8px;
}
.flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  background: #CCAE93;
  opacity: 0.3;
  transition: all 0.3s ease;
  margin: 0 3px;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
  box-shadow: 0 0 0 1px #CCAE93;
}

.s-intro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 150px 0;
  min-height: 100vh;
  overflow: hidden;
  color: #FFF;
  background: url("/local/templates/zkamen/css/../img/intro-new/bg.jpg") center top no-repeat #000;
  background-size: cover;
}
@media (max-width: 1024px) {
  .s-intro {
    padding: 120px 0 80px 0;
  }
}
@media (max-width: 768px) {
  .s-intro {
    min-height: initial;
    padding-bottom: 120px;
  }
}
@media (max-width: 680px) {
  .s-intro {
    display: block;
  }
}
@media (max-width: 480px) {
  .s-intro {
    padding-top: 100px;
  }
}

.s-intro__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.s-intro__video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(to top, rgba(16, 16, 16, 0) 0%, #101010 100%);
  z-index: 2;
}
.s-intro__video:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(to bottom, rgba(16, 16, 16, 0) 0%, #101010 100%);
  z-index: 2;
}
.s-intro__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .intro-top {
    top: 30px;
  }
}
@media (max-width: 1024px) {
  .intro-top {
    position: fixed;
    z-index: 99;
    top: 0;
    background: #101010;
    height: 60px;
    padding-right: 75px;
  }
}

.intro-top__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro-top__logo__symbol {
  width: 90px;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1200px) {
  .intro-top__logo__symbol {
    width: auto;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .intro-top__logo__symbol {
    margin-right: 10px;
  }
}
.intro-top__logo__symbol img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .intro-top__logo__symbol img {
    height: 30px;
  }
}
@media (max-width: 480px) {
  .intro-top__logo__symbol img {
    height: 24px;
  }
}

@media (max-width: 1024px) {
  .intro-top__logo-text {
    height: 15px;
  }
}
@media (max-width: 480px) {
  .intro-top__logo-text {
    height: 12px;
  }
}

.intro-top__descr {
  color: #D1D1D1;
  max-width: 360px;
  margin-left: 65px;
}
@media (max-width: 1024px) {
  .intro-top__descr {
    display: none;
  }
}

.intro-top__right {
  text-align: right;
  margin-left: auto;
}
@media (max-width: 680px) {
  .intro-top__right {
    display: none;
  }
}
.intro-top__right .h4 {
  display: block;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .intro-top__right .h4 {
    margin-bottom: 5px;
  }
}
.intro-top__right .h6 {
  display: block;
  color: #B28B68;
  transition: color 0.3s ease;
}
.intro-top__right .h6:hover {
  color: #9D7A5A;
}

.intro-top__socials {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
@media (max-width: 680px) {
  .intro-top__socials {
    margin-left: auto;
  }
}
.intro-top__socials a {
  width: 34px;
  height: 34px;
  background: #4C4C4C;
  color: #FFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-left: 15px;
  font-size: 18px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.intro-top__socials a:hover {
  opacity: 1;
}
.intro-top__socials a .i-tg {
  position: relative;
  left: -0.1em;
}
.intro-top__socials a.intro-top__socials__phone {
  display: none;
}
@media (max-width: 680px) {
  .intro-top__socials a.intro-top__socials__phone {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 680px) {
  .intro-top__socials a.intro-top__socials__tg {
    display: none;
  }
}

.intro {
  text-align: center;
}

.intro__title {
  margin-bottom: 1.5em;
}

.intro__triggers {
  margin-bottom: 54px;
}
.intro__triggers .grid-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.intro-trigger {
  max-width: 213px;
  margin-left: auto;
  margin-right: auto;
}
.intro-trigger img {
  display: block;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  .intro-trigger .p-14 {
    font-size: 10px;
  }
}

.s-services {
  background: #F7F7F7;
  padding: 1px 0;
}

.services-panel-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  margin: -70px 0 -30px 0;
}
@media (max-width: 1024px) {
  .services-panel-grid {
    grid-gap: 30px;
  }
}
@media (max-width: 680px) {
  .services-panel-grid {
    grid-gap: 20px;
  }
}
@media (max-width: 480px) {
  .services-panel-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.service-panel {
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 50px 56px 56px 56px;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03), 0 5px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1200px) {
  .service-panel {
    padding: 35px;
  }
}
@media (max-width: 680px) {
  .service-panel {
    padding: 25px;
  }
}
.service-panel.anim {
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0) scale(1.1);
          transform: translate3d(0, -40px, 0) scale(1.1);
  transition: all 0.8s ease;
}
.service-panel.animated {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.service-panel__icon {
  display: block;
  margin-bottom: 36px;
}
@media (max-width: 1200px) {
  .service-panel__icon {
    margin-bottom: 24px;
  }
}
@media (max-width: 680px) {
  .service-panel__icon {
    width: 70px;
    margin-bottom: 12px;
  }
}

.service-panel__title {
  margin-bottom: 12px;
}

.service-panel__descr {
  color: #848484;
}
.service-panel__descr p {
  margin-bottom: 7px;
}
.service-panel__descr p:last-child {
  margin-bottom: 0;
}

.s-vids {
  padding-top: 20px;
  margin-top: -30px;
  padding-bottom: 50px;
  overflow: hidden;
}
.s-vids .sec-title {
  max-width: 660px;
}

.vids-thumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .vids-thumbs {
    margin-bottom: 20px;
  }
}
.vids-thumbs.flickity-enabled {
  display: block;
}
.vids-thumbs .flickity-viewport {
  overflow: visible;
}

.vids-thumbs__slide {
  margin-right: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 480px) {
  .vids-thumbs__slide {
    margin-right: 12px;
  }
}

.vid-thumb {
  width: 117px;
  text-align: center;
  cursor: pointer;
}
.vid-thumb:hover .vid-thumb__stage {
  -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0);
}
.vid-thumb:hover .vid-thumb__stage img {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0px 20px rgba(0, 0, 0, 0.05);
}
.vid-thumb:hover .vid-thumb__stage figure:nth-child(2) {
  -webkit-transform: translate3d(0, 2px, 0) scale(0.95);
          transform: translate3d(0, 2px, 0) scale(0.95);
}
.vid-thumb:hover .vid-thumb__stage figure:nth-child(1) {
  -webkit-transform: translate3d(0, 2px, 0) scale(0.9);
          transform: translate3d(0, 2px, 0) scale(0.9);
}
.vid-thumb.active .vid-thumb__stage {
  -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0);
}
.vid-thumb.active .vid-thumb__stage img {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0px 20px rgba(0, 0, 0, 0.05);
}
.vid-thumb.active .vid-thumb__stage figure:nth-child(2) {
  -webkit-transform: translate3d(0, 2px, 0) scale(0.95);
          transform: translate3d(0, 2px, 0) scale(0.95);
}
.vid-thumb.active .vid-thumb__stage figure:nth-child(1) {
  -webkit-transform: translate3d(0, 2px, 0) scale(0.9);
          transform: translate3d(0, 2px, 0) scale(0.9);
}
.vid-thumb.active .vid-thumb__title {
  color: #212121;
}

.vid-thumb__stage {
  display: block;
  position: relative;
  width: 100px;
  height: 101px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.vid-thumb__stage img {
  position: relative;
  display: block;
  border-radius: 8px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03), 0 5px 12px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease;
}
.vid-thumb__stage figure {
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.vid-thumb__stage figure:first-child {
  opacity: 0.4;
  top: -9px;
  border-radius: 4px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.vid-thumb__stage figure:nth-child(2) {
  top: -5px;
  border-radius: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}

.vid-thumb__title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  color: #9D7A5A;
  transition: color 0.3s ease;
}

.vids {
  position: relative;
}

.vid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .vid {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.vid.active {
  position: relative;
  z-index: 2;
}
.vid.active .vid__left {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.vid.active .vid__title, .vid.active .vid__order, .vid.active .vid__descr, .vid.active .vid__param {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.vid__left {
  width: calc(50% - 30px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 30px;
  opacity: 0;
  -webkit-transform: translate3d(-60px, 0, 0);
          transform: translate3d(-60px, 0, 0);
  transition: all 0.8s ease;
}
@media (max-width: 768px) {
  .vid__left {
    width: 100%;
    margin-right: 0;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
    margin-bottom: 30px;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.vid__right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(50% - 30px);
  margin-left: 30px;
}
@media (max-width: 768px) {
  .vid__right {
    width: 100%;
    margin-left: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.vid__slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 690px;
  max-width: calc(50vw - 30px);
  overflow: hidden;
}
@media (min-width: 1940px) {
  .vid__slider {
    width: 900px;
    max-width: 900px;
  }
}
@media (max-width: 768px) {
  .vid__slider {
    max-width: 100%;
  }
}
.vid__slider .flickity-viewport {
  border-radius: 12px;
}
@media (max-width: 768px) {
  .vid__slider .flickity-viewport {
    overflow: visible;
  }
}
.vid__slider.flickity-enabled {
  display: block;
  overflow: visible;
}

.vid__slider__slide {
  display: block;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 768px) {
  .vid__slider__slide {
    width: 70%;
    margin-right: 30px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .vid__slider__slide {
    width: 80%;
    margin-right: 12px;
  }
}
@media (max-width: 768px) {
  .vid__slider__slide:last-child {
    margin-right: 0;
  }
}
.vid__slider__slide:first-child img {
  border-radius: 12px 0 0 12px;
}
@media (max-width: 768px) {
  .vid__slider__slide:first-child img {
    border-radius: 12px;
  }
}
.vid__slider__slide:last-child img {
  border-radius: 0 12px 12px 0;
}
@media (max-width: 768px) {
  .vid__slider__slide:last-child img {
    border-radius: 12px;
  }
}
.vid__slider__slide img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .vid__slider__slide img {
    border-radius: 12px;
  }
}

.vid__title {
  margin-bottom: 24px;
  opacity: 0;
  -webkit-transform: translate3d(-60px, 0, 0);
          transform: translate3d(-60px, 0, 0);
  transition: all 0.8s ease 0.1s;
}
@media (max-width: 768px) {
  .vid__title {
    margin-bottom: 12px;
  }
}

.vid__params {
  width: 100%;
}

.vid__param {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding-right: 24px;
  margin-bottom: 24px;
  opacity: 0;
  -webkit-transform: translate3d(-60px, 0, 0);
          transform: translate3d(-60px, 0, 0);
  transition: all 0.8s ease 0.2s;
}
@media (max-width: 480px) {
  .vid__param {
    padding-right: 12px;
    margin-bottom: 12px;
  }
}
.vid__param:nth-child(2) {
  transition-delay: 0.3s;
}
.vid__param .p-14 {
  display: block;
  color: #848484;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .vid__param .p-14 {
    margin-bottom: 4px;
  }
}

.vid__descr {
  color: #848484;
  margin-bottom: 56px;
  opacity: 0;
  -webkit-transform: translate3d(-60px, 0, 0);
          transform: translate3d(-60px, 0, 0);
  transition: all 0.8s ease 0.4s;
}
@media (max-width: 768px) {
  .vid__descr {
    margin-bottom: 24px;
  }
}

.vid__order {
  margin-top: auto;
  opacity: 0;
}
@media (max-width: 768px) {
  .vid__order {
    display: none;
  }
}
.vid__order .h6 {
  margin-bottom: 20px;
}
.vid__order--mob {
  display: none;
  opacity: 1;
}
@media (max-width: 768px) {
  .vid__order--mob {
    display: block;
    opacity: 1;
  }
}

.s-cases {
  padding-top: 50px;
  padding-bottom: 190px;
}
@media (max-width: 480px) {
  .s-cases {
    padding-bottom: 150px;
  }
}

.cases-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 50px;
}
@media (max-width: 768px) {
  .cases-grid {
    grid-column-gap: 24px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 480px) {
  .cases-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.cases-hidden {
  display: none;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .cases-hidden {
    padding-top: 20px;
  }
}

.case-preview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03), 0 5px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  cursor: pointer;
}
.case-preview.anim {
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0) scale(1.1);
          transform: translate3d(0, -40px, 0) scale(1.1);
  transition: all 0.8s ease;
}
.case-preview.animated {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.case-preview:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0px 20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  transition: all 0.3s ease;
}
.case-preview:hover .case-preview__link {
  color: #9D7A5A;
  opacity: 1;
}

.case-preview__img {
  display: block;
  width: 100%;
  height: auto;
}

.case-preview__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 36px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1024px) {
  .case-preview__content {
    padding: 14px 24px;
  }
}

.case-preview__title {
  margin-bottom: 9px;
}

.case-preview__descr {
  margin-bottom: 15px;
  color: #848484;
}

.case-preview__link {
  color: #848484;
  transition: color 0.3s ease, opacity 0.3s ease;
  opacity: 0.3;
  margin-top: auto;
}

.cases-more {
  margin-top: 50px;
  text-align: center;
}

.modal-case-wrap .fancybox-slide {
  padding: 0;
}
.modal-case-wrap .modal-case {
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-case {
  display: none;
  width: 100%;
  background: #101010;
  color: #F7F7F7;
  min-height: 100%;
  padding: 100px 0;
  overflow: hidden !important;
}
@media (max-width: 1400px) {
  .modal-case {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  .modal-case {
    padding: 18px 0 40px 0;
  }
}

.modal-case__title {
  margin-bottom: 60px;
  color: #FFF;
}
@media (max-width: 1400px) {
  .modal-case__title {
    margin-bottom: 20px;
  }
}

.modal-case__params {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .modal-case__params {
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .modal-case__params {
    margin-bottom: 0;
  }
}

.modal-case__param {
  width: 25%;
  padding-right: 24px;
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  .modal-case__param {
    width: 50%;
  }
}
.modal-case__param .p-14 {
  color: #848484;
  margin-bottom: 8px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .modal-case__param .p-14 {
    margin-bottom: 4px;
  }
}
@media (max-width: 680px) {
  .modal-case__param .h5, .modal-case__param .fancybox-caption__body {
    font-size: 14px;
  }
}
.modal-case__param .h5 sup, .modal-case__param .fancybox-caption__body sup {
  font-size: 60%;
}

.modal-case__main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .modal-case__main {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.modal-case__left {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .modal-case__left {
    width: 100%;
    padding-right: 0;
  }
}

.modal-case__right {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .modal-case__right {
    width: 70%;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .modal-case__right {
    width: 80%;
  }
}

.modal-case__descr {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .modal-case__descr {
    margin-bottom: 15px;
  }
}
.modal-case__descr p {
  margin-bottom: 0.5em;
}

.modal-case__stones {
  margin-top: auto;
  width: 100%;
}

.modal-case__stones__title {
  margin-bottom: 20px;
  color: #D1D1D1;
}

.modal-case__stones__grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .modal-case__stones__grid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow: auto;
    padding-left: 30px;
    margin-left: -30px;
    width: calc(100% + 60px);
  }
}

.modal-case__stone-wrap {
  width: 25%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 768px) {
  .modal-case__stone-wrap {
    width: 90px;
    margin-right: 12px;
  }
}

.modal-case__stone {
  width: 90px;
  margin-bottom: 10px;
}
.modal-case__stone img {
  display: block;
  border-radius: 6px;
  margin-bottom: 8px;
  width: 70px;
  height: auto;
}

.modal-case__stone__name {
  color: #E6E6E6;
}

.modal-case__stone__color {
  color: #848484;
}

.modal-case-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal-case-slider.flickity-enabled {
  display: block;
}
.modal-case-slider .flickity-viewport {
  overflow: visible;
}

.modal-case-slider__slide {
  width: 502px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px;
  overflow: hidden;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 1940px) {
  .modal-case-slider__slide {
    width: 800px;
  }
}
@media (max-width: 1400px) {
  .modal-case-slider__slide {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .modal-case-slider__slide {
    margin-right: 12px;
  }
}
.modal-case-slider__slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.modal-case-slider__slide.past {
  opacity: 0.1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
}

.modal-case-nav {
  position: absolute;
  left: -90px;
  top: 0;
  bottom: 0;
  max-height: calc(100vh - 200px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1400px) {
  .modal-case-nav {
    max-height: calc(100vh - 120px);
  }
}
@media (max-width: 1200px) {
  .modal-case-nav {
    position: relative;
    left: 0;
    min-height: initial;
    margin-bottom: 15px;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.btn-up, .btn-down {
  background: #2D2D2D;
  color: #4C4C4C;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.btn-up:hover, .btn-down:hover {
  color: #E6E6E6;
  background: #4C4C4C;
}
.btn-up:focus, .btn-down:focus {
  color: #E6E6E6;
  background: #4C4C4C;
}
.btn-up:active, .btn-down:active {
  opacity: 1;
  color: #E6E6E6;
  background: #4C4C4C;
}
.btn-up.disabled, .btn-down.disabled {
  cursor: default;
  opacity: 0.3 !important;
  background: #2D2D2D !important;
  color: #4C4C4C !important;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .btn-up.btn-up, .btn-down.btn-up {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-right: 24px;
  }
}
@media (max-width: 1200px) {
  .btn-up.btn-down, .btn-down.btn-down {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.modal-case-nav__text {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1200px) {
  .modal-case-nav__text {
    display: none;
  }
}
.modal-case-nav__text span {
  position: absolute;
  top: calc(50% - 12px);
  left: -70px;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #848484;
  width: 180px;
  text-align: center;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal-case-nav__text span.visible {
  opacity: 1;
}

.s-examples {
  padding: 150px 0 40px;
}
@media (max-width: 1200px) {
  .s-examples {
    padding: 120px 0 10px;
  }
}
@media (max-width: 768px) {
  .s-examples {
    padding: 100px 0 60px 0;
  }
}
.s-examples .sec-title .h3 {
  margin-bottom: 0.5em;
}
.s-examples .sec-title .lead-16 {
  margin-bottom: 0;
}

.examples {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 680px) {
  .examples {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.examples__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1024px) {
  .examples__img {
    width: calc(100% - 360px);
  }
}
@media (max-width: 680px) {
  .examples__img {
    width: 280px;
    margin-top: -20px;
    margin-bottom: -60px;
  }
}

.examples__order {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.s-video-2__wrap {
  position: relative;
}
@media (max-width: 1024px) {
  .s-video-2__wrap {
    height: auto;
  }
}
.s-video-2__wrap.animated .h2 {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.s-video-2 {
  height: 900px;
  min-height: 100vh;
  padding: 80px 0;
  background-color: #101010;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 100vh;
}
@media (max-width: 1024px) {
  .s-video-2 {
    height: 500px;
    min-height: 0;
  }
}
@media (max-width: 680px) {
  .s-video-2 {
    height: auto;
    padding: 120px 0;
  }
}
.s-video-2 .h2 {
  color: #F7F7F7;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  transition: all 1s ease;
}
@media (max-width: 1024px) {
  .s-video-2 .h2 {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 480px) {
  .s-video-2 .h2 {
    font-size: 24px;
  }
}
.s-video-2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  right: 0;
  height: 70%;
  background: linear-gradient(to bottom, rgba(16, 16, 16, 0) 0%, #101010);
  z-index: 1;
}

.video-2__video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .video-2__video-wrap {
    display: none;
  }
}
.video-2__video-wrap video {
  position: relative;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  object-fit: cover;
}

.s-map {
  background: #101010;
  padding-top: 130px;
  padding-bottom: 130px;
  color: #F7F7F7;
  min-height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .s-map {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .s-map {
    min-height: initial;
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .s-map {
    min-height: initial;
  }
}
@media (max-width: 480px) {
  .s-map {
    padding-bottom: 400px;
  }
}

.map-left {
  width: calc(50% - 30px);
}
@media (max-width: 480px) {
  .map-left {
    width: 100%;
  }
}

.map-left__suptitle {
  margin-bottom: 48px;
  color: #D1D1D1;
}
@media (max-width: 768px) {
  .map-left__suptitle {
    margin-bottom: 16px;
  }
}

.map-left__title {
  color: #FFF;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .map-left__title {
    margin-bottom: 16px;
  }
}

.map-left__descr {
  color: #D1D1D1;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .map-left__descr {
    margin-bottom: 40px;
  }
}

.map-stage {
  position: absolute;
  top: calc(50% - 400px);
  left: calc(50% + 85px);
  width: 1203px;
  height: 694px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .map-stage {
    top: -70px;
  }
}
@media (max-width: 768px) {
  .map-stage {
    left: 50%;
    top: -140px;
  }
}
@media (max-width: 480px) {
  .map-stage {
    top: initial;
    bottom: 0;
    left: 40px;
    width: 900px;
    height: 520px;
  }
}
.map-stage--anim .map-stage__geo {
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
  transition: all 1s ease;
}
.map-stage--anim .map-stage__geo span {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  transition: all 1s ease 1s;
}
.map-stage--anim .map-stage__geo:nth-child(2) {
  transition-delay: 0s;
}
.map-stage--anim .map-stage__geo:nth-child(3) {
  transition-delay: 0.2s;
}
.map-stage--anim .map-stage__geo:nth-child(4) {
  transition-delay: 0.4s;
}
.map-stage--anim .map-stage__geo:nth-child(5) {
  transition-delay: 0.6s;
}
.map-stage.animated .map-stage__geo {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.map-stage.animated .map-stage__geo span {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.map-stage__map {
  width: 100%;
  display: block;
}

.map-stage__geo {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #EEEEEE;
  box-shadow: 5px 5px 13px rgba(25, 25, 25, 0.9), -5px -5px 10px rgba(41, 41, 41, 0.9), 5px -5px 10px rgba(25, 25, 25, 0.2), -5px 5px 10px rgba(25, 25, 25, 0.2), inset -1px -1px 2px rgba(25, 25, 25, 0.5), inset 1px 1px 2px rgba(41, 41, 41, 0.3);
}
.map-stage__geo span {
  position: absolute;
  color: #E6E6E6;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.1;
  white-space: nowrap;
  top: calc(100% + 3px);
  left: calc(100% + 3px);
}

.map-stage__geo--1 {
  top: calc(45% - 6px);
  left: calc(16% - 6px);
}

.map-stage__geo--2 {
  top: calc(56% - 6px);
  left: calc(8% - 6px);
}

.map-stage__geo--3 {
  top: calc(66% - 6px);
  left: calc(10% - 6px);
}

.map-stage__geo--4 {
  top: calc(77% - 6px);
  left: calc(22% - 6px);
}
.map-stage__geo--4 span {
  bottom: calc(100% + 3px);
  top: initial;
}

.s-others {
  padding-top: 120px;
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .s-others {
    padding-top: 90px;
  }
}
@media (max-width: 1200px) {
  .s-others {
    padding-top: 60px;
  }
}
.s-others:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 130px;
  background: #F7F7F7;
}

.others {
  padding-left: 120px;
}
@media (max-width: 1024px) {
  .others {
    padding-left: 0;
  }
}

.others__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  .others__grid {
    grid-gap: 10px;
  }
}
@media (max-width: 768px) {
  .others__grid {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.other-panel {
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03), 0 5px 12px rgba(0, 0, 0, 0.15);
}
.other-panel.anim {
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0) scale(1.1);
          transform: translate3d(0, -40px, 0) scale(1.1);
  transition: all 0.8s ease;
}
.other-panel.animated {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.other-panel img {
  display: block;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.other-panel__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 12px 18px;
  min-height: 78px;
}
@media (max-width: 480px) {
  .other-panel__content {
    padding: 8px 12px;
    min-height: 58px;
  }
}
@media (max-width: 480px) {
  .other-panel__content .lead-16 {
    font-size: 12px;
  }
}

.other-call {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF;
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  border-radius: 8px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03), 0 5px 12px rgba(0, 0, 0, 0.15);
  padding: 40px 20px 30px;
  text-align: center;
}
@media (max-width: 1024px) {
  .other-call {
    padding: 40px 15px 15px 15px;
  }
}
@media (max-width: 768px) {
  .other-call {
    padding: 40px 20px 30px;
  }
}
@media (max-width: 480px) {
  .other-call {
    padding: 20px 10px 15px 10px;
  }
}
.other-call.anim {
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0) scale(1.1);
          transform: translate3d(0, -40px, 0) scale(1.1);
  transition: all 0.8s ease;
}
.other-call.animated {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.other-call img {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .other-call img {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .other-call img {
    width: 84px;
  }
}
@media (max-width: 480px) {
  .other-call img {
    width: 60px;
  }
}
.other-call .p-14 {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .other-call .p-14 {
    font-size: 12px;
  }
}
.other-call .btn {
  width: 100%;
  margin-top: auto;
  padding-left: 4px;
  padding-right: 4px;
}
@media (max-width: 768px) {
  .other-call .btn {
    margin-top: 0;
  }
}

.s-contacts {
  background: #F7F7F7;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .s-contacts {
    padding-bottom: 60px;
    padding-top: 20px;
  }
}

.contacts {
  padding-left: 120px;
}
@media (max-width: 1024px) {
  .contacts {
    padding-left: 0;
  }
}

.contacts__title {
  margin-bottom: 38px;
  max-width: 600px;
}
@media (max-width: 680px) {
  .contacts__title {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .contacts__title {
    margin-bottom: 24px;
  }
}

.contacts-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1200px) {
  .contacts-row {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .contacts-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 680px) {
  .contacts-row {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contacts-row__col {
  width: 180px;
  margin-right: 60px;
}
@media (max-width: 1200px) {
  .contacts-row__col {
    margin-right: 24px;
  }
}
@media (max-width: 768px) {
  .contacts-row__col {
    width: auto;
    max-width: calc(100% / 3);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 0;
    padding-right: 24px;
  }
}
@media (max-width: 680px) {
  .contacts-row__col {
    text-align: center;
    margin-bottom: 20px;
    max-width: 100%;
    padding-right: 0;
  }
}
.contacts-row__col--socials {
  width: 270px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .contacts-row__col--socials {
    padding-top: 30px;
    width: 100%;
    max-width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media (max-width: 680px) {
  .contacts-row__col--socials {
    padding-top: 0;
  }
}
.contacts-row__col .btn {
  width: 100%;
}

.contacts__info .p-14 {
  color: #848484;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .contacts__info .p-14 {
    margin-bottom: 4px;
  }
}
.contacts__info a {
  white-space: nowrap;
}

.contacts__socials .p-14 {
  color: #848484;
  margin-bottom: 11px;
}

.socials {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 680px) {
  .socials {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.socials__link {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
  background: #FFF;
  border-radius: 30px;
  padding-right: 10px;
  margin: 0 10px 5px 0;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .socials__link {
    margin: 0 5px 5px 5px;
  }
}
.socials__link i {
  width: 34px;
  height: 34px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
}
.socials__link i.i-wa {
  background: #25CB3E;
  color: #FFF;
  font-size: 18px;
}
.socials__link i.i-tg {
  background: #37AEE2;
  color: #FFF;
  font-size: 18px;
}
.socials__link i.i-tg:before {
  position: relative;
  left: -1px;
}

.socials__link--wa:hover {
  background: #25CB3E;
  color: #FFF;
}

.socials__link--tg:hover {
  background: #37AEE2;
  color: #FFF;
}

.s-footer {
  padding: 20px 0;
  background: #212121;
  color: #F7F7F7;
}

.site-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 680px) {
  .site-footer {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.site-footer__logo {
  width: 90px;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1024px) {
  .site-footer__logo {
    width: auto;
  }
}
@media (max-width: 680px) {
  .site-footer__logo {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.site-footer__logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.site-footer__org {
  color: #E6E6E6;
  width: 180px;
  margin-right: 60px;
  white-space: nowrap;
}
@media (max-width: 680px) {
  .site-footer__org {
    margin-right: 0;
    margin-bottom: 10px;
    width: auto;
  }
}

.site-footer__address {
  width: 420px;
  margin-right: 60px;
}
@media (max-width: 680px) {
  .site-footer__address {
    margin-right: 0;
    margin-bottom: 10px;
    width: auto;
  }
}

.site-footer__inn {
  color: #E6E6E6;
}
.site-footer__inn span {
  margin-right: 20px;
  white-space: nowrap;
}
@media (max-width: 680px) {
  .site-footer__inn span {
    margin: 0 10px;
  }
}

.s-factory {
  background: #101010;
  color: #FFF;
}
@media (max-width: 680px) {
  .s-factory {
    padding: 60px 0;
    overflow: hidden;
  }
}

.factory {
  height: 3200px;
  position: relative;
}
@media (max-width: 680px) {
  .factory {
    height: auto;
  }
}

.factory-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  min-height: 100vh;
  top: 0;
  padding: 90px 30px 90px 120px;
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1400px) {
  .factory-info {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .factory-info {
    padding-left: 0;
  }
}
@media (max-width: 680px) {
  .factory-info {
    min-height: initial;
    width: 100%;
    padding: 0;
    position: relative;
    margin-bottom: 40px;
  }
}

.factory-info__title {
  margin-bottom: 80px;
}
@media (max-width: 1400px) {
  .factory-info__title {
    margin-bottom: 40px;
  }
}

.factory-info__list {
  position: relative;
}

.factory-info__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.factory-info__item:last-child {
  margin-bottom: 0;
}

.factory-info__item__icon {
  width: 50px;
  text-align: center;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 8px;
}
@media (max-width: 680px) {
  .factory-info__item__icon {
    width: 30px;
    margin-right: 16px;
  }
}
.factory-info__item__icon img {
  max-width: 100%;
}

.factory-info__item__text .h5, .factory-info__item__text .fancybox-caption__body {
  color: #FFF;
  margin-bottom: 4px;
}
.factory-info__item__text .p-14 {
  color: #848484;
}

.factory-stage__wrap {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  width: calc(50% - 30px);
}
@media (max-width: 768px) {
  .factory-stage__wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 680px) {
  .factory-stage__wrap {
    display: none;
  }
}

.factory-stage {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.factory-stage:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom, #101010, transparent);
  z-index: 10;
}
.factory-stage:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to top, #101010, transparent);
  z-index: 10;
}

.factory-stage__col {
  width: calc(50% - 18px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: transform;
}

.factory-stage__col--down {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  padding-bottom: 60vh;
}

.factory-stage__col--up {
  padding-top: 30vh;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.factory-stage__item {
  margin-bottom: 30px;
}
.factory-stage__item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 8px;
}
.factory-stage__item div {
  display: block;
  color: #EEEEEE;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}
.factory-stage__item .p-11 {
  display: block;
  color: #D1D1D1;
}

.factory-slider {
  overflow: hidden;
  display: none;
}
@media (max-width: 680px) {
  .factory-slider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.factory-slider.flickity-enabled {
  display: none;
  overflow: visible;
}
@media (max-width: 680px) {
  .factory-slider.flickity-enabled {
    display: block;
  }
}
.factory-slider .flickity-viewport {
  overflow: visible;
}

.factory-slider__slide {
  width: 75%;
  max-width: 252px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 24px;
}
.factory-slider__slide .factory-stage__item {
  margin-bottom: 0;
}

.factory__progress {
  position: absolute;
  height: 120px;
  width: 2px;
  left: -90px;
  top: 10px;
  background: #4C4C4C;
}
@media (max-width: 1024px) {
  .factory__progress {
    display: none;
  }
}
.factory__progress figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  background: #FFF;
  height: 20%;
}

.s-triggers {
  padding: 70px 0;
}
@media (max-width: 680px) {
  .s-triggers {
    overflow: hidden;
    padding: 30px 0;
  }
}

.triggers-title {
  max-width: 705px;
  margin-bottom: 1.5em;
}
@media (max-width: 1200px) {
  .triggers-title {
    margin-bottom: 1em;
  }
}

.triggers-descr {
  color: #848484;
  margin-bottom: 66px;
  max-width: 392px;
}
@media (max-width: 1400px) {
  .triggers-descr {
    margin-bottom: 40px;
  }
}

.triggers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 44px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 44px;
  max-width: 490px;
}
@media (max-width: 1400px) {
  .triggers {
    grid-gap: 24px;
  }
}
@media (max-width: 480px) {
  .triggers {
    grid-row-gap: 24px;
    grid-column-gap: 12px;
  }
}

.trigger {
  color: #848484;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media (max-width: 1400px) {
  .trigger {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  .trigger {
    font-size: 14px;
  }
}
.trigger strong {
  display: block;
  font-size: 70px;
  font-weight: 300;
  color: #212121;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  .trigger strong {
    font-size: 50px;
  }
}
@media (max-width: 680px) {
  .trigger strong {
    font-size: 36px;
  }
}

.s-triggers .trigger {
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  transition: all 0.8s ease;
  opacity: 0;
}
.s-triggers.animated .trigger {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.s-triggers.animated .trigger:nth-child(1) {
  transition-delay: 0s;
}
.s-triggers.animated .trigger:nth-child(2) {
  transition-delay: 0.2s;
}
.s-triggers.animated .trigger:nth-child(3) {
  transition-delay: 0.4s;
}
.s-triggers.animated .trigger:nth-child(4) {
  transition-delay: 0.6s;
}
.s-triggers.animated .intro-stage img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.intro-stage {
  position: relative;
  width: 614px;
  height: 528px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  margin-top: -80px;
}
@media (max-width: 1400px) {
  .intro-stage {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .intro-stage {
    margin-top: 0;
  }
}
@media (max-width: 680px) {
  .intro-stage {
    width: 315px;
    height: 271px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
}
.intro-stage img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
          transform: translate3d(0, -40px, 0);
  transition: all 0.3s ease;
  will-change: transform, opacity;
}
.intro-stage img:nth-child(1) {
  transition-delay: 1s;
}
.intro-stage img:nth-child(2) {
  transition-delay: 1.2s;
}
.intro-stage img:nth-child(3) {
  transition-delay: 1.4s;
}
.intro-stage img:nth-child(4) {
  transition-delay: 1.6s;
}
.intro-stage img:nth-child(5) {
  transition-delay: 1.8s;
}
.intro-stage img:nth-child(6) {
  transition-delay: 2s;
}
.intro-stage img:nth-child(7) {
  transition-delay: 2.2s;
}
.intro-stage img:nth-child(8) {
  transition-delay: 2.4s;
}
.intro-stage img:nth-child(9) {
  transition-delay: 2.6s;
}
.intro-stage img:nth-child(10) {
  transition-delay: 2.8s;
}
.intro-stage img:nth-child(11) {
  transition-delay: 3s;
}
.intro-stage img:nth-child(12) {
  transition-delay: 3.2s;
}
.intro-stage img:nth-child(13) {
  transition-delay: 3.4s;
}
.intro-stage img:nth-child(14) {
  transition-delay: 3.6s;
}
.intro-stage img:nth-child(15) {
  transition-delay: 3.8s;
}
.intro-stage img:nth-child(16) {
  transition-delay: 4s;
}
.intro-stage img:nth-child(17) {
  transition-delay: 4.2s;
}
.intro-stage img:nth-child(18) {
  transition-delay: 4.4s;
}
.intro-stage img:nth-child(19) {
  transition-delay: 4.6s;
}
.intro-stage img:nth-child(20) {
  transition-delay: 4.8s;
}
.intro-stage img:nth-child(21) {
  transition-delay: 5s;
}
.intro-stage img:nth-child(22) {
  transition-delay: 5.2s;
}
.intro-stage img:nth-child(23) {
  transition-delay: 5.4s;
}
.intro-stage img:nth-child(24) {
  transition-delay: 5.6s;
}
.intro-stage img:nth-child(25) {
  transition-delay: 5.8s;
}
.intro-stage img:nth-child(26) {
  transition-delay: 6s;
}
.intro-stage img:nth-child(27) {
  transition-delay: 6.2s;
}
.intro-stage img:nth-child(28) {
  transition-delay: 6.4s;
}
.intro-stage img:nth-child(29) {
  transition-delay: 6.6s;
}
.intro-stage img:nth-child(30) {
  transition-delay: 6.8s;
}
.intro-stage img:nth-child(31) {
  transition-delay: 7s;
}
.intro-stage img:nth-child(32) {
  transition-delay: 7.2s;
}
.intro-stage img:nth-child(33) {
  transition-delay: 7.4s;
}
.intro-stage img:nth-child(34) {
  transition-delay: 7.6s;
}
.intro-stage img:nth-child(35) {
  transition-delay: 7.8s;
}
.intro-stage img:nth-child(36) {
  transition-delay: 8s;
}
.intro-stage img:nth-child(37) {
  transition-delay: 8.2s;
}
.intro-stage img:nth-child(38) {
  transition-delay: 8.4s;
}
.intro-stage img:nth-child(39) {
  transition-delay: 8.6s;
}
.intro-stage img:nth-child(40) {
  transition-delay: 8.8s;
}
.intro-stage img:nth-child(30) {
  transition-duration: 0.6s;
}
.intro-stage img:nth-child(31) {
  transition-duration: 0.63s;
}
.intro-stage img:nth-child(32) {
  transition-duration: 0.66s;
}
.intro-stage img:nth-child(33) {
  transition-duration: 0.69s;
}
.intro-stage img:nth-child(34) {
  transition-duration: 0.72s;
}
.intro-stage img:nth-child(35) {
  transition-duration: 0.75s;
}
.intro-stage img:nth-child(36) {
  transition-duration: 0.78s;
}
.intro-stage img:nth-child(37) {
  transition-duration: 0.81s;
}
.intro-stage img:nth-child(38) {
  transition-duration: 0.84s;
}
.intro-stage img:nth-child(39) {
  transition-duration: 0.87s;
}
.intro-stage img:nth-child(40) {
  transition-duration: 0.9s;
}
.intro-stage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #E6E6E6;
  -webkit-animation: intro-loader 0.4s ease infinite alternate;
          animation: intro-loader 0.4s ease infinite alternate;
}
.intro-stage.loaded:before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  opacity: 0;
  visibility: hidden;
  display: none;
}

@-webkit-keyframes intro-loader {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: scale3d(0.2, 0.2, 1);
            transform: scale3d(0.2, 0.2, 1);
  }
}

@keyframes intro-loader {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: scale3d(0.2, 0.2, 1);
            transform: scale3d(0.2, 0.2, 1);
  }
}
.s-lp-header {
  background: #101010;
}
.s-lp-header .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 58px;
  padding-left: 24px;
  padding-right: 24px;
}
.s-lp-header .intro-top__socials a {
  margin-left: 10px;
}
.s-lp-header .intro-top__socials a.intro-top__socials__tg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.s-lp-header .intro-top__socials a.intro-top__socials__phone {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

html, body {
  height: 100%;
}

.s-lp-intro {
  background: #101010;
  height: calc(100% - 58px);
  min-height: 500px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
  color: #FFF;
}
.s-lp-intro .container {
  z-index: 2;
  padding-left: 24px;
  padding-right: 24px;
}

.s-lp-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.lp-intro {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 30px 15px;
  border-radius: 5px;
  text-align: center;
  color: #FFF;
}
@media (max-width: 340px) {
  .lp-intro {
    padding: 20px 10px;
  }
}

.lp-intro__top {
  margin-bottom: 50px;
}
@media (max-width: 340px) {
  .lp-intro__top {
    margin-bottom: 15px;
  }
}

.lp-intro__title {
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media (max-width: 340px) {
  .lp-intro__title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.lp-intro__btn-descr {
  margin-bottom: 20px;
}

.lp-intro__btn {
  width: 215px;
}

.s-lp-intro__down {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: down 0.6s ease infinite alternate;
          animation: down 0.6s ease infinite alternate;
}
.s-lp-intro__down:after {
  content: "";
  width: 24px;
  height: 24px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@-webkit-keyframes down {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
}

@keyframes down {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
}
.s-lp-intro--form {
  min-height: initial;
  height: initial;
  display: block;
  padding: 30px 0;
}
.s-lp-intro--form .h5, .s-lp-intro--form .fancybox-caption__body {
  margin-bottom: 15px;
}
.s-lp-intro--form .list-numbers {
  margin-bottom: 25px;
  font-size: 15px;
}
.s-lp-intro--form .input-group {
  margin-bottom: 0;
}
.s-lp-intro--form .vertical-form {
  margin-bottom: 30px;
}
.s-lp-intro--form .p-14 {
  margin-bottom: 10px;
}

.s-lp-def {
  padding: 40px 0;
  overflow: hidden;
}
.s-lp-def .container {
  padding-left: 24px;
  padding-right: 24px;
}
.s-lp-def .h5, .s-lp-def .fancybox-caption__body {
  margin-bottom: 20px;
}
.s-lp-def ul {
  margin-bottom: 30px;
}
.s-lp-def p {
  margin-bottom: 15px;
}
.s-lp-def p mark {
  background: none;
  color: #CCAE93;
}
.s-lp-def .p-14 {
  color: #848484;
}
.s-lp-def .btn {
  display: block;
  width: 215px;
  margin-left: auto;
  margin-right: auto;
}

.lp-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lp-slider.flickity-enabled {
  display: block;
}
.lp-slider .flickity-viewport {
  overflow: visible;
}

.lp-slider__slide {
  width: 100%;
  max-width: 328px;
  margin-right: 10px;
}
.lp-slider__slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.s-lp-def--dark {
  background: #212121;
  color: #FFF;
}

.lp-thanks {
  display: block;
  text-align: center;
  color: #101010;
  width: 100%;
}
.lp-thanks img {
  width: 80px;
  -webkit-transform: translate(10%, 0);
          transform: translate(10%, 0);
  margin-bottom: 15px;
}
/* End */
/* /local/templates/zkamen/css/main.css?1666889422126394 */
