@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  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);
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/**
 * 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: "Manrope";
  background: white;
  position: relative;
  z-index: 1;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

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: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

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

.page__main {
  flex: 1 1 auto;
}

.container-inner {
  max-width: 1090px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.page-text__smaller {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 140%;
}
.page-text__small {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
}
.page-text__normal {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 140%;
}
.page-text__big {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 120%;
}
.page-text__lead {
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
}
.page-text__bigger {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 3.125rem;
  line-height: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: rgb(225, 69, 72);
  border-radius: 999px;
  border: 1px solid rgb(176, 33, 35);
  color: white;
  height: 50px;
  outline: none;
  box-shadow: none;
}

input {
  outline: none;
  border: none;
  border-radius: 999px;
  color: rgb(4, 31, 32);
  height: 50px;
  background-color: rgb(250, 250, 250);
  border: 1px solid rgb(226, 226, 226);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 22px;
}
input::placeholder {
  color: rgb(108, 108, 108);
}

.select2-container {
  min-width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__option--selectable {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: rgb(4, 31, 32);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #176A6F;
}

.select2-dropdown {
  border-color: rgb(226, 226, 226);
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 31px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 31px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgb(108, 108, 108);
}

.select2-container--default .select2-selection--single {
  height: 50px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  background: rgb(250, 250, 250);
  border: 1px solid rgb(226, 226, 226);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 22px;
  padding-right: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgb(108, 108, 108) transparent transparent transparent;
}

button {
  transition: 0.3s;
}

button:disabled {
  opacity: 0.5;
}

.modal {
  padding: 0;
  border-radius: 20px;
  max-width: 1200px;
  width: 100%;
}
.modal__inner {
  padding: 50px 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.modal__title, .modal__text {
  color: rgb(4, 31, 32);
  text-align: center;
}
.modal__btn {
  max-width: 150px;
  width: 100%;
}

@media (max-width: 1023px) {
  .page-text__small {
    font-size: 14px;
  }
  .page-text__lead {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .page-text__smaller {
    font-size: 12px;
  }
  .page-text__small {
    font-size: 12px;
  }
  .page-text__normal {
    font-size: 14px;
  }
  .page-text__big {
    font-size: 16px;
  }
  .page-text__lead {
    font-size: 20px;
  }
  .page-text__bigger {
    font-size: 32px;
  }
  .btn {
    font-size: 12px;
  }
}


.article-banner__head {
  padding: 30px;
  min-height: 470px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  margin-bottom: 100px;
  z-index: 2;
  border-radius: 16px;
  overflow: hidden;
}
.article-banner__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(9, 56, 59, 0) 60%, #09383B 100%);
  z-index: -1;
}
.article-banner__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.article-banner__title {
  text-align: center;
  color: white;
}

@media (max-width: 767px) {
  .article-banner__head {
    margin-bottom: 40px;
  }
}
.articles {
  padding-bottom: 70px;
}
.articles__head {
  margin-bottom: 70px;
}
.articles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  column-gap: 16px;
}
.articles__grid .promos-card__head {
  padding-bottom: 73%;
}
.articles__navigation {
  margin-top: 70px;
}

.navigation {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.navigation__list {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.navigation__link {
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 50px;
  flex: 0 0 59px;
  border-radius: 999px;
  border: 1px solid #239CA3;
  font-size: 14px;
  font-weight: 700;
  line-height: 144%;
  letter-spacing: 0.04em;
  color: #239CA3;
  transition: 0.3s;
}

.navigation__link:hover,
.navigation__link.is-active {
  background: #239CA3;
  color: white;
}

.navigation__link.is-prev, .navigation__link.is-next {
  background-repeat: no-repeat;
  background-position: center;
  justify-content: center;
}

.navigation__link.is-prev {
  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='M16 10H4M4 10L10 4M4 10L10 16' stroke='%23239CA3' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  flex: 0 0 70px;
}

.navigation__link.is-prev:hover {
  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='M16 10H4M4 10L10 4M4 10L10 16' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-color: #239CA3;
}

.navigation__link.is-next {
  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='M4 10H16M16 10L10 4M16 10L10 16' stroke='%23239CA3' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 70px;
  flex: 0 0 70px;
  background-position: center;
  background-repeat: no-repeat;
}

.navigation__link.is-next:hover {
  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='M4 10H16M16 10L10 4M16 10L10 16' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}

@media (max-width: 1023px) {
  .articles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .navigation__link {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    font-size: 11px;
  }
  .navigation__link.is-next,
  .navigation__link.is-prev {
    width: 50px;
    height: 32px;
    flex: 0 0 50px;
  }
  .navigation {
    gap: 6px;
  }
}
@media (max-width: 560px) {
  .articles__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  position: relative;
}
.breadcrumbs__item:not(:first-child)::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L1 7' stroke='%23FAFAFA' stroke-opacity='0.5'/%3E%3C/svg%3E%0A");
  width: 3px;
  height: 6px;
  flex: 0 0 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 10px;
}
.breadcrumbs__link {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: white;
}
.breadcrumbs__link:not(span) {
  opacity: 0.5;
  transition: 0.3s;
}
.breadcrumbs__link:not(span):hover {
  opacity: 1;
}
.breadcrumbs.is-black .breadcrumbs__link {
  color: rgb(4, 31, 32);
}
.breadcrumbs.is-black .breadcrumbs__link:not(span) {
  color: rgba(4, 31, 32, 0.5);
}
.breadcrumbs.is-black .breadcrumbs__link:not(span):hover {
  color: rgb(4, 31, 32);
}
.breadcrumbs.is-black .breadcrumbs__item:not(:first-child)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L1 7' stroke='%23041F20' stroke-opacity='0.5'/%3E%3C/svg%3E%0A");
}
.location-contacts__group {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-bottom: 10px;
  border-top: 1px solid var(--Core-Divider, rgba(0, 0, 0, 0.1));
}

.location.is-main {
  padding-top: 0;
}
.location.is-main .location__col {
  width: 100% !important;
  max-width: none;
}
.location.is-main .location-contacts__sublink {
  margin-bottom: 10px;
}
.location.is-main .location__btn {
  height: 62px;
  max-width: 192px;
}
.location.is-main .location__desc {
  max-width: 430px;
}

.location-contacts__email {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 100%;
  color: rgb(4, 31, 32);
  position: relative;
}
.location-contacts__email::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2013_40799)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3975 4.66005H10.2832C10.1281 3.68437 9.89218 2.78561 9.58404 2.01545C9.39282 1.53688 9.17787 1.12215 8.94376 0.775105C10.9356 1.35157 12.5644 2.79108 13.3975 4.66005ZM8.94376 14.2254C9.17787 13.8779 9.39285 13.4635 9.58404 12.9847C9.89218 12.2144 10.1281 11.3157 10.2832 10.34H13.3975C12.5644 12.2094 10.9356 13.6488 8.94376 14.2254ZM0.60241 10.34H3.71689C3.87185 11.3157 4.10788 12.2144 4.41585 12.9848C4.6075 13.4635 4.82218 13.8779 5.0563 14.2254C3.06436 13.6488 1.43568 12.2094 0.60241 10.34ZM5.0563 0.775105C4.82218 1.12215 4.60753 1.53688 4.41585 2.01545C4.10785 2.78561 3.87185 3.68437 3.71689 4.66005H0.60241C1.43568 2.79108 3.06436 1.35157 5.0563 0.775105ZM7.00003 0.5C6.43595 0.5 5.81689 1.2053 5.34436 2.38666C5.07929 3.0498 4.87214 3.82043 4.72943 4.66005H9.2706C9.12775 3.82043 8.9209 3.0498 8.65566 2.38666C8.18316 1.20533 7.5641 0.5 7.00003 0.5ZM0 7.50003C0 6.86355 0.0859414 6.24656 0.245902 5.66009H3.58876C3.53008 6.2563 3.4997 6.87284 3.4997 7.50003C3.4997 8.12718 3.53008 8.74376 3.58876 9.3401H0.24593C0.0859688 8.75349 0 8.13662 0 7.50003ZM4.59337 9.34013C4.5316 8.74731 4.49961 8.13016 4.49961 7.50006C4.49961 6.87038 4.5316 6.25323 4.59337 5.66012H9.40655C9.46846 6.25323 9.50031 6.87038 9.50031 7.50006C9.50031 8.13016 9.46846 8.74731 9.40655 9.34013H4.59337ZM7.00003 14.5001C7.5641 14.5001 8.18316 13.7948 8.65566 12.6135C8.9209 11.9507 9.12775 11.1798 9.2706 10.34H4.72943C4.87214 11.1798 5.07929 11.9507 5.34436 12.6135C5.81689 13.7948 6.43595 14.5001 7.00003 14.5001ZM14.0001 7.50003C14.0001 8.13662 13.9141 8.75349 13.7541 9.3401H10.4113C10.47 8.74373 10.5004 8.12718 10.5004 7.50003C10.5004 6.87284 10.47 6.2563 10.4113 5.66009H13.7542C13.9141 6.24656 14.0001 6.86355 14.0001 7.50003Z' fill='%23041F20'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2013_40799'%3E%3Crect width='14' height='14' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.location-footer {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .location-contacts__group {
    gap: 16px;
    flex-direction: column;
  }
}




.footer {
  padding: 70px 0;
  background: #239CA3;
}
.footer .header-soc__text {
  max-width: none;
}
.footer__body {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 12px;
}
.footer-bottom__grid {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.footer-bottom__col {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer-bottom__col:nth-child(2) {
  align-items: center;
}
.footer-bottom__col:nth-child(3) {
  align-items: flex-end;
}
.footer-bottom__link {
  color: white;
}
.footer-middle__grid {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-middle__col {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer-middle__col:not(:nth-child(2)) {
  max-width: 291px;
}
.footer-middle__col:nth-child(3) {
  align-items: flex-end;
}
.footer-nav {
  width: 100%;
}
.footer-nav__list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.footer-nav__link, .footer-nav__sublink {
  color: white;
  position: relative;
}
.footer-nav__sublink {
  display: block;
  text-align: center;
  padding: 10px;
}
.footer-nav__item {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.footer-nav__item.is-drop .footer-nav__link {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}
.footer-nav__item.is-drop .footer-nav__link::after {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='5' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.86602 4.5C3.48112 5.16667 2.51887 5.16667 2.13397 4.5L0.401923 1.5C0.0170231 0.833333 0.498149 0 1.26795 0L4.73205 0C5.50185 0 5.98298 0.833333 5.59808 1.5L3.86602 4.5Z' fill='%23E2EEEF'/%3E%3C/svg%3E%0A");
}
.footer-nav__item-subitem {
  border-top: 1px solid white;
}
.footer-nav__item-hidden {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: #239CA3;
  transition: 0.3s;
  min-width: 200px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid white;
  opacity: 0;
  visibility: hidden;
}
.footer__logo {
  min-width: 135px;
}
.footer__logo img {
  width: 100%;
}
.footer-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-copy__text {
  color: white;
}
.footer-contacts__tag {
  display: block;
  color: white;
  text-align: right;
  margin-bottom: 10px;
}
.footer-contacts__group {
  display: flex;
  column-gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-contacts__link {
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  white-space: nowrap;
  gap: 6px;
}
.footer-contacts__link::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer-contacts__link.is-phone::before {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2002_9365)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7626 11.9347C12.6763 12.0208 12.5722 12.1308 12.4618 12.2472C12.1864 12.5396 11.8423 12.9029 11.6266 13.0503C10.4919 13.8257 8.97385 13.4547 7.90005 13.0073C6.48353 12.4171 4.94133 11.3292 3.5566 9.94427C2.17058 8.55927 1.08279 7.01658 0.492589 5.60088C0.0457144 4.52685 -0.32608 3.00849 0.449425 1.87353C0.596691 1.65771 0.96092 1.31415 1.25286 1.03818C1.36966 0.928137 1.47884 0.824162 1.56517 0.738113C1.71843 0.585611 1.92584 0.5 2.14205 0.5C2.35826 0.5 2.56568 0.585611 2.71894 0.738113L4.80676 2.82532C4.95918 2.97858 5.04474 3.18594 5.04474 3.40209C5.04474 3.61823 4.95918 3.82559 4.80676 3.97885L4.23801 4.54645C4.04807 4.73501 3.92409 4.97985 3.88452 5.24455C3.84495 5.50925 3.89191 5.77965 4.01841 6.0155C4.80069 7.49198 6.00838 8.69947 7.48499 9.4815C7.7208 9.60796 7.99114 9.65486 8.25576 9.61522C8.52038 9.57559 8.76512 9.45154 8.95353 9.26154L9.52089 8.69391C9.67415 8.54141 9.88156 8.4558 10.0978 8.4558C10.314 8.4558 10.5214 8.54141 10.6747 8.69391L12.7626 10.7815C12.915 10.9347 13.0006 11.142 13.0006 11.3581C13.0006 11.5742 12.915 11.7815 12.7626 11.9347Z' fill='%23FAFAFA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2002_9365'%3E%3Crect width='13' height='13' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.footer-contacts__link.is-web::before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2002_9367)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3975 4.66005H10.2832C10.1281 3.68437 9.89218 2.78561 9.58404 2.01545C9.39282 1.53688 9.17787 1.12215 8.94376 0.775105C10.9356 1.35157 12.5644 2.79108 13.3975 4.66005ZM8.94376 14.2254C9.17787 13.8779 9.39285 13.4635 9.58404 12.9847C9.89218 12.2144 10.1281 11.3157 10.2832 10.34H13.3975C12.5644 12.2094 10.9356 13.6488 8.94376 14.2254ZM0.60241 10.34H3.71689C3.87185 11.3157 4.10788 12.2144 4.41585 12.9848C4.6075 13.4635 4.82218 13.8779 5.0563 14.2254C3.06436 13.6488 1.43568 12.2094 0.60241 10.34ZM5.0563 0.775105C4.82218 1.12215 4.60753 1.53688 4.41585 2.01545C4.10785 2.78561 3.87185 3.68437 3.71689 4.66005H0.60241C1.43568 2.79108 3.06436 1.35157 5.0563 0.775105ZM7.00003 0.5C6.43595 0.5 5.81689 1.2053 5.34436 2.38666C5.07929 3.0498 4.87214 3.82043 4.72943 4.66005H9.2706C9.12775 3.82043 8.9209 3.0498 8.65566 2.38666C8.18316 1.20533 7.5641 0.5 7.00003 0.5ZM0 7.50003C0 6.86355 0.0859414 6.24656 0.245902 5.66009H3.58876C3.53008 6.2563 3.4997 6.87284 3.4997 7.50003C3.4997 8.12718 3.53008 8.74376 3.58876 9.3401H0.24593C0.0859688 8.75349 0 8.13662 0 7.50003ZM4.59337 9.34013C4.5316 8.74731 4.49961 8.13016 4.49961 7.50006C4.49961 6.87038 4.5316 6.25323 4.59337 5.66012H9.40655C9.46846 6.25323 9.50031 6.87038 9.50031 7.50006C9.50031 8.13016 9.46846 8.74731 9.40655 9.34013H4.59337ZM7.00003 14.5001C7.5641 14.5001 8.18316 13.7948 8.65566 12.6135C8.9209 11.9507 9.12775 11.1798 9.2706 10.34H4.72943C4.87214 11.1798 5.07929 11.9507 5.34436 12.6135C5.81689 13.7948 6.43595 14.5001 7.00003 14.5001ZM14.0001 7.50003C14.0001 8.13662 13.9141 8.75349 13.7541 9.3401H10.4113C10.47 8.74373 10.5004 8.12718 10.5004 7.50003C10.5004 6.87284 10.47 6.2563 10.4113 5.66009H13.7542C13.9141 6.24656 14.0001 6.86355 14.0001 7.50003Z' fill='%23FAFAFA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2002_9367'%3E%3Crect width='14' height='14' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.footer-top__grid {
  display: flex;
  gap: 20px;
}
.footer-top__col {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer-top__col:not(:nth-child(2)) {
  max-width: 392px;
}
.footer-top__col:nth-child(2) {
  align-items: center;
}
.footer-top__col:nth-child(3) {
  align-items: flex-end;
}

@media (min-width: 767px) {
  .footer-nav__item:hover .footer-nav__item-hidden {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1199px) {
  .footer-middle__grid {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .footer-middle__col:nth-child(2) {
    width: 100%;
    order: -1;
  }
}
@media (max-width: 1023px) {
  .footer .header-soc__text {
    max-width: 120px;
  }
  .footer-bottom__col {
    width: auto !important;
  }
  .footer-bottom__grid {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 60px 0;
  }
  .footer-top__grid {
    flex-direction: column;
  }
  .footer-top__col:nth-child(2) {
    order: -1;
  }
  .footer-top__col:not(:nth-child(2)) {
    max-width: none;
  }
  .footer-copy {
    align-items: center;
  }
  .footer-copy__text {
    text-align: center;
  }
  .footer-top__col:nth-child(3) {
    align-items: center;
  }
  .footer-contacts {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .footer-contacts__group {
    flex-direction: column;
    align-items: center;
  }
  .footer-middle__grid {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .footer-middle__col:nth-child(2) {
    order: 0;
  }
  .footer-middle__col:not(:nth-child(2)) {
    width: auto;
    max-width: none;
  }
  .footer-nav__list {
    flex-direction: column;
    align-items: center;
  }
  .footer-nav__item-hidden {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: none;
    display: none;
  }
  .footer-nav__item {
    flex-direction: column;
    align-items: center;
  }
  .footer-nav__item-subitem {
    border-color: rgba(255, 255, 255, 0.5);
  }
}
.header {
  position: sticky;
  top: 0;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 27px;
  background: #176A6F;
  z-index: 800;
}
.header-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.header-panel {
  display: flex;
  max-width: 946px;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.header-logo {
  max-width: 106px;
  width: 100%;
}
.header-logo img {
  width: 100%;
  display: block;
}
.header-btn {
  height: 46px;
  display: flex;
  align-items: center;
  background: rgb(255, 220, 92);
  border-radius: 999px;
  padding: 0 22px;
  position: relative;
}
.header-btn span {
  color: rgb(9, 56, 59);
}
.header-btn__discount {
  position: absolute;
  top: -14px;
  left: -18px;
}
.header-soc {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-soc__group {
  display: flex;
  align-items: center;
}
.header-soc__link {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  display: inline-block;
}
.header-soc__link:not(:first-child) {
  margin-left: -7px;
}
.header-soc__link img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.header-soc__text {
  position: relative;
  padding-left: 10px;
  color: white;
  max-width: 93px;
}
.header-soc__text.is-online::before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 8px;
  left: 0;
  background: #20BA58;
}
.header-feed {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-phone {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  white-space: nowrap;
}
.header-phone::before {
  content: "";
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_77_662)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6896 14.9531C16.5767 15.0657 16.4405 15.2096 16.2962 15.3618C15.936 15.744 15.4861 16.2192 15.204 16.4119C13.7202 17.4259 11.735 16.9407 10.3308 16.3557C8.47847 15.5839 6.46174 14.1612 4.65094 12.3502C2.83845 10.539 1.41596 8.52168 0.644155 6.67038C0.0597804 5.26588 -0.426413 3.28034 0.58771 1.79616C0.780288 1.51393 1.25659 1.06466 1.63836 0.703773C1.79109 0.559871 1.93386 0.423904 2.04676 0.311379C2.24718 0.111953 2.51841 0 2.80115 0C3.08388 0 3.35512 0.111953 3.55554 0.311379L6.28577 3.04081C6.48508 3.24122 6.59696 3.51238 6.59696 3.79503C6.59696 4.07769 6.48508 4.34885 6.28577 4.54926L5.54201 5.29152C5.29363 5.53809 5.1315 5.85827 5.07975 6.20441C5.02801 6.55055 5.08942 6.90415 5.25484 7.21258C6.27782 9.14336 7.85712 10.7224 9.78806 11.745C10.0964 11.9104 10.45 11.9717 10.796 11.9199C11.142 11.8681 11.4621 11.7059 11.7085 11.4574L12.4504 10.7151C12.6508 10.5157 12.922 10.4037 13.2048 10.4037C13.4875 10.4037 13.7588 10.5157 13.9592 10.7151L16.6896 13.445C16.8889 13.6454 17.0008 13.9165 17.0008 14.1991C17.0008 14.4817 16.8889 14.7528 16.6896 14.9531Z' fill='%23FAFAFA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_77_662'%3E%3Crect width='17' height='17' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.header-burger {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 18H31.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 9H31.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 27H31.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: none;
  cursor: pointer;
}
.header-burger.is-active {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 18L6.5 6M6.5 18L18.5 6' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.header-anchor {
  height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid white;
  color: white;
  display: flex;
  align-items: center;
}
.header-nav {
  border-radius: 6px;
  background-color: rgba(9, 56, 59, 0.3);
}
.header-nav__list {
  display: flex;
}
.header-nav__item {
  width: 100%;
  position: relative;
  display: flex;
}
.header-nav__item.is-drop .header-nav__link {
  position: relative;
}
.header-nav__item.is-drop .header-nav__link::after {
  content: "";
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='5' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.86602 4.5C3.48112 5.16667 2.51887 5.16667 2.13397 4.5L0.401923 1.5C0.0170231 0.833333 0.498149 0 1.26795 0L4.73205 0C5.50185 0 5.98298 0.833333 5.59808 1.5L3.86602 4.5Z' fill='%23E2EEEF'/%3E%3C/svg%3E%0A");
}
.header-nav__item.is-drop:hover .header-nav__item-hidden {
  opacity: 1;
  visibility: visible;
}
.header-nav__item:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 23px;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(46, 108, 113);
  right: -0.5px;
}
.header-nav__item-subitem {
  border-top: 1px solid rgb(46, 108, 113);
}
.header-nav__item-hidden {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #176A6F;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.header-nav__link, .header-nav__sublink {
  display: flex;
  height: 35px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(226, 238, 239);
  gap: 8px;
  cursor: pointer;
  padding: 0 10px;
}
.header-nav__sublink {
  background-color: rgba(9, 56, 59, 0.3);
  transition: 0.3s;
  padding: 10px;
  display: block;
  text-align: center;
  height: auto;
}
.header-nav__sublink:hover {
  background: transparent;
}

.menu {
  position: fixed;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  background: #176A6F;
  z-index: 799;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(-100px);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  height: 0;
}
.menu.is-active {
  transform: none;
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.menu__container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
}
.menu__body {
  flex: 1 1 auto;
  padding-top: 20px;
  height: 100%;
  overflow: hidden;
}
.menu__body-scrollable {
  overflow: auto;
  max-height: 100%;
}
.menu__body-scrollable::-webkit-scrollbar {
  width: 4px;
}
.menu__body-scrollable::-webkit-scrollbar-track {
  background: #176A6F;
}
.menu__body-scrollable::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 999px;
}
.menu__wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.menu-nav__item {
  width: 100%;
  position: relative;
}
.menu-nav__item.is-drop .menu-nav__link {
  position: relative;
}
.menu-nav__item.is-drop .menu-nav__link::after {
  content: "";
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='5' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.86602 4.5C3.48112 5.16667 2.51887 5.16667 2.13397 4.5L0.401923 1.5C0.0170231 0.833333 0.498149 0 1.26795 0L4.73205 0C5.50185 0 5.98298 0.833333 5.59808 1.5L3.86602 4.5Z' fill='%23E2EEEF'/%3E%3C/svg%3E%0A");
}
.menu-nav__item-subitem {
  border-top: 1px solid rgb(46, 108, 113);
}
.menu-nav__item-subitem:last-child {
  border-bottom: 1px solid rgb(46, 108, 113);
}
.menu-nav__item-hidden {
  display: none;
}
.menu-nav__link, .menu-nav__sublink {
  display: flex;
  height: 35px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(226, 238, 239);
  gap: 8px;
  cursor: pointer;
  padding: 0 10px;
}
.menu-nav__sublink {
  font-size: 12px;
}
.menu-nav__link::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/general/ball-2.png);
}

@media (max-width: 1199px) {
  .header-nav__link,
  .header-nav__sublink {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .header-bottom {
    display: none;
  }
  .header {
    padding: 12px 0;
  }
  .header .header-soc {
    display: none;
  }
  .header .header-btn,
  .header .header-anchor {
    font-size: 12px;
    max-width: 102px;
    text-align: center;
    height: 40px;
  }
  .header-top {
    gap: 10px;
  }
  .header-phone {
    display: none;
  }
  .header-logo {
    max-width: 54px;
    margin-right: auto;
  }
  .header-burger {
    display: block;
    margin-left: auto;
  }
}
@media (max-width: 560px) {
  .menu-nav__link, .menu-nav__sublink {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .menu-nav__sublink {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.index-banner {
  min-height: 646px;
  background: rgb(35, 156, 163);
  padding: 100px 0;
}
.index-banner__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.index-banner__img img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  object-fit: contain;
}
.index-banner__main {
  display: flex;
  flex-direction: column;
  max-width: 530px;
  gap: 16px;
}
.index-banner__title, .index-banner__desc {
  color: white;
}
.index-banner__desc {
  font-weight: 400;
}
.index-banner__sign {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 34px;
}
.index-banner__sign-text {
  color: white;
  max-width: 198px;
}
.index-banner__sign-btn {
  max-width: 192px;
  width: 100%;
  border-color: rgb(225, 69, 72);
}
.index-advance {
  background: rgb(35, 156, 163);
  padding-top: 95px;
  padding-bottom: 70px;
  overflow: hidden;
}
.index-advance__body {
  display: flex;
  flex-direction: column;
  gap: 62px;
}
.index-advance__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.index-advance__balls {
  display: flex;
  align-items: center;
}
.index-advance__ball {
  position: relative;
  width: 254px;
  height: 254px;
  flex: 0 0 254px;
  border-radius: 50%;
  background: rgb(250, 250, 250);
  border: 5px solid rgb(226, 226, 226);
  box-shadow: -5px 0px 25px 0px rgba(8, 27, 26, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
.index-advance__ball:hover .index-advance__ball-hidden {
  opacity: 1;
  visibility: visible;
}
.index-advance__ball:not(:last-child) {
  margin-right: -16px;
}
.index-advance__ball:nth-child(1) {
  margin-top: -20px;
}
.index-advance__ball:nth-child(1) .index-advance__ball-img {
  bottom: -21px;
  right: -21px;
}
.index-advance__ball:nth-child(1) .index-advance__ball-icon {
  bottom: 21px;
  right: 66px;
}
.index-advance__ball:nth-child(2) .index-advance__ball-img {
  right: -7px;
  bottom: -11px;
}
.index-advance__ball:nth-child(2) .index-advance__ball-icon {
  right: -18px;
  bottom: 37px;
}
.index-advance__ball:nth-child(3) {
  margin-bottom: -20px;
}
.index-advance__ball:nth-child(3) .index-advance__ball-img {
  right: -16px;
  bottom: 15px;
}
.index-advance__ball:nth-child(3) .index-advance__ball-icon {
  right: 57px;
  bottom: 2px;
}
.index-advance__ball:nth-child(4) .index-advance__ball-img {
  right: -3px;
  bottom: -3px;
  z-index: 1;
}
.index-advance__ball:nth-child(4) .index-advance__ball-icon {
  right: 4px;
  bottom: 52px;
  z-index: 0;
}
.index-advance__ball.is-decor {
  border: none;
  z-index: 0;
  position: relative;
  box-shadow: 3.82px 4.78px 13.38px 0px rgba(5, 20, 21, 0.05), 14.34px 19.12px 24.85px 0px rgba(5, 20, 21, 0.04), 32.5px 43.97px 32.5px 0px rgba(5, 20, 21, 0.03), 58.3px 78.38px 39.19px 0px rgba(5, 20, 21, 0.01), 90.8px 122.34px 43.01px 0px rgba(5, 20, 21, 0);
}
.index-advance__ball.is-decor img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-advance__ball-text {
  color: rgb(4, 31, 32);
  display: inline-block;
  text-align: center;
}
.index-advance__ball-imgs {
  flex: 0 0 128px;
  position: relative;
  width: 128px;
  height: 128px;
  margin-bottom: -6px;
}
.index-advance__ball-imgs img {
  position: absolute;
  max-width: none;
}
.index-advance__ball-hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(23, 106, 111);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  z-index: 2;
  border-radius: 50%;
  border: 5px solid rgb(226, 226, 226);
}
.index-advance__ball-hidden span {
  color: white;
  display: inline-flex;
  text-align: center;
}
.index-advance__stay-grid {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
}
.index-advance__stay-col:first-child {
  width: 40%;
}
.index-advance__stay-col:last-child {
  width: 60%;
}
.index-advance__stay-title {
  color: white;
}
.index-advance__stay-title.is-mobile {
  display: none;
}
.index-advance__stay-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index-advance__stay-stick {
  position: relative;
}
.index-advance__stay-stick img {
  position: absolute;
  width: auto;
  top: -36px;
  right: -45%;
  max-width: none;
}
.index-we {
  padding: 70px 0;
  background: rgb(248, 248, 248);
}
.index-we__grid {
  display: flex;
  gap: 16px;
}
.index-we__main {
  display: flex;
  flex-direction: column;
  margin-bottom: -10px;
}
.index-we__col:first-child {
  width: 40%;
}
.index-we__col:last-child {
  width: 60%;
}
.index-we__title {
  margin-bottom: 16px;
  color: rgb(4, 31, 32);
}
.index-we__desc {
  max-width: 432px;
  color: rgb(4, 31, 32);
  margin-bottom: 30px;
}
.index-we__btn {
  max-width: 192px;
  border-color: rgb(225, 69, 72);
}
.index-we__list {
  margin-bottom: 55px;
}
.index-we__list-item {
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
}
.index-we__list-item:nth-child(1) {
  max-width: 280px;
}
.index-we__list-item:nth-child(2) {
  max-width: 360px;
}
.index-we__list-item:nth-child(3) {
  max-width: 404px;
}
.index-we__list-item:last-child {
  margin-bottom: 0;
}
.index-we__list-item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9395 4.87616C13.7937 4.44723 13.4088 4.13684 12.9423 4.06912L9.62998 3.60633L8.10213 0.665952C7.8922 0.253973 7.47235 0 6.99996 0C6.52765 0 6.10773 0.253973 5.89787 0.665952L4.41665 3.57247L4.36995 3.60633L1.05769 4.06912C0.591143 4.13684 0.206314 4.44723 0.0605267 4.87616C-0.085261 5.3107 0.0371779 5.77914 0.37538 6.10083L2.77212 8.35831L2.78963 8.41473L2.22399 11.6091C2.14234 12.0549 2.32892 12.5008 2.71382 12.7717C3.09288 13.0369 3.58855 13.0764 4.00847 12.862L6.97085 11.3551L9.9916 12.862C10.1723 12.9523 10.3706 12.9974 10.5631 12.9974C11.326 12.9974 11.909 12.3351 11.776 11.6091L11.2103 8.41473L13.6246 6.10083C13.9628 5.77914 14.0853 5.3107 13.9395 4.87616Z' fill='%23176A6F'/%3E%3C/svg%3E%0A");
}
.index-we__card {
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(8, 27, 26, 0.1);
  overflow: hidden;
  border-radius: 15px;
}
.index-we__card-head {
  position: relative;
  z-index: 2;
  padding-bottom: 80%;
}
.index-we__card-head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.index-we__card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 51px 30px;
  z-index: 2;
}
.index-we__cite-block {
  position: relative;
  padding: 20px 25px;
  border-radius: 999px;
  background: rgb(255, 220, 92);
  border: 1px solid rgb(138, 97, 21);
  box-shadow: -5px 0px 25px 0px rgba(8, 27, 26, 0.15);
  display: flex;
  align-items: center;
  gap: 30px;
}
.index-we__cite-block::before, .index-we__cite-block::after {
  content: "";
  width: 25px;
  height: 19px;
  flex: 0 0 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.index-we__cite-block::before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='19' viewBox='0 0 25 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.24719 17.4632C0.842696 15.9265 0 14.25 0 11.4559C0 6.56618 3.51124 2.23529 8.42697 0L9.69101 1.81618C5.05618 4.33088 4.07303 7.54412 3.79214 9.63971C4.49438 9.22059 5.47753 9.08088 6.46067 9.22059C8.98876 9.5 10.9551 11.4559 10.9551 14.1103C10.9551 15.3676 10.3933 16.625 9.55056 17.6029C8.56742 18.5809 7.44382 19 6.03933 19C4.49438 19 3.08989 18.3015 2.24719 17.4632ZM16.2921 17.4632C14.8876 15.9265 14.0449 14.25 14.0449 11.4559C14.0449 6.56618 17.5562 2.23529 22.4719 0L23.736 1.81618C19.1011 4.33088 18.118 7.54412 17.8371 9.63971C18.5393 9.22059 19.5225 9.08088 20.5056 9.22059C23.0337 9.5 25 11.4559 25 14.1103C25 15.3676 24.4382 16.625 23.5955 17.6029C22.7528 18.5809 21.4888 19 20.0843 19C18.5393 19 17.1348 18.3015 16.2921 17.4632Z' fill='%23E7AC3E'/%3E%3C/svg%3E%0A");
}
.index-we__cite-block::after {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='19' viewBox='0 0 25 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7528 1.53676C24.1573 3.07353 25 4.75 25 7.54412C25 12.4338 21.4888 16.7647 16.573 19L15.309 17.1838C19.9438 14.6691 20.927 11.4559 21.2079 9.36029C20.5056 9.77941 19.5225 9.91912 18.5393 9.77941C16.0112 9.5 14.0449 7.54412 14.0449 4.8897C14.0449 3.63235 14.6067 2.375 15.4494 1.39706C16.4326 0.419119 17.5562 0 18.9607 0C20.5056 0 21.9101 0.698528 22.7528 1.53676ZM8.70786 1.53676C10.1124 3.07353 10.9551 4.75 10.9551 7.54412C10.9551 12.4338 7.44382 16.7647 2.52809 19L1.26405 17.1838C5.89888 14.6691 6.88202 11.4559 7.16292 9.36029C6.46067 9.77941 5.47753 9.91912 4.49438 9.77941C1.96629 9.5 0 7.54412 0 4.8897C0 3.63235 0.561798 2.375 1.4045 1.39706C2.24719 0.419119 3.51124 0 4.91573 0C6.46067 0 7.86517 0.698528 8.70786 1.53676Z' fill='%23E7AC3E'/%3E%3C/svg%3E%0A");
}
.index-we__cite-text {
  text-align: center;
  display: inline-block;
  color: rgb(9, 56, 59);
  max-width: 480px;
  font-weight: 400;
}
.index-dis {
  background: rgb(35, 156, 163);
  padding: 70px 0;
  overflow: hidden;
}
.index-dis.is-modal {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border-top-right-radius: 0;
  max-width: 1440px;
}
.index-dis.is-modal .index-dis__head {
  margin-bottom: 70px;
}
.index-dis.is-modal[data-index="1"] .index-dis__decor[data-index="1"] {
  display: block;
}
.index-dis.is-modal[data-index="1"] .index-dis__decor img:nth-child(1) {
  top: 0;
  left: 0;
}
.index-dis.is-modal[data-index="1"] .index-dis__decor img:nth-child(2) {
  bottom: 0;
  right: 0;
}
.index-dis.is-modal[data-index="1"] .index-dis__decor img:nth-child(3) {
  bottom: 0;
  left: 0;
}
.index-dis.is-modal[data-index="1"] .index-dis__decor img:nth-child(4) {
  right: 9%;
  bottom: 0;
}
.index-dis.is-modal[data-index="1"] .index-dis__tabs-main[data-index="1"] {
  display: flex;
}
.index-dis.is-modal[data-index="2"] .index-dis__decor[data-index="2"] {
  display: block;
}
.index-dis.is-modal[data-index="2"] .index-dis__decor img:nth-child(1) {
  right: 0;
  top: 0;
}
.index-dis.is-modal[data-index="2"] .index-dis__decor img:nth-child(2) {
  bottom: 0;
  left: 0;
}
.index-dis.is-modal[data-index="2"] .index-dis__decor img:nth-child(3) {
  left: 5%;
  top: 5%;
}
.index-dis.is-modal[data-index="2"] .index-dis__decor img:nth-child(4) {
  right: 0;
  bottom: 0;
}
.index-dis.is-modal[data-index="2"] .index-dis__tabs-main[data-index="2"] {
  display: flex;
}
.index-dis.is-modal[data-index="3"] .index-dis__decor[data-index="3"] {
  display: block;
}
.index-dis.is-modal[data-index="3"] .index-dis__decor img:nth-child(1) {
  left: 0;
  top: 0;
}
.index-dis.is-modal[data-index="3"] .index-dis__decor img:nth-child(2) {
  top: 0;
  right: 0;
}
.index-dis.is-modal[data-index="3"] .index-dis__decor img:nth-child(3) {
  left: 5%;
  bottom: 10%;
}
.index-dis.is-modal[data-index="3"] .index-dis__decor img:nth-child(4) {
  right: 11%;
  bottom: 0;
}
.index-dis.is-modal[data-index="3"] .index-dis__tabs-main[data-index="3"] {
  display: flex;
}
.index-dis.is-modal .index-dis__decor {
  display: none;
}
.index-dis:not(.is-modal) .index-dis__decor img:first-child {
  top: 91px;
  left: 0;
}
.index-dis:not(.is-modal) .index-dis__decor img:last-child {
  bottom: 0;
  right: 0;
}
.index-dis__decor img {
  position: absolute;
  z-index: -1;
}
.index-dis__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.index-dis__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
.index-dis__title, .index-dis__desc {
  color: white;
  text-align: center;
}
.index-dis__grid {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.index-dis__col {
  width: 100%;
  max-width: 228px;
}
.index-dis__card-head {
  position: relative;
  padding-bottom: 10px;
  z-index: 2;
  margin-bottom: 36px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.index-dis__card-head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 146px;
  height: 146px;
  border-radius: 50%;
  z-index: -1;
}
.index-dis__card-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 3.82px 4.78px 13.38px 0px rgba(5, 20, 21, 0.05), 14.34px 19.12px 24.85px 0px rgba(5, 20, 21, 0.04), 32.5px 43.97px 32.5px 0px rgba(5, 20, 21, 0.03), 58.3px 78.38px 39.19px 0px rgba(5, 20, 21, 0.01), 90.8px 122.34px 43.01px 0px rgba(5, 20, 21, 0);
}
.index-dis__card-img img {
  display: block;
}
.index-dis__card-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.index-dis__card-name {
  color: white;
  text-align: center;
}
.index-dis__card-btn {
  width: 100%;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  background: transparent;
}
.index-dis__tabs {
  display: flex;
  flex-direction: column;
}
.index-dis__tabs-btn {
  margin-top: 70px;
  text-transform: uppercase;
  max-width: 245px;
  width: 100%;
}
.index-dis__tabs-grid {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.index-dis__tabs-left, .index-dis__tabs-right {
  max-width: 555px;
  width: 100%;
}
.index-dis__tabs-left {
  min-height: 400px;
}
.index-dis__tabs-main {
  padding-top: 30px;
  display: none;
  justify-content: space-between;
  flex-direction: column;
}
.index-dis__tabs-content * {
  color: white;
}
.index-dis__tabs-content p, .index-dis__tabs-content ul {
  margin-bottom: 22px;
}
.index-dis__tabs-content p:last-child, .index-dis__tabs-content ul:last-child {
  margin-bottom: 0;
}
.index-dis__tabs-content p, .index-dis__tabs-content li {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.index-dis__tabs-content b p {
  margin-bottom: 6px !important;
  font-weight: bold;
}
.index-dis__tabs-content ul {
  list-style: disc;
  padding-left: 24px;
}
.index-dis__tab {
  display: flex;
  align-items: center;
  margin-bottom: -30px;
  cursor: pointer;
}
.index-dis__tab:hover, .index-dis__tab.is-active {
  z-index: 3;
}
.index-dis__tab:hover .index-dis__tab-name, .index-dis__tab.is-active .index-dis__tab-name {
  color: white;
}
.index-dis__tab:hover .index-dis__tab-name::after, .index-dis__tab:hover .index-dis__tab-name::before, .index-dis__tab.is-active .index-dis__tab-name::after, .index-dis__tab.is-active .index-dis__tab-name::before {
  opacity: 1;
  visibility: visible;
}
.index-dis__tab:hover .index-dis__tab-img img, .index-dis__tab.is-active .index-dis__tab-img img {
  filter: grayscale(0);
}
.index-dis__tab-left {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.index-dis__tab-name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  transition: 0.3s;
  color: rgb(15, 63, 64);
  position: relative;
  width: 100%;
}
.index-dis__tab-name::before {
  content: "";
  width: 17px;
  height: 12px;
  flex: 0 0 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.324754 0.0593414C0.226698 0.110672 0.144523 0.188292 0.087238 0.283691C0.0299531 0.379093 -0.000229118 0.488588 5.84479e-07 0.600176L1.2751e-06 16.3998C-0.000228418 16.5114 0.0299538 16.6209 0.0872387 16.7163C0.144524 16.8117 0.226699 16.8893 0.324755 16.9407C0.420353 16.9868 0.526317 17.0066 0.631923 16.9981C0.737529 16.9895 0.839029 16.953 0.926151 16.892L11.7513 8.99222C11.8283 8.93588 11.891 8.8619 11.9342 8.77633C11.9775 8.69077 12 8.59607 12 8.5C12 8.40393 11.9775 8.30923 11.9342 8.22366C11.891 8.1381 11.8283 8.06412 11.7513 8.00778L0.92615 0.107956C0.839028 0.0470466 0.737528 0.0104713 0.631922 0.00193593C0.526316 -0.00660136 0.420352 0.0132026 0.324754 0.0593414Z' fill='%23FAFAFA'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.index-dis__tab-name::after {
  content: "";
  height: 2px;
  width: 18%;
  flex: 0 0 18%;
  background: white;
  opacity: 0;
  visibility: hidden;
}
.index-dis__tab-img {
  width: 150px;
  height: 150px;
  flex: 0 0 150px;
}
.index-dis__tab-img img {
  transition: 0.3s;
  display: block;
  filter: grayscale(1);
}

.like {
  padding: 43px 61px;
  border-radius: 116px;
  background: rgb(250, 250, 250);
  border: 5px solid rgb(226, 226, 226);
  box-shadow: -5px 0px 25px 0px rgba(8, 27, 26, 0.15);
  display: flex;
  align-items: center;
  gap: 36px;
  margin-top: 10px;
}
.like-icon {
  width: 101px;
  height: 88px;
  flex: 0 0 101px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='101' height='90' viewBox='0 0 101 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M92.9876 9.64255C87.7593 4.06009 80.5853 0.985535 72.7856 0.985535C66.9555 0.985535 61.6162 2.80008 56.9158 6.37834C54.5439 8.18454 52.3948 10.3943 50.5 12.9735C48.6059 10.3951 46.4561 8.18454 44.0835 6.37834C39.3838 2.80008 34.0445 0.985535 28.2144 0.985535C20.4147 0.985535 13.2399 4.06009 8.0116 9.64255C2.84571 15.1598 0 22.6971 0 30.8671C0 39.2761 3.18322 46.9734 10.0174 55.0919C16.1311 62.3538 24.9179 69.7258 35.0932 78.2622C38.5677 81.1774 42.5061 84.4819 46.5955 88.0017C47.6759 88.9333 49.0621 89.4461 50.5 89.4461C51.9371 89.4461 53.3241 88.9333 54.4029 88.0032C58.4923 84.4826 62.433 81.1767 65.9091 78.2599C76.0829 69.725 84.8697 62.3538 90.9834 55.0911C97.8176 46.9734 101 39.2761 101 30.8663C101 22.6971 98.1543 15.1598 92.9876 9.64255Z' fill='%23E14548'/%3E%3C/svg%3E%0A");
}
.like-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.like-tag {
  color: rgb(23, 106, 111);
  font-weight: 700;
}
.like-text {
  color: rgb(4, 31, 32);
}

.price {
  background: rgb(248, 248, 248);
  padding: 70px 0;
}
.price__head {
  margin-bottom: 60px;
}
.price__title {
  color: rgb(4, 31, 32);
  text-align: center;
}
.price-top {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.price-tabs {
  display: flex;
  align-items: center;
  gap: 24px;
}
.price-tabs__content {
  display: none;
}
.price-tabs__content.is-active {
  display: block;
}
.price-tab {
  min-width: 192px;
  width: 100%;
  padding: 0 16px;
  border-color: rgb(225, 69, 72);
  cursor: pointer;
}
.price-tab:not(.is-active) {
  border: 1px solid rgb(35, 156, 163);
  background: transparent;
  color: rgb(35, 156, 163);
}
.price-annotation {
  color: rgb(4, 31, 32);
  position: relative;
  padding-left: 21px;
  max-width: 473px;
}
.price-annotation::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -2px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='7' fill='%23239CA3'/%3E%3Cpath d='M6.45455 9.90909L6.54545 7.40909L4.43182 8.75L3.88636 7.79545L6.11364 6.63636L3.88636 5.47727L4.43182 4.52273L6.54545 5.86364L6.45455 3.36364H7.54545L7.45455 5.86364L9.56818 4.52273L10.1136 5.47727L7.88636 6.63636L10.1136 7.79545L9.56818 8.75L7.45455 7.40909L7.54545 9.90909H6.45455Z' fill='%23FAFAFA'/%3E%3C/svg%3E%0A");
}
.price-card {
  padding: 30px 60px 30px 40px;
  border: 2px solid rgb(226, 226, 226);
  border-radius: 999px;
  margin-bottom: 15px;
  justify-content: space-between;
  gap: 16px;
  display: flex;
}
.price-card__name {
  color: rgb(4, 31, 32);
}
.price-card__name:first-child {
  font-weight: 700;
}
.price-card__price {
  color: rgb(4, 31, 32);
  font-weight: 400;
}
.price-form {
  padding: 36px;
  border-radius: 20px;
  border: 2px solid rgb(226, 226, 226);
}
.price-form__title {
  text-align: center;
  color: rgb(4, 31, 32);
}
.price-form__head {
  margin-bottom: 55px;
}
.price-form__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.price-form__col {
  position: relative;
}
.price-form__btn {
  padding: 0 16px;
  width: 100%;
  font-weight: 600;
}
.price-form__agree {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 38px;
  position: relative;
  align-items: center;
}
.price-form__agree:has(input:checked)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0611 0.422381C11.5183 0.732293 11.6376 1.35411 11.3277 1.81124L6.24316 9.31124C6.07711 9.55618 5.8111 9.71499 5.51671 9.74496C5.22232 9.77493 4.92977 9.67297 4.71777 9.46652L0.802337 5.65362C0.406666 5.26831 0.398266 4.6352 0.783575 4.23953C1.16888 3.84386 1.80199 3.83546 2.19766 4.22077L5.25771 7.20068L9.67228 0.688955C9.98219 0.231819 10.604 0.11247 11.0611 0.422381Z' fill='white'/%3E%3C/svg%3E%0A");
  background-color: rgb(35, 156, 163);
  border-color: rgb(35, 156, 163);
}
.price-form__agree::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 1px;
  border: 1px solid rgb(226, 226, 226);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.price-form__agree-text {
  color: rgba(4, 31, 32, 0.5);
}
.price-form__agree-text a {
  color: rgb(35, 156, 163);
}

.result {
  padding: 70px 0;
  background: rgb(242, 242, 242);
}
.result__head {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
}
.result__title {
  max-width: 503px;
  color: rgb(4, 31, 32);
}
.result-tags {
  display: flex;
  align-items: flex-start;
  max-width: 458px;
  flex-wrap: wrap;
  widows: 100%;
  gap: 10px;
}
.result-tags__item {
  color: white;
  display: block;
  padding: 9px 25px;
  border-radius: 999px;
  background-color: rgb(35, 156, 163);
}
.result-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 40px;
}
.result-info__title {
  font-weight: 700;
}
.result-info__head {
  margin-bottom: 50px;
}
.result-info__card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
.result-info__card-icon {
  width: 67px;
  height: 67px;
  flex: 0 0 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(35, 156, 163);
  border-radius: 50%;
}
.result-info__card-text {
  color: rgb(4, 31, 32);
  font-weight: 400;
  max-width: 216px;
}
.result__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.result__col:first-child {
  grid-column: span 2;
}
.result__col.is-info {
  padding: 40px 50px;
  background: rgb(250, 250, 250);
  border-radius: 15px;
  border: 5px solid rgb(226, 226, 226);
}
.result-card {
  position: relative;
  width: 100%;
  height: 100%;
}
.result-card__icon img {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 2;
}
.result-card__img {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0px 5px 15px 0px rgba(8, 27, 26, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.result-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.result-card__tag {
  font-weight: 400;
  max-width: 105px;
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: rgb(250, 250, 250);
  color: rgb(4, 31, 32);
  border-radius: 999px;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team {
  padding: 70px 0;
  background: rgb(248, 248, 248);
  overflow: hidden;
}
.team.is-white {
  background: white;
}
.team.is-white .team-prizes::before {
  background: white;
}
.team-head {
  margin-bottom: 80px;
}
.team-head__desc {
  max-width: 861px;
}
.team-head__group {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.team__slider {
  overflow: visible;
  overflow-x: clip;
  padding-top: 7%;
}
.team__slider .swiper-slide {
  height: auto !important;
}
.team-about {
  z-index: 3;
}
.team-about__title {
  color: rgb(4, 31, 32);
  margin-bottom: 20px;
}
.team-about p {
  color: rgb(4, 31, 32);
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin-bottom: 20px;
}
.team-about p:last-child {
  margin-bottom: 0;
}
.team__grid {
  padding-top: 90px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 110px;
  justify-content: center;
}
.team__col {
  width: calc(33.3334% - 14px);
}
.team__title, .team__desc {
  color: rgb(4, 31, 32);
}
.team__title {
  margin-bottom: 20px;
}
.team-btns {
  display: flex;
  align-items: center;
  gap: 28px;
}
.team-btn {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border-radius: 50%;
  border: 1.5px solid rgb(226, 226, 226);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}
.team-btn.team__next {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.07597 0.0373285C8.55761 0.148655 8.20829 0.452948 8.06179 0.968762C7.90028 1.53653 8.07682 2.00781 8.48625 2.40859C10.0639 3.96345 11.6452 5.5146 13.2266 7.06947C14.0154 7.84875 14.8004 8.63546 15.6681 9.49639L8.47873 16.599C7.87774 17.1928 7.84393 18.0389 8.3698 18.5881C8.89943 19.1373 9.79717 19.1447 10.3869 18.5658C13.1139 15.8865 15.8372 13.1961 18.5491 10.502C19.1389 9.91572 19.1539 9.09561 18.5717 8.513C15.8484 5.80405 13.1177 3.10624 10.3794 0.415839C10.0188 0.0670157 9.57555 -0.0739982 9.07597 0.0373285Z' fill='%23041F20'/%3E%3C/svg%3E%0A");
}
.team-btn.team__prev {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.92403 0.0373285C10.4424 0.148655 10.7917 0.452948 10.9382 0.968762C11.0997 1.53653 10.9232 2.00781 10.5138 2.40859C8.93614 3.96345 7.35478 5.5146 5.77341 7.06947C4.98461 7.84875 4.19956 8.63546 3.33187 9.49639L10.5213 16.599C11.1223 17.1928 11.1561 18.0389 10.6302 18.5881C10.1006 19.1373 9.20283 19.1447 8.61311 18.5658C5.8861 15.8865 3.16285 13.1961 0.450859 10.502C-0.138865 9.91572 -0.153891 9.09561 0.428322 8.513C3.15158 5.80405 5.88234 3.10624 8.62062 0.415839C8.98122 0.0670157 9.42445 -0.0739982 9.92403 0.0373285Z' fill='%23041F20'/%3E%3C/svg%3E%0A");
}
.team-card {
  padding: 0 34px 34px;
  background: rgb(35, 156, 163);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.team-card__head {
  position: relative;
  margin-bottom: 21px;
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0px 5px 25px 0px rgba(8, 27, 26, 0.15);
  width: 100%;
  padding-bottom: 100%;
  margin-top: -86px;
}
.team-card__ellipse {
  position: absolute;
  top: -5px;
  right: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  background: rgb(255, 220, 92);
  z-index: -1;
}
.team-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
}

.team-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  flex: 1 1 auto;
}
.team-card__name {
  text-align: center;
  color: white;
}
.team-card__content {
  margin-bottom: 20px;
}
.team-card__content ul {
  list-style: disc;
  padding-left: 24px;
}
.team-card__content ul li {
  margin-bottom: 11px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: white;
}
.team-card__content ul li:last-child {
  margin-bottom: 0;
}
.team-card__btn {
  margin-left: auto;
  margin-right: auto;
  height: 46px;
  max-width: 162px;
  width: 100%;
  margin-top: auto;
  background: transparent;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  margin-top: auto;
}
.team-prizes {
  margin-top: 140px;
  min-height: 180px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  border: 5px solid rgb(226, 226, 226);
  padding: 0 69px;
  position: relative;
  margin-bottom: 60px;
}
.team-prizes:last-child {
  margin-bottom: 0;
}
.team-prizes::before {
  position: absolute;
  content: "";
  top: calc(100% + 5px);
  height: 50px;
  width: 100%;
  z-index: 2;
  background: rgb(248, 248, 248);
}
.team-prizes__group {
  padding: 20px 60px 20px 20px;
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team-prizes__img {
  align-self: flex-end;
  flex: 0 0 340px;
  width: 340px;
  position: relative;
}
.team-prizes__img img {
  position: absolute;
  max-width: none;
  bottom: -130px;
  left: 50%;
  transform: translateX(-50%);
}
.team-prizes__img img:last-child {
  display: none;
}
.team-prizes__title {
  font-weight: 700;
}
.team-prizes__title.is-eye {
  display: flex;
  align-items: center;
  gap: 8px;
}
.team-prizes__title.is-eye::before {
  content: "";
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23041F20' height='64px' width='64px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 472.615 472.615' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cg%3E%3Cpath d='M236.308,89.766C87.662,89.766,0,236.306,0,236.306s87.662,146.543,236.308,146.543s236.308-146.543,236.308-146.543 S384.953,89.766,236.308,89.766z M236.308,333.737c-53.809,0-97.43-43.62-97.43-97.431c0-53.807,43.62-97.428,97.43-97.428 c53.808,0,97.43,43.62,97.43,97.428C333.737,290.116,290.116,333.737,236.308,333.737z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='236.308' cy='236.308' r='30.494'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.team-prizes__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.team-prizes__grid-col {
  display: flex;
}
.team-prizes__grid-col:nth-child(2) {
  align-self: flex-end;
}

.process {
  padding: 70px 0;
  background: #F2F2F2;
  overflow: hidden;
}
.process__slider {
  overflow: visible;
  z-index: 0;
}
.process__slider::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 100%;
  top: 0;
  background: #F2F2F2;
  z-index: 2;
}
.process__slider-wrapper {
  flex: 1 1 auto;
  min-width: 0;
}
.process__body {
  display: flex;
  gap: 70px;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
}
.process__head {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 440px;
  flex: 0 0 440px;
  z-index: 2;
}
.process__title, .process__desc {
  color: #041F20;
}
.process__title {
  max-width: 342px;
}
.process__desc {
  max-width: 394px;
}
.process-card {
  width: 100%;
  padding-bottom: 120%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.process-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews {
  padding: 70px 0;
  background: #F2F2F2;
  overflow: hidden;
}
.reviews.is-gray {
  background: #F8F8F8;
}
.reviews__title {
  color: #041F20;
  text-align: center;
}
.reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.reviews__head {
  margin-bottom: 30px;
}
.reviews-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 114%;
  z-index: 2;
  display: block;
}
.reviews-card.is-vid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  width: 68px;
  height: 68px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='68' height='68' viewBox='0 0 68 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='68' height='68' rx='33' fill='%23FAFAFA'/%3E%3Cpath d='M46.5647 33.6417C47.2138 34.0298 47.2138 34.9701 46.5647 35.3583L28.5132 46.1525C27.8467 46.5511 27 46.0709 27 45.2943L27 23.7057C27 22.9291 27.8467 22.4489 28.5132 22.8475L46.5647 33.6417Z' fill='%23041F20'/%3E%3C/svg%3E%0A");
}
.reviews-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.reviews__slider-wrapper {
  position: relative;
}
.reviews__slider-btn {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #FAFAFA;
  border-radius: 50%;
  border: 1.5px solid #E2E2E2;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.reviews__slider-btn.reviews__prev {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_77_175)'%3E%3Cpath d='M7.21747 0.0275052C7.59446 0.109535 7.84852 0.333751 7.95506 0.713825C8.07253 1.13218 7.94413 1.47944 7.64637 1.77475C6.49901 2.92044 5.34893 4.06339 4.19885 5.20908C3.62517 5.78329 3.05422 6.36297 2.42318 6.99734L7.65183 12.2309C8.08892 12.6684 8.1135 13.2918 7.73105 13.6965C7.34587 14.1012 6.69297 14.1066 6.26408 13.6801C4.2808 11.7059 2.30025 9.72348 0.327897 7.73835C-0.100994 7.30632 -0.111921 6.70203 0.311506 6.27274C2.29206 4.27667 4.27807 2.28881 6.26954 0.306408C6.5318 0.04938 6.85415 -0.054525 7.21747 0.0275052Z' fill='%23041F20'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_77_175'%3E%3Crect width='14' height='14' fill='white' transform='matrix(-1 0 0 1 14 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  left: -6%;
}
.reviews__slider-btn.reviews__next {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_77_169)'%3E%3Cpath d='M6.78253 0.0275052C6.40554 0.109535 6.15148 0.333751 6.04494 0.713825C5.92747 1.13218 6.05587 1.47944 6.35363 1.77475C7.50099 2.92044 8.65107 4.06339 9.80115 5.20908C10.3748 5.78329 10.9458 6.36297 11.5768 6.99734L6.34817 12.2309C5.91108 12.6684 5.8865 13.2918 6.26895 13.6965C6.65413 14.1012 7.30703 14.1066 7.73592 13.6801C9.7192 11.7059 11.6997 9.72348 13.6721 7.73835C14.101 7.30632 14.1119 6.70203 13.6885 6.27274C11.7079 4.27667 9.72193 2.28881 7.73046 0.306408C7.4682 0.04938 7.14585 -0.054525 6.78253 0.0275052Z' fill='%23041F20'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_77_169'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  right: -6%;
}

.promos {
  padding: 70px 0;
  background: #F8F8F8;
  overflow: hidden;
}
.promos__head {
  margin-bottom: 50px;
}
.promos__title {
  color: #041F20;
  text-align: center;
}
.promos__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
.promos-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.promos-card__head {
  position: relative;
  padding-bottom: 96%;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.promos-card__head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promos-card__body {
  padding: 30px 15px;
  border: 2px solid #E2E2E2;
  flex: 1 1 auto;
  border-radius: 0 0 15px 15px;
}
.promos-card__text {
  color: #041F20;
  text-align: center;
  display: inline-block;
}
.promos__footer {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.promos__link {
  position: relative;
  display: inline-block;
  color: #239CA3;
}

.feedback {
  padding: 70px 0;
  background: #F2F2F2;
}
.feedback__body {
  position: relative;
  background: #0E3A3D;
  border-radius: 15px;
  overflow: hidden;
  padding: 70px 0;
  z-index: 2;
}
.feedback__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.feedback__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}
.feedback__title, .feedback__desc {
  color: white;
}
.feedback__title {
  max-width: 550px;
}
.feedback__desc {
  max-width: 394px;
  font-weight: 400;
}
.feedback-form__grid {
  max-width: 700px;
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
}
.feedback-form__col {
  width: 34%;
}
.feedback-form__col:last-child {
  width: 37%;
}
.feedback-form__btn {
  cursor: pointer;
}
.feedback-form .price-form__agree {
  justify-content: flex-start;
  align-items: center;
}
.feedback-form .price-form__agree::before {
  align-self: center;
  background-color: rgb(250, 250, 250);
}
.feedback-form .price-form__agree-text {
  color: rgba(250, 250, 250, 0.5);
}
.feedback-form .price-form__agree-text a {
  color: rgb(250, 250, 250);
}

.location {
  padding: 70px 0;
  background: white;
}
.location__grid {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.location__col {
  width: 100%;
}
.location__col:first-child {
  max-width: 400px;
}
.location__col:last-child {
  max-width: 650px;
}
.location__title, .location__desc {
  color: #041F20;
}
.location__title {
  margin-bottom: 22px;
  max-width: 361px;
}
.location__desc {
  margin-bottom: 33px;
}
.location__head {
  display: flex;
  flex-direction: column;
}
.location__btn {
  max-width: 245px;
  width: 100%;
}
.location-contacts {
  padding-top: 27px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.location-contacts__tag, .location-contacts__link {
  color: #041F20;
}
.location-contacts__link {
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.location-contacts__link.is-phone::before {
  content: "";
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_77_77)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.653 16.7123C18.5269 16.8381 18.3747 16.9989 18.2134 17.169C17.8108 17.5963 17.3079 18.1274 16.9927 18.3428C15.3343 19.476 13.1156 18.9338 11.5462 18.2799C9.47593 17.4172 7.22195 15.8273 5.19811 13.8032C3.17239 11.7789 1.58255 9.52423 0.719938 7.45512C0.0668134 5.8854 -0.476579 3.66626 0.656852 2.00747C0.872087 1.69204 1.40442 1.18991 1.8311 0.78657C2.00181 0.625738 2.16138 0.473775 2.28755 0.348012C2.51155 0.125124 2.81469 0 3.13069 0C3.44669 0 3.74984 0.125124 3.97384 0.348012L7.02527 3.39855C7.24803 3.62254 7.37308 3.9256 7.37308 4.24151C7.37308 4.55741 7.24803 4.86048 7.02527 5.08447L6.19402 5.91405C5.91641 6.18962 5.7352 6.54748 5.67737 6.93434C5.61954 7.32121 5.68818 7.71641 5.87306 8.06112C7.01639 10.219 8.78148 11.9838 10.9396 13.1268C11.2842 13.3116 11.6794 13.3802 12.0661 13.3223C12.4529 13.2643 12.8106 13.083 13.0859 12.8053L13.9151 11.9757C14.1391 11.7528 14.4423 11.6277 14.7583 11.6277C15.0743 11.6277 15.3774 11.7528 15.6014 11.9757L18.653 15.0268C18.8758 15.2507 19.0009 15.5537 19.0009 15.8695C19.0009 16.1854 18.8758 16.4884 18.653 16.7123Z' fill='%23041F20'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_77_77'%3E%3Crect width='19' height='19' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.location-contacts__sublink {
  margin-top: -5px;
  color: rgb(35, 156, 163);
}
.location-map {
  position: relative;
  padding-bottom: 80%;
  z-index: 2;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 5px 25px 0px rgba(8, 27, 26, 0.1019607843);
}
.location-map__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.location-map__block {
  position: absolute;
  top: 23px;
  right: 23px;
  max-width: 413px;
  width: 100%;
  z-index: 2;
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 15px 25px;
  border-radius: 15px;
  background: #239CA3;
  box-shadow: 0px 5px 25px 0px rgba(8, 27, 26, 0.1490196078);
}
.location-map__block-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.location-map__block-tag, .location-map__block-name {
  color: white;
}
.location-map__block-name {
  font-weight: 700;
}
.location-map__block-icon {
  width: 32px;
  flex: 0 0 32px;
}

.feedback [data-ok] {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: none;
  padding: 70px 15px;
}

.feedback.is-done [data-ok] {
  display: block;
}

.feedback.is-done [data-form] {
  visibility: hidden;
}

.price-form__btn.is-short {
  max-width: 234px;
}

.fancybox-slide--html .fancybox-close-small {
  color: rgb(4, 31, 32);
  border: 5px solid white;
  padding: 5px;
}

.footer-nav__link {
  font-size: 14px;
}

.fancybox-bg {
  background: rgb(4, 31, 32);
}

.price.is-org .price-form__grid {
  grid-template-columns: repeat(3, 1fr);
}

.team-about {
  z-index: 3;
  position: relative;
}

.error-mess {
  position: absolute;
  top: calc(100% - 10px);
  left: 10px;
  z-index: 2;
  pointer-events: none;
  padding: 4px 8px;
  border-radius: 999px;
  color: white;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  background: rgb(225, 69, 72);
}

.feedback-form__col {
  position: relative;
}

.select2-container {
  z-index: 6px;
}

@media (min-width: 1439px) {
  .index-banner {
    min-height: 800px;
  }
}
@media (max-width: 1199px) {
  .index-advance__stay-title {
    display: none;
  }
  .index-advance__stay-title.is-mobile {
    display: block;
    margin-bottom: 50px;
  }
  .team__col {
    width: calc(50% - 10px);
  }
  .index-advance__stay-grid {
    flex-direction: column;
    gap: 32px;
  }
  .index-advance__stay-stick img {
    right: -160%;
    top: -60px;
  }
  .index-advance__stay-col:last-child {
    width: 100%;
  }
  .like-text {
    max-width: 776px;
  }
  .index-advance__ball:not(:last-child) {
    margin-right: auto;
  }
  .index-advance__ball:last-child {
    grid-column: span 2;
  }
  .index-advance__ball {
    margin-left: auto;
    margin-right: auto;
  }
  .index-advance__balls {
    display: grid;
    column-gap: 10px;
    row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .index-we__grid {
    flex-direction: column;
    gap: 40px;
  }
  .index-we__col:first-child {
    width: 100%;
  }
  .index-we__desc {
    max-width: none !important;
  }
  .index-we__list-item {
    max-width: none !important;
  }
  .index-we__list {
    margin-bottom: 40px;
  }
  .index-we__col:last-child {
    width: 100%;
  }
  .index-we__card-body {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px;
  }
  .promos__slider {
    overflow: visible;
  }
  .promos-card__body {
    padding: 15px 15px 20px;
  }
  .team__slider {
    overflow: visible;
  }
}
@media (max-width: 1023px) {
  .price-form__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .result__head {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }
  .result__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .result-card {
    padding-bottom: 166%;
  }
  .result-card__img {
    position: static;
  }
  .result__col.is-info {
    padding: 24px;
  }
  .result-info {
    row-gap: 20px;
  }
  .result-card__tag {
    bottom: 20px;
  }
  .team-btns {
    display: none;
  }
  .team-card {
    padding: 0 24px 34px;
  }
  .team-prizes {
    padding-left: 16px;
    padding-right: 16px;
  }
  .team-prizes__img {
    flex: 0 0 0;
  }
  .process__body {
    display: block;
  }
  .process__head {
    gap: 20px;
    flex: 1 1 auto;
    width: 100%;
    min-width: auto;
  }
  .process__title {
    max-width: none;
  }
  .process__slider-wrapper {
    margin-bottom: 30px;
  }
  .location__grid {
    flex-direction: column;
    gap: 40px;
  }
  .location__btn {
    height: 62px;
  }
  .location__col:last-child {
    max-width: none;
  }
  .location-map {
    padding-bottom: 0;
    min-height: 520px;
  }
}
@media (max-width: 767px) {
  .index-banner {
    min-height: 800px;
  }
  .reviews__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .index-banner__title {
    max-width: 408px;
    margin-bottom: 30px;
  }
  .index-banner__desc {
    max-width: 408px;
  }
  .index-banner__sign {
    padding-top: 54px;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .index-banner {
    min-height: 646px;
  }
  .index-banner__sign-text {
    max-width: 150px;
  }
  .index-advance__ball {
    width: 200px;
    height: 200px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .index-advance__ball:last-child {
    width: 250px;
    height: 250px;
  }
  .index-advance__ball-imgs {
    transform: scale(0.7);
    margin-top: -16px;
  }
  .index-advance__ball-hidden span {
    padding: 0 16px;
  }
  .index-advance__ball-text {
    margin-top: -16px;
  }
  .index-advance,
  .index-we,
  .index-dis,
  .result,
  .price,
  .process,
  .reviews,
  .feedback,
  .promos,
  .location {
    padding: 60px 0;
  }
  .feedback [data-ok] {
    padding: 60px 15px;
  }
  .like {
    padding: 20px 24px;
    gap: 10px;
  }
  .like-icon {
    width: 51px;
    height: 46px;
    flex: 0 0 51px;
  }
  .like-main {
    gap: 8px;
  }
  .like-text {
    font-size: 12px;
  }
  .index-dis__card-img {
    width: 150px;
    height: 150px;
    flex: 0 0 150px;
  }
  .index-dis__card-head {
    margin-bottom: 10px;
  }
  .index-dis__card-body {
    gap: 20px;
  }
  .index-dis:not(.is-modal) .index-dis__decor img:first-child {
    top: 140px;
    left: -39px;
  }
  .index-dis:not(.is-modal) .index-dis__decor img:last-child {
    width: 140%;
    max-width: none;
    right: -20px;
  }
  .price-card {
    gap: 20px;
    padding: 20px 24px;
  }
  .price {
    padding: 60px 0;
  }
  .price-tabs {
    gap: 10px;
    width: 100%;
  }
  .price-tab {
    width: 50%;
    max-width: none;
  }
  .price-annotation span {
    font-size: 10px;
  }
  .price-annotation::before {
    top: 4px;
  }
  .price-top {
    gap: 20px;
    margin-bottom: 30px;
  }
  .price-form {
    padding: 40px 16px;
  }
  .price-form__head {
    margin-bottom: 40px;
  }
  .team-card__content ul li {
    font-size: 12px;
  }
  .team-prizes__img img:last-child {
    display: block;
    transform: translateX(-54%);
    bottom: -157px;
  }
  .team-prizes__img img:first-child {
    display: none;
  }
  .team-prizes {
    min-height: 88px;
  }
  .team-prizes::before {
    height: 300px;
  }
  .feedback__body {
    padding: 60px 0;
  }
  .feedback-form__grid {
    flex-direction: column;
  }
  .feedback-form__col {
    width: 100% !important;
  }
  .feedback-form .price-form__agree {
    margin-top: 30px;
  }
  .price.is-org .price-form__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 560px) {
  .index-banner__img img {
    object-fit: cover;
    height: 70%;
  }
  .index-we__cite-block {
    gap: 6px;
  }
  .index-we__btn {
    max-width: none;
  }
  .index-dis__card-img {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
  }
  .price-form__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .price-tab {
    min-width: auto;
  }
  .reviews-card {
    padding-bottom: 175%;
  }
  .location-map__block {
    width: calc(100% - 40px);
    max-width: none;
  }
  .team__col {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .reviews__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 400px) {
  .index-advance__ball {
    width: 155px;
    height: 155px;
  }
  .index-advance__ball:last-child {
    width: 200px;
    height: 200px;
  }
  .index-advance__ball-imgs {
    transform: scale(0.5);
    margin-top: -32px;
  }
  .index-advance__ball-text {
    margin-top: -32px;
  }
  .index-we__card-body {
    padding: 5px;
  }
  .team-prizes__img img:last-child {
    width: 200px;
    bottom: -87px;
  }
  .team-prizes {
    margin-top: 100px;
  }
}
@charset "UTF-8";
.banner {
  padding: 20px 0;
  min-height: 646px;
  background: rgb(35, 156, 163);
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.banner__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.banner__img {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 45%;
  top: 0;
  right: 0;
  max-width: 768px; /* ширина div */
  overflow: hidden;
  clip-path: path("M100 0 H768 V646 H126 C94 601 14 543 1 348 C-5 158 77 57 124 0 Z");
}
.banner__img img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.banner__breadcrumbs {
  margin-bottom: 70px;
}
.banner__main {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  gap: 30px;
}
.banner__title, .banner__desc {
  color: white;
}
.banner__desc {
  font-weight: 400;
}
.banner__sign {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 40px;
}
.banner__sign-text {
  color: white;
  max-width: 198px;
  font-weight: 400;
}
.banner__sign-btn {
  max-width: 192px;
  width: 100%;
  border-color: rgb(225, 69, 72);
}

.what {
  padding: 70px 0;
}
.what__head {
  margin-bottom: 50px;
}
.what__title {
  color: rgb(4, 31, 32);
  max-width: 680px;
}
.what-card {
  border-top: 1px solid var(--Core-Divider, rgba(0, 0, 0, 0.1));
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 50px;
}
.what-card__name {
  color: rgb(35, 156, 163);
  font-weight: 700;
}
.what-card__desc {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 140%;
  color: rgb(4, 31, 32);
}

@media (max-width: 1199px) {
  .banner {
    gap: 40px;
  }
  .banner__img {
    max-width: none;
    padding-bottom: 30%;
    clip-path: unset;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    top: auto;
    bottom: 20px;
    right: 20px;
  }
  .banner__img img {
    object-position: center;
  }
  .team-card__content {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .what-card__desc {
    font-size: 16px;
  }
  .banner__sign-text {
    max-width: 150px;
  }
  .banner__img {
    position: relative;
    width: 320px;
    height: 320px;
    right: auto;
  }
}
@media (max-width: 400px) {
  .banner__img {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
  }
}
.policy {
  padding-bottom: 70px;
}
.policy__head {
  margin-bottom: 50px;
}
.policy__title {
  color: rgb(4, 31, 32);
}
.policy__content {
  width: 100%;
}
.policy__content h2 {
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: rgb(4, 31, 32);
  margin-bottom: 20px;
}
.policy__content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: rgb(4, 31, 32);
}
.policy__content p ~ h2 {
  margin-top: 50px;
}

@media (max-width: 1023px) {
  .policy {
    padding: 50px 0;
  }
  .policy__head {
    margin-bottom: 40px;
  }
  .policy__content h2 {
    font-size: 20px;
  }
  .policy__content p {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .policy__content p:last-child {
    margin-bottom: 0;
  }
  .policy__content p ~ h2 {
    margin-top: 40px;
  }
}






.trainer__breadcrumbs {
  padding-top: 20px;
  margin-bottom: 50px;
}

.team.is-trainers {
  background: white;
  padding-top: 0;
}

.team.is-trainers .team-prizes::before {
  background: white;
}
.unexist {
  padding-bottom: 70px;
}
.unexist__title {
  color: rgb(35, 156, 163);
  font-family: "Raleway";
  font-weight: 600;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: -0.3rem;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--Core-Divider, rgba(0, 0, 0, 0.1));
}
.unexist__desc {
  color: rgb(4, 31, 32);
  text-align: center;
  margin-bottom: 70px;
}
.unexist__btn {
  height: 62px;
  max-width: 192px;
  width: 100%;
}
.unexist__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

 .filter {
      max-width: 1100px;
      margin: 40px auto;
      padding: 30px;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 12px 40px rgba(0,0,0,0.06);
    }

    .filter__title {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 24px;
      color: #2c3e50;
    }

    /* сетка */
    .filter__form {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    @media (max-width: 960px) {
      .filter__form {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 600px) {
      .filter__form {
        grid-template-columns: 1fr;
      }
    }

    /* поле */
    .filter__field {
      display: flex;
      flex-direction: column;
    }

    .filter__label {
      font-size: 14px;
      font-weight: 600;
      color: #555;
      margin-bottom: 8px;
    }

    .filter__select,
    .filter__input {
      padding: 14px 16px;
      border: 1px solid #e0e6ed;
      border-radius: 14px;
      background: #fff;
      font-size: 15px;
      transition: all 0.2s ease;
    }

    .filter__select:focus,
    .filter__input:focus {
      border-color: #5bc0de;
      box-shadow: 0 0 0 4px rgba(91,192,222,0.2);
      outline: none;
    }

    /* блок кнопок */
    .filter__actions {
      grid-column: 1 / -1;
      display: flex;
      justify-content: flex-end;
      gap: 14px;
      margin-top: 10px;
    }

    .filter__btn {
      padding: 12px 24px;
      border-radius: 14px;
      border: none;
      font-weight: 600;
      font-size: 15px;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .filter__btn--search {
      background: linear-gradient(135deg, #5bc0de, #3498db);
      color: #fff;
      box-shadow: 0 6px 16px rgba(52,152,219,0.25);
    }

    .filter__btn--search:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 24px rgba(52,152,219,0.35);
    }

    .filter__btn--reset {
      background: #f2f4f6;
      color: #555;
    }

    .filter__btn--reset:hover {
      background: #e0e6ed;
    }