@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400%3B500%3B600%3B700&display=swap");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

/**
 * Swiper 9.0.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 1, 2023
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

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

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

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

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

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

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

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

/* Auto Height */

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

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

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

/* 3D Effects */

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

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

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

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    transform: rotate(360deg);
  }
}

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

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

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

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

.swiper-navs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  z-index: 1;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.swiper-pagination-bullet {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out;
}

.swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--gray);
  transition: background-color 0.3s ease-in-out;
}

.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid var(--lilac);
  opacity: 0.2;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}

.swiper-pagination-bullet:hover:after,
.swiper-pagination-bullet-active:after {
  background-color: var(--lilac);
}

.swiper-pagination-bullet-active {
  border-color: rgba(144, 85, 164, 0.5);
}

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

.swiper-counter {
  display: flex;
  gap: 4px;
  align-items: baseline;
  flex-shrink: 0;
}

.swiper-counter ._current {
  color: var(--lilac, #9055A4);
  font-size: 20px;
  font-weight: 400;
}

.swiper-counter ._divider,
.swiper-counter ._total {
  color: var(--gray-2, #666);
  font-size: 14px;
  font-weight: 400;
}

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

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

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

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

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

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

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

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

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

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

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

@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}

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

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

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

  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

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

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

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

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}

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

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

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

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}

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

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

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

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}

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

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

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

  100% {
    opacity: 1;
  }
}

@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}

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

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

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

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

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

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}

@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}

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

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

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

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

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}

@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  -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: "";
  flex: 0 0 0;
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
  -moz-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;
  user-select: none;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f-thumbs__track {
  display: flex;
}

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

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

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

.is-modern .f-thumbs__track {
  width: -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);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

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

.is-modern.is-resting .f-thumbs__slide__button {
  transition: -webkit-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 {
  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;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

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

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

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

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  -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);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  -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 {
  flex-wrap: wrap;
  padding: 0 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:-webkit-full-screen [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: flex;
}

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

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

.fancybox__container {
  --fancybox-bg: rgba(255, 255, 255, 0.6);
}

.fancybox__container:not(.is-compact) .fancybox__container__slide.has-close-btn {
  padding-top: 0;
}

.fancybox__backdrop {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

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

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.range-slider .irs-min,
.range-slider .irs-max {
  display: none;
}

.range-slider .irs--flat {
  height: 18px;
}

.range-slider .irs--flat .irs-line,
.range-slider .irs--flat .irs-bar {
  top: 4px;
  height: 10px;
}

.range-slider .irs--flat .irs-line {
  background: none;
  border: 1px solid #D5CDED;
  border-radius: 6px;
}

.range-slider .irs--flat .irs-bar {
  background-color: var(--lilac);
}

.range-slider .irs--flat .irs-handle {
  top: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid var(--lilac);
  border-radius: 50%;
  cursor: pointer;
}

.range-slider .irs--flat .irs-handle i {
  display: none;
}

.range-slider .irs--flat .irs-from,
.range-slider .irs--flat .irs-to,
.range-slider .irs--flat .irs-single {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

svg {
  display: block;
}

img {
  display: block;
  max-width: 100%;
}

.page {
  padding-bottom: 50px;
}

:root {
  --white: #fff;
  --gray-light: #F0F0F0;
  --gray: #9A9A9A;
  --gray-2: #666;
  --black: #000;
  --green: #C8EC38;
  --green-2: #D7F950;
  --green-3: #C0E628;
  --lilac: #9055A4;
  --lilac-2: #A868BD;
  --lilac-3: #854C99;
  --lilac-light: #C78FFF;
}

._lillac {
  color: var(--lilac);
}

._green {
  color: var(--green);
}

h1,
.h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

h2,
.h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

h3,
.h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

h4,
.h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 13px 16px;
  border-radius: 5px;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
  font-family: Open Sans;
  transition: background 0.2s ease;
}

.btn__icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.btn_green {
  --btn-icon-color: var(--black, #000);
  color: var(--btn-icon-color);
  background: var(--green, #C8EC38);
}

.btn_green:hover {
  background: var(--green-2, #D7F950);
}

.btn_green:active {
  background: var(--green-3, #C0E628);
}

.btn_green_alt {
  --btn-icon-color: var(--black, #000);
  color: var(--btn-icon-color);
  background: var(--green, #C8EC38);
}

.btn_green_alt:hover {
  background: var(--gray-light, #F0F0F0);
}

.btn_green_alt:active {
  background: var(--green-2, #D7F950);
}

.btn_green_border {
  --btn-icon-color: var(--green, #C8EC38);
  color: var(--btn-icon-color);
  border: 2px solid var(--btn-icon-color);
  padding: 11px 14px;
  background: transparent;
}

.btn_green_border:hover {
  --btn-icon-color: var(--black, #000);
  border-color: var(--green-2, #D7F950);
  background: var(--green-2, #D7F950);
}

.btn_green_border:active {
  --btn-icon-color: var(--black, #000);
  border-color: var(--green-3, #C0E628);
  background: var(--green-3, #C0E628);
}

.btn_lilac {
  --btn-icon-color: var(--white, #fff);
  color: var(--btn-icon-color);
  background: var(--lilac, #9055A4);
}

.btn_lilac:hover {
  background: var(--lilac-2, #A868BD);
}

.btn_lilac:active {
  background: var(--lilac-3, #854C99);
}

.btn_lilac_alt {
  padding-block: 12px;
  --btn-icon-color: var(--lillac, #9055A4);
  color: var(--btn-icon-color);
  border: 1px solid var(--btn-icon-color);
  background: var(--white, #fff);
}

.btn_lilac_alt:hover {
  --btn-icon-color: var(--white, #fff);
  border-color: var(--lilac-2, #A868BD);
  background: var(--lilac-2, #A868BD);
}

.btn_lilac_alt:active {
  --btn-icon-color: var(--white, #fff);
  border-color: var(--lilac-3, #854C99);
  background: var(--lilac-3, #854C99);
}

.btn_gradient {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 1px #D5CDED inset;
  color: #000;
  --btn-icon-color: var(--black, #000);
  transition-property: color;
  overflow: hidden;
}

.btn_gradient::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  right: -100%;
  background: linear-gradient(90deg, #5F58AC 9.41%, #9055A4 90.56%);
  transition: opacity 0.2s ease, right 0.6s ease-in-out;
  opacity: 0;
}

.btn_gradient:hover,
.btn_gradient._active {
  color: #ffffff;
  --btn-icon-color: var(--white, #ffffff);
}

.btn_gradient:hover::before,
.btn_gradient._active::before {
  right: 0;
  opacity: 1;
}

.btn_gradient-2 {
  position: relative;
  z-index: 1;
  color: #fff;
  --btn-icon-color: var(--white, #fff);
  background: linear-gradient(90deg, #5F58AC 0%, #9055A4 100%);
  overflow: hidden;
}

.btn_gradient-2::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(-30deg, #5F58AC 0%, #9055A4 100%);
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}

.btn_gradient-2:hover::before,
.btn_gradient-2._active::before {
  opacity: 1;
}

.btn_rounded {
  border-radius: 100px;
}

.btn_kp {
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 7px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.btn_kp .btn__icon {
  width: 24px;
  height: 24px;
}

.btn-round {
  display: flex;
  align-items: center;
  -moz-column-gap: var(--btn-round-gap, 15px);
  column-gap: var(--btn-round-gap, 15px);
  cursor: pointer;
}

.btn-round__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--btn-round-size, 64px);
  height: var(--btn-round-size, 64px);
  border-radius: 50%;
  background: var(--btn-round-color-external, var(--btn-round-color));
  transition: background 0.3s ease-out;
}

.btn-round__icon svg {
  width: var(--btn-round-icon-size, 30px);
  height: var(--btn-round-icon-size, 30px);
}

.btn-round:hover {
  --btn-round-transform: translateX(10px);
}

.btn-round_green {
  --btn-round-color: var(--green);
}

.btn-round_green:hover {
  --btn-round-color: var(--green-2);
}

.btn-round_green:active {
  --btn-round-color: var(--green-2);
}

.btn-round_gray {
  --btn-round-color: var(--gray-light);
}

.btn-round_gray:hover {
  --btn-round-color: var(--green);
}

.btn-round_gray:active {
  --btn-round-color: var(--green-2);
}

.btn-round_lilac {
  --btn-round-color: var(--lilac, #9055A4);
}

.btn-round_lilac:hover {
  --btn-round-color: var(--lilac-2, #A868BD);
}

.btn-round_lilac:active {
  --btn-round-color: var(--lilac-3, #854C99);
}

.btn-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.btn-slider:hover svg {
  color: var(--lilac);
}

.btn-slider svg {
  width: 30px;
  height: 30px;
  color: var(--gray);
  transition: color 0.2s ease;
}

.btn-attachment {
  display: block;
  border-radius: 5px;
  transition: background 0.2s ease;
}

.btn-attachment__input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.btn-attachment__label {
  --btn-attachment-border-color: currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  width: 100%;
  padding: 13px 20px;
  cursor: pointer;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.btn-attachment__label:hover {
  --btn-attachment-border-color: transparent;
}

.btn-attachment__label-text {
  border-bottom: 1px dashed var(--btn-attachment-border-color);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.btn-attachment__label-icon {
  width: 20px;
  height: 20px;
}

.btn-attachment_white {
  color: var(--lilac);
  background: var(--white);
}

.btn-attachment_lilac {
  color: var(--lilac);
  background: #F1EFF8;
}

.link {
  display: inline-flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  color: var(--lilac);
  cursor: pointer;
}

.link-brief {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.link-brief__icon {
  width: 64px;
  height: 64px;
}

.link-brief__label {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  color: var(--lilac);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.link-brief__size {
  color: #666;
  font-weight: 400;
}

.link._no-color {
  display: inline-flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  color: var(--lilac);
  cursor: pointer;
  color: inherit;
}

.link_more {
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.link_more:hover {
  --link-transform: translateX(5px);
  --link-underline-color: transparent;
}

.link_more span {
  border-bottom: 1px solid;
  border-bottom-color: var(--link-underline-color);
  transition: border-color 0.3s ease-out;
}

.link_more svg {
  flex-shrink: 0;
  width: var(--link-icon-size, 20px);
  height: var(--link-icon-size, 20px);
  transform: var(--link-transform, translateX(0));
  transition: transform 0.3s ease-out;
}

.link_underlined,
.link._u {
  display: inline-flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  color: var(--lilac);
  cursor: pointer;
  border-bottom: 1px solid;
  transition: border-bottom-color 0.2s ease;
}

.link_underlined:hover,
.link._u:hover {
  border-bottom-color: transparent;
}

.textfield,
.textarea {
  position: relative;
  padding-top: 15px;
  color: var(--inputs-color, var(--theme-color, #BFABD3));
}

.textfield__input,
.textarea__input {
  display: block;
  width: 100%;
  padding: 0 0 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: currentColor;
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: currentColor;
  transition-property: border-bottom-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.textfield__input:hover,
.textarea__input:hover {
  color: var(--theme-color);
}

.textfield__input:hover ~ label,
.textarea__input:hover ~ label {
  color: var(--theme-color);
}

.textfield__input:not(:-moz-placeholder-shown),
.textarea__input:not(:-moz-placeholder-shown) {
  outline: none;
  color: var(--theme-color);
}

.textfield__input:focus,
.textfield__input._has-content,
.textfield__input:not(:placeholder-shown),
.textarea__input:focus,
.textarea__input._has-content,
.textarea__input:not(:placeholder-shown) {
  outline: none;
  color: var(--theme-color);
}

.textfield__input:not(:-moz-placeholder-shown) ~ label,
.textarea__input:not(:-moz-placeholder-shown) ~ label {
  top: 12px;
  font-size: 12px;
  line-height: 16px;
  color: var(--theme-color);
  visibility: visible;
  transform: translateY(-100%);
  transition-duration: 0.3s;
}

.textfield__input:focus ~ label,
.textfield__input._has-content ~ label,
.textfield__input:not(:placeholder-shown) ~ label,
.textarea__input:focus ~ label,
.textarea__input._has-content ~ label,
.textarea__input:not(:placeholder-shown) ~ label {
  top: 12px;
  font-size: 12px;
  line-height: 16px;
  color: var(--theme-color);
  visibility: visible;
  transform: translateY(-100%);
  transition-duration: 0.3s;
}

.textfield__input._invalid,
.textarea__input._invalid {
  border-bottom: 1px solid #E7362D;
}

.textfield__input._invalid ~ label,
.textarea__input._invalid ~ label {
  color: #E7362D;
}

.textfield__input ~ label,
.textarea__input ~ label {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transform: translateY(0);
  pointer-events: none;
  transition-property: transform, color, font-size;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.textfield__input ~ label .required,
.textarea__input ~ label .required {
  font-size: 16px;
  line-height: 24px;
  color: #E7362D;
}

.textarea__input {
  padding: 0;
  resize: none;
}

._onerow .textarea__input {
  height: 100px;
}

.list {
  --list-style-image-url: url("../images/icons/list-check.svg");
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.list__heading {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.list__list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.list__item {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.list__item::before {
  content: "";
  display: block;
  width: 15px;
  height: 24px;
  flex-shrink: 0;
  background: var(--list-style-image-url) no-repeat center/contain;
}

.list._finger-up {
  --list-style-image-url: url("../images/icons/list-finger-up.svg");
}

.list._finger-down {
  --list-style-image-url: url("../images/icons/list-finger-down.svg");
}

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

.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}

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

.select2-container .select2-selection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 12px 15px;
  border: 1px solid #E8E8E8;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 16px;
}

.select2-container .select2-selection__arrow {
  flex-shrink: 0;
  display: block;
  width: 15px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 9'%3E%3Cpath fill='%23000' d='M15 1.628c0 .103-.056.205-.168.308l-6.967 6.41a.505.505 0 01-.337.154.505.505 0 01-.337-.154L.169 1.936C.056 1.885 0 1.782 0 1.628c0-.102.056-.205.169-.307l.73-.667A.505.505 0 011.236.5c.112 0 .225.051.337.154l5.899 5.384L13.427.654A.504.504 0 0113.764.5c.112 0 .225.051.337.154l.73.667c.113.102.169.205.169.307z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

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

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

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 50vh;
  overflow-y: auto;
}

.select2-results__option {
  padding: 12px 15px;
  font-size: 16px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--highlighted {
  background-color: var(--lilac);
  color: white;
}

.select2-results__option--selected {
  font-weight: 600;
}

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

table:not(.wide-table) {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #F1EFF8;
}

table:not(.wide-table) tr:nth-child(odd) > td {
  background-color: var(--white);
}

table:not(.wide-table) tr:nth-child(even) > td {
  background-color: #F1EFF8;
}

table:not(.wide-table) td {
  border-collapse: collapse;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.header {
  position: relative;
  z-index: 10;
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 15px;
  column-gap: 15px;
  flex-wrap: nowrap;
  padding: 18px 0;
}

.header__logo {
  flex-shrink: 0;
}

.header__socials {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.header__socials-item svg {
  width: 30px;
  height: 30px;
}

.header__callback-btn._desktop-only {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.header__callback-btn._mobile-only {
  --callback-btn-color: var(--green);
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 9px;
  column-gap: 9px;
}

.header__callback-btn._mobile-only:hover {
  --callback-btn-color: var(--gray-light);
}

.header__callback-btn._mobile-only:active {
  --callback-btn-color: var(--green-2);
}

.header__callback-btn._mobile-only .btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: var(--callback-btn-color);
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.header__callback-btn._mobile-only .btn__icon svg {
  width: 18px;
  height: 18px;
}

.header__callback-btn._mobile-only .btn__text {
  font-size: 11px;
  line-height: 15px;
  font-weight: 600;
  color: var(--header-theme-color, var(--black));
}

.header._fixed {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.header._light {
  --header-theme-color: var(--white);
}

.footer .generative-bg__item {
  transform: translate(-50%, -50%);
}

.footer__container {
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer__top-row {
  row-gap: 20px;
}

.footer__bottom-row {
  padding-top: 30px;
}

.footer__phone {
  display: flex;
  flex-direction: column;
  color: var(--white, #fff);
}

.footer__phone-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.footer__phone-link {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.footer__phone-bottom-text {
  font-size: 14px;
  line-height: 18px;
}

.footer__callback-btn {
  padding: 16px 30px;
  border-radius: 5px;
}

._mobile-only .footer__callback-btn {
  width: 100%;
  margin-top: 10px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: var(--white, #fff);
}

.footer__contacts-email {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.footer__contacts address {
  font-style: normal;
}

.footer__contacts-map {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  text-decoration: underline;
}

.footer__contacts-map svg {
  width: 13px;
  height: 20px;
}

.footer__menu {
  color: var(--white, #fff);
}

.footer__menu .menu__link:hover {
  color: var(--green, #C8EC38);
}

.footer__menu > .menu__item > .menu__link {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  border-bottom: 1px solid;
}

.footer__menu .menu._sub {
  margin-top: 30px;
}

.footer__menu .menu._sub .menu__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer__copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--white, #fff);
}

.footer__copyright-links {
  display: flex;
}

.footer__copyright-link {
  text-decoration: underline;
}

.footer__social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.footer__social-icon {
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.footer__social-icon svg {
  width: 50px;
  height: 50px;
  color: var(--white, #fff);
  transition: color 0.2s ease;
}

.footer__social-icon svg:hover {
  color: var(--green, #C8EC38);
}

.page-hero__heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  margin-top: 15px;
}

.page-hero__intro {
  margin-top: 30px;
}

.page-content {
  margin-top: 34px;
}

.logo {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
  column-gap: 14px;
  flex-wrap: nowrap;
}

.logo img {
  flex-shrink: 0;
  height: 50px;
}

.logo__title {
  max-width: 100px;
  color: var(--header-theme-color, var(--lilac));
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.logo-link {
  display: flex;
}

.menu {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.secret-data {
  background: linear-gradient(90deg, var(--secret-data-color, #000) 4.23%, rgba(0, 0, 0, 0) 90.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.secret-data._show {
  color: var(--secret-data-color, #000);
  background: none;
  -webkit-text-fill-color: unset;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  user-select: unset;
}

.preloader {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 2px;
  background-color: #ededed;
  overflow: hidden;
}

.preloader::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-name: preloader-animation;
  animation-timing-function: linear;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
}

.preloader_image {
  height: 150px;
}

.preloader_text_oneline {
  height: 1em;
}

@keyframes preloader-animation {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    transform: translate3d(100%, 0, 0);
  }
}

.top-banner {
  position: relative;
  width: 100%;
  height: 100px;
}

.top-banner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-hamburger {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 35px;
  padding: 10px 0;
}

.menu-hamburger__inner {
  position: relative;
}

.menu-hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--header-theme-color, var(--lilac));
  transition: all 0.2s ease;
}

.menu-hamburger span:nth-child(1) {
  top: 0;
}

.menu-hamburger span:nth-child(2) {
  top: 6px;
}

.menu-hamburger span:nth-child(3) {
  top: 12px;
}

.menu-hamburger._open span {
  background-color: var(--lilac);
}

.menu-hamburger._open span:nth-child(1) {
  transform: rotateZ(45deg);
  top: 6px;
}

.menu-hamburger._open span:nth-child(2) {
  opacity: 0;
}

.menu-hamburger._open span:nth-child(3) {
  transform: rotateZ(-45deg);
  top: 6px;
}

.main-menu-open {
  overflow: hidden;
}

.main-menu__mobile-header {
  padding-inline: 15px;
}

.main-menu__mobile-header .header__menu {
  width: 20px;
}

.main-menu__items {
  display: flex;
}

.main-menu__items > .main-menu__item {
  position: relative;
}

.main-menu__submenu {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  padding: 0 15px;
  background: var(--gray-light);
}

.main-menu__submenu .main-menu__link {
  font-weight: 600;
}

.main-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 6px;
  column-gap: 6px;
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.main-menu__link-arrow {
  flex-shrink: 0;
}

.menu-mobile._bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 13px;
  padding: 25px 15px 40px;
}

.menu-mobile__logo {
  height: 50px;
}

.menu-mobile__button {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 7px;
}

.menu-mobile__contacts-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}

.menu-mobile__phone {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}

.menu-mobile__email {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.menu-mobile__address {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
}

.generative-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #5F58AC 9.58%, #9055A4 90.42%);
  overflow: hidden;
  z-index: -1;
}

.generative-bg-wrapper {
  position: relative;
}

.generative-bg__item {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(closest-side, var(--item-color), transparent);
}

.accordion-item {
  border: 1px solid #F1EFF8;
}

.accordion-item:not(:first-child) {
  border-top: 0;
}

.accordion-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 15px;
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.35s ease;
}

.accordion-header:not(.collapsed) {
  background-color: #F1EFF8;
}

.accordion-header__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.accordion-header__arrow {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: var(--black);
  transform: rotate(180deg);
  transition: transform 0.35s ease;
}

.collapsed .accordion-header__arrow {
  transform: rotate(0);
}

.accordion-collapse {
  background-color: #F1EFF8;
}

.accordion-body {
  padding: 15px 15px 30px;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin: auto;
  max-width: 680px;
  padding: 30px;
  border-top: 3px solid #9055A4;
  background-color: var(--white);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.6s ease-out;
  z-index: 100;
}

.cookies__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cookies__text .link {
  line-height: 20px;
}

.cookies._hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}

.breadcrumbs {
  margin-top: 15px;
  margin-bottom: 15px;
}

.breadcrumbs__items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px 20px;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.breadcrumbs__item._last {
  color: var(--lilac-light);
  cursor: default;
}

.breadcrumbs__arrow {
  width: 5px;
  height: 10px;
  flex-shrink: 0;
}

.backlink {
  --arrow-color: currentColor;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}

.backlink__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.backlink__arrow {
  width: 5px;
  height: 10px;
  flex-shrink: 0;
}

.content-block p:not(:last-child) {
  margin-bottom: 1em;
}

.content-block a {
  display: inline-flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  color: var(--lilac);
  cursor: pointer;
  border-bottom: 1px solid;
  transition: border-bottom-color 0.2s ease;
}

.content-block a:hover {
  border-bottom-color: transparent;
}

.content-block > *:first-child {
  margin-top: 0;
}

.tabbed-items__head {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.tabbed-items__select {
  width: 100%;
}

.tabbed-items__tab-list {
  display: none;
}

.tabbed-items__content {
  margin-top: 30px;
}

.price {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
}

.price__prefix {
  font-size: 16px;
}

.price__value {
  font-weight: 700;
}

.service-hero-tiles {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 40px;
}

.service-hero-tiles .item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
  column-gap: 15px;
  width: 100%;
}

.service-hero-tiles .item__icon {
  flex-shrink: 0;
}

.service-hero-tiles .item__icon svg {
  width: 35px;
  height: 35px;
}

.service-hero-tiles .item__content {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.service-hero-tiles .item__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-hero-tiles .item__text {
  font-size: 14px;
  line-height: 19px;
}

.service-hero-tiles._1item {
  max-width: 900px;
}

.service-hero-tiles._2cols {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.service-helper-block {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 30px 24px 40px;
  margin-bottom: 40px;
  background-color: #F9F9F9;
}

.service-helper-block::after {
  position: absolute;
  top: 100%;
  left: 0;
  border-width: 20px;
  border-style: solid;
  border-color: #F9F9F9 transparent transparent #F9F9F9;
}

.service-helper-block__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.service-helper-block__buttons {
  display: flex;
  justify-content: center;
}

.offer-tile {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  height: 100%;
  padding-bottom: 35px;
  background: var(--white);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.offer-tile__img-container {
  position: relative;
}

.offer-tile__img {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
  object-fit: cover;
}

.offer-tile__label {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 8px;
  border-radius: 2px 0px 0px 0px;
  background: var(--green, #C8EC38);
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.offer-tile__content {
  display: flex;
  flex-direction: column;
  row-gap: 23px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.offer-tile__text {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.offer-tile__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.service-prices-simple {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.service-prices-simple__list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.service-prices-simple__list .item__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
}

.service-prices-simple__list .item__text span {
  color: var(--lilac);
}

.service-prices-simple__list .item__price {
  margin-top: 10px;
  font-size: 20px;
}

.service-prices-simple__text {
  margin-top: 30px;
  color: #333;
  line-height: 24px;
}

.service-prices-simple__helper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.service-prices-blocks {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}

.service-prices-blocks .price-block-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.service-prices-blocks .price-block {
  --price-block-border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.service-prices-blocks .price-block-image__img {
  width: 100%;
}

.service-prices-blocks .price-block__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  border-top-left-radius: var(--price-block-border-radius);
  border-top-right-radius: var(--price-block-border-radius);
  background-color: var(--lilac);
  color: #fff;
  text-align: center;
}

.service-prices-blocks .price-block__content {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  flex-grow: 1;
  padding: 35px 20px;
}

.service-prices-blocks .price-block__bottom {
  border-top: 1px solid #F1EFF8;
}

.service-prices-blocks .price-block__totals-col {
  padding: 25px 20px 0;
}

.service-prices-blocks .price-block-totals {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
}

.service-prices-blocks .price-block-totals__row {
  display: flex;
  align-items: center;
}

.service-prices-blocks .price-block-totals__label {
  padding-right: 8px;
}

.service-prices-blocks .price-block-totals .price {
  font-weight: 700;
}

.service-prices-blocks .price-block__button {
  display: flex;
  align-items: center;
  flex-shrink: 1;
  width: 245px;
  padding: 25px 20px;
}

.how-works-item {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  color: #333;
}

.how-works-item__num {
  width: 50px;
  flex-shrink: 0;
}

.how-works-item__content {
  flex-grow: 1;
}

.how-works-item__label {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.how-works-item__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}

.stage-list .stage {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
  column-gap: 14px;
  overflow: hidden;
}

.stage-list .stage:not(:last-child) {
  padding-bottom: 25px;
}

.stage-list .stage:not(:last-child) .stage__num::after {
  content: "";
  display: block;
}

.stage-list .stage__head {
  position: relative;
  z-index: 1;
}

.stage-list .stage__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #F1EFF8;
  background-color: var(--white);
  color: var(--lilac);
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.stage-list .stage__num::after {
  width: 1px;
  height: calc(100% + 40px);
  position: absolute;
  top: 0;
  right: 25px;
  background: #F1EFF8;
  z-index: -1;
}

.stage-list .stage__text {
  font-size: 16px;
  line-height: 24px;
}

.simple-table thead tr > th {
  background-color: var(--lilac);
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--white);
  text-align: left;
}

.wide-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #F1EFF8;
}

.wide-table thead tr th {
  padding: 16px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.wide-table tbody tr:nth-child(odd) td {
  background-color: #F1EFF8;
}

.wide-table tbody tr:nth-child(even) td {
  background-color: #fff;
}

.wide-table tbody tr td {
  border-collapse: collapse;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #F1EFF8;
  border-width: 0 0 1px;
}

.wide-table tbody tr td:first-child {
  border-left-width: 1px;
}

.wide-table tbody tr td:last-child {
  border-right-width: 1px;
}

.sample-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 25px;
  max-width: 1024px;
}

.sample-slider .slide {
  border: 1px solid #F1EFF8;
}

.sample-slider .slide__image {
  width: 100%;
}

.faq-item {
  --list-items-gap: 15px;
  padding-bottom: var(--list-items-gap);
  border-bottom: 1px solid #F0F0F0;
}

.faq-item:not(:first-child) {
  padding-top: var(--list-items-gap);
}

.faq-item-header {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: var(--lilac);
  transition: color 0.2s ease-out;
  cursor: pointer;
}

.faq-item-header.collapsed {
  color: var(--black);
}

.faq-item-header__text {
  flex-grow: 1;
}

.faq-item-switcher {
  --faq-switcher-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--faq-switcher-size);
  height: var(--faq-switcher-size);
  flex-shrink: 0;
  background-color: var(--lilac);
  border-radius: 50%;
  transition: background-color 0.2s ease-out;
}

.collapsed .faq-item-switcher {
  background-color: rgb(241, 239, 248);
}

.faq-item-switcher__icon {
  width: 42%;
  height: 42%;
  --icon-color: var(--white);
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.collapsed .faq-item-switcher__icon {
  --icon-color: var(--lilac);
  transform: rotate(0);
}

.faq-item-content {
  transition: height 0.2s ease-in-out;
}

.faq-item-content__text {
  padding-top: 15px;
  padding-right: 70px;
}

.numeric-dropdown-item {
  --list-items-gap: 15px;
  padding-bottom: var(--list-items-gap);
  border-bottom: 1px solid #F0F0F0;
}

.numeric-dropdown-item:not(:first-child) {
  padding-top: var(--list-items-gap);
}

.numeric-dropdown-item-header {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: var(--lilac);
  transition: color 0.2s ease-out;
  cursor: pointer;
}

.numeric-dropdown-item-header.collapsed {
  color: var(--black);
}

.numeric-dropdown-item-header__text {
  flex-grow: 1;
}

.numeric-dropdown-item-num {
  color: #D5CDED;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.numeric-dropdown-item-switcher {
  --faq-switcher-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--faq-switcher-size);
  height: var(--faq-switcher-size);
  flex-shrink: 0;
  background-color: var(--lilac);
  border-radius: 50%;
  transition: background-color 0.2s ease-out;
}

.collapsed .numeric-dropdown-item-switcher {
  background-color: rgb(241, 239, 248);
}

.numeric-dropdown-item-switcher__icon {
  width: 42%;
  height: 42%;
  --icon-color: var(--white);
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.collapsed .numeric-dropdown-item-switcher__icon {
  --icon-color: var(--lilac);
  transform: rotate(0);
}

.numeric-dropdown-item-content {
  transition: height 0.2s ease-in-out;
}

.numeric-dropdown-item-content__text {
  padding-top: 15px;
  padding-right: 70px;
}

.not-found {
  padding-top: 42px;
}

.not-found__container {
  display: flex;
  align-items: center;
}

.not-found__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  width: 100%;
}

.not-found__col._right {
  display: none;
}

.not-found__col._left {
  align-items: flex-start;
}

.not-found__text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  width: 100%;
}

.not-found__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
}

.not-found__img._mobile {
  display: block;
}

.not-found__text {
  text-align: center;
}

.floating-contacts {
  position: fixed;
  right: 4vw;
  bottom: 3vh;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  gap: 14px;
  z-index: 1;
}

.floating-contacts__linked-icon {
  display: flex;
  --size: 50px;
  width: var(--size);
  height: var(--size);
}

.floating-contacts__linked-icon svg {
  width: 100%;
  height: 100%;
  animation: floating-contact-swing 2.5s ease infinite;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}

@keyframes floating-contact-swing {
  5% {
    transform: rotate(-15deg);
  }

  15% {
    transform: rotate(15deg);
  }

  25% {
    transform: rotate(-6deg);
  }

  35% {
    transform: rotate(6deg);
  }

  45% {
    transform: rotate(-3deg);
  }

  50% {
    transform: rotate(0);
  }

  to {
    transform: rotate(0);
  }
}

.addresses {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.addresses-tabs {
  display: flex;
  gap: 20px;
}

.addresses-tab {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  align-items: center;
  color: var(--gray);
  cursor: pointer;
}

.addresses-tab._active,
.addresses-tab:hover {
  color: var(--lilac);
  transition: color 0.2s ease;
}

.addresses-tab__icon {
  width: 11px;
  height: 16px;
  flex-shrink: 0;
}

.addresses-tab__title {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

.addresses-tab-content {
  display: none;
}

.addresses-tab-content._active {
  display: block;
}

.addresses .address a,
.addresses .address ._underlined {
  border-bottom: 0.5px solid;
}

.addresses .address__worktime {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.header-phones__trigger {
  position: relative;
  --secret-data-color: var(--header-theme-color, var(--black));
}

.header-phones__trigger svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 10px;
  height: 10px;
}

.header-phones__trigger-mobile svg {
  --svg-color: var(--header-theme-color, var(--lilac));
  width: 25px;
  height: 25px;
}

.header-phones__list {
  position: absolute;
  display: flex;
  flex-direction: column;
  background: var(--white);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: visibility 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.header-phones__phone {
  display: flex;
  flex-direction: column;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.header-phones__phone span {
  color: #9A9A9A;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.phones-menu-open .header-phones__trigger-mobile svg {
  transform: scale(0.7);
}

.phones-menu-open .header-phones__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  padding: 0;
}

.modal__close {
  --btn-close-fill: transparent;
  --btn-close-border: #D5CDED;
  --btn-close-icon-color: #9A9A9A;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--white);
  overflow: hidden;
  cursor: pointer;
  z-index: 10;
}

.modal__close > * {
  transition: all 0.2s ease;
}

.modal__close:hover {
  --btn-close-fill: #F1EFF8;
  --btn-close-border: #D5CDED;
  --btn-close-icon-color: #9055A4;
}

.modal__content {
  max-height: 100%;
  padding: 15px;
  overflow: auto;
  background-color: var(--white);
}

.modal__title {
  margin-bottom: 30px;
}

.modal._fb-inline {
  display: block;
}

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

.modal_fullscreen .modal__content {
  padding-top: 55px;
  padding-bottom: 55px;
}

.modal._success,
.modal._error {
  width: 855px;
  border-top: 3px solid var(--lilac);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.modal._success .modal__content,
.modal._error .modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  padding: 90px 30px 60px;
  text-align: center;
}

.form {
  --theme-color: var(--black);
  --inputs-color: #BFABD3;
}

.form_light {
  --theme-color: var(--white);
}

.form__fields {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form__buttons {
  display: flex;
  align-items: center;
  row-gap: 20px;
}

.form__row {
  row-gap: 35px;
}

.form__btn {
  width: 100%;
}

.form__privacy {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: var(--theme-color);
  margin-top: 20px;
  text-align: center;
}

.form__col .form__privacy {
  margin: 0;
}

.form__privacy a {
  color: var(--lilac);
}

.form-messengers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 6px;
  column-gap: 6px;
  padding: 8px 10px;
  border-radius: 3px;
  border: 1px dashed #D5CDED;
}

.form-messengers__text {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: var(--theme-color, var(--white));
}

.form-messengers__icons {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.form-messengers__icon {
  width: 30px;
  height: 30px;
}

.request-wide-form__title {
  color: var(--white);
}

.order-form__filter-btn-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 30px;
  margin-top: 30px;
}

.order-form__filter-btn-wrap .btn {
  height: 50px;
  font-weight: 400;
}

.order-form__inputs {
  margin-top: 15px;
}

.order-form__tip {
  color: #9A9A9A;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}

.order-form-filter {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.order-form-filter__row {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.order-form .range-slider__data {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 7px;
}

.service-hero-form .form {
  --inputs-color: #fff;
}

.service-hero-form .form__row {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.service-hero-form .form__privacy {
  text-align: left;
}

.service-hero-form .form__privacy a {
  color: inherit;
}

.contacts-form .form__fields {
  margin-top: 20px;
}

.home-slider {
  position: relative;
  overflow: hidden;
}

.home-slider .slide {
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}

.home-slider .slide__background {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-slider .slide__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  padding-top: 35px;
}

.home-slider .slide__content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  color: var(--black, #000);
  text-align: center;
}

.home-slider .slide__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.home-slider .slide__text {
  font-size: 18px;
  font-weight: 400;
}

.home-slider .slide__btn {
  --btn-round-size: 64px;
  --btn-round-icon-size: 30px;
  font-size: 20px;
  font-weight: 600;
}

.home-slider__r-block-wrapper {
  position: relative;
}

.home-slider__r-block {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 1;
}

.home-slider__r-block-text {
  display: none;
}

.home-slider__r-block-line {
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--gray-2, #666);
}

.logos-ticker {
  margin: 50px 0;
  overflow: hidden;
}

.logos-ticker__list {
  --ticker-transform: translateX(0);
  display: flex;
  align-items: center;
  animation: ticker 15s infinite linear;
  will-change: transform;
}

.logos-ticker__list:hover {
  animation-play-state: paused;
}

.logos-ticker__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 140px;
  height: 60px;
  padding: 0 5px;
  box-sizing: content-box;
}

.logos-ticker__tile-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@keyframes ticker {
  100% {
    transform: var(--ticker-transform);
  }
}

.services {
  margin-top: 50px;
  margin-bottom: 50px;
}

.services-desktop {
  display: none;
}

.projects__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.projects__items {
  margin-top: 30px;
  overflow: hidden;
}

.projects__items-counter {
  margin-top: 20px;
  justify-content: center;
}

.projects .project-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.projects .project-item:hover {
  --overlay-transform: translateY(0);
  --overlay-opacity: 1;
}

.projects .project-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.projects .project-item__overlay {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 70px;
  padding: 10px 20px 20px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: var(--overlay-opacity, 0);
  transform: var(--overlay-transform, translateY(50%));
  transition: transform 0.24s ease-out, opacity 0.24s ease-out;
  z-index: 1;
}

.projects .project-item__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: var(--white);
}

.projects .project-item._preloading {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 10px;
}

.projects .project-item._preloading .preloader_image {
  flex-grow: 1;
}

.projects-all {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  padding: 20px;
  background: url("../images/projects-all-bg.svg") center/cover no-repeat, linear-gradient(90deg, #5F58AC 0%, #9055A4 100%);
}

.projects-all__text {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.projects-all__btn {
  color: var(--white);
  font-weight: 700;
}

.request-wide {
  padding-top: 50px;
  padding-bottom: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.request-wide__privacy {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.request-wide__privacy a {
  color: currentColor;
}

.request-wide__mobile {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.request-wide__mobile .request-wide__button {
  width: 100%;
}

.request-wide__mobile .request-wide__privacy {
  text-align: center;
}

.request-wide .generative-bg__item._blue {
  width: 550px;
  height: 750px;
  top: 45%;
  left: 40%;
  transform: translate(-45%, -40%);
  --item-color: #7F81F1;
}

.request-wide .generative-bg__item._pink {
  width: 360px;
  height: 360px;
  bottom: -240px;
  left: -170px;
  --item-color: #DB68F6;
  z-index: 1;
}

.reviews {
  margin-top: 50px;
  margin-bottom: 50px;
}

.reviews__title .h1._mobile-only {
  text-align: center;
}

.reviews__title_small {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.reviews__content {
  margin-top: 15px;
}

.reviews-more {
  display: flex;
  justify-content: center;
}

.reviews-more__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviews-more__link:hover {
  --link-transform: translatex(5px);
  --link-underline-color: transparent;
}

.reviews-slider {
  overflow: hidden;
}

.reviews-slider__navs {
  margin-top: 30px;
}

.reviews-slide__info {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.reviews-slide__logo {
  width: 200px;
  height: 60px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: top left;
  object-position: top left;
}

.reviews-slide__company {
  font-size: 20px;
  font-weight: 600;
}

.reviews-slide__reviewer {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

.reviews-slide__text {
  font-size: 20px;
  line-height: 36px;
}

.service-hero {
  --breadcrumb-del-color: var(--white);
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: var(--hero-bg-color);
  color: var(--white);
  /*
   * Pages
   */
}

.service-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.service-hero__bg::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: var(--hero-bg-img-overlay);
}

.service-hero__bg-img-wr {
  position: absolute;
  inset: 0;
}

.service-hero__bg-img-wr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-hero__container {
  position: relative;
  z-index: 1;
}

.service-hero__main-content {
  padding-top: 15px;
}

.service-hero__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.service-hero__text {
  margin-top: 15px;
}

.service-hero__text p:not(:first-child) {
  margin-top: 8px;
}

.service-hero__form {
  max-width: 900px;
  margin-top: 20px;
}

.service-hero._dark {
  --hero-bg-color: #292633;
  --hero-bg-img-overlay: rgba(38, 35, 47, 0.8);
}

.service-hero._has-logo .service-hero__main-content {
  display: grid;
  grid-template-areas: "title title" "text logo" "form form";
  grid-template-columns: 1fr auto;
  grid-gap: 0 25px;
}

.service-hero._has-logo .service-hero__title {
  grid-area: title;
}

.service-hero._has-logo .service-hero__text {
  grid-area: text;
}

.service-hero._has-logo .service-hero__form {
  grid-area: form;
}

.service-hero._has-logo .service-hero__logo {
  grid-area: logo;
  width: 120px;
}

.service-hero._1c .service-hero__logo {
  width: 105px;
}

.service-hero._my-stock .service-hero__logo {
  width: 160px;
}

.service-hero._bitrix .service-hero__logo {
  width: 160px;
}

.service-prices {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.service-prices__top {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.service-prices__row {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-top: 36px;
}

.service-prices__table {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.service-prices__table .item__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
}

.service-prices__table .item__text span {
  color: var(--lilac);
}

.service-prices__table .item__price {
  margin-top: 10px;
  font-size: 20px;
}

.service-prices__description {
  margin-top: 30px;
  color: #333;
  line-height: 24px;
}

.service-prices__helper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.service-prices__disclamer {
  color: #9A9A9A;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-top: 15px;
}

.service-offers {
  margin-top: 40px;
  margin-bottom: 50px;
  overflow: hidden;
}

.service-offers__slider {
  padding-bottom: 30px;
  overflow: visible;
}

.service-offers__slider-navs .swiper-button-prev,
.service-offers__slider-navs .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.service-offers__slider-navs .swiper-button-prev {
  left: -32px;
}

.service-offers__slider-navs .swiper-button-next {
  right: -32px;
}

.service-offers__slider-navs .swiper-button-disabled {
  display: none;
}

.service-offers__slider-counter {
  margin-top: 20px;
  justify-content: center;
}

.service-offers__slide {
  height: auto;
}

.stages {
  margin-top: 50px;
  margin-bottom: 50px;
}

.stages__items {
  margin-top: 30px;
}

.stages__btns {
  margin-top: 30px;
}

.stages .stage {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  overflow: hidden;
}

.stages .stage:not(:last-child) {
  padding-bottom: 25px;
}

.stages .stage__head {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.stages .stage__head-content {
  padding-top: 4px;
}

.stages .stage__sub {
  margin-top: 5px;
  font-size: 14px;
  line-height: 19px;
}

.stages .stage__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #F1EFF8;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: var(--lilac);
}

.stages .stage__text {
  font-size: 14px;
  line-height: 19px;
}

.stages .stage__text ul {
  padding-left: 15px;
}

.stages .stage__text ul:first-child {
  margin-top: 0;
}

.stages .stage__text ul:last-child {
  margin-bottom: 0;
}

.stages._service-bitrix .stage {
  -moz-column-gap: 100px;
  column-gap: 100px;
}

.other-services {
  margin-top: 50px;
  margin-bottom: 50px;
}

.other-services__list {
  display: grid;
  grid-template-columns: 1fr;
}

.other-services-item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px 15px 30px;
  border: 1px solid #F0F0F0;
  background: #FFF;
}

.other-services-item__top {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.other-services-item__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.other-services-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.other-services-item__totals {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  line-height: 28px;
}

.other-services-item__totals span {
  color: var(--lilac);
}

.service-info-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.service-info-section__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 30px 20px;
  border-radius: 5px;
  background: #F1EFF8;
}

.service-info-section__img {
  width: 70px;
  flex-shrink: 0;
}

.service-info-section__text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.service-oferta-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.service-oferta-section__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  padding: 30px 20px;
  background: #F9F9F9;
}

.service-oferta-section__img {
  width: 70px;
  flex-shrink: 0;
}

.service-oferta-section__content {
  text-align: center;
}

.service-oferta-section__title {
  font-size: 24px;
  line-height: 32px;
}

.service-oferta-section__title a {
  display: inline-block;
  line-height: 20px;
  border-bottom: 1px solid;
}

.service-oferta-section__text {
  margin-top: 12px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.service-quote {
  --quote-bg-color: #F9F9F9;
  margin-top: 50px;
  margin-bottom: 50px;
}

.service-quote::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 17px;
  border-style: solid;
  border-color: var(--quote-bg-color) transparent transparent var(--quote-bg-color);
}

.service-quote__content {
  align-items: center;
  gap: 29px;
  padding: 30px;
  background-color: var(--quote-bg-color);
}

.service-quote__text {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.service-quote__buttons {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  flex-shrink: 0;
}

.service-quote__buttons .btn {
  text-align: center;
}

.partners-how-works {
  margin-top: 30px;
  margin-bottom: 40px;
}

.partners-how-works__items {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 35px;
}

.partners-conditions {
  margin-top: 40px;
  margin-bottom: 10px;
}

.partners-conditions__row {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 35px;
}

.partners-conditions__text {
  color: #333;
}

.partners-conditions__buttons .btn {
  width: 270px;
}

.client-logos {
  margin-top: 30px;
}

.client-logos__grid {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  flex-wrap: wrap;
}

.client-logos__item {
  width: 50%;
  flex-shrink: 0;
}

.requisites-table {
  margin-top: 30px;
}

.requisites-table__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.requisites-table__table {
  margin-top: 20px;
}

.licenses {
  margin-top: 20px;
}

.licenses__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}

.licenses .license-item {
  position: relative;
}

.licenses .license-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.licenses .license-item__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 50px 10px 15px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.licenses .license-item__name {
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}

.contacts__row {
  row-gap: 30px;
  margin-top: 15px;
  margin-bottom: 50px;
}

.contacts-info {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.contacts-info__email {
  color: var(--lilac);
}

.contacts-info__phone span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-info__links {
  color: var(--lilac);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.contacts-map {
  width: 100%;
  height: 450px;
}

.contacts-map .map-marker {
  width: 54px;
  height: 74px;
  background-image: url("../images/map-marker.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -100%);
}

.reviews-list {
  margin-top: 15px;
  margin-bottom: 30px;
}

.reviews-list__list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.reviews-list .review-item {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding-bottom: 30px;
}

.reviews-list .review-item:not(:last-child) {
  border-bottom: 1px solid #D5CDED;
}

.reviews-list .review-item__logo-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  flex-shrink: 0;
  order: 2;
}

.reviews-list .review-item__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 87px;
  border: 1px solid #F0F0F0;
  overflow: hidden;
}

.reviews-list .review-item__logo img {
  max-height: 100%;
}

.reviews-list .review-item__content {
  order: 1;
}

.reviews-list .review-item__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.reviews-list .review-item__text {
  margin-top: 15px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.reviews-list .review-item__text p {
  margin-bottom: 0.4em;
}

.reviews-list .review-item__author {
  color: #9A9A9A;
  font-size: 16px;
  font-weight: 400;
}

.vacancy-group {
  margin-top: 15px;
}

.vacancy-group:not(:last-child) {
  margin-bottom: 30px;
}

.vacancy-group__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.vacancy-group__list {
  margin-top: 15px;
}

.vacancy-group__list .vacancy-item__button-wrap {
  margin-top: 30px;
}

.vacancy-group__list .vacancy-item__button {
  padding-left: 45px;
  padding-right: 45px;
}

.types-columns-list {
  margin-top: 50px;
  margin-bottom: 50px;
}

.types-columns-list__row {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.types-columns-list__col {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.types-columns-list__col-h {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.types-columns-list__col-h svg {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  color: var(--lilac);
}

.types-columns-list__list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.text__content p:not(:first-child) {
  margin-top: 1rem;
}

.text__content p:not(:last-child) {
  margin-bottom: 1rem;
}

.text__content ul:not(.list__list) li,
.text__content ol:not(.list__list) li {
  margin-top: 4px;
  margin-bottom: 4px;
}

.text__content ul:not(.list__list) {
  padding-left: 20px;
  list-style-type: disc;
}

.text__content .list:not(:first-child) {
  margin-top: 2rem;
}

.text__content .list:not(:last-child) {
  margin-bottom: 2rem;
}

.text-columns {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.text-col {
  width: 100%;
}

.clients-grid {
  margin-top: 50px;
  margin-bottom: 50px;
}

.clients-grid__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 30px 10px;
  margin-top: 40px;
}

.checkboxed-cols {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.checkboxed-cols__row {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.checkboxed-cols .item {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  flex-basis: 100%;
}

.checkboxed-cols .item__icon {
  flex-shrink: 0;
  width: 12px;
  height: 18px;
  padding-top: 4px;
}

.checkboxed-cols .item__icon svg {
  width: inherit;
  height: inherit;
}

.checkboxed-cols .item__label {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.checkboxed-cols .item__title {
  font-weight: 600;
}

.services-list-small {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.services-list-small__top {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.services-list-small__list {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}

.services-list-small .item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 35px 25px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #F1EFF8;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.services-list-small .item__main {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex-grow: 1;
}

.services-list-small .item__main .price {
  color: var(--lilac);
  white-space: nowrap;
  font-size: 24px;
  font-weight: 700;
}

.services-list-small .item__main .price__prefix {
  font-weight: 400;
}

.services-list-small .item__actions {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-left: 1px solid #F1EFF8;
}

.services-list-small .item._with-doc {
  max-width: 1070px;
}

.services-list-small .item._with-doc .item__main {
  flex-direction: row;
  justify-content: flex-start;
}

.services-list-small .item._with-doc .item__actions .link-brief__label {
  max-width: 180px;
}

.table-section {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.table-section__top {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.table-section__table._with-scroll {
  overflow: auto;
}

.table-section__table._with-scroll::-webkit-scrollbar {
  height: 6px;
}

.table-section__table._with-scroll::-webkit-scrollbar-track {
  background-color: #F1EFF8;
  border-radius: 4px;
}

.table-section__table._with-scroll::-webkit-scrollbar-thumb {
  background-color: #D5CDED;
  border-radius: 4px;
}

.table-section__table._with-scroll::-webkit-scrollbar-thumb:hover {
  background-color: var(--lilac-3);
}

.brief-fullwidth {
  margin-top: 50px;
  margin-bottom: 50px;
}

.brief-fullwidth__inner {
  display: grid;
  grid-template-areas: "icon title" "link link";
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 15px 30px;
  padding: 30px 15px;
  background: #F9F9F9;
}

.brief-fullwidth__icon {
  grid-area: icon;
  width: 80px;
  height: 80px;
}

.brief-fullwidth__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.brief-fullwidth__title {
  grid-area: title;
}

.brief-fullwidth__link {
  grid-area: link;
}

.brief-fullwidth__link .link-brief__filename {
  font-weight: 400;
  text-decoration: underline;
}

.brief-fullwidth__link .link-brief__size {
  color: #9a9a9a;
}

.style-sample {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.mob-app-sample {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.service-description {
  margin-top: 50px;
  margin-bottom: 50px;
}

.service-description__inner {
  position: relative;
  display: flex;
  background: #F9F9F9;
}

.service-description__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.partners-logotypes {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.partners-logotypes__block {
  padding: 50px;
  border-radius: 5px;
  border: 1px solid #F1EFF8;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.partners-logotypes__items {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 50px 75px;
}

.numerical-rows {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.numerical-rows__items .item {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #F0F0F0;
}

.numerical-rows__items .item:first-child {
  border-top-width: 1px;
}

.numerical-rows__items .item__num {
  color: #D5CDED;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  flex-shrink: 0;
}

.numerical-rows__items .item__content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  flex-grow: 1;
}

.image-quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 50px;
}

.block-highlighted {
  --section-gap: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  padding: 50px 15px;
  margin-top: var(--section-gap);
  margin-bottom: var(--section-gap);
  background: #F9F9F9;
}

.block-highlighted__image {
  flex-shrink: 0;
}

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

.recommend-service {
  --section-gap: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: var(--section-gap);
  margin-bottom: var(--section-gap);
}

.recommend-service-tile {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  border: 1px solid #F0F0F0;
  background: #FFF;
}

.recommend-service-tile__img {
  height: 100%;
}

.recommend-service-tile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recommend-service-tile__content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  row-gap: 20px;
  padding: 40px 20px;
}

.faq-accordeon {
  --section-gap: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: var(--section-gap);
  margin-bottom: var(--section-gap);
}

.numeric-dropdown {
  --section-gap: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: var(--section-gap);
  margin-bottom: var(--section-gap);
}

.certificates-grid {
  --section-gap: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: var(--section-gap);
  margin-bottom: var(--section-gap);
}

.certificates-grid .licenses {
  margin: 0;
}

.project-detail-wrapper {
  display: grid;
  row-gap: 30px;
}

.project-detail-cover {
  grid-area: cover;
}

.project-detail-cover__img {
  width: 100%;
}

.project-detail-content {
  grid-area: content;
}

.project-detail-sidebar {
  grid-area: sidebar;
}

.project-sidebar {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.project-sidebar-info {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.project-sidebar-info__task {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}

.project-sidebar-info__data {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: flex-start;
}

.project-sidebar-info__date {
  font-size: 14px;
  line-height: normal;
  color: var(--gray);
}

.project-sidebar-buttons {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.project-sidebar-buttons__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}

.project-sidebar-buttons__disclamer {
  color: var(--gray);
  font-size: 14px;
  line-height: normal;
}

.project-sidebar-buttons .btn {
  min-width: 170px;
}

.request-helper-project {
  --section-gap: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 25px;
  padding: 30px;
  margin-top: var(--section-gap);
  margin-bottom: var(--section-gap);
  background: #F9F9F9;
}

.request-helper-project__icon {
  flex-shrink: 0;
}

.request-helper-project__text {
  flex-grow: 1;
}

.request-helper-project__button {
  flex-shrink: 0;
}

.other-projects {
  margin-top: 50px;
  margin-bottom: 50px;
}

.other-projects__list {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 24px;
}

.other-projects-item {
  border: 1px solid #F0F0F0;
  background: #FFF;
}

.other-projects-item__cover {
  width: 100%;
  height: 240px;
}

.other-projects-item__cover-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.other-projects-item__content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px 15px 30px;
}

.other-projects-item__body {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.other-projects-item__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.other-projects-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.other-projects-item__text._cropped {
  position: relative;
  max-height: 84px;
  overflow: hidden;
}

.other-projects-item__text._cropped::after {
  content: "";
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  display: block;
  height: 28px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }

  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .service-hero-form .form__row {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .service-hero-form .form__col {
    width: 50%;
  }

  .client-logos__item {
    width: 170px;
  }

  .partners-logotypes__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .recommend-service-tile__content .btn {
    min-width: 320px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }

  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  table:not(.wide-table) td {
    border: 1px solid #F1EFF8;
  }

  .service-hero-form .form__col {
    width: 40%;
  }

  .service-info-section__row {
    flex-direction: row;
    padding: 32px 30px;
  }

  .service-info-section__text {
    text-align: left;
  }

  .licenses__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .clients-grid__items {
    grid-template-columns: repeat(4, 1fr);
  }

  .block-highlighted {
    --section-gap: 85px;
    flex-direction: row;
    -moz-column-gap: 60px;
    column-gap: 60px;
    align-items: center;
    padding: 40px;
  }

  .request-helper-project {
    --section-gap: 85px;
    flex-direction: row;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }

  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .page {
    padding-bottom: 100px;
  }

  ._mobile-only {
    display: none !important;
  }

  h1,
  .h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
  }

  h2,
  .h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
  }

  h3,
  .h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h4,
  .h4 {
    font-size: 20px;
    line-height: 27px;
  }

  ._onerow .textarea__input {
    height: 40px;
  }

  .header__menu {
    flex-grow: 1;
    padding: 0 5px;
  }

  .header__socials {
    -moz-column-gap: 9px;
    column-gap: 9px;
  }

  .header__socials-item svg {
    width: 24px;
    height: 24px;
  }

  .header__callback {
    order: 3;
    margin-left: 11px;
  }

  .footer .generative-bg__item._pink {
    width: 750px;
    height: 750px;
    top: var(--top, -6%);
    left: var(--left, 60%);
    --item-color: #DB68F6;
  }

  .footer .generative-bg__item._blue {
    width: 960px;
    height: 960px;
    top: var(--top, 90%);
    left: var(--left, 10%);
    --item-color: #7F81F1;
  }

  .footer__top-row {
    align-items: flex-start;
    padding-top: 5px;
    padding-bottom: 45px;
    border-bottom: 1px solid var(--white, #fff);
  }

  .footer__middle-row {
    padding-top: 38px;
    padding-bottom: 90px;
    border-bottom: 1px solid var(--white, #fff);
  }

  .footer__phone {
    row-gap: 3px;
  }

  .footer__contacts {
    align-items: flex-end;
    text-align: right;
  }

  .footer__copyright-links {
    align-items: center;
    -moz-column-gap: 14px;
    column-gap: 14px;
    margin-top: 4px;
    margin-bottom: 10px;
  }

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

  .page-hero__heading {
    font-size: 64px;
    margin-top: 36px;
  }

  .page-hero__intro {
    margin-top: 32px;
  }

  .logo img {
    height: 70px;
  }

  .menu-hamburger {
    display: none;
  }

  .main-menu__items {
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }

  .main-menu__items > .main-menu__item > .main-menu__link {
    padding: 11px 0;
    color: var(--header-theme-color, #000);
  }

  .main-menu__submenu {
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 24px 15px 15px;
    border-top: 3px solid var(--lilac);
    background: var(--white);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: visibility 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  }

  .main-menu__item:hover > .main-menu__submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .main-menu__submenu.collapse {
    display: flex;
  }

  .main-menu__submenu .main-menu__link {
    text-transform: uppercase;
  }

  .main-menu__submenu .main-menu__link:hover {
    color: var(--lilac);
  }

  .main-menu__link-arrow {
    width: 10px;
    height: 10px;
    margin-top: 3px;
  }

  .accordion-header {
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 15px 30px;
  }

  .accordion-header__content {
    flex-direction: row;
  }

  .accordion-body {
    padding: 0 30px 30px;
  }

  .cookies {
    bottom: 30px;
  }

  .breadcrumbs {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .backlink {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .tabbed-items__head {
    right: 42px;
  }

  .tabbed-items__select-wrapper {
    display: none;
  }

  .tabbed-items__tab-list {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .tabbed-items__tab {
    position: relative;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
    transition: color 0.2s ease-out;
    cursor: pointer;
  }

  .tabbed-items__tab:after {
    content: "";
    position: absolute;
    bottom: -4px;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--lilac);
    opacity: 0;
    transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
    while-change: bottom, opacity;
    pointer-events: none;
  }

  .tabbed-items__tab:hover,
  .tabbed-items__tab._active {
    color: var(--lilac);
  }

  .tabbed-items__tab:hover:after,
  .tabbed-items__tab._active:after {
    bottom: -12px;
    opacity: 1;
  }

  .tabbed-items__content {
    margin-top: 35px;
  }

  .service-hero-tiles {
    flex-direction: row;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-top: 60px;
  }

  .service-hero-tiles .item {
    -moz-column-gap: 38px;
    column-gap: 38px;
  }

  .service-hero-tiles .item__icon svg {
    width: 70px;
    height: 70px;
  }

  .service-hero-tiles .item__content {
    row-gap: 8px;
  }

  .service-hero-tiles .item__title {
    margin-bottom: 2px;
  }

  .service-hero-tiles .item__text {
    font-size: 16px;
    line-height: 24px;
  }

  .service-hero-tiles .item__text p {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .service-hero-tiles._item-icon-top .item {
    flex-direction: column;
    row-gap: 20px;
  }

  .service-hero-tiles._2cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    gap: 46px 35px;
  }

  .service-helper-block {
    row-gap: 30px;
    padding: 30px 30px 40px;
  }

  .service-helper-block::after {
    content: "";
    display: block;
  }

  .service-helper-block__buttons {
    justify-content: flex-start;
  }

  .service-prices-simple {
    flex-direction: row;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .service-prices-simple__main,
  .service-prices-simple__helper {
    width: 50%;
  }

  .service-prices-simple__list {
    display: table;
    border-spacing: 0 30px;
  }

  .service-prices-simple__list .item {
    display: table-row;
  }

  .service-prices-simple__list .item__main {
    display: table-cell;
    padding-right: 25px;
  }

  .service-prices-simple__list .item__price {
    display: table-cell;
    padding-top: 3px;
    margin-top: 0;
  }

  .service-prices-simple__text {
    margin-top: 0;
  }

  .service-prices-simple__helper .service-helper-block {
    max-width: 530px;
  }

  .service-prices-blocks {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }

  .service-prices-blocks .price-block__content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .service-prices-blocks .price-block__bottom {
    display: flex;
  }

  .service-prices-blocks .price-block__totals-col {
    flex-grow: 1;
    padding: 30px 25px;
  }

  .service-prices-blocks .price-block-totals {
    display: table;
    width: 100%;
  }

  .service-prices-blocks .price-block-totals__row {
    display: table-row;
  }

  .service-prices-blocks .price-block-totals__label,
  .service-prices-blocks .price-block-totals__value {
    display: table-cell;
    padding-bottom: 8px;
  }

  .service-prices-blocks .price-block-totals__label {
    width: 50%;
  }

  .service-prices-blocks .price-block__button {
    padding: 30px 35px;
    border-left: 1px solid #F1EFF8;
  }

  .how-works-item {
    width: 100%;
    flex-direction: column;
    row-gap: 30px;
  }

  .how-works-item__label {
    font-size: 20px;
    line-height: 27px;
  }

  .how-works-item__text {
    margin-top: 25px;
  }

  .stage-list .stage {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .stage-list .stage:not(:last-child) {
    padding-bottom: 40px;
  }

  .stage-list .stage__text {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
  }

  .simple-table {
    border: none;
  }

  .simple-table tbody tr > td {
    border-width: 0 0 1px;
  }

  .simple-table tbody tr > td:first-child {
    border-left-width: 1px;
  }

  .simple-table tbody tr > td:last-child {
    border-right-width: 1px;
  }

  .wide-table thead tr th {
    background-color: var(--lilac);
    color: var(--white);
    font-weight: 400;
    padding: 12px 18px;
  }

  .wide-table tbody tr:nth-child(odd) td {
    background-color: #fff;
  }

  .wide-table tbody tr:nth-child(even) td {
    background-color: #F1EFF8;
  }

  .sample-slider {
    row-gap: 35px;
  }

  .faq-item {
    --list-items-gap: 25px;
  }

  .faq-item-header {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .faq-item-switcher {
    --faq-switcher-size: 50px;
  }

  .faq-item-content__text {
    padding-top: 25px;
    padding-right: 80px;
  }

  .numeric-dropdown-item {
    --list-items-gap: 25px;
  }

  .numeric-dropdown-item-header {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .numeric-dropdown-item-num {
    color: #D5CDED;
    font-size: 64px;
    line-height: 64px;
  }

  .numeric-dropdown-item-switcher {
    --faq-switcher-size: 50px;
  }

  .numeric-dropdown-item-content__text {
    padding-top: 25px;
    padding-left: 110px;
    padding-right: 80px;
  }

  .not-found {
    padding-top: 0;
  }

  .not-found__container {
    height: calc(100vh - 110px);
  }

  .not-found__col._right {
    display: flex;
  }

  .not-found__text-block {
    width: 470px;
    row-gap: 30px;
    padding-top: 60px;
  }

  .not-found__title {
    font-size: 64px;
    line-height: 64px;
  }

  .not-found__img._mobile {
    display: none;
  }

  .floating-contacts {
    right: 2.6vw;
    bottom: 2.6vw;
  }

  .floating-contacts__linked-icon {
    --size: 2.6vw;
  }

  .header-phones {
    position: relative;
    padding: 16px 0;
  }

  .header-phones:hover > .header-phones__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .header-phones__list {
    top: 100%;
    left: -20px;
    row-gap: 10px;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  }

  .modal__content {
    padding: 30px;
  }

  .modal_fullscreen .modal__content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form__fields {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .form__privacy {
    margin-top: 30px;
    text-align: left;
  }

  .form-messengers__text {
    font-size: 16px;
  }

  .order-form__inputs {
    margin-top: 50px;
  }

  .order-form-filter {
    row-gap: 50px;
  }

  .order-form-filter__row {
    row-gap: 30px;
  }

  .order-form-filter__row._select-service {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    align-items: center;
  }

  .contacts-form .form__fields {
    margin-top: 0;
  }

  .home-slider .slide {
    min-height: 755px;
    padding-top: 106px;
    padding-bottom: 136px;
  }

  .home-slider .slide__inner {
    flex-direction: row;
    align-self: center;
    padding-left: 100px;
  }

  .home-slider .slide__content {
    row-gap: 40px;
    text-align: left;
  }

  .home-slider .slide__title {
    font-size: 64px;
    line-height: 64px;
  }

  .home-slider .slide__btn {
    --btn-round-size: 140px;
    --btn-round-icon-size: 44px;
  }

  .home-slider__navs {
    position: absolute;
    bottom: 40px;
  }

  .home-slider__r-block-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
  }

  .home-slider__r-block {
    top: 0;
    left: 20px;
    bottom: 0;
    justify-content: space-between;
    -moz-column-gap: 50px;
    column-gap: 50px;
    padding-top: 106px;
    padding-bottom: 136px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
  }

  .home-slider__r-block-text {
    display: flex;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--black, #000);
  }

  .logos-ticker {
    margin: 88px 0;
  }

  .logos-ticker__tile {
    width: 175px;
    height: 87px;
    padding: 0 32px;
  }

  .services {
    margin-top: 88px;
    margin-bottom: 100px;
  }

  .services-desktop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .services-desktop .service-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 50px 30px;
    background-color: var(--white);
    border: 1px solid #E8E8E8;
    z-index: 0;
    transition: border 0.2s ease, box-shadow 0.2s ease;
  }

  .services-desktop .service-tile:hover {
    --btn-round-transform: translateX(10px);
    --btn-round-color-external: var(--green);
    border-color: var(--black);
    box-shadow: 0px 0px 50px 0px rgba(144, 85, 164, 0.15);
    z-index: 1;
  }

  .services-desktop .service-tile__content {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .services-desktop .service-tile__content._bottom {
    margin-top: 8px;
    color: var(--lilac);
  }

  .services-mobile {
    display: none;
  }

  .projects__items {
    margin-top: 35px;
  }

  .projects__items-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .projects .project-item__overlay {
    left: 0;
    right: 0;
  }

  .about {
    margin-top: 100px;
    margin-bottom: 110px;
  }

  .about__content {
    margin-top: 72px;
  }

  .about__blocks {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .about__blocks-small {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 14px;
  }

  .about-block {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .about-block__label {
    font-size: 72px;
    line-height: 64px;
    font-weight: 700;
  }

  .about-block__label span {
    font-size: 36px;
    line-height: 48px;
  }

  .about-block__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
  }

  .about-block_big {
    flex-shrink: 0;
    width: 360px;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 22px;
  }

  .about-block_big .about-block__label {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    font-size: 100px;
  }

  .about-block_big .about-block__label span {
    line-height: 40px;
  }

  .about-block_big .about-block__text {
    line-height: 22px;
  }

  .about__logotypes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 50px;
    column-gap: 50px;
    margin-top: 66px;
  }

  .about__logotype img {
    width: 100%;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .request-wide {
    padding-top: 100px;
    padding-bottom: 96px;
    margin-top: 110px;
    margin-bottom: 100px;
  }

  .request-wide .generative-bg__item._blue {
    width: 800px;
    height: 800px;
    top: -230px;
    right: -290px;
    left: unset;
    transform: none;
  }

  .request-wide .generative-bg__item._pink {
    width: 500px;
    height: 500px;
    bottom: -270px;
    left: 40%;
  }

  .reviews {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .reviews__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .reviews__content {
    margin-top: 64px;
  }

  .service-hero {
    padding-block: 110px;
  }

  .service-hero__main-content {
    padding-top: 36px;
  }

  .service-hero__title {
    font-size: 64px;
    line-height: 80px;
  }

  .service-hero__text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 25px;
  }

  .service-hero__form {
    margin-top: 40px;
  }

  .service-hero._has-logo .service-hero__main-content {
    grid-template-areas: "title logo" "text logo" "form logo";
  }

  .service-hero._has-logo .service-hero__logo {
    width: 280px;
  }

  .service-hero._1c .service-hero__logo {
    width: 270px;
  }

  .service-hero._my-stock .service-hero__logo {
    width: 220px;
  }

  .service-hero._bitrix .service-hero__logo {
    width: 303px;
  }

  .service-prices {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .service-prices__row {
    flex-direction: row;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-top: 24px;
  }

  .service-prices__col {
    width: 50%;
  }

  .service-prices__table {
    display: table;
    border-spacing: 0 30px;
  }

  .service-prices__table .item {
    display: table-row;
  }

  .service-prices__table .item__main {
    display: table-cell;
    padding-right: 25px;
  }

  .service-prices__table .item__price {
    display: table-cell;
    padding-top: 3px;
    margin-top: 0;
  }

  .service-prices__description {
    margin-top: 0;
  }

  .service-prices__disclamer {
    margin-top: 20px;
  }

  .service-offers {
    margin-top: 80px;
    margin-bottom: 45px;
  }

  .stages {
    margin-top: 80px;
    margin-bottom: 100px;
  }

  .stages__items {
    margin-top: 60px;
  }

  .stages__btns {
    margin-top: 50px;
  }

  .stages .stage {
    flex-direction: row;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .stages .stage:not(:last-child) {
    padding-bottom: 40px;
  }

  .stages .stage:not(:last-child) .stage__num::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 40px);
    position: absolute;
    top: 0;
    right: 25px;
    background: #F1EFF8;
    z-index: -1;
  }

  .stages .stage__head {
    position: relative;
    width: 70%;
    order: 1;
    -moz-column-gap: 40px;
    column-gap: 40px;
    justify-content: space-between;
  }

  .stages .stage__head-content {
    padding-top: 8px;
  }

  .stages .stage__sub {
    margin-top: 10px;
  }

  .stages .stage__num {
    order: 2;
    width: 50px;
    height: 50px;
  }

  .stages .stage__text {
    width: 100%;
    order: 3;
    padding-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .stages._service-context .stage__head {
    width: 40%;
  }

  .stages._service-bitrix .stage {
    align-items: center;
  }

  .stages._service-bitrix .stage__head {
    width: 40%;
  }

  .stages._service-bitrix .stage__text {
    padding: 0;
  }

  .other-services {
    margin-top: 80px;
    margin-bottom: 100px;
  }

  .other-services__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .other-services-item {
    padding: 30px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .other-services-item__title {
    font-size: 24px;
    line-height: 32px;
  }

  .service-info-section {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .service-oferta-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .service-oferta-section__row {
    flex-direction: row;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding: 30px 30px;
  }

  .service-oferta-section__img {
    width: 130px;
  }

  .service-oferta-section__content {
    text-align: left;
  }

  .service-quote {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .service-quote__content {
    display: grid;
    grid-template-columns: 1fr minmax(240px, auto);
  }

  .partners-how-works {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .partners-how-works__items {
    flex-direction: row;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .partners-conditions {
    margin-top: 70px;
    margin-bottom: 50px;
  }

  .partners-conditions__row {
    flex-direction: row;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .partners-conditions__buttons {
    width: 270px;
    flex-shrink: 0;
  }

  .client-logos {
    margin-top: 70px;
  }

  .client-logos__grid {
    row-gap: 70px;
  }

  .requisites-table {
    margin-top: 50px;
  }

  .requisites-table__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
  }

  .requisites-table__table {
    margin-top: 35px;
  }

  .licenses {
    margin-top: 50px;
  }

  .licenses__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 30px;
  }

  .licenses .license-item__name {
    font-size: 16px;
    line-height: 22px;
  }

  .contacts__row {
    margin-top: 55px;
    margin-bottom: 80px;
  }

  .reviews-list {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .reviews-list__list {
    row-gap: 50px;
  }

  .reviews-list .review-item {
    flex-direction: row;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .reviews-list .review-item:not(:last-child) {
    padding-bottom: 50px;
  }

  .reviews-list .review-item__logo-wrap {
    order: 1;
  }

  .reviews-list .review-item__link {
    text-align: center;
  }

  .reviews-list .review-item__content {
    order: 2;
  }

  .reviews-list .review-item__title {
    font-size: 24px;
    line-height: 32px;
  }

  .reviews-list .review-item__text {
    margin-top: 20px;
  }

  .reviews-list .review-item__author {
    margin-top: 0.4em;
  }

  .vacancy-group {
    margin-top: 55px;
  }

  .vacancy-group:not(:last-child) {
    margin-bottom: 55px;
  }

  .vacancy-group__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
  }

  .vacancy-group__list {
    margin-top: 35px;
  }

  .types-columns-list {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .types-columns-list__row {
    max-width: 90%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 38px;
  }

  .text {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .text-columns {
    flex-direction: row;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .clients-grid {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .clients-grid__items {
    grid-template-columns: repeat(6, 1fr);
  }

  .checkboxed-cols {
    row-gap: 60px;
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .checkboxed-cols__row {
    flex-direction: row;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .checkboxed-cols .item {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .checkboxed-cols .item__icon {
    width: 59px;
    height: 55px;
    padding-top: 0;
  }

  .checkboxed-cols .item__title {
    font-size: 20px;
    line-height: 27px;
  }

  .services-list-small {
    row-gap: 35px;
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .services-list-small__top {
    row-gap: 20px;
  }

  .services-list-small__list {
    row-gap: 30px;
  }

  .services-list-small .item {
    min-height: 126px;
    padding: 0;
    flex-direction: row;
    gap: 0;
  }

  .services-list-small .item__main {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 30px 58px;
  }

  .services-list-small .item__main .price {
    font-size: 36px;
  }

  .services-list-small .item__main .price__prefix {
    font-size: 36px;
  }

  .services-list-small .item__actions {
    width: 300px;
    flex-shrink: 0;
    flex-direction: row;
    padding: 30px;
  }

  .services-list-small .item._with-doc .item__title {
    font-size: 24px;
  }

  .services-list-small .item._with-doc .item__actions {
    width: 600px;
    flex-shrink: initial;
    justify-content: space-around;
  }

  .table-section {
    row-gap: 35px;
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .table-section__top {
    row-gap: 20px;
  }

  .brief-fullwidth {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .brief-fullwidth__inner {
    grid-template-areas: "icon title" "icon link";
    grid-gap: 10px 52px;
    padding: 52px 60px;
  }

  .brief-fullwidth__icon {
    width: 85px;
    height: 85px;
  }

  .style-sample {
    row-gap: 35px;
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .mob-app-sample {
    row-gap: 35px;
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .service-description {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .service-description__inner {
    align-items: center;
    -moz-column-gap: 70px;
    column-gap: 70px;
    padding: 40px 74px;
    border-left: 4px solid var(--lilac);
  }

  .partners-logotypes {
    row-gap: 40px;
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .partners-logotypes__block {
    padding: 30px 50px;
  }

  .partners-logotypes__items {
    display: flex;
  }

  .partners-logotypes__items .item {
    flex-grow: 1;
  }

  .numerical-rows {
    row-gap: 35px;
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .numerical-rows__items .item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .numerical-rows__items .item__num {
    font-size: 64px;
    line-height: 64px;
  }

  .image-quote {
    flex-direction: row;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .image-quote__image {
    width: 40%;
  }

  .image-quote__quote {
    width: 60%;
  }

  .recommend-service {
    --section-gap: 85px;
    row-gap: 40px;
  }

  .recommend-service-tile {
    grid-template-columns: 42% 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .recommend-service-tile__content {
    padding: 45px 50px;
  }

  .faq-accordeon {
    --section-gap: 85px;
  }

  .numeric-dropdown {
    --section-gap: 85px;
  }

  .certificates-grid {
    --section-gap: 85px;
    row-gap: 40px;
  }

  .project-detail {
    margin-top: 70px;
  }

  .project-detail-wrapper {
    grid-template-columns: 0.75fr 0.25fr;
    row-gap: 0;
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-template-areas: "cover sidebar" "content sidebar";
  }

  .project-detail-cover {
    margin-bottom: 80px;
  }

  .project-sidebar {
    position: sticky;
    top: 30px;
  }

  .request-helper-project__button {
    padding-inline: 40px;
  }

  .other-projects {
    margin-top: 80px;
    margin-bottom: 100px;
  }

  .other-projects__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
  }

  .other-projects-item {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .other-projects-item__content {
    padding: 30px;
  }

  .other-projects-item__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }

  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .projects__items-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }

  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

@media (max-width: 1199.98px) {
  .logo__title {
    display: none;
  }
}

@media (max-width: 991.98px) {
  ._desktop-only {
    display: none !important;
  }

  .header__logo img {
    height: 50px;
  }

  .header__menu {
    order: 2;
  }

  .header__callback {
    flex-grow: 1;
  }

  .footer__middle-row {
    display: none;
  }

  .footer__bottom-row {
    row-gap: 30px;
  }

  .footer__copyright {
    order: 1;
  }

  .footer__copyright-links {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .main-menu__container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    transform: translateX(100%);
    z-index: 1;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
  }

  .main-menu-open .main-menu__container {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .main-menu__items {
    flex-direction: column;
    height: calc(100% - 56px);
    overflow-y: auto;
  }

  .main-menu__items > .main-menu__item {
    border-bottom: 1px solid #E8E8E8;
  }

  .main-menu__items > .main-menu__item:first-child {
    border-top: 1px solid #E8E8E8;
  }

  .main-menu__items > .main-menu__item > .main-menu__link {
    padding: 12px 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .main-menu__items > .main-menu__item_parent > .main-menu__link:not(.collapsed) {
    background-color: var(--lilac);
    color: var(--white);
  }

  .main-menu__submenu .main-menu__item:first-child {
    margin-top: 12px;
  }

  .main-menu__submenu .main-menu__item:last-child {
    margin-bottom: 12px;
  }

  .main-menu__submenu .main-menu__link {
    color: var(--lilac);
  }

  .main-menu__link-arrow {
    width: 15px;
    height: 15px;
    color: var(--white);
    transform-origin: center;
    transition: color 0.2s ease, transform 0.2s ease;
    transform: rotate(180deg);
  }

  .collapsed .main-menu__link-arrow {
    color: var(--black);
    transform: rotate(0);
  }

  .accordion-header__arrow {
    margin-top: 4px;
  }

  .service-helper-block__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
  }

  .service-helper-block__text {
    text-align: center;
  }

  .how-works-item__num {
    padding-top: 8px;
  }

  .simple-table tbody tr > td {
    padding-left: 15px;
    padding-right: 15px;
  }

  .simple-table tbody tr > td::before {
    content: attr(data-label);
    display: block;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
  }

  .simple-table tbody tr > td:first-child {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .simple-table tbody tr > td:last-child {
    padding-bottom: 15px;
  }

  .header-phones__list {
    top: 86px;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .header-phones__phone {
    border-top: 1px solid #E8E8E8;
    padding: 14px;
  }

  .modal__title {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
  }

  .form__buttons > .form__row {
    row-gap: 14px;
  }

  .order-form__inputs .textarea__input {
    height: 110px;
  }

  .order-form__tip {
    text-align: center;
  }

  .order-form-filter__title {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
  }

  .home-slider__navs {
    display: none;
  }

  .home-slider__r-block {
    left: 0;
    right: 0;
    bottom: 30px;
    justify-content: center;
  }

  .services-mobile .service-tile {
    border: 1px solid #E8E8E8;
  }

  .services-mobile .service-tile:not(:first-child) {
    border-top: none;
  }

  .services-mobile .service-tile._shows {
    border-color: var(--lilac);
  }

  .services-mobile .service-tile__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    background-color: var(--lilac);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
  }

  .services-mobile .service-tile__title.collapsed {
    background-color: var(--white);
    color: var(--black);
  }

  .services-mobile .service-tile__title.collapsed .service-tile__title-arrow {
    color: var(--black);
    transform: rotate(0);
  }

  .services-mobile .service-tile__title-arrow {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    color: var(--white);
    transform: rotate(180deg);
  }

  .services-mobile .service-tile__links {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    padding: 12px 14px;
  }

  .services-mobile .service-tile__link {
    color: var(--lilac);
    font-size: 14px;
    font-weight: 600;
  }

  .projects .project-item {
    --overlay-transform: translateY(0);
    --overlay-opacity: 1;
    padding: 0 15px;
  }

  .about {
    display: none;
  }

  .service-hero__bg-img-wr {
    max-height: 480px;
  }

  .service-hero__bg-img-wr::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100px;
    background: linear-gradient(0deg, var(--hero-bg-color), transparent);
  }

  .service-hero._has-logo .service-hero__main-content {
    grid-gap: 15px 25px;
    align-items: center;
  }

  .service-hero._has-logo .service-hero__text {
    margin-top: 0;
  }

  .service-hero._has-logo .service-hero__form {
    margin-top: 10px;
  }

  .service-offers__slider-navs {
    display: none;
  }

  .service-quote__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service-quote__text {
    text-align: center;
  }

  .clients-grid__items img:nth-child(n+9) {
    display: none;
  }

  .checkboxed-cols__text {
    font-size: 20px;
    line-height: 27px;
  }

  .services-list-small .item__actions .btn-round {
    order: 2;
  }

  .services-list-small .item._with-doc .item__actions .link-brief {
    order: 1;
  }

  .table-section__table._with-scroll {
    padding-bottom: 30px;
  }

  .brief-fullwidth__title {
    font-size: 20px;
    line-height: 32px;
  }

  .style-sample__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
  }

  .mob-app-sample__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
  }

  .service-description__inner {
    flex-direction: column;
    row-gap: 15px;
    padding: 25px 15px;
  }

  .numerical-rows__items .item__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }

  .recommend-service-tile__img {
    max-height: 300px;
  }

  .project-detail-wrapper {
    display: flex;
    flex-direction: column;
  }

  .project-detail-cover {
    order: 1;
  }

  .project-detail-content {
    order: 3;
  }

  .project-detail-sidebar {
    order: 2;
  }
}

@media (max-width: 767.98px) {
  table:not(.wide-table) tr {
    display: block;
  }

  table:not(.wide-table) td {
    display: block;
  }

  table:not(.wide-table) td:first-child {
    padding-bottom: 0;
  }

  .simple-table thead {
    display: none;
  }

  .not-found__img {
    width: 66vw;
  }

  .request-helper-project__text {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .recommend-service-tile__content .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }

  .collapsing {
    transition: none;
  }

  .collapsing.collapse-horizontal {
    transition: none;
  }
}

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