@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/*! 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.9836065574vw;
}

/* 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;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
html.lenis, html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent], .lenis [data-lenis-prevent-wheel], .lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}
/**
 * Swiper 6.5.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: March 5, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.swiper-container-3d {
  perspective: 1200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

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

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

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

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  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 {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.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-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

html,
body {
  min-height: 100%;
  font-family: "Onest";
  background: white;
  position: relative;
  z-index: 1;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  scroll-behavior: smooth;
}

section {
  z-index: 2;
  position: relative;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  position: relative;
  flex: 1 1 auto;
}
body.is-fixed {
  overflow: hidden;
}

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

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 28, 50, 0.1);
  backdrop-filter: blur(5px);
  z-index: 101;
  display: none;
}
.overlay.is-active {
  display: block;
}
.overlay.is-full {
  display: block;
  z-index: 100;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 66px;
  line-height: 110%;
  margin: 0;
}

h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 120%;
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin-top: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
}

p:last-child {
  margin: 0;
}

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

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.container {
  max-width: 1960px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.page__main {
  flex: 1 1 auto;
}

.pg-big {
  font-size: 5.375rem;
}
.pg-title {
  font-size: 4rem;
}
.pg-mid {
  font-size: 2.25rem;
}
.pg-sub {
  font-size: 1.5rem;
}
.pg-label {
  font-size: 1rem;
}
.pg-p {
  font-size: 0.875rem;
}
.pg-caption {
  font-size: 0.8125em;
}

input {
  outline: none;
  border: none;
  border-radius: 999px;
  color: rgb(28, 30, 32);
  height: 44px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 14px;
  font-size: 1rem;
  font-weight: 500;
}
input::placeholder {
  color: rgb(167, 190, 192);
}

button {
  transition: 0.3s;
}

button:disabled {
  opacity: 0.5;
}

@media (max-width: 1439px) {
  .pg-big {
    font-size: 62px;
  }
  .pg-title {
    font-size: 44px;
  }
  .pg-mid {
    font-size: 28px;
  }
  .pg-sub {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .pg-big {
    font-size: 54px;
  }
  .pg-title {
    font-size: 36px;
  }
  .pg-mid {
    font-size: 24px;
  }
  .pg-sub {
    font-size: 18px;
  }
  .pg-label {
    font-size: 12px;
  }
  .pg-caption {
    font-size: 0.8125em;
  }
}
@media (max-width: 767px) {
  .pg-big {
    font-size: 32px;
  }
  .pg-title {
    font-size: 24px;
  }
  .pg-mid {
    font-size: 14px;
  }
  .pg-sub {
    font-size: 14px;
  }
  .pg-label {
    font-size: 12px;
  }
  .pg-p {
    font-size: 14px;
  }
  .pg-caption {
    font-size: 11px;
  }
  .container {
    padding: 0 16px;
  }
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgb(28, 30, 32);
}
.footer__top {
  margin-bottom: 20px;
}
.footer__img img {
  display: block;
  width: 100%;
}
.footer__link {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 4px;
  display: inline-block;
  color: rgb(246, 246, 246);
}
.footer__link a {
  text-decoration: underline;
  color: inherit;
}
.footer__link:last-child {
  margin-bottom: 0;
}
.footer__grid {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.footer__group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer__group:nth-child(1) {
  max-width: 255px;
}
.footer__group:nth-child(2) {
  max-width: 211px;
}
.footer__group:nth-child(3) {
  max-width: 390px;
}
.footer__group:nth-child(4) {
  max-width: 543px;
}

@media (max-width: 1439px) {
  .footer {
    padding-bottom: 32px;
  }
  .footer__grid {
    flex-wrap: wrap;
    gap: 40px;
  }
  .footer__group {
    width: calc(50% - 20px);
    max-width: none !important;
  }
  .footer__group:nth-child(1) {
    order: 4;
  }
  .footer__group:nth-child(2) {
    order: 1;
  }
  .footer__group:nth-child(3) {
    order: 3;
  }
  .footer__group:nth-child(4) {
    order: 4;
  }
}
@media (max-width: 560px) {
  .footer__grid {
    gap: 36px;
    flex-direction: column;
  }
  .footer__group {
    width: 100%;
  }
  .footer__group:nth-child(1) {
    order: 4;
  }
  .footer__group:nth-child(4) {
    order: 3;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 100;
  padding: 20px 0;
  background: rgb(28, 30, 32);
}
.header.is-scroll {
  padding: 5px 0;
}
.header.is-scroll .header__btn {
  height: 36px;
}
.header.is-scroll .header-logo {
  max-width: 145px;
}
.header.is-scroll .header-logo svg {
  width: 100%;
}
.header.is-black, .header.is-lighter {
  background: rgb(246, 246, 246);
}
.header.is-black .header-logo svg, .header.is-lighter .header-logo svg {
  stroke: rgb(0, 0, 0);
}
.header.is-black .header-logo svg path, .header.is-lighter .header-logo svg path {
  fill: rgb(0, 0, 0);
}
.header.is-black .header__btn, .header.is-lighter .header__btn {
  color: rgb(28, 30, 32);
  border-color: rgb(28, 30, 32);
  background: rgb(246, 246, 246);
}
.header.is-black .header__btn:hover, .header.is-lighter .header__btn:hover {
  color: rgb(246, 246, 246);
  border-color: rgb(28, 30, 32);
  background: rgb(28, 30, 32);
}
.header.is-black .header__burger, .header.is-lighter .header__burger {
  color: rgb(28, 30, 32);
}
.header.is-green {
  background: rgb(226, 246, 100);
}
.header.is-green .header-logo svg {
  stroke: rgb(21, 21, 21);
}
.header.is-green .header-logo svg path {
  fill: rgb(21, 21, 21);
}
.header.is-green .header__btn {
  color: rgb(28, 30, 32);
  background: rgb(226, 246, 100);
  border-color: rgb(28, 30, 32);
}
.header.is-green .header__btn:hover {
  color: rgb(226, 246, 100);
  background: rgb(28, 30, 32);
}
.header.is-green .header__burger {
  color: rgb(28, 30, 32);
}
.header__burger {
  display: none;
  font-weight: 500;
  font-style: Medium;
  line-height: 116%;
  color: rgb(246, 246, 246);
}
.header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header__btn {
  transition: 0.3s;
  height: 44px;
  display: flex;
  align-items: center;
  border: 1px solid rgb(246, 246, 246);
  border-radius: 18px;
  color: rgb(246, 246, 246);
  font-weight: 500;
  line-height: 116%;
  background: rgb(28, 30, 32);
  padding: 0 14px;
}
.header__btn:hover {
  background: rgb(226, 246, 100);
  color: rgb(28, 30, 32);
}
.header-logo {
  max-width: 212px;
  transition: 0.3s;
}
.header-logo svg {
  width: 100%;
  transition: 0.3s;
}
.header-logo svg path {
  transition: 0.3s;
}

@media (max-width: 767px) {
  .header__burger {
    display: block;
  }
  .header__btn {
    display: none;
  }
  .header-logo {
    max-width: 145px;
  }
  .header-logo svg {
    display: block;
    max-width: 100%;
  }
}
@charset "UTF-8";
:root {
  --vh: 100%;
}

.intro {
  background: rgb(28, 30, 32);
}
.intro__body {
  padding-top: 145px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.intro__title {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01rem;
  color: rgb(246, 246, 246);
  max-width: 1009px;
}
.intro__desc {
  color: rgb(167, 190, 192);
  font-weight: 400;
  line-height: 1;
}

.functions {
  background: rgb(246, 246, 246);
  padding-top: 145px;
}
.functions.is-mobile {
  display: none;
}
.functions__main {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.functions__sticky {
  position: sticky;
  top: 145px;
  left: 0;
}
.functions__right {
  flex: 1 1 auto;
}
.functions__left {
  padding-bottom: 90px;
}
.functions__label {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: rgb(28, 30, 32);
  margin-bottom: 40px;
  display: inline-block;
}
.functions__anchors {
  display: flex;
  flex-direction: column;
}
.functions__anchor {
  font-weight: 500;
  line-height: 107%;
  letter-spacing: -0.01rem;
  color: rgb(167, 190, 192);
  transition: 0.3s;
}
.functions__anchor.is-active {
  color: rgb(28, 30, 32);
}
.functions__screen {
  height: 100%;
}
.functions__screen .fs-card {
  box-shadow: 0 2px 6px rgba(28, 30, 32, 0.12);
}
.functions__screen .fs-wound__info {
  width: 100%;
}
.functions__screen.is-wound .fs-wound__info {
  max-width: 521px;
  margin-left: auto;
  min-height: 740px;
}
.functions__screen.is-wound.is-reverse .fs-wound__info {
  margin-right: auto;
  margin-left: 0;
}
.functions__screen.is-wound.is-reverse .fs-card {
  bottom: 60px;
  left: auto;
  right: 0;
}
.functions__screen.is-search .fs-wound__info {
  max-width: 521px;
  margin-left: 0;
  min-height: 600px;
}
.functions__screen.is-service .fs-wound__info {
  max-width: 645px;
  margin-left: 0;
  min-height: 360px;
  margin-left: auto;
}
.functions__screen.is-service .fs-service:not(.is-repair) .fs-wound__info {
  min-height: 417px;
}
.functions__screen.is-service .fs-service:not(.is-repair) .fs-wound__info-inner {
  max-width: 327px;
}
.functions__screen.is-service .fs-service.is-repair .fs-wound__info {
  max-width: 536px;
}
.functions__screen.is-transfer .fs-wound__info {
  max-width: 487px;
  margin-left: 0;
  min-height: 625px;
  margin-right: auto;
}

.split-line {
  display: block;
  min-height: 1em;
}

.y-parallax, .fs-img img {
  will-change: transform;
}

.fs-wound {
  padding-left: 120px;
  padding-right: 60px;
  padding-bottom: 15px;
}
.fs-wound.is-tools {
  padding-right: 30px;
  padding-left: 180px;
}
.fs-wound .fs-card {
  width: 100%;
  max-width: 600px;
  min-height: 356px;
  position: absolute;
  bottom: 35px;
  left: 0;
}
.fs-wound__inner {
  position: relative;
}
.fs-wound__info {
  padding: 60px 40px;
  border-radius: 165px;
  background: rgb(226, 246, 100);
}
.fs-wound__info.is-white {
  background: rgb(255, 255, 255);
}
.fs-wound__info.is-dark {
  background: rgb(28, 30, 32);
}
.fs-wound__info.is-dark .fs-wound__info-label,
.fs-wound__info.is-dark .fs-wound__info-desc {
  color: rgb(255, 255, 255);
}
.fs-wound__info-inner {
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-width: 365px;
  margin: 0 auto;
}
.fs-wound__info-label {
  font-weight: 400;
  line-height: 116%;
  text-align: center;
  color: rgb(28, 30, 32);
}
.fs-wound__info-desc {
  font-weight: 500;
  line-height: 116%;
  color: rgb(28, 30, 32);
}
.fs-wound__info-desc p {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.fs-card {
  padding: 35px;
  background: rgb(255, 255, 255);
  display: flex;
  border-radius: 55px;
}
.fs-card .fs-card__btn {
  margin-top: auto;
}
.fs-card__inner {
  display: flex;
  width: 100%;
}
.fs-card__left, .fs-card__right {
  width: 100%;
}
.fs-card__left {
  display: flex;
  padding-right: 35px;
  flex-direction: column;
  gap: 35px;
  align-items: flex-start;
}
.fs-card__name {
  font-weight: 500;
  line-height: 116%;
  color: rgb(28, 30, 32);
}
.fs-card__name-tag {
  font-weight: 400;
  line-height: 107%;
  color: rgb(167, 190, 192);
}
.fs-card__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.fs-card__row span {
  font-size: inherit;
  font-weight: 400;
  line-height: 107%;
  color: rgb(28, 30, 32);
}
.fs-card__row span:nth-child(1) {
  color: rgb(167, 190, 192);
}
.fs-card__btn {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: -0.01rem;
  color: rgb(255, 255, 255);
  border-radius: 18px;
  transition: 0.3s;
  background: rgb(28, 30, 32);
}
.fs-card__btn:hover {
  background: rgb(226, 246, 100);
  color: rgb(28, 30, 32);
}
.fs-card__img {
  position: relative;
  background: rgb(246, 246, 246);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.fs-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.fs-search {
  padding-left: 253px;
  padding-bottom: 15px;
}
.fs-search__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fs-find {
  padding: 70px;
  border-radius: 165px;
  background: rgb(255, 255, 255);
  margin-left: auto;
  max-width: 725px;
  width: 100%;
}
.fs-find__inner {
  display: flex;
  gap: 15px;
  align-items: center;
}
.fs-find__input {
  height: 41px;
  background: rgb(246, 246, 246);
  padding-left: 35px;
  font-size: 14px;
}
.fs-find__input-wrapper {
  flex: 1 1 auto;
  position: relative;
}
.fs-find__input-wrapper::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.875 1.25024C9.9816 1.25024 12.5 3.76864 12.5 6.87524C12.5 8.20292 12.0388 9.42191 11.2695 10.384L13.5674 12.6829C13.8114 12.9269 13.8113 13.3226 13.5674 13.5667C13.3233 13.8107 12.9277 13.8107 12.6836 13.5667L10.3848 11.2688C9.42254 12.0383 8.20292 12.5002 6.875 12.5002C3.76866 12.5 1.25009 9.98162 1.25 6.87524C1.25 3.76879 3.7686 1.25048 6.875 1.25024ZM6.875 2.50024C4.45896 2.50048 2.5 4.45915 2.5 6.87524C2.50009 9.29127 4.45901 11.25 6.875 11.2502C9.29119 11.2502 11.2499 9.29142 11.25 6.87524C11.25 4.459 9.29125 2.50024 6.875 2.50024Z' fill='%23A7BEC0'/%3E%3C/svg%3E%0A");
}
.fs-transfer {
  padding-bottom: 15px;
  padding-right: 60px;
  padding-left: 180px;
}
.fs-transfer__inner {
  position: relative;
  padding-bottom: 120px;
}
.fs-transfer .fs-card {
  width: 100%;
  max-width: 660px;
  min-height: 345px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.fs-service {
  padding-left: 260px;
  padding-right: 80px;
  padding-bottom: 15px;
  position: relative;
}
.fs-service.is-repair {
  padding-left: 270px;
  padding-right: 55px;
  padding-bottom: 80px;
}
.fs-service.is-repair .fs-img {
  max-width: 633px;
}
.fs-service .fs-img {
  max-width: 500px;
}
.fs-service__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fs-img {
  border-radius: 165px;
  width: 100%;
  overflow: hidden;
}
.fs-img img {
  display: block;
  width: 100%;
}
.fs-modal {
  padding: 60px;
  background: rgb(255, 255, 255);
  max-width: 1258px;
  width: 100%;
  border-radius: 165px;
  height: calc(100vh - 250px);
  max-height: 749px;
}
.fs-modal__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  height: 100%;
}
.fs-modal__label {
  font-weight: 400;
  line-height: 144%;
  text-align: center;
  color: rgb(28, 30, 32);
}
.fs-modal__text {
  font-weight: 500;
  line-height: 116%;
  color: rgb(28, 30, 32);
}
.fs-modal__slider {
  max-width: 826px;
  width: 100%;
  flex: 1 1 auto;
}
.fs-modal__pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}
.fs-modal__pagination .swiper-pagination-bullet {
  background: rgb(28, 30, 32);
}
.fs-modal__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.fs-modal__next, .fs-modal__close {
  height: 60px;
  padding: 0 30px;
  align-items: center;
  transition: 0.3s;
  color: rgb(255, 255, 255);
  border-radius: 999px;
  background: rgb(28, 30, 32);
  cursor: pointer;
  display: flex;
}
.fs-modal__next.is-hidden, .fs-modal__close.is-hidden {
  display: none;
}
.fs-modal__next:hover, .fs-modal__close:hover {
  color: rgb(28, 30, 32);
  background: rgb(226, 246, 100);
}

body.compensate-for-scrollbar {
  overflow: visible;
}

.plan {
  padding-top: 145px;
  padding-bottom: 20px;
  background: rgb(226, 246, 100);
}
.plan__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.plan__title {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01rem;
  color: rgb(28, 30, 32);
}
.plan__desc {
  font-weight: 400;
  line-height: 1;
  color: rgb(28, 30, 32);
}
.plan__top {
  padding-bottom: 145px;
}
.plan__top .fs-wound__info {
  width: 100%;
  position: sticky;
  top: 145px;
  left: 0;
}
.plan__top .fs-wound__info:nth-child(1) {
  min-height: 400px;
}
.plan__top .fs-wound__info:nth-child(2) {
  min-height: 530px;
}
.plan__top .fs-wound__info:nth-child(3) {
  min-height: 660px;
}
.plan__top-inner, .plan__bottom-inner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.plan-card {
  padding: 60px 40px;
  border-radius: 165px;
  background: rgb(255, 255, 255);
  width: 100%;
  position: sticky;
  top: 145px;
  left: 0;
  display: flex;
  flex-direction: column;
}
.plan-card .fs-card__btn {
  margin-top: auto;
}
.plan-card:nth-child(3) {
  min-height: 400px;
}
.plan-card:nth-child(2) {
  min-height: 530px;
}
.plan-card:nth-child(1) {
  min-height: 660px;
}
.plan-card__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  flex: 1 1 auto;
}
.plan-card__name {
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: rgb(28, 30, 32);
  display: inline-block;
}
.plan-card__price {
  display: flex;
  align-items: center;
  gap: 20px;
}
.plan-card__price span:first-child {
  font-weight: 400;
  line-height: 1;
  color: rgb(28, 30, 32);
  white-space: nowrap;
}
.plan-card__price span:last-child:not(:first-child) {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(167, 190, 192);
  text-decoration: line-through;
  white-space: nowrap;
}

.faq {
  padding-top: 145px;
  padding-bottom: 145px;
  background: rgb(246, 246, 246);
}
.faq__head {
  margin-bottom: 45px;
}
.faq__title {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01rem;
  color: rgb(28, 30, 32);
}
.faq__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-card {
  border-bottom: 1px solid rgb(167, 190, 192);
}
.faq-card__head {
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
.faq-card__head span {
  font-weight: 400;
  line-height: 1;
  color: rgb(28, 30, 32);
}
.faq-card__head.is-active::after {
  transform: rotate(-45deg);
}
.faq-card__head::after {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4V16M4 10H16' stroke='%231C1E20' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
}
.faq-card__body {
  padding-bottom: 10px;
  max-width: 800px;
  padding-top: 20px;
  display: none;
}
.faq-card__body p {
  font-weight: 400;
  line-height: 144%;
  color: rgb(17, 17, 17);
}

.feedback {
  z-index: 5;
  padding-top: 135px;
  padding-bottom: 130px;
  background: rgb(28, 30, 32);
  display: flex;
  flex-direction: column;
}
.feedback.is-sent .feedback-form__grid,
.feedback.is-sent .feedback-form__agree {
  display: none;
}
.feedback.is-sent .feedback-form__agree-wrapper {
  padding-top: 0;
}
.feedback.is-sent .feedback-form__desc {
  display: none;
}
.feedback.is-sent .feedback-form__desc.is-hidden {
  display: block;
}
.feedback__container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.feedback__head {
  margin-bottom: 130px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feedback__title {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01rem;
  color: rgb(246, 246, 246);
}
.feedback__desc {
  color: rgb(246, 246, 246);
  font-weight: 400;
  line-height: 1;
}
.feedback-form {
  max-width: 1358px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  gap: 10px;
}
.feedback-form:has(input:checked) .feedback-form__btn {
  opacity: 1;
  pointer-events: all;
}
.feedback-form__input {
  width: 100%;
  border: 1px solid #1C1E20;
  transition: 0.3s;
  height: 80px;
  border-radius: 20px;
  background: transparent;
  color: #1C1E20;
}
.feedback-form__input::placeholder {
  color: rgba(28, 30, 32, 0.5);
}
.feedback-form__grid {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.feedback-form__desc {
  width: 100%;
  text-align: center;
  font-weight: 500;
  line-height: 116%;
  color: rgb(28, 30, 32);
  text-align: center;
}
.feedback-form__desc.is-hidden {
  display: none;
}
.feedback-form__agree {
  display: flex;
  gap: 10px;
  position: relative;
  margin-top: 35px;
}
.feedback-form__agree::before {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.5H19C19.2761 0.5 19.5 0.723858 19.5 1V19C19.5 19.2761 19.2761 19.5 19 19.5H1C0.723858 19.5 0.5 19.2761 0.5 19V1C0.5 0.723858 0.723858 0.5 1 0.5Z' stroke='%231C1E20'/%3E%3C/svg%3E%0A");
  margin-top: -1px;
  cursor: pointer;
}
.feedback-form__agree:has(input:checked)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1C0 0.447715 0.447715 0 1 0H19C19.5523 0 20 0.447715 20 1V19C20 19.5523 19.5523 20 19 20H1C0.447715 20 0 19.5523 0 19V1Z' fill='%231C1E20'/%3E%3Cpath d='M14.6666 6.5L8.24992 12.9167L5.33325 10' stroke='white' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.feedback-form__agree-wrapper {
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feedback-form__agree-text {
  font-weight: 500;
  line-height: 140%;
  color: rgb(28, 30, 32);
}
.feedback-form__btn {
  outline: none;
  border: none;
  box-shadow: none;
  height: 80px;
  border-radius: 20px;
  padding: 0 32px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 144%;
  letter-spacing: -0.01rem;
  background: #1C1E20;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.5;
  pointer-events: none;
}
.feedback-form__btn:hover {
  color: #E2F664;
  background: rgb(28, 30, 32);
}
.feedback-form__row {
  position: relative;
  flex: 1 1 auto;
}
.feedback__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 165px 20px;
  max-width: 1653px;
  width: 100%;
  border-radius: 165px;
  background: #E2F664;
  margin-left: auto;
  margin-right: auto;
}
.feedback__logo {
  margin-bottom: 35px;
  width: 100%;
  text-align: center;
}

.error-mess {
  position: absolute;
  top: calc(100% - 11px);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: rgb(246, 246, 246);
  padding: 2px 4px;
  background: rgb(255, 0, 17);
  border-radius: 999px;
  left: 14px;
}

.split-line:has(p:empty) + .split-line:has(p:empty) {
  display: none;
}

.connect {
  position: fixed;
  bottom: 45px;
  left: 16px;
  z-index: 4;
  display: none;
  transition: 0.3s;
  z-index: 3;
}
.connect__btn {
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 27px;
  border: 1px solid rgb(226, 246, 100);
  border-radius: 999px;
  transition: 0.3s;
  font-weight: 500;
  line-height: 116%;
  color: rgb(26, 27, 27);
  background: rgb(226, 246, 100);
}
.connect__btn:hover {
  color: rgb(226, 246, 100);
  background: rgb(26, 27, 27);
}
.connect.is-black .connect__btn {
  color: rgb(26, 27, 27);
  border-color: rgb(226, 246, 100);
  background: rgb(226, 246, 100);
}
.connect.is-black .connect__btn:hover {
  color: rgb(226, 246, 100);
  background: rgb(26, 27, 27);
}
.connect.is-green .connect__btn {
  border-color: rgb(26, 27, 27);
  color: white;
  background: rgb(26, 27, 27);
}
.connect.is-green .connect__btn:hover {
  color: rgb(28, 30, 32);
  background: rgb(226, 246, 100);
  border-color: rgb(26, 27, 27);
}

.fs-modal .fancybox-close-small {
  display: none;
}

.menu {
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(246, 246, 246);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 110;
  padding: 0 16px;
}
.menu.is-active {
  opacity: 1;
  visibility: visible;
}
.menu__inner {
  max-height: 642px;
  height: calc(100vh - 200px);
  position: relative;
  background: rgb(255, 255, 255);
  border-radius: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu__nav {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}
.menu__link {
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.01rem;
  color: rgb(26, 27, 27);
}
.menu__label {
  font-weight: 400;
  line-height: 1;
  color: rgb(28, 30, 32);
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateY(-50%);
}
.menu__close {
  display: flex;
  position: absolute;
  top: calc(100% + 25px);
  gap: 6px;
  left: 50%;
  right: auto;
  width: auto;
  height: auto;
  align-items: center;
  transform: translateX(-50%);
  cursor: pointer;
}
.menu__close::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 1 1 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.552902 0.552979L3.87029 3.87036M3.87029 3.87036L7.18767 7.18775M3.87029 3.87036L0.552902 7.18775M3.87029 3.87036L7.18767 0.552979' stroke='%231C1E20' stroke-width='0.781915' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin-top: -1px;
}
.menu__close::after {
  content: "Закрыть";
  font-family: Onest;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  color: rgb(28, 30, 32);
}
.menu__close svg {
  display: none;
}

.fullscreen {
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  max-width: 100%;
}

.functions__screen.is-service .fs-service:not(.is-repair) .fs-wound__info {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  min-height: auto;
}

.fs-service:not(.is-repair) .fs-img {
  max-height: 550px;
  display: flex;
  align-items: flex-end;
}

.fs-service.is-repair .fs-img {
  max-height: 450px;
  display: flex;
  align-items: flex-end;
}

.functions__screen.is-service .fs-wound__info {
  min-height: auto;
}

.fs-service:not(.is-repair) {
  padding-top: 230px;
}

@media (max-width: 1599px) {
  .fs-search,
  .fs-wound,
  .fs-transfer,
  .fs-service,
  .fs-wound.is-tools,
  .fs-service.is-repair {
    padding-left: 0;
  }
  .functions__screen.is-wound.is-reverse .fs-card {
    bottom: 0;
  }
}
@media (max-width: 1199px) {
  .intro {
    display: flex;
    flex-direction: column;
  }
  .intro__container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }
  .intro__body {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 32px;
  }
  .fs-card__group {
    display: none;
  }
  .fs-wound__info,
  .fs-img {
    border-radius: 110px;
  }
  .fs-search, .fs-wound, .fs-transfer, .fs-service, .fs-wound.is-tools, .fs-service.is-repair {
    padding-right: 0;
  }
  .fs-modal {
    border-radius: 110px;
  }
}
@media (max-width: 1023px) {
  .functions {
    display: none;
  }
  .functions.is-mobile {
    display: block;
    height: 100vh;
    position: relative;
    padding-top: 0;
  }
  .functions.is-mobile .functions__right {
    height: 100%;
  }
  .functions.is-mobile .functions__left {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 78px;
    overflow: hidden;
    width: 100%;
    padding: 0;
    z-index: 3;
    background: rgb(246, 246, 246);
  }
  .functions.is-mobile .functions__screen {
    height: auto;
  }
  .functions.is-mobile .functions__screen:first-child {
    padding-top: 170px;
  }
  .functions.is-mobile .functions__anchor {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateY(200%);
    opacity: 0;
    transition: none;
    pointer-events: none;
    border-radius: 999px;
    padding: 10px 20px;
    display: inline-block;
    width: auto;
  }
  .functions.is-mobile .functions__anchor:not(.is-active) {
    opacity: 0 !important;
  }
  .functions.is-mobile .functions__anchor.is-active {
    opacity: 1;
  }
  .functions__screen.is-wound .fs-wound__info {
    max-width: 350px;
    min-height: 545px;
  }
  .fs-wound .fs-card {
    min-height: 240px;
    max-width: 410px;
  }
  .fs-wound {
    padding-right: 26px;
  }
  .functions__screen.is-wound .fs-search .fs-wound__info {
    max-width: 465px;
    min-height: 345px;
    margin-left: 0;
  }
  .fs-find {
    max-width: 504px;
    padding: 48px;
  }
  .fs-wound__info-inner {
    gap: 22px;
  }
  .fs-wound__info {
    padding-top: 48px;
    padding-bottom: 60px;
  }
  .fs-transfer__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
    padding-bottom: 0;
  }
  .fs-transfer {
    padding-right: 55px;
  }
  .fs-transfer .fs-card {
    position: static;
    max-width: 444px;
    min-height: 233px;
    margin-right: auto;
    margin-left: 58px;
  }
  .functions__screen.is-transfer .fs-wound__info {
    max-width: 336px;
    min-height: 360px;
    margin-left: auto;
    margin-right: 0;
  }
  .functions__screen.is-service .fs-wound__info {
    max-width: 434px;
    min-height: 294px;
  }
  .functions__screen.is-service .fs-wound__info-inner {
    max-width: 198px;
  }
  .functions__screen.is-service .fs-wound__info {
    margin-left: 0;
  }
  .fs-service {
    padding-left: 25px;
    padding-bottom: 52%;
  }
  .fs-service__inner {
    position: relative;
  }
  .fs-service .fs-img {
    position: absolute;
    max-width: 50%;
    right: 0;
    top: calc(100% - 150px);
  }
  .functions__screen.is-reverse .fs-wound {
    padding-top: 95px;
  }
  .functions__screen.is-wound.is-reverse .fs-wound__info {
    min-height: 550px;
  }
  .fs-service.is-repair .fs-img {
    max-width: 55%;
    min-height: 613px;
    position: relative;
    margin-left: auto;
  }
  .fs-service.is-repair .fs-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fs-service.is-repair .fs-wound__info {
    position: absolute;
    top: 70px;
    left: 20px;
  }
  .functions.is-mobile .functions__anchor.is-active {
    z-index: 3;
  }
  .fs-service.is-repair {
    padding-bottom: 90px;
  }
  .plan__top-inner,
  .plan__bottom-inner {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(11, 50px);
  }
  .plan__top .fs-wound__info {
    min-height: auto !important;
    height: 100%;
    position: static;
    border-radius: 72px;
  }
  .plan__top .fs-wound__info-inner {
    max-width: 252px;
  }
  .plan__top .fs-wound__info:nth-child(1) {
    grid-row: span 6;
  }
  .plan__top .fs-wound__info:nth-child(2) {
    grid-row: span 4;
  }
  .plan__top .fs-wound__info:nth-child(3) {
    grid-row: 5/12;
    grid-column: 2;
  }
  .plan__head {
    margin-bottom: 32px;
    min-height: 75px;
  }
  .plan-card {
    position: static;
    min-height: auto !important;
    height: 100%;
    border-radius: 72px;
    padding: 40px;
  }
  .plan-card:nth-child(1) {
    grid-row: span 7;
  }
  .plan-card:nth-child(2) {
    grid-row: 6/12;
    grid-column: 2;
  }
  .plan-card:nth-child(3) {
    grid-row: 8/12;
  }
  .plan-card .fs-card__btn {
    display: none;
  }
  .plan-card__inner {
    gap: 24px;
    align-items: center;
    justify-content: center;
  }
  .plan-card__price {
    flex-direction: column;
    gap: 12px;
  }
  .functions.is-mobile {
    height: auto;
  }
  .functions.is-mobile .functions__left {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateX(-101%);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 0.3s;
  }
  .functions.is-mobile .functions__left.is-visible {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .functions.is-mobile .functions__anchor {
    position: static;
    opacity: 1;
    width: auto;
    transform: none;
  }
  .functions.is-mobile .functions__anchor:not(.is-active) {
    opacity: 1 !important;
  }
  .functions.is-mobile .swiper-slide-active .functions__anchor {
    opacity: 1 !important;
    color: rgb(28, 30, 32);
  }
  .fs-search .fs-wound__info-inner {
    max-width: 232px;
  }
  .fs-transfer .fs-card__group {
    display: flex;
    gap: 2px;
  }
  .fs-card__left {
    gap: 10px;
  }
  .fs-card__btn {
    height: 32px;
  }
  .functions__screen.is-service .fs-service:not(.is-repair) .fs-wound__info-inner {
    max-width: 220px;
  }
  .functions__screen.is-service .fs-service:not(.is-repair) .fs-wound__info {
    min-height: 294px;
  }
  .functions__screen.is-wound.is-reverse .fs-card {
    bottom: -50px;
  }
  .fs-service.is-repair {
    padding-top: 50px;
  }
  .functions__screen.is-service .fs-service.is-repair .fs-wound__info {
    max-width: 470px;
  }
  .plan .fs-wound__info-desc p br {
    display: none;
  }
  .faq-card__body p {
    font-size: 14px;
  }
  .feedback__desc {
    color: rgb(167, 190, 192);
  }
  .functions.is-mobile .functions__screen:first-child {
    padding-top: 80px;
  }
  .functions__screen.is-service .fs-service:not(.is-repair) .fs-wound__info {
    position: static;
  }
  .fs-service:not(.is-repair) .fs-img {
    margin-left: 0;
  }
  .functions__screen.is-reverse .fs-wound {
    padding-top: 15px;
  }
  .feedback-form__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .feedback__body {
    padding: 60px 20px;
    border-radius: 72px;
  }
  .fs-service:not(.is-repair) {
    padding-top: 0;
  }
}
@media (max-width: 899px) {
  .fs-service {
    padding-bottom: 45%;
  }
}
@media (max-width: 767px) {
  .intro__body {
    padding-bottom: 125px;
  }
  .connect {
    display: block;
  }
  .feedback {
    padding-bottom: 145px;
  }
  .feedback__body {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .feedback-form {
    max-width: none;
  }
  .feedback-form__row {
    width: 100%;
  }
  .feedback-form__btn {
    width: 100%;
  }
  .feedback__head {
    margin-bottom: 36px;
  }
  .feedback,
  .faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .faq__head {
    margin-bottom: 16px;
  }
  .functions.is-mobile {
    padding-top: 40px;
  }
  .fs-service {
    padding-bottom: 37%;
  }
  .functions__screen.is-service .fs-wound__info-inner {
    max-width: 165px;
  }
  .functions__screen.is-service .fs-wound__info {
    max-width: 340px;
  }
  .functions.is-mobile .functions__left {
    height: 50px;
  }
  .fs-search, .fs-wound, .fs-transfer, .fs-service, .fs-wound.is-tools, .fs-service.is-repair {
    padding-bottom: 15px;
  }
  .functions.is-mobile .functions__left {
    bottom: 106px;
    transition: 0.3s;
  }
  .functions.is-mobile .functions__left.is-bottom {
    bottom: 0;
  }
  .fs-wound__info, .fs-img, .fs-modal {
    border-radius: 84px;
  }
  .fs-modal {
    height: calc(100vh - 100px);
    max-height: 642px;
    overflow: visible;
  }
  .fancybox-is-open .fancybox-bg {
    background: rgb(246, 246, 246);
    opacity: 1;
  }
  .fs-modal .fancybox-close-small {
    display: flex;
    top: calc(100% + 25px);
    gap: 6px;
    left: 50%;
    right: auto;
    width: auto;
    height: auto;
    align-items: center;
    transform: translateX(-50%);
  }
  .fs-modal .fancybox-close-small::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 1 1 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.552902 0.552979L3.87029 3.87036M3.87029 3.87036L7.18767 7.18775M3.87029 3.87036L0.552902 7.18775M3.87029 3.87036L7.18767 0.552979' stroke='%231C1E20' stroke-width='0.781915' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    margin-top: -1px;
  }
  .fs-modal .fancybox-close-small::after {
    content: "Закрыть";
    font-family: Onest;
    font-weight: 400;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    color: rgb(28, 30, 32);
  }
  .fs-modal .fancybox-close-small svg {
    display: none;
  }
  .plan-card {
    padding: 10px;
  }
  .plan-card__inner {
    gap: 12px;
  }
  .plan__top-inner, .plan__bottom-inner {
    grid-template-rows: repeat(11, 29px);
  }
  .footer {
    padding-bottom: 127px;
  }
  .plan-card {
    border-radius: 45px;
  }
  .plan__top .fs-wound__info {
    border-radius: 45px;
    padding: 26px 24px !important;
  }
  .plan__body {
    position: relative;
  }
  .plan__bottom {
    position: relative;
    height: 100%;
  }
  .plan__top + .plan__head {
    transition: 0.3s;
  }
  .plan__top + .plan__head.is-appear.is-visible {
    opacity: 1;
    visibility: visible;
  }
  .plan__bottom-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgb(226, 246, 100);
    z-index: -1;
  }
  .plan__head.is-main {
    min-height: auto;
  }
  .faq-card__head span {
    font-size: 18px;
  }
  .plan__desc {
    font-size: 16px;
  }
  .plan {
    padding: 80px 0;
  }
  .functions__screen.is-reverse .fs-wound {
    padding-top: 30%;
  }
  .feedback-form__input,
  .feedback-form__btn {
    height: 52px;
  }
}
@media (max-width: 560px) {
  .feedback-form__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .functions__label {
    margin-bottom: 22px;
  }
  .fs-wound__info {
    max-width: none !important;
  }
  .fs-search, .fs-wound, .fs-transfer, .fs-service, .fs-wound.is-tools, .fs-service.is-repair {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .functions.is-mobile .fs-card {
    position: static !important;
    margin: 0 !important;
    max-width: none !important;
  }
  .functions.is-mobile {
    padding-bottom: 50px;
    overflow: hidden;
  }
  .fs-service .fs-img {
    position: static !important;
    max-width: none;
  }
  .fs-service .fs-img img {
    position: static;
  }
  .fs-wound__info {
    padding: 36px 40px !important;
  }
  .functions__screen.is-wound .fs-wound__info {
    min-height: 315px;
  }
  .fs-wound__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .fs-wound .fs-card {
    min-height: 220px;
  }
  .plan__head {
    margin-bottom: 22px;
  }
  .functions__screen.is-wound .fs-search .fs-wound__info {
    min-height: 245px;
  }
  .fs-find {
    padding: 36px 40px;
  }
  .fs-transfer__inner {
    flex-direction: column;
  }
  .functions__screen.is-transfer .fs-wound__info {
    min-height: 275px;
  }
  .functions__screen.is-service .fs-wound__info-inner {
    max-width: none;
  }
  .functions__screen.is-service .fs-wound__info {
    min-height: 245px;
  }
  .functions__screen.is-reverse .fs-wound {
    padding-top: 0;
  }
  .functions__screen.is-wound.is-reverse .fs-wound__info {
    min-height: 260px;
  }
  .fs-service.is-repair .fs-img {
    max-width: none;
    min-height: auto;
  }
  .fs-service.is-repair .fs-img img {
    position: static;
  }
  .fs-service.is-repair .fs-wound__info {
    position: static;
  }
  .fs-service.is-repair {
    padding-bottom: 20px;
  }
  .functions.is-mobile {
    padding-top: 0;
  }
  .functions__screen:first-child {
    padding-top: 40px;
  }
  .functions__screen:last-child {
    padding-bottom: 0;
  }
  .fs-service.is-repair {
    padding-bottom: 0;
    padding-top: 0;
  }
  .fs-card {
    border-radius: 28px;
  }
  .fs-wound__info, .fs-img {
    border-radius: 84px;
  }
  .plan__top {
    padding-bottom: 100px;
    transition: 0.3s;
  }
  .plan__body {
    position: relative;
  }
  .plan__top + .plan__head {
    transition: 0.3s;
  }
  .plan__bottom-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgb(226, 246, 100);
    z-index: -1;
  }
  .fs-search .fs-wound__info-inner {
    max-width: none;
  }
  .functions__screen.is-service .fs-service:not(.is-repair) .fs-wound__info-inner {
    max-width: none;
  }
  .functions__screen.is-service .fs-service:not(.is-repair) .fs-wound__info {
    min-height: 245px;
  }
  .plan__top .fs-wound__info:nth-child(2) br {
    display: block;
  }
  .plan__top .fs-wound__info {
    padding: 26px 20px !important;
  }
  .footer__link {
    font-size: 16px;
  }
  .fs-card__name-tag {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .plan__top-inner {
    display: flex;
    flex-direction: column;
  }
  .plan__top .fs-wound__info {
    min-height: 108px;
  }
  .plan__top .fs-wound__info-inner {
    gap: 12px;
  }
  .plan__top .fs-wound__info-desc p {
    text-align: center;
  }
}