/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

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

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

img {
  max-width: 100%;
}

label {
  display: block;
}

@font-face {
  font-family: "Unbounded";
  src: url("../fonts/template/Unbounded/subset-Unbounded-Light.woff2") format("woff2"), url("../fonts/template/Unbounded/subset-Unbounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/template/Unbounded/subset-Unbounded-ExtraLight.woff2") format("woff2"), url("../fonts/template/Unbounded/subset-Unbounded-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/template/Unbounded/subset-Unbounded-ExtraBold.woff2") format("woff2"), url("../fonts/template/Unbounded/subset-Unbounded-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/template/Unbounded/subset-Unbounded-Black.woff2") format("woff2"), url("../fonts/template/Unbounded/subset-Unbounded-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/template/Inter/subset-Inter-Bold.woff2") format("woff2"), url("../fonts/template/Inter/subset-Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/template/Inter/subset-Inter-ExtraBold.woff2") format("woff2"), url("../fonts/template/Inter/subset-Inter-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/template/Inter/subset-Inter-Thin.woff2") format("woff2"), url("../fonts/template/Inter/subset-Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/template/Unbounded/subset-Unbounded-Bold.woff2") format("woff2"), url("../fonts/template/Unbounded/subset-Unbounded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/template/Inter/subset-Inter-Black.woff2") format("woff2"), url("../fonts/template/Inter/subset-Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/template/Inter/subset-Inter-Regular.woff2") format("woff2"), url("../fonts/template/Inter/subset-Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/template/Inter/subset-Inter-SemiBold.woff2") format("woff2"), url("../fonts/template/Inter/subset-Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/template/Inter/subset-Inter-Light.woff2") format("woff2"), url("../fonts/template/Inter/subset-Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/template/Unbounded/subset-Unbounded-Regular.woff2") format("woff2"), url("../fonts/template/Unbounded/subset-Unbounded-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/template/Unbounded/subset-Unbounded-Medium.woff2") format("woff2"), url("../fonts/template/Unbounded/subset-Unbounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/template/Inter/subset-Inter-ExtraLight.woff2") format("woff2"), url("../fonts/template/Inter/subset-Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/template/Unbounded/subset-Unbounded-SemiBold.woff2") format("woff2"), url("../fonts/template/Unbounded/subset-Unbounded-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/template/Inter/subset-Inter-Medium.woff2") format("woff2"), url("../fonts/template/Inter/subset-Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
       -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

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

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

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

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

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

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

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

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: 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;
  font-variant: initial;
  line-height: 1;
}

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-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-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

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

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

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

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

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

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

@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

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

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

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

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

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

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

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

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

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

@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

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

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

@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

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

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

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

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

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%;
}

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

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

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

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

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

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

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

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

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

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

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

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

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

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

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

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f-thumbs__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox__thumbs.is-classic .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

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

.fancybox__thumbs.is-modern .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

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

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

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

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

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

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

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

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

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

.fancybox__toolbar__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

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

.fancybox__infobar span {
  padding: 0 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-b {
  margin-bottom: 16px;
}

.title-def {
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
}
.title-def_main {
  color: #fff;
  font-size: 48px;
}
@media screen and (max-width: 1568px) {
  .title-def_main {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .title-def_main {
    font-size: 44px;
  }
}
@media screen and (max-width: 600px) {
  .title-def_main {
    font-size: 32px;
  }
}
.title-def_sec {
  font-size: 44px;
  color: #000;
}
@media screen and (max-width: 1568px) {
  .title-def_sec {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .title-def_sec {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  .title-def_sec {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .title-def_sec {
    font-size: 32px;
  }
}
.title-def_med {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .title-def_med {
    font-size: 18px;
  }
}
.title-def_med2 {
  font-weight: 600;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .title-def_med2 {
    font-size: 25px;
  }
}
.title-def_small {
  font-size: 18px;
  color: #000;
}

.links-def {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.links-def__el {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #ececec;
}
.links-def__el:last-child {
  border-right: 0 !important;
  margin-right: 0 !important;
}
.links-def__link {
  display: block;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 1568px) {
  .links-def__link {
    font-size: 14px;
  }
}

.btn-def {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: -o-linear-gradient(315deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  background: linear-gradient(135deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  border-radius: 16px;
  padding: 20px 24px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.btn-def::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.btn-def_min {
  min-width: 253px;
}
.btn-def:hover::after {
  opacity: 0.2;
}
.btn-def:active::after {
  background: #000;
  opacity: 0.1;
}
.btn-def:disabled {
  background: #f4f4f5;
  color: #bfbfbf;
}
@media screen and (max-width: 1568px) {
  .btn-def {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 991px) {
  .btn-def {
    padding: 20px 24px;
  }
}

.icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.icon-link__icon {
  font-size: 0;
  margin-right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1568px) {
  .icon-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .icon-link {
    font-size: 16px;
  }
}

.btn-def-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
  background: #fff;
  border-radius: 16px;
  padding: 20px 25px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #6244f5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-def-2__short {
  display: none;
}
.btn-def-2__arr {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 12px;
}
.btn-def-2__arr path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-def-2_bg {
  background: #f2f2f2;
  color: #6244f5;
}
.btn-def-2:hover {
  color: #8a72d0;
}
.btn-def-2:hover path {
  fill: #8A72D0;
}
.btn-def-2:active {
  color: #6244F5;
}
.btn-def-2:active path {
  fill: #6244F5;
}
.btn-def-2:disabled {
  background: #f4f4f5;
  color: #bfbfbf;
}
@media screen and (max-width: 768px) {
  .btn-def-2 .btn-def-2__long {
    display: none;
  }
  .btn-def-2 .btn-def-2__short {
    display: block;
  }
}

.wrap-article {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
}
.wrap-article p {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .wrap-article p {
    margin-bottom: 26px;
  }
}
.wrap-article p:last-child {
  margin-bottom: 0 !important;
}

.text-white {
  color: #fff !important;
}

.btn-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border: 1px solid #414141;
  border-radius: 16px;
  padding: 20px 24px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.btn-border__arr {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 12px;
}
.btn-border::before {
  content: "";
  background: -o-linear-gradient(315deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  background: linear-gradient(135deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 16px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-border::after {
  content: "";
  border-radius: 16px;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  left: 1px;
  background: #000;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-border span,
.btn-border svg {
  position: relative;
  z-index: 10;
}
.btn-border:hover {
  border-color: transparent;
}
.btn-border:hover::before {
  opacity: 1;
}
.btn-border:active::after {
  opacity: 0;
}
.btn-border:active::before {
  opacity: 1;
}

.btn-small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: 1px solid #414141;
  border-radius: 12px;
  padding: 8px 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.btn-small::before {
  content: "";
  background: -o-linear-gradient(315deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  background: linear-gradient(135deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 12px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-small::after {
  content: "";
  border-radius: 12px;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  left: 1px;
  background: #000;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-small span {
  position: relative;
  z-index: 10;
}
.btn-small:hover {
  border-color: transparent;
}
.btn-small:hover::before {
  opacity: 1;
}
.btn-small:active::after {
  opacity: 0;
}
.btn-small:active::before {
  opacity: 1;
}

.text-black {
  color: #000 !important;
}

.text-info {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}
.text-info a {
  background: -o-linear-gradient(315deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  background: linear-gradient(135deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  border-radius: 24px;
  background: #fff;
  padding: 8px;
  padding-right: 22px;
}
.btn-icon__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  border-radius: 16px;
  width: 48px;
  height: 48px;
  background: #f2f2f2;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
}
.btn-icon__arr {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 10px;
}

.btn-pink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 4px 33px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0 4px 33px 0 rgba(0, 0, 0, 0.8);
  background: #8247ff;
  border-radius: 12px;
  padding: 10px 19px;
  white-space: nowrap;
}
.btn-pink svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 13px;
}

.fancybox__nav {
  opacity: 1 !important;
}
.fancybox__nav .f-button {
  border-radius: 40px;
  width: 56px;
  height: 56px;
  background: #f2f2f2;
}
.fancybox__nav .f-button svg {
  position: relative;
  z-index: 10;
  -webkit-filter: none !important;
          filter: none !important;
}
.fancybox__nav .f-button path {
  stroke: #727272;
}
.fancybox__nav .f-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: -o-linear-gradient(315deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  background: linear-gradient(135deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.fancybox__nav .f-button:hover::after {
  opacity: 1;
}
.fancybox__nav .f-button:hover path {
  stroke: #fff;
}

.fancybox__toolbar {
  opacity: 1 !important;
}
.fancybox__toolbar .f-button {
  display: none;
  background: transparent !important;
}
.fancybox__toolbar .f-button:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.inp-def {
  border: 0;
  display: block;
  width: 100%;
  border-radius: 16px;
  padding: 16px;
  height: 56px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  height: 56px;
  background: #f4f5f6;
  padding: 0 16px;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.inp-def::-webkit-input-placeholder {
  color: rgba(131, 136, 143, 0.6);
}
.inp-def::-moz-placeholder {
  color: rgba(131, 136, 143, 0.6);
}
.inp-def:-ms-input-placeholder {
  color: rgba(131, 136, 143, 0.6);
}
.inp-def::-ms-input-placeholder {
  color: rgba(131, 136, 143, 0.6);
}
.inp-def::placeholder {
  color: rgba(131, 136, 143, 0.6);
}

.textarea-def {
  border: 0;
  display: block;
  width: 100%;
  border-radius: 16px;
  padding: 16px;
  height: 56px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(131, 136, 143, 0.6);
  height: 155px;
  background: #f4f5f6;
  padding: 19px 16px;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.textarea-def::-webkit-input-placeholder {
  color: rgba(131, 136, 143, 0.6);
}
.textarea-def::-moz-placeholder {
  color: rgba(131, 136, 143, 0.6);
}
.textarea-def:-ms-input-placeholder {
  color: rgba(131, 136, 143, 0.6);
}
.textarea-def::-ms-input-placeholder {
  color: rgba(131, 136, 143, 0.6);
}
.textarea-def::placeholder {
  color: rgba(131, 136, 143, 0.6);
}

.form-el {
  position: relative;
}
.form-el__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  margin-bottom: 9px;
}
.form-el.error::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/template/error.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
}
.form-el.error .form-el__inp {
  -webkit-box-shadow: 0px 0px 0 2px #F53527;
          box-shadow: 0px 0px 0 2px #F53527;
}

.block-form__el {
  margin-bottom: 17px;
}
.block-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 33px;
}
@media screen and (max-width: 600px) {
  .block-form__bottom {
    display: block;
    margin-top: 27px;
  }
}
.block-form__btn {
  margin-top: 0px;
  padding: 20px 33px;
}
@media screen and (max-width: 600px) {
  .block-form__btn {
    width: 100%;
    margin-top: 27px;
  }
}

.checkbox-def {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox-def__inp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.1px;
  height: 0.1px;
  z-index: -999;
  visibility: hidden;
}
.checkbox-def__dec {
  border-radius: 6px;
  border: 2px solid #6244f5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.checkbox-def__dec svg {
  display: none;
  height: auto;
  width: 13px;
}
.checkbox-def__inp:checked + .checkbox-def__dec {
  background: #6244f5;
}
.checkbox-def__inp:checked + .checkbox-def__dec svg {
  display: block;
}

.checkbox-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
.checkbox-el__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #83888f;
  opacity: 0.6;
  margin-left: 10px;
  line-height: 1.5;
}
.checkbox-el__text a {
  color: #83888f;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.select-def {
  position: relative;
  background: #f4f5f6;
  border-radius: 16px;
}
.select-def.active {
  z-index: 100;
}
.select-def__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 10px;
}
.select-def__arr {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 15px;
}
.select-def__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 56px;
  padding: 0 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.select-def__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 10px;
  z-index: 100;
  -webkit-box-shadow: 0 4px 8px 0 rgba(47, 43, 67, 0.1), inset 0 -1px 0 0 rgba(47, 43, 67, 0.1);
          box-shadow: 0 4px 8px 0 rgba(47, 43, 67, 0.1), inset 0 -1px 0 0 rgba(47, 43, 67, 0.1);
  background: #fff;
  border: 1px solid #f4f5f6;
  border-radius: 12px;
  padding: 4px 0px;
  display: none;
}
.select-def__dropdown-el {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: block;
  padding: 14px 16px;
  letter-spacing: -0.01em;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.select-def__dropdown-el.active, .select-def__dropdown-el:hover {
  background: #f4f5f6;
}

.inp-check {
  display: none;
}

button {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  background: transparent;
  line-height: 1;
  text-align: left;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-def {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 0;
}
.logo-def__img {
  width: 107px;
  height: 51px;
  display: block;
}
@media screen and (max-width: 991px) {
  .logo-def__img {
    width: 91px;
    height: 43px;
  }
}
@media screen and (max-width: 600px) {
  .logo-def__img {
    width: 83px;
    height: 39px;
  }
}

.info-cost {
  border: 1px solid #dadada;
  border-radius: 14px;
  background: #000;
  padding: 23px 25px;
  position: relative;
  overflow: hidden;
}
.info-cost::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -42px;
  right: -36px;
  width: 200px;
  height: 100px;
  border-radius: 100%;
  background: #b85fff;
  -webkit-filter: blur(67px);
          filter: blur(67px);
}
.info-cost__body {
  position: relative;
  z-index: 10;
}
.info-cost__cost {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 5px;
}
.info-cost__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #a9a9a9;
}
.info-cost__btn {
  margin-top: 20px;
}

.info-el-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 31px;
  min-height: 84px;
}
@media screen and (max-width: 991px) {
  .info-el-cost {
    padding: 18px 25px;
  }
}
@media screen and (max-width: 768px) {
  .info-el-cost {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .info-el-cost {
    padding: 9px 25px;
    padding-bottom: 18px;
  }
}
.info-el-cost__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1.63;
}
.info-el-cost__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #a9a9a9;
  width: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 600px) {
  .info-el-cost__text {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.info-el-cost__btn {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .info-el-cost__btn {
    margin-left: 0;
    margin-top: 14px;
  }
}
.info-el-cost__left {
  width: 496px;
  padding-right: 20px;
}
@media screen and (max-width: 1568px) {
  .info-el-cost__left {
    width: 316px;
  }
}
@media screen and (max-width: 1200px) {
  .info-el-cost__left {
    width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .info-el-cost__left {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .info-el-cost__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .info-el-cost__left {
    margin-bottom: 0;
  }
}
.info-el-cost__info {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #a9a9a9;
  margin-top: 1px;
}

@media screen and (max-width: 1200px) {
  .block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}
.block-info__el {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .block-info__el {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .block-info__el {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .block-info__el {
    margin-bottom: 16px;
  }
}
.block-info__el:last-child {
  margin-bottom: 0 !important;
}
.block-info-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  background: #fff;
  min-height: 120px;
  padding: 10px 24px;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .block-info-el {
    min-height: 98px;
  }
}
.block-info-el__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #b85fff;
  border-radius: 16px;
  width: 50px;
  height: 50px;
  margin-right: 16px;
}
.block-info-el__text {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 1568px) {
  .block-info-el__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .block-info-el__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .block-info-el__text {
    font-size: 16px;
  }
}

.block-info-scroll {
  border-radius: 24px;
  background: #000;
  overflow: hidden;
}
.block-info-scroll__bottom {
  padding: 43px 65px;
}
@media screen and (max-width: 1568px) {
  .block-info-scroll__bottom {
    padding: 30px;
  }
}
.block-info-scroll__btnScroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
.block-info-scroll__content {
  min-height: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .block-info-scroll__content {
    display: block;
    min-height: 0;
  }
}
.block-info-scroll__left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 631px;
  padding: 44px 32px;
  padding-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1568px) {
  .block-info-scroll__left {
    width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .block-info-scroll__left {
    width: 100%;
    margin: 0;
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .block-info-scroll__left {
    padding: 43px 26px;
    padding-bottom: 0;
    margin-bottom: 12px;
  }
  .block-info-scroll__left .block-info-scroll__title {
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .block-info-scroll__left {
    padding: 32px 26px;
    padding-bottom: 0;
  }
}
.block-info-scroll__left-top {
  margin-bottom: 46px;
}
@media screen and (max-width: 600px) {
  .block-info-scroll__left-top {
    margin-bottom: 30px;
  }
}
.block-info-scroll__left-text {
  margin-top: auto;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #a9a9a9;
}
@media screen and (max-width: 1200px) {
  .block-info-scroll__left-text {
    margin-top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .block-info-scroll__left-text {
    margin-top: 32px;
  }
}
.block-info-scroll__left-text a {
  background: -o-linear-gradient(315deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  background: linear-gradient(135deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block-info-scroll__btn {
  margin-top: 24px;
}
.block-info-scroll__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100px;
  border-left: 1px solid #464646;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .block-info-scroll__body {
    width: 100%;
    height: 646px;
  }
}
@media screen and (max-width: 600px) {
  .block-info-scroll__body {
    height: 818px;
  }
}
@media screen and (max-width: 600px) {
  .block-info-scroll__body {
    height: 835px;
    min-height: 300px;
    height: 70vh;
  }
}
.block-info-scroll__bodyContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-info-scroll__bodyContent .swiper-slide {
  height: auto;
}
.block-info-scroll__bodyContent::-webkit-scrollbar {
  width: 28px;
  border-radius: 10px;
  padding: 5px;
}
.block-info-scroll__bodyContent::-webkit-scrollbar-track {
  border: 12px solid #000;
  border-top-width: 30px;
  border-bottom-width: 30px;
  background: #383838;
  border-radius: 10px;
}
.block-info-scroll__bodyContent::-webkit-scrollbar-thumb {
  border: 12px solid #000;
  border-top-width: 30px;
  border-bottom-width: 30px;
  border-radius: 0;
  background: #fff;
}
.block-info-scroll__blocks-el:not(.show-first) {
  display: none;
}
@media screen and (max-width: 991px) {
  .block-info-scroll__block {
    margin-top: 39px;
  }
  .block-info-scroll__block:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .block-info-scroll__block {
    margin-top: 31px;
  }
}
.block-info-scroll__blockTop {
  padding: 23px 31px;
  padding-top: 65px;
  border-bottom: 1px solid #464646;
}
@media screen and (max-width: 1200px) {
  .block-info-scroll__blockTop {
    padding-top: 23px;
  }
}
@media screen and (max-width: 991px) {
  .block-info-scroll__blockTop {
    padding: 23px 25px;
  }
}
@media screen and (max-width: 600px) {
  .block-info-scroll__blockTop {
    padding: 16px 25px;
  }
}
.block-info-scroll__el {
  padding-right: 31px;
}
@media screen and (max-width: 991px) {
  .block-info-scroll__el {
    padding-right: 23px;
  }
}
.block-info-scroll__el:nth-child(even) {
  background: rgba(255, 255, 255, 0.1);
}
.block-info-scroll__el:nth-child(even) .btn-small::after {
  background: #1a1a1a;
}
.block-info-scroll__choose {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .block-info-scroll__choose {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 600px) {
  .block-info-scroll__choose {
    margin-bottom: 30px;
  }
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.steps__el {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .steps__el {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .steps__el {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .steps__el {
    margin-bottom: 16px;
  }
}
.steps-el {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: url("../images/template/steps-bg.jpg") no-repeat top/cover;
  background-color: #6244f5;
  padding: 32px 24px;
  min-height: 400px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .steps-el {
    min-height: 401px;
  }
}
@media screen and (max-width: 600px) {
  .steps-el {
    padding: 24px 27px;
    min-height: 320px;
    padding-bottom: 39px;
  }
}
.steps-el__rocket {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 6px;
  right: 5px;
  z-index: 1;
}
.steps-el::before {
  content: "";
  position: absolute;
  bottom: 39px;
  left: -24px;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #fff;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 600px) {
  .steps-el::before {
    left: auto;
    bottom: auto;
    right: 41px;
    top: -21px;
  }
}
.steps-el__body {
  position: relative;
  z-index: 10;
}
.steps-el__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  border-radius: 16px;
  width: 50px;
  height: 50px;
  background: #fff;
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-bottom: 24px;
}
.steps-el__title {
  margin-bottom: 17px;
}
@media screen and (max-width: 600px) {
  .steps-el__title {
    font-size: 24px;
  }
}
.steps-el__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
}

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.advantages__img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 460px;
  width: 100%;
  border-radius: 24px;
}
@media screen and (max-width: 991px) {
  .advantages .advantages-el {
    height: 100%;
  }
  .advantages .advantages-el__icon {
    bottom: -48px;
    right: 3px;
  }
  .advantages .advantages-el__icon {
    width: 200px;
    height: auto;
  }
  .advantages .advantages__el_2 .advantages-el__icon {
    bottom: -47px;
  }
  .advantages .advantages-el__title {
    margin-bottom: 14px;
  }
  .advantages .advantages__el_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .advantages .advantages__el_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .advantages .advantages__el_3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .advantages .advantages__el_4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .advantages .advantages__el_4 .advantages-el {
    min-height: 0;
  }
  .advantages .advantages__el .advantages-el_small .advantages-el__icon {
    bottom: -32px;
    right: -9px;
  }
  .advantages .advantages__el .advantages-el_small2 .advantages-el__icon {
    bottom: -22px;
    right: -9px;
  }
  .advantages .advantages__el_5 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 20px;
  }
  .advantages .advantages__el_5 .advantages-el {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100px;
    min-height: 277px;
  }
  .advantages .advantages__el_fill {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .advantages .advantages__el .advantages__img {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .advantages .advantages__el {
    width: 100%;
  }
  .advantages .advantages__el_1 {
    margin-bottom: 16px;
  }
  .advantages .advantages-el {
    min-height: 261px;
  }
  .advantages .advantages-el_2 {
    padding: 31px 26px;
    min-height: 0;
  }
  .advantages .advantages-el__text {
    font-size: 18px;
  }
  .advantages .title-def_med2 {
    font-size: 24px;
  }
  .advantages .advantages__el_4 .advantages-el {
    min-height: 261px;
  }
  .advantages .advantages__el {
    margin-bottom: 16px;
  }
  .advantages .advantages__el_5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    display: block;
  }
  .advantages .advantages__el_5 .advantages-el {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .advantages .advantages__el_5 .advantages-el:last-child {
    margin-bottom: 0 !important;
  }
  .advantages .advantages__el_fill {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .advantages .advantages__el .advantages__img {
    height: 360px;
  }
}
.advantages__el {
  padding: 0 10px;
  width: 33%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .advantages__el {
    width: 50%;
  }
}
.advantages__el_fill {
  width: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.advantages__el_1 {
  width: 42%;
}
@media screen and (max-width: 1200px) {
  .advantages__el_1 {
    width: 100%;
  }
}
@media screen and (max-width: 1568px) {
  .advantages__el_2 .advantages-el__icon {
    bottom: -96px;
  }
}
.advantages__el_3 {
  width: 25%;
}
.advantages__el_3 .advantages-el_bg::before {
  background: #3894ff;
}
@media screen and (max-width: 1200px) {
  .advantages__el_3 {
    width: 50%;
  }
}
.advantages__el_5 {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .advantages__el_5 {
    width: 50%;
  }
}
.advantages__el_5 .advantages-el_small {
  margin-bottom: 20px;
}
@media screen and (max-width: 1568px) {
  .advantages__el_5 .advantages-el_small .advantages-el__icon {
    bottom: -32px;
    right: -44px;
  }
}
.advantages__el_5 .advantages-el_small2 {
  min-height: 247px;
  margin-bottom: 0;
}
.advantages__el_5 .advantages-el_small2 .advantages-el__icon {
  bottom: -28px;
  right: -20px;
}
@media screen and (max-width: 1568px) {
  .advantages__el_5 .advantages-el_small2 .advantages-el__icon {
    bottom: -99px;
    right: -63px;
  }
}
.advantages-el {
  background: #f2f2f2;
  border-radius: 24px;
  min-height: 301px;
  padding: 31px 19px;
  position: relative;
  overflow: hidden;
}
.advantages-el_bg::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  width: 200px;
  height: 100px;
  -webkit-filter: blur(67px);
          filter: blur(67px);
  background: #47fff4;
}
.advantages-el_3 {
  min-height: 460px;
}
.advantages-el_3::before {
  height: 200px;
}
.advantages-el__icon {
  position: absolute;
  bottom: -59px;
  right: 29px;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.advantages-el_small {
  min-height: 193px;
  padding: 31px 29px;
}
.advantages-el_small .advantages-el__icon {
  bottom: -26px;
  right: 3px;
}
.advantages-el_2 {
  padding: 44px 33px;
}
.advantages-el_2 .advantages-el__title {
  margin-bottom: 19px;
}
@media screen and (max-width: 1200px) {
  .advantages-el_2 {
    min-height: 0;
  }
}
@media screen and (max-width: 991px) {
  .advantages-el_2 .advantages-el__title {
    max-width: 600px;
  }
}
.advantages-el__title {
  margin-bottom: 10px;
}
.advantages-el__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #000;
}
.advantages-el__text2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}

.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.stars__text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}

.icon-def {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 16px;
  width: 50px;
  height: 50px;
  background: #fff;
}

.reviews {
  border-radius: 24px;
}
@media screen and (max-width: 991px) {
  .reviews {
    overflow: visible;
  }
}
.reviews__el {
  height: auto;
}
@media screen and (max-width: 991px) {
  .reviews__el {
    width: 360px;
  }
}
@media screen and (max-width: 600px) {
  .reviews__el {
    width: 328px;
    margin-right: 8px;
  }
  .reviews__el br {
    display: none;
  }
}
.reviews__el .reviews-el {
  height: 100%;
}
.reviews-el {
  border-radius: 24px;
  background: #f2f2f2;
  padding: 32px 24px;
  padding-bottom: 21px;
}
.reviews-el__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.reviews-el__icon {
  margin-right: 18px;
}
@media screen and (max-width: 1568px) {
  .reviews-el__icon {
    margin-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .reviews-el__icon {
    margin-right: 20px;
  }
}
.reviews-el__title {
  margin-bottom: 17px;
}
@media screen and (max-width: 600px) {
  .reviews-el__title {
    font-size: 24px;
  }
}
.reviews-el__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #727272;
  line-height: 1.4;
}
@media screen and (max-width: 1568px) {
  .reviews-el__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .reviews-el__text {
    font-size: 18px;
  }
}

.info-block {
  background: #f2f2f2;
  border-radius: 24px;
  padding: 44px 32px;
}
@media screen and (max-width: 600px) {
  .info-block {
    padding: 32px 26px;
  }
}
.info-block__title {
  margin-bottom: 19px;
}
@media screen and (max-width: 600px) {
  .info-block__title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  .info-block__title {
    margin-bottom: 15px;
  }
}
.info-block__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #000;
}
@media screen and (max-width: 600px) {
  .info-block__text {
    font-size: 18px;
  }
}
.info-block__btn {
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  .info-block__btn {
    margin-top: 26px;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 991px) {
  .gallery {
    margin: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.gallery__el {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .gallery__el {
    width: 360px !important;
    padding: 0;
    margin: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .gallery__el {
    width: 328px !important;
    margin-right: 12px;
  }
}
.gallery__el .gallery-el {
  height: 100%;
}
.gallery__el:nth-child(n+4):nth-child(-n+9) {
  width: 16.66666%;
}
.gallery__el:nth-child(n+4):nth-child(-n+9) .gallery-el__img {
  height: 237px;
}
@media screen and (max-width: 1200px) {
  .gallery__el:nth-child(n+4):nth-child(-n+9) {
    width: 33.33333%;
  }
  .gallery__el:nth-child(n+4):nth-child(-n+9) .gallery-el__img {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .gallery__el:nth-child(n+4):nth-child(-n+9) .gallery-el__img {
    height: 360px;
  }
}
@media screen and (max-width: 600px) {
  .gallery__el:nth-child(n+4):nth-child(-n+9) .gallery-el__img {
    height: 328px;
  }
}
.gallery__info {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .gallery__info {
    width: 100%;
    margin-bottom: 44px;
    display: none;
  }
}
.gallery__info .info-block {
  height: 100%;
}
.gallery-el {
  display: block;
  font-size: 0;
}
.gallery-el__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  min-height: 100%;
  height: 365px;
  border-radius: 24px;
}
@media screen and (max-width: 991px) {
  .gallery-el__img {
    height: 360px;
  }
}
@media screen and (max-width: 600px) {
  .gallery-el__img {
    height: 328px;
  }
}

@media screen and (max-width: 600px) {
  .block-choose__els {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    overflow-x: auto;
    margin-left: -26px;
    margin-right: -26px;
    padding: 0 26px;
    width: calc(100vw - 20px);
  }
  .block-choose__els::-webkit-scrollbar {
    display: none;
  }
  .block-choose__els::-webkit-scrollbar-track, .block-choose__els::-webkit-scrollbar, .block-choose__els::-webkit-scrollbar-thumb {
    width: 0;
    height: 0;
  }
  .block-choose__els .choose-brand__el {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.block-choose__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #727272;
  margin-bottom: 13px;
}
@media screen and (max-width: 600px) {
  .block-choose__title {
    font-size: 16px;
    margin-bottom: 17px;
  }
}

.choose-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.choose-brand__el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #414141;
  border-radius: 24px;
  padding: 16px;
  width: 100px;
  height: 100px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.choose-brand__el svg {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1568px) {
  .choose-brand__el {
    width: 77px;
    height: 77px;
  }
}
@media screen and (max-width: 1200px) {
  .choose-brand__el {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .choose-brand__el {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 600px) {
  .choose-brand__el {
    border-radius: 12px;
    width: 64px;
    height: 64px;
  }
  .choose-brand__el svg {
    width: auto;
    max-height: 20px;
  }
}
.choose-brand__el::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -o-linear-gradient(315deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  background: linear-gradient(135deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.choose-brand__el.active::before {
  opacity: 1;
}

.choose-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.choose-type__el {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  position: relative;
  border: 1px solid #414141;
  border-radius: 16px;
  padding: 18px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1568px) {
  .choose-type__el {
    padding: 18px 18px;
  }
}
@media screen and (max-width: 600px) {
  .choose-type__el {
    padding: 18px 24px;
    white-space: nowrap;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.choose-type__el::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -o-linear-gradient(315deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  background: linear-gradient(135deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.choose-type__el span {
  position: relative;
  z-index: 10;
}
.choose-type__el.active::before {
  opacity: 1;
}

.choose-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px 10px;
}
@media screen and (max-width: 600px) {
  .choose-model {
    padding: 0 !important;
    margin: 0 !important;
    width: auto;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
.choose-model__el {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  position: relative;
  border: 1px solid #414141;
  border-radius: 12px;
  padding: 8px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.choose-model__el::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -o-linear-gradient(315deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  background: linear-gradient(135deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.choose-model__el span {
  position: relative;
  z-index: 10;
}
.choose-model__el.active::before {
  opacity: 1;
}

.info-card {
  border-radius: 24px;
  padding: 45px 32px;
  overflow: hidden;
  background: #430EA6;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .info-card {
    padding-right: 69px;
  }
  .info-card .info-card__procent {
    width: 200px;
    height: auto;
    bottom: 92px;
  }
}
@media screen and (max-width: 991px) {
  .info-card .info-card__procent {
    width: 400px;
    bottom: -42px;
    right: -38px;
  }
}
@media screen and (max-width: 768px) {
  .info-card .info-card__procent {
    width: 300px;
    bottom: -9px;
    right: -13px;
  }
}
@media screen and (max-width: 600px) {
  .info-card {
    padding: 35px 26px;
  }
  .info-card .info-card__procent {
    width: 160px;
    bottom: 16px;
    right: -13px;
  }
}
.info-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.info-card__body {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .info-card__body {
    max-width: 500px;
  }
}
.info-card__procent {
  position: absolute;
  bottom: -7px;
  right: -27px;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.info-card__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 21px;
}
@media screen and (max-width: 600px) {
  .info-card__title {
    font-size: 22px;
    margin-bottom: 17px;
  }
}
.info-card__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.info-card__btn {
  margin-top: 33px;
}
@media screen and (max-width: 600px) {
  .info-card__btn {
    margin-top: 37px;
  }
}

.faq__el {
  margin-bottom: 21px;
}
@media screen and (max-width: 600px) {
  .faq__el {
    margin-bottom: 18px;
  }
}
.faq-el {
  border-radius: 24px;
  background: #f2f2f2;
}
.faq-el.js-active .faq-el__btn {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq-el__top {
  padding: 30px 31px;
  padding-right: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .faq-el__top {
    padding-right: 31px;
  }
}
@media screen and (max-width: 600px) {
  .faq-el__top {
    padding: 21px 27px;
  }
}
.faq-el__btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 600px) {
  .faq-el__btn {
    width: 14px;
    height: auto;
    margin-left: 10px;
  }
}
.faq-el__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 600px) {
  .faq-el__title {
    font-size: 16px;
  }
}
.faq-el__body {
  padding: 0 31px;
  padding-bottom: 33px;
  display: none;
  margin-top: -6px;
}
@media screen and (max-width: 600px) {
  .faq-el__body {
    padding-left: 26px;
    margin-top: 0;
  }
}
.faq-el__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #727272;
  line-height: 1.46;
  max-width: 684px;
}

.map-def {
  width: 100%;
  font-size: 0;
  border-radius: 24px;
  background: #f2f2f2;
  overflow: hidden;
  position: relative;
  min-height: 605px;
}
@media screen and (max-width: 1568px) {
  .map-def {
    min-height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .map-def {
    min-height: 480px;
  }
}
@media screen and (max-width: 600px) {
  .map-def .map-def__info {
    left: 24px;
    right: 24px;
    bottom: 24px;
    font-size: 16px;
  }
}
.map-def__info {
  display: inline-block;
  text-align: center;
  line-height: 1;
  position: absolute;
  bottom: 44px;
  left: 32px;
  z-index: 10;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  background: #fff;
  border-radius: 24px;
  padding: 22px 14px;
}
.map-def__info span {
  font-weight: 600;
  color: #fc3f1d;
}
.map-def__iframe {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}

.block-contact {
  background: #f2f2f2;
  border-radius: 24px;
  padding: 46px 32px;
}
@media screen and (max-width: 991px) {
  .block-contact {
    padding: 45px 23px;
  }
}
@media screen and (max-width: 600px) {
  .block-contact {
    padding: 31px 25px;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  gap: 16px;
}
.socials-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 0;
  border-radius: 16px;
  width: 40px;
  height: 40px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .socials-el {
    width: 44px;
    height: 44px;
  }
}

.block-contact__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d7d2d2;
  padding-right: 10px;
  padding-bottom: 17px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .block-contact__top {
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .block-contact__top {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.block-contact__imgMob {
  display: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .block-contact__imgMob {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 24px;
    height: 303px;
  }
}
@media screen and (max-width: 600px) {
  .block-contact__imgMob {
    margin-bottom: 16px;
  }
}
.block-contact__socialsMob {
  display: none;
}
@media screen and (max-width: 768px) {
  .block-contact__socialsMob {
    display: block;
  }
}
.block-contact__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #727272;
  margin-bottom: 6px;
}
@media screen and (max-width: 600px) {
  .block-contact__title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.block-contact__tel {
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .block-contact__tel {
    font-size: 24px;
  }
}
.block-contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .block-contact__content {
    display: block;
  }
}
.block-contact__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block-contact__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  width: 364px;
  height: 411px;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .block-contact__img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .block-contact__socials {
    display: none;
  }
}
.block-contact__time {
  margin-top: 3px;
}
.block-contact__block {
  border-bottom: 1px solid #d7d2d2;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.block-contact__block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .block-contact__block {
    padding-bottom: 13px;
    margin-bottom: 15px;
  }
}
.block-contact__info {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #727272;
  margin-top: 5px;
}
.block-contact__btn {
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .block-contact__btn {
    margin-top: 24px;
  }
}

.logo-min {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 0;
}
.logo-min__img {
  display: block;
  width: 79px;
  height: 38px;
}
@media screen and (max-width: 991px) {
  .logo-min__img {
    width: 53px;
    height: 25px;
  }
}
@media screen and (max-width: 600px) {
  .logo-min__img {
    width: 91px;
    height: 43px;
  }
}

.map-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background: #ffe9e5;
  padding: 20px 24px;
}
.map-el_blue {
  background: #dce9ff;
}
.map-el_green {
  background: #e4ffea;
}
.map-el__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}
.map-el__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.map-el__arr {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
}

.wrap-brand__el:not(:first-child) {
  display: none;
}

.wrap-cost-type__el:not(:first-child) {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  background: #383838;
  right: 12px !important;
  top: 32px !important;
  bottom: 32px !important;
  height: auto !important;
  z-index: 10;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 10px;
  background: #fff;
}

.nav-arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.nav-arr__arr {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  background: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.nav-arr__arr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(315deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  background: linear-gradient(135deg, #e4478a 0%, #9e31eb 44.66%, #d9b75b 100%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-arr__arr svg {
  position: relative;
  z-index: 10;
}
.nav-arr__arr svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-arr__arr:hover::before {
  opacity: 1;
}
.nav-arr__arr:hover path {
  fill: #fff;
}

.swiper-pagination {
  top: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  border-color: #fff;
}

.swiper-home {
  position: relative;
  border-radius: 24px;
}
.swiper-home__el {
  height: auto;
}
.swiper-home__pagination {
  position: absolute;
  bottom: 25px !important;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .swiper-home__pagination {
    bottom: 15px !important;
  }
}
.swiper-home-el {
  position: relative;
  background: #000;
  border-radius: 24px;
  overflow: hidden;
  padding: 112px 44px;
  min-height: 540px;
}
@media screen and (max-width: 991px) {
  .swiper-home-el {
    min-height: 0;
    padding: 64px 24px;
    padding-bottom: 97px;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .swiper-home-el {
    padding: 32px 24px;
    padding-bottom: 308px;
  }
}
.swiper-home-el__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.swiper-home-el__img {
  position: absolute;
  bottom: -133px;
  right: 38px;
  z-index: 2;
}
@media screen and (max-width: 1568px) {
  .swiper-home-el__img {
    right: -154px;
  }
}
@media screen and (max-width: 991px) {
  .swiper-home-el__img {
    bottom: -139px;
    max-width: 400px;
    height: auto;
    right: -102px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-home-el__img {
    max-width: 300px;
    bottom: -181px;
  }
}
@media screen and (max-width: 600px) {
  .swiper-home-el__img {
    right: 0;
    max-width: 100%;
    width: 100%;
    bottom: auto;
    top: 328px;
  }
}
.swiper-home-el__img-img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  display: block;
}
.swiper-home-el__body {
  position: relative;
  z-index: 10;
  max-width: 600px;
}
@media screen and (max-width: 991px) {
  .swiper-home-el__body {
    max-width: 425px;
  }
}
.swiper-home-el__btn {
  margin-top: 41px;
}

.noscroll {
  overflow: hidden;
}

.btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 40px;
  padding: 10px;
  width: 32px;
  height: 32px;
  background: #f2f2f2;
}
.btn-close path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.overlay-def {
  background: #000000;
  opacity: 0.7;
}

.modal-def {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999;
  display: none;
}
.modal-def__wrap {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  padding: 20px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-def__content {
  position: relative;
  z-index: 10;
  width: 100%;
}
.modal-def__close {
  cursor: pointer;
}
.modal-def__overlay {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 1;
}

.modal-content {
  width: 100%;
  max-width: 540px;
  border-radius: 24px;
  padding: 32px;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .modal-content {
    padding: 24px;
    padding-top: 35px;
  }
}
.modal-content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 34px;
}
@media screen and (max-width: 600px) {
  .modal-content__top {
    margin-bottom: 27px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .modal-content__title {
    font-size: 24px;
  }
}

.modal-thanks {
  position: relative;
}
.modal-thanks__close {
  position: absolute;
  top: 37px;
  right: 32px;
  z-index: 10;
}
.modal-thanks .modal-content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-thanks__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  background: #6244f5;
  margin-bottom: 32px;
}
.modal-thanks__text {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.modal-thanks__btn {
  margin-top: 44px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

body {
  font-family: "Inter", "Arial", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.26;
}

a {
  font-family: "Inter", Arial, sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

input, input::pleceholder {
  font-family: "Inter", "Arial", sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wrapper-def {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .wrapper-def {
    padding-bottom: 12px;
  }
}

.container-def {
  padding: 0 24px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 10;
  max-width: 1568px;
}
@media screen and (max-width: 1568px) {
  .container-def {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .container-def {
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  .container-def {
    max-width: 833px;
  }
}
@media screen and (max-width: 768px) {
  .container-def {
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .container-def {
    max-width: 100%;
    padding: 0 10px;
  }
}

.padding-top {
  padding-top: 116px;
}
@media screen and (max-width: 991px) {
  .padding-top {
    padding-top: 104px;
  }
}
@media screen and (max-width: 600px) {
  .padding-top {
    padding-top: 87px;
  }
}

.top-menu {
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .top-menu {
    padding: 12px 0;
  }
}
.top-menu__wrap {
  background: #fff;
  border-radius: 24px;
  padding: 10px 24px;
  padding-right: 10px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-menu__wrap {
    padding-right: 24px;
  }
}
@media screen and (max-width: 991px) {
  .top-menu__wrap {
    border-radius: 24px;
    padding: 4px 27px;
  }
}
@media screen and (max-width: 600px) {
  .top-menu__wrap {
    padding: 12px 29px;
  }
}
.top-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
.top-menu__nav-mob {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 24px;
  border-radius: 24px;
  padding: 32px 24px;
  background: #fff;
}
.top-menu__nav-mob .btn-def {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .top-menu__nav-mob {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .top-menu__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    margin: 0;
    border-radius: 24px;
    padding: 15px 24px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .top-menu__links {
    display: block;
  }
  .top-menu__links .links-def__link {
    font-size: 18px;
    display: block;
    border-bottom: 1px solid #ececec;
    padding: 15px 0px;
  }
  .top-menu__links .links-def__el {
    margin: 0;
    border: 0;
  }
  .top-menu__links .links-def__el:last-child .links-def__link {
    border: 0;
  }
}
@media screen and (max-width: 1200px) {
  .top-menu__btn {
    margin-left: 35px;
  }
}
@media screen and (max-width: 991px) {
  .top-menu__btn {
    margin-left: 34px;
  }
}
@media screen and (max-width: 768px) {
  .top-menu__btn {
    margin-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .top-menu__btn {
    display: none;
  }
}
.top-menu__close {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 35px;
}
.top-menu__close.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .top-menu__close {
    margin-left: 34px;
  }
}
@media screen and (max-width: 768px) {
  .top-menu__close {
    margin-left: 30px;
  }
}
.top-menu__burger {
  display: none;
  font-size: 0;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-menu__burger.hide {
  display: none;
}
@media screen and (max-width: 1200px) {
  .top-menu__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-left: 35px;
  }
}
@media screen and (max-width: 991px) {
  .top-menu__burger {
    margin-left: 34px;
  }
}
@media screen and (max-width: 768px) {
  .top-menu__burger {
    margin-left: 30px;
  }
}
.top-menu__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.top-menu__tel {
  margin-right: 33px;
}
@media screen and (max-width: 1568px) {
  .top-menu__tel {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .top-menu__tel {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-menu__tel {
    display: none;
  }
}
.top-menu__logo {
  margin-right: 70px;
}
@media screen and (max-width: 1568px) {
  .top-menu__logo {
    margin-right: 20px;
  }
}

.sec-header {
  background: #f2f2f2;
  padding-bottom: 100px;
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
.sec-header__wrap {
  padding: 20px 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .sec-header__wrap {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-header__wrap {
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 600px) {
  .sec-header__wrap {
    padding-top: 13px;
    padding-bottom: 54px;
  }
}
.sec-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .sec-header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec-header__left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 20px;
  width: 365px;
}
@media screen and (max-width: 1568px) {
  .sec-header__left {
    width: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .sec-header__left {
    width: 100%;
    margin-right: 0;
  }
}
.sec-header__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100px;
}
@media screen and (max-width: 1200px) {
  .sec-header__right {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .sec-header__right {
    margin-bottom: 32px;
  }
}

.sec-info {
  background: #fff;
  border-radius: 64px 64px 0 0;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 1200px) {
  .sec-info {
    border-radius: 34px 34px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-info {
    border-radius: 32px 32px 0 0;
  }
}
.sec-info__wrap {
  padding: 144px 0;
  padding-bottom: 63px;
}
@media screen and (max-width: 1568px) {
  .sec-info__wrap {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .sec-info__wrap {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .sec-info__wrap {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 600px) {
  .sec-info__wrap {
    padding-top: 32px;
    padding-bottom: 24px;
  }
}
.sec-info__content {
  border-radius: 24px;
  border: 1px solid #E5488B;
  padding: 43px 31px;
}
@media screen and (max-width: 991px) {
  .sec-info__content {
    padding: 33px 24px;
  }
}
@media screen and (max-width: 600px) {
  .sec-info__content {
    padding: 25px 24px;
  }
}
.sec-info__title {
  max-width: 656px;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .sec-info__title {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 600px) {
  .sec-info__title {
    margin-bottom: 25px;
  }
}
.sec-info__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 340px;
  border-radius: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .sec-info__img {
    display: none;
  }
}
.sec-info__imgMob {
  display: none;
}
@media screen and (max-width: 991px) {
  .sec-info__imgMob {
    display: block;
    width: 100%;
    border-radius: 16px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: 340px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 600px) {
  .sec-info__imgMob {
    height: 303px;
  }
}
.sec-info__sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .sec-info__sides {
    display: block;
  }
}
.sec-info__sides-right {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 43px;
  width: 575px;
}
@media screen and (max-width: 1568px) {
  .sec-info__sides-right {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .sec-info__sides-right {
    width: 100%;
    margin: 0;
    margin-top: 23px;
  }
}
.sec-info__sides-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100px;
}
@media screen and (max-width: 991px) {
  .sec-info__sides-left {
    width: 100%;
  }
}

.sec-problem__wrap {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .sec-problem__wrap {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 600px) {
  .sec-problem__wrap {
    padding-bottom: 30px;
  }
}

.sec-steps__wrap {
  padding: 121px 0;
}
@media screen and (max-width: 1568px) {
  .sec-steps__wrap {
    padding: 30px 0;
  }
}
.sec-steps__title {
  margin-bottom: 31px;
}

.sec-advantages__wrap {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .sec-advantages__wrap {
    padding: 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-advantages__wrap {
    padding: 69px 0;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .sec-advantages__wrap {
    padding-top: 18px;
  }
}

@media screen and (max-width: 991px) {
  .sec-reviews {
    overflow: hidden;
  }
  .sec-reviews .nav-arr {
    display: none;
  }
  .sec-reviews .sec-reviews__btn {
    margin-right: 0;
  }
}
.sec-reviews__wrap {
  padding: 120px 0;
}
@media screen and (max-width: 1568px) {
  .sec-reviews__wrap {
    padding: 60px 0;
  }
}
@media screen and (max-width: 600px) {
  .sec-reviews__wrap {
    padding-top: 7px;
    padding-bottom: 71px;
  }
}
.sec-reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-reviews__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-reviews__btn {
  margin-right: 34px;
}
@media screen and (max-width: 600px) {
  .sec-reviews__btn {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 10px;
    width: auto;
    right: 10px;
    z-index: 10;
  }
}
.sec-reviews__content {
  margin-top: 31px;
}

.sec-clients {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .sec-clients__content {
    overflow: visible;
  }
}
.sec-clients__wrap {
  padding: 99px 0;
}
@media screen and (max-width: 1568px) {
  .sec-clients__wrap {
    padding: 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-clients__wrap {
    padding: 60px 0;
  }
}
.sec-clients__mob {
  display: none;
}
@media screen and (max-width: 991px) {
  .sec-clients__mob {
    display: block;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 600px) {
  .sec-clients__mob {
    margin-bottom: 17px;
  }
}

.sec-cost__wrap {
  padding: 98px 0;
}
@media screen and (max-width: 1568px) {
  .sec-cost__wrap {
    padding: 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-cost__wrap {
    padding-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .sec-cost__wrap {
    padding-top: 4px;
  }
}

.sec-faq__wrap {
  padding: 123px 0;
}
@media screen and (max-width: 1568px) {
  .sec-faq__wrap {
    padding: 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-faq__wrap {
    padding: 80px 0;
  }
}
@media screen and (max-width: 600px) {
  .sec-faq__wrap {
    padding-top: 20px;
    padding-bottom: 24px;
  }
}
.sec-faq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 991px) {
  .sec-faq__content {
    display: block;
    padding-bottom: 400px;
  }
}
@media screen and (max-width: 600px) {
  .sec-faq__content {
    padding-bottom: 300px;
  }
}
.sec-faq__left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 622px;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .sec-faq__left {
    width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .sec-faq__left {
    width: 100%;
    margin-right: 0;
  }
}
.sec-faq__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100px;
}
@media screen and (max-width: 991px) {
  .sec-faq__right {
    width: 100%;
  }
}
.sec-faq__info {
  margin-bottom: 18px;
}
@media screen and (max-width: 991px) {
  .sec-faq__card {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .sec-faq__card {
    height: 255px;
  }
}

.sec-contact__wrap {
  padding: 76px 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .sec-contact__wrap {
    padding-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .sec-contact__wrap {
    padding-bottom: 32px;
  }
}
.sec-contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1568px) {
  .sec-contact__content {
    display: block;
  }
}
.sec-contact__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100px;
}
@media screen and (max-width: 1568px) {
  .sec-contact__left {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .sec-contact__left {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sec-contact__left {
    margin-bottom: 33px;
  }
}
.sec-contact__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100px;
}
@media screen and (max-width: 1568px) {
  .sec-contact__right {
    width: 100%;
  }
}
.sec-contact__right .block-contact {
  height: 100%;
}
.sec-contact__map {
  height: 100%;
}

.sec-footer__wrap {
  background: #f2f2f2;
  border-radius: 24px;
  padding: 21px 33px;
}
@media screen and (max-width: 991px) {
  .sec-footer__wrap {
    padding: 19px 23px;
  }
}
@media screen and (max-width: 600px) {
  .sec-footer__wrap {
    padding-bottom: 30px;
  }
}
.sec-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d7d2d2;
  padding-bottom: 14px;
}
@media screen and (max-width: 991px) {
  .sec-footer__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .sec-footer__top {
    padding-bottom: 10px;
  }
}
.sec-footer__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #727272;
}
@media screen and (max-width: 600px) {
  .sec-footer__text {
    font-size: 14px;
  }
}
.sec-footer__content {
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  .sec-footer__content {
    margin-top: 15px;
  }
}
.sec-footer__logo {
  margin-left: 20px;
}
.sec-footer__text2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #727272;
  line-height: 1;
}