body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  -o-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s, visibility 0s;
  -o-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: 0;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: 0 0;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
  outline: 0;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--pause svg path:first-child,
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: 0 0;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: 0 0;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: 0;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px;
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: 0 0;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(20%, rgba(0, 0, 0, 0.1)),
    color-stop(40%, rgba(0, 0, 0, 0.2)),
    color-stop(80%, rgba(0, 0, 0, 0.6)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: -o-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-slide > .fancybox-loading {
  border: 6px solid hsla(0, 0%, 39.2%, 0.4);
  border-top-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s linear infinite;
  animation: fancybox-rotate 0.8s linear infinite;
  background: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.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: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

p.fancybox-share__links {
  margin-right: -10px;
}

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.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 {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: 0 0;
  color: #5d5b5b;
  font-size: 14px;
  outline: 0;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}

.fancybox-share__input,
.fancybox-thumbs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row,
.row.reverse {
  -webkit-box-orient: horizontal;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse,
.row.reverse {
  -webkit-box-direction: reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }

  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

/*!
 * fullPage 3.0.7
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  position: relative;
}

.fp-scrollable,
.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translateZ(0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: MuseoSansCyrl-500;
  src: url(../fonts/MuseoSansCyrl-500.eot);
  src: url(../fonts/MuseoSansCyrl-500.eot?#iefix) format("embedded-opentype"),
    url(../fonts/MuseoSansCyrl-500.woff) format("woff"),
    url(../fonts/MuseoSansCyrl-500.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: MuseoSansCyrl-700;
  src: url(../fonts/MuseoSansCyrl-700.eot);
  src: url(../fonts/MuseoSansCyrl-700.eot?#iefix) format("embedded-opentype"),
    url(../fonts/MuseoSansCyrl-700.woff) format("woff"),
    url(../fonts/MuseoSansCyrl-700.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: MuseoSansCyrl-900;
  src: url(../fonts/MuseoSansCyrl-900.eot);
  src: url(../fonts/MuseoSansCyrl-700.eot?#iefix) format("embedded-opentype"),
    url(../fonts/MuseoSansCyrl-900.woff) format("woff"),
    url(../fonts/MuseoSansCyrl-900.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: geometricPrecision;
  scroll-behavior: smooth;
  background-color: #161616;
}

.title-1,
h1 {
  font-size: 62px;
}

.title-1,
.title-2,
h1,
h2 {
  margin: 0;
  color: inherit;
  font-weight: 400;
}

.title-2,
h2 {
  font-size: 24px;
  text-transform: none;
  letter-spacing: 0.02em;
}

.title-3,
h3 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.title-3,
h3,
li,
p,
strong {
  margin: 0;
  font-size: inherit;
  color: inherit;
}

li,
p,
strong {
  line-height: 1.4em;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

a {
  color: inherit;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

a:focus,
a:hover {
  outline: 0;
}

button {
  cursor: pointer;
}

button:focus,
button:hover {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}
/* #41cfff */
.nav {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #41cfff;
  width: 13.25vw;
  height: 100vh;
  padding: 71px 22px;
  z-index: 3;
  -webkit-transition: background-color 0.8s ease, opacity 0.4s ease,
    -webkit-transform 0.8s ease;
  transition: background-color 0.8s ease, opacity 0.4s ease,
    -webkit-transform 0.8s ease;
  -o-transition: background-color 0.8s ease, transform 0.8s ease,
    opacity 0.4s ease;
  transition: background-color 0.8s ease, transform 0.8s ease, opacity 0.4s ease;
  transition: background-color 0.8s ease, transform 0.8s ease, opacity 0.4s ease,
    -webkit-transform 0.8s ease;
}

.nav-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.nav-panel-btn {
  border: none;
  background-color: transparent;
  text-transform: lowercase;
  color: #fff;
  padding: 0 3px;
  line-height: 2.3em;
  letter-spacing: 0.03em;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-panel-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 3px;
  width: 0;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.nav-panel-close {
  position: absolute;
  top: -38px;
  left: 9px;
  width: 25px;
  height: 25px;
  padding: 0;
  background-color: transparent;
  border: none;
  pointer-events: none;
  -webkit-transform: translateY(100%) scale(0.9);
  -ms-transform: translateY(100%) scale(0.9);
  transform: translateY(100%) scale(0.9);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease,
    -webkit-transform 0.4s ease;
}

.nav-panel-close .icon {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.nav-panel-close.active {
  pointer-events: auto;
  -webkit-transform: translate(0) scale(1);
  -ms-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
  opacity: 1;
}

.nav-panel-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-panel-icons .nav-icon-link {
  margin: 7px 0;
}

.nav-panel-icons .nav-icon-link:first-child {
  margin-top: 0;
}

.nav-panel-icons .nav-icon-link:last-child {
  margin-bottom: 0;
}

.nav-panel-logo {
  max-width: 117px;
  width: 100%;
  display: none;
}

.nav.__black-theme {
  background-color: #161616 !important;
}

.header {
  position: absolute;
  top: 83px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.header-logo {
  display: inline-block;
  max-width: 150px;
  width: 100%;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 3;
}

.footer-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 20px 16px 0;
}

.footer.__is-visible {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.copyright {
  color: #989898;
  font-size: 12px;
}

.copyright p {
  font-size: inherit;
}

.developer {
  font-size: 12px;
  color: #989898;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.developer p {
  font-size: inherit;
  margin: 0 20px 0 0;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 67px 0;
  display: none;
  z-index: 2;
}

.menu:after,
.menu:before {
  content: "";
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  background-color: #161616;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.menu:before {
  bottom: 50%;
}

.menu:after {
  bottom: 0;
}

.menu .container,
.menu-wrap {
  height: 100%;
}

.menu-wrap {
  position: relative;
}

.menu-wrap-logo {
  display: inline-block;
  max-width: 150px;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.menu-wrap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 0 20.85vw;
  height: 100%;
}

.menu-wrap-list-item {
  margin: 0 0 1.75vh;
  position: relative;
  overflow: hidden;
}

.menu-wrap-list-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.menu-wrap-list-item:last-child {
  padding-bottom: 0;
}

.menu-wrap-list-item.__has-sublist {
  position: relative;
}

.menu-wrap-sublist {
  display: none;
  padding: 11px 0 0;
}

.menu-wrap-sublist .menu-wrap-list-item {
  margin: 0 0 18px;
}

.menu-wrap-sublist .menu-wrap-list-item:last-child {
  margin-bottom: 7px;
}

.menu-wrap-sublist .link.__menu-theme {
  color: #989898;
}

.menu-wrap .nav-panel-icons {
  display: none;
}

.menu .link.__menu-theme {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.menu.__visible-bg:after,
.menu.__visible-bg:before {
  height: 50%;
}

.menu.__visible-rows .menu-wrap-list-item:after {
  height: 100%;
}

.menu.__visible-links .menu-wrap-list-item:after {
  height: 0;
  bottom: 0;
  top: auto;
}

.menu.__visible-links .menu-wrap-logo {
  opacity: 1;
}

.menu.__visible-links .link.__menu-theme {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.menu.__hide-rows .menu-wrap-list-item:after {
  height: 0;
  bottom: 0;
  top: auto;
}

.menu .nav-panel-close {
  display: none;
  top: 15px;
  right: 20px;
  z-index: 2;
}

.toggle-sublist-btn {
  display: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  position: absolute;
  top: 9px;
  left: 150px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.toggle-sublist-btn:after,
.toggle-sublist-btn:before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.toggle-sublist-btn:before {
  width: 60%;
  height: 1px;
}

.toggle-sublist-btn:after {
  height: 60%;
  width: 1px;
}

.toggle-sublist-btn.active:after {
  opacity: 0;
}

@media only screen and (min-width: 576px) {
  .menu-wrap-list-item.__hide-on-desktop {
    display: none;
  }
}

@media (any-hover: hover), only screen and (min-width: 1024px) {
  .nav-panel-btn:hover:before {
    width: calc(100% - 6px);
  }

  .news-list-item:hover .date {
    color: #41cfff;
  }

  .news-list-item:hover .news-list-item-title {
    text-decoration: underline;
  }

  .link.__back-theme:hover:after,
  .link.__more-theme:hover:after {
    width: 100%;
  }

  .link.__upper-theme:hover {
    color: #41cfff;
  }

  .link.__upper-theme:hover .icon {
    fill: #41cfff;
  }

  .link.__menu-theme:hover {
    color: #41cfff;
  }

  .link.__check-theme:hover {
    color: #fff;
  }

  .link.__check-theme:hover .check-icon {
    border-color: #41cfff;
  }

  .link.__check-theme:hover .check-icon:before {
    background-color: #41cfff;
  }

  .link.__default-theme:hover {
    color: #41cfff;
  }

  .btn-link:hover {
    -webkit-box-shadow: 0 0 10px 0 hsla(0, 0%, 100%, 0.5);
    box-shadow: 0 0 10px 0 hsla(0, 0%, 100%, 0.5);
    color: #41cfff;
  }

  .btn-link:hover:before {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .btn-link.__border-theme:hover {
    background-color: #41cfff;
    color: #fff;
  }

  .slider-nav-btn:hover {
    border-color: #41cfff;
    -webkit-box-shadow: 0 0 10px 0 #41cfff;
    box-shadow: 0 0 10px 0 #41cfff;
  }

  .slider-nav-btn:hover .icon {
    fill: #41cfff;
  }

  .nav-icon-link:hover {
    -webkit-box-shadow: 0 0 10px 0 #fff;
    box-shadow: 0 0 10px 0 #fff;
  }

  .nav-icon-link:hover:before {
    -webkit-transition: opacity 0.8s, -webkit-transform 0.4s ease;
    transition: opacity 0.8s, -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease, opacity 0.8s;
    transition: transform 0.4s ease, opacity 0.8s;
    transition: transform 0.4s ease, opacity 0.8s, -webkit-transform 0.4s ease;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }

  .events-nav-panel-btn.active ~ .events-nav-panel-btn:hover {
    color: #fff;
  }

  .about-content-list-control .link:hover,
  .location .link.__upper-theme:hover {
    color: #41cfff;
  }

  .location .link.__upper-theme:hover:before {
    width: 100%;
  }

  .contact-data-item-fax:hover {
    color: #41cfff;
  }

  .contact-data-item-link:hover {
    color: #fff;
  }

  .poster-description .__blue:hover {
    color: #161616;
  }

  .poster-list-item-preview:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .jobs-list-item:hover .jobs-list-item-title {
    text-decoration: underline;
  }

  .jobs-list-item:hover .date {
    color: #41cfff;
  }

  a.news-post:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  a.news-post:hover .news-post-content-title {
    text-decoration: underline;
  }

  .points-list-btn:hover,
  a.news-post:hover .date {
    color: #41cfff;
  }
}

.news {
  margin: 20px 0 0;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 21px;
}

.news-list.__sidebar-theme {
  display: block;
  margin: 0;
  padding: 89px 0 0 35px;
}

.news-list.__sidebar-theme .news-list-item {
  width: 100%;
  padding: 0 35px 25px 0;
}

.news-list.__sidebar-theme .news-list-item-title {
  font-size: 18px;
  height: 72px;
}

.news-list.__sidebar-theme.__fixed-theme {
  position: fixed;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.news-list.__sidebar-theme.__fixed-theme::-webkit-scrollbar {
  width: 0;
}

.news-list-item {
  width: 33.33%;
  padding: 19px 35px 19px 0;
}

.news-list-item-title {
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  margin: 7px 0;
  height: 72px;
  letter-spacing: 0.02em;
  line-height: 1.35em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news.__page-theme {
  margin: 0;
  padding: 160px 0 49px;
}

.news.__page-theme .col-md-6 .news-post {
  max-width: 343px;
}

.news.__page-theme .col-md-6:nth-child(2n + 2) .news-post {
  margin: 0 0 0 auto;
}

.news-post {
  padding: 0 0 30px;
  display: block;
}

.news-post-preview {
  height: 230px;
  overflow: hidden;
  border-radius: 10px;
  display: block;
}

.news-post-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.news-post-content {
  padding: 27px 0 0;
}

.news-post-content-title {
  font-size: 18px;
  margin: 6px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-post-content-text {
  padding: 20px 0 0;
}

.news-post-content-text .title-2 {
  margin: 0 0 19px;
}

.news-post-content-text p {
  font-size: 18px;
  margin: 0 0 14px;
}

.news-post-content-text a {
  color: #3498db;
}

.news-post-content-text li {
  position: relative;
  padding: 0 0 11px 28px;
  font-size: 18px;
}

.news-post-content-text li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 1px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #41cfff;
}

.news-post.__open-theme {
  padding: 22px 0 28px;
}

.news-post.__open-theme .news-post-preview {
  height: 353px;
}

.news-post.__open-theme .news-post-content {
  padding: 26px 0 0;
}

.news-post.__open-theme .news-post-content-title {
  font-size: 30px;
  line-height: 1.2em;
  margin: 5px 0;
}

.new-wrap {
  padding: 0 17px 0 0;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.contact-map {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  max-width: 68.2%;
  position: relative;
}

.contact-map-item {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.contact-data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  max-width: 31.8%;
  padding: 8.2vh 31px 14.2vh 71px;
  position: relative;
}

.contact-data:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -50vw;
}

.contact-data-logo {
  max-width: 150px;
  width: 100%;
  display: inline-block;
  margin: 0 0 1.6vh;
  position: relative;
}

.contact-data-item {
  color: #fff;
  margin: 4.7vh 0 0;
  font-size: 16px;
  position: relative;
}

.contact-data-item-title {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.03em;
  margin: 0 0 13px;
}

.contact-data-item-label {
  font-size: inherit;
  margin: 0 0 4px;
  opacity: 0.7;
}

.contact-data-item-fax {
  font-size: inherit;
  margin: 0 0 4px;
}

.contact-data-item-fax,
.contact-data-item-link {
  display: block;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.contact-data-item-link {
  color: #41cfff;
}

.contact-data-item a {
  display: block;
  font-size: 16px;
}

.documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  position: relative;
}

.documents-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 35%;
  padding: 10.3vh 0;
}

.documents-nav-logo {
  max-width: 150px;
  width: 100%;
  display: inline-block;
}

.documents-nav-list {
  padding: 42px 0 0;
}

.documents-nav-list .link.__check-theme {
  margin: 0 0 23px;
}

.documents-nav-list.__search {
  padding: 130px 0 0;
}

.documents-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 65%;
  color: #fff;
  padding: 8.7vh 0 90px;
}

.documents-content-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.documents .news-list-item {
  padding: 11px 35px 11px 0;
  display: inline-block;
  width: 100%;
}

.documents .news-list-item-title {
  font-size: 16px;
  line-height: 1.5em;
  height: 48px;
}

.documents .about-content-list-control {
  padding: 35px 0 0;
}

.questions {
  height: 100vh;
  position: relative;
}

.questions-carousel {
  height: 100%;
  padding: 9.6vh 82px;
  position: relative;
}

.questions-carousel-slide {
  padding: 0 0 11vh;
}

.questions-carousel-slide-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.questions .slick-list,
.questions .slick-track {
  height: 100%;
}

.questions-card {
  height: 100%;
  width: 100%;
  padding: 0 24px 0 11px;
}

.questions-card-wrap {
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  cursor: pointer;
}

.questions-card-wrap.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.questions-card-content,
.questions-fact {
  border-radius: 60px;
}

.questions-fact {
  height: 100%;
  padding: 0 11px 0 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.questions .slick-arrow {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.questions .slick-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../img/left-arrow.svg);
  background-size: 26px;
}

.questions .slick-arrow.slick-prev {
  left: 0;
}

.questions .slick-arrow.slick-next {
  right: 0;
}

.questions .slick-arrow.slick-next:before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.questions-card-logo {
  max-width: 120px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 6.5vh;
  left: 38px;
}

.questions-card-logo img {
  width: 100%;
}

.questions-card-content {
  color: #fff;
  padding: 13.2vh 40px 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
}

.questions-card-content p {
  font-size: inherit;
  margin: 0 0 6px;
}

.questions-card-content .title-1 {
  line-height: 1em;
}

.questions .slick-dots {
  bottom: 14.9vh;
}

.questions .front-side .questions-card-content {
  background-color: #41cfff;
}

.questions .back-side .questions-card-content {
  background-color: #232323;
}

.back-side,
.front-side {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.back-side .questions-card-content {
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: left 40px top 6.7vh;
  background-image: url(../img/logo.svg);
}

.regions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.regions-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 65%;
  padding: 7.5vh 0;
}

.regions-nav-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  height: 100%;
}

.regions-nav-list-item {
  padding: 0 0 4vh;
}

.regions-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  height: 100%;
  max-width: 35%;
  padding: 8.4vh 35px 90px;
}

.regions-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -50vw;
  bottom: -50vh;
  background-color: #161616;
}

.regions-content-item {
  position: relative;
}

.regions-content-item:nth-child(n + 2) {
  display: none;
}

.regions-content-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  margin: 0 0 3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.regions-content-item-header .title-3 {
  font-size: 28px;
  margin: 0 15px 15px 0;
}

.regions-content-item-text {
  color: #fff;
  padding: 3.2vh 0 0;
}

.regions-content-item-text .contact-data-item-title {
  margin: 0 0 19px;
}

.regions-content-item-text .contact-data-item-label {
  margin: 0 0 16px;
}

.regions-content-item-text .contact-data-item {
  margin: 0 0 4.2vh;
}

.regions-content-item-text .contact-data-item:last-child {
  margin: 0;
}

.poster {
  background: #fff;
  min-height: 100vh;
  position: relative;
  padding: 143px 0 30px;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.poster-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.poster-header-sort {
  padding: 15px 0 0;
}

.poster-header-sort .btn-link {
  margin: 0 3px;
}

.poster-header-sort .btn-link:first-child {
  margin-left: 0;
}

.poster-header-sort .btn-link:last-child {
  margin-right: 0;
}

.poster-list {
  margin: 0 -20px;
}

.poster-list-item {
  margin: 24px 20px;
  display: inline-block;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease,
    -webkit-transform 0.4s ease;
}

.poster-list-item-preview {
  overflow: hidden;
  border-radius: 10px;
  height: 214px;
  display: block;
}

.poster-list-item-preview img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.poster-list-item-content {
  padding: 26px 0 0;
}

.poster-list-item.__is-showing {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.poster-list .col-md-4:nth-child(2),
.poster-list .col-md-4:nth-child(3n + 5) {
  text-align: center;
}

.poster-list .col-md-4:nth-child(3n + 3) {
  text-align: right;
}

.poster-list .col-md-4 .poster-list-item-content {
  text-align: left;
}

.poster-list-wrap .col-md-4 {
  width: 33.33%;
}

.poster-title {
  margin: 7px 0 0;
  max-width: 90%;
}

.poster-event-type {
  color: #41cfff;
  text-transform: lowercase;
  font-size: 12px;
  padding: 4px 0;
}

.poster-event-type span {
  display: inline-block;
  margin: 0 12px 0 0;
}

.poster-event-type span:last-child {
  margin-right: 0;
}

.poster-description {
  font-size: 16px;
  margin: 15px 0 23px;
}

.poster-description p {
  font-size: inherit;
  line-height: 1.3em;
}

.poster-description p:empty {
  display: none;
}

.poster-description .link {
  text-transform: lowercase;
  text-decoration: underline;
}

.jobs {
  padding: 144px 0 20px;
  min-height: 100vh;
}

.jobs-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  padding: 14px 0;
}

.jobs-list-item {
  padding: 0 0 24px;
}

.jobs-list-item-title {
  font-size: 18px;
  margin: 4px 0 0;
  display: inline-block;
}

.jobs-detail {
  padding: 19px 0 0;
}

.jobs.__open-theme {
  padding: 144px 0 30px;
  max-width: 720px;
}

.jobs-title {
  font-size: 30px;
  margin: 1px 0;
}

.jobs-pay {
  font-size: 30px;
  color: #41cfff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.jobs .paragraph {
  font-size: 18px;
  margin: 0 0 31px;
}

.jobs li {
  display: block;
  position: relative;
  padding: 0 0 12px 21px;
}

.jobs li:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 8px;
  width: 9px;
  height: 9px;
  background-color: #41cfff;
  border-radius: 50%;
}

.jobs-table {
  margin: 11px 0 20px;
}

.jobs-table td {
  padding: 0 50px 12px 0;
  vertical-align: top;
}

.jobs-table p {
  font-size: 18px;
}

.jobs .title-2 {
  margin: 15px 0;
}

.feedback-column {
  padding: 0 0 0 20px;
  max-width: 515px;
}

.feedback .col-sm-6:nth-child(2) .feedback-column {
  margin: 0 0 0 auto;
  padding: 0 20px 0 0;
}

.photos {
  padding: 144px 0 30px;
}

.photos-list {
  padding: 23px 0 0;
}

.photos-list-item {
  display: block;
  width: 100%;
  height: 247px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 0 24px;
}

.photos-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.photos-sort {
  padding: 23px 18px 0 0;
}

.photos-sort .btn-link {
  width: 100%;
  margin: 0 0 17px;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#wrapper[data-page-type="inner-page"] .section .about {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.contact-data-item strong,
.input-check-title,
.link,
.news-list-item-title,
.regular,
body {
  font-family: MuseoSansCyrl-500, sans-serif;
  font-weight: 500;
}

.about-sub-list .link,
.btn-link,
.date,
.events-carousel-slide-date,
.input-item,
.input-message,
.link.__blue,
.medium,
.news-post.__open-theme .news-post-content-title,
.point-city,
.points-list-btn,
.points-search-title,
.regions-nav-list-item .link,
.textarea-item,
.title-2,
h2 {
  font-family: MuseoSansCyrl-700, sans-serif;
  font-weight: 700;
}

.__search-theme.textarea-item,
.about-content-person-title,
.bold,
.contact-data-item-title,
.events-nav-panel-btn,
.input-item.__search-theme,
.input-label,
.jobs-pay,
.link.__back-theme,
.link.__download-theme,
.link.__lg-size,
.link.__menu-theme,
.link.__more-theme,
.link.__upper-theme,
.nav-panel-btn,
.point-detail-title,
.poster-description .link,
.poster-event-type,
.poster-title,
.title-1,
.title-3,
b,
h1,
h3,
strong {
  font-family: MuseoSansCyrl-900, sans-serif;
  font-weight: 900;
}

.__md-size {
  font-size: 16px;
}

.__lg-size {
  font-size: 25px;
}

.__blue {
  color: #41cfff;
}

.title-1 {
  letter-spacing: 0;
}

.__fixed {
  overflow: hidden !important;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.page-slider {
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.page-slider.__inner-theme {
  background-color: #1b1b1b;
}

.page-slider.__inner-theme ~ .footer {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.page-slider.__inner-theme ~ .menu,
.page-slider.__inner-theme ~ .nav {
  position: fixed;
}

.page-slider.__default-scroll ~ .footer {
  position: relative;
}

.page-slider.__single-theme + .footer {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.nav-icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  color: #fff;
}

.nav-icon-link:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid;
}

.nav-icon-link .icon {
  fill: #fff;
}

.icon {
  width: 21px;
  height: 21px;
}

.icon.logo {
  width: 64px;
  height: 30px;
  fill: #fff;
}

.link {
  display: inline-block;
  line-height: 1.45em;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border: none;
  background-color: transparent;
  padding: 0;
  color: #fff;
}

.link.__upper-theme {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.link.__upper-theme .icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link.__upper-theme .icon.logo {
  width: 52px;
  height: 18px;
  display: block;
  margin: 3px 0 9px;
}

.link.__menu-theme {
  font-size: 49px;
  color: #fff;
  -webkit-transition: opacity 0.2s ease, color 0.3s ease,
    -webkit-transform 0.8s ease;
  transition: opacity 0.2s ease, color 0.3s ease, -webkit-transform 0.8s ease;
  -o-transition: opacity 0.2s ease, color 0.3s ease, transform 0.8s ease;
  transition: opacity 0.2s ease, color 0.3s ease, transform 0.8s ease;
  transition: opacity 0.2s ease, color 0.3s ease, transform 0.8s ease,
    -webkit-transform 0.8s ease;
}

.link.__back-theme,
.link.__more-theme {
  position: relative;
  color: #41cfff;
  text-transform: lowercase;
  font-size: 18px;
  padding: 0 20px 0 0;
}

.link.__back-theme:before,
.link.__more-theme:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent currentcolor;
  border-style: solid;
  border-width: 5px 0 5px 6px;
}

.link.__back-theme:after,
.link.__more-theme:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.link.__back-theme {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #fff;
}

.link.__back-theme:before {
  right: auto;
  left: 0;
  border-width: 5px 6px 5px 0;
  border-color: transparent #41cfff transparent transparent;
}

.link.__check-theme {
  width: 100%;
  text-align: left;
  font-size: 14px;
  padding: 0 0 0 35px;
  position: relative;
  color: #989898;
}

.link.__check-theme.active {
  color: #fff;
}

.link.__check-theme.active .check-icon {
  border-color: #41cfff;
}

.link.__check-theme.active .check-icon:before {
  background-color: #41cfff;
}

.link.__default-theme {
  color: #cdcdcd;
  font-size: 16px;
}

.link.__blue,
.link.__default-theme.active {
  color: #41cfff;
}

.link.__download-theme {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #41cfff;
  font-size: 18px;
  margin: 0 0 10px;
}

.link.__download-theme .icon {
  fill: #41cfff;
  margin: 0 10px 0 0;
}

.check-icon {
  position: absolute;
  top: 1px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #989898;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.check-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #989898;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.btn-link {
  display: inline-block;
  background-color: #41cfff;
  color: #fff;
  text-transform: lowercase;
  border-radius: 40px;
  height: 34px;
  line-height: 34px;
  padding: 0 23px;
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  border: none;
  white-space: nowrap;
}

.btn-link:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1),
    -webkit-transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
}

.btn-link-title {
  position: relative;
}

.btn-link.__border-theme {
  border: 2px solid #41cfff;
  background-color: transparent;
  line-height: 30px;
  color: #41cfff;
  letter-spacing: 0.05em;
}

.btn-link.__border-theme.active {
  background-color: #41cfff;
  color: #fff;
}

.btn-link.__border-theme:before {
  display: none;
}

.btn-link.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.channels-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 45px 0 0;
}

.channels-list-item {
  width: 20%;
  padding: 50px 0;
}

.channels-list-item:nth-child(5n + 5) {
  text-align: right;
}

.channels-list-item:nth-child(5n + 5) .link {
  text-align: left;
  width: auto;
}

.channels-list-item:nth-child(5n + 5) .link.__upper-theme {
  max-width: 175px;
  width: 100%;
}

.channels-list-item .link {
  display: inline-block;
}

.channels-list-item .link.__upper-theme {
  max-width: 210px;
}

.channels-list-item .link.active,
.channels-list-item.slick-current .link {
  color: #41cfff;
}

.channels-list-item.slick-current .link .icon.logo {
  fill: #41cfff;
}

.section {
  position: relative;
  overflow: hidden;
}

.section[data-theme="black"] {
  background-color: #1b1b1b;
  color: #fff;
}

.section[data-theme="white"] {
  background-color: #fff;
}

.section-bg,
.section-bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-bg-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  opacity: 0;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1s ease;
  transition: opacity 0.8s ease, -webkit-transform 1s ease;
  -o-transition: transform 1s ease, opacity 0.8s ease;
  transition: transform 1s ease, opacity 0.8s ease;
  transition: transform 1s ease, opacity 0.8s ease, -webkit-transform 1s ease;
  color: #000;
}

.section-bg-slide.__is-showing {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.section-bg-slide .link {
  display: none;
}

.section-bg-color {
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  opacity: 0;
}

.section-bg-color,
.section-bg-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
  bottom: 0;
  right: 0;
}

.section-circle {
  position: absolute;
  width: 641px;
  height: 641px;
  border-radius: 50%;
  background-color: #41cfff;
}

.section-news {
  padding: 0 0 24px;
}

.section-news .button-down .icon {
  fill: #161616;
  will-change: transform;
  -webkit-animation: moveDown 2s ease infinite;
  animation: moveDown 2s ease infinite;
}

.section.section-location .section-circle {
  right: 26%;
  top: 15px;
}

.section.section-about {
  background-color: #1b1b1b;
}

.section .about,
.section .channels,
.section .events,
.section .location,
.section .section-news {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.section .events-nav-progress {
  opacity: 0;
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease;
}

.section .events-nav-panel-btn {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.section .section-image {
  -webkit-transform: translate(100px);
  -ms-transform: translate(100px);
  transform: translate(100px);
}

.section .section-circle,
.section .section-image {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.section .section-circle {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.section.active .about,
.section.active .channels,
.section.active .events,
.section.active .location,
.section.active .section-news {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.section.active .events-nav-progress {
  opacity: 1;
}

.section.active .events-nav-panel-btn,
.section.active .events-nav-progress,
.section.active .events-nav-progress-line {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.section.active .events-nav-panel-btn {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.section.active .events-nav-panel-btn:nth-child(2) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.section.active .events-nav-panel-btn:nth-child(3) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.section.active .events-nav-panel-btn:nth-child(4) {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.section.active .section-image {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.section.active .section-circle {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.section.active ~ .section .about,
.section.active ~ .section .channels,
.section.active ~ .section .events,
.section.active ~ .section .location,
.section.active ~ .section .section-news {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.section.active ~ .section .events-nav-progress {
  opacity: 0;
}

.section.active ~ .section .events-nav-panel-btn {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.section.active ~ .section .section-image {
  -webkit-transform: translate(100px);
  -ms-transform: translate(100px);
  transform: translate(100px);
}

.section.active ~ .section .section-circle {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.section-home .button-down {
  will-change: transform;
  -webkit-animation: moveDown 2s ease infinite;
  animation: moveDown 2s ease infinite;
}

.date {
  color: #a6a6a6;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.02em;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.events {
  padding: 0 0 27px;
}

.events-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 16px 0;
}

.events-carousel {
  padding: 20px 0;
  display: block;
  max-width: 660px;
}

.events-carousel-slide {
  padding: 0 0 20px;
}

.events-carousel-slide-description {
  padding: 22px 0 25px;
}

.events-carousel-slide-description p {
  letter-spacing: 0.02em;
  line-height: 1.35em;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.events-carousel-slide-content {
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease, opacity 0.4s ease;
  transition: transform 0.8s ease, opacity 0.4s ease;
  transition: transform 0.8s ease, opacity 0.4s ease,
    -webkit-transform 0.8s ease;
  -webkit-transform: translate(-20px);
  -ms-transform: translate(-20px);
  transform: translate(-20px);
  opacity: 0;
}

.events-carousel-slide-content table {
  margin: 10px 0;
}

.events-carousel-slide-content td {
  padding: 2px 0;
}

.events-carousel-slide-date,
.events-carousel-slide-detail {
  font-size: 14px;
  text-transform: uppercase;
  color: #41cfff;
}

.events-carousel-slide-detail {
  padding: 0 10px 0 0;
}

.events-carousel-slide .button-down {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 8vw;
}

.events-carousel .slick-current .events-carousel-slide-content {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.events-carousel
  .slick-current
  ~ .events-carousel-slide
  .events-carousel-slide-content {
  -webkit-transform: translate(20px);
  -ms-transform: translate(20px);
  transform: translate(20px);
  opacity: 0;
}

.events-nav {
  position: absolute;
  bottom: 49px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.events-nav-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.events-nav-panel-btn {
  border: none;
  background-color: transparent;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.02em;
  padding: 28px 0 0;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.events-nav-panel-btn:before {
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #41cfff;
  border-radius: 50%;
  -webkit-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}

.events-nav-panel-btn:after,
.events-nav-panel-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.events-nav-panel-btn:after {
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #41cfff;
  border-radius: 50%;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.events-nav-panel-btn.active {
  color: #fff;
}

.events-nav-panel-btn.active,
.events-nav-panel-btn.active:after,
.events-nav-panel-btn.active:before {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.events-nav-panel-btn.active:before {
  border-color: #41cfff;
}

.events-nav-panel-btn.active:after {
  background-color: #41cfff;
}

.events-nav-panel-btn.active ~ .events-nav-panel-btn {
  color: #989898;
}

.events-nav-panel-btn.active ~ .events-nav-panel-btn:before {
  border-color: #989898;
}

.events-nav-panel-btn.active ~ .events-nav-panel-btn:after {
  background-color: #989898;
}

.events-nav-panel-btn.not-active {
  color: #989898;
}

.events-nav-panel-btn.not-active:before {
  border-color: #989898;
}

.events-nav-panel-btn.not-active:after {
  background-color: #989898;
}

.events-nav-panel-btn.not-active.active {
  color: #fff;
}

.events-nav-panel-btn.not-active.active:before {
  border-color: #41cfff;
}

.events-nav-panel-btn.not-active.active:after {
  background-color: #41cfff;
}

.events-nav-panel-btn.disabled {
  pointer-events: none;
}

.events-nav-panel-btn-title {
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
}

.events-nav-panel.__minify .events-nav-panel-btn {
  position: relative;
  width: 18px;
  height: 18px;
  padding: 0;
}

.events-nav-panel.__minify .events-nav-panel-btn-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  top: -25px;
  opacity: 0;
  pointer-events: none;
}

.events-nav-panel.__minify
  .events-nav-panel-btn:hover
  .events-nav-panel-btn-title {
  opacity: 1;
}

.events-nav-progress {
  position: absolute;
  top: 8px;
  left: 0;
  height: 2px;
  background-color: #989898;
  right: 13.25vw;
}

.events-nav-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #41cfff;
}

.events-nav-progress-line.__delay {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

.events-nav-progress-line.__transition {
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
}

.events-nav-progress-line#line-0 {
  -webkit-transition: width 0.4s ease, opacity 1s ease;
  -o-transition: width 0.4s ease, opacity 1s ease;
  transition: width 0.4s ease, opacity 1s ease;
}

.events-bg {
  bottom: 0;
  right: 13.25vw;
}

.events-bg,
.events-bg-item {
  position: absolute;
  top: 0;
  left: 0;
}

.events-bg-item {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.events-bg-item .video {
  position: absolute;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.events-bg-item.__is-visible {
  opacity: 1;
}

.events-description {
  max-width: 550px;
  z-index: 16;
  border-left: 2px solid #41cfff;
  padding: 2px 7px;
  margin: 0 0 50px;
}

.events-description p {
  font-size: inherit;
}

.sub-detail {
  color: #fff;
  text-transform: none;
  font-size: 14px;
}

.slider-nav {
  margin: 0 0 0 37px;
}

.slider-nav-btn {
  height: 68px;
  width: 68px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 20px 0 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-nav-btn,
.slider-nav-btn .icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-nav-btn .icon {
  fill: #fff;
  width: 26px;
  height: 26px;
}

.slider-nav-btn:last-child {
  margin-right: 0;
}

.slider-nav-btn.slick-disabled {
  opacity: 0.2;
}

.slider-nav-btn.__lock,
.slider-nav-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.slick-slide:active,
.slick-slide:focus {
  outline: 0;
  border: none;
}

.location {
  color: #161616;
  padding: 0 0 58px;
}

.location-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 608px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.location-options-item {
  width: 50%;
  padding: 0 0 10px;
}

.location-options.__inner-theme {
  padding: 30px 0 0;
}

.location .section-description {
  margin: 35px 0 26px;
}

.location .link.__upper-theme {
  font-size: 18px;
  color: #161616;
  position: relative;
  text-align: left;
}

.location .link.__upper-theme:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #41cfff;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.__about-sub-link {
  font-size: 16px;
  margin: 0 0 16px;
}

.hide-content {
  opacity: 0;
}

.router-animate.zoom .section-bg-slide {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 1s ease;
  transition: opacity 0.4s ease, -webkit-transform 1s ease;
  -o-transition: transform 1s ease, opacity 0.4s ease;
  transition: transform 1s ease, opacity 0.4s ease;
  transition: transform 1s ease, opacity 0.4s ease, -webkit-transform 1s ease;
}

.router-animate.zoom .section-bg-slide:before {
  opacity: 0;
}

.router-animate.zoom .section-bg-color {
  opacity: 0 !important;
}

.router-animate.zoom .section-home {
  padding: 0;
}

.router-animate.zoom .container,
.router-animate.zoom .nav {
  opacity: 0;
}

.router-animate.zoom .button-down {
  display: none;
}

.router-animate.fade .nav {
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
}

.router-animate.fade .page-slider {
  opacity: 0;
}

.router-animate.fade .button-down {
  display: none;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  color: #fff;
}

.about-content {
  height: 100%;
  width: 68%;
}

.about-content-carousel {
  height: 100%;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 0 21px;
}

.about-content-carousel-slide {
  height: 100%;
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding: 12vh 0 50px;
}

.about-content-carousel-slide.__bottom {
  vertical-align: bottom;
  padding: 0;
}

.about-content-logo {
  position: absolute;
  top: 70px;
  left: 0;
  max-width: 150px;
  width: 100%;
}

.about-content-item {
  max-width: 650px;
  padding: 12vh 0 0;
}

.about-content-item .title-2 {
  margin: 37px 0 29px;
}

.about-content-item p {
  margin: 0 0 20px;
}

.about-content-item p:last-child {
  margin-bottom: 0;
}

.about-content-wrap {
  height: 100%;
}

.bgk-slide {
  background: #00000050;
  padding: 5px 10px;
}

.about-content-person-title {
  margin: 0 0 5px;
}

.about-content-person-position {
  max-width: 320px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5em;
}

.about-content-list {
  padding: 0;
}

.about-content-list-item {
  margin: 2.2vh 0 4.2vh;
}

.about-content-list-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 87px 0 0;
}

.about-content-list-control .link {
  font-size: 14px;
  color: #fff;
  margin: 0 20px;
}

.about-content-list-control .link:first-child {
  margin-left: 0;
}

.about-content-list-control .link:last-child {
  margin-right: 0;
}

.about-content-list-control .link.__back-theme,
.about-content-list-control .link.__more-theme {
  font-size: 14px;
}

.about-content-list-control .link.__back-theme:before {
  border-color: transparent currentColor transparent transparent;
}

.about-content-list .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.about-content-list .slick-active {
  opacity: 1;
}

.about-nav {
  height: 100%;
  width: 32%;
  position: relative;
}

.about-nav-list {
  padding: 3.8vh 68px;
}

.about-nav-list-item {
  padding: 4vh 0;
}

.about-nav-list-item.__single-item {
  padding-top: 10.7vh;
  padding-bottom: 0;
}

.about-nav:before {
  content: "";
  position: absolute;
  left: 0;
  right: -50vw;
  top: 0;
  bottom: 0;
  background-color: #161616;
}

.about .link {
  text-align: left;
}

.about .link.__upper-theme {
  font-size: 18px;
}

.about .link.active {
  color: #41cfff;
}

.about-sub-list {
  padding: 4vh 0;
}

.about-sub-list .about-nav-list-item {
  padding: 0 0 2.5vh;
}

.about-sub-list .about-nav-list-item-2 {
  padding: 0 0 1.5vh;
}

.about-sub-list .link {
  font-size: 16px;
}

.about .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.about .slick-active {
  opacity: 1;
}

.about-page {
  color: #fff;
  min-height: 100vh;
  padding: 144px 0 30px;
}

.about-page .title-1 {
  margin: 0 0 30px;
}

.tab-content {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
}

.tab-content:nth-child(n + 2) {
  display: none;
}

.tab-content.__is-visible {
  opacity: 1;
}

.rules {
  padding: 28px 0 0;
  position: relative;
}

.rules-carousel {
  margin: 0 0 0 -69px;
}

.rules-carousel-slide {
  min-height: 100vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rules-carousel-slide img {
  max-height: 100vh;
}

.rules-nav {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
}

.rules-nav-carousel {
  margin: 0;
}

.rules-nav-carousel-slide {
  opacity: 0;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.rules-nav-carousel .slick-current {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.rules-nav-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rules .slider-nav {
  margin: 0;
}

.rule-title {
  margin: 8px 0 14px;
}

.slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.filter-content-item:nth-child(n + 2) {
  display: none;
}

.filter-link.active {
  color: #41cfff;
}

.hidden {
  display: none;
}

.button-down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  border: none;
  background-color: transparent;
  padding: 0;
  width: 26px;
  height: 26px;
}

.button-down .icon {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.back-link {
  position: absolute;
  right: -4.5vw;
  top: 20px;
  width: 25px;
  height: 25px;
  z-index: 2;
}

.back-link .icon {
  width: 100%;
  height: 100%;
  fill: #41cfff;
}

.slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
}

.slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #989898;
  color: #989898;
  position: relative;
  margin: 0 12px;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  cursor: pointer;
}

.slick-dots li:first-child {
  margin-left: 0;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button {
  display: none;
}

.slick-dots li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: currentColor;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.slick-dots .slick-active {
  border-color: #41cfff;
  color: #41cfff;
}

.back-side {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.scroll-page {
  min-height: 600px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.scroll-page .container {
  height: 100%;
}

.callback {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.callback:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.callback-content {
  min-height: 100vh;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 800px;
}

.callback-content-subtitle {
  margin: 40px 0 0;
  font-size: 20px;
}

.callback .title-1 {
  text-transform: none;
  line-height: 1em;
  margin: 0 0 25px;
}

.callback .link.__lg-size {
  margin: 0 12px 0 0;
}

.location.__media-theme {
  max-width: 45%;
  padding: 0 0 20px;
}

.location.__media-theme .title-2 {
  margin: 22px 0 0;
}

.location.__media-theme .section-description {
  margin: 27px 0 26px;
}

.location.__media-theme .section-description p {
  margin: 0 0 10px;
}

.section-location.__media-theme .section-image {
  background-size: contain;
}

.section-location.__media-theme .section-circle {
  right: 20%;
  top: 62px;
}

.section-location.__media-theme .header {
  top: 70px;
}

.section-location.__media-theme .fp-tableCell {
  vertical-align: top;
  padding: 144px 0 49px;
}

.carousel-section {
  min-height: 100vh;
  color: #fff;
  position: relative;
  padding: 0 0 200px;
}

.carousel-section:before {
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.carousel-section:after,
.carousel-section:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-section:after {
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  background-image: url(../img/carousel-shadow.png);
}

.carousel-section .slider-nav {
  margin: 0;
}

.carousel-section .container {
  height: 100%;
}

.carousel-section .events {
  display: table-cell;
  vertical-align: middle;
  padding: 3vh 0 0;
}

.carousel-section .events-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  padding: 145px 0 0;
}

.carousel-section .events-header-nav {
  margin: 0;
}

.carousel-section .events-nav {
  bottom: 40px;
}

.carousel-section .events-carousel-slide {
  background-size: 0;
}

.carousel-section .events-carousel-slide-description {
  padding: 1.3vh 0 5.7vh;
}

.carousel-section .events-carousel-slide-description p {
  -webkit-line-clamp: 4;
}

.carousel-section .events-carousel-slide-title {
  padding: 0 0 15px;
}

.carousel-section .events-carousel-slide-title .title-1 {
  line-height: 1em;
}

.carousel-section.__map-theme:after {
  display: none;
}

.default-section[data-theme="black"] {
  background-color: #1b1b1b;
  color: #fff;
}

.default-section[data-theme="white"] {
  background-color: #fff;
}

.currency {
  font-size: 16px;
  position: relative;
  display: inline-block;
  line-height: 1em;
  margin: 8px 0 0 10px;
}

.blockquote {
  font-style: italic;
  font-size: 20px;
  font-weight: 100;
  padding: 9px 0 31px 70px;
  position: relative;
  line-height: 1.8em;
  border-bottom: 1px solid #161616;
  margin: 0 0 34px;
}

.blockquote:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 7px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: 0;
  background-image: url(../img/arrows.svg);
}

.input-container {
  position: relative;
  padding: 0 0 25px;
  display: block;
}

.input-container.__check-theme {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 0 37px 0 0;
}

.input-container.__check-theme.__rule-theme {
  max-width: 270px;
}

.input-container.__check-theme.__rule-theme .input-check-title {
  font-size: 12px;
}

.input-container.__is-error .input-message.__error {
  opacity: 1;
}

.input-container.__is-error .input-item,
.input-container.__is-error .textarea-item {
  border-color: #a13434;
}

.input-container.__is-empty .input-message.__empty {
  opacity: 1;
}

.input-container.__is-empty .input-item,
.input-container.__is-empty .textarea-item {
  border-color: #a13434;
}

.input-item,
.textarea-item {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  background-color: #3a3a3a;
  height: 45px;
  border: 1px solid transparent;
  font-size: 16px;
  color: #969696;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.input-item:focus,
.textarea-item:focus {
  outline: 0;
}

.__search-theme.textarea-item,
.input-item.__search-theme {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-size: 48px;
  height: 134px;
  padding: 0;
  color: #fff;
  position: relative;
  z-index: 2;
}

.__search-theme.textarea-item::-webkit-input-placeholder,
.input-item.__search-theme::-webkit-input-placeholder {
  color: #fff;
}

.__search-theme.textarea-item::-moz-placeholder,
.input-item.__search-theme::-moz-placeholder {
  color: #fff;
}

.__search-theme.textarea-item:-ms-input-placeholder,
.input-item.__search-theme:-ms-input-placeholder {
  color: #fff;
}

.__search-theme.textarea-item:-moz-placeholder,
.input-item.__search-theme:-moz-placeholder {
  color: #fff;
}

.textarea-item {
  resize: none;
  height: 190px;
  padding: 10px 15px;
}

.input-label {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  margin: 0 0 15px;
  display: inline-block;
}

.check-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-check {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  opacity: 0;
  pointer-events: none;
}

.input-check-icon {
  display: block;
  width: 14px;
  height: 14px;
  min-width: 14px;
  border-radius: 2px;
  background-color: #3a3a3a;
  margin: 0 10px 0 0;
  position: relative;
}

.input-check-icon:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background-color: #41cfff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 2px;
}

.input-check-title {
  font-size: 16px;
  color: #989898;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.input-check:checked ~ .input-check-title {
  color: #fff;
}

.input-check:checked ~ .input-check-icon:before {
  opacity: 1;
}

.input-message {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 12px;
  color: #a13434;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.form-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-action .btn-link {
  height: 45px;
  line-height: 43px;
}

.search {
  min-height: 100vh;
  position: relative;
  padding: 36px 0 0;
}

.search::-webkit-scrollbar {
  width: 0;
}

.search:before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40vh;
  pointer-events: none;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(27, 27, 27, 0)),
    color-stop(1%, rgba(27, 27, 27, 0)),
    to(#1b1b1b)
  );
  background: -o-linear-gradient(
    top,
    rgba(27, 27, 27, 0) 0,
    rgba(27, 27, 27, 0) 1%,
    #1b1b1b 100%
  );
  background: linear-gradient(
    180deg,
    rgba(27, 27, 27, 0) 0,
    rgba(27, 27, 27, 0) 1%,
    #1b1b1b
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001b1b1b", endColorstr="#1b1b1b", GradientType=0);
}

.search .back-link .icon {
  fill: #fff;
}

.search-wrap {
  max-width: 500px;
  margin: 0;
}

.search-wrap-result {
  color: #fff;
  font-size: 18px;
  padding: 7px 0 0;
}

.search-wrap-result a {
  display: block;
  line-height: 1.35em;
  margin: 0 0 34px;
}

.map-container {
  position: absolute;
  right: 13.25vw;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

.map-container.__is-open {
  left: 33.5vw;
  z-index: 2;
}

.map-container:before {
  content: "";
  height: 30vh;
  z-index: 1;
  pointer-events: none;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.89)),
    to(transparent)
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.89) 0, transparent 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.89) 0, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3000000", endColorstr="#00000000", GradientType=0);
}

.map,
.map-container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.map {
  height: 100%;
}

@-webkit-keyframes moveDown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }
}

@keyframes moveDown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }
}

.sidebar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #161616;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
  height: 100vh;
  width: 20px;
  overflow: hidden;
  z-index: 1;
}

.sidebar.__is-open {
  width: 33.5vw;
}

.sidebar.__is-open .sidebar-content {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.sidebar.__is-open .sidebar-toggle {
  display: none;
}

.sidebar-header {
  background-color: #000;
  height: 160px;
}

.sidebar-content {
  height: calc(100% - 160px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 50px 30px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, padding 0.1s ease;
  -o-transition: opacity 0.2s ease, padding 0.1s ease;
  transition: opacity 0.2s ease, padding 0.1s ease;
}

.sidebar-content::-webkit-scrollbar {
  width: 0;
}

.sidebar-content-slide.__detail {
  display: none;
}

.sidebar-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
}

.sidebar-toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #41cfff;
  border-style: solid;
  border-width: 7px 0 7px 8px;
}

.points {
  color: #fff;
}

.points-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px 0 20px;
}

.points-list-btn {
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 18px;
  color: inherit;
  text-align: left;
  margin: 5px 0;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: none;
}

.points-search {
  padding: 20px 0 0;
}

.points-search-title {
  font-size: 10px;
}

.points-search .input-container {
  position: relative;
  margin: 10px 0 0;
}

.points-search .input-container .input-item,
.points-search .input-container .textarea-item {
  height: 35px;
  border-radius: 0;
  background-color: #000;
  color: #41cfff;
  font-size: 16px;
  padding: 0 50px 0 15px;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border: none;
  background-color: transparent;
  padding: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0;
  background-image: url(../img/magnifying-glass.svg);
}

.point-city {
  font-size: 24px;
  margin: 40px 0 30px;
  line-height: 1em;
}

.point-detail-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0 0 4px;
}

.point-detail-wave {
  color: #41cfff;
  margin: 0 0 20px;
}

#fp-nav {
  color: #fff;
}

#fp-nav ul li {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid;
  margin: 0 0 3vh;
}

#fp-nav ul li:last-child {
  margin-bottom: 0;
}

#fp-nav ul li a {
  color: inherit;
}

#fp-nav ul li a span {
  background-color: currentColor;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a span,
#fp-nav ul li:hover a.active span {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
}

#fp-nav.fp-right {
  right: 10.4vw;
  top: 38vh;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#fp-nav.__is-visible {
  opacity: 1;
}

@media only screen and (max-width: 1900px) {
  .back-link {
    right: 20px;
  }

  .documents .about-content-list-control {
    padding: 35px 30px 0 0;
  }

  .questions .slick-arrow.slick-next {
    right: 10px;
  }

  .questions .slick-arrow.slick-prev {
    left: 10px;
  }

  .sidebar.__is-open {
    width: 24vw;
  }

  .map-container.__is-open {
    left: 24vw;
  }
}

@media only screen and (max-width: 1700px) {
  .poster-header {
    padding: 0 20px;
  }

  .poster-list {
    margin: 0;
  }

  .section-location.__media-theme .section-image {
    background-position: right calc(100vw - 1700px) bottom;
  }

  .photos {
    padding: 144px 20px 30px 0;
  }

  .channels-list {
    padding: 45px 40px 0 0;
  }
}

@media only screen and (max-width: 1600px) {
  .container {
    max-width: 80%;
  }

  .nav {
    width: 10.25vw;
  }

  #fp-nav.fp-right {
    right: 6.9vw;
  }

  .events-nav-panel {
    padding: 0 5vw 0 0;
  }

  .events-bg {
    right: 10.25vw;
  }

  .section-location .section-image {
    background-size: 90%;
  }

  .events-nav-progress,
  .map-container {
    right: 10.25vw;
  }

  .search .header .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .title-1,
  h1 {
    font-size: 56px;
  }

  li,
  p {
    font-size: 16px;
  }

  .container {
    padding: 0 10.25vw 0 30px;
    max-width: 100%;
  }

  .link.__more-theme {
    font-size: 16px;
  }

  .link.__menu-theme {
    font-size: 36px;
  }

  .link.__download-theme .icon {
    width: 21px;
    height: 21px;
  }

  .news-list-item {
    padding: 10px 35px 15px 0;
  }

  .news-list-item-title {
    font-size: 16px;
    height: 65px;
  }

  .slider-nav-btn {
    height: 62px;
    width: 62px;
  }

  .slider-nav-btn .icon {
    width: 24px;
    height: 24px;
  }

  .location .link.__upper-theme {
    font-size: 16px;
  }

  .footer-panel {
    padding: 16px 30px 16px 0;
  }

  .nav-icon-link {
    width: 40px;
    height: 40px;
  }

  .icon {
    width: 16px;
    height: 16px;
  }

  .questions-card-content {
    padding: 100px 40px 80px;
    font-size: 14px;
  }

  .questions-card-logo {
    top: 55px;
  }

  .questions .slick-dots {
    bottom: 12vh;
  }

  .questions .slick-arrow {
    width: 60px;
    height: 60px;
  }

  .questions .slick-arrow:before {
    background-size: 20px;
  }

  .questions .slick-arrow.slick-prev {
    left: 20px;
  }

  .questions .slick-arrow.slick-next {
    right: 20px;
  }

  .poster-header,
  .poster-list {
    padding: 0 10px 0 0;
  }

  .poster-list {
    margin: 0;
  }

  .poster-list-item {
    margin: 24px 0;
  }

  .sidebar-content {
    padding: 40px 30px;
  }

  .sidebar.__is-open {
    width: 22vw;
  }

  .map-container.__is-open {
    left: 22vw;
  }

  .points-list-btn {
    font-size: 16px;
  }

  .point-city {
    font-size: 20px;
  }

  .search .header .container {
    padding: 0;
  }

  .news-post-content iframe {
    width: 100%;
    height: 480px !important;
  }

  .news-post-content .vertical {
    width: 320px !important;
    height: 570px !important;
  }

  .fb {
    width: 60% !important;
    display: flex;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1360px) {
  .title-1,
  h1 {
    font-size: 50px;
  }

  .title-2,
  h2 {
    font-size: 22px;
  }

  li,
  p {
    font-size: 14px;
  }

  .header {
    top: 45px;
  }

  .channels-list {
    padding: 30px 30px 0 0;
  }

  .channels-list-item {
    padding: 40px 0;
  }

  .channels-list-item:nth-child(5n + 5) .link.__upper-theme {
    max-width: 160px;
  }

  .link.__upper-theme {
    font-size: 18px;
  }

  .link.__upper-theme .icon.logo {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .link.__check-theme,
  .link.__more-theme {
    font-size: 14px;
  }

  .menu {
    padding: 30px 0;
  }

  .nav {
    padding: 40px 22px 55px;
  }

  .nav-panel-close {
    top: -27px;
  }

  .news-list-item-title {
    font-size: 14px;
    height: 55px;
  }

  .slider-nav-btn {
    height: 58px;
    width: 58px;
  }

  .slider-nav-btn .icon {
    width: 22px;
    height: 22px;
  }

  .footer-panel {
    padding: 10px 30px 10px 0;
  }

  .about-nav-list {
    padding: 2.8vh 40px;
  }

  .about-content-item {
    padding: 0 10px 0 0;
  }

  .about-content-logo {
    top: 35px;
  }

  .about-content-list-control {
    padding: 0 30px 0 0;
    margin: 20px 0 0;
  }

  .about-content-list-item {
    padding: 0 10px 0 0;
  }

  .about-nav-list-item.__single-item {
    padding-top: 5.7vh;
  }

  .about .link.__upper-theme {
    font-size: 16px;
  }

  .rules-carousel {
    margin: 0;
  }

  .contact-data {
    padding: 8.2vh 31px 14.2vh 40px;
  }

  .regions-content-item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .regions-content-item-header .title-3 {
    margin: 0 0 10px;
  }

  .poster-title {
    font-size: 18px;
  }

  .poster-description {
    font-size: 14px;
  }

  .section-location.__media-theme .section-image {
    background-position: right calc(100vw - 1500px) bottom;
  }

  .jobs p:not(.jobs-pay),
  .jobs strong {
    font-size: 14px;
  }

  .jobs-pay {
    font-size: 30px;
  }

  .news-post-content-text li,
  .news-post-content-text p,
  .news-post-content-text strong {
    font-size: 14px;
  }

  .blockquote {
    font-size: 18px;
  }

  .sidebar-header {
    height: 115px;
  }

  .sidebar-content {
    height: calc(100% - 115px);
  }

  .callback-content-subtitle {
    font-size: 18px;
    margin: 40px 0 10px;
  }
}

@media only screen and (max-width: 1280px) {
  .title-1,
  h1 {
    font-size: 44px;
  }

  .title-2,
  h2 {
    font-size: 20px;
  }

  .link.__upper-theme {
    font-size: 16px;
  }

  .link.__upper-theme .icon.logo {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin: 3px 0;
  }

  .link.__menu-theme {
    font-size: 32px;
  }

  .link.__check-theme {
    font-size: 14px;
  }

  .channels-list-item {
    padding: 25px 10px 25px 0;
  }

  .channels-list-item:nth-child(5n + 5) .link.__upper-theme {
    max-width: 140px;
  }

  .news.list {
    margin: 0 0 10px;
  }

  .section-news {
    padding: 0;
  }

  .events-nav {
    bottom: 15px;
  }

  .slider-nav-btn {
    height: 52px;
    width: 52px;
  }

  .slider-nav-btn .icon {
    width: 18px;
    height: 18px;
  }

  .location .link.__upper-theme {
    font-size: 14px;
  }

  .developer img {
    max-width: 100px;
  }

  .contact-data-item {
    font-size: 14px;
  }

  .contact-data-item-title {
    font-size: 10px;
  }

  .questions-carousel {
    padding: 6.6vh 82px;
  }

  .questions .slick-dots {
    bottom: 10vh;
  }

  .questions-card,
  .questions-fact {
    padding: 0 11px;
  }

  .questions-card-logo {
    max-width: 90px;
    top: 30px;
  }

  .questions-card-content .title-1 {
    font-size: 38px;
  }

  .section-location.__media-theme .section-image {
    background-position: right calc(100vw - 1300px) bottom;
  }

  .section-location.__media-theme .section-circle {
    right: 5%;
  }

  .location.__media-theme {
    max-width: 60%;
  }

  .news-post.__open-theme .news-post-preview {
    height: 290px;
  }

  .news-post.__open-theme .news-post-content-title {
    font-size: 26px;
  }

  ,
  .news-post-preview {
    height: 170px;
  }

  .news-post-content-title {
    font-size: 16px;
  }

  .news-list.__sidebar-theme {
    padding: 72px 0 0;
  }

  .news-list.__sidebar-theme .news-list-item-title {
    font-size: 16px;
    height: 64px;
  }

  .photos-list-item {
    height: 200px;
  }

  #fp-nav.fp-right {
    right: 6vw;
  }

  .news-post-content iframe {
    height: 35vw !important;
  }
}

@media only screen and (max-width: 991px) {
  #wrapper {
    height: 100%;
  }

  .container {
    padding: 0 30px;
  }

  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
    padding: 5px 30px;
  }

  .nav-panel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-panel-icons {
    display: none;
  }

  .nav-panel-btn {
    position: relative;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }

  .nav-panel-close {
    left: auto;
    right: 0;
    top: 4px;
    -webkit-transform: translateY(-100%) scale(0.9);
    -ms-transform: translateY(-100%) scale(0.9);
    transform: translateY(-100%) scale(0.9);
  }

  .nav-panel-logo {
    display: inline-block;
    margin: 4px 0 0;
    max-width: 125px;
  }

  .nav.__hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .nav.__open-menu-theme .nav-panel-btn {
    opacity: 0;
    pointer-events: none;
  }

  .header {
    display: none;
  }

  .page-slider.__inner-theme {
    padding: 74px 0 0;
  }

  .page-slider.__inner-theme ~ .footer {
    position: relative;
  }

  .page-slider.__default-scroll {
    padding: 51px 0 0;
  }

  .section-about,
  .section-events,
  .section-home,
  .section-location,
  .section-news {
    height: auto !important;
    display: block !important;
  }

  .section-bg {
    position: relative;
    height: auto;
    overflow: hidden;
    display: block;
  }

  .section-bg-slide {
    position: relative;
    height: calc(100vh - 54px);
    -webkit-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
    opacity: 1;
  }

  .section-bg-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .section-bg-color {
    display: none;
  }

  .section-bg .slick-dots {
    bottom: 30px;
  }

  .section-bg .link {
    display: inline-block;
    position: absolute;
    top: 99px;
    left: 9vw;
    max-width: 210px;
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    -o-transition: transform 0.8s ease, opacity 0.8s ease;
    transition: transform 0.8s ease, opacity 0.8s ease;
    transition: transform 0.8s ease, opacity 0.8s ease,
      -webkit-transform 0.8s ease;
    -webkit-transform: translate(-50px);
    -ms-transform: translate(-50px);
    transform: translate(-50px);
    opacity: 0;
  }

  .section-bg .link.__upper-theme {
    font-size: 20px;
  }

  .section-bg .slick-current {
    opacity: 1;
    z-index: 1;
  }

  .section-bg .slick-current .link {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .section-news {
    padding: 40px 0;
  }

  .section-location .section-image {
    background-size: 70%;
  }

  .section.section-location .section-circle {
    right: 5%;
  }

  .section-home {
    padding: 54px 0 0;
    -webkit-transition: padding 1s ease;
    -o-transition: padding 1s ease;
    transition: padding 1s ease;
  }

  .section .about,
  .section .channels,
  .section .events,
  .section .events-nav-panel-btn,
  .section .location,
  .section .section-circle,
  .section .section-image,
  .section .section-news {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .section .events-nav-progress {
    opacity: 1;
  }

  .section.active ~ .section .channels,
  .section.active ~ .section .events,
  .section.active ~ .section .events-nav-panel-btn,
  .section.active ~ .section .location,
  .section.active ~ .section .section-circle,
  .section.active ~ .section .section-image,
  .section.active ~ .section .section-news {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .section.active ~ .section .events-nav-progress {
    opacity: 1;
  }

  .events-nav-progress {
    right: 0;
  }

  .fp-tableCell {
    height: auto !important;
    display: block;
  }

  .__inner-page-slider {
    padding: 54px 0 0;
  }

  .__inner-page-slider .section {
    min-height: 80vh;
  }

  .channels {
    padding: 52px 0 0;
    width: calc(100vw - 30px);
    display: none;
  }

  .channels-list {
    padding: 30px 0;
    position: relative;
  }

  .channels-list:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(22, 22, 22, 0)),
      color-stop(1%, rgba(22, 22, 22, 0)),
      to(#161616)
    );
    background: -o-linear-gradient(
      left,
      rgba(22, 22, 22, 0) 0,
      rgba(22, 22, 22, 0) 1%,
      #161616 100%
    );
    background: linear-gradient(
      90deg,
      rgba(22, 22, 22, 0) 0,
      rgba(22, 22, 22, 0) 1%,
      #161616
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00161616", endColorstr="#161616", GradientType=1);
    z-index: 1;
    pointer-events: none;
  }

  .channels-list-item {
    width: auto;
    padding: 0 40px 0 0;
  }

  .channels-list-item .link.__upper-theme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 47px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 160px;
  }

  .menu {
    position: fixed;
  }

  .menu-wrap {
    padding: 52px 0;
    overflow-y: auto;
  }

  .menu-wrap-list {
    margin: 0;
    display: block;
    height: auto;
  }

  .menu-wrap-logo {
    display: none;
  }

  .menu-wrap .nav-panel-icons {
    display: block;
    padding: 20px 0 0;
  }

  .menu-wrap .nav-panel-icons .nav-icon-link {
    margin: 0 20px 0 0;
  }

  .events {
    padding: 40px 0 80px;
  }

  .events-nav {
    bottom: 30px;
  }

  .events-nav-panel {
    padding: 0;
  }

  .events-bg {
    right: -90px;
  }

  .events-carousel {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .events-description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 20px;
    font-size: 14px;
    max-width: 100%;
  }

  .location {
    padding: 80px 0;
  }

  .footer-panel {
    padding: 10px 0;
  }

  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    min-height: 10px;
  }

  .about-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .about-content-logo {
    display: none;
  }

  .about-content-carousel-slide {
    padding: 40px 0;
    vertical-align: top;
  }

  .about-content-person-title {
    font-size: 16px;
  }

  .about-content-person-position {
    font-size: 14px;
  }

  .about-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% + 60px);
    height: auto;
    margin: 0 -30px;
  }

  .about-nav:before {
    display: none;
  }

  .about-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 30px 30px;
  }

  .about-nav-list-item {
    display: inline-block;
    padding: 15px 20px 10px 0;
    width: 33.33%;
  }

  .about-nav-list-item:first-child {
    display: none;
  }

  .about-nav-list-item.__single-item {
    padding-top: 15px;
  }

  .about-nav-carousel-slide:nth-child(n + 2) {
    display: none;
  }

  .about-page {
    min-height: calc(100vh - 100px);
    padding: 40px 0;
  }

  .about-page.__rules-theme {
    padding: 20px 0 30px;
    min-height: calc(100vh - 100px);
  }

  .about-page.__rules-theme .rules-carousel {
    padding: 0 0 30px;
  }

  .about-page.__rules-theme .rules-carousel-slide {
    min-height: 350px;
    height: calc(100vh - 276px);
  }

  .about-page.__rules-theme .rules-carousel-slide img {
    max-height: 100%;
  }

  .about-page.__rules-theme .rules-carousel .slick-dots {
    bottom: -6px;
  }

  .about-page.__rules-theme .rules-nav {
    bottom: 30px;
  }

  .about-page.__rules-theme .rules-nav-control {
    display: none;
  }

  .about-page.__rules-theme .rules-nav-carousel-slide {
    padding: 0 0 10px 10px;
  }

  .about-page.__rules-theme .rules-nav-carousel-slide .title-1 {
    margin: 0 0 10px;
  }

  .about-page.__rules-theme .about-nav-list-item:first-child {
    display: block;
  }

  .about-page .about-nav-list-item {
    width: 100%;
  }

  .about-sub-list {
    padding: 0 0 10px;
  }

  .link.__download-theme {
    font-size: 16px;
  }

  .rules-carousel-slide {
    min-height: 10px;
  }

  .rules-nav {
    bottom: 120px;
  }

  .rule-title,
  .rule-title.title-1 {
    font-size: 30px;
  }

  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 0;
  }

  .contact-data {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%;
    padding: 0 0 40px;
    overflow: hidden;
  }

  .contact-data-logo {
    display: none;
  }

  .contact-data-item {
    margin: 0 0 30px;
  }

  .contact-data-item-title {
    font-size: 14px;
  }

  .contact-map {
    max-width: calc(100% + 60px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 -30px;
    height: auto;
  }

  .contact-map-item {
    position: relative;
    height: 80vw;
  }

  .documents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 140px);
  }

  .documents-nav {
    max-width: 100%;
    padding: 0 0 40px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .documents-nav-logo {
    display: none;
  }

  .documents-nav-list {
    padding: 0;
  }

  .documents-nav-list.__search {
    padding: 50px 0 0;
  }

  .documents-content {
    max-width: 100%;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .documents .about-content-list-control {
    padding: 10px 30px 40px 0;
  }

  .documents .header-logo {
    display: none;
  }

  .router-animate.fade .nav {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .questions {
    height: auto;
  }

  .questions-carousel {
    padding: 0 70px;
  }

  .questions-carousel-slide {
    height: 55vw;
    min-height: 540px;
    padding: 0 0 30px;
  }

  .questions-carousel .slick-arrow.slick-prev {
    left: 0;
  }

  .questions-carousel .slick-arrow.slick-next {
    right: 0;
  }

  .questions-card {
    padding: 0 10px 0 0;
  }

  .questions-card-content {
    overflow-y: auto;
  }

  .questions-card-content .title-1 {
    font-size: 30px;
  }

  .questions-card-logo {
    display: none;
  }

  .questions-fact {
    padding: 0 0 0 10px;
  }

  .questions .slick-dots {
    bottom: 2px;
  }

  .scroll-page {
    min-height: 10px;
    height: auto;
  }

  .regions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .regions-nav {
    padding: 0 0 20px;
    max-width: 100%;
  }

  .regions-nav-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }

  .regions-content {
    padding: 40px 0;
    max-width: 100%;
  }

  .regions-content:before {
    left: -30px;
  }

  .regions-content-item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .regions-content-item-text .contact-data-item {
    width: 50%;
    margin: 0 0 30px;
    padding: 0 20px 0 0;
  }

  .poster {
    padding: 20px 0;
    min-height: 10px;
  }

  .poster-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .poster-header-sort .btn-link {
    margin: 0 3px 10px;
  }

  .poster-list-wrap .col-md-4 {
    width: 50%;
  }

  .__lg-size {
    font-size: 20px;
  }

  .section-location {
    padding: 20px 0 0;
  }

  .section-location.__media-theme .section-image {
    background-size: 900px;
    background-position: right -300px bottom;
  }

  .section-location.__media-theme .section-circle {
    right: -200px;
  }

  .section-location.__media-theme .fp-tableCell {
    padding: 0 0 50px;
  }

  .location.__media-theme {
    max-width: 50%;
  }

  .jobs {
    padding: 30px 0;
  }

  .jobs-list {
    padding: 20px 0 0;
  }

  .jobs.__open-theme {
    padding: 30px 0;
  }

  .jobs-table td {
    padding: 0 15px 12px 0;
  }

  .news.__page-theme {
    padding: 30px 0;
  }

  .news-post.__open-theme .news-post-preview {
    height: 45vw;
  }

  .news-post-preview {
    height: 30vw;
  }

  .news-post-content iframe {
    height: 60vw !important;
  }

  .news-list.__sidebar-theme {
    margin: 0 -30px;
    padding: 30px 0 0 30px;
    white-space: nowrap;
    overflow-x: auto;
  }

  .news-list.__sidebar-theme .news-list-item {
    display: inline-block;
    white-space: normal;
    max-width: 310px;
  }

  .news-list.__sidebar-theme .news-list-item-title {
    display: block;
  }

  .new-wrap {
    padding: 0;
  }

  .feedback {
    padding: 50px 0 70px;
  }

  .feedback-column {
    padding: 0;
    max-width: 100%;
  }

  .feedback .col-sm-6:nth-child(2) .feedback-column {
    padding: 0;
  }

  .form-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input-container.__check-theme.__rule-theme {
    padding: 0 0 10px;
  }

  .photos-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .photos-sort .btn-link {
    width: auto;
    margin: 0 20px 10px 0;
  }

  .photos-sort .btn-link:last-child {
    margin-right: 0;
  }

  .photos-list {
    padding: 0;
  }

  .photos-list-item {
    height: 30vw;
  }

  .search {
    padding: 0;
  }

  .search-wrap {
    padding: 0 0 40vh;
    max-width: 600px;
  }

  .search-wrap-result {
    font-size: 16px;
  }

  .carousel-section {
    height: auto;
    padding: 0;
    min-height: calc(100vh - 100px);
  }

  .carousel-section:after,
  .carousel-section:before {
    display: none;
  }

  .carousel-section .events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: -52px 0 0;
  }

  .carousel-section .events-header {
    display: none;
  }

  .carousel-section .events-carousel {
    max-width: 100%;
    padding: 0;
  }

  .carousel-section .events-carousel-slide {
    min-height: calc(100vh - 100px);
    padding: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .carousel-section .events-carousel-slide-content {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    position: relative;
    z-index: 1;
    max-width: 500px;
  }

  .carousel-section .events-carousel-slide-description {
    font-size: 16px;
    padding: 20px 0;
  }

  .carousel-section .events-carousel-slide-description p {
    font-size: inherit;
    display: block;
    line-height: 1.5em;
  }

  .carousel-section
    .events-carousel-slide-description
    .events-carousel-slide-detail {
    font-size: 14px;
  }

  .carousel-section .events-carousel-slide .link.__more-theme {
    font-size: 18px;
  }

  .carousel-section .events-carousel-slide .button-down,
  .carousel-section .events-carousel-slide:last-child .button-down {
    display: none;
  }

  .carousel-section .events-carousel .slick-dots {
    bottom: 10px;
  }

  .carousel-section .events-wrap {
    display: block;
    margin: 0 -30px;
    padding: 53px 0 0;
  }

  .carousel-section .events-bg,
  .carousel-section .events-nav,
  .section-home .button-down {
    display: none;
  }

  .sidebar {
    top: 0;
  }

  .sidebar.__is-open {
    width: 230px;
  }

  .sidebar-header {
    display: none;
  }

  .sidebar-content {
    height: 100%;
  }

  .map-container {
    right: 0;
    top: 0;
    bottom: 0;
  }

  .map-container.__is-open {
    left: 230px;
  }

  .router-animate .section-bg-slide {
    height: 100vh;
  }

  .footer {
    position: relative;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

@media only screen and (max-width: 767px) {
  .title-1,
  h1 {
    font-size: 40px;
  }

  .link.__upper-theme {
    font-size: 14px;
  }

  .link.__upper-theme .icon.logo {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .link.__back-theme,
  .link.__download-theme {
    font-size: 14px;
  }

  .section-location .section-image {
    background-size: 100%;
    background-position: right -120px bottom;
  }

  .section.section-location .section-circle {
    right: -45%;
  }

  .channels-list-item .link.__upper-theme {
    max-width: 140px;
  }

  .news-list-item {
    max-width: 50vw;
  }

  .date {
    font-size: 13px;
  }

  .events {
    padding: 40px 0 30px;
  }

  .events-nav-panel-btn {
    font-size: 11px;
  }

  .events-bg {
    display: none;
  }

  .location-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .location .section-description {
    max-width: 50%;
  }

  .developer p {
    display: none;
  }

  .about-nav-list {
    padding: 0 30px 30px;
  }

  .about-nav-list-item {
    padding: 30px 10px 0 0;
  }

  .about-nav-list-item.__single-item {
    padding-top: 30px;
  }

  .about-sub-list .link {
    font-size: 14px;
  }

  .questions {
    margin: 0 -25px;
  }

  .questions-carousel {
    padding: 0 55px;
  }

  .questions-carousel-slide {
    height: auto;
    min-height: 10px;
    padding: 0 0 50px;
  }

  .questions-carousel-slide-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .questions-card {
    width: 100%;
    height: 80vw;
    padding: 0 5px 20px;
  }

  .questions-card-content {
    padding: 30px 30px 20px;
  }

  .questions-fact {
    width: 100%;
    height: auto;
    padding: 0 5px;
  }

  .questions .slick-arrow {
    top: 50%;
    width: 48px;
    height: 48px;
  }

  .questions .slick-arrow:before {
    background-size: 18px;
  }

  .questions .slick-dots {
    bottom: 10px;
  }

  .back-side .questions-card-content {
    background-position: left 30px top 6.7vh;
  }

  .regions-nav-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .poster-list-item-preview {
    height: 35vw;
  }

  .location.__media-theme .section-description {
    max-width: 100%;
  }

  .section-location.__media-theme .section-image {
    background-size: 108vw;
  }

  .section-location.__media-theme .section-circle {
    right: calc(100vw - 991px);
  }

  .jobs-list-item-title {
    font-size: 16px;
  }

  .news-post-preview {
    height: 45vw;
  }

  .__search-theme.textarea-item,
  .input-item.__search-theme {
    font-size: 40px;
    height: 100px;
  }

  .documents .news-list-item {
    max-width: 100%;
  }

  .documents-nav-list.__search {
    padding: 20px 0 0;
  }

  .points-list-btn {
    font-size: 14px;
  }

  .sidebar.__is-open {
    width: 190px;
  }

  .sidebar.__is-open .sidebar-content {
    padding: 30px 20px;
  }

  .sidebar-content {
    padding: 30px 0;
  }

  .map-container.__is-open {
    left: 190px;
  }
}

@media only screen and (max-width: 576px) {
  .title-1,
  h1 {
    font-size: 36px;
  }

  .section-bg-slide {
    height: calc(100vh - 52px);
  }

  .section-bg-slide.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 1;
  }

  .section-bg-slide.active .link {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .section-bg .link {
    top: 40px;
  }

  .section-bg .link.__upper-theme {
    font-size: 18px;
  }

  .section-circle {
    width: 110vw;
    height: 110vw;
  }

  .section .about {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .__inner-page-slider .section {
    min-height: 10px;
  }

  .nav {
    background-color: #1b1b1b;
    height: 52px;
  }

  .nav-panel-close {
    right: 5px;
    top: 5px;
  }

  .nav-panel-close .icon {
    color: #41cfff;
    fill: #41cfff;
  }

  .nav-icon-link {
    width: 45px;
    height: 45px;
  }

  .menu {
    padding: 25px 0;
    z-index: 3;
  }

  .menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 16px 52px;
  }

  .menu-wrap-list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 16px 0 0;
  }

  .menu-wrap-list-item {
    margin: 0 0 14px;
  }

  .menu-wrap-sublist .link.__menu-theme {
    font-size: 16px;
  }

  .menu-wrap .nav-panel-icons {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }

  .menu .nav-panel-icons {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }

  .menu .nav-panel-icons .nav-icon-link {
    margin: 0 8px 0 0;
  }

  .menu .nav-panel-close {
    display: inline-block;
  }

  .menu.__visible-links .nav-panel-icons {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .menu.__visible-links .toggle-sublist-btn {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .toggle-sublist-btn {
    display: inline-block;
  }

  .button-down {
    display: none;
    position: fixed;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    bottom: 40px;
    left: 26px;
  }

  .channels {
    margin: 0 -15px 0 0;
    width: calc(100vw - 15px);
  }

  .channels-list {
    padding: 15px 0;
  }

  .channels-list-item {
    padding: 0 20px 0 0;
  }

  .channels-list-item .link.__upper-theme {
    max-width: 120px;
  }

  .channels-list-item .link.__upper-theme .icon.logo {
    margin: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .link.__upper-theme {
    font-size: 12px;
  }

  .link.__menu-theme {
    font-size: 30px;
  }

  .link.__default-theme {
    font-size: 14px;
  }

  .news-list-item {
    width: 100%;
    padding: 10px 0;
    max-width: 100%;
  }

  .news-list-item:nth-child(n + 6) {
    display: none;
  }

  .date {
    font-size: 12px;
  }

  .slider-nav-btn {
    height: 44px;
    width: 44px;
  }

  .slider-nav-btn .icon {
    width: 16px;
    height: 16px;
  }

  .location {
    padding: 40px 0 70px;
  }

  .contact-data-item-title,
  .location .link.__upper-theme {
    font-size: 12px;
  }

  .back-link {
    right: 0;
    top: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }

  .documents-content-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .documents .news-list-item-title {
    display: block;
    height: auto;
  }

  .documents .news-list-item:nth-child(n + 6) {
    display: block;
  }

  .slick-dots li {
    margin: 0 4px;
    width: 12px;
    height: 12px;
  }

  .slick-dots li:before {
    width: 4px;
    height: 4px;
  }

  .__lg-size {
    font-size: 16px;
  }

  .section-location.__media-theme .section-circle,
  .section-location.__media-theme .section-image {
    display: none;
  }

  .location.__media-theme {
    max-width: 100%;
  }

  .jobs-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .jobs li {
    padding: 0 0 12px 14px;
  }

  .jobs li:before {
    width: 5px;
    height: 5px;
    top: 6px;
  }

  .jobs-table tr {
    display: block;
    padding: 0 0 10px;
  }

  .jobs-table td {
    display: block;
    padding: 0;
  }

  .blockquote {
    font-size: 16px;
    padding: 9px 0 20px 50px;
  }

  .sidebar {
    width: 80px;
  }

  .sidebar-toggle {
    width: 100%;
  }

  .sidebar-toggle:before {
    top: 35px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    right: auto;
    left: 9px;
  }

  .sidebar-toggle:after {
    content: "Пошук";
    position: absolute;
    top: 32px;
    left: 22px;
    text-transform: lowercase;
    font-family: MuseoSansCyrl-900, sans-serif;
    font-size: 14px;
  }

  .map-container {
    left: 80px;
  }

  .point-city {
    font-size: 18px;
  }

  .events-nav {
    display: none;
  }

  .events-nav-panel-btn {
    position: relative;
    width: 18px;
    height: 18px;
    padding: 0;
  }

  .events-nav-panel-btn-title {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: -25px;
    opacity: 0;
    pointer-events: none;
  }

  .events-nav-panel-btn:hover .events-nav-panel-btn-title {
    opacity: 1;
  }

  .events-header-nav {
    margin: 5px 0 0;
  }

  #list-1-control,
  #list-2-control,
  #list-3-control,
  #list-4-control,
  .events .slider-nav {
    display: none;
  }

  .about .link.__upper-theme {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .title-1,
  h1 {
    font-size: 32px;
  }

  .title-2,
  h2 {
    font-size: 18px;
  }

  li,
  p {
    font-size: 12px;
  }

  .container {
    padding: 0 15px;
  }

  .col-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }

  .nav {
    padding: 5px 15px;
  }

  .btn-link,
  .nav-panel-btn {
    font-size: 12px;
  }

  .btn-link {
    height: 30px;
    line-height: 30px;
  }

  .btn-link.__border-theme {
    line-height: 26px;
  }

  .events-header-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .events-nav-panel {
    margin: 0 -10px;
  }

  .events-nav-panel-btn {
    font-size: 10px;
  }

  .location .section-description {
    margin: 15px 0;
    max-width: 70%;
  }

  .section.section-location .section-image {
    background-size: 440px;
  }

  .copyright {
    font-size: 10px;
  }

  .developer img {
    max-width: 86px;
  }

  .questions {
    margin: 0 -10px;
  }

  .questions-carousel {
    padding: 0 35px;
  }

  .questions .slick-arrow {
    width: 34px;
    height: 34px;
  }

  .questions .slick-arrow:before {
    background-size: 14px;
  }

  .questions-card {
    height: 75vh;
  }

  .questions-card-wrap {
    border-radius: 30px;
  }

  .questions-card-content {
    padding: 25px 20px 10px;
    font-size: 12px;
  }

  .questions .back-side,
  .questions .front-side {
    border-radius: 30px;
  }

  .back-side .questions-card-content {
    background-position: left 20px top 6.7vh;
    background-size: 90px;
  }

  .regions-nav-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .regions-nav-list-item {
    padding: 0 0 15px;
  }

  .regions-content-item-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .regions-content-item-text .contact-data-item {
    width: 100%;
  }

  .poster-list-item {
    margin: 5px 0 30px;
  }

  .poster-list-item-preview {
    height: 60vw;
  }

  .poster-list-wrap .col-md-4 {
    width: 100%;
  }

  .poster-description {
    margin: 15px 0 10px;
  }

  .news-post.__open-theme .news-post-content-title {
    font-size: 20px;
  }

  .news-list.__sidebar-theme .news-list-item {
    max-width: 80vw;
  }

  .feedback {
    padding: 20px 0 90px;
  }

  .input-container.__check-theme {
    padding: 0 20px 0 0;
  }

  .input-label {
    margin: 0 0 5px;
  }

  .textarea-item {
    height: 130px;
  }

  .photos-list-item {
    width: 100%;
    height: 60vw;
  }

  .__search-theme.textarea-item,
  .input-item.__search-theme {
    font-size: 30px;
    height: 90px;
  }

  .search-wrap-result {
    font-size: 14px;
  }

  .carousel-section .events-wrap {
    margin: 0 -15px;
  }

  .carousel-section .events-carousel-slide {
    padding: 65px 30px 90px;
  }

  .carousel-section .events-carousel-slide-title .title-1 {
    line-height: 1.3em;
  }

  .carousel-section .events-carousel-slide-description {
    font-size: 14px;
  }

  .carousel-section
    .events-carousel-slide-description
    .events-carousel-slide-detail {
    font-size: 12px;
  }

  .callback-content-subtitle,
  .carousel-section .events-carousel-slide .link.__more-theme {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1920px) {
  .section-image {
    background-size: 85%;
  }
}

@media only screen and (max-height: 750px) and (min-width: 991px) {
  p {
    font-size: 16px;
  }

  .section-image {
    background-size: 77%;
  }

  .about .link.__upper-theme {
    font-size: 16px;
  }

  .news-list-item-title {
    font-size: 16px;
    height: 64px;
  }

  .about-nav-list-item.__single-item {
    padding-top: 1.7vh;
  }

  .about-content-list-item {
    margin: 1.2vh 0;
  }

  .rules-nav {
    bottom: 100px;
  }

  .about-content-person-position {
    font-size: 14px;
  }

  .jobs-list-item {
    padding: 0 0 2vh;
  }

  .jobs-list-item-title {
    font-size: 16px;
  }

  .jobs-list-item .date {
    font-size: 11px;
  }

  .input-container {
    padding: 0 0 2vh;
  }

  .textarea-item {
    height: 15vh;
  }

  .link.__download-theme {
    width: 100%;
  }

  .location.__media-theme {
    padding: 25px 0 0;
    max-width: 50%;
  }

  .location.__media-theme .section-description {
    margin: 10px 0 20px;
  }

  .events-carousel {
    padding: 6px 0;
  }
}

@media only screen and (max-height: 750px) and (max-width: 1700px) {
  .section-location.__media-theme .section-circle {
    right: calc(100vw - 1400px);
  }
}

@media only screen and (max-height: 750px) and (max-width: 1360px) {
  .section-location.__media-theme .section-circle {
    right: calc(100vw - 1220px);
  }
}

@media only screen and (max-height: 750px) and (max-width: 1280px) {
  .section-location.__media-theme .section-circle {
    right: calc(100vw - 1050px);
  }
}

@media only screen and (max-height: 600px) and (min-width: 992px) {
  .nav {
    padding: 40px 22px;
  }

  #fp-nav.fp-right {
    top: 32vh;
  }

  .about {
    min-height: 600px;
  }
}

@media only screen and (min-height: 850px) {
  .section-location.__media-theme .section-image {
    background-position: right calc(800px - 100vh) bottom;
  }
}

blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

.customPaddingTop {
  padding-top: 0;
}

.customPaddingBottom {
  padding-bottom: 0;
}

.customNavListPadding {
  padding: 2vh 0;
}
