:root {
  /* --font-- */
  --font-primary: "ONYOneBeta", arial, sans-serif;
  --font-secondary: "WilliamTextLC", "times new roman", serif;
  /* --color-- */
  --color-greyscale-black: #2b323a;
  --color-full-black: #000;
  --color-black: #171717;
  --color-white: #fff;
  --color-beige: #F1EDEB;
  --color-grey-form: #9ba3ab;
  --color-grey-10: #EAEBEC;
  --color-grey-20: #D5D6D8;
  --color-grey-40: #AAADB0;
  --color-grey-60: #808489;
  --color-grey-70: #6B7076;
  --color-grey-80: #555B61;
  --color-grey-90: #41474E;
  --color-grey-100: #FAFAFA;
  --color-grey: #2B323A;
  --color-grey-second: #25272a;
  --color-burgundy: #5F1224;
  --color-orange: #fe6e36;
  --color-light-orange: #FE8B5E;
  --color-light-orange_2: #FFE9E1;
  --color-dark-orange: #ED5A2B;
  --color-orange-10: #FFE4D9;
  --color-pink: #FFE3D9;
  --color-turquoise: #41BCBC;
  --color-light-turquoise: #E5F3F3;
  --color-blue-light: #C2E4F7;
  --color-blue: #6FBEFE;
  --color-yellow-light: #FEFFD9;
  --color-error: #F43E25;
  --color-error_second: #FF4949;
  --color-red: #FF0C0C;
  --color-green: #5DBF5E; }

/* --grid-- */
/* --font-size-- */
/* --line height-- */
/* --new font variable-- */
/* --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("ONY One Beta Light"), url("../fonts/onyonebeta-light.woff2") format("woff2"), url("../fonts/onyonebeta-light.woff") format("woff");
  font-family: "ONYOneBeta";
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: local("ONY One Beta"), url("../fonts/onyonebeta-regular.woff2") format("woff2"), url("../fonts/onyonebeta-regular.woff") format("woff");
  font-family: "ONYOneBeta";
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: local("ONY One Beta Medium"), url("../fonts/onyonebeta-medium.woff2") format("woff2"), url("../fonts/onyonebeta-medium.woff") format("woff");
  font-family: "ONYOneBeta";
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: local("ONY One Beta Bold"), url("../fonts/onyonebeta-bold.woff2") format("woff2"), url("../fonts/onyonebeta-bold.woff") format("woff");
  font-family: "ONYOneBeta";
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: local("WilliamTextLC-Regular"), url("../fonts/WilliamTextLC-Regular.woff2") format("woff2"), url("../fonts/WilliamTextLC-Regularr.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 {
  -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 */
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

*,
*::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;
  color: inherit; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

button {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
  background: transparent;
  padding: 0;
  border: none; }

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

.link {
  color: var(--color-orange); }
  .link:hover {
    color: var(--color-light-orange); }
  .link:active {
    color: var(--color-dark-orange); }

.link_arrow {
  position: relative;
  padding-right: 1.5rem; }
  .link_arrow svg {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    fill: var(--color-orange); }
  .link_arrow:hover svg {
    -webkit-transform: translateX(3px) translateY(-50%);
        -ms-transform: translateX(3px) translateY(-50%);
            transform: translateX(3px) translateY(-50%);
    fill: var(--color-light-orange); }
  .link_arrow:active svg {
    fill: var(--color-dark-orange); }

.link_arrow-big {
  padding-right: 2rem; }
  .link_arrow-big svg {
    width: 1.5rem;
    height: 1.5rem; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--color-orange);
  border-radius: 2rem;
  padding: 0.875rem 1rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: var(--color-orange);
  background-color: transparent;
  width: 100%;
  max-width: 20.625rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .btn:hover {
    color: var(--color-white);
    background-color: var(--color-light-orange);
    border-color: var(--color-light-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 {
      border-color: var(--color-light-orange);
      background-color: var(--color-light-orange); }
    .btn_orange:active {
      background-color: var(--color-dark-orange);
      border-color: var(--color-dark-orange); }
  @media (max-width: 1200px) {
    .btn {
      padding: 0.625rem 1.25rem; } }
  .btn_small {
    border-radius: 2.375rem;
    padding: 0.4375rem 0.8125rem;
    font-size: 1rem;
    line-height: 1.375rem;
    width: auto;
    max-width: none; }

.prev-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid var(--color-grey-40); }
  @media (max-width: 650px) {
    .prev-line {
      padding-top: 0.4375rem; } }

.prev-line__text {
  margin: 0;
  text-transform: uppercase;
  color: var(--color-greyscale-black); }
  @media (max-width: 1200px) {
    .prev-line__text {
      font-size: 1rem;
      line-height: 1.375rem; } }

.title-h1 {
  margin: 0;
  line-height: 4.625rem;
  font-size: 4.25rem;
  font-weight: 400; }
  @media (max-width: 1200px) {
    .title-h1 {
      font-size: 3rem;
      line-height: 3.625rem; } }
  @media (max-width: 650px) {
    .title-h1 {
      font-size: 1.625rem;
      line-height: 2rem; } }
  .title-h1_white {
    color: var(--color-white); }

.title-h2 {
  margin: 0;
  font-weight: 400;
  font-size: 4.25rem;
  line-height: 4.625rem; }
  .title-h2_white {
    color: var(--color-white); }
  @media (max-width: 1200px) {
    .title-h2 {
      font-size: 3rem;
      line-height: 3.625rem; } }
  @media (max-width: 650px) {
    .title-h2 {
      font-size: 1.625rem;
      line-height: 2rem; } }

.title-h3 {
  margin: 0;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 2.25rem; }
  .title-h3_dark {
    color: var(--color-greyscale-black); }
  @media (max-width: 1200px) {
    .title-h3 {
      font-size: 1.25rem;
      line-height: 1.5rem; } }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.pagination__svg {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 1.5rem;
  height: 1.5rem; }

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

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

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

.pagination__number {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin: 0;
  width: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination__number_white {
    color: var(--color-white); }
  .pagination__number_orange {
    color: var(--color-orange); }

.section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  @media (max-width: 1200px) {
    .section {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .section {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }
  .section_last {
    padding-bottom: 6.25rem; }
    @media (max-width: 1200px) {
      .section_last {
        padding-bottom: 4rem; } }
    @media (max-width: 650px) {
      .section_last {
        padding-bottom: 2.5rem; } }
  .section_first {
    padding-top: 6.25rem; }
    @media (max-width: 1200px) {
      .section_first {
        padding-top: 4rem; } }
    @media (max-width: 650px) {
      .section_first {
        padding-top: 2.5rem; } }

.section__title-h1 {
  margin-bottom: 3.75rem; }
  @media (max-width: 1200px) {
    .section__title-h1 {
      margin-bottom: 3.5rem; } }
  @media (max-width: 650px) {
    .section__title-h1 {
      margin-bottom: 2rem; } }
  .section__title-h1_short-margin {
    margin-bottom: 2.25rem; }
    @media (max-width: 1200px) {
      .section__title-h1_short-margin {
        margin-bottom: 1rem; } }

.section__prev-line {
  margin-bottom: 2rem; }
  @media (max-width: 650px) {
    .section__prev-line {
      margin-bottom: 1rem; } }

.section__prev-text {
  margin-bottom: 5rem; }
  @media (max-width: 1200px) {
    .section__prev-text {
      margin-bottom: 3.5rem; } }
  @media (max-width: 650px) {
    .section__prev-text {
      margin-bottom: 2rem; } }

.text {
  margin: 0; }
  .text_big {
    font-size: 1.375rem;
    line-height: 1.75rem; }
    @media (max-width: 1200px) {
      .text_big {
        font-size: 1.125rem;
        line-height: 1.625rem; } }
    @media (max-width: 650px) {
      .text_big {
        line-height: 1.5rem; } }
  .text_big-second {
    font-size: 1.375rem;
    line-height: 1.75rem; }
    @media (max-width: 1200px) {
      .text_big-second {
        font-size: 1.125rem;
        line-height: 1.625rem; } }
    @media (max-width: 650px) {
      .text_big-second {
        line-height: 1.5rem; } }
  .text_middle {
    font-size: 1rem;
    line-height: 1.375rem; }
  .text_small-second {
    font-size: 0.875rem;
    line-height: 1rem; }
  .text_dark {
    color: var(--color-greyscale-black); }
  .text_orange {
    color: var(--color-orange); }
  .text_white {
    color: var(--color-white); }

.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: 1.5rem;
  width: 100%; }
  .form__item:last-child {
    margin-bottom: 0; }
  .form__item_checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.125rem; }

.form__border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  overflow: hidden; }
  .form__border::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-orange);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
            transform: translateX(-101%); }
  .form__border_for-white {
    background-color: var(--color-grey-60); }
  .form__border_light-grey {
    background-color: var(--color-grey-20); }

.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-radius: 0;
  padding: 0;
  width: 100%;
  height: auto;
  -webkit-box-shadow: inset 0 0 0 3.125rem var(--color-greyscale-black) !important;
          box-shadow: inset 0 0 0 3.125rem var(--color-greyscale-black) !important;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-white);
  caret-color: var(--color-white);
  background: transparent;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding-top: 1.1875rem;
  padding-bottom: 1.25rem; }
  .form__input:-webkit-autofill {
    -webkit-text-fill-color: var(--color-white);
    caret-color: var(--color-white); }
  .form__input_white {
    -webkit-box-shadow: inset 0 0 0 3.125rem var(--color-white) !important;
            box-shadow: inset 0 0 0 3.125rem var(--color-white) !important;
    color: var(--color-grey-90);
    caret-color: var(--color-grey-90); }
    .form__input_white:-webkit-autofill {
      -webkit-text-fill-color: var(--color-grey-90);
      caret-color: var(--color-grey-90); }
  .form__input_burgundy {
    -webkit-box-shadow: inset 0 0 0 3.125rem var(--color-burgundy) !important;
            box-shadow: inset 0 0 0 3.125rem var(--color-burgundy) !important;
    color: var(--color-white);
    caret-color: var(--color-white); }
    .form__input_burgundy:-webkit-autofill {
      -webkit-text-fill-color: var(--color-white);
      caret-color: var(--color-white); }
  .form__input_beige {
    -webkit-box-shadow: inset 0 0 0 3.125rem var(--color-beige) !important;
            box-shadow: inset 0 0 0 3.125rem var(--color-beige) !important;
    color: var(--color-burgundy);
    caret-color: var(--color-burgundy); }
    .form__input_beige:-webkit-autofill {
      -webkit-text-fill-color: var(--color-burgundy);
      caret-color: var(--color-burgundy); }
  .form__input_transparent {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: var(--color-white);
    caret-color: var(--color-white);
    background-color: transparent; }
  .form__input_black {
    -webkit-box-shadow: inset 0 0 0 3.125rem var(--color-full-black) !important;
            box-shadow: inset 0 0 0 3.125rem var(--color-full-black) !important; }
  .form__input_small {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  .form__input_second {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem; }
  .form__input_not-empty ~ .form__label {
    top: -0.125rem;
    font-size: 0.75rem;
    line-height: 1rem; }
  .form__input_not-empty ~ .form__clear {
    opacity: 1;
    pointer-events: auto; }
  .form__input ~ .error {
    position: absolute;
    right: 0;
    bottom: -0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--color-red);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
  .form__input:focus:not(.form__input_file):not(.visually-hidden) {
    outline: none;
    border-width: 2px; }
    .form__input:focus:not(.form__input_file):not(.visually-hidden) ~ .form__label {
      top: -0.125rem;
      font-size: 0.75rem;
      line-height: 1rem; }
    .form__input:focus:not(.form__input_file):not(.visually-hidden) ~ .form__border::before {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .form__input:focus:not(.form__input_file):not(.visually-hidden) ~ .form__clear {
      opacity: 1;
      pointer-events: auto; }
  .form__input_file:focus ~ .form__file-btn path {
    fill: var(--color-orange); }
  .form__input.error ~ .form__border::before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    background-color: var(--color-red); }
  .form__input.noValidate ~ label.error {
    display: none !important; }
  .form__input_not-box-shadow {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    .form__input_not-box-shadow:-webkit-autofill {
      -webkit-text-fill-color: var(--color-black);
      caret-color: var(--color-black); }
  @media (max-width: 1200px) {
    .form__input {
      padding-top: 1.0625rem;
      padding-bottom: 1.0625rem; } }

.form__label {
  position: absolute;
  left: 0;
  top: 1.25rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-grey-60);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .form__label span {
    color: var(--color-orange); }
  .form__label_for-small {
    top: 0.9375rem; }
  .form__label_second {
    top: 1.0625rem; }
  .form__label_white {
    color: var(--color-white); }
  .form__label_light-grey {
    color: var(--color-grey-20); }
  .form__label_red-star span {
    color: var(--color-error); }
  @media (max-width: 1200px) {
    .form__label {
      top: 1rem; } }

.form__item-email {
  margin-bottom: 2.5rem; }

.form__label-checkbox {
  position: relative;
  width: 100%;
  padding-left: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1rem; }
  .form__label-checkbox_big {
    padding-left: 2rem; }

.form__fake-checked {
  position: absolute;
  left: 0;
  top: 0;
  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;
  border: 1px solid var(--color-white);
  border-radius: 0;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer; }
  .form__fake-checked_orange {
    border-color: var(--color-orange); }
  .form__fake-checked::before {
    content: "";
    width: 1.125rem;
    height: 1px;
    background-color: var(--color-orange);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .form__fake-checked_small::before {
    width: 0.625rem; }
  .form__fake-checked_big {
    width: 1.5rem;
    height: 1.5rem;
    top: -1px; }
  @media (max-width: 1200px) {
    .form__fake-checked {
      top: -1px; } }
  .form__fake-checked_center {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.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: 0.75rem;
  line-height: 1rem;
  display: inline-block; }
  .form__checkbox-text a {
    color: var(--color-orange); }
    .form__checkbox-text a:hover {
      color: var(--color-light-orange); }
  .form__checkbox-text_black {
    color: var(--color-black); }
  .form__checkbox-text_ultra-small {
    font-size: 0.625rem;
    line-height: 0.875rem; }
  .form__checkbox-text_big {
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .form__checkbox-text_big {
        font-size: 0.75rem;
        line-height: 1rem; } }
  .form__checkbox-text_big-2 {
    font-size: 1rem;
    line-height: 1.375rem; }

.form__item-checkbox {
  margin-bottom: 1rem; }

.form__item-submit {
  margin-top: 2.5rem;
  margin-bottom: 0; }
  @media (max-width: 1200px) {
    .form__item-submit {
      margin-top: 2rem; } }

.form__submit {
  max-width: 19.0625rem;
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.5625rem; }
  @media (max-width: 1200px) {
    .form__submit {
      max-width: 27rem;
      padding: 0.75rem; } }

.form__clear {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0.1875rem;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
  pointer-events: none; }
  .form__clear path {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .form__clear:hover path {
    fill: var(--color-light-orange); }
  .form__clear:active path {
    fill: var(--color-dark-orange); }

.form__item_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .form__item_radio {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 0.75rem; } }

.form__radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem; }
  @media (max-width: 650px) {
    .form__radio-wrapper {
      width: 100%; } }

.form__label-radio {
  padding: 0.4375rem;
  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;
  min-width: 6.4375rem;
  border-radius: 2.5rem;
  border: 1px solid var(--color-orange);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--color-orange);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.375rem; }
  .form__label-radio_orange {
    color: var(--color-orange);
    border-color: var(--color-orange); }
  @media (max-width: 650px) {
    .form__label-radio {
      max-width: none;
      width: 100%; } }

.form__radio-text {
  max-width: 27.9375rem;
  width: 100%; }
  @media (max-width: 1200px) {
    .form__radio-text {
      max-width: none; } }

.form__radio:checked + .form__label-radio {
  background-color: var(--color-orange);
  border-color: var(--color-orange);
  color: var(--color-white); }

.form__textarea {
  resize: none;
  width: 100%;
  height: auto;
  border: none;
  margin-top: 1.1875rem;
  margin-bottom: 1.1875rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1.375rem;
  max-height: 6.875rem;
  color: var(--color-grey-90);
  caret-color: var(--color-grey-90); }
  .form__textarea:focus {
    outline: none; }
    .form__textarea:focus ~ .form__label {
      top: -0.125rem;
      font-size: 0.75rem;
      line-height: 1rem; }
    .form__textarea:focus ~ .form__border::before {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .form__textarea:focus ~ .form__clear {
      opacity: 1;
      pointer-events: auto; }
  .form__textarea.form__textarea_not-empty ~ .form__label {
    top: -0.125rem;
    font-size: 0.75rem;
    line-height: 1rem; }
  .form__textarea.form__textarea_not-empty ~ .form__clear {
    opacity: 1;
    pointer-events: auto; }
  .form__textarea ~ .error {
    position: absolute;
    right: 0;
    bottom: -0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--color-red);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
  .form__textarea.error ~ .form__border::before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    background-color: var(--color-red); }

.form__file-label {
  width: 100%;
  height: 3.5rem;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
  padding-right: 3.5rem;
  position: relative; }

.form__file-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem; }

.form__file-text {
  font-size: 1rem;
  line-height: 1.375rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%; }

.form__button-remove {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 2;
  top: calc(50% - 12px);
  right: 1rem;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .form__button-remove__svg {
    width: 1rem;
    height: 1rem; }
    .form__button-remove__svg svg {
      width: 100%;
      height: 100%; }
  .form__button-remove svg {
    fill: var(--color-grey-60); }

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

.form__suggestions-wrapper .suggestions-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 3; }

.form__suggestions-wrapper .suggestions-suggestions {
  max-height: 11.25rem;
  overflow: auto;
  background-color: var(--color-grey-100);
  border: none; }

.form__suggestions-wrapper .suggestions-suggestion {
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.625rem 1rem;
  color: var(--color-grey-90); }
  .form__suggestions-wrapper .suggestions-suggestion strong {
    color: var(--color-blue); }
  .form__suggestions-wrapper .suggestions-suggestion:hover {
    background: var(--color-grey-10); }

.form__suggestions-wrapper .suggestions-selected {
  background: var(--color-grey-10); }
  .form__suggestions-wrapper .suggestions-selected:hover {
    background: var(--color-grey-10); }

.form__suggestions-wrapper .suggestions-subtext {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-grey-90); }

.form__suggestions-wrapper .suggestions-hint {
  padding: 0.5rem 1rem;
  color: var(--color-grey-60);
  font-size: 0.75rem;
  line-height: 1rem; }

.form-v2__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.75rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem; }
  @media (max-width: 1200px) {
    .form-v2__items {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .form-v2__items .form-v2__item {
    margin-bottom: 0; }

.form-v2__item {
  position: relative;
  margin-bottom: 0.75rem;
  width: 100%; }
  .form-v2__item:last-child {
    margin-bottom: 0; }
  .form-v2__item_no-margin {
    margin-bottom: 0; }

.form-v2__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-radius: 0.25rem;
  width: 100%;
  height: auto;
  font-size: 0.875rem;
  line-height: 114%;
  color: var(--color-white);
  caret-color: var(--color-white);
  background: #3a414a;
  -webkit-box-shadow: inset 0 0 0 3.125rem #3a414a !important;
          box-shadow: inset 0 0 0 3.125rem #3a414a !important;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding: 1.25rem 0.75rem 0.3125rem;
  padding-right: 2.5rem;
  min-height: 2.75rem;
  border: 1px solid transparent; }
  .form-v2__input:-webkit-autofill {
    -webkit-text-fill-color: var(--color-white);
    caret-color: var(--color-white); }
  .form-v2__input_light {
    background: #F1F1F1;
    -webkit-box-shadow: inset 0 0 0 3.125rem #F1F1F1 !important;
            box-shadow: inset 0 0 0 3.125rem #F1F1F1 !important;
    color: var(--color-greyscale-black);
    caret-color: var(--color-greyscale-black); }
    .form-v2__input_light:-webkit-autofill {
      -webkit-text-fill-color: var(--color-greyscale-black);
      caret-color: var(--color-greyscale-black); }
  .form-v2__input_not-empty ~ .form-v2__label {
    top: 0.375rem;
    font-size: 0.75rem;
    line-height: 1rem; }
  .form-v2__input_not-empty ~ .form__clear {
    opacity: 1;
    pointer-events: auto; }
  .form-v2__input ~ .error {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #ff4949;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    z-index: 1; }
  .form-v2__input:focus:not(.form-v2__input_file):not(.visually-hidden) {
    outline: none;
    border: 1px solid var(--color-orange); }
    .form-v2__input:focus:not(.form-v2__input_file):not(.visually-hidden) ~ .form-v2__label {
      top: 0.375rem;
      font-size: 0.75rem;
      line-height: 1rem;
      color: var(--color-orange); }
    .form-v2__input:focus:not(.form-v2__input_file):not(.visually-hidden) ~ .form__border::before {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .form-v2__input:focus:not(.form-v2__input_file):not(.visually-hidden) ~ .form__clear {
      opacity: 1;
      pointer-events: auto; }
  .form-v2__input_file:focus ~ .form__file-btn path {
    fill: var(--color-orange); }
  .form-v2__input.error {
    border: 1px solid #ff4949; }
    .form-v2__input.error ~ .form-v2__label {
      color: #ff4949; }
      .form-v2__input.error ~ .form-v2__label span {
        color: #ff4949; }
    .form-v2__input.error:focus:not(.form-v2__input.error_file):not(.visually-hidden) {
      border: 1px solid #ff4949; }
      .form-v2__input.error:focus:not(.form-v2__input.error_file):not(.visually-hidden) ~ .form-v2__label {
        color: #ff4949; }
        .form-v2__input.error:focus:not(.form-v2__input.error_file):not(.visually-hidden) ~ .form-v2__label span {
          color: #ff4949; }
  .form-v2__input.noValidate ~ label.error {
    display: none !important; }
  .form-v2__input_not-box-shadow {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    .form-v2__input_not-box-shadow:-webkit-autofill {
      -webkit-text-fill-color: var(--color-black);
      caret-color: var(--color-black); }
  .form-v2__input_white {
    color: var(--color-grey);
    caret-color: var(--color-grey);
    background: var(--color-white);
    -webkit-box-shadow: inset 0 0 0 3.125rem var(--color-white) !important;
            box-shadow: inset 0 0 0 3.125rem var(--color-white) !important; }
    .form-v2__input_white:-webkit-autofill {
      -webkit-text-fill-color: var(--color-greyscale-black);
      caret-color: var(--color-greyscale-black); }

.form-v2__label {
  position: absolute;
  left: 0.75rem;
  top: 0.875rem;
  font-size: 0.875rem;
  line-height: 114%;
  color: var(--color-grey-form);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  pointer-events: none;
  z-index: 1; }
  .form-v2__label span {
    color: #ff4949; }

.form-v2__button-remove {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 2;
  top: 0.625rem;
  right: 0.75rem;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .form-v2__button-remove__svg {
    width: 1.5rem;
    height: 1.5rem; }
    .form-v2__button-remove__svg svg {
      width: 100%;
      height: 100%; }
  .form-v2__button-remove svg {
    fill: var(--color-white); }
  .form-v2__button-remove_grey svg {
    fill: var(--color-grey); }
  .form-v2__button-remove_dark svg {
    fill: var(--color-greyscale-black); }

.form-v2__item-checkboxes {
  margin-top: 2.25rem; }
  @media (max-width: 1200px) {
    .form-v2__item-checkboxes {
      margin-top: 1.5rem; } }

.form-v2__item-checkbox {
  margin-bottom: 1rem;
  min-height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-v2__item-checkbox_big-margin {
    margin-bottom: 1.5rem; }
    @media (max-width: 650px) {
      .form-v2__item-checkbox_big-margin {
        margin-bottom: 1rem; } }

.form-v2__label-checkbox {
  position: relative;
  width: 100%;
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1rem; }

.form-v2__fake-checked {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  border: 1px solid var(--color-white);
  border-radius: 0.125rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer; }
  .form-v2__fake-checked:hover {
    border-color: #ff7743; }
  .form-v2__fake-checked_orange {
    border-color: var(--color-orange); }
  .form-v2__fake-checked::before {
    content: "";
    position: absolute;
    width: 0.8125rem;
    height: 0.5625rem;
    background-size: 0.8125rem 0.5625rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("../images/select-check_white.svg");
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .form-v2__fake-checked_black {
    border: 1px solid var(--color-black); }
  .form-v2__fake-checked_small::before {
    width: 0.625rem; }
  .form-v2__fake-checked_big {
    width: 1.5rem;
    height: 1.5rem;
    top: -1px; }

.form-v2__checkbox ~ .error {
  display: none !important; }

.form-v2__checkbox:disabled ~ .form-v2__label-checkbox .form-v2__fake-checked {
  border-color: #545a60;
  background: #545a60; }
  .form-v2__checkbox:disabled ~ .form-v2__label-checkbox .form-v2__fake-checked::before {
    opacity: 1; }

.form-v2__checkbox:checked ~ .form-v2__label-checkbox .form-v2__fake-checked {
  border-color: #e34f1f;
  background: #e34f1f; }
  .form-v2__checkbox:checked ~ .form-v2__label-checkbox .form-v2__fake-checked::before {
    opacity: 1; }

.form-v2__checkbox.error ~ .form-v2__checkbox-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.form-v2__checkbox_black:disabled ~ .form-v2__label-checkbox .form-v2__fake-checked {
  border-color: var(--color-grey-20);
  background: var(--color-grey-20); }

.form-v2__checkbox-text {
  color: var(--color-white);
  font-size: 0.75rem;
  line-height: 1rem;
  display: inline-block; }
  .form-v2__checkbox-text a {
    color: var(--color-orange); }
    .form-v2__checkbox-text a:hover {
      color: var(--color-light-orange); }
  .form-v2__checkbox-text_black {
    color: var(--color-black); }
  .form-v2__checkbox-text_ultra-small {
    font-size: 0.625rem;
    line-height: 0.875rem; }
  .form-v2__checkbox-text_big {
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .form-v2__checkbox-text_big {
        font-size: 0.75rem;
        line-height: 1rem; } }
  .form-v2__checkbox-text_big-2 {
    font-size: 1rem;
    line-height: 1.375rem; }

.form-v2__checkbox-error {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  margin-left: 2rem;
  margin-top: 0.125rem; }
  .form-v2__checkbox-error p {
    color: #f43e25;
    font-size: 0.75rem;
    line-height: 1rem; }
  .form-v2__checkbox-error svg {
    width: 1rem;
    height: 1rem;
    fill: #f43e25; }

.form-v2__checkbox-error-text {
  color: var(--color-error);
  font-size: 0.75rem;
  line-height: 1rem; }

.form-v2__item-submit {
  margin-top: 2.5rem;
  margin-bottom: 0;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1; }
  @media (max-width: 1200px) {
    .form-v2__item-submit {
      margin-top: 2rem; } }
  .form-v2__item-submit_short-margin {
    margin-top: 2rem; }

.form-v2__submit {
  max-width: 20.625rem;
  padding: 0.75rem;
  max-height: 3rem; }
  @media (max-width: 1200px) {
    .form-v2__submit {
      max-width: 100%; } }

.form-v2__search-select {
  z-index: 2; }

.form-v2__search-wrapper {
  position: relative; }

.form-v2__search-input {
  padding-right: 2.5rem; }

.form-v2__search-dropdawn {
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  max-height: 13.8125rem;
  overflow-y: auto;
  display: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  border-radius: 0.25rem;
  background: #3a414a;
  scrollbar-width: thin;
  scrollbar-color: var(--color-grey-form) #505a66; }
  .form-v2__search-dropdawn li {
    padding: 0.5rem 0.75rem;
    background: #3a414a;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: var(--color-white); }
    .form-v2__search-dropdawn li:hover {
      background: #505a66; }
    .form-v2__search-dropdawn li p {
      text-transform: uppercase;
      margin: 0;
      font-size: 0.875rem;
      line-height: 114%; }
    .form-v2__search-dropdawn li div {
      color: var(--color-grey-form);
      font-size: 0.75rem;
      line-height: 1rem; }
      .form-v2__search-dropdawn li div span:first-child {
        margin-right: 0.625rem; }
  .form-v2__search-dropdawn_white {
    background: var(--color-white);
    scrollbar-color: var(--color-grey-form) #c5cfd9; }
    .form-v2__search-dropdawn_white li {
      background: var(--color-white);
      color: var(--color-grey); }
      .form-v2__search-dropdawn_white li:hover {
        background: #f1f1f1; }
  .form-v2__search-dropdawn_light {
    background: var(--color-white);
    -webkit-box-shadow: 0 0 7px 0 rgba(43, 50, 58, 0.15);
            box-shadow: 0 0 7px 0 rgba(43, 50, 58, 0.15);
    scrollbar-color: var(--color-grey-form) #C5CFD9; }
    .form-v2__search-dropdawn_light li {
      background: var(--color-white); }
      .form-v2__search-dropdawn_light li p {
        color: var(--color-greyscale-black); }
      .form-v2__search-dropdawn_light li:hover {
        background: #F1F1F1; }

.form-v2__search-hint {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-grey-form);
  z-index: 1; }

.form-v2__selected-info {
  margin-top: 0.25rem;
  color: var(--color-grey-form);
  font-size: 0.75rem;
  line-height: 1rem;
  display: none; }

.form-v2__selected-inn-text {
  margin-right: 0.625rem; }

.form-v2__search-icon {
  position: absolute;
  top: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
  right: 0.75rem;
  fill: var(--color-white); }
  .form-v2__search-icon_dark {
    fill: var(--color-greyscale-black); }
  .form-v2__search-icon_grey {
    fill: var(--color-grey); }

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (max-width: 1200px) {
    .wrapper {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (max-width: 650px) {
    .wrapper {
      padding-left: 1rem;
      padding-right: 1rem; } }

.popup {
  max-width: 42.6875rem;
  width: 100%;
  margin: 3.125rem auto;
  position: relative;
  border: 1px solid var(--color-white);
  background-color: var(--color-greyscale-black);
  padding: 1.5rem; }
  @media (max-width: 1200px) {
    .popup {
      max-width: 29.5rem;
      padding: 1.5rem 1.25rem; } }

.mfp-bg {
  background: var(--color-greyscale-black);
  opacity: 1; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.page {
  height: 100%; }
  @media (max-width: 1200px) {
    .page_overflow-hidden {
      overflow: hidden; } }
  @media (max-width: 1440px) and (min-width: 1201px) {
    .page {
      font-size: .95vw; } }

.page__body {
  min-height: 100%;
  line-height: 1.625rem;
  color: var(--color-secondary-black);
  background-color: var(--color-white);
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: 400; }
  @media (max-width: 1200px) {
    .page__body {
      font-size: 1rem;
      line-height: 1.375rem; } }

.page-header {
  position: relative;
  background-color: var(--color-greyscale-black); }

.page-header__head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }
  .page-header__head.fixed {
    position: fixed;
    background-color: var(--color-greyscale-black); }
    .page-header__head.fixed .page-header__nav {
      padding-top: 1rem;
      padding-bottom: 1rem; }
  .page-header__head_hide {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }

.page-header__nav {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.promo {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .promo {
      padding-top: 5rem; } }
  @media (max-width: 1024px) {
    .promo {
      padding-top: 6rem; } }
  @media (max-width: 650px) {
    .promo {
      padding-top: 4.125rem; } }

.promo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 40.5rem;
  gap: 2rem; }
  @media (max-width: 1024px) {
    .promo__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      padding-top: 12.125rem;
      gap: 2.5rem; } }
  @media (max-width: 650px) {
    .promo__wrapper {
      padding-top: 11.125rem;
      gap: 1rem; } }

.promo__col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.promo__col-1 {
  max-width: 50.3125rem;
  padding-top: 4rem; }
  @media (max-width: 1024px) {
    .promo__col-1 {
      padding-top: 0;
      max-width: none; } }

.promo__col-2 {
  max-width: 20.625rem;
  gap: 2rem; }
  @media (max-width: 1024px) {
    .promo__col-2 {
      max-width: none; } }

.promo__img {
  width: 20.625rem;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem; }
  @media (max-width: 1024px) {
    .promo__img {
      position: absolute;
      top: 0;
      left: 1.5rem;
      width: 13.25rem;
      height: 9.625rem; } }
  @media (max-width: 650px) {
    .promo__img {
      left: 1rem; } }

.promo__text-wrapper {
  margin-top: auto; }

.promo__text {
  margin-bottom: 0.75rem; }
  @media (max-width: 650px) {
    .promo__text {
      margin-bottom: 0.5rem; } }

.promo__preview {
  margin-top: 2rem; }
  @media (max-width: 1024px) {
    .promo__preview {
      margin-top: 1.5rem; } }
  @media (max-width: 650px) {
    .promo__preview {
      margin-top: 1rem; } }

.promo__info-wrapper {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem; }
  @media (max-width: 1024px) {
    .promo__info-wrapper {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 650px) {
    .promo__info-wrapper {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.promo__info-block {
  padding: 0.75rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem; }
  @media (max-width: 1024px) {
    .promo__info-block {
      gap: 2rem;
      min-height: 8.25rem; } }
  @media (max-width: 650px) {
    .promo__info-block {
      min-height: auto;
      gap: 1.5rem; } }

.promo__info-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: 100%; }

.promo__info-icon-1 {
  background-image: url("../images/events/landing/promo-icon-1.svg"); }

.promo__info-icon-2 {
  background-image: url("../images/events/landing/promo-icon-2.svg"); }

.promo__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem; }
  @media (max-width: 1024px) {
    .promo__btn-wrapper {
      margin-top: 1.5rem; } }
  @media (max-width: 650px) {
    .promo__btn-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 1rem;
      gap: 1rem; } }

@media (max-width: 1024px) {
  .promo__info-text {
    margin-top: auto; } }

@media (max-width: 650px) {
  .promo__btn {
    max-width: none; } }

.figure__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem; }
  @media (max-width: 1200px) {
    .figure__wrapper {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 2rem; } }
  @media (max-width: 650px) {
    .figure__wrapper {
      gap: 1.5rem; } }
  .figure__wrapper_for-inner-menu-tabs {
    padding-top: 6.5625rem;
    position: relative; }
    @media (max-width: 1200px) {
      .figure__wrapper_for-inner-menu-tabs {
        gap: 0;
        padding-top: 0; } }

.figure__text-block {
  overflow: hidden; }

.figure__img-block,
.figure__text-block {
  max-width: 35.375rem;
  width: 100%; }
  @media (max-width: 1200px) {
    .figure__img-block,
    .figure__text-block {
      max-width: 100%; } }

@media (max-width: 1200px) {
  .figure__img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.figure__text {
  margin-bottom: 1.5rem; }
  .figure__text:last-child {
    margin-bottom: 0; }
  .figure__text:last-of-type {
    margin-bottom: 1rem; }
  .figure__text a {
    color: var(--color-orange); }
    .figure__text a:hover {
      color: var(--color-light-orange); }
    .figure__text a:active {
      color: var(--color-dark-orange); }
  @media (max-width: 1200px) {
    .figure__text {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 1rem; } }

.figure__btn {
  margin-top: 2.5rem; }
  @media (max-width: 1200px) {
    .figure__btn {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-top: 3.5rem; } }
  @media (max-width: 650px) {
    .figure__btn {
      margin-top: 2rem; } }

.figure__picture {
  display: block; }
  @media (max-width: 1200px) {
    .figure__picture {
      max-width: 50rem;
      width: 100%; } }

.figure__img {
  border-radius: 0.5rem; }
  @media (max-width: 1200px) {
    .figure__img {
      width: 100%;
      max-height: 35.625rem;
      -o-object-fit: cover;
         object-fit: cover; } }
  @media (max-width: 768px) {
    .figure__img {
      height: 25rem; } }
  @media (max-width: 650px) {
    .figure__img {
      height: 15rem; } }
  @media (max-width: 1200px) {
    .figure__img_contain {
      -o-object-fit: contain;
         object-fit: contain; } }

.figure__content-wrapper p {
  margin: 0;
  margin-bottom: 1.5rem; }
  .figure__content-wrapper p:last-child {
    margin-bottom: 0; }

.figure__content-wrapper ul {
  margin: 0;
  margin-bottom: 1.5rem;
  display: -ms-grid;
  display: grid;
  gap: 0.75rem; }
  @media (max-width: 1200px) {
    .figure__content-wrapper ul {
      gap: 0.625rem; } }
  .figure__content-wrapper ul:last-child {
    margin-bottom: 0; }

.figure__content-wrapper li {
  position: relative;
  padding-left: 1.875rem; }
  .figure__content-wrapper li::before {
    content: "";
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    top: 0.625rem;
    left: 0.5rem;
    border-radius: 50%;
    background-color: var(--color-orange); }
  @media (max-width: 1200px) {
    .figure__content-wrapper li {
      padding-left: 1.5rem; }
      .figure__content-wrapper li::before {
        width: 0.25rem;
        height: 0.25rem;
        top: 0.5625rem;
        left: 0.4375rem; } }

.consultation__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .consultation__form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 650px) {
    .consultation__form {
      gap: 2rem; } }

.consultation__file {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1;
  margin-bottom: 2rem; }
  @media (max-width: 1200px) {
    .consultation__file {
      margin-bottom: 0; } }

.consultation__item-checkbox {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .consultation__item-checkbox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0;
      margin-top: 0.5rem; } }

.consultation__col-1 {
  max-width: 57.5625rem;
  width: 100%; }
  @media (max-width: 1200px) {
    .consultation__col-1 {
      margin-bottom: 2rem; } }

.consultation__checkbox {
  margin-bottom: 1.5rem; }
  .consultation__checkbox:last-child {
    margin-bottom: 0; }

.consultation__col-2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.consultation__submit-btn {
  max-width: none;
  min-width: auto;
  width: 100%; }
  @media (max-width: 1200px) {
    .consultation__submit-btn {
      min-width: 21.8125rem; } }
  @media (max-width: 650px) {
    .consultation__submit-btn {
      min-width: auto;
      width: 100%; } }

.consultation_explanation {
  padding: 0.5625rem 2.5rem;
  color: var(--color-grey-70);
  margin-top: 1.5rem; }
  @media (max-width: 1200px) {
    .consultation_explanation {
      padding: 0;
      font-size: 0.75rem;
      line-height: 0.9375rem; } }

@media (max-width: 1200px) {
  .consultation__title-h2 {
    margin-bottom: 2rem; } }

.circle-animate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.circle-animate__svg_1 {
  left: 0; }

.circle-animate__svg_2 {
  right: 0; }

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

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

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

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

.main-nav {
  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; }
  @media (max-width: 1200px) {
    .main-nav {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      position: relative; }
      .main-nav.open-menu {
        background-color: var(--color-greyscale-black); }
        .main-nav.open-menu::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 6rem;
          background-color: var(--color-greyscale-black);
          z-index: 1; } }
      @media (max-width: 1200px) and (max-width: 650px) {
        .main-nav.open-menu::before {
          height: 3.75rem; } }

.main-nav__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .main-nav__logo img {
    width: auto;
    height: 2.5rem; }
    @media (max-width: 650px) {
      .main-nav__logo img {
        height: 2rem; } }

.main-nav__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  width: 100%;
  max-width: 64.375rem; }
  @media (max-width: 650px) {
    .main-nav__logo-wrapper {
      gap: 0.875rem; } }

.footer {
  background-color: var(--color-greyscale-black);
  padding-top: 4rem;
  position: relative;
  overflow: hidden; }
  .footer::before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/footer-decor.svg");
    width: 73.375rem;
    height: 56.3125rem;
    margin-left: -10.5rem;
    top: -5.0625rem;
    pointer-events: none; }
    @media (max-width: 1200px) {
      .footer::before {
        background-image: url("../images/footer-decor_laptop.svg");
        width: 682px;
        height: 523px;
        margin-left: -38px;
        top: -32px; } }
    @media (max-width: 650px) {
      .footer::before {
        background-image: url("../images/footer-decor_mobile.svg");
        width: 408px;
        height: 286px;
        margin-left: -9px;
        top: -31px; } }
  @media (max-width: 1200px) {
    .footer {
      padding-top: 5rem; } }
  @media (max-width: 650px) {
    .footer {
      padding-top: 2.5rem; } }

.footer__wrapper {
  position: relative; }

.footer__top {
  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;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--color-grey-40);
  gap: 2rem; }
  @media (max-width: 1200px) {
    .footer__top {
      padding-bottom: 24px;
      margin-bottom: 24px;
      gap: 1.5rem; } }
  @media (max-width: 650px) {
    .footer__top {
      -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;
      padding-bottom: 112px;
      margin-bottom: 32px;
      position: relative;
      gap: 2rem; } }

.footer__top-wrapper {
  width: 100%;
  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; }
  @media (max-width: 650px) {
    .footer__top-wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.footer__bottom {
  padding-bottom: 2rem; }
  @media (max-width: 1200px) {
    .footer__bottom {
      padding-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .footer__bottom {
      padding-bottom: 2rem; } }

.footer__text-address {
  text-align: center;
  width: 100%; }
  .footer__text-address span {
    white-space: nowrap; }
  .footer__text-address a {
    white-space: nowrap;
    color: var(--color-orange); }
    .footer__text-address a:hover {
      color: var(--color-light-orange); }
    .footer__text-address a:active {
      color: var(--color-dark-orange); }
  @media (max-width: 1200px) {
    .footer__text-address {
      line-height: 22px; } }

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem; }
  @media (max-width: 1200px) {
    .footer__social {
      gap: 20px; } }
  @media (max-width: 650px) {
    .footer__social {
      gap: 0.625rem;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 2rem; } }

.footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer__social-link svg {
    width: 2.9375rem;
    height: 2.9375rem; }
    @media (max-width: 1200px) {
      .footer__social-link svg {
        width: 40px;
        height: 40px; } }
    @media (max-width: 650px) {
      .footer__social-link svg {
        width: 2.9375rem;
        height: 2.9375rem; } }

.footer__link-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer__logo-footer {
  width: auto;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 1200px) {
    .footer__logo-footer {
      height: 2rem; } }
  @media (max-width: 650px) {
    .footer__logo-footer {
      height: 2.25rem; } }

.footer__text-description {
  font-size: 1rem;
  line-height: 1.375rem; }
  .footer__text-description a {
    color: var(--color-orange); }
    .footer__text-description a:hover {
      color: var(--color-dark-orange); }
    .footer__text-description a:active {
      color: var(--color-light-orange); }
  .footer__text-description br {
    display: none; }
    @media (max-width: 1200px) {
      .footer__text-description br {
        display: block; } }

.footer__card {
  width: 100vw;
  height: 25rem;
  position: relative; }
  .footer__card iframe {
    height: 100%; }
  @media (max-width: 1200px) {
    .footer__card {
      height: 18.75rem; } }

.footer__card-popup {
  -webkit-transform: translate(-8%, -60%);
      -ms-transform: translate(-8%, -60%);
          transform: translate(-8%, -60%); }
  @media (max-width: 650px) {
    .footer__card-popup {
      -webkit-transform: translate(-15%, -60%);
          -ms-transform: translate(-15%, -60%);
              transform: translate(-15%, -60%); } }

.footer__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer__card-content_img {
    width: 3.75rem;
    height: 4.25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0.375rem; }
    .footer__card-content_img img {
      width: 100%;
      height: 100%; }
    @media (max-width: 650px) {
      .footer__card-content_img {
        margin-right: 0; } }
  .footer__card-content_text {
    background: white;
    padding: 0.375rem;
    border-radius: 0.5rem;
    height: 100%;
    width: 15.625rem; }
    .footer__card-content_text-light {
      color: var(--color-grey-60);
      font-size: 1rem; }
      @media (max-width: 650px) {
        .footer__card-content_text-light {
          font-size: 0.75rem; } }
    .footer__card-content_text-medium {
      width: 100%;
      font-weight: 700;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      @media (max-width: 650px) {
        .footer__card-content_text-medium {
          font-size: 0.75rem;
          line-height: 0.9375rem; } }
    @media (max-width: 650px) {
      .footer__card-content_text {
        width: 9.375rem; } }

.footer__link-footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .footer__link-footer-wrapper {
      gap: 0.875rem; } }

.footer__card-place {
  position: absolute;
  z-index: 3;
  top: 1.5rem;
  left: 1.5rem;
  padding: 0.75rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1.375rem;
  background-color: var(--color-white); }
  @media (max-width: 650px) {
    .footer__card-place {
      top: 0.25rem;
      left: 0.25rem; } }

.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  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;
  top: 0;
  left: 0;
  z-index: 3; }
  .preloader_dark {
    background-color: var(--color-greyscale-black); }
  .preloader_black {
    background-color: var(--color-full-black); }
  .preloader_burgundy {
    background-color: var(--color-burgundy); }

.preloader__animation-svg {
  width: 2rem;
  height: 2rem; }

.callback__text {
  margin: 0;
  margin-bottom: 5.5rem;
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: var(--color-white);
  max-width: 33.8125rem; }
  @media (max-width: 1200px) {
    .callback__text {
      font-size: 1.125rem;
      line-height: 1.375rem;
      margin-top: 2.125rem;
      margin-bottom: 1.9375rem; } }

.success__title {
  margin: 0;
  margin-bottom: 1.5rem;
  text-align: center;
  color: var(--color-white);
  font-size: 1.875rem;
  line-height: 2.25rem; }
  @media (max-width: 1200px) {
    .success__title {
      font-size: 1.25rem;
      line-height: 1.5rem;
      margin-bottom: 1.25rem; } }
  @media (max-width: 650px) {
    .success__title {
      margin-bottom: 1rem; } }

.success__text {
  margin: 0;
  margin-bottom: 1rem;
  text-align: center;
  color: var(--color-white);
  font-size: 1.125rem;
  line-height: 1.375rem; }
  @media (max-width: 1200px) {
    .success__text {
      font-size: 1rem;
      line-height: 1.125rem;
      margin-bottom: 1.25rem; } }

.success__btn-close {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 19.0625rem;
  margin-top: 2.5rem; }
  @media (max-width: 1200px) {
    .success__btn-close {
      min-width: auto;
      width: 100%;
      margin-top: 2rem; } }

.close-popup-button {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem; }
  @media (max-width: 1200px) {
    .close-popup-button {
      right: 1.25rem; } }

.close-popup-button__svg {
  width: 100%;
  height: 100%;
  fill: var(--color-white);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .close-popup-button__svg:hover {
    fill: var(--color-light-orange); }
  .close-popup-button__svg:active {
    fill: var(--color-orange); }

.program__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem; }
  @media (max-width: 1200px) {
    .program__list {
      gap: 24px; } }

.program__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5625rem; }
  @media (max-width: 650px) {
    .program__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 8px; } }

.program__date {
  width: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 1200px) {
    .program__date {
      font-size: 18px;
      line-height: 26px;
      width: 130px; } }
  @media (max-width: 650px) {
    .program__date {
      line-height: 24px; } }

@media (max-width: 1200px) {
  .program__description {
    font-size: 18px;
    line-height: 26px; } }

@media (max-width: 650px) {
  .program__description {
    line-height: 24px; } }

.program__list_first {
  margin-bottom: 3.75rem; }
  @media (max-width: 1200px) {
    .program__list_first {
      margin-bottom: 40px; } }

.program__title-h3 {
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .program__title-h3 {
      margin-bottom: 32px; } }

.program__attention {
  margin-top: 6.25rem;
  max-width: 57.5rem;
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--color-beige);
  padding: 2.5rem 7.8125rem; }
  @media (max-width: 1200px) {
    .program__attention {
      margin-top: 80px;
      padding: 32px 25px; } }
  @media (max-width: 650px) {
    .program__attention {
      margin-top: 40px;
      padding: 24px; } }

.program__attention-text {
  text-align: center; }
  @media (max-width: 1200px) {
    .program__attention-text {
      line-height: 26px; } }

.form-registration__title-h1 {
  text-align: center;
  margin-bottom: 1.5rem; }
  @media (max-width: 650px) {
    .form-registration__title-h1 {
      margin-bottom: 1rem; } }

.form-registration__prev-text {
  text-align: center;
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .form-registration__prev-text {
      line-height: 26px;
      margin-bottom: 40px; } }
  @media (max-width: 650px) {
    .form-registration__prev-text {
      margin-bottom: 32px; } }

.form-registration__wrapper {
  max-width: 57.375rem;
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.form-registration__row {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.5rem; }
  .form-registration__row:last-child {
    margin-bottom: 0; }

.form-registration__row-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 768px) {
    .form-registration__row-3 {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.form-registration__row-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 768px) {
    .form-registration__row-2 {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.form-registration__full-size-item {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1; }

.form-registration__submit-btn {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.form-registration__checkbox {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .form-registration__checkbox {
      margin-top: 16px;
      margin-bottom: 16px; } }
  @media (max-width: 650px) {
    .form-registration__checkbox {
      margin-top: 8px;
      margin-bottom: 8px; } }

.form-registration {
  margin-bottom: 3.75rem; }
  @media (max-width: 1200px) {
    .form-registration {
      margin-bottom: 80px; } }
  @media (max-width: 650px) {
    .form-registration {
      margin-bottom: 40px; } }

.form-registration__section {
  margin-bottom: 1.5rem; }

.form-registration__section-title {
  margin-bottom: 0.75rem; }

.form-registration__radio-wrapper {
  margin-bottom: 1.5rem; }

.form-registration__form-footer {
  margin-top: 2.5rem; }
  @media (max-width: 650px) {
    .form-registration__form-footer {
      margin-top: 2rem; } }

.form-registration__item-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1200px) {
    .form-registration__item-submit {
      margin-top: 2.5rem; } }
  @media (max-width: 650px) {
    .form-registration__item-submit {
      margin-top: 2rem; } }

.form-registration__submit {
  max-width: 27.875rem; }
  @media (max-width: 1200px) {
    .form-registration__submit {
      max-width: 20.625rem; } }

.saccess-info {
  max-width: 57.375rem;
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 6.25rem; }
  @media (max-width: 1200px) {
    .saccess-info {
      margin-bottom: 80px; } }
  @media (max-width: 650px) {
    .saccess-info {
      margin-bottom: 40px; } }

.saccess-info__title-h1 {
  text-align: center;
  margin-bottom: 4rem; }
  @media (max-width: 1200px) {
    .saccess-info__title-h1 {
      margin-bottom: 40px; } }
  @media (max-width: 650px) {
    .saccess-info__title-h1 {
      margin-bottom: 2rem; } }

.saccess-info__text {
  text-align: center;
  margin-bottom: 1.5rem; }
  .saccess-info__text:last-child {
    margin-bottom: 0; }
  .saccess-info__text a {
    white-space: nowrap;
    color: var(--color-orange); }
    .saccess-info__text a:hover {
      color: var(--color-dark-orange); }
    .saccess-info__text a:active {
      color: var(--color-light-orange); }
  @media (max-width: 1200px) {
    .saccess-info__text {
      font-size: 18px;
      line-height: 26px; } }
  @media (max-width: 650px) {
    .saccess-info__text {
      line-height: 24px; } }

@media (max-width: 650px) {
  .event-program {
    overflow: hidden; } }

.event-program__pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 2.5rem; }
  @media (max-width: 1024px) {
    .event-program__pagination-wrapper {
      margin-bottom: 2rem; } }
  @media (max-width: 650px) {
    .event-program__pagination-wrapper {
      margin-bottom: 1.5rem; } }

.event-program__item {
  min-height: 23rem;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 1.5rem; }
  .event-program__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 14.375rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1; }
  @media (max-width: 1024px) {
    .event-program__item {
      width: 21.75rem;
      min-height: 17.875rem; } }
  @media (max-width: 650px) {
    .event-program__item {
      width: 19.5rem;
      padding: 1rem;
      min-height: 16rem; } }

.event-program__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.event-program__text {
  position: relative;
  z-index: 2; }

@media (max-width: 1024px) {
  .event-program__pagination {
    display: none; } }

@media (max-width: 650px) {
  .event-program__container {
    overflow: initial; } }

.schedule__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.schedule__date {
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid var(--color-grey-20);
  margin-bottom: 2.5rem;
  font-weight: 500; }
  @media (max-width: 1200px) {
    .schedule__date {
      margin-bottom: 2rem; } }
  @media (max-width: 650px) {
    .schedule__date {
      margin-bottom: 1.5rem; } }

.schedule__item {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 10rem 1.5rem 1fr;
  grid-template-columns: 10rem 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem; }
  @media (max-width: 1200px) {
    .schedule__item {
      margin-bottom: 1.5rem;
      -ms-grid-columns: 7.75rem 1fr;
      grid-template-columns: 7.75rem 1fr; } }
  @media (max-width: 650px) {
    .schedule__item {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 16px;
      margin-bottom: 2rem; } }
  .schedule__item:last-child {
    margin-bottom: 0; }

.schedule__text span {
  display: block;
  color: var(--color-grey-90);
  margin-top: 0.5rem; }
  @media (max-width: 1200px) {
    .schedule__text span {
      font-size: 1rem;
      line-height: 1.375rem;
      margin-top: 0.375rem; } }

.schedule__tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.5rem; }
  @media (max-width: 650px) {
    .schedule__tabs-wrapper {
      margin-bottom: 2rem; } }

.schedule__tabs {
  border-radius: 2rem;
  border: 1px solid var(--color-greyscale-black); }
  @media (max-width: 650px) {
    .schedule__tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: auto; } }

.schedule__tabs-btn {
  color: var(--color-greyscale-black);
  padding: 0.6875rem 1.5rem;
  border-radius: 2rem;
  font-size: 1rem;
  line-height: 1.375rem;
  white-space: nowrap; }
  .schedule__tabs-btn[aria-selected="true"] {
    color: var(--color-white);
    background-color: var(--color-greyscale-black); }

.schedule__two-col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem; }
  @media (max-width: 1200px) {
    .schedule__two-col-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2.5rem; } }

.schedule__column {
  max-width: 35.1875rem;
  width: 100%; }
  @media (max-width: 1200px) {
    .schedule__column {
      max-width: none; } }

.schedule__master-classes {
  margin-top: 0.75rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.75rem 1fr 0.75rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 0.75rem; }
  @media (max-width: 1200px) {
    .schedule__master-classes {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      margin-top: 1rem;
      padding-right: 0.75rem; } }
  @media (max-width: 650px) {
    .schedule__master-classes {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      padding-right: 0; } }

.schedule__master-classes-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem; }
  @media (max-width: 1200px) {
    .schedule__master-classes-item {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.schedule__author-avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.schedule__author {
  margin-bottom: 0.125rem; }

.schedule__author-post {
  color: var(--color-grey-60); }

.schedule__prev-text {
  margin-bottom: 1.5rem; }
  @media (max-width: 650px) {
    .schedule__prev-text {
      margin-bottom: 1rem; } }
  .schedule__prev-text:last-child {
    margin-bottom: 0; }

.schedule__prev-wrapper {
  margin-bottom: 2rem; }
  @media (max-width: 650px) {
    .schedule__prev-wrapper {
      margin-bottom: 1.5rem; } }

.schedule__base-text {
  margin-bottom: 0.25rem; }
  @media (max-width: 650px) {
    .schedule__base-text {
      margin-bottom: 0.75rem; } }
  .schedule__base-text:last-child {
    margin-bottom: 0; }

.schedule__second-text {
  color: var(--color-grey-60); }
  @media (max-width: 650px) {
    .schedule__second-text {
      margin-bottom: 0.5rem; }
      .schedule__second-text:last-child {
        margin-bottom: 0; } }

.webinar-speakers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 20.9375rem;
  height: auto;
  border-radius: 0.5rem;
  background-color: var(--color-beige);
  overflow: hidden; }
  @media (max-width: 650px) {
    .webinar-speakers__item {
      max-width: none;
      min-height: auto; } }
  @media (max-width: 480px) {
    .webinar-speakers__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .webinar-speakers__item:has(.webinar-speakers__stars-wrapper) {
    min-height: 20.9375rem; }
    .webinar-speakers__item:has(.webinar-speakers__stars-wrapper) .webinar-speakers__prev-title {
      margin-top: 0;
      margin-bottom: 1.5rem; }
      @media (max-width: 650px) {
        .webinar-speakers__item:has(.webinar-speakers__stars-wrapper) .webinar-speakers__prev-title {
          margin-bottom: 1rem;
          font-size: 0.75rem;
          line-height: 1rem; } }
    @media (max-width: 1200px) {
      .webinar-speakers__item:has(.webinar-speakers__stars-wrapper) .webinar-speakers__img-wrapper {
        width: 21.6875rem; } }
    @media (max-width: 768px) {
      .webinar-speakers__item:has(.webinar-speakers__stars-wrapper) .webinar-speakers__img-wrapper {
        width: 40%; } }
    @media (max-width: 650px) {
      .webinar-speakers__item:has(.webinar-speakers__stars-wrapper) .webinar-speakers__img-wrapper {
        width: 100%;
        max-height: 37.5rem; } }
    @media (max-width: 650px) {
      .webinar-speakers__item:has(.webinar-speakers__stars-wrapper) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .webinar-speakers__item.only-one {
    min-height: 28.75rem;
    gap: 1.5rem;
    background-color: transparent; }
    @media (max-width: 1200px) {
      .webinar-speakers__item.only-one {
        max-width: none;
        gap: 0; } }
    @media (max-width: 650px) {
      .webinar-speakers__item.only-one {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: auto; } }
    .webinar-speakers__item.only-one .webinar-speakers__img-wrapper {
      width: 28rem; }
      @media (max-width: 1200px) {
        .webinar-speakers__item.only-one .webinar-speakers__img-wrapper {
          width: 50%; } }
      @media (max-width: 650px) {
        .webinar-speakers__item.only-one .webinar-speakers__img-wrapper {
          width: 100%;
          height: 28.125rem; } }
      @media (max-width: 480px) {
        .webinar-speakers__item.only-one .webinar-speakers__img-wrapper {
          height: auto; } }
    @media (max-width: 650px) {
      .webinar-speakers__item.only-one .webinar-speakers__img {
        position: static; } }
    @media (max-width: 480px) {
      .webinar-speakers__item.only-one .webinar-speakers__img {
        -o-object-fit: fill;
           object-fit: fill;
        height: auto; } }
    .webinar-speakers__item.only-one .webinar-speakers__text-wrapper {
      padding: 2.5rem 2rem;
      border-radius: 0.25rem; }
      @media (max-width: 1200px) {
        .webinar-speakers__item.only-one .webinar-speakers__text-wrapper {
          padding: 1.5rem 1.25rem; } }
      @media (max-width: 650px) {
        .webinar-speakers__item.only-one .webinar-speakers__text-wrapper {
          padding: 1rem; } }
    .webinar-speakers__item.only-one .webinar-speakers__stars-list {
      margin-top: 1.25rem;
      gap: 0.75rem; }
      @media (max-width: 1200px) {
        .webinar-speakers__item.only-one .webinar-speakers__stars-list {
          gap: 0.5rem; } }

.webinar-speakers__text-wrapper {
  background-color: var(--color-beige);
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (max-width: 650px) {
    .webinar-speakers__text-wrapper {
      padding: 1rem; } }
  @media (max-width: 480px) {
    .webinar-speakers__text-wrapper {
      padding: 1rem; } }

.webinar-speakers__img-wrapper {
  width: 20.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .webinar-speakers__img-wrapper {
      width: 50%; } }
  @media (max-width: 650px) {
    .webinar-speakers__img-wrapper {
      width: 9.375rem; } }
  @media (max-width: 480px) {
    .webinar-speakers__img-wrapper {
      width: 100%;
      height: auto; } }

.webinar-speakers__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 650px) {
    .webinar-speakers__img {
      position: static; } }

.webinar-speakers__title {
  margin-bottom: 0.75rem; }
  @media (max-width: 1200px) {
    .webinar-speakers__title {
      margin-bottom: 0.375rem; } }
  @media (max-width: 1024px) {
    .webinar-speakers__title {
      margin-bottom: 0.75rem;
      font-size: 2rem;
      line-height: 2.3125rem; } }
  @media (max-width: 650px) {
    .webinar-speakers__title {
      font-size: 1.25rem;
      line-height: 1.625rem;
      margin-bottom: 0.25rem; } }
  @media (max-width: 480px) {
    .webinar-speakers__title {
      margin-bottom: 0.25rem; } }

.webinar-speakers__prev-title {
  color: var(--color-grey-60);
  margin-top: auto; }
  @media (max-width: 480px) {
    .webinar-speakers__prev-title {
      font-size: 0.75rem;
      line-height: 1rem;
      margin-bottom: 1rem; } }

.webinar-speakers__stars-wrapper {
  margin-top: auto; }

.webinar-speakers__btn {
  margin-top: 5rem; }
  @media (max-width: 1200px) {
    .webinar-speakers__btn {
      margin-top: 3.5rem;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      left: 0;
      max-width: none;
      width: auto; } }
  @media (max-width: 480px) {
    .webinar-speakers__btn {
      margin-top: 2rem;
      width: 100%; } }

.webinar-speakers__pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .webinar-speakers__pagination {
      margin-bottom: 1.5rem; } }

.webinar-speakers__list {
  height: auto; }

.webinar-speakers__stars-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 0.5rem; }

.webinar-speakers__stars-icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--color-orange);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -1px; }

.webinar-speakers__stars-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem; }

.webinar-speakers__container.only-two .webinar-speakers__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .webinar-speakers__container.only-two .webinar-speakers__list {
      -ms-grid-columns: (37.25rem)[2];
      grid-template-columns: repeat(2, 37.25rem);
      overflow: auto;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; } }
  @media (max-width: 650px) {
    .webinar-speakers__container.only-two .webinar-speakers__list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

@media (max-width: 1200px) {
  .webinar-speakers__container.only-two {
    overflow: initial; }
    .webinar-speakers__container.only-two .webinar-speakers__item {
      scroll-snap-align: start; } }

.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);
  opacity: 0; }

.text-hide {
  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; }

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