@font-face {
  font-family: Manrope;
  src: url(../assets/fonts/Manrope-Bold.eot);
  src: local("Manrope Bold"), local("Manrope-Bold"),
    url(../assets/fonts/Manrope-Bold.eot?#iefix) format("embedded-opentype"),
    url(../assets/fonts/Manrope-Bold.woff2) format("woff2"),
    url(../assets/fonts/Manrope-Bold.woff) format("woff"),
    url(../assets/fonts/Manrope-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url(../assets/fonts/Manrope-Semibold.eot);
  src: local("Manrope Semibold"), local("Manrope-Semibold"),
    url(../assets/fonts/Manrope-Semibold.eot?#iefix) format("embedded-opentype"),
    url(../assets/fonts/Manrope-Semibold.woff2) format("woff2"),
    url(../assets/fonts/Manrope-Semibold.woff) format("woff"),
    url(../assets/fonts/Manrope-Semibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url(../assets/fonts/Manrope-Regular.eot);
  src: local("Manrope Regular"), local("Manrope-Regular"),
    url(../assets/fonts/Manrope-Regular.eot?#iefix) format("embedded-opentype"),
    url(../assets/fonts/Manrope-Regular.woff2) format("woff2"),
    url(../assets/fonts/Manrope-Regular.woff) format("woff"),
    url(../assets/fonts/Manrope-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url(../assets/fonts/Manrope-Light.eot);
  src: local("Manrope Light"), local("Manrope-Light"),
    url(../assets/fonts/Manrope-Light.eot?#iefix) format("embedded-opentype"),
    url(../assets/fonts/Manrope-Light.woff2) format("woff2"),
    url(../assets/fonts/Manrope-Light.woff) format("woff"),
    url(../assets/fonts/Manrope-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url(../assets/fonts/Manrope-Thin.eot);
  src: local("Manrope Thin"), local("Manrope-Thin"),
    url(../assets/fonts/Manrope-Thin.eot?#iefix) format("embedded-opentype"),
    url(../assets/fonts/Manrope-Thin.woff2) format("woff2"),
    url(../assets/fonts/Manrope-Thin.woff) format("woff"),
    url(../assets/fonts/Manrope-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url(../assets/fonts/Manrope-Medium.eot);
  src: local("Manrope Medium"), local("Manrope-Medium"),
    url(../assets/fonts/Manrope-Medium.eot?#iefix) format("embedded-opentype"),
    url(../assets/fonts/Manrope-Medium.woff2) format("woff2"),
    url(../assets/fonts/Manrope-Medium.woff) format("woff"),
    url(../assets/fonts/Manrope-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url(../assets/fonts/Manrope-ExtraBold.eot);
  src: local("Manrope ExtraBold"), local("Manrope-ExtraBold"),
    url(../assets/fonts/Manrope-ExtraBold.eot?#iefix)
      format("embedded-opentype"),
    url(../assets/fonts/Manrope-ExtraBold.woff2) format("woff2"),
    url(../assets/fonts/Manrope-ExtraBold.woff) format("woff"),
    url(../assets/fonts/Manrope-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.glide * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 150ms ease, border 0.3s ease-in-out;
  transition: opacity 150ms ease, border 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: 0;
}
.glide__arrow:hover {
  border-color: #fff;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: 0;
}
.glide__bullet:focus,
.glide__bullet:hover {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: #fff;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  html {
    overflow: visible;
  }
}
body {
  font-family: Manrope, sans-serif, sans-serif;
  font-size: 16px;
  font-style: normal;
  margin: 0 auto;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1635px) {
  body {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 16px;
  }
}
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #a80724;
}
@media (max-width: 991px) {
  main {
    display: block;
  }
}
.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-1 {
  font-family: Manrope, sans-serif;
  font-size: 2.0833333333vh;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8645833333vh;
  letter-spacing: -0.0625vh;
  margin: 0;
}
@media (max-width: 991px) {
  .text-1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
  }
}
@media (max-width: 767px) {
  .text-1 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.42px;
  }
}
.text-2 {
  font-family: Manrope, sans-serif;
  font-size: 1.8229166667vh;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.0546875vh;
  margin: 0;
}
.title-h1,
h1 {
  font-family: Manrope, sans-serif;
  font-size: 61.71875vh;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -4.3203125vh;
  margin: 0;
}
@media (max-width: 991px) {
  .title-h1,
  h1 {
    font-size: 250px;
    letter-spacing: -17.5px;
  }
}
@media (max-width: 767px) {
  .title-h1,
  h1 {
    font-size: 162px;
    letter-spacing: -10px;
  }
}
.title-h2,
h2 {
  font-family: Manrope, sans-serif;
  font-size: 18.75vh;
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  letter-spacing: -1.3125vh;
  margin: 0;
}
@media (max-width: 991px) {
  .title-h2,
  h2 {
    font-size: 112px;
    letter-spacing: -5.6px;
  }
}
@media (max-width: 767px) {
  .title-h2,
  h2 {
    font-size: 64px;
    letter-spacing: -3.2px;
  }
}
.title-h3,
h3 {
  font-family: Manrope, sans-serif;
  font-size: 15.3645833333vh;
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  letter-spacing: -1.0755208333vh;
  margin: 0;
}
@media (max-width: 991px) {
  .title-h3,
  h3 {
    font-size: 74px;
    letter-spacing: -3.7px;
  }
}
@media (max-width: 767px) {
  .title-h3,
  h3 {
    font-size: 44px;
    letter-spacing: -2.2px;
  }
}
.title-h4,
h4 {
  font-family: Manrope, sans-serif;
  font-size: 9.375vh;
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  letter-spacing: -0.65625vh;
  margin: 0;
}
@media (max-width: 991px) {
  .title-h4,
  h4 {
    font-size: 56px;
    letter-spacing: -3.92px;
  }
}
@media (max-width: 767px) {
  .title-h4,
  h4 {
    font-size: 38px;
    letter-spacing: -2.66px;
  }
}
.title-h5,
h5 {
  font-family: Manrope, sans-serif;
  font-size: 7.6822916667vh;
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  letter-spacing: -0.5377604167vh;
  margin: 0;
}
@media (max-width: 991px) {
  .title-h5,
  h5 {
    font-size: 48px;
    letter-spacing: -3.36px;
  }
}
@media (max-width: 767px) {
  .title-h5,
  h5 {
    font-size: 30px;
    letter-spacing: -2.1px;
  }
}
.title-h6,
h6 {
  font-family: Manrope, sans-serif;
  font-size: 5.7291666667vh;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.2864583333vh;
  margin: 0;
}
@media (max-width: 991px) {
  .title-h6,
  h6 {
    font-size: 32px;
    letter-spacing: -1.6px;
  }
}
@media (max-width: 767px) {
  .title-h6,
  h6 {
    font-size: 20px;
    letter-spacing: -1px;
  }
}
.title-h7,
h7 {
  font-family: Manrope, sans-serif;
  font-size: 3.6458333333vh;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.109375vh;
  margin: 0;
}
@media (max-width: 991px) {
  .title-h7,
  h7 {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
}
@media (max-width: 767px) {
  .title-h7,
  h7 {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
}
.line {
  overflow: hidden;
  white-space: nowrap;
}
.char,
.line,
.word {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
}
.word {
  padding-bottom: 0.16em;
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
.btn-icon {
  outline: 0;
  border: 0;
  cursor: none;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #a80724;
  position: relative;
  -webkit-transition: color 0.6s ease-out;
  transition: color 0.6s ease-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 7.8125vh;
  min-height: 7.8125vh;
  border-radius: 3.90625vh;
}
@media (max-width: 991px) {
  .btn-icon {
    min-width: 60px;
    min-height: 60px;
    border-radius: 30px;
  }
}
.btn-icon:active,
.btn-icon:hover {
  background-color: rgba(168, 7, 36, 0.7);
}
.btn-icon[disabled],
.btn-icon[disabled]:active,
.btn-icon[disabled]:hover {
  background-color: #a80724;
  opacity: 0.16;
  pointer-events: none;
}
.btn-icon.btn-icon--ghost {
  background-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.btn-icon.btn-icon--ghost:active,
.btn-icon.btn-icon--ghost:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.btn-icon.btn-icon--ghost[disabled],
.btn-icon.btn-icon--ghost[disabled]:active,
.btn-icon.btn-icon--ghost[disabled]:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
.btn-icon.btn-icon--white {
  background-color: #fff;
  color: #a80724;
}
.btn-icon.btn-icon--white:active,
.btn-icon.btn-icon--white:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.btn-icon.btn-icon--white[disabled],
.btn-icon.btn-icon--white[disabled]:active,
.btn-icon.btn-icon--white[disabled]:hover {
  background-color: #fff;
}
.btn-icon__icon {
  width: 3.125vh;
  height: 3.125vh;
}
@media (max-width: 991px) {
  .btn-icon__icon {
    width: 24px;
    height: 24px;
  }
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
.header {
  position: fixed;
  width: 100vw;
  top: 2.4739583333vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
  padding-left: 3.125vh;
  padding-right: 3.125vh;
}
@media (max-width: 991px) {
  .header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 16px;
    padding: 0;
  }
}
.header-logo {
  border-radius: 2.34375vh;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 1.5625vh 1.6927083333vh;
  display: inline-block;
}
@media (max-width: 991px) {
  .header-logo {
    border-radius: 18px;
    padding: 16px 17px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    border-radius: 12px;
    padding: 9px;
  }
}
.header-logo__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8.984375vh;
  height: 2.8645833333vh;
}
@media (max-width: 991px) {
  .header-logo__picture {
    width: 91px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .header-logo__picture {
    width: 50px;
    height: 16px;
  }
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2.34375vh;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0.390625vh;
  -webkit-column-gap: 0.390625vh;
  -moz-column-gap: 0.390625vh;
  column-gap: 0.390625vh;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
@media (max-width: 991px) {
  .header-menu {
    display: none;
  }
}
.header-menu__link {
  font-weight: 500;
  font-size: 1.8229166667vh;
  line-height: 2.4739583333vh;
  letter-spacing: -3%;
  color: rgba(255, 255, 255, 0.24);
  text-decoration: none;
  padding: 1.3020833333vh;
  border-radius: 2.0833333333vh;
  cursor: none;
}
.header-menu__link._active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.header-menu__link:hover {
  color: #fff;
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
.section {
  height: 100vh;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #a80724;
}
@media (max-width: 991px) {
  .section {
    height: auto;
  }
}
.section.section--green {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5a8943),
    to(#3b6a23)
  );
  background-image: linear-gradient(180deg, #5a8943 0, #3b6a23 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  overflow: visible;
}
@media (max-width: 991px) {
  .section.section--green {
    display: block;
    height: auto;
    background-image: none;
    background-color: #3f6e27;
  }
}
.section.section--green .section {
  background-color: transparent;
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
.preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 63.0208333333vh;
}
@media (max-width: 991px) {
  .preview {
    padding: 0 0 64px;
    display: block;
  }
}
@media (max-width: 767px) {
  .preview {
    padding-bottom: 24px;
  }
}
.preview-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: -14.5833333333vh;
  z-index: 1;
}
@media (max-width: 991px) {
  .preview-numbers {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
}
.preview-numbers__item {
  color: rgba(255, 255, 255, 0.15);
}
.preview-numbers__item.preview-numbers__item-current {
  color: #3f6e27;
}
.preview-numbers__item.title-h1 {
  line-height: 0.85;
}
@media (max-width: 991px) {
  .preview-numbers__item:not(.preview-numbers__item--mobile) {
    display: none;
  }
}
.preview-content {
  width: 68.2291666667vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 8.8541666667vh;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .preview-content {
    width: auto;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin-top: 25px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .preview-content {
    margin-top: 28px;
  }
}
.preview-head {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 13.4114583333vh;
}
@media (max-width: 991px) {
  .preview-head {
    width: auto;
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }
}
.preview-head__subtitle {
  margin-top: 0;
  opacity: 0.24;
}
@media (max-width: 991px) {
  .preview-head__subtitle {
    margin-top: 37px;
  }
}
@media (max-width: 767px) {
  .preview-head__subtitle {
    margin-top: 17px;
  }
}
.preview-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 1.0416666667vh;
  -moz-column-gap: 1.0416666667vh;
  column-gap: 1.0416666667vh;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 7.2916666667vh;
}
@media (max-width: 991px) {
  .preview-contacts {
    margin-top: 64px;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
@media (max-width: 767px) {
  .preview-contacts {
    margin-top: 16px;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
.preview-description {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-width: 43.6197916667vh;
}
@media (max-width: 991px) {
  .preview-description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 543px;
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .preview-description {
    margin-top: 22px;
    padding: 0 16px;
  }
}
.preview-description__stars {
  background-color: #fff;
  width: 7.421875vh;
  height: 2.34375vh;
  margin-bottom: 3.125vh;
  -webkit-mask-image: url(../assets/img/svg/icons/icon-stars.svg);
  mask-image: url(../assets/img/svg/icons/icon-stars.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 7.421875vh 2.34375vh;
  mask-size: 7.421875vh 2.34375vh;
  right: 0;
}
@media (max-width: 991px) {
  .preview-description__stars {
    margin: 0 auto 15px;
    width: 57px;
    height: 18px;
    -webkit-mask-size: 57px 18px;
    mask-size: 57px 18px;
  }
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
.beginning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 15.625vh;
  padding-right: 23.4375vh;
  padding-bottom: 8.8541666667vh;
  overflow: visible;
}
@media (max-width: 991px) {
  .beginning {
    padding: 100px 36px 180px;
    display: block;
  }
  .beginning br {
    display: none;
  }
}
@media (max-width: 767px) {
  .beginning {
    padding: 80px 16px 100px;
  }
}
.beginning-stars {
  width: 155.2083333333vh;
  height: 49.7395833333vh;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-mask-image: url(../assets/img/svg/icons/icon-stars.svg);
  mask-image: url(../assets/img/svg/icons/icon-stars.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 155.2083333333vh 49.7395833333vh;
  mask-size: 155.2083333333vh 49.7395833333vh;
  position: absolute;
  top: -11.8489583333vh;
}
@media (max-width: 991px) {
  .beginning-stars {
    display: none;
  }
}
.beginning-text {
  width: 153.6458333333vh;
  padding-right: 5.2083333333vh;
}
@media (max-width: 991px) {
  .beginning-text {
    width: 100%;
    padding-right: 0;
  }
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
.santa-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  width: 92.96875vh;
  background-image: url(../assets/img/santa.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .santa-picture {
    height: auto;
    width: 100%;
    aspect-ratio: 71/75;
    background-image: url(../assets/img/santa.svg);
    background-size: contain;
    background-position: center;
  }
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
.researches {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .researches {
    padding: 166px 36px 133px;
  }
}
@media (max-width: 767px) {
  .researches {
    padding: 135px 16px;
  }
}
.researches-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 12.890625vh;
  -moz-column-gap: 12.890625vh;
  column-gap: 12.890625vh;
  padding: 20.0520833333vh 11.4583333333vh 8.8541666667vh;
  min-width: 100vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .researches-row {
    display: block;
    width: 533px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    min-width: unset;
  }
}
@media (max-width: 767px) {
  .researches-row {
    padding: 0;
  }
}
.researches-cards {
  position: relative;
}
@media (max-width: 991px) {
  .researches-cards {
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 533px;
  }
}
@media (max-width: 767px) {
  .researches-cards {
    margin-bottom: 36px;
    width: 328px;
  }
}
.researches-card {
  width: 84.1145833333vh;
  height: 37.3697916667vh;
  position: relative;
}
@media (max-width: 991px) {
  .researches-card {
    width: 533px;
    height: 241px;
  }
}
@media (max-width: 767px) {
  .researches-card {
    width: 328px;
    height: 123px;
  }
}
.researches-card:not(:first-child) {
  margin-top: -26.3020833333vh;
}
@media (max-width: 991px) {
  .researches-card:not(:first-child) {
    margin-top: -168px;
  }
}
@media (max-width: 767px) {
  .researches-card:not(:first-child) {
    margin-top: -87px;
  }
}
.researches-card:nth-child(1) {
  z-index: 4;
}
.researches-card:nth-child(2) {
  z-index: 3;
}
.researches-card:nth-child(3) {
  z-index: 2;
}
.researches-card:nth-child(4) {
  z-index: 1;
}
.researches-card__picture {
  position: absolute;
  width: 100%;
  height: 100%;
}
.researches-card__picture.researches-card__picture--green {
  opacity: 0;
}
@media (max-width: 991px) {
  .researches-card__picture.researches-card__picture--green {
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
}
@media (max-width: 991px) {
  .researches-card.fade-in
    .researches-card__picture.researches-card__picture--green {
    opacity: 1;
  }
}
.researches-slides {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.9427083333vh;
  flex: 0 0 57.9427083333vh;
  padding-top: 1.6927083333vh;
}
@media (max-width: 991px) {
  .researches-slides {
    display: none;
  }
}
@media (max-width: 991px) {
  .researches-slide {
    text-align: center;
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .researches-slide {
    max-width: 100%;
    padding: 0;
  }
}
.researches-slide:not(:first-child) {
  margin-top: -17.7083333333vh;
}
@media (max-width: 991px) {
  .researches-slide:not(:first-child) {
    margin-top: 0;
  }
}
.researches-slide:nth-child(2) {
  margin-top: -15.4947916667vh;
}
.researches-slide:nth-child(3) {
  margin-top: -24.0885416667vh;
}
.researches-slide:nth-child(4) {
  margin-top: -24.0885416667vh;
}
.researches-slide .line {
  overflow: hidden;
}
.researches-slide__title {
  position: relative;
}
.researches-slide__delimiter {
  position: relative;
}
@media (max-width: 991px) {
  .researches-slide__delimiter {
    padding: 16px 0;
  }
}
.researches-slide__delimiter:before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  width: calc(100% + 13.5416666667vh);
  background-color: rgba(255, 255, 255, 0.25);
  height: 1px;
}
@media (max-width: 991px) {
  .researches-slide__delimiter:before {
    position: static;
    width: 100%;
    display: block;
  }
}
.researches-slide__text {
  margin-top: 2.0833333333vh;
  min-height: 16.015625vh;
  max-height: 16.015625vh;
}
@media (max-width: 991px) {
  .researches-slide__text {
    margin-top: 0;
    height: auto;
    min-height: unset;
    max-height: unset;
  }
}
.researches-slider {
  display: none;
}
@media (max-width: 991px) {
  .researches-slider {
    display: block;
  }
}
.researches-slider .glide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
  margin-top: 36px;
}
@media (max-width: 991px) {
  .researches-slider .glide__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .researches-slider .glide__arrow {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 991px) {
  .researches-slider .glide__arrow--left {
    left: -82px;
  }
}
@media (max-width: 991px) {
  .researches-slider .glide__arrow--right {
    right: -82px;
  }
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
.tree {
  padding-left: 23.4375vh;
  padding-right: 11.5885416667vh;
}
@media (max-width: 991px) {
  .tree {
    padding: 180px 0 100px;
  }
}
@media (max-width: 767px) {
  .tree {
    padding: 100px 0 80px;
  }
}
.tree-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  width: 91.1458333333vh;
  background-image: url(../assets/img/tree.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .tree-picture {
    height: auto;
    width: 100%;
    aspect-ratio: 71/75;
    background-image: url(../assets/img/tree.svg);
    background-size: contain;
    background-position: center;
  }
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
.creator {
  padding-left: 23.4375vh;
  padding-right: 23.4375vh;
}
@media (max-width: 991px) {
  .creator {
    padding: 100px 0 180px;
  }
}
@media (max-width: 767px) {
  .creator {
    padding: 80px 0 100px;
  }
}
.creator-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  width: 92.3177083333vh;
  background-image: url(../assets/img/creator.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .creator-picture {
    height: auto;
    width: 100%;
    aspect-ratio: 71/75;
    background-image: url(../assets/img/creator.svg);
    background-size: contain;
    background-position: center;
  }
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
.bear {
  padding-left: 22.5260416667vh;
  padding-right: 22.5260416667vh;
  position: relative;
}
@media (max-width: 991px) {
  .bear {
    padding: 180px 0 0;
  }
}
@media (max-width: 767px) {
  .bear {
    padding: 100px 0 0;
  }
}
.bear:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  background-color: #a80724;
  z-index: 1;
  position: absolute;
}
@media (max-width: 991px) {
  .bear:before {
    display: none;
  }
}
.bear-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  width: 92.3177083333vh;
  background-image: url(../assets/img/bear.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .bear-picture {
    height: auto;
    width: 100%;
    aspect-ratio: 71/75;
    background-image: url(../assets/img/bear.svg);
    background-size: contain;
    background-position: center bottom;
  }
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
.directions {
  overflow: visible;
}
@media (max-width: 991px) {
  .directions {
    min-width: unset;
  }
}
.directions-inner {
  width: 177.8645833333vh;
  min-width: 100vw;
  padding: 0 11.5885416667vh 8.8541666667vh;
}
@media (max-width: 991px) {
  .directions-inner {
    padding: 0 36px;
    min-width: unset;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .directions-inner {
    padding: 0 16px;
  }
}
.directions-content {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 177.8645833333vh;
  position: relative;
}
@media (max-width: 991px) {
  .directions-content {
    display: block;
    height: auto;
    width: auto;
  }
}
.directions-stars {
  position: absolute;
  top: -11.8489583333vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.15);
  width: 155.2083333333vh;
  height: 49.7395833333vh;
  -webkit-mask-image: url(../assets/img/svg/icons/icon-stars.svg);
  mask-image: url(../assets/img/svg/icons/icon-stars.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 155.2083333333vh 49.7395833333vh;
  mask-size: 155.2083333333vh 49.7395833333vh;
}
@media (max-width: 991px) {
  .directions-stars {
    display: none;
  }
}
.directions-card {
  position: absolute;
  z-index: 1;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media (max-width: 991px) {
  .directions-card {
    position: static;
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .directions-card {
    margin-top: 16px;
  }
}
.directions-card:nth-child(4) {
  z-index: 2;
}
.directions-card__inner {
  --p: 2;
  width: 40.4947916667vh;
  height: 44.7916666667vh;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 2500px;
  perspective: 2500px;
}
@media (max-width: 991px) {
  .directions-card__inner {
    position: static;
    width: 100%;
    height: 272px;
  }
}
@media (max-width: 767px) {
  .directions-card__inner {
    height: 245px;
  }
}
.directions-card__inner:hover {
  --p: 1;
}
@media (max-width: 991px) {
  .directions-card__inner:hover {
    --p: 2;
  }
}
@media (max-width: 991px) {
  .directions-card._active .directions-card__inner {
    --p: 1;
  }
}
.directions-card__back,
.directions-card__front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 3.125vh;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media (max-width: 991px) {
  .directions-card__back,
  .directions-card__front {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .directions-card__back,
  .directions-card__front {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.directions-card__front {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../assets/img/direction/direction-back-bg.png);
  -webkit-transform: rotateY(calc(-180deg * var(--p)));
  transform: rotateY(calc(-180deg * var(--p)));
}
@media (max-width: 991px) {
  .directions-card__front {
    background-image: url(../assets/img/direction/direction-back-bg-t.png);
  }
}
@media (max-width: 767px) {
  .directions-card__front {
    background-image: url(../assets/img/direction/direction-back-bg-m.png);
    row-gap: 24px;
  }
}
.directions-card__front-btn {
  display: none;
}
@media (max-width: 991px) {
  .directions-card__front-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 24px;
    bottom: 24px;
  }
}
@media (max-width: 767px) {
  .directions-card__front-btn {
    position: static;
  }
}
@media (max-width: 991px) {
  .directions-card__front-label {
    max-width: 270px;
  }
}
.directions-card__back {
  background-color: #fff;
  color: #a80724;
  -webkit-transform: rotateY(calc(var(--p) * -180deg + 180deg));
  transform: rotateY(calc(var(--p) * -180deg + 180deg));
}
@media (max-width: 991px) {
  .directions-card__back-title {
    max-width: 275px;
  }
}
@media (max-width: 767px) {
  .directions-card__back-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .directions-card__back-text {
    max-width: 435px;
  }
}
@media (max-width: 767px) {
  .directions-card__back-text {
    margin-bottom: 24px;
  }
}
.directions-card__back-btn {
  display: none;
}
@media (max-width: 991px) {
  .directions-card__back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 24px;
    bottom: 24px;
  }
}
@media (max-width: 767px) {
  .directions-card__back-btn {
    position: static;
  }
}
.directions-text {
  text-align: center;
  width: 129.9479166667vh;
}
@media (max-width: 991px) {
  .directions-text {
    width: 100%;
    padding: 0 36px;
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .directions-text {
    padding: 0;
    margin-bottom: 48px;
  }
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
.grow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding-top: 20.0520833333vh;
  padding-bottom: 8.8541666667vh;
  height: 100vh;
  min-width: 100vw;
}
@media (max-width: 991px) {
  .grow-content {
    width: auto;
    height: auto;
    max-width: 100%;
    padding: 386px 36px;
    min-width: unset;
  }
}
@media (max-width: 767px) {
  .grow-content {
    padding: 100px 16px;
  }
}
.grow-text {
  position: absolute;
  top: 10.4166666667vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 58.3333333333vh;
}
@media (max-width: 991px) {
  .grow-text {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .grow-text {
    max-width: 100%;
    margin-bottom: 48px;
  }
}
.grow-text__text {
  margin-top: 3.125vh;
}
@media (max-width: 991px) {
  .grow-text__text {
    opacity: 1;
  }
}
.grow-text__text .line {
  overflow: hidden;
}
@media (max-width: 991px) {
  .grow-text__text br {
    display: none;
  }
}
.grow-stars {
  margin: 0 auto 3.125vh;
  background-color: #fff;
  width: 7.421875vh;
  height: 2.34375vh;
  -webkit-mask-image: url(../assets/img/svg/icons/icon-stars.svg);
  mask-image: url(../assets/img/svg/icons/icon-stars.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 7.421875vh 2.34375vh;
  mask-size: 7.421875vh 2.34375vh;
  right: 0;
}
@media (max-width: 991px) {
  .grow-stars {
    margin: 0 auto 15px;
    width: 57px;
    height: 18px;
    -webkit-mask-size: 57px 18px;
    mask-size: 57px 18px;
  }
}
.grow-numbers {
  width: 94.2708333333vh;
  position: absolute;
  top: 9.2447916667vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .grow-numbers {
    opacity: 1;
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .grow-numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.grow-numbers__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24.4791666667vh;
  flex: 0 0 24.4791666667vh;
}
@media (max-width: 991px) {
  .grow-numbers__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 188px;
    flex: 0 0 188px;
  }
}
@media (max-width: 767px) {
  .grow-numbers__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 188px;
  }
}
.grow-numbers__item-picture {
  display: block;
  height: 18.8802083333vh;
  width: 100%;
  margin-bottom: 1.0416666667vh;
}
@media (max-width: 991px) {
  .grow-numbers__item-picture {
    height: 145px;
    margin-bottom: 8px;
  }
}
.grow-numbers__item-picture-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.grow-green-circle {
  border-radius: 50%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5a8943),
    to(#3b6a23)
  );
  background-image: linear-gradient(180deg, #5a8943 0, #3b6a23 100%);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}
@media (max-width: 991px) {
  .grow-green-circle {
    background-image: none;
    background-color: #3f6e27;
  }
}
@media (max-width: 767px) {
  .grow-green-circle {
    top: 65%;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
.grow-title {
  max-width: 88.5416666667vh;
  width: 100%;
}
@media (max-width: 991px) {
  .grow-title {
    max-width: unset;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .grow-title {
    margin: 0 0 48px;
  }
}
@media (max-width: 767px) {
  .grow-title br:nth-child(1) {
    display: none;
  }
}
@media (max-width: 991px) {
  .grow-title br:nth-child(2) {
    display: none;
  }
}
.grow-title .line {
  overflow: hidden;
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
.nina {
  min-width: 100vw;
}
@media (max-width: 991px) {
  .nina {
    min-width: unset;
  }
}
.nina-content {
  min-width: 177.8645833333vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100vh;
  padding: 0 25vh;
}
@media (max-width: 991px) {
  .nina-content {
    min-width: unset;
    height: auto;
    padding: 172px 36px 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .nina-content {
    padding: 113px 16px 0;
  }
}
.nina-head {
  position: absolute;
  bottom: 8.8541666667vh;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
@media (max-width: 991px) {
  .nina-head {
    position: static;
  }
}
.nina-head__title {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .nina-head__title {
    white-space: unset;
  }
}
.nina-head__text {
  margin-top: 1.5625vh;
}
@media (max-width: 991px) {
  .nina-head__text {
    margin: 12px 0 41px;
  }
}
@media (max-width: 767px) {
  .nina-head__text {
    margin: 12px 0 48px;
  }
}
.nina-picture {
  position: relative;
}
.nina-picture__picture-wrapper {
  overflow: hidden;
  width: 61.71875vh;
  height: 79.9479166667vh;
}
@media (max-width: 991px) {
  .nina-picture__picture-wrapper {
    width: 491px;
    height: 637px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .nina-picture__picture-wrapper {
    width: 100%;
    min-width: 100%;
    height: 524px;
  }
}
.nina-picture__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.nina-picture__picture:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 53.3854166667vh;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(rgba(39, 63, 27, 0.69)),
    to(#345524)
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(39, 63, 27, 0.69),
    #345524 100%
  );
  z-index: 2;
}
@media (max-width: 991px) {
  .nina-picture__picture:after {
    content: none;
  }
}
.nina-picture__tree-left {
  width: 22.5260416667vh;
  height: 42.4479166667vh;
  position: absolute;
  bottom: 0;
  left: -33.0729166667vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .nina-picture__tree-left {
    left: auto;
    right: -94px;
    width: 188px;
    height: 355px;
  }
}
@media (max-width: 767px) {
  .nina-picture__tree-left {
    display: none;
  }
}
.nina-picture__tree-left-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}
.nina-picture__tree-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 51.6927083333vh;
  height: 97.265625vh;
  right: -32.421875vh;
  -webkit-transform: translate(0, 6.1197916667vh);
  transform: translate(0, 6.1197916667vh);
}
@media (max-width: 991px) {
  .nina-picture__tree-right {
    right: auto;
    left: -127px;
    width: 305px;
    height: 574px;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .nina-picture__tree-right {
    display: none;
  }
}
.nina-picture__tree-right-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
.nikita {
  min-width: 100vw;
}
@media (max-width: 991px) {
  .nikita {
    min-width: unset;
  }
}
.nikita-content {
  min-width: 177.8645833333vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100vh;
  padding: 0 25vh;
}
@media (max-width: 991px) {
  .nikita-content {
    min-width: unset;
    height: auto;
    padding: 172px 36px 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .nikita-content {
    padding: 113px 16px 0;
  }
}
.nikita-head {
  position: absolute;
  bottom: 8.8541666667vh;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
@media (max-width: 991px) {
  .nikita-head {
    position: static;
  }
}
.nikita-head__title {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .nikita-head__title {
    white-space: unset;
  }
}
.nikita-head__text {
  margin-top: 1.5625vh;
}
@media (max-width: 991px) {
  .nikita-head__text {
    margin: 12px 0 41px;
  }
}
@media (max-width: 767px) {
  .nikita-head__text {
    margin: 12px 0 48px;
  }
}
.nikita-picture {
  position: relative;
}
.nikita-picture__picture-wrapper {
  overflow: hidden;
  width: 61.71875vh;
  height: 79.9479166667vh;
}
@media (max-width: 991px) {
  .nikita-picture__picture-wrapper {
    width: 491px;
    height: 637px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .nikita-picture__picture-wrapper {
    width: 100%;
    min-width: 100%;
    height: 524px;
  }
}
.nikita-picture__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.nikita-picture__picture:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 53.3854166667vh;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(rgba(39, 63, 27, 0.69)),
    to(#345524)
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(39, 63, 27, 0.69),
    #345524 100%
  );
  z-index: 2;
}
@media (max-width: 991px) {
  .nikita-picture__picture:after {
    content: none;
  }
}
.nikita-picture__tree-left {
  width: 63.1510416667vh;
  height: 119.0104166667vh;
  position: absolute;
  bottom: 0;
  left: -45.9635416667vh;
  -webkit-transform: translate(0, 6.640625vh);
  transform: translate(0, 6.640625vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .nikita-picture__tree-left {
    left: -120px;
    width: 190px;
    height: 358px;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .nikita-picture__tree-left {
    display: none;
  }
}
.nikita-picture__tree-left-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}
.nikita-picture__tree-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 24.8697916667vh;
  height: 46.875vh;
  right: -42.8385416667vh;
  -webkit-transform: translate(0, 2.0833333333vh);
  transform: translate(0, 2.0833333333vh);
}
@media (max-width: 991px) {
  .nikita-picture__tree-right {
    right: -139px;
    width: 305px;
    height: 574px;
  }
}
@media (max-width: 767px) {
  .nikita-picture__tree-right {
    display: none;
  }
}
.nikita-picture__tree-right-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
.money {
  min-width: 100vw;
  padding: 0 23.4375vh;
}
@media (max-width: 991px) {
  .money {
    min-width: unset;
    padding: 180px 36px 0;
  }
}
@media (max-width: 767px) {
  .money {
    padding: 100px 16px 0;
  }
}
.money-inner {
  min-width: 158.3333333333vh;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .money-inner {
    min-width: unset;
    display: block;
    height: auto;
  }
}
.money-content {
  position: absolute;
  left: 0;
  top: 154px;
  bottom: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1;
}
@media (max-width: 991px) {
  .money-content {
    position: static;
  }
}
@media (max-width: 767px) {
  .money-content {
    text-align: center;
    margin-bottom: 45px;
    display: block;
  }
}
.money-title {
  margin-bottom: 2.0833333333vh;
}
@media (max-width: 991px) {
  .money-title {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .money-title {
    margin-bottom: 4px;
  }
}
@media (max-width: 991px) {
  .money-subtitle {
    margin-bottom: 83px;
  }
}
@media (max-width: 767px) {
  .money-subtitle {
    margin-bottom: 24px;
  }
}
.money-text {
  max-width: 37.6302083333vh;
}
@media (max-width: 991px) {
  .money-text {
    max-width: 291px;
  }
}
@media (max-width: 767px) {
  .money-text {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .money-text br {
    display: none;
  }
}
.money-graphic {
  padding-left: 41.6666666667vh;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 991px) {
  .money-graphic {
    padding: 0;
    margin-top: -82px;
  }
}
@media (max-width: 767px) {
  .money-graphic {
    margin-top: 0;
  }
}
.money-graphic__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.6875vh;
  -moz-column-gap: 4.6875vh;
  column-gap: 4.6875vh;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .money-graphic__columns {
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
  }
}
.money-graphic__line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 33.4635416667vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .money-graphic__line {
    bottom: auto;
    top: -40px;
  }
}
@media (max-width: 767px) {
  .money-graphic__line {
    bottom: auto;
    top: -25px;
  }
}
.money-graphic__line-picture {
  height: 44.4010416667vh;
  width: 158.3333333333vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .money-graphic__line-picture {
    width: 100%;
    height: 325px;
  }
}
@media (max-width: 767px) {
  .money-graphic__line-picture {
    width: 100%;
    height: 181px;
  }
}
.money-graphic__line-picture-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 991px) {
  .money-graphic__line-picture-img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right top;
    object-position: right top;
  }
}
.money-graphic__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25.5208333333vh;
  flex: 0 0 25.5208333333vh;
  background-color: rgba(255, 255, 255, 0.15);
  text-align: center;
  padding-bottom: 8.8541666667vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .money-graphic__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 153px;
    flex: 1 1 153px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .money-graphic__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 73px;
    flex: 1 1 73px;
    padding-bottom: 12px;
  }
}
.money-graphic__column:nth-child(1) {
  height: 30.859375vh;
}
@media (max-width: 991px) {
  .money-graphic__column:nth-child(1) {
    height: 225px;
  }
}
@media (max-width: 767px) {
  .money-graphic__column:nth-child(1) {
    height: 108px;
  }
}
.money-graphic__column:nth-child(2) {
  height: 44.7916666667vh;
}
@media (max-width: 991px) {
  .money-graphic__column:nth-child(2) {
    height: 326px;
  }
}
@media (max-width: 767px) {
  .money-graphic__column:nth-child(2) {
    height: 166px;
  }
}
.money-graphic__column:nth-child(3) {
  height: 58.7239583333vh;
}
@media (max-width: 991px) {
  .money-graphic__column:nth-child(3) {
    height: 427px;
  }
}
@media (max-width: 767px) {
  .money-graphic__column:nth-child(3) {
    height: 224px;
  }
}
.money-graphic__column:nth-child(4) {
  height: 73.5677083333vh;
  background-color: #fff;
  color: #3f6e27;
}
@media (max-width: 991px) {
  .money-graphic__column:nth-child(4) {
    height: 535px;
  }
}
@media (max-width: 767px) {
  .money-graphic__column:nth-child(4) {
    height: 285px;
  }
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
.events {
  min-width: 100vw;
}
@media (max-width: 991px) {
  .events {
    min-width: unset;
  }
}
.events-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding-top: 20.0520833333vh;
  padding-bottom: 8.8541666667vh;
  height: 100vh;
  min-width: 100vw;
  max-width: 177.8645833333vh;
}
@media (max-width: 991px) {
  .events-content {
    width: auto;
    height: auto;
    max-width: 100%;
    padding: 0 36px;
    min-width: unset;
  }
}
@media (max-width: 767px) {
  .events-content {
    padding: 0 16px;
  }
}
.events-text {
  position: absolute;
  top: 10.4166666667vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 58.3333333333vh;
}
@media (max-width: 991px) {
  .events-text {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .events-text {
    max-width: 100%;
    margin-bottom: 48px;
  }
}
.events-text__text {
  margin-top: 3.125vh;
}
@media (max-width: 991px) {
  .events-text__text {
    opacity: 1;
  }
}
.events-text__text .line {
  overflow: hidden;
}
@media (max-width: 991px) {
  .events-text__text br {
    display: none;
  }
}
.events-stars {
  margin: 0 auto 3.125vh;
  background-color: #fff;
  width: 7.421875vh;
  height: 2.34375vh;
  -webkit-mask-image: url(../assets/img/svg/icons/icon-stars.svg);
  mask-image: url(../assets/img/svg/icons/icon-stars.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 7.421875vh 2.34375vh;
  mask-size: 7.421875vh 2.34375vh;
  right: 0;
}
@media (max-width: 991px) {
  .events-stars {
    margin: 0 auto 15px;
    width: 57px;
    height: 18px;
    -webkit-mask-size: 57px 18px;
    mask-size: 57px 18px;
  }
}
.events-title {
  max-width: 141.796875vh;
  width: 100%;
}
@media (max-width: 991px) {
  .events-title {
    max-width: unset;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .events-title {
    margin: 0 0 48px;
  }
}
@media (max-width: 767px) {
  .events-title br:nth-child(1) {
    display: none;
  }
}
@media (max-width: 767px) {
  .events-title br:nth-child(2) {
    display: none;
  }
}
.events-title .line {
  overflow: hidden;
}
.events-items-wrapper {
  overflow: hidden;
  width: 100%;
  height: 44.53125vh;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .events-items-wrapper {
    position: static;
    height: auto;
    overflow: visible;
  }
}
.events-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .events-items {
    display: block;
  }
}
.events-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.3333% - 3.125vh);
  flex: 0 0 calc(33.3333% - 3.125vh);
  width: calc(33.3333% - 3.125vh);
  height: 44.53125vh;
  padding: 4.6875vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.15);
  background-repeat: no-repeat;
  margin-left: 3.125vh;
  text-align: left;
}
@media (max-width: 991px) {
  .events-item {
    width: 100%;
    padding: 24px;
    height: 233px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .events-item {
    padding: 24px;
    height: 196px;
  }
}
.events-item:nth-child(1) {
  background-image: url(../assets/img/star.svg);
  background-size: 28.90625vh 29.9479166667vh;
  background-position: right -13.0208333333vh top -4.296875vh;
}
@media (max-width: 991px) {
  .events-item:nth-child(1) {
    margin-bottom: 36px;
    background-size: 226px 223px;
    background-position: right -105px top;
  }
}
@media (max-width: 767px) {
  .events-item:nth-child(1) {
    margin-bottom: 16px;
    background-size: 188px 196px;
    background-position: right -94px top;
  }
}
.events-item:nth-child(2) {
  background-image: url(../assets/img/one-tree.svg);
  background-size: 25.2604166667vh 47.3958333333vh;
  background-position: right -10.4166666667vh top -21.7447916667vh;
}
@media (max-width: 991px) {
  .events-item:nth-child(2) {
    margin-bottom: 36px;
    background-size: 194px 364px;
    background-position: right -80px bottom -22px;
  }
}
@media (max-width: 767px) {
  .events-item:nth-child(2) {
    margin-bottom: 16px;
    background-size: 140px 265px;
    background-position: right -54px bottom -35px;
  }
}
.events-item:nth-child(3) {
  background-image: url(../assets/img/snowman.svg);
  background-size: 15.4947916667vh 26.3020833333vh;
  background-position: right -2.6041666667vh top;
}
@media (max-width: 991px) {
  .events-item:nth-child(3) {
    background-size: 139px 233px;
    background-position: right -38px top;
  }
}
@media (max-width: 767px) {
  .events-item:nth-child(3) {
    background-size: 117px 196px;
    background-position: right -38px top;
  }
}
.events-item__title {
  color: inherit;
  text-decoration: none;
}
.events-item__title a {
  color: inherit;
  text-decoration: none;
}
.events-item__title a:hover {
  text-decoration: underline;
}
.events-item__text {
  max-width: 45.703125vh;
  margin-top: 2.0833333333vh;
}
@media (max-width: 991px) {
  .events-item__text {
    max-width: 457px;
    margin-top: 16px;
  }
}
.container {
  width: 100%;
  padding-right: 98px;
  padding-left: 98px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1635px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 100%) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1636px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1920px;
  }
}
.bye {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 17.4479166667vh;
  padding-right: 76.171875vh;
  background-color: #a80724;
}
@media (max-width: 991px) {
  .bye {
    padding: 100px 50px 0;
    display: block;
    position: relative;
    z-index: 2;
    background-color: #a80724;
  }
}
@media (max-width: 767px) {
  .bye {
    padding: 80px 7px 0;
  }
}
.bye-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: -14.5833333333vh;
  z-index: 1;
}
@media (max-width: 991px) {
  .bye-numbers {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    margin-top: 110px;
  }
}
@media (max-width: 767px) {
  .bye-numbers {
    margin-top: 55px;
  }
}
.bye-numbers__item {
  color: rgba(255, 255, 255, 0.15);
}
.bye-numbers__item.bye-numbers__item-current {
  color: #3f6e27;
}
.bye-numbers__item.title-h1 {
  line-height: 0.85;
}
@media (max-width: 991px) {
  .bye-numbers__item:not(.bye-numbers__item--mobile) {
    display: none;
  }
}
.bye-content {
  width: 97.65625vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8.8541666667vh;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .bye-content {
    width: auto;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: 0;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bye-head {
  width: 100%;
  margin-bottom: 6.5104166667vh;
}
@media (max-width: 991px) {
  .bye-head {
    width: auto;
    padding: 0;
    margin-top: 0;
    margin-bottom: 62px;
  }
}
@media (max-width: 767px) {
  .bye-head {
    margin-bottom: 24px;
  }
}
.bye-head__subtitle {
  margin-top: 0;
  opacity: 0.24;
}
@media (max-width: 991px) {
  .bye-head__subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .bye-head__subtitle {
    margin-top: 12px;
  }
}
@media (max-width: 991px) {
  .bye-head__subtitle br {
    display: none;
  }
}
.bye-qr {
  width: 18.0989583333vh;
  height: 18.0989583333vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2.34375vh;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: none;
}
@media (max-width: 991px) {
  .bye-qr {
    width: 144px;
    height: 144px;
    margin-bottom: 24px;
  }
}
.bye-qr__picture {
  width: 14.453125vh;
  height: 14.453125vh;
}
@media (max-width: 991px) {
  .bye-qr__picture {
    width: 115px;
    height: 115px;
  }
}
.bye-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 1.0416666667vh;
  -moz-column-gap: 1.0416666667vh;
  column-gap: 1.0416666667vh;
  width: 16.9270833333vh;
}
@media (max-width: 991px) {
  .bye-contacts {
    margin: 0;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .bye-contacts {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
html {
  cursor: none;
}
@media (max-width: 991px) {
  html {
    cursor: default;
  }
}
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 5.2083333333vh;
  height: 5.2083333333vh;
  z-index: 100;
  pointer-events: none;
}
@media (max-width: 991px) {
  .cursor {
    display: none;
  }
}
.cursor div {
  position: absolute;
  display: grid;
  place-items: center;
}
.cursor div div {
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: pulse 2.5s linear infinite;
  animation: pulse 2.5s linear infinite;
}
.cursor div:nth-child(1),
.cursor div:nth-child(2) {
  width: 100%;
  height: 100%;
}
.cursor div:nth-child(1) {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.cursor div:nth-child(2) {
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.cursor div:nth-child(2) div {
  background: #fff;
  border-radius: 50%;
  width: 0.5208333333vh;
  height: 0.5208333333vh;
}
@media (max-width: 480px) {
  .events-item {
    height: auto;
  }
  .directions-card__inner {
    height: auto;
    min-height: 320px;
  }
  .directions-card__front {
    height: 100%;
  }
  .directions-card__back {
    height: 100%;
  }
  .glide__arrow {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-size: 22px;
  }
}
