

/* Start:/local/templates/main/css/vendor.css?177857596528317*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

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

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

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/*# sourceMappingURL=vendor.css.map */
/* End */


/* Start:/local/templates/main/css/main.css?1778838303169539*/
@charset "UTF-8";
html {
  --refRes: 1920;
  font-size: calc(100vw / var(--refRes) * 10);
}
@media (min-width: 1921px) {
  html {
    --refRes: 2800;
  }
}
@media (max-width: 1350px) {
  html {
    --refRes: 1350;
  }
}
@media (max-width: 1023px) {
  html {
    --refRes: 768 !important;
  }
}
@media (max-width: 767px) {
  html {
    --refRes: 375 !important;
  }
}

:root {
  --font-family: "ALS_Hauss", sans-serif;
  --second-family: "ALS_Hauss", sans-serif;
  --third-family: "ALS_Hauss", sans-serif;
  --font3: "ALS_Hauss", sans-serif;
  --font4: "ALS_Hauss", sans-serif;
  --font5: "ALS_Hauss", sans-serif;
  --content-width: 1170px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --brand-blue: #1f41ff;
  --brand-gray: #3b3b48;
  --brand-blue-light: #d0fbf9;
  --brand----white: #fff;
  --project-text: #000;
  --project-primary: #1f41ff;
  --project-secondary: #3b3b48;
  --project-gray: #ededed;
  --text-header: #101010;
  --text-base-text: #626262;
  --button---primary: #ff403c;
  --button---primary-hover: rgba(255, 64, 60, 0.7);
  --button---secondary: #283c63;
  --button---secondary-hover: rgba(40, 60, 99, 0.7);
  --input-bg: #f5f5f5;
  --input---border: #ededed;
  --input---font: #828282;
  --functional---succes: #8cba51;
  --functional---error: #fd5e53;
  --functional---link: #ff9f59;
  --functional---offset: rgba(132, 101, 255, 0.7);
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
@font-face {
  font-family: "ALS_Hauss";
  src: url("/local/templates/main/css/../fonts//ALS_Hauss-regular.otf");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "ALS_Hauss";
  src: url("/local/templates/main/css/../fonts//ALS_Hauss-regular-italic.otf");
  font-weight: 400;
  font-display: block;
  font-style: italic;
}
@font-face {
  font-family: "ALS_Hauss";
  src: url("/local/templates/main/css/../fonts//ALS_Hauss-bold.otf");
  font-weight: 700;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Expanded";
  src: url("/local/templates/main/css/../fonts//EncodeSansExpanded-Thin.ttf");
  font-weight: 100;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Expanded";
  src: url("/local/templates/main/css/../fonts//EncodeSansExpanded-ExtraLight.ttf");
  font-weight: 200;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Expanded";
  src: url("/local/templates/main/css/../fonts//EncodeSansExpanded-Light.ttf");
  font-weight: 300;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Expanded";
  src: url("/local/templates/main/css/../fonts//EncodeSansExpanded-Regular.ttf");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Expanded";
  src: url("/local/templates/main/css/../fonts//EncodeSansExpanded-Medium.ttf");
  font-weight: 500;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Expanded";
  src: url("/local/templates/main/css/../fonts//EncodeSansExpanded-SemiBold.ttf");
  font-weight: 600;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Expanded";
  src: url("/local/templates/main/css/../fonts//EncodeSansExpanded-Bold.ttf");
  font-weight: 700;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Expanded";
  src: url("/local/templates/main/css/../fonts//EncodeSansExpanded-ExtraBold.ttf");
  font-weight: 800;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Expanded";
  src: url("/local/templates/main/css/../fonts//EncodeSansExpanded-Black.ttf");
  font-weight: 900;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Semi Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansSemiCondensed-Thin.ttf");
  font-weight: 100;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Semi Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansSemiCondensed-ExtraLight.ttf");
  font-weight: 200;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Semi Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansSemiCondensed-Light.ttf");
  font-weight: 300;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Semi Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansSemiCondensed-Regular.ttf");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Semi Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansSemiCondensed-Medium.ttf");
  font-weight: 500;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Semi Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansSemiCondensed-SemiBold.ttf");
  font-weight: 600;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Semi Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansSemiCondensed-Bold.ttf");
  font-weight: 700;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Semi Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansSemiCondensed-ExtraBold.ttf");
  font-weight: 800;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Semi Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansSemiCondensed-Black.ttf");
  font-weight: 900;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansCondensed-Thin.ttf");
  font-weight: 100;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansCondensed-ExtraLight.ttf");
  font-weight: 200;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansCondensed-Light.ttf");
  font-weight: 300;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansCondensed-Regular.ttf");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansCondensed-Medium.ttf");
  font-weight: 500;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansCondensed-SemiBold.ttf");
  font-weight: 600;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansCondensed-Bold.ttf");
  font-weight: 700;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansCondensed-ExtraBold.ttf");
  font-weight: 800;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Condensed";
  src: url("/local/templates/main/css/../fonts//EncodeSansCondensed-Black.ttf");
  font-weight: 900;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-Thin.ttf");
  font-weight: 100;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-ThinItalic.ttf");
  font-weight: 100;
  font-display: block;
  font-style: italic;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-ExtraLight.ttf");
  font-weight: 200;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-ExtraLightItalic.ttf");
  font-weight: 200;
  font-display: block;
  font-style: italic;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-Light.ttf");
  font-weight: 300;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-LightItalic.ttf");
  font-weight: 300;
  font-display: block;
  font-style: italic;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-Regular.ttf");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-Italic.ttf");
  font-weight: 400;
  font-display: block;
  font-style: italic;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-Medium.ttf");
  font-weight: 500;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-MediumItalic.ttf");
  font-weight: 500;
  font-display: block;
  font-style: italic;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-SemiBold.ttf");
  font-weight: 600;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-SemiBoldItalic.ttf");
  font-weight: 600;
  font-display: block;
  font-style: italic;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-Bold.ttf");
  font-weight: 700;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-BoldItalic.ttf");
  font-weight: 700;
  font-display: block;
  font-style: italic;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-ExtraBold.ttf");
  font-weight: 800;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-display: block;
  font-style: italic;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-Black.ttf");
  font-weight: 900;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("/local/templates/main/css/../fonts//DMSans-BlackItalic.ttf");
  font-weight: 900;
  font-display: block;
  font-style: italic;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:not([class]) {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: clip;
}

@media screen and (pointer: fine) {
  html {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2) !important;
  }
}
body,
html {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  position: relative;
  padding: 0 10rem;
  width: 100%;
  height: 100%;
  max-width: 192rem;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .container {
    max-width: 280rem;
    padding: 0 30rem;
  }
}
@media (max-width: 1350px) {
  .container {
    max-width: 135rem;
    padding: 0 3rem;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 76.8rem;
  }
}
.container_strange {
  padding: 0 0 0 10rem;
}
@media (min-width: 1921px) {
  .container_strange {
    padding: 0 0 0 30rem;
  }
}
@media (max-width: 1350px) {
  .container_strange {
    padding: 0 0 0 3rem;
  }
}

.site-container {
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

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

a {
  text-decoration: none;
}

.hidden {
  display: none !important;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-family: "Victor Mono", sans-serif;
}
.btn-reset:focus-visible {
  outline: none;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}
.input-reset:focus-visible {
  outline: none;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.el-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .el-mobile {
    display: inline-block;
  }
}

.page__body--static section:first-child:not(.banner_text) {
  padding-block: 14rem 7.6rem;
}
@media (min-width: 1921px) {
  .page__body--static section:first-child:not(.banner_text) {
    padding-block: 19rem 12rem;
  }
}
@media (max-width: 1350px) {
  .page__body--static section:first-child:not(.banner_text) {
    padding-block: 11.4rem 5.2rem;
  }
}
@media (max-width: 1023px) {
  .page__body--static section:first-child:not(.banner_text) {
    padding-block: 10rem 7.6rem;
  }
}
@media (max-width: 767px) {
  .page__body--static section:first-child:not(.banner_text) {
    padding-block: 7rem 5rem;
  }
}

.btn {
  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;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 90%;
  color: var(--brand----white);
  padding: 1rem 3.8rem;
  height: 7.5rem;
  background-color: var(--brand-blue);
  border: 0.1rem solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1921px) {
  .btn {
    letter-spacing: -0.02em;
  }
}
@media (max-width: 1350px) {
  .btn {
    font-size: 2rem;
    padding: 1rem 3.8rem;
    height: 6rem;
  }
}
@media (max-width: 1023px) {
  .btn {
    font-size: 2.4rem;
    padding: 1rem 3.8rem;
    height: 7.5rem;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 1.9rem;
    padding: 1rem 3.8rem;
    height: 5.7rem;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    border: 0.1rem solid var(--brand----white);
  }
}
.btn:disabled {
  opacity: 0.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.btn.is-loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
  opacity: 1;
  background: var(--brand----white);
}
.btn.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.4rem;
  height: 4.4rem;
  border: 0.7rem solid var(--brand-blue);
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: btn-spin 0.8s linear infinite;
  animation: btn-spin 0.8s linear infinite;
  translate: -50% -50%;
}
@media (max-width: 1350px) {
  .btn.is-loading::after {
    border-width: 0.5rem;
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media (any-hover: hover) {
  .btn_hover-pink:hover {
    border: 0.1rem solid var(--brand----white);
  }
}
.btn_blue {
  color: var(--brand----white);
  background: var(--brand-blue);
}
@media (any-hover: hover) {
  .btn_blue:hover {
    color: var(--brand-blue);
    border: 0.1rem solid var(--brand-blue);
    background: transparent;
  }
}
.btn_border {
  color: var(--brand----white);
  background: transparent;
  border: 0.1rem solid var(--brand----white);
}
@media (any-hover: hover) {
  .btn_border:hover {
    background: var(--brand-blue);
  }
}
.btn_bg-border {
  color: var(--brand----white);
  background: var(--brand-blue);
  border: 0.1rem solid var(--brand----white);
}
@media (any-hover: hover) {
  .btn_bg-border:hover {
    background: var(--brand----white);
    color: var(--brand-blue);
  }
}

@-webkit-keyframes btn-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes btn-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.title {
  font-family: var(--font3);
  font-weight: 600;
  font-size: 5.2rem;
  line-height: 90%;
  letter-spacing: -0.02em;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .title {
    font-size: 5.5rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 1350px) {
  .title {
    font-size: 3.2rem;
  }
}
@media (max-width: 1023px) {
  .title {
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 2.6rem;
  }
}
.title_black {
  color: var(--brand-gray);
}

.sticky-section {
  margin-top: -0.1rem;
  background: #0a0a28;
}
@media (max-width: 1023px) {
  .sticky-section .container {
    padding-inline: 5rem;
  }
}
@media (max-width: 767px) {
  .sticky-section .container {
    padding-inline: 3rem;
  }
}
.sticky-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
@media (max-width: 1350px) {
  .sticky-section__wrapper {
    gap: 3rem;
  }
}
@media (max-width: 1023px) {
  .sticky-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  .sticky-section__wrapper {
    padding-top: 3rem;
    gap: 6.2rem;
  }
}
.sticky-section__left {
  position: sticky;
  top: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  min-height: 11rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.6rem;
  flex: 0 0 57.6rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 1921px) {
  .sticky-section__left {
    top: 15rem;
    min-height: 15rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.8rem;
    flex: 0 0 70.8rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 1350px) {
  .sticky-section__left {
    top: 9rem;
    min-height: 10rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.2rem;
    flex: 0 0 37.2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) {
  .sticky-section__left {
    position: static;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: auto;
    min-height: auto;
    margin: 0;
  }
}
.sticky-section__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 1023px) {
  .sticky-section__right {
    margin-inline: -5rem;
  }
}
@media (max-width: 767px) {
  .sticky-section__right {
    margin-inline: -3rem;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .only-mobile {
    display: block;
  }
}

.only-laptop {
  display: none;
}
@media (max-width: 1350px) and (min-width: 1024px) {
  .only-laptop {
    display: block;
  }
}

.only-desktop {
  display: none;
}
@media (min-width: 1351px) {
  .only-desktop {
    display: block;
  }
}

.select {
  position: relative;
  z-index: 2;
}
.select.open .select__wrapper {
  display: block;
}
.select.open .form__label-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select__wrapper {
  display: none;
  position: absolute;
  top: calc(100% - 1.9rem);
  left: 0;
  right: 0;
}
@media (min-width: 1921px) {
  .select__wrapper {
    top: calc(100% - 2.6rem);
  }
}
.select__scroll {
  max-height: 40rem;
  overflow-y: auto;
}
.select__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .select__body {
    padding: 1.5rem;
  }
}
.select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}
.select__item.selected::before {
  content: "✓";
}
.select__item:not(:last-child) {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 0.1rem solid #e6e6e6;
}
@media (max-width: 1350px) {
  .select__item:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1023px) {
  .select__item:not(:last-child) {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .select__item:not(:last-child) {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.select__item::before {
  content: "";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  background: var(--brand-blue-light);
}
.select__item-text {
  font-family: var(--font5);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 110%;
  color: #333333;
  text-align: left;
}
@media (min-width: 1921px) {
  .select__item-text {
    font-size: 2rem;
  }
}
@media (max-width: 1350px) {
  .select__item-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .select__item-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .select__item-text {
    font-size: 1.6rem;
  }
}

.counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6rem;
  margin-block: 4rem;
}
@media (min-width: 1921px) {
  .counts {
    margin-block: 3rem;
  }
}
@media (max-width: 1350px) {
  .counts {
    margin-block: 3rem;
    gap: 4rem;
  }
}
@media (max-width: 1023px) {
  .counts {
    margin-block: 2.5rem;
  }
}
@media (max-width: 767px) {
  .counts {
    gap: 6rem;
  }
}
.counts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.counts__num {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 7.4rem;
  line-height: 110%;
  color: var(--project-text);
}
@media (min-width: 1921px) {
  .counts__num {
    font-size: 10rem;
  }
}
@media (max-width: 1350px) {
  .counts__num {
    font-size: 5.2rem;
  }
}
@media (max-width: 1023px) {
  .counts__num {
    font-size: 7.2rem;
  }
}
@media (max-width: 767px) {
  .counts__num {
    font-size: 6.4rem;
  }
}
.counts__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1921px) {
  .counts__name {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .counts__name {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .counts__name {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .counts__name {
    font-size: 1.6rem;
  }
}

.js-accordion.open > .js-accordion-head img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.js-accordion.open > .js-accordion-head svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.js-accordion.open > .js-accordion-head svg path {
  stroke: var(--brand----white);
}
.js-accordion.open > .js-accordion-body {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 11rem;
  z-index: 10;
  background: rgba(10, 10, 40, 0.5019607843);
}
@media (min-width: 1921px) {
  .header {
    height: 14rem;
  }
}
@media (max-width: 1350px) {
  .header {
    height: 8.4rem;
  }
}
@media (max-width: 1023px) {
  .header {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .header {
    height: 4rem;
  }
}
.header .container {
  padding-inline: 10rem 5rem;
}
@media (min-width: 1921px) {
  .header .container {
    padding-inline: 30rem 9rem;
  }
}
@media (max-width: 1350px) {
  .header .container {
    padding-inline: 3rem 1rem;
  }
}
@media (max-width: 1023px) {
  .header .container {
    padding-inline: 5rem 2rem;
  }
}
@media (max-width: 767px) {
  .header .container {
    padding-inline: 1rem 0;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  height: 100%;
}
@media (max-width: 767px) {
  .header__wrapper {
    gap: 2.6rem;
  }
}
.header__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5rem;
}
@media (min-width: 1921px) {
  .header__left {
    gap: 7.5rem;
  }
}
@media (max-width: 1350px) {
  .header__left {
    gap: 4rem;
  }
}
@media (max-width: 1023px) {
  .header__left {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .header__left {
    gap: 1rem;
  }
}
.header__right {
  position: relative;
}
.header__logo {
  display: block;
  width: auto;
  height: 7rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (min-width: 1921px) {
  .header__logo {
    height: 8rem;
  }
}
@media (max-width: 1350px) {
  .header__logo {
    height: 5.3rem;
  }
}
@media (max-width: 1023px) {
  .header__logo {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .header__logo {
    height: 2.4rem;
  }
}
.header__logo img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.header__right {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__social {
  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;
  width: 11rem;
  height: 100%;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--brand----white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .header__social:hover {
    background: var(--brand-blue);
  }
}
@media (min-width: 1921px) {
  .header__social {
    width: 14rem;
  }
}
@media (max-width: 1350px) {
  .header__social {
    width: 8.4rem;
  }
}
@media (max-width: 1023px) {
  .header__social {
    width: 7rem;
  }
}
@media (max-width: 767px) {
  .header__social {
    width: 4rem;
  }
}
.header__social img {
  width: 11rem;
  height: 11rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-width: none;
}
@media (min-width: 1921px) {
  .header__social img {
    width: 14rem;
    height: 14rem;
  }
}
@media (max-width: 1350px) {
  .header__social img {
    width: 8.4rem;
    height: 8.4rem;
  }
}
@media (max-width: 1023px) {
  .header__social img {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .header__social img {
    width: 4rem;
    height: 4rem;
  }
}
.header__phone {
  white-space: nowrap;
  height: 6rem;
  padding-inline: 4rem;
  margin-right: 6rem;
}
@media (min-width: 1921px) {
  .header__phone {
    height: 9rem;
    padding-inline: 6rem;
    margin-right: 8rem;
  }
}
@media (max-width: 1350px) {
  .header__phone {
    font-size: 1.6rem;
    height: 5rem;
    padding-inline: 3rem;
    margin-right: 3rem;
  }
}
@media (max-width: 1023px) {
  .header__phone {
    display: none;
  }
}
.header__gift {
  position: absolute;
  top: calc(100% + 4.5rem);
  left: 0;
}
@media (max-width: 1350px) {
  .header__gift {
    top: calc(100% + 2.5rem);
  }
}
@media (max-width: 1023px) {
  .header__gift {
    top: calc(100% + 2rem);
    display: none;
  }
}
@media (max-width: 767px) {
  .header__gift {
    top: calc(100% + 1.5rem);
  }
}

.gift {
  padding: 2.3rem 2.6rem;
  max-width: 62.2rem;
  background: var(--brand-blue);
}
@media (max-width: 1350px) {
  .gift {
    padding: 1.6rem 2rem;
    max-width: 42.2rem;
  }
}
@media (max-width: 1023px) {
  .gift {
    padding: 1.2rem 1.6rem;
    max-width: 24rem;
  }
}
@media (max-width: 767px) {
  .gift {
    padding: 1rem 1.2rem;
    max-width: 15rem;
  }
}
.gift::after {
  content: "";
  position: absolute;
  top: 0;
  left: 4.5rem;
  -webkit-transform: translateX(-50%) translateY(-99%);
  -ms-transform: translateX(-50%) translateY(-99%);
  transform: translateX(-50%) translateY(-99%);
  width: 0;
  height: 0;
  border-left: 1.8rem solid transparent;
  border-right: 1.8rem solid transparent;
  border-bottom: calc(3.6rem * 0.8660254038) solid var(--brand-blue);
}
@media (max-width: 1350px) {
  .gift::after {
    left: 4.5rem;
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    border-bottom: calc(2.4rem * 0.8660254038) solid var(--brand-blue);
  }
}
@media (max-width: 1023px) {
  .gift::after {
    left: 3.5rem;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: calc(1.6rem * 0.8660254038) solid var(--brand-blue);
  }
}
@media (max-width: 767px) {
  .gift::after {
    left: 2rem;
  }
}
.gift__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 1.6rem;
  height: 1.6rem;
}
.gift__close svg,
.gift__close img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1350px) {
  .gift__close {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (max-width: 1023px) {
  .gift__close {
    top: 0.7rem;
    right: 0.7rem;
    width: 1rem;
    height: 1rem;
  }
}
@media (any-hover: hover) {
  .gift__close:hover {
    opacity: 0.7;
  }
}
.gift__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 110%;
  letter-spacing: -0.5%;
  color: var(--brand----white);
}
@media (max-width: 1350px) {
  .gift__content {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .gift__content {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .gift__content {
    font-size: 0.8rem;
  }
}

.footer {
  position: relative;
  padding-block: 10rem 5rem;
  background: #0a0a28;
}
@media (min-width: 1921px) {
  .footer {
    padding-block: 10rem 8rem;
  }
}
@media (max-width: 1350px) {
  .footer {
    padding-block: 5rem 2.4rem;
  }
}
@media (max-width: 1023px) {
  .footer {
    padding-block: 8rem 5rem;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-block: 3rem 3.6rem;
  }
}
@media (max-width: 1023px) {
  .footer .container {
    padding-inline: 5rem;
  }
}
@media (max-width: 767px) {
  .footer .container {
    padding-inline: 3rem;
  }
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10rem;
}
@media (min-width: 1921px) {
  .footer__wrapper {
    gap: 12rem;
  }
}
@media (max-width: 1350px) {
  .footer__wrapper {
    gap: 6rem;
  }
}
@media (max-width: 1023px) {
  .footer__wrapper {
    gap: 7rem;
  }
}
@media (max-width: 767px) {
  .footer__wrapper {
    gap: 5rem;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 7rem;
}
@media (max-width: 1023px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .footer__content {
    gap: 3.2rem;
  }
}
.footer__logos {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media (max-width: 767px) {
  .footer__logos {
    gap: 1.5rem;
  }
}
.footer__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 5.5rem;
  width: auto;
}
.footer__logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 1921px) {
  .footer__logo {
    height: 9rem;
  }
}
@media (max-width: 1350px) {
  .footer__logo {
    height: 4.4rem;
  }
}
@media (max-width: 1023px) {
  .footer__logo {
    height: 5.5rem;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    height: 2.8rem;
  }
}
.footer__logo_mnp {
  height: 4rem;
}
@media (min-width: 1921px) {
  .footer__logo_mnp {
    height: 6rem;
  }
}
@media (max-width: 1350px) {
  .footer__logo_mnp {
    height: 3.4rem;
  }
}
@media (max-width: 1023px) {
  .footer__logo_mnp {
    height: 5.5rem;
  }
}
@media (max-width: 767px) {
  .footer__logo_mnp {
    height: 2rem;
  }
}
.footer__menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 104.4rem;
  flex: 0 0 104.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (min-width: 1921px) {
  .footer__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 139.2rem;
    flex: 0 0 139.2rem;
    gap: 2.6rem;
  }
}
@media (max-width: 1350px) {
  .footer__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    gap: 2rem;
  }
}
@media (max-width: 1023px) {
  .footer__menu {
    gap: 2rem;
  }
}
.footer__menu .footer__link:first-child {
  max-width: 35rem;
}
@media (min-width: 1921px) {
  .footer__menu .footer__link:first-child {
    max-width: 42rem;
  }
}
.footer__menu-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44.6rem;
  flex: 0 0 44.6rem;
}
@media (min-width: 1921px) {
  .footer__menu-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67.3rem;
    flex: 0 0 67.3rem;
  }
}
@media (max-width: 1350px) {
  .footer__menu-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.3rem;
    flex: 0 0 30.3rem;
  }
}
@media (max-width: 1023px) {
  .footer__menu-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 767px) {
  .footer__menu-left {
    display: none;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 1350px) {
  .footer__nav {
    gap: 2rem;
  }
}
@media (max-width: 1023px) {
  .footer__nav {
    gap: 2.5rem;
  }
}
.footer__menu-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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;
  gap: 2.5rem;
}
@media (max-width: 1350px) {
  .footer__menu-right {
    gap: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39.2rem;
    flex: 0 0 39.2rem;
  }
}
@media (max-width: 1023px) {
  .footer__menu-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .footer__menu-right {
    gap: 3.6rem;
  }
}
.footer__menu-right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 1350px) {
  .footer__menu-right-top {
    gap: 2rem;
  }
}
@media (max-width: 1023px) {
  .footer__menu-right-top {
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .footer__menu-right-top {
    gap: 0.8rem;
  }
  .footer__menu-right-top > .footer__link {
    font-weight: 700;
  }
}
.footer__menu-right-bottom {
  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-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 2rem;
}
@media (max-width: 767px) {
  .footer__menu-right-bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .footer__socials {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.footer__bottom {
  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;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .footer__bottom {
    display: none;
  }
}
.footer__policy {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: var(--brand----white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .footer__policy:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1921px) {
  .footer__policy {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .footer__policy {
    font-size: 1.3rem;
  }
}
@media (max-width: 1023px) {
  .footer__policy {
    font-size: 2rem;
  }
}
.footer__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 120%;
  color: var(--brand----white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (any-hover: hover) {
  .footer__link:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1921px) {
  .footer__link {
    font-size: 3.2rem;
  }
}
@media (max-width: 1350px) {
  .footer__link {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .footer__link {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .footer__link {
    font-size: 1.6rem;
  }
}
.footer__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 120%;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .footer__media {
    font-size: 3.2rem;
  }
}
@media (max-width: 1350px) {
  .footer__media {
    font-size: 2rem;
    gap: 0.5rem;
  }
}
@media (max-width: 1023px) {
  .footer__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 1rem;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .footer__media {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
  }
}
@media (max-width: 1350px) {
  .footer__media-btn {
    font-size: 1.8rem;
    padding: 1rem 2rem;
  }
}
@media (max-width: 1023px) {
  .footer__media-btn {
    font-size: 2rem;
    padding: 1rem 3.8rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__media-btn {
    font-size: 1.9rem;
  }
}
.footer__link-social {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 6rem;
  height: 6rem;
}
@media (any-hover: hover) {
  .footer__link-social:hover svg rect {
    fill: var(--brand-blue);
  }
  .footer__link-social:hover img {
    opacity: 0.8;
  }
}
@media (min-width: 1921px) {
  .footer__link-social {
    width: 9rem;
    height: 9rem;
  }
}
@media (max-width: 1350px) {
  .footer__link-social {
    width: 4.2rem;
    height: 4.2rem;
  }
}
@media (max-width: 1023px) {
  .footer__link-social {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .footer__link-social {
    width: 4rem;
    height: 4rem;
  }
}
.footer__link-social svg,
.footer__link-social img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__link-social svg rect,
.footer__link-social img rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.banner {
  position: relative;
  z-index: 2;
  padding-block: 11rem 7.6rem;
}
@media (min-width: 1921px) {
  .banner {
    padding-block: 14rem 12rem;
  }
}
@media (max-width: 1350px) {
  .banner {
    padding-block: 8.4rem 5.2rem;
  }
}
@media (max-width: 1023px) {
  .banner {
    padding-block: 7rem 7.6rem;
  }
}
@media (max-width: 767px) {
  .banner {
    padding-block: 4rem 5rem;
  }
}
@media (max-width: 1023px) {
  .banner .container {
    padding-inline: 5rem;
  }
}
@media (max-width: 767px) {
  .banner .container {
    padding-inline: 3rem;
  }
}
.banner_text {
  padding-bottom: 0;
}
.banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.banner__bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.banner__wrapper {
  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-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 13rem;
  padding-block: 15rem 20rem;
}
@media (min-width: 1921px) {
  .banner__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 14rem;
    padding-block: 22rem 18rem;
  }
}
@media (max-width: 1350px) {
  .banner__wrapper {
    gap: 7rem;
    padding-block: 6.5rem 8.5rem;
  }
}
@media (max-width: 1023px) {
  .banner__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100dvh - 7rem - 7.6rem);
    min-height: 76rem;
    gap: 5rem;
    padding-block: 8rem;
  }
}
@media (max-width: 767px) {
  .banner__wrapper {
    padding-block: 4.8rem 3rem;
    min-height: calc(64rem - 5rem - 5rem);
  }
}
.banner__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.5rem;
}
@media (min-width: 1921px) {
  .banner__top {
    gap: 5rem;
  }
}
@media (max-width: 1350px) {
  .banner__top {
    gap: 3rem;
  }
}
@media (max-width: 1023px) {
  .banner__top {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .banner__top {
    gap: 1.8rem;
  }
}
.banner__title {
  font-family: var(--font3);
  font-weight: 600;
  font-size: 9rem;
  line-height: 90%;
  letter-spacing: -0.02em;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .banner__title {
    font-size: 11.5rem;
  }
}
@media (max-width: 1350px) {
  .banner__title {
    font-size: 6.4rem;
  }
}
@media (max-width: 1023px) {
  .banner__title {
    font-size: 5rem;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 2.8rem;
    max-width: 26rem;
    line-height: 90%;
  }
}
.banner__subtitle {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .banner__subtitle {
    font-size: 4.8rem;
  }
}
@media (max-width: 1350px) {
  .banner__subtitle {
    font-size: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .banner__subtitle {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .banner__subtitle {
    font-size: 1.8rem;
  }
}
.banner__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1350px) {
  .banner__bottom {
    gap: 2.5rem;
  }
}
@media (max-width: 1023px) {
  .banner__bottom {
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .banner__bottom {
    gap: 2rem;
    width: 100%;
  }
}
.banner__date {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .banner__date {
    font-size: 4.8rem;
  }
}
@media (max-width: 1350px) {
  .banner__date {
    font-size: 3.2rem;
  }
}
@media (max-width: 1023px) {
  .banner__date {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .banner__date {
    font-size: 2.4rem;
  }
}
.banner__place {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--brand----white);
  margin-top: 1.5rem;
}
.banner__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (min-width: 1921px) {
  .banner__btns {
    gap: 3rem;
  }
}
@media (max-width: 1350px) {
  .banner__btns {
    gap: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .banner__btns {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .banner__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.banner__marquee {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  height: 7.6rem;
  width: 100vw;
  background: var(--brand-blue);
}
@media (min-width: 1921px) {
  .banner__marquee {
    height: 12rem;
  }
}
@media (max-width: 1350px) {
  .banner__marquee {
    height: 5.2rem;
  }
}
@media (max-width: 1023px) {
  .banner__marquee {
    height: 7.6rem;
  }
}
@media (max-width: 767px) {
  .banner__marquee {
    height: 5rem;
  }
}
.banner__marquee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 4rem;
  padding-right: 4rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-animation: marquee 20s linear infinite;
  animation: marquee 20s linear infinite;
}
.banner__marquee-item span {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--brand----white);
  white-space: nowrap;
}
@media (min-width: 1921px) {
  .banner__marquee-item span {
    font-size: 3.2rem;
  }
}
@media (max-width: 1350px) {
  .banner__marquee-item span {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .banner__marquee-item span {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .banner__marquee-item span {
    font-size: 1.4rem;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.route {
  margin-top: -0.1rem;
  padding-block: 10rem 12rem;
  background: var(--brand-blue);
}
@media (min-width: 1921px) {
  .route {
    padding-block: 11.4rem 13.2rem;
  }
}
@media (max-width: 1350px) {
  .route {
    padding-block: 5rem 8rem;
  }
}
@media (max-width: 767px) {
  .route {
    padding-block: 2rem 5rem;
  }
}
.route__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 5rem;
}
@media (max-width: 1023px) {
  .route__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
}
.route__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45rem;
  flex: 0 0 45rem;
}
@media (max-width: 1350px) {
  .route__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26.4rem;
    flex: 0 0 26.4rem;
  }
}
@media (max-width: 1023px) {
  .route__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.route__title {
  max-width: 38.1rem;
}
@media (min-width: 1921px) {
  .route__title {
    max-width: 45rem;
  }
}
@media (max-width: 1023px) {
  .route__title {
    max-width: none;
  }
}
.route__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.2rem;
  flex: 0 0 91.2rem;
  padding-right: 5rem;
}
@media (min-width: 1921px) {
  .route__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 158.8rem;
    flex: 0 0 158.8rem;
    padding-right: 2.8rem;
    margin-right: -20rem;
  }
}
@media (max-width: 1350px) {
  .route__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82.7rem;
    flex: 0 0 82.7rem;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .route__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.route__text p {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .route__text p {
    font-size: 3.2rem;
  }
}
@media (max-width: 1350px) {
  .route__text p {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .route__text p {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .route__text p {
    font-size: 1.6rem;
  }
}
.route__text p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 1921px) {
  .route__text p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) {
  .route__text p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .route__text p:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.events {
  border-bottom: 0.2rem solid var(--brand----white);
}
@media (max-width: 1023px) {
  .events {
    border: none;
  }
}
.events__right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1023px) {
  .events__right {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.events__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 55rem;
  border-right: 0.1rem solid #575757;
  background: var(--brand----white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .events__card:hover .events__card-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media (min-width: 1921px) {
  .events__card {
    min-height: 65rem;
  }
}
@media (max-width: 1350px) {
  .events__card {
    min-height: 52rem;
  }
}
@media (max-width: 1023px) {
  .events__card {
    min-height: 55rem;
    border: none;
  }
}
@media (max-width: 767px) {
  .events__card {
    min-height: 45rem;
  }
}
.events__card-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  height: 40rem;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .events__card-img {
    height: 50rem;
  }
}
@media (max-width: 1350px) {
  .events__card-img {
    height: 35rem;
  }
}
@media (max-width: 1023px) {
  .events__card-img {
    height: 40rem;
  }
}
@media (max-width: 767px) {
  .events__card-img {
    height: 30rem;
  }
}
.events__card-img::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(340deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 120%);
}
.events__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.events__card-date {
  position: absolute;
  z-index: 3;
  top: 3rem;
  left: 3rem;
  font-family: var(--font3);
  font-weight: 600;
  font-size: 9.2rem;
  line-height: 90%;
  letter-spacing: -0.02em;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .events__card-date {
    top: 3.5rem;
    left: 3.5rem;
    font-size: 10rem;
  }
}
@media (max-width: 1350px) {
  .events__card-date {
    font-size: 6.4rem;
  }
}
@media (max-width: 1023px) {
  .events__card-date {
    font-size: 9.2rem;
  }
}
@media (max-width: 767px) {
  .events__card-date {
    font-size: 5.2rem;
  }
}
.events__card-register {
  position: absolute;
  z-index: 3;
  left: 3rem;
  bottom: 3rem;
  font-family: var(--font3);
  font-weight: 600;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--brand----white);
  padding: 0.4rem 1rem;
  border-radius: 1rem;
  background: var(--brand-blue);
}
@media (min-width: 1921px) {
  .events__card-register {
    font-size: 2.2rem;
  }
}
@media (max-width: 1350px) {
  .events__card-register {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .events__card-register {
    font-size: 1.6rem;
  }
}
.events__card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 2.5rem 0.8rem 2.5rem;
}
.events__card-name {
  font-family: var(--font5);
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--project-text);
}
@media (min-width: 1921px) {
  .events__card-name {
    font-size: 3.2rem;
  }
}
@media (max-width: 1350px) {
  .events__card-name {
    font-size: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .events__card-name {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .events__card-name {
    font-size: 2rem;
  }
}
.events__card-address {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: var(--brand-blue);
}
@media (min-width: 1921px) {
  .events__card-address {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .events__card-address {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .events__card-address {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .events__card-address {
    font-size: 1.6rem;
  }
}

.questions {
  padding-block: 15rem;
  background: var(--brand-blue);
}
@media (max-width: 1350px) {
  .questions {
    padding-block: 7rem;
  }
}
@media (max-width: 767px) {
  .questions {
    padding-block: 5rem;
  }
}
.questions__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  gap: 1rem;
  padding-bottom: 4rem;
}
@media (max-width: 1023px) {
  .questions__head {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .questions__head {
    padding-bottom: 2rem;
  }
}
.questions__title {
  font-family: var(--font4);
  font-weight: 600;
  font-size: 5.2rem;
  line-height: 120%;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .questions__title {
    font-size: 5.5rem;
  }
}
@media (max-width: 1350px) {
  .questions__title {
    font-size: 3.2rem;
  }
}
@media (max-width: 1023px) {
  .questions__title {
    font-size: 4.2rem;
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .questions__title {
    font-size: 1.9rem;
    line-height: 100%;
    height: 4rem;
  }
  .questions__title:not(.is-subscribe) {
    font-size: 2.6rem;
  }
}
.questions__title.is-subscribe + .questions__text {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.questions__text {
  font-family: var(--font4);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 120%;
  color: var(--brand----white);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1350px) {
  .questions__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .questions__text {
    font-size: 1.4rem;
  }
}
.questions__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
}
@media (min-width: 1921px) {
  .questions__form {
    gap: 5rem;
  }
}
@media (max-width: 1350px) {
  .questions__form {
    gap: 3.2rem;
  }
}
@media (max-width: 1023px) {
  .questions__form {
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .questions__form {
    gap: 3rem;
  }
}

.form__row {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (min-width: 1921px) {
  .form__row {
    gap: 4rem;
  }
}
@media (max-width: 1350px) {
  .form__row {
    gap: 5rem 3rem;
  }
}
@media (max-width: 1023px) {
  .form__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
@media (max-width: 767px) {
  .form__row {
    gap: 2.2rem;
  }
}
.form__label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33rem;
  flex: 0 0 33rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1921px) {
  .form__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42rem;
    flex: 0 0 42rem;
    height: 10.4rem;
  }
}
@media (max-width: 1350px) {
  .form__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.6rem;
    flex: 0 0 38.6rem;
  }
}
@media (max-width: 1023px) {
  .form__label {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.form__label:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.2rem;
  flex: 0 0 37.2rem;
}
@media (min-width: 1921px) {
  .form__label:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52.6rem;
    flex: 0 0 52.6rem;
  }
}
@media (max-width: 1350px) {
  .form__label:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59.5rem;
    flex: 0 0 59.5rem;
  }
}
@media (max-width: 1023px) {
  .form__label:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 1350px) {
  .form__label:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59.5rem;
    flex: 0 0 59.5rem;
  }
}
@media (max-width: 1023px) {
  .form__label:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.form__label.error .form__input {
  border-bottom: 0.1rem solid var(--button---primary);
}
.form__label.error .form__error {
  opacity: 1;
}
.form__label-icon {
  width: 2rem;
  height: 1rem;
}
.form__label-name {
  font-family: var(--font4);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 120%;
  color: var(--brand----white);
}
@media (max-width: 1350px) {
  .form__label-name {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .form__label-name {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .form__label-name {
    font-size: 1.6rem;
  }
}
.form__label-name_flex {
  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;
  gap: 1rem;
}
.form__label-name_cursor {
  cursor: pointer;
}
.form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  font-family: var(--font4);
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 120%;
  color: var(--brand----white);
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
  border-bottom: 0.1rem solid var(--brand----white);
  background: transparent;
}
@media (min-width: 1921px) {
  .form__input {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .form__input {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .form__input {
    font-size: 2.4rem;
    height: 4.2rem;
  }
}
@media (max-width: 767px) {
  .form__input {
    font-size: 1.6rem;
    padding-top: 1rem;
    height: 3.5rem;
  }
}
.form__input_collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.form__input_collapse div {
  width: 55.3rem;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .form__input_collapse div {
    width: 70.6rem;
  }
}
@media (max-width: 1350px) {
  .form__input_collapse div {
    width: 41rem;
  }
}
@media (max-width: 1023px) {
  .form__input_collapse div {
    width: 70.8rem;
  }
}
@media (max-width: 767px) {
  .form__input_collapse div {
    width: 31.5rem;
  }
}
.form__error {
  padding-top: 0.4rem;
  font-family: var(--font4);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  color: var(--button---primary);
  opacity: 0;
}
@media (min-width: 1921px) {
  .form__error {
    padding-top: 0.6rem;
    font-size: 1.8rem;
  }
}
.form__btn {
  font-size: 2.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 7.3rem;
  padding: 2rem;
}
@media (min-width: 1921px) {
  .form__btn {
    font-size: 2.4rem;
    padding-inline: 3rem;
    height: 8rem;
  }
}
@media (max-width: 1350px) {
  .form__btn {
    font-size: 1.8rem;
    height: 5.6rem;
  }
}
@media (max-width: 1023px) {
  .form__btn {
    font-size: 2.4rem;
    height: 8rem;
  }
}
@media (max-width: 767px) {
  .form__btn {
    padding: 1rem;
    font-size: 1.5rem;
    height: 4.8rem;
    width: 100%;
  }
}
.form__agrees {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .form__agrees {
    gap: 1.5rem;
  }
}
.form__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9rem;
}
@media (max-width: 1350px) {
  .form__agree {
    gap: 1.5rem;
  }
}
.form__agree-field {
  display: none;
}
.form__agree-field:checked + .form__agree-mask::before {
  opacity: 1;
}
.form__agree-mask {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background: #eaeaf3;
  cursor: pointer;
}
.form__agree-mask::before {
  content: "✓";
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: var(--brand-blue);
  opacity: 0;
}
@media (max-width: 1023px) {
  .form__agree-mask {
    margin-top: 0.4rem;
    margin-bottom: auto;
  }
}
.form__agree-label {
  font-family: var(--font4);
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: var(--brand----white);
  opacity: 0.8;
}
@media (min-width: 1921px) {
  .form__agree-label {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .form__agree-label {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .form__agree-label {
    font-size: 2.4rem;
    line-height: 110%;
  }
}
@media (max-width: 767px) {
  .form__agree-label {
    font-size: 1.4rem;
  }
}
.form__agree-label a {
  color: var(--brand-blue-light);
}
@media (any-hover: hover) {
  .form__agree-label a:hover {
    text-decoration: underline;
  }
}
.form__gift {
  position: absolute;
  top: calc(100% + 4.1rem);
  right: -6.8rem;
  border: 0.1rem solid var(--brand----white);
}
@media (min-width: 1921px) {
  .form__gift {
    right: 8.5rem;
  }
}
@media (max-width: 1350px) {
  .form__gift {
    top: calc(100% + 2rem);
    right: -1.2rem;
  }
}
@media (max-width: 1023px) {
  .form__gift {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    max-width: 100%;
  }
  .form__gift::after {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  .form__gift::before {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}
.form__gift::after {
  -webkit-transform: translateX(-50%) translateY(-98%);
  -ms-transform: translateX(-50%) translateY(-98%);
  transform: translateX(-50%) translateY(-98%);
  z-index: 1;
}
.form__gift::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4.5rem;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  width: 0;
  height: 0;
  border-left: 1.9rem solid transparent;
  border-right: 1.9rem solid transparent;
  border-bottom: calc(3.8rem * 0.8660254038) solid var(--brand----white);
}
@media (max-width: 1350px) {
  .form__gift::before {
    left: 4.5rem;
    border-left: 1.3rem solid transparent;
    border-right: 1.3rem solid transparent;
    border-bottom: calc(2.6rem * 0.8660254038) solid var(--brand----white);
  }
}
@media (max-width: 1023px) {
  .form__gift::before {
    left: 3.5rem;
    border-left: 0.9rem solid transparent;
    border-right: 0.9rem solid transparent;
    border-bottom: calc(1.8rem * 0.8660254038) solid var(--brand----white);
  }
}
@media (max-width: 767px) {
  .form__gift::before {
    left: 2rem;
  }
}
@media (max-width: 1023px) {
  .form__gift .gift__content {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .form__gift .gift__content {
    font-size: 1.2rem;
  }
}

.infopartners {
  margin-block: 16rem 10rem;
}
@media (min-width: 1921px) {
  .infopartners {
    margin-block: 16rem 21.1rem;
  }
}
@media (max-width: 1350px) {
  .infopartners {
    margin-block: 7rem;
  }
}
@media (max-width: 1023px) {
  .infopartners {
    margin-block: 8rem 7rem;
  }
}
@media (max-width: 767px) {
  .infopartners {
    margin-block: 6rem 5rem;
  }
}
.infopartners__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 1023px) {
  .infopartners__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .infopartners__wrapper {
    gap: 3rem;
  }
}
.infopartners__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.4rem;
  flex: 0 0 48.4rem;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media (min-width: 1921px) {
  .infopartners__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57.4rem;
    flex: 0 0 57.4rem;
  }
}
@media (max-width: 1350px) {
  .infopartners__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.5rem;
    flex: 0 0 33.5rem;
  }
}
@media (max-width: 1023px) {
  .infopartners__left {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
  }
}
.infopartners__swiper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 103.2rem;
  flex: 0 0 103.2rem;
  max-width: 103.2rem;
  margin: -2rem -10rem -2rem -1rem;
  padding: 2rem 10rem 2rem 1rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (min-width: 1921px) {
  .infopartners__swiper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140rem;
    flex: 0 0 140rem;
    max-width: 140rem;
    margin-right: -30rem;
    padding-right: 30rem;
  }
}
@media (max-width: 1350px) {
  .infopartners__swiper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.9rem;
    flex: 0 0 70.9rem;
    max-width: 70.9rem;
    margin-right: -3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 1023px) {
  .infopartners__swiper {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
    margin-inline: -3rem;
    padding-inline: 3rem;
  }
}
.infopartners__swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.infopartners__card {
  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;
  height: 17rem;
  width: 48.6rem;
  min-width: 0;
  padding: 1rem;
  background: var(--brand----white);
  -webkit-box-shadow: 0 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .infopartners__card:hover {
    -webkit-box-shadow: 0 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.35);
  }
}
@media (min-width: 1921px) {
  .infopartners__card {
    height: 17.4rem;
    width: 51.4rem;
  }
}
@media (max-width: 1350px) {
  .infopartners__card {
    height: 12rem;
    width: 30rem;
  }
}
@media (max-width: 1023px) {
  .infopartners__card {
    height: 12rem;
    width: 33rem;
  }
}
@media (max-width: 767px) {
  .infopartners__card {
    width: 31.5rem;
  }
}
.infopartners__card img {
  width: auto;
  height: auto;
  max-height: 12rem;
  max-width: 100%;
}
@media (max-width: 1350px) {
  .infopartners__card img {
    max-height: 7rem;
  }
}
@media (max-width: 1023px) {
  .infopartners__card img {
    max-height: 7.7rem;
  }
}

.partners {
  margin-block: 10rem 16rem;
}
@media (min-width: 1921px) {
  .partners {
    margin-block: 21.1rem 16rem;
  }
}
@media (max-width: 1350px) {
  .partners {
    margin-block: 7rem;
  }
}
@media (max-width: 1023px) {
  .partners {
    margin-block: 7rem 8rem;
  }
}
@media (max-width: 767px) {
  .partners {
    margin-block: 5rem 6rem;
  }
}
.partners__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
}
@media (max-width: 1023px) {
  .partners__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .partners__wrapper {
    gap: 3rem;
  }
}
.partners__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.partners__swiper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 122.5rem;
  flex: 0 0 122.5rem;
  max-width: 122.5rem;
  margin: -2rem -10rem -2rem -1rem;
  padding: 2rem 10rem 2rem 1rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (min-width: 1921px) {
  .partners__swiper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 164.5rem;
    flex: 0 0 164.5rem;
    max-width: 164.5rem;
    margin-right: -30rem;
    padding-right: 30rem;
  }
}
@media (max-width: 1350px) {
  .partners__swiper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.5rem;
    flex: 0 0 83.5rem;
    max-width: 83.5rem;
    margin-right: -3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 1023px) {
  .partners__swiper {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
    margin-inline: -3rem;
    padding-inline: 3rem;
  }
}
.partners__swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.partners__card {
  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;
  height: 17rem;
  width: 45rem;
  min-width: 0;
  padding: 1rem;
  background: var(--brand----white);
  -webkit-box-shadow: 0 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .partners__card:hover {
    -webkit-box-shadow: 0 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.35);
  }
}
@media (max-width: 1350px) {
  .partners__card {
    height: 12rem;
    width: 30rem;
  }
}
@media (max-width: 1023px) {
  .partners__card {
    height: 12rem;
    width: 33rem;
  }
}
@media (max-width: 767px) {
  .partners__card {
    width: 31.5rem;
  }
}
.partners__card img {
  width: auto;
  height: auto;
  max-height: 12rem;
  max-width: 100%;
}
@media (max-width: 1350px) {
  .partners__card img {
    max-height: 4rem;
  }
}
@media (max-width: 1023px) {
  .partners__card img {
    max-height: 5rem;
  }
}

.was-it-like__thumb {
  background: var(--brand-blue);
}
.was-it-like__thumb-wrapper {
  height: 29.8rem;
}
@media (max-width: 1350px) {
  .was-it-like__thumb-wrapper {
    height: 25rem;
  }
}
@media (max-width: 767px) {
  .was-it-like__thumb-wrapper {
    height: 20rem;
  }
}
.was-it-like__thumb-slide {
  position: relative;
  height: 29.6rem;
}
@media (max-width: 1350px) {
  .was-it-like__thumb-slide {
    height: 25rem;
  }
}
@media (max-width: 767px) {
  .was-it-like__thumb-slide {
    height: 20rem;
  }
}
.was-it-like__thumb-slide:not(.swiper-slide-thumb-active) {
  cursor: pointer;
}
.was-it-like__thumb-slide:not(.swiper-slide-thumb-active)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #1f41ff;
  opacity: 0.85;
}
.was-it-like__thumb-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.was-it-like__btn {
  position: absolute;
  z-index: 3;
  width: 10rem;
  height: 10rem;
}
.was-it-like__btn svg {
  width: 100%;
  height: 100%;
}
.was-it-like__btn-left {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0rem;
}
.was-it-like__btn-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0rem;
}
.was-it-like__main {
  height: 58rem;
}
@media (min-width: 1921px) {
  .was-it-like__main {
    height: 85.7rem;
  }
}
@media (max-width: 1350px) {
  .was-it-like__main {
    height: 43.7rem;
  }
}
@media (max-width: 1023px) {
  .was-it-like__main {
    height: 38.9rem;
  }
}
@media (max-width: 767px) {
  .was-it-like__main {
    height: 30rem;
  }
}
.was-it-like__main-slide {
  height: 100%;
  width: 100%;
}
.was-it-like__main-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.was-it-like__nav {
  position: absolute;
  z-index: 10;
  right: 4rem;
  bottom: 4rem;
  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-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 1.5rem;
}
@media (min-width: 1921px) {
  .was-it-like__nav {
    right: 6rem;
    bottom: 6rem;
    gap: 1.5rem;
  }
}
@media (max-width: 1350px) {
  .was-it-like__nav {
    gap: 1rem;
    right: 3.2rem;
    bottom: 3.2rem;
  }
}
@media (max-width: 1023px) {
  .was-it-like__nav {
    gap: 1.5rem;
    right: 5rem;
    bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .was-it-like__nav {
    gap: 0.5rem;
    right: 3rem;
    bottom: 3rem;
  }
}
.was-it-like__nav-count {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  font-variant-numeric: tabular-nums;
}
@media (min-width: 1921px) {
  .was-it-like__nav-count {
    font-size: 4.2rem;
  }
}
@media (max-width: 1350px) {
  .was-it-like__nav-count {
    font-size: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .was-it-like__nav-count {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .was-it-like__nav-count {
    font-size: 1.6rem;
  }
}
.was-it-like__nav-count > span:first-child {
  color: var(--brand----white);
}
.was-it-like__nav-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}
@media (min-width: 1921px) {
  .was-it-like__nav-btns {
    gap: 5rem;
  }
}
@media (max-width: 1350px) {
  .was-it-like__nav-btns {
    gap: 2rem;
  }
}
@media (max-width: 1023px) {
  .was-it-like__nav-btns {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .was-it-like__nav-btns {
    gap: 2rem;
  }
}
.was-it-like__nav-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1921px) {
  .was-it-like__nav-btn {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 1350px) {
  .was-it-like__nav-btn {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 1023px) {
  .was-it-like__nav-btn {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .was-it-like__nav-btn {
    width: 3rem;
    height: 3rem;
  }
}
.was-it-like__nav-btn svg,
.was-it-like__nav-btn img {
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .was-it-like__nav-btn:hover {
    opacity: 0.7;
  }
}

.for-whom {
  margin-top: -0.1rem;
  background: linear-gradient(157deg, #374d72 0%, #1d315c 100%);
}
.for-whom__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-block: 10rem;
}
@media (max-width: 1350px) {
  .for-whom__wrapper {
    padding-block: 7rem;
  }
}
@media (max-width: 1023px) {
  .for-whom__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.8rem;
  }
}
@media (max-width: 767px) {
  .for-whom__wrapper {
    padding-block: 5rem;
  }
}
.for-whom__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6rem;
}
@media (min-width: 1921px) {
  .for-whom__left {
    gap: 15rem;
  }
}
@media (max-width: 1350px) {
  .for-whom__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40rem;
    flex: 0 0 40rem;
  }
}
@media (max-width: 1023px) {
  .for-whom__left {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    gap: 3.5rem;
  }
}
@media (max-width: 767px) {
  .for-whom__left {
    gap: 3.5rem;
  }
}
.for-whom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
  max-width: 61.6rem;
}
@media (max-width: 1350px) {
  .for-whom__list {
    max-width: 40rem;
    gap: 3rem;
  }
}
@media (max-width: 1023px) {
  .for-whom__list {
    max-width: none;
    gap: 2.4rem;
  }
}
@media (max-width: 767px) {
  .for-whom__list {
    gap: 1.8rem;
  }
}
.for-whom__item {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .for-whom__item {
    font-size: 3.4rem;
  }
}
@media (max-width: 1350px) {
  .for-whom__item {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .for-whom__item {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .for-whom__item {
    font-size: 1.8rem;
  }
}
.for-whom__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  height: 80.9rem;
  margin-bottom: -0.7rem;
}
@media (min-width: 1921px) {
  .for-whom__right {
    height: 104.7rem;
    margin-bottom: -11.5rem;
  }
}
@media (max-width: 1350px) {
  .for-whom__right {
    height: 56.1rem;
    margin-top: -7rem;
    margin-bottom: -6.5rem;
  }
}
@media (max-width: 1023px) {
  .for-whom__right {
    height: 61.6rem;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .for-whom__right {
    height: 29.8rem;
  }
}
.for-whom__img {
  position: absolute;
  top: -0.7rem;
  right: 0;
  width: 141.5rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: none;
}
@media (min-width: 1921px) {
  .for-whom__img {
    top: -11.5rem;
    width: 183.3rem;
  }
}
@media (max-width: 1350px) {
  .for-whom__img {
    top: 0rem;
    width: 98.2rem;
  }
}
@media (max-width: 1023px) {
  .for-whom__img {
    top: -2rem;
    right: -20rem;
    width: 127.1rem;
    height: 72.6rem;
  }
}
@media (max-width: 767px) {
  .for-whom__img {
    top: -1.9rem;
    right: -12.9rem;
    width: 63.7rem;
    height: 36.4rem;
  }
}

@media (max-width: 767px) {
  .error .container {
    padding-inline: 1.2rem;
  }
}
.error__wrapper {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100vh;
  padding-top: 11rem;
  min-height: 75rem;
}
@media (min-width: 1921px) {
  .error__wrapper {
    padding-top: 14rem;
  }
}
@media (max-width: 1350px) {
  .error__wrapper {
    padding-top: 8.4rem;
    min-height: 60rem;
  }
}
@media (max-width: 1023px) {
  .error__wrapper {
    padding-top: 7rem;
    min-height: 54rem;
  }
}
@media (max-width: 767px) {
  .error__wrapper {
    padding-top: 4rem;
    min-height: 45rem;
  }
}
.error__code {
  font-family: var(--font3);
  font-weight: 600;
  font-size: 30rem;
  line-height: 90%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--project-text);
  margin-bottom: 4rem;
}
@media (max-width: 1350px) {
  .error__code {
    font-size: 21rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1023px) {
  .error__code {
    font-size: 20rem;
  }
}
@media (max-width: 767px) {
  .error__code {
    font-size: 12rem;
  }
}
.error__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 110%;
  text-align: center;
  color: #020304;
  opacity: 0.8;
  margin-bottom: 1.5rem;
}
@media (max-width: 1350px) {
  .error__title {
    font-size: 3.4rem;
  }
}
@media (max-width: 1023px) {
  .error__title {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .error__title {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }
}
.error__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  text-align: center;
  color: #020304;
  opacity: 0.8;
}
@media (max-width: 1350px) {
  .error__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .error__text {
    font-size: 1.6rem;
  }
}
.error__link {
  margin-top: 6rem;
  padding-inline: 4rem;
  height: 8.2rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
}
@media (min-width: 1921px) {
  .error__link {
    height: 8.9rem;
  }
}
@media (max-width: 1350px) {
  .error__link {
    margin-top: 4rem;
    height: 6rem;
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .error__link {
    margin-top: 4rem;
    height: 7.8rem;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .error__link {
    margin-top: 3rem;
    height: 5.6rem;
    font-size: 1.8rem;
    padding-inline: 2.5rem;
  }
}

.text_white {
  background: var(--brand----white);
}
@media (max-width: 767px) {
  .text__wrapper {
    gap: 3rem;
  }
}

.content-cms {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 140%;
  color: #020304;
}
@media (max-width: 1350px) {
  .content-cms {
    font-size: 1.6rem;
  }
}
.content-cms {
  padding: 5rem 10rem;
  background: var(--brand----white);
}
@media (max-width: 1350px) {
  .content-cms {
    padding: 3.5rem 7rem;
  }
}
@media (max-width: 1023px) {
  .content-cms {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .content-cms {
    padding: 3rem;
  }
}
.content-cms_justify {
  text-align: justify;
}
.content-cms_justify p,
.content-cms_justify li {
  text-align: justify;
}
.content-cms *:first-child {
  margin-top: 0;
}
.content-cms *:last-child {
  margin-bottom: 0;
}
.content-cms p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 140%;
  color: #020304;
  margin-bottom: 1rem;
}
@media (max-width: 1350px) {
  .content-cms p {
    font-size: 1.6rem;
  }
}
.content-cms ul,
.content-cms ol {
  margin: 5rem 0;
  padding-left: 3rem;
}
@media (max-width: 1350px) {
  .content-cms ul,
  .content-cms ol {
    margin: 3rem 0;
    padding-left: 2.4rem;
  }
}
.content-cms ul li,
.content-cms ol li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 140%;
  color: #020304;
  margin-bottom: 1rem;
}
@media (max-width: 1350px) {
  .content-cms ul li,
  .content-cms ol li {
    font-size: 1.6rem;
  }
}
.content-cms ul li {
  list-style: disc;
}
.content-cms ol li {
  list-style: decimal;
}

.text-blue {
  padding: 5rem;
  background: var(--brand-blue);
}
@media (min-width: 1921px) {
  .text-blue {
    padding: 5rem 10rem;
  }
}
@media (max-width: 1350px) {
  .text-blue {
    padding: 3.5rem;
  }
}
@media (max-width: 1023px) {
  .text-blue {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .text-blue {
    padding: 3rem;
  }
}
.text-blue__head {
  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;
  gap: 5rem;
  margin-bottom: 3rem;
}
@media (max-width: 1350px) {
  .text-blue__head {
    gap: 3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .text-blue__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 1rem;
  }
}
.text-blue__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .text-blue__title {
    font-size: 5.2rem;
  }
}
@media (max-width: 1350px) {
  .text-blue__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 1023px) {
  .text-blue__title {
    font-size: 2.4rem;
  }
}
.text-blue__info {
  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-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 1rem;
}
@media (max-width: 767px) {
  .text-blue__info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0.5rem;
  }
}
.text-blue__data {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: right;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .text-blue__data {
    font-size: 3.2rem;
  }
}
@media (max-width: 1350px) {
  .text-blue__data {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .text-blue__data {
    font-size: 1.8rem;
  }
}
.text-blue__place {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  text-align: right;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .text-blue__place {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .text-blue__place {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .text-blue__place {
    font-size: 1.6rem;
  }
}
.text-blue__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1350px) {
  .text-blue__body {
    gap: 2rem;
  }
}
.text-blue__body .content-cms {
  padding: 0;
  background: transparent;
}
.text-blue__body .content-cms p,
.text-blue__body .content-cms li {
  color: var(--brand----white);
  opacity: 1;
}
.text-blue__spikers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1350px) {
  .text-blue__spikers {
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .text-blue__spikers {
    gap: 1rem;
  }
}
.text-blue__spikers-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1350px) {
  .text-blue__spikers-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .text-blue__spikers-title {
    font-size: 1.8rem;
  }
}
.text-blue__spikers-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (min-width: 1921px) {
  .text-blue__spikers-list {
    -ms-grid-columns: (45rem)[3];
    grid-template-columns: repeat(3, 45rem);
    gap: 5rem;
  }
}
@media (max-width: 1350px) {
  .text-blue__spikers-list {
    -ms-grid-columns: (22.5rem)[3];
    grid-template-columns: repeat(3, 22.5rem);
    gap: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .text-blue__spikers-list {
    gap: 3rem;
    -ms-grid-columns: (31.5rem)[2];
    grid-template-columns: repeat(2, 31.5rem);
  }
}
@media (max-width: 767px) {
  .text-blue__spikers-list {
    gap: 1.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.text-blue__spiker {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4rem;
}
@media (max-width: 1350px) {
  .text-blue__spiker {
    gap: 1rem;
  }
}
@media (max-width: 1023px) {
  .text-blue__spiker {
    gap: 1.4rem;
  }
}
.text-blue__spiker-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5.5rem;
  flex: 0 0 5.5rem;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 100%;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .text-blue__spiker-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.2rem;
    flex: 0 0 9.2rem;
    width: 9.2rem;
    height: 9.2rem;
  }
}
@media (max-width: 1350px) {
  .text-blue__spiker-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.8rem;
    flex: 0 0 3.8rem;
    width: 3.8rem;
    height: 3.8rem;
  }
}
@media (max-width: 1023px) {
  .text-blue__spiker-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.5rem;
    flex: 0 0 4.5rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}
.text-blue__spiker-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.text-blue__spiker-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  color: var(--brand----white);
  margin-bottom: 0.5rem;
}
@media (min-width: 1921px) {
  .text-blue__spiker-name {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1350px) {
  .text-blue__spiker-name {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .text-blue__spiker-name {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .text-blue__spiker-name {
    font-size: 1.6rem;
  }
}
.text-blue__spiker-position {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.2rem;
}
@media (min-width: 1921px) {
  .text-blue__spiker-position {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1350px) {
  .text-blue__spiker-position {
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .text-blue__spiker-position {
    font-size: 1.6rem;
  }
}
.text-blue__spiker-company {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1921px) {
  .text-blue__spiker-company {
    font-size: 1.8rem;
  }
}
@media (max-width: 1350px) {
  .text-blue__spiker-company {
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .text-blue__spiker-company {
    font-size: 1.6rem;
  }
}

.text-table {
  padding: 10rem;
  background: var(--brand-blue-light);
}
@media (max-width: 1350px) {
  .text-table {
    padding: 5rem;
  }
}
@media (max-width: 1023px) {
  .text-table {
    padding: 3rem 3rem 5rem 3rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media (max-width: 767px) {
  .text-table {
    padding: 3rem;
  }
}

@media (max-width: 1023px) {
  .table {
    min-width: 0;
    width: 85rem;
  }
}
@media (max-width: 767px) {
  .table {
    width: 77rem;
  }
}
.table__head {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.table__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10rem 25rem 14rem 1fr;
  grid-template-columns: 10rem 25rem 14rem 1fr;
  gap: 1.3rem;
}
@media (min-width: 1921px) {
  .table__row {
    -ms-grid-columns: 13rem 35rem 20rem 1fr;
    grid-template-columns: 13rem 35rem 20rem 1fr;
    gap: 8.7rem;
  }
}
@media (max-width: 1350px) {
  .table__row {
    -ms-grid-columns: 10rem 25rem 13rem 1fr;
    grid-template-columns: 10rem 25rem 13rem 1fr;
    gap: 2.3rem;
  }
}
@media (max-width: 1023px) {
  .table__row {
    -ms-grid-columns: 11rem 25rem 15rem 25rem;
    grid-template-columns: 11rem 25rem 15rem 25rem;
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .table__row {
    -ms-grid-columns: 10rem 25rem 13rem 20rem;
    grid-template-columns: 10rem 25rem 13rem 20rem;
    gap: 3rem;
  }
}
.table__head-item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1921px) {
  .table__head-item {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .table__head-item {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .table__head-item {
    font-size: 1.4rem;
  }
}
.table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1921px) {
  .table__body {
    gap: 3.5rem;
  }
}
@media (max-width: 1023px) {
  .table__body {
    gap: 3.5rem;
  }
}
.table__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 110%;
  color: var(--project-text);
}
@media (min-width: 1921px) {
  .table__text {
    font-size: 2.2rem;
  }
}
.table__spikers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (20rem)[2];
  grid-template-columns: repeat(2, 20rem);
  gap: 1.2rem;
}
@media (min-width: 1921px) {
  .table__spikers {
    -ms-grid-columns: (26.5rem)[2];
    grid-template-columns: repeat(2, 26.5rem);
    gap: 1.5rem;
  }
}
@media (max-width: 1350px) {
  .table__spikers {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.table__spiker {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
@media (min-width: 1921px) {
  .table__spiker {
    gap: 1.4rem;
  }
}
.table__spiker-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3rem;
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .table__spiker-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 1023px) {
  .table__spiker-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .table__spiker-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
  }
}
.table__spiker-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.table__spiker-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 110%;
  color: var(--project-text);
  margin-bottom: 0.4rem;
}
@media (min-width: 1921px) {
  .table__spiker-name {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1023px) {
  .table__spiker-name {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .table__spiker-name {
    font-size: 1.4rem;
  }
}
.table__spiker-position {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.2rem;
}
@media (min-width: 1921px) {
  .table__spiker-position {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .table__spiker-position {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .table__spiker-position {
    font-size: 1.4rem;
  }
}
.table__spiker-company {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1023px) {
  .table__spiker-company {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .table__spiker-company {
    font-size: 1.4rem;
  }
}

.text-gallery {
  height: 100vh;
  min-height: 60rem;
}
@media (max-width: 1350px) {
  .text-gallery {
    max-height: 73.5rem;
  }
}
@media (max-width: 1023px) {
  .text-gallery {
    height: 60rem;
    max-height: none;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .text-gallery {
    height: 30rem;
  }
}
.text-gallery__swiper {
  height: 100%;
}
.text-gallery__swiper-wrapper {
  height: 100%;
}
.text-gallery__swiper-slide {
  width: 100%;
  height: 100%;
}
.text-gallery__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.text-gallery__nav {
  position: absolute;
  z-index: 10;
  right: 10rem;
  bottom: 10rem;
  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-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 2.5rem;
}
@media (max-width: 1350px) {
  .text-gallery__nav {
    right: 7rem;
    bottom: 7rem;
  }
}
@media (max-width: 1023px) {
  .text-gallery__nav {
    right: 5rem;
    bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .text-gallery__nav {
    gap: 0.5rem;
    right: 3rem;
    bottom: 3rem;
  }
}
.text-gallery__nav-count {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 4.2rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 1023px) {
  .text-gallery__nav-count {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .text-gallery__nav-count {
    font-size: 1.6rem;
  }
}
.text-gallery__nav-count > span:first-child {
  color: var(--brand----white);
}
.text-gallery__nav-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 767px) {
  .text-gallery__nav-btns {
    gap: 2rem;
  }
}
.text-gallery__nav-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .text-gallery__nav-btn {
    width: 3rem;
    height: 3rem;
  }
}
.text-gallery__nav-btn svg,
.text-gallery__nav-btn img {
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .text-gallery__nav-btn:hover {
    opacity: 0.7;
  }
}

.text-video {
  height: 100vh;
  min-height: 60rem;
}
@media (max-width: 1350px) {
  .text-video {
    max-height: 73.5rem;
  }
}
@media (max-width: 1023px) {
  .text-video {
    height: 60rem;
    max-height: none;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .text-video {
    height: 30rem;
  }
}

.text-img {
  width: 100%;
  height: auto;
  max-height: 58rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 1921px) {
  .text-img {
    max-height: 85rem;
  }
}
@media (max-width: 1350px) {
  .text-img {
    max-height: 41rem;
  }
}
@media (max-width: 1023px) {
  .text-img {
    max-height: 39rem;
  }
}
@media (max-width: 767px) {
  .text-img {
    max-height: 19rem;
  }
}

.modal-thanks {
  position: fixed;
  inset: 0;
  z-index: 10;
  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;
  backdrop-filter: blur(15px);
  background: rgba(31, 65, 255, 0.33);
  opacity: 0;
  visibility: collapse;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.modal-thanks.open {
  opacity: 1;
  visibility: visible;
}
.modal-thanks.open .modal-thanks__wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.modal-thanks__wrapper {
  position: relative;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5.5rem;
  width: 110rem;
  height: 52rem;
  background: var(--brand-blue);
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (min-width: 1921px) {
  .modal-thanks__wrapper {
    height: 58rem;
  }
}
@media (max-width: 1350px) {
  .modal-thanks__wrapper {
    width: 84rem;
    height: 46rem;
    gap: 4rem;
  }
}
@media (max-width: 1023px) {
  .modal-thanks__wrapper {
    width: 72rem;
    height: 34rem;
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .modal-thanks__wrapper {
    width: 36rem;
  }
}
.modal-thanks__icon {
  width: 8rem;
  height: 8rem;
  display: block;
  margin-inline: auto;
}
@media (min-width: 1921px) {
  .modal-thanks__icon {
    width: 12rem;
    height: 12rem;
  }
}
@media (max-width: 1350px) {
  .modal-thanks__icon {
    width: 6rem;
    height: 6rem;
  }
}
.modal-thanks__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1921px) {
  .modal-thanks__close {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 1350px) {
  .modal-thanks__close {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 1023px) {
  .modal-thanks__close {
    width: 3rem;
    height: 3rem;
  }
}
@media (any-hover: hover) {
  .modal-thanks__close:hover {
    opacity: 0.7;
  }
}
.modal-thanks__close img {
  width: 100%;
  height: 100%;
}
.modal-thanks__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.8rem;
}
@media (min-width: 1921px) {
  .modal-thanks__top {
    gap: 2.5rem;
  }
}
.modal-thanks__title {
  text-align: center;
  font-size: 3.2rem;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .modal-thanks__title {
    font-size: 4rem;
  }
}
@media (max-width: 1350px) {
  .modal-thanks__title {
    font-size: 2.8rem;
  }
}
.modal-thanks__subtitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--brand----white);
  text-align: center;
}
@media (min-width: 1921px) {
  .modal-thanks__subtitle {
    font-size: 2rem;
  }
}
.modal-thanks__btn {
  font-size: 1.6rem;
  font-weight: 700;
  height: 4.8rem;
  width: 36rem;
}
@media (min-width: 1921px) {
  .modal-thanks__btn {
    font-size: 2rem;
    width: 39rem;
    height: 6rem;
  }
}
@media (max-width: 1350px) {
  .modal-thanks__btn {
    width: 32rem;
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .modal-thanks__btn {
    font-size: 1.4rem;
    height: 4rem;
  }
}
.modal-thanks__gift {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--brand----white);
  padding: 1.2rem 2.1rem 1.6rem 2.1rem;
  border-radius: 5rem;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1350px) {
  .modal-thanks__gift {
    font-size: 1.6rem;
    padding: 1rem 1.8rem 1.2rem 1.8rem;
  }
}
@media (max-width: 1023px) {
  .modal-thanks__gift {
    font-size: 1.4rem;
    padding: 0.8rem 1.5rem 1rem;
  }
}
@media (max-width: 767px) {
  .modal-thanks__gift {
    font-size: 1.2rem;
    width: 32rem;
  }
}

.modal-form {
  position: fixed;
  inset: 0;
  z-index: 10;
  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;
  backdrop-filter: blur(15px);
  background: rgba(31, 65, 255, 0.33);
  opacity: 0;
  visibility: collapse;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.modal-form .questions__title {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
.modal-form .select__scroll {
  max-height: 17rem;
}
@media (min-width: 1921px) {
  .modal-form .select__scroll {
    max-height: 23rem;
  }
}
@media (max-width: 1023px) {
  .modal-form .select__scroll {
    max-height: 29rem;
  }
}
@media (max-width: 767px) {
  .modal-form .select__scroll {
    max-height: 22rem;
  }
}
@media (max-width: 1023px) {
  .modal-form {
    overflow-y: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .modal-form .select__item {
    gap: 1rem;
  }
  .modal-form .select__item:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .modal-form .select__item-text {
    font-size: 1.4rem;
  }
}
.modal-form.open {
  opacity: 1;
  visibility: visible;
}
.modal-form.open .modal-form__wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.modal-form__wrapper {
  position: relative;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5rem;
  width: 182rem;
  height: 56rem;
  background: var(--brand-blue);
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (min-width: 1921px) {
  .modal-form__wrapper {
    width: 244rem;
    height: 68rem;
  }
}
@media (max-width: 1350px) {
  .modal-form__wrapper {
    width: 122rem;
    height: 50rem;
  }
}
@media (max-width: 1023px) {
  .modal-form__wrapper {
    width: auto;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 3rem;
    margin-block: auto;
    width: 100%;
  }
}
.modal-form__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1921px) {
  .modal-form__close {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 1350px) {
  .modal-form__close {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 1023px) {
  .modal-form__close {
    width: 3rem;
    height: 3rem;
  }
}
@media (any-hover: hover) {
  .modal-form__close:hover {
    opacity: 0.7;
  }
}
.modal-form__close img {
  width: 100%;
  height: 100%;
}

.cookie {
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--brand-blue);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.cookie.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 1023px) {
  .cookie .container {
    padding-inline: 5rem;
  }
}
@media (max-width: 767px) {
  .cookie .container {
    padding-inline: 1.5rem;
  }
}
.cookie__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  height: 12rem;
}
@media (min-width: 1921px) {
  .cookie__wrapper {
    height: 13.8rem;
  }
}
@media (max-width: 1350px) {
  .cookie__wrapper {
    height: 8.5rem;
  }
}
@media (max-width: 1023px) {
  .cookie__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 29rem;
  }
}
@media (max-width: 767px) {
  .cookie__wrapper {
    height: 23rem;
    gap: 1.5rem;
  }
}
.cookie__left {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--brand----white);
}
@media (max-width: 1350px) {
  .cookie__left {
    font-size: 1.6rem;
  }
}
@media (min-width: 1921px) {
  .cookie__left {
    font-size: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .cookie__left {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .cookie__left {
    font-size: 1.4rem;
  }
}
.cookie__left a {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media (any-hover: hover) {
  .cookie__left a:hover {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .cookie__right {
    width: 100%;
  }
}
@media (max-width: 1350px) {
  .cookie__btn {
    padding: 1rem 3rem;
  }
}
@media (max-width: 1023px) {
  .cookie__btn {
    padding-inline: 4rem;
  }
}
@media (max-width: 767px) {
  .cookie__btn {
    height: 5rem;
    width: 100%;
  }
}

.map {
  position: absolute;
  top: 14rem;
  left: 0;
}
@media (min-width: 1921px) {
  .map {
    top: 22rem;
  }
}
@media (max-width: 1023px) {
  .map {
    display: none;
  }
}
.map__inner {
  position: relative;
  z-index: 5;
  height: 200rem;
  width: 50rem;
}
@media (max-width: 1350px) {
  .map__inner {
    height: 155rem;
    width: 44rem;
  }
}
.map__item {
  position: absolute;
}
.map__first {
  top: 26rem;
  right: 15.6rem;
}
.map__first .map__point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-21%, -50%);
  -ms-transform: translate(-21%, -50%);
  transform: translate(-21%, -50%);
  width: 80rem;
  height: 45rem;
  background: transparent;
}
@media (min-width: 1921px) {
  .map__first .map__point::before {
    width: 100rem;
    height: 50rem;
    -webkit-transform: translate(-28%, -50%);
    -ms-transform: translate(-28%, -50%);
    transform: translate(-28%, -50%);
  }
}
@media (max-width: 1350px) {
  .map__first .map__point::before {
    width: 45rem;
    height: 35rem;
    -webkit-transform: translate(-32%, -50%);
    -ms-transform: translate(-32%, -50%);
    transform: translate(-32%, -50%);
  }
}
@media (min-width: 1921px) {
  .map__first {
    right: -5rem;
  }
}
@media (max-width: 1350px) {
  .map__first {
    top: 33rem;
    right: 15rem;
  }
}
.map__first .map__building {
  width: 49.8rem;
  height: 49.8rem;
  top: 0.2rem;
  left: 2rem;
}
@media (min-width: 1921px) {
  .map__first .map__building {
    top: -9rem;
    left: 0rem;
    width: 65rem;
    height: 65rem;
  }
}
@media (max-width: 1350px) {
  .map__first .map__building {
    top: -2rem;
    left: -2rem;
    width: 34rem;
    height: 34rem;
  }
}
.map__first .map__building svg {
  width: 100%;
  height: 100%;
}
.map__second {
  top: 90rem;
  right: -3rem;
}
@media (min-width: 1921px) {
  .map__second {
    right: -25rem;
  }
}
@media (max-width: 1350px) {
  .map__second {
    top: 77rem;
    right: 5rem;
  }
}
.map__second .map__point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-44%, -50%);
  -ms-transform: translate(-44%, -50%);
  transform: translate(-44%, -50%);
  width: 80rem;
  height: 45rem;
  background: transparent;
}
@media (min-width: 1921px) {
  .map__second .map__point::before {
    width: 100rem;
    height: 50rem;
    -webkit-transform: translate(-47%, -50%);
    -ms-transform: translate(-47%, -50%);
    transform: translate(-47%, -50%);
  }
}
@media (max-width: 1350px) {
  .map__second .map__point::before {
    width: 45rem;
    height: 30rem;
    -webkit-transform: translate(-54%, -60%);
    -ms-transform: translate(-54%, -60%);
    transform: translate(-54%, -60%);
  }
}
.map__second .map__point-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.map__second .map__building {
  width: 54rem;
  height: 54rem;
  top: -4rem;
  left: -6rem;
}
@media (min-width: 1921px) {
  .map__second .map__building {
    width: 70rem;
    height: 70rem;
    top: -9rem;
    left: -10rem;
  }
}
@media (max-width: 1350px) {
  .map__second .map__building {
    width: 32rem;
    height: 32rem;
    top: -2.5rem;
    left: -6rem;
  }
}
.map__second .map__building svg {
  width: 100%;
  height: 100%;
}
.map__second-new {
  top: 90rem;
  right: -9rem;
}
@media (min-width: 1921px) {
  .map__second-new {
    right: -31rem;
  }
}
@media (max-width: 1350px) {
  .map__second-new {
    top: 77rem;
    right: 5rem;
  }
}
.map__second-new .map__point-block {
  max-width: 35rem;
}
.map__second-new .map__point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-44%, -18%);
  -ms-transform: translate(-44%, -18%);
  transform: translate(-44%, -18%);
  width: 84rem;
  height: 58rem;
  background: transparent;
}
@media (min-width: 1921px) {
  .map__second-new .map__point::before {
    width: 100rem;
    height: 72rem;
    -webkit-transform: translate(-42%, -20%);
    -ms-transform: translate(-42%, -20%);
    transform: translate(-42%, -20%);
  }
}
@media (max-width: 1350px) {
  .map__second-new .map__point::before {
    width: 78rem;
    height: 51rem;
    -webkit-transform: translate(-54%, -24%);
    -ms-transform: translate(-54%, -24%);
    transform: translate(-54%, -24%);
  }
}
.map__second-new .map__point-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.map__second-new .map__building {
  width: 54rem;
  height: 54rem;
  top: 0rem;
  left: -6rem;
}
@media (min-width: 1921px) {
  .map__second-new .map__building {
    width: 70rem;
    height: 70rem;
    top: -3rem;
    left: -10rem;
  }
}
@media (max-width: 1350px) {
  .map__second-new .map__building {
    width: 35rem;
    height: 35rem;
    top: 2.5rem;
    left: 0rem;
  }
}
.map__second-new .map__building svg {
  width: 100%;
  height: 100%;
}
.map__third {
  bottom: 54rem;
  right: 12rem;
}
@media (min-width: 1921px) {
  .map__third {
    right: -10rem;
  }
}
@media (max-width: 1350px) {
  .map__third {
    bottom: 47rem;
    right: 18rem;
  }
}
.map__third .map__point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%);
  -ms-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
  width: 80rem;
  height: 45rem;
  background: transparent;
}
@media (min-width: 1921px) {
  .map__third .map__point::before {
    width: 100rem;
    height: 50rem;
    -webkit-transform: translate(-36%, -50%);
    -ms-transform: translate(-36%, -50%);
    transform: translate(-36%, -50%);
  }
}
@media (max-width: 1350px) {
  .map__third .map__point::before {
    width: 45rem;
    height: 35rem;
    -webkit-transform: translate(-35%, -36%);
    -ms-transform: translate(-35%, -36%);
    transform: translate(-35%, -36%);
  }
}
.map__third .map__point-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.map__third .map__point-name {
  padding-bottom: 5rem;
}
@media (max-width: 1350px) {
  .map__third .map__point-name {
    padding-bottom: 2rem;
  }
}
.map__third .map__building {
  width: 56.4rem;
  height: 56.4rem;
  top: -5rem;
  left: -13rem;
}
@media (min-width: 1921px) {
  .map__third .map__building {
    width: 70rem;
    height: 70rem;
    top: -10rem;
    left: -14rem;
  }
}
@media (max-width: 1350px) {
  .map__third .map__building {
    width: 36rem;
    height: 36rem;
    top: -4rem;
    left: -6rem;
  }
}
.map__third .map__building svg {
  width: 100%;
  height: 100%;
}
.map__point-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 24rem;
  gap: 2.5rem;
}
@media (max-width: 1350px) {
  .map__point-block {
    gap: 1.5rem;
    max-width: 20rem;
  }
}
.map__point-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 3rem;
  line-height: 100%;
  letter-spacing: -2%;
  color: var(--brand----white);
  -webkit-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  transform: translateX(1rem);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1350px) {
  .map__point-name {
    font-size: 2.2rem;
  }
}
@media (pointer: fine) {
  .map__point-name:has(+ .map__point:hover) {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
}
.map__point {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
  cursor: pointer;
  z-index: 20;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-box-shadow 0.4s ease;
  transition: background 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-box-shadow 0.4s ease;
}
.map__point::after {
  content: "";
  position: absolute;
  inset: -0.4rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-animation: mapPremiumPulse 3s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: mapPremiumPulse 3s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
}
.map__point:hover {
  -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}
.map__point:hover::after {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
}
.map__building {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  contain: strict;
  isolation: isolate;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s;
  transition: opacity 0.5s ease-in-out, visibility 0.5s;
}
.map__building.is-assembled {
  visibility: visible;
  opacity: 1;
}

.map-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 200rem;
  height: 200rem;
  -webkit-transform: translateX(-170rem);
  -ms-transform: translateX(-170rem);
  transform: translateX(-170rem);
  pointer-events: none;
  z-index: 1;
  opacity: 1;
}
.map-circle.is-paused .map-stardust-layer {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}
@media (min-width: 1921px) {
  .map-circle {
    -webkit-transform: translateX(-148rem);
    -ms-transform: translateX(-148rem);
    transform: translateX(-148rem);
  }
}
@media (max-width: 1350px) {
  .map-circle {
    width: 160rem;
    height: 160rem;
    -webkit-transform: translateX(-141rem);
    -ms-transform: translateX(-141rem);
    transform: translateX(-141rem);
  }
}
.map-circle svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.map-circle svg .map-stardust-layer {
  will-change: transform;
}
.map-circle svg .map-stardust-layer.layer-1 {
  -webkit-animation: float-1 10s ease-in-out infinite;
  animation: float-1 10s ease-in-out infinite;
}
.map-circle svg .map-stardust-layer.layer-2 {
  -webkit-animation: float-2 12.5s ease-in-out infinite;
  animation: float-2 12.5s ease-in-out infinite;
}
.map-circle svg .map-stardust-layer.layer-3 {
  -webkit-animation: float-3 15s ease-in-out infinite;
  animation: float-3 15s ease-in-out infinite;
}
.map-circle svg .map-stardust-layer.layer-4 {
  animation: float-1 18s ease-in-out infinite reverse;
}
.map-circle svg .map-stardust-layer.layer-5 {
  animation: float-2 20s ease-in-out infinite reverse;
}
.map-circle svg .map-stardust-layer.layer-6 {
  animation: float-3 23s ease-in-out infinite reverse;
}
.map-circle svg .map-stardust-layer.layer-7 {
  -webkit-animation: float-1 25.5s ease-in-out infinite;
  animation: float-1 25.5s ease-in-out infinite;
}
.map-circle svg .map-stardust-layer.layer-8 {
  -webkit-animation: float-2 28s ease-in-out infinite;
  animation: float-2 28s ease-in-out infinite;
}
.map-circle svg .map-stardust-layer.layer-9 {
  animation: float-3 30.5s ease-in-out infinite reverse;
}
.map-circle svg .map-stardust-layer.layer-10 {
  animation: float-1 33s ease-in-out infinite reverse;
}

@-webkit-keyframes mapPremiumPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
    -webkit-box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes mapPremiumPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
    -webkit-box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes float-1 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(1rem, -1.5rem);
    transform: translate(1rem, -1.5rem);
  }
}
@keyframes float-1 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(1rem, -1.5rem);
    transform: translate(1rem, -1.5rem);
  }
}
@-webkit-keyframes float-2 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-1.5rem, 1rem);
    transform: translate(-1.5rem, 1rem);
  }
}
@keyframes float-2 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-1.5rem, 1rem);
    transform: translate(-1.5rem, 1rem);
  }
}
@-webkit-keyframes float-3 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0.8rem, 1.2rem);
    transform: translate(0.8rem, 1.2rem);
  }
}
@keyframes float-3 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0.8rem, 1.2rem);
    transform: translate(0.8rem, 1.2rem);
  }
}
.event {
  background: #0a0a28;
}
@media (max-width: 1350px) and (min-width: 1024px) {
  .event .container_strange {
    padding-left: 7rem;
  }
  .event .sticky-section__wrapper {
    gap: 7rem;
  }
  .event .sticky-section__left {
    margin-top: 4rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.5rem;
    flex: 0 0 40.5rem;
    min-height: 4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.event .partners {
  margin-block: 0;
  padding-block: 10rem 16rem;
  background: var(--brand----white);
}
@media (min-width: 1921px) {
  .event .partners {
    padding-block: 21.1rem 16rem;
  }
}
@media (max-width: 1350px) {
  .event .partners {
    padding-block: 7rem;
  }
}
@media (max-width: 1023px) {
  .event .partners {
    padding-block: 7rem 8rem;
  }
}
@media (max-width: 767px) {
  .event .partners {
    padding-block: 5rem 6rem;
  }
}
.event .sticky-section {
  margin-top: 0;
}
.event .content-cms {
  padding: 5rem;
}
@media (min-width: 1921px) {
  .event .content-cms {
    padding: 5rem 10rem;
  }
}
@media (max-width: 1350px) {
  .event .content-cms {
    padding: 3.5rem;
  }
}
@media (max-width: 1023px) {
  .event .content-cms {
    padding: 5rem;
  }
}
@media (max-width: 767px) {
  .event .content-cms {
    padding: 3rem;
  }
}
@media (min-width: 1921px) {
  .event .content-cms p {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .event .content-cms p {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .event .content-cms p {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .event .content-cms p {
    font-size: 1.6rem;
  }
}
.event .event-what {
  margin-bottom: 0.1rem;
}

@media (max-width: 767px) {
  .event-when .event-section__wrapper {
    gap: 3rem;
  }
}
.event-when__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  background: var(--brand-blue);
}
@media (max-width: 1023px) {
  .event-when__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.event-when__card {
  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;
  gap: 5rem;
  padding: 5rem;
}
.event-when__card:first-child {
  border-right: 0.1rem solid var(--brand----white);
}
@media (max-width: 1023px) {
  .event-when__card:first-child {
    border-right: none;
    border-bottom: 0.1rem solid var(--brand----white);
  }
}
@media (max-width: 1350px) {
  .event-when__card {
    padding: 3.5rem;
  }
}
@media (max-width: 1023px) {
  .event-when__card {
    padding: 5rem;
  }
}
@media (max-width: 767px) {
  .event-when__card {
    padding: 3rem;
  }
}
.event-when__name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2.1rem;
  opacity: 0.8;
  line-height: 110%;
  color: var(--brand----white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.event-when__name img {
  width: 1.9rem;
  height: 2.3rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.event-when__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 130%;
  color: var(--brand----white);
  max-width: 65rem;
}
@media (min-width: 1921px) {
  .event-when__text {
    font-size: 2.9rem;
  }
}
@media (max-width: 1350px) {
  .event-when__text {
    font-size: 2.6rem;
  }
}
@media (max-width: 1023px) {
  .event-when__text {
    font-size: 2.9rem;
  }
}

@media (min-width: 1921px) {
  .event-map__title br {
    display: none;
  }
}
@media (max-width: 1023px) {
  .event-map__title br {
    display: none;
  }
}
.event-map__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.event-map__address-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  padding: 5rem;
  background: var(--brand-blue);
}
@media (min-width: 1921px) {
  .event-map__address-block {
    padding: 5rem 10rem;
    gap: 2.5rem;
  }
}
@media (max-width: 1350px) {
  .event-map__address-block {
    padding: 3.5rem;
    gap: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .event-map__address-block {
    padding: 5rem;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .event-map__address-block {
    padding: 3rem;
    gap: 0.5rem;
  }
}
.event-map__address-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .event-map__address-name {
    font-size: 4.2rem;
  }
}
@media (max-width: 1350px) {
  .event-map__address-name {
    font-size: 2.2rem;
  }
}
@media (max-width: 1023px) {
  .event-map__address-name {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .event-map__address-name {
    font-size: 2rem;
  }
}
.event-map__address-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .event-map__address-text {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .event-map__address-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .event-map__address-text {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .event-map__address-text {
    font-size: 1.6rem;
  }
}
.event-map__map {
  position: relative;
  height: 58rem;
  width: 100%;
  overflow: hidden;
}
.event-map__map img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1921px) {
  .event-map__map {
    height: 85.7rem;
  }
}
@media (max-width: 1350px) {
  .event-map__map {
    height: 40.7rem;
  }
}
@media (max-width: 1023px) {
  .event-map__map {
    height: 60rem;
  }
}
@media (max-width: 767px) {
  .event-map__map {
    height: 30rem;
  }
}
.event-map__map .ymaps3--map-copyrights {
  display: none;
}
.event-map__map .yandex-marker {
  position: relative;
  width: 5rem;
  height: 5rem;
  background: var(--brand-blue);
  border-radius: 100%;
  cursor: pointer;
  translate: -75% -100%;
}
@media (max-width: 1023px) {
  .event-map__map .yandex-marker {
    width: 3rem;
    height: 3rem;
    translate: -70% -100%;
  }
}
.event-map__map .yandex-marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: var(--brand----white);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .event-map__map .yandex-marker::after {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.event-map__map .yandex-marker::before {
  content: "";
  position: absolute;
  z-index: -5;
  top: 100%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  background: var(--brand-blue);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  translate: -50% -90%;
  border-radius: 0.2rem;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@media (max-width: 1023px) {
  .event-map__map .yandex-marker::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.event-contacts__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.event-contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 4rem;
}
@media (max-width: 1350px) {
  .event-contacts__info {
    gap: 3rem;
  }
}
@media (max-width: 1023px) {
  .event-contacts__info {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .event-contacts__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.event-contacts__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .event-contacts__point {
    gap: 0.5rem;
  }
}
.event-contacts__point-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 110%;
  color: var(--brand----white);
  opacity: 0.7;
}
@media (min-width: 1921px) {
  .event-contacts__point-name {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .event-contacts__point-name {
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .event-contacts__point-name {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .event-contacts__point-name {
    font-size: 1.6rem;
  }
}
.event-contacts__point-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 110%;
  color: var(--brand----white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .event-contacts__point-text:hover {
    opacity: 0.8;
  }
}
@media (min-width: 1921px) {
  .event-contacts__point-text {
    font-size: 3.2rem;
  }
}
@media (max-width: 1350px) {
  .event-contacts__point-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .event-contacts__point-text {
    font-weight: 400;
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .event-contacts__point-text {
    font-size: 2rem;
  }
}
.event-contacts__point-text_underline {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .event-contacts__point-text_underline {
    text-underline-offset: 0.8rem;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
  }
}
.event-contacts__blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  height: 100%;
  padding: 5rem;
  background: var(--brand-blue);
}
@media (min-width: 1921px) {
  .event-contacts__blue {
    padding: 5rem 10rem;
    gap: 2.5rem;
  }
}
@media (max-width: 1350px) {
  .event-contacts__blue {
    padding: 5rem 3.5rem;
  }
}
@media (max-width: 1023px) {
  .event-contacts__blue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
    padding: 5rem;
  }
}
@media (max-width: 767px) {
  .event-contacts__blue {
    gap: 3.6rem;
    padding: 3rem;
  }
}
.event-contacts__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 1350px) {
  .event-contacts__socials {
    gap: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .event-contacts__socials {
    gap: 2rem;
  }
}
.event-contacts__link-social {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 6rem;
  height: 6rem;
}
@media (any-hover: hover) {
  .event-contacts__link-social:hover svg rect {
    fill: var(--brand-blue);
  }
  .event-contacts__link-social:hover img {
    opacity: 0.8;
  }
}
@media (min-width: 1921px) {
  .event-contacts__link-social {
    width: 9rem;
    height: 9rem;
  }
}
@media (max-width: 1350px) {
  .event-contacts__link-social {
    width: 4.2rem;
    height: 4.2rem;
  }
}
@media (max-width: 1023px) {
  .event-contacts__link-social {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .event-contacts__link-social {
    width: 5rem;
    height: 5rem;
  }
}
.event-contacts__link-social svg,
.event-contacts__link-social img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event-contacts__link-social svg rect,
.event-contacts__link-social img rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.event-contacts__faq {
  padding: 7rem 5rem;
  background: var(--brand----white);
}
@media (min-width: 1921px) {
  .event-contacts__faq {
    padding: 5rem 10rem;
  }
}
@media (max-width: 1350px) {
  .event-contacts__faq {
    padding: 5rem 3.5rem;
  }
}
@media (max-width: 1023px) {
  .event-contacts__faq {
    padding: 5rem;
  }
}
@media (max-width: 767px) {
  .event-contacts__faq {
    padding: 3rem;
  }
}
.event-contacts__accordion:not(:last-child) {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1350px) {
  .event-contacts__accordion:not(:last-child) {
    padding-bottom: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .event-contacts__accordion:not(:last-child) {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.event-contacts__accordion-head {
  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;
  gap: 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.event-contacts__accordion-head span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 110%;
  color: var(--project-text);
}
@media (min-width: 1921px) {
  .event-contacts__accordion-head span {
    font-size: 3.2rem;
  }
}
@media (max-width: 1350px) {
  .event-contacts__accordion-head span {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .event-contacts__accordion-head span {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .event-contacts__accordion-head span {
    font-size: 2rem;
  }
}
.event-contacts__accordion-head img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.2rem;
  height: 1.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event-contacts__accordion-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event-contacts__accordion-body-height {
  min-height: 0;
}
.event-contacts__accordion-body-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 110%;
  color: var(--project-text);
  margin-bottom: 1rem;
}
@media (min-width: 1921px) {
  .event-contacts__accordion-body-text {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .event-contacts__accordion-body-text {
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .event-contacts__accordion-body-text {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .event-contacts__accordion-body-text {
    font-size: 1.6rem;
  }
}
.event-contacts__accordion-body-text {
  padding-top: 2rem;
}
@media (max-width: 1350px) {
  .event-contacts__accordion-body-text {
    padding-top: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .event-contacts__accordion-body-text {
    padding-top: 2rem;
  }
}
.event-contacts__accordion-body-text *:first-child {
  margin-top: 0;
}
.event-contacts__accordion-body-text *:last-child {
  margin-bottom: 0;
}
.event-contacts__accordion-body-text p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 110%;
  color: var(--project-text);
  margin-bottom: 1rem;
}
@media (min-width: 1921px) {
  .event-contacts__accordion-body-text p {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .event-contacts__accordion-body-text p {
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .event-contacts__accordion-body-text p {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .event-contacts__accordion-body-text p {
    font-size: 1.6rem;
  }
}
.event-contacts__accordion-body-text ul,
.event-contacts__accordion-body-text ol {
  margin: 5rem 0;
  padding-left: 3rem;
}
@media (max-width: 1350px) {
  .event-contacts__accordion-body-text ul,
  .event-contacts__accordion-body-text ol {
    margin: 3rem 0;
    padding-left: 2.4rem;
  }
}
.event-contacts__accordion-body-text ul li,
.event-contacts__accordion-body-text ol li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 110%;
  color: var(--project-text);
  margin-bottom: 1rem;
}
@media (min-width: 1921px) {
  .event-contacts__accordion-body-text ul li,
  .event-contacts__accordion-body-text ol li {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .event-contacts__accordion-body-text ul li,
  .event-contacts__accordion-body-text ol li {
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .event-contacts__accordion-body-text ul li,
  .event-contacts__accordion-body-text ol li {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .event-contacts__accordion-body-text ul li,
  .event-contacts__accordion-body-text ol li {
    font-size: 1.6rem;
  }
}
.event-contacts__accordion-body-text ul li {
  list-style: disc;
}
.event-contacts__accordion-body-text ol li {
  list-style: decimal;
}

.event-spikers__right {
  background: var(--brand----white);
}
.event-spikers__body {
  position: relative;
}
.event-spikers__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  z-index: 3;
  padding: 1rem;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.event-spikers__btn svg {
  width: 100%;
  height: 100%;
}
.event-spikers__btn_prev {
  left: 2rem;
}
.event-spikers__btn_next {
  right: 1.5rem;
}
.event-spikers__spiker {
  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-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
  width: 36.5rem;
  height: auto;
  min-height: 50rem;
}
@media (min-width: 1921px) {
  .event-spikers__spiker {
    width: 53.1rem;
    min-height: 65rem;
  }
}
@media (max-width: 1350px) {
  .event-spikers__spiker {
    width: 25.6rem;
    min-height: 35.1rem;
  }
}
@media (max-width: 1023px) {
  .event-spikers__spiker {
    width: 37rem;
    min-height: 50rem;
  }
}
@media (max-width: 767px) {
  .event-spikers__spiker {
    width: 34.5rem;
    min-height: 47.5rem;
  }
}
.event-spikers__spiker:not(:last-child) {
  border-right: 0.1rem solid #575757;
}
.event-spikers__spiker-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  height: 35rem;
}
@media (min-width: 1921px) {
  .event-spikers__spiker-avatar {
    height: 50rem;
  }
}
@media (max-width: 1350px) {
  .event-spikers__spiker-avatar {
    height: 24.6rem;
  }
}
@media (max-width: 1023px) {
  .event-spikers__spiker-avatar {
    height: 37rem;
  }
}
@media (max-width: 767px) {
  .event-spikers__spiker-avatar {
    height: 34.5rem;
  }
}
.event-spikers__spiker-avatar img {
  width: 100%;
  height: 100%;
}
.event-spikers__spiker-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1921px) {
  .event-spikers__spiker-info {
    gap: 2rem;
  }
}
@media (max-width: 1350px) {
  .event-spikers__spiker-info {
    padding: 1.4rem 1.7rem;
    gap: 0.7rem;
  }
}
@media (max-width: 1023px) {
  .event-spikers__spiker-info {
    padding: 2rem 2.5rem;
    gap: 1rem;
  }
}
.event-spikers__spiker-name {
  font-family: var(--font5);
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--project-text);
}
@media (min-width: 1921px) {
  .event-spikers__spiker-name {
    font-size: 3.2rem;
  }
}
@media (max-width: 1350px) {
  .event-spikers__spiker-name {
    font-size: 1.9rem;
  }
}
@media (max-width: 1023px) {
  .event-spikers__spiker-name {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .event-spikers__spiker-name {
    font-size: 2.4rem;
  }
}
.event-spikers__spiker-position {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: var(--brand-blue);
}
@media (min-width: 1921px) {
  .event-spikers__spiker-position {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .event-spikers__spiker-position {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .event-spikers__spiker-position {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .event-spikers__spiker-position {
    font-size: 1.6rem;
  }
}

.event-programm .map {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.event-programm .map__first {
  display: none;
}
.event-programm .map__third {
  display: none;
}
.event-programm__right {
  background: var(--brand----white);
}
.event-programm__item {
  padding: 5rem;
  border-bottom: 0.1rem solid #0a0a28;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1921px) {
  .event-programm__item {
    padding: 7rem;
  }
}
@media (max-width: 1350px) {
  .event-programm__item {
    padding: 3.5rem;
  }
}
@media (max-width: 1023px) {
  .event-programm__item {
    padding: 5rem;
  }
}
@media (max-width: 767px) {
  .event-programm__item {
    padding: 3rem;
  }
}
.event-programm__item:first-child {
  border-top: 0.1rem solid #0a0a28;
}
.event-programm__item.open {
  background: var(--brand-blue);
}
.event-programm__item.open .event-programm__item-date {
  color: var(--brand----white);
}
.event-programm__item.open .event-programm__name-title {
  color: var(--brand----white);
}
.event-programm__item.open .event-programm__name-text {
  color: var(--brand----white);
}
.event-programm__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 1.5rem;
}
@media (min-width: 1921px) {
  .event-programm__item-head {
    gap: 2rem;
  }
}
@media (max-width: 1350px) {
  .event-programm__item-head {
    gap: 1rem;
  }
}
@media (max-width: 1023px) {
  .event-programm__item-head {
    gap: 0.5rem;
  }
}
.event-programm__item-date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.5rem;
  flex: 0 0 16.5rem;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 110%;
  color: var(--project-text);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1921px) {
  .event-programm__item-date {
    font-size: 5.2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24rem;
    flex: 0 0 24rem;
  }
}
@media (max-width: 1350px) {
  .event-programm__item-date {
    font-size: 2.9rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.6rem;
    flex: 0 0 11.6rem;
  }
}
@media (max-width: 1023px) {
  .event-programm__item-date {
    display: none;
  }
}
.event-programm__name-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 1921px) {
  .event-programm__name-block {
    gap: 2rem;
  }
}
@media (max-width: 1350px) {
  .event-programm__name-block {
    gap: 1rem;
  }
}
.event-programm__name-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 110%;
  color: var(--project-text);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1921px) {
  .event-programm__name-title {
    font-size: 5.2rem;
  }
}
@media (max-width: 1350px) {
  .event-programm__name-title {
    font-size: 2.9rem;
  }
}
@media (max-width: 1023px) {
  .event-programm__name-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .event-programm__name-title {
    font-size: 2.4rem;
  }
}
.event-programm__name-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 110%;
  color: var(--project-text);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1921px) {
  .event-programm__name-text {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .event-programm__name-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 1023px) {
  .event-programm__name-text {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .event-programm__name-text {
    font-size: 1.6rem;
  }
}
.event-programm__item-arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 3.7rem;
  height: 4.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1921px) {
  .event-programm__item-arrow {
    width: 5rem;
    height: 6.8rem;
  }
}
@media (max-width: 1350px) {
  .event-programm__item-arrow {
    width: 2.4rem;
    height: 3.3rem;
  }
}
@media (max-width: 1023px) {
  .event-programm__item-arrow {
    width: 3rem;
    height: 4rem;
  }
}
.event-programm__item-arrow svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event-programm__item-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event-programm__item-height {
  min-height: 0;
}
.event-programm__item-inner {
  padding-top: 4rem;
}
@media (min-width: 1921px) {
  .event-programm__item-inner {
    padding-top: 6rem;
  }
}
@media (max-width: 1350px) {
  .event-programm__item-inner {
    padding-top: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .event-programm__item-inner {
    padding-top: 3rem;
  }
}

.programm-point {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-inline: 1rem;
  min-width: 0;
}
@media (min-width: 1921px) {
  .programm-point {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1350px) {
  .programm-point {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1023px) {
  .programm-point {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-inline: 0.5rem;
  }
}
.programm-point:not(:last-child) {
  padding-bottom: 5rem;
  border-bottom: 0.1rem solid #0a0a28;
  margin-bottom: 5rem;
}
@media (min-width: 1921px) {
  .programm-point:not(:last-child) {
    padding-bottom: 7rem;
    margin-bottom: 7rem;
  }
}
@media (max-width: 1350px) {
  .programm-point:not(:last-child) {
    padding-bottom: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 1023px) {
  .programm-point:not(:last-child) {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.programm-point__left {
  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;
  gap: 2.5rem;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .programm-point__left {
    gap: 3rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__left {
    gap: 1.7rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__left {
    gap: 1rem;
  }
}
.programm-point__left-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .programm-point__left-inner {
    gap: 1.5rem;
  }
}
.programm-point__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 110%;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .programm-point__title {
    font-size: 4.2rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .programm-point__title {
    font-size: 2.4rem;
  }
}
.programm-point__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .programm-point__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 1rem;
  }
}
.programm-point__arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  height: 3rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1921px) {
  .programm-point__arrow {
    width: 2.4rem;
    height: 3.3rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__arrow {
    width: 1.5rem;
    height: 2rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__arrow {
    width: 1.8rem;
    height: 2.4rem;
  }
}
.programm-point__arrow svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.programm-point__arrow svg path {
  stroke: var(--brand----white);
}
.programm-point__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1921px) {
  .programm-point__block {
    gap: 1.5rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__block {
    gap: 0.7rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__block {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .programm-point__block {
    gap: 0.5rem;
  }
}
.programm-point__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1921px) {
  .programm-point__name {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__name {
    font-size: 1.2rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__name {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .programm-point__name {
    font-size: 1.6rem;
  }
}
.programm-point__date {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 110%;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .programm-point__date {
    font-size: 3.1rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__date {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__date {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .programm-point__date {
    font-size: 1.6rem;
  }
}
.programm-point__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: var(--brand----white);
}
@media (min-width: 1921px) {
  .programm-point__text {
    font-size: 3.1rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__text {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .programm-point__text {
    font-size: 2rem;
  }
}
.programm-point__right {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.programm-point__right > *:first-child {
  margin-top: 0rem;
}
.programm-point__right > *:last-child {
  margin-bottom: 0rem;
}
.programm-point__right-height {
  min-height: 0;
}
.programm-point__right-inner {
  padding-top: 5rem;
}
@media (min-width: 1921px) {
  .programm-point__right-inner {
    padding-top: 7rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__right-inner {
    padding-top: 3.5rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__right-inner {
    padding-top: 2rem;
  }
}
.programm-point__programms {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 1921px) {
  .programm-point__programms {
    gap: 6rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__programms {
    gap: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__programms {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.programm-point__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: var(--brand----white);
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 1921px) {
  .programm-point__content {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__content {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__content {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .programm-point__content {
    font-size: 1.6rem;
  }
}
.programm-point__content *:first-child {
  margin-top: 0;
}
.programm-point__content *:last-child {
  margin-bottom: 0;
}
.programm-point__content_justify {
  text-align: justify;
}
.programm-point__content_justify p,
.programm-point__content_justify li {
  text-align: justify;
}
.programm-point__content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: var(--brand----white);
  margin-bottom: 1rem;
}
@media (min-width: 1921px) {
  .programm-point__content p {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__content p {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__content p {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .programm-point__content p {
    font-size: 1.6rem;
  }
}
.programm-point__content p:has(> strong, b) {
  font-size: 2.4rem;
  opacity: 1;
}
@media (min-width: 1921px) {
  .programm-point__content p:has(> strong, b) {
    font-size: 3.1rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__content p:has(> strong, b) {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__content p:has(> strong, b) {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .programm-point__content p:has(> strong, b) {
    font-size: 2rem;
  }
}
.programm-point__content p:has(> strong, b) strong,
.programm-point__content p:has(> strong, b) b {
  font-weight: 500;
}
.programm-point__content ul,
.programm-point__content ol {
  margin: 5rem 0;
  padding-left: 3rem;
  padding-block: 0.5rem;
}
@media (max-width: 1350px) {
  .programm-point__content ul,
  .programm-point__content ol {
    margin: 3rem 0;
    padding-left: 2.4rem;
  }
}
.programm-point__content ul li,
.programm-point__content ol li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: var(--brand----white);
  margin-bottom: 1rem;
}
@media (min-width: 1921px) {
  .programm-point__content ul li,
  .programm-point__content ol li {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__content ul li,
  .programm-point__content ol li {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__content ul li,
  .programm-point__content ol li {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .programm-point__content ul li,
  .programm-point__content ol li {
    font-size: 1.6rem;
  }
}
.programm-point__content ul li {
  list-style: disc;
}
.programm-point__content ol li {
  list-style: decimal;
}
.programm-point__spikers {
  margin-block: 3rem;
  padding: 3rem;
  background: var(--brand----white);
}
@media (min-width: 1921px) {
  .programm-point__spikers {
    margin-block: 5rem;
    padding: 5rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__spikers {
    padding: 2.1rem;
    margin-block: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__spikers {
    margin-block: 2.5rem;
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .programm-point__spikers {
    margin-block: 3rem;
  }
}
.programm-point__spikers-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 2rem;
}
@media (min-width: 1921px) {
  .programm-point__spikers-title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__spikers-title {
    font-size: 1.2rem;
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__spikers-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .programm-point__spikers-title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.programm-point__spikers-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (25.4rem)[3];
  grid-template-columns: repeat(3, 25.4rem);
  gap: 2.5rem 2rem;
}
@media (min-width: 1921px) {
  .programm-point__spikers-list {
    -ms-grid-columns: (37rem)[3];
    grid-template-columns: repeat(3, 37rem);
    gap: 3rem 2.5rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__spikers-list {
    -ms-grid-columns: (17.8rem)[3];
    grid-template-columns: repeat(3, 17.8rem);
    gap: 2.5rem 1.4rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__spikers-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .programm-point__spikers-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.programm-point__spiker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1921px) {
  .programm-point__spiker {
    gap: 1.5rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__spiker {
    gap: 0.7rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__spiker {
    gap: 1rem;
  }
}
.programm-point__spiker-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1921px) {
  .programm-point__spiker-top {
    gap: 1.5rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__spiker-top {
    gap: 0.7rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__spiker-top {
    gap: 1rem;
  }
}
.programm-point__spiker-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5rem;
  flex: 0 0 5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .programm-point__spiker-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7.2rem;
    flex: 0 0 7.2rem;
    width: 7.2rem;
    height: 7.2rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__spiker-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.5rem;
    flex: 0 0 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__spiker-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
    width: 5rem;
    height: 5rem;
  }
}
.programm-point__spiker-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 110%;
  color: var(--project-text);
}
@media (min-width: 1921px) {
  .programm-point__spiker-name {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__spiker-name {
    font-size: 1.2rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__spiker-name {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .programm-point__spiker-name {
    font-size: 1.8rem;
  }
}
.programm-point__spiker-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1921px) {
  .programm-point__spiker-text {
    font-size: 2.4rem;
  }
}
@media (max-width: 1350px) {
  .programm-point__spiker-text {
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .programm-point__spiker-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .programm-point__spiker-text {
    font-size: 1.6rem;
  }
}

.event-banner {
  min-height: 95rem;
  height: 100vh;
}
@media (min-width: 1921px) {
  .event-banner {
    min-height: 120rem;
  }
}
@media (max-width: 1350px) {
  .event-banner {
    min-height: 70rem;
  }
}
@media (max-width: 1023px) {
  .event-banner {
    min-height: 91rem;
  }
}
@media (max-width: 767px) {
  .event-banner {
    min-height: 63rem;
  }
}
.event-banner .banner__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding-block: 10rem 15rem;
}
@media (min-width: 1921px) {
  .event-banner .banner__wrapper {
    padding: 20rem 15rem;
  }
}
@media (max-width: 1350px) {
  .event-banner .banner__wrapper {
    padding-block: 10rem 15rem;
  }
}
@media (max-width: 1023px) {
  .event-banner .banner__wrapper {
    padding-block: 8rem;
  }
}
@media (max-width: 767px) {
  .event-banner .banner__wrapper {
    padding-block: 4.8rem 3rem;
  }
}
/*# sourceMappingURL=main.css.map */
/* End */


/* Start:/local/templates/main/css/custom.css?17798644542054*/
.footer__logos {
    flex: 0 1 auto;
}
.footer__logo {
    flex: 0 1 auto;
}
.event-spikers__spiker-position {
    /*margin-bottom: 1.4rem;*/
    font-size: 1.8rem;
}
.event-spikers__spiker-company {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 137%;
    letter-spacing: -0.02em;
    color: var(--brand-blue);
    margin-bottom: auto;
}
.programm-point__content {
    opacity: 1;
}
.programm-point__name {
    color: rgba(255, 255, 255, 1);
}
.programm-point__content p:has(> strong, b) strong,
.programm-point__content p:has(> strong, b) b {
    font-weight: 700;
}
.line-height-100 li { line-height: 100% !important; }
.line-height-110 li { line-height: 110% !important; }
.line-height-120 li { line-height: 120% !important; }
.line-height-130 li { line-height: 130% !important; }
.line-height-140 li { line-height: 140% !important; }
.line-height-150 li { line-height: 150% !important; }
.line-height-160 li { line-height: 160% !important; }
.line-height-170 li { line-height: 170% !important; }
.line-height-180 li { line-height: 180% !important; }
.line-height-190 li { line-height: 190% !important; }
.line-height-200 li { line-height: 200% !important; }
.events {
    border-bottom: none;
}
.error {
    background: #fff !important;
}
.events__card-register {
    font-weight: 300;
}
@media (min-width: 767px) {
.events__card-date {
    font-size: 8.7rem;
}
}
@media (max-width: 767px) {
    .sticky-section .container {
        padding-inline: 2rem;
    }
}
.event-architecture {
    height: 100%;
    max-height: 88rem;
}

@media (min-width: 1921px) {
    .event-architecture {
        height: 127.7rem;
    }
}

@media (max-width: 1350px) {
    .event-architecture {
        height: 70.7rem;
    }
}
@media (max-width: 767px) {
    .event-architecture {
        height: 60rem;
    }
}
.strategic__swiper-wrapper {
    justify-content: center;
}
.gift__content .btn {
    margin-right: 0;
    margin-top: 1.5rem;
    height: 5rem;
    width: 30rem;
}
.banner__text {
    font-weight: 400;
}
/* End */


/* Start:/local/templates/main/components/mnp/menu/footer-menu/style.css?177626476726*/
*{
    list-style: none;
}
/* End */
/* /local/templates/main/css/vendor.css?177857596528317 */
/* /local/templates/main/css/main.css?1778838303169539 */
/* /local/templates/main/css/custom.css?17798644542054 */
/* /local/templates/main/components/mnp/menu/footer-menu/style.css?177626476726 */
