

/* Start:/local/templates/spectre/assets/styles/main.css?167869587574320*/
/*! 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 {
  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 */
  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 {
  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"] {
  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;
}

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;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

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

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

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .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;
  transform: translateZ(0);
  z-index: 99994;
}

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

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

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

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

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

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

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

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

.fancybox-slide--image .fancybox-content {
  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;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

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

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

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

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

/* Fix iOS */

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

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

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

/* Buttons */

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

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

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

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

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

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

/* Fix IE11 */

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

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

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

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

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

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

/* Close button on the top right corner of html content */

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

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

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

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

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

/* Navigation arrows */

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

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

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

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

/* Caption */

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

.fancybox-caption--separate {
  margin-top: -50px;
}

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

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

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

/* Loading indicator */

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

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Thumbs */

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

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

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

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

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

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

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

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

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

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

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

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

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

/* Styling for Small-Screen Devices */

/**
 * Swiper 6.0.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 7, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

* {
  box-sizing: border-box;
}

html {
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: "GothamPro", sans-serif;
  font-size: 1em;
  color: #ffffff;
  background: #202020;
  flex-grow: 2;
  line-height: 1.6666667;
}

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

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

a {
  color: inherit;
  text-decoration: none;
  transition: all 150ms cubic-bezier(0.19, 0.33, 0.3, 1);
}

a:hover {
  color: #CA9E67;
}

a[href^="mailto"] {
  color: #CA9E67;
}

a[href^="mailto"]:hover {
  color: #CA9E67;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

form {
  width: 100%;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: 'GothamPro-BlackItalic';
  src: url("/local/templates/spectre/assets/styles/../fonts/GothamPro-BlackItalic.woff") format("woff"), url("/local/templates/spectre/assets/styles/../fonts/GothamPro-BlackItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro-Black';
  src: url("/local/templates/spectre/assets/styles/../fonts/GothamPro-Black.woff") format("woff"), url("/local/templates/spectre/assets/styles/../fonts/GothamPro-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro-Bold';
  src: url("/local/templates/spectre/assets/styles/../fonts/GothamPro-Bold.woff") format("woff"), url("/local/templates/spectre/assets/styles/../fonts/GothamPro-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro-BoldItalic';
  src: url("/local/templates/spectre/assets/styles/../fonts/GothamPro-BoldItalic.woff") format("woff"), url("/local/templates/spectre/assets/styles/../fonts/GothamPro-BoldItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro-Medium';
  src: url("/local/templates/spectre/assets/styles/../fonts/GothamPro-Medium.woff") format("woff"), url("/local/templates/spectre/assets/styles/../fonts/GothamPro-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro-MediumItalic';
  src: url("/local/templates/spectre/assets/styles/../fonts/GothamPro-MediumItalic.woff") format("woff"), url("/local/templates/spectre/assets/styles/../fonts/GothamPro-MediumItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url("/local/templates/spectre/assets/styles/../fonts/GothamPro.woff") format("woff"), url("/local/templates/spectre/assets/styles/../fonts/GothamPro.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro-Light';
  src: url("/local/templates/spectre/assets/styles/../fonts/GothamPro-Light.woff") format("woff"), url("/local/templates/spectre/assets/styles/../fonts/GothamPro-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro-LightItalic';
  src: url("/local/templates/spectre/assets/styles/../fonts/GothamPro-LightItalic.woff") format("woff"), url("/local/templates/spectre/assets/styles/../fonts/GothamPro-LightItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GothamPro-Bold';
}

h1 {
  font-size: 24px;
  line-height: 32px;
}

h3 {
  font-size: 20px;
  line-height: 28px;
  font-family: 'GothamPro-Black';
}

h4 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'GothamPro-Black';
}

h5 {
  font-size: 16px;
  line-height: 26px;
  font-family: 'GothamPro-Black';
}

h6 {
  font-size: 14px;
  line-height: 24px;
  font-family: 'GothamPro-Black';
}

figure {
  margin: 0 auto;
}

figcaption {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  opacity: .5;
}

.requisite-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.requisite-item {
  width: 100%;
}

.requisite-item ul {
  margin: 0  !important;
}

.fixed {
  position: fixed;
  overflow: hidden;
}

.background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item--animated {
  opacity: 0;
  transform: translateY(10%);
  transition: all 500ms cubic-bezier(0.19, 0.33, 0.3, 1);
}

.item--animated.isInView {
  opacity: 1;
  transform: translateY(0%);
}

.nav {
  padding: 16px 0;
}

.nav-menu {
  display: flex;
  flex-flow: row wrap;
  font-size: 16px;
  font-family: 'GothamPro-Medium';
  color: #ffffff;
}

.nav-menu__item:not(last-child) {
  margin-right: 32px;
}

.nav-menu__item.active a {
  color: #CA9E67;
}

.hamburger {
  display: none;
}

.hamburger.js-hamburger {
  transform: translateY(0);
  transition: all .5s ease;
}

.hamburger.js-hamburger span:nth-child(1),
.hamburger.js-hamburger span:nth-child(2),
.hamburger.js-hamburger span:nth-child(3) {
  transform: translate(-4px, 0) scale(0, 0);
}

.hamburger.js-hamburger span:nth-child(4) {
  transform: rotate(45deg);
}

.hamburger.js-hamburger span:nth-child(5) {
  transform: rotate(-45deg);
}

.upload {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 48px;
  cursor: pointer;
}

.upload:hover .upload-label {
  background: rgba(255, 255, 255, 0.1);
}

.upload-field {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.upload-label {
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 14px 40px 12px;
  background: rgba(255, 255, 255, 0.05);
  font-family: 'GothamPro-Medium';
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
  cursor: pointer;
}

.upload-tip {
  font-family: 'GothamPro-Medium';
  font-size: 12px;
  line-height: 16px;
  opacity: .5;
  margin-top: 8px;
}

.upload-tip a {
  color: #CA9E67;
}

.has-error .upload-tip {
  color: #ff1900;
}

.upload-message {
  font-family: 'GothamPro-Medium';
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}

.upload-message a {
  color: #CA9E67;
}

.upload-message a:hover {
  text-decoration: underline;
}

.button {
  margin: 8px 0;
  cursor: pointer;
}

.button-medium {
  padding: 14px 40px 12px;
}

.button-outline {
  font-family: GothamPro-Black;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.button-outline:hover {
  border-color: #CA9E67;
}

.button-outline:active {
  outline: none;
  border-color: #CA9E67;
  color: #CA9E67;
}

.button-outline:focus {
  outline: none;
  border-color: #CA9E67;
}

.button-outline[disabled] {
  color: rgba(255, 255, 255, 0.1);
  cursor: auto;
}

.button-outline[disabled]:hover,
.button-outline[disabled]:focus,
.button-outline[disabled]:active {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.1);
}

.static-content {
  max-width: 860px;
  font-size: 14px;
  line-height: 24px;
}

.static-content figure {
  margin: 32px 0 48px;
}

.static-content figure img {
  margin: 0;
}

.static-content figure figcaption {
  opacity: 1;
}

.static-content img {
  max-width: 100%;
  margin: 32px 0;
}

.static-content p {
  opacity: .5;
}

.static-content p + p {
  margin: 16px 0 0;
}

.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
  margin: 1.5em 0 .5em;
  font-family: 'GothamPro-Bold';
}

.static-content h1:first-child,
.static-content h2:first-child,
.static-content h3:first-child,
.static-content h4:first-child,
.static-content h5:first-child,
.static-content h6:first-child {
  margin-top: 0;
}

.static-content h2 {
  font-size: 22px;
  line-height: 30px;
}

.static-content h3 {
  font-size: 20px;
  line-height: 28px;
}

.static-content h4 {
  font-size: 18px;
  line-height: 24px;
}

.static-content h5 {
  font-size: 16px;
  line-height: 26px;
}

.static-content h6 {
  font-size: 14px;
  line-height: 24px;
}

.static-content ul,
.static-content ol {
  margin: 32px auto;
}

.static-content ul li,
.static-content ol li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 24px;
}

.static-content ul li:before,
.static-content ol li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #CA9E67;
}

.static-preview {
  flex-grow: 2;
}

.static-columns {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.static-columns ul,
.static-columns ol {
  margin: 32px auto;
}

.static-columns ul li,
.static-columns ol li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 8px;
}

.static-columns ul li:before,
.static-columns ol li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #CA9E67;
}

.columns-item {
  width: calc(50% - 1px);
  padding: 64px 72px;
  color: #202020;
  background-color: #ffffff;
}

.static-contact {
  display: flex;
  flex-flow: column;
  margin-bottom: 16px;
}

.gallery {
  padding: 32px 16px 64px;
  background-color: #191919;
}

.gallery-item span {
  font-size: 12px;
  opacity: .5;
}

.gallery-button-next,
.gallery-button-prev {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid #ffffff;
  z-index: 101;
  cursor: pointer;
}

.gallery-button-next:hover,
.gallery-button-prev:hover {
  background-color: #ffffff;
}

.gallery-button-next:hover:before,
.gallery-button-prev:hover:before {
  border-color: #CA9E67;
}

.gallery-button-next {
  position: absolute;
  top: calc(50% - 20px);
  right: 64px;
}

.gallery-button-next:before {
  content: '';
  position: absolute;
  top: 13px;
  right: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.gallery-button-prev {
  position: absolute;
  top: calc(50% - 20px);
  left: 64px;
}

.gallery-button-prev:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.gallery-button-next.swiper-button-disabled,
.gallery-button-prev.swiper-button-disabled {
  border-color: #3d3d3d;
  background-color: transparent;
}

.gallery-button-next.swiper-button-disabled:before,
.gallery-button-prev.swiper-button-disabled:before {
  border-color: #3d3d3d;
}

.gallery-button-next.swiper-button-disabled:hover,
.gallery-button-prev.swiper-button-disabled:hover {
  background-color: transparent;
}

.gallery-button-next.swiper-button-disabled:hover:before,
.gallery-button-prev.swiper-button-disabled:hover:before {
  border-color: #3d3d3d;
}

/*.gallery-lightbox {
  display: flex;
  flex-flow: row wrap;

  margin: 32px 0;
}

.gallery-lightbox-item {
  width: 50%;
  height: 120px;


  @include portraitTablet {
    width: 33.33%;
    height: 120px;
  }

  @include landscapeTablet {
    width: 25%;
    height: 160px;
  }

  img {
    width: 100%;
    height: 100%;

    object-fit: cover;
  }
}*/

.gallery-lightbox {
  display: inline-block;
  width: 100%;
  font-size: 0;
}

.gallery-lightbox-item {
  display: inline-block;
}

.gallery-lightbox-item img,
.gallery-lightbox-item picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-list {
  display: flex;
  flex-flow: row wrap;
}

.card-hero {
  position: relative;
  z-index: 10;
  margin-bottom: 32px;
  padding-right: 40px;
  background-color: transparent;
  color: #ffffff;
  transform: translateY(20%);
  transition: all 1500ms cubic-bezier(0.19, 0.33, 0.3, 1);
}

.card-hero__title {
  font-family: GothamPro-Bold;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  opacity: .5;
}

.card-hero__subtitle {
  font-family: GothamPro-Medium;
  font-size: 16px;
  line-height: 24px;
  max-width: 660px;
  margin-top: 16px;
}

.card-hero.isInView {
  transform: translateY(0);
}

.card-item {
  position: relative;
  z-index: 10;
  margin: 1px;
  padding: 32px;
  height: 256px;
  background-color: #ffffff;
  color: #202020;
  transition-duration: 1000ms;
  overflow: hidden;
}

.card-item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #CA9E67;
  color: #202020;
  opacity: 0;
  transition: all 200ms cubic-bezier(0.19, 0.33, 0.3, 1);
}

.card-item:hover:after {
  opacity: 1;
}

.card-item:hover .card-item__arrow {
  width: 80%;
}

.card-item__title {
  position: relative;
  z-index: 10;
  font-family: GothamPro-Black;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #202020;
}

.card-item__subtitle {
  position: relative;
  z-index: 10;
  font-size: 12px;
  line-height: 18px;
  color: #202020;
}

.card-item__arrow {
  position: absolute;
  bottom: 40px;
  left: 0;
  display: inline-block;
  width: 64px;
  height: 2px;
  background-color: #202020;
  z-index: 10;
  transition: width 1000ms cubic-bezier(0.19, 0.33, 0.3, 1);
}

.card-item__arrow:before {
  content: '';
  position: absolute;
  right: 4px;
  bottom: -12px;
  display: inline-block;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  border-top: 2px solid #202020;
  border-right: 2px solid #202020;
}

.card-item:nth-child(2) {
  transition-delay: 0ms;
}

.card-item:nth-child(3) {
  transition-delay: 250ms;
}

.card-item:nth-child(4) {
  transition-delay: 500ms;
}

.card-item:nth-child(5) {
  transition-delay: 750ms;
}

.card-item:nth-child(6) {
  transition-delay: 1000ms;
}

.feature-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.feature-item {
  width: 100%;
  padding: 24px 0;
  border-top: 2px solid #CA9E67;
}

.feature-item:nth-child(1) {
  transition-delay: 0ms;
}

.feature-item:nth-child(2) {
  transition-delay: 200ms;
}

.feature-item:nth-child(3) {
  transition-delay: 400ms;
}

.feature-item:nth-child(4) {
  transition-delay: 600ms;
}

.feature-item__title {
  font-family: 'GothamPro-Black';
  text-transform: uppercase;
}

.feature-item__subtitle {
  font-size: 14px;
  line-height: 24px;
  margin-top: 16px;
  opacity: .5;
}

.header-logo {
  position: relative;
  z-index: 10;
  width: 188px;
  height: 40px;
  margin: 20px 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/local/templates/spectre/assets/styles/../img/svg/logo.svg?v2");
}

.js-header-nav .header-contact {
  opacity: 1;
}

.header-contact {
  display: none;
  opacity: 0;
  transition: transform 0.25s, opacity 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 750ms;
}

.footer-bottom {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 20px;
}

.footer-contact {
  display: flex;
  flex-flow: column;
  margin-bottom: 16px;
}

.page-header {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  max-width: 1380px;
  width: 100%;
  margin: auto;
  z-index: 101;
}

.page-content {
  flex-grow: 2;
  background-color: #202020;
  padding-bottom: 32px;
}

/*
.page-content--main {
  position: relative;
  margin-top: -80px;
  padding-bottom: 406px;

  background-image: url('/local/templates/spectre/assets/styles/../img/content/hero.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;

  @include portraitTablet {
    margin-top: -160px;
    padding-bottom: 306px !important;
  }

  @include landscapeTablet {
    margin-top: -120px;
  }

  @include desktop {
    padding-bottom: 450px !important;
  }

.page-content--main + .page-footer {
  margin-top: -342px;

  @include portraitTablet {
    margin-top: -210px;
  }

  @include desktop {
    margin-top: -322px;
  }

}*/

.page-content--main {
  position: relative;
  background-color: transparent;
}

.page-content--main:after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: linear-gradient(rgba(0, 0, 0, 0.4), black);
}

.page-content--waves {
  position: relative;
}

.page-content--waves:after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/local/templates/spectre/assets/styles/../img/content/waves.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
}

.page-footer {
  position: relative;
  z-index: 10;
  padding: 0 20px;
  margin: auto;
  max-width: 1380px;
  width: 100%;
}

.page-title,
.page-lead {
  clip-path: polygon(100% 100%, 100% 0, 100% 0, 100% 100%);
  transform: translateY(0%);
  transition: all 1500ms cubic-bezier(0.19, 0.33, 0.3, 1);
}

.page-title.isInView,
.page-lead.isInView {
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
}

.page-list {
  font-size: 32px;
  line-height: 48px;
  max-width: 1380px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.page-item {
  margin: 1rem 0;
}

.breadcrumbs {
  font-family: 'GothamPro-Black';
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.breadcrumbs a {
  opacity: .5;
}

.breadcrumbs a:hover {
  opacity: 1;
}

.page-404 {
  margin-top: 15vh;
}

.page-404__title {
  font-size: 64px;
  line-height: 72px;
  font-family: 'GothamPro-Black';
}

.page-404__subtitle {
  max-width: 720px;
  font-family: 'GothamPro-Medium';
  font-size: 20px;
  line-height: 28px;
}

.section {
  position: relative;
  z-index: 10;
  margin-top: 16px;
}

.section--inverse {
  padding: 32px 0 32px;
  background-color: #191919;
}

.section + .section {
  margin-top: 40px;
}

.section-container {
  max-width: 1380px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-lead {
  font-size: 16px;
  font-family: 'GothamPro-Medium';
  line-height: 24px;
  max-width: 860px;
}

h1 + .section-lead {
  margin-top: 24px;
}

.section-body {
  display: flex;
  flex-flow: row wrap;
  margin-top: 16px;
}

.form {
  display: inline-block;
  width: 100%;
  margin: auto;
  padding: 32px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #202020;
}

.form-header {
  margin-bottom: 16px;
}

.form-title {
  font-size: 18px;
  font-family: 'GothamPro-Medium';
  line-height: 28px;
}

.form-row {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.form-item {
  margin-bottom: 16px;
}

.form-success {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 64px 72px;
  width: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #202020;
}

.form-success__title {
  font-size: 24px;
  font-family: 'GothamPro-Medium';
  line-height: 32px;
  margin-bottom: 12px;
}

.team-lead {
  display: flex;
  flex-flow: column-reverse;
  flex-direction: column-reverse;
}

.team-lead__content .actor {
  display: none;
}

.team-list {
  display: flex;
  flex-flow: column;
  margin-bottom: 16px;
}

.team-item {
  margin: 32px 0;
}

.team-item__image {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #333;
}

.team-item__name {
  font-size: 20px;
  font-family: 'GothamPro-Black';
  line-height: 26px;
  margin: 16px 0;
  color: #CA9E67;
}

.team-item__state {
  font-size: 14px;
  line-height: 20px;
}

picture + .actor {
  margin-top: 40px;
}

.actor {
  margin-bottom: 40px;
}

.actor-name {
  font-family: 'GothamPro-Black';
  font-size: 32px;
  line-height: 40px;
  color: #CA9E67;
}

.actor-state {
  font-family: 'GothamPro-Medium';
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
}

.service-list {
  width: 100%;
}

.service-item {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 24px 0 48px;
  border-top: 2px solid #EBEEF3;
  border-bottom: 2px solid #EBEEF3;
}

.service-item + .service-item {
  margin-top: -2px;
}

.service-item__title {
  font-size: 18px;
  font-family: 'GothamPro-Black';
  line-height: 24px;
  margin-bottom: 16px;
}

.service-item__content {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.hero {
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  text-align: center;
}

.hero-content {
  font-family: GothamPro-Black;
  font-size: 24px;
  line-height: 32px;
  user-select: none;
  margin-bottom: 16px;
  transform: translateY(100%);
  transition: all 1500ms cubic-bezier(0.19, 0.33, 0.3, 1);
}

.hero-content mark {
  background-color: transparent;
  color: #CA9E67;
}

.hero-content.isInView {
  transform: translateY(0);
}

.hero-button {
  transform: translateY(100%);
  transition: all 500ms cubic-bezier(0.19, 0.33, 0.3, 1);
  transition-delay: 1000ms;
}

.hero-button a {
  font-family: GothamPro-Bold;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 2px solid #CA9E67;
}

.hero-button.isInView {
  transform: translateY(0);
}

.project {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding-bottom: 40px;
}

.project .special-list ul,
.project .special-list ol {
  margin: 32px auto;
  font-family: 'GothamPro-Medium';
  font-size: 18px;
  line-height: 24px;
}

.project .special-list ul li,
.project .special-list ol li {
  position: relative;
  padding-left: 56px;
  margin-bottom: 24px;
}

.project .special-list ul li:before,
.project .special-list ol li:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 4px;
  background-color: #CA9E67;
}

.project + .project {
  margin-top: -2px;
}

.project-header h1,
.project-header h2,
.project-header h3,
.project-header h4,
.project-header h5,
.project-header h6 {
  color: #CA9E67;
}

.project-lead {
  font-size: 16px;
  font-family: 'GothamPro-Medium';
  line-height: 24px;
  max-width: 860px;
  margin: 16px 0;
}

#circle {
  position: relative;
  top: -50%;
  left: -50%;
  display: inline-block;
  width: 420px;
  height: 420px;
  overflow: hidden;
}

#circle text {
  font-family: 'GothamPro-Bold';
  font-size: 14px;
  color: #ffffff;
}

#circle svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 420px;
  height: 420px;
  animation-name: rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

#circle:before {
  content: '';
  position: absolute;
  top: 135px;
  left: 135px;
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #E1011C;
}

#circle:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 75px;
  height: 56px;
  top: 180px;
  left: 175px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNzVweCIgaGVpZ2h0PSI1NnB4IiB2aWV3Qm94PSIwIDAgNzUgNTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+Q29tYmluZWQgU2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9ItCU0LjQt9Cw0LnQvSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9ItCa0LDRgNGM0LXRgNCwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI0NS4wMDAwMDAsIC0zMDQuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxnIGlkPSJtaW4taGgtd2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExOTEuMDAwMDAwLCAyNDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNjQuMTc3Mjg3LDY0IEw2NC4xNzcyODcsODUuNjEyMjYyNyBDNjcuNDUxODU2LDgxLjY5MDczMTUgNzEuMzc4NTU1Nyw3OS43MTQ3MTY5IDc1LjkzMjcxNzcsNzkuNzE0NzE2OSBDNzguMjc5Mzc2Miw3OS43MTQ3MTY5IDgwLjM3OTk4MzQsODAuMTYzMjkxMiA4Mi4yNjMwMDI5LDgxLjA1Nzg5ODUgQzg0LjE1Mjk4MDEsODEuOTQ0ODgxMyA4NS41NjY2Njc5LDgzLjA4MzQ3MjMgODYuNTE5MjQ2OCw4NC40NjM1MDU3IEM4Ny40Nzk0MTU5LDg1Ljg1OTQyMzQgODguMTI2NDg2NCw4Ny4zODYyMjgzIDg4LjQ3NjI3MTQsODkuMDcwNjA2IEM4OC44MjYwNTYzLDkwLjc0NTQ1MzEgODksOTMuMzU0MzAwNyA4OSw5Ni44ODk1MjQzIEw4OSw5Ni44ODk1MjQzIEw4OSwxMjAgTDc4LjgxOTU1MDQsMTIwIEw3OC44MTk1NTA0LDk5LjE4NzAzODQgQzc4LjgxOTU1MDQsOTUuMDU1ODMzNSA3OC42MzYxMTg4LDkyLjQzOTM2MTQgNzguMjQ5MDE1MSw5MS4zMjgwOTE1IEM3Ny44NjI1NDM4LDkwLjIwOTgzMjQgNzcuMTgyNTgyMSw4OS4zMjk4Mzg4IDc2LjIwNTMzNDksODguNjgyMzkyMiBDNzUuMjI1NTU3NSw4OC4wMTcxNTUxIDc0LjAwNTQyMTYsODcuNjg4MDMxMSA3Mi41MzE2NDQyLDg3LjY4ODAzMTEgQzcwLjg0Nzg2OTMsODcuNjg4MDMxMSA2OS4zMzE3MTI5LDg4LjExNDM2NzQgNjguMDE3MzMxMSw4OC45NTM2OTcxIEM2Ni42NzUxMTg0LDg5LjgwMDY1MTMgNjUuNzA3OTkxNSw5MS4wNjY5NTI2IDY1LjA5NzYwNzMsOTIuNzU4MzE5NCBDNjQuNDc1MjA1MSw5NC40NTI4NjMyIDY0LjE2NTI2OTEsOTYuOTU0MzMyNSA2NC4xNzcyODcsMTAwLjI2NTkwNCBMNjQuMTc3Mjg3LDEwMC4yNjU5MDQgTDY0LjE2NTI2OTEsMTIwIEw1NCwxMjAgTDU0LDY0IEw2NC4xNzcyODcsNjQgWiBNMTA0LjE3MTAyNyw2NCBMMTA0LjE3MTAyNyw4NS42MTIyNjI3IEMxMDcuNDQ5MzcsODEuNjkwNzMxNSAxMTEuMzc1MDI5LDc5LjcxNDcxNjkgMTE1LjkzMDkyLDc5LjcxNDcxNjkgQzExOC4yNjgzNDYsNzkuNzE0NzE2OSAxMjAuMzgyNDA2LDgwLjE2MzI5MTIgMTIyLjI3MzEsODEuMDU3ODk4NSBDMTI0LjE1NDMwNCw4MS45NDQ4ODEzIDEyNS41Njg1MjgsODMuMDgzNDcyMyAxMjYuNTE4OTM4LDg0LjQ2MzUwNTcgQzEyNy40Nzk0NzEsODUuODU5NDIzNCAxMjguMTI5MzE5LDg3LjM4NjIyODMgMTI4LjQ3NjcwNSw4OS4wNzA2MDYgQzEyOC44MjY2MjMsOTAuNzQ1NDUzMSAxMjksOTMuMzU0MzAwNyAxMjksOTYuODg5NTI0MyBMMTI5LDk2Ljg4OTUyNDMgTDEyOSwxMjAgTDExOC44Mjg5NzMsMTIwIEwxMTguODI4MjkxLDk4Ljc2NTA3NTMgQzExOC44MTU1NTgsOTQuODc3MTc3IDExOC42MjQ0MzgsOTIuNDAxMDQxOCAxMTguMjQ4MDk3LDkxLjMyODA5MTUgQzExNy44NjE0NzksOTAuMjA5ODMyNCAxMTcuMTgzNzksODkuMzI5ODM4OCAxMTYuMjAxMTEsODguNjgyMzkyMiBDMTE1LjIzMTA4NSw4OC4wMTcxNTUxIDExNC4wMDAzNjIsODcuNjg4MDMxMSAxMTIuNTI2MDI1LDg3LjY4ODAzMTEgQzExMC44NDA5NzgsODcuNjg4MDMxMSAxMDkuMzI3NDA5LDg4LjExNDM2NzQgMTA4LjAwOTk5OCw4OC45NTM2OTcxIEMxMDYuNjgyNDYyLDg5LjgwMDY1MTMgMTA1LjcxMjQzNiw5MS4wNjY5NTI2IDEwNS4wOTE2OTYsOTIuNzU4MzE5NCBDMTA0LjQ4MTA4LDk0LjQ1Mjg2MzIgMTA0LjE3MTAyNyw5Ni45NTQzMzI1IDEwNC4xNzEwMjcsMTAwLjI2NTkwNCBMMTA0LjE3MTAyNywxMDAuMjY1OTA0IEwxMDQuMTcxMDI3LDEyMCBMOTQsMTIwIEw5NCw2NCBMMTA0LjE3MTAyNyw2NCBaIiBpZD0iQ29tYmluZWQtU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
}

.headhunter-promo {
  position: fixed;
  top: 160px;
  right: 160px;
  display: inline-block;
  width: 210px;
  height: 210px;
  overflow: hidden;
  z-index: 101;
}

.headhunter {
  display: inline-block;
  padding: 24px 32px;
  border-radius: 4px;
  font-size: 16px;
  font-family: 'GothamPro-Medium';
  line-height: 24px;
  background-color: #E1011C;
}

.contact-list {
  font-size: 16px;
  font-family: 'GothamPro-Medium';
  line-height: 24px;
}

.contact-list li + li {
  margin: 4px 0 0;
}

.contact-map-link {
  position: relative;
  font-size: 16px;
  font-family: 'GothamPro-Medium';
  line-height: 24px;
  margin-top: 24px;
  padding-right: 32px;
}

.contact-map-link:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.contact-map-link:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -1px;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(-45deg);
}

@media only screen and (min-width: 48em) {
  h1 {
    font-size: 42px;
    line-height: 54px;
  }

  h3 {
    font-size: 26px;
    line-height: 34px;
  }

  h4 {
    font-size: 22px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    font-size: 18px;
    line-height: 24px;
  }

  .requisite-item {
    width: calc(50% - 20px);
  }

  .upload {
    height: 64px;
    width: 350px;
  }

  .upload-label {
    height: 64px;
    width: 350px;
    padding: 18px 40px 14px;
    font-size: 14px;
    line-height: 32px;
  }

  .upload-tip {
    font-size: 14px;
    line-height: 20px;
  }

  .upload-message {
    font-size: 14px;
    line-height: 20px;
  }

  .button {
    margin: 0 8px;
  }

  .button-medium {
    padding: 18px 40px 14px;
  }

  .button-outline {
    font-size: 14px;
    line-height: 30px;
  }

  .static-content {
    font-size: 16px;
    line-height: 24px;
  }

  .static-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .static-content h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .static-content h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .static-content h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .static-content h6 {
    font-size: 18px;
    line-height: 24px;
  }

  .static-contact {
    flex-flow: row;
    justify-content: space-between;
  }

  .figure-float {
    width: 400px;
    float: right;
    margin-left: 32px !important;
  }

  .gallery-lightbox-item {
    height: 120px;
  }

  .card-hero {
    width: 100%;
  }

  .card-hero__subtitle {
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
  }

  .card-item {
    width: 100%;
    height: 256px;
    padding: 40px;
  }

  .card-item__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .card-item__subtitle {
    font-size: 14px;
    line-height: 22px;
  }

  .card-item__arrow {
    bottom: 64px;
  }

  .feature-item__title {
    font-size: 20px;
    line-height: 28px;
  }

  .footer-bottom {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 24px;
  }

  .footer-contact {
    flex-flow: row;
    justify-content: space-between;
  }

  .page-header {
    padding: 0 40px;
  }

  .page-content {
    padding-bottom: 64px;
  }

  .page-footer {
    padding: 0 40px;
  }

  .page-404__title {
    font-size: 128px;
    line-height: 128px;
  }

  .page-404__subtitle {
    font-size: 32px;
    line-height: 40px;
  }

  .section {
    margin-top: 32px;
  }

  .section-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-lead {
    font-size: 20px;
    line-height: 26px;
  }

  .section-body {
    margin-top: 32px;
  }

  .form {
    padding: 40px;
  }

  .form-header {
    margin-bottom: 32px;
  }

  .form-title {
    font-size: 24px;
    line-height: 32px;
  }

  .form-row {
    flex-flow: row;
  }

  .form-item {
    margin-bottom: 0;
  }

  .team-lead__image {
    width: 50%;
  }

  .team-list {
    flex-flow: row wrap;
    width: 100%;
    margin: 0 -20px;
  }

  .team-item {
    width: 50%;
    padding: 0 20px;
    margin: 40px 0;
  }

  .team-item__name {
    margin: 24px 0;
  }

  .service-item {
    flex-flow: row;
    justify-content: space-between;
  }

  .service-item__title {
    width: 50%;
    max-width: 480px;
    font-size: 24px;
    line-height: 32px;
  }

  .service-item__content {
    width: 50%;
    padding: 0 20px;
  }

  .hero {
    align-items: flex-start;
    text-align: left;
  }

  .hero-content {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 16px;
  }

  .project {
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: calc(8.33% + 40px);
    padding-right: calc(8.33% + 40px);
  }

  .project-lead {
    font-size: 20px;
    line-height: 26px;
  }

  .contact-map-link {
    margin-top: 0;
  }
}

@media only screen and (min-width: 62em) {
  .upload {
    width: 450px;
  }

  .upload-label {
    width: 450px;
  }

  .gallery-lightbox-item {
    height: 160px;
  }

  .card-hero {
    width: calc(50% - 2px);
    margin: 0 1px 32px;
  }

  .card-item {
    width: calc(50% - 2px);
    height: 384px;
  }

  .feature-item {
    width: calc(50% - 20px);
  }

  .header-logo {
    margin: 40px 0;
  }

  .form {
    width: auto;
    padding: 64px 72px;
  }

  .team-lead {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 -20px;
  }

  .team-lead__content {
    width: 66.66%;
    padding: 0 20px;
  }

  .team-lead__image {
    width: 33.33%;
    padding: 0 20px;
  }

  .team-item {
    width: 33.33%;
  }

  .headhunter {
    display: none;
  }
}

@media only screen and (min-width: 75em) {
  h1 {
    font-size: 72px;
    line-height: 80px;
  }

  h3 {
    font-size: 48px;
    line-height: 56px;
  }

  h4 {
    font-size: 32px;
    line-height: 40px;
  }

  h5 {
    font-size: 24px;
    line-height: 32px;
  }

  h6 {
    font-size: 20px;
    line-height: 28px;
  }

  .nav-menu__item:not(last-child) {
    margin-right: 40px;
  }

  .static-content h2 {
    font-size: 56px;
    line-height: 64px;
  }

  .static-content h3 {
    font-size: 48px;
    line-height: 56px;
  }

  .static-content h4 {
    font-size: 32px;
    line-height: 40px;
  }

  .static-content h5 {
    font-size: 24px;
    line-height: 32px;
  }

  .static-content h6 {
    font-size: 20px;
    line-height: 28px;
  }

  .static-contact {
    margin-bottom: 72px;
  }

  .static-contact {
    align-items: flex-end;
  }

  .gallery {
    padding: 64px 0;
  }

  .card-hero {
    width: calc(66.66% - 2px);
    margin-bottom: 0;
  }

  .card-hero__subtitle {
    font-size: 24px;
    line-height: 36px;
  }

  .card-item {
    width: calc(33.33% - 2px);
  }

  .card-item {
    height: 400px;
  }

  .card-item__title {
    font-size: 32px;
    line-height: 40px;
  }

  .feature-list {
    margin-bottom: -96px;
  }

  .feature-item {
    margin-bottom: 96px;
  }

  .footer-bottom {
    margin-bottom: 48px;
  }

  .footer-contact {
    margin-bottom: 72px;
  }

  .footer-contact {
    align-items: flex-end;
  }

  .page-content {
    padding-bottom: 128px;
  }

  .page-content--main:after {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.75));
  }

  .section--inverse {
    padding: 64px 0;
  }

  .section-lead {
    font-size: 24px;
    line-height: 32px;
  }

  .section-body {
    margin-top: 80px;
  }

  .team-lead {
    margin: 0 -20px;
  }

  .team-lead__content {
    width: 50%;
  }

  .team-lead__content .actor {
    display: block;
  }

  .team-lead__image {
    width: 40%;
  }

  .team-lead__image .actor {
    display: none;
  }

  .team-item {
    width: 25%;
  }

  .service-item {
    min-height: 196px;
  }

  .service-item__title {
    font-size: 32px;
    line-height: 40px;
  }

  .hero {
    height: 80vh;
  }

  .hero-content {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 40px;
  }

  .project .special-list ul,
  .project .special-list ol {
    font-size: 24px;
    line-height: 32px;
  }

  .project-lead {
    font-size: 24px;
    line-height: 32px;
  }

  .contact-list {
    font-size: 24px;
    line-height: 32px;
  }

  .contact-list li + li {
    margin: 12px 0 0;
  }

  .contact-map-link {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 48em) {
  .headhunter-promo {
    display: none;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media only screen and (max-width: 32em) {
  header .nav-menu {
    flex-flow: column;
    font-size: 24px;
    line-height: 40px;
  }

  header .nav-menu__item {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.25s, opacity 0.25s;
    transition-timing-function: ease-out;
  }

  header .nav-menu__item:nth-child(1) {
    transition-delay: 125ms;
  }

  header .nav-menu__item:nth-child(2) {
    transition-delay: 250ms;
  }

  header .nav-menu__item:nth-child(3) {
    transition-delay: 375ms;
  }

  header .nav-menu__item:nth-child(4) {
    transition-delay: 500ms;
  }

  header .nav-menu__item:nth-child(5) {
    transition-delay: 625ms;
  }

  header .nav-menu__item:nth-child(6) {
    transition-delay: 750ms;
  }

  header .js-nav-menu__item {
    opacity: 1;
    transform: translateY(0);
  }

  .hamburger {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px;
    cursor: pointer;
    z-index: 101;
  }

  .hamburger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    background-color: #ffffff;
    transition: all 300ms cubic-bezier(0.19, 0.33, 0.3, 1);
  }

  .hamburger span:nth-child(1) {
    top: 0;
  }

  .hamburger span:nth-child(2) {
    top: 9px;
  }

  .hamburger span:nth-child(3) {
    top: 18px;
  }

  .hamburger span:nth-child(4) {
    top: 9px;
  }

  .hamburger span:nth-child(5) {
    top: 9px;
  }

  .gallery-button-next {
    top: auto;
    right: 24px;
    bottom: 16px;
  }

  .gallery-button-prev {
    top: auto;
    right: 80px;
    bottom: 16px;
    left: auto;
  }

  .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 80px 40px;
    background-color: #202020;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms cubic-bezier(0.19, 0.33, 0.3, 1);
  }

  .js-header-nav {
    opacity: 1;
    visibility: visible;
  }

  .header-contact {
    display: block;
    margin-top: 32px;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

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

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

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

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/*# sourceMappingURL=maps/main.css.map */

/* End */
/* /local/templates/spectre/assets/styles/main.css?167869587574320 */
