: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: "ONYOne", arial, sans-serif;
  --font-secondary: "WilliamTextLC", "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-beige: #EDE3DE;
  --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 (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 (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 (min-resolution: 2dppx) {
    .sprite-bonus {
      background-image: url("../images/sprites@2x.png"); } }

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

@font-face {
  src: local("WilliamTextLC-Regular"), url("../fonts/WilliamTextLC-Regular.woff2") format("woff2"), url("../fonts/WilliamTextLC-Regular.woff") format("woff");
  font-family: "WilliamTextLC";
  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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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 {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

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

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

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden; }

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

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

.swiper-3d {
  perspective: 1200px; }
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    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 {
  scroll-snap-type: x mandatory; }

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  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: '';
  flex-shrink: 0;
  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 {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  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;
  transform-origin: 50%;
  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 {
  animation: swiper-preloader-spin 1s infinite linear; }

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

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

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

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

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  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 {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  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 {
  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;
  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;
  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%;
  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 {
  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;
  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-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  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-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  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-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  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-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  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;
  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 {
  box-sizing: border-box; }

body {
  margin: 0; }

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

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

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

.visually-hidden {
  position: absolute;
  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; }

.pagination {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1; }

.pagination__svg {
  transition: 0.3s ease-out;
  width: 24px;
  height: 24px; }

.pagination__svg_white {
  fill: var(--color-white); }

.pagination__svg_orange {
  fill: var(--color-orange); }

.pagination__arrow {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  background-color: transparent; }
  .pagination__arrow:hover .pagination__svg_white {
    fill: var(--color-light-orange); }
  .pagination__arrow:active .pagination__svg_white {
    fill: var(--color-dark-orange); }

.pagination__wrapper {
  display: flex;
  align-items: center; }

.pagination__number {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  width: 28px;
  display: flex;
  justify-content: center; }
  .pagination__number_white {
    color: var(--color-white); }
  .pagination__number_orange {
    color: var(--color-orange); }

.circle-animate {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 4px; }

.circle-animate__elem {
  overflow: hidden;
  width: 50%;
  height: 100%;
  position: relative; }

.circle-animate__svg {
  width: calc(100% * 2);
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.circle-animate__svg_1 {
  left: 0; }

.circle-animate__svg_2 {
  right: 0; }

.circle-animate__circle-mask-1 {
  transition: 0.3s linear;
  rx: 10px; }
  .circle-animate__circle-mask-1.transition-no {
    transition: none; }

.circle-animate__circle-svg-2 {
  transition: 0.3s linear;
  rx: 0; }
  .circle-animate__circle-svg-2.transition-no {
    transition: none; }

.circle-animate__circle-white {
  fill: var(--color-white); }

.circle-animate__circle-orange {
  fill: var(--color-orange); }

.prev-text {
  margin: 0;
  text-transform: uppercase;
  color: var(--color-darken-grey);
  padding-top: 8px;
  border-top: 1px solid var(--color-grey-20);
  font-size: 16px;
  line-height: 22px; }
  @media (min-width: 744px) {
    .prev-text {
      padding-top: 16px; } }
  @media (min-width: 1440px) {
    .prev-text {
      font-size: var(--font-size-base);
      line-height: var(--line-height-base); } }

.btn {
  display: flex;
  align-items: 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); }
  .btn_orange {
    background-color: var(--color-orange);
    color: var(--color-white); }
    .btn_orange:hover {
      background-color: var(--color-dark-orange);
      border-color: var(--color-dark-orange); }
    .btn_orange:active {
      background-color: var(--color-darken-orange);
      border-color: var(--color-darken-orange); }
  @media (min-width: 1440px) {
    .btn {
      padding: 16px 23px;
      min-width: 260px; }
      .btn_small {
        padding: 6px 8px; } }

.title-h1 {
  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; } }

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

.section {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 744px) {
    .section {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1440px) {
    .section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .section_first {
    padding-top: 40px; }
    @media (min-width: 744px) {
      .section_first {
        padding-top: 64px; } }
    @media (min-width: 1440px) {
      .section_first {
        padding-top: 72px; } }
  .section_last {
    padding-bottom: 40px; }
    @media (min-width: 744px) {
      .section_last {
        padding-bottom: 64px; } }
    @media (min-width: 1440px) {
      .section_last {
        padding-bottom: 72px; } }

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

.section__title {
  margin-bottom: 32px; }
  @media (min-width: 744px) {
    .section__title {
      margin-bottom: 56px; } }
  @media (min-width: 1440px) {
    .section__title {
      margin-bottom: 80px; } }
  .section__title_center {
    width: fit-content;
    margin-left: auto;
    margin-right: auto; }

.tabs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow: auto;
  scroll-snap-type: x mandatory; }

.tabs__list-item {
  background-color: var(--color-beige);
  scroll-snap-align: start; }
  .tabs__list-item:first-child {
    border-radius: 46px 0 0 46px; }
  .tabs__list-item:last-child {
    border-radius: 0 46px 46px 0; }

.tabs__btn {
  white-space: nowrap;
  font-size: var(--font-size-small);
  line-height: var(--line-height-base);
  color: #101828;
  border: none;
  padding: 12px 24px;
  background-color: transparent;
  border-radius: 46px; }
  .tabs__btn[aria-selected="true"] {
    color: var(--color-white);
    background-color: var(--color-orange); }

.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%;
  scrollbar-gutter: stable; }
  @media (max-width: 1440px) and (min-width: 1201px) {
    .page {
      font-size: .95vw; } }
  .page.overflow-hidden {
    overflow: hidden; }

.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;
  scrollbar-gutter: stable; }

.page-header {
  position: relative;
  overflow: hidden;
  background-color: var(--color-light-black);
  padding-top: 16px;
  padding-bottom: 40px; }
  @media (min-width: 744px) {
    .page-header {
      padding-top: 24px;
      padding-bottom: 60px; } }
  @media (min-width: 1440px) {
    .page-header {
      padding-top: 24px;
      padding-bottom: 80px; } }

.page-header__top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 69px;
  position: relative;
  z-index: 3;
  width: 100%; }
  .page-header__top-line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 20px);
    background-color: #2B323A;
    display: none;
    z-index: -1; }
  .page-header__top-line.active::before {
    display: block; }
  @media (min-width: 744px) {
    .page-header__top-line {
      margin-bottom: 113px; } }
  @media (min-width: 1440px) {
    .page-header__top-line {
      margin-bottom: 89px;
      width: 100%; } }

.page-header__promo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2; }
  .page-header__promo::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../images/header-promo-decor_mobile.svg");
    width: 328px;
    height: 208px;
    top: -44px;
    pointer-events: none; }
  @media (min-width: 744px) {
    .page-header__promo::before {
      background-image: url("../images/header-promo-decor_tablet.svg");
      width: 720px;
      height: 457px;
      top: -88px; } }
  @media (min-width: 1440px) {
    .page-header__promo {
      max-width: 920px; }
      .page-header__promo::before {
        background-image: url("../images/header-promo-decor.svg");
        width: 903px;
        height: 572px;
        top: -99px; } }

.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: 24px;
  max-width: 360px;
  font-size: 42px;
  line-height: 42px;
  font-feature-settings: 'liga' off, 'clig' off; }
  @media (min-width: 744px) {
    .page-header__title {
      max-width: 579px;
      font-size: 88px;
      line-height: 88px; } }
  @media (min-width: 1440px) {
    .page-header__title {
      max-width: 720px;
      margin-bottom: 32px;
      font-size: 96px;
      line-height: 96px; } }

.page-header__text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
  text-align: center;
  color: var(--color-white);
  max-width: 314px;
  display: flex;
  flex-direction: column;
  gap: 8px; }
  @media (min-width: 744px) {
    .page-header__text {
      font-size: 18px;
      line-height: 26px;
      max-width: 530px; } }
  @media (min-width: 1440px) {
    .page-header__text {
      max-width: 615px;
      margin-bottom: 32px;
      font-size: 22px;
      line-height: 28px; } }

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

.page-header__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }

.page-header__decor {
  width: calc(100% - var(--padding-content) * 2);
  position: absolute;
  left: 50%;
  top: 88px;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 570px;
  pointer-events: none; }
  @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%;
  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; } }

.page-header__registartion-bottom {
  max-width: 328px;
  width: 100%;
  min-width: auto; }
  @media (min-width: 744px) {
    .page-header__registartion-bottom {
      max-width: 330px; } }

.page-header__city {
  display: none; }
  .page-header__city.active {
    display: block; }

.page-header__city-link {
  color: var(--color-orange);
  transition: 0.3s ease-in-out;
  position: relative;
  cursor: default;
  padding-left: 28px;
  font-size: 18px;
  line-height: 24px; }
  .page-header__city-link::before {
    content: "";
    width: 14px;
    height: 9px;
    position: absolute;
    background: url("../images/corner.svg") no-repeat;
    background-size: 100%;
    left: 5px;
    bottom: -8px;
    transform: translateY(100%);
    pointer-events: none;
    opacity: 0; }
    @media (min-width: 1440px) {
      .page-header__city-link::before {
        bottom: -14px; } }
  .page-header__city-link svg {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
    fill: var(--color-orange); }
  .page-header__city-link.active::before {
    opacity: 1; }
  @media (min-width: 744px) {
    .page-header__city-link {
      padding-left: 34px; } }
  @media (min-width: 1440px) {
    .page-header__city-link {
      font-size: 22px;
      line-height: 28px;
      padding-left: 34px; } }

.page-header__city-tooltip {
  width: 281px;
  padding: 16px;
  background-color: var(--color-white);
  position: absolute;
  right: 0;
  bottom: -16px;
  transform: translateY(100%);
  pointer-events: none;
  opacity: 0; }
  .page-header__city-tooltip.active {
    opacity: 1;
    pointer-events: initial; }
  @media (min-width: 1440px) {
    .page-header__city-tooltip {
      bottom: -20px; } }

.page-header__tooltip-title {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 32px;
  color: #41474E; }
  .page-header__tooltip-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("../images/geo_arrow.svg") no-repeat;
    background-size: 100%; }
  .page-header__tooltip-title span {
    font-weight: 500; }
  @media (min-width: 1440px) {
    .page-header__tooltip-title {
      font-size: 16px;
      line-height: 22px; } }

.page-header__tooltip-close {
  padding: 4px 7px;
  font-size: 16px;
  line-height: 22px;
  min-width: auto;
  width: 120px; }

.page-header__city-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.page-header__city-change {
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-orange);
  transition: 0.3s ease-in-out; }
  .page-header__city-change:hover {
    color: var(--color-dark-orange); }
  .page-header__city-change:active {
    color: var(--color-darken-orange); }

.page-header__popup {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 60px);
  background: #2B323A;
  z-index: 3;
  flex-direction: column;
  display: none; }
  .page-header__popup.active {
    display: flex; }

.page-header__menu-title {
  color: var(--color-white);
  font-size: 18px;
  line-height: 24px; }
  @media (min-width: 744px) {
    .page-header__menu-title {
      line-height: 26px; } }

.page-header__menu-city-wrapper {
  margin-top: 40px;
  flex-grow: 1;
  position: relative;
  overflow: auto;
  pointer-events: none; }

.page-header__menu-wrapper-inner {
  padding: 16px;
  border: 1px solid var(--color-white);
  height: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: auto; }
  @media (min-width: 744px) {
    .page-header__menu-wrapper-inner {
      padding: 24px; } }
  @media (min-width: 1440px) {
    .page-header__menu-wrapper-inner {
      max-width: 682px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }

.page-header__close-city-popup {
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent url("../images/close-btn.svg") no-repeat;
  background-size: 100%; }

.page-header__menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media (min-width: 744px) {
    .page-header__menu-header {
      margin-bottom: 88px; } }

.page-header__menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  overflow: auto; }
  @media (min-width: 744px) {
    .page-header__menu {
      gap: 24px; } }

.page-header__menu-item {
  display: flex; }
  .page-header__menu-item.active .page-header__menu-link {
    color: var(--color-orange);
    pointer-events: none; }
    .page-header__menu-item.active .page-header__menu-link::before {
      opacity: 1; }

.page-header__menu-link {
  width: 100%;
  padding: 24px 16px;
  font-size: 16px;
  line-height: 22px;
  color: #8A8E93;
  background-color: #40464D;
  position: relative; }
  .page-header__menu-link::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../images/icon-check-city.svg") no-repeat;
    background-size: 100%;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0; }

.page-header__close-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.registration {
  position: relative;
  overflow: hidden;
  background-color: var(--color-darken-grey);
  padding-top: 40px;
  padding-bottom: 40px; }
  .registration::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -29px;
    margin-left: -9px;
    width: 408px;
    height: 286px;
    background-image: url("../images/registration-bg.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    pointer-events: none; }
  @media (min-width: 744px) {
    .registration {
      padding-top: 80px;
      padding-bottom: 80px; }
      .registration::before {
        top: -62px;
        margin-left: -34px;
        width: 835px;
        height: 584px;
        background-image: url("../images/registration-bg_tablet.svg"); } }
  @media (min-width: 1440px) {
    .registration {
      padding-top: 100px;
      padding-bottom: 100px; }
      .registration::before {
        top: -77px;
        margin-left: -107px;
        width: 1439px;
        height: 1006px;
        background-image: url("../images/registration-bg_desctop.svg"); } }

.registration__title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 32px;
  text-align: center; }
  @media (min-width: 744px) {
    .registration__title {
      margin-bottom: 40px;
      font-size: 48px;
      line-height: 58px; } }
  @media (min-width: 1440px) {
    .registration__title {
      font-size: 68px;
      line-height: 74px;
      margin-bottom: 64px; } }

.registration__wrapper {
  position: relative; }

.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: grid;
  grid-template-columns: 1fr;
  gap: 32px; }
  @media (min-width: 1440px) {
    .events__list {
      gap: 64px; } }

.events__location {
  font-size: var(--font-size-small);
  line-height: var(--line-height-base);
  color: var(--color-orange);
  margin-bottom: 16px;
  white-space: nowrap;
  flex-shrink: 0; }
  @media (min-width: 744px) {
    .events__location {
      margin-bottom: 0;
      width: 120px; } }
  @media (min-width: 1440px) {
    .events__location {
      flex-shrink: 0;
      width: 160px;
      font-size: var(--font-size-base);
      line-height: 26px; } }

.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 {
  font-size: var(--font-size-small); }
  @media (min-width: 744px) {
    .events__description {
      margin-bottom: 0; } }
  @media (min-width: 1440px) {
    .events__description {
      font-size: var(--font-size-base);
      line-height: var(--line-height-base); } }

.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: flex;
    align-items: flex-start;
    gap: 20px; } }

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

.events__text-block {
  flex-grow: 1; }
  @media (min-width: 744px) {
    .events__text-block {
      display: flex;
      align-items: flex-start;
      gap: 20px; } }
  @media (min-width: 1440px) {
    .events__text-block {
      gap: 25px; } }

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

.events__tabs-list {
  margin-bottom: 33px; }
  @media (min-width: 744px) {
    .events__tabs-list {
      margin-bottom: 48px; } }
  @media (min-width: 1440px) {
    .events__tabs-list {
      margin-bottom: 64px; } }

.events__description-text {
  font-size: var(--font-size-small);
  line-height: var(--line-height-base);
  margin-bottom: 10px; }
  .events__description-text_orange {
    color: var(--color-orange); }
  @media (min-width: 1440px) {
    .events__description-text {
      font-size: var(--font-size-base);
      line-height: 26px;
      margin-bottom: 16px; } }
  .events__description-text:last-child {
    margin-bottom: 0; }

.events__prev-list-text {
  margin-bottom: 8px; }
  @media (min-width: 1440px) {
    .events__prev-list-text {
      margin-bottom: 16px; } }

.events__description-list {
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px; }

.events__description-list-item {
  position: relative;
  padding-left: 30px; }
  .events__description-list-item::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--color-orange);
    top: 7px;
    left: 8px; }
    @media (min-width: 1440px) {
      .events__description-list-item::before {
        top: 10px; } }
  @media (min-width: 1440px) {
    .events__description-list-item {
      font-size: var(--font-size-base);
      line-height: 26px; } }

.events__tabs-wrapper {
  display: flex;
  justify-content: center; }

.partners__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px; }
  @media (min-width: 744px) {
    .partners__list {
      display: flex;
      flex-wrap: wrap;
      gap: 24px; } }

.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px; }
  @media (min-width: 744px) {
    .partners__item {
      height: 144px;
      justify-content: flex-start;
      flex-grow: 1; } }
  @media (min-width: 1440px) {
    .partners__item {
      justify-content: center; } }

.partners__img {
  max-height: 100%;
  max-width: 211px; }
  @media (min-width: 744px) {
    .partners__img {
      max-width: 281px; } }
  @media (min-width: 1440px) {
    .partners__img {
      max-width: 351px; } }

.form {
  display: grid;
  column-gap: 24px;
  grid-template-columns: 1fr; }
  @media (min-width: 744px) {
    .form {
      display: grid;
      column-gap: 24px;
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1440px) {
    .form {
      position: relative;
      left: 50%;
      max-width: 918px;
      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: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  width: 100%; }

.form__input {
  appearance: none;
  display: flex;
  align-items: flex-end;
  border: none;
  border-bottom: 1px solid var(--color-white);
  border-radius: 0;
  padding: 0;
  width: 100%;
  height: auto;
  box-shadow: inset 0 0 0 50px var(--color-darken-grey) !important;
  font-size: var(--font-size-small);
  line-height: var(--line-height-base);
  color: var(--color-white);
  caret-color: var(--color-white);
  background: transparent;
  transition: 0.3s ease-in-out;
  padding-top: 16px;
  padding-bottom: 16px; }
  .form__input:-webkit-autofill {
    -webkit-text-fill-color: var(--color-white);
    caret-color: var(--color-white); }
  .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);
    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: 16px;
  font-size: var(--font-size-small);
  line-height: var(--line-height-base);
  color: var(--color-grey-60);
  transition: 0.3s ease-in-out;
  pointer-events: none; }

.form__submit-wrapper {
  margin-top: 32px;
  display: flex;
  justify-content: center; }
  @media (min-width: 744px) {
    .form__submit-wrapper {
      display: flex;
      justify-content: center;
      grid-column: 1/-1;
      margin-top: 40px; } }
  @media (min-width: 1440px) {
    .form__submit-wrapper {
      margin-top: 64px; } }

.form__label-checkbox {
  display: flex;
  align-items: center; }

.form__fake-checked {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  border: 1px solid var(--color-white);
  width: 16px;
  height: 16px;
  transition: 0.3s ease-in-out;
  cursor: pointer; }
  .form__fake-checked::before {
    content: "";
    width: 10px;
    height: 1px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    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: 14px; }
  .form__checkbox-text a {
    color: var(--color-orange); }
    .form__checkbox-text a:hover {
      color: var(--color-dark-orange); }

.form__item-checkbox {
  margin-top: 8px;
  margin-bottom: 0; }
  @media (min-width: 744px) {
    .form__item-checkbox {
      margin-top: 16px;
      grid-column: 1/-1; } }
  @media (min-width: 1440px) {
    .form__item-checkbox {
      margin-top: 40px; } }

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

.form__item-checkbox_first {
  margin-top: 32px;
  margin-bottom: 18px; }
  @media (min-width: 744px) {
    .form__item-checkbox_first {
      margin-top: 26px; } }
  @media (min-width: 1440px) {
    .form__item-checkbox_first {
      margin-top: 24px; } }

.form__select-tabs {
  width: 100%; }

.form__select-tab {
  margin-top: 24px;
  margin-bottom: 0; }

.form__item_name,
.form__events-wrapper,
.form__new-event {
  grid-column-start: 1;
  grid-column-end: -1; }

.form__item_name {
  margin-top: 24px; }

.form__item_select-event {
  margin-bottom: 0; }

.form__clone-btn,
.form__del-btn {
  padding: 0;
  border: none;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  color: var(--color-orange);
  font-size: var(--font-size-base);
  line-height: 26px;
  margin-top: 40px;
  position: relative;
  padding-left: 32px; }
  .form__clone-btn:hover,
  .form__del-btn:hover {
    color: var(--color-dark-orange); }
    .form__clone-btn:hover path,
    .form__del-btn:hover path {
      fill: var(--color-dark-orange); }
  .form__clone-btn:active,
  .form__del-btn:active {
    color: var(--color-darken-orange); }
    .form__clone-btn:active path,
    .form__del-btn:active path {
      fill: var(--color-darken-orange); }

.form__del-btn {
  padding-left: 0;
  margin-top: 24px;
  margin-left: auto;
  display: none;
  color: #8A8E93; }
  .form__del-btn:hover, .form__del-btn:active {
    color: #8A8E93;
    opacity: 0.8; }

.form__svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
  .form__svg path {
    transition: 0.3s ease-in-out; }

.form__new-event {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  .form__new-event .form__del-btn {
    display: inline-flex; }
  .form__new-event .form__events-wrapper:first-child {
    margin-top: 64px; }

.form__events-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

button[name="web_form_submit"].notEmpty {
  pointer-events: none; }

.custom-select {
  grid-column: 1 / -1; }
  .custom-select.active .select-dropdown {
    opacity: 1;
    visibility: visible; }
  .custom-select.active .arrow {
    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);
    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: 56px;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
  overflow: hidden;
  padding: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  text-align: left;
  border-bottom: 1px solid var(--color-white);
  display: grid; }
  .select-button:hover {
    border-color: var(--color-darken-orange); }

.select-dropdown {
  position: absolute;
  left: 0;
  bottom: 0;
  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-base);
  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: 0;
  top: 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-base); }
  .select-dropdown__label:hover {
    background-color: #555b61;
    transition: 0.3s ease-out; }

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

.success__title {
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 32px; }
  @media (min-width: 744px) {
    .success__title {
      font-size: 48px;
      line-height: 58px;
      margin-bottom: 40px; } }
  @media (min-width: 1440px) {
    .success__title {
      margin-bottom: 64px;
      font-size: 68px;
      line-height: 74px; } }

.success__text {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 24px;
  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: 26px; } }
  @media (min-width: 1440px) {
    .success__text {
      margin-bottom: 28px;
      font-size: 22px;
      line-height: 28px; } }

.footer {
  padding-bottom: 32px;
  background-color: var(--color-darken-grey); }
  @media (min-width: 744px) {
    .footer {
      padding-bottom: 32px; } }

.footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 744px) {
    .footer__wrapper {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; } }

.footer__logo-footer {
  width: 172px;
  margin-bottom: 32px; }
  @media (min-width: 744px) {
    .footer__logo-footer {
      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);
    white-space: nowrap; }
    .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; } }
  @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: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  width: 47px;
  height: 47px;
  transition: 0.3s ease-in-out; }
  .footer__social-link svg {
    margin-left: -2px;
    fill: var(--color-white);
    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: flex;
  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: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--color-grey-20); }
  @media (min-width: 744px) {
    .footer__feedback {
      margin-top: 24px;
      padding-top: 24px; } }
  @media (min-width: 1440px) {
    .footer__feedback {
      margin-top: 32px;
      padding-top: 32px; } }

.footer__feedback-text {
  font-size: 16px;
  line-height: 22px; }

.information__video {
  max-width: 100%;
  width: 100%;
  height: 240px;
  object-fit: cover; }
  @media (min-width: 744px) {
    .information__video {
      height: 400px; } }
  @media (min-width: 1024px) {
    .information__video {
      height: 450px; } }

.information__video-wrapper {
  display: flex;
  margin-bottom: 32px; }
  @media (min-width: 1024px) {
    .information__video-wrapper {
      width: 100%;
      max-width: 566px;
      margin-bottom: 0; } }

.information__text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px; }
  @media (min-width: 1024px) {
    .information__text {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 27px; } }

.information__btn {
  margin-top: 32px;
  min-width: 328px;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 744px) {
    .information__btn {
      margin-top: 56px; } }
  @media (min-width: 1024px) {
    .information__btn {
      left: 0;
      transform: none;
      margin-top: 40px; } }

@media (min-width: 1024px) {
  .information__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px; } }

@media (min-width: 1024px) {
  .information__text-wrapper {
    width: 100%;
    max-width: 565px; } }

.experts {
  overflow: hidden; }

.experts__text {
  position: absolute;
  width: 27.1875rem;
  padding-top: 1rem;
  transition: 0.3s ease-out;
  right: -0.75rem;
  bottom: 2.375rem;
  transform: translateX(100%);
  opacity: 0; }
  .experts__text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0.1875rem;
    width: 7.1875rem;
    background-color: var(--color-orange); }
  @media (max-width: 1200px) {
    .experts__text {
      position: relative;
      transform: none;
      right: auto;
      bottom: auto;
      width: 284px;
      margin-top: 24px; } }
  @media (max-width: 650px) {
    .experts__text {
      width: 18rem; } }

.experts__slider {
  overflow: initial;
  width: 73.75rem;
  margin-left: 14.75rem; }
  @media (max-width: 1200px) {
    .experts__slider {
      width: 900px;
      margin-left: 40px;
      min-height: 556px; } }
  @media (max-width: 650px) {
    .experts__slider {
      width: 610px;
      margin-left: -122px;
      min-height: 366px; } }

.experts__slider-item {
  transition: 0.3s ease-out;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: 36.9375rem;
  position: relative; }
  .experts__slider-item.swiper-slide-next {
    width: 29.5rem !important; }
    .experts__slider-item.swiper-slide-next .experts__avatar {
      height: 36.9375rem; }
      @media (max-width: 1200px) {
        .experts__slider-item.swiper-slide-next .experts__avatar {
          height: 24.9375rem; } }
      @media (max-width: 650px) {
        .experts__slider-item.swiper-slide-next .experts__avatar {
          height: 15.625rem; } }
    .experts__slider-item.swiper-slide-next .experts__img-grey {
      opacity: 0; }
    .experts__slider-item.swiper-slide-next .experts__img {
      opacity: 1; }
    .experts__slider-item.swiper-slide-next .experts__text {
      opacity: 1; }
    @media (max-width: 1200px) {
      .experts__slider-item.swiper-slide-next {
        width: 19rem !important; } }
    @media (max-width: 650px) {
      .experts__slider-item.swiper-slide-next {
        width: 11.5rem !important; } }
  @media (max-width: 1200px) {
    .experts__slider-item {
      padding-left: 10px;
      padding-right: 10px;
      height: 24.9375rem; } }
  @media (max-width: 768px) {
    .experts__slider-item {
      height: auto; } }
  @media (max-width: 650px) {
    .experts__slider-item {
      padding-right: 0.25rem;
      padding-left: 0.25rem; } }

.experts__slider-container {
  margin-right: -0.75rem;
  margin-left: -0.75rem; }
  @media (max-width: 1200px) {
    .experts__slider-container {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (max-width: 650px) {
    .experts__slider-container {
      margin-left: -0.25rem;
      margin-right: -0.25rem; } }

.experts__slider-block {
  overflow: hidden; }

.experts__avatar {
  height: 25.5625rem;
  position: relative;
  width: 100%;
  transition: 0.3s ease-out; }
  @media (max-width: 1200px) {
    .experts__avatar {
      height: 17.8125rem; } }
  @media (max-width: 650px) {
    .experts__avatar {
      height: 12.6875rem; } }

.experts__img, .experts__img-grey {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-out; }

.experts__img {
  opacity: 1; }

.experts__img-grey {
  opacity: 0; }

.experts__item-title {
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 2.25rem; }
  @media (max-width: 1200px) {
    .experts__item-title {
      margin-bottom: 0.5rem;
      font-size: 20px;
      line-height: 24px; } }

.experts__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  margin-bottom: 5rem; }
  @media (max-width: 1200px) {
    .experts__title-wrapper {
      margin-bottom: 64px; } }
  @media (max-width: 650px) {
    .experts__title-wrapper {
      margin-bottom: 2rem;
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem; } }

.experts__title {
  margin-bottom: 0;
  width: 100%;
  max-width: 66.25rem; }

.experts__pagination {
  position: static;
  width: auto;
  margin-bottom: 0.375rem; }
  @media (max-width: 1200px) {
    .experts__pagination {
      display: none; } }

.experts__item-text {
  font-size: 1rem;
  line-height: 1.125rem; }
  @media (max-width: 1200px) {
    .experts__item-text {
      line-height: 22px; } }

/*# sourceMappingURL=main.css.map */
