/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FF0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #C0C0C0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/rubik-v12-latin-ext_latin-300.woff2") format("woff2"), url("../fonts/rubik-v12-latin-ext_latin-300.woff") format("woff");
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/rubik-v12-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/rubik-v12-latin-ext_latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/rubik-v12-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/rubik-v12-latin-ext_latin-600.woff") format("woff");
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 800;
  src: local(""), url("../fonts/rubik-v12-latin-ext_latin-800.woff2") format("woff2"), url("../fonts/rubik-v12-latin-ext_latin-800.woff") format("woff");
}
* {
  box-sizing: border-box;
}

html {
  font-family: "Rubik", sans-serif;
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
}

a {
  color: #fac500;
}

*::-webkit-scrollbar {
  width: 2px;
}

*::-webkit-scrollbar-track {
  background: #6a6a6a;
}

*::-webkit-scrollbar-thumb {
  background: #fac500;
}

.m-container {
  height: 100vh;
  min-height: 90rem;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
}

.curiosities {
  max-width: 1200px;
  margin: 0 auto;
}

.curiosity-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.curiosity {
  position: relative;
  overflow: hidden;
}

.curiosity::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0 0 0 0.5rem #fac500;
  opacity: 0;
  transition: 0.5s;
}

.curiosity:hover::after {
  opacity: 1;
}

.curiosity__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: 2s;
}

.curiosity__link {
  padding-top: 100%;
  position: relative;
  display: block;
}

.curiosity__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.curiosity__nr {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 2.4rem;
  background: #000;
  font-weight: bold;
  color: #fac500;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1/2;
  grid-row: 1/2;
}

.curiosity__title {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: end;
  font-size: 2.4rem;
  line-height: 1.6em;
  margin-bottom: 0;
}

.curiosity__title span {
  font-size: inherit;
  line-height: inherit;
  background: #000;
  color: #fac500;
  padding: 3px;
  font-weight: bold;
  box-shadow: 10px 0 0 #000, -10px 0 0 #000;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.curiosity:hover .curiosity__img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .curiosity-list {
    margin-top: -6rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (max-width: 980px) {
  .curiosity-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 670px) {
  .curiosity__content {
    padding: 3rem;
  }
  .curiosity__nr {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
  .curiosity__title {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
}
@media (max-width: 450px) {
  .curiosity__content {
    padding: 2rem;
  }
  .curiosity__title {
    font-size: 1.2rem;
    line-height: 2.3rem;
  }
}
@media (max-width: 400px) {
  .curiosity__title {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.p-header {
  width: 100%;
  padding: 0 4rem;
  margin: 0 auto;
  display: flex;
  top: 0;
  left: 0;
  align-items: center;
  position: fixed;
  padding-top: 3rem;
  padding-bottom: 3rem;
  transition: 0.3s;
  z-index: 1000;
}

@media (min-width: 640px) {
  .p-header--sticky {
    background: #E8E8E8;
  }
  .p-header--sticky .p-nav-list-link {
    color: #000;
  }
}
@media (max-width: 640px) {
  .p-header {
    position: absolute;
  }
}
.p-logo {
  display: flex;
  text-decoration: none;
  align-items: center;
  margin-right: 4rem;
}

.p-logo-text {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-logo-text span {
  line-height: 1;
  background: #fac500;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  padding: 3px;
  display: inline-flex;
  margin-bottom: 1px;
}

@media (max-width: 480px) {
  .p-logo-img {
    width: 25vw;
  }
  .p-logo-text {
    margin-left: 1rem;
  }
  .p-logo-text span {
    font-size: 1.3rem;
  }
}
@media (max-width: 400px) {
  .p-header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-logo-img {
    width: 25vw;
  }
  .p-logo-text {
    margin-left: 1rem;
  }
  .p-logo-text span {
    font-size: 1.2rem;
  }
}
.p-nav {
  flex: 1;
  display: flex;
  align-items: center;
}

.p-nav-cnt {
  flex: 1;
  display: flex;
  align-items: center;
}

.p-nav-list {
  flex: 1;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-nav-list-el {
  margin: 0 1.5rem;
}

.p-nav-list-link {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0;
}

.p-nav-list-link::before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}

.p-nav-list-link:hover::before {
  width: 100%;
}

.p-nav-spodek-link {
  color: #fac500;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  font-weight: 300;
  font-size: 2rem;
}

.p-nav-spodek-link span {
  background-image: url(../images/arrow-left-gold.svg);
  background-repeat: no-repeat;
  width: 2rem;
  height: 1rem;
  display: inline-flex;
  margin-right: 1rem;
  transition: 0.5s;
}

.p-nav-spodek-link:hover span {
  transform: translate(-5px);
}

@media (max-width: 1400px) {
  .p-nav-list-link,
  .p-nav-spodek-link {
    font-size: 1.7rem;
  }
}
@media (max-width: 1300px) {
  .p-nav {
    justify-content: flex-end;
  }
  .p-nav-cnt {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-nav-list {
    flex-grow: 0;
  }
  .p-nav-list-link::before {
    content: none;
  }
  .p-nav-spodek-link {
    padding: 20px;
    display: block;
  }
  .p-nav-spodek-link span {
    display: none;
  }
  .p-nav-cnt {
    position: fixed;
    top: 0;
    left: -30rem;
    width: 30rem;
    height: 100%;
    background: #6a6a6a;
    z-index: 30000;
    padding: 2rem;
    transition: 0.5s transform;
    overflow-y: scroll;
    padding-bottom: 5rem;
    scrollbar-width: none;
  }
  .p-nav-cnt::-webkit-scrollbar {
    width: 2px;
  }
  .p-nav-cnt::-webkit-scrollbar-track {
    background: #6a6a6a;
  }
  .p-nav-cnt::-webkit-scrollbar-thumb {
    background: #4c4c4c;
  }
  .nav-is-open {
    overflow: hidden;
  }
  .nav-is-open .p-nav-cnt {
    transform: translate(100%);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }
  .p-nav-mobile-bg {
    pointer-events: none;
  }
  .nav-is-open .p-nav-mobile-bg {
    pointer-events: all;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.5s;
    -webkit-backdrop-filter: grayscale(1);
    backdrop-filter: grayscale(1);
  }
  .p-nav-list {
    flex-direction: column;
  }
  .p-nav-list-el {
    margin: 2rem 2rem;
  }
}
.p-nav-toggle,
.p-nav-close {
  width: 5rem;
  height: 5rem;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 0;
  cursor: pointer;
  display: none;
  position: relative;
  z-index: 30;
  align-items: flex-end;
}

.p-nav-toggle strong,
.p-nav-close strong {
  width: 0;
  height: 0;
  overflow: hidden;
}

.p-nav-toggle span,
.p-nav-close span {
  width: 4rem;
  height: 1px;
  background: #fac500;
  margin: 4px;
  border-radius: 1px;
}

.p-nav-toggle span:nth-of-type(2),
.p-nav-close span:nth-of-type(2) {
  width: 3rem;
}

.p-nav-close {
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
}

.p-nav-close span {
  margin: 0;
}

.p-nav-close span:nth-of-type(1) {
  position: absolute;
  width: 3rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-nav-close span:nth-of-type(2) {
  position: absolute;
  width: 3rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1300px) {
  .p-nav-toggle,
  .p-nav-close {
    display: flex;
  }
}
.p-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  padding: 20px 20px 40px 20px;
  gap: 0 40px;
  margin-top: 3rem;
}

.p-footer-logo {
  grid-column: 1/2;
  grid-row: 1/-1;
  align-self: center;
  max-width: 100px;
}

.p-footer__text {
  grid-column: 2/3;
  margin: 0.6em 0;
}

.p-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.p-footer-list-el {
  margin-right: 20px;
}

.p-footer-list-link {
  font-weight: bold;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
}

.p-footer-list-link:hover {
  color: #fac500;
}

@media (max-width: 600px) {
  .p-footer {
    gap: 0 20px;
  }
  .p-footer-logo {
    max-width: 70px;
  }
  .p-footer__text {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .p-footer {
    grid-template-columns: 1fr;
  }
  .p-footer-logo {
    grid-column: 1/-1;
    grid-row: 1/2;
    margin-bottom: 30px;
    justify-self: center;
  }
  .p-footer__text {
    grid-column: 1/-1;
    text-align: center;
    margin-bottom: 30px;
  }
  .p-footer-list {
    justify-content: center;
  }
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-item {
  overflow: hidden;
}

.gallery-item .gallery-item__inside {
  padding-top: 100%;
  position: relative;
  display: block;
}

.gallery-item .gallery-item__inside::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0 0 0 0.5rem #fac500;
  opacity: 0;
  transition: 0.2s;
}

.gallery-item .gallery-item__inside:hover::after {
  opacity: 1;
}

.gallery-item .gallery-item__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 2s;
}

.gallery-item:hover .gallery-item__img {
  transform: scale(1.05);
}

@media (max-width: 1200px) {
  .gallery {
    margin-top: -6rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (max-width: 460px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lightbox {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.lightbox__inside {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  min-height: 100vh;
}

.lightbox__box {
  background: #000;
  max-width: 90%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  min-width: 200px;
  min-height: 200px;
  transition: 1s;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.26);
}

.lightbox__footer {
  background: #000;
  color: #fac500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  padding: 2rem;
}

.lightbox__close {
  width: 7rem;
  height: 7rem;
  background: #fac500;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  box-shadow: 0 0 0 0 #fac500;
  transition: 0.5s;
}

.lightbox__close::before, .lightbox__close::after {
  content: "";
  color: #000;
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lightbox__close:hover {
  box-shadow: 0 0 0 3px #fac500;
}

.lightbox__prev,
.lightbox__next {
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  background: #fac500;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  transition: 0.5s;
  box-shadow: 0 0 0 0 #fac500;
}

.lightbox__prev:hover,
.lightbox__next:hover {
  box-shadow: 0 0 0 3px #fac500;
}

.lightbox__prev {
  left: 1.5rem;
  background-image: url(../images/icon-arrow-left.svg);
  background-size: 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
}

.lightbox__next {
  right: 1.5rem;
  background-image: url(../images/icon-arrow-right.svg);
  background-size: 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
}

.lightbox__img-cnt {
  min-width: 260px;
  min-height: 260px;
  position: relative;
  transition: 1s;
}

.lightbox__img-cnt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lightbox__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.lightbox__overlay-prev, .lightbox__overlay-next {
  cursor: pointer;
}

.lightbox__img-cnt.is-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-left-color: #fff;
  animation: loading 0.8s 0s infinite linear;
}
@keyframes loading {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
.lightbox__img {
  max-width: 100%;
  display: block;
}

@media (max-width: 640px) {
  .lightbox__inside {
    padding: 4rem 3rem;
  }
  .lightbox__close {
    width: 5rem;
    height: 5rem;
  }
  .lightbox__title {
    font-size: 2rem;
    line-height: 4rem;
  }
  .lightbox__footer {
    font-size: 1.5rem;
  }
}
body.popup-is-visible {
  overflow-y: hidden;
}

.popup {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.popup__inside {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  min-height: 100vh;
}

.popup__box {
  background: #fff;
  max-width: 80rem;
  position: relative;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.26);
}

.popup__close {
  width: 7rem;
  height: 7rem;
  background: #fac500;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  box-shadow: 0 0 0 0 #fac500;
  transition: 0.5s;
}

.popup__close::before, .popup__close::after {
  content: "";
  color: #000;
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__close:hover {
  box-shadow: 0 0 0 3px #fac500;
}

.popup__head {
  background: #000;
  padding: 3rem 4rem;
}

.popup__head > span {
  color: #fac500;
  font-size: 2.4rem;
  display: block;
  margin-bottom: 1rem;
  margin-left: -10px;
}

.popup__title {
  font-size: 3.5rem;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 0;
}

.popup__title span {
  font-size: inherit;
  line-height: inherit;
  background: #fac500;
  color: #000;
  padding: 3px;
  display: inline;
  box-shadow: 10px 0 0 #fac500, -10px 0 0 #fac500;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.popup__image {
  position: relative;
  background: #eee;
}

.popup__image-img {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 56.25%;
}

.popup__prev,
.popup__next {
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  background: #fac500;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  box-shadow: 0 0 0 0 #fac500;
  transition: 0.5s;
}

.popup__prev:hover,
.popup__next:hover {
  box-shadow: 0 0 0 3px #fac500;
}

.popup__prev {
  left: -3.5rem;
  background-image: url(../images/icon-arrow-left.svg);
  background-size: 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
}

.popup__next {
  right: -3.5rem;
  background-image: url(../images/icon-arrow-right.svg);
  background-size: 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
}

.popup__content {
  padding: 4.5rem 3rem;
  background: #fff;
  font-size: 2rem;
  font-weight: 300;
}

.popup__content p:first-child {
  margin-top: 0;
}

.popup__content div.img img {
  max-width: 100%;
}

@media (max-width: 640px) {
  .popup__inside {
    padding: 4rem;
  }
  .popup__close {
    width: 5rem;
    height: 5rem;
  }
  .popup__title {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
.video-link {
  color: #fac500;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.4s;
}

.video-link__icon {
  margin-right: 1.5rem;
}

.video-link__icon svg {
  transition: 0.4s;
  fill: #fac500;
  width: 7rem;
}

.video-link:hover {
  color: #fff;
}

.video-link:hover .video-link__icon svg {
  fill: #fff;
}

.wishes {
  max-width: 101rem;
  margin: 0 auto;
}

.wishes .wish-box {
  margin-bottom: 6.5rem;
  padding-right: 0;
  padding-top: 1rem;
}

.wishes .wish-box__title {
  margin-right: 1rem;
}

.wishes .wish-box__text {
  padding-right: 3rem;
}

@media (max-width: 670px) {
  .wishes .wish-box {
    margin-bottom: 1rem;
  }
}
.wish-box {
  max-width: 120rem;
  margin: 0 auto;
  background: #000;
  color: #fff;
  padding: 0 3rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(4, 1fr);
}

.wish-box__content {
  font-size: 2rem;
  align-self: center;
  grid-column: 1/9;
  grid-row: 1/-1;
  z-index: 1;
}

.wish-box__title {
  font-size: 3.2rem;
  padding: 1rem;
  line-height: 7.6rem;
}

.wish-box__title span {
  line-height: inherit;
  font-size: inherit;
  background: #fac500;
  color: #000;
  padding: 1.5rem 1rem;
  box-shadow: -5px 0 0 #fac500, 5px 0 0 #fac500;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.wish-box__text {
  font-size: 2rem;
  line-height: 1.6em;
  color: #fff;
  font-weight: normal;
}

.wish-box .wish-box .video-link {
  margin-top: 3rem;
}

.wish-box__author {
  margin-top: 4rem;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  font-weight: 300;
}

.wish-box__author strong {
  color: #fac500;
  font-size: 2.4rem;
}

.wish-box__author p {
  margin: 0;
}

.wish-box__img {
  align-self: end;
  justify-self: end;
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 100%;
  max-width: 460px;
  margin-left: 2rem;
}

.wish-box .video-link {
  margin-top: 3rem;
}

.wish-box--reverse .wish-box__content {
  grid-column: -1/-9;
  grid-row: 1/-1;
  z-index: 1;
}

.wish-box--reverse .wish-box__img {
  grid-column: 1/6;
  grid-row: 1/-1;
  transform: scale(-1, 1);
  margin-left: -2rem;
  right: auto;
  left: -2rem;
}

.wish-box--reverse .video-link {
  margin-right: 0;
}

.wish-box--reverse .wish-box__author {
  margin-right: 0;
}

@media (max-width: 960px) {
  .m-bottom-section .wish-box {
    padding-top: 5rem;
  }
  .wish-box {
    display: grid;
  }
  .wish-box__title {
    font-size: 2.6rem;
  }
  .wish-box__text {
    font-size: 1.8rem;
    margin-right: 30%;
  }
  .wish-box__content {
    grid-column: 1/-1;
    grid-row: 1/-1;
    z-index: 1;
  }
  .wish-box__img {
    grid-column: -1/-6;
    grid-row: -1/-2;
  }
  .wish-box__author {
    margin-right: 30%;
  }
  .wish-box .video-link {
    font-size: 1.6rem;
  }
  .wish-box .video-link svg {
    width: 5rem;
  }
}
@media (max-width: 640px) {
  .wish-box__title {
    font-size: 3rem;
    line-height: 2em;
  }
  .wish-box__title span {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .wish-box__text {
    font-size: 1.5rem;
    margin-right: 0;
  }
  .wish-box__author {
    font-size: 1.4rem;
  }
  .wish-box--reverse .wish-box__content {
    grid-column: 1/-1;
  }
  .wish-box--reverse .video-link,
  .wish-box--reverse .wish-box__author {
    margin-left: 40%;
  }
}
@media (max-width: 480px) {
  .wish-box__content {
    grid-column: 1/-1;
  }
  .wish-box__title {
    margin-top: 0;
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
  .wish-box__title span {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .wish-box__text {
    margin-right: 0;
  }
}
.m-bar {
  position: relative;
  z-index: 1;
  grid-column: 1/2;
  grid-row: -1/-2;
  background: #fff;
  padding-top: 1rem;
}

.m-bar-cnt {
  max-width: 120rem;
  margin: 1rem auto 0;
  display: flex;
  padding: 0 1rem;
}

.m-bar-img {
  align-self: flex-end;
  margin-top: -10rem;
}

.m-bar-content {
  flex: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.m-bar-title {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1;
  position: relative;
}

.m-bar-title span {
  z-index: 1;
  position: relative;
}

.m-bar-title::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: -2rem;
  width: 9.5rem;
  height: 7.2rem;
  z-index: 0;
  background-image: url(../images/eq.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.m-bar-text {
  position: relative;
  z-index: 1;
  margin-top: 3rem;
  font-size: 2rem;
  margin-bottom: 0;
  text-decoration: none;
}
.m-bar-text a {
  text-decoration: none;
}

@media (max-width: 640px) {
  .m-bar-cnt {
    flex-direction: column;
  }
  .m-bar-img {
    align-self: center;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 640px) {
  .m-bar-title {
    font-size: 2rem;
  }
  .m-bar-text {
    font-size: 1.6rem;
  }
}
.m-bottom-section {
  background: #000;
}

.m-bottom-section .wish-box {
  padding-top: 17rem;
}

.m-bottom-section .wish-box__content {
  padding-bottom: 5rem;
}

.m-hero {
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: #929aa2;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3rem;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  position: relative;
}

.m-hero-bg {
  width: 100%;
  height: 100%;
  transform: scale(1);
  animation: heroBg 80s 0s 1 both;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@keyframes heroBg {
  100% {
    transform: scale(1.5);
  }
}
.m-banner {
  align-self: center;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
  grid-row: -1/-2;
}

.m-banner.v2 {
  padding-right: 50%;
}

.m-banner.v2 .m-video {
  position: absolute;
  right: 1.25%;
  width: 47.5%;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid #fac500;
  padding: 1rem;
}

.m-banner.v2 .m-video p {
  text-align: center;
  color: #fac500;
  font-weight: 300;
  font-size: 20px;
  margin: 10px 0 0;
}

.m-banner.v2 .m-banner__title strong {
  font-size: 100px;
}

.m-banner.v2 .m-banner__title span {
  font-size: 50px;
}

.m-banner.v2 .m-banner__text {
  font-size: 29px;
}

@media (max-width: 1000px) {
  .m-container {
    min-height: 130rem;
  }
  .m-banner.v2 {
    padding: 0;
  }
  .m-banner.v2 .m-video {
    position: static;
    transform: none;
    width: 100%;
  }
}
@media (max-width: 760px) {
  .m-container {
    min-height: 100rem;
  }
}
.m-banner__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}

.m-banner__title strong {
  display: inline-flex;
  text-transform: uppercase;
  font-size: 14rem;
  color: #fac500;
  border: 5px solid #fac500;
  padding: 2rem 4rem;
}

.m-banner__title span {
  font-size: 6.4rem;
  color: #fac500;
  background: #000;
  padding: 1rem 2rem;
  font-weight: bold;
  display: inline-flex;
  margin-left: 4rem;
}

.m-banner__text {
  font-size: 5.4rem;
  color: #fff;
  margin-left: 4rem;
  font-weight: bold;
  margin-top: 1rem;
}

@media (max-width: 960px) {
  .m-banner__title {
    align-items: center;
  }
  .m-banner__title strong {
    font-size: 16vw !important;
    padding: 2rem 0;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .m-banner__title span {
    margin-left: 0;
    font-size: 8vw !important;
  }
  .m-banner__text {
    margin-left: 0;
    text-align: center;
    font-size: 5vw !important;
  }
}
.m-info {
  font-size: 0;
}

.m-info-box {
  background: #fac500;
  color: #000;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.m-info-box__inner {
  width: 50%;
  position: relative;
  padding: 0 0 50%;
  background: #fac500;
  z-index: 2;
}

.m-info-box:nth-child(even) .m-info-box__inner {
  background: #000;
}

.m-info-box:nth-child(even) .m-info-box__inner-cnt span {
  color: #000;
  background: #fac500;
  box-shadow: 10px 0 0 #fac500, -10px 0 0 #fac500;
}

.m-info-box:nth-child(3) .m-info-box__inner,
.m-info-box:nth-child(4) .m-info-box__inner {
  margin: 0 0 0 auto;
}

.m-info-box:nth-child(3) .m-info-box__img,
.m-info-box:nth-child(4) .m-info-box__img {
  left: 0;
  right: auto;
}

.m-info-box__inner-cnt {
  font-size: 2.4rem;
  line-height: 4rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 10%;
}

.m-info-box__inner-cnt span {
  font-size: inherit;
  line-height: inherit;
  background: #000;
  color: #fac500;
  padding: 3px;
  box-shadow: 10px 0 0 #000, -10px 0 0 #000;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.m-info-box__img {
  width: auto;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.m-info-box--black {
  background: #000;
  color: #fac500;
}

.m-info-box--black .m-info-box__inner-cnt span {
  background: #fac500;
  color: #000;
  box-shadow: 1rem 0 0 #fac500, -1rem 0 0 #fac500;
}

@media (max-width: 1400px) {
  .m-info-box__inner-cnt {
    font-size: 2rem;
    line-height: 1.7;
  }
}
@media (max-width: 1300px) {
  .m-info-box__inner-cnt {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .m-info-box {
    display: block;
    width: 100%;
  }
  .m-info-box:nth-child(2) .m-info-box__inner {
    margin: 0 0 0 auto;
  }
  .m-info-box:nth-child(2) .m-info-box__img {
    left: 0;
    right: auto;
  }
  .m-info-box:nth-child(3) .m-info-box__inner {
    margin: 0 auto 0 0;
  }
  .m-info-box:nth-child(3) .m-info-box__img {
    left: auto;
    right: 0;
  }
}
@media (max-width: 600px) {
  .m-info-box__inner-cnt {
    font-size: 12px;
    line-height: 1.8;
  }
}
.p-content {
  padding-top: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 670px) {
  .p-content {
    padding-top: 1rem;
  }
}
.p-content-text {
  background: #fff;
  color: #1d1d1d;
  max-width: 84.5rem;
  padding: 8rem;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 300;
  margin: 0 auto;
  box-shadow: 0 3px 8rem rgba(0, 0, 0, 0.16);
}

.p-content-text p:first-child {
  margin-top: 0;
}

.p-content-text h1 {
  font-size: 4rem;
}

.p-content-text h2 {
  font-size: 3rem;
}

.p-content-text h3 {
  font-size: 3rem;
}

.p-content-text h4 {
  font-size: 2.5rem;
}

.p-content-text hr {
  background: #000;
  border: 0;
  height: 2px;
}

@media (max-width: 640px) {
  .p-content-text {
    padding: 3rem;
  }
}
.p-hero {
  padding-top: 3rem;
  height: 80.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: -1;
}

.p-hero--indent .p-title {
  margin-top: -20rem;
}

.p-hero--indent + .p-content {
  margin-top: -20rem;
}

@media (max-width: 860px) {
  .p-hero {
    height: 55rem;
  }
  .p-hero--indent .p-title {
    margin-top: -10rem;
  }
  .p-hero--indent + .p-content {
    margin-top: -17rem;
  }
}
.p-hero--short {
  height: 58rem;
}

.p-title-cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.p-title-cnt .p-title {
  text-align: left;
}

.p-title {
  font-size: 8.8rem;
  text-align: center;
  margin: 0;
}

.p-title span {
  white-space: nowrap;
  display: inline-flex;
  text-transform: uppercase;
  color: #fac500;
  border: 5px solid #fac500;
  padding: 2rem 4rem;
}

.p-title--long {
  font-size: 5.4rem;
  width: 100%;
}

.p-title-cnt__inside {
  padding-left: 10px;
  padding-right: 10px;
}

.p-title-text {
  font-size: 2.4rem;
  line-height: 5.2rem;
  max-width: 86rem;
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
}

.p-title-text span {
  font-size: inherit;
  line-height: inherit;
  background: #fac500;
  color: #000;
  padding: 1rem 0.5rem;
  box-shadow: -5px 0 0 #fac500, 5px 0 0 #fac500;
  font-weight: bold;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media (max-width: 860px) {
  .p-title {
    font-size: 7rem;
    line-height: 7.2rem;
  }
  .p-title--long {
    font-size: 4.6vw;
    line-height: 1em;
  }
}
@media (max-width: 680px) {
  .p-title:not(.p-title--long) {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .p-title-text {
    font-size: 1.5rem;
    line-height: 3.2rem;
  }
  .p-title-text span {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 400px) {
  .p-title:not(.p-title--long) {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .p-title-text {
    font-size: 1.5rem;
    line-height: 3.2rem;
  }
}
/*# sourceMappingURL=style.min.css.map */
