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: rgb(30, 30, 30);
  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.0
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;
  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: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img {
  border: none;
}

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

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/hinted-subset-Gilroy-Bold.woff2") format("woff2"), url("../fonts/hinted-subset-Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/hinted-subset-Gilroy-Medium.woff2") format("woff2"), url("../fonts/hinted-subset-Gilroy-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "egida";
  src: url("../fonts/egida.ttf?nv1tiy2") format("truetype"), url("../fonts/egida.woff?nv1tiy2") format("woff"), url("../fonts/egida.svg?nv1tiy#egida2") format("svg");
  font-weight: normal;
  font-style: normal;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "egida" !important;
  speak: none;
  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-play:before {
  content: "\e909";
}

.i-book:before {
  content: "\e90a";
}

.i-site:before {
  content: "\e908";
}

.i-layers:before {
  content: "\e905";
}

.i-marka:before {
  content: "\e906";
}

.i-plot:before {
  content: "\e907";
}

.i-download:before {
  content: "\e900";
}

.i-insta:before {
  content: "\e901";
}

.i-left:before {
  content: "\e902";
}

.i-pin:before {
  content: "\e903";
}

.i-right:before {
  content: "\e904";
}

body {
  font-family: "gilroy", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #4e5056;
}
@media (max-width: 680px) {
  body {
    font-size: 13px;
  }
}

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: bold;
}

h1, .h1 {
  font-size: 48px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 1400px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media (max-width: 680px) {
  h1, .h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 24px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 680px) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 18px;
  line-height: 1.3;
}

.link {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #0742a6;
  transition: color 0.3s ease;
}
.link:hover {
  color: #00befa;
}

.link--purple {
  color: #402570;
}
.link--purple:hover {
  color: #929292;
}

.link--gray {
  color: #4e5056;
}
.link--gray:hover {
  color: #929292;
}

.link-icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #0742a6;
  transition: color 0.3s ease;
}
.link-icon:hover {
  color: #00befa;
}
.link-icon i {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 5px;
  font-size: 29px;
}

.sec-title {
  z-index: 2;
  position: relative;
  text-align: center;
  margin-bottom: 0.6em;
}
.sec-title:before {
  content: "";
  position: absolute;
  width: 2.2em;
  height: 2.2em;
  background: url("../img/dots-title.svg") center top no-repeat;
  background-size: contain;
  top: -1.2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.sec-title--left {
  text-align: left;
}
.sec-title--left:before {
  right: initial;
  left: 0;
}

.sec-descr {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.sec-descr p, .sec-descr ul, .sec-descr li, .sec-descr img, .sec-descr table, .sec-descr ol {
  margin-bottom: 0.8em;
}
.sec-descr img {
  max-width: 100%;
  height: auto;
}

.user-content p, .user-content ul, .user-content li, .user-content img, .user-content table, .user-content ol {
  margin-bottom: 0.8em;
}
.user-content img {
  max-width: 100%;
  height: 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: 1680px) {
  .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: 1400px) {
  .grid-0_xl {
    width: 0%;
  }
  .grid-off-0_xl {
    margin-left: 0%;
  }
  .grid-1_xl {
    width: 8.3333333333%;
  }
  .grid-off-1_xl {
    margin-left: 8.3333333333%;
  }
  .grid-2_xl {
    width: 16.6666666667%;
  }
  .grid-off-2_xl {
    margin-left: 16.6666666667%;
  }
  .grid-3_xl {
    width: 25%;
  }
  .grid-off-3_xl {
    margin-left: 25%;
  }
  .grid-4_xl {
    width: 33.3333333333%;
  }
  .grid-off-4_xl {
    margin-left: 33.3333333333%;
  }
  .grid-5_xl {
    width: 41.6666666667%;
  }
  .grid-off-5_xl {
    margin-left: 41.6666666667%;
  }
  .grid-6_xl {
    width: 50%;
  }
  .grid-off-6_xl {
    margin-left: 50%;
  }
  .grid-7_xl {
    width: 58.3333333333%;
  }
  .grid-off-7_xl {
    margin-left: 58.3333333333%;
  }
  .grid-8_xl {
    width: 66.6666666667%;
  }
  .grid-off-8_xl {
    margin-left: 66.6666666667%;
  }
  .grid-9_xl {
    width: 75%;
  }
  .grid-off-9_xl {
    margin-left: 75%;
  }
  .grid-10_xl {
    width: 83.3333333333%;
  }
  .grid-off-10_xl {
    margin-left: 83.3333333333%;
  }
  .grid-11_xl {
    width: 91.6666666667%;
  }
  .grid-off-11_xl {
    margin-left: 91.6666666667%;
  }
  .grid-12_xl {
    width: 100%;
  }
  .grid-off-12_xl {
    margin-left: 100%;
  }
}
@media (max-width: 1024px) {
  .grid-0_l {
    width: 0%;
  }
  .grid-off-0_l {
    margin-left: 0%;
  }
  .grid-1_l {
    width: 8.3333333333%;
  }
  .grid-off-1_l {
    margin-left: 8.3333333333%;
  }
  .grid-2_l {
    width: 16.6666666667%;
  }
  .grid-off-2_l {
    margin-left: 16.6666666667%;
  }
  .grid-3_l {
    width: 25%;
  }
  .grid-off-3_l {
    margin-left: 25%;
  }
  .grid-4_l {
    width: 33.3333333333%;
  }
  .grid-off-4_l {
    margin-left: 33.3333333333%;
  }
  .grid-5_l {
    width: 41.6666666667%;
  }
  .grid-off-5_l {
    margin-left: 41.6666666667%;
  }
  .grid-6_l {
    width: 50%;
  }
  .grid-off-6_l {
    margin-left: 50%;
  }
  .grid-7_l {
    width: 58.3333333333%;
  }
  .grid-off-7_l {
    margin-left: 58.3333333333%;
  }
  .grid-8_l {
    width: 66.6666666667%;
  }
  .grid-off-8_l {
    margin-left: 66.6666666667%;
  }
  .grid-9_l {
    width: 75%;
  }
  .grid-off-9_l {
    margin-left: 75%;
  }
  .grid-10_l {
    width: 83.3333333333%;
  }
  .grid-off-10_l {
    margin-left: 83.3333333333%;
  }
  .grid-11_l {
    width: 91.6666666667%;
  }
  .grid-off-11_l {
    margin-left: 91.6666666667%;
  }
  .grid-12_l {
    width: 100%;
  }
  .grid-off-12_l {
    margin-left: 100%;
  }
}
@media (max-width: 768px) {
  .grid-0_m {
    width: 0%;
  }
  .grid-off-0_m {
    margin-left: 0%;
  }
  .grid-1_m {
    width: 8.3333333333%;
  }
  .grid-off-1_m {
    margin-left: 8.3333333333%;
  }
  .grid-2_m {
    width: 16.6666666667%;
  }
  .grid-off-2_m {
    margin-left: 16.6666666667%;
  }
  .grid-3_m {
    width: 25%;
  }
  .grid-off-3_m {
    margin-left: 25%;
  }
  .grid-4_m {
    width: 33.3333333333%;
  }
  .grid-off-4_m {
    margin-left: 33.3333333333%;
  }
  .grid-5_m {
    width: 41.6666666667%;
  }
  .grid-off-5_m {
    margin-left: 41.6666666667%;
  }
  .grid-6_m {
    width: 50%;
  }
  .grid-off-6_m {
    margin-left: 50%;
  }
  .grid-7_m {
    width: 58.3333333333%;
  }
  .grid-off-7_m {
    margin-left: 58.3333333333%;
  }
  .grid-8_m {
    width: 66.6666666667%;
  }
  .grid-off-8_m {
    margin-left: 66.6666666667%;
  }
  .grid-9_m {
    width: 75%;
  }
  .grid-off-9_m {
    margin-left: 75%;
  }
  .grid-10_m {
    width: 83.3333333333%;
  }
  .grid-off-10_m {
    margin-left: 83.3333333333%;
  }
  .grid-11_m {
    width: 91.6666666667%;
  }
  .grid-off-11_m {
    margin-left: 91.6666666667%;
  }
  .grid-12_m {
    width: 100%;
  }
  .grid-off-12_m {
    margin-left: 100%;
  }
}
@media (max-width: 680px) {
  .grid-0_s {
    width: 0%;
  }
  .grid-off-0_s {
    margin-left: 0%;
  }
  .grid-1_s {
    width: 8.3333333333%;
  }
  .grid-off-1_s {
    margin-left: 8.3333333333%;
  }
  .grid-2_s {
    width: 16.6666666667%;
  }
  .grid-off-2_s {
    margin-left: 16.6666666667%;
  }
  .grid-3_s {
    width: 25%;
  }
  .grid-off-3_s {
    margin-left: 25%;
  }
  .grid-4_s {
    width: 33.3333333333%;
  }
  .grid-off-4_s {
    margin-left: 33.3333333333%;
  }
  .grid-5_s {
    width: 41.6666666667%;
  }
  .grid-off-5_s {
    margin-left: 41.6666666667%;
  }
  .grid-6_s {
    width: 50%;
  }
  .grid-off-6_s {
    margin-left: 50%;
  }
  .grid-7_s {
    width: 58.3333333333%;
  }
  .grid-off-7_s {
    margin-left: 58.3333333333%;
  }
  .grid-8_s {
    width: 66.6666666667%;
  }
  .grid-off-8_s {
    margin-left: 66.6666666667%;
  }
  .grid-9_s {
    width: 75%;
  }
  .grid-off-9_s {
    margin-left: 75%;
  }
  .grid-10_s {
    width: 83.3333333333%;
  }
  .grid-off-10_s {
    margin-left: 83.3333333333%;
  }
  .grid-11_s {
    width: 91.6666666667%;
  }
  .grid-off-11_s {
    margin-left: 91.6666666667%;
  }
  .grid-12_s {
    width: 100%;
  }
  .grid-off-12_s {
    margin-left: 100%;
  }
}
@media (max-width: 480px) {
  .grid-0_xs {
    width: 0%;
  }
  .grid-off-0_xs {
    margin-left: 0%;
  }
  .grid-1_xs {
    width: 8.3333333333%;
  }
  .grid-off-1_xs {
    margin-left: 8.3333333333%;
  }
  .grid-2_xs {
    width: 16.6666666667%;
  }
  .grid-off-2_xs {
    margin-left: 16.6666666667%;
  }
  .grid-3_xs {
    width: 25%;
  }
  .grid-off-3_xs {
    margin-left: 25%;
  }
  .grid-4_xs {
    width: 33.3333333333%;
  }
  .grid-off-4_xs {
    margin-left: 33.3333333333%;
  }
  .grid-5_xs {
    width: 41.6666666667%;
  }
  .grid-off-5_xs {
    margin-left: 41.6666666667%;
  }
  .grid-6_xs {
    width: 50%;
  }
  .grid-off-6_xs {
    margin-left: 50%;
  }
  .grid-7_xs {
    width: 58.3333333333%;
  }
  .grid-off-7_xs {
    margin-left: 58.3333333333%;
  }
  .grid-8_xs {
    width: 66.6666666667%;
  }
  .grid-off-8_xs {
    margin-left: 66.6666666667%;
  }
  .grid-9_xs {
    width: 75%;
  }
  .grid-off-9_xs {
    margin-left: 75%;
  }
  .grid-10_xs {
    width: 83.3333333333%;
  }
  .grid-off-10_xs {
    margin-left: 83.3333333333%;
  }
  .grid-11_xs {
    width: 91.6666666667%;
  }
  .grid-off-11_xs {
    margin-left: 91.6666666667%;
  }
  .grid-12_xs {
    width: 100%;
  }
  .grid-off-12_xs {
    margin-left: 100%;
  }
}
@media (max-width: 375px) {
  .grid-0_xxs {
    width: 0%;
  }
  .grid-off-0_xxs {
    margin-left: 0%;
  }
  .grid-1_xxs {
    width: 8.3333333333%;
  }
  .grid-off-1_xxs {
    margin-left: 8.3333333333%;
  }
  .grid-2_xxs {
    width: 16.6666666667%;
  }
  .grid-off-2_xxs {
    margin-left: 16.6666666667%;
  }
  .grid-3_xxs {
    width: 25%;
  }
  .grid-off-3_xxs {
    margin-left: 25%;
  }
  .grid-4_xxs {
    width: 33.3333333333%;
  }
  .grid-off-4_xxs {
    margin-left: 33.3333333333%;
  }
  .grid-5_xxs {
    width: 41.6666666667%;
  }
  .grid-off-5_xxs {
    margin-left: 41.6666666667%;
  }
  .grid-6_xxs {
    width: 50%;
  }
  .grid-off-6_xxs {
    margin-left: 50%;
  }
  .grid-7_xxs {
    width: 58.3333333333%;
  }
  .grid-off-7_xxs {
    margin-left: 58.3333333333%;
  }
  .grid-8_xxs {
    width: 66.6666666667%;
  }
  .grid-off-8_xxs {
    margin-left: 66.6666666667%;
  }
  .grid-9_xxs {
    width: 75%;
  }
  .grid-off-9_xxs {
    margin-left: 75%;
  }
  .grid-10_xxs {
    width: 83.3333333333%;
  }
  .grid-off-10_xxs {
    margin-left: 83.3333333333%;
  }
  .grid-11_xxs {
    width: 91.6666666667%;
  }
  .grid-off-11_xxs {
    margin-left: 91.6666666667%;
  }
  .grid-12_xxs {
    width: 100%;
  }
  .grid-off-12_xxs {
    margin-left: 100%;
  }
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 992px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.row [class*=grid] {
  padding-left: 10px;
  padding-right: 10px;
}
.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 {
  position: relative;
  display: block;
  cursor: auto;
  margin-top: 20px;
  border-bottom: 1px solid #929292;
}
.input:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0742a6;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: all 0.3s ease;
}
.input.not_empty .input__label {
  font-size: 12px;
  top: -15px;
}
.input.focused {
  border-bottom: 1px solid #0742a6;
}
.input.focused:after {
  -webkit-transform: none;
          transform: none;
}
.input.error:after {
  -webkit-transform: none;
          transform: none;
  background: red;
}
.input.error .input__label {
  color: red;
}

.input__text {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  font-family: "gilroy", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  -webkit-appearance: none;
  border: none;
  padding: 7px 0 10px;
  overflow: visible;
  background: transparent;
}
.input__text:focus {
  outline: none;
}
.input__text:focus + .input__label {
  font-size: 12px;
  top: -15px;
}
.input__text.error {
  border-color: red;
}

.input__label {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 0;
  font-size: 16px;
  color: #929292;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: all 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.form-note {
  color: #929292;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 20px;
}
.form-note a {
  color: #0742a6;
  text-decoration: underline;
}

.vertical-form .input {
  width: 100%;
}
.vertical-form .btn {
  width: 100%;
}

.btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 22px 30px;
  font-size: 12px;
  font-family: "gilroy", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.25em;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: linear-gradient(to right, #6c4fac, #412a72);
  border: none;
  color: #FFF;
  border-radius: 35px;
  box-shadow: 0 12px 19px 0 rgba(4, 39, 99, 0.25);
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 680px) {
  .btn {
    padding: 14px 20px;
  }
}
.btn:focus {
  outline: none;
}
.btn:hover {
  box-shadow: 0 6px 10px 0 rgba(4, 39, 99, 0.3);
}
.btn:active {
  box-shadow: 0 2px 5px 0 rgba(4, 39, 99, 0.5);
}

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

.btn--outline {
  padding: 12px 30px;
  background: none;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #4e5056;
  box-shadow: none;
  border: 1px solid #4e5056;
  letter-spacing: 0.06em;
  transition: box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media (max-width: 680px) {
  .btn--outline {
    padding: 10px 15px;
  }
}
.btn--outline:hover {
  box-shadow: none;
  background: #4e5056;
  color: #FFF;
}
.btn--outline:active {
  box-shadow: none;
}

.btn--gray {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: #4e5056;
  color: #FFF;
  border: 1px solid #4e5056;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  box-shadow: none;
  letter-spacing: 0.06em;
  transition: box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn--gray:hover {
  box-shadow: none;
  background: #929292;
  color: #FFF;
  border-color: #929292;
}
.btn--gray:active {
  box-shadow: none;
}

.btn--tg {
  height: 44px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px 5px 5px !important;
  gap: 5px;
  background: #4e5056;
  color: #FFF;
  border-color: #4e5056;
}
.btn--tg:hover {
  box-shadow: none;
  background: #929292;
  color: #FFF;
  border-color: #929292;
}

.btn--yt {
  height: 44px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px 5px 10px !important;
  gap: 5px;
}

.btn--purple {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0.06em;
  background: #412a72 !important;
  border-color: #412a72 !important;
  transition: box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.btn--purple:hover {
  box-shadow: none;
  background: #929292 !important;
  color: #FFF;
  border-color: #929292 !important;
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
}
@media (max-width: 680px) {
  .play-btn {
    width: 50px;
    height: 50px;
  }
}
.play-btn:before, .play-btn:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px solid #FFF;
  border-radius: 30px;
  z-index: -1;
}
.play-btn:before {
  -webkit-animation: play-waves 2s ease infinite;
          animation: play-waves 2s ease infinite;
}
.play-btn:after {
  -webkit-animation: play-waves 2s ease infinite 1s;
          animation: play-waves 2s ease infinite 1s;
}
.play-btn figure {
  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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #6c4fac, #412a72);
  border-radius: 30px;
}
.play-btn figure:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #ffffff;
  left: 2px;
  position: relative;
}
@media (max-width: 680px) {
  .play-btn figure:after {
    border-width: 7px 0 7px 12px;
  }
}

@-webkit-keyframes play-waves {
  from {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2) translate3d(0, 0, 0);
            transform: scale(2) translate3d(0, 0, 0);
  }
}

@keyframes play-waves {
  from {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2) translate3d(0, 0, 0);
            transform: scale(2) translate3d(0, 0, 0);
  }
}
.btn-center {
  text-align: center;
  padding-top: 40px;
}

.modal {
  display: none;
  width: 380px;
  max-width: 100%;
  will-change: transform, opacity;
  overflow: visible !important;
  padding: 30px 25px;
  border: 10px solid #cccbcf;
}

.modal__title {
  line-height: 1.2;
  margin-bottom: 0.4em;
}

.modal__descr {
  font-size: 13px;
  line-height: 1.3;
}

.fancybox-bg {
  background: #55565f;
}

.fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--html .fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  opacity: 1;
}
.fancybox-close-small:hover, .fancybox-slide--image .fancybox-close-small:hover, .fancybox-slide--video .fancybox-close-small:hover, .fancybox-slide--iframe .fancybox-close-small:hover, .fancybox-slide--html .fancybox-close-small:hover {
  background-color: transparent;
}
.fancybox-close-small:before, .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:before, .fancybox-slide--image .fancybox-close-small:after, .fancybox-slide--video .fancybox-close-small:before, .fancybox-slide--video .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-close-small:before, .fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--html .fancybox-close-small:before, .fancybox-slide--html .fancybox-close-small:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -12px;
  width: 24px;
  height: 2px;
  background: #cccbcf;
  transition: all 0.3s ease;
  border-radius: 0;
}
.fancybox-close-small:hover:before, .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:before, .fancybox-slide--image .fancybox-close-small:hover:after, .fancybox-slide--video .fancybox-close-small:hover:before, .fancybox-slide--video .fancybox-close-small:hover:after, .fancybox-slide--iframe .fancybox-close-small:hover:before, .fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--html .fancybox-close-small:hover:before, .fancybox-slide--html .fancybox-close-small:hover:after {
  background-color: red;
}
.fancybox-close-small:before, .fancybox-slide--image .fancybox-close-small:before, .fancybox-slide--video .fancybox-close-small:before, .fancybox-slide--iframe .fancybox-close-small:before, .fancybox-slide--html .fancybox-close-small:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after, .fancybox-slide--video .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--html .fancybox-close-small:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fancybox-close-small:focus, .fancybox-slide--image .fancybox-close-small:focus, .fancybox-slide--video .fancybox-close-small:focus, .fancybox-slide--iframe .fancybox-close-small:focus, .fancybox-slide--html .fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:before, .fancybox-close-small:focus:after, .fancybox-slide--image .fancybox-close-small:focus:before, .fancybox-slide--image .fancybox-close-small:focus:after, .fancybox-slide--video .fancybox-close-small:focus:before, .fancybox-slide--video .fancybox-close-small:focus:after, .fancybox-slide--iframe .fancybox-close-small:focus:before, .fancybox-slide--iframe .fancybox-close-small:focus:after, .fancybox-slide--html .fancybox-close-small:focus:before, .fancybox-slide--html .fancybox-close-small:focus:after {
  outline: none;
}
.fancybox-close-small svg, .fancybox-slide--image .fancybox-close-small svg, .fancybox-slide--video .fancybox-close-small svg, .fancybox-slide--iframe .fancybox-close-small svg, .fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

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

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

.bxce {
  width: inherit !important;
}

.s-header {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 30px;
}
.s-header .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo {
  width: 145px;
  height: auto;
  fill: #4f5055;
}
@media (max-width: 680px) {
  .header-logo {
    width: 100px;
  }
}

.header-cont {
  margin-left: auto;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .header-cont {
    padding-right: 100px;
  }
}
@media (max-width: 1024px) {
  .header-cont {
    padding-right: 0;
  }
}

.header-cont__number {
  display: block;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media (max-width: 680px) {
  .header-cont__number {
    font-size: 18px;
  }
}

.header-cont__link {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 4px;
  color: #4e5056;
  transition: opacity 0.3s ease;
}
@media (max-width: 680px) {
  .header-cont__link {
    font-size: 12px;
  }
}
.header-cont__link:hover {
  color: #4e5056;
  opacity: 0.8;
}

.theme-switcher {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-left: auto;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1680px) {
  .theme-switcher {
    margin-right: 100px;
  }
}
@media (max-width: 1024px) {
  .theme-switcher {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .theme-switcher {
    gap: 10px;
  }
}
.theme-switcher.active span {
  color: #FFF;
}
.theme-switcher.active figure {
  background: #755dc3;
}
.theme-switcher.active figure:before {
  left: 24px;
}
.theme-switcher span {
  font-size: 14px;
  white-space: nowrap;
  font-weight: bold;
  color: #4c4e54;
}
@media (max-width: 480px) {
  .theme-switcher span {
    font-size: 12px;
  }
}
.theme-switcher figure {
  width: 45px;
  height: 24px;
  border-radius: 12px;
  background: #9ca0ab;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  transition: background 0.3s ease;
}
.theme-switcher figure:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background: #FFF;
  transition: all 0.3s ease;
}

.s-intro {
  padding-top: 220px;
  padding-bottom: 40px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .s-intro {
    padding-top: 160px;
  }
}
@media (max-width: 680px) {
  .s-intro {
    padding-top: 120px;
  }
}

.intro-cubes {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 1042px;
  background: url("../img/head-cubes.jpg?v=3") center -80px no-repeat;
  background-size: 100% auto;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (min-width: 1920px) {
  .intro-cubes {
    background-position: right -80px;
    background-size: auto 100%;
  }
}
@media (max-width: 1680px) {
  .intro-cubes {
    background-position: center center;
    height: 740px;
  }
}
@media (max-width: 1024px) {
  .intro-cubes {
    height: 720px;
    top: initial;
    bottom: -300px;
    background-size: auto 100%;
    background-position: center top;
  }
}
@media (max-width: 680px) {
  .intro-cubes {
    height: 480px;
  }
}
@media (max-width: 480px) {
  .intro-cubes {
    height: 340px;
    bottom: -210px;
    background-position: calc(100% + 80px) top;
  }
}

.intro {
  max-width: 60%;
}
@media (max-width: 680px) {
  .intro {
    max-width: 500px;
  }
}

.intro__title {
  margin-bottom: 0.7em;
  position: relative;
}
.intro__title:before {
  content: url("../img/dots-title.svg");
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
}

.intro-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 680px) {
  .intro-actions {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.intro-actions .btn {
  margin-right: 20px;
}
.intro-actions .intro__calc-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;
  margin: 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  color: #4e5056;
  transition: color 0.3s ease;
}
.intro-actions .intro__calc-link:hover {
  color: #412a72;
}
.intro-actions .intro__calc-link:hover i {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}
.intro-actions .intro__calc-link i {
  font-size: 24px;
  margin-left: 10px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.s-history {
  z-index: 2;
  padding: 90px 0;
}
@media (max-width: 680px) {
  .s-history {
    padding-top: 140px;
    padding-bottom: 50px;
  }
}

.history-timeline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .history-timeline {
    margin-bottom: 10px;
  }
}
.history-timeline.flickity-enabled {
  display: block;
}
.history-timeline .flickity-viewport {
  overflow: visible;
}
.history-timeline:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 2px;
  background: #929292;
  position: absolute;
  top: 79px;
  left: 0;
  transition: all 2s ease-out;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media (max-width: 480px) {
  .history-timeline:before {
    top: 64px;
  }
}
.history-timeline.animate:before {
  -webkit-transform: none;
          transform: none;
}

.history-target {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(99, 99, 99, 0.2);
  top: 10px;
  left: 0;
  z-index: 0;
}
@media (max-width: 480px) {
  .history-target {
    width: 110px;
    height: 110px;
  }
}

.history-time {
  z-index: 2;
  margin: 10px 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  width: 140px;
  height: 140px;
  text-align: center;
  border-radius: 70px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}
@media (max-width: 480px) {
  .history-time {
    width: 110px;
    height: 110px;
  }
}
.history-time:hover:after {
  -webkit-transform: scale(2);
          transform: scale(2);
}
.history-time:hover .history-time__img {
  opacity: 1;
}
.history-time:hover .history-time__year {
  color: #4e5056;
}
.history-time.active:before {
  -webkit-transform: none;
          transform: none;
}
.history-time.active:after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background: #FFF;
}
.history-time.active .history-time__img {
  opacity: 1;
}
.history-time.active .history-time__year {
  color: #4e5056;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.history-time:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 70px;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(99, 99, 99, 0.2);
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: all 0.2s ease;
  display: none;
}
.history-time:after {
  content: "";
  background: #929292;
  position: absolute;
  z-index: 1;
  margin: auto;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.history-time__head {
  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;
  position: relative;
  z-index: 2;
  height: 50%;
}

.history-time__year {
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  color: #929292;
  line-height: 1;
  transition: all 0.2s ease;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@media (max-width: 480px) {
  .history-time__year {
    font-size: 16px;
  }
}

.history-time__img {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .history-time__img {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.history-details {
  position: relative;
}

.history-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.history-detail.active {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.history-detail.active .history-detail__title {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  transition: all 0.8s ease;
}
.history-detail.active .history-detail__text {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  transition: all 0.8s ease 0.15s;
}
.history-detail.active .history-detail__zoom:before {
  -webkit-transform: none;
          transform: none;
  transition-delay: 0.5s;
}

.history-detail__title {
  margin-bottom: 0.5em;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(-80px, 0, 0);
          transform: translate3d(-80px, 0, 0);
  opacity: 0;
}

.history-detail__text {
  font-size: 13px;
  max-width: 250px;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: translate3d(-80px, 0, 0);
          transform: translate3d(-80px, 0, 0);
}
@media (max-width: 768px) {
  .history-detail__text {
    max-width: 100%;
  }
}

.history-detail__stage {
  position: relative;
  height: 250px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .history-detail__stage {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .history-detail__stage {
    height: 180px;
    margin-top: 10px;
  }
}

.history-detail__big {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 80%;
  height: auto;
}

.history-detail__zoom {
  position: absolute;
  z-index: 2;
  width: 190px;
  height: 190px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  .history-detail__zoom {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 480px) {
  .history-detail__zoom {
    width: 120px;
    height: 120px;
  }
}
.history-detail__zoom:before {
  content: "";
  width: 180px;
  height: 1px;
  background: #cccbcf;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .history-detail__zoom:before {
    width: 220px;
  }
}
@media (max-width: 680px) {
  .history-detail__zoom:before {
    width: 130px;
  }
}
@media (max-width: 480px) {
  .history-detail__zoom:before {
    width: 100px;
  }
}
.history-detail__zoom img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 95px;
}
.history-detail__zoom--5 img {
  border-radius: 0;
}

.history-link {
  text-align: center;
  padding-top: 60px;
}
@media (max-width: 680px) {
  .history-link {
    padding-top: 30px;
  }
}
.history-link .link {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: normal;
}
.history-link i {
  font-size: 22px;
  margin-right: 8px;
}

.s-marks {
  padding: 90px 0 0 0;
}
@media (max-width: 1400px) {
  .s-marks {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 680px) {
  .s-marks {
    padding: 20px 0 0 0;
  }
}

.marks-tab {
  position: relative;
}

.marks-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.marks-tab.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.marks-tab .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 680px) {
  .marks-tab .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.marks-tab__left {
  position: relative;
}
@media (max-width: 680px) {
  .marks-tab__left {
    width: 100%;
    margin-bottom: -15%;
  }
}
.marks-tab__left .play-btn {
  position: absolute;
  z-index: 2;
  bottom: 40%;
  left: 37.5%;
}
@media (max-width: 680px) {
  .marks-tab__left .play-btn {
    left: calc(50% - 33px);
  }
}

.marks-tab__img {
  display: block;
  width: 907px;
  max-width: 142%;
  height: auto;
  margin-left: -42%;
}
@media (max-width: 680px) {
  .marks-tab__img {
    margin-left: -37%;
  }
}

.marks-tab__img--dark {
  display: none;
}

.marks-tab__content {
  width: 305px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-bottom: 40px;
}
@media (max-width: 680px) {
  .marks-tab__content {
    width: 100%;
  }
}

.marks-tab__name {
  margin-bottom: 15px;
}
.marks-tab__name small {
  font-size: 11px;
  color: #929292;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.marks-tab__name .h3 {
  display: inline;
}

.marks-tab__text {
  font-size: 13px;
  margin-bottom: 20px;
}
.marks-tab__text .link-icon {
  margin-right: 15px;
}

.marks-tab__actions {
  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;
}
.marks-tab__actions .btn {
  margin-bottom: 10px;
}
.marks-tab__actions .btn:last-child {
  margin-bottom: 0;
}

.s-video {
  background: #02122e;
  color: #FFF;
  padding: 50px 0;
}
.s-video--photo {
  background: url("../img/video-photo.jpg") center center no-repeat #02122e;
  background-size: cover;
}
.s-video--video {
  position: relative;
  overflow: hidden;
}
.s-video--video video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.s-video--video:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  background: rgba(2, 18, 46, 0.65);
}
.s-video--video .container {
  z-index: 3;
}

.komb-block {
  border: 10px solid #FFF;
  padding: 100px 50px 50px 50px;
  text-align: center;
}
@media (max-width: 680px) {
  .komb-block {
    padding: 70px 20px 40px 20px;
  }
}
@media (max-width: 480px) {
  .komb-block {
    padding: 70px 15px 30px 15px;
    border: 4px solid #FFF;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.komb-block__text {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .komb-block__text {
    margin-bottom: 20px;
  }
}

.komb-block__icons {
  display: block;
  width: 100%;
  max-width: 507px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .komb-block__icons {
    margin-bottom: 30px;
  }
}

.s-tests {
  padding: 80px 0;
  background: url("../img/tests-bg.png") center top no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .s-tests {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .s-tests {
    padding-top: 60px;
    background-size: 200% auto;
    background-position: left top;
  }
}

.tests-img {
  display: block;
  width: 100%;
  max-width: 952px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .tests-img {
    max-width: 600px;
  }
}

.s-examples {
  background: url("../img/examples-bg.jpg") center top no-repeat #414042;
  background-size: cover;
  color: #FFF;
  padding: 150px 0 50px 0;
}
@media (max-width: 1400px) {
  .s-examples {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  .s-examples {
    padding-top: 60px;
  }
}
.s-examples:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to top, #FFF, rgba(255, 255, 255, 0.001));
}

.examples-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .examples-slider {
    padding: 10px 0;
  }
}
.examples-slider.flickity-enabled {
  display: block;
}

.example {
  position: relative;
  width: 690px;
  max-width: 90%;
}
@media (max-width: 768px) {
  .example {
    width: calc(100% - 80px);
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  .example {
    width: calc(100% - 40px);
    margin: 0 5px;
  }
}
.example.is-selected .example__header {
  opacity: 1;
  transition: all 0.3s ease 0.3s;
  -webkit-transform: none;
          transform: none;
}
.example.is-selected .example__main {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.example.is-selected .example__param {
  -webkit-transform: none;
          transform: none;
}
.example.is-selected .example__param:nth-child(1) {
  transition: all 0.5s ease 0.3s;
}
.example.is-selected .example__param:nth-child(2) {
  transition: all 0.5s ease 0.45s;
}
.example.is-selected .example__param:nth-child(3) {
  transition: all 0.5s ease 0.6s;
}

.example__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;
  background: #FFF;
  padding: 15px;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  overflow: hidden;
}
@media (max-width: 768px) {
  .example__header {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 15px;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .example__header {
    padding: 10px 5px;
  }
}

.example__param {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #929292;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .example__param {
    max-width: 100%;
    margin-bottom: 5px;
    -webkit-transform: none;
            transform: none;
  }
  .example__param:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .example__param {
    font-size: 8px;
  }
}
.example__param i {
  position: relative;
  font-size: 22px;
  vertical-align: middle;
  top: -0.1em;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .example__param i {
    font-size: 12px;
  }
}
.example__param strong {
  color: #4e5056;
  font-size: 14px;
  text-transform: none;
}
@media (max-width: 480px) {
  .example__param strong {
    font-size: 8px;
  }
}

.example__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;
  background: #FFF;
  height: 300px;
  transition: all 0.3s ease;
  opacity: 0.85;
  border-top: 1px solid #cccbcf;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  cursor: pointer;
}
@media (max-width: 768px) {
  .example__main {
    height: 250px;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 480px) {
  .example__main {
    height: 180px;
  }
}
.example__main:hover {
  opacity: 1;
}
.example__main img {
  max-width: 80%;
  height: auto;
}

.s-elax {
  padding: 100px 0 50px 0;
}
@media (max-width: 1400px) {
  .s-elax {
    padding-top: 20px;
  }
}

.elax-content {
  padding-top: 150px;
}
@media (max-width: 1400px) {
  .elax-content {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .elax-content {
    margin-bottom: 40px;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .elax-content {
    margin-bottom: 20px;
  }
}

.elax-actions {
  padding-top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .elax-actions {
    padding-top: 20px;
  }
}
.elax-actions .btn {
  margin-right: 20px;
  margin-bottom: 6px;
}
.elax-actions .link-icon {
  margin: 15px 0;
}

@media (max-width: 1400px) {
  .elax-img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .elax-img {
    max-width: 400px;
    width: 100%;
  }
}

.elax-triggers {
  padding-top: 40px;
}

@media (max-width: 480px) {
  .elax-trigger {
    margin-bottom: 20px;
  }
}
.elax-trigger img {
  margin-bottom: 10px;
}
.elax-trigger .h4 {
  margin-bottom: 0.7em;
}

.elax-trigger__list {
  list-style: none;
  font-size: 12px;
  line-height: 1.4;
}
.elax-trigger__list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 0.7em;
}
.elax-trigger__list li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #4e5056;
  border-radius: 4px;
  position: absolute;
  top: 0.3em;
  left: 0;
}

.s-idea {
  background: url("../img/idea/idea-bg.png") center top no-repeat;
  background-size: 100% auto;
  padding: 80px 0 50px 0;
}
@media (max-width: 680px) {
  .s-idea {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .s-idea {
    padding-top: 20px;
  }
}
.s-idea .btn-center .btn {
  width: 200px;
}

.tabs-nav {
  margin-bottom: 20px;
  text-align: center;
}

.tabs-nav__link {
  display: inline-block;
  margin: 0 3px 15px 3px;
  font-family: "gilroy", "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #929292;
  color: #929292;
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 30px;
  background: transparent;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .tabs-nav__link {
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 3px 8px 3px;
  }
}
.tabs-nav__link:focus {
  outline: none;
}
.tabs-nav__link:hover {
  border-color: #4e5056;
  color: #4e5056;
  box-shadow: 0 0 0 1px #4e5056;
}
.tabs-nav__link.active {
  background: #4e5056;
  border-color: #4e5056;
  color: #FFF;
}

.idea-tabs {
  position: relative;
}

.idea-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.idea-tab.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.idea-tab .sec-descr {
  margin-bottom: 30px;
}

.flickity-prev-next-button {
  background: transparent;
  width: 40px;
  height: 40px;
  opacity: 1;
}
.flickity-prev-next-button:hover {
  background: transparent;
}
.flickity-prev-next-button:hover .flickity-button-icon {
  fill: #929292;
}
.flickity-prev-next-button .flickity-button-icon {
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: #4e5056;
  transition: all 0.3s ease;
}

.idea-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
}
.idea-slider.flickity-enabled {
  display: block;
}
.idea-slider .flickity-viewport {
  overflow: visible;
}
.idea-slider .flickity-prev-next-button {
  top: inherit;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
}
.idea-slider .flickity-prev-next-button.next {
  right: inherit;
  left: calc(50% - 20px + 30px);
}
.idea-slider .flickity-prev-next-button.previous {
  left: calc(50% - 20px - 30px);
}

.idea-slide {
  cursor: pointer;
  width: 430px;
}
@media (max-width: 1400px) {
  .idea-slide {
    width: 360px;
  }
}
@media (max-width: 680px) {
  .idea-slide {
    width: 320px;
  }
}
@media (max-width: 480px) {
  .idea-slide {
    width: 260px;
  }
}
.idea-slide img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0);
}
@media (max-width: 480px) {
  .idea-slide img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.idea-slide.is-selected img {
  -webkit-transform: none;
          transform: none;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.4);
}

.fancy-idea {
  display: block;
}
.fancy-idea:hover img {
  opacity: 0.9;
}

.s-welcome {
  background: url("../img/welcome-2.jpg") center bottom no-repeat;
  background-size: 100% auto;
  padding: 300px 0 40px 0;
  min-height: 995px;
}
@media (max-width: 1400px) {
  .s-welcome {
    min-height: 600px;
    padding-top: 140px;
  }
}
@media (max-width: 680px) {
  .s-welcome {
    padding-top: 40px;
    padding-bottom: 50%;
    min-height: inherit;
  }
}

.welcome-bgs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.welcome-tabs {
  padding-top: 40px;
}
.welcome-tabs .btn {
  margin: 0 5px 10px 0;
  padding: 12px 20px;
}
.welcome-tabs .btn:last-child {
  margin-right: 0;
}
.welcome-tabs .btn.active {
  box-shadow: none;
  background: #0742a6;
  color: #FFF;
}

.s-calc {
  padding: 120px 0 80px 0;
}
@media (max-width: 1400px) {
  .s-calc {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  .s-calc {
    padding-top: 50px;
  }
}

.calc {
  border: 10px solid #cccbcf;
  padding: 20px 30px 120px 30px;
  counter-reset: layer;
}
@media (max-width: 768px) {
  .calc {
    padding: 20px 15px 120px 15px;
  }
}
@media (max-width: 480px) {
  .calc {
    border: 4px solid #cccbcf;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 10px 120px 10px;
  }
}

.calc-layer {
  position: relative;
  margin-bottom: 20px;
  border: 2px dotted #cccbcf;
  padding: 10px 5px;
  border-radius: 20px;
  counter-increment: layer;
}
.calc-layer:first-child .calc-layer__delete {
  display: none;
}

.calc-layer__index:before {
  content: counter(layer);
}

.calc-layer__group {
  margin-bottom: 5px;
  text-align: center;
}

.calc-layer__title {
  color: #4e5056;
  margin-bottom: 10px;
  line-height: 1.2;
}

.calc-layer__delete {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
}
.calc-layer__delete:hover {
  background-color: transparent;
}
.calc-layer__delete:before, .calc-layer__delete:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -12px;
  width: 24px;
  height: 2px;
  background: #cccbcf;
  transition: all 0.3s ease;
  border-radius: 0;
}
.calc-layer__delete:hover:before, .calc-layer__delete:hover:after {
  background-color: red;
}
.calc-layer__delete:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.calc-layer__delete:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.calc-layer__delete:focus {
  outline: none;
}
.calc-layer__delete:focus:before, .calc-layer__delete:focus:after {
  outline: none;
}
.calc-layer__delete svg {
  display: none;
}

.calc__x {
  display: inline-block;
  vertical-align: top;
  color: #cccbcf;
  font-size: 18px;
  line-height: 34px;
}
.calc-input {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 10px 5px;
}
.calc-input--nums {
  width: 105px;
}

.calc-input__input {
  border: 1px solid #cccbcf;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 105px;
  border-radius: 20px;
  padding: 8px 2px;
  height: 34px;
  color: #4e5056;
}
.calc-input__input:focus {
  outline: none;
  border: 1px solid #4e5056;
  box-shadow: 0 0 0 1px #4e5056;
}

.calc-input__label {
  display: block;
  padding-top: 2px;
  color: #929292;
  font-size: 12px;
}

.calc-counter {
  position: relative;
}
.calc-counter button {
  position: absolute;
  top: 0;
  z-index: 2;
  background: transparent;
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 34px;
  border: none;
  font-size: 18px;
  color: #929292;
  cursor: pointer;
  border-radius: 18px;
}
.calc-counter button:focus {
  outline: none;
}
.calc-counter button:hover {
  color: #4e5056;
}
.calc-counter__minus {
  left: 0;
}
.calc-counter__plus {
  right: 0;
}
.calc-counter .calc-input__input {
  width: 100%;
}

.calc-radio {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 2px 4px 2px;
}
.calc-radio input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.calc-radio input:checked + .calc-radio__label {
  background: #4e5056;
  border: 1px solid #4e5056;
  color: #FFF;
}
.calc-radio__label {
  display: block;
  position: relative;
  border: 1px solid #cccbcf;
  font-size: 14px;
  border-radius: 17px;
  padding: 0 12px;
  height: 34px;
  line-height: 34px;
  white-space: nowrap;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 50px;
}
.calc-radio__label:hover {
  border: 1px solid #4e5056;
  box-shadow: 0 0 0 1px #4e5056;
}

.calc__add_layer {
  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;
  background: #f4f4f4;
  font-size: 14px;
  text-align: center;
  border: none;
  border-radius: 20px;
  height: 40px;
  width: 100%;
  font-family: "gilroy", "Helvetica Neue", Arial, sans-serif;
  color: #4e5056;
  cursor: pointer;
  transition: all 0.3s ease;
}
.calc__add_layer:focus {
  outline: none;
}
.calc__add_layer:hover {
  background: #4e5056;
  color: #FFF;
}
.calc__add_layer:hover span {
  background: #FFF;
  color: #4e5056;
}
.calc__add_layer span {
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  background: #4e5056;
  color: #FFF;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.calc-result {
  background: #FFF;
  box-shadow: 0 12px 38px 0 rgba(159, 174, 186, 0.3);
  width: 740px;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
  padding: 20px 30px;
  position: relative;
}
@media (max-width: 480px) {
  .calc-result {
    max-width: 100%;
    padding: 15px 20px;
  }
}

.calc-result__header {
  margin-bottom: 10px;
}

.calc-result__param {
  font-size: 14px;
  font-weight: bold;
}
.calc-result__param small {
  color: #929292;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 5px;
  font-weight: normal;
}

.calc-result__note {
  padding-top: 20px;
  color: #929292;
  font-size: 12px;
  line-height: 1.3;
}

.calc-result__right {
  white-space: nowrap;
}
@media (max-width: 680px) {
  .calc-result__right {
    margin-top: 10px;
  }
}

.calc__instructions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  .calc__instructions {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.calc__instructions-link {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #4e5056;
  font-weight: bold;
  padding: 14px 20px;
  border-radius: 30px;
  background: #f4f4f4;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .calc__instructions-link {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 375px) {
  .calc__instructions-link {
    font-size: 12px;
    padding: 12px 15px;
  }
}
.calc__instructions-link:hover {
  background: #e0e0e0;
}
.calc__instructions-link i {
  font-size: 17px;
  margin-right: 10px;
}
.calc__instructions-link--orange {
  color: #dc6c29;
}
@media (max-width: 680px) {
  .calc__instructions-link--orange {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
  }
}
.calc__instructions-link--purple {
  color: #412a72;
}
@media (max-width: 680px) {
  .calc__instructions-link--purple {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
  }
}

.s-team {
  padding-top: 80px;
  background: url("../img/team/team-bg.webp") center top no-repeat;
  background-size: cover;
  overflow: hidden;
}

.team-tabs {
  position: relative;
}

.team-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.team-tab.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

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

.team-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 33.3333333333%;
  cursor: pointer;
}
@media (max-width: 680px) {
  .team-slide {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .team-slide {
    width: 70%;
  }
}
.team-slide:hover .team-slide__photo {
  -webkit-filter: none;
          filter: none;
}

.team-slide__info {
  padding: 0 20px;
  height: 110px;
}
@media (max-width: 768px) {
  .team-slide__info {
    padding: 0 10px;
  }
}

.team-slide__name {
  line-height: 1.2;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .team-slide__name {
    font-size: 16px;
  }
}

.team-slide__position {
  display: block;
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .team-slide__position {
    font-size: 10px;
    margin-bottom: 4px;
  }
}

.team-slide__conts {
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 0.06em;
}
.team-slide__conts a {
  line-height: 2;
}

.team-slide__photo {
  display: block;
  width: 100%;
  max-height: 530px;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media (max-width: 1024px) {
  .team-slide__photo {
    -webkit-filter: none;
            filter: none;
  }
}
@media (max-width: 768px) {
  .team-slide__photo {
    max-width: 317px;
    margin-left: auto;
    margin-right: auto;
  }
}

.s-footer {
  padding: 15px 0 30px 0;
}
@media (max-width: 768px) {
  .s-footer {
    padding: 30px 0;
  }
}

.footer {
  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: 768px) {
  .footer {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.footer-logo {
  fill: #4f5055;
  width: 110px;
  height: auto;
}

.footer__left {
  width: 200px;
  padding-top: 25px;
}
@media (max-width: 768px) {
  .footer__left {
    margin-bottom: 20px;
    padding-top: 0;
  }
}
.footer__left img {
  display: block;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .footer__left img {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__left .footer-gray-text {
  display: block;
  margin-top: 10px;
}

.footer__center {
  width: 300px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__center {
    margin-bottom: 20px;
  }
}
.footer__center .i-pin {
  font-size: 25px;
}
.footer__center address {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-style: normal;
}
.footer__center .footer-gray-text {
  display: block;
  margin-top: 10px;
}

.footer__right {
  width: 200px;
  text-align: right;
  padding-top: 25px;
}
@media (max-width: 768px) {
  .footer__right {
    text-align: center;
    padding-top: 0;
  }
}

.footer-cont {
  margin-bottom: 27px;
}
.footer-cont span {
  display: block;
  font-size: 12px;
}

.footer-cont__number {
  font-weight: bold;
  font-size: 20px;
  display: block;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-bottom: 4px;
}

.footer-gray-text {
  color: #929292;
  font-size: 12px;
}

.penbrain {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.penbrain:hover img {
  opacity: 0.8;
}
.penbrain img {
  margin-left: 8px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  transition: opacity 0.3s ease;
}

.dark-theme {
  background: #000;
  color: #FFF;
}
.dark-theme .header-logo {
  fill: #FFF;
}
.dark-theme .footer-logo {
  fill: #FFF;
}
.dark-theme .intro-cubes {
  background-image: url("../img/head-cubes-dark.webp");
}
.dark-theme .intro__calc-link {
  color: #FFF;
}
.dark-theme .history-timeline:before {
  background: #333333;
}
.dark-theme .history-time:hover .history-time__year {
  color: #FFF;
}
.dark-theme .history-time.active .history-time__year {
  color: #FFF;
}
.dark-theme .history-time:after {
  background: #898989;
}
.dark-theme .history-time__year {
  color: #FFF;
}
.dark-theme .history-target {
  border: 2px solid #b9b9b9;
  background-color: #000 !important;
}
.dark-theme .history-detail__zoom--5 img {
  -webkit-filter: brightness(500%);
          filter: brightness(500%);
}
.dark-theme .tabs-nav__link {
  color: #cccbcf;
}
.dark-theme .tabs-nav__link:hover {
  border-color: #FFF;
}
.dark-theme .tabs-nav__link.active {
  color: #FFF;
  background: #4d4d4d;
  border-color: #4d4d4d;
}
.dark-theme .btn--outline {
  color: #FFF;
  border-color: #FFF;
  transition: all 0.3s ease;
}
.dark-theme .btn--outline:hover {
  background: #FFF;
  color: #4e5056;
}
.dark-theme .btn--gray {
  background: #3f3f3f;
  border-color: #3f3f3f;
  color: #FFF;
}
.dark-theme .btn--gray:hover {
  background: #5c5c5c;
  border-color: #5c5c5c;
}
.dark-theme .marks-tab__img {
  display: none;
}
.dark-theme .marks-tab__img.marks-tab__img--dark {
  display: block;
}
.dark-theme .calc {
  border-color: #484849;
}
.dark-theme .calc__instructions-link {
  color: #FFF;
  background: #3f3f3f;
}
.dark-theme .calc__instructions-link:hover {
  background: #5c5c5c;
}
.dark-theme .calc-layer {
  border-color: #3f3f3f;
}
.dark-theme .calc-layer__title {
  color: #FFF;
}
.dark-theme .calc__add_layer {
  background: #3f3f3f;
  color: #FFF;
}
.dark-theme .calc__add_layer:hover {
  background: #5c5c5c;
}
.dark-theme .calc__add_layer span {
  color: #3f3f3f;
  background: #FFF;
}
.dark-theme .calc-input__label {
  color: #cccbcf;
}
.dark-theme .calc-input__input {
  color: #FFF;
  border-color: #4e4e4e;
  background: none;
}
.dark-theme .calc-counter button {
  color: #FFF;
}
.dark-theme .calc-counter button:hover {
  color: #cccbcf;
}
.dark-theme .calc-radio__label {
  border-color: #4e4e4e;
}
.dark-theme .calc-result {
  background: #161616;
  box-shadow: none;
}
.dark-theme .s-tests {
  background-image: url(../img/tests-img-dark.webp);
}
.dark-theme .s-examples {
  background-image: url(../img/examples-bg-dark.webp);
}
.dark-theme .s-examples:before {
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.001));
}
.dark-theme .example__header {
  background: #2b2b2b;
}
.dark-theme .example__main {
  background: #2b2b2b;
  border-color: #454545;
}
.dark-theme .example__param {
  color: #FFF;
}
.dark-theme .example__param strong {
  color: #FFF;
}
.dark-theme .modal {
  background: #000;
  border-color: #252525;
}
.dark-theme .s-idea {
  background-image: url(../img/idea/idea-bg-dark.webp);
}
.dark-theme .flickity-prev-next-button .flickity-button-icon {
  fill: #FFF;
}
.dark-theme .flickity-prev-next-button .flickity-button-icon:hover {
  fill: #9d9d9d;
}
.dark-theme .s-welcome {
  background-image: url(../img/welcome-2-dark.jpg);
}
.dark-theme .footer-gray-text {
  color: rgba(255, 255, 255, 0.3);
}
.dark-theme .footer-gray-text a:hover {
  color: #FFF;
}
.dark-theme .footer-cont span {
  color: rgba(255, 255, 255, 0.3);
}
.dark-theme .footer address {
  color: rgba(255, 255, 255, 0.3);
}
.dark-theme .footer .link {
  color: #FFF;
}
.dark-theme .footer .link:hover {
  color: rgba(255, 255, 255, 0.5);
}