/*! 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
   ========================================================================== */
/**
 * 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; }

/**
 * Swiper 7.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff
; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-slide-shadow-left {
  background-image: 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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 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: 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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s 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: .2s transform, .2s left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .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-flip {
  overflow: visible; }

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  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; }

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

.fancybox-active {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  /*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)*/ }

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

@supports (padding: 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; }

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

@keyframes a {
  to {
    transform: rotate(1turn); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      /*padding-left: max(12px, env(safe-area-inset-left));*/
      /*padding-right: max(12px, env(safe-area-inset-right))*/ } } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 10px; }
  @media screen and (min-width: 667px) {
    html {
      font-size: 8px; } }
  @media screen and (min-width: 1024px) {
    html {
      font-size: 6px; } }
  @media screen and (min-width: 1280px) {
    html {
      font-size: 7px; } }
  @media screen and (min-width: 1366px) {
    html {
      font-size: 9px; } }
  @media screen and (min-width: 1680px) {
    html {
      font-size: 10px; } }

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

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

html,
body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  color: #4B6584;
  font-family: "Raleway", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.no-scroll {
    overflow: hidden; }

input,
button,
textarea,
optgroup,
select {
  font-family: "Raleway";
  font-size: inherit; }

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit; }

picture {
  display: block; }

p {
  margin: 0;
  padding: 0; }

a {
  cursor: pointer;
  display: inline-block;
  color: inherit; }

a:link,
a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

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

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0; }

blockquote {
  margin: 0;
  padding: 0; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.app {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.main {
  flex: 1 1 auto;
  padding-top: 10rem; }
  @media screen and (max-width: 666px) {
    .main {
      padding-top: 6rem; } }

[class*="__container"] {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 1.5rem; }

@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Regular.woff") format("woff"), url("fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Medium.woff") format("woff"), url("fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-SemiBold.woff") format("woff"), url("fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Bold.woff") format("woff"), url("fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Black.woff") format("woff"), url("fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Medium.woff") format("woff"), url("fonts/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

.potential__sub-title, .motor__sub-title {
  display: inline-block;
  padding: 1rem 1.6rem;
  background: rgba(6, 82, 221, 0.1); }
  .potential__sub-title > *, .motor__sub-title > * {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #0652DD; }
    @media screen and (max-width: 666px) {
      .potential__sub-title > *, .motor__sub-title > * {
        font-size: 1.4rem;
        line-height: 1.7rem; } }

.growing__link {
  min-width: 20.7rem;
  padding: 1.8rem;
  text-align: center;
  background-color: #0652DD;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 1rem 1rem 4.5rem rgba(6, 82, 221, 0.4); }
  .growing__link:hover {
    background-color: #5390FF; }
  .growing__link > * {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #ffffff; }

.info__item > * {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 4.1rem;
  color: #101010; }
  @media screen and (max-width: 666px) {
    .info__item > * {
      font-size: 1.8rem;
      line-height: 3.2rem; } }
  .info__item > * > * {
    font-weight: 900;
    color: #0652DD; }

/* ============================ index START ================================================================= */
.potential {
  position: relative;
  background-color: #F8FAFE; }
  .potential__container {
    display: flex;
    align-items: center;
    padding: 14rem 1.5rem; }
    @media screen and (max-width: 666px) {
      .potential__container {
        flex-direction: column;
        padding: 1.5rem 1.5rem 3rem; } }
    @media screen and (min-width: 667px) {
      .potential__container {
        justify-content: space-between; } }
  .potential__content {
    position: relative;
    max-width: 57rem;
    width: 100%;
    flex: 0 0 50%; }
    @media screen and (min-width: 667px) {
      .potential__content {
        margin-right: 1rem; } }
    @media screen and (max-width: 666px) {
      .potential__content {
        margin-bottom: 1rem; } }
  .potential__slider {
    max-width: 90rem;
    width: 100%;
    min-width: 0; }
    @media screen and (max-width: 666px) {
      .potential__slider {
        max-width: 60rem; } }
    @media screen and (min-width: 667px) {
      .potential__slider {
        flex: 0 1 50%; } }
    @media screen and (min-width: 1024px) {
      .potential__slider {
        transform: translate(28%, 0); } }
  @media screen and (max-width: 666px) {
    .potential__sub-title > * {
      font-size: 1.3rem;
      line-height: 1.5rem; } }
  @media screen and (max-width: 666px) {
    .potential__sub-title {
      padding: 1rem; } }
  .potential__sub-title:not(:last-child) {
    margin-bottom: 2rem; }
  .potential__title {
    margin-bottom: 3rem; }
    @media screen and (max-width: 666px) {
      .potential__title {
        margin-bottom: 1.5rem; } }
    .potential__title > * {
      font-weight: 500;
      font-size: 6rem;
      line-height: 7rem;
      color: #1E272E; }
      @media screen and (max-width: 666px) {
        .potential__title > * {
          font-size: 3rem;
          line-height: 4rem; } }
  @media screen and (max-width: 666px) {
    .potential__text {
      margin-bottom: 1.5rem; } }
  @media screen and (min-width: 667px) {
    .potential__text {
      margin-bottom: 3rem; } }
  .potential__text > * {
    font-size: 1.8rem;
    line-height: 2.5rem; }
    @media screen and (max-width: 666px) {
      .potential__text > * {
        font-size: 1.4rem;
        line-height: 2rem; } }

@media screen and (max-width: 666px) {
  .slider-potential {
    height: 20rem; } }

@media screen and (max-width: 666px) {
  .slider-potential__img {
    height: 100%; } }

.slider-potential__img > * {
  object-fit: contain; }

.slider-potential__pagination {
  bottom: 1rem !important;
  z-index: 2; }
  @media screen and (min-width: 667px) {
    .slider-potential__pagination {
      display: none; } }

.slider-potential__navigation-buttons {
  display: inline-flex; }
  @media screen and (max-width: 666px) {
    .slider-potential__navigation-buttons {
      display: none; } }

.slider-potential__wrapper {
  align-items: center; }

.slider-potential__button-prev, .slider-potential__button-next {
  position: static;
  width: 4rem;
  height: 4rem;
  margin: 0;
  z-index: 0;
  outline: none; }
  .slider-potential__button-prev:hover > *, .slider-potential__button-next:hover > * {
    fill: #5390FF; }
  .slider-potential__button-prev > *, .slider-potential__button-next > * {
    fill: #0652DD;
    transition: fill 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  .slider-potential__button-prev::after, .slider-potential__button-next::after {
    font-size: 0; }

.slider-potential__icon {
  width: 3rem;
  height: 1.2rem; }

.info__container {
  padding: 15rem 1.5rem; }
  @media screen and (max-width: 666px) {
    .info__container {
      padding: 5rem 1.5rem; } }

.info__list {
  display: flex;
  flex-wrap: wrap;
  margin: -3rem 0 0 -3rem; }
  @media screen and (max-width: 666px) {
    .info__list {
      margin: -1.5rem 0 0 -1.5rem; } }
  @media screen and (max-width: 479px) {
    .info__list {
      flex-direction: column;
      align-items: center;
      margin: 0; } }

.info__item {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 3rem);
  margin: 3rem 0 0 3rem; }
  @media screen and (max-width: 666px) {
    .info__item {
      width: calc(100% / 2 - 1.5rem);
      margin: 1.5rem 0 0 1.5rem; } }
  @media screen and (max-width: 479px) {
    .info__item {
      max-width: 33rem;
      width: 100%;
      margin: 0; }
      .info__item:not(:last-child) {
        margin-bottom: 2.5rem; } }

.info__img {
  width: 7rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F8FAFE;
  border-radius: 50%;
  margin-bottom: 2rem; }
  @media screen and (max-width: 666px) {
    .info__img {
      width: 5rem;
      height: 5rem; } }

.info__icon {
  width: 2.6rem;
  height: 2.6rem; }
  @media screen and (max-width: 666px) {
    .info__icon {
      width: 2rem;
      height: 2rem; } }
  .info__icon_increase {
    width: 3rem;
    height: 2rem; }
    @media screen and (max-width: 666px) {
      .info__icon_increase {
        width: 2.5rem;
        height: 1.5rem; } }
  .info__icon_bolt {
    width: 1.8rem;
    height: 3rem; }

.motor {
  background-color: #F8FAFE; }
  .motor__container {
    padding: 10rem 1.5rem 8rem; }
    @media screen and (max-width: 666px) {
      .motor__container {
        padding: 4rem 1.5rem; } }
  .motor__wrapper {
    position: relative;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .motor__wrapper {
        flex-direction: row; } }
  .motor__content {
    width: 100%; }
    @media screen and (max-width: 666px) {
      .motor__content {
        margin-bottom: 2rem; } }
    @media screen and (min-width: 667px) {
      .motor__content {
        margin-right: 1rem;
        min-width: 50.8rem; } }
  .motor__title {
    margin-bottom: 13rem; }
    @media screen and (max-width: 666px) {
      .motor__title {
        margin-bottom: 5rem; } }
    .motor__title > * {
      font-weight: 500;
      font-size: 3.6rem;
      line-height: 4.2rem;
      color: #1E272E; }
      @media screen and (max-width: 666px) {
        .motor__title > * {
          font-size: 3rem;
          line-height: 3.6rem; } }
      .motor__title > * > * {
        font-weight: 900; }
  @media screen and (max-width: 666px) {
    .motor__sub-title {
      padding: 1rem; } }
  .motor__sub-title:not(:last-child) {
    margin-bottom: 2.4rem; }
    @media screen and (max-width: 666px) {
      .motor__sub-title:not(:last-child) {
        margin-bottom: 1.5rem; } }
  .motor__text:not(:last-child) {
    margin-bottom: 6.7rem; }
    @media screen and (max-width: 666px) {
      .motor__text:not(:last-child) {
        margin-bottom: 3rem; } }
  .motor__text > * {
    font-size: 2rem;
    line-height: 3rem; }
    @media screen and (max-width: 666px) {
      .motor__text > * {
        font-size: 1.5rem;
        line-height: 1.7rem; } }
  .motor__img {
    position: relative;
    height: 56.3rem;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
    @media screen and (max-width: 666px) {
      .motor__img {
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .motor__img {
        min-width: 84.5rem;
        transform: translateX(9%); } }
    @media screen and (min-width: 1366px) {
      .motor__img {
        min-width: 78.5rem; } }
    @media screen and (min-width: 1680px) {
      .motor__img {
        min-width: 83.5rem; } }
    @media screen and (min-width: 1920px) {
      .motor__img {
        min-width: 94.5rem; } }
    @media screen and (min-width: 1367px) {
      .motor__img:hover :last-child {
        opacity: 1; } }
    .motor__img.is-hidden :last-child {
      opacity: 1; }
    @media screen and (max-width: 666px) {
      .motor__img > * {
        object-fit: contain; } }
    @media screen and (min-width: 1024px) and (max-width: 1919px) {
      .motor__img > * {
        object-fit: contain; } }
    .motor__img :last-child {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      transition: opacity 0.9s ease; }
  .motor__pulse {
    position: absolute;
    top: 44%;
    left: 56%;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #0652DD;
    box-shadow: 0 0 6rem 1rem #0652DD; }
    @media screen and (max-width: 666px) {
      .motor__pulse {
        width: 2rem;
        height: 2rem; } }
    .motor__pulse::before {
      content: "";
      position: absolute;
      inset: 0;
      border: 1px solid #0652DD;
      border-radius: 50%;
      animation-name: pulse;
      animation-duration: 2s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      box-shadow: 0 0 1rem 0.2rem #0652DD; }
    .motor__pulse::after {
      content: "";
      position: absolute;
      inset: 0;
      border: 1px solid #0652DD;
      border-radius: 50%;
      animation-name: pulse;
      animation-duration: 2s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      animation-delay: 1s;
      box-shadow: 0 0 1rem 0.2rem #0652DD; }

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    transform: scale(2.3);
    opacity: 0; } }

.growing {
  position: relative;
  padding: 11.5rem 0; }
  @media screen and (max-width: 666px) {
    .growing {
      padding: 5rem; } }
  .growing__container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .growing__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .growing__title {
    margin-bottom: 4rem; }
    @media screen and (max-width: 666px) {
      .growing__title {
        white-space: nowrap; } }
    .growing__title > * {
      font-weight: 500;
      font-size: 4rem;
      line-height: 4.7rem;
      color: #1E272E; }
      @media screen and (max-width: 666px) {
        .growing__title > * {
          font-size: 3rem;
          line-height: 3.7rem; } }
      .growing__title > * > * {
        font-weight: 900; }

/* ============================ index END ================================================================= */

/* ============================ header START ================================================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: #1E272E;
  height: 10rem; }
  @media screen and (max-width: 666px) {
    .header {
      height: 6rem; } }
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; }
  @media screen and (min-width: 667px) {
    .header__logo {
      margin-right: 1rem; } }
  .header__icon {
    width: 21.9rem;
    height: 5rem; }
    @media screen and (max-width: 666px) {
      .header__icon {
        width: 17.9rem;
        height: 4rem; } }
    .header__icon > * {
      width: 21.9rem;
      height: 5rem; }
      @media screen and (max-width: 666px) {
        .header__icon > * {
          width: 17.9rem;
          height: 4rem; } }

@media screen and (max-width: 666px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    padding-right: 6.5rem;
    z-index: 2;
    transform: translateX(-100%);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: auto; }
    .menu.open {
      transform: translateX(0); } }

@media screen and (max-width: 666px) {
  .menu__wrapper {
    padding: 10rem 1.5rem 5rem;
    height: 100%;
    background-color: #1E272E; } }

.menu__list {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 666px) {
    .menu__list {
      flex-direction: column; } }

.menu__item:not(:last-child) {
  margin: 0 2rem 0 0; }
  @media screen and (min-width: 667px) and (max-width: 768px) {
    .menu__item:not(:last-child) {
      margin: 0 1rem 0 0; } }
  @media screen and (max-width: 666px) {
    .menu__item:not(:last-child) {
      margin: 0 0 2rem 0; } }

.menu__item.active > * {
  color: #206FFF; }

.menu__item:hover > * {
  color: #5390FF; }

.menu__item > * {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #ffffff;
  padding: 1rem;
  text-align: center;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  @media screen and (max-width: 666px) {
    .menu__item > * {
      font-size: 2.8rem;
      line-height: 3.4rem; } }

.menu__icon {
  width: 3.3rem;
  height: 3.3rem; }

.menu__icon-burger {
  width: 3rem;
  height: 3rem; }
  .menu__icon-burger.open {
    display: none; }

.menu__burger {
  cursor: pointer;
  display: inline-block; }
  @media screen and (min-width: 667px) {
    .menu__burger {
      display: none; } }

.menu__close {
  position: absolute;
  top: 3.3rem;
  right: 1.5rem;
  cursor: pointer;
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1); }
  @media screen and (min-width: 667px) {
    .menu__close {
      display: none; } }
  @media screen and (max-width: 666px) {
    .menu__close {
      top: 1.3rem; } }

.menu.open {
  transform: translateX(0); }

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000000a6;
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  .shadow.is-hidden {
    opacity: 0;
    pointer-events: none; }

/* ============================ header END ================================================================= */

.technology__sub-title, .vacancies__location {
  display: inline-block;
  padding: 1rem 1.6rem;
  background: rgba(6, 82, 221, 0.1); }
  .technology__sub-title > *, .vacancies__location > * {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #0652DD; }
    @media screen and (max-width: 666px) {
      .technology__sub-title > *, .vacancies__location > * {
        font-size: 1.4rem;
        line-height: 1.7rem; } }

.breadcrumbs {
  padding-top: 1.2rem; }
  .breadcrumbs > * {
    display: flex;
    align-items: center; }
    .breadcrumbs > * > * {
      position: relative; }
      .breadcrumbs > * > *:not(:last-child) {
        margin-right: 2rem; }
        .breadcrumbs > * > *:not(:last-child):hover > *, .breadcrumbs > * > *:not(:last-child):focus > * {
          color: #0652DD; }
        .breadcrumbs > * > *:not(:last-child)::after {
          content: "/";
          position: absolute;
          top: 50%;
          right: -1.3rem;
          transform: translate(0, -50%);
          color: #4B6584;
          transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
        .breadcrumbs > * > *:not(:last-child) > * {
          font-size: 1.2rem;
          line-height: 1.4rem;
          color: #1E272E;
          transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
      .breadcrumbs > * > * > * {
        font-size: 1.2rem;
        line-height: 1.4rem;
        color: #A5B2C1;
        transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

/* ============================ careers START ================================================================= */
.technology {
  position: relative;
  background-color: #F8FAFE; }
  .technology__wrapper {
    display: flex;
    align-items: center;
    padding: 7.4rem 0 10rem; }
    @media screen and (max-width: 666px) {
      .technology__wrapper {
        flex-direction: column;
        padding: 5rem 0; } }
  @media screen and (max-width: 666px) {
    .technology__content {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 667px) {
    .technology__content {
      max-width: 57rem;
      width: 100%; } }
  @media screen and (max-width: 666px) {
    .technology__sub-title {
      padding: 1rem; } }
  .technology__sub-title:not(:last-child) {
    margin-bottom: 2rem; }
    @media screen and (max-width: 666px) {
      .technology__sub-title:not(:last-child) {
        margin-bottom: 1rem; } }
  @media screen and (max-width: 666px) {
    .technology__sub-title > * {
      font-size: 1.4rem;
      line-height: 1.7rem; } }
  .technology__title:not(:last-child) {
    margin-bottom: 3rem; }
    @media screen and (max-width: 666px) {
      .technology__title:not(:last-child) {
        margin-bottom: 1.5rem; } }
  .technology__title > * {
    font-weight: 600;
    font-size: 4rem;
    line-height: 4.7rem;
    color: #1E272E; }
    @media screen and (max-width: 666px) {
      .technology__title > * {
        font-size: 3rem;
        line-height: 3.7rem; } }
  .technology__text > * {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #1E272E; }
  @media screen and (min-width: 667px) {
    .technology__img {
      position: absolute;
      top: 0;
      right: 9%;
      bottom: 0;
      max-width: 95.2rem;
      width: 100%;
      height: 57rem; } }
  @media screen and (min-width: 667px) and (max-width: 1023px) {
    .technology__img {
      position: static;
      max-width: 79.2rem;
      height: 39rem;
      transform: translateX(8%); } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .technology__img {
      right: 5%; } }
  @media screen and (min-width: 1366px) {
    .technology__img {
      right: 0; } }
  @media screen and (min-width: 1920px) {
    .technology__img {
      right: 9%; } }
  @media screen and (max-width: 1023px) {
    .technology__img > * {
      object-fit: contain; } }

.vacancies__container {
  padding: 10rem 1.5rem; }
  @media screen and (max-width: 666px) {
    .vacancies__container {
      padding: 5rem 1.5rem; } }

.vacancies__title {
  margin-bottom: 6rem; }
  @media screen and (max-width: 666px) {
    .vacancies__title {
      margin-bottom: 3rem; } }
  .vacancies__title > * {
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 4.2rem;
    color: #1E272E; }
    @media screen and (max-width: 666px) {
      .vacancies__title > * {
        font-size: 3rem;
        line-height: 3.6rem; } }
    .vacancies__title > * > * {
      font-weight: 900; }

.vacancies__list {
  display: flex;
  flex-wrap: wrap;
  margin: -3rem 0 0 -3rem; }
  @media screen and (max-width: 666px) {
    .vacancies__list {
      margin: -1.5rem 0 0 -1.5rem; } }
  @media screen and (max-width: 479px) {
    .vacancies__list {
      flex-direction: column;
      align-items: center;
      margin: 0; } }

.vacancies__item {
  display: flex;
  flex-direction: column;
  padding: 4rem 3rem 3rem;
  width: calc(100% / 3 - 3rem);
  margin: 3rem 0 0 3rem;
  box-shadow: 1rem 1rem 3rem rgba(6, 82, 221, 0.1); }
  @media screen and (max-width: 666px) {
    .vacancies__item {
      padding: 2rem 1.5rem 1.5rem;
      margin: 1.5rem 0 0 1.5rem;
      width: calc(100% / 2 - 1.5rem); } }
  @media screen and (max-width: 479px) {
    .vacancies__item {
      max-width: 33rem;
      width: 100%;
      margin: 0; }
      .vacancies__item:not(:last-child) {
        margin-bottom: 2.5rem; } }

.vacancies__wrapper {
  border-top: 1px solid #E6EEFC;
  padding-top: 2rem;
  margin-top: auto; }

.vacancies__location {
  padding: .8rem 1rem;
  flex: 0 1 auto;
  align-self: baseline; }
  .vacancies__location:not(:last-child) {
    margin-bottom: 2rem; }
  .vacancies__location > * {
    font-size: 1.2rem;
    line-height: 1.4rem; }

.vacancies__text:not(:last-child) {
  margin-bottom: 2rem; }

.vacancies__text > * {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.4rem;
  color: #1E272E; }
  @media screen and (max-width: 666px) {
    .vacancies__text > * {
      font-size: 1.5rem;
      line-height: 1.7rem; } }

.vacancies__link {
  margin-top: auto; }
  .vacancies__link:hover > * {
    color: #5390FF;
    fill: #5390FF; }
  .vacancies__link > * {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #0652DD;
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

.vacancies__icon {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.8rem;
  transform: rotate(-180deg);
  fill: #0652DD;
  transition: fill 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

.vacancies__info {
  display: flex;
  justify-content: center;
  background-color: #0652DD;
  padding: 1rem;
  margin-top: 7rem; }
  @media screen and (max-width: 666px) {
    .vacancies__info {
      margin-top: 4rem; } }
  .vacancies__info > * {
    max-width: 50rem;
    width: 100%;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: center;
    color: #ffffff; }
    .vacancies__info > * > a {
      text-decoration: underline;
      transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
      .vacancies__info > * > a:hover {
        color: #A5C5FF; }

/* ============================ careers END ================================================================= */

/* ============================ footer START ================================================================= */
.footer__container {
  padding: 10rem 1.5rem 4rem; }
  @media screen and (max-width: 666px) {
    .footer__container {
      padding: 5rem 1.5rem 3rem; } }

.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5rem;
  border-bottom: solid 1px #E6EEFC; }
  @media screen and (max-width: 666px) {
    .footer__wrapper {
      flex-direction: column; } }

@media screen and (max-width: 666px) {
  .footer__logo {
    margin-bottom: 3rem; } }

@media screen and (min-width: 667px) {
  .footer__logo {
    margin-right: 1rem; } }

.footer__icon {
  width: 21.9rem;
  height: 5rem; }
  @media screen and (max-width: 666px) {
    .footer__icon {
      width: 17.9rem;
      height: 4rem; } }

.footer__copyright {
  max-width: 30rem;
  width: 100%;
  margin: 4rem auto 0;
  text-align: center; }
  @media screen and (max-width: 666px) {
    .footer__copyright {
      margin: 3rem auto 0; } }
  .footer__copyright > * {
    font-size: 1.4rem;
    line-height: 1.7rem; }

.menu-footer__list {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 666px) {
    .menu-footer__list {
      flex-direction: column; } }

.menu-footer__item:not(:last-child) {
  margin: 0 2rem 0 0; }
  @media screen and (min-width: 667px) and (max-width: 768px) {
    .menu-footer__item:not(:last-child) {
      margin: 0 1rem 0 0; } }
  @media screen and (max-width: 666px) {
    .menu-footer__item:not(:last-child) {
      margin: 0 0 1rem 0; } }

.menu-footer__item:hover > * {
  color: #0652DD; }

.menu-footer__item > * {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #1E272E;
  padding: 1rem;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

/* ============================ footer END ================================================================= */

.company-about__title:not(:last-child) {
  margin-bottom: 3rem; }
  @media screen and (max-width: 666px) {
    .company-about__title:not(:last-child) {
      margin-bottom: 1.5rem; } }

.company-about__title > * {
  font-weight: 600;
  font-size: 4rem;
  line-height: 4.7rem;
  color: #1E272E; }
  @media screen and (max-width: 666px) {
    .company-about__title > * {
      font-size: 3rem;
      line-height: 3.7rem; } }

/* ============================ company START ================================================================= */
.company-about {
  background: #F8FAFE;
  position: relative; }
  .company-about__wrapper {
    display: flex;
    align-items: center;
    padding: 7.4rem 0 10rem; }
    @media screen and (max-width: 666px) {
      .company-about__wrapper {
        flex-direction: column;
        padding: 5rem 0; } }
    @media screen and (min-width: 667px) and (max-width: 1023px) {
      .company-about__wrapper {
        padding: 3.7rem 0 3rem; } }
  .company-about__content {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 667px) {
      .company-about__content {
        max-width: 57rem;
        width: 100%;
        margin-right: 1rem; } }
    @media screen and (max-width: 666px) {
      .company-about__content {
        margin-bottom: 2rem; } }
  .company-about__text > * {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.5rem; }
    .company-about__text > * > * {
      font-weight: 700;
      color: #0652DD; }
  @media screen and (min-width: 667px) {
    .company-about__img {
      position: absolute;
      bottom: 0;
      right: 7%;
      max-width: 75.3rem;
      width: 100%;
      height: 47.7rem; } }
  @media screen and (min-width: 667px) and (max-width: 1023px) {
    .company-about__img {
      position: static;
      max-width: 79.2rem;
      height: 39rem;
      transform: translateX(8%); } }
  .company-about__img > * {
    object-fit: contain; }

.company-info__container {
  padding: 10rem 1.5rem; }
  @media screen and (max-width: 666px) {
    .company-info__container {
      padding: 5rem 1.5rem; } }

.company-info__img {
  width: 7rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F8FAFE;
  border-radius: 50%;
  margin-bottom: 2rem; }
  @media screen and (max-width: 666px) {
    .company-info__img {
      width: 5rem;
      height: 5rem; } }

.company-info__wrapper {
  padding-bottom: 2rem;
  border-bottom: #E6EEFC solid 1px; }
  .company-info__wrapper:not(:last-child) {
    margin-bottom: 2.4rem; }

.company-info__title > * {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.3rem;
  color: #1E272E; }

.company-info__text:not(:last-child) {
  margin-bottom: 1rem; }

.company-info__text > * {
  font-size: 1.8rem;
  line-height: 2.5rem; }

.company-info__text_bold:not(:last-child) {
  margin-bottom: 1rem; }

.company-info__text_bold > * {
  font-weight: 700;
  color: #0652DD; }

.company-info__icon {
  width: 2.6rem;
  height: 2.6rem; }
  @media screen and (max-width: 666px) {
    .company-info__icon {
      width: 2rem;
      height: 2rem; } }

.company-info__list {
  display: flex;
  flex-wrap: wrap;
  margin: -3rem 0 0 -3rem; }
  @media screen and (max-width: 666px) {
    .company-info__list {
      margin: -1.5rem 0 0 -1.5rem; } }
  @media screen and (max-width: 479px) {
    .company-info__list {
      flex-direction: column;
      align-items: center;
      margin: 0; } }

.company-info__item {
  display: flex;
  flex-direction: column;
  padding: 5rem 3rem;
  width: calc(100% / 3 - 3rem);
  margin: 3rem 0 0 3rem;
  box-shadow: 1rem 1rem 3rem rgba(6, 82, 221, 0.1); }
  @media screen and (max-width: 666px) {
    .company-info__item {
      padding: 2rem 1.5rem 1.5rem;
      margin: 1.5rem 0 0 1.5rem;
      width: calc(100% / 2 - 1.5rem); } }
  @media screen and (max-width: 479px) {
    .company-info__item {
      max-width: 33rem;
      width: 100%;
      margin: 0; }
      .company-info__item:not(:last-child) {
        margin-bottom: 2.5rem; } }

/* ============================ company END ================================================================= */

.form__btn {
  min-width: 20.7rem;
  padding: 1.8rem;
  text-align: center;
  background-color: #0652DD;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 1rem 1rem 4.5rem rgba(6, 82, 221, 0.4); }
  .form__btn:hover {
    background-color: #5390FF; }
  .form__btn > * {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #ffffff; }

.form {
  width: 100%;
  display: flex;
  flex-direction: column; }
  .form__wrapper {
    background: #ffffff;
    max-width: 57rem;
    width: 100%;
    padding: 5rem 3rem;
    box-shadow: 1rem 1rem 3rem rgba(6, 82, 221, 0.1); }
    @media screen and (max-width: 666px) {
      .form__wrapper {
        padding: 2.5rem 1.5rem; } }
    @media screen and (min-width: 667px) and (max-width: 992px) {
      .form__wrapper {
        position: relative;
        z-index: 1; } }
  .form__title {
    padding-bottom: 2rem;
    border-bottom: solid 1px #E6EEFC; }
    .form__title > * {
      font-weight: 700;
      font-size: 2rem;
      line-height: 2.3rem;
      color: #1E272E; }
  .form__icon {
    position: absolute;
    top: 50%;
    left: 2.4rem;
    transform: translate(0, -50%);
    width: 1.8rem;
    height: 1.8rem; }
  .form__icon-textarea {
    position: absolute;
    top: 2.5rem;
    left: 2.4rem;
    width: 1.8rem;
    height: 1.8rem; }
  .form__list {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem; }
    @media screen and (max-width: 666px) {
      .form__list {
        flex-direction: column; } }
    @media screen and (min-width: 667px) {
      .form__list {
        flex-wrap: wrap; } }
  .form__item {
    position: relative; }
    .form__item:not(:last-child) {
      margin-bottom: 3rem; }
      @media screen and (max-width: 666px) {
        .form__item:not(:last-child) {
          margin-bottom: 2rem; } }
    .form__item:nth-child(1) {
      flex: 0 1 calc(100% / 2 - 1.5rem); }
    .form__item:nth-child(2) {
      flex: 0 1 calc(100% / 2 - 1.5rem); }
    .form__item:nth-child(3) {
      flex: 0 1 100%; }
    .form__item:nth-child(4) {
      flex: 0 1 calc(100% / 2 - 1.5rem); }
    .form__item:nth-child(5) {
      flex: 0 1 calc(100% / 2 - 1.5rem); }
    .form__item:nth-child(6) {
      flex: 0 1 100%; }
    .form__item.error input {
      background: #FEFAFA;
      border: 1px solid #FAE6E6; }
      .form__item.error input ~ span {
        font-family: "Lato", sans-serif;
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.4rem;
        color: #CE0000;
        opacity: 1; }
    .form__item.error textarea {
      background: #FEFAFA;
      border: 1px solid #FAE6E6; }
      .form__item.error textarea ~ span {
        font-family: "Lato", sans-serif;
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.4rem;
        color: #CE0000;
        opacity: 1; }
    .form__item input {
      width: 100%;
      height: 7.2rem;
      padding: 3.6rem 1.2rem 1.5rem 6.2rem;
      font-size: 1.6rem;
      line-height: 1.9rem;
      background: #F8FAFE;
      color: #1E272E;
      outline: none; }
      .form__item input::placeholder {
        font-size: 1.6rem;
        line-height: 1.9rem;
        color: #4B6584;
        opacity: 0;
        transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
      .form__item input:focus::placeholder {
        opacity: 0.5; }
      .form__item input ~ span {
        position: absolute;
        right: 0;
        bottom: -1.7rem;
        opacity: 0; }
      .form__item input:focus + label {
        font-family: "Lato";
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.4rem;
        color: #1E272E;
        opacity: 1;
        transform: translate(0, -2.2rem); }
        .form__item input:focus + label span {
          color: #0652DD;
          display: block; }
      .form__item input:not(:placeholder-shown) + label:not(:nth-last-child(1)) {
        font-family: "Lato";
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.4rem;
        color: #1E272E;
        transform: translate(0, -2.2rem);
        opacity: 1; }
        .form__item input:not(:placeholder-shown) + label:not(:nth-last-child(1)) span {
          display: block; }
    .form__item textarea {
      outline: none; }
      .form__item textarea::placeholder {
        font-size: 1.8rem;
        line-height: 2.1rem;
        opacity: 0.5;
        color: #4B6584; }
      .form__item textarea ~ span {
        position: absolute;
        right: 0;
        bottom: -1.7rem;
        opacity: 0; }
    .form__item label {
      display: flex;
      align-items: center;
      position: absolute;
      top: 50%;
      left: 6.2rem;
      transform: translate(0, -50%);
      font-weight: 500;
      font-size: 1.6rem;
      line-height: 1.9rem;
      opacity: 0.5;
      color: #4B6584;
      transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), transform 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 250ms cubic-bezier(0.4, 0, 0.2, 1); }
      .form__item label span {
        color: #0652DD;
        display: none; }
  .form__textarea {
    width: 100%;
    height: 18.6rem;
    padding: 2.5rem 1.2rem 1.2rem 6.2rem;
    font-size: 1.6rem;
    line-height: 1.9rem;
    background: #F8FAFE;
    color: #1E272E;
    background: #F8FAFE;
    resize: none; }
    .form__textarea::placeholder {
      font-size: 1.8rem;
      line-height: 2.1rem;
      color: #4B6584; }
  .form__btn {
    margin-top: 3rem;
    align-self: center; }

.form-success {
  max-width: 84rem;
  width: 100%;
  display: none; }
  .form-success__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 2rem 6rem; }
    @media screen and (max-width: 666px) {
      .form-success__wrapper {
        padding: 3rem 2rem; } }
  .form-success__title:not(:last-child) {
    margin-bottom: 1.6rem; }
  .form-success__title > * {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.3rem;
    color: #1E272E; }
  .form-success__text:not(:last-child) {
    margin-bottom: 3rem; }
  .form-success__text > * {
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: center; }
  .form-success__text_bold > * {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #202020; }
  .form-success__btn {
    min-width: 14rem;
    padding: 1.8rem;
    text-align: center;
    background-color: #0652DD;
    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 1rem 1rem 4.5rem rgba(6, 82, 221, 0.4);
    outline: none; }
    @media screen and (max-width: 666px) {
      .form-success__btn {
        min-width: 18rem;
        padding: 1rem; } }
    .form-success__btn:hover {
      background-color: #5390FF; }
    .form-success__btn > * {
      font-weight: 500;
      font-size: 1.6rem;
      line-height: 1.9rem;
      color: #ffffff; }
  .form-success__img {
    max-width: 84rem;
    width: 100%;
    height: 16rem; }

/* ============================ contact START ================================================================= */
.contact {
  background: #F8FAFE; }
  .contact__container {
    position: relative; }
  .contact__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 7.4rem 0 10rem; }
    @media screen and (max-width: 666px) {
      .contact__wrapper {
        padding: 5rem 0;
        flex-direction: column;
        align-items: center; } }
  .contact__content {
    max-width: 57rem;
    width: 100%; }
    @media screen and (min-width: 667px) and (max-width: 1023px) {
      .contact__content {
        margin: 0 1rem 0 0; } }
    @media screen and (min-width: 1024px) {
      .contact__content {
        margin: 0 1rem 0 -3rem; } }
    @media screen and (max-width: 666px) {
      .contact__content {
        margin: 0 0 3rem 0; } }
  .contact__title:not(:last-child) {
    margin-bottom: 3rem; }
    @media screen and (max-width: 666px) {
      .contact__title:not(:last-child) {
        margin-bottom: 2rem; } }
  .contact__title > * {
    font-weight: 600;
    font-size: 4rem;
    line-height: 4.7rem;
    color: #1E272E; }
  @media screen and (min-width: 667px) {
    .contact__location {
      max-width: 21rem;
      width: 100%; } }
  .contact__location:not(:last-child) {
    margin-bottom: 2rem; }
  .contact__location > * {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.4rem;
    color: #1E272E; }
  .contact__text > * {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.4rem;
    color: #1E272E; }
  .contact__img {
    position: absolute;
    bottom: 0;
    left: -31%;
    pointer-events: none;
    width: 79rem;
    height: 79.3rem; }
    @media screen and (max-width: 666px) {
      .contact__img {
        display: none; } }

.fancybox-content {
  padding: 0; }

.fancybox-button {
  display: none; }

/* ============================ contact END ================================================================= */

.features__item > * {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 4.1rem;
  color: #101010; }
  @media screen and (max-width: 666px) {
    .features__item > * {
      font-size: 1.8rem;
      line-height: 3.2rem; } }
  .features__item > * > * {
    font-weight: 900;
    color: #0652DD; }

.product__title:not(:last-child) {
  margin-bottom: 3rem; }
  @media screen and (max-width: 666px) {
    .product__title:not(:last-child) {
      margin-bottom: 1.5rem; } }

.product__title > * {
  font-weight: 600;
  font-size: 4rem;
  line-height: 4.7rem;
  color: #1E272E; }
  @media screen and (max-width: 666px) {
    .product__title > * {
      font-size: 3rem;
      line-height: 3.7rem; } }

.breadcrumbs {
  padding-top: 1.2rem; }
  .breadcrumbs > * {
    display: flex;
    align-items: center; }
    .breadcrumbs > * > * {
      position: relative; }
      .breadcrumbs > * > *:not(:last-child) {
        margin-right: 2rem; }
        .breadcrumbs > * > *:not(:last-child):hover > *, .breadcrumbs > * > *:not(:last-child):focus > * {
          color: #0652DD; }
        .breadcrumbs > * > *:not(:last-child)::after {
          content: "/";
          position: absolute;
          top: 50%;
          right: -1.3rem;
          transform: translate(0, -50%);
          color: #4B6584;
          transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
        .breadcrumbs > * > *:not(:last-child) > * {
          font-size: 1.2rem;
          line-height: 1.4rem;
          color: #1E272E;
          transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
      .breadcrumbs > * > * > * {
        font-size: 1.2rem;
        line-height: 1.4rem;
        color: #A5B2C1;
        transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

/* ============================ product-range START ================================================================= */
.product {
  background-color: #F8FAFE; }
  .product__wrapper {
    display: flex;
    align-items: center; }
    @media screen and (min-width: 667px) {
      .product__wrapper {
        justify-content: space-between;
        padding: 2.7rem 0 3.6rem; } }
    @media screen and (max-width: 666px) {
      .product__wrapper {
        flex-direction: column;
        padding: 3rem 0; } }
  .product__content {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 667px) {
      .product__content {
        margin-right: 1rem;
        flex: 0 1 50%; } }
    @media screen and (max-width: 666px) {
      .product__content {
        margin-bottom: 2rem; } }
  .product__text:not(:last-child) {
    margin-bottom: 1rem; }
    .product__text:not(:last-child) > * {
      color: #4B6584; }
  .product__text > * {
    font-size: 1.8rem;
    line-height: 2.5rem; }
  .product__text_bold > * {
    font-weight: 600;
    color: #1E272E; }
  .product__img {
    max-width: 47.3rem;
    width: 100%;
    height: 34.8rem; }
    @media screen and (min-width: 667px) and (max-width: 1023px) {
      .product__img {
        flex: 0 1 50%; } }
    @media screen and (max-width: 1023px) {
      .product__img > * {
        object-fit: contain; } }
    @media screen and (min-width: 1024px) {
      .product__img {
        transform: translateX(42%); } }

.depending__container {
  display: flex;
  flex-direction: column;
  padding: 10rem 1.5rem; }
  @media screen and (max-width: 666px) {
    .depending__container {
      padding: 5rem 1.5rem; } }

.depending__title {
  margin-bottom: 4rem; }
  @media screen and (max-width: 666px) {
    .depending__title {
      margin-bottom: 2rem; } }
  .depending__title > * {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 4.1rem;
    color: #101010; }
    .depending__title > * > * {
      font-weight: 900;
      color: #0652DD; }

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

.depending__item {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  border-top: solid 1px #E6EEFC; }
  .depending__item :nth-child(1) {
    flex: 0 1 calc(58% - 1rem);
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.1rem;
    color: #4B6584;
    margin-right: 1rem; }
    @media screen and (max-width: 666px) {
      .depending__item :nth-child(1) {
        font-size: 1.6rem;
        line-height: 2rem; } }
  .depending__item :nth-child(2) {
    flex: 0 1 42%;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #1E272E; }
    @media screen and (max-width: 666px) {
      .depending__item :nth-child(2) {
        font-size: 1.4rem;
        line-height: 1.8rem; } }
  .depending__item.is-hidden {
    display: none; }

.depending__btn {
  display: flex;
  justify-content: center;
  background-color: #F8FAFE;
  align-items: center;
  padding: 2rem;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  .depending__btn_more.is-hidden {
    display: none; }
  .depending__btn_less.is-hidden {
    display: none; }
  .depending__btn_less .depending__icon {
    transform: rotate(90deg); }
  .depending__btn:hover {
    background: #5390FF; }
    .depending__btn:hover > * {
      color: #ffffff;
      fill: #ffffff; }
  .depending__btn > * {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.1rem;
    color: #0652DD;
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

.depending__icon {
  margin-left: 0.8rem;
  width: 1.4rem;
  height: 1.4rem;
  transform: rotate(-90deg);
  fill: #0652DD;
  transition: fill 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

.features {
  background: #F8FAFE; }
  .features__container {
    padding: 8.5rem 1.5rem 10rem; }
    @media screen and (max-width: 666px) {
      .features__container {
        padding: 5rem 1.5rem; } }
  .features__title {
    margin-bottom: 8rem; }
    @media screen and (max-width: 666px) {
      .features__title {
        margin-bottom: 4rem; } }
    .features__title > * {
      font-weight: 500;
      font-size: 3.6rem;
      line-height: 4.2rem;
      color: #1E272E; }
      @media screen and (max-width: 666px) {
        .features__title > * {
          font-size: 3rem;
          line-height: 3.6rem; } }
      .features__title > * > * {
        font-weight: 900; }
  .features__list {
    display: flex;
    flex-wrap: wrap;
    margin: -3rem 0 0 -3rem; }
    @media screen and (max-width: 666px) {
      .features__list {
        margin: -1.5rem 0 0 -1.5rem; } }
    @media screen and (max-width: 479px) {
      .features__list {
        flex-direction: column;
        align-items: center;
        margin: 0; } }
  .features__item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 2 - 3rem);
    margin: 3rem 0 0 3rem; }
    @media screen and (max-width: 666px) {
      .features__item {
        margin: 1.5rem 0 0 1.5rem;
        width: calc(100% / 2 - 1.5rem); } }
    @media screen and (max-width: 479px) {
      .features__item {
        max-width: 33rem;
        width: 100%;
        margin: 0; }
        .features__item:not(:last-child) {
          margin-bottom: 2rem; } }
  .features__img {
    width: 7rem;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    margin-bottom: 3rem; }
    @media screen and (max-width: 666px) {
      .features__img {
        margin-bottom: 1.5rem;
        width: 5rem;
        height: 5rem; } }
  .features__icon {
    width: 2.6rem;
    height: 2.6rem; }
    @media screen and (max-width: 666px) {
      .features__icon {
        width: 2rem;
        height: 2rem; } }
    .features__icon > svg {
      width: 2.6rem;
      height: 2.6rem; }
      @media screen and (max-width: 666px) {
        .features__icon > svg {
          width: 2rem;
          height: 2rem; } }
    .features__icon_bolt {
      width: 1.8rem;
      height: 3rem; }
      @media screen and (max-width: 666px) {
        .features__icon_bolt {
          width: 1.3rem;
          height: 2.5rem; } }
      .features__icon_bolt > svg {
        width: 1.8rem;
        height: 3rem; }
        @media screen and (max-width: 666px) {
          .features__icon_bolt > svg {
            width: 1.3rem;
            height: 2.5rem; } }

/* ============================ product-range END ================================================================= */

.preview__location {
  display: inline-block;
  padding: 1rem 1.6rem;
  background: rgba(6, 82, 221, 0.1); }
  .preview__location > * {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #0652DD; }
    @media screen and (max-width: 666px) {
      .preview__location > * {
        font-size: 1.4rem;
        line-height: 1.7rem; } }

/* ============================ vacancy START ================================================================= */
.preview {
  background-color: #F8FAFE; }
  .preview__container {
    position: relative;
    margin: 0;
    padding: 0; }
  .preview__wrapper {
    padding: 7.4rem 0 10rem; }
    @media screen and (max-width: 666px) {
      .preview__wrapper {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 28rem;
        max-width: 40rem; } }
    @media screen and (min-width: 667px) {
      .preview__wrapper {
        margin-right: 1rem; } }
  @media screen and (max-width: 666px) {
    .preview__location {
      align-self: baseline; } }
  .preview__location:not(:last-child) {
    margin-bottom: 2rem; }
  .preview__title {
    max-width: 57rem;
    width: 100%; }
    @media screen and (min-width: 667px) and (max-width: 992px) {
      .preview__title {
        max-width: 42rem; } }
    .preview__title > * {
      font-weight: 600;
      font-size: 4rem;
      line-height: 4.7rem;
      color: #1E272E; }
  .preview__box {
    display: flex;
    justify-content: space-between;
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 1.5rem; }
    @media screen and (max-width: 666px) {
      .preview__box {
        position: relative; } }
  .preview__img {
    max-width: 36rem;
    width: 100%; }
    @media screen and (max-width: 666px) {
      .preview__img {
        position: absolute;
        top: 0;
        right: -16rem;
        height: 30.6rem;
        pointer-events: none; } }

.description__container {
  padding: 7rem 1.5rem 10rem; }
  @media screen and (max-width: 666px) {
    .description__container {
      padding: 5rem 1.5rem; } }

.description__wp-editor > h2 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #1E272E; }
  .description__wp-editor > h2:not(:last-child) {
    margin-bottom: 3rem; }
    @media screen and (max-width: 666px) {
      .description__wp-editor > h2:not(:last-child) {
        margin-bottom: 2rem; } }
  @media screen and (max-width: 666px) {
    .description__wp-editor > h2 {
      font-size: 1.8rem;
      line-height: 3.2rem; } }

.description__wp-editor > p {
  max-width: 117rem;
  width: 100%;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.4rem;
  color: #1E272E; }
  .description__wp-editor > p:not(:last-child) {
    margin-bottom: 7rem; }
    @media screen and (max-width: 666px) {
      .description__wp-editor > p:not(:last-child) {
        margin-bottom: 3rem; } }

.description__wp-editor > a {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9rem;
  padding-left: 2rem;
  color: #0652DD;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  .description__wp-editor > a:hover {
    color: #5390FF; }
    .description__wp-editor > a:hover::before {
      opacity: 0; }
    .description__wp-editor > a:hover::after {
      opacity: 1; }
  .description__wp-editor > a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.4rem;
    height: 1.4rem;
    transform: translate(0, -50%);
    background-image: url("img/sprite_vacancy_arr-hover-back.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0; }
  .description__wp-editor > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.4rem;
    height: 1.4rem;
    transform: translate(0, -50%);
    background-image: url("img/sprite_vacancy_arr-back.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1; }

.description__wp-editor > div:not(:last-child) {
  margin-bottom: 3rem; }
  @media screen and (max-width: 666px) {
    .description__wp-editor > div:not(:last-child) {
      margin-bottom: 2rem; } }

.description__wp-editor > div > * {
  display: inline-block;
  padding: 1rem 1.6rem;
  background: #EDF0F3;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-transform: uppercase; }

.description__wp-editor ul, .description__wp-editor ol {
  max-width: 104rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -2rem 0 0 -2rem; }
  .description__wp-editor ul:not(:last-child), .description__wp-editor ol:not(:last-child) {
    margin-bottom: 5rem; }
    @media screen and (max-width: 666px) {
      .description__wp-editor ul:not(:last-child), .description__wp-editor ol:not(:last-child) {
        margin-bottom: 3rem; } }
  @media screen and (max-width: 666px) {
    .description__wp-editor ul, .description__wp-editor ol {
      flex-direction: column; } }
  .description__wp-editor ul > *, .description__wp-editor ol > * {
    position: relative;
    padding-left: 2.2rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.7rem;
    color: #1E272E;
    margin: 2rem 0 0 2rem;
    flex: 0 1 calc(93% / 2 - 2rem); }
    .description__wp-editor ul > *::before, .description__wp-editor ol > *::before {
      content: "";
      position: absolute;
      top: 1rem;
      left: 0;
      width: 1.4rem;
      height: 1.4rem;
      background-image: url("img/sprite_vacancy_bolt.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }

/* ============================ vacancy END ================================================================= */

.service-hero {
  position: relative; }
  .service-hero__icon {
    fill: grey;
    width: 10rem;
    height: 10rem; }
    .service-hero__icon:hover, .service-hero__icon:focus {
      fill: green; }
  .service-hero .breadcrumbs {
    margin: 0; }
    @media screen and (max-width: 480px) {
      .service-hero .breadcrumbs {
        margin-bottom: 7rem; } }
  .service-hero__container {
    padding: 2rem 3rem 11rem 3rem;
    min-height: 75rem;
    height: 1px;
    max-width: 170rem;
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      .service-hero__container {
        padding: 2rem 0 0 5rem; } }
  .service-hero__inner {
    width: 100%;
    height: calc(100% - 2rem);
    display: flex;
    align-items: center; }
  .service-hero__wrapper {
    max-width: 100rem;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .service-hero__wrapper {
        margin-left: 6rem; } }
  .service-hero__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .service-hero__img:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .8; }
    .service-hero__img > * {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .service-hero__title {
    margin-bottom: 1rem; }
    .service-hero__title > * {
      font-weight: 700;
      font-size: 5.8rem;
      line-height: 3.9rem; }
      @media screen and (min-width: 667px) {
        .service-hero__title > * {
          font-size: 4.2rem;
          line-height: 5rem; } }
  .service-hero__text {
    margin-bottom: 3.2rem; }
    .service-hero__text > * {
      font-size: 1.4rem;
      line-height: 2.8rem; }
      @media screen and (min-width: 667px) {
        .service-hero__text > * {
          font-size: 1.5rem;
          line-height: 3rem; } }
  .service-hero .button {
    padding: 1.8rem 2rem;
    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

.service-quantum__icon {
  fill: #2596FF; }
  .service-quantum__icon:hover, .service-quantum__icon:focus {
    fill: red; }

@media screen and (min-width: 1024px) {
  .service-quantum {
    max-width: 170rem;
    width: 100%;
    margin: 0 auto; } }

@media screen and (min-width: 1024px) {
  .service-quantum .container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse; } }

.service-quantum__img {
  max-height: 45rem; }
  @media screen and (max-width: 666px) {
    .service-quantum__img {
      min-height: 45rem;
      height: 1px; } }
  @media screen and (min-width: 1024px) {
    .service-quantum__img {
      max-width: 85rem;
      width: 100%;
      min-height: 45rem;
      margin-left: 3.5rem;
      position: relative; } }
  .service-quantum__img > * {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }
    @media screen and (min-width: 667px) {
      .service-quantum__img > * {
        max-height: 45rem; } }
    @media screen and (min-width: 1024px) {
      .service-quantum__img > * {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); } }

.service-quantum__title {
  margin-bottom: 2.5rem; }
  .service-quantum__title > * {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 3.1rem; }
    @media screen and (min-width: 667px) {
      .service-quantum__title > * {
        font-size: 3.5rem;
        line-height: 4.2rem; } }

@media screen and (max-width: 1023px) {
  .service-quantum__wrapper {
    margin-top: 6rem;
    padding: 0 3rem 7rem; } }

@media screen and (min-width: 1024px) {
  .service-quantum__wrapper {
    max-width: 76.5rem;
    width: 100%;
    padding-left: 5rem; } }

.service-quantum__wrapper > * {
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 667px) {
    .service-quantum__wrapper > * {
      font-size: 1.5rem;
      line-height: 3rem; } }

.service-quantum__wrapper .button {
  padding: 1.8rem 2rem;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  flex: 0 0 auto; }

.button {
  border: none;
  padding: 2.2rem 2.6rem;
  color: #ffffff; }

.button > * {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.9rem; }

.link > * {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.9rem; }

.input__elem {
  width: 10rem; }

.test__title {
  color: red;
  font-size: 3rem; }

.hero__title {
  font-size: 5rem; }

.hero__img {
  width: 15rem;
  height: 15rem;
  background: url("img/sprite_zz_item_2.jpg") no-repeat center;
  background-size: cover; }

.hero__img-2 {
  width: 15rem;
  height: 15rem;
  background: url("img/sprite_zz_rub.svg") no-repeat center;
  background-size: cover; }

.hero__picture > * {
  max-width: 130rem;
  width: 100%;
  height: 30rem;
  object-fit: cover;
  object-position: center; }

.hero__icon {
  cursor: pointer;
  fill: #ae276d;
  transition: fill 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  .hero__icon:hover, .hero__icon:focus {
    fill: #8ab065; }

.individual-projects {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .individual-projects__item {
    flex: 0 1 45%;
    padding: 1rem;
    display: flex;
    flex-direction: column; }
    .individual-projects__item:not(:last-child) {
      margin-bottom: 6.8rem; }
  .individual-projects__title {
    margin-bottom: 2rem; }
    .individual-projects__title > * {
      font-weight: 600;
      font-size: 1.8rem;
      line-height: 2.8rem;
      color: #1E272E; }
  .individual-projects__text {
    margin-bottom: 2rem; }
    .individual-projects__text > * {
      font-size: 1.2rem;
      line-height: 1.6rem; }
  .individual-projects__link {
    display: flex;
    align-items: center;
    margin-top: auto; }
    .individual-projects__link:hover > *, .individual-projects__link:focus > * {
      color: #8ab065; }
    .individual-projects__link > * {
      color: #0652DD;
      transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
    .individual-projects__link:hover .individual-projects__icon, .individual-projects__link:focus .individual-projects__icon {
      stroke: #8ab065; }
  .individual-projects__icon {
    max-width: 1.6rem;
    max-height: 1.6rem;
    stroke: #0652DD;
    transition: stroke 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
/*# sourceMappingURL=app.css.map */
