@charset "UTF-8";
/* stylelint-disable no-invalid-position-at-import-rule */
:root {
  --base-size: calc(1vw + 2vh);
  --tr: 0.3s;
  --tr-regular: all var(--tr) ease;
  --p-container: 2.65rem;
  --w-container: calc(100% - 3.2rem);
  --z-above-header: 103;
  --z-burger: 102;
  --z-header: 1234567891;
  --z-main: 99;
  --z-footer: 100;
  --tr-jolly-enter: cubic-bezier(0.5, 0, 0.5, 1);
}
@media (max-width: 991px) {
  :root {
    --p-container: 1.6rem;
  }
}
@media (max-width: 991px) {
  :root {
    --w-container: 100%;
  }
}

:root {
  --c-primary: #F15A29;
  --c-secondary: #F1573F;
  --fg-regular: #fff;
  --fg-panel: var(--c-secondary);
  --fg-accent: #FFE600;
  --fg-on: #fff;
  --c-accent-second: #ff7a00;
  --bg-app: #F4F4F4;
  --bg-app-primary: var(--c-primary);
  --bg-app-secondary: var(--c-secondary);
  --bg-panel: #FFFFFF;
  --bg-overlay: rgba(241, 87, 63, 0.52);
  --bg-popup: var(--c-secondary);
  --c-error: #E5042C;
  --c-success: #34C759;
}

/* 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: "SK Primo";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../resources/fonts/sk-primo/sk-primo-regular.woff2") format("woff2"), url("../resources/fonts/sk-primo/sk-primo-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../resources/fonts/unbounded/unbounded-regular.woff2") format("woff2"), url("../resources/fonts/unbounded/unbounded-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url("../resources/fonts/unbounded/unbounded-medium.woff2") format("woff2"), url("../resources/fonts/unbounded/unbounded-medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url("../resources/fonts/unbounded/unbounded-bold.woff2") format("woff2"), url("../resources/fonts/unbounded/unbounded-bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url("../resources/fonts/unbounded/unbounded-black.woff2") format("woff2"), url("../resources/fonts/unbounded/unbounded-black.woff") format("woff");
  font-display: swap;
}
:root {
  --ff-regular: "Unbounded", sans-serif;
  --ff-title: "SK Primo", sans-serif;
  --fz-regular: 1.5rem;
  --fz-title: 4.5rem;
}
@media (max-width: 1099px) {
  :root {
    --fz-title: 4.5rem;
  }
}
@media (max-width: 991px) {
  :root {
    --fz-regular: 1rem;
    --fz-title: 2.5rem;
  }
}
/*
    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%;
  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,
a:link,
a:visited {
  text-decoration: none;
}

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

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

/*
    6. Improve media defaults
 */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

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.34;
  font-size: calc(var(--fz-modifier) * var(--base-size));
  background-color: var(--bg-app);
}
@media (max-width: 1919px) {
  html {
    --fz-modifier: 0.31;
  }
}
@media (max-width: 1535px) {
  html {
    --fz-modifier: 0.34;
  }
}
@media (max-width: 1365px) {
  html {
    --fz-modifier: 0.36;
  }
}
@media (max-width: 991px) {
  html {
    --fz-modifier: 0.63894;
  }
}
@media (max-width: 359px) {
  html {
    --fz-modifier: 0.555555;
  }
}
@media (max-width: 320px) {
  html {
    --fz-modifier: 0.5814;
  }
}

body {
  color: var(--fg-regular);
  font-family: var(--ff-regular);
  font-size: var(--fz-regular);
  font-weight: 400;
  line-height: 145%;
  background: inherit;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    overflow: hidden;
  }
}

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

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

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

.container {
  max-width: var(--w-container);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--p-container);
  padding-right: var(--p-container);
}

.datepicker {
  width: -moz-min-content;
  width: min-content;
}

.datepicker:not(.active) {
  display: none;
}

.datepicker-dropdown {
  padding-top: 4px;
  position: absolute;
  z-index: 20;
}

.datepicker-dropdown.datepicker-orient-top {
  padding-bottom: 4px;
  padding-top: 0;
}

.datepicker-picker {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
}

.datepicker-main {
  flex: auto;
  padding: 2px;
}

.datepicker-footer {
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 1px hsla(0, 0%, 4%, 0.1);
}

.datepicker-title {
  background-color: #f5f5f5;
  box-shadow: inset 0 -1px 1px hsla(0, 0%, 4%, 0.1);
  font-weight: 700;
  padding: 0.375rem 0.75rem;
  text-align: center;
}

.datepicker-controls {
  display: flex;
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}

.datepicker-controls .button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: none;
  color: #363636;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  padding: calc(0.375em - 1px) 0.75em;
  position: relative;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.datepicker-controls .button:active, .datepicker-controls .button:focus {
  outline: none;
}

.datepicker-controls .button:hover {
  border-color: #b8b8b8;
  color: #363636;
}

.datepicker-controls .button:focus {
  border-color: #3273dc;
  color: #363636;
}

.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.datepicker-controls .button:active {
  border-color: #474747;
  color: #363636;
}

.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}

.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: 700;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}

.datepicker-footer .datepicker-controls .button {
  border-radius: 2px;
  flex: auto;
  font-size: 0.75rem;
  margin: calc(0.375rem - 1px) 0.375rem;
}

.datepicker-controls .view-switch {
  flex: auto;
}

.datepicker-controls .next-button, .datepicker-controls .prev-button {
  flex: 0 0 14.2857142857%;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.datepicker-controls .next-button.disabled, .datepicker-controls .prev-button.disabled {
  visibility: hidden;
}

.datepicker-grid, .datepicker-view {
  display: flex;
}

.datepicker-view {
  align-items: stretch;
  width: 15.75rem;
}

.datepicker-grid {
  flex: auto;
  flex-wrap: wrap;
}

.datepicker .days {
  display: flex;
  flex: auto;
  flex-direction: column;
}

.datepicker .days-of-week {
  display: flex;
}

.datepicker .week-numbers {
  display: flex;
  flex: 0 0 9.6774193548%;
  flex-direction: column;
}

.datepicker .weeks {
  align-items: stretch;
  display: flex;
  flex: auto;
  flex-direction: column;
}

.datepicker span {
  -webkit-touch-callout: none;
  align-items: center;
  border-radius: 4px;
  cursor: default;
  display: flex;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.datepicker .dow {
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.5rem;
}

.datepicker .week {
  color: #b8b8b8;
  flex: auto;
  font-size: 0.75rem;
}

.datepicker .days .dow, .datepicker-cell {
  flex-basis: 14.2857142857%;
}

.datepicker-cell {
  height: 2.25rem;
}

.datepicker-cell:not(.day) {
  flex-basis: 25%;
  height: 4.5rem;
}

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #e9e9e9;
}

.datepicker-cell.selected, .datepicker-cell.selected:hover {
  background-color: #3273dc;
  color: #fff;
  font-weight: 600;
}

.datepicker-cell.disabled {
  color: #dcdcdc;
}

.datepicker-cell.next:not(.disabled), .datepicker-cell.prev:not(.disabled) {
  color: #7a7a7a;
}

.datepicker-cell.next.selected, .datepicker-cell.prev.selected {
  color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  background-color: #f5f5f5;
  border-radius: 0;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #efefef;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e9e9e9;
}

.datepicker-cell.today:not(.selected) {
  background-color: #00d1b2;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #00ccad;
}

.datepicker-cell.range-end:not(.selected), .datepicker-cell.range-start:not(.selected) {
  background-color: #b8b8b8;
  color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected), .datepicker-cell.range-start.focused:not(.selected) {
  background-color: #b3b3b3;
}

.datepicker-cell.range-start:not(.range-end) {
  border-radius: 4px 0 0 4px;
}

.datepicker-cell.range-end:not(.range-start) {
  border-radius: 0 4px 4px 0;
}

.datepicker-cell.range {
  background-color: #dcdcdc;
  border-radius: 0;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d7d7d7;
}

.datepicker-cell.range.disabled {
  color: #c6c6c6;
}

.datepicker-cell.range.focused {
  background-color: #d1d1d1;
}

.datepicker-input.in-edit {
  border-color: #276bda;
}

.datepicker-input.in-edit:active, .datepicker-input.in-edit:focus {
  box-shadow: 0 0 0.25em 0.25em rgba(39, 107, 218, 0.2);
}

/**
 * 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;
}

.js_use-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.js_use-bg > * {
  position: absolute;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  background-size: inherit;
  background-repeat: inherit;
  background-position: inherit;
  object-fit: cover;
}

.text-bold {
  font-weight: 700;
}

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

@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);
  }
}
.section-title {
  margin-top: 0;
  margin-bottom: 7rem;
  font-family: var(--ff-title);
  font-size: var(--fz-title);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.11rem;
  leading-trim: both;
  text-edge: cap;
}
@media (max-width: 1099px) {
  .section-title {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 991px) {
  .section-title {
    letter-spacing: 0.05rem;
    margin-bottom: 3rem;
  }
}

.section-buttons {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: inline-grid;
  row-gap: 3rem;
}
@media (max-width: 991px) {
  .section-buttons {
    row-gap: 1.2rem;
  }
}

.container.section-buttons {
  display: grid;
}

.text-sub {
  color: var(--fg-regular, #FFF);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--ff-regular);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.096rem;
}

.text-sub--square::after {
  content: "2";
  font-size: 0.6em;
  position: relative;
  bottom: 0.45em;
  left: 0.1em;
}

.text-italic {
  font-style: italic;
}

.section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .section__head {
    display: block;
  }
}

:root {
  --tr-jolly-enter: cubic-bezier(0.5, 0, 0.5, 1);
  --tr-jolly-leave: cubic-bezier(0.5, 0, 0.5, 1);
  --c-b_modal-closer-hover: #ff3b30;
  --z-b_modal: 1234567890;
  --overlay-bg: rgba(241, 87, 63, 0);
  --overlay-bg-visible: rgba(241, 87, 63, 0.52);
  --overlay-bg-filter: blur(0.2em);
  --bg-b_modal-closer: #fff;
  --closer-radius: 9999px;
  --closer-icon-color: var(--c-secondary);
  --closer-right: 1.5rem;
  --closer-top: 1.5rem;
}

.b_modal__storage {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-b_modal);
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.b_modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: var(--overlay-bg);
  transition: all 0.5s var(--tr-jolly-leave);
}

.b_modal__overlay._show {
  pointer-events: initial;
  background-color: var(--overlay-bg-visible);
  transition: all 0.5s var(--tr-jolly-enter);
  backdrop-filter: blur(0.2em);
}

.b_modal__aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1em;
}

.b_modal__content {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s ease;
  transition: all 0.5s var(--tr-jolly-enter);
  transform: scale(0.86);
}

.b_modal {
  transition: var(--tr-regular);
  opacity: 0;
  transform: translateY(25rem) scale(0.8);
  transition: all 0.5s var(--tr-jolly-leave), opacity 0.3s var(--tr-jolly-leave);
}

._show .b_modal {
  transform: translateY(0) scale(1);
  opacity: 1;
  transition: all 0.5s var(--tr-jolly-enter), opacity 0.3s var(--tr-jolly-leave);
}

.b_modal__closer {
  position: absolute;
  top: var(--closer-top);
  right: var(--closer-right);
  display: block;
  width: 2.5em;
  height: 2.5em;
  font-size: 1.4rem;
  color: transparent;
  transition: all 0.3s ease;
  background-color: var(--bg-b_modal-closer);
  border-radius: var(--closer-radius, 1rem);
  transform: scale(0);
}

._show .b_modal__closer {
  transform: scale(1);
}

.b_modal__closer::before,
.b_modal__closer::after {
  --closer-color: var(--closer-icon-color, rgba(0,0,0, 1));
  content: "";
  position: absolute;
  top: 47%;
  right: 0;
  left: 0;
  display: block;
  width: 53%;
  height: 6%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1em;
  background-color: var(--closer-color);
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .b_modal__closer::before,
  .b_modal__closer::after {
    top: 49%;
    width: 52%;
  }
}

.b_modal__closer::before {
  transform: rotate(45deg);
}

.b_modal__closer::after {
  transform: rotate(-45deg);
}

@media (any-hover: hover) {
  .b_modal__closer:hover::before,
  .b_modal__closer:hover::after {
    --closer-color: var(--c-b_modal-closer-hover);
  }
}

.b_modal--scrollable {
  padding-bottom: 0;
}

.b_modal--scrollable._show .b_modal__aligner {
  padding-top: 8em;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .b_modal--scrollable._show .b_modal__aligner {
    align-items: flex-start;
  }
}

.b_modal--slide-left {
  transform: translateX(100%);
  opacity: 1;
}

._show .b_modal--slide-left {
  transform: translateX(0);
}

.swiper-pagination {
  position: static;
  display: flex;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .swiper-pagination {
    justify-content: center;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  --size: 2.6em;
  --width: var(--size);
  --height: var(--size);
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  margin-right: 2em;
  background: #fff;
  border-radius: var(--size);
}
@media (max-width: 991px) {
  .swiper-pagination .swiper-pagination-bullet {
    --size: 1.6em;
  }
}

.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  display: block;
  background-color: var(--c-secondary);
  border-radius: inherit;
  transition: all 0.35s var(--tr-jolly-enter);
  opacity: 0;
  transform: scale(0);
}
@media (max-width: 991px) {
  .swiper-pagination .swiper-pagination-bullet::before {
    width: 0.8em;
    height: 0.8em;
  }
}

.swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
  transform: scale(1);
}

/*
.swiper-pagination {
	display: flex;
	justify-content: space-between;
	max-width: 44rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-pagination-bullet  {
	width: 100%;
	display: block;
	height: 0.2rem;
	background-color: rgba(255, 255, 255, 0.20);
	transition: var(--tr);
	margin-left: 0.8rem;
	margin-right: 0.8rem;
	border-radius: 0.2rem;

	@media (max-width: $tablet) {
		margin-left: 0.4rem;
		margin-right: 0.4rem;
	}
}

.swiper-pagination-bullet:first-child  {
	margin-left: 0;
}
.swiper-pagination-bullet:last-child  {
	margin-right: 0;
}


.swiper-pagination-bullet-active {
	background-color: var(--c-primary);
}

.swiper-button-next:empty,
.swiper-button-prev:empty {
	width: 5rem;
	height: 2.4rem;
	position: relative;
}
.swiper-button-next:empty::before,
.swiper-button-prev:empty::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.swiper-button-prev {
}
.swiper-button-prev:empty::before {
	background-image: url("../img/sklh_common/arrow-left.svg");
}

.swiper-button-next {
}
.swiper-button-next:empty::before {
	background-image: url("../img/sklh_common/arrow-right.svg");
}


.swiper-button-next:empty::after,
.swiper-button-prev:empty::after {
	content: "";
	z-index: 1;
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: blur(0.7rem);
	transition: all 0.3s ease;
	background: rgba(215, 191, 127, 0.80);
}

.swiper-button-next:empty:hover::after,
.swiper-button-prev:empty:hover::after {
	@media (any-hover:hover) {
		opacity: 0.5;
	}
}

*/
.wysiwyg {
  --wysiwyg-fz: 1rem;
  --accent: var(--c-primary);
  --fg: var(--fg-regular);
  --fw-regular: 300;
  --fw-title: 700;
  --lh-regular: 1.2;
  --ls-regular: 0;
  --bg-marker-ul: var(--fg);
  --size-marker-ul: 0.2em;
  --top-marker-ul: 0.5em;
  --left-marker-ul: -0.85em;
  --fz-ul: 2em;
  --lh-ul: 1.25;
  --ls-ul: var(--ls-regular);
  --margin-bottom-ul: 2em;
  --padding-left-ul: 1.55em;
  --margin-bottom-li: 0.2em;
  --fz-p: 1.25em;
  --lh-p: var(--lh-regular);
  --ls-p: var(--ls-regular);
  --margin-top-p: 1em;
  --margin-bottom-p: 1em;
  --fz-h1: 5.5em;
  --lh-h1: 1;
  --margin-top-h1: 0.72em;
  --margin-bottom-h1: 0.36em;
  --fz-h2: 5.5em;
  --lh-h2: 1;
  --margin-top-h2: 0.72em;
  --margin-bottom-h2: 0.36em;
  --fz-h3: 4.4em;
  --lh-h3: 1;
  --margin-top-h3: 0.9em;
  --margin-bottom-h3: 0.45em;
  --fz-h4: 3.5em;
  --lh-h4: 1;
  --margin-top-h4: 1.14em;
  --margin-bottom-h4: 0.57em;
  --fz-h5: 2.8em;
  --lh-h5: 1;
  --margin-top-h5: 1.42em;
  --margin-bottom-h5: 0.71em;
  --fz-h6: 2.0em;
  --lh-h6: 1;
  --margin-top-h6: 1em;
  --margin-bottom-h6: 1em;
  font-size: var(--wysiwyg-fz);
  font-weight: var(--fw-regular);
  color: var(--fg-text);
  line-height: var(--lh-regular);
  /* Стили для цитат */
  /* Стили для таблиц */
  /* Стили для кода */
  /* Дополнительные стили, которые могут понадобиться */
}
@media (max-width: 991px) {
  .wysiwyg {
    --lh-regular: 1.25;
  }
}
@media (max-width: 991px) {
  .wysiwyg {
    --fz-ul: 1.2em;
    --top-marker-ul: 0.3em;
    --left-marker-ul: -0.85em;
  }
}
@media (max-width: 991px) {
  .wysiwyg {
    --fz-p: 1.2em;
    --margin-bottom-p: 1.4em;
  }
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: var(--fw-title);
  color: var(--fg);
}
.wysiwyg h1 {
  font-size: var(--fz-h1);
  line-height: var(--lh-h1);
  margin-top: var(--margin-top-h1);
  margin-bottom: var(--margin-bottom-h1);
}
.wysiwyg h2 {
  font-size: var(--fz-h2);
  line-height: var(--lh-h2);
  margin-top: var(--margin-top-h2);
  margin-bottom: var(--margin-bottom-h2);
}
.wysiwyg h3 {
  font-size: var(--fz-h3);
  line-height: var(--lh-h3);
  margin-top: var(--margin-top-h3);
  margin-bottom: var(--margin-bottom-h3);
}
.wysiwyg h4 {
  font-size: var(--fz-h4);
  line-height: var(--lh-h4);
  margin-top: var(--margin-top-h4);
  margin-bottom: var(--margin-bottom-h4);
}
.wysiwyg h5 {
  font-size: var(--fz-h5);
  line-height: var(--lh-h5);
  margin-top: var(--margin-top-h5);
  margin-bottom: var(--margin-bottom-h5);
}
.wysiwyg h6 {
  font-size: var(--fz-h6);
  line-height: var(--lh-h6);
  margin-top: var(--margin-top-h6);
  margin-bottom: var(--margin-bottom-h6);
}
.wysiwyg p {
  font-size: var(--fz-p);
  line-height: var(--lh-p);
  letter-spacing: var(--ls-p);
  margin-top: var(--margin-top-p);
  margin-bottom: var(--margin-bottom-p);
}
.wysiwyg p + h1,
.wysiwyg p + h2,
.wysiwyg p + h3,
.wysiwyg p + h4,
.wysiwyg p + h5,
.wysiwyg p + h6 {
  margin-top: 1.5em;
}
.wysiwyg > *:first-child {
  margin-top: 0;
}
.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg a {
  color: var(--accent);
  text-decoration: none;
  --border-color: var(--accent);
  background-image: linear-gradient(to bottom, var(--border-color) 0, var(--border-color) 100%);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 0.1rem 0.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.wysiwyg a:hover {
  color: var(--c-accent-second);
}
.wysiwyg blockquote {
  margin: 1.4em 0;
  padding: 1.5em 3em;
  font-size: var(--fz-p);
  border-left: 0.2rem solid var(--fg);
}
@media (max-width: 575px) {
  .wysiwyg blockquote {
    padding: 1.5em 1em;
    border-left: 0.5rem solid var(--fg);
  }
}
.wysiwyg blockquote *:first-child {
  margin-top: 0;
}
.wysiwyg img {
  width: 100%;
  display: block;
  margin-bottom: 7.2rem;
}
@media (max-width: 575px) {
  .wysiwyg img {
    margin-bottom: 3.5rem;
  }
}
.wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}
.wysiwyg th,
.wysiwyg td {
  padding: 0.5em;
  border-bottom: 1px solid #f8f8f8;
}
.wysiwyg pre {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  padding: 0.5em;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  overflow-x: auto;
  font-family: monospace;
}
.wysiwyg code {
  font-family: monospace;
  color: #333;
  background-color: #f8f8f8;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg ul,
.wysiwyg ol {
  margin-bottom: var(--margin-bottom-ul);
  padding-left: var(--padding-left-ul);
  font-size: var(--fz-ul);
  line-height: var(--lh-ul);
  letter-spacing: var(--ls-ul);
}
.wysiwyg p + ul,
.wysiwyg p + ol {
  margin-top: calc(0px - (var(--margin-bottom-p) / 3.5));
}
.wysiwyg ol li,
.wysiwyg ul li {
  list-style: none;
  position: relative;
}
.wysiwyg ol {
  counter-reset: ol;
}
.wysiwyg ol > li {
  counter-increment: ol;
  list-style: none;
  position: relative;
}
.wysiwyg ol > li::before {
  content: counter(ol) ")";
  position: absolute;
  left: calc(0px - var(--list-gap));
  font-weight: 700;
}
.wysiwyg li {
  list-style: initial;
  margin-bottom: var(--margin-bottom-li);
}
.wysiwyg li:last-child {
  margin-bottom: 0;
}
.wysiwyg ol ul li {
  list-style: initial;
}
.wysiwyg button {
  margin-bottom: 3rem;
}
.wysiwyg img {
  margin-bottom: 3rem;
}
.wysiwyg ol ul li::before,
.wysiwyg ul li::before {
  content: "";
  top: var(--top-marker-ul);
  left: var(--left-marker-ul);
  position: absolute;
  display: block;
  --size: var(--size-marker-ul);
  max-width: var(--size);
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
  border-radius: 9999px;
  background-color: var(--bg-marker-ul);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wysiwyg ul > ul li::before {
  border-radius: 0;
}

.logo {
  width: 100%;
  display: block;
}

.logo__img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.fancybox__container {
  z-index: 10000000000;
}

.fancybox__thumbs {
  padding-bottom: 1.375rem;
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  display: none;
}

.fancybox__thumbs .carousel__slide {
  padding: 0.375rem;
  border-radius: 0.375rem;
}

.fancybox__thumbs .carousel__slide.is-nav-selected {
  border: 1px solid #fff;
}

.fancybox__thumbs .carousel__slide {
  width: var(--fancybox-thumbs-width, 6rem);
}

.fancybox__thumbs .carousel__slide.has-video::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 3.75rem;
  display: block;
  background-image: url("../img/common/play-icon-mask.svg");
  background-position: 22px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: #fff;
  width: 3.75rem;
  height: 2.625rem;
}

.fancybox__nav svg {
  display: none;
}

.fancybox__nav .carousel__button {
  width: 3.75rem;
  height: 2.5rem;
  border-radius: 3.75rem;
  background-color: #fff;
  transition: 0.3s all ease;
}
@media (max-width: 768px) {
  .fancybox__nav .carousel__button {
    display: none;
  }
}

.fancybox__nav .carousel__button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
}

.fancybox__nav .carousel__button.is-next::after {
  transform: scaleX(-1);
}

.fancybox__nav .carousel__button.is-prev {
  left: 1.25rem;
}

.fancybox__nav .carousel__button.is-next {
  right: 1.25rem;
}

@media (any-hover: hover) {
  .fancybox__nav .carousel__button:hover {
    background-color: #000;
  }
}

@media (any-hover: hover) {
  .fancybox__nav .carousel__button:hover::after {
    background-color: #fff;
  }
}

.socials {
  display: flex;
  align-items: center;
  /*  --icon-size: 6rem;
    --icon-gap: 2.3rem;
    --link-padding: 1.4rem;
    --icon-brad: 9999px;

    @media (max-width: $mobile-lg) {
      --icon-size: 4rem;
      --icon-gap: 1.5rem;
      --link-padding: 0.9rem;
    }
  */
}

.socials__link {
  display: block;
  width: var(--icon-size);
  min-width: var(--icon-size);
  max-width: var(--icon-size);
  height: var(--icon-size);
  min-height: var(--icon-size);
  max-height: var(--icon-size);
  margin-right: var(--icon-gap);
  transition: var(--tr-regular);
  border-radius: var(--icon-brad);
  padding: var(--link-padding);
  border: 1px solid var(--c-border);
}

.socials__link:last-child {
  margin-right: 0;
}

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

.socials__icon--whatsapp {
  background: linear-gradient(0deg, #20B038 0%, #60D66A 100%);
}

.socials__icon--telegram {
  background: linear-gradient(180deg, #2AABEE 0%, #229ED9 99.26%);
}

.socials__icon--vk {
  background: linear-gradient(45deg, #025BC7 0.73%, #0089FD 91.97%);
}

.socials {
  --icon-size: 2.4rem;
  --icon-gap: 1.6rem;
  --link-padding: 1.4em;
  --icon-brad: 9999px;
}
@media (max-width: 413px) {
  .socials {
    --icon-size: 4rem;
    --icon-gap: 1.5rem;
    --link-padding: 0.9rem;
  }
}
@media (max-width: 991px) {
  .socials {
    --icon-size: 3.4rem;
    --icon-gap: 0rem;
    --link-padding: 0.8rem;
  }
}

.socials__link {
  position: relative;
  width: auto;
  box-sizing: content-box;
  background: #fff;
  transition: all 0.35s var(--tr-jolly-enter);
}

@media (any-hover: hover) {
  .socials__link:hover {
    --icon-color: #fff;
  }
}

.socials__icon {
  position: relative;
  z-index: 2;
}

.socials__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--c-secondary);
  border-radius: 9999px;
  transition: all 0.35s ease;
  transform: scale(0);
  opacity: 0;
}

@media (any-hover: hover) {
  .socials__link:hover::before {
    transform: scale(1);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .socials__link--tel {
    display: none;
  }
}

.menu {
  font-size: 1rem;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.3s var(--tr-jolly-enter);
  pointer-events: none;
}

.menu--visible {
  background: var(--c-secondary);
  transition: all 0.3s var(--tr-jolly-enter) 0.1s;
  pointer-events: initial;
}

.menu__nav {
  opacity: 0;
  background: var(--bg-panel);
  border-radius: 0 0 var(--brad) var(--brad);
  padding-top: 14.2em;
  padding-left: 15.3em;
  padding-bottom: 9.4em;
  transform: translateY(-100%);
  transition: all 0.3s var(--tr-jolly-enter);
  min-height: 96.6vh;
  height: calc(100% - 1.6em);
}
@media (max-width: 991px) {
  .menu__nav {
    padding-top: 12.1em;
    padding-left: 1.6em;
    height: 100%;
  }
}
@media (min-width: 2559px) {
  .menu__nav {
    padding-top: 11.2em;
  }
}

.menu--visible .menu__nav {
  transform: translateY(0);
  opacity: 1;
}

.menu__nav-links {
  font-family: var(--ff-title);
  max-width: 56em;
  height: 100%;
}
@media (max-width: 1439px) {
  .menu__nav-links {
    max-width: 64em;
  }
}
@media (max-width: 991px) {
  .menu__nav-links {
    max-width: 32em;
  }
}
@media (max-width: 575px) {
  .menu__nav-links {
    max-width: 100%;
  }
}

.menu__nav-item {
  font-size: 6.8em;
  line-height: 1.17;
  margin-bottom: -0.045em;
  transition: color 0.3s ease, letter-spacing 0.3s ease, transform 0.3s ease 0.35s;
}
@media (max-width: 1439px) {
  .menu__nav-item {
    font-size: 6.5em;
  }
}
@media (max-width: 991px) {
  .menu__nav-item {
    font-size: 3.5em;
    margin-bottom: 0.1em;
  }
}
@media (min-width: 2560px) {
  .menu__nav-item {
    font-size: 5.5em;
  }
}

@media (any-hover: hover) {
  .menu__nav-item:hover {
    color: var(--c-accent-second);
    letter-spacing: 1.36rem;
  }
}

.menu__nav-item:nth-of-type(2),
.menu__nav-item:nth-of-type(5),
.menu__nav-item:nth-of-type(7) {
  text-align: right;
}

@media (any-hover: hover) {
  .menu__nav-item:nth-of-type(1):hover .menu__nav-text {
    transform: translateX(5.8rem);
  }
}

@media (any-hover: hover) {
  .menu__nav-item:nth-of-type(2):hover .menu__nav-text {
    transform: translateX(-7.2rem);
  }
}

@media (any-hover: hover) {
  .menu__nav-item:nth-of-type(3):hover .menu__nav-text {
    transform: translateX(6.2rem);
  }
}

@media (any-hover: hover) {
  .menu__nav-item:nth-of-type(4):hover .menu__nav-text {
    transform: translateX(9.1rem);
  }
}

@media (any-hover: hover) {
  .menu__nav-item:nth-of-type(5):hover .menu__nav-text {
    transform: translateX(-5.7rem);
  }
}

@media (any-hover: hover) {
  .menu__nav-item:nth-of-type(6):hover .menu__nav-text {
    transform: translateX(5.4rem);
  }
}

@media (any-hover: hover) {
  .menu__nav-item:nth-of-type(7):hover .menu__nav-text {
    transform: translateX(-6rem);
  }
}

.menu__nav-text {
  display: block;
  transition: inherit;
}

.menu__nav-link {
  line-height: inherit;
  font-size: inherit;
  display: block;
  transition: inherit;
}

.tabs__tablist {
  margin-top: -2rem;
  margin-bottom: 10.5rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1099px) {
  .tabs__tablist {
    margin-top: -1rem;
    justify-content: flex-start;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .tabs__tablist {
    margin-bottom: 3.2rem;
  }
}

.tabs__panel {
  max-height: 0.01rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.45s var(--tr-jolly-enter), overflow 1s ease 0.65s;
  transform: scale(0.7);
}

.tabs__panel.active {
  max-height: 46vh;
  pointer-events: initial;
}
.tabs__panel.active::-webkit-scrollbar {
  width: 5px;
  height: 100%;
}
.tabs__panel.active::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}
.tabs__panel.active::-webkit-scrollbar-thumb {
  background-color: #FFE600;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .tabs__panel.active {
    max-height: 200rem;
  }
}

.tabs__panel.tab--animated {
  opacity: 1;
  transform: scale(1);
  overflow-y: auto;
  overflow-x: hidden;
}

.tabs__button-icon-horizontal {
  height: 2.4rem;
}
@media (max-width: 991px) {
  .tabs__button-icon-horizontal {
    height: 2rem;
  }
}

@media (max-width: 991px) {
  .tabs__button-list-wrap {
    overflow: hidden;
    width: calc(100% + 2 * 1.6rem);
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}

@media (max-width: 991px) {
  .tabs__button-list {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    overflow: auto;
    margin-bottom: -2rem;
  }
}

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

.blob-button {
  position: relative;
  font-size: 1rem;
  background-image: url("../img/hero.insm/play-blob.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.blob-button__play {
  position: absolute;
  top: 3em;
  left: 1.5em;
  display: block;
  background-image: url("../img/common.insm/play.svg");
  background-size: 3em;
  background-position: center;
  background-repeat: no-repeat;
  --size: 8em;
  --width: var(--size);
  --height: var(--size);
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  border: 0.4em solid #fff;
  border-radius: 999em;
}
@media (max-width: 991px) {
  .blob-button__play {
    --size: 3.8em;
    background-size: 2em;
    border-width: 0.3em;
    top: 1.3em;
    left: 0.4em;
  }
}

.blob-button__text {
  position: absolute;
  right: 137%;
  font-family: var(--ff-title);
  color: var(--c-primary);
  line-height: 1;
  top: 1.9em;
  display: block;
  width: 6em;
  height: 2.9em;
  background-image: url("../img/hero.insm/button-title.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
}
@media (max-width: 991px) {
  .blob-button__text {
    width: 4em;
    height: 1.9em;
    top: 0.7em;
    right: 135%;
  }
}

.round-button {
  --fg: var(--c-primary);
  --size: 7em;
  position: relative;
  display: block;
  width: var(--size);
  min-width: var(--size);
  max-width: var(--size);
  height: var(--size);
  min-height: var(--size);
  max-height: var(--size);
  font-size: 1rem;
  color: var(--fg);
}
@media (max-width: 991px) {
  .round-button {
    --size: 6em;
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.round-button__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common.insm/order-now.svg");
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .round-button:hover .round-button__text {
    transform: rotate(360deg) scale(0.9);
  }
}

.round-button__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 60%;
  border-radius: 99999px;
  z-index: 2;
  border: 0.4em solid;
  margin: auto;
  padding: 0.8em;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .round-button:hover .round-button__icon {
    background: var(--fg);
    --icon-color: var(--fg-on);
  }
}

.fixed-widget-list {
  font-size: 1em;
  max-width: var(--w-container);
  padding-left: var(--p-container);
  padding-right: var(--p-container);
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  bottom: 2.8em;
  left: 0;
  right: 0;
  width: 100%;
  z-index: var(--z-header);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  pointer-events: none;
}
@media (max-width: 991px) {
  .fixed-widget-list {
    padding: 0;
    bottom: 1.6em;
  }
}
@media (max-width: 991px) {
  .fixed-widget-list {
    bottom: 3.5em;
    justify-content: center;
  }
}

.fixed-widget {
  pointer-events: initial;
  --offset-horizontal: 6em;
  font-size: 1rem;
  position: relative;
  z-index: var(--z-header);
  background-color: #fff;
  border: 0.4em solid var(--c-secondary);
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fixed-widget-phone {
  padding: 2em 1.5em 1.7em;
  transition: all 0.35s ease;
  color: var(--c-secondary);
}
@media (max-width: 991px) {
  .fixed-widget-phone {
    display: none;
  }
}

@media (any-hover: hover) {
  .fixed-widget-phone:hover {
    background: var(--c-secondary);
    border-color: #fff;
    color: #fff;
  }
}

.fixed-widget__text {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1;
  color: inherit;
}

.fixed-widget__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.fixed-widget__socials {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .fixed-widget__socials {
    flex-direction: row;
    --icon-size: 2.6rem;
    --icon-gap: 0rem;
    --link-padding: 1.3rem;
  }
}

.fixed-widget__socials .socials__link {
  margin-left: auto;
  margin-right: auto;
}

.fixed-widget__socials .socials__link:last-of-type {
  margin-right: auto;
}

.price-table {
  font-size: 1rem;
  margin-bottom: 1.8em;
}

.price-table:last-of-type {
  margin-bottom: 0;
}

.price-table__row {
  display: grid;
  grid-template-columns: 60% 14% 24%;
  gap: 2em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .price-table__row {
    gap: 1em;
    grid-template-columns: 50% 12% 32%;
    margin-bottom: 3em;
  }
}

.price-table__row p {
  text-transform: initial;
}

.price-table__row:last-child {
  margin-bottom: 0;
}

.price-table__cell {
  font-size: 1.4em;
  font-weight: 700;
}
@media (max-width: 991px) {
  .price-table__cell {
    font-size: 1.2em;
  }
}

.price-table__cell p:not(:only-child):first-child {
  font-size: 1.42em;
  margin-top: 0.2em;
  margin-bottom: 0.7em;
  text-transform: uppercase;
  color: var(--fg-accent);
}
@media (max-width: 991px) {
  .price-table__cell p:not(:only-child):first-child {
    font-size: 1.167em;
    margin-bottom: 0.9em;
  }
}

@media (max-width: 991px) {
  .price-table__cell:last-child:nth-child(2) {
    grid-column: 3/4;
  }
}

.price-table__cell:last-child:nth-child(2) + .price-table__cell:nth-child(1) {
  display: none;
}

.price-table__cell p:not(:only-child):first-child:empty {
  height: 2em;
}

.price-table__cell:nth-of-type(2),
.price-table__cell:nth-of-type(3) {
  text-align: center;
  font-weight: 500;
}

.price-table__head {
  color: var(--fg-accent);
  text-transform: initial;
  position: sticky;
  top: 0;
}

.price-table__head .price-table__cell:first-child {
  justify-self: start;
}

.price-table__head .price-table__cell {
  font-weight: 400;
}

@media (max-width: 991px) {
  .price-table--columned .price-table__row {
    grid-template-columns: 100%;
  }
}

@media (max-width: 991px) {
  .price-table--columned .price-table__head {
    display: none;
  }
}

@media (max-width: 991px) {
  .price-table--columned .price-table__cell:nth-of-type(2),
  .price-table--columned .price-table__cell:nth-of-type(3) {
    display: flex;
  }
}

.price-table--columned .price-table__cell:nth-of-type(2) p:first-child,
.price-table--columned .price-table__cell:nth-of-type(3) p:first-child {
  opacity: 0;
}
@media (max-width: 991px) {
  .price-table--columned .price-table__cell:nth-of-type(2) p:first-child,
  .price-table--columned .price-table__cell:nth-of-type(3) p:first-child {
    opacity: 1;
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 0;
    height: initial;
    margin-right: 0.7em;
  }
}

.price-table--columned .price-table__cell:first-child {
  margin-bottom: 1em;
}

.price-table--columned .price-table__cell:first-child p {
  font-weight: 400;
}

.price-table--columned .price-table__cell p:not(:only-child):first-child {
  font-weight: 500;
}

.accordion-carousel {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .accordion-carousel__swiper {
    margin-bottom: 3.4em;
  }
}
@media (min-width: 1366px) {
  .accordion-carousel__swiper {
    margin-bottom: 5.8em;
  }
}
@media (min-width: 1440px) {
  .accordion-carousel__swiper {
    margin-bottom: 1.8em;
  }
}

.accordion-carousel__slide {
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .accordion-carousel__slide {
    display: grid;
    gap: var(--gap);
  }
}

.accordion-carousel__slide .news-card {
  margin-left: 2em;
  margin-right: 2em;
}
@media (max-width: 991px) {
  .accordion-carousel__slide .news-card {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .accordion-carousel__slide .news-card {
    max-width: 8em;
  }
}

@media (min-width: 992px) {
  .accordion-carousel__slide .news-card.active {
    max-width: 32em;
  }
}

.accordion-carousel__slide .news-card:first-of-type {
  margin-left: 0;
}

.accordion-carousel__slide .news-card:last-of-type {
  margin-right: 0;
}

@media (min-width: 992px) {
  .accordion-carousel__slide .news-card.active {
    flex: 4;
  }
}

@media (min-width: 992px) {
  .accordion-carousel__slide .news-card.active .news-card__media::before {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .accordion-carousel__slide .news-card.active .news-card__title {
    opacity: 0;
  }
}

/*
.accordion-carousel__slide .news-card .news-card__title {
	@media (min-width: $tablet + 1) {
		max-width: 1em;
		transform: translateY(-2em);
		opacity: 0;
	}
}
 */
@media (min-width: 992px) {
  .accordion-carousel__slide .news-card:not(.active) .news-card__title {
    max-width: 1em;
    transform: translateY(-2em);
    opacity: 0;
  }
}

@media (min-width: 992px) {
  .accordion-carousel__slide .news-card.active .news-card__title {
    transition: opacity var(--transition) 0.3s, transform var(--transition) 0.3s;
    opacity: 1;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .accordion-carousel__slide .news-card .news-card__exerpt {
    max-width: 1em;
    opacity: 0;
    transform: translateY(2em);
  }
}

@media (min-width: 992px) {
  .accordion-carousel__slide .news-card.active .news-card__exerpt {
    --transition: 0.35s var(--tr-jolly-enter);
    transition: opacity var(--transition) 0.3s, transform var(--transition) 0.3s;
    opacity: 1;
    max-width: 100%;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .accordion-carousel .swiper-wrapper {
    display: grid;
    --gap: 3em;
    gap: var(--gap);
  }
}

.accordion-carousel__pagination {
  position: fixed;
  bottom: 4.8em;
}
@media (max-width: 991px) {
  .accordion-carousel__pagination {
    display: none;
  }
}

.news-card {
  --transition: 0.5s ease-in-out;
  font-size: 1rem;
  position: relative;
  border-radius: 5em;
  color: var(--fg-on);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 34em;
  flex: 1;
  transition: all 0.45s var(--tr-jolly-enter);
}
@media (max-width: 1365px) {
  .news-card {
    height: 39em;
  }
}
@media (max-width: 991px) {
  .news-card {
    height: 28em;
    border-radius: 3em;
  }
}

.news-card__media {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.news-card__media::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: inherit;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  transition: all 0.35s var(--tr-jolly-enter);
}
@media (max-width: 991px) {
  .news-card__media::before {
    opacity: 0.3;
  }
}

.news-card__media-pic {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.news-card__media-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.news-card__title {
  --padding: 1.625em;
  padding: var(--padding);
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 1.6em;
  font-weight: 500;
  transition: opacity var(--transition) 0.2, transform var(--transition) 0.2;
}
@media (max-width: 991px) {
  .news-card__title {
    --padding: 1.6em 1.325em;
  }
}

.news-card__icon {
  display: block;
  --size: 1.5em;
  --width: var(--size);
  --height: var(--size);
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  margin-top: -0.2em;
  margin-right: 0.5em;
}

.news-card__link {
  cursor: pointer;
}

.news-card__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.news-card__exerpt {
  --transition: 0.35s var(--tr-jolly-enter);
  --padding: 3em 2.1em;
  padding: var(--padding);
  z-index: 2;
  width: 100%;
  font-size: 1.1em;
  line-height: initial;
  font-weight: 400;
  transition: opacity var(--transition) 0.2, transform var(--transition) 0.2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .news-card__exerpt {
    --padding: 2.3em 2.1em;
    font-size: 1em;
  }
}

.modal-news {
  position: relative;
  --padding: 2em;
  font-size: 1rem;
  max-width: 43.9em;
  min-height: 55.8em;
  background: var(--c-secondary);
  border-radius: 2.5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 80vh;
}
@media (max-width: 991px) {
  .modal-news {
    min-height: initial;
    margin-bottom: 10em;
  }
}

.b_modal__overlay--modal-news .b_modal__aligner {
  padding-top: 8em;
}
@media (max-width: 991px) {
  .b_modal__overlay--modal-news .b_modal__aligner {
    padding-top: 14em;
    padding-left: 0;
    padding-right: 0;
  }
}

.modal-news__media {
  border-radius: inherit;
  margin-bottom: 3.3em;
  height: 28.3em;
  width: 100%;
}
@media (max-width: 991px) {
  .modal-news__media {
    height: 22.5em;
    margin-bottom: 2.4em;
  }
}

.modal-news__media-pic {
  border-radius: inherit;
  display: block;
  width: 100%;
  height: 100%;
}

.modal-news__media-img {
  border-radius: inherit;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-news__body {
  padding-left: var(--padding);
  padding-right: var(--padding);
}

.modal-news__title {
  font-size: 1.6em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.modal-news__content {
  font-size: 1em;
  max-height: 20vh;
  overflow: auto;
  padding-right: 0.5em;
  max-width: 96.5%;
}
.modal-news__content::-webkit-scrollbar {
  width: 5px;
  height: 100%;
}
.modal-news__content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}
.modal-news__content::-webkit-scrollbar-thumb {
  background-color: #FFE600;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .modal-news__content {
    max-height: 21vh;
    max-width: 94.5%;
  }
}

.modal-news__buttons {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: var(--padding);
}

.modal-news__button {
  background-color: #fff;
  --size: 3.6em;
  --width: var(--size);
  --height: var(--size);
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  border-radius: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-news__button-icon {
  display: block;
  width: 70%;
  height: 70%;
  transform: translateX(0.1em);
}

.modal-news__button-prev .modal-news__button-icon {
  transform: translateX(-0.1em) scaleX(-1);
}

.modal-news--loading {
  transform: scale(0.7);
  filter: blur(2em);
  transition: all 0.45s ease;
}

.modal-trainer {
  position: relative;
  --padding: 1.6em;
  font-size: 1rem;
  max-width: 32em;
  background: var(--c-accent-second);
  border-radius: 2.5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 80vh;
}

.b_modal__overlay--modal-trainer .b_modal__aligner {
  padding-top: 8em;
}
@media (max-width: 991px) {
  .b_modal__overlay--modal-trainer .b_modal__aligner {
    padding-top: 3em;
    padding-left: 0;
    padding-right: 0;
  }
}

.modal-trainer__media {
  position: relative;
  border-radius: inherit;
  margin-bottom: 1.1em;
  padding-top: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .modal-trainer__media {
    padding-top: 60%;
    margin-bottom: 1.5em;
  }
}

.modal-trainer__media-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
}

.modal-trainer__media-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.modal-trainer__body {
  padding-left: var(--padding);
  padding-right: var(--padding);
}

.modal-trainer__title {
  font-size: 1.6em;
  margin-bottom: 1.25em;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .modal-trainer__title {
    font-weight: 500;
    margin-bottom: 1.45em;
  }
}

.modal-trainer__content {
  font-size: 0.85714em;
  --lh-regular: 1.15;
  max-height: 20vh;
  overflow: auto;
  padding-right: 0.5em;
}
.modal-trainer__content::-webkit-scrollbar {
  width: 5px;
  height: 100%;
}
.modal-trainer__content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}
.modal-trainer__content::-webkit-scrollbar-thumb {
  background-color: #FFE600;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .modal-trainer__content {
    --lh-regular: 1.25;
    font-size: 1em;
  }
}

.modal-trainer__buttons {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: var(--padding);
}

.modal-trainer__button {
  background-color: #fff;
  --size: 3.6em;
  --width: var(--size);
  --height: var(--size);
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  border-radius: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-trainer__button-icon {
  display: block;
  width: 70%;
  height: 70%;
  transform: translateX(0.1em);
}

.modal-trainer__button-prev .modal-trainer__button-icon {
  transform: translateX(-0.1em) scaleX(-1);
}

.modal-trainer--loading {
  transform: scale(0.7);
  filter: blur(2em);
  transition: all 0.45s ease;
}

.trainer-card {
  font-size: 1rem;
  text-align: center;
}

.trainer-card__media {
  width: 100%;
  height: 26.2em;
  border-radius: 5em;
  margin-bottom: 2em;
}
@media (min-width: 1365px) {
  .trainer-card__media {
    height: 22.2em;
  }
}

.trainer-card__media-pic {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.trainer-card__media-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.trainer-card__name {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1.1em;
  line-height: initial;
  text-transform: uppercase;
}

.trainer-card__desc {
  font-size: 1.2em;
  line-height: initial;
}

/*
    <button class="burger header__burger">
      <span class="burger__line"></span>
      <span class="burger__line"></span>
      <span class="burger__line"></span>
    </button>
*/
.burger {
  --line-width: 47.5%;
  --line-height: 3px;
  --line-offset: 0.8rem;
  --c-burger-line: #000;
  position: relative;
  width: var(--burger-width, 40px);
  height: var(--burger-height, 40px);
  transition: var(--tr);
  margin-left: 3rem;
  cursor: pointer;
}
@media (min-width: 992px) {
  .burger {
    display: none;
  }
}

.burger__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: var(--line-width, 47.5%);
  height: var(--line-height, 0.2rem);
  background: var(--c-burger-line);
  transition: var(--tr);
  border-radius: 2rem;
  pointer-events: none;
}

.burger__line:nth-child(1) {
  transform: translate(-50%, calc(-50% - var(--line-offset)));
}

.burger__line:nth-child(2) {
  transform: translate(-50%, calc(-50% + 0px));
}

.burger__line:nth-child(3) {
  transform: translate(-50%, calc(-50% + var(--line-offset)));
  transform-origin: left;
}

.burger.is-active .burger__line:nth-child(1) {
  transform: translate(-50%, calc(-50% - 0px)) rotate(45deg);
}

.burger.is-active .burger__line:nth-child(2) {
  width: 0;
}

.burger.is-active .burger__line:nth-child(3) {
  transform: translate(-50%, calc(-50% - 0px)) rotate(-45deg);
  transform-origin: unset;
}

.header {
  font-size: 1rem;
  z-index: var(--z-header);
  position: sticky;
  top: 0;
}

.header--burger-opened {
  position: sticky;
  top: 0;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-panel);
  color: var(--fg-panel);
  --brad: 5em;
  border-radius: 0 0 var(--brad) var(--brad);
  --p-container: 3.2em;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (max-width: 991px) {
  .header__container {
    --brad: 2.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    --p-container: 1.6em;
  }
}

.header__logo {
  position: relative;
  z-index: 2;
  max-width: 5em;
}
@media (max-width: 991px) {
  .header__logo {
    max-width: 3.9em;
  }
}

.header__burger {
  background: none;
  --c-burger-line: var(--c-primary);
  --line-width: 100%;
  --line-height: 0.5em;
  --line-offset: 0.9rem;
  --burger-width: 5rem;
  --burger-height: 4.8rem;
  margin: 0;
  z-index: 3;
  transition: all 0.3s ease;
  display: block;
  margin-top: 1em;
  margin-left: 2em;
}
@media (max-width: 991px) {
  .header__burger {
    --line-height: 0.3em;
    --line-offset: 0.7rem;
    --burger-width: 3.3rem;
    --burger-height: 4.6rem;
  }
}

.burger.is-active .burger__line:nth-child(1) {
  transform: translate(-50%, calc(-50% - 0px)) rotate(30deg);
}

.burger.is-active .burger__line:nth-child(3) {
  transform: translate(-50%, calc(-50% - 0px)) rotate(-30deg);
}

.header__burger .burger__line:nth-of-type(2) {
  display: none;
}

.screener {
  font-size: 1rem;
}

.screener--colored,
.screener--colored-primary {
  color: var(--fg-on);
}

.screener--colored-primary .screener__bg {
  background: var(--c-accent-second);
}

.screener--colored .screener__bg {
  background: var(--c-secondary);
}

.screener__content {
  position: relative;
  z-index: 3;
  transition: all 0.3s ease 1s;
}
@media (max-width: 991px) {
  .screener__content {
    padding-bottom: 12em;
  }
}

@media (min-width: 991px) {
  .is-menu-opened .screener__content {
    position: static;
  }
}

.screener__container {
  max-width: 93em;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .screener__container {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }
}

.screener__header {
  padding-top: 5.1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .screener__header {
    padding-top: 3.1em;
  }
}
@media (max-width: 991px) {
  .screener__header {
    flex-direction: column;
  }
}
@media (min-width: 1920px) {
  .screener__header {
    padding-top: 4em;
  }
}
@media (max-width: 1439px) {
  .screener__header {
    padding-top: 4.1em;
  }
}

.screener__title {
  font-size: 10.3em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: initial;
  text-transform: uppercase;
  color: var(--c-secondary);
  margin-right: 0.55em;
  margin-bottom: 0.15em;
  font-family: var(--ff-title);
}
@media (max-width: 991px) {
  .screener__title {
    font-size: 3.6em;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .screener__title {
    font-size: 3em;
  }
}
@media (min-width: 1920px) {
  .screener__title {
    margin-bottom: 0;
  }
}

.screener--colored-primary .screener__title,
.screener--colored .screener__title {
  color: var(--fg-on);
}

.screener__header-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 7.4em;
  margin-top: -2.1em;
}

.screenser__header-column-title {
  font-size: 1.2em;
  margin-bottom: 0.9em;
  color: var(--c-accent-second);
  font-weight: 400;
  line-height: 1;
}

.screenser__header-column-content {
  font-weight: 500;
  color: var(--c-secondary);
}
@media (max-width: 991px) {
  .screenser__header-column-content {
    --fz-p: 1.45em;
  }
}

.screenser__header-column-content a {
  background: none;
}

@media (max-width: 991px) {
  .screenser__header-column-content br {
    display: none;
  }
}

.screener__bg,
.screener__particles-upper,
.screener__particles-bottom {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 0 0 5em 5em;
}
@media (max-width: 991px) {
  .screener__bg,
  .screener__particles-upper,
  .screener__particles-bottom {
    border-radius: 0 0 2.5em 2.5em;
  }
}

.screener__bg {
  height: calc(100% - 2.6em);
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991px) {
  .screener__bg {
    height: 100%;
  }
}

.screener__particles-upper {
  z-index: 4;
  transition: all 0.1s ease;
}

.screener__particles-bottom {
  z-index: 2;
  transition: all 0.1s ease;
}

.is-menu-opened .screener__particles-upper,
.is-menu-opened .screener__particles-bottom {
  opacity: 0;
}

.hero.screener__content {
  overflow: hidden;
}

.hero {
  font-size: 1rem;
  padding-top: 8.2em;
}
@media (max-width: 991px) {
  .hero {
    padding-top: 3.2em;
  }
}

.hero__card {
  position: relative;
  max-width: 100em;
  height: 26.4em;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .hero__card {
    height: 18.5em;
  }
}
@media (max-width: 575px) {
  .hero__card {
    height: 9.5em;
  }
}

.hero__card-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 575px) {
  .hero__card-bg {
    transform: scale(1.1);
  }
}

.hero__card-logo {
  max-width: 36.4em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero__card-logo {
    max-width: 22.6em;
  }
}
@media (max-width: 575px) {
  .hero__card-logo {
    max-width: 11.6em;
  }
}

.hero__bullet-list {
  font-size: 1rem;
  max-width: 75.9em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.8em;
  row-gap: 1.2em;
}
@media (max-width: 991px) {
  .hero__bullet-list {
    row-gap: 1.9em;
    grid-template-columns: 100%;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero__bullet {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.6em;
  text-transform: uppercase;
  color: var(--c-secondary);
  font-weight: 500;
}
@media (max-width: 991px) {
  .hero__bullet {
    font-size: 1.4em;
  }
}

.hero__bullet::before {
  content: "";
  display: block;
  --size: 1.5em;
  --width: var(--size);
  --height: var(--size);
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  background-image: url("../img/common.insm/bullet.svg");
  margin-top: -0.2em;
  margin-right: 0.5em;
}
@media (max-width: 991px) {
  .hero__bullet::before {
    --size: 1.5em;
    margin-top: -0.4em;
    margin-right: 0.7em;
  }
}

.hero__bullet--custom-icon::before {
  display: none;
  content: none;
}

.hero__bullet-icon {
  display: block;
  --size: 1.5em;
  --width: var(--size);
  --height: var(--size);
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  margin-top: -0.2em;
  margin-right: 0.5em;
}
@media (max-width: 991px) {
  .hero__bullet-icon {
    --size: 1.5em;
    margin-top: -0.4em;
    margin-right: 0.7em;
  }
}

.hero__bullet-link {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.hero__button {
  font-size: 1rem;
  margin-left: auto;
  display: block;
  --width: 14em;
  --height: 14em;
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  position: relative;
  z-index: var(--z-header);
  margin-right: 2.3em;
  margin-top: -3.5em;
  margin-bottom: -2.8em;
}
@media (max-width: 991px) {
  .hero__button {
    --width: 6em;
    --height: 6.4em;
    margin-top: -0.3em;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}

.page-home .blob {
  font-size: 1rem;
  display: block;
  position: absolute;
}

@media (max-width: 991px) {
  .page-home .screener__particles-upper {
    overflow: hidden;
  }
}

.page-home .screener__particles-upper .blob:nth-child(1) {
  width: 39.1em;
  height: 50.9em;
  right: 2em;
  top: -0.7em;
}
@media (max-width: 991px) {
  .page-home .screener__particles-upper .blob:nth-child(1) {
    width: 22.1em;
    height: 23.9em;
    right: -8.4em;
    top: -1.7em;
  }
}
@media (max-width: 575px) {
  .page-home .screener__particles-upper .blob:nth-child(1) {
    width: 17.1em;
    height: 18.9em;
  }
}

.page-home .screener__particles-upper .blob:nth-child(2) {
  width: 40.1em;
  height: 57.2em;
  left: 0;
  top: 28.1em;
}
@media (max-width: 991px) {
  .page-home .screener__particles-upper .blob:nth-child(2) {
    width: 24.1em;
    height: 17.2em;
    left: -6em;
    top: 19.6em;
  }
}
@media (max-width: 575px) {
  .page-home .screener__particles-upper .blob:nth-child(2) {
    width: 22.1em;
    height: 17.2em;
    left: -9em;
    top: 16.6em;
  }
}

.page-home .screener__particles-bottom .blob:nth-child(1) {
  width: 44.2em;
  height: 51em;
  left: 14.7em;
  top: 0;
}
@media (max-width: 991px) {
  .page-home .screener__particles-bottom .blob:nth-child(1) {
    width: 32.2em;
    height: 54em;
    left: -2.1em;
    top: -9.5em;
  }
}
@media (max-width: 575px) {
  .page-home .screener__particles-bottom .blob:nth-child(1) {
    width: 22.2em;
    height: 37em;
    top: -8.5em;
  }
}

.map__frame {
  width: 100%;
  display: block;
  height: 38.9rem;
  border-radius: 5em;
  filter: grayscale(100%);
}
@media (max-width: 991px) {
  .map__frame {
    position: absolute;
    top: 9.4em;
    left: 0;
    right: 0;
    padding-left: 1.6em;
    padding-right: 1.6em;
  }
}
@media (max-width: 575px) {
  .map__frame {
    height: 23.5rem;
  }
}

@media (max-width: 991px) {
  .map .screener__header-columns {
    margin-top: 43.7em;
    grid-template-columns: 100%;
    width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    row-gap: 2.1em;
    margin-bottom: 12rem;
  }
}
@media (max-width: 575px) {
  .map .screener__header-columns {
    margin-top: 29.7em;
    margin-bottom: 0;
  }
}

.map__frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
}

.map .screener__particles-bottom .blob:nth-child(1) {
  width: 71.1em;
  height: 61.9em;
  position: absolute;
  right: 0;
  top: 21.8em;
}
@media (max-width: 991px) {
  .map .screener__particles-bottom .blob:nth-child(1) {
    width: 32.1em;
    height: 49.9em;
    position: absolute;
    right: 0;
    top: 2.3em;
    top: -0.7em;
    background-image: url("../img/map.insm/blob-2-mobile.svg") !important;
  }
}

.map .screener__particles-bottom .blob:nth-child(2) {
  width: 15.9em;
  height: 17em;
  position: absolute;
  left: 8em;
  top: 47%;
}
@media (min-width: 992px) {
  .map .screener__particles-bottom .blob:nth-child(2) {
    left: 8.7em;
  }
}
@media (min-width: 1366px) {
  .map .screener__particles-bottom .blob:nth-child(2) {
    left: 18.7em;
  }
}
@media (max-width: 991px) {
  .map .screener__particles-bottom .blob:nth-child(2) {
    width: 9.9em;
    height: 10em;
    position: absolute;
    left: 38.7em;
    top: 52.4em;
  }
}
@media (max-width: 575px) {
  .map .screener__particles-bottom .blob:nth-child(2) {
    left: 18.7em;
    top: 37.4em;
  }
}

.map .screener__bg {
  overflow: visible;
}
@media (max-width: 991px) {
  .map .screener__bg {
    overflow: hidden auto;
  }
}

.map .screener__title {
  margin-bottom: 0;
}

.price {
  overflow: hidden;
}
.price__tabs-button {
  font-size: 1.9em;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  padding: 0.5em 2.3em 0.35em;
  border-radius: 2.5em;
  border: 0.15em solid #FFF;
  transition: all 0.3s ease;
  margin-right: 1.3em;
}
@media (max-width: 991px) {
  .price__tabs-button {
    font-size: 1.2em;
    padding: 0.5em 1.9em 0.3em;
    margin-right: 0.8em;
  }
}

.price__tabs-button:last-of-type {
  margin-right: 0;
}

.price__tabs-button.active {
  background: #FF7A00;
}

.price__tabs-buttons-wrap {
  margin-bottom: 3em;
}
@media (max-width: 991px) {
  .price__tabs-buttons-wrap {
    margin-bottom: 5em;
  }
}

.price__tabs-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.price .screener__particles-bottom .blob:nth-child(1) {
  position: absolute;
  width: 71.4em;
  height: 67.5em;
  top: 0;
  right: -1em;
}
@media (max-width: 991px) {
  .price .screener__particles-bottom .blob:nth-child(1) {
    width: 36.4em;
    top: -4em;
    right: -4em;
  }
}

.price .screener__particles-bottom .blob:nth-child(2) {
  position: absolute;
  width: 15.8em;
  height: 8.6em;
  left: 21.8em;
  bottom: 0;
  top: unset;
}
@media (max-width: 991px) {
  .price .screener__particles-bottom .blob:nth-child(2) {
    display: none;
  }
}

.price-offer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4em;
  padding-bottom: 2em;
}
@media (max-width: 991px) {
  .price-offer {
    grid-template-columns: 100%;
    padding-bottom: 0;
  }
}

.price-offer__media {
  border-radius: 2.5em;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.price-offer__media-pic {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.price-offer__media-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.price-offer__content {
  padding-top: 3.4em;
}
@media (max-width: 991px) {
  .price-offer__content {
    padding-top: 0;
  }
}

.price-offer__title {
  font-size: 2em;
  color: var(--fg-accent);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.2em;
}
@media (max-width: 991px) {
  .price-offer__title {
    font-size: 1.4em;
    margin-bottom: 1.5em;
  }
}

.price-offer__card {
  display: grid;
  grid-template-columns: auto 12em;
  align-items: center;
  margin-bottom: 2em;
}
@media (max-width: 575px) {
  .price-offer__card {
    grid-template-columns: 100%;
    row-gap: 1.2em;
  }
}

.price-offer__card-title {
  font-size: 1.6em;
  color: var(--fg-accent);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.9em;
  line-height: 1;
}
@media (max-width: 991px) {
  .price-offer__card-title {
    font-size: 1.4em;
    margin-bottom: 1.1em;
  }
}

.price-offer__card-desc {
  font-size: 1.4em;
  line-height: initial;
}
@media (max-width: 991px) {
  .price-offer__card-desc {
    font-size: 1.2em;
  }
}

.price-offer__card-cost {
  color: var(--fg-on);
  font-size: 1.4em;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: right;
  padding-right: 0.5em;
}
@media (max-width: 991px) {
  .price-offer__card-cost {
    text-align: left;
  }
}

.price .screener__title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .price .screener__title {
    margin-bottom: 0.45em;
  }
}

.news .screener__particles-bottom .blob:nth-child(1) {
  position: absolute;
  bottom: 0em;
  left: 1.7em;
  width: 79.3em;
  height: 75.8em;
}
@media (max-width: 991px) {
  .news .screener__particles-bottom .blob:nth-child(1) {
    background-image: url("../img/about.insm/blob-1-mobile.svg") !important;
    top: 9.4em;
    right: -15em;
    width: 60.2em;
    left: unset;
    height: 40em;
  }
}

.news .screener__particles-bottom .blob:nth-child(2) {
  position: absolute;
  top: 14.9em;
  right: -6em;
  width: 42.5em;
  height: 56.5em;
}
@media (max-width: 991px) {
  .news .screener__particles-bottom .blob:nth-child(2) {
    display: none;
  }
}

.news .screener__title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .news .screener__title {
    margin-bottom: 0.45em;
  }
}

.events__gallery {
  font-size: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6em;
}
@media (max-width: 991px) {
  .events__gallery {
    grid-template-columns: 100%;
    gap: 3.1em;
  }
}

.events__gallery .news-card__media::before {
  content: "";
  opacity: 1;
}

.single-article {
  --carousel-width: 56.1em;
  font-size: 1rem;
  display: grid;
  grid-template-columns: var(--carousel-width) auto;
  column-gap: 4.4em;
}
@media (max-width: 991px) {
  .single-article {
    grid-template-columns: 100%;
    row-gap: 4.3em;
  }
}

@media (min-width: 992px) {
  .single-article--reverse {
    grid-template-columns: 32em var(--carousel-width);
  }
}
@media (max-width: 991px) {
  .single-article--reverse {
    grid-template-columns: 100%;
  }
}

.single-article-carousel {
  position: relative;
}

.single-article-carousel__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5em;
  padding-right: 2.5em;
}
@media (max-width: 991px) {
  .single-article-carousel__buttons {
    padding-left: 0;
    padding-right: 0;
  }
}

.single-article-carousel__swiper {
  margin-bottom: 2.4em;
}
@media (max-width: 991px) {
  .single-article-carousel__swiper {
    margin-bottom: 3em;
  }
}

.single-article-carousel__button-prev,
.single-article-carousel__button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  position: relative;
  --size: 3em;
  --width: var(--size);
  --height: var(--size);
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  background: #fff;
  border-radius: var(--size);
  margin: 0;
  transition: all 0.3s ease;
}

.single-article-carousel__button-prev::before,
.single-article-carousel__button-next::before {
  content: "";
  position: absolute;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
  border-radius: 9999em;
  background-color: var(--c-secondary);
  transition: all 0.3s ease;
  transform: scale(0.1);
  opacity: 0;
}

@media (any-hover: hover) {
  .single-article-carousel__button-prev:hover::before,
  .single-article-carousel__button-next:hover::before {
    opacity: 1;
    transform: scale(1);
  }
}

.single-article-carousel__button-prev::after,
.single-article-carousel__button-next::after {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  background-image: url("../img/common.insm/arrow-right.svg");
  transition: all 0.3s ease;
}

.single-article-carousel__button-prev::after {
  transform: scaleX(-1);
}

@media (any-hover: hover) {
  .single-article-carousel__button-prev:hover::after,
  .single-article-carousel__button-next:hover::after {
    filter: brightness(0) invert(1);
  }
}

.single-article-carousel__media {
  border-radius: 5em;
  height: 31.5em;
}
@media (max-width: 575px) {
  .single-article-carousel__media {
    height: 26em;
    border-radius: 3.2em;
  }
}

.single-article-carousel__media-pic {
  border-radius: inherit;
  display: block;
  width: 100%;
  height: 100%;
}

.single-article-carousel__media-img {
  border-radius: inherit;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-article__content {
  max-width: 32rem;
  margin-bottom: 1.8em;
}
@media (max-width: 991px) and (min-width: 576px) {
  .single-article__content {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .single-article__content {
    max-height: 30rem;
    overflow: auto;
    padding-right: 0.5em;
  }
  .single-article__content::-webkit-scrollbar {
    width: 5px;
    height: 100%;
  }
  .single-article__content::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
  }
  .single-article__content::-webkit-scrollbar-thumb {
    background-color: #FFE600;
    border-radius: 5px;
  }
}
@media (max-width: 991px) {
  .single-article__content {
    max-width: 100%;
  }
}

.single-article__body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.single-article--reverse .single-article__body {
  width: 100%;
}
@media (min-width: 992px) {
  .single-article--reverse .single-article__body {
    order: -1;
  }
}

.single-article__title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 1.6em;
  text-transform: uppercase;
  line-height: 1.2;
}

.single-article__title--big {
  font-size: 1.8em;
  margin-bottom: 1.2em;
}

.single-article__buttons {
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -0.6em;
}
@media (max-width: 991px) {
  .single-article__buttons {
    width: 100%;
    padding-right: 2em;
  }
}

.single-article__button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 3.7em;
}
@media (max-width: 991px) {
  .single-article__button {
    margin-right: 4em;
  }
}

.single-article__button:last-child {
  margin-right: 0;
}

.single-article__button-icon {
  display: block;
  --size: 4.2em;
  --width: var(--size);
  --height: var(--size);
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  padding: 0.9em;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .single-article__button-icon {
    --size: 3.2em;
    padding: 0.7em;
  }
}

@media (any-hover: hover) {
  .single-article__button:hover .single-article__button-icon {
    filter: brightness(0) invert(1);
  }
}

.single-article__button-wrap {
  position: relative;
  --size: 4.2em;
  border-radius: var(--size);
  background: #fff;
  transition: all 0.3s ease;
  margin-right: 2em;
  overflow: hidden;
}
@media (max-width: 991px) {
  .single-article__button-wrap {
    --size: 3.2em;
  }
}

.single-article__button-wrap::before {
  content: "";
  position: absolute;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
  border-radius: 9999em;
  background-color: var(--c-secondary);
  transition: all 0.3s ease;
  transform: scale(0.1);
  opacity: 0;
}

@media (any-hover: hover) {
  .single-article__button:hover .single-article__button-wrap::before {
    opacity: 1;
    transform: scale(1);
  }
}

.single-article__button-text {
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 600;
}

.training__body {
  display: grid;
  grid-template-columns: 44em 49em;
  gap: 4.5em;
}
@media (max-width: 991px) {
  .training__body {
    grid-template-columns: 100%;
  }
}

.training-carousel {
  max-width: 44em;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .training-carousel {
    margin-right: -1.6rem;
    margin-left: -1.6rem;
    width: calc(100% + 1.6rem * 2);
    max-width: calc(100% + 1.6rem * 2);
  }
}

.training .screener__particles-bottom .blob:nth-child(1) {
  position: absolute;
  width: 69.4em;
  height: 67.5em;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .training .screener__particles-bottom .blob:nth-child(1) {
    width: 35.4em;
    height: 57.5em;
    right: -4em;
  }
}

.training .screener__particles-bottom .blob:nth-child(2) {
  position: absolute;
  width: 15.8em;
  height: 8.6em;
  left: 22.8em;
  bottom: 0;
  top: unset;
}
@media (max-width: 991px) {
  .training .screener__particles-bottom .blob:nth-child(2) {
    background-position: right;
    background-image: url("../img/prices.insm/blob-2-mobile.svg") !important;
    bottom: unset;
    top: 34em;
    width: 23.8em;
    height: 18.6em;
    left: 14.4em;
  }
}

.training-carousel__swiper {
  margin-bottom: 7em;
  width: 100%;
}
@media (min-width: 1365px) {
  .training-carousel__swiper {
    margin-bottom: 2.3em;
  }
}
@media (max-width: 991px) {
  .training-carousel__swiper {
    margin-bottom: 4.3em;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media (min-width: 992px) {
  .training__content {
    padding-top: 0.7em;
  }
}

.training__title {
  font-size: 2.4em;
  font-weight: 700;
  color: var(--fg-accent);
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .training__title {
    font-weight: 700;
    font-size: 2em;
    line-height: 1.1;
  }
}

.training__course-card {
  margin-bottom: 3.1em;
}
@media (max-width: 991px) {
  .training__course-card {
    margin-bottom: 2em;
  }
}

.training__course-card-title {
  font-size: 1.4em;
  font-weight: 700;
  color: var(--fg-accent);
  margin-bottom: 0.6em;
  text-transform: uppercase;
}

.training__course-card-desc {
  font-size: 1.2em;
  line-height: initial;
  margin-bottom: 2.58em;
  max-width: 37em;
}
@media (max-width: 991px) {
  .training__course-card-desc {
    line-height: 1.25;
    margin-bottom: 1.78em;
  }
}

.training__course-card-plan-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .training__course-card-plan-list {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
  }
}

.training__course-card-plan {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4em;
  margin-right: 5em;
}
@media (max-width: 991px) {
  .training__course-card-plan {
    margin-right: 2.5em;
    margin-bottom: 0.85em;
  }
}
@media (max-width: 575px) {
  .training__course-card-plan {
    margin-right: 0;
  }
}

.training__course-card-plan-name {
  color: var(--fg-accent);
  margin-right: 0.4em;
  font-weight: 400;
}
@media (max-width: 991px) {
  .training__course-card-plan-name {
    margin-right: 0.6em;
  }
}

.training__course-card-plan-price {
  font-weight: 700;
}

@media (max-width: 991px) {
  .training .screener__title {
    margin-bottom: 0.4em;
  }
}

.training-carousel__pagination {
  position: fixed;
  bottom: 4.8em;
}
@media (max-width: 991px) {
  .training-carousel__pagination {
    position: static;
  }
}

.about .screener__particles-bottom .blob:nth-child(1) {
  position: absolute;
  top: 20em;
  right: 0em;
  width: 40.6em;
  height: 51.4em;
}
@media (max-width: 991px) {
  .about .screener__particles-bottom .blob:nth-child(1) {
    background-image: url("../img/about.insm/blob-1-mobile.svg") !important;
    top: 9.4em;
    right: -15em;
    width: 60.2em;
    height: 40em;
  }
}

.about .screener__particles-bottom .blob:nth-child(2) {
  position: absolute;
  bottom: 0em;
  left: 0em;
  width: 66.2em;
  height: 43.4em;
}
@media (max-width: 991px) {
  .about .screener__particles-bottom .blob:nth-child(2) {
    display: none;
  }
}

.about .screener__title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about .screener__title {
    margin-bottom: 0.45em;
  }
}

.about .screener__bg {
  height: calc(100% - 11rem);
  top: unset;
  bottom: 0;
  border-radius: 5em 5em 0 0;
}
@media (max-width: 1439px) {
  .about .screener__bg {
    height: calc(100% - 11rem);
  }
}
@media (max-width: 991px) {
  .about .screener__bg {
    height: calc(100% - 6.9rem);
    border-radius: 2.5em 2.5em 0 0;
  }
}

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

/*
@keyframes slide-down {
  from {
    transform: translateY(-110vh);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes fade-down {
  from {
    transform: translateY(-40vh);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body._lock-fixer .main .screener__bg {
  animation-duration: 0.0001s;
}
.main .screener__bg {
  animation-name: slide-down;
  animation-duration: 0.35s;
}

body._lock-fixer .main .screener__content {
  animation-duration: 0.0001s;
}
.main .screener__content {
  animation-name: fade-down;
  animation-duration: 0.45s;
}

.barba-container {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.barba-wrapper {
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
}

.clip-enter {
  -webkit-clip-path: circle(0);
  clip-path: circle(0)
}

.clip-enter-active {
  transition: all .75s var(--easing);
  position: absolute;
  top: 0;
  z-index: 2
}

.clip-enter-to {
  -webkit-clip-path: circle(75%);
  clip-path: circle(75%)
}

.clip-leave {
  opacity: 1
}

.clip-leave-active {
  transition: all .75s var(--easing)
}

.clip-leave-to {
  opacity: 0
}


 */
/*# sourceMappingURL=../maps/style.css.map */
