@charset "UTF-8";
/*! 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;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

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

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

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

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

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

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

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

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

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

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

.fancybox-slide--image {
  overflow: visible;
}

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

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

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

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
}

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

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: 0.3;
}

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

.fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left, .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs, .fancybox-thumbs {
  display: none;
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
} /*!
 * pagepiling.js 1.5.6
 *
 * https://github.com/alvarotrigo/pagePiling.js
 * @license MIT licensed
 *
 * Copyright (C) 2016 alvarotrigo.com - A project by Alvaro Trigo
 */
body, html {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 1000.99px) {
  body, html {
    overflow: hidden;
  }
}
.pp-section {
  height: 100%;
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
}

.pp-easing {
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
}

#pp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}

#pp-nav.right {
  right: 17px;
}

#pp-nav.left {
  left: 17px;
}

.pp-section.pp-table {
  display: table;
}

.pp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.pp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

.pp-slidesNav.bottom {
  bottom: 17px;
}

.pp-slidesNav.top {
  top: 17px;
}

#pp-nav ul, .pp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#pp-nav li, .pp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.pp-slidesNav li {
  display: inline-block;
}

#pp-nav li a, .pp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#pp-nav li .active span, .pp-slidesNav .active span {
  background: #333;
}

#pp-nav span, .pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.pp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
}

.pp-tooltip.right {
  right: 20px;
}

.pp-tooltip.left {
  left: 20px;
}

.pp-scrollable {
  overflow-y: scroll;
  height: 100%;
}

@font-face {
  font-family: MazzardMedium;
  font-display: swap;
  src: url("../fonts/Mazzard-Medium.woff2") format("woff2"), url("../fonts/Mazzard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: MazzardRegular;
  font-display: swap;
  src: url("../fonts/Mazzard-Regular.woff2") format("woff2"), url("../fonts/Mazzard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OldStandardTTBold;
  font-display: swap;
  src: url("../fonts/OldStandardTT-Bold.woff2") format("woff2"), url("../fonts/OldStandardTT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: OldStandardTTRegular;
  font-display: swap;
  src: url("../fonts/OldStandardTT-Regular.woff2") format("woff2"), url("../fonts/OldStandardTT-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: NunitoRegular;
  font-display: swap;
  src: url("../fonts/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CormorantGaramondSemiBold;
  font-display: swap;
  src: url("../fonts/CormorantGaramond-SemiBold.woff2") format("woff2"), url("../fonts/CormorantGaramond-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: RalewayRegular;
  font-display: swap;
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "MazzardRegular", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  overflow-x: hidden;
}

main {
  margin-left: 313px;
}
@media (max-width: 1600px) {
  main {
    margin-left: 280px;
  }
}
@media (max-width: 1000px) {
  main {
    margin-left: 0;
    margin-top: 105px;
  }
}

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

iframe {
  border: none;
}

::-webkit-scrollbar {
  width: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.container {
  max-width: 1530px;
  padding: 0 80px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 400px) {
  .container {
    padding: 0 20px;
  }
}

.container--footer {
  min-height: calc(100vh - 280px);
  padding-bottom: 60px;
}
@media (max-width: 576px) {
  .container--footer {
    min-height: max-content;
  }
}

.vertical-center {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .vertical-center {
    height: max-content;
    display: block;
  }
}

.pp-section {
  width: calc(100% - 313px);
}
@media (max-width: 1600px) {
  .pp-section {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1000px) {
  .pp-section {
    width: 100%;
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .pp-section {
    padding-bottom: 70px;
  }
}

h1,
h2,
.section-title {
  font-family: "OldStandardTTRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.1;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 40px;
  padding: 80px 0 0;
}
@media (max-width: 992px) {
  h1,
h2,
.section-title {
    font-size: 45px;
    padding: 60px 0 0;
    margin: 0 0 20px;
  }
}
@media (max-width: 500px) {
  h1,
h2,
.section-title {
    font-size: 36px;
    padding: 40px 0 0;
    margin: 0 0 20px;
  }
}
h1--gallery,
h2--gallery,
.section-title--gallery {
  font-size: 50px;
}
@media (max-width: 992px) {
  h1--gallery,
h2--gallery,
.section-title--gallery {
    font-size: 45px;
  }
}
@media (max-width: 500px) {
  h1--gallery,
h2--gallery,
.section-title--gallery {
    font-size: 36px;
  }
}

.section-link {
  display: block;
  font-family: "MazzardMedium", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  color: #DBC589;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 2px solid #DBC589;
  max-width: max-content;
  margin: 0 auto 60px;
  padding: 0;
}
@media (max-width: 992px) {
  .section-link {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .section-link {
    font-size: 18px;
    border: none;
    line-height: 1.2;
    text-decoration: underline;
  }
}

p,
.section-text {
  font-family: "MazzardRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #FFFFFF;
  margin: 15px 0;
  padding: 0;
}
@media (max-width: 500px) {
  p,
.section-text {
    font-size: 16px;
  }
}

h3,
.item-title {
  font-family: "OldStandardTTBold", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0 0 20px;
  padding: 0;
}
@media (max-width: 992px) {
  h3,
.item-title {
    font-size: 38px;
    margin: 0 0 20px;
  }
}
@media (max-width: 500px) {
  h3,
.item-title {
    font-size: 24px;
  }
}
h3--center,
.item-title--center {
  text-align: center;
}

.item-date {
  font-family: "MazzardMedium", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  color: #DBC589;
  padding: 0;
  margin: 0 0 10px;
}
@media (max-width: 992px) {
  .item-date {
    font-size: 20px;
    margin: 0 0 5px;
  }
}
@media (max-width: 500px) {
  .item-date {
    font-size: 16px;
  }
}

.btn {
  display: inline-block;
  background: transparent;
  padding: 12px 40px;
  min-width: 172px;
  border: 2px solid #E0C482;
  border-radius: 6px;
  outline: none;
  font-family: "CormorantGaramondSemiBold", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #E0C482;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .btn {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .btn {
    padding: 14px 25px;
    min-width: max-content;
  }
}
.btn:hover {
  box-shadow: none;
  border-color: #fff;
  color: #fff;
  background: transparent;
  box-shadow: none;
}

.contact__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 35px;
  margin: 0 auto 80px;
  max-width: 940px;
}
@media (max-width: 490px) {
  .contact__form {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.contact__form-input {
  font-family: "MazzardRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  color: #FFFFFF;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid #fff;
  padding: 0 0 15px;
}
.contact__form-input::placeholder {
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.contact__form-input:focus::placeholder {
  color: transparent;
}
.contact__form-input--big {
  grid-column: 1/3;
}
@media (max-width: 490px) {
  .contact__form-input--big {
    grid-column: 1/2;
  }
}
.contact__form-input--big::placeholder {
  line-height: 8;
}
.contact__form-btn {
  grid-column: 1/3;
  justify-self: center;
}
@media (max-width: 490px) {
  .contact__form-btn {
    grid-column: 1/2;
  }
}

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

.link {
  display: block;
  width: 100%;
  height: 60px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCA0NSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM2LjE3MjUgMEw0NSAwTDIyLjUgMTZMMCAwTDguODI3NTMgMEwyMi41IDkuNzIyNjRMMzYuMTcyNSAwWiIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMC44Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.error-title {
  font-family: "OldStandardTTRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 210px;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  .error-title {
    font-size: 150px;
  }
}
@media (max-width: 375px) {
  .error-title {
    font-size: 90px;
  }
}

.error-text {
  font-family: "MazzardRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0 0 50px;
  padding: 0;
}
@media (max-width: 768px) {
  .error-text {
    font-size: 32px;
  }
}
@media (max-width: 375px) {
  .error-text {
    font-size: 24px;
  }
}

.modal__success {
  background: #191819;
  background-image: radial-gradient(ellipse closest-corner at 50% 50%, transparent 50%, #191819 100%), url(../img/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 2px solid #E0C482;
  text-align: center;
  padding: 60px 40px;
}

.modal__success-title {
  font-family: "OldStandardTTRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 20px;
  padding: 0;
}
@media (max-width: 992px) {
  .modal__success-title {
    font-size: 45px;
  }
}
@media (max-width: 500px) {
  .modal__success-title {
    font-size: 36px;
  }
}

.modal__success-text {
  font-family: "MazzardRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  padding: 0;
}
@media (max-width: 500px) {
  .modal__success-text {
    font-size: 18px;
  }
}

.fancybox-close-small::after {
  color: #fff;
  border-radius: 0;
  background: transparent;
}

.fancybox-close-small:hover::after {
  color: #fff;
  background: transparent;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 313px;
  height: 100%;
  background: #E0C482;
  color: #221F20;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .header--fixed .header__logo {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .header--fixed .header__logo--desc {
    display: none;
  }
}
@media (max-width: 576px) {
  .header--fixed .header__logo--mob {
    display: block;
  }
}
@media (max-width: 576px) {
  .header--fixed .header__burger span {
    display: none;
  }
}
@media (max-width: 576px) {
  .header--fixed .menu-wrapper {
    margin-top: -20px;
  }
}
@media (max-width: 576px) {
  .header--fixed .header__menu {
    top: 60px;
  }
}
.header a {
  cursor: default;
}
@media (max-width: 1600px) {
  .header {
    width: 280px;
  }
}
@media (max-width: 1000px) {
  .header {
    right: 0;
    width: 100%;
    height: max-content;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    padding: 15px 40px;
  }
}
@media (max-width: 576px) {
  .header {
    padding: 10px 20px;
  }
}
.header__logo {
  display: block;
  margin: 30px 0;
}
@media (max-width: 1000px) {
  .header__logo {
    width: 120px;
    height: 87px;
    margin: 0;
  }
}
.header__logo img {
  max-width: 185px;
  max-height: 130px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__logo--mob {
  display: none;
}
.header__burger {
  display: flex;
  gap: 10px;
}
.header__burger span {
  font-family: "OldStandardTTRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
}

.header__menu {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .header__menu {
    display: none;
    position: absolute;
    top: 107px;
    right: 0;
    left: 0;
    height: max-content;
    background: #E0C482;
    z-index: 100;
    padding-bottom: 20px;
  }
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-height: calc(100vh - 450px);
  overflow-y: auto;
}
@media (max-width: 1000px) {
  .nav {
    max-height: calc(100vh - 87px);
    height: calc(100vh - 87px);
    justify-content: center;
  }
}
.nav__item {
  font-family: "OldStandardTTRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  color: #221F20;
  transition: all ease-in-out 0.2s;
}
@media (max-width: 1000px) {
  .nav__item:not(.nav__item--mobile) {
    margin-bottom: 10px;
  }
}
.nav__item--active {
  color: #B69900;
}
.nav__item--mobile {
  display: none;
  font-size: 24px;
  line-height: 1.3;
}
.nav__item--mobile-top {
  margin-top: 30px;
}
.nav__item--mobile .socials-list {
  display: flex;
}
@media (max-width: 1000px) {
  .nav__item--mobile {
    display: block;
  }
}

.lang-selector {
  margin: 0;
  padding: 30px 0 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1000px) {
  .lang-selector {
    display: none;
  }
}
.lang-selector__item {
  font-family: "OldStandardTTRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.12;
  color: rgba(25, 24, 25, 0.77);
}
.lang-selector__item--active {
  pointer-events: none;
  color: #191819;
}

.requisites-list {
  margin: 0;
  padding: 30px 0 0;
  list-style: none;
}
@media (max-width: 1000px) {
  .requisites-list {
    display: none;
  }
}
.requisites-list__item {
  font-family: "OldStandardTTRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.12;
  text-align: center;
  color: #191819;
  margin-bottom: 10px;
}
.requisites-list__item:first-child {
  font-size: 14px;
  margin-bottom: 4px;
}
.requisites-list__item:last-child {
  margin-bottom: 0;
}
.requisites-list__item a {
  transition: all 0.3s ease-in-out;
}
.requisites-list__item a:hover {
  opacity: 0.6;
}

.socials-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 23px;
  padding: 30px 0 40px;
}
@media (max-width: 1000px) {
  .socials-list {
    display: none;
  }
}
.socials-list__item {
  width: 23px;
  height: 23px;
}
.socials-list__item svg {
  width: 100%;
  height: 100%;
}

.menu-wrapper {
  display: none;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .menu-wrapper {
    display: block;
    margin-top: 5px;
  }
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 30px;
  height: 1.5px;
}

.hamburger-menu {
  position: relative;
  transform: translateY(6px);
  background: #3F3130;
  transition: all 0ms 200ms;
  border-radius: 2px;
  margin-top: 10px;
}
.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #3F3130;
  transition: bottom 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #3F3130;
  transition: top 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.footer {
  padding: 80px 0;
  background: #191819;
  color: #fff;
}
.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1000px) {
  .footer .container {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .footer .container {
    gap: 20px;
  }
}
.footer__text {
  margin-top: -20px;
  text-align: center;
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 40px;
}
@media (max-width: 1300px) {
  .footer-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  .footer-menu {
    margin: 30px 0;
  }
}
@media (max-width: 600px) {
  .footer-menu {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.footer-menu__item {
  font-family: "NunitoRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 2.1;
  color: #fff;
  transition: all ease-in-out 0.2s;
}
.footer-menu__item:hover {
  color: #E0C482;
}

.promo__img {
  display: block;
  width: 100%;
  height: calc(100vh - 60px);
  object-fit: cover;
}
@media (max-width: 1000px) {
  .promo__img {
    height: calc(100vh - 177px);
  }
}
@media (max-width: 576px) {
  .promo__img {
    height: calc(100vh - 225px);
  }
}
@media (max-width: 576px) {
  .promo--disabled {
    display: none;
  }
}

.conceptul {
  background-image: radial-gradient(ellipse closest-corner at 50% 50%, transparent 50%, #191819 100%), url(../img/concept-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 500px) {
  .conceptul {
    background-image: radial-gradient(ellipse closest-corner at 50% 50%, transparent 20%, #191819 100%), url(../img/mobile-bg.png);
  }
}
.conceptul-list {
  display: flex;
  justify-content: center;
  gap: 3%;
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 0;
}
@media (max-width: 576px) {
  .conceptul-list {
    margin: 40px;
    flex-direction: column;
    gap: 20px;
  }
}
.conceptul-list__item {
  flex: 1 0;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  gap: 15px;
}
@media (max-width: 500px) {
  .conceptul-list__item {
    gap: 5px;
  }
}
.conceptul-list__item dd {
  font-family: "OldStandardTTRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.1;
  color: #DBC589;
  margin: 0;
  padding: 0;
}
@media (max-width: 1250px) {
  .conceptul-list__item dd {
    font-size: 64px;
  }
}
@media (max-width: 1180px) {
  .conceptul-list__item dd {
    font-size: 48px;
  }
}
@media (max-width: 1000px) {
  .conceptul-list__item dd {
    font-size: 64px;
  }
}
@media (max-width: 992px) {
  .conceptul-list__item dd {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .conceptul-list__item dd {
    font-size: 64px;
  }
}
.conceptul-list__item dt {
  font-family: "OldStandardTTRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
@media (max-width: 1050px) {
  .conceptul-list__item dt {
    font-size: 20px;
  }
}

.events-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
@media (max-width: 1800px) {
  .events-list {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1200px) {
  .events-list {
    gap: 25px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1000px) {
  .events-list {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .events-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .events-list {
    grid-template-columns: 1fr;
  }
}
.events-list__item a {
  display: block;
  background: #1D292E;
  padding: 24px;
  text-align: center;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 576px) {
  .events-list__item a {
    padding: 12px 12px 15px;
    margin: 0 auto;
  }
}
.events-list__item a:hover {
  background: #DBC589;
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.31);
}
.events-list__item a:hover .events-list__item-link {
  color: #221F20;
}
.events-list__item-img--main {
  aspect-ratio: 1/1.2;
  width: 100%;
  object-fit: cover;
}
.events-list__item-img {
  aspect-ratio: 1/0.65;
  width: 100%;
  object-fit: cover;
}
.events-list__item-link {
  display: inline-block;
  font-family: "RalewayRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  text-decoration-line: underline;
  color: #fff;
  margin: 16px 0 0;
  padding: 0;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 992px) {
  .events-list__item-link {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .events-list__item-link {
    font-size: 16px;
  }
}

.events h2, .events .section-title {
  padding: 30px 0 0;
}

.restaurant h2, .restaurant .section-title {
  padding: 30px 0 0;
}

.gallery {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1.3fr 1fr;
  gap: 10px;
}
@media (min-width: 1000px) {
  .gallery {
    height: calc(100vh - 277px);
  }
}
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .gallery {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (min-width: 1000px) {
  .gallery--with-link {
    height: calc(100vh - 306px);
  }
}
@media (min-width: 1600px) {
  .gallery--with-link {
    height: calc(100vh - 366px);
  }
}
@media (max-width: 576px) {
  .gallery--with-link .gallery__item:nth-child(2),
.gallery--with-link .gallery__item:nth-child(3) {
    display: none;
  }
  .gallery--with-link .gallery__item--big {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.gallery__item a {
  display: block;
  height: 100%;
  width: 100%;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__item--big {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 768px) {
  .gallery__item--big {
    order: -1;
  }
}
@media (max-width: 576px) {
  .gallery__item--big {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.fancybox-slide .fancybox-image-wrap {
  border: 4px solid #DBC589;
}

.fancybox-button--play,
.fancybox-button--fullscreen,
.fancybox-button--thumbs {
  display: none;
}

.fancybox-button {
  background: transparent;
  color: #fff;
}

.fancybox-button::before,
.fancybox-button::after {
  background-color: #fff;
  color: #fff;
}

.fancybox-arrow::after {
  height: 60px;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMTMwIiB2aWV3Qm94PSIwIDAgNDAgMTMwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNLTEuMTE0NzJlLTA2IDEwNC40OThMMCAxMzBMNDAgNjVMLTUuNjgyNDhlLTA2IDBMLTQuNTY3NzZlLTA2IDI1LjUwMThMMjQuMzA2NiA2NUwtMS4xMTQ3MmUtMDYgMTA0LjQ5OFoiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgo8L3N2Zz4K);
  background-size: 40px 60px;
}

.event-block {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin: 0 0 80px;
}
.event-block p {
  text-align: justify;
}
.event-block .item-title {
  text-align: left;
}
@media (max-width: 1400px) {
  .event-block {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .event-block {
    flex-direction: column;
    align-items: center;
  }
}
.event-block__img {
  width: calc(28% - 30px);
  height: auto;
}
@media (max-width: 1400px) {
  .event-block__img {
    width: calc(40% - 15px);
  }
}
@media (max-width: 768px) {
  .event-block__img {
    width: 80%;
  }
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
  margin: 0 0 80px;
  padding: 0;
}
@media (max-width: 1200px) {
  .news-list {
    margin: 80px 0;
  }
}
.news-list__item {
  display: flex;
  column-gap: 40px;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1200px) {
  .news-list__item {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 1000px) {
  .news-list__item {
    flex-direction: row;
    column-gap: 20px;
  }
}
@media (max-width: 700px) {
  .news-list__item {
    flex-direction: column;
  }
}
.news-list__item-img {
  width: calc(48% - 20px);
}
@media (max-width: 1300px) {
  .news-list__item-img {
    width: calc(40% - 20px);
  }
}
@media (max-width: 1200px) {
  .news-list__item-img {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .news-list__item-img {
    width: calc(48% - 10px);
  }
}
@media (max-width: 700px) {
  .news-list__item-img {
    width: 100%;
  }
}
.news-list__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list__item-content {
  display: flex;
  flex-direction: column;
  width: calc(52% - 20px);
}
@media (max-width: 1300px) {
  .news-list__item-content {
    width: calc(60% - 20px);
  }
}
@media (max-width: 1200px) {
  .news-list__item-content {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .news-list__item-content {
    width: calc(52% - 10px);
  }
}
@media (max-width: 700px) {
  .news-list__item-content {
    width: 100%;
  }
}
.news-list__item-content p {
  margin: 6px 0;
}
.news-list__item-content p:last-of-type {
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .news-list__item-content p:last-of-type {
    margin-bottom: 20px;
  }
}
.news-list__item-content .btn {
  align-self: flex-start;
  margin-top: auto;
}
.news-list__item-title {
  font-family: "RalewayRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  color: #fff;
  margin: 0 0 24px;
}
@media (max-width: 992px) {
  .news-list__item-title {
    font-size: 30px;
  }
}
.news-list__item-date {
  font-family: "MazzardMedium", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #DBC589;
  margin: 0 0 15px;
}
@media (max-width: 992px) {
  .news-list__item-date {
    font-size: 14px;
  }
}
.news__btn-load {
  display: block;
  margin: 0 auto 80px;
  width: max-content;
}

.article__grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 10%;
  margin: 0 0 80px;
}
@media (max-width: 1400px) {
  .article__grid {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .article__grid {
    grid-template-columns: 1fr;
  }
}
.article__sidebar {
  position: relative;
}
.article__sidebar .btn {
  display: block;
  max-width: max-content;
  margin: 0 auto;
}
.article__sticky {
  position: sticky;
  top: 0;
}
.article__img {
  width: 100%;
  height: 100%;
  margin: 25px 0;
}
.article__btn-container {
  margin: 80px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  .article__btn-container {
    justify-content: center;
  }
}
.article__btn-container .btn {
  padding-left: 0;
  padding-right: 0;
  width: 172px;
}
@media (max-width: 500px) {
  .article__btn-container .btn {
    width: 150px;
  }
}
@media (max-width: 410px) {
  .article__btn-container .btn {
    width: 130px;
  }
}
@media (max-width: 365px) {
  .article__btn-container .btn {
    width: 108px;
  }
}
.article .item-title {
  text-align: left;
}

.documents-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin: 0 0 80px;
  padding: 0;
  list-style: none;
}
@media (max-width: 1400px) {
  .documents-list {
    gap: 25px;
  }
}
@media (max-width: 780px) {
  .documents-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .documents-list {
    gap: 10px;
  }
}
.documents-list__item {
  background: #1D292E;
  padding: 24px 24px 30px;
  text-align: center;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 576px) {
  .documents-list__item {
    padding: 12px 12px 15px;
  }
}
.documents-list__item:hover {
  background: #DBC589;
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.31);
}
.documents-list__item:hover .documents-list__item-date,
.documents-list__item:hover .documents-list__item-title {
  color: #191819;
}
.documents-list__item:hover .btn {
  color: #191819;
  border-color: #191819;
}
.documents-list__item:hover .btn span {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyNCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2MTUgMTUuNTc4NkMxMC43MjYxIDE1Ljk0NTUgMTEuMTY1MSAxNi4xODc1IDExLjY1ODcgMTYuMTg3NUMxMS45OTk2IDE2LjE4NzUgMTIuMzEzMiAxNi4wNzMzIDEyLjU2MTMgMTUuODgxN0MxMi42MTMgMTUuODQxOCAxMi42NjIxIDE1LjgwMTkgMTIuNzExMiAxNS43NTY3TDE4Ljg1NTIgOS43NjYwN0MxOS40Mjc5IDkuMjA3NjEgMTkuNDI3OSA4LjMwNjQ0IDE4Ljg1NTIgNy43NDc5N0MxOC4yODI0IDcuMTg5NTEgMTcuMzU4MiA3LjE4OTUxIDE2Ljc4NTQgNy43NDc5N0wxMy4xMjMxIDExLjMxODhWMS40Mjc3M0MxMy4xMjMxIDAuNjQwNzk0IDEyLjQ2ODYgMCAxMS42NTg4IDBDMTAuODQ4OSAwIDEwLjE5NDUgMC42MzgxODIgMTAuMTk0NSAxLjQyNzczTDEwLjE5NDMgMTEuMjg3TDYuNDk5MzQgNy42ODQyNUM1LjkyNjU4IDcuMTI1NzkgNS4wMDIzMyA3LjEyNTc5IDQuNDI5NTcgNy42ODQyNUMzLjg1NjgxIDguMjQyNzIgMy44NTY4MSA5LjE0Mzg5IDQuNDI5NTcgOS43MDIzNkwxMC40NTkxIDE1LjU4MTRMMTAuNDYxNSAxNS41Nzg2WiIgZmlsbD0iIzIwMTgxOSIvPgo8cGF0aCBkPSJNMjIuNTM1NyAxMy4zMzQ4QzIxLjcyODYgMTMuMzM0OCAyMS4wNzE0IDEzLjk3MyAyMS4wNzE0IDE0Ljc2MjVWMTguODQxMkMyMS4wNzE0IDE5LjAwODYgMjAuOTI5NyAxOS4xNDcgMjAuNzU3NyAxOS4xNDdMMy4yNDIyNSAxOS4xNDcyQzMuMDcwNDggMTkuMTQ3MiAyLjkyODU4IDE5LjAwOSAyLjkyODU4IDE4Ljg0MTNWMTQuNzYyN0MyLjkyODU4IDEzLjk3NTggMi4yNzQwNSAxMy4zMzUgMS40NjQyOSAxMy4zMzVDMC42NTQzMjggMTMuMzM1IDAgMTMuOTczMSAwIDE0Ljc2MjdWMTguODQxM0MwIDIwLjU4MjkgMS40NTM0OCAyMi4wMDAxIDMuMjM5NiAyMi4wMDAxSDIwLjc2MDRDMjIuNTQ2NiAyMi4wMDAxIDI0IDIwLjU4MjkgMjQgMTguODQxM1YxNC43NjI3QzI0IDEzLjk3NTggMjMuMzQ1NSAxMy4zMzUgMjIuNTM1NyAxMy4zMzVMMjIuNTM1NyAxMy4zMzQ4WiIgZmlsbD0iIzIwMTgxOSIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center right;
}
.documents-list__item-img {
  aspect-ratio: 1/1;
  width: 100%;
  height: max-content;
  object-fit: cover;
}
.documents-list__item-date {
  display: block;
  font-family: "OldStandardTTRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #8E8E8E;
  text-align: center;
  margin: 12px 0 5px;
  padding: 0;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 576px) {
  .documents-list__item-date {
    font-size: 14px;
  }
}
.documents-list__item-title {
  font-family: "OldStandardTTBold", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 20px;
  padding: 0;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 1100px) {
  .documents-list__item-title {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .documents-list__item-title {
    font-size: 18px;
  }
}
.documents-list .btn span {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyNCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjgyMjggMTUuNTc4NkMxMS4wODc0IDE1Ljk0NTUgMTEuNTI2NCAxNi4xODc1IDEyLjAyIDE2LjE4NzVDMTIuMzYwOSAxNi4xODc1IDEyLjY3NDYgMTYuMDczMyAxMi45MjI2IDE1Ljg4MTdDMTIuOTc0NCAxNS44NDE4IDEzLjAyMzQgMTUuODAxOSAxMy4wNzI1IDE1Ljc1NjdMMTkuMjE2NSA5Ljc2NjA3QzE5Ljc4OTMgOS4yMDc2MSAxOS43ODkzIDguMzA2NDQgMTkuMjE2NSA3Ljc0Nzk3QzE4LjY0MzcgNy4xODk1MSAxNy43MTk1IDcuMTg5NTEgMTcuMTQ2NyA3Ljc0Nzk3TDEzLjQ4NDQgMTEuMzE4OFYxLjQyNzczQzEzLjQ4NDQgMC42NDA3OTQgMTIuODI5OSAwIDEyLjAyMDIgMEMxMS4yMTAyIDAgMTAuNTU1OSAwLjYzODE4MiAxMC41NTU5IDEuNDI3NzNMMTAuNTU1NyAxMS4yODdMNi44NjA2NyA3LjY4NDI1QzYuMjg3OTEgNy4xMjU3OSA1LjM2MzY2IDcuMTI1NzkgNC43OTA5IDcuNjg0MjVDNC4yMTgxNCA4LjI0MjcyIDQuMjE4MTQgOS4xNDM4OSA0Ljc5MDkgOS43MDIzNkwxMC44MjA0IDE1LjU4MTRMMTAuODIyOCAxNS41Nzg2WiIgZmlsbD0iI0UwQzQ4MiIvPgo8cGF0aCBkPSJNMjIuNTM1NyAxMy4zMzQ4QzIxLjcyODYgMTMuMzM0OCAyMS4wNzE0IDEzLjk3MyAyMS4wNzE0IDE0Ljc2MjVWMTguODQxMkMyMS4wNzE0IDE5LjAwODYgMjAuOTI5NyAxOS4xNDcgMjAuNzU3NyAxOS4xNDdMMy4yNDIyNSAxOS4xNDcyQzMuMDcwNDggMTkuMTQ3MiAyLjkyODU4IDE5LjAwOSAyLjkyODU4IDE4Ljg0MTNWMTQuNzYyN0MyLjkyODU4IDEzLjk3NTggMi4yNzQwNSAxMy4zMzUgMS40NjQyOSAxMy4zMzVDMC42NTQzMjggMTMuMzM1IDAgMTMuOTczMSAwIDE0Ljc2MjdWMTguODQxM0MwIDIwLjU4MjkgMS40NTM0OCAyMi4wMDAxIDMuMjM5NiAyMi4wMDAxSDIwLjc2MDRDMjIuNTQ2NiAyMi4wMDAxIDI0IDIwLjU4MjkgMjQgMTguODQxM1YxNC43NjI3QzI0IDEzLjk3NTggMjMuMzQ1NSAxMy4zMzUgMjIuNTM1NyAxMy4zMzVMMjIuNTM1NyAxMy4zMzQ4WiIgZmlsbD0iI0UwQzQ4MiIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 0 36px 0 0;
  transition: background-image ease-in-out 0.3s;
}
@media (max-width: 576px) {
  .documents-list .btn span {
    padding-right: 25px;
    background-size: 15px 15px;
  }
}
@media (max-width: 400px) {
  .documents-list .btn span {
    padding-right: 0;
    background-image: none;
  }
}

.all-news__title {
  font-family: "OldStandardTTBold", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: #DBC589;
  margin: 0 0 30px;
  padding: 0;
}
.all-news__list {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.all-news__item a {
  display: flex;
  gap: 20px;
  cursor: pointer;
}
.all-news__item-img {
  width: calc(50% - 10px);
  height: auto;
  object-fit: cover;
}
@media (max-width: 576px) {
  .all-news__item-img {
    width: calc(30% - 10px);
  }
}
.all-news__item-content {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .all-news__item-content {
    width: calc(70% - 10px);
  }
}
.all-news__item-title {
  font-family: "OldStandardTTBold", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
  margin: 0 0 20px;
  padding: 0;
}
.all-news__item-date {
  font-family: "MazzardMedium", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #DBC589;
}

.official {
  position: relative;
  margin: -200px auto 60px;
  padding: 40px;
  max-width: 980px;
  display: flex;
  flex-direction: column;
  background: #191819;
  background-image: radial-gradient(ellipse closest-corner at 50% 50%, transparent 50%, #191819 100%), url(../img/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 2px solid #E0C482;
  text-align: center;
  z-index: 2;
}
@media (max-width: 576px) {
  .official {
    padding: 20px;
  }
}
.official__title {
  font-family: "OldStandardTTRegular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  padding: 0;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .official__title {
    font-size: 32px;
    margin: 0 0 30px;
  }
}
@media (max-width: 576px) {
  .official__title {
    margin: 0 0 20px;
  }
}
@media (max-width: 400px) {
  .official__title {
    font-size: 24px;
  }
}
.official__phone {
  font-family: "MazzardMedium", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #E0C482;
  margin: 0;
  padding: 0;
}
@media (max-width: 400px) {
  .official__phone {
    font-size: 18px;
  }
}
.official__email {
  font-family: "MazzardMedium", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .official__email {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .official__email {
    font-size: 16px;
  }
}
.official__address {
  font-family: "MazzardMedium", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  padding: 0;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .official__address {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .official__address {
    margin: 0 0 15px;
  }
}
@media (max-width: 400px) {
  .official__address {
    font-size: 16px;
  }
}
.official__btn {
  font-family: "MazzardMedium", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #E0C482;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .official__btn {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .official__btn {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .official__btn--desc {
    display: none;
  }
}
.official__btn--mobile {
  display: none;
}
@media (max-width: 992px) {
  .official__btn--mobile {
    display: block;
  }
}

@media (min-width: 1000.99px) {
  .map__wrapper iframe {
    width: 100%;
    height: calc(100vh - 350px);
  }
}
@media (max-width: 576px) {
  .map__wrapper iframe {
    height: calc(100vh - 310px);
  }
}