

/* Start:/local/templates/archi/css/main.css?1632816272321332*/
@charset "UTF-8";
/*
НЕ ИЗМЕНЯТЬ ЭТОТ ФАЙЛ
Все правки вносить в add.css в этой же папке
*/
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;
}

.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent;
}

.tippy-popper {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: calc(100% - 8px);
  pointer-events: none;
  outline: 0;
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
  border-radius: 40% 40% 0 0;
}

.tippy-popper[x-placement^=top] .tippy-roundarrow {
  bottom: -7px;
  bottom: -6.5px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  margin: 0 3px;
}

.tippy-popper[x-placement^=top] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -7px;
  margin: 0 3px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
  -webkit-transform-origin: 0 25%;
  transform-origin: 0 25%;
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -55%);
  transform: scale(1) translate(-50%, -55%);
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-50%, -45%);
  transform: scale(0.2) translate(-50%, -45%);
  opacity: 0;
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
  -webkit-transform: perspective(700px) translateY(-10px) rotateX(0);
  transform: perspective(700px) translateY(-10px) rotateX(0);
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: perspective(700px) translateY(0) rotateX(60deg);
  transform: perspective(700px) translateY(0) rotateX(60deg);
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tippy-popper[x-placement^=top] [data-animation=scale] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
  -webkit-transform: translateY(-10px) scale(1);
  transform: translateY(-10px) scale(1);
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.5);
  transform: translateY(-10px) scale(0.5);
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  border-radius: 0 0 30% 30%;
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow {
  top: -7px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  margin: 0 3px;
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -7px;
  margin: 0 3px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  -webkit-transform-origin: 0 -50%;
  transform-origin: 0 -50%;
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -45%);
  transform: scale(1) translate(-50%, -45%);
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-50%);
  transform: scale(0.2) translate(-50%);
  opacity: 0;
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  -webkit-transform-origin: top;
  transform-origin: top;
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
  -webkit-transform: perspective(700px) translateY(10px) rotateX(0);
  transform: perspective(700px) translateY(10px) rotateX(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: perspective(700px) translateY(0) rotateX(-60deg);
  transform: perspective(700px) translateY(0) rotateX(-60deg);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale] {
  -webkit-transform-origin: top;
  transform-origin: top;
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px) scale(0.5);
  transform: translateY(10px) scale(0.5);
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
  border-radius: 50% 0 0 50%;
}

.tippy-popper[x-placement^=left] .tippy-roundarrow {
  right: -12px;
  -webkit-transform-origin: 33.33333333% 50%;
  transform-origin: 33.33333333% 50%;
  margin: 3px 0;
}

.tippy-popper[x-placement^=left] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-75%, -50%);
  transform: scale(0.2) translate(-75%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  -webkit-transform-origin: right;
  transform-origin: right;
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
  -webkit-transform: perspective(700px) translateX(-10px) rotateY(0);
  transform: perspective(700px) translateX(-10px) rotateY(0);
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: perspective(700px) translateX(0) rotateY(-60deg);
  transform: perspective(700px) translateX(0) rotateY(-60deg);
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tippy-popper[x-placement^=left] [data-animation=scale] {
  -webkit-transform-origin: right;
  transform-origin: right;
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
  -webkit-transform: translateX(-10px) scale(1);
  transform: translateX(-10px) scale(1);
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px) scale(0.5);
  transform: translateX(-10px) scale(0.5);
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
  border-radius: 0 50% 50% 0;
}

.tippy-popper[x-placement^=right] .tippy-roundarrow {
  left: -12px;
  -webkit-transform-origin: 66.66666666% 50%;
  transform-origin: 66.66666666% 50%;
  margin: 3px 0;
}

.tippy-popper[x-placement^=right] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tippy-popper[x-placement^=right] .tippy-arrow {
  border-right: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
  -webkit-transform-origin: -50% 0;
  transform-origin: -50% 0;
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-25%, -50%);
  transform: scale(0.2) translate(-25%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  -webkit-transform-origin: left;
  transform-origin: left;
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
  -webkit-transform: perspective(700px) translateX(10px) rotateY(0);
  transform: perspective(700px) translateX(10px) rotateY(0);
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: perspective(700px) translateX(0) rotateY(60deg);
  transform: perspective(700px) translateX(0) rotateY(60deg);
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tippy-popper[x-placement^=right] [data-animation=scale] {
  -webkit-transform-origin: left;
  transform-origin: left;
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
  -webkit-transform: translateX(10px) scale(1);
  transform: translateX(10px) scale(1);
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(10px) scale(0.5);
  transform: translateX(10px) scale(0.5);
}

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 0.3125rem 0.5625rem;
  line-height: 1.4;
  text-align: center;
  background-color: #333;
}

.tippy-tooltip[data-size=small] {
  padding: 0.1875rem 0.375rem;
  font-size: 0.75rem;
}

.tippy-tooltip[data-size=large] {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent;
}

.tippy-tooltip[data-interactive], .tippy-tooltip[data-interactive] .tippy-roundarrow path {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-tooltip[data-inertia][data-state=hidden] {
  transition-timing-function: ease;
}

.tippy-arrow, .tippy-roundarrow {
  position: absolute;
  width: 0;
  height: 0;
}

.tippy-roundarrow {
  width: 18px;
  height: 7px;
  fill: #333;
  pointer-events: none;
}

.tippy-backdrop {
  position: absolute;
  background-color: #333;
  border-radius: 50%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tippy-backdrop:after {
  content: "";
  float: left;
  padding-top: 100%;
}

.tippy-backdrop + .tippy-content {
  transition-property: opacity;
  will-change: opacity;
}

.tippy-backdrop + .tippy-content[data-state=visible] {
  opacity: 1;
}

.tippy-backdrop + .tippy-content[data-state=hidden] {
  opacity: 0;
}

*, *: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: "Nunito";
  src: url("/local/templates/archi/css/../fonts/hinted-subset-Nunito-Regular.woff2") format("woff2"), url("/local/templates/archi/css/../fonts/hinted-subset-Nunito-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/local/templates/archi/css/../fonts/hinted-subset-Nunito-Black.woff2") format("woff2"), url("/local/templates/archi/css/../fonts/hinted-subset-Nunito-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/local/templates/archi/css/../fonts/hinted-subset-Nunito-SemiBold.woff2") format("woff2"), url("/local/templates/archi/css/../fonts/hinted-subset-Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("/local/templates/archi/css/../fonts/hinted-subset-Nunito-Bold.woff2") format("woff2"), url("/local/templates/archi/css/../fonts/hinted-subset-Nunito-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "archi-icons";
  src: url("/local/templates/archi/css/../fonts/archi-icons.ttf") format("truetype"), url("/local/templates/archi/css/../fonts/archi-icons.woff") format("woff"), url("/local/templates/archi/css/../fonts/archi-icons.svg#archi-icons") 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: "archi-icons" !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-r:before {
  content: "";
}

.i-d:before {
  content: "";
}

.i-u:before {
  content: "";
}

.i-l:before {
  content: "";
}

.i-metro:before {
  content: "";
}

.i-send:before {
  content: "";
}

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

.i-long-ar:before {
  content: "";
}

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

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

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

.i-insta-outline:before {
  content: "";
}

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

.i-play-simple:before {
  content: "";
}

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

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

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

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

body {
  font-family: "Nunito", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  color: #1D1C21;
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}

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

h1, .h1 {
  font-weight: 900;
  font-size: 80px;
  line-height: 1.1;
}
@media (max-width: 1750px) {
  h1, .h1 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (max-width: 660px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-weight: 900;
  font-size: 60px;
  line-height: 1.1;
}
@media (max-width: 1750px) {
  h2, .h2 {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media (max-width: 660px) {
  h2, .h2 {
    font-size: 24px;
  }
}

h3, .h3 {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.35;
}
@media (max-width: 1750px) {
  h3, .h3 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media (max-width: 660px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.35;
}
@media (max-width: 1750px) {
  h4, .h4 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  h4, .h4 {
    font-size: 24px;
  }
}
@media (max-width: 660px) {
  h4, .h4 {
    font-size: 18px;
  }
}

.h4-bold {
  font-weight: 900;
  font-size: 36px;
  line-height: 1.35;
}

h5, .h5 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.35;
}

.body-12 {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.35;
}

.body-14 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.35;
}

.body-20 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.35;
}

.body-24 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.35;
}
@media (max-width: 1750px) {
  .body-24 {
    font-size: 20px;
  }
}

.menu-14 {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
}

.menu-16 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
}

.menu-18 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.35;
}
@media (max-width: 660px) {
  .menu-18 {
    font-size: 16px;
  }
}

.sec-title {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 660px) {
  .sec-title {
    margin-bottom: 25px;
  }
}
.sec-title .menu-18 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
.sec-title .content-label {
  color: #B4BEC8;
  margin-bottom: 15px;
}

.content-label {
  display: inline-block;
  border: 2px solid currentColor;
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 5px 15px;
}
@media (max-width: 660px) {
  .content-label {
    font-size: 12px;
  }
}

.list-round {
  list-style: none;
}
.list-round li {
  position: relative;
  padding-left: 1.7em;
  line-height: 1.3;
  margin-bottom: 1em;
}
.list-round li:before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.1em;
  border: 4px solid currentColor;
  border-radius: 50%;
}

.list-round--gray li:before {
  border-color: #B4BEC8;
}

.dotted-link {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px dotted currentColor;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.more-link {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 13px;
  color: #B4BEC8;
}
.more-link i {
  margin-left: 6px;
  font-size: 1em;
}

.user-content p, .user-content ul, .user-content ol, .user-content table, .user-content img {
  margin-bottom: 1em;
}
.user-content h1, .user-content .h1, .user-content h2, .user-content .h2, .user-content h3, .user-content .h3, .user-content h4, .user-content .h4 {
  margin-bottom: 0.5em;
}
.user-content a:not(.btn) {
  color: #FFD413;
  transition: color 0.3s ease;
}
.user-content a:not(.btn):hover {
  color: #B4BEC8;
}
.user-content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}
.user-content ul {
  list-style: none;
}
.user-content ul li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 1em;
}
.user-content ul li:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border: 2px solid #B4BEC8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.35em;
}
.user-content ol {
  list-style: none;
  counter-reset: ol;
}
.user-content ol li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 1em;
  counter-increment: ol;
}
.user-content ol li:before {
  content: counter(ol) ".";
  font-weight: bold;
  color: #B4BEC8;
  position: absolute;
  top: 0;
  left: 0;
}

.s-seo {
  padding: 60px 0;
}
.s-seo .user-content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.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 (max-width: 1750px) {
  .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: 1500px) {
  .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: 1250px) {
  .grid-0_xls {
    width: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-off-12_xls {
    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: 660px) {
  .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: 370px) {
  .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: 1868px;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1500px) {
  .container-big {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 660px) {
  .container-big {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1550px;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1500px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 660px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.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: 1500px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 660px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.row [class*=grid] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1500px) {
  .row [class*=grid] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 660px) {
  .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 {
  display: block;
}

.input__label {
  display: block;
  padding-left: 30px;
  margin-bottom: 2px;
  text-align: left;
}
@media (max-width: 1500px) {
  .input__label {
    padding-left: 25px;
    font-size: 16px;
  }
}

.input-text {
  display: inline-block;
  font-family: "Nunito", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-appearance: none;
  border: none;
  padding: 17px 30px;
  overflow: visible;
  background: #FFF;
  color: #1D1C21;
  border-radius: 30px;
  box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.2), 0 0 0 3px transparent;
  width: 100%;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1500px) {
  .input-text {
    font-size: 16px;
    padding: 15px 25px;
  }
}
.input-text::-webkit-input-placeholder {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  color: #B4BEC8;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.input-text:-ms-input-placeholder {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  color: #B4BEC8;
  opacity: 1;
  -ms-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.input-text::placeholder {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  color: #B4BEC8;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1500px) {
  .input-text::-webkit-input-placeholder {
    font-size: 16px;
  }
  .input-text:-ms-input-placeholder {
    font-size: 16px;
  }
  .input-text::placeholder {
    font-size: 16px;
  }
}
.input-text:focus {
  outline: none;
  box-shadow: 0 10px 40px 0 rgba(37, 22, 14, 0.2), 0 0 0 3px #FFD413;
}
.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.error {
  box-shadow: 0 10px 40px 0 rgba(37, 22, 14, 0.2), 0 0 0 3px #f37979;
  background: #fde7e7;
}

.gray-form .input__label {
  color: #B4BEC8;
}
.gray-form .style-checkbox {
  color: #B4BEC8;
}

.vertical-form .input {
  margin-bottom: 24px;
  width: 100%;
}
.vertical-form .btn {
  width: 100%;
}
.vertical-form .style-checkbox {
  margin-top: 15px;
}

.form-bottom-row {
  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;
}
@media (max-width: 480px) {
  .form-bottom-row {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-bottom-row .style-checkbox {
  padding-right: 20px;
}
@media (max-width: 480px) {
  .form-bottom-row .style-checkbox {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.form-bottom-row .btn {
  width: 200px;
}

.style-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 1500px) {
  .style-checkbox {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .style-checkbox {
    font-size: 12px;
  }
}
.style-checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.style-checkbox input:checked + span:after {
  opacity: 1;
}
.style-checkbox input.error + span:before {
  border-color: #f37979;
  background: #fde7e7;
}
.style-checkbox span {
  display: block;
  position: relative;
  padding-left: 30px;
}
.style-checkbox span:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.style-checkbox span:after {
  content: "";
  font-family: "archi-icons" !important;
  font-size: 16px;
  position: absolute;
  left: 4px;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.style-checkbox span a {
  color: #353434;
}

.btn {
  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;
  position: relative;
  padding: 17px 25px 15px 25px;
  height: 60px;
  font-family: "Nunito", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, #FFE547 13%, rgba(255, 205, 68, 0) 100%), #FFB541;
  border: 2px solid #FFCB44;
  color: #1D1C21;
  border-radius: 30px;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1500px) {
  .btn {
    font-size: 16px;
    padding: 13px 25px 11px 25px;
    height: 50px;
  }
}
@media (max-width: 660px) {
  .btn {
    font-size: 18px;
    padding: 9px 25px 9px 25px;
  }
}
.btn:hover {
  background: #FFCB44;
}
.btn:focus {
  background: #FFCB44;
  outline: none;
}
.btn:active {
  background: #FFB541;
  border-color: #FFB541;
}

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

.btn--white {
  background: #FFF;
  color: #1D1C21;
  border-color: #FFF;
  box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.2);
}
.btn--white:hover {
  background: #eee;
  border-color: #eee;
  box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.4);
}
.btn--white:focus {
  background: #eee;
  box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.4);
  outline: none;
}
.btn--white:active {
  background: #d4d4d4;
  border-color: #d4d4d4;
}

@media (max-width: 1024px) {
  .btn--small {
    font-size: 16px;
    height: 34px;
    padding: 6px 15px 6px 15px;
  }
}

.btn--xs {
  font-size: 16px;
  text-transform: uppercase;
  padding: 2px 10px;
  height: 30px;
  line-height: 1.1;
}

.btn--outline-white {
  color: #FFF;
  background: transparent;
  border: 2px solid #FFF;
}
.btn--outline-white:hover {
  background: #FFF;
  color: #1D1C21;
}
.btn--outline-white:focus {
  background: #FFF;
  color: #1D1C21;
}
.btn--outline-white:active {
  background: #FFF;
  color: #1D1C21;
}

.btn--icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
}
@media (max-width: 660px) {
  .btn--icon {
    font-size: 16px;
  }
}
.btn--icon img, .btn--icon i {
  margin-right: 8px;
}

.btn--wa {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background: transparent;
  border-color: #00D75A;
  color: #00D75A;
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}
@media (max-width: 1500px) {
  .btn--wa {
    font-size: 14px;
    height: 50px;
  }
}
.btn--wa:hover {
  background: #00D75A;
  color: #FFF;
}
.btn--wa:focus {
  background: #00D75A;
  color: #FFF;
  outline: none;
}
.btn--wa:active {
  background: #00a445;
  border-color: #00a445;
  color: #FFF;
}
.btn--wa i {
  font-size: 28px;
  margin-right: 6px;
}

.btn-center {
  text-align: center;
  padding-top: 40px;
}

.modal {
  display: none;
  width: 400px;
  max-width: 100%;
  padding: 25px;
  background: #FFF;
  box-shadow: 0 10px 40px 0 rgba(37, 22, 14, 0.2);
  border-radius: 30px;
  overflow: visible !important;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, -40px, 0);
          transform: translate3d(0, -40px, 0);
}

.modal__title {
  text-align: center;
  padding: 0 40px;
  margin-bottom: 0.3em;
  line-height: 1.1;
}
@media (max-width: 660px) {
  .modal__title {
    font-size: 24px;
  }
}

.modal__descr {
  margin-bottom: 10px;
  text-align: center;
}

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

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

.fancybox-bg {
  background: #8c8e9a;
}

.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: 15px;
  right: 15px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #B4BEC8;
  -webkit-tap-highlight-color: transparent;
  opacity: 1;
}
@media (max-width: 660px) {
  .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: 15px;
    right: 15px;
  }
}
.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 {
  border-color: #ff6e36;
  background-color: #FFF;
}
.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: -1.5px;
  margin-left: -9px;
  width: 18px;
  height: 3px;
  background: #B4BEC8;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 2px;
}
.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: #ff6e36;
}
.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: 660px) {
  .fancybox-slide--video, .fancybox-slide--html, .fancybox-slide--iframe {
    padding: 20px 12px;
  }
}

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

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

.modal-thanks {
  width: 400px;
  text-align: center;
  padding: 0;
}
.modal-thanks__archi {
  position: absolute;
  bottom: calc(100% - 70px);
  left: 0;
  right: 0;
  margin: auto;
  max-height: 30vh;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-height: 500px) {
  .modal-thanks__archi {
    display: none;
  }
}
.modal-thanks__archi[data-loaded=true] {
  opacity: 1;
}

.modal-thanks__shield {
  width: 111px;
  height: 111px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
}

.modal-thanks__content {
  position: relative;
  padding: 44px 44px 70px 44px;
  z-index: 2;
  background: #FFF;
  border-radius: 30px;
}

.s-first {
  padding-top: 215px;
}
@media (max-width: 1750px) {
  .s-first {
    padding-top: 190px;
  }
}
@media (max-width: 1500px) {
  .s-first {
    padding-top: 170px;
  }
}
@media (max-width: 1024px) {
  .s-first {
    padding-top: 100px;
  }
}

.page-wrap {
  position: relative;
}

.s-site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 15px;
}
@media (max-width: 1024px) {
  .s-site-header {
    display: none;
  }
}

.site-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}

.site-header__logo {
  width: 160px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 60px;
}
@media (max-width: 1750px) {
  .site-header__logo {
    width: 120px;
    margin-right: 40px;
  }
}
@media (max-width: 1500px) {
  .site-header__logo {
    width: 100px;
    margin-right: 20px;
  }
}
@media (max-width: 1250px) {
  .site-header__logo {
    width: 80px;
  }
}
.site-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.site-header__main {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.site-header__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-header__top-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
}
@media (max-width: 1500px) {
  .site-header__top-nav {
    font-size: 14px;
  }
}
.site-header__top-nav a {
  position: relative;
  white-space: nowrap;
  color: #C4C4C4;
  padding: 0 0.3em;
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.site-header__top-nav a:hover {
  color: #FFF;
}
.site-header__top-nav a:hover:before {
  -webkit-transform: scale3d(0.3, 1, 1);
          transform: scale3d(0.3, 1, 1);
}
.site-header__top-nav a.active:before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.site-header__top-nav a:before {
  content: "";
  background: #FFD413;
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 0.5em;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.site-header__top-nav a span {
  position: relative;
  z-index: 2;
}
.site-header__top-nav figure {
  width: 40px;
  text-align: center;
}
@media (max-width: 1750px) {
  .site-header__top-nav figure {
    width: 16px;
  }
}
@media (max-width: 1250px) {
  .site-header__top-nav figure {
    width: 8px;
  }
}
.site-header__top-nav figure:last-child {
  display: none;
}

.site-header__top-socials {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1250px) {
  .site-header__top-socials {
    display: none;
  }
}
.site-header__top-socials a {
  margin: 0 16px;
  color: #B4BEC8;
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1500px) {
  .site-header__top-socials a {
    margin: 0 8px;
  }
}
.site-header__top-socials a:hover {
  color: #FFF;
}
.site-header__top-socials i {
  font-size: 20px;
  display: block;
}
.site-header__top-socials i.i-vk {
  font-size: 23px;
}
.site-header__top-socials i.i-insta {
  font-size: 18px;
}
.site-header__top-socials i.i-yt {
  font-size: 20px;
}

.site-header__top-phone {
  font-size: 16px;
  font-weight: bold;
  color: #C4C4C4;
  white-space: nowrap;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .site-header__top-phone {
    margin-left: auto;
  }
}

.site-header__top-wa {
  margin-left: 16px;
}
@media (max-width: 1250px) {
  .site-header__top-wa {
    margin-left: 8px;
  }
}

.site-header__bottom {
  padding-top: 20px;
}
@media (max-width: 1750px) {
  .site-header__bottom {
    padding-top: 15px;
  }
}

.site-header__bottom-nav {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-header__bottom-nav a {
  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;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #FFF;
}
@media (max-width: 1750px) {
  .site-header__bottom-nav a {
    font-size: 16px;
  }
}
.site-header__bottom-nav a:hover span:before {
  -webkit-transform: scale3d(0.5, 1, 1);
          transform: scale3d(0.5, 1, 1);
}
.site-header__bottom-nav a.active span:before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.site-header__bottom-nav a span {
  display: block;
  position: relative;
}
.site-header__bottom-nav a span:before {
  content: "";
  background: #FFD413;
  position: absolute;
  z-index: -1;
  bottom: 0.1em;
  left: 0;
  right: 0;
  height: 0.45em;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.s-site-header--black .site-header__top-nav a:hover {
  color: #1D1C21;
}
.s-site-header--black .site-header__top-socials a:hover {
  color: #1D1C21;
}
.s-site-header--black .site-header__bottom-nav a {
  color: #1D1C21;
}
.s-site-header--black .breadcrumbs a {
  color: rgba(29, 28, 33, 0.5);
}
.s-site-header--black .breadcrumbs a:hover {
  color: #1D1C21;
}
.s-site-header--black .breadcrumbs a:last-child {
  color: #1D1C21;
}
.s-site-header--black .breadcrumbs i {
  color: rgba(29, 28, 33, 0.5);
}

.head-banner {
  display: block;
  background: #1D1C21;
}
.head-banner img, .head-banner picture {
  display: block;
  width: 100%;
  height: auto;
}

.head-banner-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.head-banner-close figure {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #B4BEC8;
  -webkit-tap-highlight-color: transparent;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media (max-width: 660px) {
  .head-banner-close figure {
    top: 15px;
    right: 15px;
  }
}
.head-banner-close figure:hover {
  border-color: #ff6e36;
  background-color: #FFF;
}
.head-banner-close figure:before, .head-banner-close figure:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5px;
  margin-left: -9px;
  width: 18px;
  height: 3px;
  background: #B4BEC8;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 2px;
}
.head-banner-close figure:hover:before, .head-banner-close figure:hover:after {
  background-color: #ff6e36;
}
.head-banner-close figure:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.head-banner-close figure:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.head-banner-close figure:focus {
  outline: none;
}
.head-banner-close figure:focus:before, .head-banner-close figure:focus:after {
  outline: none;
}
.head-banner-close figure svg {
  display: none;
}
@media (max-width: 1024px) {
  .head-banner-close figure {
    right: 5px;
    top: 5px;
  }
}
.head-banner-close figure:before, .head-banner-close figure:after {
  width: 14px;
  margin-left: -7px;
}

.fixed-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background: #FFF;
  padding: 5px 0;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  height: 60px;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, -80px, 0);
          transform: translate3d(0, -80px, 0);
}
@media (max-width: 1024px) {
  .fixed-panel {
    display: none !important;
  }
}
.fixed-panel .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixed-panel.visible {
  -webkit-transform: none;
          transform: none;
  pointer-events: all;
}

.fixed-panel__logo {
  height: 50px;
  width: auto;
  margin-right: 100px;
}
@media (max-width: 1250px) {
  .fixed-panel__logo {
    margin-right: 20px;
  }
}
.fixed-panel__logo img {
  display: block;
  height: 100%;
  width: auto;
}

.fixed-panel__right {
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixed-panel__phone {
  margin-right: 20px;
}
@media (max-width: 1250px) {
  .fixed-panel__phone {
    font-size: 14px;
  }
}

.fixed-panel__wa {
  height: 40px;
}
.fixed-panel__wa i {
  font-size: 20px;
}

.fixed-panel__nav {
  font-size: 16px;
}
@media (max-width: 1250px) {
  .fixed-panel__nav {
    font-size: 14px;
  }
}
.fixed-panel__nav a {
  font-weight: bold;
  color: #1D1C21;
}
.fixed-panel__nav a:hover {
  color: #1D1C21;
}
.fixed-panel__nav figure {
  width: 32px;
}
@media (max-width: 1500px) {
  .fixed-panel__nav figure {
    width: 16px;
  }
}
@media (max-width: 1250px) {
  .fixed-panel__nav figure {
    width: 12px;
  }
}

.fixed-panel__phone {
  white-space: nowrap;
}

.breadcrumbs {
  padding-top: 40px;
  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;
}
@media (max-width: 1500px) {
  .breadcrumbs {
    padding-top: 20px;
  }
}
@media (max-width: 1250px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a {
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1500px) {
  .breadcrumbs a {
    font-size: 12px;
  }
}
.breadcrumbs a:last-child {
  color: #FFF;
  pointer-events: none;
}
.breadcrumbs a:hover {
  color: #FFF;
}
.breadcrumbs i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 17px;
  margin: 0 5px;
}

.s-mob-header {
  display: none;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 1024px) {
  .s-mob-header {
    display: block;
  }
}

.mob-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mob-header__wa {
  font-size: 42px;
  color: #00D75A;
}

.mob-header__burger-wrap {
  width: 40px;
}

.burger {
  width: 40px;
  height: 40px;
  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: #FFF;
  border-radius: 20px;
  box-shadow: 0 10px 40px 0 rgba(37, 22, 14, 0.2);
  transition: box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1024px) {
  .burger {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.burger.fixed {
  position: fixed;
  top: 7px;
  right: 30px;
}
@media (max-width: 660px) {
  .burger.fixed {
    right: 16px;
  }
}
.burger figure {
  position: relative;
  z-index: 2;
  width: 26px;
  height: 3px;
  border-radius: 4px;
  background: #1D1C21;
  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: 16px;
  height: 3px;
  background: #1D1C21;
  position: absolute;
  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(5px, -7px, 0);
          transform: rotate(0) translate3d(5px, -7px, 0);
}
.burger figure:after {
  -webkit-transform: rotate(0) translate3d(5px, 7px, 0);
          transform: rotate(0) translate3d(5px, 7px, 0);
}
.burger.active {
  background: #FFF;
}
.burger.active figure {
  background: transparent;
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
  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: #1D1C21;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0) scaleX(1);
          transform: rotate(-45deg) translate3d(0, 0, 0) scaleX(1);
}
.burger.active figure:after {
  background: #1D1C21;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0) scaleX(1);
          transform: rotate(45deg) translate3d(0, 0, 0) scaleX(1);
}

.mob-panel {
  display: none;
  position: fixed;
  width: 320px;
  max-width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 100;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(320px, 0, 0);
          transform: translate3d(320px, 0, 0);
  padding: 15px 15px 20px 15px;
  overflow: auto;
  background: linear-gradient(to bottom, #1D1C21 20%, rgba(29, 28, 33, 0.95));
  color: #FFF;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .mob-panel {
    display: block;
  }
}
.mob-panel.active {
  pointer-events: all;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.mob-panel.active .mob-panel__nav__item {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s ease;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mob-panel.active .mob-panel__nav__item:nth-child(1) {
  transition-delay: 0.1s;
}
.mob-panel.active .mob-panel__nav__item:nth-child(2) {
  transition-delay: 0.2s;
}
.mob-panel.active .mob-panel__nav__item:nth-child(3) {
  transition-delay: 0.3s;
}
.mob-panel.active .mob-panel__nav__item:nth-child(4) {
  transition-delay: 0.4s;
}
.mob-panel.active .mob-panel__nav__item:nth-child(5) {
  transition-delay: 0.5s;
}
.mob-panel.active .mob-panel__nav__item:nth-child(6) {
  transition-delay: 0.6s;
}
.mob-panel.active .mob-panel__nav__item:nth-child(7) {
  transition-delay: 0.7s;
}
.mob-panel.active .mob-panel__nav__item:nth-child(8) {
  transition-delay: 0.8s;
}
.mob-panel.active .mob-panel__nav__item.active span:before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}
.mob-panel.active .mob-panel__pages__item {
  opacity: 1;
  transition: opacity 1s ease;
}
.mob-panel.active .mob-panel__pages__item:nth-child(1) {
  transition-delay: 0.15s;
}
.mob-panel.active .mob-panel__pages__item:nth-child(2) {
  transition-delay: 0.3s;
}
.mob-panel.active .mob-panel__pages__item:nth-child(3) {
  transition-delay: 0.45s;
}
.mob-panel.active .mob-panel__pages__item:nth-child(4) {
  transition-delay: 0.6s;
}
.mob-panel.active .mob-panel__pages__item:nth-child(5) {
  transition-delay: 0.75s;
}
.mob-panel.active .mob-panel__pages__item:nth-child(6) {
  transition-delay: 0.9s;
}
.mob-panel.active .mob-panel__pages__item:nth-child(7) {
  transition-delay: 1.05s;
}
.mob-panel.active .mob-panel__pages__item:nth-child(8) {
  transition-delay: 1.2s;
}
.mob-panel.active .mob-panel__pages__item a.active:before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

body.stopped {
  overflow: hidden;
}

.mob-panel__logo {
  display: block;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.mob-panel__nav__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  transition: all 0.4s ease 0.3s;
  opacity: 0;
  will-change: transform, opacity;
}
.mob-panel__nav__item figure {
  margin-right: 6px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.mob-panel__nav__item figure img {
  display: block;
  max-width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.mob-panel__nav__item figure img.active {
  opacity: 1;
}
.mob-panel__nav__item span {
  display: block;
  position: relative;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
}
.mob-panel__nav__item span:before {
  content: "";
  background: #FFD413;
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 0.5em;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.mob-panel__pages {
  -webkit-columns: 2;
          columns: 2;
  padding: 10px 0;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid rgba(245, 245, 245, 0.5);
  border-bottom: 1px solid rgba(245, 245, 245, 0.5);
}
.mob-panel__pages a {
  display: inline-block;
  position: relative;
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  color: #C4C4C4;
  line-height: 1.2;
}
.mob-panel__pages a:before {
  content: "";
  background: #FFD413;
  position: absolute;
  z-index: -1;
  bottom: 0.4em;
  left: 0;
  right: 0;
  height: 0.5em;
  will-change: transform;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.mob-panel__pages a:active {
  color: #FFF;
  -webkit-tap-highlight-color: transparent;
}

.mob-panel__pages__item {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.mob-panel__contacts {
  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: 15px;
}

.mob-panel__wa {
  font-size: 42px;
  color: #00D75A;
  margin-right: 12px;
}
.mob-panel__wa i {
  display: block;
}

.mob-panel__phone {
  font-weight: 900;
  color: #FFF;
  font-size: 24px;
  white-space: nowrap;
}

.mob-panel__socials {
  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;
}
.mob-panel__socials a {
  color: #B4BEC8;
  margin: 0 16px;
}
.mob-panel__socials a .i-vk {
  font-size: 40px;
}
.mob-panel__socials a .i-insta {
  font-size: 31px;
}
.mob-panel__socials a .i-yt {
  font-size: 34px;
}

.mob-panel__close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #B4BEC8;
  -webkit-tap-highlight-color: transparent;
  top: 25px !important;
}
@media (max-width: 660px) {
  .mob-panel__close {
    top: 15px;
    right: 15px;
  }
}
.mob-panel__close:hover {
  border-color: #ff6e36;
  background-color: #FFF;
}
.mob-panel__close:before, .mob-panel__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5px;
  margin-left: -9px;
  width: 18px;
  height: 3px;
  background: #B4BEC8;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 2px;
}
.mob-panel__close:hover:before, .mob-panel__close:hover:after {
  background-color: #ff6e36;
}
.mob-panel__close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mob-panel__close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mob-panel__close:focus {
  outline: none;
}
.mob-panel__close:focus:before, .mob-panel__close:focus:after {
  outline: none;
}
.mob-panel__close svg {
  display: none;
}
.mob-panel__close:active {
  border-color: #FFF;
}
.mob-panel__close:active:before, .mob-panel__close:active:after {
  background: #FFF;
}

.site-footer {
  background: #FFF;
  padding: 70px 0;
}
@media (max-width: 1500px) {
  .site-footer {
    padding: 30px 0 50px 0;
  }
}
@media (max-width: 1024px) {
  .site-footer {
    padding-bottom: 30px;
  }
}

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

.footer-mob-btn {
  display: none;
  margin-bottom: 15px;
}
@media (max-width: 660px) {
  .footer-mob-btn {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.footer-top__menus {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1024px) {
  .footer-top__menus {
    margin-bottom: 20px;
    width: 100%;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
@media (max-width: 660px) {
  .footer-top__menus {
    display: none;
    padding-top: 20px;
    margin-bottom: 0;
  }
}

.footer-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;
}
@media (max-width: 660px) {
  .footer-nav {
    padding-bottom: 30px;
  }
}
.footer-nav a {
  margin-bottom: 1em;
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1250px) {
  .footer-nav a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .footer-nav a {
    font-size: 12px;
  }
}
.footer-nav a:hover {
  color: #B4BEC8;
}
.footer-nav a:last-child {
  margin-bottom: 0;
}

.footer-contacts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1250px) {
  .footer-contacts {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .footer-contacts {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 660px) {
  .footer-contacts {
    display: block;
    padding-top: 20px;
  }
}

.footer-contacts__map {
  margin-right: 40px;
  box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.2);
  border-radius: 50%;
  width: 163px;
  overflow: hidden;
  transition: box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  z-index: 2;
}
@media (max-width: 1500px) {
  .footer-contacts__map {
    width: 100px;
    margin-right: 20px;
  }
}
@media (max-width: 1250px) {
  .footer-contacts__map {
    width: 70px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .footer-contacts__map {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
@media (max-width: 660px) {
  .footer-contacts__map {
    display: none;
  }
}
.footer-contacts__map:hover {
  box-shadow: 0 15px 20px 0 rgba(77, 77, 77, 0.2);
}
.footer-contacts__map:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.footer-contacts__map img {
  display: block;
  width: 100%;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer-contacts__info {
  padding-top: 5px;
}
@media (max-width: 1024px) {
  .footer-contacts__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
@media (max-width: 660px) {
  .footer-contacts__info {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-contacts__address {
  margin-bottom: 10px;
}
@media (max-width: 1250px) {
  .footer-contacts__address {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 660px) {
  .footer-contacts__address {
    text-align: center;
  }
}

@media (max-width: 1250px) {
  .footer-contacts__worktime {
    font-size: 14px;
  }
}
@media (max-width: 660px) {
  .footer-contacts__worktime {
    text-align: center;
  }
}

.footer-contacts__navigator {
  margin-top: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1250px) {
  .footer-contacts__navigator {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .footer-contacts__navigator {
    margin-top: 0;
    margin-left: 40px;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 660px) {
  .footer-contacts__navigator {
    margin-left: 0;
    margin-top: 20px;
  }
}
.footer-contacts__navigator img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
}

.footer-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  color: #B4BEC8;
  border-top: 1px solid #F5F5F5;
  padding-top: 60px;
  margin-top: 60px;
}
@media (max-width: 1500px) {
  .footer-bottom {
    padding-top: 40px;
    margin-top: 40px;
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .footer-bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .footer-bottom {
    font-size: 10px;
  }
}

.footer-bottom__left {
  padding-right: 30px;
  width: 25%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1024px) {
  .footer-bottom__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}
.footer-bottom__left a {
  color: #056EDA;
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.footer-bottom__left a:hover {
  color: #1D1C21;
}

.footer-bottom__center {
  width: 35%;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1024px) {
  .footer-bottom__center {
    width: 100%;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding-right: 0;
    text-align: center;
  }
}

.footer-bottom__socials {
  padding-right: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .footer-bottom__socials {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 20px;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0;
  }
}
.footer-bottom__socials a {
  margin: 0 15px;
  color: #B4BEC8;
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.footer-bottom__socials a:hover {
  color: #1D1C21;
}
.footer-bottom__socials a .i-vk {
  font-size: 34px;
}
.footer-bottom__socials a .i-insta {
  font-size: 26px;
}
.footer-bottom__socials a .i-yt {
  font-size: 30px;
}

@media (max-width: 1024px) {
  .footer-bottom__right {
    width: 100%;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 20px;
  }
}

.penbrain {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1500px) {
  .penbrain {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.penbrain:hover {
  color: #1D1C21;
}
.penbrain:hover img {
  opacity: 1;
}
.penbrain span {
  margin-right: 5px;
}
@media (max-width: 1500px) {
  .penbrain span {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.penbrain img {
  opacity: 0.25;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.waves {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 129px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 1750px) {
  .waves {
    height: 100px;
  }
}
@media (max-width: 1250px) {
  .waves {
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .waves {
    height: 40px;
  }
}
.waves svg {
  height: 100%;
  width: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: -1px;
}

.waves--bottom {
  bottom: -2px;
}

.waves--top {
  top: -2px;
}

.waves--big {
  height: 160px;
}
@media (max-width: 1750px) {
  .waves--big {
    height: 129px;
  }
}
@media (max-width: 1250px) {
  .waves--big {
    height: 100px;
  }
}
@media (max-width: 1024px) {
  .waves--big {
    height: 50px;
  }
}

.waves--anim svg {
  -webkit-animation: waves 10s infinite linear;
          animation: waves 10s infinite linear;
}
@media (max-width: 1024px) {
  .waves--anim svg {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes waves {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes waves {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.waves--white svg {
  fill: #FFF;
}

.waves--black svg {
  fill: #1D1C21;
}

.waves--blue svg {
  fill: #0EA5BD;
}

.waves--blue-2 svg {
  fill: #7BD2F1;
}

.waves--yellow svg {
  fill: #F9DFBD;
}

.waves--yellow-2 svg {
  fill: #FFF2E1;
}

.waves--pink svg {
  fill: #F7D0CC;
}

.waves--light-pink svg {
  fill: #F4EBF4;
}

.waves--light-blue svg {
  fill: #EDFBFF;
}

.waves--gray svg {
  fill: #F3F3F3;
}

.waves--green svg {
  fill: #5BBCA9;
}

.waves--gold svg {
  fill: #D6B387;
}

.waves--purple svg {
  fill: #CB9FDF;
}

.waves--transparent {
  display: none;
}

.flickity-prev-next-button {
  background: #FFF;
  width: 70px;
  height: 70px;
  opacity: 1;
  color: #1D1C21;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10;
}
@media (max-width: 1500px) {
  .flickity-prev-next-button {
    width: 50px;
    height: 50px;
  }
}
.flickity-prev-next-button.previous {
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .flickity-prev-next-button.previous {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 660px) {
  .flickity-prev-next-button.previous {
    left: 5px;
  }
}
.flickity-prev-next-button.next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (max-width: 660px) {
  .flickity-prev-next-button.next {
    right: 15px;
  }
}
.flickity-prev-next-button:active {
  opacity: 1;
}
.flickity-prev-next-button:hover {
  background: #1D1C21;
  color: #FFF;
  opacity: 1;
}
.flickity-prev-next-button:focus {
  box-shadow: none;
}
.flickity-prev-next-button:disabled {
  pointer-events: all;
}
.flickity-prev-next-button:disabled:hover {
  opacity: 0.3;
  background: #FFF;
  color: #1D1C21;
}
.flickity-prev-next-button .flickity-button-icon {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.slider-arrows-black .flickity-prev-next-button {
  background: #1D1C21;
  color: #FFF;
}
.slider-arrows-black .flickity-prev-next-button:hover {
  background: #FFF;
  color: #1D1C21;
}
.slider-arrows-black .flickity-prev-next-button:disabled {
  pointer-events: all;
}
.slider-arrows-black .flickity-prev-next-button:disabled:hover {
  background: #1D1C21;
  color: #FFF;
}

.flickity-page-dots {
  bottom: -40px;
}
.flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  background: #B4BEC8;
  opacity: 0.5;
  margin: 0 5px;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.slider-white-dots .dot {
  background: #FFF;
}

.man-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .man-block {
    max-width: 700px;
  }
}
@media (max-width: 660px) {
  .man-block {
    -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;
  }
}

.man-block__left {
  width: 280px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 70px;
}
@media (max-width: 1024px) {
  .man-block__left {
    width: 140px;
    margin-right: 40px;
  }
}
@media (max-width: 660px) {
  .man-block__left {
    width: 280px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.man-block__right {
  width: 100%;
}
@media (max-width: 660px) {
  .man-block__right {
    max-width: 400px;
  }
}

.man-block__img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 10px 40px 0 rgba(37, 22, 14, 0.2);
  border-radius: 30px;
}

.man-block__title {
  margin-bottom: 0.5em;
}

.man-block__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 40px;
}
@media (max-width: 1250px) {
  .man-block__actions {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .man-block__actions {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 660px) {
  .man-block__actions {
    padding-top: 10px;
  }
}

.man-block__form {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
  position: relative;
}
@media (max-width: 660px) {
  .man-block__form {
    margin-right: 16px;
  }
}
.man-block__form .input__label {
  color: #B4BEC8;
}
.man-block__form .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 660px) {
  .man-block__form .btn {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
  }
}
.man-block__form .btn i {
  display: none;
}
@media (max-width: 660px) {
  .man-block__form .btn i {
    display: block;
  }
}
@media (max-width: 660px) {
  .man-block__form .btn span {
    display: none;
  }
}

.man-block__wa {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.man-block__wa .menu-18 {
  color: #B4BEC8;
  margin-bottom: 2px;
}
@media (max-width: 1500px) {
  .man-block__wa .menu-18 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .man-block__wa .menu-18 {
    display: none;
  }
}
@media (max-width: 768px) {
  .man-block__wa .btn {
    border: none;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .man-block__wa .btn i {
    margin-right: 0;
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .man-block__wa .btn span {
    display: none;
  }
}

@media (max-width: 660px) {
  .man-block--form .man-block__left {
    width: 140px;
    margin-bottom: 0;
    z-index: 2;
  }
}
@media (max-width: 660px) {
  .man-block--form .man-block__right {
    background: #FFF;
    border-radius: 30px;
    box-shadow: 0 10px 40px 0 rgba(37, 22, 14, 0.2);
    padding: 140px 10px 15px 10px;
    margin-top: -120px;
  }
}
@media (max-width: 660px) {
  .man-block--form .man-block__text {
    display: none;
  }
}

.s-filter {
  padding-bottom: 50px;
  z-index: 2;
  text-align: center;
  padding-top: 1px;
}
.s-filter.fixed {
  position: fixed;
  top: 30px;
  z-index: 5;
  width: 100%;
}

.filter {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFF;
  border-radius: 30px;
  box-shadow: 0 10px 40px 0 rgba(37, 22, 14, 0.2);
  margin-top: -50px;
  padding: 15px 30px 15px 30px;
}
@media (max-width: 768px) {
  .filter {
    display: none;
    margin-top: 0;
    padding: 40px 20px 15px 20px;
  }
}

.container-big .filter {
  width: 100%;
}

.filter-group {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .filter-group {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.filter-group:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .filter-group:last-child {
    margin-bottom: 0;
  }
}

.filter-group__title {
  color: #B4BEC8;
  margin-bottom: 4px;
  text-align: left;
}

.filter-group__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.filter-group__list__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.8em;
  margin-bottom: 0.5em;
}
@media (max-width: 1500px) {
  .filter-group__list__item {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .filter-group__list__item {
    font-size: 14px;
    margin-bottom: 0.8em;
  }
}
.filter-group__list__item:last-child {
  margin-right: 0;
}
.filter-group__list__item:hover span:before {
  -webkit-transform: scale3d(0.3, 1, 1);
          transform: scale3d(0.3, 1, 1);
}
.filter-group__list__item input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.filter-group__list__item input:checked + span:before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.filter-group__list__item.active span:before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.filter-group__list__item span {
  position: relative;
  font-weight: bold;
  padding: 0 0.2em;
  white-space: nowrap;
  line-height: 1.2;
}
.filter-group__list__item span:before {
  content: "";
  background: #FFD413;
  position: absolute;
  z-index: 1;
  bottom: -0.1em;
  left: 0;
  right: 0;
  height: 0.5em;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.filter-group__list__item span mark {
  position: relative;
  z-index: 2;
  background: transparent;
}

.filter-mob-btn {
  position: relative;
  z-index: 3;
  display: none;
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -25px;
  margin-bottom: -25px;
}
@media (max-width: 768px) {
  .filter-mob-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.catalog-cats {
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .catalog-cats {
    padding: 0;
    text-align: left;
  }
}
.catalog-cats a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: bold;
  padding: 0 0.2em;
  white-space: nowrap;
  line-height: 1.2;
  margin: 0.3em 1.1em;
}
@media (max-width: 768px) {
  .catalog-cats a {
    font-size: 14px;
    margin: 0 1em 0.8em 0;
  }
}
.catalog-cats a:hover:before {
  -webkit-transform: scale3d(0.3, 1, 1);
          transform: scale3d(0.3, 1, 1);
}
.catalog-cats a.active:before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.catalog-cats a:before {
  content: "";
  background: #FFD413;
  position: absolute;
  z-index: 1;
  bottom: -0.1em;
  left: 0;
  right: 0;
  height: 0.5em;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.catalog-cats a span {
  position: relative;
  z-index: 2;
}
.catalog-cats .filter-group__list {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .catalog-cats .filter-group__list {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.catalog-cats .filter-group__list a {
  margin: 0.3em 1em;
}
@media (max-width: 768px) {
  .catalog-cats .filter-group__list a {
    margin: 0 0.8em 0.8em 0;
  }
}

.shows-grid {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shows-grid .show-preview {
  margin-bottom: 60px;
}
@media (max-width: 1500px) {
  .shows-grid .show-preview {
    margin-bottom: 40px;
  }
}
@media (max-width: 660px) {
  .shows-grid .show-preview {
    margin-bottom: 16px;
  }
}

.show-preview {
  display: block;
  position: relative;
  color: #FFF;
  -webkit-tap-highlight-color: transparent;
  max-width: 443px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 1024px) {
  .show-preview {
    -webkit-perspective: none;
            perspective: none;
  }
}
.show-preview:hover .show-preview__imgwrap {
  -webkit-transform: scale3d(1.06, 1.06, 1);
          transform: scale3d(1.06, 1.06, 1);
}
@media (max-width: 1024px) {
  .show-preview:hover .show-preview__imgwrap {
    -webkit-transform: none;
            transform: none;
  }
}
.show-preview:hover .show-preview__img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
.show-preview:hover .show-preview__content {
  -webkit-transform: translate3d(0, -60px, 20px);
          transform: translate3d(0, -60px, 20px);
}
@media (max-width: 1024px) {
  .show-preview:hover .show-preview__content {
    -webkit-transform: none;
            transform: none;
  }
}
.show-preview:hover .btn {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.show-preview__imgwrap {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.show-preview__imgwrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #1D1C21 0%, rgba(29, 28, 33, 0.6) 20%, rgba(29, 28, 33, 0) 40%, transparent);
  z-index: 2;
}

.show-preview__img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  border-radius: 30px;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.show-preview__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  padding: 0 15px 15px;
  -webkit-transform: translate3d(0, 0, 20px);
          transform: translate3d(0, 0, 20px);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1024px) {
  .show-preview__content {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 660px) {
  .show-preview__content {
    padding: 0 10px 10px 10px;
  }
}
.show-preview__content .menu-18 {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .show-preview__content .menu-18 {
    font-size: 16px;
  }
}
@media (max-width: 660px) {
  .show-preview__content .menu-18 {
    margin-bottom: 4px;
  }
}
.show-preview__content .btn {
  position: absolute;
  width: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0.8);
          transform: translate3d(0, 0, 0) scale(0.8);
  box-shadow: none;
}
@media (max-width: 1024px) {
  .show-preview__content .btn {
    position: relative;
    width: auto;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.mk-grid {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mk-grid .mk-preview {
  margin-bottom: 60px;
}
@media (max-width: 1500px) {
  .mk-grid .mk-preview {
    margin-bottom: 40px;
  }
}
@media (max-width: 660px) {
  .mk-grid .mk-preview {
    margin-bottom: 16px;
  }
}

.mk-preview {
  display: block;
  position: relative;
  color: #FFF;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 1024px) {
  .mk-preview {
    -webkit-perspective: none;
            perspective: none;
  }
}
.mk-preview:hover .mk-preview__imgwrap {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}
@media (max-width: 1024px) {
  .mk-preview:hover .mk-preview__imgwrap {
    -webkit-transform: none;
            transform: none;
  }
}
.mk-preview:hover .mk-preview__img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
.mk-preview:hover .mk-preview__content {
  -webkit-transform: translate3d(0, -60px, 20px);
          transform: translate3d(0, -60px, 20px);
}
@media (max-width: 1024px) {
  .mk-preview:hover .mk-preview__content {
    -webkit-transform: none;
            transform: none;
  }
}
.mk-preview:hover .btn {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mk-preview__imgwrap {
  display: block;
  position: relative;
  border-radius: 30px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 660px) {
  .mk-preview__imgwrap {
    border-radius: 30px;
  }
}
.mk-preview__imgwrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #1D1C21 0%, rgba(29, 28, 33, 0.6) 20%, rgba(29, 28, 33, 0) 40%, transparent);
  z-index: 2;
}

.mk-preview__img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.mk-preview__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  padding: 0 15px 15px;
  -webkit-transform: translate3d(0, 0, 20px);
          transform: translate3d(0, 0, 20px);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .mk-preview__content {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 660px) {
  .mk-preview__content {
    padding: 0 10px 10px 10px;
  }
}
.mk-preview__content .menu-18 {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .mk-preview__content .menu-18 {
    font-size: 16px;
  }
}
@media (max-width: 660px) {
  .mk-preview__content .menu-18 {
    margin-bottom: 4px;
  }
}
.mk-preview__content .btn {
  position: absolute;
  width: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0.8);
          transform: translate3d(0, 0, 0) scale(0.8);
  box-shadow: none;
}
@media (max-width: 1024px) {
  .mk-preview__content .btn {
    position: relative;
    width: auto;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.media-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 19px;
}
@media (max-width: 1500px) {
  .media-grid {
    grid-column-gap: 20px;
    grid-row-gap: 11px;
  }
}
@media (max-width: 1024px) {
  .media-grid {
    grid-column-gap: 10px;
    grid-row-gap: 6px;
  }
}
@media (max-width: 660px) {
  .media-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}

.media-grid__cell {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.media-grid__cell--big {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
@media (max-width: 660px) {
  .media-grid__cell--big {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
}

@media (max-width: 660px) {
  .media-grid--slider-mob {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .media-grid--slider-mob.flickity-enabled {
    display: block;
    overflow: visible;
  }
  .media-grid--slider-mob .media-grid__cell {
    margin-right: 20px;
  }
}

.media-photo {
  display: block;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media (max-width: 1024px) {
  .media-photo {
    border-radius: 30px;
  }
}
.media-photo:hover i {
  -webkit-transform: translate3d(-10px, -10px, 0);
          transform: translate3d(-10px, -10px, 0);
}
.media-photo img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}
.media-photo i {
  position: absolute;
  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;
  z-index: 2;
  bottom: 20px;
  right: 20px;
  width: 33px;
  height: 33px;
  background: #FFF;
  color: #1D1C21;
  font-size: 17px;
  border-radius: 50%;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 660px) {
  .media-photo i {
    right: 10px;
    bottom: 10px;
  }
}

.modal-content {
  width: 1400px;
  border-radius: 30px;
  padding: 40px 50px;
}
@media (max-width: 1024px) {
  .modal-content {
    padding: 30px;
  }
}
@media (max-width: 660px) {
  .modal-content {
    border-radius: 30px;
    padding: 20px;
  }
}

.modal-content__title {
  margin-bottom: 1em;
  padding-right: 40px;
}

.modal-content__slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 50px;
}
@media (max-width: 660px) {
  .modal-content__slider {
    border-radius: 30px;
    margin-bottom: 40px;
  }
}
.modal-content__slider.flickity-enabled {
  display: block;
  overflow: visible;
}
.modal-content__slider .flickity-viewport {
  border-radius: 50px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media (max-width: 660px) {
  .modal-content__slider .flickity-viewport {
    border-radius: 30px;
  }
}

.modal-content__slide {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.modal-content__slide img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 660px) {
  .modal-content__right {
    padding-top: 20px;
  }
}

.modal-content__subtitle {
  margin-bottom: 0.5em;
}

.modal-content__descr {
  margin-bottom: 40px;
}
@media (max-width: 1250px) {
  .modal-content__descr {
    margin-bottom: 20px;
  }
}

.modal-content__bottom {
  padding-top: 20px;
}

.modal-content__form-title {
  margin-bottom: 0.5em;
}

.modal-content__form .input__label {
  color: #B4BEC8;
}
.modal-content__form .style-checkbox {
  margin-top: 20px;
}

.form-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 660px) {
  .form-row {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.form-row .input {
  width: 100%;
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .form-row .input {
    margin-right: 16px;
  }
}
@media (max-width: 660px) {
  .form-row .input {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.form-row .btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 205px;
}
@media (max-width: 1024px) {
  .form-row .btn {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
@media (max-width: 480px) {
  .form-row .btn {
    width: 100%;
  }
}

.adds-grid {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.adds-grid .adds-preview {
  margin-bottom: 60px;
}
@media (max-width: 1500px) {
  .adds-grid .adds-preview {
    margin-bottom: 40px;
  }
}
@media (max-width: 660px) {
  .adds-grid .adds-preview {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .adds-grid .adds-preview {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

.adds-preview {
  display: block;
  position: relative;
  color: #FFF;
  -webkit-tap-highlight-color: transparent;
  max-width: 317px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 1024px) {
  .adds-preview {
    -webkit-perspective: none;
            perspective: none;
  }
}
.adds-preview:hover .adds-preview__imgwrap {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}
@media (max-width: 1024px) {
  .adds-preview:hover .adds-preview__imgwrap {
    -webkit-transform: none;
            transform: none;
  }
}
.adds-preview:hover .adds-preview__img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
.adds-preview:hover .adds-preview__content {
  -webkit-transform: translate3d(0, -60px, 20px);
          transform: translate3d(0, -60px, 20px);
}
@media (max-width: 1024px) {
  .adds-preview:hover .adds-preview__content {
    -webkit-transform: none;
            transform: none;
  }
}
.adds-preview:hover .btn {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.adds-preview__imgwrap {
  display: block;
  position: relative;
  border-radius: 30px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.adds-preview__imgwrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(29, 28, 33, 0.8) 0%, rgba(29, 28, 33, 0) 40%);
  z-index: 2;
}
@media (max-width: 660px) {
  .adds-preview__imgwrap:before {
    background: linear-gradient(to top, rgba(29, 28, 33, 0.9) 0%, rgba(29, 28, 33, 0) 50%);
  }
}

.adds-preview__img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.adds-preview__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  padding: 0 15px 15px;
  -webkit-transform: translate3d(0, 0, 20px);
          transform: translate3d(0, 0, 20px);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .adds-preview__content {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 660px) {
  .adds-preview__content {
    padding: 0 10px 10px 10px;
  }
}
.adds-preview__content .menu-18 {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .adds-preview__content .menu-18 {
    font-size: 16px;
  }
}
@media (max-width: 660px) {
  .adds-preview__content .menu-18 {
    margin-bottom: 4px;
  }
}
.adds-preview__content .btn {
  position: absolute;
  width: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0.8);
          transform: translate3d(0, 0, 0) scale(0.8);
  box-shadow: none;
}
@media (max-width: 1024px) {
  .adds-preview__content .btn {
    position: relative;
    width: auto;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.portfolio-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 19px;
}
@media (max-width: 1500px) {
  .portfolio-grid {
    grid-column-gap: 20px;
    grid-row-gap: 11px;
  }
}
@media (max-width: 1024px) {
  .portfolio-grid {
    grid-column-gap: 10px;
    grid-row-gap: 6px;
  }
}
@media (max-width: 660px) {
  .portfolio-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}

.portfolio-grid__cell--big {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
@media (max-width: 660px) {
  .portfolio-grid__cell--big {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
}
.portfolio-grid__cell--big .portfolio-preview__content {
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .portfolio-grid__cell--big .portfolio-preview__content {
    padding-bottom: 20px;
  }
}
@media (max-width: 660px) {
  .portfolio-grid__cell--big .portfolio-preview__content {
    padding-bottom: 10px;
  }
}
.portfolio-grid__cell--big .portfolio-preview__content .menu-18 {
  font-size: 24px;
}
@media (max-width: 1250px) {
  .portfolio-grid__cell--big .portfolio-preview__content .menu-18 {
    font-size: 18px;
  }
}
@media (max-width: 660px) {
  .portfolio-grid__cell--big .portfolio-preview__content .menu-18 {
    font-size: 16px;
  }
}

.portfolio-preview {
  display: block;
  position: relative;
  color: #FFF;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 1024px) {
  .portfolio-preview {
    -webkit-perspective: none;
            perspective: none;
  }
}
.portfolio-preview:hover {
  z-index: 2;
}
.portfolio-preview:hover .portfolio-preview__imgwrap {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}
@media (max-width: 1024px) {
  .portfolio-preview:hover .portfolio-preview__imgwrap {
    -webkit-transform: none;
            transform: none;
  }
}
.portfolio-preview:hover .portfolio-preview__img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

.portfolio-preview__imgwrap {
  display: block;
  position: relative;
  border-radius: 50px;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media (max-width: 1024px) {
  .portfolio-preview__imgwrap {
    border-radius: 30px;
  }
}
.portfolio-preview__imgwrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #1D1C21 0%, rgba(29, 28, 33, 0.6) 20%, rgba(29, 28, 33, 0) 40%, transparent);
  z-index: 2;
}
@media (max-width: 1024px) {
  .portfolio-preview__imgwrap:before {
    background: linear-gradient(to top, #1D1C21 0%, rgba(29, 28, 33, 0.6) 20%, rgba(29, 28, 33, 0) 80%, transparent);
  }
}

.portfolio-preview__img {
  display: block;
  width: 100%;
  height: auto;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.portfolio-preview__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  padding: 0 25px 15px;
  -webkit-transform: translate3d(0, 0, 20px);
          transform: translate3d(0, 0, 20px);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1024px) {
  .portfolio-preview__content {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    padding: 0 15px 10px 15px;
  }
}
@media (max-width: 1250px) {
  .portfolio-preview__content .menu-18 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .portfolio-preview__content .menu-18 {
    font-size: 12px;
  }
}
@media (max-width: 660px) {
  .portfolio-preview__content .menu-18 {
    margin-bottom: 4px;
    font-size: 16px;
  }
}
.portfolio-preview__content .btn {
  position: relative;
  width: auto;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  display: none;
}
@media (max-width: 660px) {
  .portfolio-preview__content .btn {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.portfolio-preview__play {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 54px;
  color: #FFF;
  -webkit-transform: translate3d(0, 0, 10px);
          transform: translate3d(0, 0, 10px);
}
@media (max-width: 1250px) {
  .portfolio-preview__play {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .portfolio-preview__play {
    top: 8px;
    right: 8px;
  }
}

.caller {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 80;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .caller {
    display: none;
  }
}
.caller.visible {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  visibility: visible;
}

.caller__shield {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 6;
  cursor: pointer;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation: shield 1.5s infinite;
          animation: shield 1.5s infinite;
  pointer-events: all;
}

@-webkit-keyframes shield {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shield {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}
.caller__archi {
  position: relative;
  bottom: 40px;
  right: 0;
  z-index: 1;
  -webkit-transform: translate3d(20px, 20px, 0) rotate(-30deg);
          transform: translate3d(20px, 20px, 0) rotate(-30deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}

.caller__bubble {
  position: absolute;
  z-index: 5;
  bottom: 180px;
  right: -70px;
  opacity: 0;
  -webkit-transform: translate3d(-40px, 40px, 0);
          transform: translate3d(-40px, 40px, 0);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
}

.caller__bubble__text {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
}
.caller__bubble__text .menu-18 {
  margin-bottom: 6px;
}

.caller__form {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 400px;
  padding: 25px 25px;
  background: #FFF;
  border-radius: 30px;
  box-shadow: 0 10px 40px 0 rgba(37, 22, 14, 0.2);
  opacity: 0;
  -webkit-transform: translate3d(0, 200px, 0);
          transform: translate3d(0, 200px, 0);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  -webkit-backface-visibility: hidden;
}
.caller__form .h4 {
  text-align: center;
  margin-bottom: 0.3em;
}

.caller__close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #B4BEC8;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 660px) {
  .caller__close {
    top: 15px;
    right: 15px;
  }
}
.caller__close:hover {
  border-color: #ff6e36;
  background-color: #FFF;
}
.caller__close:before, .caller__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5px;
  margin-left: -9px;
  width: 18px;
  height: 3px;
  background: #B4BEC8;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 2px;
}
.caller__close:hover:before, .caller__close:hover:after {
  background-color: #ff6e36;
}
.caller__close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.caller__close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.caller__close:focus {
  outline: none;
}
.caller__close:focus:before, .caller__close:focus:after {
  outline: none;
}
.caller__close svg {
  display: none;
}

.caller-step--2 {
  right: 100px;
}
.caller-step--2 .caller__archi {
  -webkit-transform: translate3d(0, 0, 0) rotate(-30deg);
          transform: translate3d(0, 0, 0) rotate(-30deg);
  opacity: 1;
}
.caller-step--2 .caller__bubble {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  opacity: 1;
  pointer-events: all;
}
.caller-step--2 .caller__shield {
  -webkit-animation: none;
          animation: none;
}

.caller-step--3 {
  right: 100px;
}
.caller-step--3 .caller__form {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: all;
  opacity: 1;
}
.caller-step--3 .caller__archi {
  -webkit-transform: translate3d(-100px, -340px, 0);
          transform: translate3d(-100px, -340px, 0);
  opacity: 1;
}
@media (max-width: 1500px) {
  .caller-step--3 .caller__archi {
    -webkit-transform: translate3d(-100px, -280px, 0);
            transform: translate3d(-100px, -280px, 0);
  }
}
.caller-step--3 .caller__shield {
  -webkit-transform: translate3d(60px, 40px, 0) scale(0.5);
          transform: translate3d(60px, 40px, 0) scale(0.5);
  -webkit-animation: none;
          animation: none;
}

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

.article-preview {
  display: block;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 320px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1500px) {
  .article-preview {
    height: 300px;
  }
}
@media (max-width: 1024px) {
  .article-preview {
    height: 240px;
  }
}
.article-preview:hover {
  box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.2);
}
.article-preview:hover .article-preview__hover {
  opacity: 1;
}

.article-preview__content {
  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: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  color: #FFF;
}
.article-preview__content:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, #1D1C21, rgba(29, 28, 33, 0.7) 50%, rgba(29, 28, 33, 0));
}
.article-preview__content .article-preview__time {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.article-preview__content .article-preview__title {
  text-align: center;
  margin-top: auto;
}
.article-preview__content .btn--small {
  display: none;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .article-preview__content .btn--small {
    display: inline-block;
  }
}

.article-preview__time {
  position: relative;
  z-index: 2;
  border: 2px solid currentColor;
  border-radius: 20px;
  padding: 6px 10px;
  line-height: 1.1;
  background: rgba(29, 28, 33, 0.3);
}

.article-preview__title {
  position: relative;
  z-index: 2;
}

.article-preview__hover {
  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: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  color: #FFF;
  background: #1D1C21;
  opacity: 0;
}
@media (max-width: 1024px) {
  .article-preview__hover {
    display: none;
  }
}
.article-preview__hover .article-preview__time {
  margin-bottom: 18px;
}
@media (max-width: 1500px) {
  .article-preview__hover .article-preview__time {
    margin-bottom: 10px;
  }
}
.article-preview__hover .article-preview__title {
  margin-bottom: 16px;
}
@media (max-width: 1500px) {
  .article-preview__hover .article-preview__title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.article-preview__hover .more-link {
  margin-top: auto;
}

.article-preview__descr {
  font-size: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1500px) {
  .article-preview__descr {
    font-size: 14px;
  }
}
@media (max-width: 1250px) {
  .article-preview__descr {
    font-size: 13px;
  }
}

.s-intro {
  background: #1D1C21;
  color: #FFF;
  overflow: hidden;
}

.intro-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.intro-slider.flickity-enabled {
  display: block;
}
.intro-slider.flickity-enabled .intro-slider__progress {
  opacity: 1;
}

.intro-slider__slide {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  overflow: hidden;
}

.intro-content {
  text-align: center;
}

.intro-content__logo {
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 1500px) {
  .intro-content__logo {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .intro-content__logo {
    display: none;
  }
}
.intro-content__logo:before {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1D1C21;
  box-shadow: 0 0 280px 180px #F267E1;
  z-index: 0;
}
@media (max-width: 1750px) {
  .intro-content__logo:before {
    box-shadow: 0 0 200px 180px #F267E1;
  }
}
@media (max-width: 1500px) {
  .intro-content__logo:before {
    box-shadow: 0 0 80px 50px #F267E1;
  }
}
.intro-content__logo img {
  position: relative;
  z-index: 2;
  width: 250px;
}
@media (max-width: 1750px) {
  .intro-content__logo img {
    width: 200px;
  }
}
@media (max-width: 1500px) {
  .intro-content__logo img {
    width: 150px;
  }
}

.intro-content__title {
  margin-bottom: 0.1em;
  position: relative;
  z-index: 4;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
}
@media (max-width: 1750px) {
  .intro-content__title {
    max-width: 21em;
    font-size: 3.8vw;
  }
}
@media (max-width: 660px) {
  .intro-content__title {
    font-size: 30px;
  }
}

.intro-content__descr {
  margin-bottom: 15px;
  position: relative;
  z-index: 4;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .intro-content__descr {
    max-width: 650px;
    font-size: 16px;
  }
}

.intro-content__btn {
  min-width: 170px;
  position: relative;
  z-index: 4;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.intro-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 2px;
  z-index: 0;
  overflow: hidden;
}
.intro-video video {
  position: relative;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
}
.intro-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: radial-gradient(rgba(0, 0, 0, 0.3), black);
}

.intro-slider__slide--video {
  -webkit-backface-visibility: hidden;
}
.intro-slider__slide--video .intro-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-top: 200px;
  padding-bottom: 180px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media (max-width: 1750px) {
  .intro-slider__slide--video .intro-content {
    padding-top: 175px;
    padding-bottom: 160px;
  }
}
@media (max-width: 1500px) {
  .intro-slider__slide--video .intro-content {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}
@media (max-width: 1024px) {
  .intro-slider__slide--video .intro-content {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

.intro-slider__slide--img {
  padding: 0;
  min-height: initial;
}
.intro-slider__slide--img .intro-content {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
}
@media (max-width: 1500px) {
  .intro-slider__slide--img .intro-content {
    top: 170px;
  }
}
@media (max-width: 1024px) {
  .intro-slider__slide--img .intro-content {
    top: 110px;
  }
}

.intro-img {
  width: 1920px;
  min-width: 100%;
  display: block;
  height: auto;
}
@media (max-width: 1900px) {
  .intro-img {
    width: 100%;
  }
}
.intro-img--lazy {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.intro-img.flickity-lazyloaded {
  opacity: 1;
}

.intro-slider-mob {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.intro-slider-mob.flickity-enabled {
  display: block;
}
.intro-slider-mob.flickity-enabled .intro-slider__progress {
  opacity: 1;
}

.intro-mob-slide {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
}

.intro-mob-slide__img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.intro-mob-slide__img--lazy {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.intro-mob-slide__img.flickity-lazyloaded {
  opacity: 1;
}

.intro-mob-slide__content {
  position: absolute;
  top: 130px;
  text-align: center;
  color: #FFF;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.intro-mob-slide__title {
  margin-bottom: 5px;
}

.intro-mob-slide__text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 15px;
}

.intro-slider__progress {
  position: absolute;
  z-index: 5;
  top: 180px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1750px) {
  .intro-slider__progress {
    top: 160px;
  }
}
@media (max-width: 1500px) {
  .intro-slider__progress {
    top: 150px;
  }
}
@media (max-width: 1024px) {
  .intro-slider__progress {
    top: 100px;
  }
}

.intro-steps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1024px) {
  .intro-steps {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 768px) {
  .intro-steps {
    margin-left: -3px;
    margin-right: -3px;
  }
}

.intro-step {
  position: relative;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  margin: 0 20px;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 1024px) {
  .intro-step {
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .intro-step {
    margin: 0 3px;
  }
}
.intro-step:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.intro-step__progress {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #FFF;
  border-radius: 3px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}

.s-advantages {
  overflow: hidden;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .s-advantages {
    padding-top: 60px;
  }
}
@media (max-width: 660px) {
  .s-advantages {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.advantages-left {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .advantages-left {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .advantages-left {
    padding-top: 0;
  }
}
@media (max-width: 660px) {
  .advantages-left {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.advantages-left .h1 {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .advantages-left .h1 {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 660px) {
  .advantages-left .h1 {
    display: none;
  }
}

@media (max-width: 660px) {
  .advantages-right {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.advantages-title-mob {
  display: none;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 660px) {
  .advantages-title-mob {
    display: block;
  }
}

.advantages-texts {
  position: relative;
  overflow: hidden;
}

.advantages-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.advantages-text.active {
  position: relative;
  pointer-events: all;
}
.advantages-text.active .h4 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  opacity: 1;
}
@media (max-width: 660px) {
  .advantages-text.active .h4 {
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.advantages-text.active .user-content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.advantages-text .h4 {
  margin-bottom: 0.6em;
  -webkit-transform: translate3d(-110%, 0, 0);
          transform: translate3d(-110%, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
}
@media (max-width: 660px) {
  .advantages-text .h4 {
    padding-top: 10px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    margin-bottom: 0;
  }
}
.advantages-text .user-content {
  -webkit-transform: translate3d(-110%, 0, 0);
          transform: translate3d(-110%, 0, 0);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s, -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 660px) {
  .advantages-text .user-content {
    display: none;
  }
}

.advantages-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .advantages-slider {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 660px) {
  .advantages-slider {
    max-width: 300px;
  }
}
.advantages-slider.flickity-enabled {
  display: block;
  overflow: visible;
}
.advantages-slider .flickity-prev-next-button.next {
  right: 8%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.advantages-slider .flickity-prev-next-button.previous {
  left: 8%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.advantages-slider__slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
}
.advantages-slider__slide.is-selected img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.advantages-slider__slide img {
  display: block;
  width: 100%;
  height: auto;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
}

.advantages-thumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .advantages-thumbs {
    display: none !important;
  }
}
.advantages-thumbs.flickity-enabled {
  display: block;
}
.advantages-thumbs .flickity-viewport {
  overflow: visible;
}

.advantages-thumbs__slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: calc(100% / 6);
  min-width: 220px;
}
.advantages-thumbs__slide.is-nav-selected .advantages-thumb {
  box-shadow: 0 10px 40px 0 rgba(37, 22, 14, 0.2);
  z-index: 2;
}

.advantages-thumb {
  position: relative;
  text-align: center;
  background: #FFF;
  box-shadow: none;
  padding: 25px 12px;
  border-radius: 30px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
.advantages-thumb:hover img {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}
.advantages-thumb img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.s-team {
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 660px) {
  .s-team {
    padding: 30px 0 80px 0;
  }
}

.team-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
}
@media (max-width: 1500px) {
  .team-row {
    margin-bottom: 40px;
  }
}
@media (max-width: 660px) {
  .team-row {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}

.team-texts {
  margin-top: 100px;
  position: relative;
  width: 500px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 100px;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .team-texts {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .team-texts {
    width: 400px;
    margin-right: 60px;
  }
}
@media (max-width: 768px) {
  .team-texts {
    margin-top: 0;
  }
}
@media (max-width: 660px) {
  .team-texts {
    display: none;
  }
}

.team-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
.team-text.active {
  position: relative;
  -webkit-transform: none;
          transform: none;
  pointer-events: all;
  transition: -webkit-transform 0.6s ease 0.3s;
  transition: transform 0.6s ease 0.3s;
  transition: transform 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
}

.team-text__spec {
  margin-bottom: 24px;
}

.team-text__descr p {
  margin-bottom: 1em;
}

.team-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 565px;
  margin-top: 140px;
}
@media (max-width: 1500px) {
  .team-slider {
    width: 400px;
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .team-slider {
    margin-top: 60px;
  }
}
@media (max-width: 660px) {
  .team-slider {
    width: 230px;
    max-width: 100%;
  }
}
.team-slider.flickity-enabled {
  display: block;
}
.team-slider .flickity-viewport {
  overflow: visible;
}
@media (max-width: 660px) {
  .team-slider .flickity-prev-next-button.previous {
    left: 0;
    top: 115px;
  }
}
@media (max-width: 660px) {
  .team-slider .flickity-prev-next-button.next {
    top: 115px;
    right: 0;
  }
}

.team-slider__slide {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.team-slider__slide.is-selected .hero-big__photo {
  -webkit-transform: none;
          transform: none;
}
.team-slider__slide.past .hero-big {
  opacity: 0;
}
@media (max-width: 660px) {
  .team-slider__slide.past .hero-big {
    opacity: 1;
  }
}

.hero-big {
  display: block;
  position: relative;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 660px) {
  .hero-big {
    transition: none;
  }
}

.hero-big__photo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #FFE547;
  border-radius: 50%;
  -webkit-transform: scale3d(0.7, 0.7, 1);
          transform: scale3d(0.7, 0.7, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1024px) {
  .hero-big__photo {
    -webkit-transform: none;
            transform: none;
    transition: none;
  }
}
@media (max-width: 660px) {
  .hero-big__photo {
    margin-bottom: 15px;
  }
}
.hero-big__photo img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s ease;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s ease;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
}
.hero-big__photo img[data-loaded=true] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.hero-big__photo--blue {
  background: #3FB7E2;
}

.hero-big__info {
  display: none;
}
@media (max-width: 660px) {
  .hero-big__info {
    display: block;
  }
}

.hero-big__spec {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.3;
}

.team-thumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 660px) {
  .team-thumbs {
    display: none !important;
  }
}
.team-thumbs.flickity-enabled {
  display: block;
}

.team-thumbs__slide {
  width: 170px;
  padding-left: 10px;
  padding-right: 10px;
}
.team-thumbs__slide.is-nav-selected .team-thumb__stage {
  -webkit-transform: scale3d(1.15, 1.15, 1);
          transform: scale3d(1.15, 1.15, 1);
}
.team-thumbs__slide.is-nav-selected .team-thumb__info {
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}

.team-thumb {
  text-align: center;
  padding-top: 50px;
  cursor: pointer;
}
.team-thumb:hover .team-thumb__info {
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}

.team-thumb__stage {
  display: inline-block;
  position: relative;
  width: 110px;
  height: 110px;
  background: #FFE547;
  border-radius: 50%;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  margin-bottom: 10px;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.team-thumb__stage img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.team-thumb__stage--blue {
  background: #3FB7E2;
}

.team-thumb__info {
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.team-thumb__name {
  line-height: 1.2;
}

.s-video-hand {
  background: #1D1C21;
  height: 900px;
  padding-top: 100px;
}
@media (max-width: 1500px) {
  .s-video-hand {
    height: 800px;
  }
}
@media (max-width: 1024px) {
  .s-video-hand {
    background: url("/local/templates/archi/css/../img/video-hand/bg-mob.jpg") center bottom no-repeat #8cb035;
    height: 609px;
    padding: 50px 0 80px 0;
    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;
  }
}
.s-video-hand .waves {
  z-index: 3;
}
.s-video-hand .container {
  z-index: 4;
}
.s-video-hand .sec-title {
  color: #FFF;
}
@media (max-width: 1024px) {
  .s-video-hand .sec-title .menu-18 {
    display: none;
  }
}
.s-video-hand .btn {
  position: absolute;
  bottom: 200px;
  left: 0;
  right: 0;
  width: 225px;
  margin: 0 auto;
  z-index: 4;
}
@media (max-width: 1500px) {
  .s-video-hand .btn {
    bottom: 150px;
  }
}
@media (max-width: 1024px) {
  .s-video-hand .btn {
    bottom: 60px;
  }
}

.video-hand-stage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  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;
}
@media (max-width: 1024px) {
  .video-hand-stage {
    display: none;
  }
}
.video-hand-stage i {
  display: block;
  color: #FFF;
  font-size: 120px;
  transition: all 0.3s ease;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.video-hand-stage i:hover {
  color: #FFD413;
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

.video-hand__mobile {
  display: none;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .video-hand__mobile {
    display: block;
  }
}
.video-hand__mobile i {
  font-size: 160px;
  color: #FFF;
}

.case-details > .row {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1024px) {
  .case-details > .row {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.case-details__info {
  position: relative;
  z-index: 2;
}

.case-details__title {
  margin-bottom: 0.5em;
}
@media (max-width: 1024px) {
  .case-details__title {
    text-align: center;
  }
}

.case-details__descr {
  margin-bottom: 50px;
}
@media (max-width: 1750px) {
  .case-details__descr {
    margin-bottom: 30px;
  }
}
@media (max-width: 1500px) {
  .case-details__descr {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .case-details__descr {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.case-details__triggers {
  margin-bottom: 40px;
}
@media (max-width: 1750px) {
  .case-details__triggers {
    margin-bottom: 20px;
  }
}
.case-details__triggers .body-24 {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .case-details__triggers .body-24 {
    text-align: center;
  }
}

.case-details__triggers__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.case-details-trigger {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 24px;
  margin-bottom: 20px;
}
@media (max-width: 1750px) {
  .case-details-trigger {
    margin-bottom: 15px;
  }
}
@media (max-width: 1500px) {
  .case-details-trigger {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .case-details-trigger {
    width: calc(100% / 3);
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 12px;
  }
}
@media (max-width: 480px) {
  .case-details-trigger {
    width: 50%;
  }
}
.case-details-trigger img {
  width: 50px;
  height: 50px;
  margin-right: 14px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1024px) {
  .case-details-trigger img {
    margin-bottom: 4px;
    margin-right: 0;
  }
}
@media (max-width: 1750px) {
  .case-details-trigger .menu-16 {
    font-size: 14px;
  }
}
@media (max-width: 1500px) {
  .case-details-trigger .menu-16 {
    font-size: 12px;
  }
}

.case-details__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .case-details__actions {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .case-details__actions {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.case-details__actions .btn {
  width: 223px;
  max-width: 100%;
}

.case-details-video {
  position: relative;
  margin-right: 70px;
  width: 209px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1500px) {
  .case-details-video {
    width: 150px;
    margin-right: 50px;
  }
}
@media (max-width: 480px) {
  .case-details-video {
    width: 290px;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.case-details-video:hover i {
  color: #FFD413;
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}
@media (max-width: 480px) {
  .case-details-video:hover i {
    -webkit-transform: none;
            transform: none;
  }
}
.case-details-video:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}
.case-details-video:hover .case-details-video__cover:after {
  opacity: 0;
}
@media (max-width: 480px) {
  .case-details-video:hover .case-details-video__cover:after {
    opacity: 1;
  }
}
.case-details-video i {
  display: block;
  font-size: 50px;
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 2;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: #FFF;
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 480px) {
  .case-details-video i {
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    font-size: 70px;
  }
}

.case-details-video__cover {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .case-details-video__cover {
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .case-details-video__cover {
    border-radius: 30px 30px 0 0;
  }
}
.case-details-video__cover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1D1C21;
  opacity: 0.2;
  transition: opacity 0.6s ease;
}
@media (max-width: 480px) {
  .case-details-video__cover:after {
    background: linear-gradient(to top, #1D1C21, transparent);
    opacity: 1;
  }
}
.case-details-video__cover img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.case-details-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
@media (max-width: 1024px) {
  .case-details-slider {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 660px) {
  .case-details-slider {
    margin-bottom: 60px;
  }
}
.case-details-slider.flickity-enabled {
  display: block;
}
.case-details-slider .flickity-viewport {
  overflow: visible;
}

.case-details-slider__slide {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  margin-right: 40px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-details-slider__slide img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  border-radius: 50px;
  transition: opacity 1s ease;
  opacity: 0;
}
@media (max-width: 660px) {
  .case-details-slider__slide img {
    border-radius: 20px;
  }
}
.case-details-slider__slide img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-filter: blur(35px);
          filter: blur(35px);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s ease 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 1500px) {
  .case-details-slider__slide img:nth-child(2) {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
}
@media (max-width: 1024px) {
  .case-details-slider__slide img:nth-child(2) {
    opacity: 1;
    transition: none;
    display: none;
  }
}
.case-details-slider__slide img:nth-child(1)[data-loaded=true] {
  opacity: 1;
}
.case-details-slider__slide.past {
  opacity: 0.1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
}
@media (max-width: 1024px) {
  .case-details-slider__slide.past {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.case-details-slider__slide.is-selected img:nth-child(2) {
  opacity: 1;
}

.s-order {
  background: #1B8CD7;
  color: #FFF;
}
.s-order .waves {
  z-index: 2;
}

.order {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  min-height: 748px;
}
@media (max-width: 1500px) {
  .order {
    min-height: 700px;
  }
}
@media (max-width: 1250px) {
  .order {
    min-height: 600px;
  }
}
@media (max-width: 1024px) {
  .order {
    min-height: 500px;
  }
}
@media (max-width: 660px) {
  .order {
    min-height: initial;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.order__left {
  width: 50%;
  padding-top: 0;
  padding-bottom: 80px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .order__left {
    padding-top: 40px;
  }
}
@media (max-width: 660px) {
  .order__left {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

.order__right {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 660px) {
  .order__right {
    width: 100%;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    display: block;
  }
}

.order__img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
@media (max-width: 660px) {
  .order__img {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.order__img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.order-block {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1500px) {
  .order-block {
    max-width: 500px;
  }
}

.order-block__title {
  margin-bottom: 0.3em;
}
@media (max-width: 768px) {
  .order-block__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 660px) {
  .order-block__title {
    text-align: center;
  }
}

.order-block__subtitle {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .order-block__subtitle {
    display: none;
  }
}

.s-order--home {
  background-position: center top;
  background-size: cover;
}

.s-order--online {
  background-position: center top;
  background-size: cover;
}
.s-order--online .order__right {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.s-order--animators {
  background: linear-gradient(180deg, #009FE4, #5ADBF6), #1B8CD7;
}

.s-order--shows {
  background: linear-gradient(168.09deg, #2B0037 10.72%, #DA3684 88.49%), #1B8CD7;
}

.s-order--price {
  background: linear-gradient(180deg, #006C4E 0%, #22A977 100%), #1B8CD7;
}

.s-order--portfolio {
  background: linear-gradient(161.53deg, #632D83 12.52%, #E95AD5), #1B8CD7;
}

.s-order--contacts {
  background: linear-gradient(180deg, #007289 0%, #70F2FB 100%), #1B8CD7;
}

.s-order--hal {
  background: radial-gradient(50% 50% at 50% 50%, #014A81 0%, #022252 100%);
}

.s-order--vyp {
  background-position: center top;
  background-size: cover;
}
.s-order--vyp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(to bottom, #31b1bf, rgba(0, 96, 129, 0));
  z-index: 1;
  pointer-events: none;
  display: none;
}
@media (max-width: 480px) {
  .s-order--vyp:before {
    display: block;
  }
}
.s-order--vyp .container {
  z-index: 5;
}

.s-order--vyp__top {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  margin-top: -30%;
  pointer-events: none;
}
@media (max-width: 480px) {
  .s-order--vyp__top {
    display: block;
  }
}

.s-page-header {
  background: #1D1C21;
  max-height: 100vh;
  min-height: 720px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .s-page-header {
    min-height: 600px;
  }
}
@media (max-width: 1250px) {
  .s-page-header {
    max-height: initial;
    min-height: 490px;
    overflow: visible;
  }
}
@media (max-width: 1024px) {
  .s-page-header {
    min-height: 300px;
  }
}
.s-page-header .waves {
  z-index: 3;
}

.page-header__bg {
  display: block;
  position: relative;
  height: auto;
  z-index: 1;
  width: 1920px;
  min-width: 100%;
}
@media (max-width: 1750px) {
  .page-header__bg {
    width: 100%;
  }
}
.page-header__bg img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

@media (max-width: 370px) {
  .s-page-header--animator .page-header__bg img {
    height: 650px;
    object-fit: cover;
    object-position: center bottom;
  }
}
.s-page-header--animator .page-header__title {
  max-width: 35%;
}
@media (max-width: 660px) {
  .s-page-header--animator .page-header__title {
    max-width: 100%;
  }
}

.page-header__bg--overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: radial-gradient(50% 50%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.page-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-top: 215px;
  padding-bottom: 180px;
  color: #FFF;
}
@media (max-width: 1750px) {
  .page-header {
    padding-top: 195px;
    padding-bottom: 160px;
  }
}
@media (max-width: 1500px) {
  .page-header {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .page-header {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 660px) {
  .page-header {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.page-header__title {
  max-width: 45%;
}
@media (max-width: 1500px) {
  .page-header__title {
    font-size: 48px;
    max-width: 600px;
  }
}
@media (max-width: 1024px) {
  .page-header__title {
    max-width: 50%;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .page-header__title {
    font-size: 24px;
  }
}
@media (max-width: 660px) {
  .page-header__title {
    font-size: 30px;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.page-header__descr {
  max-width: 800px;
  margin-top: 20px;
}
@media (max-width: 1500px) {
  .page-header__descr {
    font-size: 16px;
    max-width: 600px;
  }
}
@media (max-width: 1250px) {
  .page-header__descr {
    display: none;
  }
}

.page-header__btn {
  margin-top: 40px;
  min-width: 230px;
  max-width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1250px) {
  .page-header__btn {
    margin-top: 20px;
  }
}
@media (max-width: 660px) {
  .page-header__btn {
    min-width: 150px;
  }
}

.page-header__tags {
  white-space: nowrap;
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
@media (max-width: 1250px) {
  .page-header__tags {
    margin-top: 15px;
    overflow: auto;
  }
}
@media (max-width: 1024px) {
  .page-header__tags {
    padding-bottom: 15px;
    margin-bottom: -15px;
  }
}

.page-header__tag {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  background: #FFF;
  border-radius: 20px;
  color: #7F7B91;
  padding: 3px 10px;
  margin: 0 10px;
}
@media (max-width: 1250px) {
  .page-header__tag {
    margin: 0 5px;
  }
}

.page-header__video {
  font-size: 70px;
  height: 70px;
  width: 70px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 5;
  margin: 0 auto;
  color: #FFD413;
  border-radius: 50%;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1250px) {
  .page-header__video {
    bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .page-header__video {
    bottom: 10px;
    width: 50px;
    height: 50px;
    font-size: 50px;
  }
}
@media (max-width: 660px) {
  .page-header__video {
    bottom: 10px;
    font-size: 70px;
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 480px) {
  .page-header__video {
    bottom: -10px;
  }
}
.page-header__video:hover {
  color: #FFD413;
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}
.page-header__video i {
  display: block;
}

@media (max-width: 768px) {
  .s-page-header--without-mob {
    height: 400px;
  }
}
.s-page-header--without-mob .waves {
  z-index: 2;
}
@media (max-width: 768px) {
  .s-page-header--without-mob .page-header__bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .s-page-header--without-mob .page-header__bg img {
    position: relative;
    width: auto;
    height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.s-photo-slider {
  padding: 110px 0;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .s-photo-slider {
    padding: 80px 0;
  }
}
@media (max-width: 660px) {
  .s-photo-slider {
    padding: 60px 0;
  }
}
@media (max-width: 660px) {
  .s-photo-slider .sec-title .menu-18 {
    display: none;
  }
}

.s-photo-slider--black {
  background: #1D1C21;
  color: #FFF;
}
.s-photo-slider--black + .s-add-show .waves--top svg {
  fill: #1D1C21;
}

.s-photo-slider__video {
  display: block;
  font-size: 70px;
  width: 70px;
  height: 70px;
  margin: 0 auto 50px;
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 660px) {
  .s-photo-slider__video {
    display: none;
  }
}
.s-photo-slider__video:hover {
  color: #FFD413;
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}
.s-photo-slider__video i {
  display: block;
}

.s-photo-slider__video--mob {
  display: none;
  margin: 60px auto 0;
}
@media (max-width: 660px) {
  .s-photo-slider__video--mob {
    display: block;
  }
}

.photo-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1150px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1500px) {
  .photo-slider {
    width: 70%;
  }
}
@media (max-width: 660px) {
  .photo-slider {
    margin-bottom: 40px;
    width: 100%;
  }
}
.photo-slider.flickity-enabled {
  display: block;
  overflow: visible;
}
.photo-slider .flickity-viewport {
  overflow: visible;
}

.photo-slider__slide {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  opacity: 0.5;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
@media (max-width: 1024px) {
  .photo-slider__slide {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    transition: none;
    margin-right: 20px;
  }
}
.photo-slider__slide img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  border-radius: 50px;
}
@media (max-width: 660px) {
  .photo-slider__slide img {
    border-radius: 20px;
  }
}
.photo-slider__slide img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s ease 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 1500px) {
  .photo-slider__slide img:nth-child(2) {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
}
@media (max-width: 660px) {
  .photo-slider__slide img:nth-child(2) {
    opacity: 1;
    transition: none;
  }
}
.photo-slider__slide.is-selected {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.photo-slider__slide.is-selected img {
  opacity: 1;
}

.s-add-show {
  overflow: hidden;
  padding: 100px 0 120px 0;
}
@media (max-width: 660px) {
  .s-add-show {
    padding: 80px 0;
    text-align: center;
  }
}
.s-add-show .container {
  z-index: 2;
}

.s-add-show--no-bottom-wave .waves--bottom {
  display: none;
}
.s-add-show--no-bottom-wave + .s-next-item .waves {
  display: none;
}

.add-show-left {
  padding-top: 200px;
}
@media (max-width: 1500px) {
  .add-show-left {
    padding-top: 100px;
  }
}
@media (max-width: 1024px) {
  .add-show-left {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .add-show-left {
    padding-top: 0;
  }
}
@media (max-width: 660px) {
  .add-show-left {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.add-show-left .h1 {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .add-show-left .h1 {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 660px) {
  .add-show-left .h1 {
    display: none;
  }
}
.add-show-left .content-label {
  color: rgba(29, 28, 33, 0.5);
  margin-bottom: 15px;
}
@media (max-width: 660px) {
  .add-show-left .content-label {
    display: none;
  }
}

@media (max-width: 660px) {
  .add-show-right {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.add-show-title-mob {
  display: none;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 660px) {
  .add-show-title-mob {
    display: block;
  }
}

.add-show-lable-mob {
  display: none;
  margin-bottom: 11px;
}
@media (max-width: 660px) {
  .add-show-lable-mob {
    display: inline-block;
  }
}

.add-show-texts {
  position: relative;
  overflow: hidden;
}

.add-show-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.add-show-text.active {
  position: relative;
  pointer-events: all;
}
.add-show-text.active .h4 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  opacity: 1;
}
@media (max-width: 660px) {
  .add-show-text.active .h4 {
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.add-show-text.active .user-content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
@media (max-width: 660px) {
  .add-show-text.active .user-content {
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  }
}
.add-show-text .h4 {
  margin-bottom: 0.6em;
  -webkit-transform: translate3d(-110%, 0, 0);
          transform: translate3d(-110%, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 660px) {
  .add-show-text .h4 {
    padding-top: 10px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
}
.add-show-text .user-content {
  -webkit-transform: translate3d(-110%, 0, 0);
          transform: translate3d(-110%, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s, opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s, opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
}
@media (max-width: 660px) {
  .add-show-text .user-content {
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 0;
  }
}

.add-show-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .add-show-slider {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 660px) {
  .add-show-slider {
    max-width: 300px;
  }
}
.add-show-slider.flickity-enabled {
  display: block;
  overflow: visible;
}
.add-show-slider .flickity-prev-next-button.next {
  right: 8%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.add-show-slider .flickity-prev-next-button.previous {
  left: 8%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.add-show-slider__slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
}
.add-show-slider__slide.is-selected img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition: -webkit-transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.add-show-slider__slide img {
  display: block;
  width: 100%;
  height: auto;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
  -webkit-backface-visibility: hidden;
}

.add-show-thumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .add-show-thumbs {
    display: none !important;
  }
}
.add-show-thumbs.flickity-enabled {
  display: block;
}
.add-show-thumbs .flickity-viewport {
  overflow: visible;
}

.add-show-thumbs__slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: calc(100% / 4);
  min-width: 220px;
}
.add-show-thumbs__slide.is-nav-selected .add-show-thumb {
  box-shadow: 0 10px 40px 0 rgba(37, 22, 14, 0.2);
  z-index: 2;
}
.add-show-thumbs__slide.is-nav-selected:nth-child(1) .add-show-thumb {
  background: #FFF7E4;
}
.add-show-thumbs__slide.is-nav-selected:nth-child(2) .add-show-thumb {
  background: #BDF1FC;
}
.add-show-thumbs__slide.is-nav-selected:nth-child(3) .add-show-thumb {
  background: #EBECFF;
}
.add-show-thumbs__slide.is-nav-selected:nth-child(4) .add-show-thumb {
  background: #FFF8F6;
}

.add-show-thumb {
  position: relative;
  text-align: center;
  background: transparent;
  box-shadow: none;
  padding: 25px 12px;
  border-radius: 30px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
.add-show-thumb:hover img {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}
.add-show-thumb img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 218px;
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.add-show-bgs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}

.add-show-bg {
  position: absolute;
  top: 5%;
  left: 53%;
  width: 600px;
  height: 600px;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 660px) {
  .add-show-bg {
    left: calc(50% - 300px);
  }
}
.add-show-bg.active {
  -webkit-transform: scale3d(7, 7, 1);
          transform: scale3d(7, 7, 1);
  z-index: 2;
  transition: -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
@media (max-width: 660px) {
  .add-show-bg.active {
    -webkit-transform: scale3d(3, 3, 1);
            transform: scale3d(3, 3, 1);
  }
}
.add-show-bg.exit {
  -webkit-transform: scale3d(7, 7, 1);
          transform: scale3d(7, 7, 1);
  z-index: 1;
}
@media (max-width: 660px) {
  .add-show-bg.exit {
    -webkit-transform: scale3d(3, 3, 1);
            transform: scale3d(3, 3, 1);
  }
}

.s-next-item {
  padding: 120px 0 80px 0;
  min-height: 560px;
  color: #FFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center center;
  background-color: #1D1C21;
  background-size: cover;
}
@media (max-width: 1024px) {
  .s-next-item {
    min-height: 350px;
  }
}
@media (max-width: 480px) {
  .s-next-item {
    background-position: center left;
    padding: 50px 0;
    background-size: auto 140%;
  }
}
.s-next-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
}
@media (max-width: 480px) {
  .s-next-item:before {
    background: rgba(0, 0, 0, 0.2);
  }
}
.s-next-item .sec-title .content-label {
  color: #FFF;
}
@media (max-width: 1024px) {
  .s-next-item .sec-title .content-label {
    display: none;
  }
}
.s-next-item .sec-title .menu-18 {
  max-width: 600px;
}
@media (max-width: 1024px) {
  .s-next-item .sec-title .menu-18 {
    display: none;
  }
}

@media (max-width: 480px) {
  .s-next-item--center-mob {
    background-position: center center;
    padding: 50px 0;
    background-size: auto 100%;
  }
}
.s-next-item--center-mob:before {
  background: rgba(0, 0, 0, 0.2);
}

.next-item__link {
  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;
  width: 2.2em;
  height: 2.2em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background: #FFF;
  color: #1D1C21;
  font-size: 32px;
}
@media (max-width: 480px) {
  .next-item__link {
    font-size: 20px;
  }
}
.next-item__link:hover:before {
  left: -0.5em;
  right: -0.5em;
  top: -0.5em;
  bottom: -0.5em;
}
.next-item__link:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: -0.3em;
  right: -0.3em;
  top: -0.3em;
  bottom: -0.3em;
  border: 2px solid #FFF;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.s-simple-header {
  text-align: center;
  padding: 240px 0 50px 0;
}
@media (max-width: 1500px) {
  .s-simple-header {
    padding-top: 200px;
  }
}
@media (max-width: 1250px) {
  .s-simple-header {
    padding-top: 180px;
  }
}
@media (max-width: 1024px) {
  .s-simple-header {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.s-simple-header + .s-filter .filter {
  margin-top: 0;
}
.s-simple-header + .s-filter .filter-mob-btn {
  margin-top: 0;
}

.s-archi-speech {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .s-archi-speech {
    padding: 30px 0;
  }
}
@media (max-width: 660px) {
  .s-archi-speech {
    display: none;
  }
}

.s-archi-speech--mob {
  display: none;
  padding-top: 50px;
}
@media (max-width: 660px) {
  .s-archi-speech--mob {
    display: block;
  }
}

.s-home-services-title {
  padding-top: 60px;
}

.s-home-services {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 660px) {
  .s-home-services {
    padding: 60px 0;
  }
}

.s-home-services--programms {
  background: #0EA5BD;
}
.s-home-services--programms .home-service__content {
  color: #FFF;
}

.s-home-services--shows {
  background: #F9DFBD;
  padding: 40px 0;
}

.s-home-services--sweets {
  background: #F4EBF4;
  padding: 40px 0;
}

.s-home-services--dekor {
  background: #5BBCA9;
}
.s-home-services--dekor .home-service__content {
  color: #FFF;
}

.s-home-services--dop {
  background: #F7D0CC;
  padding: 40px 0;
}

.home-service {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 660px) {
  .home-service {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-service--alt {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 660px) {
  .home-service--alt {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-service--alt .home-service__content {
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 660px) {
  .home-service--alt .home-service__content {
    padding-right: 0;
  }
}

.home-service__stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .home-service__stage {
    width: 40%;
  }
}
@media (max-width: 660px) {
  .home-service__stage {
    width: 100%;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
  }
}

.home-service__stage__images {
  position: relative;
  max-width: 100%;
}
.home-service__stage__images img {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
@media (max-width: 660px) {
  .home-service__stage__images img {
    max-width: 300px;
    width: 100%;
  }
}
.home-service__stage__images img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.home-service__content {
  width: 630px;
  max-width: 50%;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .home-service__content {
    max-width: 60%;
  }
}
@media (max-width: 660px) {
  .home-service__content {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

.home-service__label {
  margin-bottom: 20px;
}
@media (max-width: 660px) {
  .home-service__label {
    margin-bottom: 10px;
  }
}

.home-service__title {
  margin-bottom: 0.5em;
}
@media (max-width: 660px) {
  .home-service__title {
    margin-bottom: 18px;
  }
}

.home-service__text {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .home-service__text {
    margin-bottom: 20px;
  }
}
@media (max-width: 660px) {
  .home-service__text {
    display: none;
  }
}

.home-service__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 660px) {
  .home-service__actions {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 660px) {
  .home-service__actions .btn {
    margin: 0 10px;
  }
}
.home-service__actions .btn--white {
  width: 200px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .home-service__actions .btn--white {
    margin-right: 15px;
    width: auto;
  }
}
@media (max-width: 660px) {
  .home-service__actions .btn--white {
    margin-right: 0;
  }
}

@media (max-width: 660px) {
  .home-service__pc-btn {
    display: none;
  }
}

.home-service__mob-btn {
  display: none;
}
@media (max-width: 660px) {
  .home-service__mob-btn {
    display: inline-block;
  }
}

.s-insta {
  padding: 60px 0 60px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 660px) {
  .s-insta {
    padding-top: 60px;
  }
}
@media (max-width: 660px) {
  .s-insta .sec-title .menu-18 {
    display: none;
  }
}

.insta-stage {
  height: 700px;
  position: relative;
}
@media (max-width: 660px) {
  .insta-stage {
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  .insta-stage.flickity-enabled {
    display: block;
  }
  .insta-stage .flickity-viewport {
    overflow: visible;
  }
}
.insta-stage .flickity-prev-next-button.next {
  right: calc(50% - 105px);
}
.insta-stage .flickity-prev-next-button.previous {
  left: calc(50% - 105px);
}

.insta-stage__img {
  position: absolute;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media (max-width: 660px) {
  .insta-stage__img {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    width: 215px;
    margin: 0 10px;
    top: initial !important;
  }
}
.insta-stage__img img {
  display: block;
  border-radius: 50px;
  box-shadow: 0 0 0 6px #FFF, 0 10px 40px 0 rgba(77, 77, 77, 0.2);
  min-width: 300px;
  min-height: 200px;
}
@media (max-width: 1024px) {
  .insta-stage__img img {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media (max-width: 660px) {
  .insta-stage__img img {
    box-shadow: 0 0 0 4px #FFF, 0 10px 40px 0 rgba(77, 77, 77, 0.2);
    min-width: initial;
    min-height: initial;
    width: 100%;
    border-radius: 25px;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.insta-stage__img:nth-child(1) {
  top: 70px;
  left: calc(50% - 1050px);
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: 3;
}
.insta-stage__img:nth-child(2) {
  top: 20px;
  left: calc(50% - 750px);
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  z-index: 1;
}
.insta-stage__img:nth-child(3) {
  top: 260px;
  left: calc(50% - 730px);
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  z-index: 1;
}
.insta-stage__img:nth-child(4) {
  top: 20px;
  left: calc(50% - 570px);
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: 3;
}
.insta-stage__img:nth-child(5) {
  top: 110px;
  left: calc(50% - 310px);
  -webkit-transform: scale(0.45);
          transform: scale(0.45);
  z-index: 1;
}
.insta-stage__img:nth-child(6) {
  top: 400px;
  left: calc(50% - 190px);
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  z-index: 2;
}
.insta-stage__img:nth-child(7) {
  top: 60px;
  left: calc(50% - 110px);
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  z-index: 3;
}
.insta-stage__img:nth-child(8) {
  top: 0;
  left: calc(50% + 170px);
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  z-index: 1;
}
.insta-stage__img:nth-child(9) {
  top: 300px;
  left: calc(50% + 170px);
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  z-index: 2;
}
.insta-stage__img:nth-child(10) {
  top: 170px;
  left: calc(50% + 270px);
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  z-index: 1;
}
.insta-stage__img:nth-child(11) {
  top: 0;
  left: calc(50% + 370px);
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: 3;
}
.insta-stage__img:nth-child(12) {
  top: 300px;
  left: calc(50% + 570px);
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  z-index: 3;
}
.insta-stage__img:nth-child(13) {
  top: 100px;
  left: calc(50% + 750px);
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: 2;
}

.insta-link {
  width: 225px;
  height: 225px;
  margin-left: auto;
  margin-right: auto;
  background: #F4F5F7;
  border-radius: 50%;
  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;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
}
@media (max-width: 660px) {
  .insta-link {
    width: 74px;
    height: 74px;
  }
}
.insta-link:hover {
  background: #1D1C21;
  color: #FFF;
}
.insta-link i {
  font-size: 48px;
}
@media (max-width: 660px) {
  .insta-link i {
    font-size: 36px;
  }
}
.insta-link span {
  display: block;
  margin-top: 20px;
}
@media (max-width: 660px) {
  .insta-link span {
    display: none;
  }
}

.s-cases-slider {
  background: #1D1C21;
  padding: 160px 0 100px 0;
  color: #FFF;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .s-cases-slider {
    padding-top: 140px;
  }
}
@media (max-width: 1024px) {
  .s-cases-slider {
    padding-top: 100px;
  }
}
@media (max-width: 660px) {
  .s-cases-slider {
    padding-bottom: 50px;
  }
}
.s-cases-slider .sec-title .menu-18 {
  max-width: 700px;
}
@media (max-width: 1024px) {
  .s-cases-slider .sec-title .menu-18 {
    display: none;
  }
}

.cases-slider-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .cases-slider-wrapper {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cases-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
@media (max-width: 1500px) {
  .cases-slider {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .cases-slider {
    margin-bottom: 0;
    margin-top: 60px;
  }
}
@media (max-width: 660px) {
  .cases-slider {
    margin-top: 30px;
  }
}
.cases-slider.flickity-enabled {
  display: block;
}
.cases-slider > .flickity-viewport {
  overflow: visible;
}

.cases-slider__slide {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .cases-slider__slide .case-details__title {
    display: none;
  }
}
@media (max-width: 1024px) {
  .cases-slider__slide .case-details__descr {
    display: none;
  }
}
@media (max-width: 660px) {
  .cases-slider__slide .case-details__actions {
    display: none;
  }
}
.cases-slider__slide.is-selected {
  opacity: 1;
  pointer-events: all;
}

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

.cases-thumbs-slider__slide {
  width: 405px;
  padding: 0 20px;
}
@media (max-width: 1500px) {
  .cases-thumbs-slider__slide {
    width: 300px;
    padding: 0 14px;
  }
}
@media (max-width: 1024px) {
  .cases-thumbs-slider__slide {
    width: 240px;
    padding: 0 10px;
  }
}
@media (max-width: 660px) {
  .cases-thumbs-slider__slide {
    width: 110px;
    text-align: center;
    padding: 0 10px;
  }
}
.cases-thumbs-slider__slide.is-nav-selected .cases-slider-thumb__img {
  opacity: 1;
}
@media (max-width: 660px) {
  .cases-thumbs-slider__slide.is-nav-selected .cases-slider-thumb__img {
    -webkit-transform: none;
            transform: none;
  }
}
.cases-thumbs-slider__slide.is-nav-selected .menu-18 {
  color: #FFF;
}

.cases-slider-thumb {
  text-align: center;
  cursor: pointer;
}
.cases-slider-thumb:hover .cases-slider-thumb__img {
  opacity: 1;
}
.cases-slider-thumb .menu-18 {
  color: #bbb;
}
@media (max-width: 1024px) {
  .cases-slider-thumb .menu-18 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cases-slider-thumb .menu-18 {
    font-size: 12px;
  }
}

.cases-slider-thumb__img {
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 30px;
  opacity: 0.5;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s ease;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s ease;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media (max-width: 1500px) {
  .cases-slider-thumb__img {
    border-radius: 30px;
  }
}
@media (max-width: 660px) {
  .cases-slider-thumb__img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    border-radius: 50%;
    -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
.cases-slider-thumb__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 660px) {
  .cases-slider-thumb__img img {
    height: 100%;
    width: auto;
  }
}

.s-animators {
  padding: 20px 0 80px 0;
}
@media (max-width: 480px) {
  .s-animators {
    padding-bottom: 40px;
  }
}

.animators-list {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.animators-list .animator-preview {
  margin-bottom: 80px;
}
@media (max-width: 1500px) {
  .animators-list .animator-preview {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .animators-list .animator-preview {
    margin-bottom: 40px;
  }
}
.animators-list .man-block__wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
@media (max-width: 1500px) {
  .animators-list .man-block__wrapper {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .animators-list .man-block__wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .animators-list .man-block__wrapper {
    display: none;
  }
}

.animator-preview {
  display: block;
  text-align: center;
  max-width: 442px;
  -webkit-tap-highlight-color: transparent;
}
.animator-preview:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}
.animator-preview:hover .btn {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 40px) scale3d(1, 1, 1);
          transform: translate3d(0, 0, 40px) scale3d(1, 1, 1);
}
.animator-preview .menu-18 {
  position: relative;
  z-index: 4;
  top: -15px;
}

.animator-preview__img {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 1024px) {
  .animator-preview__img {
    -webkit-perspective: none;
            perspective: none;
  }
}
.animator-preview__img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
.animator-preview__img .btn {
  z-index: 3;
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  width: 146px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 40px) scale3d(0.9, 0.9, 1);
          transform: translate3d(0, 20px, 40px) scale3d(0.9, 0.9, 1);
}
@media (max-width: 1024px) {
  .animator-preview__img .btn {
    font-size: 12px;
    height: 40px;
    width: 100px;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 480px) {
  .animator-preview__img .btn {
    bottom: 15%;
  }
}
.animator-preview__img .js-tilt-glare {
  z-index: 2;
}

.s-lookbook {
  padding: 50px 0 40px 0;
}

.lookbook {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lookbook__triggers {
  width: 280px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 90px;
}
@media (max-width: 1250px) {
  .lookbook__triggers {
    padding-top: 50px;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .lookbook__triggers {
    padding-top: 30px;
  }
}
@media (max-width: 660px) {
  .lookbook__triggers {
    display: none;
  }
}
.lookbook__triggers:first-child {
  padding-right: 16px;
}
.lookbook__triggers:last-child {
  padding-left: 16px;
}

.lookbook-trigger {
  position: relative;
  padding-left: 38px;
  margin-bottom: 40px;
}
@media (max-width: 1250px) {
  .lookbook-trigger {
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 30px;
  }
}
.lookbook-trigger:last-child {
  margin-bottom: 0;
}
.lookbook-trigger:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0.2em;
  border-radius: 50%;
  border: 0.2em solid #B4BEC8;
}

.lookbook-stage {
  position: relative;
}

.lookbook-stage--has-pops:hover .lookbook-stage__img {
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}
@media (max-width: 1024px) {
  .lookbook-stage--has-pops:hover .lookbook-stage__img {
    -webkit-filter: none;
            filter: none;
  }
}
.lookbook-stage--has-pops:hover .lookbook__dot {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate(-50%, -50%);
          transform: scale3d(1, 1, 1) translate(-50%, -50%);
}

.lookbook-stage__img {
  display: block;
  width: 100%;
  height: auto;
  transition: -webkit-filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lookbook__dots {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .lookbook__dots {
    display: none;
  }
}

.lookbook__dot {
  position: absolute;
  width: 46px;
  height: 46px;
  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%;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale3d(0, 0, 1) translate(-50%, -50%);
          transform: scale3d(0, 0, 1) translate(-50%, -50%);
  transition: all 0.4s ease;
  opacity: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lookbook__dot:nth-child(1) {
  transition-delay: 0.15s;
}
.lookbook__dot:nth-child(2) {
  transition-delay: 0.3s;
}
.lookbook__dot:nth-child(3) {
  transition-delay: 0.45s;
}
.lookbook__dot:nth-child(4) {
  transition-delay: 0.6s;
}
.lookbook__dot:nth-child(5) {
  transition-delay: 0.75s;
}
.lookbook__dot:nth-child(6) {
  transition-delay: 0.9s;
}
.lookbook__dot:nth-child(7) {
  transition-delay: 1.05s;
}
.lookbook__dot:nth-child(8) {
  transition-delay: 1.2s;
}
.lookbook__dot:nth-child(9) {
  transition-delay: 1.35s;
}
.lookbook__dot:nth-child(10) {
  transition-delay: 1.5s;
}
.lookbook__dot figure {
  position: relative;
  z-index: 2;
  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;
  background: #FFF;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.lookbook__dot img {
  display: block;
}
.lookbook__dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  border-radius: 50%;
  -webkit-animation: dot 1s ease infinite;
          animation: dot 1s ease infinite;
  pointer-events: none;
}
.lookbook__dot:focus {
  outline: none;
}

@-webkit-keyframes dot {
  from {
    -webkit-transform: scale3d(0, 0, 1);
            transform: scale3d(0, 0, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(2, 2, 1);
            transform: scale3d(2, 2, 1);
    opacity: 0;
  }
}

@keyframes dot {
  from {
    -webkit-transform: scale3d(0, 0, 1);
            transform: scale3d(0, 0, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(2, 2, 1);
            transform: scale3d(2, 2, 1);
    opacity: 0;
  }
}
.tippy-popper {
  pointer-events: all;
}

.tippy-tooltip.archi-theme {
  background: #FFF;
  color: #1D1C21;
  border-radius: 30px;
  box-shadow: 0 10px 40px 0 rgba(37, 22, 14, 0.2);
  padding: 0;
  overflow: hidden;
}
.tippy-tooltip.archi-theme .tippy-arrow {
  border-bottom-color: #FFF;
}

.lookbook-pop {
  display: block;
  text-align: center;
  width: 336px;
}
@media (max-width: 660px) {
  .lookbook-pop {
    width: 150px;
  }
}

.lookbook-pop__img {
  display: block;
  width: 100%;
  height: auto;
}

.lookbook-pop__content {
  padding: 15px;
}
.lookbook-pop__content .menu-18 {
  margin-bottom: 2px;
}
.lookbook-pop__content .body-12 {
  color: #B4BEC8;
}

.lookbook-triggers-slider {
  display: none;
  overflow: hidden;
  margin-top: 25px;
  background: #FFF;
  box-shadow: 0 10px 40px 0 rgba(37, 22, 14, 0.2);
  border-radius: 60px;
  margin-bottom: 40px;
}
@media (max-width: 660px) {
  .lookbook-triggers-slider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.lookbook-triggers-slider.flickity-enabled {
  overflow: visible;
}
@media (max-width: 660px) {
  .lookbook-triggers-slider.flickity-enabled {
    display: block;
  }
}
.lookbook-triggers-slider .flickity-prev-next-button {
  box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.2);
}

.lookbook-triggers-slider--black {
  background: #28272E;
  color: #FFF;
}

.lookbook-slide {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  min-height: 70px;
  padding: 25px 40px;
}

.s-animator-advantages {
  padding: 40px 0;
}

.animator-advantage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 660px) {
  .animator-advantage {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
}

.animator-advantage__icon {
  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: 132px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 660px) {
  .animator-advantage__icon {
    display: block;
    width: auto;
    margin-bottom: 8px;
  }
}
.animator-advantage__icon img {
  display: block;
  max-width: 100px;
}
@media (max-width: 660px) {
  .animator-advantage__icon img {
    max-width: initial;
    height: 64px;
  }
}

.s-animator-form {
  padding: 40px 0 100px 0;
}
@media (max-width: 768px) {
  .s-animator-form {
    display: none;
  }
}

.s-animator-shows {
  background: #1D1C21;
  padding: 100px 0;
  color: #FFF;
  overflow: hidden;
}
@media (max-width: 660px) {
  .s-animator-shows {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .s-animator-shows {
    padding: 50px 0;
  }
}
.s-animator-shows + .s-next-item .waves svg {
  fill: #1D1C21;
}

.shows-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1500px) {
  .shows-slider {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 660px) {
  .shows-slider {
    margin-bottom: 40px;
  }
}
.shows-slider.flickity-enabled {
  display: block;
}
.shows-slider .flickity-prev-next-button.previous {
  left: 30px;
}
@media (max-width: 1500px) {
  .shows-slider .flickity-prev-next-button.previous {
    left: 20px;
  }
}
.shows-slider .flickity-prev-next-button.next {
  right: 30px;
}
@media (max-width: 1500px) {
  .shows-slider .flickity-prev-next-button.next {
    right: 20px;
  }
}

.shows-slider__slide {
  width: calc(100% / 3);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 30px;
}
@media (max-width: 1500px) {
  .shows-slider__slide {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .shows-slider__slide {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .shows-slider__slide {
    width: 50%;
  }
}
@media (max-width: 660px) {
  .shows-slider__slide {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .shows-slider__slide {
    width: 100%;
  }
}

.s-animator-addons {
  padding: 100px 0 50px;
}
@media (max-width: 660px) {
  .s-animator-addons {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 480px) {
  .s-animator-addons {
    padding-top: 50px;
  }
}

.s-animator-mk {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 660px) {
  .s-animator-mk {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .s-animator-mk {
    padding: 50px 0;
  }
}

.mk-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1500px) {
  .mk-slider {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 660px) {
  .mk-slider {
    margin-bottom: 40px;
  }
}
.mk-slider.flickity-enabled {
  display: block;
}
.mk-slider .flickity-prev-next-button.previous {
  left: 30px;
}
@media (max-width: 1500px) {
  .mk-slider .flickity-prev-next-button.previous {
    left: 20px;
  }
}
.mk-slider .flickity-prev-next-button.next {
  right: 30px;
}
@media (max-width: 1500px) {
  .mk-slider .flickity-prev-next-button.next {
    right: 20px;
  }
}

.mk-slider__slide {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 30px;
}
@media (max-width: 1500px) {
  .mk-slider__slide {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .mk-slider__slide {
    padding: 0 20px;
  }
}
@media (max-width: 660px) {
  .mk-slider__slide {
    width: 100%;
    padding: 0 16px;
  }
}

.s-photo-slider--mob-animator {
  display: none;
  background: #F4EBF4;
}
@media (max-width: 660px) {
  .s-photo-slider--mob-animator {
    display: block;
  }
}

.s-shows {
  padding: 20px 0 80px 0;
}
@media (max-width: 480px) {
  .s-shows {
    padding-bottom: 40px;
  }
}
.s-shows .man-block__wrapper {
  position: relative;
  z-index: 2;
  margin: 40px 0 100px 0;
}
@media (max-width: 1500px) {
  .s-shows .man-block__wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 768px) {
  .s-shows .man-block__wrapper {
    display: none;
  }
}
.s-shows .man-block__wrapper.d-moby {
  display: none;
}
@media (max-width: 768px) {
  .s-shows .man-block__wrapper.d-moby {
    display: block;
  }
}

.s-related-shows {
  background: #FFF;
  padding: 20px 0;
}

.s-show-inc {
  padding: 80px 0 120px 0;
  color: #FFF;
  background-color: #1D1C21;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .s-show-inc {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .s-show-inc {
    padding-bottom: 80px;
  }
}
.s-show-inc .waves {
  z-index: 2;
}
.s-show-inc .container {
  z-index: 3;
}

.s-show-inc--white {
  background-color: #FFF;
  color: #1D1C21;
}

.show-inc__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.show-inc__bg img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-filter: blur(30px);
          filter: blur(30px);
}
.show-inc__bg:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to bottom, #1D1C21, transparent);
}
.show-inc__bg:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
}

.show-inc__bg--white:after {
  background: linear-gradient(to bottom, #FFF 10%, rgba(255, 255, 255, 0.4));
}
.show-inc__bg--white:before {
  background: linear-gradient(to bottom, #FFF, transparent);
}

@media (max-width: 660px) {
  .show-inc {
    text-align: center;
  }
}
.show-inc .grid-7 {
  z-index: 2;
}

.show-inc__title {
  margin-bottom: 0.5em;
}

.show-inc__descr {
  margin-bottom: 35px;
}
.show-inc__descr p {
  margin-bottom: 0.5em;
}

.show-inc__subtitle {
  margin-bottom: 1em;
}
@media (max-width: 660px) {
  .show-inc__subtitle {
    display: none;
  }
}

.show-inc__list {
  font-weight: bold;
}
@media (max-width: 660px) {
  .show-inc__list {
    display: none;
  }
}

.show-inc__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 660px) {
  .show-inc__img {
    width: 300px;
  }
}

.s-shows-photos {
  padding: 40px 0 60px 0;
}
@media (max-width: 660px) {
  .s-shows-photos {
    padding-bottom: 40px;
  }
}
.s-shows-photos .man-block {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .s-shows-photos .man-block {
    display: none;
  }
}

.s-mk-list {
  padding: 40px 0;
  overflow: hidden;
}
.s-mk-list .man-block__wrapper {
  margin: 40px 0 100px 0;
}
@media (max-width: 768px) {
  .s-mk-list .man-block__wrapper {
    display: none;
  }
}

.s-man-block-last {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 660px) {
  .s-man-block-last {
    padding-bottom: 60px;
  }
}

.s-dekor-list {
  padding: 40px 0 60px 0;
}
@media (max-width: 660px) {
  .s-dekor-list {
    padding-bottom: 40px;
  }
}

.dekor-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 50px;
}
@media (max-width: 1500px) {
  .dekor-grid {
    grid-gap: 3vw;
  }
}
@media (max-width: 1024px) {
  .dekor-grid {
    grid-gap: 15px;
  }
}
@media (max-width: 660px) {
  .dekor-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.dekor-grid__cell--big {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
@media (max-width: 660px) {
  .dekor-grid__cell--big {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
}
.dekor-grid__cell--big .square-panel__title {
  bottom: 8%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 40%;
  font-size: 48px;
}
@media (max-width: 1500px) {
  .dekor-grid__cell--big .square-panel__title {
    font-size: 3vw;
  }
}
@media (max-width: 1024px) {
  .dekor-grid__cell--big .square-panel__title {
    bottom: initial;
    right: initial;
    display: block;
    max-width: 60%;
  }
}
@media (max-width: 660px) {
  .dekor-grid__cell--big .square-panel__title {
    font-size: 21px;
  }
}

.square-panel {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 1024px) {
  .square-panel {
    -webkit-perspective: none;
            perspective: none;
  }
}
@media (max-width: 660px) {
  .square-panel {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }
}
.square-panel:hover .square-panel__imgwrap {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}
@media (max-width: 1024px) {
  .square-panel:hover .square-panel__imgwrap {
    -webkit-transform: none;
            transform: none;
  }
}
.square-panel .btn {
  box-shadow: none;
  position: absolute;
  z-index: 2;
  bottom: 6%;
  left: 8%;
  display: none;
}
@media (max-width: 1024px) {
  .square-panel .btn {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.square-panel__imgwrap {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.square-panel__imgwrap img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.square-panel__title {
  display: block;
  position: absolute;
  z-index: 2;
  top: 8%;
  left: 8%;
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  max-width: 60%;
  -webkit-transform: translate3d(0, 0, 20px);
          transform: translate3d(0, 0, 20px);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1500px) {
  .square-panel__title {
    font-size: 1.5vw;
  }
}
@media (max-width: 1024px) {
  .square-panel__title {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 660px) {
  .square-panel__title {
    font-size: 21px;
  }
}

.s-prices {
  padding: 20px 0 100px 0;
}
.s-prices .man-block__wrapper {
  margin-bottom: 130px;
}
@media (max-width: 1500px) {
  .s-prices .man-block__wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .s-prices .man-block__wrapper {
    display: none;
  }
}

.price-section {
  margin-bottom: 130px;
}
@media (max-width: 1500px) {
  .price-section {
    margin-bottom: 100px;
  }
}
.price-section:last-child {
  margin-bottom: 0;
}

.price-section__title {
  margin-bottom: 0.5em;
  text-align: center;
}

.price-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 0;
  border-top: 1px solid rgba(180, 190, 200, 0.5);
}
@media (max-width: 1500px) {
  .price-item {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .price-item {
    -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;
    padding: 25px 0;
  }
}
.price-item:first-child {
  border-top: none;
}

.price-item__title {
  width: 40%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1500px) {
  .price-item__title {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .price-item__title {
    font-size: 18px;
    width: 30%;
  }
}
@media (max-width: 768px) {
  .price-item__title {
    margin-bottom: 6px;
    width: 100%;
  }
}

.price-item__price {
  width: 25%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #B4BEC8;
  padding: 0 20px;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  .price-item__price {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .price-item__price {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .price-item__price {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
  }
}

.price-item__actions {
  white-space: nowrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 35%;
  text-align: right;
  min-width: 300px;
}
@media (max-width: 768px) {
  .price-item__actions {
    width: 100%;
    text-align: center;
  }
}
.price-item__actions .btn--white {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .price-item__actions .btn--white {
    background: transparent;
    box-shadow: none;
    border-color: #B4BEC8;
    color: #B4BEC8;
  }
}
@media (max-width: 370px) {
  .price-item__actions .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.price-hidden-items {
  border-top: 1px solid rgba(180, 190, 200, 0.5);
  display: none;
}

.s-portfolio {
  padding-bottom: 80px;
}
.s-portfolio .man-block__wrapper {
  margin: 130px 0;
}
@media (max-width: 1500px) {
  .s-portfolio .man-block__wrapper {
    margin: 100px 0;
  }
}
@media (max-width: 1024px) {
  .s-portfolio .man-block__wrapper {
    margin: 60px 0;
  }
}
@media (max-width: 660px) {
  .s-portfolio .man-block__wrapper {
    display: none;
  }
}
.s-portfolio .portfolio-grid {
  margin-bottom: 130px;
}
@media (max-width: 1500px) {
  .s-portfolio .portfolio-grid {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .s-portfolio .portfolio-grid {
    margin-bottom: 60px;
  }
}
@media (max-width: 660px) {
  .s-portfolio .portfolio-grid {
    margin-bottom: 16px;
  }
}
.s-portfolio .portfolio-grid:last-child {
  margin-bottom: 0;
}

.portfolio-list {
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .portfolio-list {
    padding-bottom: 0;
  }
}

.portfolio-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding-top: 140px;
  pointer-events: none;
}
@media (max-width: 660px) {
  .portfolio-bubbles {
    display: none;
  }
}
.portfolio-bubbles img {
  width: 100%;
  height: auto;
}

.s-related-portfolio {
  background: #1D1C21;
  color: #FFF;
  padding: 60px 0 60px 0;
}
@media (max-width: 768px) {
  .s-related-portfolio {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .s-related-portfolio .portfolio-preview {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .s-related-portfolio .portfolio-preview {
    margin-bottom: 20px;
  }
}

.s-portfolio-main {
  padding: 80px 0 100px 0;
  background: #1D1C21;
  color: #FFF;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .s-portfolio-main {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.s-contacts {
  padding-bottom: 10px;
}

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

@media (max-width: 1024px) {
  .contacts-info__item {
    text-align: center;
    margin-bottom: 20px;
  }
}
.contacts-info__item .menu-16 {
  margin-bottom: 6px;
}
@media (max-width: 1024px) {
  .contacts-info__item .menu-16 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 4px;
  }
}
.contacts-info__item .body-20 {
  white-space: nowrap;
}
@media (max-width: 1500px) {
  .contacts-info__item .body-20 {
    font-size: 18px;
  }
}
@media (max-width: 1250px) {
  .contacts-info__item .body-20 {
    font-size: 16px;
  }
}

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

.contacts-info__metro {
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .contacts-info__metro {
    margin: 0 10px;
  }
}
.contacts-info__metro i {
  display: inline-block;
  vertical-align: top;
  font-size: 1.8em;
  color: #B4BEC8;
}
@media (max-width: 660px) {
  .contacts-info__metro i {
    display: none;
  }
}
.contacts-info__metro mark {
  background: transparent;
  color: #B4BEC8;
}

.s-map .waves {
  z-index: 2;
}

.map {
  display: block;
  background: #eee;
  height: 700px;
}
@media (max-width: 1500px) {
  .map {
    height: 500px;
  }
}
@media (max-width: 660px) {
  .map {
    height: 350px;
  }
}

.map-nav-btn {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
  width: 350px;
}
@media (max-width: 1500px) {
  .map-nav-btn {
    bottom: -25px;
    width: 320px;
  }
}
.map-nav-btn img {
  margin-right: 10px;
}

.s-faq {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .s-faq {
    padding-bottom: 40px;
  }
}

.faq-img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 660px) {
  .faq-img {
    display: none;
  }
}

.faq {
  padding-top: 80px;
}
@media (max-width: 1500px) {
  .faq {
    padding-top: 40px;
  }
}
@media (max-width: 1024px) {
  .faq {
    padding-top: 0;
  }
}

.faq-item {
  border-radius: 30px;
  box-shadow: none;
  padding: 15px 20px 0 20px;
  transition: box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
.faq-item:hover .body-24 {
  color: #B4BEC8;
}
.faq-item.active {
  box-shadow: 0 10px 40px 0 rgba(37, 22, 14, 0.2);
  z-index: 2;
  cursor: default;
}
.faq-item.active i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.faq-item.active .body-24 {
  color: #B4BEC8;
}

.faq-item__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 15px;
  font-size: 24px;
}
@media (max-width: 1750px) {
  .faq-item__header {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .faq-item__header {
    font-size: 16px;
  }
}
.faq-item__header i {
  display: block;
  position: relative;
  font-size: 0.8em;
  color: #B4BEC8;
  top: 0.35em;
  margin-right: 15px;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.faq-item__header .body-24 {
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 1em;
}

.faq-item__answer {
  display: none;
  padding-bottom: 15px;
  padding-left: 32px;
}

.s-holidays-grid {
  padding: 100px 0;
}
@media (max-width: 1500px) {
  .s-holidays-grid {
    padding: 60px 0;
  }
}

.holidays-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
@media (max-width: 1024px) {
  .holidays-grid {
    grid-gap: 30px;
  }
}
@media (max-width: 768px) {
  .holidays-grid {
    grid-gap: 20px;
  }
}
@media (max-width: 660px) {
  .holidays-grid {
    display: block;
  }
}

.holidays-preview--ng {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media (max-width: 660px) {
  .holidays-preview--ng {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.holidays-preview {
  position: relative;
  overflow: hidden;
  height: 422px;
  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;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 60px;
  border-radius: 30px;
  transition: box-shadow 0.3s ease;
  background: #72D3F2;
}
@media (max-width: 1500px) {
  .holidays-preview {
    height: 375px;
  }
}
@media (max-width: 1024px) {
  .holidays-preview {
    height: 300px;
    padding: 20px 40px;
  }
}
@media (max-width: 768px) {
  .holidays-preview {
    padding: 20px 30px;
  }
}
@media (max-width: 660px) {
  .holidays-preview {
    height: 288px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .holidays-preview {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px;
    width: 288px;
    margin-left: auto;
    margin-right: auto;
  }
}
.holidays-preview:last-child {
  margin-bottom: 0;
}
.holidays-preview:hover {
  box-shadow: 0 10px 40px 0 rgba(37, 22, 14, 0.2);
}

.holidays-preview__title {
  position: relative;
  z-index: 2;
  color: #FFF;
  margin-bottom: 30px;
  max-width: 8em;
}
@media (max-width: 480px) {
  .holidays-preview__title {
    max-width: 100%;
    text-align: center;
  }
}

.holidays-preview__btn {
  position: relative;
  z-index: 2;
}

.holidays-preview__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.holidays-preview__img img {
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.s-page-header--ny {
  background-color: #5B98AF;
}
.s-page-header--ny .page-header__title {
  max-width: 10em;
}
.s-page-header--ny:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  background: url("/local/templates/archi/css/../img/holidays/ny/header-wave.svg") center bottom no-repeat;
  background-size: 100% auto;
  z-index: 3;
}

.s-ny-triggers {
  background: #EDFBFF;
  background-size: 100% auto;
  padding: 15vw 0 140px 0;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .s-ny-triggers {
    padding-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .s-ny-triggers {
    padding-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .s-ny-triggers {
    padding-top: 70px;
    padding-bottom: 180px;
  }
}
.s-ny-triggers:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, #EDFBFF, rgba(237, 251, 255, 0.000001));
  z-index: 4;
  pointer-events: none;
}
@media (max-width: 660px) {
  .s-ny-triggers:before {
    height: 30px;
  }
}
.s-ny-triggers:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  pointer-events: none;
  background: url("/local/templates/archi/css/../img/holidays/ny/snow-bottom.png") center bottom no-repeat;
  background-size: auto 100%;
  display: none;
  z-index: 1;
}
@media (max-width: 480px) {
  .s-ny-triggers:after {
    display: block;
  }
}
.s-ny-triggers .waves {
  z-index: 2;
}

.ny-sosulki {
  position: absolute;
  top: -5%;
  left: -30px;
  right: -30px;
  pointer-events: none;
}
@media (max-width: 660px) {
  .ny-sosulki {
    top: -2%;
  }
}
.ny-sosulki img {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
}

.ny-sosulki__1 {
  z-index: 2;
}

.ny-sosulki__1 {
  z-index: 3;
}

.circles-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 120%;
  left: -10%;
}
.circles-slider.flickity-enabled {
  display: block;
}
.circles-slider .flickity-viewport {
  overflow: visible;
}
.circles-slider .flickity-prev-next-button.previous {
  left: calc(50% - 290px);
  top: 370px;
}
@media (max-width: 1500px) {
  .circles-slider .flickity-prev-next-button.previous {
    top: 250px;
    left: calc(50% - 210px);
  }
}
@media (max-width: 480px) {
  .circles-slider .flickity-prev-next-button.previous {
    top: 140px;
    left: calc(50% - 120px);
  }
}
.circles-slider .flickity-prev-next-button.next {
  right: calc(50% - 290px);
  top: 370px;
}
@media (max-width: 1500px) {
  .circles-slider .flickity-prev-next-button.next {
    top: 250px;
    right: calc(50% - 210px);
  }
}
@media (max-width: 480px) {
  .circles-slider .flickity-prev-next-button.next {
    top: 140px;
    right: calc(50% - 120px);
  }
}

.circles-slider__slide {
  width: 708px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1500px) {
  .circles-slider__slide {
    width: 500px;
  }
}
@media (max-width: 480px) {
  .circles-slider__slide {
    width: 280px;
  }
}
.circles-slider__slide.is-selected .circles-slide {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.circles-slider__slide.is-selected .circles-slide__images img:nth-child(1) {
  opacity: 0;
}
.circles-slider__slide.is-selected .circles-slide__images img:nth-child(2) {
  opacity: 1;
}
.circles-slider__slide.is-next .circles-slide {
  -webkit-transform: scale3d(0.5, 0.5, 1) translate(-40%, 0);
          transform: scale3d(0.5, 0.5, 1) translate(-40%, 0);
}
.circles-slider__slide.is-next-2 .circles-slide {
  -webkit-transform: scale3d(0.5, 0.5, 1) translate(-130%, 0);
          transform: scale3d(0.5, 0.5, 1) translate(-130%, 0);
}
.circles-slider__slide.is-previous .circles-slide {
  -webkit-transform: scale3d(0.5, 0.5, 1) translate(40%, 0);
          transform: scale3d(0.5, 0.5, 1) translate(40%, 0);
}
.circles-slider__slide.is-previous-2 {
  z-index: 2;
}
.circles-slider__slide.is-previous-2 .circles-slide {
  -webkit-transform: scale3d(0.5, 0.5, 1) translate(130%, 0);
          transform: scale3d(0.5, 0.5, 1) translate(130%, 0);
}

.circles-slide {
  text-align: center;
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media (max-width: 480px) {
  .circles-slide {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.circles-slide__images {
  position: relative;
  width: 100%;
}
.circles-slide__images img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: opacity 0.6s ease;
}
.circles-slide__images img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}

.circles-slide__title {
  max-width: 17em;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1500px) {
  .circles-slide__title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .circles-slide__title {
    font-size: 18px;
  }
}

.circles-slide__descr {
  color: #B4BEC8;
}
@media (max-width: 1500px) {
  .circles-slide__descr {
    font-size: 16px;
  }
}

.s-ny-chars {
  background: url("/local/templates/archi/css/../img/holidays/ny/white-snow.png") center top no-repeat #F3F3F3;
  background-size: cover;
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .s-ny-chars {
    padding-top: 50px;
  }
}
@media (max-width: 1024px) {
  .s-ny-chars .waves--bottom {
    display: none;
  }
}

@media (max-width: 1024px) {
  .ny-chars-top {
    display: none;
  }
}

.ny-chars-left {
  padding-top: 40px;
}
.ny-chars-left .body-24 {
  margin-bottom: 40px;
}

.ny-includes {
  margin-bottom: 40px;
}

.ny-chars-top .ny-includes.anim .ny-include img {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
  transition: all 0.9s ease;
}
.ny-chars-top .ny-includes.anim .ny-include .menu-18 {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  transition: all 0.9s ease;
}
.ny-chars-top .ny-includes.anim .ny-include:nth-child(1) img {
  transition-delay: 0.2s;
}
.ny-chars-top .ny-includes.anim .ny-include:nth-child(1) .menu-18 {
  transition-delay: 0.2s;
}
.ny-chars-top .ny-includes.anim .ny-include:nth-child(2) img {
  transition-delay: 0.4s;
}
.ny-chars-top .ny-includes.anim .ny-include:nth-child(2) .menu-18 {
  transition-delay: 0.4s;
}
.ny-chars-top .ny-includes.anim .ny-include:nth-child(3) img {
  transition-delay: 0.6s;
}
.ny-chars-top .ny-includes.anim .ny-include:nth-child(3) .menu-18 {
  transition-delay: 0.6s;
}
.ny-chars-top .ny-includes.anim .ny-include:nth-child(4) img {
  transition-delay: 0.8s;
}
.ny-chars-top .ny-includes.anim .ny-include:nth-child(4) .menu-18 {
  transition-delay: 0.8s;
}
.ny-chars-top .ny-includes.anim .grid-6:nth-child(2) .ny-include:nth-child(1) img {
  transition-delay: 1s;
}
.ny-chars-top .ny-includes.anim .grid-6:nth-child(2) .ny-include:nth-child(1) .menu-18 {
  transition-delay: 1s;
}
.ny-chars-top .ny-includes.anim .grid-6:nth-child(2) .ny-include:nth-child(2) img {
  transition-delay: 1.2s;
}
.ny-chars-top .ny-includes.anim .grid-6:nth-child(2) .ny-include:nth-child(2) .menu-18 {
  transition-delay: 1.2s;
}
.ny-chars-top .ny-includes.anim .grid-6:nth-child(2) .ny-include:nth-child(3) img {
  transition-delay: 1.4s;
}
.ny-chars-top .ny-includes.anim .grid-6:nth-child(2) .ny-include:nth-child(3) .menu-18 {
  transition-delay: 1.4s;
}
.ny-chars-top .ny-includes.anim .grid-6:nth-child(2) .ny-include:nth-child(4) img {
  transition-delay: 1.6s;
}
.ny-chars-top .ny-includes.anim .grid-6:nth-child(2) .ny-include:nth-child(4) .menu-18 {
  transition-delay: 1.6s;
}

.ny-chars-top .ny-includes.animated .ny-include img {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.ny-chars-top .ny-includes.animated .ny-include .menu-18 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.ny-include {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  min-height: 40px;
}
.ny-include img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 14px;
}
@media (max-width: 1500px) {
  .ny-include .menu-18 {
    font-size: 16px;
  }
}
.ny-include .menu-18 small {
  display: block;
  font-size: 100%;
  color: #B4BEC8;
}

.ny-includes-video {
  padding-left: 90px;
}
@media (max-width: 1500px) {
  .ny-includes-video {
    padding-left: 70px;
  }
}
.ny-includes-video i {
  position: absolute;
  font-size: 60px;
  left: -2px;
  top: -2px;
  color: #ffcc13;
}
@media (max-width: 1500px) {
  .ny-includes-video i {
    font-size: 50px;
  }
}

.ny-chars-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.ny-chars-slider.flickity-enabled {
  display: block;
  overflow: visible;
}

.ny-chars-slider__slide {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.ny-chars-slider__slide img {
  display: block;
  width: 100%;
  height: auto;
}

.ny-chars-thumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .ny-chars-thumbs {
    margin-top: 30px;
  }
}
.ny-chars-thumbs.flickity-enabled {
  display: block;
  overflow: visible;
}
.ny-chars-thumbs .flickity-viewport {
  overflow: visible;
}

.ny-chars-thumbs__slide {
  width: 20%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1024px) {
  .ny-chars-thumbs__slide {
    width: 300px;
    max-width: 100%;
    padding: 0 10px;
  }
}
.ny-chars-thumbs__slide.is-nav-selected .ny-char {
  z-index: 2;
  background: #FFF;
  box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.2);
}
.ny-chars-thumbs__slide.is-nav-selected .btn {
  visibility: visible;
  opacity: 1;
}

.ny-char {
  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;
  padding: 25px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 1500px) {
  .ny-char {
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  .ny-char {
    transition: none;
    background: #FFF;
    padding: 25px;
    box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.2);
  }
}
.ny-char .menu-18 {
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  .ny-char .menu-18 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .ny-char .menu-18 {
    font-size: 18px;
  }
}
.ny-char img {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.ny-char .btn {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .ny-char .btn {
    opacity: 1;
    visibility: visible;
  }
}

.s-ny-includes-mob {
  display: none;
  background: #FDEAD3;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .s-ny-includes-mob {
    display: block;
  }
}
@media (max-width: 480px) {
  .s-ny-includes-mob {
    background: url("/local/templates/archi/css/../img/holidays/ny/bg-inc-mob.png") center 30px no-repeat #FDEAD3;
  }
}
.s-ny-includes-mob .dotted-link {
  color: #B4BEC8;
}

.ny-includes--mob {
  -webkit-columns: 1;
          columns: 1;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.ny-includes--mob .ny-include:last-child {
  margin-bottom: 0;
}
.ny-includes--mob .ny-include img {
  width: 22px;
}

.ny-includes__hidden {
  display: none;
}

.ny-includes__more {
  text-align: center;
  padding-top: 20px;
}

.ny-inc-mob-video {
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
}
.ny-inc-mob-video img {
  display: block;
  width: 70px;
  height: 70px;
}

.s-ny-details {
  background: #7BD2F1;
  color: #FFF;
  padding: 80px 0 140px 0;
}
@media (max-width: 1500px) {
  .s-ny-details {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .s-ny-details {
    min-height: 780px;
  }
}
@media (max-width: 768px) {
  .s-ny-details {
    padding-top: 40px;
    min-height: initial;
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .s-ny-details {
    padding-bottom: 130px;
  }
}
.s-ny-details:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  pointer-events: none;
  background: url("/local/templates/archi/css/../img/holidays/ny/snow-bottom.png") center bottom no-repeat;
  background-size: auto 100%;
  display: none;
  z-index: 1;
}
@media (max-width: 480px) {
  .s-ny-details:after {
    display: block;
  }
}
.s-ny-details .waves {
  z-index: 3;
}

.ny-details-ice--left {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 90%;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1250px) {
  .ny-details-ice--left {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .ny-details-ice--left {
    top: 130px;
  }
}

.ny-details-ice--right {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 90%;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1250px) {
  .ny-details-ice--right {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .ny-details-ice--right {
    top: 130px;
  }
}

.ny-details {
  position: relative;
  z-index: 2;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1750px) {
  .ny-details {
    max-width: 1250px;
  }
}
@media (max-width: 1500px) {
  .ny-details {
    max-width: 1050px;
  }
}

.ny-details__center {
  position: relative;
  width: 697px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1500px) {
  .ny-details__center {
    width: 500px;
  }
}
@media (max-width: 1024px) {
  .ny-details__center {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ny-details__center {
    width: 306px;
    margin-bottom: 10px;
  }
}
.ny-details__center:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #C6F0FF;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  border-radius: 50%;
}
@media (max-width: 480px) {
  .ny-details__center:before {
    display: none;
  }
}
.ny-details__center img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}

.ny-details__items {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .ny-details__items {
    display: block;
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 660px) {
  .ny-details__items {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.ny-details__items .flickity-prev-next-button.previous {
  left: 30px;
}
.ny-details__items .flickity-prev-next-button.next {
  right: 30px;
}

.ny-details__items.anim .ny-details-item .ny-details-item__img {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
  transition: all 1.2s ease;
}
.ny-details__items.anim .ny-details-item .menu-18 {
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
  transition: all 1.2s ease;
}
.ny-details__items.anim .ny-details-item:nth-child(1) .ny-details-item__img, .ny-details__items.anim .ny-details-item:nth-child(1) .menu-18 {
  transition-delay: 0.3s;
}
.ny-details__items.anim .ny-details-item:nth-child(2) .ny-details-item__img, .ny-details__items.anim .ny-details-item:nth-child(2) .menu-18 {
  transition-delay: 0.6s;
}
.ny-details__items.anim .ny-details-item:nth-child(3) .ny-details-item__img, .ny-details__items.anim .ny-details-item:nth-child(3) .menu-18 {
  transition-delay: 0.9s;
}
.ny-details__items.anim .ny-details-item:nth-child(4) .ny-details-item__img, .ny-details__items.anim .ny-details-item:nth-child(4) .menu-18 {
  transition-delay: 1.2s;
}
.ny-details__items.anim .ny-details-item:nth-child(5) .ny-details-item__img, .ny-details__items.anim .ny-details-item:nth-child(5) .menu-18 {
  transition-delay: 1.5s;
}
.ny-details__items.anim .ny-details-item:nth-child(6) .ny-details-item__img, .ny-details__items.anim .ny-details-item:nth-child(6) .menu-18 {
  transition-delay: 1.8s;
}
.ny-details__items.anim.animated .ny-details-item .ny-details-item__img {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.ny-details__items.anim.animated .ny-details-item .menu-18 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.ny-details-item {
  width: 270px;
  position: absolute;
  text-align: center;
}
@media (max-width: 1024px) {
  .ny-details-item {
    width: 220px;
  }
}
@media (max-width: 768px) {
  .ny-details-item {
    position: relative;
    top: initial !important;
    left: initial;
    right: initial;
  }
}
@media (max-width: 1024px) {
  .ny-details-item .menu-18 {
    font-size: 16px;
  }
}
.ny-details-item:nth-child(1) {
  top: 0;
  left: 0;
}
.ny-details-item:nth-child(2) {
  top: 250px;
  left: 0;
}
@media (max-width: 1500px) {
  .ny-details-item:nth-child(2) {
    top: 200px;
  }
}
@media (max-width: 1024px) {
  .ny-details-item:nth-child(2) {
    top: 180px;
  }
}
.ny-details-item:nth-child(3) {
  top: 470px;
  left: 0;
}
@media (max-width: 1500px) {
  .ny-details-item:nth-child(3) {
    top: 400px;
  }
}
@media (max-width: 1024px) {
  .ny-details-item:nth-child(3) {
    top: 350px;
  }
}
.ny-details-item:nth-child(4) {
  top: 0;
  right: 0;
}
.ny-details-item:nth-child(5) {
  top: 250px;
  right: 0;
}
@media (max-width: 1500px) {
  .ny-details-item:nth-child(5) {
    top: 200px;
  }
}
@media (max-width: 1024px) {
  .ny-details-item:nth-child(5) {
    top: 180px;
  }
}
.ny-details-item:nth-child(6) {
  top: 470px;
  right: 0;
}
@media (max-width: 1500px) {
  .ny-details-item:nth-child(6) {
    top: 400px;
  }
}
@media (max-width: 1024px) {
  .ny-details-item:nth-child(6) {
    top: 350px;
  }
}

.ny-details-item__img {
  height: 153px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1500px) {
  .ny-details-item__img {
    height: 110px;
  }
}
@media (max-width: 768px) {
  .ny-details-item__img:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background: #C6F0FF;
    -webkit-filter: blur(15px);
            filter: blur(15px);
    border-radius: 50%;
    z-index: -1;
  }
}
.ny-details-item__img img {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@media (max-width: 1500px) {
  .ny-details-item__img img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.s-lp-services {
  color: #FFF;
  padding: 40px 0 120px 0;
}
@media (max-width: 1500px) {
  .s-lp-services {
    min-height: 1100px;
  }
}
@media (max-width: 1024px) {
  .s-lp-services {
    min-height: 1020px;
  }
}
@media (max-width: 768px) {
  .s-lp-services {
    min-height: initial;
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .s-lp-services .waves {
    z-index: 3;
  }
}

.s-lp-services--ny {
  background: #5BBCA9;
}

.lp-services {
  position: relative;
}

.lp-services__center {
  position: relative;
  z-index: 2;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  max-width: calc(100% - 700px);
}
@media (max-width: 1250px) {
  .lp-services__center {
    max-width: calc(100% - 600px);
  }
}
@media (max-width: 1024px) {
  .lp-services__center {
    max-width: calc(100% - 500px);
  }
}
@media (max-width: 768px) {
  .lp-services__center {
    max-width: 100%;
  }
}
.lp-services__center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .lp-services__center img {
    width: 300px;
    margin-bottom: -150px;
  }
}

.lp-services__items {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .lp-services__items {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .lp-services__items.flickity-enabled {
    display: block;
  }
}
.lp-services__items .flickity-viewport {
  overflow: visible;
}
.lp-services__items .flickity-prev-next-button.previous {
  left: calc(50% - 125px);
}
.lp-services__items .flickity-prev-next-button.next {
  right: calc(50% - 125px);
}

.lp-service {
  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;
  text-align: center;
  border-radius: 20px;
  width: 350px;
  padding: 25px 15px;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
@media (max-width: 1500px) {
  .lp-service {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .lp-service {
    position: relative;
    top: initial !important;
    right: initial !important;
    margin: 0 10px;
    box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.2);
    background: rgba(255, 255, 255, 0.1);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-height: 300px;
  }
}
.lp-service:hover {
  box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.2);
  background: rgba(255, 255, 255, 0.1);
}
.lp-service img {
  display: block;
  width: 275px;
  max-width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.lp-service .menu-18 {
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .lp-service .menu-18 {
    font-size: 16px;
  }
}
.lp-service .btn {
  margin-top: auto;
}
.lp-service:nth-child(4) {
  position: absolute;
  right: 0;
  top: 0;
}
.lp-service:nth-child(5) {
  position: absolute;
  right: 0;
  top: 318px;
}
@media (max-width: 1500px) {
  .lp-service:nth-child(5) {
    top: 275px;
  }
}
.lp-service:nth-child(6) {
  position: absolute;
  right: 0;
  top: 636px;
}
@media (max-width: 1500px) {
  .lp-service:nth-child(6) {
    top: 550px;
  }
}

.s-lp-photos {
  padding: 40px 0 120px 0;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .s-lp-photos {
    padding-bottom: 80px;
  }
}
.s-lp-photos .sec-title {
  margin-bottom: 60px;
}
@media (max-width: 1500px) {
  .s-lp-photos .sec-title {
    margin-bottom: 40px;
  }
}

.s-lp-photos--ny {
  background: url("/local/templates/archi/css/../img/holidays/ny/photos-bg.jpg") center 300px no-repeat;
}
@media (max-width: 768px) {
  .s-lp-photos--ny {
    background-size: 100% auto;
    background-position: center top;
    background-repeat: repeat;
  }
}

.lp-photos-form {
  margin-bottom: 120px;
}
@media (max-width: 1500px) {
  .lp-photos-form {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .lp-photos-form {
    margin-bottom: 80px;
  }
}

.s-lp-video {
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .s-lp-video {
    padding: 100px 0;
  }
}
@media (max-width: 480px) {
  .s-lp-video {
    padding: 80px 0 90px 0;
  }
}
.s-lp-video .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .s-lp-video .container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.s-lp-video--ny {
  background: #8DC4E8;
}

.lp-video-left {
  color: #FFF;
  width: 440px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 100px;
}
@media (max-width: 1500px) {
  .lp-video-left {
    margin-right: 60px;
  }
}
@media (max-width: 1024px) {
  .lp-video-left {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .lp-video-left {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}
.lp-video-left .h1 {
  margin-bottom: 0.5em;
}
@media (max-width: 480px) {
  .lp-video-left .h1 {
    margin-bottom: 1em;
  }
}
.lp-video-left .menu-18 {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .lp-video-left .menu-18 {
    display: none;
  }
}
@media (max-width: 480px) {
  .lp-video-left .btn {
    display: none;
  }
}

.lp-video-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.lp-video-mobbtn {
  display: none;
}
@media (max-width: 480px) {
  .lp-video-mobbtn {
    display: block;
  }
}

.lp-video-dekor {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 480px) {
  .lp-video-dekor {
    display: block;
  }
}

.lp-video-dekor--ny {
  height: 100px;
  width: auto;
}

.s-insta--ny {
  background-position: center top;
}
@media (max-width: 1500px) {
  .s-insta--ny {
    background-size: 140% auto;
  }
}
@media (max-width: 660px) {
  .s-insta--ny {
    background-position: left top;
    background-size: cover;
  }
}

.s-order--ny {
  background-position: center top;
  background-size: cover;
}
@media (max-width: 660px) {
  .s-order--ny {
    padding-bottom: 100%;
    background-image: url("/local/templates/archi/css/../img/holidays/ny/order-bg-mob.jpg") !important;
    background-position: center bottom;
    background-size: 100% auto;
  }
}
@media (max-width: 480px) {
  .s-order--ny {
    background-size: cover;
  }
}
.s-order--ny:before {
  content: "";
  background: url("/local/templates/archi/css/../img/holidays/ny/order-sosulki.png") center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 200px;
  z-index: 1;
  display: none;
  pointer-events: none;
}
@media (max-width: 480px) {
  .s-order--ny:before {
    display: block;
  }
}
.s-order--ny:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  pointer-events: none;
  background: url(/local/templates/archi/css/../img/holidays/ny/snow-bottom.png) center bottom no-repeat;
  background-size: auto 100%;
  display: none;
  z-index: 1;
}
@media (max-width: 480px) {
  .s-order--ny:after {
    display: block;
  }
}
@media (max-width: 370px) {
  .s-order--ny:after {
    height: 100px;
  }
}

.s-articles {
  padding: 20px 0 40px 0;
  z-index: 2;
}

.s-article {
  padding: 240px 0 50px 0;
}
@media (max-width: 1500px) {
  .s-article {
    padding-top: 200px;
  }
}
@media (max-width: 1250px) {
  .s-article {
    padding-top: 180px;
  }
}
@media (max-width: 1024px) {
  .s-article {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}

.article-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 140px 334px;
  grid-template-columns: 1fr 334px;
  grid-gap: 140px;
}
@media (max-width: 1250px) {
  .article-layout {
    grid-gap: 80px;
  }
}
@media (max-width: 1024px) {
  .article-layout {
    -ms-grid-columns: 1fr 80px 200px;
    grid-template-columns: 1fr 200px;
  }
}
@media (max-width: 768px) {
  .article-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .article {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .article__title {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .article-aside {
    display: none;
  }
}

.artice-aside__banner {
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .artice-aside__banner {
    margin-bottom: 30px;
  }
}
.artice-aside__banner:hover img {
  box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.2);
}
.artice-aside__banner img {
  display: block;
  max-width: 100%;
  border-radius: 30px;
  transition: box-shadow 0.3s ease;
}

.share {
  margin-top: 50px;
  padding-top: 15px;
  border-top: 1px solid #B4BEC8;
  color: #B4BEC8;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.share .menu-14 {
  margin-right: 20px;
}
.share .ya-share2__item_service_vkontakte .ya-share2__badge, .share .ya-share2__item_service_vkontakte .ya-share2__mobile-popup-badge {
  background: #B4BEC8;
}
.share .ya-share2__item_service_facebook .ya-share2__badge, .share .ya-share2__item_service_facebook .ya-share2__mobile-popup-badge {
  background: #B4BEC8;
}
.share .ya-share2__item_service_odnoklassniki .ya-share2__badge, .share .ya-share2__item_service_odnoklassniki .ya-share2__mobile-popup-badge {
  background: #B4BEC8;
}

.s-articles-related {
  padding: 40px 0 80px 0;
  overflow: hidden;
}

.article-related-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: -25px;
  margin-right: -25px;
}
@media (max-width: 1024px) {
  .article-related-slider {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 768px) {
  .article-related-slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.article-related-slider.flickity-enabled {
  display: block;
  overflow: visible;
}
.article-related-slider .flickity-viewport {
  overflow: visible;
}

.article-related-slider__slide {
  width: calc(100% / 3);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 25px;
}
@media (max-width: 1024px) {
  .article-related-slider__slide {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .article-related-slider__slide {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .article-related-slider__slide {
    width: 100%;
  }
}

.s-lp-video--op {
  background: #0EA5BD;
  padding-bottom: 0;
  padding-top: 60px;
}
@media (max-width: 1500px) {
  .s-lp-video--op {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .s-lp-video--op {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}
.s-lp-video--op .container {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 480px) {
  .s-lp-video--op .container {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.s-lp-video--op .lp-video-left {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .s-lp-video--op .lp-video-left {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .s-lp-video--op .lp-video-left {
    padding-bottom: 0;
  }
}
.s-lp-video--op .lp-video-img {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
@media (max-width: 480px) {
  .s-lp-video--op .lp-video-img {
    margin-bottom: -170px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    margin-top: -20px;
    width: 305px;
    height: auto;
  }
}
.s-lp-video--op .waves {
  z-index: 3;
}

.s-op-formats {
  padding: 40px 0;
  background: #FFF;
}

.op-format {
  text-align: center;
}
@media (max-width: 768px) {
  .op-format {
    margin-bottom: 20px;
  }
}

.op-format__img {
  display: block;
  max-width: 100%;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
}

.op-format__title {
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .op-format__title {
    font-size: 18px;
  }
}
.op-format__title small {
  display: block;
  margin-top: 4px;
  font-size: 0.8em;
  color: #B4BEC8;
}
@media (max-width: 1024px) {
  .op-format__title small {
    font-size: 1em;
  }
}

.s-op-realtime {
  background: #63CFE2;
  padding: 140px 0;
  color: #FFF;
}
@media (max-width: 1024px) {
  .s-op-realtime {
    padding: 100px 0;
  }
}
@media (max-width: 480px) {
  .s-op-realtime {
    padding-bottom: 0;
    padding-top: 80px;
  }
}
.s-op-realtime .waves {
  z-index: 3;
}
@media (max-width: 480px) {
  .s-op-realtime .sec-title .menu-18 {
    display: none;
  }
}

.realtime-grid {
  margin-top: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 270px 1fr 270px;
  grid-template-columns: 270px 1fr 270px;
}
@media (max-width: 1500px) {
  .realtime-grid {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .realtime-grid {
    -ms-grid-columns: 200px 1fr 200px;
    grid-template-columns: 200px 1fr 200px;
  }
}
@media (max-width: 768px) {
  .realtime-grid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
@media (max-width: 480px) {
  .realtime-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 272px;
    height: 377px;
    margin-left: auto;
    margin-right: auto;
    background: url("/local/templates/archi/css/../img/op/realtime-device.jpg") center top no-repeat;
    background-size: 100% auto;
    padding: 50px 18px 0 18px;
  }
  .realtime-grid.flickity-enabled {
    display: block;
    overflow: visible;
  }
}
.realtime-grid .flickity-page-dots {
  bottom: 50px;
  left: 0;
}
.realtime-grid .next {
  right: 10px;
}

.realtime {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .realtime {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .realtime {
    width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.realtime__img {
  width: 190px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .realtime__img {
    width: 140px;
  }
}

@media (max-width: 1024px) {
  .realtime__title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .realtime__title {
    padding: 0 10px;
  }
}
.realtime__title small {
  display: block;
  color: #ABE2EB;
}
@media (max-width: 1024px) {
  .realtime__title small {
    font-size: 14px;
  }
}

.realtime-main {
  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;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  text-align: center;
  margin-top: -40px;
}
@media (max-width: 1500px) {
  .realtime-main {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .realtime-main {
    display: none;
  }
}

.realtime-main__img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.realtime-bottom {
  text-align: center;
  padding-top: 60px;
}
@media (max-width: 480px) {
  .realtime-bottom {
    display: none;
  }
}

.s-op-heroes {
  background: linear-gradient(180deg, #D6B387 28.13%, #EDD0AB 100%), #D6B387;
  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;
  height: 950px;
  text-align: center;
  z-index: 3;
}
@media (max-width: 1750px) {
  .s-op-heroes {
    height: 850px;
  }
}
@media (max-width: 1500px) {
  .s-op-heroes {
    height: 720px;
  }
}
@media (max-width: 1250px) {
  .s-op-heroes {
    height: 600px;
  }
}
@media (max-width: 1024px) {
  .s-op-heroes {
    height: 500px;
  }
}
@media (max-width: 660px) {
  .s-op-heroes {
    height: auto;
    min-height: 600px;
    display: block;
    padding-top: 20px;
    overflow: hidden;
  }
}
.s-op-heroes .waves {
  z-index: 3;
}
.s-op-heroes .container {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .s-op-heroes .container {
    margin-bottom: 0;
  }
}
.s-op-heroes .sec-title {
  max-width: 700px;
}
@media (max-width: 1750px) {
  .s-op-heroes .sec-title {
    max-width: 40%;
  }
}
@media (max-width: 660px) {
  .s-op-heroes .sec-title {
    width: 250px;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.s-op-heroes .sec-title .h1 {
  margin-bottom: 0.2em;
}
@media (max-width: 660px) {
  .s-op-heroes .sec-title .h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .s-op-heroes .sec-title .body-24 {
    font-size: 16px;
  }
}
@media (max-width: 660px) {
  .s-op-heroes .sec-title .body-24 {
    display: none;
  }
}
@media (max-width: 660px) {
  .s-op-heroes .btn {
    z-index: 4;
    margin-top: 200px;
  }
}

.op-heroes-border {
  border: 2px solid #FFF;
  border-radius: 30px;
  margin-top: 15px;
  padding: 10px 15px 25px 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media (max-width: 660px) {
  .op-heroes-border {
    display: block;
  }
}
.op-heroes-border mark {
  display: block;
  color: #FFF;
  background: transparent;
  font-size: 80px;
  line-height: 1;
}

.op-heroes-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
@media (max-width: 660px) {
  .op-heroes-img {
    bottom: initial;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0 auto;
    width: 390px;
    z-index: 2;
  }
}
.op-heroes-img img {
  display: block;
  width: 1920px;
  height: auto;
}
@media (max-width: 1850px) {
  .op-heroes-img img {
    width: 100%;
  }
}

.s-op-pluses {
  padding: 50px 0;
  overflow: hidden;
}

.op-pluses-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
@media (max-width: 1024px) {
  .op-pluses-grid {
    grid-gap: 30px;
  }
}
@media (max-width: 660px) {
  .op-pluses-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .op-pluses-grid.flickity-enabled {
    display: block;
    overflow: visible;
  }
}
.op-pluses-grid .flickity-viewport {
  overflow: visible;
}
.op-pluses-grid .flickity-prev-next-button {
  box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.2);
}
.op-pluses-grid .flickity-prev-next-button.previous {
  top: 285px;
  left: calc(50% - 125px);
}
.op-pluses-grid .flickity-prev-next-button.next {
  top: 285px;
  right: calc(50% - 125px);
}

.op-plus {
  text-align: center;
}
@media (max-width: 660px) {
  .op-plus {
    width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.op-plus__img {
  width: 354px;
  max-width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .op-plus__img {
    width: 177px;
  }
}
@media (max-width: 660px) {
  .op-plus__img {
    margin-bottom: 5px;
  }
}

.op-plus__content {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 660px) {
  .op-plus__content {
    background: #FFF;
    border-radius: 30px;
    box-shadow: 0 10px 40px 0 rgba(37, 22, 14, 0.2);
    padding: 15px 20px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    position: relative;
  }
}

@media (max-width: 1024px) {
  .op-plus__title {
    font-size: 16px;
  }
}

.op-plus__descr {
  color: #B4BEC8;
}
@media (max-width: 1024px) {
  .op-plus__descr {
    font-size: 14px;
  }
}

.s-op-how {
  background: #f5ebf4;
  padding-top: 140px;
}
@media (max-width: 1024px) {
  .s-op-how {
    padding-top: 80px;
  }
}
.s-op-how .waves {
  z-index: 3;
}

.op-how {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 660px) {
  .op-how {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.op-how__left {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
@media (max-width: 660px) {
  .op-how__left {
    width: 100%;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
}

.op-how__right {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 200px;
  padding-bottom: 80px;
}
@media (max-width: 1500px) {
  .op-how__right {
    padding-top: 120px;
  }
}
@media (max-width: 1250px) {
  .op-how__right {
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  .op-how__right {
    padding-bottom: 50px;
  }
}
@media (max-width: 660px) {
  .op-how__right {
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    padding-top: 0;
  }
}
.op-how__right .user-content {
  max-width: 680px;
}
.op-how__right .h2 {
  max-width: 11em;
}
@media (max-width: 660px) {
  .op-how__right .h2 {
    max-width: 100%;
  }
}

@media (max-width: 660px) {
  .op-how__hidden-mob {
    display: none;
  }
}

.op-how__stage {
  width: 605px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 85%;
}
@media (max-width: 1500px) {
  .op-how__stage {
    width: 480px;
  }
}
@media (max-width: 1250px) {
  .op-how__stage {
    width: 360px;
  }
}
@media (max-width: 1024px) {
  .op-how__stage {
    width: 240px;
  }
}

.op-how__stage__img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.op-how__stage__video {
  position: absolute;
  z-index: 2;
  width: 77.6%;
  height: 36.6%;
  left: 13%;
  top: 4.8%;
  object-fit: cover;
}

.s-insta--hal {
  background-position: center 80px;
  background-size: auto;
}
@media (max-width: 1500px) {
  .s-insta--hal {
    background-size: 140% auto;
  }
}
@media (max-width: 660px) {
  .s-insta--hal {
    background-position: calc(50% + 400px) 20px;
    background-size: auto 100%;
  }
}

.s-lp-video--hal {
  background: linear-gradient(180deg, #FF4D00 0%, #FB9E42 100%), #E97E1B;
}
@media (max-width: 480px) {
  .s-lp-video--hal .lp-video-img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    width: calc(100% + 32px);
    margin-bottom: -20px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media (max-width: 480px) {
  .s-lp-video--hal .lp-video-img picture img {
    width: 380px;
    max-width: 380px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.lp-video-dekor--hal {
  width: 77px;
}

.s-hal-triggers {
  padding: 20px 0 140px 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #1D1C21;
  background-size: 100% auto;
  height: 1310px;
  color: #FFF;
}
@media (max-width: 1500px) {
  .s-hal-triggers {
    height: 1200px;
  }
}
@media (max-width: 1250px) {
  .s-hal-triggers {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .s-hal-triggers {
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .s-hal-triggers {
    background: #1D1C21 !important;
    padding-bottom: 130px;
  }
}
.s-hal-triggers .sec-title {
  margin-bottom: 60px;
}
@media (max-width: 660px) {
  .s-hal-triggers .sec-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 660px) {
  .s-hal-triggers .sec-title .menu-18 {
    display: none;
  }
}
.s-hal-triggers .waves {
  z-index: 5;
}

.hal-triggers {
  position: relative;
}
@media (max-width: 1250px) {
  .hal-triggers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .hal-triggers {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.hal-triggers:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 280px;
  margin: 0 auto;
  width: 400px;
  height: 400px;
  background: rgba(255, 251, 229, 0.5);
  border-radius: 50%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
@media (max-width: 1250px) {
  .hal-triggers:before {
    display: none;
  }
}

.hal-triggers__pumpkin {
  display: block;
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) {
  .hal-triggers__pumpkin {
    display: none;
  }
}

.hal-triggers__mob-pumpkin {
  display: none;
}
@media (max-width: 1250px) {
  .hal-triggers__mob-pumpkin {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 166px;
  }
}

.hal-trigger {
  position: absolute;
  text-align: center;
  width: 250px;
}
@media (max-width: 1250px) {
  .hal-trigger {
    position: relative;
    left: initial !important;
    top: initial !important;
    right: initial !important;
    margin: 0 40px 20px 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media (max-width: 660px) {
  .hal-trigger {
    width: 50%;
    margin: 0 0 20px 0;
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .hal-trigger {
    padding: 0 10px;
    text-align: left;
  }
}
.hal-trigger img {
  width: 159px;
  position: relative;
  z-index: 2;
}
@media (max-width: 660px) {
  .hal-trigger img {
    width: 100px;
  }
}
@media (max-width: 660px) {
  .hal-trigger .menu-18 {
    font-size: 14px;
  }
}
.hal-trigger svg {
  position: absolute;
}
@media (max-width: 1250px) {
  .hal-trigger svg {
    display: none;
  }
}

.hal-trigger--1 {
  top: 0;
  left: 120px;
}
.hal-trigger--1 svg {
  top: 60px;
  left: 180px;
}

.hal-trigger--2 {
  top: -40px;
  right: 70px;
}
.hal-trigger--2 svg {
  top: 220px;
  right: 180px;
}

.hal-trigger--3 {
  top: 270px;
  left: 10px;
}
.hal-trigger--3 svg {
  top: 90px;
  left: 175px;
}

.hal-trigger--4 {
  top: 250px;
  right: 0;
}
.hal-trigger--4 svg {
  top: 240px;
  right: 170px;
}

.hal-trigger--5 {
  top: 520px;
  left: 120px;
}
.hal-trigger--5 svg {
  top: 150px;
  left: 175px;
}

.hal-triggers-mob-tree--1 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .hal-triggers-mob-tree--1 {
    display: block;
  }
}

.hal-triggers-mob-tree--2 {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 165px;
}
@media (max-width: 480px) {
  .hal-triggers-mob-tree--2 {
    display: block;
  }
}

.s-hal-photos {
  padding: 120px 0 100px 0;
  overflow: hidden;
  background-position: center top;
}
@media (max-width: 1750px) {
  .s-hal-photos {
    padding: 100px 0;
  }
}
@media (max-width: 1500px) {
  .s-hal-photos {
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .s-hal-photos {
    padding-top: 60px;
    padding-bottom: 20px;
    background-size: 100% auto;
  }
}
@media (max-width: 660px) {
  .s-hal-photos {
    background-size: 140% auto;
  }
}

.hal-services {
  padding-top: 220px;
}
@media (max-width: 1500px) {
  .hal-services {
    padding-top: 150px;
  }
}
@media (max-width: 1024px) {
  .hal-services {
    padding-top: 100px;
  }
}
@media (max-width: 660px) {
  .hal-services {
    padding-top: 60px;
  }
}

.s-hal-form {
  padding: 140px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
@media (max-width: 1500px) {
  .s-hal-form {
    padding: 100px 0;
  }
}
@media (max-width: 660px) {
  .s-hal-form {
    background-size: 100% auto;
    background-repeat: repeat;
    padding: 60px 0;
  }
}
.s-hal-form:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to top, #FFF, rgba(255, 255, 255, 0.00001));
}

.s-hal-baloons {
  background-color: #020202;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 180px;
  color: #FFF;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .s-hal-baloons {
    padding-top: 90px;
  }
}
@media (max-width: 480px) {
  .s-hal-baloons {
    background-size: 150% auto;
  }
}
.s-hal-baloons .waves {
  z-index: 3;
}
.s-hal-baloons .sec-title .h1 {
  max-width: 17em;
  margin-left: auto;
  margin-right: auto;
}

.baloons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1024px) {
  .baloons {
    margin-bottom: -150px;
  }
}
.baloons.flickity-enabled {
  display: block;
}
.baloons .flickity-viewport {
  overflow: visible;
}

.baloon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 217px;
  text-align: center;
  margin: 0 10px;
  -webkit-transform: translate3d(0, 150px, 0);
          transform: translate3d(0, 150px, 0);
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  bottom: 0;
}
@media (max-width: 1500px) {
  .baloon {
    width: 190px;
  }
}
@media (max-width: 1024px) {
  .baloon {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
.baloon:hover {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 1024px) {
  .baloon:hover {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
}
.baloon.is-nav-selected {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.baloon span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 1.4;
}
@media (max-width: 1500px) {
  .baloon span {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .baloon span {
    display: none;
  }
}

.baloon__img {
  position: relative;
}

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

.baloon__img__icon {
  position: absolute;
  left: 0;
  right: 0;
  height: 150px;
  width: 150px;
  top: 60px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1500px) {
  .baloon__img__icon {
    width: 120px;
    height: 120px;
    top: 55px;
  }
}

.lookbook-triggers-slider--hal {
  width: 280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .lookbook-triggers-slider--hal {
    display: block;
  }
}

.s-page-header--vyp:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to top, #FFF, rgba(255, 255, 255, 0.000001));
  z-index: 2;
}
@media (max-width: 660px) {
  .s-page-header--vyp:after {
    display: none;
  }
}

.s-vyp-triggers {
  padding: 70px 0 20px 0;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: -2px;
}
@media (max-width: 1500px) {
  .s-vyp-triggers {
    background-size: 100% auto;
  }
}
@media (max-width: 768px) {
  .s-vyp-triggers {
    background-size: 180% auto;
    background-position: left top;
  }
}
@media (max-width: 480px) {
  .s-vyp-triggers {
    background-size: auto 100%;
  }
}
.s-vyp-triggers .circles-slider {
  margin-bottom: 100px;
}

.s-insta--vyp {
  background-position: center center;
  background-size: auto;
}
@media (max-width: 660px) {
  .s-insta--vyp {
    background-size: auto 100%;
    background-position: left top;
  }
}

.s-lp-video--vyp {
  background: #0DA9C2;
}
@media (max-width: 480px) {
  .s-lp-video--vyp {
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .s-lp-video--vyp .lp-video-img {
    width: 397px;
    margin-bottom: -100px;
  }
}
.s-lp-video--vyp .waves {
  z-index: 3;
}

.s-lp-photos--vyp {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 480px) {
  .s-lp-photos--vyp {
    background-position: center top;
    background-size: 130% auto;
    background-repeat: repeat;
  }
}

.s-lp-services--vyp {
  background: #FFF2E1;
  color: #1D1C21;
}
.s-lp-services--vyp .btn--outline-white {
  color: #B4BEC8;
  border-color: #B4BEC8;
}

.s-vyp-shows {
  padding: 200px 0;
  background-color: #1D1C21;
  background-position: center top;
  background-size: auto 100%;
  color: #FFF;
}
@media (max-width: 1024px) {
  .s-vyp-shows {
    padding: 80px 0;
  }
}
@media (max-width: 660px) {
  .s-vyp-shows .sec-title .menu-18 {
    display: none;
  }
}

.s-vyp-animators {
  padding: 80px 0;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 480px) {
  .s-vyp-animators {
    background-position: center top;
    background-size: 130% auto;
    background-repeat: repeat;
    padding: 40px 0;
  }
}
@media (max-width: 660px) {
  .s-vyp-animators .sec-title .menu-18 {
    display: none;
  }
}

.vyp-animators__dekor {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1500px) {
  .vyp-animators__dekor {
    width: 130%;
  }
}
@media (max-width: 1024px) {
  .vyp-animators__dekor {
    display: none;
  }
}

.animators-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1500px) {
  .animators-slider {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 660px) {
  .animators-slider {
    margin-bottom: 40px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.animators-slider.flickity-enabled {
  display: block;
}
.animators-slider .flickity-prev-next-button {
  top: calc(50% - 12px);
}
.animators-slider .flickity-prev-next-button.previous {
  left: 75px;
}
@media (max-width: 1500px) {
  .animators-slider .flickity-prev-next-button.previous {
    left: 60px;
  }
}
@media (max-width: 1024px) {
  .animators-slider .flickity-prev-next-button.previous {
    left: 40px;
  }
}
@media (max-width: 660px) {
  .animators-slider .flickity-prev-next-button.previous {
    top: 140px;
    left: calc(50% - 110px);
  }
}
.animators-slider .flickity-prev-next-button.next {
  right: 75px;
}
@media (max-width: 1500px) {
  .animators-slider .flickity-prev-next-button.next {
    right: 60px;
  }
}
@media (max-width: 1024px) {
  .animators-slider .flickity-prev-next-button.next {
    right: 40px;
  }
}
@media (max-width: 660px) {
  .animators-slider .flickity-prev-next-button.next {
    top: 140px;
    right: calc(50% - 110px);
  }
}

.animators-slider__slide {
  width: calc(100% / 3);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 30px;
}
@media (max-width: 1500px) {
  .animators-slider__slide {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .animators-slider__slide {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .animators-slider__slide {
    width: 50%;
  }
}
@media (max-width: 660px) {
  .animators-slider__slide {
    padding: 0 16px;
    width: 312px;
  }
}

.s-tarif {
  padding-top: 140px;
}
@media (max-width: 1024px) {
  .s-tarif {
    padding-top: 80px;
  }
}
.s-tarif .waves {
  z-index: 3;
}

.s-tarif--1 {
  background: #FFE091;
}

.s-tarif--2 {
  background: #CB9FDF;
  padding-top: 20px;
}

.s-tarif--3 {
  padding-top: 20px;
  background: #7BD2F1;
}
.s-tarif--3 .tarif__content {
  padding-bottom: 80px;
}
@media (max-width: 660px) {
  .s-tarif--3 .tarif__content {
    padding-bottom: 20px;
  }
}

.tarif {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 660px) {
  .tarif {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tarif.anim .h3 {
  -webkit-transform: translate3d(-60px, 0, 0);
          transform: translate3d(-60px, 0, 0);
  opacity: 0;
  transition: all 0.9s ease;
}
.tarif.anim ul {
  -webkit-transform: translate3d(-60px, 0, 0);
          transform: translate3d(-60px, 0, 0);
  opacity: 0;
  transition: all 0.9s ease 0.2s;
}
.tarif.anim .tarif__plus {
  -webkit-transform: translate3d(-60px, 0, 0);
          transform: translate3d(-60px, 0, 0);
  opacity: 0;
  transition: all 0.9s ease 0.3s;
}
.tarif.anim .tarif__actions {
  -webkit-transform: translate3d(-60px, 0, 0);
          transform: translate3d(-60px, 0, 0);
  opacity: 0;
  transition: all 0.9s ease 0.4s;
}
.tarif.anim .tarif__img {
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
  opacity: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  transition: all 0.9s ease 0.6s;
}
.tarif.anim.animated .h3, .tarif.anim.animated ul, .tarif.anim.animated .tarif__actions, .tarif.anim.animated .tarif__plus {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.tarif.anim.animated .tarif__img {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.tarif--invert {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 660px) {
  .tarif--invert {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tarif--invert .tarif__img {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 660px) {
  .tarif--invert .tarif__img {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tarif--invert .tarif__img img {
  max-width: 70vw;
}
@media (max-width: 660px) {
  .tarif--invert .tarif__img img {
    max-width: initial;
  }
}

.tarif__content {
  padding-top: 20px;
  padding-bottom: 130px;
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1024px) {
  .tarif__content {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 660px) {
  .tarif__content {
    width: 100%;
    padding-bottom: 20px;
  }
}
.tarif__content .h3 {
  margin-bottom: 0.5em;
}
@media (max-width: 660px) {
  .tarif__content .h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 900;
  }
}
@media (max-width: 660px) {
  .tarif__content .h3 br {
    display: none;
  }
}
.tarif__content ul {
  list-style: none;
  font-weight: bold;
}
@media (max-width: 480px) {
  .tarif__content ul {
    font-size: 14px;
  }
}
.tarif__content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 1em;
}
.tarif__content ul li:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border: 2px solid #FFF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.35em;
}

.tarif__actions {
  padding-top: 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;
}
@media (max-width: 660px) {
  .tarif__actions {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.tarif__label {
  display: inline-block;
  background: #FFF;
  border-radius: 20px;
  padding: 6px 20px;
  color: #B4BEC8;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  .tarif__label {
    font-size: 14px;
  }
}

.tarif__plus {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-left: 25px;
}
@media (max-width: 660px) {
  .tarif__plus {
    font-size: 18px;
  }
}
.tarif__plus:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
}

.tarif__img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 660px) {
  .tarif__img {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% + 32px);
    overflow: hidden;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.tarif__img img {
  display: block;
  max-width: 48vw;
  height: auto;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
@media (max-width: 660px) {
  .tarif__img img {
    margin-left: auto;
    margin-right: auto;
    height: 240px;
    width: auto;
    max-width: initial;
  }
}

.s-vyp-maks {
  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;
  padding: 60px 0 120px 0;
  overflow: hidden;
  height: 1128px;
  background: #1D1C21;
}
@media (max-width: 1750px) {
  .s-vyp-maks {
    height: 900px;
  }
}
@media (max-width: 1500px) {
  .s-vyp-maks {
    height: 700px;
  }
}
@media (max-width: 1024px) {
  .s-vyp-maks {
    height: 600px;
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .s-vyp-maks {
    height: 450px;
  }
}
@media (max-width: 660px) {
  .s-vyp-maks {
    height: auto;
    display: block;
    padding: 0;
  }
}
.s-vyp-maks .waves {
  z-index: 3;
}

.s-vyp-maks__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.s-vyp-maks__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.vyp-maks {
  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;
  color: #FFF;
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1500px) {
  .vyp-maks {
    max-width: 800px;
  }
}
@media (max-width: 1024px) {
  .vyp-maks {
    max-width: 500px;
  }
}
@media (max-width: 660px) {
  .vyp-maks {
    height: 600px;
    padding: 60px 0;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.vyp-maks.anim .vyp-maks__title {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  transition: all 0.9s ease;
}
.vyp-maks.anim .vyp-maks__descr {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  transition: all 0.9s ease 0.2s;
}
.vyp-maks.anim .vyp-maks__play {
  display: block;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
  transition: all 0.9s ease 0.4s;
}
.vyp-maks.anim .vyp-maks__btn {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  transition: all 0.9s ease 0.6s;
}
.vyp-maks.anim.animated .vyp-maks__title, .vyp-maks.anim.animated .vyp-maks__descr, .vyp-maks.anim.animated .vyp-maks__btn {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.vyp-maks.anim.animated .vyp-maks__play {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
@media (max-width: 660px) {
  .vyp-maks.anim.animated .vyp-maks__play {
    display: none;
  }
}

.vyp-maks__mans-mob {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 320px;
  max-width: 100%;
  display: none;
}
@media (max-width: 660px) {
  .vyp-maks__mans-mob {
    display: block;
  }
}

.vyp-maks__title {
  margin-bottom: 0.5em;
  max-width: 10em;
  margin-left: auto;
  margin-right: auto;
}

.vyp-maks__descr {
  margin-bottom: 36px;
}
@media (max-width: 1500px) {
  .vyp-maks__descr {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .vyp-maks__descr {
    display: none;
  }
}

.vyp-maks__btn {
  margin-top: 36px;
}
@media (max-width: 1500px) {
  .vyp-maks__btn {
    margin-top: 20px;
  }
}

.vyp-maks__play {
  font-size: 75px;
  transition: color 0.3s ease;
}
@media (max-width: 660px) {
  .vyp-maks__play {
    display: none;
  }
}
.vyp-maks__play:hover {
  color: #FFD413;
}

.s-sitemap {
  padding: 10px 0;
}

.sitemap__section {
  padding: 30px 0;
  border-top: 3px dotted #B4BEC8;
}

.sitemap__section__title {
  display: inline-block;
  margin: 0 1.5em 0.5em 0;
  transition: color 0.3s ease;
}
.sitemap__section__title:hover {
  color: #B4BEC8;
}

.sitemap__list {
  list-style: none;
}
.sitemap__list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5em 0.5em 0;
}
.sitemap__list a {
  transition: color 0.3s ease;
}
.sitemap__list a:hover {
  color: #B4BEC8;
}

.s-next-item .sec-title .h2 {
  max-width: 57%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 660px) {
  .s-next-item .sec-title .h2 {
    max-width: none;
  }
}
.addons-slider {
  margin-left: -30px;
  margin-right: -30px;
}

.addons-slider-item-wrapper {
  padding: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 25%;
}

.addons-slider .flickity-prev-next-button.previous {
  left: 30px;
}

.addons-slider .flickity-prev-next-button.next {
  right: 30px;
}

@media (max-width: 1024px) {
  .addons-slider-item-wrapper {
    width: 33.3333%;
  }

  .addons-slider {
    margin-left: -20px;
    margin-right: -20px;
  }

  .addons-slider-item-wrapper {
    padding: 0 20px;
  }

  .addons-slider .flickity-prev-next-button.previous {
    left: 20px;
  }

  .addons-slider .flickity-prev-next-button.next {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .addons-slider-item-wrapper {
    width: 50%;
  }
}
@media (max-width: 660px) {
  .addons-slider {
    margin-left: -16px;
    margin-right: -16px;
  }

  .addons-slider-item-wrapper {
    padding: 0 16px;
  }

  .addons-slider .flickity-prev-next-button.previous {
    left: 16px;
  }

  .addons-slider .flickity-prev-next-button.next {
    right: 16px;
  }

  .op-how__right .h2 {
    font-size: 30px;
  }

  .op-how__stage__img {
    display: none;
  }

  .op-how__stage__img--mob {
    display: block !important;
    width: calc(100% + 64px);
    margin: 0 -32px;
  }

  .op-how__stage__video {
    top: 2.65%;
    left: 4%;
    width: 91.6%;
    height: 52.1%;
  }

  .op-how__stage {
    width: 292px;
  }
}
@media (max-width: 480px) {
  .addons-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .addons-slider-item-wrapper {
    width: 100%;
  }

  .addons-slider .flickity-prev-next-button.previous {
    left: 20px;
  }

  .addons-slider .flickity-prev-next-button.next {
    right: 20px;
  }

  .adds-preview {
    max-width: none;
  }
}
@media (min-width: 661px) {
  .op-how__stage__img--mob {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .js-pagination-bottom {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.ya_rating_badge {
  margin-top: 10px;
}

/*
НЕ ИЗМЕНЯТЬ ЭТОТ ФАЙЛ
Все правки вносить в add.css в этой же папке
*/
/* End */


/* Start:/local/templates/archi/css/add.css?16328373142808*/
.s-archi-speech--mob {
  display: block;
}

@media (max-width: 660px) {
	.s-page-header-video .page-header__title {
		/*display: none;*/
	}
	.s-archi-speech {
	    display: block;
	}
	.s-page-header-video {
		height: 605px;
	}

	.s-page-header-video .page-header {
		padding-top: 80px !important;
	}

	.page-header-btns {
		justify-content: space-between !important;
		padding: 0 15px;
	}

	.page-header-btns .btn {
		padding: 0 15px;
		font-size: 12px;
		width: calc(50% - 5px);
		margin: 0 0 15px !important;
	}

	.page-header-btns .btn.btn--white {
		/*margin-left: auto !important;
		margin-right: auto !important;*/
		width: 100%;
	/*	display: inline !important;
		background-color: transparent;
		border: none !important;
		font-size: 18px;
		font-weight: 600;
		margin-left: auto !important;
		margin-right: auto !important;
		line-height: 1.65;
		box-shadow: none !important;
		color: #000 !important;
		text-decoration: underline !important;*/
	}
}

@media (max-width: 660px) {
	.s-page-header-video .page-header__title {
		max-width: 100% !important	;
	}
}

.success-form {
	padding: 20vh 0;
}

.s-page-header-video .intro-video {
	z-index: 1;
}

.page-header-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px;
}

.page-header-btns .btn {
	margin: 0 10px 25px;
}

.btn-green {
	background: linear-gradient(180deg, #47ff7f 13%, rgba(255, 205, 68, 0) 100%), #00d75a;
	border-color: #00d75a;
}

.btn-green:hover {
	background: #00d75a;
}

.s-page-header-video .page-header {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	padding-top: 245px;
}

.s-page-header-video .page-header__title {
	max-width: 65%;
	/*font-size: 61px;*/
}

.s-page-header-video .page-header__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.s-page-header-video .page-header__bg img {
	height: 100%;
	object-fit: cover;
}

.s-page-header-video .intro-content__logo:before {
	box-shadow: none;
}
article.article {
    overflow: hidden;
}
.table_wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    max-width: 100%;
    position: relative;
}
.table_wrap>div {
    overflow: auto;
}
.table_wrap table.table_wrapped{
    min-width: auto;

}
/*.table_wrap:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    width: 20%;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
    position: absolute;
}*/
/* End */
/* /local/templates/archi/css/main.css?1632816272321332 */
/* /local/templates/archi/css/add.css?16328373142808 */
