:root {
  /* --font-- */
  --font-primary: "ONYOneBeta-Regular", arial, sans-serif;
  --font-secondary: "ONY Realist", "times new roman", serif;
  --font-secondary-2: "WilliamTextLC-Regular", "times new roman", serif;
  /* --color-- */
  --color-greyscale-black: #2b323a;
  --color-full-black: #000;
  --color-black: #171717;
  --color-white: #fff;
  --color-beige: #F1EDEB;
  --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: #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-error: #F43E25;
  --color-red: #FF0C0C;
  --color-green: #5DBF5E; }

/* --grid-- */
/* --paddings-- */
/* --viewports-- */
/* --new font variable-- */
.sprite-bonus-desktop {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 97px;
  background: url("../images/sprites.png") 0px 0px/154px 97px no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .sprite-bonus-desktop {
      background-image: url("../images/sprites@2x.png"); } }

.sprite-bonus-tablet {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 56px;
  background: url("../images/sprites.png") -72px 0px/154px 97px no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .sprite-bonus-tablet {
      background-image: url("../images/sprites@2x.png"); } }

.sprite-bonus {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 48px;
  background: url("../images/sprites.png") -114px 0px/154px 97px no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .sprite-bonus {
      background-image: url("../images/sprites@2x.png"); } }

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

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

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

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

@font-face {
  src: local("ONYOneBeta-Medium"), url("../fonts/ONYOneBeta-Medium.woff2") format("woff2"), url("../fonts/ONYOneBeta-Medium.woff") format("woff");
  font-family: "ONYOneBeta-Regular";
  font-weight: 500;
  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);
  vertical-align: middle; }
  .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: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .link_arrow path {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .link_arrow:not(.link_arrow_not-animation):hover svg {
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px); }
  .link_arrow:not(.link_arrow_not-animation):hover path {
    fill: var(--color-light-orange); }
  .link_arrow:active path {
    fill: var(--color-dark-orange); }

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

.link_lowercase {
  text-transform: none; }

.link_top {
  vertical-align: top; }

.link_arrow_center svg {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.link_arrow_center:not(.link_arrow_not-animation):hover svg {
  -webkit-transform: translateY(-50%) translateX(3px);
      -ms-transform: translateY(-50%) translateX(3px);
          transform: translateY(-50%) translateX(3px); }

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

.link_center {
  text-align: center; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--color-orange);
  border-radius: 2rem;
  padding: 0.875rem 1.5rem;
  color: var(--color-orange);
  width: 100%;
  max-width: 20.625rem;
  background-color: transparent;
  white-space: nowrap;
  font-size: 1.125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.625rem; }
  .btn:hover {
    color: var(--color-white);
    background-color: var(--color-light-orange);
    border-color: var(--color-light-orange); }
    .btn:hover .btn__icon {
      fill: var(--color-white); }
  .btn:active {
    border-color: var(--color-dark-orange);
    color: var(--color-white);
    background-color: var(--color-dark-orange); }
    .btn:active .btn__icon {
      fill: var(--color-white); }
  .btn_fix {
    width: 100%;
    max-width: 20.625rem; }
  .btn_orange {
    background-color: var(--color-orange);
    color: var(--color-white); }
    .btn_orange .btn__icon {
      fill: 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); }
  .btn_black {
    border-color: var(--color-greyscale-black);
    color: var(--color-greyscale-black); }
    .btn_black:hover {
      background-color: var(--color-grey-10);
      border-color: var(--color-greyscale-black);
      color: var(--color-greyscale-black); }
    .btn_black:active {
      background-color: var(--color-grey-20);
      border-color: var(--color-greyscale-black);
      color: var(--color-greyscale-black); }
  .btn_white {
    border-color: var(--color-white);
    color: var(--color-white); }
    .btn_white:hover {
      border-color: var(--color-orange);
      color: var(--color-orange);
      background-color: transparent; }
    .btn_white:active {
      border-color: var(--color-dark-orange);
      color: var(--color-dark-orange);
      background-color: transparent; }
  .btn_center {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media (max-width: 1200px) {
    .btn {
      padding: 0.625rem 1.1875rem; } }

.btn_small {
  padding: 0.625rem 1.1875rem;
  max-width: none;
  width: auto; }

.btn__icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  fill: var(--color-orange);
  vertical-align: middle; }
  @media (max-width: 1200px) {
    .btn__icon {
      margin-left: 0.5rem; } }

.btn_arrow-right-icon:hover .btn__icon {
  -webkit-transform: translateX(0.25rem);
      -ms-transform: translateX(0.25rem);
          transform: translateX(0.25rem); }

.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);
  width: 100%; }
  @media (max-width: 650px) {
    .prev-line {
      padding-top: 0.4375rem; } }

.prev-line__text {
  margin: 0;
  text-transform: uppercase; }

.title-h1 {
  margin: 0;
  line-height: 4.625rem;
  font-size: 4.25rem;
  font-weight: 400; }
  .title-h1 h1 {
    margin: 0;
    display: inline;
    font-size: inherit;
    font-weight: inherit; }
  .title-h1 p {
    margin: 0;
    display: inline; }
  @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_big {
    font-size: 6.75rem;
    line-height: 6.75rem;
    text-transform: uppercase; }
    @media (max-width: 1200px) {
      .title-h1_big {
        line-height: 6.25rem; } }
    @media (max-width: 650px) {
      .title-h1_big {
        font-size: 4.625rem;
        line-height: 4.625rem; } }
  .title-h1_white {
    color: var(--color-white); }
  .title-h1_center {
    text-align: center; }

.title-h1__primary {
  line-height: 7.3125rem;
  display: inline-block;
  width: 100%; }
  @media (max-width: 1200px) {
    .title-h1__primary {
      font-size: 5.8125rem;
      line-height: 5.25rem; } }
  @media (max-width: 650px) {
    .title-h1__primary {
      font-size: 2.5rem;
      line-height: 2.3125rem;
      letter-spacing: -2px; } }

.title-h1__secondary {
  font-family: var(--font-secondary);
  display: inline-block;
  width: 100%; }
  @media (max-width: 1200px) {
    .title-h1__secondary {
      font-size: 5.375rem;
      line-height: 5.25rem; } }
  @media (max-width: 650px) {
    .title-h1__secondary {
      font-size: 2.3125rem;
      line-height: 2.3125rem;
      letter-spacing: -2px; } }

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

.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: 4.5rem; }
    @media (max-width: 1200px) {
      .section_last {
        padding-bottom: 4rem; } }
    @media (max-width: 650px) {
      .section_last {
        padding-bottom: 2.5rem; } }
  .section_first {
    padding-top: 4.5rem; }
    @media (max-width: 1200px) {
      .section_first {
        padding-top: 4rem; } }
    @media (max-width: 650px) {
      .section_first {
        padding-top: 2.5rem; } }

.section__title-h1 {
  margin-bottom: 5rem; }
  @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: 1200px) {
    .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; } }

.form__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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.0625rem;
  padding-bottom: 1.0625rem; }
  .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-60);
      caret-color: var(--color-grey-60); }
  .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-grey-90);
    caret-color: var(--color-grey-90); }
    .form__input_beige:-webkit-autofill {
      -webkit-text-fill-color: var(--color-grey-60);
      caret-color: var(--color-grey-60); }
  .form__input_small {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  .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 {
    outline: none;
    border-width: 2px; }
    .form__input:focus ~ .form__label {
      top: -0.125rem;
      font-size: 0.75rem;
      line-height: 1rem; }
    .form__input:focus ~ .form__border::before {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .form__input:focus ~ .form__clear {
      opacity: 1;
      pointer-events: auto; }
  .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.0625rem;
  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_for-small {
    top: 0.9375rem; }
  @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; }
  .form__fake-checked_center {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media (max-width: 1200px) {
    .form__fake-checked {
      top: -1px; } }

.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;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem; }
  @media (max-width: 650px) {
    .form__item_radio {
      padding-top: 0;
      padding-bottom: 0;
      -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; } }

.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 {
      margin: 0 auto; } }

.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__radio-text {
  max-width: 27.9375rem;
  width: 100%; }
  @media (max-width: 1200px) {
    .form__radio-text {
      max-width: none; } }
  @media (max-width: 650px) {
    .form__radio-text {
      text-align: center; } }

.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.0625rem;
  margin-bottom: 1.0625rem;
  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 ~ .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.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_beige {
    background-color: transparent; }

.form__help-text {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-grey-60);
  margin-top: 0.25rem; }

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

.text {
  margin: 0; }
  @media (max-width: 1200px) {
    .text_medium-2 {
      line-height: 1.25rem; } }
  .text_small {
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .text_small {
        font-size: 0.75rem;
        line-height: 1rem; } }
  .text_small-2 {
    font-size: 1rem;
    line-height: 1.375rem; }
  .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-2 {
    font-size: 1.375rem;
    line-height: 1.625rem; }
    @media (max-width: 1200px) {
      .text_big-2 {
        font-size: 1.25rem;
        line-height: 1.625rem; } }
  .text_burgundy {
    color: var(--color-burgundy); }
  .text_white {
    color: var(--color-white); }
  .text_orange {
    color: var(--color-orange); }
  .text_center {
    text-align: center; }
  .text_uppercase {
    text-transform: uppercase; }

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }
  @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-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 {
  height: 100vh;
  position: relative;
  max-height: 43.75rem;
  min-height: 41.5625rem; }
  .page-header_not-fix-height {
    height: auto;
    max-height: none;
    min-height: auto; }
  .page-header_beige {
    background-color: var(--color-beige); }
  .page-header_grey-second {
    background-color: var(--color-grey-second); }
  .page-header_burgundy {
    background-color: var(--color-burgundy); }
    .page-header_burgundy .page-header__breadcrumbs-link:not(.page-header__breadcrumbs-link_last):not(:hover):not(:active) {
      color: var(--color-white); }
    .page-header_burgundy .page-header__breadcrumbs-item:not(:last-child)::after {
      background: url("../images/breadcrumbs-icon_white.svg") no-repeat;
      background-size: 100%; }
    .page-header_burgundy .page-header__breadcrumbs-item::before {
      background: url("../images/breadcrumbs-arrow_white.svg") no-repeat;
      background-size: 100%; }
    .page-header_burgundy .header-promo__title {
      color: var(--color-white); }
    .page-header_burgundy .page-header__breadcrumbs-link_last {
      color: var(--color-orange); }
  .page-header_greyscale-black {
    background-color: var(--color-greyscale-black); }
  .page-header_black {
    background-color: var(--color-full-black); }
  @media (max-width: 1200px) {
    .page-header {
      min-height: 42.5rem; }
      .page-header_not-fix-height {
        min-height: auto; }
        .page-header_not-fix-height::before {
          height: 4.5rem; }
      .page-header.mobile-menu-open {
        max-height: none;
        min-height: auto;
        overflow: hidden; } }
  @media (max-width: 650px) {
    .page-header {
      max-height: 30.9375rem;
      min-height: 30.9375rem; }
      .page-header_not-fix-height {
        min-height: auto;
        max-height: none; }
        .page-header_not-fix-height::before {
          height: 3.75rem; } }

.page-header__head {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  z-index: 4; }
  .page-header__head_black-background {
    background-color: var(--color-greyscale-black); }
  .page-header__head_grey-second {
    background-color: var(--color-grey-second); }
  .page-header__head.fixed {
    position: fixed; }
    .page-header__head.fixed:not(.page-header__head_other-color) {
      background-color: var(--color-greyscale-black); }
    .page-header__head.fixed .page-header__nav {
      padding-top: 1rem;
      padding-bottom: 1rem; }
  .page-header__head.menu-open {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    background-color: var(--color-greyscale-black);
    -webkit-transition: none;
    transition: none; }
    .page-header__head.menu-open .page-header__top-line,
    .page-header__head.menu-open .page-header__wrapper-nav {
      background-color: var(--color-greyscale-black); }
  .page-header__head_hide {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  @media (max-width: 1200px) {
    .page-header__head {
      -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
              transform: translateY(-1px);
      -webkit-transition: none;
      transition: none; }
      .page-header__head.mobile-menu-open {
        background-color: var(--color-greyscale-black);
        height: calc(100% + 1px); } }

.page-header__top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.9375rem;
  padding-bottom: 0.6875rem;
  position: relative; }
  .page-header__top-line::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 1.5625rem * 2);
    height: 1px;
    background-color: var(--color-white);
    opacity: 0.2; }
  @media (max-width: 1200px) {
    .page-header__top-line {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      .page-header__top-line::before {
        display: none; } }
  @media (max-width: 650px) {
    .page-header__top-line {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }

.page-header__additional-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .page-header__additional-information.hide {
    opacity: 0; }

.page-header__link-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0.9375rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 2.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-header__link-logo.hide {
    opacity: 0; }
  @media (max-width: 1200px) {
    .page-header__link-logo {
      margin-right: auto;
      margin-left: 1rem;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      height: auto; } }

@media (max-width: 1200px) {
  .page-header__logo {
    width: 7.9375rem; } }

@media (max-width: 650px) {
  .page-header__logo {
    width: 5.3125rem; } }

.page-header__client-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.page-header__search-icon, .page-header__search-close-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.page-header__search-close-icon {
  opacity: 0; }

.page-header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.25rem;
  height: 2.25rem; }
  .page-header__search_mobile {
    display: none; }
  @media (max-width: 1200px) {
    .page-header__search {
      width: 100%;
      height: auto;
      position: sticky;
      top: 0;
      z-index: 2;
      background-color: var(--color-greyscale-black); }
      .page-header__search::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4.75rem;
        left: 0;
        bottom: 0;
        background-color: var(--color-greyscale-black);
        z-index: -1; }
      .page-header__search_desctop {
        display: none; }
      .page-header__search_mobile {
        display: block; } }
  @media (max-width: 650px) {
    .page-header__search {
      z-index: 1; } }

.page-header__search-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--color-white);
  border-radius: 1.1875rem;
  padding: 0.4375rem 6rem 0.4375rem 3.125rem;
  width: 100%;
  height: auto;
  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;
  opacity: 0;
  position: absolute;
  top: -1px;
  left: -1px;
  pointer-events: none; }
  .page-header__search-input:-webkit-autofill {
    -webkit-text-fill-color: var(--color-white);
    caret-color: var(--color-white); }
  .page-header__search-input::-webkit-input-placeholder {
    text-transform: uppercase;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .page-header__search-input::-webkit-input-placeholder {
        text-transform: none;
        color: var(--color-grey-80); } }
  .page-header__search-input::-moz-placeholder {
    text-transform: uppercase;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .page-header__search-input::-moz-placeholder {
        text-transform: none;
        color: var(--color-grey-80); } }
  .page-header__search-input::-moz-placeholder {
    text-transform: uppercase;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .page-header__search-input::-moz-placeholder {
        text-transform: none;
        color: var(--color-grey-80); } }
  .page-header__search-input::-ms-input-placeholder {
    text-transform: uppercase;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .page-header__search-input::-ms-input-placeholder {
        text-transform: none;
        color: var(--color-grey-80); } }
  .page-header__search-input::-webkit-input-placeholder {
    text-transform: uppercase;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
  .page-header__search-input::-moz-placeholder {
    text-transform: uppercase;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
  .page-header__search-input:-ms-input-placeholder {
    text-transform: uppercase;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
  .page-header__search-input::-ms-input-placeholder {
    text-transform: uppercase;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
  .page-header__search-input::placeholder {
    text-transform: uppercase;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .page-header__search-input::-webkit-input-placeholder {
        text-transform: none;
        color: var(--color-grey-80); }
      .page-header__search-input::-moz-placeholder {
        text-transform: none;
        color: var(--color-grey-80); }
      .page-header__search-input:-ms-input-placeholder {
        text-transform: none;
        color: var(--color-grey-80); }
      .page-header__search-input::-ms-input-placeholder {
        text-transform: none;
        color: var(--color-grey-80); }
      .page-header__search-input::placeholder {
        text-transform: none;
        color: var(--color-grey-80); } }
  .page-header__search-input:focus {
    outline: none; }
    .page-header__search-input:focus::-webkit-input-placeholder {
      opacity: 0; }
    .page-header__search-input:focus::-moz-placeholder {
      opacity: 0; }
    .page-header__search-input:focus:-moz-placeholder {
      opacity: 0; }
    .page-header__search-input:focus:-ms-input-placeholder {
      opacity: 0; }
  .page-header__search-input.active {
    pointer-events: initial;
    opacity: 1; }
  .page-header__search-input ~ label.error {
    display: none !important; }
  .page-header__search-input.error {
    border-color: var(--color-red); }
  @media (max-width: 1200px) {
    .page-header__search-input {
      position: static;
      opacity: 1;
      border-radius: 0;
      border-right: none;
      border-left: none;
      border-color: var(--color-grey-90);
      padding: 1rem 0 1rem 2rem;
      pointer-events: initial; } }

.page-header__search-submit {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.4375rem;
  pointer-events: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding: 0.0625rem 0.6875rem;
  width: auto;
  font-size: 1rem;
  line-height: 1.375rem; }
  @media (min-width: 1201px) {
    .page-header__search-submit.active {
      opacity: 1;
      pointer-events: initial; } }
  @media (max-width: 1200px) {
    .page-header__search-submit {
      opacity: 1;
      pointer-events: initial;
      right: auto;
      left: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .page-header__search-submit:hover .page-header__search-icon-mobile {
        fill: var(--color-light-orange); }
      .page-header__search-submit:active .page-header__search-icon-mobile {
        fill: var(--color-dark-orange); } }

.page-header__search-icon-mobile {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  fill: var(--color-grey-80); }

.page-header__search-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 1.5625rem;
  top: 1.0625rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 2.25rem; }
  .page-header__search-form-wrapper.active {
    width: calc(100% - 1.5625rem * 2);
    z-index: 1; }

.page-header__open-search-btn {
  background-color: transparent;
  padding: 0;
  border: none;
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1; }
  .page-header__open-search-btn path {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .page-header__open-search-btn circle {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .page-header__open-search-btn:hover .page-header__search-icon path, .page-header__open-search-btn:hover .page-header__search-icon circle {
    stroke: var(--color-orange); }
  .page-header__open-search-btn:hover .page-header__search-close-icon circle {
    stroke: var(--color-orange); }
  .page-header__open-search-btn:hover .page-header__search-close-icon path {
    fill: var(--color-orange); }
  .page-header__open-search-btn:active .page-header__search-icon path, .page-header__open-search-btn:active .page-header__search-icon circle {
    stroke: var(--color-light-orange); }
  .page-header__open-search-btn:active .page-header__search-close-icon circle {
    stroke: var(--color-light-orange); }
  .page-header__open-search-btn:active .page-header__search-close-icon path {
    fill: var(--color-light-orange); }
  .page-header__open-search-btn.active .page-header__search-icon {
    opacity: 0; }
  .page-header__open-search-btn.active .page-header__search-close-icon {
    opacity: 1; }

.page-header__enter-lk-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 2.25rem;
  height: 2.25rem; }
  .page-header__enter-lk-link svg {
    width: 100%;
    height: 100%; }
  .page-header__enter-lk-link path, .page-header__enter-lk-link circle {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .page-header__enter-lk-link:hover path:not(.svg-head) {
    fill: var(--color-orange);
    stroke: var(--color-orange); }
  .page-header__enter-lk-link:hover .svg-head {
    stroke: var(--color-orange); }
  .page-header__enter-lk-link:hover circle {
    stroke: var(--color-orange); }
  .page-header__enter-lk-link:active path:not(.svg-head) {
    fill: var(--color-light-orange);
    stroke: var(--color-light-orange); }
  .page-header__enter-lk-link:active .svg-head {
    stroke: var(--color-light-orange); }
  .page-header__enter-lk-link:active circle {
    stroke: var(--color-light-orange); }
  .page-header__enter-lk-link.hide {
    opacity: 0; }
  @media (max-width: 1200px) {
    .page-header__enter-lk-link_desctop {
      display: none; } }

.page-header__menu-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .page-header__menu-tab.hide {
    opacity: 0; }
  .page-header__menu-tab_mobile {
    display: none; }
  @media (max-width: 1200px) {
    .page-header__menu-tab {
      margin: 2.625rem 0 1.625rem 0; }
      .page-header__menu-tab_desctop {
        display: none; }
      .page-header__menu-tab_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (max-width: 650px) {
    .page-header__menu-tab {
      margin-top: 2rem;
      margin-bottom: 2rem; } }

.page-header__menu-tab-link {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-white); }
  .page-header__menu-tab-link:hover {
    color: var(--color-orange); }
  .page-header__menu-tab-link:active {
    color: var(--color-light-orange); }

.page-header__link-phone {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-white); }
  .page-header__link-phone:hover {
    color: var(--color-orange); }
  .page-header__link-phone:active {
    color: var(--color-light-orange); }
  @media (max-width: 1200px) {
    .page-header__link-phone {
      font-size: 1.125rem;
      line-height: 1.5rem; } }
  @media (max-width: 650px) {
    .page-header__link-phone {
      font-size: 0.75rem;
      line-height: 1rem; } }

.page-header__right-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.page-header__burger-menu {
  display: none; }
  @media (max-width: 1200px) {
    .page-header__burger-menu {
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      position: relative; }
      .page-header__burger-menu::before, .page-header__burger-menu::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        background-color: var(--color-white);
        -webkit-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
      .page-header__burger-menu::before {
        top: 0.375rem; }
      .page-header__burger-menu::after {
        top: 1.0625rem; }
      .page-header__burger-menu:hover::before, .page-header__burger-menu:hover::after {
        background-color: var(--color-light-orange); }
      .page-header__burger-menu:active::before, .page-header__burger-menu:active::after {
        background-color: var(--color-dark-orange); }
      .page-header__burger-menu.active::before, .page-header__burger-menu.active::after {
        top: 50%; }
      .page-header__burger-menu.active::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
      .page-header__burger-menu.active::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); } }
  @media (max-width: 650px) {
    .page-header__burger-menu {
      width: 1.25rem;
      height: 1.25rem; }
      .page-header__burger-menu::before {
        top: 0.3125rem; }
      .page-header__burger-menu::after {
        top: 0.9375rem; } }

.page-header__consultation {
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.5625rem 0.9375rem;
  width: auto; }
  .page-header__consultation_mobile {
    display: none; }
  @media (max-width: 1200px) {
    .page-header__consultation {
      margin-top: 2rem;
      width: 100%;
      max-width: 21.75rem;
      padding: 0.75rem 1.1875rem; }
      .page-header__consultation_desctop {
        display: none; }
      .page-header__consultation_mobile {
        display: block; } }
  @media (max-width: 650px) {
    .page-header__consultation {
      max-width: none; } }

.page-header__wrapper-nav {
  position: relative; }
  @media (max-width: 1200px) {
    .page-header__wrapper-nav {
      height: calc(100% - 4.5rem); }
      .page-header__wrapper-nav_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; } }
  @media (max-width: 650px) {
    .page-header__wrapper-nav {
      height: calc(100% - 3.75rem); } }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__open-search-btn:not(:hover):not(:active) .page-header__search-icon path, .page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__open-search-btn:not(:hover):not(:active) .page-header__search-icon circle {
  stroke: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__enter-lk-link:not(:hover):not(:active) path:not(.svg-head) {
  stroke: var(--color-grey);
  fill: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__enter-lk-link:not(:hover):not(:active) .svg-head {
  stroke: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__enter-lk-link:not(:hover):not(:active) circle {
  stroke: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__menu-tab-link:not(:hover):not(:active) {
  color: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__menu-tab_desctop path {
  fill: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__link-phone:not(:hover):not(:active) {
  color: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .main-nav__link:not(:hover):not(:active) {
  color: var(--color-grey); }
  .page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .main-nav__link:not(:hover):not(:active) .main-nav__arrow-icon_desctop {
    fill: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__search-input {
  color: var(--color-grey);
  caret-color: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__search-input:not(.error) {
  border-color: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__burger-menu:not(:hover):not(:active)::before, .page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__burger-menu:not(:hover):not(:active)::after {
  background-color: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__top-line::before {
  background-color: var(--color-grey); }

.page-header__nav {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (max-width: 650px) {
    .page-header__nav {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.promo {
  height: 100vh;
  background: transparent;
  position: relative; }
  .promo.mobile {
    display: none; }
  @media (max-width: 1200px) {
    .promo {
      min-height: auto;
      height: auto;
      background-color: var(--color-beige);
      padding-top: 6.8125rem;
      padding-bottom: 4.375rem;
      height: auto; }
      .promo.mobile {
        display: block; } }
  @media (max-width: 650px) {
    .promo {
      padding-bottom: 3.1875rem; } }

.promo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  height: 100%; }

.promo__title {
  color: var(--color-orange);
  margin-bottom: 1.3125rem;
  text-align: center;
  font-size: 7.875rem;
  line-height: 7.875rem; }
  @media (max-width: 1200px) {
    .promo__title {
      font-size: 5.3125rem;
      line-height: 5.3125rem;
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .promo__title {
      font-size: 2.5rem;
      line-height: 2.5rem; } }

.promo__text {
  text-align: center;
  margin-bottom: 1.3125rem; }
  @media (max-width: 1200px) {
    .promo__text {
      margin-bottom: 1.5rem; } }

.promo__br-text_mobile {
  display: none; }
  @media (max-width: 650px) {
    .promo__br-text_mobile {
      display: block; } }

.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; } }
  .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-of-type {
    margin-bottom: 1rem; }
  .figure__text:last-child {
    margin-bottom: 0; }
  .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); }

.figure__btn {
  margin-top: 2.5rem; }
  .figure__btn:hover .figure__btn-arrow {
    -webkit-transform: rotate(180deg) translateX(-3px);
        -ms-transform: rotate(180deg) translateX(-3px);
            transform: rotate(180deg) translateX(-3px); }
  @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%; } }

@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__title-h3 {
  margin-bottom: 1.5rem; }
  @media (max-width: 650px) {
    .figure__title-h3 {
      margin-bottom: 1rem; } }

.figure__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-bottom: 1.5rem; }
  .figure__list:last-child {
    margin-bottom: 0; }
  .figure__list_second {
    gap: 1.25rem; }
    @media (max-width: 650px) {
      .figure__list_second {
        gap: 1rem; } }
  @media (max-width: 1200px) {
    .figure__list {
      gap: 0.625rem; } }
  .figure__list_type-number {
    counter-reset: figure-counter;
    gap: 1.5rem; }
    @media (max-width: 1200px) {
      .figure__list_type-number {
        gap: 1rem; } }

.figure__list-item {
  padding-left: 1.875rem;
  position: relative; }
  .figure__list-item::before {
    content: '';
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--color-orange);
    top: 0.625rem;
    left: 0.5rem; }
  @media (max-width: 1200px) {
    .figure__list-item {
      padding-left: 1.5rem; }
      .figure__list-item::before {
        width: 0.25rem;
        height: 0.25rem;
        top: 0.4375rem;
        left: 0.4375rem; } }
  .figure__list-item_type-number {
    padding-left: 2.625rem; }
    .figure__list-item_type-number::before {
      counter-increment: figure-counter;
      content: "0" counter(figure-counter);
      width: auto;
      height: auto;
      top: 0;
      left: 0;
      background-color: transparent;
      color: var(--color-orange); }
    .figure__list-item_type-number:nth-child(n+10)::before {
      content: counter(figure-counter); }
    @media (max-width: 1200px) {
      .figure__list-item_type-number {
        padding-left: 1.8125rem; } }
    @media (max-width: 650px) {
      .figure__list-item_type-number {
        padding-left: 1.5625rem; } }

.figure__btn-arrow {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: var(--color-white);
  margin-right: 0.375rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline;
  vertical-align: middle; }

.figure__number-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.25rem; }
  @media (max-width: 1200px) {
    .figure__number-block {
      gap: 1.5625rem; } }
  @media (max-width: 650px) {
    .figure__number-block {
      gap: 1rem; } }

.figure__number {
  font-size: 15.375rem;
  line-height: 10.9375rem;
  letter-spacing: -0.6875rem; }
  @media (max-width: 1200px) {
    .figure__number {
      line-height: 11.5625rem;
      letter-spacing: initial; } }
  @media (max-width: 650px) {
    .figure__number {
      font-size: 7.5rem;
      line-height: 5.875rem; } }

.figure__number-prev-text {
  max-width: 9.75rem;
  color: var(--color-orange);
  margin-top: 0.1875rem; }
  @media (max-width: 1200px) {
    .figure__number-prev-text {
      margin-top: 0.125rem; } }

.figure__title-h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.375rem;
  line-height: 1.75rem; }
  @media (max-width: 1200px) {
    .figure__title-h4 {
      font-size: 1.25rem;
      line-height: 1.625rem;
      margin-top: 1.5rem; } }
  .figure__title-h4:first-child {
    margin-top: 0; }
  .figure__title-h4:last-child {
    margin-bottom: 0; }

.figure__title-prev-tabs {
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .figure__title-prev-tabs {
      display: none; } }

.figure__video {
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.video__prev {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }

.video__prev,
.video__video-frame {
  width: 100%;
  height: 100%; }

.video__prev-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.video__video-frame iframe {
  width: 100%;
  height: 100%; }

.video__btn {
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: var(--color-orange);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .video__btn:hover {
    background-color: var(--color-light-orange); }
  .video__btn:active {
    background-color: var(--color-dark-orange); }
  .video__btn::before {
    content: '';
    width: 2.5rem;
    height: 2.5rem;
    background: url("../images/play.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-left: 0.1875rem; }
    @media (max-width: 1024px) {
      .video__btn::before {
        width: 2rem;
        height: 2rem; } }
  @media (max-width: 1024px) {
    .video__btn {
      width: 4rem;
      height: 4rem; } }
  @media (max-width: 650px) {
    .video__btn {
      width: 2.5rem;
      height: 2.5rem; }
      .video__btn::before {
        width: 1rem;
        height: 1.125rem;
        margin-left: 1px; } }

.video__wrapper {
  position: relative; }

.preloader {
  position: absolute;
  width: 100vw;
  height: calc(100% + 6.25rem);
  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: -6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3; }
  .preloader_dark {
    background-color: var(--color-greyscale-black); }
  @media (max-width: 1200px) {
    .preloader {
      height: calc(100% + 2.5rem);
      top: -5rem; } }
  @media (max-width: 650px) {
    .preloader {
      height: calc(100% + 5rem);
      top: -2.5rem; } }

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

.progress__video-item {
  margin: 0 auto;
  width: 100%;
  max-width: 57.5rem;
  height: 28.125rem; }
  @media (max-width: 1200px) {
    .progress__video-item {
      height: 25rem; } }
  @media (max-width: 650px) {
    .progress__video-item {
      height: 15rem; } }

.header-promo {
  position: relative;
  padding-top: 12.0625rem;
  padding-bottom: 6.875rem;
  z-index: 1; }
  @media (max-width: 1200px) {
    .header-promo {
      padding-top: 132px;
      padding-bottom: 80px; } }
  @media (max-width: 650px) {
    .header-promo {
      padding-top: 120px;
      padding-bottom: 40px; } }

.header-promo__title {
  font-size: 3.5625rem;
  line-height: 3.5625rem;
  margin: 0;
  margin-bottom: 2rem;
  color: var(--color-white);
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  position: relative; }
  .header-promo__title span {
    width: 100%;
    display: inline-block;
    font-family: var(--font-secondary-2); }
    @media (max-width: 1200px) {
      .header-promo__title span {
        font-size: 40px;
        line-height: 44px; } }
    @media (max-width: 650px) {
      .header-promo__title span {
        font-size: 22px;
        line-height: 26px;
        -webkit-font-feature-settings: 'liga' off, 'clig' off;
                font-feature-settings: 'liga' off, 'clig' off; } }
  @media (max-width: 1200px) {
    .header-promo__title {
      font-size: 2.625rem;
      line-height: 2.625rem;
      margin-bottom: 24px; } }
  @media (max-width: 650px) {
    .header-promo__title {
      font-size: 24px;
      line-height: 25px;
      -webkit-font-feature-settings: 'liga' off, 'clig' off;
              font-feature-settings: 'liga' off, 'clig' off; } }

.header-promo__text {
  text-align: center;
  color: var(--color-white);
  width: 100%;
  margin-bottom: 2rem;
  position: relative; }
  @media (max-width: 1200px) {
    .header-promo__text {
      margin-bottom: 24px; } }
  @media (max-width: 650px) {
    .header-promo__text {
      margin-bottom: 23px; } }

.header-promo__wrapper {
  max-width: 53rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header-promo__btn {
  margin-top: 2rem;
  width: 100%;
  max-width: 20.625rem; }
  @media (max-width: 1200px) {
    .header-promo__btn {
      margin-top: 1.5rem; } }

.header-promo__promo-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem; }
  @media (max-width: 1200px) {
    .header-promo__promo-text {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 9px; } }

.page-header__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.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: 1.9375rem;
  border-bottom: 1px solid var(--color-grey-20);
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .schedule__date {
      padding-bottom: 1rem;
      margin-bottom: 2rem; } }
  @media (max-width: 650px) {
    .schedule__date {
      margin-bottom: 1.5rem; } }

.schedule__col {
  width: 100%;
  margin-bottom: 3.75rem; }
  @media (max-width: 1200px) {
    .schedule__col {
      margin-bottom: 2.5rem; } }
  .schedule__col:last-child {
    margin-bottom: 0; }

.schedule__address {
  position: relative;
  color: var(--color-grey-90);
  padding-left: 2.25rem;
  margin-bottom: 2.5rem; }
  .schedule__address::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    background: url("../images/marker-icon.svg") no-repeat;
    background-size: 100%;
    width: 1.5rem;
    height: 1.5rem; }
    @media (max-width: 1200px) {
      .schedule__address::before {
        top: -3px; } }
  @media (max-width: 1200px) {
    .schedule__address {
      margin-bottom: 2rem; } }

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

.schedule__text span {
  display: block;
  color: var(--color-grey-90);
  font-size: 1.125rem;
  line-height: 1.625rem;
  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; }

.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; } }
  @media (max-width: 650px) {
    .schedule__two-col-wrapper {
      gap: 2rem; } }

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

.schedule__item_btn {
  margin-top: 2.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr; }
  @media (max-width: 1200px) {
    .schedule__item_btn {
      margin-top: 3.5rem; } }
  @media (max-width: 650px) {
    .schedule__item_btn {
      margin-top: 2rem; } }

.form-registration {
  max-width: 57.375rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 6.25rem;
  position: relative; }
  @media (max-width: 1200px) {
    .form-registration {
      margin-bottom: 5rem; } }
  @media (max-width: 650px) {
    .form-registration {
      margin-bottom: 2.5rem; } }

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

.form-registration__wrapper form {
  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;
  gap: 1.5rem; }

.form-registration__item-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
  width: 100%; }
  @media (max-width: 650px) {
    .form-registration__item-group {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 1.5rem; } }

.form-registration__personal-data,
.form-registration__submit-item {
  margin-top: 2.5rem; }
  @media (max-width: 1200px) {
    .form-registration__personal-data,
    .form-registration__submit-item {
      margin-top: 1rem; } }
  @media (max-width: 650px) {
    .form-registration__personal-data,
    .form-registration__submit-item {
      margin-top: 0.5rem; } }

.form-registration__submit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

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

.form-registration__item-car {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: -1rem; }
  @media (max-width: 650px) {
    .form-registration__item-car {
      margin-top: 0; } }

.form-registration__item-textarea {
  width: 100%; }

.form-registration__prev-title {
  max-width: 24rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 4rem; }
  @media (max-width: 1200px) {
    .form-registration__prev-title {
      max-width: none;
      margin-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .form-registration__prev-title {
      margin-bottom: 2rem; } }

.form-success {
  max-width: 57.375rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4.125rem;
  position: relative; }
  @media (max-width: 1200px) {
    .form-success {
      margin-bottom: 5rem; } }
  @media (max-width: 650px) {
    .form-success {
      margin-bottom: 2.5rem; } }

.form-success__title {
  text-align: center;
  margin-bottom: 4rem; }
  @media (max-width: 1200px) {
    .form-success__title {
      margin-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .form-success__title {
      margin-bottom: 2rem; } }

.form-success__text {
  text-align: center;
  margin-bottom: 1.6875rem; }
  .form-success__text .link {
    white-space: nowrap; }
  @media (max-width: 1200px) {
    .form-success__text {
      margin-bottom: 1.5625rem; } }
  .form-success__text:last-child {
    margin-bottom: 0; }

.first-screen {
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 1200px) {
    .first-screen {
      display: none; } }

.first-screen__wrapper-inner {
  padding-top: 8.3125rem;
  padding-bottom: 2.5rem;
  height: 100vh; }
  @media (max-width: 1200px) {
    .first-screen__wrapper-inner {
      padding-top: 6.8125rem;
      min-height: 34.375rem; } }
  @media (max-width: 650px) {
    .first-screen__wrapper-inner {
      padding-top: 6.625rem;
      min-height: 27.125rem; } }

.first-screen__title {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--color-orange);
  text-transform: uppercase;
  font-size: 6rem;
  line-height: 6rem; }
  .first-screen__title span {
    margin-left: 18.375rem; }
    @media (max-width: 1200px) {
      .first-screen__title span {
        margin-left: 11.25rem; } }
    @media (max-width: 650px) {
      .first-screen__title span {
        margin-left: 4.375rem; } }
  @media (max-width: 1200px) {
    .first-screen__title {
      font-size: 3.75rem;
      line-height: 3.75rem; } }
  @media (max-width: 650px) {
    .first-screen__title {
      font-size: 1.875rem;
      line-height: 1.875rem; } }

.first-screen__wrapper-outer {
  height: 400vh; }

.first-screen__img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none; }

.first-screen__img_1,
.first-screen__img_2 {
  position: absolute;
  top: 12.625rem;
  left: auto;
  right: auto;
  width: 75.5rem;
  max-width: none;
  height: auto;
  will-change: transform, width; }
  @media (max-width: 1200px) {
    .first-screen__img_1,
    .first-screen__img_2 {
      top: 10.375rem;
      width: 35.9375rem; } }
  @media (max-width: 650px) {
    .first-screen__img_1,
    .first-screen__img_2 {
      width: 17.5rem;
      top: 8.5625rem; } }

.first-screen__img_2 {
  will-change: transform, width, opacity;
  opacity: 0; }

.first-screen__sticky-wrapper {
  position: sticky;
  top: 0;
  overflow: hidden;
  background: url("../images/first-screen-bg.webp") no-repeat;
  background-size: 100% calc(100% - 90vh); }

.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;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.main-nav__logo img {
  width: 10.75rem;
  height: auto; }

@media (max-width: 1200px) {
  .main-nav__logo {
    margin-right: auto;
    position: relative;
    z-index: 1; }
    .main-nav__logo img {
      width: 8.0625rem; } }

@media (max-width: 650px) {
  .main-nav__logo img {
    width: 6.6875rem; } }

.main-nav__btn-consultation {
  font-size: 1rem;
  line-height: 1.375rem;
  width: auto;
  max-width: none;
  padding: 0.4375rem 0.875rem; }
  @media (max-width: 1200px) {
    .main-nav__btn-consultation {
      padding: 0.4375rem 0.875rem; }
      .main-nav__btn-consultation span {
        display: none; } }

.footer {
  background-color: var(--color-greyscale-black);
  padding-top: 6.25rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative; }
  .footer::before {
    content: "";
    position: absolute;
    width: 73.375rem;
    height: 56.3125rem;
    background-image: url("/images/ib_day/footer-decor.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -1.6875rem;
    margin-left: -10.875rem;
    pointer-events: none; }
    @media (max-width: 1200px) {
      .footer::before {
        background-image: url("/images/ib_day/footer-decor_laptop.svg");
        width: 42.625rem;
        height: 32.6875rem;
        top: -2rem;
        margin-left: -5.375rem; } }
    @media (max-width: 650px) {
      .footer::before {
        background-image: url("/images/ib_day/footer-decor_mobile.svg");
        width: 20.875rem;
        height: 16rem;
        top: -1.0625rem;
        margin-left: -0.6875rem; } }
  @media (max-width: 1200px) {
    .footer {
      padding-top: 5rem;
      padding-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .footer {
      padding-top: 2.5rem;
      padding-bottom: 2rem; } }

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

.footer__text {
  margin-bottom: 0.5rem;
  text-align: center; }
  .footer__text:last-child {
    margin-bottom: 0; }

.footer__address {
  margin-right: auto; }
  @media (max-width: 1200px) {
    .footer__address {
      width: auto;
      margin-right: 0; } }

.footer__link:hover {
  color: var(--color-light-orange); }

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

.footer__link-phone {
  margin-right: 2rem; }
  @media (max-width: 1200px) {
    .footer__link-phone {
      margin-right: 0; } }

.footer__link-contacts {
  margin-right: 3.0625rem; }
  @media (max-width: 1200px) {
    .footer__link-contacts {
      margin-right: 0; } }

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem; }
  @media (max-width: 1200px) {
    .footer__social {
      gap: 1.25rem; } }
  @media (max-width: 650px) {
    .footer__social {
      gap: 0.625rem; } }

.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: 2.5rem;
        height: 2.5rem; } }
    @media (max-width: 650px) {
      .footer__social-link svg {
        width: 2.9375rem;
        height: 2.9375rem; } }
  .footer__social-link rect, .footer__social-link path {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .footer__social-link:hover rect {
    stroke: var(--color-light-orange); }
  .footer__social-link:hover path {
    fill: var(--color-light-orange); }
  .footer__social-link:active rect {
    stroke: var(--color-dark-orange); }
  .footer__social-link:active path {
    fill: var(--color-dark-orange); }

.footer__bottom {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-grey-80);
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.375rem; }
  @media (max-width: 800px) {
    .footer__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 1200px) {
    .footer__bottom {
      padding-bottom: 1.4375rem;
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .footer__bottom {
      padding-bottom: 2.5rem;
      margin-bottom: 2.5rem; } }

.footer__text-copy {
  margin-bottom: 1.0625rem; }
  .footer__text-copy a {
    color: var(--color-orange); }
    .footer__text-copy a:hover {
      color: var(--color-light-orange); }
    .footer__text-copy a:active {
      color: var(--color-dark-orange); }
  .footer__text-copy:last-child {
    margin-bottom: 0; }
  @media (max-width: 1200px) {
    .footer__text-copy {
      margin-bottom: 1.5rem; } }

@media (max-width: 1200px) {
  .footer__submenu-link_mail {
    white-space: nowrap; } }

@media (max-width: 1200px) {
  .footer__submenu-link_tel {
    white-space: nowrap; } }

.footer__text-address {
  text-align: center; }
  @media (max-width: 1200px) {
    .footer__text-address {
      max-width: 18.5625rem; } }
  @media (max-width: 650px) {
    .footer__text-address {
      margin-bottom: 2rem; } }

.footer__logo img {
  width: 10.75rem;
  height: auto; }
  @media (max-width: 1200px) {
    .footer__logo img {
      width: 9.375rem; } }
  @media (max-width: 650px) {
    .footer__logo img {
      width: 10.75rem; } }

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

.footer__add-to-calendar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.75rem; }
  .footer__add-to-calendar svg {
    width: 1rem;
    height: 1rem;
    fill: var(--color-orange);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-left: 0.5rem; }
  .footer__add-to-calendar:hover svg {
    fill: var(--color-dark-orange); }
  .footer__add-to-calendar:active svg {
    fill: var(--color-light-orange); }

.footer__copyright-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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem; }

.footer__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .footer__link-list {
      -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;
      gap: 0.5rem; } }

.footer__copyright-text {
  text-align: center; }
  .footer__copyright-text .link {
    white-space: nowrap; }

.footer__personal-date {
  max-width: 37.5rem;
  margin-top: 1.5rem;
  font-size: 14px;
  line-height: 16px; }
  .footer__personal-date a {
    color: var(--color-orange); }
    .footer__personal-date a:hover {
      color: var(--color-dark-orange); }
    .footer__personal-date a:active {
      color: var(--color-light-orange); }

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

.page-header-ib-day {
  background-image: url("/images/ib_day/page-header-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1200px) {
    .page-header-ib-day {
      background-image: url("/images/ib_day/page-header-bg_laptop.webp"); } }
  @media (max-width: 650px) {
    .page-header-ib-day {
      background-image: url("/images/ib_day/page-header-bg_mobile.webp"); } }

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

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