

/* Start:/local/templates/empty/css/style.css?1761560487132568*/
@charset "UTF-8";
/* stylelint-disable no-invalid-position-at-import-rule */
:root {
  --base-size: 1vw;
  --tr: 0.3s;
  --tr-regular: all var(--tr) ease;
  --p-container: 1.5rem;
  --transition-time: 0.25s;
  --w-container: 116rem;
  --z-above-header: 103;
  --z-burger: 102;
  --z-header: 100;
  --z-main: 99;
  --z-footer: 100;
  --tr-jolly-enter: cubic-bezier(0.5, 0, 0.5, 1);
}
@media (max-width: 991px) {
  :root {
    --p-container: 1rem;
  }
}
@media (max-width: 991px) {
  :root {
    --w-container: 100%;
  }
}

:root {
  --c-white: #ffffff;
  --c-dark: #121212;
  --c-gray: #858585;
  --c-border: rgba(255, 255, 255, 0.4);
  --c-red: #FF3434;
  --c-green: #009644;
  --c-green-hover: #3BF270;
  --c-error: #FF3434;
  --c-success: #009644;
}

/* stylelint-disable scss/operator-no-newline-after */
/*
  Подключает шфрит
  @include font('Inter', normal, 400, '../resources/fonts/Inter/Inter-Regular');
 */
/*
  Создает грид
 */
/*
  Делает маску из svg
 */
/*

  SCSS ONLY MIXINS

 */
/*
  Генерирует цвет по указанной яркости
*/
/*
  Создать цвет rgba из hex
*/
/*
 Кастомизирует скроллбар
*/
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("/local/templates/empty/css/../resources/fonts/Inter/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url("/local/templates/empty/css/../resources/fonts/Inter/Inter-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url("/local/templates/empty/css/../resources/fonts/Inter/Inter-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url("/local/templates/empty/css/../resources/fonts/Inter/Inter-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url("/local/templates/empty/css/../resources/fonts/Inter/Inter-ExtraBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url("/local/templates/empty/css/../resources/fonts/Inter/Inter-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url("/local/templates/empty/css/../resources/fonts/inter-tight/InterTight[wght].woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("/local/templates/empty/css/../resources/fonts/inter-tight/InterTight[wght].woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url("/local/templates/empty/css/../resources/fonts/inter-tight/InterTight[wght].woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url("/local/templates/empty/css/../resources/fonts/inter-tight/InterTight[wght].woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url("/local/templates/empty/css/../resources/fonts/inter-tight/InterTight[wght].woff") format("woff");
  font-display: swap;
}
* {
  scroll-margin-top: 40px;
}
@media (max-width: 991px) {
  * {
    scroll-margin-top: 80px;
  }
}

:root {
  --ff-regular: "Inter", sans-serif;
  --ff-title: "Inter Tight", sans-serif;
  --ff-primary: "Inter", sans-serif;
  --ff-secondary: "Inter Tight", sans-serif;
  --fz-regular: 1.6rem;
  --fz-title: 4.8rem;
  --fz-h1: 4.5rem;
  --fz-h2: 5.4rem;
  --fz-h3: 4.8rem;
}
@media (max-width: 1919px) {
  :root {
    --fz-h1: 4.8rem;
    --fz-h2: 4.8rem;
    --fz-h3: 4.8rem;
  }
}
@media (max-width: 991px) {
  :root {
    --fz-h1: 4.2rem;
    --fz-h2: 4.2rem;
    --fz-h3: 4.2rem;
  }
}
@media (max-width: 575px) {
  :root {
    --fz-h1: 3.2rem;
    --fz-h2: 3.2rem;
    --fz-h3: 3.2rem;
  }
}
/*
    1. Use a more-intuitive box-sizing model.
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

/*
    2. Remove default margin
 */
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
}

/*
    3. Allow percentage-based heights in the application
*/
html,
body {
  width: 100%;
}

body {
  height: 100%;
}

/*
    Typographic tweaks!
    4. Add accessible line-height
    5. Improve text rendering
 */
body {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button:active {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}

button {
  color: inherit;
  cursor: pointer;
  background: inherit;
}

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

a {
  color: inherit;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
  list-style-position: inside;
}

ol li {
  list-style-position: inside;
}

/*
    6. Improve media defaults
 */
img,
svg {
  object-fit: contain;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
*/
/*
  8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/*
  9. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
  padding: 0;
  margin: 0;
}

html {
  overscroll-behavior: none;
  --fz-modifier: 0.520834;
  font-size: calc(var(--fz-modifier) * var(--base-size));
}
@media (max-width: 1365px) {
  html {
    --fz-modifier: 0.57;
  }
}
@media (max-width: 1099px) {
  html {
    --fz-modifier: 0.6;
  }
}
@media (max-width: 991px) {
  html {
    --fz-modifier: 1.15;
  }
}
@media (max-width: 575px) {
  html {
    --fz-modifier: 2.666666;
  }
}
@media (max-width: 359px) {
  html {
    --fz-modifier: 2.777777;
  }
}
@media (max-width: 359px) {
  html {
    --fz-modifier: 3.125;
  }
}

* {
  scroll-margin-top: 80px;
}

body {
  color: white;
  font-family: var(--ff-regular);
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.52105263;
  background: #121212;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-thumb {
  background: #444;
}
body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
@media (max-width: 575px) {
  body {
    font-size: 1.4rem;
    line-height: 1.35;
  }
}

body._lock {
  overflow: hidden;
  touch-action: none;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

.wrapper > .content {
  position: relative;
  z-index: 1;
  flex: 1 0 auto;
}

.container {
  max-width: 172rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1099px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.container-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 148rem;
}

.root {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  overflow: clip;
  flex-direction: column;
}
.main {
  z-index: 10;
  flex-grow: 1;
  position: relative;
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  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");
}
:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  flex-shrink: 0;
  order: 9999;
  content: "";
}

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

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

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

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

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

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

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

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

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

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  overflow: hidden;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75 ;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65 ;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

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

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0 ;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1 ;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px ;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1 ;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1 ;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px ;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes minipulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.img-fluid {
  height: auto;
  display: block;
  max-width: 100%;
}

.img-cover {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.img-contain {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}

.ico-svg {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hide {
  opacity: 0 !important;
  display: none !important;
  visibility: hidden !important;
}

.color-blue {
  color: var(--c-primary);
}

.color-red {
  color: #FD0300 !important;
}

.color-white {
  color: white !important;
}

.color-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.color-white-60 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.color-white-40 {
  color: rgba(255, 255, 255, 0.4) !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

@media (max-width: 991px) {
  .text-md-center {
    text-align: center !important;
  }
}

@media (max-width: 575px) {
  .text-sm-center {
    text-align: center !important;
  }
}

.fw-700 {
  font-weight: 700 !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.ws-100 {
  word-spacing: 100vw;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100% !important;
}

@media (max-width: 575px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .w-sm-30 {
    width: 30rem !important;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-8 {
  margin-bottom: 0.8rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-12 {
  margin-bottom: 1.2rem !important;
}

.mb-15 {
  margin-bottom: 2.4rem !important;
}

.mb-16 {
  margin-bottom: 1.6rem !important;
}

.mb-2 {
  margin-bottom: 3.2rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-24 {
  margin-bottom: 2.4rem !important;
}

.mb-32 {
  margin-bottom: 3.2rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

@media (max-width: 991px) {
  .mb-md-16 {
    margin-bottom: 1.6rem !important;
  }
}

@media (max-width: 991px) {
  .mb-md-24 {
    margin-bottom: 2.4rem !important;
  }
}

@media (max-width: 575px) {
  .mb-sm-24 {
    margin-bottom: 2.4rem !important;
  }
}

@media (max-width: 575px) {
  .mb-sm-16 {
    margin-bottom: 1.6rem !important;
  }
}

.position-relative {
  position: relative;
}

.color-green {
  color: var(--c-green) !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-24 {
  padding-top: 2.4rem !important;
}

.fs-12 {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.color-blue {
  color: var(--c-blue-text) !important;
}

.color-black {
  color: black !important;
}

.color-gray {
  color: #797979 !important;
}

@media (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
}

.visible-sm {
  display: none;
}
@media (max-width: 575px) {
  .visible-sm {
    display: block !important;
  }
}

.text-gradient {
  background: #35D467;
  background: linear-gradient(to right, #35D467 0%, #1d7a3c 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-grow-1 {
  flex-grow: 1;
}

.row-gap-1 {
  row-gap: 1.6rem;
}

.row-gap-10 {
  row-gap: 1rem !important;
}

.row-gap-20 {
  row-gap: 2rem;
}

.column-gap-4 {
  column-gap: 0.4rem !important;
}

.column-gap-8 {
  column-gap: 0.8rem !important;
}

.column-gap-10 {
  column-gap: 1rem;
}

.column-gap-14 {
  column-gap: 1.4rem !important;
}

.column-gap-16 {
  column-gap: 1.6rem;
}

.z-index-1 {
  z-index: 1;
}

.z-index-5 {
  z-index: 5;
}

.z-index-10 {
  z-index: 10;
}

.z-index-25 {
  z-index: 15;
}

.z-index-20 {
  z-index: 20;
}

.z-index-50 {
  z-index: 50;
}

.z-index-100 {
  z-index: 100;
}

.d-grid {
  display: grid;
}

.grid-columns-2 {
  grid-template-columns: 1fr 1fr;
}

.grid-columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 991px) {
  .grid-columns-md-1 {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1365px) {
  .grid-columns-xlg-1 {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 991px) {
  .grid-columns-md-2 {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 575px) {
  .grid-columns-sm-1 {
    grid-template-columns: 1fr !important;
  }
}

.grid-gap-16 {
  grid-gap: 1.6rem;
}

.grid-gap-24 {
  grid-gap: 2.4rem;
}

@media (max-width: 991px) {
  .grid-gap-md-16 {
    margin-bottom: 1.6rem !important;
  }
}

@media (max-width: 575px) {
  .grid-gap-sm-16 {
    margin-bottom: 1.6rem !important;
  }
}

.mh-48 {
  min-height: 4.8rem;
}

@media (max-width: 991px) {
  .d-md-block {
    display: block;
  }
}

.breadcrumb {
  padding: 0;
  margin: 0;
  color: #797979;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-family: var(--ff-secondary);
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  align-items: center;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.breadcrumb__item:not(:last-child):after {
  content: "";
  background-color: #C7C9C7;
  display: block;
  width: 0.15rem;
  height: 1.8rem;
  flex-shrink: 0;
}
.breadcrumb__link {
  color: #C7C9C7;
  text-decoration: none;
  transition: 0.25s;
}
.breadcrumb__link:hover {
  color: var(--c-dark);
  text-decoration: none;
  transition: 0.25s;
}
.breadcrumb__active {
  text-transform: uppercase;
  border-bottom: 1px solid #797979;
}

.main-breadcrumb {
  margin-bottom: 4.5rem;
}
@media (max-width: 991px) {
  .main-breadcrumb {
    margin-bottom: 3rem;
  }
}
.pagination {
  color: var(--c-blue);
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 0;
  list-style: none;
  margin: 5.2rem 0 0 0;
  display: flex;
  column-gap: 3.2rem;
  align-items: center;
  justify-content: center;
}
.pagination__item.active {
  color: black;
}
.pagination__link {
  color: var(--c-blue);
  text-decoration: none;
  transition: var(--transition-time);
}
.pagination__link:hover {
  color: var(--c-red);
  text-decoration: none;
  transition: var(--transition-time);
}
.pagination__active {
  color: black;
}
@media (max-width: 1219px) {
  .pagination {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .pagination {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 575px) {
  .pagination {
    column-gap: 2rem;
  }
}

.tabs-nav {
  margin-bottom: 3rem;
  display: flex;
  row-gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.tabs-nav__item {
  display: flex;
  align-items: center;
}
.tabs-nav__item:not(:last-child):after {
  content: "";
  height: 1.8rem;
  width: 0.2rem;
  margin: 0 2.2rem;
  flex-shrink: 0;
  display: block;
  border-radius: 0.2rem;
  background-color: #959595;
}
.tabs-nav__button {
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  color: #959595;
  display: block;
  font-size: 1.8rem;
  line-height: 3rem;
  white-space: nowrap;
  background-color: transparent;
  text-transform: uppercase;
  transition: var(--transition-time);
}
.tabs-nav__button:hover {
  color: var(--c-red);
  transition: var(--transition-time);
}
.tabs-nav__button.active {
  font-weight: 700;
  color: var(--c-red);
}
@media (max-width: 1365px) {
  .tabs-nav__button {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 991px) {
  .tabs-nav__button {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 575px) {
  .tabs-nav {
    row-gap: 1rem;
    flex-direction: column;
  }
  .tabs-nav__item:not(:last-child):after {
    display: none;
  }
}

[data-tabs-target] {
  display: none;
}
[data-tabs-target].active {
  display: block;
}

.field {
  min-height: 6.2rem;
  border-radius: 1rem;
  padding: 1.8rem;
  border: 0.2rem solid #797979;
  display: flex;
  row-gap: 0.4rem;
  column-gap: 1rem;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 575px) {
  .field {
    padding: 0;
    border: none;
    border-radius: 0;
    align-items: baseline;
    flex-direction: column-reverse;
  }
}

.field-textarea {
  align-items: baseline;
  flex-direction: column-reverse;
}
.field-textarea .field-input {
  width: 100%;
}
.field-textarea .field-label {
  padding: 0;
}
.field-textarea textarea {
  resize: none;
}

.field-label {
  display: block;
  color: #726767;
  font-weight: 400;
  font-style: normal;
  font-size: 1.9rem;
  line-height: 2rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.field-input {
  width: auto;
  flex-grow: 1;
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  color: #726767;
  box-shadow: none;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2rem;
  background-color: white;
  border: none;
  border-radius: 1rem;
  vertical-align: middle;
}
.field-input::placeholder {
  color: #C1C1C1;
}
.field-input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.field-input:focus, .field-input:active {
  outline: none;
}
.field-input:focus::placeholder, .field-input:active::placeholder {
  color: transparent;
}
.field-input.error {
  color: var(--c-error) !important;
}
@media (max-width: 575px) {
  .field-input {
    width: 100%;
    padding: 1.6rem 1.8rem;
    border: 0.2rem solid #797979;
  }
}

.form-control {
  margin: 0;
  width: 100%;
  outline: none;
  color: #183859;
  box-shadow: none;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 1.8rem 1rem;
  background-color: white;
  text-transform: uppercase;
  border: 0.15rem solid #183859;
  border-radius: 1rem;
  display: block;
  vertical-align: middle;
}
.form-control::placeholder {
  color: #797979;
}
.form-control::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.form-control:focus, .form-control:active {
  outline: none;
}
.form-control:focus::placeholder, .form-control:active::placeholder {
  color: transparent;
}
.form-control.error {
  color: var(--c-error) !important;
  border-color: var(--c-error) !important;
}
@media (max-width: 1365px) {
  .form-control {
    font-size: 2.4rem;
    line-height: 2.8rem;
    padding: 2rem 4rem;
  }
}
@media (max-width: 991px) {
  .form-control {
    font-size: 2rem;
    line-height: 2.4rem;
    padding: 1.5rem 2.4rem;
  }
}
@media (max-width: 575px) {
  .form-control {
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 1.2rem 1.8rem;
  }
}

.form-control-white {
  color: white;
  background-color: transparent;
  border: 1px solid white;
}
.form-control-white::placeholder {
  color: white;
}
.form-control-white:focus, .form-control-white:active {
  outline: none;
}
.form-control-white:focus::placeholder, .form-control-white:active::placeholder {
  color: transparent;
}

textarea.form-control {
  height: auto;
  resize: vertical;
}

.input-notice {
  font-size: 1.8rem;
  line-height: 2rem;
  padding-left: 1rem;
  margin-top: 0.2rem;
  display: none;
}

.input.invalid .field,
.input.invalid .form-control {
  border-color: var(--c-red) !important;
}
.input.invalid .input-notice {
  display: block;
}

.file-field {
  color: var(--c-blue);
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  column-gap: 0.4rem;
  align-items: center;
  transition: var(--transition-time);
}
.file-field:hover {
  color: var(--c-red);
  text-decoration: none;
  transition: var(--transition-time);
}
.file-field:hover .file-field__label {
  border-bottom-color: var(--c-red);
  transition: var(--transition-time);
}
.file-field__input {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.file-field__icon {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  flex-shrink: 0;
  margin-left: -1.2rem;
  transform: rotate(-45deg);
}
.file-field__placeholder {
  top: 0;
  max-width: 20rem;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  border-bottom: 1px solid var(--c-blue);
  transition: var(--transition-time);
}
@media (max-width: 575px) {
  .file-field {
    color: #797979;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .file-field__placeholder {
    border-bottom-color: #797979;
  }
}

.file-field-white {
  color: white;
}
.file-field-white .file-field__placeholder {
  border-bottom-color: white;
}
.file-field-white:hover {
  color: white;
  text-decoration: none;
}
.file-field-white:hover .file-field__placeholder {
  border-bottom-color: white;
}

.checkbox {
  color: #B6B6BB;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  position: relative;
  cursor: pointer;
  font-family: var(--ff-secondary);
  display: flex;
  column-gap: 0.8rem;
  align-items: flex-start;
}
.checkbox__input {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}
.checkbox__input:checked + .checkbox__item {
  background-color: var(--c-green);
}
.checkbox__input:checked + .checkbox__item:before {
  opacity: 1;
  visibility: visible;
}
.checkbox__input:checked + .checkbox__item:after {
  border-color: var(--c-green);
  background-color: var(--c-green);
}
.checkbox__input:disabled + .checkbox__label {
  opacity: 0.6;
  cursor: default;
}
.checkbox__item {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0.8rem;
  border: 0.2rem solid var(--c-green);
  flex-shrink: 0;
}
.checkbox__item:before {
  z-index: 10;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  position: relative;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTYnIGhlaWdodD0nMTYnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTEyLjUzOTcgNC43OTY1MkMxMi43MDg2IDQuOTY5NDYgMTIuNzA4NiA1LjI0OTg1IDEyLjUzOTcgNS40MjI3OUw2Ljg5NDE0IDExLjIwMzhDNi43MjUyNSAxMS4zNzY3IDYuNDUxNDMgMTEuMzc2NyA2LjI4MjU0IDExLjIwMzhMMy40NTk3NCA4LjMxMzI4QzMuMjkwODUgOC4xNDAzNCAzLjI5MDg1IDcuODU5OTUgMy40NTk3NCA3LjY4NzAxQzMuNjI4NjMgNy41MTQwNyAzLjkwMjQ2IDcuNTE0MDcgNC4wNzEzNSA3LjY4NzAxTDYuNTg4MzQgMTAuMjY0NEwxMS45MjgxIDQuNzk2NTJDMTIuMDk3IDQuNjIzNTggMTIuMzcwOCA0LjYyMzU4IDEyLjUzOTcgNC43OTY1MlonIGZpbGw9J3doaXRlJy8+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBjbGlwLXJ1bGU9J2V2ZW5vZGQnIGQ9J00xMi43MzA1IDQuNjEwMkMxMy4wMDA2IDQuODg2NzUgMTMuMDAwNiA1LjMzMjU2IDEyLjczMDUgNS42MDkxMUw3LjA4NDkzIDExLjM5MDFDNi44MTE0MSAxMS42NzAyIDYuMzY1MjcgMTEuNjcwMiA2LjA5MTc2IDExLjM5MDFMMy4yNjg5NiA4LjQ5OTZDMi45OTg4OSA4LjIyMzA1IDIuOTk4ODkgNy43NzcyNCAzLjI2ODk2IDcuNTAwN0MzLjU0MjQ4IDcuMjIwNjIgMy45ODg2MSA3LjIyMDYyIDQuMjYyMTMgNy41MDA3TDYuNTg4MzQgOS44ODI2OUwxMS43MzczIDQuNjEwMkMxMi4wMTA5IDQuMzMwMTMgMTIuNDU3IDQuMzMwMTMgMTIuNzMwNSA0LjYxMDJaTTYuNTg4MzQgMTAuMjY0NEw0LjA3MTM1IDcuNjg3MDFDMy45MDI0NiA3LjUxNDA3IDMuNjI4NjMgNy41MTQwNyAzLjQ1OTc0IDcuNjg3MDFDMy4yOTA4NSA3Ljg1OTk1IDMuMjkwODUgOC4xNDAzNCAzLjQ1OTc0IDguMzEzMjhMNi4yODI1NCAxMS4yMDM4QzYuNDUxNDMgMTEuMzc2NyA2LjcyNTI1IDExLjM3NjcgNi44OTQxNCAxMS4yMDM4TDEyLjUzOTcgNS40MjI3OUMxMi43MDg2IDUuMjQ5ODUgMTIuNzA4NiA0Ljk2OTQ2IDEyLjUzOTcgNC43OTY1MkMxMi4zNzA4IDQuNjIzNTggMTIuMDk3IDQuNjIzNTggMTEuOTI4MSA0Ljc5NjUyTDYuNTg4MzQgMTAuMjY0NFonIGZpbGw9J3doaXRlJy8+PC9zdmc+");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}
.checkbox__label {
  display: block;
  padding-top: 0.1rem;
}
.checkbox__label a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: var(--transition-time);
}
.checkbox__label a:hover {
  color: rgb(255, 255, 255);
  transition: var(--transition-time);
  text-decoration: none;
}
.checkbox__text {
  display: block;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
@media (max-width: 1365px) {
  .checkbox {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .checkbox__item {
    width: 2.8rem;
    height: 2.8rem;
  }
  .checkbox__item:before {
    width: 2rem;
    height: 2rem;
  }
  .checkbox__label {
    padding-top: 0.4rem;
  }
}
@media (max-width: 991px) {
  .checkbox {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .checkbox__item {
    width: 2.4rem;
    height: 2.4rem;
  }
  .checkbox__item:before {
    width: 1.6rem;
    height: 1.6rem;
  }
  .checkbox__label {
    padding-top: 0.2rem;
  }
}
@media (max-width: 991px) {
  .checkbox {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .checkbox__label {
    padding-top: 0.2rem;
  }
}

.form {
  border-radius: 1.2rem;
  background-color: white;
  padding: 3.6rem 2.6rem 3.2rem 2.6rem;
}
.form__header {
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  row-gap: 1rem;
  flex-direction: column;
}
.form__header--sm {
  display: none;
}
.form__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.3rem;
  font-family: var(--ff-secondary);
}
.form__subtitle {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
  color: rgba(47, 47, 47, 0.5);
  font-family: var(--ff-secondary);
}
@media (max-width: 575px) {
  .form__header--sm {
    display: flex;
  }
}

[data-spoiler-control] {
  cursor: pointer;
}

[data-spoiler-content] {
  display: none;
}

.tag {
  color: #002969;
  text-align: center;
  padding: 0.3rem 2rem;
  border-radius: 4rem;
  font-size: 1.8rem;
  line-height: 1.8rem;
  border: 1px solid #002969;
}
@media (max-width: 1365px) {
  .tag {
    font-size: 2.1rem;
    line-height: 2.1rem;
  }
}
@media (max-width: 1219px) {
  .tag {
    font-size: 2.1rem;
    line-height: 2.1rem;
  }
}
@media (max-width: 991px) {
  .tag {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (max-width: 575px) {
  .tag {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.tag-md {
  font-size: 1.9rem;
  line-height: 2.3rem;
  padding: 0.6rem 2rem;
  border-radius: 0.9rem;
}
@media (max-width: 1219px) {
  .tag-md {
    font-size: 2.2rem;
    line-height: 2.3rem;
  }
}
@media (max-width: 575px) {
  .tag-md {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.select {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.select__control {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  height: 6rem;
  cursor: pointer;
  font-size: 3.2rem;
  line-height: 3.6rem;
  color: #013C98;
  stroke: #013C98;
  width: 100%;
  border-bottom: 0.15rem solid #013C98;
  background-color: transparent;
  display: flex;
  column-gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.select__control--red {
  color: var(--c-red);
  stroke: var(--c-red);
  border-bottom-color: var(--c-red);
}
.select__active {
  max-width: calc(100% - 4rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select__arrow {
  font-size: 0;
  line-height: 0;
  height: 3.4rem;
  display: inline-block;
  flex-shrink: 0;
  transform: rotate(0deg);
  transition: 0.4s;
}
.select__dropdown {
  left: 0;
  top: 100%;
  z-index: 100;
  min-width: 100%;
  font-size: 1.6rem;
  line-height: 2rem;
  position: absolute;
  padding: 0;
  border-radius: 0;
  background-color: white;
  max-height: 30rem;
  overflow-y: auto;
  display: none;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.select__dropdown::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.select__dropdown::-webkit-scrollbar-thumb {
  background: #717985;
  border-radius: 5px;
}
.select__dropdown::-webkit-scrollbar-track {
  background-color: var(--gray-light);
  border: 1px solid var(--gray-light);
}
.select__item {
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 2.2rem;
  height: 6rem;
  text-decoration: none;
  padding: 1rem 1rem 1rem 6.4rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  border-bottom: 0.15rem solid #013C98;
}
.select__item:hover {
  text-decoration: none;
  color: var(--c-blue-text);
  transition: var(--transition-time);
}
.select--red .select__control {
  color: var(--c-red);
  stroke: var(--c-red);
  border-bottom-color: var(--c-red);
}
.select--red .select__item {
  border-bottom-color: var(--c-red);
}
.select.open {
  z-index: 100;
}
.select.open .select__control {
  box-shadow: 0 0 0 4px var(--blue-300);
  transition: var(--transition-time);
}
.select.open .select__control:after {
  transform: rotate(180deg);
}
.select.open .select__arrow {
  transform: rotate(-180deg);
  transition: 0.4s;
}
.select.open .select__dropdown {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .select__control {
    height: 4rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .select__arrow {
    height: 2.4rem;
  }
  .select__item {
    height: 5rem;
    font-size: 1.4rem;
    line-height: 1.7rem;
    padding: 1rem 1rem 1rem 1rem;
  }
}

.card-inner {
  position: relative;
}

.card-bar {
  z-index: 1;
  height: 6.6rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: -2.4rem;
  padding-bottom: 2.4rem;
  border-radius: 1.6rem 1.6rem 0 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzg4JyBoZWlnaHQ9JzY2JyB2aWV3Qm94PScwIDAgMzg4IDY2JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxyZWN0IHdpZHRoPSczODcuMzMzJyBoZWlnaHQ9JzY2JyBmaWxsPSd1cmwoI3BhaW50MF9saW5lYXJfNzNfMzEyNyknLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9J3BhaW50MF9saW5lYXJfNzNfMzEyNycgeDE9Jy04Ljc0MTU5ZS0wNicgeTE9JzE3NycgeDI9Jy0xNC4zNTk0JyB5Mj0nNTMuODgxOCcgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnPjxzdG9wIG9mZnNldD0nMC4xMTIxNjQnIHN0b3AtY29sb3I9JyNGQjUwQ0InLz48c3RvcCBvZmZzZXQ9JzEnIHN0b3AtY29sb3I9JyM2NzFDQzknLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
  justify-content: center;
}
.card-bar__icon {
  font-size: 0;
  line-height: 0;
  height: 1.9rem;
  display: inline-block;
  flex-shrink: 0;
}
@media (max-width: 1365px) {
  .card-bar {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .card-bar__icon {
    height: 2.1rem;
  }
}

.card-bar + .card {
  z-index: 10;
}

.card {
  padding: 1.5rem;
  position: relative;
  border-radius: 1.6rem;
  background-color: #292929;
  border: 1px solid #292929;
  display: flex;
  row-gap: 2rem;
  flex-direction: column;
}
.card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card__rates {
  display: grid;
  grid-column-gap: 1.2rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.card__body {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.card__footer {
  display: flex;
  row-gap: 2rem;
  flex-direction: column;
}
.card-md {
  padding: 2.3rem;
}
@media (max-width: 575px) {
  .card-md {
    padding: 1.5rem;
  }
}

.card-lg {
  padding: 3.1rem;
  border-radius: 2.4rem;
}
@media (max-width: 575px) {
  .card-lg {
    padding: 1.5rem;
  }
}

.card-gray {
  border-color: #3C3C3C;
  background-color: #3C3C3C;
}

.card-color {
  border-color: #8B6597;
  box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.06);
}

.card-hover {
  transition: var(--transition-time);
}
.card-hover:hover {
  background-color: #121212;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.06);
  transition: var(--transition-time);
}
.card-hover:hover .btn-primary {
  fill: black;
  color: black;
  border-color: var(--c-green-hover);
  background-color: var(--c-green-hover);
  box-shadow: 0px 0px 8px 0px rgba(59, 242, 112, 0.1);
  transition: var(--transition-time);
}

.card-tag {
  color: white;
  height: 2.8rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1365px) {
  .card-tag {
    height: 3rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

.card-star {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.5);
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  background-color: transparent;
  transition: var(--transition-time);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-star i {
  height: 1.9rem;
  flex-shrink: 0;
  display: inline-block;
}
.card-star:hover {
  stroke: white;
  transition: var(--transition-time);
}
.card-star.added {
  fill: var(--c-green);
  stroke: var(--c-green);
}

.card-tile {
  padding: 1rem;
  min-height: 4.8rem;
  font-size: 1.6rem;
  line-height: 2rem;
  border-radius: 0.8rem;
  background-color: #3C3C3C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-tile strong {
  font-weight: 600;
}

.card-event {
  display: flex;
  justify-content: space-between;
}
.card-event__item {
  width: 12.4rem;
  flex-shrink: 0;
}
.card-event__image {
  width: 10rem;
  height: 10rem;
  flex-shrink: 0;
  margin: 0 auto;
}
.card-event__title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-top: 0.8rem;
  text-align: center;
}
.card-event__info {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-event__time {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.card-event__date {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1365px) {
  .card-event__info {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.card-warning {
  color: #292929;
  padding: 0.2rem 0.8rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  border-radius: 4rem;
  background-color: #3BF270;
}

.card-informer {
  padding: 0.8rem 1rem;
  min-height: 4.8rem;
  border-radius: 0.8rem;
  background-color: #3C3C3C;
  font-weight: 600;
  font-size: 2rem;
  line-height: 120%;
  display: flex;
  column-gap: 0.6rem;
  align-items: center;
  justify-content: center;
}
.card-informer i {
  font-size: 0;
  line-height: 0;
  height: 2.1rem;
  flex-shrink: 0;
  display: inline-block;
}
@media (max-width: 575px) {
  .card-informer {
    min-height: 4.4rem;
    font-size: 1.4rem;
    line-height: 120%;
  }
}

.card-title {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.7rem;
  font-family: var(--ff-primary);
}
@media (max-width: 991px) {
  .card-title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.card-lead {
  font-size: 2.2rem;
  line-height: 2.7rem;
  font-family: var(--ff-primary);
}
@media (max-width: 991px) {
  .card-lead {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 575px) {
  .card-lead {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.card-value {
  padding: 0.5rem;
  min-width: 12rem;
  height: 6.2rem;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 3.2rem;
  flex-shrink: 0;
  border-radius: 0.8rem;
  background-color: #3C3C3C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-value--gray {
  background-color: #5B5A5A;
}
@media (max-width: 991px) {
  .card-value {
    height: 5.4rem;
    font-size: 2.4rem;
    line-height: 120%;
    min-width: 9.6rem;
  }
}
.card-media-48 {
  width: 4.8rem;
  display: block;
  flex-shrink: 0;
}

.card-line-chart {
  height: 0.6rem;
  overflow: hidden;
  position: relative;
  border-radius: 0.8rem;
  background-color: #6A6767;
}
.card-line-chart__progress {
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  background: var(--c-green);
}
.card-line-chart:not(:first-child) {
  margin-top: 2rem;
}

.gradient-bg {
  background: linear-gradient(348deg, rgb(251, 80, 203) 0%, rgb(103, 28, 201) 100%);
}

.slider-container {
  overflow: hidden;
}
@media (max-width: 575px) {
  .slider-container {
    overflow: visible;
  }
}

.slider-wrapper {
  margin: -1.2rem;
}
.slider-wrapper .swiper-slide {
  padding: 1.2rem;
}

.slider-control {
  top: 50%;
  z-index: 50;
  position: absolute;
}
.slider-control--prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.slider-control--next {
  right: 0;
  transform: translate(50%, -50%);
}

.swiper-slide {
  height: auto;
}

.non-swiper-slide {
  display: none !important;
}

.swiper-pagination {
  margin-top: 1.6rem;
  font-size: 0;
  line-height: 0;
  display: flex;
  column-gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .swiper-pagination {
    margin-top: 0.8rem;
    column-gap: 0.6rem;
  }
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: block;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: var(--transition-time);
}
.swiper-pagination-bullet:hover {
  background-color: rgba(255, 255, 255, 0.6);
  transition: var(--transition-time);
}
@media (max-width: 1099px) {
  .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 575px) {
  .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.swiper-pagination-bullet-active {
  width: 16px;
  height: 6px;
  background-color: white;
}
@media (max-width: 1099px) {
  .swiper-pagination-bullet-active {
    width: 3.2rem;
    height: 1rem;
  }
}
@media (max-width: 575px) {
  .swiper-pagination-bullet-active {
    width: 2rem;
    height: 0.6rem;
  }
}

[data-media] .swiper-pagination {
  margin-top: 1.5rem;
}

.filter {
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter__button {
  height: 4.8rem;
  min-width: 18.2rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  border-radius: 1.2rem;
  padding: 1rem;
  cursor: pointer;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  transition: var(--transition-time);
  display: flex;
  column-gap: 0.4rem;
  align-items: center;
  justify-content: center;
}
.filter__button span {
  display: block;
}
.filter__button strong {
  display: block;
}
.filter__button:hover {
  color: white;
  text-decoration: none;
  transition: var(--transition-time);
}
.filter__button.active {
  color: white;
  text-decoration: none;
  background-color: #333232;
}
.filter .swiper {
  overflow: visible;
}
.filter .swiper-slide {
  width: auto;
  padding: 0.2rem 0;
  background-color: #191C1B;
}
.filter .swiper-slide:first-child {
  border-radius: 1.2rem 0 0 1.2rem;
}
.filter .swiper-slide:last-child {
  border-radius: 0 1.2rem 1.2rem 0;
}
@media (max-width: 1365px) {
  .filter__button {
    height: 5.6rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 1099px) {
  .filter {
    margin-bottom: 4rem;
  }
  .filter__button {
    height: 6.4rem;
    min-width: 22rem;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 991px) {
  .filter__button {
    height: 5rem;
    min-width: 16rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media (max-width: 575px) {
  .filter {
    display: block;
  }
  .filter__button {
    height: 4.8rem;
    min-width: 9.4rem;
    min-width: 16rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

@media (max-width: 575px) {
  [data-filter-prev],
  [data-filter-next] {
    display: none !important;
  }
}

.btn {
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 1rem 2.2rem;
  min-height: 4.8rem;
  text-align: center;
  border-radius: 0.8rem;
  text-decoration: none;
  font-family: var(--ff-primary);
  display: inline-flex;
  align-items: center;
  column-gap: 0.4rem;
  justify-content: center;
  transition: var(--transition-time);
}
.btn i {
  font-size: 0;
  line-height: 0;
  height: 2rem;
  display: inline-block;
  flex-shrink: 0;
}
.btn:hover {
  text-decoration: none;
  transition: var(--transition-time);
}
@media (max-width: 1365px) {
  .btn {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media (max-width: 1099px) {
  .btn {
    min-height: 5rem;
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 991px) {
  .btn {
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding: 1rem 2.2rem;
    min-height: 5rem;
  }
}
@media (max-width: 575px) {
  .btn {
    font-size: 1.4rem;
    line-height: 1.6rem;
    min-height: 4.4rem;
  }
}

.btn-primary {
  fill: #FFFAFA;
  color: #FFFAFA;
  border-color: var(--c-green);
  background-color: var(--c-green);
}
.btn-primary:hover {
  fill: black;
  color: black;
  border-color: var(--c-green-hover);
  background-color: var(--c-green-hover);
  box-shadow: 0px 0px 8px 0px rgba(59, 242, 112, 0.1);
}
.btn-primary:active {
  fill: #FFFAFA;
  color: #FFFAFA;
  border-color: var(--c-green);
  background-color: var(--c-green);
}
.btn-primary.disabled, .btn-primary:disabled {
  cursor: default;
  color: rgba(255, 255, 255, 0.4);
  border-color: #484848 !important;
  background-color: #484848 !important;
}
.btn-gradient {
  fill: white;
  color: white;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDk2JyBoZWlnaHQ9JzUxJyB2aWV3Qm94PScwIDAgNDk2IDUxJyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxyZWN0IHdpZHRoPSc0OTYnIGhlaWdodD0nNTEnIGZpbGw9JyMwMDk2NDQnLz48cmVjdCB3aWR0aD0nNDk2JyBoZWlnaHQ9JzUxJyBmaWxsPSd1cmwoI3BhaW50MF9saW5lYXJfMTAyXzEyNDIpJy8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSdwYWludDBfbGluZWFyXzEwMl8xMjQyJyB4MT0nLTIzNy42NjcnIHkxPScxNjAuNzI3JyB4Mj0nLTI0MC41MjQnIHkyPScyMS42NDAzJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZSc+PHN0b3Agc3RvcC1jb2xvcj0nIzNCRjI3MCcvPjxzdG9wIG9mZnNldD0nMC41MDMxMjUnIHN0b3AtY29sb3I9JyNGQjUwQ0InLz48c3RvcCBvZmZzZXQ9JzEnIHN0b3AtY29sb3I9JyM2NzFDQzknLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: none;
}
.btn-gradient:hover {
  fill: white;
  color: white;
  background: #671CC9;
  transition: none;
}
.btn-gradient:active {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDk2JyBoZWlnaHQ9JzUxJyB2aWV3Qm94PScwIDAgNDk2IDUxJyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxyZWN0IHdpZHRoPSc0OTYnIGhlaWdodD0nNTEnIGZpbGw9JyMwMDk2NDQnLz48cmVjdCB3aWR0aD0nNDk2JyBoZWlnaHQ9JzUxJyBmaWxsPSd1cmwoI3BhaW50MF9saW5lYXJfMTAyXzEyNDIpJy8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSdwYWludDBfbGluZWFyXzEwMl8xMjQyJyB4MT0nLTIzNy42NjcnIHkxPScxNjAuNzI3JyB4Mj0nLTI0MC41MjQnIHkyPScyMS42NDAzJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZSc+PHN0b3Agc3RvcC1jb2xvcj0nIzNCRjI3MCcvPjxzdG9wIG9mZnNldD0nMC41MDMxMjUnIHN0b3AtY29sb3I9JyNGQjUwQ0InLz48c3RvcCBvZmZzZXQ9JzEnIHN0b3AtY29sb3I9JyM2NzFDQzknLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=");
}

.btn-light {
  fill: black;
  color: black;
  background-color: #3BF270;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-text {
  color: white;
  fill: white;
  min-height: 4rem;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0.8rem 0 !important;
  column-gap: 0.4rem;
  font-family: var(--ff-secondary);
}
@media (max-width: 1219px) {
  .btn-text {
    font-size: 2rem;
    line-height: 125%;
  }
}

.btn-social {
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  width: 4rem;
  height: 4rem;
  display: block;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4rem;
  fill: #CECECE;
  background-color: #333232;
  transition: var(--transition-time);
}
.btn-social:hover {
  fill: white;
  background-color: var(--c-green);
  transition: var(--transition-time);
}
.btn-social:active {
  fill: #CECECE;
  background-color: #333232;
}
@media (max-width: 1219px) {
  .btn-social {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 575px) {
  .btn-social {
    width: 4rem;
    height: 4rem;
  }
}

.btn-md {
  font-size: 1.4rem;
  line-height: 1.6rem;
  min-height: 4.2rem;
}
@media (max-width: 1365px) {
  .btn-md {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 1099px) {
  .btn-md {
    min-height: 5rem;
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 991px) {
  .btn-md {
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding: 1rem 2.2rem;
    min-height: 5rem;
  }
}
@media (max-width: 575px) {
  .btn-md {
    font-size: 1.4rem;
    line-height: 1.6rem;
    min-height: 4.4rem;
  }
}

.btn-lg {
  min-height: 5.2rem;
}
@media (max-width: 991px) {
  .btn-lg {
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding: 1rem 2.2rem;
    min-height: 5rem;
  }
}
@media (max-width: 575px) {
  .btn-lg {
    font-size: 1.4rem;
    line-height: 1.6rem;
    min-height: 4.8rem;
  }
}

@media (max-width: 575px) {
  .btn-small {
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
    min-height: 3.2rem;
  }
}

.btn-control {
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  width: 4rem;
  height: 4rem;
  display: block;
  cursor: pointer;
  stroke: black;
  border-radius: 4rem;
  background-color: white;
  transition: 0.25s;
}
.btn-control:hover {
  stroke: black;
  background-color: var(--c-green-hover);
  transition: 0.25s;
}
.btn-control.disabled, .btn-control:disabled {
  opacity: 0;
  visibility: hidden;
  cursor: default;
}

.modal {
  color: black;
  width: 98%;
  font-size: 1.9rem;
  line-height: 2.3rem;
  max-width: 139rem;
  position: relative;
  border-radius: 1rem;
  background-color: white;
  padding: 4.8rem 8.2rem;
}
.modal__close {
  top: 2.6rem;
  right: 2.6rem;
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  stroke: #959595;
  cursor: pointer;
  position: absolute;
  background-color: transparent;
  transition: var(--transition-time);
}
.modal__close:hover {
  stroke: black;
  transition: var(--transition-time);
}
.modal__header {
  margin-bottom: 1.6rem;
}
.modal__title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 3.7rem;
  text-transform: uppercase;
}
.modal__title--md {
  font-size: 4rem;
  line-height: 4.7rem;
}
.modal__content p {
  margin-bottom: 2.4rem;
}
.modal__content p:last-child {
  margin-bottom: 0;
}
.modal__intro {
  max-width: 84rem;
  margin-bottom: 2.4rem;
}
.modal__column {
  margin-right: -3rem;
  display: grid;
  grid-row-gap: 2.4rem;
  grid-column-gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
.modal__lead {
  margin-top: 0.3rem;
  font-size: 3.2rem;
  line-height: 3.6rem;
}
.modal__links {
  margin-top: 3rem;
  display: flex;
  column-gap: 6.4rem;
  align-items: center;
  justify-content: center;
}
.modal__links .btn-text {
  font-weight: 700;
}
.modal__info {
  font-size: 2.5rem;
  line-height: 3rem;
}
.modal__info h4 {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 3.6rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1365px) {
  .modal {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 991px) {
  .modal {
    font-size: 2rem;
    line-height: 2.4rem;
    padding: 3.6rem 4.6rem;
  }
  .modal__column {
    margin-right: 0;
    grid-template-columns: 1fr;
  }
  .modal__lead {
    font-size: 2.4rem;
    line-height: 2.7rem;
  }
  .modal__links {
    column-gap: 4rem;
  }
  .modal__title--md {
    font-size: 3.2rem;
    line-height: 3.7rem;
  }
}
@media (max-width: 575px) {
  .modal {
    padding: 4rem 2rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .modal__close {
    top: 1.6rem;
    right: 1.6rem;
  }
  .modal__header {
    padding-right: 3rem;
  }
  .modal__title {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
  .modal__lead {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .modal__links {
    row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }
  .modal__info {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .modal__info h4 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
  }
}

.modal-info {
  max-width: 106rem;
}

.modal-comment {
  color: #181818;
  width: 98%;
  position: relative;
  max-width: 113.2rem;
  border-radius: 1rem;
  background-color: white;
  padding: 4.6rem 8rem 3rem 8rem;
  filter: drop-shadow(0px 0px 8px rgba(0, 54, 139, 0.5));
}
.modal-comment__close {
  top: 2.6rem;
  right: 2.6rem;
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  stroke: #959595;
  cursor: pointer;
  position: absolute;
  background-color: transparent;
  transition: var(--transition-time);
}
.modal-comment__close:hover {
  stroke: black;
  transition: var(--transition-time);
}
.modal-comment__tag {
  font-size: 1.9rem;
  line-height: 2.1rem;
  margin-bottom: 1rem;
}
.modal-comment__header {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 3.7rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.modal-comment__content {
  font-size: 1.9rem;
  line-height: 2.1rem;
}
.modal-comment__content ul li {
  position: relative;
  padding-left: 2rem;
}
.modal-comment__content ul li:before {
  top: 0;
  left: 0.4rem;
  content: "•";
  position: absolute;
}
.modal-comment__footer {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.modal-comment__user {
  color: #0139B0;
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.modal-comment__info {
  max-width: 55rem;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #A9A9A9;
}
@media (max-width: 991px) {
  .modal-comment {
    padding: 4.6rem 4rem 3rem 4rem;
  }
  .modal-comment__close {
    top: 2rem;
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
  .modal-comment__header {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 575px) {
  .modal-comment {
    padding: 4rem 2rem 3rem 2rem;
  }
  .modal-comment__tag {
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin-bottom: 1rem;
  }
  .modal-comment__header {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
  .modal-comment__content {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}

.modal-thanks {
  text-align: center;
  max-width: 71.2rem;
  padding: 8rem 4rem 5rem 4rem;
}
.modal-thanks .modal__title {
  font-size: 4.5rem;
  line-height: 4.7rem;
}
@media (max-width: 991px) {
  .modal-thanks .modal__title {
    font-size: 4rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 575px) {
  .modal-thanks {
    padding: 4rem 2rem;
  }
  .modal-thanks .modal__title {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
}

.modal-order {
  max-width: 110rem;
  padding: 4.5rem 6rem 6.4rem 6rem;
}
@media (max-width: 575px) {
  .modal-order {
    padding: 4rem 2rem;
  }
  .modal-order .modal__title {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
}

.modal-form__row {
  display: grid;
  grid-row-gap: 2.4rem;
  grid-column-gap: 2.4rem;
  grid-template-columns: 1fr 1fr;
}
.modal-form__field--xl {
  grid-column: span 2;
}
.modal-form__check {
  margin-top: 1.6rem;
}
.modal-form__button {
  margin-top: 2.6rem;
}
.modal-form__button .btn {
  min-width: 22rem;
}
@media (max-width: 991px) {
  .modal-form__row {
    grid-template-columns: 1fr;
  }
  .modal-form__field--xl {
    grid-column: span 1;
  }
}

.modal-sm {
  max-width: 71.2rem;
  min-height: 36rem;
  padding: 3.2rem 6.8rem 4rem 6.8rem;
}
@media (max-width: 575px) {
  .modal-sm {
    min-height: inherit;
    padding: 3.2rem 2rem 4rem 2rem;
  }
  .modal-sm .modal__title {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
}

.fancybox__backdrop {
  background-color: rgba(5, 46, 109, 0.6) !important;
  backdrop-filter: blur(5px);
}

.btn-close {
  top: 4.5rem;
  right: 5rem;
  padding: 0;
  font-size: 0;
  line-height: 0;
  width: 4rem;
  height: 4rem;
  position: fixed;
  border-radius: 0.6rem;
  stroke: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.25s;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.btn-close i {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  flex-shrink: 0;
}
.btn-close:hover {
  fill: white;
  stroke: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.25s;
}
@media (max-width: 575px) {
  .btn-close {
    top: 0.5rem;
    right: 0.5rem;
    stroke: black;
    position: absolute;
  }
}

[data-fancybox] {
  cursor: pointer;
}

[data-carousel-prev],
[data-carousel-next] {
  opacity: 1 !important;
  visibility: visible !important;
  border: 1px solid white !important;
}
[data-carousel-prev]:hover,
[data-carousel-next]:hover {
  background-color: white !important;
}
[data-carousel-prev]:hover svg,
[data-carousel-next]:hover svg {
  stroke: black;
  fill: none !important;
}

[data-panzoom-action=iterateZoom],
[data-fancybox-toggle-thumbs],
[data-fancybox-toggle-slideshow] {
  display: none !important;
}

h1, .h1 {
  padding: 0;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.4rem;
  margin: 0 0 2rem 0;
  font-family: var(--ff-secondary);
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 2.7rem;
    margin-bottom: 1.5rem;
  }
}

h2, .h2 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 120%;
  font-family: var(--ff-secondary);
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 5rem;
    line-height: 120%;
  }
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 3.2rem;
    line-height: 120%;
  }
}

h3, .h3 {
  padding: 0;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 120%;
  margin: 0 0 2.4rem 0;
  font-family: var(--ff-primary);
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 2.4rem;
    line-height: 120%;
  }
}
@media (max-width: 575px) {
  h3, .h3 {
    margin-bottom: 1.6rem;
  }
}

h4, .h4 {
  margin: 0;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-family: var(--ff-primary);
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.subtitle {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 120%;
  font-family: var(--ff-secondary);
}
@media (max-width: 991px) {
  .subtitle {
    font-size: 2.4rem;
    line-height: 120%;
  }
}
@media (max-width: 575px) {
  .subtitle {
    font-size: 2rem;
    line-height: 120%;
  }
}

.form-title {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-family: var(--ff-title);
}

a {
  color: var(--c-green-light);
  text-decoration: none;
}
a:hover {
  color: var(--c-green-light);
  text-decoration: underline;
}

.display-1 {
  font-size: 3.5rem;
  line-height: 3.6rem;
  margin: 0 0 2rem 0;
}
@media (max-width: 575px) {
  .display-1 {
    font-size: 2rem;
    line-height: 2.7rem;
    margin-bottom: 1.5rem;
  }
}

/*
    <button class="burger header__burger">
      <span class="burger__line"></span>
      <span class="burger__line"></span>
      <span class="burger__line"></span>
    </button>
*/
.burger {
  background-color: transparent;
  --line-width: 1.2rem;
  --line-height:.2rem;
  --line-offset: 0.4rem;
  --c-burger-line: #00AB4E;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.6rem;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 3;
  display: none;
}
.burger__line {
  position: absolute;
  top: calc(50% - 0.1rem);
  display: block;
  height: 0.2rem;
  background: white;
  transition: var(--tr);
  border-radius: 2rem;
  pointer-events: none;
  transition: var(--transition-time);
}
.burger__line:first-child {
  width: 2.4rem;
  left: calc(50% - 1.2rem);
  transform: translate(0, -0.4rem);
}
.burger__line:last-child {
  width: 1.6rem;
  left: calc(50% - 1.2rem);
  transform: translate(0, 0.4rem);
}
.burger.is-active .burger__line:first-child {
  transform: translate(0, 0) rotate(45deg);
}
.burger.is-active .burger__line:last-child {
  width: 2.4rem;
  transform: translate(0, 0) rotate(-45deg);
}
@media (max-width: 575px) {
  .burger {
    display: block;
  }
}

.header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  color: white;
  position: absolute;
  padding-top: 4rem;
  background-color: transparent;
}
.header__container {
  height: 6.8rem;
  padding: 0.5rem 1.2rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(50px);
  display: flex;
  column-gap: 2.6rem;
  align-items: center;
  justify-content: space-between;
}
.header__wrapper {
  display: flex;
  column-gap: 1.6rem;
  align-items: center;
}
.header__logo {
  z-index: 3;
  width: 13.6rem;
  display: block;
  position: relative;
  flex-shrink: 0;
}
.header__content {
  display: flex;
  column-gap: 2.4rem;
  align-items: center;
}
@media (max-width: 1219px) {
  .header .container {
    max-width: inherit;
  }
}
@media (max-width: 1099px) {
  .header__callback {
    display: none;
  }
}
@media (max-width: 991px) {
  .header {
    padding-top: 2rem;
  }
  .header__logo {
    width: 10rem;
  }
}
@media (max-width: 575px) {
  .header {
    padding-top: 1.6rem;
    position: fixed;
  }
  .header__container {
    height: 5.2rem;
  }
  .header__logo {
    font-size: 7.6rem;
  }
  .header .btn {
    font-size: 1.2rem;
    line-height: 1.4rem;
    min-height: 3.6rem;
    padding: 0.8rem 1.2rem;
  }
}

.header-label {
  left: 0;
  top: 7.2rem;
  position: absolute;
}
@media (max-width: 991px) {
  .header-label {
    top: 5.6rem;
  }
}

.menu {
  --fg: #68696B;
  --lh: 145.4%;
  --fw: 300;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: var(--ff-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  column-gap: 16.6rem;
  align-items: center;
}
.menu__item {
  position: relative;
}
.menu__link {
  fill: white;
  color: white;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: var(--transition-time);
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.menu__link span {
  border-bottom: 1px solid transparent;
  transition: var(--transition-time);
}
.menu__link:hover {
  fill: white;
  color: white;
  text-decoration: none;
  transition: var(--transition-time);
}
.menu__link:hover span {
  border-bottom-color: white;
  transition: var(--transition-time);
}
.menu__content {
  display: flex;
  column-gap: 2.6rem;
  align-items: center;
}
.menu__address {
  color: #2F2F2F;
  display: flex;
  column-gap: 1.6rem;
  align-items: center;
}
.menu__media {
  font-size: 0;
  line-height: 0;
  width: 6rem;
  height: 5rem;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
}
.menu__pin {
  top: calc(50% - 1.4rem);
  left: calc(50% - 1.4rem);
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  border-radius: 5rem;
  background-color: white;
}
.menu__label {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.5rem;
  opacity: 0.45;
}
.menu__value {
  font-size: 1.3rem;
  line-height: 1.9rem;
}
@media (max-width: 1365px) {
  .menu {
    font-size: 2rem;
    line-height: 3rem;
  }
  .menu__nav {
    column-gap: 5rem;
  }
}
@media (max-width: 1219px) {
  .menu {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media (max-width: 991px) {
  .menu {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media (max-width: 575px) {
  .menu {
    top: -1.6rem;
    left: -2rem;
    right: -2rem;
    height: 100vh;
    font-size: 2rem;
    line-height: 3rem;
    overflow-y: auto;
    padding: 12rem 4rem 3rem;
    position: fixed;
    background-color: #121212;
    transform: translateY(-120vh);
    transition: all 0.45s var(--tr-jolly-enter);
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .menu__nav {
    row-gap: 3rem;
    align-items: flex-start;
    flex-direction: column;
  }
  .menu__item > ul {
    opacity: 1;
    padding-top: 2rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
    visibility: visible;
    position: static;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    box-shadow: none;
    filter: none;
  }
  .menu__item > ul > li:not(:last-child) {
    border-bottom: none;
  }
  .menu__item > ul > li > a {
    min-height: 3.6rem;
    padding: 0.8rem 0 0.8rem 2rem;
  }
  .menu__item > ul > li > ul {
    opacity: 1;
    visibility: visible;
    top: auto;
    left: auto;
    padding-left: 3rem;
    position: static;
    background-color: transparent;
    box-shadow: none;
  }
  .menu__item > ul > li > ul li:not(:last-child) {
    border-bottom: none;
  }
  .menu__item > ul > li > ul li a {
    white-space: wrap;
  }
  .menu__link {
    height: auto;
    justify-content: flex-start;
    border-top: none;
    border-bottom: none;
  }
  .menu__address {
    display: flex;
  }
  .menu--visible {
    transform: translateY(0);
    pointer-events: initial;
    transition: all 0.45s var(--tr-jolly-enter);
  }
}

.footer {
  z-index: 10;
  position: relative;
  padding-top: 4.8rem;
  padding-bottom: 16rem;
  background-color: #121212;
  border-radius: 4.8rem 4.8rem 0 0;
  font-family: var(--ff-regular);
}
.footer__primary {
  margin-bottom: 8.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__logo {
  display: block;
  flex-shrink: 0;
  width: 13.6rem;
}
.footer__social {
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
}
.footer__secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__nav {
  font-size: 1.8rem;
  line-height: 130%;
  display: flex;
  column-gap: 6.6rem;
}
.footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  row-gap: 2rem;
  flex-direction: column;
}
.footer__nav ul li a {
  color: white;
  text-decoration: none;
  transition: var(--transition-time);
}
.footer__nav ul li a:hover {
  color: var(--c-green-hover);
  text-decoration: none;
  transition: var(--transition-time);
}
.footer__apps {
  display: flex;
  row-gap: 0.8rem;
  column-gap: 0.8rem;
  align-items: center;
}
.footer__app {
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  width: 26.1rem;
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #1C1C1C;
  transition: var(--transition-time);
}
.footer__app:hover {
  transition: var(--transition-time);
  background-color: var(--c-green);
}
@media (max-width: 1219px) {
  .footer__logo {
    width: 16rem;
  }
  .footer__nav {
    font-size: 2rem;
    line-height: 130%;
  }
}
@media (max-width: 991px) {
  .footer {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    border-radius: 3.2rem 3.2rem 0 0;
  }
  .footer__secondary {
    align-items: flex-start;
  }
  .footer__nav {
    row-gap: 2rem;
    flex-direction: column;
  }
  .footer__apps {
    row-gap: 2rem;
    flex-direction: column;
  }
  .footer__app {
    width: 30rem;
  }
}
@media (max-width: 575px) {
  .footer__primary {
    margin-bottom: 4.6rem;
  }
  .footer__logo {
    width: 13.6rem;
  }
  .footer__social {
    row-gap: 0.8rem;
  }
  .footer__secondary {
    row-gap: 2.4rem;
    flex-direction: column;
  }
  .footer__nav {
    font-size: 1.6rem;
    line-height: 130%;
    row-gap: 1.6rem;
  }
  .footer__nav ul {
    row-gap: 1.6rem;
  }
  .footer__apps {
    column-gap: 2rem;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__app {
    width: calc(50% - 1rem);
    flex-shrink: 0;
  }
}

.footer-radial {
  left: 50%;
  transform: translateX(-50%);
  bottom: -17rem;
  width: 552.8rem;
  height: 106.4rem;
  position: absolute;
  border-radius: 28rem/55rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNTUyOCcgaGVpZ2h0PScxMDY0JyB2aWV3Qm94PScwIDAgNTUyOCAxMDY0JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxlbGxpcHNlIGN4PScyNzY0JyBjeT0nNTMyJyByeD0nNTMyJyByeT0nMjc2NCcgdHJhbnNmb3JtPSdyb3RhdGUoLTkwIDI3NjQgNTMyKScgZmlsbD0ndXJsKCNwYWludDBfcmFkaWFsXzcwXzU4MjEpJy8+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSdwYWludDBfcmFkaWFsXzcwXzU4MjEnIGN4PScwJyBjeT0nMCcgcj0nMScgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnIGdyYWRpZW50VHJhbnNmb3JtPSd0cmFuc2xhdGUoMjc2NCA1MzIpIHJvdGF0ZSgtMTgwKSBzY2FsZSg0MzkuNzMxIDIyODQuNjIpJz48c3RvcCBzdG9wLWNvbG9yPScjNjk1OTgwJy8+PHN0b3Agb2Zmc2V0PScxJyBzdG9wLWNvbG9yPScjMTExMTExJyBzdG9wLW9wYWNpdHk9JzAnLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 575px) {
  .footer-radial {
    width: 140.5rem;
    height: 29.7rem;
    bottom: auto;
    top: -12rem;
  }
}

.heading {
  overflow: hidden;
  position: relative;
}
.heading__media {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.heading__body {
  z-index: 10;
  position: relative;
}
.heading__main {
  min-height: 106rem;
  padding-top: 16.8rem;
  padding-bottom: 7.8rem;
  display: flex;
  row-gap: 4rem;
  flex-direction: column;
  justify-content: space-between;
}
.heading__subtitle {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 120%;
  margin-bottom: 2.4rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
.heading__title {
  margin: 0;
  padding: 0;
  font-size: 9rem;
  font-weight: 700;
  line-height: 120%;
  font-family: var(--ff-secondary);
}
.heading__days {
  margin-bottom: 3.2rem;
}
.heading__info {
  margin-bottom: 1.6rem;
}
.heading__events {
  display: flex;
  column-gap: 2.4rem;
  margin-bottom: 4rem;
}
.heading--primary .heading__main {
  min-height: 113rem;
  padding-top: 26.4rem;
  padding-bottom: 8.8rem;
}
@media (max-width: 991px) {
  .heading__media .img-cover {
    object-position: center 70%;
  }
  .heading__title {
    font-size: 6.5rem;
    line-height: 120%;
  }
  .heading__subtitle {
    font-size: 2.8rem;
    line-height: 120%;
    margin-bottom: 2.4rem;
  }
  .heading__main {
    padding-bottom: 5.6rem;
  }
  .heading--primary .heading__main {
    min-height: 100vh;
    padding-top: 36rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .heading__media .img-cover {
    object-position: center bottom;
  }
  .heading__events {
    margin-bottom: 2.2rem;
    row-gap: 0.8rem;
    flex-direction: column;
  }
  .heading__main {
    padding-top: 10rem;
    min-height: 75.6rem;
  }
  .heading__title {
    font-size: 3.4rem;
    line-height: 120%;
  }
  .heading__subtitle {
    font-size: 1.6rem;
    line-height: 120%;
    margin-bottom: 1.6em;
    letter-spacing: -0.05rem;
  }
  .heading__offer {
    display: none;
  }
  .heading--primary .heading__main {
    padding-top: 10rem;
    min-height: 75.6rem;
    padding-bottom: 2rem;
  }
}

.heading-info {
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 120%;
  text-transform: uppercase;
  font-family: var(--ff-secondary);
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.6rem;
  align-items: center;
}
.heading-info__divider {
  font-size: 0;
  line-height: 0;
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  border-radius: 2rem;
  background-color: white;
}
@media (max-width: 991px) {
  .heading-info {
    font-size: 3.8rem;
    line-height: 120%;
    column-gap: 2.4rem;
  }
  .heading-info__divider {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 575px) {
  .heading-info {
    font-size: 2.2rem;
    line-height: 120%;
    column-gap: 0.8rem;
  }
  .heading-info__divider {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.heading-event {
  stroke: rgba(255, 255, 255, 0.5);
  color: white;
  width: 26.2rem;
  height: 19.4rem;
  overflow: hidden;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  border-radius: 1.2rem;
  text-decoration: none;
  transition: var(--transition-time);
  backdrop-filter: blur(60px);
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  position: relative;
}
.heading-event__main {
  z-index: 20;
  padding: 1.6rem;
  font-style: normal;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.heading-event__icon {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}
.heading-event__media {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.heading-event:hover {
  color: white;
  text-decoration: none;
  stroke: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.1);
  transition: var(--transition-time);
}
@media (max-width: 575px) {
  .heading-event {
    width: 100%;
    height: 5.4rem;
  }
  .heading-event__media {
    display: none;
  }
}

.heading-offer {
  padding: 1rem 0.8rem;
  border-radius: 1.2rem;
  background-color: var(--c-green-hover);
  display: flex;
  column-gap: 4rem;
  align-items: center;
  justify-content: space-between;
}
.heading-offer__wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.heading-offer__logo {
  display: block;
  width: 18.6rem;
  flex-shrink: 0;
}
.heading-offer__apps {
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
}
.heading-offer__app {
  font-size: 0;
  line-height: 0;
  width: 26.1rem;
  height: 7.9rem;
  display: block;
  flex-shrink: 0;
  border-radius: 0.8rem;
  background-color: #1C1C1C;
  transition: var(--transition-time);
}
.heading-offer__app:hover {
  color: black;
  transition: var(--transition-time);
}
.heading-offer__content {
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 97%;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  color: #1C1C1C;
  display: flex;
  column-gap: 1.4rem;
}
.heading-offer__content:hover {
  color: #1C1C1C;
  text-decoration: none;
}
.heading-offer__value {
  font-weight: 800;
  font-size: 8.8rem;
  line-height: 80%;
}
.heading-offer__text {
  display: flex;
  flex-direction: column;
}
.heading-offer__text span {
  display: block;
}
.heading-offer__text--left {
  text-align: right;
  justify-content: flex-start;
}
.heading-offer__text--right {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .heading-offer {
    padding: 2rem;
    height: auto;
    row-gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .heading-offer {
    align-items: inherit;
    flex-direction: column;
    padding: 0.8rem 1.6rem;
    row-gap: 1.6rem;
  }
  .heading-offer__logo {
    width: 7.5rem;
    margin-bottom: 0.9rem;
  }
  .heading-offer__value {
    font-size: 4.4rem;
    line-height: 4.4rem;
  }
  .heading-offer__text {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .heading-offer__apps {
    display: grid;
    grid-column-gap: 0.8rem;
    grid-template-columns: 1fr 1fr;
  }
  .heading-offer__app {
    width: auto;
    height: auto;
  }
  .heading-offer__content {
    justify-content: center;
  }
}

.days-left {
  padding: 1.4rem;
  font-size: 2.8rem;
  line-height: 120%;
  color: var(--c-red);
  border-radius: 3rem;
  font-family: var(--ff-secondary);
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.4);
  column-gap: 0.7rem;
  align-items: center;
  display: inline-flex;
}
.days-left i {
  font-size: 0;
  line-height: 0;
  flex-shrink: 0;
  height: 2.8rem;
  display: inline-block;
}
@media (max-width: 991px) {
  .days-left {
    font-size: 2.2rem;
    line-height: 120%;
  }
  .days-left i {
    height: 2.4rem;
  }
}
@media (max-width: 575px) {
  .days-left {
    font-size: 2rem;
    line-height: 120%;
    padding: 1rem 1.3rem;
  }
  .days-left i {
    height: 2rem;
  }
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.section__header {
  margin-bottom: 4rem;
}
.section--md {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
@media (max-width: 991px) {
  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .section__header {
    margin-bottom: 2.4rem;
  }
  .section--md {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.red-point {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 4rem;
  background-color: #CF1F2E;
  border: 0.9rem solid #993733;
  flex-shrink: 0;
}

.page-offer {
  display: block;
  overflow: hidden;
}

.collapse-text {
  display: flex;
  row-gap: 1.6rem;
  flex-direction: column;
}
.collapse-text__content {
  font-size: 1.6rem;
  line-height: 125%;
  color: #858585;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.collapse-text__content p {
  margin-bottom: 2rem;
}
.collapse-text__content p:last-child {
  margin-bottom: 0;
}
.collapse-text [data-collapse-control]:before {
  content: attr(data-base-text);
}
.collapse-text.open .collapse-text__content {
  -webkit-line-clamp: 100;
}
.collapse-text.open [data-collapse-control]:before {
  content: attr(data-active-text);
}
.collapse-text.open [data-collapse-control] i {
  transform: rotate(180deg);
}
@media (max-width: 1219px) {
  .collapse-text__content {
    font-size: 2rem;
    line-height: 125%;
  }
}
@media (max-width: 991px) {
  .collapse-text__content {
    font-size: 1.4rem;
    line-height: 125%;
  }
}
.qa {
  display: flex;
  align-items: flex-start;
}
.qa__header {
  width: 30.2rem;
  flex-shrink: 0;
}
.qa__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .qa {
    row-gap: 2rem;
    flex-direction: column;
  }
  .qa__content {
    row-gap: 1.6rem;
  }
}
.qa-item__header {
  padding: 2.4rem 0;
  display: flex;
  column-gap: 2.4rem;
  align-items: center;
  justify-content: space-between;
}
.qa-item__title {
  color: white;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 110%;
  font-family: var(--ff-secondary);
}
.qa-item__icon {
  display: block;
  flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
  fill: #2E2E29;
  transform: rotate(180deg);
  border-radius: 5rem;
  background-color: white;
  transition: var(--transition-time);
}
.qa-item__content {
  color: var(--c-gray);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 125%;
  padding-right: 13.6rem;
}
.qa-item__content p {
  margin-bottom: 1.5rem;
}
.qa-item__content p:last-child {
  margin-bottom: 0;
}
.qa-item.open .qa-item__icon {
  transform: rotate(0deg);
  transition: var(--transition-time);
}
@media (max-width: 1219px) {
  .qa-item__content {
    font-size: 2rem;
    line-height: 125%;
  }
  .qa-item__content {
    padding-right: 0;
    font-size: 1.6rem;
    line-height: 125%;
  }
}
@media (max-width: 991px) {
  .qa-item__header {
    align-items: flex-start;
    padding: 0.8rem 0;
  }
}
@media (max-width: 575px) {
  .qa-item__content {
    font-size: 1.4rem;
    line-height: 125%;
  }
  .qa-item__header {
    column-gap: 0.8rem;
  }
  .qa-item__title {
    font-size: 1.8rem;
    line-height: 110%;
  }
  .qa-item__icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.broadcasts {
  display: flex;
  row-gap: 2.4rem;
  column-gap: 2.4rem;
  justify-content: center;
}
.broadcasts__item {
  width: 51.5rem;
}

.main-offer {
  z-index: 1;
  position: relative;
  background-color: #121212;
}
.main-offer__media {
  z-index: 10;
  display: block;
  position: relative;
}
.main-offer__ellipse {
  z-index: 1;
  opacity: 0.5;
  top: -60rem;
  left: -95rem;
  width: 147.7rem;
  height: 147.7rem;
  position: absolute;
  border-radius: 200rem;
  filter: blur(40px);
}
@media (max-width: 991px) {
  .main-offer__ellipse {
    top: -10rem;
    left: -30rem;
    width: 80rem;
    height: 80rem;
  }
}
@media (max-width: 575px) {
  .main-offer {
    margin-bottom: 2rem;
  }
  .main-offer__ellipse {
    top: -10rem;
    left: -20rem;
    width: 40rem;
    height: 40rem;
  }
}

.ratings {
  display: flex;
  column-gap: 2.4rem;
}
.ratings__popular {
  width: 121rem;
  flex-shrink: 0;
}
.ratings__title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-bottom: 2.4rem;
}
.ratings__top {
  flex-grow: 1;
  position: relative;
}
@media (max-width: 1099px) {
  .ratings {
    row-gap: 2.4rem;
    flex-direction: column;
  }
  .ratings__popular {
    width: 100%;
  }
  .ratings__top {
    display: none;
  }
}
@media (max-width: 575px) {
  .ratings__title {
    font-size: 1.8rem;
    line-height: 100%;
    margin-bottom: 1.6rem;
  }
  .ratings__top {
    display: block;
  }
}

.top-title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 575px) {
  .top-title {
    font-size: 1.8rem;
    line-height: 100%;
    margin-bottom: 0.4rem;
  }
  .top-title br {
    display: none;
  }
}

.top-list {
  display: flex;
  row-gap: 2.4rem;
  flex-direction: column;
}

.top-item {
  display: flex;
  column-gap: 0.4rem;
}
.top-item:not(:last-child) {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #434343;
}
.top-item__award {
  width: 2.4rem;
  height: 3.6rem;
  flex-shrink: 0;
}
.top-item__media {
  width: 7.8rem;
  height: 7.8rem;
  flex-shrink: 0;
  display: block;
}
.top-item__content {
  padding-left: 0.4rem;
  display: flex;
  flex-grow: 1;
  row-gap: 0.6rem;
  flex-direction: column;
  justify-content: center;
}
.top-item__name {
  height: 1.9rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6rem;
  white-space: nowrap;
  position: relative;
}
.top-item__text {
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-item__data {
  height: 4.2rem;
  padding: 1rem;
  min-width: 13.4rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: white;
  border-radius: 0.8rem;
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzg4JyBoZWlnaHQ9JzY2JyB2aWV3Qm94PScwIDAgMzg4IDY2JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxyZWN0IHdpZHRoPSczODcuMzMzJyBoZWlnaHQ9JzY2JyBmaWxsPSd1cmwoI3BhaW50MF9saW5lYXJfNzNfMzEyNyknLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9J3BhaW50MF9saW5lYXJfNzNfMzEyNycgeDE9Jy04Ljc0MTU5ZS0wNicgeTE9JzE3NycgeDI9Jy0xNC4zNTk0JyB5Mj0nNTMuODgxOCcgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnPjxzdG9wIG9mZnNldD0nMC4xMTIxNjQnIHN0b3AtY29sb3I9JyNGQjUwQ0InLz48c3RvcCBvZmZzZXQ9JzEnIHN0b3AtY29sb3I9JyM2NzFDQzknLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-item__data i {
  font-size: 0;
  line-height: 0;
  height: 1.9rem;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .top-item__media {
    width: 6.4rem;
    height: 6.4rem;
  }
  .top-item__data {
    height: 4rem;
    min-width: 11rem;
    padding: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .top-item__data i {
    height: 1.4rem;
  }
}

[data-ratings] .swiper-pagination {
  display: none;
}
@media (max-width: 575px) {
  [data-ratings] .swiper-pagination {
    display: flex;
    margin-top: 0;
    padding-bottom: 1.2rem;
  }
}

.registration {
  margin-top: 6rem;
  overflow: hidden;
  position: relative;
  min-height: 28rem;
  border-radius: 1.6rem;
  padding: 2.8rem 3.2rem;
  background-color: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
}
.registration__main {
  z-index: 10;
  position: relative;
  display: flex;
  row-gap: 2rem;
  flex-grow: 1;
  flex-direction: column;
}
.registration__header {
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 120%;
}
.registration__media {
  top: -11rem;
  right: -8.2rem;
  z-index: 1;
  width: 100.1rem;
  position: absolute;
}
.registration__media--form {
  top: -11rem;
  right: -8.2rem;
  width: 91.7rem;
}
.registration__logo--sm {
  display: none;
}
.registration__form {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .registration {
    margin-top: 0;
    min-height: 22rem;
    padding: 2rem 2.4rem;
    background-color: #202020;
    border-color: #202020;
  }
  .registration__header {
    font-size: 3rem;
    line-height: 120%;
  }
  .registration__media {
    width: 44rem;
    top: -7rem;
    right: -7rem;
  }
  .registration__media--form {
    top: -4rem;
    right: -8.2rem;
    width: 56rem;
  }
  .registration__logo--sm {
    display: block;
  }
  .registration__logo--xl {
    display: none;
  }
  .registration__form {
    width: 39rem;
    display: block;
  }
}
@media (max-width: 575px) {
  .registration {
    padding: 0.8rem;
    min-height: 16.8rem;
  }
  .registration__media {
    top: -3rem;
    right: -5rem;
    width: 20.1rem;
  }
  .registration__media--form {
    display: none;
  }
  .registration__header {
    width: 20rem;
    font-size: 1.8rem;
    line-height: 120%;
  }
  .registration__header br {
    display: none;
  }
  .registration__header--form {
    width: 100%;
    font-size: 2.3rem;
    line-height: 120%;
    text-align: center;
  }
  .registration__header--form br {
    display: block;
  }
  .registration__button .btn {
    width: 100%;
  }
  .registration__form {
    width: 100%;
  }
}

.registration-form {
  padding: 0.4rem;
  border-radius: 1.2rem;
  border: 0.1rem solid #6C6C6C;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .registration-form {
    border: none;
    flex-direction: column;
    padding: 0;
    row-gap: 1.2rem;
    background-color: transparent;
  }
}
.registration-field {
  width: 23rem;
}
.registration-field:first-child {
  width: 27rem;
  border-right: 0.1rem solid #6C6C6C;
}
.registration-field input {
  margin: 0;
  width: 100%;
  outline: none;
  color: white;
  height: 6rem;
  display: block;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 1.9rem;
  border: 0.1rem solid transparent;
  background-color: transparent;
  font-family: var(--ff-secondary);
  text-transform: uppercase;
  vertical-align: middle;
}
.registration-field input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.registration-field input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.registration-field input:focus, .registration-field input:active {
  outline: none;
}
.registration-field input:focus::placeholder, .registration-field input:active::placeholder {
  color: transparent;
}
.registration-field input.error {
  color: var(--c-error) !important;
}
@media (max-width: 1219px) {
  .registration-field {
    width: 27rem;
  }
  .registration-field input {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .registration-field {
    width: 100%;
    max-width: 100%;
  }
  .registration-field:first-child {
    width: 100%;
    border-right: none;
  }
  .registration-field input {
    height: 6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border-radius: 0.8rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #888888;
  }
}
.registration-send {
  padding-left: 1.2rem;
}
.registration-send .btn {
  height: 6rem;
  padding: 1rem 2rem;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .registration-send {
    width: 100%;
    padding-left: 0;
  }
  .registration-send .btn {
    width: 100%;
  }
}

.registration-check {
  margin-top: 1.4rem;
}

.content {
  color: #858585;
  font-size: 1.6rem;
  line-height: 125%;
}
.content h3 {
  color: white;
  margin-bottom: 1.6rem;
}
.content p {
  margin-bottom: 2.4rem;
}
.content p:last-child {
  margin-bottom: 0;
}
.content img {
  border-radius: 2.4rem;
  overflow: hidden;
  margin: 3.2rem 0;
}
@media (max-width: 1219px) {
  .content {
    font-size: 2rem;
    line-height: 125%;
  }
}
@media (max-width: 991px) {
  .content {
    font-size: 1.6rem;
    line-height: 125%;
  }
}
@media (max-width: 575px) {
  .content p {
    margin-bottom: 2rem;
  }
  .content p:last-child {
    margin-bottom: 0;
  }
  .content img {
    margin: 2.4rem 0;
  }
}

.success {
  background: none;
}

@media (min-width: 992px) {
  .success .faq__content {
    grid-template-columns: auto 70%;
  }
}

.is-hidden {
  visibility: hidden !important;
  display: none !important;
}

@media (min-width: 450px) {
  .only-mobile {
    display: none;
  }
}

.is-transparent {
  opacity: 0 !important;
  pointer-events: none !important;
}

.is-opaque {
  opacity: 0.5;
}
/*# sourceMappingURL=../maps/style.css.map */

/* End */
/* /local/templates/empty/css/style.css?1761560487132568 */
