

/* Start:/local/templates/gkvr/frontend/dist/css/app.css?1759643582257796*/
/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/*!*****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/swiper-bundle.css ***!
  \*****************************************************************************************/
/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* 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-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.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-cube-shadow {
  transform-style: preserve-3d;
}
/* 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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.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-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));
}
.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-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);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.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 {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

/*!**********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-modal/jquery.modal.css ***!
  \**********************************************************************************************/
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);

}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jq-accordion/dist/css/jquery.accordion.css ***!
  \***********************************************************************************************************/
/*
 *  jq-accordion - vv1.0.0
 *  Responsive, CSS powered, jQuery accordion plugin
 *  http://nayzawoo.github.com/jquery-accordion
 *
 *  (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 *  (c) 2016 Nay Zaw Oo <nayzawoo.me@gmail.com>
 *  Under MIT License
 */
/* Requirements */

[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
}

/* Basic Theme */

[data-accordion] {
    line-height: 1;
}

[data-control],
[data-content] > * {
    border-bottom: 1px solid #888;
    padding: 10px;
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

[data-accordion] [data-control] {
    position: relative;
    padding-right: 40px;
}

[data-accordion] > [data-control]:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 25px;
    font-weight: 200;
    color: #444;
    height: 15px;
    width: 24px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAPCAYAAAD+pA/bAAABJElEQVQ4Ec2TLWgCYRzGzzEZA0GwGVYWLCtLphVNmmxrNm3aXJQlDQbTMK6Izba2ZDJZXLAsWASDIAiCiJ+/R07xTlE8b7AHfve+/6/n5Txfw/gb3dttIyQ+wGMvOIgDzLThfTvrYzOAFVS2SYern7kWyKsD8t4oynMCKpQ3mcsfMmuCPH4hCBbFiaaghoKlcj7Qb94AzXbhAY4qQXYGaswf7ThM3pH6Bs304BFO6pXqHDSQO9lpGF7qX2ZvnzV0pn9XTrJbgA7J7LLWzS1hHdSjP8kTXKQ03UuTlG3yhrgGMh/CMzhSlimZ6G30VpLuyicoP4IwXKU3pmWm76LvUzHjMesLuKI8LjqkCj+gO6O746qKuOkQ3ZWYq857ZiX2uiv/R2tC+jumsgxNZAAAAABJRU5ErkJggg==) center center no-repeat;
    background-size: 50%;
}

[data-accordion].open > [data-control]:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css ***!
  \*************************************************************************************************************/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

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

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

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

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

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

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

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

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

/* Buttons */

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

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

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

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

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

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

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

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

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

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

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

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

/* Close button on the top right corner of html content */

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

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

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

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

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

/* Navigation arrows */

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

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

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

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

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

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

/* Loading indicator */

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

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

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

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

/* transitionEffect: circular */

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

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

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
@charset "UTF-8";
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

.select2-results {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #000;
  }
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
}
/**
 * Fonts
*/
@font-face {
  font-family: "Muller";
  src: url(/local/templates/gkvr/frontend/dist/css/../fonts/MullerMedium.38a651.eot);
  src: url(/local/templates/gkvr/frontend/dist/css/../fonts/MullerMedium.38a651.eot?#iefix) format("embedded-opentype"), url(/local/templates/gkvr/frontend/dist/css/../fonts/MullerMedium.879428.woff2) format("woff2"), url(/local/templates/gkvr/frontend/dist/css/../fonts/MullerMedium.d36a87.woff) format("woff"), url(/local/templates/gkvr/frontend/dist/css/../fonts/MullerMedium.de679d.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muller";
  src: url(/local/templates/gkvr/frontend/dist/css/../fonts/MullerRegular.4e7b18.eot);
  src: url(/local/templates/gkvr/frontend/dist/css/../fonts/MullerRegular.4e7b18.eot?#iefix) format("embedded-opentype"), url(/local/templates/gkvr/frontend/dist/css/../fonts/MullerRegular.39c692.woff2) format("woff2"), url(/local/templates/gkvr/frontend/dist/css/../fonts/MullerRegular.046458.woff) format("woff"), url(/local/templates/gkvr/frontend/dist/css/../fonts/MullerRegular.0967c6.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muller";
  src: url(/local/templates/gkvr/frontend/dist/css/../fonts/MullerBold.235ff7.eot);
  src: url(/local/templates/gkvr/frontend/dist/css/../fonts/MullerBold.235ff7.eot?#iefix) format("embedded-opentype"), url(/local/templates/gkvr/frontend/dist/css/../fonts/MullerBold.95eaf5.woff2) format("woff2"), url(/local/templates/gkvr/frontend/dist/css/../fonts/MullerBold.442287.woff) format("woff"), url(/local/templates/gkvr/frontend/dist/css/../fonts/MullerBold.014b11.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/**
 * Helper mixins
*/
.tech-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.4rem 0;
}
.tech-dl dt {
  min-width: 7rem;
}

/**
 * Helper mixins
*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9rem;
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  padding: 0 4rem;
  height: 6rem;
  text-decoration: none;
}
@media (max-width: 992px) {
  .btn {
    padding: 0 2rem;
    height: 4.4rem;
  }
}
.btn--wide {
  width: 100%;
}
.btn--green {
  color: var(--grey-2);
  background: var(--green);
}
@media (hover: hover) {
  .btn--green:hover {
    color: var(--grey-2);
    background: var(--green-2);
  }
}
@media (hover: none) {
  .btn--green:active {
    color: var(--grey-2);
    background: var(--green-2);
  }
}
.btn--red {
  color: var(--neutral0);
  background: var(--red);
}
@media (hover: hover) {
  .btn--red:hover {
    color: var(--neutral0);
    background: var(--red-2);
  }
}
@media (hover: none) {
  .btn--red:active {
    color: var(--neutral0);
    background: var(--red-2);
  }
}
.btn--border-grey {
  color: var(--neutral0);
  background: var(--grey-2);
}
@media (hover: hover) {
  .btn--border-grey:hover {
    color: var(--neutral0);
    background: var(--neutral1000);
  }
}
@media (hover: none) {
  .btn--border-grey:active {
    color: var(--neutral0);
    background: var(--neutral1000);
  }
}
.btn--border-black {
  color: var(--neutral1000);
  height: 5rem;
  background: var(--neutral0);
  border: 0.1rem solid var(--neutral1000);
  padding: 0 3rem;
}
@media (hover: hover) {
  .btn--border-black:hover {
    color: var(--neutral0);
    background: var(--neutral1000);
  }
}
@media (hover: none) {
  .btn--border-black:active {
    color: var(--neutral0);
    background: var(--neutral1000);
  }
}

.show-menu {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--neutral0);
}
@media (max-width: 1259px) {
  .show-menu {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (hover: hover) {
  .show-menu:hover {
    color: var(--green);
  }
}
@media (hover: none) {
  .show-menu:active {
    color: var(--green);
  }
}
.show-menu__icon {
  width: 1.8rem;
  height: 1.8rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/**
 * Helper mixins
*/
.video {
  position: relative;
  width: 100%;
  height: 100%;
}
.video__layout {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video__play-btn {
  width: 8.5rem;
  height: 5.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  background: transparent;
  border: 0;
  color: var(--neutral0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .video__play-btn {
    width: 6.5rem;
    height: 3.5rem;
  }
}
@media (hover: hover) {
  .video__play-btn:hover {
    color: var(--red);
  }
}
@media (hover: none) {
  .video__play-btn:active {
    color: var(--red);
  }
}
.video__play-btn svg {
  width: 100%;
  height: 100%;
}
.video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

body.modal-open {
  padding-right: 1.7rem;
}
@media (max-width: 992px) {
  body.modal-open {
    padding-right: 0;
  }
}

.modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
  padding: 16px 24px;
  border-radius: 4rem;
}

.blocker {
  z-index: 1002;
  background: rgba(0, 0, 0, 0.6);
  padding: 1.6rem;
}

/**
 * Helper mixins
*/
.check {
  position: relative;
  padding-left: 3.6rem;
}
.check.error input[type=checkbox] + label:before {
  border-color: var(--red);
}
.check label {
  cursor: pointer;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--grey-11);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
}
.check label a {
  text-decoration: underline;
  color: var(--red);
}
@media (hover: hover) {
  .check label a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .check label a:active {
    text-decoration: none;
  }
}
.check input[type=checkbox],
.check input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0.6rem;
  top: 0;
  z-index: -1;
  width: 2rem;
  height: 2rem;
}
.check input[type=checkbox] + label:before {
  background-color: var(--neutral0);
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  cursor: pointer;
  border: 0.1rem solid var(--grey-12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.4rem;
  position: absolute;
  left: 0;
  top: 0rem;
  width: 2rem;
  height: 2rem;
}
.check input[type=checkbox]:checked + label::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMzE2NTIgOS4xMzcxMUwxMi41NjkzIDZMMTQgNy40MzE0NEw5LjMxNjUyIDEyTDYgOC42ODE2Nkw3LjQzMDY2IDcuMjUwMjFMOS4zMTY1MiA5LjEzNzExWiIgZmlsbD0iIzRGOTgyMSIvPgo8L3N2Zz4K);
  background-size: 2rem auto;
}
.check input[type=checkbox].error + label:before {
  border-color: var(--red);
}
.check--v2 label {
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: var(--neutral1000);
  display: block;
}
.check--v2 label a {
  text-decoration: underline;
  color: var(--neutral1000);
}
@media (hover: hover) {
  .check--v2 label a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .check--v2 label a:active {
    text-decoration: none;
  }
}
.check--v2 input[type=checkbox] + label:before {
  border-color: transparent;
  background-color: var(--grey-27);
  border-radius: 0.5rem;
}
.check--v2 input[type=checkbox]:checked + label::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI1IiBoZWlnaHQ9IjI1IiByeD0iNC43MjcyNyIgZmlsbD0iI0Y5RjlGOSIvPgo8cGF0aCBkPSJNMTguMTIzNCA1LjY4ODUyQzE4LjM4MjcgNS40NDM0MSAxOC43Mjc2IDUuMzA3OSAxOS4wODU1IDUuMzEwNTlDMTkuNDQzMyA1LjMxMzI4IDE5Ljc4NjIgNS40NTM5NiAyMC4wNDE2IDUuNzAyOTRDMjAuMjk3MSA1Ljk1MTkyIDIwLjQ0NTEgNi4yODk3NCAyMC40NTQ2IDYuNjQ1MUMyMC40NjQxIDcuMDAwNDYgMjAuMzM0MiA3LjM0NTU4IDIwLjA5MjMgNy42MDc2MkwxMi43NTA0IDE2LjcyNzlDMTIuNjI0MiAxNi44NjMgMTIuNDcxOCAxNi45NzE0IDEyLjMwMjQgMTcuMDQ2NkMxMi4xMzMgMTcuMTIxOCAxMS45NTAxIDE3LjE2MjQgMTEuNzY0NiAxNy4xNjU4QzExLjU3OTEgMTcuMTY5MiAxMS4zOTQ4IDE3LjEzNTQgMTEuMjIyNyAxNy4wNjY1QzExLjA1MDcgMTYuOTk3NSAxMC44OTQzIDE2Ljg5NDggMTAuNzYzMiAxNi43NjQ1TDUuODk0MzIgMTEuOTI4M0M1Ljc1ODczIDExLjgwMjggNS42NDk5OCAxMS42NTE1IDUuNTc0NTUgMTEuNDgzNEM1LjQ5OTEyIDExLjMxNTIgNS40NTg1NiAxMS4xMzM3IDUuNDU1MjkgMTAuOTQ5NkM1LjQ1MjAyIDEwLjc2NTYgNS40ODYxMSAxMC41ODI4IDUuNTU1NTIgMTAuNDEyMUM1LjYyNDkzIDEwLjI0MTQgNS43MjgyNCAxMC4wODYzIDUuODU5MjkgOS45NTYxNkM1Ljk5MDMzIDkuODI2IDYuMTQ2NDQgOS43MjMzOCA2LjMxODI4IDkuNjU0NDRDNi40OTAxMiA5LjU4NTQ5IDYuNjc0MTggOS41NTE2NCA2Ljg1OTQ4IDkuNTU0ODhDNy4wNDQ3OCA5LjU1ODEzIDcuMjI3NTIgOS41OTg0MiA3LjM5NjgxIDkuNjczMzRDNy41NjYwOSA5Ljc0ODI2IDcuNzE4NDUgOS44NTYyOCA3Ljg0NDggOS45OTA5NkwxMS42OTc5IDEzLjgxNjRMMTguMDg4NSA1LjcyODczTDE4LjEyMzQgNS42ODg1MloiIGZpbGw9IiNFNjJFMjEiLz4KPC9zdmc+Cg==);
  background-size: 1.6rem auto;
}
.check--v3 label {
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: var(--neutral1000);
  display: block;
}
.check--v3 label a {
  text-decoration: underline;
  color: var(--neutral1000);
}
@media (hover: hover) {
  .check--v3 label a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .check--v3 label a:active {
    text-decoration: none;
  }
}
.check--v3 input[type=checkbox] + label:before {
  border-color: transparent;
  background-color: var(--grey-27);
  border-radius: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
}
.check--v3 input[type=checkbox]:checked + label::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI1IiBoZWlnaHQ9IjI1IiByeD0iNC43MjcyNyIgZmlsbD0iI0Y5RjlGOSIvPgo8cGF0aCBkPSJNMTguMTIzNCA1LjY4ODUyQzE4LjM4MjcgNS40NDM0MSAxOC43Mjc2IDUuMzA3OSAxOS4wODU1IDUuMzEwNTlDMTkuNDQzMyA1LjMxMzI4IDE5Ljc4NjIgNS40NTM5NiAyMC4wNDE2IDUuNzAyOTRDMjAuMjk3MSA1Ljk1MTkyIDIwLjQ0NTEgNi4yODk3NCAyMC40NTQ2IDYuNjQ1MUMyMC40NjQxIDcuMDAwNDYgMjAuMzM0MiA3LjM0NTU4IDIwLjA5MjMgNy42MDc2MkwxMi43NTA0IDE2LjcyNzlDMTIuNjI0MiAxNi44NjMgMTIuNDcxOCAxNi45NzE0IDEyLjMwMjQgMTcuMDQ2NkMxMi4xMzMgMTcuMTIxOCAxMS45NTAxIDE3LjE2MjQgMTEuNzY0NiAxNy4xNjU4QzExLjU3OTEgMTcuMTY5MiAxMS4zOTQ4IDE3LjEzNTQgMTEuMjIyNyAxNy4wNjY1QzExLjA1MDcgMTYuOTk3NSAxMC44OTQzIDE2Ljg5NDggMTAuNzYzMiAxNi43NjQ1TDUuODk0MzIgMTEuOTI4M0M1Ljc1ODczIDExLjgwMjggNS42NDk5OCAxMS42NTE1IDUuNTc0NTUgMTEuNDgzNEM1LjQ5OTEyIDExLjMxNTIgNS40NTg1NiAxMS4xMzM3IDUuNDU1MjkgMTAuOTQ5NkM1LjQ1MjAyIDEwLjc2NTYgNS40ODYxMSAxMC41ODI4IDUuNTU1NTIgMTAuNDEyMUM1LjYyNDkzIDEwLjI0MTQgNS43MjgyNCAxMC4wODYzIDUuODU5MjkgOS45NTYxNkM1Ljk5MDMzIDkuODI2IDYuMTQ2NDQgOS43MjMzOCA2LjMxODI4IDkuNjU0NDRDNi40OTAxMiA5LjU4NTQ5IDYuNjc0MTggOS41NTE2NCA2Ljg1OTQ4IDkuNTU0ODhDNy4wNDQ3OCA5LjU1ODEzIDcuMjI3NTIgOS41OTg0MiA3LjM5NjgxIDkuNjczMzRDNy41NjYwOSA5Ljc0ODI2IDcuNzE4NDUgOS44NTYyOCA3Ljg0NDggOS45OTA5NkwxMS42OTc5IDEzLjgxNjRMMTguMDg4NSA1LjcyODczTDE4LjEyMzQgNS42ODg1MloiIGZpbGw9IiNFNjJFMjEiLz4KPC9zdmc+Cg==);
  background-size: 2.5rem auto;
}

.label-input {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--neutral1000);
}
.label-input--black {
  color: var(--neutral1000);
}

.text-input {
  height: 5rem;
  width: 100%;
  padding: 0 1.6rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  background: var(--neutral0);
  border: 0.1rem solid var(--grey-31);
  border-radius: 5rem;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  color: var(--grey-10);
}
.text-input::-webkit-input-placeholder {
  color: var(--black-opacity-50);
}
.text-input::-moz-placeholder {
  color: var(--black-opacity-50);
}
.text-input:-ms-input-placeholder {
  color: var(--black-opacity-50);
}
.text-input::-ms-input-placeholder {
  color: var(--black-opacity-50);
}
.text-input::placeholder {
  color: var(--black-opacity-50);
}
.text-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 5rem var(--neutral0) inset; /* можно изменить на любой вариант цвета */
  -webkit-text-fill-color: var(--grey-10);
}
.text-input:-webkit-autofill, .text-input:-webkit-autofill:hover, .text-input:-webkit-autofill:focus, .text-input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /* выставляется желаемая задержка */
}
.text-input.error {
  color: var(--red);
  border-color: var(--red);
}
.text-input[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
@media (max-width: 767px) {
  .text-input + label.error {
    margin-top: 0;
  }
}
.text-input--v2 {
  padding: 0 3rem;
  border-radius: 5rem;
  background: var(--grey-27);
  color: var(--neutral1000);
  height: 5rem;
  border-color: var(--grey-27);
}
@media (max-width: 1259px) {
  .text-input--v2 {
    padding: 0 2rem;
  }
}
.text-input--v2 + label.error {
  margin-top: 0;
  padding-left: 2rem;
}
.text-input--v2:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 5rem var(--grey-27) inset; /* можно изменить на любой вариант цвета */
  -webkit-text-fill-color: var(--neutral1000);
}

label.error {
  color: var(--red);
  border-color: var(--red);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 400;
  display: block;
}

/**
 * Helper mixins
*/
.main-menu {
  display: none;
  padding: 5rem 6rem;
  max-width: 103.4rem;
  margin: 0 auto;
  position: absolute;
  z-index: 1001;
  border-radius: 4rem;
  background: var(--neutral0);
  top: 12rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-height: calc(100vh - 15rem);
  overflow-y: auto;
}
.main-menu::-webkit-scrollbar {
  width: 4px;
  background-color: #acacac;
  display: none;
}
.main-menu::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #000;
}
.main-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: #acacac;
}
.main-menu.active {
  display: block;
}
@media (max-width: 1259px) {
  .main-menu {
    background: var(--grey-2);
    border-radius: 0;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 9rem 2.4rem 3rem;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    max-width: 100%;
    position: fixed;
  }
}
.main-menu__title {
  display: none;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  z-index: 10;
  color: var(--neutral0);
  left: 2.4rem;
  top: 4rem;
}
@media (max-width: 549px) {
  .main-menu__title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media (max-width: 1259px) {
  .main-menu__title {
    display: block;
  }
}
.main-menu__close {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  z-index: 10;
  right: 3rem;
  top: 3rem;
  background: transparent;
  border: 0;
  padding: 0;
}
@media (max-width: 1259px) {
  .main-menu__close {
    background: rgba(255, 255, 255, 0.1);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--neutral0);
    right: 2.4rem;
  }
}
@media (hover: hover) {
  .main-menu__close:hover {
    color: var(--red);
  }
}
@media (hover: none) {
  .main-menu__close:active {
    color: var(--red);
  }
}
.main-menu__close svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.05s;
  transition: all 0.05s;
}
@media (max-width: 1259px) {
  .main-menu__close svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.menu-main-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1259px) {
  .menu-main-desktop {
    display: none;
  }
}
.menu-main-desktop__left {
  border-right: 0.1rem solid var(--grey-13);
  width: 55%;
  display: grid;
  gap: 3rem;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding-right: 4rem;
}
.menu-main-desktop__right {
  width: 45%;
  padding-left: 4rem;
  display: grid;
  gap: 3rem;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.menu-main-desktop__title20 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 1.6rem;
}
.menu-main-desktop__contacts {
  display: grid;
  gap: 3.2rem;
}
.menu-main-desktop__networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

.main-nav-d {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
.main-nav-d__item {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--dark);
}
@media (max-width: 1599px) {
  .main-nav-d__item {
    font-size: 1.6rem;
  }
}
.main-nav-d__item:hover {
  color: var(--red);
}

.question-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.question-d__title {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--grey-14);
}
.question-d__desc {
  color: var(--grey-15);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
.question-d__link {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
  color: var(--dark);
}
.question-d__link:hover {
  text-decoration: none;
  color: var(--red);
}

.menu-main-address {
  display: grid;
  gap: 0.8rem;
}
.menu-main-address__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0.8rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
  color: var(--grey-16);
}
.menu-main-address__location-icon {
  display: block;
  width: 1.4rem;
  height: 1.8rem;
}
.menu-main-address__address {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--dark);
}
.menu-main-address__phone {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--neutral1000);
}

.menu-main-desktop-contacts__tale {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.menu-main-desktop-contacts__item {
  display: grid;
  gap: 0.8rem;
}
.menu-main-desktop-contacts__item p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--grey-17);
}
.menu-main-desktop-contacts__phone {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--neutral1000);
}

.mail-contact {
  display: grid;
}
.mail-contact__title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
  color: var(--dark);
}
.mail-contact p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--grey-17);
}

.social-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}
.social-h__item {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--grey-18);
  background: rgba(92, 92, 92, 0.1);
  padding: 0.2rem;
}
.social-h__item:hover {
  color: var(--red);
}
.social-h__item svg {
  -webkit-transition: all 0.05s;
  transition: all 0.05s;
  max-width: 100%;
  max-height: 100%;
}

.menu-main-tablet {
  max-width: 60rem;
  padding: 0 2.4rem;
  margin: 0 auto;
  height: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-y: auto;
  gap: 2.4rem;
}
@media (max-width: 1259px) {
  .menu-main-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .menu-main-tablet {
    padding: 0;
  }
}
.menu-main-tablet__footer {
  display: grid;
  gap: 0 2.4rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .menu-main-tablet__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}
.menu-main-tablet__footer-left {
  display: grid;
  gap: 1.6rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu-main-tablet__phone {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--neutral0);
  white-space: nowrap;
}
.menu-main-tablet__footer-right {
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .menu-main-tablet__footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.6rem;
  }
}
.menu-main-tablet__footer-right .socials {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .menu-main-tablet__footer-right .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main-nav-tablet {
  display: grid;
  gap: 0 2.4rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .main-nav-tablet {
    gap: 2rem;
  }
}
.main-nav-tablet__item {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--neutral0);
  padding: 1.4rem 0;
  text-align: center;
  border-bottom: 0.1rem solid var(--grey-19);
}
@media (max-width: 767px) {
  .main-nav-tablet__item {
    border: 0;
    text-align: left;
    padding: 0;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    font-weight: 400;
  }
}
.main-nav-tablet__item:nth-child(1), .main-nav-tablet__item:nth-child(2) {
  border-top: 0.1rem solid var(--grey-19);
}
@media (max-width: 767px) {
  .main-nav-tablet__item:nth-child(1), .main-nav-tablet__item:nth-child(2) {
    border: 0;
  }
}

/**
 * Helper mixins
*/
.breadcrumbs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 1rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin: 2.8rem 0 0;
  color: var(--neutral1000);
}
.breadcrumbs a {
  position: relative;
  padding-right: 1.3rem;
  color: var(--grey-22);
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    color: var(--red);
  }
}
@media (hover: none) {
  .breadcrumbs a:active {
    color: var(--red);
  }
}
.breadcrumbs a:after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNSA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMSA2LjVMNCAzLjc1TDEgMSIgc3Ryb2tlPSIjOTM5NjlGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat;
  width: 0.5rem;
  height: 0.7rem;
  position: absolute;
  top: calc(50% - 0.35rem);
  right: 0;
}

.textarea {
  width: 100%;
  padding: 1.6rem 3rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  border: 0.1rem solid var(--grey-27);
  height: 13.4rem;
  border-radius: 3.2rem;
  background: var(--grey-27);
  color: var(--neutral1000);
}
.textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 5rem var(--grey-27) inset; /* можно изменить на любой вариант цвета */
  -webkit-text-fill-color: var(--neutral1000);
}
.textarea:-webkit-autofill, .textarea:-webkit-autofill:hover, .textarea:-webkit-autofill:focus, .textarea:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /* выставляется желаемая задержка */
}

/**
 * Helper mixins
*/
.input-file-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1599px) {
  .input-file-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .input-file-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.input-file-wrapper__title {
  color: var(--neutral1000);
}

.input-file {
  position: relative;
  display: inline-block;
}

.input-file-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  outline: none;
  width: auto;
}
.input-file-btn__pic {
  min-width: 1.8rem;
  margin-top: 0.2rem;
  display: block;
  position: relative;
  top: 0.2rem;
}

.input-file-text {
  display: inline-block;
  cursor: pointer;
  color: var(--red);
}

.input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.tabs__content {
  display: none; /* по умолчанию прячем все блоки */
}

.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}

/**
 * Helper mixins
*/
.cookie-notice {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1002;
  background: rgba(0, 0, 0, 0.6);
  padding: 1.6rem;
}
.cookie-notice.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie-content {
  max-width: 100.1rem;
  width: 100%;
  margin: 0 auto;
  background: var(--neutral0);
  padding: 3rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6rem;
  border-radius: 3.2rem;
}
@media (max-width: 992px) {
  .cookie-content {
    padding: 2.4rem;
    gap: 2.4rem;
  }
}
@media (max-width: 767px) {
  .cookie-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    border-radius: 1.2rem;
  }
}
.cookie-content__text {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: var(--neutral1000);
}
.cookie-content__text a {
  text-decoration: underline;
  color: var(--neutral1000);
}
@media (hover: hover) {
  .cookie-content__text a:hover {
    color: var(--red);
    text-decoration: none;
  }
}
@media (hover: none) {
  .cookie-content__text a:active {
    color: var(--red);
    text-decoration: none;
  }
}

/**
 * Helper mixins
*/
.header-m {
  height: 16rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(79.22%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 79.22%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-m.body-disabled-scroll {
  padding-right: 1.7rem;
}
@media (max-width: 992px) {
  .header-m.body-disabled-scroll {
    padding-right: 0;
  }
}
@media (max-width: 1259px) {
  .header-m {
    height: 10rem;
  }
}
.header-m__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  position: relative;
}
.header-m__left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.6rem;
}
@media (max-width: 1599px) {
  .header-m__left {
    gap: 3rem;
  }
}
.header-m__right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media (max-width: 1599px) {
  .header-m__right {
    gap: 2rem;
  }
}
@media (max-width: 1259px) {
  .header-m__btn-callback {
    display: none;
  }
}
@media (max-width: 1259px) {
  .header-m__socials {
    display: none !important;
  }
}
@media (max-width: 1259px) {
  .header-m__location-dropdown {
    display: none !important;
  }
}

.logo-m {
  max-width: 20rem;
  display: block;
  position: relative;
  top: -1rem;
  margin-right: 2rem;
}
@media (max-width: 1599px) {
  .logo-m {
    max-width: 18rem;
  }
}
@media (max-width: 1259px) {
  .logo-m {
    max-width: 17.3rem;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .logo-m {
    max-width: 11.4rem;
    top: 0;
  }
}
.logo-m__image {
  display: block;
}

.phone-m {
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--neutral0);
  white-space: nowrap;
  margin-right: -2rem;
}
@media (max-width: 1599px) {
  .phone-m {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-right: 0;
  }
}
@media (max-width: 1259px) {
  .phone-m {
    display: none;
  }
}
@media (hover: hover) {
  .phone-m:hover {
    color: var(--green);
  }
}
@media (hover: none) {
  .phone-m:active {
    color: var(--green);
  }
}

.header-nav-m {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8rem;
  margin-right: 3rem;
}
@media (max-width: 1599px) {
  .header-nav-m {
    gap: 2rem;
    margin-right: 1rem;
  }
}
@media (max-width: 1259px) {
  .header-nav-m {
    display: none;
  }
}
.header-nav-m__item {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--neutral0);
}
.header-nav-m__item:hover {
  color: var(--green);
}

.location-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.location-dropdown a {
  color: var(--neutral0);
}
@media (hover: hover) {
  .location-dropdown a:hover {
    color: var(--green);
  }
}
@media (hover: none) {
  .location-dropdown a:active {
    color: var(--green);
  }
}
@media (max-width: 767px) {
  .location-dropdown {
    width: 100%;
  }
}
.location-dropdown__location-icon {
  display: block;
  width: 1.4rem;
  min-width: 1.4rem;
  height: 1.6rem;
}

.radio-header-link {
  color: var(--neutral0);
}
@media (hover: hover) {
  .radio-header-link:hover {
    color: var(--green);
  }
}
@media (hover: none) {
  .radio-header-link:active {
    color: var(--green);
  }
}
@media (max-width: 1259px) {
  .radio-header-link {
    display: none;
  }
}
.radio-header-link--page {
  margin: 0 -3rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1599px) {
  .radio-header-link--page {
    margin: 0;
  }
}

.city-select.select2-selection--single {
  background: transparent;
  border: none;
}
@media (max-width: 767px) {
  .city-select.select2-selection--single {
    width: 22rem;
  }
}
.city-select.select2-selection--single .select2-selection__rendered {
  color: var(--neutral0);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  line-height: 2.8rem;
  padding-right: 2.6rem;
  padding-left: 0;
  max-width: 21rem;
}
.city-select.select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuMzYzNjUgMS43MDcxMkw0LjUzNTUyIDQuNTM1NzRDNC4xNDQ5IDQuOTI2MTIgMy41MTIwOCA0LjkyNjYxIDMuMTIxNDYgNC41MzU3NEwwLjI5MzMzNSAxLjcwNzEyQy0wLjA5ODI2NjUgMS4zMTY1IC0wLjA5NzI4OTkgMC42ODM0NDEgMC4yOTMzMzUgMC4yOTMwNkMwLjY4Mjk4NCAtMC4wOTc1NjQ3IDEuMzE2NzcgLTAuMDk3ODA4OCAxLjcwNzQgMC4yOTMwNkwzLjgyODQ5IDIuNDE0NEw1Ljk0OTU4IDAuMjkzMDZDNi4zNDAyMSAtMC4wOTc1NjQ3IDYuOTczMDIgLTAuMDk3ODA4OCA3LjM2MzY1IDAuMjkzMDZDNy43NTUyNSAwLjY4MzkyOSA3Ljc1NDI3IDEuMzE2NzQgNy4zNjM2NSAxLjcwNzEyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  height: 1rem;
  width: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.city-select-dropdown {
  min-width: 26rem;
  border-radius: 1.8rem !important;
  margin-top: 1rem;
  overflow: hidden;
  padding: 2rem 2.4rem;
}
@media (max-width: 1259px) {
  .city-select-dropdown {
    margin-top: -1rem;
  }
}
@media (max-width: 767px) {
  .city-select-dropdown {
    padding: 1.6rem;
  }
}
.city-select-dropdown .select2-results__option--selectable {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.city-select-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--grey-20);
  color: var(--dark);
}
.city-select-dropdown .select2-results__options {
  max-height: 80vh !important;
}
@media (max-width: 1259px) {
  .city-select-dropdown .select2-results__options {
    max-height: 70vh !important;
  }
}
@media (max-width: 767px) {
  .city-select-dropdown .select2-results__options {
    max-height: 20rem !important;
  }
}
.city-select-dropdown .select2-results__options::-webkit-scrollbar {
  width: 4px;
  background-color: #acacac;
}
.city-select-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #000;
}
.city-select-dropdown .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: #acacac;
}
.city-select-dropdown .select2-results__option {
  padding: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0.6rem;
}
.city-select-dropdown .select2-search--dropdown {
  padding: 1.2rem 1.6rem;
}
.city-select-dropdown .select2-search--dropdown .select2-search__field {
  border: 0.1rem solid var(--grey-5);
  border-radius: 0.8rem;
  height: 4rem;
  padding: 0 0.8rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.header {
  height: 10.8rem;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: var(--grey-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.body-disabled-scroll {
  padding-right: 1.7rem;
}
@media (max-width: 992px) {
  .header.body-disabled-scroll {
    padding-right: 0;
  }
}
@media (max-width: 1259px) {
  .header {
    height: 10rem;
  }
}
.header__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  position: relative;
}
.header__left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}
@media (max-width: 1599px) {
  .header__left {
    gap: 3rem;
  }
}
.header__right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
@media (max-width: 1599px) {
  .header__right {
    gap: 3rem;
  }
}
@media (max-width: 1259px) {
  .header__btn-callback {
    display: none;
  }
}
@media (max-width: 1259px) {
  .header__socials {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .header__location-dropdown {
    display: none !important;
  }
}

.logo {
  max-width: 17rem;
  display: block;
  position: relative;
  top: -1rem;
}
@media (max-width: 767px) {
  .logo {
    max-width: 11.4rem;
  }
}
.logo__image {
  display: block;
}

.phone {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--neutral0);
  white-space: nowrap;
}
@media (max-width: 1599px) {
  .phone {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-right: 0;
  }
}
@media (max-width: 1259px) {
  .phone {
    display: none;
  }
}
.phone:hover {
  color: var(--green);
}

/**
 * Helper mixins
*/
#overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}
#overlay.active {
  display: block;
}

.footer {
  background: var(--grey-2);
  width: 100%;
  padding: 7.5rem 0 8rem;
  margin-top: auto;
  position: relative;
}
@media (max-width: 1259px) {
  .footer {
    padding: 5rem 0;
  }
}
.footer__col {
  max-width: 38.5%;
  width: 100%;
}
.footer__col--nav-desktop {
  width: auto;
}
@media (max-width: 767px) {
  .footer__col--nav-desktop {
    display: none;
  }
}
@media (max-width: 1599px) {
  .footer__col {
    max-width: 48%;
  }
}
@media (max-width: 1259px) {
  .footer__col {
    max-width: 100%;
  }
}
.footer__col--nav-mobile {
  display: none;
}
@media (max-width: 767px) {
  .footer__col--nav-mobile {
    display: block;
    margin-top: 4.4rem;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5.2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .footer__top {
    margin-bottom: 3.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__center {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 3.2rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 1259px) {
  .footer__center {
    margin-bottom: 3.3rem;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .footer__center {
    margin-bottom: 5.4rem;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 2;
}
@media (max-width: 1259px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.6rem;
  }
}
@media (max-width: 767px) {
  .footer__bottom {
    gap: 2.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.footer__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 7rem;
  padding-top: 2.2rem;
}
@media (max-width: 1259px) {
  .footer__nav-wrapper {
    padding: 0;
    margin-bottom: 6.5rem;
  }
}

.ft-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 15.2rem;
}

.footer-title {
  color: var(--neutral0);
  font-size: 5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1599px) {
  .footer-title {
    font-size: 4rem;
  }
}
@media (max-width: 1259px) {
  .footer-title {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .footer-title {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.4rem;
    text-align: center;
    margin-bottom: 4.2rem;
  }
}

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .footer-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1.6rem;
  }
}

.footer-phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 1.4rem;
  color: var(--neutral0);
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .footer-phone {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }
}
.footer-phone .svg {
  width: 4rem;
  height: 4rem;
}
@media (hover: hover) {
  .footer-phone:hover {
    color: var(--green);
  }
}
@media (hover: none) {
  .footer-phone:active {
    color: var(--green);
  }
}

.footer-bg {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: calc(100% - 4.5rem);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
  max-width: 50%;
}
@media (max-width: 1259px) {
  .footer-bg {
    max-width: 41.2rem;
  }
}
@media (max-width: 767px) {
  .footer-bg {
    max-width: 37.4rem;
  }
}

.footer-nav-wrapper {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 2.7rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.footer-nav-wrapper__divider {
  height: 1.6rem;
}
.footer-nav-wrapper__title {
  color: var(--neutral0);
}

.footer-nav {
  display: grid;
  gap: 1rem;
}
@media (max-width: 767px) {
  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 2.4rem;
  }
}
.footer-nav__item {
  color: var(--grey-3);
}
@media (max-width: 767px) {
  .footer-nav__item {
    color: var(--neutral0);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media (hover: hover) {
  .footer-nav__item:hover {
    color: var(--green);
  }
}
@media (hover: none) {
  .footer-nav__item:active {
    color: var(--green);
  }
}

.address-ft {
  color: var(--grey-3);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  line-height: 1.4;
  max-width: 32rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .address-ft {
    display: none;
  }
}
.address-ft--mobile {
  display: none;
}
@media (max-width: 767px) {
  .address-ft--mobile {
    display: block;
    margin: 0 auto 3.2rem;
    text-align: center;
  }
}

.copy {
  color: var(--grey-3);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .copy {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}

.privacy-socials-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1259px) {
  .privacy-socials-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    gap: 2.2rem;
  }
}
@media (max-width: 767px) {
  .privacy-socials-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.privacy {
  display: grid;
  gap: 0.6rem;
  justify-items: flex-end;
}
@media (max-width: 1259px) {
  .privacy {
    justify-items: flex-start;
  }
}
@media (max-width: 767px) {
  .privacy {
    justify-items: center;
    gap: 1rem;
  }
}
.privacy__item {
  color: var(--grey-3);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .privacy__item {
    text-decoration: underline;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media (hover: hover) {
  .privacy__item:hover {
    color: var(--green);
  }
}
@media (hover: none) {
  .privacy__item:active {
    color: var(--green);
  }
}

.socials {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.6rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.socials .svg {
  width: 100%;
  height: 100%;
}
.socials__item {
  width: 4rem;
  height: 4rem;
  display: block;
  color: var(--neutral0);
}
@media (hover: hover) {
  .socials__item:hover {
    color: var(--green);
  }
}
@media (hover: none) {
  .socials__item:active {
    color: var(--green);
  }
}

/**
 * Dirty hacks, yes internet explorer, we are looking at you
*/
html {
  font-family: "Muller", sans-serif;
  font-size: 62.5%; /* 62.5% of 16px = 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--grey-2);
  background: var(--neutral0);
}
@media (max-width: 1599px) {
  body {
    font-size: 1.6rem;
  }
}
body.body-disabled-scroll {
  padding-right: 1.7rem;
}
@media (max-width: 992px) {
  body.body-disabled-scroll {
    padding-right: 0;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

button,
input {
  line-height: normal;
}

button {
  overflow: visible;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

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

a {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

img {
  max-width: 100%;
}

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}

.wrapper {
  margin: 0 auto;
  padding: 0 2.4rem;
  max-width: 157.8rem;
  width: 100%;
}
@media (max-width: 1599px) {
  .wrapper {
    max-width: 120rem;
  }
}
@media (max-width: 1259px) {
  .wrapper {
    max-width: 99rem;
  }
}
@media (max-width: 992px) {
  .wrapper {
    max-width: 74rem;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 100%;
    padding: 0 1.6rem;
  }
}

.body-disabled-scroll {
  overflow: hidden;
}

.mbn {
  margin-bottom: 0 !important;
}

.mtn {
  margin-top: 0 !important;
}

.hide-block {
  display: none !important;
}

.showDesktop {
  display: inline-block;
}
@media (max-width: 767px) {
  .showDesktop {
    display: none !important;
  }
}

.showMobile {
  display: none !important;
}
@media (max-width: 767px) {
  .showMobile {
    display: inline-block;
  }
}

.tree-list {
  display: grid;
  gap: 0.4rem;
  margin: 2.4rem 0;
  list-style-position: inside;
}
.tree-list a {
  color: var(--neutral900);
  font-weight: 500;
}
.tree-list a:hover {
  color: var(--red);
}

.h1 {
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .h1 {
    font-size: 4rem;
    font-weight: 500;
  }
}
@media (max-width: 549px) {
  .h1 {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
  }
}

.h2 {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .h2 {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.h2:after {
  height: 0.1rem;
  content: "";
  background: var(--red-3);
  width: 14rem;
  margin-left: 1.4rem;
}
@media (max-width: 549px) {
  .h2:after {
    display: none;
  }
}

.h3 {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 549px) {
  .h3 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}

.h4 {
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

b {
  font-weight: 700 !important;
}

.red {
  color: var(--red);
}

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

.button-center {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.compensate-for-scrollbar {
  margin-right: 1.7rem !important;
}
@media (max-width: 992px) {
  .compensate-for-scrollbar {
    margin-right: 0 !important;
  }
}

:root {
  --neutral0: #ffffff;
  --neutral100: #eceef3;
  --neutral200: #dadde7;
  --neutral300: #c1c6d7;
  --neutral400: #a2aac3;
  --neutral500: #848ca3;
  --neutral600: #63697d;
  --neutral700: #3d4251;
  --neutral800: #2b2f3c;
  --neutral900: #171a24;
  --neutral1000: #000;
  --red: #e62e21;
  --red-2: #ff6c62;
  --red-3: #ed8c87;
  --red-4: #e62f20;
  --dark: #1c1c1c;
  --green: #b1f855;
  --green-2: #d1ff95;
  --green-3: #b1f756;
  --grey: #d8d8d8;
  --grey-2: #3d3e42;
  --grey-3: #afafaf;
  --grey-4: #f1f4f8;
  --grey-5: #d9d9d9;
  --grey-6: #808080;
  --grey-7: #e1e1e1;
  --grey-8: #adadad;
  --grey-9: #888;
  --grey-10: #666;
  --grey-11: #797979;
  --grey-12: #a3a3a3;
  --grey-13: #bababa;
  --grey-14: #414141;
  --grey-15: #606060;
  --grey-16: #363636;
  --grey-17: #434343;
  --grey-18: #343434;
  --grey-19: #717171;
  --grey-20: #e9e9e9;
  --grey-22: #93969f;
  --grey-23: #5d5d5d;
  --grey-24: #b9b9b9;
  --grey-25: #f3f5f9;
  --grey-26: #1e1e1e;
  --grey-27: #f9f9f9;
  --grey-28: #8b8b8b;
  --grey-29: #696969;
  --grey-30: #828282;
  --grey-31: #bfbfbf;
  --grey-32: #3d3d3d;
  --grey-33: #b5b5b5;
  --grey-34: #2f2f2f;
  --grey-35: #4a4949;
  --grey-36: #eaeaea;
  --grey-37: #393939;
  --grey-38: #484848;
}

/**
 * Helper mixins
*/
.modal-callback {
  max-width: 100.1rem;
  width: 100%;
  padding: 0;
}
.modal-callback .close-modal {
  display: none !important;
}
@media (max-width: 1259px) {
  .modal-callback {
    max-width: 86rem;
  }
}
@media (max-width: 992px) {
  .modal-callback {
    max-width: 98%;
  }
}
.modal-callback__close {
  position: absolute;
  right: 3.6rem;
  top: 5.5rem;
  width: 2rem;
  height: 2rem;
  z-index: 10;
  color: var(--neutral1000);
}
@media (max-width: 767px) {
  .modal-callback__close {
    right: 2rem;
    top: 2rem;
  }
}
@media (hover: hover) {
  .modal-callback__close:hover {
    color: var(--red);
  }
}
@media (hover: none) {
  .modal-callback__close:active {
    color: var(--red);
  }
}
.modal-callback__close svg {
  -webkit-transition: all 0.01s;
  transition: all 0.01s;
  width: 100%;
  height: 100%;
}
.modal-callback__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 4.8rem 0 6.3rem 6.3rem;
}
@media (max-width: 767px) {
  .modal-callback__wrapper {
    padding: 4.8rem 2.4rem;
  }
}
.modal-callback__image {
  display: block;
  aspect-ratio: 1;
  max-width: 26rem;
  margin: 0 auto;
}
@supports not (aspect-ratio: calc(1 / 1)) {
  .modal-callback__image::before {
    content: "";
    float: left;
    padding-top: 100%;
  }
  .modal-callback__image::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (max-width: 767px) {
  .modal-callback__image {
    display: none;
  }
}
.modal-callback__content {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1259px) {
  .modal-callback__content {
    gap: 2.4rem;
  }
}
@media (max-width: 992px) {
  .modal-callback__content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .modal-callback__content {
    width: 100%;
  }
}
.modal-callback__title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4rem;
  font-weight: 500;
  color: var(--red);
  text-transform: uppercase;
}
.modal-callback__descr {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  line-height: 1.2;
  color: var(--dark);
  max-width: 36.3rem;
  margin-top: -1.6rem;
}
@media (max-width: 1259px) {
  .modal-callback__descr {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }
}
.modal-callback__fields {
  display: grid;
  gap: 2rem;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 992px) {
  .modal-callback__fields {
    grid-template-columns: repeat(1, 1fr);
  }
}
.modal-callback__field {
  display: grid;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .modal-callback__field {
    gap: 0.8rem;
  }
}
.modal-callback .text-input {
  height: 6rem;
  padding: 0 3rem;
  background: var(--grey-27);
  border-color: var(--grey-27);
  color: var(--neutral1000);
}
.modal-callback .text-input.error {
  color: var(--red);
  border-color: var(--red);
}
.modal-callback__form-message {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--red);
  font-weight: 700;
}
.modal-callback__check {
  max-width: 38rem;
}
.modal-callback .btn {
  height: 5.3rem;
  min-width: 16.7rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
}

.about-main {
  padding: 6rem 0 6rem;
  background: var(--grey-4);
}
.about-main h2 {
  margin-bottom: 6rem;
}

.about-main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}
@media (max-width: 1599px) {
  .about-main-block {
    gap: 4rem;
  }
}
@media (max-width: 1259px) {
  .about-main-block {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.about-main-block__video {
  aspect-ratio: 1.6346153846;
  width: 55.5%;
  position: relative;
}
@supports not (aspect-ratio: calc(850 / 520)) {
  .about-main-block__video::before {
    content: "";
    float: left;
    padding-top: 61.1764705882%;
  }
  .about-main-block__video::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (max-width: 1259px) {
  .about-main-block__video {
    width: 100%;
  }
}
.about-main-block__video .video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.about-main-block__video iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.about-main-block__text {
  max-width: 60rem;
  width: 100%;
}
@media (max-width: 1259px) {
  .about-main-block__text {
    max-width: 100%;
  }
}
.about-main-block__text h3 {
  color: var(--red);
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .about-main-block__text h3 {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.4rem;
    font-weight: 500;
  }
}
.about-main-block__text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1259px) {
  .about-main-block__text p {
    -webkit-line-clamp: inherit;
  }
}

.about-col-text {
  margin: 4rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 1599px) {
  .about-col-text {
    margin: 3rem 0;
  }
}
@media (max-width: 1259px) {
  .about-col-text {
    margin: 2rem 0;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .about-col-text {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-col-text__title {
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  color: var(--red);
  margin-bottom: 0.6rem;
}
@media (max-width: 1259px) {
  .about-col-text__title {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (max-width: 1259px) and (max-width: 767px) {
  .about-col-text__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .about-col-text__title {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px) and (max-width: 549px) {
  .about-col-text__title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}

/**
 * Helper mixins
*/
.projects-s {
  padding: 6rem 0;
  background: var(--neutral0);
}
.projects-s__content {
  display: grid;
  gap: 4rem;
}
.projects-s__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.projects-s-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 992px) {
  .projects-s-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .projects-s-list {
    gap: 5rem;
  }
}

.projects-s-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2rem;
}
.projects-s-item h4 {
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  min-height: 5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--grey-2);
}
@media (max-width: 767px) {
  .projects-s-item h4 {
    min-height: inherit;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.projects-s-item__pic-wrap {
  aspect-ratio: 1.4411764706;
  position: relative;
  display: block;
}
@supports not (aspect-ratio: calc(490 / 340)) {
  .projects-s-item__pic-wrap::before {
    content: "";
    float: left;
    padding-top: 69.387755102%;
  }
  .projects-s-item__pic-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
}
.projects-s-item__image {
  -webkit-filter: grayscale(100%) opacity(50%);
          filter: grayscale(100%) opacity(50%);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
@media (max-width: 992px) {
  .projects-s-item__image {
    -webkit-filter: grayscale(0) opacity(100%);
            filter: grayscale(0) opacity(100%);
  }
}
@media (max-width: 767px) {
  .projects-s-item__image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.projects-s-item p {
  color: var(--grey-2);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (hover: hover) {
  .projects-s-item:hover .projects-s-item__image {
    -webkit-filter: grayscale(0) opacity(100%);
            filter: grayscale(0) opacity(100%);
  }
}
@media (hover: none) {
  .projects-s-item:active .projects-s-item__image {
    -webkit-filter: grayscale(0) opacity(100%);
            filter: grayscale(0) opacity(100%);
  }
}

/**
 * Helper mixins
*/
.news-s {
  padding: 6rem 0;
  background: var(--grey-4);
}
.news-s h2 {
  margin-bottom: 4rem;
}
.news-s__wrapper {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1599px) {
  .news-s__wrapper {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.news-s__wrapper > div {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 3rem;
  width: 100%;
}
@media (max-width: 1599px) {
  .news-s__wrapper > div:nth-child(2n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
  }
}
@media (max-width: 1259px) {
  .news-s__wrapper > div:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4rem;
  }
}

.news-card-big {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .news-card-big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem;
  }
}
.news-card-big > * {
  width: calc(50% - 1.5rem);
}
@media (max-width: 1259px) {
  .news-card-big > * {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 767px) {
  .news-card-big > * {
    width: 100%;
  }
}
.news-card-big__image {
  aspect-ratio: 0.8674698795;
  display: block;
  position: relative;
}
@supports not (aspect-ratio: calc(360 / 415)) {
  .news-card-big__image::before {
    content: "";
    float: left;
    padding-top: 115.2777777778%;
  }
  .news-card-big__image::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (max-width: 1599px) {
  .news-card-big__image {
    height: 36rem;
    aspect-ratio: auto;
  }
}
@media (max-width: 767px) {
  .news-card-big__image {
    width: 100%;
    aspect-ratio: 271/224;
    height: auto;
  }
}
.news-card-big__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
@media (max-width: 767px) {
  .news-card-big__image img {
    width: 100%;
    aspect-ratio: 271/224;
    height: auto;
  }
}
.news-card-big__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2rem;
}
.news-card-big h3 {
  color: var(--grey-2);
  margin-bottom: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .news-card-big h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .news-card-big h3 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }
}
.news-card-big h3 a {
  color: var(--grey-2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (hover: hover) {
  .news-card-big h3 a:hover {
    color: var(--red);
  }
}
@media (hover: none) {
  .news-card-big h3 a:active {
    color: var(--red);
  }
}
.news-card-big__date {
  color: var(--grey-6);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .news-card-big__date {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
.news-card-big__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2rem;
}
.news-card-big p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.news-card-big__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 992px) {
  .news-card-big__content-bottom {
    gap: 1rem;
  }
}

.news-card-small {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .news-card-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem;
  }
}
.news-card-small > * {
  width: calc(50% - 1.5rem);
}
@media (max-width: 1259px) {
  .news-card-small > * {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 767px) {
  .news-card-small > * {
    width: 100%;
  }
}
.news-card-small__pic-wrap {
  position: relative;
  display: block;
  aspect-ratio: 1.8947368421;
}
@supports not (aspect-ratio: calc(360 / 190)) {
  .news-card-small__pic-wrap::before {
    content: "";
    float: left;
    padding-top: 52.7777777778%;
  }
  .news-card-small__pic-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (max-width: 767px) {
  .news-card-small__pic-wrap {
    aspect-ratio: 1.2098214286;
  }
  @supports not (aspect-ratio: calc(271 / 224)) {
    .news-card-small__pic-wrap::before {
      content: "";
      float: left;
      padding-top: 82.6568265683%;
    }
    .news-card-small__pic-wrap::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
.news-card-small__image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.news-card-small__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2rem;
}
.news-card-small h3 {
  color: var(--grey-2);
  margin-bottom: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
@media (max-width: 1599px) {
  .news-card-small h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .news-card-small h3 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }
}
.news-card-small h3:hover {
  color: var(--red);
}
.news-card-small__date {
  color: var(--grey-6);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .news-card-small__date {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}

/**
 * Helper mixins
*/
.carousel-radio-s {
  padding: 9rem 0;
  background: var(--neutral0);
}
@media (max-width: 992px) {
  .carousel-radio-s {
    padding: 4rem 0;
  }
}
.carousel-radio-s .wrapper {
  position: relative;
}

.carousel-radio {
  width: calc(100% - 15rem);
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 992px) {
  .carousel-radio {
    width: calc(100% - 10rem);
  }
}
@media (max-width: 767px) {
  .carousel-radio {
    width: 100%;
    padding-bottom: 4rem;
  }
}
.carousel-radio .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carousel-radio__slide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
.carousel-radio__slide:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.carousel-radio__slide img {
  max-width: 100%;
  max-height: 100%;
}
.carousel-radio__next {
  right: 0;
}
@media (max-width: 992px) {
  .carousel-radio__next {
    right: 2.4rem;
  }
}
.carousel-radio__prev {
  left: 0;
}
@media (max-width: 992px) {
  .carousel-radio__prev {
    left: 2.4rem;
  }
}
.carousel-radio__next, .carousel-radio__prev {
  width: 2rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  color: var(--grey-2);
}
@media (max-width: 767px) {
  .carousel-radio__next, .carousel-radio__prev {
    display: none;
  }
}
@media (hover: hover) {
  .carousel-radio__next:hover, .carousel-radio__prev:hover {
    color: var(--red);
  }
}
@media (hover: none) {
  .carousel-radio__next:active, .carousel-radio__prev:active {
    color: var(--red);
  }
}
.carousel-radio__next svg, .carousel-radio__prev svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.carousel-radio .swiper-scrollbar {
  background: var(--grey-7);
  display: none;
}
@media (max-width: 767px) {
  .carousel-radio .swiper-scrollbar {
    display: block;
  }
}
.carousel-radio .swiper-scrollbar .swiper-scrollbar-drag {
  height: 0.6rem;
  background: var(--neutral1000);
  margin-top: -0.1rem;
}

/**
 * Helper mixins
*/
.main-screen-s {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  .main-screen-s {
    min-height: initial;
    height: 50rem;
  }
}
.main-screen-s .wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .main-screen-s .wrapper {
    height: 100%;
  }
}
.main-screen-s__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1259px) {
  .main-screen-s__bg {
    -o-object-position: 62% center;
       object-position: 62% center;
  }
}
.main-screen-s__video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
@media (max-width: 1259px) {
  .main-screen-s__video {
    -o-object-position: 62% center;
       object-position: 62% center;
  }
}

.main-screen {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .main-screen {
    min-height: initial;
  }
}
.main-screen h1 {
  color: var(--neutral0);
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 3.2rem;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1599px) {
  .main-screen h1 {
    font-size: 5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media (max-width: 992px) {
  .main-screen h1 {
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .main-screen h1 {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.4rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
  }
}
.main-screen .btn {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .main-screen .btn {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    font-weight: 700;
  }
}

.mouse {
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-height: 600px) {
  .mouse {
    display: none;
  }
}
@media (max-width: 1599px) {
  .mouse {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767px) {
  .mouse {
    display: none;
  }
}
.mouse__icon {
  width: 2.8rem;
  height: 7rem;
  display: block;
}
.mouse:after {
  height: 9.6rem;
  width: 0.1rem;
  content: "";
  background: var(--grey-8);
  position: absolute;
  left: 1.35rem;
  top: -11.5rem;
  z-index: 1;
}
@media (max-height: 700px) {
  .mouse:after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .mouse:after {
    display: none;
  }
}

.main-screen-statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4rem;
  width: 100%;
  color: var(--neutral0);
  position: absolute;
  bottom: 4rem;
  z-index: 1;
}
@media (max-width: 1599px) {
  .main-screen-statistic {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .main-screen-statistic {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
    bottom: 2rem;
  }
}
@media (max-width: 549px) {
  .main-screen-statistic {
    gap: 1rem;
  }
}
.main-screen-statistic__item {
  border-left: 0.1rem solid rgba(255, 255, 255, 0.3);
  padding-left: 4rem;
}
@media (max-width: 1599px) {
  .main-screen-statistic__item {
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .main-screen-statistic__item {
    padding-left: 2rem;
  }
}
@media (max-width: 549px) {
  .main-screen-statistic__item {
    padding-left: 1rem;
  }
}
.main-screen-statistic__item:first-child {
  border-left: 0;
  padding-left: 0;
}
@media (hover: hover) {
  .main-screen-statistic__item:hover .main-screen-statistic__item-number {
    color: var(--green);
  }
}
@media (hover: none) {
  .main-screen-statistic__item:active .main-screen-statistic__item-number {
    color: var(--green);
  }
}
.main-screen-statistic__item-number {
  font-size: 8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
@media (max-width: 1599px) {
  .main-screen-statistic__item-number {
    font-size: 5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media (max-width: 992px) {
  .main-screen-statistic__item-number {
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }
}
.main-screen-statistic__item-desc {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .main-screen-statistic__item-desc {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .main-screen-statistic__item-desc {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}

.management-tile {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem 3rem;
  margin: 6rem 0 10rem;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (max-width: 1599px) {
  .management-tile {
    margin: 6rem 0 8rem;
  }
}
@media (max-width: 1259px) {
  .management-tile {
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem 2rem;
  }
}
@media (max-width: 992px) {
  .management-tile {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 549px) {
  .management-tile {
    grid-template-columns: repeat(1, 1fr);
  }
}

.management-card {
  width: 100%;
  overflow: hidden;
}
.management-card--text-card {
  display: grid;
  gap: 3rem;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (max-width: 1599px) {
  .management-card--text-card {
    gap: 2rem;
  }
}
.management-card__title {
  color: var(--red);
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .management-card__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.management-card__description {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  line-height: 1.3;
}
@media (max-width: 1599px) {
  .management-card__description {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }
}
.management-card__pic-wrap {
  aspect-ratio: 1;
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
@supports not (aspect-ratio: calc(1 / 1)) {
  .management-card__pic-wrap::before {
    content: "";
    float: left;
    padding-top: 100%;
  }
  .management-card__pic-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
}
.management-card__pic-wrap .management-slider {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.management-card__pic-wrap .management-slider__pic {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.management-card__pic-wrap .management-slider .swiper-pagination-bullet {
  background: var(--red);
}
.management-card__pic {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.management-card__name {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.management-card__occupation {
  color: var(--grey-23);
}

/**
 * Helper mixins
*/
.business-s {
  margin: 6rem 0 10rem;
  display: grid;
  gap: 5rem;
}
@media (max-width: 1599px) {
  .business-s {
    margin: 6rem 0 8rem;
  }
}
.business-s__title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--red);
}
@media (max-width: 767px) {
  .business-s__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.business-s__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media (max-width: 1599px) {
  .business-s__content {
    gap: 2rem;
  }
}
@media (max-width: 1259px) {
  .business-s__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.business-info {
  background: var(--grey-2);
  width: 36rem;
  min-width: 36rem;
  display: grid;
  gap: 1.6rem;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 5.5rem 4rem;
  position: relative;
}
@media (max-width: 1259px) {
  .business-info {
    padding: 3rem 3rem 4rem;
    width: 100%;
    min-width: 100%;
    min-height: 10rem;
  }
}
@media (max-width: 549px) {
  .business-info {
    padding: 3rem 2.4rem 4rem;
  }
}
.business-info__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.business-info__title {
  position: relative;
  z-index: 2;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: var(--green);
}
@media (max-width: 1259px) {
  .business-info__title {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (max-width: 1259px) and (max-width: 767px) {
  .business-info__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.business-info p {
  position: relative;
  z-index: 2;
  color: var(--grey-24);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  line-height: 1.25;
}

.business-tale {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 1599px) {
  .business-tale {
    gap: 2rem;
  }
}
@media (max-width: 1259px) {
  .business-tale {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 549px) {
  .business-tale {
    grid-template-columns: repeat(1, 1fr);
  }
}

.business-card {
  padding: 3rem;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  background: var(--grey-25);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--neutral1000);
  min-height: 20rem;
  display: grid;
  gap: 1.6rem;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (max-width: 767px) {
  .business-card {
    padding: 2.4rem;
    min-height: initial;
  }
}
.business-card__title {
  color: var(--red);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
@media (hover: hover) {
  .business-card:hover {
    background: var(--red);
    color: var(--neutral0);
  }
  .business-card:hover .business-card__title {
    color: var(--green);
  }
}
@media (hover: none) {
  .business-card:active {
    background: var(--red);
    color: var(--neutral0);
  }
  .business-card:active .business-card__title {
    color: var(--green);
  }
}

/**
 * Helper mixins
*/
.vacancy-card {
  margin: 6rem 0 10rem;
  display: grid;
  gap: 5rem;
}
@media (max-width: 1599px) {
  .vacancy-card {
    margin: 6rem 0 8rem;
  }
}
.vacancy-card__title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--red);
}
@media (max-width: 767px) {
  .vacancy-card__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}

.vacancy-card-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media (max-width: 767px) {
  .vacancy-card-info {
    grid-template-columns: repeat(1, 1fr);
  }
}

.vacancy-card-info-block {
  max-width: 62rem;
  display: grid;
  gap: 2.8rem;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.vacancy-card-info-block__title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--grey-26);
}
@media (max-width: 767px) {
  .vacancy-card-info-block__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.vacancy-card-info-block ul li {
  font-weight: 400;
  color: var(--neutral1000);
  padding-left: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .vacancy-card-info-block ul li {
    padding-left: 2rem;
  }
}
.vacancy-card-info-block ul li:after {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: var(--neutral1000);
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 1.1rem;
}
@media (max-width: 767px) {
  .vacancy-card-info-block ul li:after {
    left: 0;
    top: 1rem;
  }
}

.vacancy-card-info-dark {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  background: var(--grey-2);
  display: grid;
  gap: 3.4rem;
  margin: 3.5rem 0;
  padding: 7rem 7.5rem;
  position: relative;
}
@media (max-width: 1599px) {
  .vacancy-card-info-dark {
    padding: 7rem 4rem;
  }
}
@media (max-width: 1599px) {
  .vacancy-card-info-dark {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .vacancy-card-info-dark {
    padding: 4rem 2.4rem;
  }
}
.vacancy-card-info-dark__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vacancy-card-info-dark__title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--green);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .vacancy-card-info-dark__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.vacancy-card-info-dark ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 10rem;
}
@media (max-width: 1599px) {
  .vacancy-card-info-dark ul {
    gap: 0.4rem 6rem;
  }
}
@media (max-width: 767px) {
  .vacancy-card-info-dark ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.vacancy-card-info-dark ul li {
  font-weight: 400;
  color: var(--neutral0);
  padding-left: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .vacancy-card-info-dark ul li {
    padding-left: 2rem;
  }
}
.vacancy-card-info-dark ul li:after {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: var(--neutral0);
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 1.1rem;
}
@media (max-width: 767px) {
  .vacancy-card-info-dark ul li:after {
    left: 0;
    top: 1rem;
  }
}

.vacancy-card-form-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 1259px) {
  .vacancy-card-form-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.vacancy-card-form-wrapper__text {
  gap: 4rem;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (max-width: 1259px) {
  .vacancy-card-form-wrapper__text {
    gap: 2rem;
  }
}
.vacancy-card-form-wrapper__title {
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  color: var(--neutral1000);
}
@media (max-width: 1599px) {
  .vacancy-card-form-wrapper__title {
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media (max-width: 1259px) {
  .vacancy-card-form-wrapper__title {
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
  }
}
.vacancy-card-form-wrapper__arrow {
  max-width: 16rem;
}

.vacancy-form {
  width: 100%;
  display: grid;
  gap: 3rem;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.vacancy-form__row-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 1599px) {
  .vacancy-form__row-col2 {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .vacancy-form__row-col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.vacancy-form .label-input {
  padding-left: 2rem;
}
.vacancy-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
.vacancy-form__btn {
  min-width: 23rem;
  font-size: 1.8rem;
  height: 6rem;
}

/**
 * Helper mixins
*/
.contact-s {
  margin: 6rem 0 10rem;
}
@media (max-width: 1599px) {
  .contact-s {
    margin: 6rem 0 8rem;
  }
}
.contact-s__title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--red);
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .contact-s__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.contact-s__map-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.2rem;
}
@media (max-width: 992px) {
  .contact-s__map-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.contact-address-wrapper {
  max-width: 45.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
@media (max-width: 1259px) {
  .contact-address-wrapper {
    width: calc(50% - 1.6rem);
    max-width: 100%;
    gap: 3rem;
  }
}
@media (max-width: 992px) {
  .contact-address-wrapper {
    width: 100%;
  }
}
.contact-address-wrapper__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
@media (max-width: 1259px) {
  .contact-address-wrapper__top {
    gap: 3rem;
  }
}
.contact-address-wrapper__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
.contact-address-wrapper__title {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--grey-28);
}
.contact-address-wrapper__address {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: var(--neutral1000);
}
@media (max-width: 549px) {
  .contact-address-wrapper__address {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
.contact-address-wrapper__phone {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--neutral1000);
  font-weight: 500;
}
@media (max-width: 1599px) {
  .contact-address-wrapper__phone {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-weight: 500;
  }
}
@media (max-width: 1599px) and (max-width: 767px) {
  .contact-address-wrapper__phone {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
@media (hover: hover) {
  .contact-address-wrapper__phone:hover {
    color: var(--red);
  }
}
@media (hover: none) {
  .contact-address-wrapper__phone:active {
    color: var(--red);
  }
}
.contact-address-wrapper__mail {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: var(--neutral1000);
}
@media (max-width: 549px) {
  .contact-address-wrapper__mail {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media (hover: hover) {
  .contact-address-wrapper__mail:hover {
    color: var(--red);
  }
}
@media (hover: none) {
  .contact-address-wrapper__mail:active {
    color: var(--red);
  }
}
.contact-address-wrapper__requisites {
  color: var(--grey-28);
}

.map {
  height: 43rem;
  width: 88rem;
}
.map [class*=ymaps-2][class*=-ground-pane] {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (max-width: 1599px) {
  .map {
    width: 66.8rem;
  }
}
@media (max-width: 1259px) {
  .map {
    width: calc(50% - 1.6rem);
  }
}
@media (max-width: 992px) {
  .map {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .map {
    height: 36rem;
  }
}

.contact-list {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 9.5rem;
}
@media (max-width: 1599px) {
  .contact-list {
    gap: 4rem;
  }
}
@media (max-width: 992px) {
  .contact-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.contact-list__item {
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  gap: 5rem;
  padding-right: 9.5rem;
  border-right: 0.2rem solid var(--green);
}
@media (max-width: 1599px) {
  .contact-list__item {
    padding-right: 4rem;
    gap: 3rem;
  }
}
@media (max-width: 992px) {
  .contact-list__item {
    border-right: 0;
    border-bottom: 0.2rem solid var(--green);
    padding-right: 0;
    padding-bottom: 4rem;
  }
}
.contact-list__item:last-child {
  border-right: none;
  padding-right: 0;
}
@media (max-width: 992px) {
  .contact-list__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.contact-list__item-top {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 3rem;
}
@media (max-width: 1599px) {
  .contact-list__item-top {
    gap: 1.6rem;
  }
}
.contact-list__title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--grey-28);
}
.contact-list__name {
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: var(--neutral1000);
}
@media (max-width: 1599px) {
  .contact-list__name {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  .contact-list__name {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-weight: 500;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .contact-list__name {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.contact-list__variant {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 5rem;
}
@media (max-width: 1599px) {
  .contact-list__variant {
    gap: 3rem;
  }
}
@media (max-width: 992px) {
  .contact-list__variant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.8rem;
  }
}
.contact-list__mail {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: var(--neutral1000);
}
@media (max-width: 549px) {
  .contact-list__mail {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .contact-list__mail {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media (hover: hover) {
  .contact-list__mail:hover {
    color: var(--red);
  }
}
@media (hover: none) {
  .contact-list__mail:active {
    color: var(--red);
  }
}
.contact-list__phone {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
  color: var(--neutral1000);
}
@media (max-width: 992px) {
  .contact-list__phone {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-weight: 500;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .contact-list__phone {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
@media (hover: hover) {
  .contact-list__phone:hover {
    color: var(--red);
  }
}
@media (hover: none) {
  .contact-list__phone:active {
    color: var(--red);
  }
}

.contacts-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10rem 0;
  gap: 16rem;
}
@media (max-width: 1599px) {
  .contacts-form-wrapper {
    gap: 6rem;
  }
}
.contacts-form-wrapper__pic {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 62rem;
}
@media (max-width: 1599px) {
  .contacts-form-wrapper__pic {
    width: calc(50% - 3rem);
  }
}
@media (max-width: 992px) {
  .contacts-form-wrapper__pic {
    display: none;
  }
}

.contact-form {
  width: 100%;
  display: grid;
  gap: 3rem;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  max-width: 59rem;
}
@media (max-width: 992px) {
  .contact-form {
    width: 100%;
    max-width: 100%;
  }
}
.contact-form__title {
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: var(--neutral1000);
}
@media (max-width: 1599px) {
  .contact-form__title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  .contact-form__title {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-weight: 500;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .contact-form__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.contact-form__subtitle {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--red);
  margin-top: -0.5rem;
  margin-bottom: 2rem;
}
.contact-form__row-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 1599px) {
  .contact-form__row-col2 {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .contact-form__row-col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-form .label-input {
  padding-left: 2rem;
}
.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
.contact-form__btn {
  min-width: 23rem;
  font-size: 1.8rem;
  height: 6rem;
}

/**
 * Helper mixins
*/
.career-s {
  margin: 6rem 0 10rem;
}
@media (max-width: 1599px) {
  .career-s {
    margin: 6rem 0 8rem;
  }
}
.career-s__title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--red);
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .career-s__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}

.career-banner {
  background: var(--grey-25);
}
.career-banner__pic-1 {
  position: absolute;
  left: -4%;
  top: 0;
  z-index: 1;
  max-height: 80%;
}
.career-banner__pic-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-height: 80%;
  overflow: hidden;
}
.career-banner__pic-2 img {
  right: -19%;
  position: relative;
}
.career-banner__pic-3 {
  position: absolute;
  right: 12rem;
  bottom: 0;
  z-index: 1;
  width: 25.4rem;
}
@media (max-width: 1599px) {
  .career-banner__pic-3 {
    right: 0;
  }
}
@media (max-width: 992px) {
  .career-banner__pic-3 {
    display: none;
  }
}
.career-banner .wrapper {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.career-banner__text {
  position: relative;
  z-index: 2;
  color: var(--grey-2);
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  max-width: 77rem;
}
@media (max-width: 1599px) {
  .career-banner__text {
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media (max-width: 1259px) {
  .career-banner__text {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  .career-banner__text {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.4rem;
    font-weight: 500;
    line-height: 1.2;
  }
}

.prefer {
  margin: 7.5rem 0;
  display: grid;
  gap: 5rem;
}
@media (max-width: 767px) {
  .prefer {
    gap: 1.5rem;
  }
}
.prefer__title {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
  color: var(--neutral1000);
}
@media (max-width: 1259px) {
  .prefer__title {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (max-width: 1259px) and (max-width: 767px) {
  .prefer__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}

.prefer-tale {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media (max-width: 1259px) {
  .prefer-tale {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .prefer-tale {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.pref-item {
  padding: 3.4rem 0;
  color: var(--neutral1000);
  display: grid;
  gap: 1.6rem;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-right: 3rem;
  border-right: 0.12rem solid var(--green);
}
@media (max-width: 1259px) {
  .pref-item:nth-child(2n) {
    padding-right: 0;
    border-right: 0;
  }
}
.pref-item:nth-child(4n) {
  padding-right: 0;
  border-right: 0;
}
@media (max-width: 767px) {
  .pref-item {
    padding-right: 0;
    border-right: 0;
    border-bottom: 0.12rem solid var(--green);
  }
  .pref-item:last-child {
    border-bottom: 0;
  }
}
.pref-item__title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 549px) {
  .pref-item__title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}

.vacancy {
  margin: 7.5rem 0;
  display: grid;
  gap: 5rem;
}
.vacancy__title {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
  color: var(--neutral1000);
}
@media (max-width: 1259px) {
  .vacancy__title {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (max-width: 1259px) and (max-width: 767px) {
  .vacancy__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.vacancy__tale {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 992px) {
  .vacancy__tale {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}

.more {
  color: var(--red);
  width: 9rem;
  height: 9rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.more__icon {
  width: 4rem;
  height: 4rem;
  display: block;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
@media (max-width: 992px) {
  .more__icon {
    width: 3rem;
    height: 3rem;
  }
}
.more p {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.vacancy-card-item {
  cursor: pointer;
  padding: 4.7rem 18rem 4.7rem 4rem;
  gap: 2rem;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  position: relative;
  background: var(--grey-25);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  min-height: 16rem;
}
@media (max-width: 992px) {
  .vacancy-card-item {
    padding: 4rem 14rem 4rem 2.4rem;
    min-height: initial;
  }
}
@media (max-width: 549px) {
  .vacancy-card-item {
    padding: 4rem 2.4rem 14rem 2.4rem;
  }
}
.vacancy-card-item__title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--neutral1000);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
@media (max-width: 767px) {
  .vacancy-card-item__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
@media (max-width: 1259px) {
  .vacancy-card-item__title {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media (max-width: 1259px) and (max-width: 549px) {
  .vacancy-card-item__title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .vacancy-card-item__title {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media (max-width: 992px) and (max-width: 549px) {
  .vacancy-card-item__title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
.vacancy-card-item p {
  color: var(--grey-29);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.vacancy-card-item .more {
  position: absolute;
  z-index: 2;
  right: 4.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 992px) {
  .vacancy-card-item .more {
    right: 2.4rem;
  }
}
@media (max-width: 549px) {
  .vacancy-card-item .more {
    right: 0;
    left: 2.4rem;
    bottom: 2.4rem;
    top: inherit;
    -webkit-transform: none;
            transform: none;
  }
}
@media (hover: hover) {
  .vacancy-card-item:hover {
    background: var(--red);
  }
  .vacancy-card-item:hover .vacancy-card-item__title,
  .vacancy-card-item:hover p {
    color: var(--neutral0);
  }
  .vacancy-card-item:hover .more {
    color: var(--neutral0);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .vacancy-card-item:hover .more__icon {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media (hover: none) {
  .vacancy-card-item:active {
    background: var(--red);
  }
  .vacancy-card-item:active .vacancy-card-item__title,
  .vacancy-card-item:active p {
    color: var(--neutral0);
  }
  .vacancy-card-item:active .more {
    color: var(--neutral0);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .vacancy-card-item:active .more__icon {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.career-big-banner {
  min-height: 56.7rem;
  width: 100%;
  position: relative;
  background: var(--grey-25);
  padding: 3rem 11rem;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 13rem;
}
@media (max-width: 1599px) {
  .career-big-banner {
    padding: 3rem 6rem;
    min-height: 40rem;
  }
}
@media (max-width: 1259px) {
  .career-big-banner {
    min-height: 36rem;
    padding: 3rem 4rem;
  }
}
@media (max-width: 992px) {
  .career-big-banner {
    min-height: 32rem;
  }
}
@media (max-width: 767px) {
  .career-big-banner {
    overflow: hidden;
  }
}
@media (max-width: 549px) {
  .career-big-banner {
    padding: 2.4rem;
  }
}
.career-big-banner__content {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: flex-start;
  gap: 2rem;
  max-width: 62rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1259px) {
  .career-big-banner__content {
    max-width: 42rem;
  }
}
@media (max-width: 549px) {
  .career-big-banner__content {
    max-width: 100%;
  }
}
.career-big-banner__title {
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  color: var(--neutral1000);
}
@media (max-width: 1599px) {
  .career-big-banner__title {
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media (max-width: 1259px) {
  .career-big-banner__title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  .career-big-banner__title {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media (max-width: 992px) and (max-width: 549px) {
  .career-big-banner__title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
.career-big-banner__pic {
  display: block;
  position: absolute;
  bottom: 0;
  right: 8rem;
  height: calc(100% + 4rem);
}
@media (max-width: 1599px) {
  .career-big-banner__pic {
    right: 6rem;
  }
}
@media (max-width: 1259px) {
  .career-big-banner__pic {
    right: 4rem;
  }
}
@media (max-width: 992px) {
  .career-big-banner__pic {
    height: calc(100% + 2rem);
  }
}
@media (max-width: 767px) {
  .career-big-banner__pic {
    height: calc(100% - 2rem);
    right: -6rem;
  }
}
@media (max-width: 549px) {
  .career-big-banner__pic {
    display: none;
  }
}

.button-hh {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
  padding: 2.2rem 3.5rem;
  border-radius: 5rem;
  color: var(--red);
  border: 0.1rem solid var(--red);
}
@media (max-width: 1259px) {
  .button-hh {
    padding: 1.8rem 2.4rem;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
  }
}
.button-hh__logo {
  width: 4.2rem;
  height: 4.2rem;
  display: block;
}
@media (max-width: 1259px) {
  .button-hh__logo {
    width: 3.2rem;
    height: 3.2rem;
  }
}

/**
 * Helper mixins
*/
.awards-s {
  margin: 6rem 0 10rem;
}
@media (max-width: 1599px) {
  .awards-s {
    margin: 6rem 0 8rem;
  }
}
.awards-s__title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--red);
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .awards-s__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}

.awards-banner {
  width: 100%;
  background: var(--grey-2);
}
.awards-banner .wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
.awards-banner__text {
  position: relative;
  z-index: 3;
  color: var(--neutral0);
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  max-width: 77rem;
}
@media (max-width: 1599px) {
  .awards-banner__text {
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media (max-width: 1259px) {
  .awards-banner__text {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  .awards-banner__text {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.4rem;
    font-weight: 500;
    line-height: 1.2;
  }
}
.awards-banner__circles {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  right: 0;
  bottom: 0;
  max-height: 100%;
}
.awards-banner__main-pic {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  right: 8.7rem;
  bottom: 0;
  width: 57rem;
}
@media (max-width: 1259px) {
  .awards-banner__main-pic {
    width: 47rem;
    right: 2rem;
  }
}
@media (max-width: 992px) {
  .awards-banner__main-pic {
    width: 37rem;
    right: 0;
  }
}
@media (max-width: 767px) {
  .awards-banner__main-pic {
    width: 27rem;
    right: 0;
  }
}
@media (max-width: 549px) {
  .awards-banner__main-pic {
    display: none;
  }
}

.awards-history {
  margin-top: 5rem;
  width: 100%;
  display: grid;
  gap: 5rem;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.awards-history-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .awards-history-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3rem;
  }
}
.awards-history-row__date {
  width: 26rem;
  padding-right: 2rem;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--red);
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .awards-history-row__date {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
@media (max-width: 1599px) {
  .awards-history-row__date {
    width: 20rem;
  }
}
@media (max-width: 992px) {
  .awards-history-row__date {
    width: 100%;
    padding: 0;
  }
}
.awards-history-row__accordion {
  width: calc(100% - 26rem);
}
@media (max-width: 1599px) {
  .awards-history-row__accordion {
    width: calc(100% - 20rem);
  }
}
@media (max-width: 992px) {
  .awards-history-row__accordion {
    width: 100%;
  }
}

.accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  padding: 3rem 0;
}
@media (max-width: 992px) {
  .accordion-content {
    gap: 2.4rem;
  }
}
@media (max-width: 767px) {
  .accordion-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.accordion-content__pic {
  width: 24rem;
  min-width: 24rem;
}
@media (max-width: 549px) {
  .accordion-content__pic {
    width: 100%;
    min-width: 100%;
  }
}
.accordion-content__text {
  display: grid;
  gap: 2.4rem;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: var(--neutral1000);
}
@media (max-width: 767px) {
  .accordion-content__text {
    gap: 1.6rem;
  }
}

[data-accordion] [data-control].accordion-header {
  padding: 3rem 12rem 3rem 3rem;
}
@media (max-width: 1599px) {
  [data-accordion] [data-control].accordion-header {
    padding: 3rem 6rem 3rem 3rem;
  }
}
@media (max-width: 992px) {
  [data-accordion] [data-control].accordion-header {
    padding: 2rem 4rem 2rem 0;
  }
}
[data-accordion] [data-control]:after {
  content: "";
  position: absolute;
  right: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2rem;
  width: 2rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjUgMkwxMi41IDIzIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIuNjI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIzIDEyLjc2MTdMMiAxMi43NjE3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIuNjI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==) center center no-repeat;
  background-size: 100%;
}
@media (max-width: 1599px) {
  [data-accordion] [data-control]:after {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  [data-accordion] [data-control]:after {
    right: 0;
  }
}

[data-accordion].open > [data-control]:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNCIgdmlld0JveD0iMCAwIDI1IDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMyAxLjc2MTcyTDIgMS43NjE3MiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyLjYyNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=) center center no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

[data-control],
[data-content] > * {
  border-bottom: 0;
}

[data-accordion].accordion {
  border-bottom: 0.1rem solid var(--grey-30);
}
[data-accordion].accordion:last-child {
  border-bottom: 0;
}

.accordion-header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  cursor: pointer;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .accordion-header {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (hover: hover) {
  .accordion-header:hover {
    background: var(--grey-25);
  }
}
@media (hover: hover) and (max-width: 992px) {
  .accordion-header:hover {
    background: transparent;
  }
}
@media (hover: none) {
  .accordion-header:active {
    background: var(--grey-25);
  }
}
@media (hover: none) and (max-width: 992px) {
  .accordion-header:active {
    background: transparent;
  }
}
.accordion-header__col {
  padding-right: 2rem;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 1rem;
}
@media (max-width: 767px) {
  .accordion-header__col {
    display: none;
  }
  .accordion-header__col:first-child {
    display: grid;
  }
}
.accordion-header__subtitle {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--grey-28);
}
.accordion-header__title {
  color: var(--neutral1000);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 1599px) {
  .accordion-header__title {
    font-size: 1.6rem;
  }
}
.accordion-header__title--v2 {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--neutral1000);
  font-weight: 500;
  margin-top: -0.9rem;
}
@media (max-width: 767px) {
  .accordion-header__title--v2 {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
@media (max-width: 1259px) {
  .accordion-header__title--v2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 0;
  }
}

/**
 * Helper mixins
*/
.company-s {
  width: 100%;
}

.company {
  padding: 6rem 0 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.2rem;
}
@media (max-width: 992px) {
  .company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 6rem 0;
  }
}

.company-text-block {
  max-width: 62.6rem;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 7.2rem;
  width: 100%;
}
@media (max-width: 992px) {
  .company-text-block {
    gap: 3rem;
  }
}
.company-text-block h1 {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--grey-2);
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .company-text-block h1 {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .company-text-block h1 {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.company-text-block ul {
  width: 100%;
  list-style: none;
}
.company-text-block ul li {
  padding-left: 9rem;
  position: relative;
  display: grid;
  gap: 2rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--grey-2);
}
@media (max-width: 992px) {
  .company-text-block ul li {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    gap: 1.6rem;
  }
}
@media (max-width: 767px) {
  .company-text-block ul li {
    padding-left: 5rem;
  }
}
.company-text-block ul li:not(:last-child) {
  margin-bottom: 3.2rem;
}
.company-text-block ul li span {
  color: var(--red-4);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4rem;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .company-text-block ul li span {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }
}
.company-text-block ul li:after {
  content: "";
  position: absolute;
  background: var(--red-4);
  width: 7.6rem;
  height: 0.1rem;
  top: 1.6rem;
}
@media (max-width: 767px) {
  .company-text-block ul li:after {
    width: 4rem;
  }
}

.company-nav-block {
  display: grid;
  gap: 1.6rem;
  max-width: 75rem;
  width: 100%;
}
.company-nav-block__item-icon {
  width: 6rem;
  min-width: 6rem;
  height: 6rem;
}
@media (max-width: 992px) {
  .company-nav-block__item-icon {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
  }
}
.company-nav-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--grey-32);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  background: var(--grey-25);
  padding: 3rem 4rem 3rem 5.4rem;
}
@media (max-width: 992px) {
  .company-nav-block__item {
    padding: 2.4rem;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media (max-width: 992px) and (max-width: 549px) {
  .company-nav-block__item {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
.company-nav-block__item .company-nav-block__item-icon circle {
  stroke: var(--grey-25);
}
@media (hover: hover) {
  .company-nav-block__item:hover {
    background: var(--red-4);
    color: var(--neutral0);
  }
  .company-nav-block__item:hover .company-nav-block__item-icon circle {
    stroke: var(--neutral0);
  }
}
@media (hover: none) {
  .company-nav-block__item:active {
    background: var(--red-4);
    color: var(--neutral0);
  }
  .company-nav-block__item:active .company-nav-block__item-icon circle {
    stroke: var(--neutral0);
  }
}

.company-partners {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 6.4rem;
  padding: 8rem 0;
}
@media (max-width: 992px) {
  .company-partners {
    padding: 6rem 0;
  }
}
.company-partners h2 {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--dark);
}
@media (max-width: 767px) {
  .company-partners h2 {
    font-size: 2.4rem;
    font-weight: 500;
  }
}

.company-partners-tale {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 3.2rem;
}
@media (max-width: 1259px) {
  .company-partners-tale {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
  }
}
@media (max-width: 767px) {
  .company-partners-tale {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 549px) {
  .company-partners-tale {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 375px) {
  .company-partners-tale {
    grid-template-columns: repeat(1, 1fr);
  }
}
.company-partners-tale__item {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company-partners-tale img {
  max-height: 100%;
  max-width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  display: block;
}
@media (hover: hover) {
  .company-partners-tale img:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
@media (hover: none) {
  .company-partners-tale img:active {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

.history {
  width: 100%;
  background: var(--grey-2);
  color: var(--neutral0);
  position: relative;
}
.history__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 98%;
  z-index: 1;
  display: block;
}
.history__container {
  padding: 7.2rem 0;
  display: grid;
  gap: 5rem;
  position: relative;
  z-index: 2;
}
.history h2 {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .history h2 {
    font-size: 2.4rem;
    font-weight: 500;
  }
}

.history-tabs-nav-wrapper {
  margin: 0 auto 6rem;
  padding: 0;
}
@media (max-width: 767px) {
  .history-tabs-nav-wrapper {
    margin: 0 auto 2rem;
  }
}

.swipe-scroll-js {
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
}
.swipe-scroll-js .swiper-slide {
  height: auto;
  width: auto;
}

.history-nav-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .history-nav-tab {
    gap: 1.6rem;
  }
}
.history-nav-tab li {
  color: var(--grey-33);
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .history-nav-tab li {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .history-nav-tab li {
    gap: 1.6rem;
  }
}
.history-nav-tab li span {
  position: relative;
}
.history-nav-tab li span:before {
  content: "";
  height: 0.1rem;
  width: 50%;
  background: var(--green-3);
  display: block;
  margin-bottom: -0.1rem;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.history-nav-tab li span:after {
  content: "";
  height: 0.1rem;
  width: 11rem;
  background: var(--grey-33);
  display: block;
}
@media (max-width: 767px) {
  .history-nav-tab li span:after {
    width: 6rem;
  }
}
.history-nav-tab li:last-child span {
  display: none;
}
@media (hover: hover) {
  .history-nav-tab li:hover {
    color: var(--green-3);
  }
}
@media (hover: none) {
  .history-nav-tab li:active {
    color: var(--green-3);
  }
}
.history-nav-tab li.active {
  color: var(--green-3);
}
.history-nav-tab li.active span:before {
  opacity: 1;
}

.history-tab-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem 3.2rem;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (max-width: 992px) {
  .history-tab-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .history-tab-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem;
  }
}
.history-tab-content__item {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 2rem;
}
.history-tab-content h4 {
  font-weight: 500;
}

/**
 * Helper mixins
*/
.projects-b {
  margin: 6rem 0 10rem;
}
@media (max-width: 1599px) {
  .projects-b {
    margin: 6rem 0 8rem;
  }
}
.projects-b__title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--red);
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .projects-b__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.projects-b__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .projects-b__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4rem;
  }
}

.projects-nav {
  max-width: 36rem;
  min-width: 18rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .projects-nav {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.projects-nav__title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
  color: var(--grey-2);
  margin-bottom: 2.8rem;
  padding-bottom: 2rem;
  position: relative;
}
.projects-nav__title:after {
  content: "";
  background: var(--green-3);
  height: 0.1rem;
  width: 15.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.projects-tale {
  width: calc(100% - 39rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9rem 3rem;
}
@media (max-width: 1599px) {
  .projects-tale {
    width: calc(100% - 26rem);
    gap: 6rem 2rem;
  }
}
@media (max-width: 992px) {
  .projects-tale {
    width: calc(100% - 20rem);
    gap: 4rem 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .projects-tale {
    width: 100%;
  }
}
@media (max-width: 549px) {
  .projects-tale {
    width: 100%;
    gap: 4rem 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.projects-tale--other-projects {
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 3rem;
  width: 100%;
}
@media (max-width: 1599px) {
  .projects-tale--other-projects {
    gap: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .projects-tale--other-projects {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 549px) {
  .projects-tale--other-projects {
    grid-template-columns: repeat(1, 1fr);
  }
}

.project-card {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 1.8rem;
}
.project-card__pic-wrap {
  aspect-ratio: 1.44;
  display: block;
  position: relative;
}
@supports not (aspect-ratio: calc(360 / 250)) {
  .project-card__pic-wrap::before {
    content: "";
    float: left;
    padding-top: 69.4444444444%;
  }
  .project-card__pic-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
}
.project-card__pic {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%) opacity(50%);
          filter: grayscale(100%) opacity(50%);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.project-card__title {
  color: var(--grey-2);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
}
@media (hover: hover) {
  .project-card:hover .project-card__pic {
    -webkit-filter: grayscale(0) opacity(100%);
            filter: grayscale(0) opacity(100%);
  }
}
@media (hover: none) {
  .project-card:active .project-card__pic {
    -webkit-filter: grayscale(0) opacity(100%);
            filter: grayscale(0) opacity(100%);
  }
}

/**
 * Helper mixins
*/
.project-b {
  margin: 6rem 0 10rem;
}
@media (max-width: 1599px) {
  .project-b {
    margin: 6rem 0 8rem;
  }
}
@media (max-width: 549px) {
  .project-b {
    margin: 4rem 0 8rem;
  }
}
.project-b__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.6rem;
}
@media (max-width: 375px) {
  .project-b__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4rem;
  }
}
.project-b__title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--red);
}
@media (max-width: 767px) {
  .project-b__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.project-b__content {
  display: grid;
  gap: 8rem;
}

.project-banner {
  min-height: 20.4rem;
  background: var(--grey-25);
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.6rem;
  position: relative;
}
@media (max-width: 1259px) {
  .project-banner {
    gap: 2.4rem;
  }
}
@media (max-width: 992px) {
  .project-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.4rem;
    text-align: center;
    padding: 2.4rem;
  }
}
.project-banner__text {
  position: relative;
  z-index: 2;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  color: var(--grey-2);
  text-align: center;
}
@media (max-width: 1259px) {
  .project-banner__text {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  .project-banner__text {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.4rem;
    font-weight: 500;
  }
}
.project-banner .btn {
  position: relative;
  z-index: 2;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
  line-height: 1;
  height: 9.6rem;
  width: 35.8rem;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1259px) {
  .project-banner .btn {
    height: 7.6rem;
    width: auto;
  }
}
@media (max-width: 992px) {
  .project-banner .btn {
    height: 6rem;
    width: auto;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
    line-height: 1;
    padding: 0 3rem;
  }
}
.project-banner__circles-1 {
  position: absolute;
  max-height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  max-width: 100%;
}
.project-banner__circles-2 {
  position: absolute;
  max-height: 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  max-width: 100%;
}

.other-projects__title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--red);
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .other-projects__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}

.project-main-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1599px) {
  .project-main-content {
    gap: 3.2rem;
  }
}
@media (max-width: 992px) {
  .project-main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.project-main-content__image {
  display: block;
  max-width: 47.34%;
  min-width: 47.34%;
}
@media (max-width: 992px) {
  .project-main-content__image {
    max-width: 100%;
    min-width: 100%;
  }
}
.project-main-content__text {
  width: 100%;
  color: var(--neutral1000);
  max-width: 60rem;
}
@media (max-width: 992px) {
  .project-main-content__text {
    max-width: 100%;
  }
}
.project-main-content h1 {
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: var(--grey-34);
  margin-bottom: 5.2rem;
}
@media (max-width: 1599px) {
  .project-main-content h1 {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 3rem;
  }
}
@media (max-width: 992px) {
  .project-main-content h1 {
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
  }
}
.project-main-content h2 {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4rem;
  font-weight: 500;
  margin-bottom: 1.8rem;
}
@media (max-width: 1599px) {
  .project-main-content h2 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .project-main-content h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
  }
}
.project-main-content hr {
  margin: 5rem 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 0.12rem solid var(--green-3);
}
@media (max-width: 1599px) {
  .project-main-content hr {
    margin: 2rem 0;
  }
}

/**
 * Helper mixins
*/
.menu-category {
  width: 100%;
}
.menu-category ul {
  position: relative;
  display: grid;
  gap: 2rem;
}
.menu-category ul > li {
  width: 100%;
}
.menu-category ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 3rem;
  text-decoration: none;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
  color: var(--red-4);
  position: relative;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjUgMkwxMi41IDIzIiBzdHJva2U9IiNlNjJmMjAiIHN0cm9rZS13aWR0aD0iMi42MjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjMgMTIuNzYxN0wyIDEyLjc2MTciIHN0cm9rZT0iI2U2MmYyMCIgc3Ryb2tlLXdpZHRoPSIyLjYyNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=) no-repeat right center;
  background-size: 1.4rem;
  cursor: pointer;
}
@media (max-width: 1259px) {
  .menu-category ul > li > a {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media (hover: hover) {
  .menu-category ul > li > a:hover {
    color: var(--red-4);
  }
}
@media (hover: none) {
  .menu-category ul > li > a:active {
    color: var(--red-4);
  }
}
.menu-category ul > li.open > a {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNCIgdmlld0JveD0iMCAwIDI1IDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMyAxLjc2MTcyTDIgMS43NjE3MiIgc3Ryb2tlPSIjZTYyZjIwIiBzdHJva2Utd2lkdGg9IjIuNjI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat right center;
  background-size: 1.4rem;
}
.menu-category ul ul {
  display: none;
  margin-top: 2rem;
}
.menu-category ul ul > li:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media (max-width: 1259px) {
  .menu-category ul ul > li:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.menu-category ul ul > li > a {
  padding: 0;
  color: var(--neutral1000);
  font-weight: 500;
  background: none;
}
@media (hover: hover) {
  .menu-category ul ul > li > a:hover {
    color: var(--red-4);
  }
}
@media (hover: none) {
  .menu-category ul ul > li > a:active {
    color: var(--red-4);
  }
}

/**
 * Helper mixins
*/
.news-item-content {
  margin: 10rem 0;
  color: var(--neutral1000);
  -webkit-column-width: calc(50% - 4.4rem);
     -moz-column-width: calc(50% - 4.4rem);
          column-width: calc(50% - 4.4rem);
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 8.8rem;
     -moz-column-gap: 8.8rem;
          column-gap: 8.8rem;
}
@media (max-width: 1599px) {
  .news-item-content {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
@media (max-width: 767px) {
  .news-item-content {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.news-item-content > * {
  margin-bottom: 3.3rem;
}
@media (max-width: 1599px) {
  .news-item-content > * {
    margin-bottom: 1.6rem;
  }
}
.news-item-content > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1599px) {
  .news-item-content {
    margin: 8rem 0;
  }
}
.news-item-content__date {
  color: var(--grey-6);
}

.news-item-banner {
  width: 100%;
  position: relative;
  padding: 13.5rem 0;
}
@media (max-width: 1259px) {
  .news-item-banner {
    padding: 8rem 0;
  }
}
@media (max-width: 992px) {
  .news-item-banner {
    padding: 8rem 0 4rem;
  }
}
.news-item-banner__image {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .news-item-banner__image {
    -o-object-position: calc(100% + 5rem) center;
       object-position: calc(100% + 5rem) center;
  }
}
.news-item-banner .wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 64.2rem;
}
@media (max-width: 1599px) {
  .news-item-banner .wrapper {
    min-height: 41.2rem;
  }
}
@media (max-width: 1259px) {
  .news-item-banner .wrapper {
    min-height: 30rem;
  }
}
@media (max-width: 767px) {
  .news-item-banner .wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4rem;
  }
}
.news-item-banner .breadcrumbs {
  color: var(--neutral0);
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .news-item-banner .breadcrumbs {
    position: relative;
  }
}
.news-item-banner h1 {
  color: var(--neutral0);
  font-size: 8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 1599px) {
  .news-item-banner h1 {
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media (max-width: 1259px) {
  .news-item-banner h1 {
    font-size: 3.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .news-item-banner h1 {
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }
}

/**
 * Helper mixins
*/
.news-b {
  margin: 6rem 0 10rem;
}
@media (max-width: 1599px) {
  .news-b {
    margin: 6rem 0 8rem;
  }
}
.news-b__title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--red);
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .news-b__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.news-b__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-bottom: 7rem;
}
@media (max-width: 1259px) {
  .news-b__filters {
    margin-bottom: 5rem;
    gap: 2rem;
  }
}
@media (max-width: 992px) {
  .news-b__filters {
    gap: 1rem;
  }
}
@media (max-width: 549px) {
  .news-b__filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .news-b__filters .select2-container {
    width: 100%;
    display: block;
  }
}

.news-tile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.6rem 3rem;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (max-width: 1259px) {
  .news-tile {
    gap: 4rem 2.4rem;
  }
}
@media (max-width: 992px) {
  .news-tile {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 549px) {
  .news-tile {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news-card {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 1.5rem;
}
.news-card__pic-wrap {
  aspect-ratio: 1.6470588235;
  display: block;
  position: relative;
}
@supports not (aspect-ratio: calc(420 / 255)) {
  .news-card__pic-wrap::before {
    content: "";
    float: left;
    padding-top: 60.7142857143%;
  }
  .news-card__pic-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
}
.news-card__pic {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 0.7rem;
  -webkit-filter: grayscale(100%) opacity(50%);
          filter: grayscale(100%) opacity(50%);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.news-card__date {
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: var(--grey-6);
  font-weight: 400;
}
@media (max-width: 1259px) {
  .news-card__date {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }
}
.news-card__title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4rem;
  font-weight: 500;
  color: var(--grey-2);
  line-height: 1.2;
}
@media (max-width: 1259px) {
  .news-card__title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media (hover: hover) {
  .news-card:hover .news-card__pic {
    -webkit-filter: grayscale(0) opacity(100%);
            filter: grayscale(0) opacity(100%);
  }
}
@media (hover: none) {
  .news-card:active .news-card__pic {
    -webkit-filter: grayscale(0) opacity(100%);
            filter: grayscale(0) opacity(100%);
  }
}

.news-main-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .news-main-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.news-main-b__text {
  max-width: 57.6rem;
  color: var(--grey-35);
}
@media (max-width: 1599px) {
  .news-main-b__text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .news-main-b__text {
    width: 100%;
    max-width: 100%;
  }
}
.news-main-b__image {
  display: block;
  width: 75rem;
}
@media (max-width: 1599px) {
  .news-main-b__image {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .news-main-b__image {
    width: 100%;
  }
}
.news-main-b__desc {
  text-transform: uppercase;
  margin-bottom: 3.5rem;
  color: var(--grey-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.25;
  font-weight: 500;
}
@media (max-width: 1599px) {
  .news-main-b__desc {
    margin-bottom: 1.6rem;
  }
}
.news-main-b__desc img {
  margin-right: 0.8rem;
  width: 1.6rem;
  min-width: 1.6rem;
  margin-top: 0.2rem;
}

/**
 * Helper mixins
*/
.date-select.select2-selection--single {
  background: transparent;
  border: none;
  height: 100%;
}
@media (max-width: 549px) {
  .date-select.select2-selection--single {
    width: 100%;
  }
}
.date-select.select2-selection--single .select2-selection__rendered {
  color: var(--neutral1000);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  line-height: 5rem;
  padding-right: 4.4rem;
  padding-left: 3rem;
  border: 0.1rem solid var(--neutral1000);
  border-radius: 5rem;
}
.date-select.select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 1.5rem;
}
.date-select.select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMS4wMDA2NSAxLjQ5OTg0TDUuMDAwMzMgNS40OTk1MUw5IDEuNDk5ODQiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41OTk4NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  height: 1.2rem;
  width: 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.date-select-dropdown {
  min-width: 16rem;
  border-radius: 2rem !important;
  margin-top: 1rem;
  overflow: hidden;
  padding: 3rem 3rem;
  border: 0.1rem solid var(--grey-36) !important;
}
@media (max-width: 767px) {
  .date-select-dropdown {
    padding: 1.6rem;
  }
}
.date-select-dropdown .select2-results__option--selectable {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.date-select-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--grey-20);
  color: var(--dark);
}
.date-select-dropdown .select2-results__options {
  max-height: 80vh !important;
}
@media (max-width: 1259px) {
  .date-select-dropdown .select2-results__options {
    max-height: 70vh !important;
  }
}
@media (max-width: 767px) {
  .date-select-dropdown .select2-results__options {
    max-height: 20rem !important;
  }
}
.date-select-dropdown .select2-results__options::-webkit-scrollbar {
  width: 4px;
  background-color: #acacac;
}
.date-select-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #000;
}
.date-select-dropdown .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: #acacac;
}
.date-select-dropdown .select2-results__option {
  padding: 0.8rem;
  white-space: nowrap;
  border-radius: 0.6rem;
}
.date-select-dropdown .select2-search--dropdown {
  padding: 1.2rem 1.6rem;
}
.date-select-dropdown .select2-search--dropdown .select2-search__field {
  border: 0.1rem solid var(--grey-5);
  border-radius: 0.8rem;
  height: 4rem;
  padding: 0 0.8rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

/**
 * Helper mixins
*/
.advertising-b {
  margin: 6rem 0 10rem;
}
@media (max-width: 1599px) {
  .advertising-b {
    margin: 6rem 0 8rem;
  }
}
.advertising-b__title {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
  line-height: 1.25;
  color: var(--grey-34);
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .advertising-b__title {
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .advertising-b__title {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
    line-height: 1.25;
  }
}

.advertising-way__title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--red);
  margin-bottom: 4.2rem;
}
@media (max-width: 767px) {
  .advertising-way__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.advertising-way__tale {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1599px) {
  .advertising-way__tale {
    gap: 2.4rem;
  }
}
@media (max-width: 1259px) {
  .advertising-way__tale {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .advertising-way__tale {
    grid-template-columns: repeat(1, 1fr);
  }
}

.advertising-way-card {
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 4rem 14rem 4rem 4rem;
  min-height: 12rem;
}
@media (max-width: 1599px) {
  .advertising-way-card {
    padding: 3rem 14rem 3rem 2rem;
  }
}
@media (max-width: 549px) {
  .advertising-way-card {
    padding: 4rem 2.4rem 14rem 2.4rem;
  }
}
.advertising-way-card .more {
  right: 2.6rem;
}

.advertising-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .advertising-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.advertising-service__title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--red);
  margin-bottom: 4.2rem;
  width: 25.8rem;
  min-width: 25.8rem;
  padding-top: 4.7rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .advertising-service__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
@media (max-width: 1259px) {
  .advertising-service__title {
    width: 20rem;
    min-width: 20rem;
  }
}
@media (max-width: 992px) {
  .advertising-service__title {
    width: 100%;
    min-width: 100%;
    margin-bottom: 3rem;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .advertising-service__title {
    margin-bottom: 2rem;
  }
}
.advertising-service__list {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
}
.advertising-service__item {
  border-bottom: 0.1rem solid var(--grey-30);
  padding: 4.7rem 3.5rem;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 1.25;
  color: var(--neutral1000);
}
@media (max-width: 767px) {
  .advertising-service__item {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  .advertising-service__item {
    padding: 2.4rem 1.6rem;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    line-height: 1.25;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .advertising-service__item {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    line-height: 1.25;
    font-weight: 500;
  }
}
.advertising-service__item span {
  max-width: 93rem;
  display: inline-block;
}
.advertising-service__item:last-child {
  border-bottom: 0;
}
@media (hover: hover) {
  .advertising-service__item:hover {
    background: var(--grey-2);
    border-color: var(--grey-2);
    color: var(--green);
  }
}
@media (hover: none) {
  .advertising-service__item:active {
    background: var(--grey-2);
    border-color: var(--grey-2);
    color: var(--green);
  }
}

/**
 * Helper mixins
*/
.geo-map {
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 28rem);
  position: relative;
}
@media (max-width: 1599px) {
  .geo-map {
    height: calc(100vh - 25rem);
  }
}
.geo-map .breadcrumbs-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}
.geo-map [class*=ymaps-2][class*=-ground-pane] {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.geo-map .marker-geo {
  max-width: initial !important;
  opacity: 0;
}
.geo-map .ymaps-2-1-79-balloon__content > * {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  overflow: hidden !important;
  height: auto !important;
}
@media (max-width: 767px) {
  .geo-map .ymaps-2-1-79-balloon__content > * {
    max-height: calc(100vh - 20rem) !important;
    height: auto !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .geo-map .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
    margin-right: 10px !important;
    padding-right: 0;
  }
}
.geo-map .ymaps-2-1-79-balloon {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .geo-map .ymaps-2-1-79-balloon {
    width: 100vw !important;
    border-radius: 0;
    left: 0 !important;
    top: inherit !important;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .geo-map .ymaps-2-1-79-balloon-pane {
    bottom: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.geo-map .ymaps-2-1-79-balloon__layout {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .geo-map .ymaps-2-1-79-balloon__layout {
    border-radius: 0;
  }
}
.geo-map .ymaps-2-1-79-balloon__close {
  position: absolute;
  right: 4rem;
  top: 1.3rem;
}
@media (max-width: 767px) {
  .geo-map .ymaps-2-1-79-balloon__close {
    right: 1rem;
  }
}
.geo-map .ymaps-polylabel-dot-default {
  opacity: 0;
}
@media (max-width: 767px) {
  .geo-map .ymaps-2-1-79-balloon-overlay {
    left: 0 !important;
    bottom: 0 !important;
    top: initial !important;
  }
}
.geo-map .ymaps-2-1-79-map-copyrights-promo,
.geo-map .ymaps-2-1-79-copyright__agreement,
.geo-map .ymaps-2-1-79-copyright {
  display: none;
}

.baloon-radio {
  display: grid;
  justify-items: flex-start;
  gap: 4rem;
  padding: 1rem 3rem;
  position: relative;
  height: 100%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .baloon-radio {
    padding: 1rem 0;
    min-width: 100%;
  }
}
.baloon-radio__title {
  z-index: 3;
  color: var(--grey-37);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 600;
  background: var(--neutral0);
  position: absolute;
  top: 2rem;
  left: 3rem;
  padding-bottom: 2rem;
  width: calc(100% - 3rem);
  display: block;
}
@media (max-width: 767px) {
  .baloon-radio__title {
    left: 0;
    top: 1rem;
    padding-bottom: 1rem;
  }
}
.baloon-radio__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 2.4rem 3.2rem;
  overflow-y: auto;
  margin: 6rem 0 0;
  width: 100%;
  max-height: 42rem;
  max-width: 62rem;
  min-width: 20rem;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (max-width: 767px) {
  .baloon-radio__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 4rem 0 0;
    max-height: calc(100vh - 40rem);
  }
}
@media (max-width: 549px) {
  .baloon-radio__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.baloon-radio__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  height: 7rem;
  width: 7rem;
}
@media (hover: hover) {
  .baloon-radio__radio:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
@media (hover: none) {
  .baloon-radio__radio:active {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
@media (max-width: 767px) {
  .baloon-radio__radio {
    width: 100%;
  }
}
.baloon-radio__radio img {
  max-height: 100%;
}
.baloon-radio .btn {
  position: absolute;
  left: 3rem;
  z-index: 3;
  bottom: 2rem;
}
@media (max-width: 767px) {
  .baloon-radio .btn {
    left: 0;
  }
}

.sub-geo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media (max-width: 1599px) {
  .sub-geo-text {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .sub-geo-text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
  }
}
@media (max-width: 549px) {
  .sub-geo-text {
    gap: 1rem;
  }
}
.sub-geo-text__item {
  position: relative;
  padding-right: 7rem;
  border-right: 0.25rem solid var(--green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
}
.sub-geo-text__item:last-child {
  border-right: 0;
}
@media (max-width: 1599px) {
  .sub-geo-text__item {
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .sub-geo-text__item {
    padding-right: 2rem;
  }
}
@media (max-width: 549px) {
  .sub-geo-text__item {
    padding-right: 1rem;
  }
}
.sub-geo-text__item-number {
  font-size: 8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  font-weight: 500;
  line-height: 1;
  color: var(--red-4);
}
@media (max-width: 1599px) {
  .sub-geo-text__item-number {
    font-size: 5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    font-weight: 500;
    line-height: 1;
  }
}
@media (max-width: 992px) {
  .sub-geo-text__item-number {
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
    line-height: 1;
  }
}
.sub-geo-text__item-desc {
  color: var(--grey-38);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 992px) {
  .sub-geo-text__item-desc {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .sub-geo-text__item-desc {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    font-weight: 500;
    line-height: 1;
  }
}

.sub-geo-text-wrapper {
  position: relative;
  z-index: 20;
  margin-top: -0.1rem;
  background: var(--neutral0);
}

/**
 * Helper mixins
*/
.price-b {
  margin: 6rem 0 10rem;
}
@media (max-width: 1599px) {
  .price-b {
    margin: 6rem 0 8rem;
  }
}
@media (max-width: 549px) {
  .price-b {
    margin: 4rem 0 8rem;
  }
}
.price-b__title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--grey-34);
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .price-b__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
@media (max-width: 1599px) {
  .price-b__title {
    margin-bottom: 5rem;
  }
}
@media (max-width: 1259px) {
  .price-b__title {
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  .price-b__title {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.4rem;
    font-weight: 500;
    line-height: 1.2;
  }
}
.price-b__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 9.5rem;
}
@media (max-width: 992px) {
  .price-b__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 5rem;
    margin-bottom: 5rem;
  }
}

.price-sidebar {
  width: 36rem;
  position: relative;
}
@media (max-width: 1599px) {
  .price-sidebar {
    width: 27rem;
  }
}
@media (max-width: 992px) {
  .price-sidebar {
    width: 100%;
  }
}
.price-sidebar__title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--red);
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .price-sidebar__title {
    font-size: 2.4rem;
    font-weight: 500;
  }
}

.price-content {
  width: 114rem;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  background: var(--neutral0);
  z-index: 2;
  position: relative;
}
@media (max-width: 1599px) {
  .price-content {
    gap: 2.4rem;
    width: 85rem;
  }
}
@media (max-width: 1259px) {
  .price-content {
    grid-template-columns: repeat(2, 1fr);
    width: 64rem;
  }
}
@media (max-width: 992px) {
  .price-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .price-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.price-content__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  border-radius: 3.9rem;
  border: 0.1rem solid var(--grey-34);
  padding: 1rem 2.7rem;
  min-height: 8rem;
  color: var(--neutral1000);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 1599px) {
  .price-content__item {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media (hover: hover) {
  .price-content__item:hover {
    background: var(--red);
    border-color: var(--red);
    color: var(--neutral0);
  }
}
@media (hover: none) {
  .price-content__item:active {
    background: var(--red);
    border-color: var(--red);
    color: var(--neutral0);
  }
}
.price-content__item span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.price-content__icon {
  min-width: 2.3rem;
  width: 2.3rem;
  height: 2.8rem;
  display: block;
}

.price-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.price-select__location {
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.2rem;
  display: block;
  margin-top: -0.4rem;
  color: var(--neutral1000);
}
@media (hover: hover) {
  .price-select__location:hover {
    color: var(--red);
  }
}
@media (hover: none) {
  .price-select__location:active {
    color: var(--red);
  }
}
.price-select__location-icon {
  width: 100%;
  height: 100%;
}
.city-price-select.select2-selection--single {
  background: transparent;
  border: none;
}
.city-price-select.select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: var(--neutral1000);
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  line-height: 2.8rem;
  padding-right: 2.6rem;
  white-space: normal;
  word-break: break-all;
}
@media (max-width: 1599px) {
  .city-price-select.select2-selection--single .select2-selection__rendered {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .city-price-select.select2-selection--single .select2-selection__rendered {
    max-width: 100%;
  }
}
.city-price-select.select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMS4wMDA2NSAxLjQ5OTg0TDUuMDAwMzMgNS40OTk1MUw5IDEuNDk5ODQiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41OTk4NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  height: 1rem;
  width: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.city-price-select-dropdown {
  min-width: 26rem;
  border-radius: 1.8rem !important;
  margin-top: 1rem;
  overflow: hidden;
  padding: 2rem 2.4rem;
  border: 1px solid #aaa !important;
}
@media (max-width: 1259px) {
  .city-price-select-dropdown {
    margin-top: -1rem;
  }
}
@media (max-width: 767px) {
  .city-price-select-dropdown {
    padding: 1.6rem;
  }
}
.city-price-select-dropdown .select2-results__option--selectable {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.city-price-select-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--grey-20);
  color: var(--dark);
}
.city-price-select-dropdown .select2-results__options::-webkit-scrollbar {
  width: 4px;
  background-color: #acacac;
}
.city-price-select-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #000;
}
.city-price-select-dropdown .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: #acacac;
}
.city-price-select-dropdown .select2-results__option {
  padding: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0.6rem;
}
.city-price-select-dropdown .select2-search--dropdown {
  padding: 1.2rem 1.6rem;
}
.city-price-select-dropdown .select2-search--dropdown .select2-search__field {
  border: 0.1rem solid var(--grey-5);
  border-radius: 0.8rem;
  height: 4rem;
  padding: 0 0.8rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

/**
 * Helper mixins
*/
.air-projects-sec {
  width: 100%;
  overflow: hidden;
  margin: 6rem 0 8rem;
}
@media (max-width: 549px) {
  .air-projects-sec {
    margin: 4rem 0 8rem;
  }
}

.air-projects-b__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5.6rem;
}
@media (max-width: 767px) {
  .air-projects-b__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}
.air-projects-b__title {
  color: var(--red);
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 1599px) {
  .air-projects-b__title {
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media (max-width: 1259px) {
  .air-projects-b__title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  .air-projects-b__title {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.4rem;
    font-weight: 500;
    line-height: 1.2;
  }
}
.air-projects-b__text-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem 18.7rem;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--grey-34);
  max-width: calc(100% - 16rem);
  margin-bottom: 8rem;
}
@media (max-width: 1599px) {
  .air-projects-b__text-col {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    font-weight: 500;
    line-height: 1.25;
    gap: 2rem 6rem;
  }
}
@media (max-width: 1259px) {
  .air-projects-b__text-col {
    max-width: 100%;
    margin-bottom: 5rem;
  }
}
@media (max-width: 992px) {
  .air-projects-b__text-col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.air-projects-b__text-col > * {
  overflow: hidden;
}

.video-slide {
  width: 100%;
  aspect-ratio: 1.7790697674;
}
@supports not (aspect-ratio: calc(1530 / 860)) {
  .video-slide::before {
    content: "";
    float: left;
    padding-top: 56.2091503268%;
  }
  .video-slide::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (max-width: 549px) {
  .video-slide {
    aspect-ratio: 1.2142857143;
  }
  @supports not (aspect-ratio: calc(1530 / 1260)) {
    .video-slide::before {
      content: "";
      float: left;
      padding-top: 82.3529411765%;
    }
    .video-slide::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
@media (hover: hover) {
  .video-slide:hover .video-slide__info {
    opacity: 1;
    visibility: visible;
    z-index: 3;
  }
}
@media (hover: none) {
  .video-slide:active .video-slide__info {
    opacity: 1;
    visibility: visible;
    z-index: 3;
  }
}
.video-slide__play-btn {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: none;
          transform: none;
}
.video-slide__play-btn > * {
  display: none;
}
.video-slide__info {
  height: 12rem;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 3rem 1.6rem 3rem;
  overflow: hidden;
  gap: 2.4rem;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: -webkit-grab;
  cursor: grab;
}
.video-slide__info:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
@media (max-width: 1599px) {
  .video-slide__info {
    padding: 1.6rem 4rem;
  }
}
@media (max-width: 1259px) {
  .video-slide__info {
    height: auto;
  }
}
@media (max-width: 992px) {
  .video-slide__info {
    padding: 2.4rem;
  }
}
@media (max-width: 767px) {
  .video-slide__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    padding: 1.6rem;
    opacity: 1;
    visibility: visible;
    z-index: 3;
  }
}
.video-slide__title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  font-weight: 500;
  line-height: 1;
  color: var(--grey-34);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 549px) {
  .video-slide__title {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
  }
}
.video-slide .btn {
  background: transparent;
  padding: 0 2.8rem;
  height: 5.6rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  font-weight: 500;
  color: var(--grey-34);
  border-color: var(--grey-34);
  white-space: nowrap;
}
@media (max-width: 1259px) {
  .video-slide .btn {
    padding: 0 4rem;
    height: 6rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.4rem;
  }
}
@media (max-width: 992px) {
  .video-slide .btn {
    padding: 0 2rem;
    height: 4.4rem;
  }
}
@media (hover: hover) {
  .video-slide .btn:hover {
    background: var(--grey-34);
    color: var(--neutral0);
  }
}
@media (hover: none) {
  .video-slide .btn:active {
    background: var(--grey-34);
    color: var(--neutral0);
  }
}

.video-slider-js__next {
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  color: var(--grey-22);
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-slider-js__next svg {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 992px) {
  .video-slider-js__next {
    display: none;
  }
}
@media (hover: hover) {
  .video-slider-js__next:hover {
    color: var(--red);
  }
}
@media (hover: none) {
  .video-slider-js__next:active {
    color: var(--red);
  }
}

.video-slider-js__prev {
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  color: var(--grey-22);
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-slider-js__prev svg {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 992px) {
  .video-slider-js__prev {
    display: none;
  }
}
@media (hover: hover) {
  .video-slider-js__prev:hover {
    color: var(--red);
  }
}
@media (hover: none) {
  .video-slider-js__prev:active {
    color: var(--red);
  }
}

.video-slider-wrapper__title {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
  color: var(--grey-34);
  margin-bottom: 4rem;
}
@media (max-width: 1259px) {
  .video-slider-wrapper__title {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media (max-width: 1259px) and (max-width: 549px) {
  .video-slider-wrapper__title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .video-slider-wrapper__title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 500;
  }
}

.video-slider {
  overflow: visible;
  width: calc(100% - 8rem);
  max-width: 96rem;
}
@media (max-width: 992px) {
  .video-slider {
    display: none;
  }
}
.video-slider .swiper-slide {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 1259px) {
  .video-slider .swiper-slide {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.video-slider .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mobile-videos {
  display: none;
  gap: 4rem;
}
@media (max-width: 992px) {
  .mobile-videos {
    display: grid;
  }
}

.video-mobile {
  display: grid;
  gap: 2rem;
  justify-items: flex-start;
}
.video-mobile__title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  color: var(--grey-34);
}

.air-projects-tags {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.4rem;
  max-width: 50%;
}
@media (max-width: 767px) {
  .air-projects-tags {
    max-width: 100%;
    color: var(--red);
    gap: 0.8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.air-projects-tags span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
}
@media (max-width: 767px) {
  .air-projects-tags span {
    gap: 0;
  }
}
.air-projects-tags span:after {
  content: "";
  width: 0.12rem;
  height: 100%;
  background: var(--green-3);
  display: block;
}
@media (max-width: 767px) {
  .air-projects-tags span:after {
    content: ",";
    width: auto;
    height: auto;
    background: transparent;
  }
}
.air-projects-tags span:last-child:after {
  display: none;
}

/**
 * Helper mixins
*/
.audio-production-b {
  margin: 6rem 0 10rem;
  display: grid;
  gap: 8rem;
}
@media (max-width: 1599px) {
  .audio-production-b {
    margin: 6rem 0 8rem;
    gap: 5rem;
  }
}
@media (max-width: 549px) {
  .audio-production-b {
    margin: 4rem 0 8rem;
  }
}
.audio-production-b__title {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
  color: var(--red);
  max-width: 78rem;
}
@media (max-width: 992px) {
  .audio-production-b__title {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.4rem;
    font-weight: 500;
    line-height: 1.2;
  }
}

.audio-production-prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--neutral1000);
}
@media (max-width: 767px) {
  .audio-production-prize {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  .audio-production-prize {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 5rem;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    font-weight: 500;
  }
}
.audio-production-prize__text {
  max-width: 56rem;
}
@media (max-width: 1599px) {
  .audio-production-prize__text {
    max-width: calc(50% - 2rem);
    width: 100%;
  }
}
@media (max-width: 992px) {
  .audio-production-prize__text {
    max-width: 100%;
  }
}
.audio-production-prize__prizes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: calc(100% - 60rem);
  gap: 4rem 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1599px) {
  .audio-production-prize__prizes {
    max-width: calc(50% - 2rem);
    width: 100%;
  }
}
@media (max-width: 992px) {
  .audio-production-prize__prizes {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .audio-production-prize__prizes {
    grid-template-columns: repeat(2, 1fr);
  }
}
.audio-production-prize .prize-item {
  display: block;
}

.audio-production-text-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--neutral1000);
  gap: 13rem;
}
@media (max-width: 767px) {
  .audio-production-text-buttons {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
@media (max-width: 1599px) {
  .audio-production-text-buttons {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1259px) {
  .audio-production-text-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .audio-production-text-buttons {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    font-weight: 500;
  }
}
.audio-production-text-buttons__text {
  max-width: 65rem;
}
@media (max-width: 1599px) {
  .audio-production-text-buttons__text {
    max-width: calc(50% - 2rem);
    width: 100%;
  }
}
@media (max-width: 1259px) {
  .audio-production-text-buttons__text {
    max-width: 100%;
  }
}
.audio-production-text-buttons__buttons {
  max-width: 61rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 1599px) {
  .audio-production-text-buttons__buttons {
    max-width: calc(50% - 2rem);
    width: 100%;
  }
}
@media (max-width: 1259px) {
  .audio-production-text-buttons__buttons {
    max-width: 100%;
  }
}
@media (max-width: 549px) {
  .audio-production-text-buttons__buttons {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}

.btn--video {
  height: 7.4rem;
  gap: 1.2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 4.7rem;
}
@media (max-width: 1599px) {
  .btn--video {
    padding: 0 3rem;
  }
}
.btn--video__ico {
  width: 4.2rem;
  height: 4.2rem;
  display: block;
}

/* End */


/* Start:/local/templates/gkvr/components/interlabs/feedbackform/modal.callback/style.css?175964541412695*/
.interlabs-feedbackform__container {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
}
.interlabs-feedbackform__container .hidden {
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog {
  padding: 6px;
  padding-left: 28px;
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 39px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header label {
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
  margin-right: 12px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header .js-interlabs-feedbackform__dialog__close {
  cursor: pointer;
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body {
  margin-top: 17px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group {
  margin-bottom: 17px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .field-required {
  color: #EB5757;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group label:nth-child(1) {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"] {
  margin-bottom: 0;
  height: 36px;
  background: #F8FAFC;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"].date {
  width: 75px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group select {
  width: 30%;
  color: #828282;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  padding-left: 13px;
  height: 36px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url("/local/templates/gkvr/components/interlabs/feedbackform/modal.callback/image/select-arrow.png") no-repeat 97% 55%;
  background-color: #F8FAFC;
  text-align: left;
  text-align-last: left;
  padding-right: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file {
  margin-top: 6px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file input[type="file"] {
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file a {
  padding: 10px 30px;
  border: 1px solid #159EBB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #159EBB;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file label {
  color: #828282;
  margin-left: 12px;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file label.selected {
  color: #333333;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group textarea {
  width: 100%;
  height: 180px;
  background: #F8FAFC;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha input[type="text"] {
  width: 75%;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha img {
  width: 180px;
  height: 40px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 2px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  background: #159EBB;
  border-radius: 1px;
  width: 8px;
  height: 8px;
  display: block;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 8px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  background: #70BB18;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  display: block;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group.agree a {
  color: #159EBB;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group.agree .c-checkbox {
  display: inline-block;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body input[type="submit"],
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button,
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .interlabs-feedbackform__container-succsess__close {
  width: 144px;
  height: 36px;
  background: #70BB18;
  border-radius: 2px;
  border: none;
  color: #F2F2F2;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .error {
  color: #EB5757;
  margin-left: 12px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .interlabs-feedbackform__container__errors .interlabs-feedbackform__container__errors__item {
  font-style: normal;
  font-weight: normal;
  line-height: 33px;
  font-size: 14px;
  color: #EB5757;
  margin-bottom: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container-succsess {
  color: #70BB18;
  margin: 20px 0px;
  padding: 6px;
}
.interlabs-feedbackform__container .interlabs__info-dialog {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  padding-left: 28px;
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 39px;
  max-height: 480px;
  max-width: 540px;
  position: fixed;
  z-index: 9998;
  top: 30%;
  left: 30%;
}
.interlabs-feedbackform__container .interlabs__info-dialog.hidden {
  display: none;
}
.interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
  height: 300px;
  overflow-y: auto;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header {
  border-bottom: 1px solid #70BB18;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header label {
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
  margin-right: 12px;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header .close-dialog {
  cursor: pointer;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group {
  margin-bottom: 28px;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group .btn.btn-close {
  width: 144px;
  height: 36px;
  background: #70BB18;
  border-radius: 2px;
  border: none;
  color: #F2F2F2;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha input[type="text"] {
    width: 100%;
    margin-top: 12px;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha img {
    width: 180px;
    height: 40px;
  }
  .interlabs-feedbackform__container .interlabs__info-dialog {
    top: 50px;
    left: 0;
  }
  .interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
    height: 150px;
  }
}
#captcha-container {
  height: 102px !important;
}
/* End */
/* /local/templates/gkvr/frontend/dist/css/app.css?1759643582257796 */
/* /local/templates/gkvr/components/interlabs/feedbackform/modal.callback/style.css?175964541412695 */
