body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-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.9;
  -webkit-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, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

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

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

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

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

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

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

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

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

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

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

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

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

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

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-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 {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.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);
          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 {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

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

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

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

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

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

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

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

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -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 .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-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);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.psd, .list li:before, .nav-ico:before, .nav-ico:after, .content:before, .content:after, .hero-img:before, .jcf-select .jcf-select-opener::before, .lang-select > li > a::before {
  content: "";
  display: block;
  position: absolute;
}

.trans, .breadcrumbs li a, .nav-ico:before, .nav-ico:after, .socially ul li svg, .event-card-title, .event-card a, .main-nav li a, .jcf-select .jcf-select-opener::before, .lang-select > li ul li a, .lang-select > li > a::before, a, .btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn {
  border: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 17px 52px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  background: #E09731;
}
.btn:hover, .btn:focus {
  color: #fff;
  text-decoration: none;
  background: #EB9E34;
}

.bordered-btn {
  border: 2px solid #E09731;
  padding: 15px 50px;
  background: transparent;
  color: #E09731;
}
.bordered-btn:hover, .bordered-btn:focus {
  color: #fff;
  text-decoration: none;
  background: #EB9E34;
  border-color: #EB9E34;
}

button, a,
.slide.slick-slide.slick-current.slick-active {
  outline: none !important;
}

body {
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #000;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #E09731;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
  color: #EB9E34;
}

p {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #4A4A4A;
  margin-top: 0;
  margin-bottom: 27px;
}

.large {
  font-weight: 600;
  color: #000;
}

.align, .breadcrumbs li + li:before, .breadcrumbs li a, .dash, .more, h2 .more, .headline .more, .jcf-select, .logo, svg {
  display: inline-block;
  vertical-align: top;
}

svg {
  width: 100%;
  height: 100%;
}

.no-shadow, .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
          box-shadow: 0 0 0 transparent !important;
}

img {
  vertical-align: top;
}

.container {
  padding: 0 15px;
  margin: 0px auto;
}

@media (min-width: 769px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 1260px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col {
  padding: 0 15px;
}

.header-top {
  padding: 30px 0 35px;
}
.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-top .btn {
  font-size: 15px;
  line-height: 18px;
  padding: 11px 48px;
}

.logo {
  margin-right: 41px;
}
.logo img {
  max-width: 100%;
}

.lang {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
}

.lang-select {
  width: 108px;
  padding-top: 10px;
}
.lang-select li a span {
  display: none;
}
.lang-select > li {
  display: block;
  position: relative;
}
.lang-select > li > a {
  display: block;
  padding: 0 20px 10px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #4A4A4A;
  position: relative;
  text-decoration: none;
}
.lang-select > li > a::before {
  top: 5px;
  right: 0px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #4A4A4A;
  border-right: 1px solid #4A4A4A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lang-select > li ul {
  display: none;
  border-radius: 13px;
  border: 1px solid #e6e6e6;
  background: #fff;
  position: absolute;
  top: 100%;
  left: -10px;
  width: 120px;
  overflow: hidden;
}
.lang-select > li ul li {
  display: block;
}
.lang-select > li ul li a {
  display: block;
  color: #4A4A4A;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  padding: 10px;
}
.lang-select > li ul li a:hover {
  background: #e6e6e6;
}
.lang-select > li:hover ul {
  display: block;
}

/* select */
.jcf-select {
  text-decoration: none;
  background: #FFFFFF;
  border-radius: 28px;
  height: 56px;
  width: 100%;
  position: relative;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  margin: 0 30px 0 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  padding: 15px 0 15px 25px;
  text-align: left;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener::before {
  top: 22px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select.jcf-compact-multiple {
  max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: "...";
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 28px;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  margin: 4px 0;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 3px;
  color: #000;
  min-height: 14px;
  height: 1%;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  padding: 10px 25px;
}
.jcf-list .jcf-option img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  border-radius: 50%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.header {
  position: relative;
  z-index: 10;
}

.header-btm {
  background: #33384E;
  padding: 19px 0;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.main-nav li {
  display: block;
  margin: 0 50px;
}
.main-nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.main-nav li a:hover, .main-nav li a.active {
  color: #E09731;
}

.hero {
  padding: 126px 0 140px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hero p {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}
.hero p:not(:last-child) {
  margin-bottom: 43px;
}

.main-hero {
  padding-top: 206px;
}
.main-hero .bordered-btn {
  color: #fff;
}

.hero-img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.hero-img:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(35, 32, 49, 0.8);
}

.hero-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.hero-title img {
  margin: 5px 0 0 -5px;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btns .btn {
  margin: 0 10px;
}

.content {
  position: relative;
  z-index: 1;
}
.content:before, .content:after {
  z-index: 2;
  pointer-events: none;
  width: 175px;
  height: 970px;
}
.content:before {
  left: 0;
  top: 0;
  background: url(../images/left-bg.png) 0 0 no-repeat;
}
.content:after {
  right: 0;
  top: 295px;
  background: url(../images/right-bg.png) right 0 no-repeat;
}
.content.long-bg::before, .content.long-bg:after {
  height: 100%;
}

.about {
  padding: 50px 0 100px;
}

.num-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin: 0 -15px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.num-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.num-list li span {
  display: block;
  font-weight: 600;
  font-size: 70px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000000;
}
.num-list li sub {
  font-size: 15px;
  text-transform: none;
  position: relative;
  left: -15px;
}

h2, .headline {
  font-weight: 600;
  font-size: 42px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 36px;
}
h2 .more, .headline .more {
  margin: 25px 0 0 15px;
}

.about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-img img {
  max-width: 100%;
}

.about-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-right: 84px;
}

.more {
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
}

.advantages {
  background: #F9F9F9;
  padding: 70px 0 50px;
}
.advantages .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.advantages .col:last-child .ico img {
  margin-top: 5px;
}

.advantage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.advantage-item .ico {
  width: 100px;
  height: 100px;
  background: #33384E;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantage-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  padding: 20px 0 0 30px;
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
}

.advantage-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

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

.events, .materials {
  padding: 80px 0;
}
.events .swiper-slide, .materials .swiper-slide {
  height: auto !important;
  padding-bottom: 8px;
}

.event-card {
  height: 100%;
}
.event-card a {
  display: block;
  color: #4A4A4A;
  text-decoration: none;
  height: 100%;
  background: #F9F9F9;
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
}
.event-card a:hover {
  -webkit-box-shadow: 0px 0px 13px #D6D6D6;
          box-shadow: 0px 0px 13px #D6D6D6;
}
.event-card a:hover .event-card-title {
  color: #E09731;
}

.event-card-img {
  display: block;
  height: 297px;
  overflow: hidden;
}
.event-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-card-text {
  display: block;
  padding: 35px;
}

.event-card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 5px;
}

.gallery {
  margin-bottom: 10px;
}

.gallery-item {
  overflow: hidden;
  height: 240px;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.order {
  padding: 60px 0;
  text-align: center;
  background: url(../images/order-bg.png) center center no-repeat #33384E;
}
.order h2 {
  color: #fff;
  margin-bottom: 16px;
}
.order p {
  color: #fff;
  max-width: 630px;
  margin: 0px auto 27px;
}
.order.has-bg {
  background: url(../images/bg.png) center center no-repeat #33384E;
}
.order.has-bg .btn {
  margin-top: 20px;
}

.materials {
  padding: 72px 0 100px;
}

.footer {
  padding: 40px 0 70px;
  background: #282B38;
}
.footer .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.footer .logo {
  margin: 0 0 30px;
}

.copy {
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: #FFFFFF;
}

.socially {
  margin-bottom: 47px;
}
.socially p {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.socially ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.socially ul li {
  display: block;
}
.socially ul li:not(:last-child) {
  margin-right: 30px;
}
.socially ul li a {
  display: block;
}
.socially ul li a:hover svg {
  fill: #E09731;
}
.socially ul li svg {
  fill: #fff;
}
.socially .fb {
  width: 10px;
  height: 21px;
}
.socially .instagram {
  width: 22px;
  height: 22px;
}
.socially .telegram {
  width: 22px;
  height: 18px;
}
.socially .linkedin {
  width: 22px;
  height: 22px;
}

.contact-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 18px;
}

.contact {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.contact p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 0 0 10px;
}

.dash {
  margin: 0 10px;
}

.nav-ico {
  display: none;
  position: relative;
  z-index: 101;
  height: 30px;
  width: 30px;
  margin-left: 15px;
}
.nav-ico:before, .nav-ico:after {
  left: 0;
  width: 30px;
  height: 2px;
  background: #000;
}
.nav-ico::before {
  top: 10px;
}
.nav-ico::after {
  top: 16px;
}

.backdrop {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.js-open {
  overflow: hidden;
}
.js-open .nav-ico:before, .js-open .nav-ico:after {
  top: 50%;
  left: 50%;
  background: #E09731;
}
.js-open .nav-ico::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.js-open .nav-ico::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.js-open .backdrop {
  visibility: visible;
}
.js-open .header-btm {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.breadcrumbs {
  padding-top: 36px;
  margin-bottom: 57px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #4A4A4A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs li {
  display: block;
  position: relative;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 15px;
}
.breadcrumbs li a {
  color: #4A4A4A;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  color: #E09731;
}
.breadcrumbs li + li {
  padding-left: 20px;
}
.breadcrumbs li + li:before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
}

.material-list {
  margin-bottom: 100px;
}
.material-list .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.material-list .event-card-img {
  height: 180px;
}
.material-list .event-card-text {
  padding: 20px;
}
.material-list .event-card {
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.material-list .event-card-title {
  font-size: 18px;
}
.material-list .event-card a {
  font-size: 15px;
}

figure {
  margin: 0 0 50px;
}
figure img {
  max-width: 100%;
}

h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 20px;
}

h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 20px;
}

.list {
  margin-bottom: 30px;
  padding-left: 14px;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #4A4A4A;
}
.list li {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}
.list li:before {
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #434963;
}

.article-body {
  max-width: 970px;
  margin: 0px auto;
}

.order-body {
  max-width: 800px;
  margin: 0px auto;
}
.order-body .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.form-group {
  margin-bottom: 30px;
}

.form-control {
  display: block;
  width: 100%;
  border: 0;
  height: 56px;
  padding: 15px 25px;
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  background: #FFFFFF;
  border-radius: 28px;
}
.file-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.file-line p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0 28px 20px 0;
}

/* file */
.jcf-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0;
}

.jcf-file .jcf-fake-input {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #E09731;
  padding: 6px 29px;
  border: 2px solid #E09731;
  border-radius: 17px;
}

.jcf-file .jcf-upload-button {
  display: none;
}

.agree {
  text-align: center;
  margin-top: 36px;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}

.modal {
  display: none;
}
.modal h2, .modal p {
  text-align: center;
}
.modal .form-control,
.modal .jcf-select {
  border: 1px solid #33384E;
}
.modal .agree {
  color: #33384E;
}

@media (max-width: 1400px) {
  .content:before, .content:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .material-list .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 991px) {
  .header-btm {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: auto;
    width: 500px;
    max-width: 80%;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .main-nav {
    display: block;
    padding: 10px;
  }
  .main-nav li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .main-nav li a {
    padding: 10px 0;
  }
  .nav-ico {
    display: block;
  }
  .header-top {
    padding: 10px 0;
  }
  .header-top .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-top .logo {
    max-width: 150px;
    margin-right: 15px;
  }
  .hero-title {
    font-size: 38px;
  }
  .hero {
    padding: 80px 0;
  }
  .btn {
    font-size: 14px;
    line-height: 18px;
  }
  .about {
    padding: 40px 0;
  }
  .num-list {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
  }
  .num-list li span {
    font-size: 46px;
  }
  .about-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  h2, .headline {
    font-size: 32px;
    margin-bottom: 26px;
  }
  h2 .more, .headline .more {
    margin-top: 15px;
  }
  .about-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 20px 0 0;
  }
  .advantages {
    padding: 40px 0;
  }
  .advantage-item {
    margin-bottom: 30px;
  }
  .events, .materials {
    padding: 40px 0;
  }
  .events-slider {
    padding: 0 100px;
  }
  .order {
    padding: 40px 0;
  }
  .event-card-text {
    padding: 20px 15px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer .btn {
    padding: 17px 30px;
  }
  .breadcrumbs {
    padding: 40px 0;
    margin: 0;
  }
  .material-list .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .material-list {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .advantages .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .num-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .num-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .footer {
    text-align: center;
  }
  .footer .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .btn {
    margin-bottom: 20px;
  }
  .copy {
    margin-bottom: 20px;
  }
  .socially {
    margin-bottom: 20px;
  }
  .material-list .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-body .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .file-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .file-line p {
    margin: 0 0 10px;
  }
}
@media (max-width: 577px) {
  p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
  }
  .hero-title {
    font-size: 28px;
  }
  .hero-title:last-child {
    margin-bottom: 0;
  }
  .btns {
    display: block;
  }
  .btns .btn {
    width: 100%;
    margin: 0 0 15px;
  }
  .btns .btn:last-child {
    margin-bottom: 0;
  }
  .header-top .btn {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 8px;
  }
  .about {
    text-align: center;
  }
  .advantage-item .ico {
    max-width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  .advantage-item .ico img {
    max-width: 80%;
  }
  .advantage-text {
    padding: 10px 0 0 15px;
  }
  .events-slider {
    padding: 0 50px;
  }
  .gallery-slider,
.materials-slider {
    padding: 0 50px;
  }
  h2, .headline {
    font-size: 24px;
    margin-bottom: 20px;
  }
  h2 .more, .headline .more {
    margin-top: 9px;
  }
  h3, h4 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 130%;
  }
  .header .logo {
    max-width: 120px;
  }
  .lang-select {
    width: 44px;
  }
  .lang-select li a {
    font-size: 0;
    height: 25px;
    padding-bottom: 0;
  }
  .lang-select li a span {
    display: block;
    font-size: 16px;
    position: relative;
    top: -16px;
  }
  .lang-select > li ul {
    width: 64px;
  }
  .lang-select > li ul li a {
    font-size: 0;
    height: 30px;
    padding: 5px 10px;
  }
  .lang-select > li ul li a span {
    font-size: 16px;
  }
  .modal {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
  }
  .hero {
    padding: 30px 0;
  }
  .hero p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .hero p:not(:last-child) {
    margin-bottom: 20px;
  }
  .hero-title {
    margin-bottom: 10px;
  }
  .advantage-text {
    font-size: 16px;
    line-height: 20px;
  }
  .advantage-title {
    margin-bottom: 5px;
  }
  .event-card a {
    font-size: 16px;
  }
  .event-card-title {
    font-size: 16px;
    line-height: 22px;
  }
  .breadcrumbs {
    padding: 25px 0;
    font-size: 14px;
  }
  .material-list .event-card {
    margin-bottom: 15px;
    height: auto;
  }
  .footer {
    padding: 40px 0 20px 0;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .agree {
    margin-top: 20px;
  }
  figure {
    margin: 0 0 20px;
  }
  .list {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .list li {
    padding-left: 22px;
  }
  .list li:before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
}
@media (max-width: 370px) {
  .hero-title {
    font-size: 24px;
  }
  .header .logo {
    max-width: 100px;
    margin-right: 10px;
  }
  .nav-ico {
    margin-left: 10px;
  }
  .header-top .btn {
    font-size: 10px;
  }
  .lang-select li a span {
    font-size: 14px;
  }
}