:root {
  /* --font-- */
  --font-size-small: 16px;
  --font-size-base: 18px;
  --font-size-title-h1: 30px;
  --font-size-title-h2: 26px;
  --font-size-title-h3: 24px;
  --font-size-button: 18px;
  --line-height-small: 18px;
  --line-height-base: 22px;
  --line-height-title-h1: 32px;
  --line-height-title-h2: 32px;
  --line-height-title-h3: 100%;
  --line-height-button: 22px;
  --font-primary: "Ony Sans", arial, sans-serif;
  --font-secondary: "ONY Realist", "times new roman", serif;
  /* --color-- */
  --color-greyscale-black: #171717;
  --color-light-black: #2c313a;
  --color-white: #fff;
  --color-ligth-grey: #f1edeb;
  --color-grey: #dfd8d4;
  --color-dark-grey: #6a6f75;
  --color-darken-grey: #2B323A;
  --color-grey-20: #D5D6D8;
  --color-grey-60: #797E8B;
  --color-grey-90: #41474E;
  --color-orange: #fe6e36;
  --color-dark-orange: #e9602a;
  --color-darken-orange: #bf5c38;
  --color-red: #f63f3f;
  /* --grid-- */
  --padding-content: 15px;
}

/* --viewports-- */
.sprite-bonus-desktop {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 97px;
  background: url("../images/sprites.png") 0px 0px/154px 97px no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  .sprite-bonus-desktop {
    background-image: url("../images/sprites@2x.png");
  }
}

.sprite-bonus-tablet {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 56px;
  background: url("../images/sprites.png") -72px 0px/154px 97px no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  .sprite-bonus-tablet {
    background-image: url("../images/sprites@2x.png");
  }
}

.sprite-bonus {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 48px;
  background: url("../images/sprites.png") -114px 0px/154px 97px no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  .sprite-bonus {
    background-image: url("../images/sprites@2x.png");
  }
}

@font-face {
  src: local("ONYSans-Regular"), url("../fonts/ONYSans-Regular.woff2") format("woff2"), url("../fonts/ONYSans-Regular.woff") format("woff");
  font-family: "Ony Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: local("ONYRealist-Regular"), url("../fonts/ONYRealist-Regular.woff2") format("woff2"), url("../fonts/ONYRealist-Regular.woff") format("woff");
  font-family: "ONY Realist";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --swiper-theme-color: #007aff;
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

.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-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

.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;
  display: block;
}

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

/* Auto Height */
.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-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

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

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

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

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

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

.swiper-css-mode.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-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.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-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.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-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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-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-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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Slide styles end */
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

a {
  vertical-align: top;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

button {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

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

.hidden {
  display: none !important;
}

.section-animation {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.section-animation_active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 744px) {
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media (min-width: 1440px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.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;
  border: 1px solid var(--color-orange);
  border-radius: 32px;
  padding: 12px 20px;
  min-width: 237px;
  line-height: var(--line-height-button);
  color: var(--color-orange);
  background-color: transparent;
  font-size: var(--font-size-button);
}

.btn_small {
  font-size: 16px;
  line-height: 18px;
  padding: 6px 7px;
}

.btn_white {
  border-width: 1px;
  border-color: var(--color-white);
  color: var(--color-white);
}

.btn_white:hover {
  border-color: var(--color-orange);
}

.btn_white:active {
  border-color: var(--color-dark-orange);
}

.btn:hover {
  color: var(--color-white);
  background-color: var(--color-orange);
}

.btn:active {
  border-color: var(--color-dark-orange);
  color: var(--color-white);
  background-color: var(--color-dark-orange);
}

@media (min-width: 1440px) {
  .btn {
    padding: 16px 23px;
    min-width: 260px;
  }

  .btn_small {
    padding: 6px 8px;
  }
}

.title-h1 {
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
  font-feature-settings: 'clig' off, 'liga' off;
  margin: 0;
  line-height: var(--line-height-title-h1);
  text-align: center;
  text-transform: uppercase;
  color: var(--color-white);
  font-size: var(--font-size-title-h1);
  font-weight: 400;
}

.title-h1 span {
  font-family: var(--font-secondary);
}

@media (min-width: 744px) {
  .title-h1 {
    --font-size-title-h1: 52px;
    --line-height-title-h1: 52px;
  }
}

@media (min-width: 1440px) {
  .title-h1 {
    --font-size-title-h1: 80px;
    --line-height-title-h1: 80px;
  }
}

.title-h2 {
  margin: 0;
  line-height: var(--line-height-title-h2);
  font-size: var(--font-size-title-h2);
}

.title-h2_white {
  color: var(--color-white);
}

@media (min-width: 744px) {
  .title-h2 {
    --font-size-title-h2: 48px;
    --line-height-title-h2: 58px;
  }
}

@media (min-width: 1440px) {
  .title-h2 {
    --font-size-title-h2: 68px;
    --line-height-title-h2: 74px;
  }
}

.title-h3 {
  margin: 0;
  font-size: var(--font-size-title-h3);
  line-height: var(--line-height-title-h3);
  letter-spacing: -0.48px;
}

@media (min-width: 744px) {
  .title-h3 {
    --font-size-title-h3: 24px;
  }
}

@media (min-width: 1440px) {
  .title-h3 {
    --font-size-title-h3: 42px;
  }
}

.text {
  margin: 0;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  padding-left: var(--padding-content);
  padding-right: var(--padding-content);
}

@media (min-width: 744px) {
  .wrapper {
    --padding-content: 22px;
  }
}

@media (min-width: 1440px) {
  .wrapper {
    --padding-content: 25px;
    max-width: 1440px;
  }
}

.page {
  height: 100%;
}

.page__body {
  min-height: 100%;
  line-height: var(--line-height-base);
  color: var(--color-greyscale-black);
  background-color: var(--color-white);
  font-family: var(--font-primary);
  font-size: var(--font-size-base);
  font-weight: 400;
}

.page-header {
  position: relative;
  overflow: hidden;
  background-color: var(--color-light-black);
  padding-top: 22px;
  padding-bottom: 40px;
}

@media (min-width: 744px) {
  .page-header {
    padding-top: 24px;
  }
}

@media (min-width: 1440px) {
  .page-header {
    padding-top: 25px;
    padding-bottom: 95px;
  }
}

.page-header__top-line {
  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;
  margin-bottom: 152px;
  position: relative;
  z-index: 2;
}

@media (min-width: 744px) {
  .page-header__top-line {
    margin-bottom: 147px;
  }
}

@media (min-width: 1440px) {
  .page-header__top-line {
    margin-bottom: 235px;
    width: 100%;
  }
}

.page-header__promo {
  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;
  position: relative;
  z-index: 2;
}

@media (min-width: 1440px) {
  .page-header__promo {
    width: 100%;
  }
}

.page-header__registration {
  min-width: auto;
}

@media (min-width: 744px) {
  .page-header__registration {
    min-width: 136px;
  }
}

@media (min-width: 1440px) {
  .page-header__registration {
    min-width: 200px;
    padding: 12px 20px;
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
  }
}

.page-header__title {
  margin-bottom: 39px;
}

@media (min-width: 744px) {
  .page-header__title {
    margin-bottom: 38px;
    max-width: 580px;
  }
}

@media (min-width: 1440px) {
  .page-header__title {
    max-width: 918px;
    margin-bottom: 32px;
  }
}

.page-header__text {
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
  margin-bottom: 31px;
  text-align: center;
  color: var(--color-white);
}

@media (min-width: 744px) {
  .page-header__text {
    margin-bottom: 38px;
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    max-width: 580px;
  }
}

@media (min-width: 1440px) {
  .page-header__text {
    max-width: 918px;
    margin-bottom: 56px;
  }
}

.page-header__logo {
  width: 107px;
}

@media (min-width: 744px) {
  .page-header__logo {
    width: 128px;
  }
}

@media (min-width: 1440px) {
  .page-header__logo {
    width: 171px;
  }
}

.page-header__wrapper {
  position: relative;
}

.page-header__decor {
  width: calc(100% - var(--padding-content) * 2);
  position: absolute;
  left: 50%;
  top: 88px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  max-width: 570px;
}

@media (min-width: 744px) {
  .page-header__decor {
    max-width: 1024px;
    top: 58px;
  }
}

@media (min-width: 1440px) {
  .page-header__decor {
    max-width: 1310px;
    top: 67px;
  }
}

.page-header__video {
  position: absolute;
  left: 50%;
  top: 98px;
  display: block;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 744px) {
  .page-header__video {
    top: 42px;
  }
}

@media (min-width: 1024px) {
  .page-header__video {
    top: -9px;
  }
}

@media (min-width: 1440px) {
  .page-header__video {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 0;
    display: block;
    width: 1420px;
  }
}

@media (min-width: 744px) {
  .page-header__registartion-bottom {
    min-width: 220px;
  }
}

@media (min-width: 1440px) {
  .page-header__registartion-bottom {
    min-width: 260px;
  }
}

.registration {
  position: relative;
  overflow: hidden;
  background-color: var(--color-darken-grey);
  padding-top: 56px;
  padding-bottom: 48px;
  padding-top: 55px;
  padding-bottom: 48px;
}

.registration::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -24px;
  margin-left: -24px;
  width: 505px;
  height: 353px;
  background-image: url("../images/registration-bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
}

@media (min-width: 744px) {
  .registration {
    padding-top: 94px;
    padding-bottom: 72px;
  }

  .registration::before {
    top: -43px;
    width: 925px;
    height: 647px;
    background-image: url("../images/registration-bg_tablet.svg");
  }
}

@media (min-width: 1440px) {
  .registration {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .registration::before {
    top: -97px;
    margin-left: -98px;
    width: 1439px;
    height: 1006px;
    background-image: url("../images/registration-bg_desctop.svg");
  }
}

.registration__title {
  font-size: 34px;
  line-height: 32px;
  margin-bottom: 32px;
  text-align: center;
}

@media (min-width: 744px) {
  .registration__title {
    margin-bottom: 48px;
    font-size: 40px;
    line-height: 47px;
  }
}

@media (min-width: 1440px) {
  .registration__title {
    font-size: 67px;
    line-height: 60px;
    margin-bottom: 64px;
  }
}

.registration__wrapper {
  position: relative;
}

.prev-text {
  margin: 0;
  text-transform: uppercase;
  color: var(--color-darken-grey);
  padding-top: 16px;
  border-top: 1px solid var(--color-grey-20);
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
}

@media (min-width: 744px) {
  .prev-text {
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
  }
}

.events__prev-text {
  margin-bottom: 20px;
}

@media (min-width: 744px) {
  .events__prev-text {
    margin-bottom: 32px;
  }
}

.events__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 64px;
}

@media (min-width: 744px) {
  .events__list {
    gap: 48px;
  }
}

@media (min-width: 1440px) {
  .events__list {
    gap: 64px;
  }
}

.events__location {
  padding-left: 34px;
  position: relative;
  margin-bottom: 17px;
}

.events__location::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../images/location-icon.svg") no-repeat;
  background-size: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1440px) {
  .events__location {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 211px;
  }
}

.events__title {
  margin-bottom: 40px;
}

@media (min-width: 744px) {
  .events__title {
    margin-bottom: 56px;
  }
}

@media (min-width: 1440px) {
  .events__title {
    margin-bottom: 96px;
  }
}

.events__description {
  margin-bottom: 32px;
}

.events__description .orange {
  display: block;
  color: var(--color-orange);
}

@media (min-width: 744px) {
  .events__description {
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .events__description {
    max-width: 800px;
  }
}

.events__select-time {
  min-width: 212px;
}

@media (min-width: 744px) {
  .events__select-time {
    min-width: 156px;
  }
}

@media (min-width: 1440px) {
  .events__select-time {
    min-width: 212px;
  }
}

@media (min-width: 744px) {
  .events__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (min-width: 1440px) {
  .events__item {
    gap: 68px;
  }
}

.events__text-block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 1440px) {
  .events__text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.events__btn-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 744px) {
  .form {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1440px) {
  .form {
    position: relative;
    left: 50%;
    max-width: 918px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.form__title {
  margin-bottom: 32px;
}

@media (min-width: 744px) {
  .form__title {
    grid-column: 1/-1;
    margin-bottom: 51px;
    text-align: center;
  }
}

@media (min-width: 1440px) {
  .form__title {
    margin-bottom: 59px;
    font-size: 67px;
    line-height: 60px;
  }
}

.form__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px;
  width: 100%;
}

.form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: none;
  border-bottom: 1px solid var(--color-white);
  border-radius: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
  color: var(--color-white);
  caret-color: var(--color-white);
  background: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-top: 11px;
  padding-bottom: 11px;
}

.form__input:-webkit-autofill {
  -webkit-text-fill-color: var(--color-white);
  caret-color: var(--color-white);
  box-shadow: inset 0 0 0 50px var(--color-darken-grey) !important;
  transition: background-color 5000s ease-in-out 0s;
}

.form__input_not-empty~.form__label {
  top: -5px;
  font-size: 12px;
  line-height: 15px;
}

.form__input~.error {
  position: absolute;
  right: 0;
  bottom: -4px;
  font-size: 11px;
  line-height: 120%;
  color: var(--color-red);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

@media (min-width: 1440px) {
  .form__input~.error {
    font-size: 13px;
  }
}

.form__input:focus {
  outline: none;
  border-bottom-color: var(--color-darken-orange);
}

.form__input:focus~.form__label {
  top: -5px;
  font-size: 12px;
  line-height: 15px;
}

.form__input:hover {
  border-bottom-color: var(--color-darken-orange);
}

.form__input.error {
  border-color: var(--color-red);
}

.form__label {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
  color: var(--color-grey-60);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.form__submit-wrapper {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 744px) {
  .form__submit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column: 1/-1;
    margin-top: 24px;
  }
}

@media (min-width: 1440px) {
  .form__submit-wrapper {
    margin-top: 40px;
  }
}

.form__label-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__fake-checked {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 16px;
  border: 1px solid var(--color-white);
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.form__fake-checked::before {
  content: "";
  width: 10px;
  height: 1px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: var(--color-orange);
}

.form__checkbox~.error {
  display: none !important;
}

.form__checkbox:checked~.form__fake-checked {
  border-color: var(--color-orange);
}

.form__checkbox:checked~.form__fake-checked::before {
  opacity: 1;
}

.form__checkbox.error~.form__fake-checked {
  border-color: var(--color-red);
}

.form__checkbox-text {
  color: var(--color-white);
  font-size: 10px;
  line-height: 12px;
}

.form__checkbox-text a {
  color: var(--color-orange);
}

.form__checkbox-text a:hover {
  color: var(--color-dark-orange);
}

.form__item-checkbox {
  margin-bottom: 16px;
}

@media (min-width: 744px) {
  .form__item-checkbox {
    grid-column: 1/-1;
    margin-bottom: 20px;
  }
}

@media (min-width: 1440px) {
  .form__submit {
    min-width: 446px;
  }
}

.form__item-checkbox_first {
  margin-top: 32px;
}

@media (min-width: 744px) {
  .form__item-checkbox_first {
    margin-top: 26px;
  }
}

@media (min-width: 1440px) {
  .form__item-checkbox_first {
    margin-top: 40px;
  }
}

.form__select-tabs {
  grid-column: 1 / -1;
}

.custom-select {
  grid-column: 1 / -1;
}

.custom-select.active .select-dropdown {
  opacity: 1;
  visibility: visible;
}

.custom-select.active .arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.custom-select.active .select-button {
  border-color: var(--color-darken-orange);
}

.custom-select .error {
  position: absolute;
  font-size: 11px;
  right: 0;
  bottom: -4px;
  line-height: 120%;
  color: var(--color-red);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

@media (min-width: 1440px) {
  .custom-select .error {
    font-size: 13px;
  }
}

.custom-select .error:not([style="display: none;"])~.select-button {
  border-color: var(--color-red);
}

.select-button {
  width: 100%;
  height: 41px;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  overflow: hidden;
  padding: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative;
  text-align: left;
  border-bottom: 1px solid var(--color-white);
}

.select-button:hover {
  border-color: var(--color-darken-orange);
}

.select-dropdown {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #41474e;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 250px;
  opacity: 0;
  visibility: hidden;
}

.selected-value {
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
  color: var(--color-white);
  display: block;
  padding-right: 56px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.arrow {
  width: 24px;
  height: 24px;
  background: url("../images/arrow-select.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select-dropdown__item {
  width: 100%;
}

.select-dropdown__label {
  padding: 16px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--color-white);
  display: block;
  cursor: pointer;
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
}

.select-dropdown__label:hover {
  background-color: #555b61;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.success {
  padding-top: 80px;
}

@media (min-width: 1440px) {
  .success {
    margin: 0 auto;
    max-width: 918px;
  }
}

.success__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 32px;
}

@media (min-width: 744px) {
  .success__title {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 32px;
  }
}

@media (min-width: 1440px) {
  .success__title {
    margin-bottom: 65px;
    font-size: 67px;
    line-height: 60px;
  }
}

.success__text {
  margin-bottom: 22px;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.4px;
  text-align: center;
  color: var(--color-white);
}

.success__text a {
  color: var(--color-orange);
}

.success__text a:hover,
.success__text a:active {
  color: var(--color-dark-orange);
}

.success__text:last-child {
  margin-bottom: 0;
}

@media (min-width: 744px) {
  .success__text {
    font-size: 18px;
    line-height: 110%;
  }
}

@media (min-width: 1440px) {
  .success__text {
    font-size: 24px;
    line-height: 100%;
  }
}

.footer {
  padding-bottom: 24px;
  background-color: var(--color-darken-grey);
}

@media (min-width: 744px) {
  .footer {
    padding-bottom: 32px;
  }
}

.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 744px) {
  .footer__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer__logo-footer {
  width: 107px;
  margin-bottom: 32px;
}

@media (min-width: 744px) {
  .footer__logo-footer {
    width: 128px;
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .footer__logo-footer {
    width: 171px;
  }
}

.footer__text {
  text-align: center;
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
  color: var(--color-white);
}

.footer__text a {
  color: var(--color-orange);
}

.footer__text a:hover {
  color: var(--color-dark-orange);
}

.footer__text a:active {
  color: var(--color-darken-orange);
}

@media (min-width: 744px) {
  .footer__text {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.14px;
  }
}

@media (min-width: 1440px) {
  .footer__text {
    font-size: var(--font-size-small);
    line-height: var(--line-height-small);
  }
}

.footer__address {
  margin-bottom: 32px;
}

@media (min-width: 744px) {
  .footer__address {
    max-width: 288px;
    margin-bottom: 0;
  }

  .footer__address br {
    display: none;
  }
}

@media (min-width: 1440px) {
  .footer__address {
    max-width: 556px;
    font-size: var(--font-size-small);
    line-height: var(--line-height-small);
  }
}

.footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  width: 47px;
  height: 47px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer__social-link svg {
  margin-left: -2px;
  fill: var(--color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer__social-link:hover {
  border-color: var(--color-orange);
}

.footer__social-link:hover svg {
  fill: var(--color-orange);
}

@media (min-width: 744px) {
  .footer__social-link {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1440px) {
  .footer__social-link {
    width: 47px;
    height: 47px;
  }
}

.footer__svg-telegram {
  width: 21px;
  height: 18px;
}

.footer__svg-vk {
  width: 26px;
  height: 16px;
}

.footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}

@media (min-width: 744px) {
  .footer__social-list {
    gap: 20px;
  }
}

@media (min-width: 1440px) {
  .footer__social-list {
    gap: 10px;
  }
}

.footer__feedback {
  width: 100%;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--color-grey-20);
}

@media (min-width: 744px) {
  .footer__feedback {
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media (min-width: 1440px) {
  .footer__feedback {
    margin-top: 32px;
    padding-top: 32px;
  }
}

.footer__feedback-text {
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
}
