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

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

a, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

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

button {
  background: none;
  border: none;
  outline: none;
}

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

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

[anim=ripple] {
  position: relative;
  overflow: hidden;
}
[anim=ripple]::before {
  content: "";
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  pointer-events: none;
  top: calc(var(--y) * 1px);
  left: calc(var(--x) * 1px);
  width: calc(var(--d) * 1px);
  height: calc(var(--d) * 1px);
  opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.3));
  transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  transform: translate(-50%, -50%) scale(var(--s, 1));
  transform-origin: center;
}

@font-face {
  font-family: "Inter";
  src: url(fonts/Inter-400.woff2) format("woff2"), url(fonts/Inter-400.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter-500.woff2) format("woff2"), url(fonts/Inter-500.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter-600.woff2) format("woff2"), url(fonts/Inter-600.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SuisseIntl";
  src: url(fonts/SuisseIntl-400.woff2) format("woff2"), url(fonts/SuisseIntl-400.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SuisseIntl";
  src: url(fonts/SuisseIntl-500.woff2) format("woff2"), url(fonts/SuisseIntl-500.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SuisseIntl";
  src: url(fonts/SuisseIntl-600.woff2) format("woff2"), url(fonts/SuisseIntl-600.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html, body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: clamp(14px, 13.6px + 0.125vw, 16px);
}
@media (max-width: 500px) {
  html, body {
    font-size: 16px;
  }
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before, .simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:before, .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

@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-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.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-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

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

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

.swiper-scrollbar.swiper-scrollbar-vertical, .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-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 500px) {
  html {
    overflow-x: hidden;
    position: relative;
  }
}

body {
  font-size: 1em;
  opacity: 0;
  transition: opacity 0s;
}
body.on-loaded {
  transition: opacity 0.2s;
  opacity: 1;
}
@media (max-width: 500px) {
  body {
    overflow-x: hidden;
    position: relative;
  }
}

.content {
  opacity: 0;
}
body.disabled .content {
  opacity: 1;
}

.pace .pace-progress {
  background: #A2CC2A !important;
}

button,
a {
  transition: color 0.2s, background 0.2s;
}

input,
textarea {
  -webkit-appearance: none;
}

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

@media (max-width: 500px) {
  br.desktop {
    display: none;
  }
}

br.mobile {
  display: none;
}
@media (max-width: 500px) {
  br.mobile {
    display: initial;
  }
}

[data-lazy] {
  opacity: 0;
  transition: opacity 0.125s;
}
[data-lazy].loaded {
  opacity: 1;
}

[data-scroll-fadeup] {
  transform: translate3d(0, 3rem, 0);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  will-change: transform, opacity;
}
[data-scroll-fadeup].is-inview {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

[data-scroll-fadeup] .highlighted_text {
  color: black;
  transition: color 0.3s 0.15s;
}

[data-scroll-fadeup].is-inview .highlighted_text {
  color: #A2CC2A;
}

[data-scroll-fadedown] {
  transform: translate3d(0, -5rem, 0);
  opacity: 0;
  transition: transform 0.5s 0.25s, opacity 0.5s 0.25s;
  will-change: transform, opacity;
}
[data-scroll-fadedown].is-inview {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 75em;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .container {
    width: 100%;
    padding-left: 0.875em;
    padding-right: 0.875em;
  }
}

.input_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 3.625rem;
  box-shadow: none;
}
.input_wrapper--filled .input_wrapper__input:focus + .input_wrapper__label,
.input_wrapper--filled .input_wrapper__input.is-filled + .input_wrapper__label {
  transform: translate3d(-10%, -120%, 0) scale(0.8);
}
.input_wrapper--filled:hover .input_wrapper__input {
  background: #E7EBEF;
  border: 2px solid #E7EBEF;
}
.input_wrapper--outlined .input_wrapper__input:focus + .input_wrapper__label,
.input_wrapper--outlined .input_wrapper__input.is-filled + .input_wrapper__label {
  transform: translate3d(-6%, calc(-2em - 30%), 0) scale(0.9);
}
.input_wrapper--minimalistic .input_wrapper__input:focus + .input_wrapper__label,
.input_wrapper--minimalistic .input_wrapper__input.is-filled + .input_wrapper__label {
  transform: translate3d(-6%, calc(-2em - 30%), 0) scale(0.9);
}
.input_wrapper__input {
  height: 100%;
  padding: 1em 16px;
  border: 0 solid transparent;
  border-radius: 8px;
  font-size: 0.875em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1em;
  color: #000000;
  background: #EEF1F4;
  box-shadow: none;
  transition: background 0.2s, border 0.2s;
}
.input_wrapper--filled .input_wrapper__input {
  padding: 1.5em 16px 0.5em;
  background: #EEF1F4;
  border: 2px solid #EEF1F4;
  width: 100%;
}
.input_wrapper--filled .input_wrapper__input.is-filled {
  border: 2px solid #A2CC2A;
}
.dropzone_form .input_wrapper--filled .input_wrapper__input {
  background: #ffffff;
}
.input_wrapper--outlined .input_wrapper__input {
  background: white;
}
.input_wrapper--minimalistic .input_wrapper__input {
  padding-left: 0;
  border-bottom: 1px solid #87909A;
  border-radius: 0;
  background: #eeeded;
}
.input_wrapper--filled.not-valid .input_wrapper__input {
  border: 2px solid #F2453D;
}
.input_wrapper--outlined.not-valid .input_wrapper__input {
  background: #eeeded;
  box-shadow: inset 0 0 0 1px #F2453D;
}
.input_wrapper--minimalistic.not-valid .input_wrapper__input {
  border-bottom: 1px solid #F2453D;
  background: none;
}
.input_wrapper__label {
  position: absolute;
  top: 50%;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1em;
  box-shadow: none;
  transform: translate3d(0, -50%, 0);
  transition: opacity 0.25s, transform 0.25s;
  pointer-events: none;
}
.input_wrapper--filled .input_wrapper__label {
  left: 16px;
}
.input_wrapper--outlined .input_wrapper__label {
  left: 16px;
}
.input_wrapper--minimalistic .input_wrapper__label {
  left: 0;
}
.input_wrapper--filled.not-valid .input_wrapper__label {
  transform: translate3d(-10%, -120%, 0) scale(0.8);
  color: #F2453D;
}
.input_wrapper--outlined.not-valid .input_wrapper__label {
  color: #F2453D;
  background: #eeeded;
  transform: translate3d(-6%, calc(-2em - 30%), 0) scale(0.9);
}
.input_wrapper--minimalistic.not-valid .input_wrapper__label {
  color: #F2453D;
  transform: translate3d(-6%, calc(-2em - 30%), 0) scale(0.9);
}
.input_wrapper__tooltip {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #F2453D;
  font-weight: 300;
  font-size: 0.75em;
  transform: translate3d(0, 150%, 0);
  opacity: 0;
  transition: opacity 0.25s;
}
.input_wrapper--filled .input_wrapper__tooltip {
  left: 16px;
}
.input_wrapper--outlined .input_wrapper__tooltip {
  left: 16px;
}
.input_wrapper--minimalistic .input_wrapper__tooltip {
  left: 0;
}
.not-valid .input_wrapper__tooltip {
  opacity: 1;
  display: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2em;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1em;
  transition: all 0.25s;
}
.btn.disabled {
  opacity: 0.4;
}
.footer .btn {
  height: 3.75rem;
}
.dropzone_form .btn {
  font-size: 1em;
}
.get_discount .btn {
  height: 3.5rem;
  color: #ffffff;
  font-size: 1em;
}
.reliable_partner .btn {
  height: 3rem;
  padding: 0.75rem 1rem;
}
@media (max-width: 500px) {
  .btn {
    padding: 0.8rem 1rem;
  }
}
.btn + .btn {
  margin-left: 0.5rem;
}
@media (max-width: 500px) {
  .reliable_partner .btn + .btn {
    margin-left: 0;
    margin-top: 1em;
  }
}
.btn .image {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.375em;
}
.btn__icon {
  width: 1.5em;
  height: 1.5em;
  transform: scaleX(1);
  transition: transform 0.25s;
}
.btn__icon--white {
  fill: white;
}
.btn__icon--black {
  fill: black;
}
.btn__icon--green {
  fill: #A2CC2A;
}
.btn__icon--left {
  margin-right: 0.625rem;
}
@media (max-width: 500px) {
  .btn__icon--left {
    margin-right: 0.25rem;
  }
}
.btn__icon--right {
  margin-left: 0.5em;
}
.btn__pic {
  width: 1em;
  height: 1em;
  margin-left: 3em;
  transition: transform 0.25s;
}
.btn__pic--white {
  fill: white;
}
.btn__pic--black {
  fill: black;
}
.btn--filled {
  color: #000000;
  background: #A2CC2A;
}
.btn--filled:hover {
  background: #aed639;
}
.btn--black {
  color: #ffffff;
  border: 1px solid #000000;
  background: #000000;
}
.btn--black:hover {
  background: #A2CC2A;
  color: #000000;
  border: 1px solid #A2CC2A;
}
.btn--black:hover svg {
  fill: #000000;
}
.btn--dark {
  color: #ffffff;
  background: #21262D;
  border: 1px solid #363B42;
}
.btn--dark:hover {
  background: #A2CC2A;
  color: #000000;
  border: 1px solid #A2CC2A;
}
.btn--dark:hover svg {
  fill: #000000;
}
.btn--outlined {
  border: 1px solid #000000;
  color: #000000;
  background: #ffffff;
}
.btn--outlined:hover {
  background: #A2CC2A;
  border: 1px solid #A2CC2A;
}
.btn--error {
  color: white;
  background: #F2453D;
}
.btn--error:hover {
  background: #f02e25;
}
.btn--succes {
  color: white;
  background: #4CAF50;
}
.btn--succes:hover {
  background: #449d48;
}

[data-dropdown] {
  position: relative;
  width: 100%;
  height: 3.625em;
  transition: z-index 0s 0.5s;
}
[data-dropdown].on-focus {
  z-index: 1000;
  transition: z-index 0s 0s;
}
[data-dropdown].on-focus [data-dropdown-input] {
  border: 2px solid #A2CC2A;
  overflow: visible;
  text-overflow: initial;
}
[data-dropdown].on-focus [data-dropdown-arrow] {
  opacity: 1 !important;
}
[data-dropdown] [data-dropdown-input] {
  width: 100%;
  height: 100%;
  padding: 1em;
  padding-right: 2.5em;
  border-radius: 8px;
  background-color: #EEF1F4;
  border: 2px solid #EEF1F4;
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1.5714285714em;
  font-family: "Inter", sans-serif;
  line-height: 1em;
  color: #000000;
  transition: background 0.2s, overflow 0.2s, text-overflow 0.2s;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
[data-dropdown] [data-dropdown-input]::placeholder {
  color: #000000;
  font-size: 1em;
}
[data-dropdown] [data-dropdown-input]:hover {
  background: #E7EBEF;
  border: 2px solid #E7EBEF;
}
[data-dropdown] [data-dropdown-arrow] {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 20px;
  height: 20px;
  background-image: url("/themes/itome/assets/img/arrow_dropdown.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate3d(0, -50%, 0) scaleY(1);
  transition: transform 0.2s, opacity 0.2s;
}
[data-dropdown] [data-dropdown-list] {
  position: absolute;
  width: 18.5em;
  top: 4.375em;
  right: 0;
  z-index: 500;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: fit-content;
  padding: 0;
  background: #ffffff;
  border: 1px solid #D3D8DE;
  box-shadow: 0px 16px 48px rgba(13, 17, 23, 0.48);
  border-radius: 8px;
  transform: translate3d(0, 0.5em, 0);
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
  pointer-events: none;
}
@media (max-width: 500px) {
  [data-dropdown] [data-dropdown-list] {
    width: 100%;
    left: 0;
    right: auto;
  }
}
[data-dropdown] [data-dropdown-list] .simplebar-vertical {
  background: white;
  border-radius: 0;
  width: 3px;
  height: 96%;
  top: 2%;
  right: 0.4375em;
}
[data-dropdown].on-focus [data-dropdown-list] {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: all;
}
[data-dropdown].is-top [data-dropdown-list] {
  top: 0;
  transform: translate3d(0, calc(-100% - 0.5em), 0);
  transition: transform 0s, opacity 0.2s;
}
[data-dropdown].is-top.on-focus [data-dropdown-list] {
  transform: translate3d(0, calc(-100% - 0.5em), 0);
}
[data-dropdown].on-focus [data-dropdown-arrow] {
  transform: translate3d(0, -50%, 0) scaleY(-1);
}
[data-dropdown] [data-dropdown-option] {
  width: 100%;
  padding: 1.4285714286em 1rem;
  color: #000000;
  background: #ffffff;
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1.4285714286em;
  text-align: left;
  transition: background 0.2s;
  position: relative;
}
@media (max-width: 500px) {
  [data-dropdown] [data-dropdown-option] {
    padding: 1.2857142857em 1rem;
  }
}
[data-dropdown] [data-dropdown-option]:hover {
  background: #F1FFD3;
}
[data-dropdown] [data-dropdown-option].is-active {
  color: #8B949E;
  pointer-events: none;
}

.modal_form__select [data-dropdown-list] {
  width: 100%;
  max-height: 22em;
}

.multi_option {
  margin-top: 0.4rem;
  margin-left: 0.4rem;
  padding: 0.5rem;
  border-radius: 6px;
  color: white;
  font-size: 0.8em;
  background: red;
  transform: scale3d(0.5, 0.5, 1);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.multi_option.is-visible {
  transform: none;
  opacity: 1;
}

.section_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section_block--center {
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.section_block--border {
  width: 100%;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #D3D8DE;
}
@media (max-width: 500px) {
  .section_block--border {
    padding-bottom: 0;
    border-bottom: 0 solid #D3D8DE;
  }
}
.news_card .section_block--border {
  padding-bottom: 3.75em;
}
@media (max-width: 500px) {
  .news_card .section_block--border {
    padding-bottom: 2.5em;
    border-bottom: 1px solid #D3D8DE;
  }
}
.section_block__title {
  font-family: "SuisseIntl", sans-serif;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1em;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (max-width: 500px) {
  .section_block__title {
    font-size: 1.875em;
    line-height: 1.1333333333em;
    letter-spacing: -0.005em;
  }
}
.section_block__title--white {
  color: #ffffff;
}
.section_block__title--big {
  font-size: 5.875em;
  line-height: 1em;
  letter-spacing: -0.02em;
}
@media (max-width: 500px) {
  .section_block__title--big {
    font-size: 1.875em;
    line-height: 1.1333333333em;
  }
}
.section_block__title--small {
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: -0.005em;
}
@media (max-width: 500px) {
  .section_block__title--small {
    font-size: 1.625em;
  }
  .scheme .section_block__title--small {
    font-size: 1.875em;
    line-height: 1.1333333333em;
  }
  .test .section_block__title--small {
    font-size: 1.5em;
  }
}
.news_card .section_block__title--small {
  max-width: 24em;
}
.section_block__title--medium {
  font-size: 3em;
  line-height: 1em;
  letter-spacing: -0.005em;
  color: #ffffff;
}
@media (max-width: 500px) {
  .section_block__title--medium {
    font-size: 1.875em;
    line-height: 1.1333333333em;
  }
}
.section_block__title .green {
  color: #A2CC2A;
}
.section_block__text {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  color: #162025;
  margin-top: 1em;
}
.section_block__text--big {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
@media (max-width: 500px) {
  .section_block__text--big {
    font-size: 0.875em;
    line-height: 1.5714285714em;
    margin-bottom: 0.5rem;
  }
}
.section_block__text--small {
  font-size: 0.875em;
  line-height: 1.5714285714em;
  margin-bottom: 0.75rem;
  margin-top: 0;
}
@media (max-width: 500px) {
  .section_block__text--small {
    margin-bottom: 0.5rem;
  }
}
.section_block__text--margin {
  margin-top: 1.75em;
}
@media (max-width: 500px) {
  .section_block__text--margin {
    margin-top: 0.5rem;
  }
}
.section_block__text--margin16 {
  margin-top: 1em;
}
@media (max-width: 500px) {
  .section_block__text--margin16 {
    margin-top: 0.8571428571em !important;
  }
}
.section_block__text--margin30 {
  margin-top: 1.875em;
}
@media (max-width: 500px) {
  .section_block__text--margin30 {
    margin-top: 1.25rem !important;
  }
}
.news_card .section_block__text {
  max-width: 42.5em;
}
.reliable_partner .section_block__text {
  color: #ffffff;
}
@media (max-width: 500px) {
  .section_block__text {
    font-size: 0.875em;
    line-height: 1.5714285714em;
    margin-top: 0.5rem;
  }
}
.main_section .section_block__text {
  margin-top: 1.25em;
}
@media (max-width: 500px) {
  .main_section .section_block__text {
    margin-top: 0.875rem;
  }
}
.section_block__text .strong {
  font-weight: 600;
  color: #A2CC2A;
}
.section_block__text .link {
  color: #0026EE;
  text-decoration: underline dashed;
  transition: color 0.2s;
}
.section_block__text .link:hover {
  color: #A2CC2A;
}
.section_block__text + .section_block__text {
  margin-top: 1.25em;
}
.section_block__buttons {
  display: flex;
  align-items: center;
  margin-top: 1.25em;
}
@media (max-width: 500px) {
  .section_block__buttons {
    width: 100%;
    margin-top: 1em;
  }
  .reliable_partner .section_block__buttons {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .section_block__btn {
    width: calc((100% - 0.5rem) / 2);
  }
  .main_section--about .section_block__btn {
    width: fit-content;
  }
  .reliable_partner .section_block__btn {
    width: 100%;
  }
  .reliable_partner .section_block__btn svg {
    display: none;
  }
}
.main_section--sout .section_block__btn, .main_section--ocenka_riskov .section_block__btn, .main_section--rassledovanie .section_block__btn, .main_section--kontrol .section_block__btn, .main_section--autsorsing .section_block__btn, .main_section--elektrolab .section_block__btn {
  padding: 0.75rem 1rem;
}
@media (max-width: 500px) {
  .main_section--sout .section_block__btn, .main_section--ocenka_riskov .section_block__btn, .main_section--rassledovanie .section_block__btn, .main_section--kontrol .section_block__btn, .main_section--autsorsing .section_block__btn, .main_section--elektrolab .section_block__btn {
    padding: 0.5rem;
  }
}
.main_section--rassledovanie .section_block__btn {
  padding: 0.75rem 1rem;
}
@media (max-width: 500px) {
  .main_section--rassledovanie .section_block__btn {
    padding: 0.5rem;
  }
  .main_section--rassledovanie .section_block__btn.btn--black {
    width: 60%;
  }
  .main_section--rassledovanie .section_block__btn.btn--outlined {
    width: calc(40% - 1rem);
  }
  .main_section--rassledovanie .section_block__btn.btn--outlined .mob {
    display: none;
  }
}
.section_block__link {
  color: #A2CC2A;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.25s;
}
.section_block__link:hover {
  color: black;
}
.section_block__nav {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .section_block__nav {
    display: none;
  }
}
.section_block__nav_button {
  width: 32px;
  height: 32px;
  border: 1px solid none;
  border-radius: 50%;
  text-align: center;
  background: #323232;
  transition: border 0.25s, background 0.25s;
}
.section_block__nav_button.swiper-button-disabled {
  border: 1px solid #D9D9D9;
  background: none;
}
.section_block__nav_button.swiper-button-disabled svg {
  width: 30%;
  height: 100%;
  fill: #D9D9D9;
}
.section_block__nav_button + .section_block__nav_button {
  margin-left: 0.5rem;
}
.section_block__nav_button svg {
  width: 30%;
  height: 100%;
  fill: #D9D9D9;
}
.related_products .section_block__nav_button svg {
  fill: black;
}
.section_block__nav_button--prev svg {
  transform: scaleX(-1);
}

.privacy {
  padding: 14.25em 0 7.5em;
}
@media (max-width: 1350px) {
  .privacy {
    font-size: 0.9em;
  }
}
@media (max-width: 500px) {
  .privacy {
    padding: 5.875em 0 0;
  }
}
.privacy__top {
  padding-bottom: 2.5em;
  border-bottom: 2px solid #E3E7EB;
}
@media (max-width: 500px) {
  .privacy__top {
    padding-bottom: 1.25em;
  }
}
.privacy__container {
  display: flex;
  align-items: flex-start !important;
  justify-content: space-between;
  flex-direction: row;
  height: unset !important;
  padding-top: 2.5em;
}
@media (max-width: 500px) {
  .privacy__container {
    padding-top: 1.25em;
  }
}
.privacy__content {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 500px) {
  .privacy__content {
    flex-direction: column;
  }
}
.privacy__title {
  margin-bottom: 0em;
  color: black;
  font-weight: 700;
  font-size: 2.75em;
  line-height: 1em;
  text-align: center;
  transform: translate3d(0, -1vh, 0);
  opacity: 1;
  transition: all 0.35s;
  max-block-size: 2.5em;
}
.privacy__title.is-inview {
  transform: none;
  opacity: 1;
}

.privacy_column {
  flex: 1;
  margin-right: auto;
}
@media (max-width: 500px) {
  .privacy_column {
    width: 100%;
    margin: 0 0 2em;
  }
}
.privacy_column__wrapper {
  max-width: 48.75em;
}
@media (max-width: 500px) {
  .privacy_column__wrapper {
    max-width: 100%;
  }
}
.privacy_column__wrapper + .privacy_column__wrapper {
  margin-top: 3em;
}
.privacy_column__title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.7058823529em;
  font-family: "Inter", sans-serif;
  color: black;
  font-weight: 700;
  font-size: 2.125em;
  line-height: 1em;
  white-space: nowrap;
  letter-spacing: -0.01em;
  font-feature-settings: "ordn" on, "ss02" on;
  transform: translate3d(0, -1vh, 0);
  opacity: 1;
  transition: all 0.35s;
}
@media (max-width: 500px) {
  .privacy_column__title {
    font-size: 1.25em;
    white-space: normal;
  }
  .privacy_column__title br {
    display: none;
  }
}
.privacy_column__title.is-visible {
  transform: none;
  opacity: 1;
}
.privacy_column__title .counter {
  position: relative;
  top: 3px;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 2vw;
  height: 2vw;
  margin-right: 1vw;
  color: white;
  font-weight: 700;
  font-size: 0.6em;
}
@media (max-width: 500px) {
  .privacy_column__title .counter {
    top: 0px;
    width: 8vw;
    height: 8vw;
    margin-right: 2vw;
  }
}
.privacy_column__title .counter:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #A2CC2A;
  content: "";
}
.privacy_column__lower {
  margin-bottom: 1.5em;
  color: #444444;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5em;
  transform: translate3d(0, -1vh, 0);
  opacity: 1;
  transition: all 0.35s;
}
@media (max-width: 500px) {
  .privacy_column__lower {
    font-size: 0.8125em;
    line-height: 1.6923076923em;
  }
}
.privacy_column__lower.is-inview {
  transform: none;
  opacity: 1;
}
.privacy_column__text {
  color: #444444;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5em;
  transform: translate3d(0, -1vh, 0);
  opacity: 1;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .privacy_column__text {
    padding-right: 5vw;
  }
}
@media (max-width: 1350px) {
  .privacy_column__text {
    padding-right: 3vw;
  }
}
@media (max-width: 500px) {
  .privacy_column__text {
    font-size: 0.8125em;
    line-height: 1.6923076923em;
  }
  .privacy_column__text + .privacy_column__text {
    margin-top: 1em;
  }
}
.privacy_column__text a {
  color: #0026EE;
  text-decoration: underline;
}
.privacy_column__text + .privacy_column__text {
  margin-top: 1.75em;
}
@media (max-width: 500px) {
  .privacy_column__text + .privacy_column__text {
    margin-top: 1.5384615385em;
  }
}
.privacy_column__text.is-inview {
  transform: none;
  opacity: 1;
}
.privacy_column__text .strong {
  color: black;
  font-weight: 700;
}

.privacy_pagination {
  position: sticky;
  top: 10em;
  display: flex;
  flex-direction: column;
}
@media (max-width: 500px) {
  .privacy_pagination {
    display: none;
  }
}
.privacy_pagination__link {
  flex: none;
  color: black;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875em;
  white-space: nowrap;
  transition: color 0.15s;
}
.privacy_pagination__link:hover {
  color: #0026EE;
}
.privacy_pagination__link.is-active {
  color: #0026EE;
}
.privacy_pagination__link + .privacy_pagination__link {
  margin-top: 3.4285714286em;
}

.privacy_block {
  flex: none;
  padding: 1.75em 2.5em;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px #DCDCDC;
}
.privacy_block__title {
  display: flex;
  align-items: center;
  margin-bottom: 0.25em;
  font-weight: 500;
  font-size: 1.2em;
}
.privacy_block__text {
  margin-bottom: 1em;
  color: #404040;
  font-weight: 300;
  line-height: 1.8em;
}
.privacy_block__button {
  padding: 0.8em 1.5em;
  border-radius: 6px;
  color: red;
  font-size: 0.9em;
  box-shadow: inset 0 0 0 1px #E0E0E0;
}
.privacy_block__button:hover {
  background: rgba(255, 21, 0, 0.06);
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.94) 100%);
  opacity: 0;
  transition: all 0.5s;
}
.modal__overlay.is-active {
  opacity: 1;
  pointer-events: all;
}
.modal__content {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.modal__content--scroll {
  width: 26em;
  height: 100%;
}
@media (max-width: 500px) {
  .modal__content--scroll {
    width: 90vw;
  }
}
.modal__content--scroll .simplebar-vertical {
  top: 20%;
  height: 60%;
}
.is-active .modal__content {
  opacity: 1;
  pointer-events: all;
}

.modals {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}

.modal_close {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 1;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 50%;
  background: #EEEEEE;
  transition: all 0.4s;
}
.modal_close svg {
  width: 10px;
  height: 10px;
  transition: transform 0.25s;
  fill: #323232;
}
.modal_close:hover svg {
  transform: scale3d(0.8, 0.8, 1) rotate(90deg);
}

.modal_form {
  position: absolute;
  width: 25.375em;
  height: fit-content;
  top: 50%;
  left: 50%;
  padding: 1.5em 1.875em 1em;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translate3d(-50%, calc(-50% + 2em), 0);
  opacity: 0;
  transition: transform 0.35s, opacity 0.35s;
}
@media (max-width: 500px) {
  .modal_form {
    width: 90vw;
    padding: 1.25em;
  }
}
.modal_form__success {
  padding-bottom: 1.875em;
}
.modal_form.is-active {
  transform: translate3d(-50%, -50%, 0);
  opacity: 1;
  pointer-events: all;
}
.modal_form.is-active .modal_form__inputs.is-active {
  pointer-events: all;
}
.modal_form.on-request {
  pointer-events: none;
  opacity: 0.6;
}
.modal_form__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.modal_form__close {
  top: 0.875em;
  right: 0.875em;
  width: 24px;
  height: 24px;
  padding: 0;
  background: #EEF1F4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_form__close .icon {
  fill: #000000;
  width: 10px;
  height: 10px;
}
.modal_form__wrap {
  position: relative;
  width: 100%;
}
.modal_form__load {
  position: relative;
  width: 134px;
  height: 134px;
  margin: 5.5em auto 0;
}
@media (max-width: 500px) {
  .modal_form__load {
    margin-top: 2.5em;
  }
}
.modal_form__circle {
  width: 100%;
  height: 100%;
  transform: rotate(0);
  transition: transform 1.65s;
}
.is-active .modal_form__circle {
  transform: rotate(720deg);
  transition: transform 1.65s;
}
.modal_form__circle svg {
  width: 100%;
  height: 100%;
}
.modal_form__circle svg circle {
  transform: rotate(0);
  stroke-dashoffset: 270;
  stroke-dasharray: 150;
  transition: stroke-dashoffset 2s linear, stroke 2s;
  stroke: #EEF1F4;
}
.is-active .modal_form__circle svg circle {
  transform: rotate(0deg);
  transition: stroke-dashoffset 1.65s linear, stroke 0.5s 1.65s;
  stroke: #EEF1F4;
  stroke-dashoffset: 0;
}
.modal_form__icon {
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.5);
  opacity: 0;
  transition: transform 2s, opacity 2s;
}
.is-active .modal_form__icon {
  transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 1;
  transition: transform 0.7s 1.65s, opacity 0.7s 1.65s;
}
.modal_form__icon .icon {
  width: 100%;
  height: 100%;
}
.modal_form__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 1.875em;
  line-height: 1.1333333333em;
  color: #000000;
  letter-spacing: -0.005em;
  text-align: left;
}
@media (max-width: 500px) {
  .modal_form__title {
    font-size: 1.125em;
    line-height: 1.4444444444em;
  }
}
.modal_form__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.5714285714em;
  color: #162025;
  margin-top: 0.4285714286em;
  text-align: left;
}
@media (max-width: 500px) {
  .modal_form__text {
    font-size: 0.75em;
    line-height: 1.5em;
    margin-top: 0.5em;
  }
}
.modal_form__inputs {
  margin-top: 1.5em;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  gap: 0.875em;
}
@media (max-width: 500px) {
  .modal_form__inputs {
    margin-top: 1em;
  }
}
.modal_form__btn {
  width: 100%;
  margin-top: 3.1428571429em;
  height: 4.2857142857em;
  letter-spacing: -0.005em;
}
.modal_form__success .modal_form__btn {
  margin-top: 9.4285714286em;
}
@media (max-width: 500px) {
  .modal_form__success .modal_form__btn {
    margin-top: 4em;
  }
}
@media (max-width: 500px) {
  .modal_form__btn {
    margin-top: 2em;
  }
}
.modal_form__privacy {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.625em;
  line-height: 1.4em;
  color: #8B949E;
  margin-top: 1.4em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: color 0.2s;
}
.modal_form__privacy .link {
  color: #162025;
}
.modal_form__privacy .link:hover {
  color: #0026EE;
}

.modal_menu {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(5em, 0, 0);
  transition: transform 0.5s, opacity 0.5s;
}
.modal_menu.is-active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: all;
}
.modal_menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5em 0.875em;
}
.modal_menu__close {
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  position: initial;
}
.modal_menu__close .icon {
  fill: #000000;
  width: 10px;
  height: 10px;
}
.modal_menu__logo {
  width: 6em;
  height: 1.375em;
  display: block;
  transition: opacity 0.2s;
}
.modal_menu__logo:hover {
  opacity: 0.7;
}
.modal_menu__content {
  margin-top: 2.375em;
  padding: 0 0.875em 0.875em 0.875em;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.modal_menu__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modal_menu__wrap + .modal_menu__wrap {
  margin-top: 2.5em;
}
.modal_menu__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #D3D8DE;
}
.modal_menu__link:hover .text {
  color: #A2CC2A;
}
.modal_menu__link:hover .icon {
  fill: #A2CC2A;
}
.modal_menu__link.is-active .text {
  color: #A2CC2A;
}
.modal_menu__link .text {
  font-family: "SuisseIntl", sans-serif;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  font-weight: 500;
  white-space: nowrap;
  color: #000000;
  transition: color 0.2s;
}
.modal_menu__link .icon {
  width: 24px;
  height: 24px;
  fill: #000000;
  transition: fill 0.2s;
}
.modal_menu__link + .modal_menu__link {
  margin-top: 0.875em;
}
.modal_menu__privacy {
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  line-height: 1.5714285714em;
  font-weight: 400;
  white-space: nowrap;
  color: #8B949E;
  margin-top: auto;
  transition: color 0.2s;
}
.modal_menu__privacy:hover {
  color: #A2CC2A;
}

.itome {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  color: #ffffff;
  width: 5.5em;
  height: 1.25em;
  transition: opacity 0.2s;
}
@media (max-width: 500px) {
  .itome {
    margin-top: 1.375em;
  }
}
.itome:hover {
  opacity: 0.7;
}
.itome__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 0.5em;
  border-radius: 50%;
  background: #006EFF;
}
.itome__logo svg {
  width: 45%;
  height: 45%;
  fill: white;
}
.itome__title {
  font-weight: 300;
  font-size: 0.75em;
  font-family: "Inter", sans-serif;
  color: white;
}

.itome_tooltip {
  position: absolute;
  bottom: 105%;
  left: 50%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.4em 1.25vw;
  border-radius: 15px;
  background: #fff;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.15);
  transform: translateX(-50%) translateY(1vh);
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .itome_tooltip {
    display: none;
  }
}
.itome_tooltip:before {
  position: absolute;
  bottom: -13px;
  left: 50%;
  border: 7px solid transparent;
  border-top-color: white;
  transform: translateX(-50%);
  content: "";
}
.itome_tooltip__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8em;
  height: 3.8em;
  border-radius: 6px;
  background: #006EFF;
}
.itome_tooltip__logo svg {
  position: relative;
  top: -1px;
  left: -1px;
  width: 70%;
  fill: white;
}
.itome_tooltip__title {
  margin: 0.9vh 0;
  color: #000;
  font-weight: 700;
  font-size: 1.15em;
}
.itome_tooltip__subtitle {
  color: #B6B6B6;
  font-weight: 300;
  font-size: 0.875em;
  white-space: nowrap;
}

.modal_menu .itome__title {
  color: #111115;
}

.not_found {
  height: 100vh;
}
.not_found__logo {
  margin-left: auto;
}
.not_found__container {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 3.75em 0 11.25em;
}
@media (max-width: 500px) {
  .not_found__container {
    padding: 2.5em 1.5em 3.75em;
  }
}
.not_found__button {
  width: 14em;
  height: 3.5em;
  background: transparent !important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: white;
  transition: opacity 1s, transform 1s;
  opacity: 0;
}
.on-loaded .preloader {
  opacity: 1;
}
.disabled .preloader {
  pointer-events: none;
  transform: translateY(-100%);
  opacity: 0;
}
.preloader__num {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12.5em;
  letter-spacing: -0.005em;
  color: #000000;
  margin: 0 0 2.5rem 2.5rem;
  position: relative;
  z-index: 4;
}
@media (max-width: 500px) {
  .preloader__num {
    font-size: 7.5em;
    margin: 0 0 0.875rem 0.875rem;
  }
}
.preloader__light_green {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F1FFD3;
  transform-origin: bottom;
  transition: height 3s;
  animation: loading 1.5s 1.25s forwards;
  z-index: 2;
}
.preloader__dark_green {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #A2CC2A;
  transform-origin: bottom;
  transition: height 3s;
  animation: loading 1.5s 3.75s forwards;
  z-index: 3;
}

@keyframes loading {
  from {
    height: 0px;
  }
  100% {
    height: 100%;
  }
}
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 109;
  background: white;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  transform: translate3d(0, 100%, 0);
  transition: transform 0.5s;
}
.cookie.is-visible {
  transform: translate3d(0, 0, 0);
}
@media (max-width: 500px) {
  .cookie__container {
    padding: 0 1.5em;
  }
}
.cookie__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.125em 0;
}
@media (max-width: 500px) {
  .cookie__wrap {
    padding: 0.75em 0;
  }
}
.cookie__text {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.5555555556em;
  color: #A2CC2A;
}
@media (max-width: 500px) {
  .cookie__text {
    font-size: 0.75em;
    line-height: 1.3333333333em;
  }
}
.cookie__btn {
  width: 11.25em;
  height: 2.75em;
  border-radius: 6px;
}
@media (max-width: 500px) {
  .cookie__btn {
    font-size: 0.875em;
    width: 8.5714285714em;
    height: 2.5714285714em;
    padding: 0.5714285714em;
    flex: none;
  }
}

.slider {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
}
.slider__nav {
  display: flex;
  align-items: center;
  margin-top: 3.125em;
}
@media (max-width: 500px) {
  .slider__nav {
    flex-direction: column;
    margin-top: 1.5em;
  }
}
.slider__scroll {
  opacity: 1 !important;
  width: 100%;
  height: 2px;
  background: #D3D8DE;
}
.slider__scroll .swiper-scrollbar-drag {
  height: 100%;
  background: #A2CC2A;
}
.slider__pagination {
  font-family: "Inter", sans-serif;
  font-size: 1.125em;
  line-height: 1.2222222222em;
  font-weight: 300;
  color: #A2CC2A;
  margin: 0 0.9375em;
}
.slider__pagination.swiper-pagination-lock {
  display: none;
}
.slider__buttons {
  display: flex;
}
.slider__button {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #242424;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  transition: border 0.2s, background 0.2s;
}
.slider__button--prev {
  transform: scaleX(-1);
}
.slider__button:hover {
  background: #A2CC2A;
}
.slider__button:hover svg {
  fill: white;
}
.slider__button svg {
  width: 16px;
  height: 16px;
  fill: #242424;
  transition: fill 0.2s;
}
.main_section .slider__button svg {
  fill: white;
}
.main_section .slider__button {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #FFFFFF;
}
.slider__button.swiper-button-lock {
  display: none;
}
.slider__button.swiper-button-disabled {
  pointer-events: none;
  border: 1px solid #C4C4C4;
}
.slider__button.swiper-button-disabled svg {
  fill: #C4C4C4;
}
.slider__button + .slider__button {
  margin-left: 1em;
}
.slider_gallery {
  position: relative;
  width: 100%;
  max-width: 54em;
  height: 100%;
  z-index: -2;
}
.is-active .slider_gallery {
  pointer-events: all;
  z-index: 2;
}
.is-active .slider_gallery .swiper-slide {
  pointer-events: all;
}
@media (max-width: 500px) {
  .slider_gallery {
    padding-right: 15vw;
    padding-left: 5vw;
    border-radius: 0;
    padding: 0;
  }
}
.slider_gallery .swiper-wrapper {
  height: 100%;
}
.slider_gallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.slider_gallery .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 500px) {
  .slider_gallery .swiper-slide img {
    display: block;
    width: 100%;
  }
}
.slider_gallery__pagination {
  display: none;
}
@media (max-width: 500px) {
  .slider_gallery__pagination {
    display: flex;
    align-items: center;
    position: absolute;
    top: 1.4em;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 0.625em;
    line-height: 2.4em;
    letter-spacing: -0.005em;
    text-transform: uppercase;
  }
}
.slider_gallery__nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 50%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 8em);
  z-index: 10000;
}
.is-active .slider_gallery__nav {
  pointer-events: all;
}
@media (max-width: 500px) {
  .slider_gallery__nav {
    display: none;
  }
}
.slider_gallery__arrow {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  padding: 0;
  background: #000000;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  transition: border 0.2s, background 0.2s;
}
.slider_gallery__arrow.swiper-button-disabled {
  opacity: 1;
  pointer-events: none;
}
.slider_gallery__arrow.swiper-button-disabled svg {
  fill: #87909A;
}
.slider_gallery__arrow.swiper-button-lock {
  display: none;
}
.slider_gallery__arrow:hover {
  background: #232323;
}
.slider_gallery__arrow:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  opacity: 1;
}
.slider_gallery__prev {
  transform: rotate(180deg);
}
.slider_gallery__prev .slider_gallery__svg {
  left: 1px;
}
.slider_gallery__next .slider_gallery__svg {
  left: 1px;
}
.slider_gallery__svg {
  position: relative;
  width: 34px;
  height: 34px;
  transition: fill 0.2s;
  fill: white;
}

.is-active .slider_gallery .swiper-slide {
  pointer-events: all;
}

.footer {
  background: #0D1117;
}
.footer__container {
  padding-top: 3.75em;
}
@media (max-width: 500px) {
  .footer__container {
    padding-top: 0.875em;
  }
}
.footer__content {
  margin-top: 7.5em;
  padding-bottom: 3.75em;
  border-bottom: 1px solid #363B42;
  display: flex;
  width: 100%;
}
@media (max-width: 500px) {
  .footer__content {
    flex-direction: column;
    margin-top: 2.5em;
    padding-bottom: 2.75em;
    border-bottom: 0 solid #363B42;
  }
}
.footer__logo {
  width: 12.1875em;
  height: 2.8125em;
  display: block;
  margin-right: auto;
  transition: opacity 0.2s;
}
@media (max-width: 500px) {
  .footer__logo {
    width: 8.25em;
    height: 2em;
    margin-bottom: 2.5em;
    margin-right: 0;
  }
}
.footer__logo:hover {
  opacity: 0.7;
}
.footer__column {
  display: flex;
  flex-direction: column;
}
.footer__column + .footer__column {
  margin-left: 5em;
}
@media (max-width: 500px) {
  .footer__column + .footer__column {
    margin-left: 0;
    margin-top: 2.5em;
  }
}
.footer__column_title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 1.875em;
  line-height: 1.1333333333em;
  letter-spacing: -0.005em;
  color: #ffffff;
  margin-bottom: 1.25rem;
}
.footer__column_link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.2em;
  color: #8B949E;
  letter-spacing: -0.005em;
  padding: 0;
  text-align: left;
  transition: color 0.2s;
}
@media (max-width: 500px) {
  .footer__column_link {
    font-size: 1em;
    line-height: 1.5em;
    width: fit-content;
  }
}
.footer__column_link--margin {
  margin-top: auto !important;
}
@media (max-width: 500px) {
  .footer__column_link--margin {
    margin-top: 1em !important;
  }
}
.footer__column_link.is-active, .footer__column_link:hover {
  color: #A2CC2A;
}
.footer__column_link + .footer__column_link {
  margin-top: 1em;
}
.footer__bottom {
  display: flex;
  align-items: center;
  padding: 1.25em 0;
  width: 100%;
}
@media (max-width: 500px) {
  .footer__bottom {
    flex-direction: column;
    padding: 1.5em 0;
  }
}
.footer__bottom_link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: -0.005em;
  color: #8B949E;
  transition: color 0.2s;
}
@media (max-width: 500px) {
  .footer__bottom_link {
    text-align: center;
    font-weight: 500;
  }
}
.footer__bottom_link:hover {
  color: #A2CC2A;
}
.footer__bottom_link + .footer__bottom_link {
  margin-left: 2.5em;
}
@media (max-width: 500px) {
  .footer__bottom_link + .footer__bottom_link {
    margin-left: 0;
    margin-top: 1em;
  }
}

.footer_form {
  width: 100%;
  padding: 2.5em 4.125em 2.5em 2.5em;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
@media (max-width: 500px) {
  .footer_form {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5em;
  }
}
.footer_form.on-request .footer_form__form {
  opacity: 0.6;
  pointer-events: none;
}
.footer_form__info {
  padding-right: 3.875em;
  border-right: 1px solid #D3D8DE;
}
@media (max-width: 500px) {
  .footer_form__info {
    padding-right: 0;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #D3D8DE;
    border-right: 0px solid #D3D8DE;
  }
}
.footer_form__title {
  font-family: "SuisseIntl", sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1em;
  color: #000000;
  letter-spacing: -0.005em;
}
@media (max-width: 500px) {
  .footer_form__title {
    font-size: 1.625em;
    letter-spacing: normal;
  }
}
.footer_form__text {
  font-family: "Inter", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5555555556em;
  color: #162025;
  letter-spacing: -0.005em;
  margin-top: 2em;
}
@media (max-width: 500px) {
  .footer_form__text {
    font-size: 0.875em;
    line-height: 1.5714285714em;
    letter-spacing: normal;
    margin-top: 1.2857142857em;
  }
}
.footer_form__text + .footer_form__text {
  margin-top: 1.5em;
}
.footer_form__form {
  width: 100%;
  max-width: 24.375em;
  transition: opacity 0.2s;
}
@media (max-width: 500px) {
  .footer_form__form {
    max-width: 100%;
    margin-top: 1.5em;
  }
}
.footer_form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625em;
  margin-bottom: 0.625em;
}
@media (max-width: 500px) {
  .footer_form__grid {
    grid-template-columns: 100%;
    gap: 0.875em;
    margin-bottom: 0.875em;
  }
}
.footer_form__btn {
  width: 100%;
}

.footer_map {
  padding-top: 2.5em;
}
.footer_map__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5em;
}
@media (max-width: 500px) {
  .footer_map__top {
    margin-bottom: 1.25em;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer_map__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 1.875em;
  line-height: 1.1333333333em;
  letter-spacing: -0.005em;
  color: #ffffff;
}
.footer_map__buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .footer_map__buttons {
    margin-top: 1em;
    width: 100%;
  }
}
.footer_map__buttons .simplebar-content {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.footer_map__buttons .simplebar-track.simplebar-horizontal {
  opacity: 0;
  visibility: hidden !important;
}
.footer_map__btn {
  display: flex;
  align-items: center;
  padding: 0.4285714286em 0.8571428571em;
  background: #21262D;
  border: 1px solid #363B42;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  letter-spacing: -0.005em;
  color: #ffffff;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}
@media (max-width: 500px) {
  .footer_map__btn {
    white-space: nowrap;
    padding: 0.375em 0.5em;
  }
}
.cooperation__buttons .footer_map__btn {
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
}
.contacts__buttons .footer_map__btn {
  border: 1px solid #D3D8DE;
  background: #ffffff;
  color: #000000;
  padding: 0.5714285714em;
}
.footer_map__btn:hover {
  background: #A2CC2A;
  color: #000000;
}
.footer_map__btn:hover .icon {
  fill: #000000;
}
.footer_map__btn .icon {
  fill: #ffffff;
  width: 1.25em;
  height: 1.25em;
  display: flex;
  flex: none;
  margin-right: 0.375em;
  transition: fill 0.2s;
}
@media (max-width: 500px) {
  .footer_map__btn .icon {
    width: 1.25em;
    height: 1.25em;
    margin-right: 0.25em;
  }
}
.cooperation__buttons .footer_map__btn .icon, .contacts__buttons .footer_map__btn .icon {
  fill: #000000;
}
.footer_map__btn + .footer_map__btn {
  margin-left: 0.5em;
}
.footer_map__canvas {
  height: 53.75em;
  width: 100%;
  border: 1px solid #363B42;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 500px) {
  .footer_map__canvas {
    height: 35.6666666667em;
  }
}
.footer_map__canvas .marker {
  width: 73px;
  height: 91px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
}
@media (max-width: 500px) {
  .footer_map__canvas .marker {
    width: 49px;
    height: 61px;
  }
}
.footer_map__canvas .marker [data-map-tooltip] {
  display: none;
}
.footer_map__canvas .mapboxgl-ctrl-compass {
  display: none;
}
.footer_map__canvas .mapboxgl-ctrl-top-right {
  top: auto;
  bottom: 20px;
  right: 10px;
}
.footer_map__canvas .mapboxgl-ctrl-attrib-inner {
  display: none;
}
.footer_map__bottom {
  width: 100%;
  padding: 2em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #363B42;
}
@media (max-width: 500px) {
  .footer_map__bottom {
    flex-direction: column;
    padding: 1.375em 0 1.5em;
  }
}
.footer_map__copyright {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  color: #ffffff;
}
@media (max-width: 500px) {
  .footer_map__copyright {
    font-size: 0.875em;
    line-height: 1.5714285714em;
    text-align: center;
  }
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
}
.header__container {
  max-width: 82.5em;
}
.header__line {
  width: 100%;
  padding: 1.375em 0;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .header__line {
    padding: 0.5625em 0;
  }
}
.header__logo {
  width: 8.75em;
  height: 2em;
  margin-right: auto;
}
@media (max-width: 500px) {
  .header__logo {
    width: 6em;
    height: 1.375em;
  }
}
.header__wrap {
  display: flex;
  align-items: center;
  margin-right: auto;
}
@media (max-width: 500px) {
  .header__wrap {
    display: none;
  }
}
.header__link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.5714285714em;
  color: #000000;
  letter-spacing: -0.005em;
  transition: color 0.2s;
}
@media (max-width: 500px) {
  .header__link {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.header__link--alone {
  margin-left: auto;
}
@media (max-width: 500px) {
  .header__link--alone {
    display: none;
  }
}
.header__link.is-active, .header__link:hover {
  color: #A2CC2A;
}
.header__link + .header__link {
  margin-left: 2.4285714286em;
}
.header__search {
  margin-left: 2.5em;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  transition: opacity 0.2s;
}
.header__search:hover {
  opacity: 0.6;
}
.header__search .icon {
  width: 100%;
  height: 100%;
}
.header__menu {
  display: none;
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.875em;
  padding: 0;
}
@media (max-width: 500px) {
  .header__menu {
    display: block;
  }
}
.header__menu:hover .icon {
  fill: #A2CC2A;
}
.header__menu .icon {
  fill: #000000;
  width: 100%;
  height: 100%;
  transition: fill 0.2s;
}

.main_section__container {
  padding: 8.125em 0 7.875em;
  flex-direction: row;
  justify-content: space-between;
}
.main_section--about .main_section__container {
  padding-bottom: 5em;
}
@media (max-width: 500px) {
  .main_section--about .main_section__container {
    padding-bottom: 2.5em;
  }
}
.main_section--sout .main_section__container {
  padding-bottom: 3.75em;
  padding-top: 5.875em;
}
@media (max-width: 500px) {
  .main_section--sout .main_section__container {
    padding-bottom: 2.5em;
    padding-top: 3.125em;
  }
}
.main_section--ocenka_riskov .main_section__container {
  padding-bottom: 7.1875em;
  padding-top: 5.875em;
}
@media (max-width: 500px) {
  .main_section--ocenka_riskov .main_section__container {
    padding-bottom: 2.5em;
    padding-top: 3.125em;
  }
}
.main_section--rassledovanie .main_section__container {
  padding-bottom: 5em;
}
@media (max-width: 500px) {
  .main_section--rassledovanie .main_section__container {
    padding-bottom: 2.5em;
  }
}
.main_section--autsorsing .main_section__container {
  padding-bottom: 7.5em;
}
@media (max-width: 500px) {
  .main_section--autsorsing .main_section__container {
    padding-bottom: 2.5em;
  }
}
@media (max-width: 500px) {
  .main_section__container {
    padding: 3.125em 0.875em 3.375em;
    flex-direction: column-reverse;
  }
}
.main_section__section_block {
  padding-top: 5.125em;
}
@media (max-width: 500px) {
  .main_section__section_block {
    padding-top: 0;
  }
}
.main_section--sout .main_section__section_block {
  padding-top: 5em;
}
@media (max-width: 500px) {
  .main_section--sout .main_section__section_block {
    padding-top: 0;
  }
}
.main_section--ocenka_riskov .main_section__section_block {
  padding-top: 3.125em;
}
@media (max-width: 500px) {
  .main_section--ocenka_riskov .main_section__section_block {
    padding-top: 0;
  }
}
.main_section--rassledovanie .main_section__section_block {
  padding-top: 1.5em;
}
@media (max-width: 500px) {
  .main_section--rassledovanie .main_section__section_block {
    padding-top: 0;
  }
}
.main_section--kontrol .main_section__section_block {
  padding-top: 1.5em;
}
@media (max-width: 500px) {
  .main_section--kontrol .main_section__section_block {
    padding-top: 0;
  }
}
.main_section--autsorsing .main_section__section_block {
  padding-top: 3.375em;
}
@media (max-width: 500px) {
  .main_section--autsorsing .main_section__section_block {
    padding-top: 0;
  }
}
.main_section--elektrolab .main_section__section_block {
  padding-top: 4.25em;
}
@media (max-width: 500px) {
  .main_section--elektrolab .main_section__section_block {
    padding-top: 0;
  }
}
.main_section__img {
  width: 36.875em;
  height: 32.375em;
}
@media (max-width: 500px) {
  .main_section__img {
    width: 100%;
    height: 16.625em;
    margin-bottom: 0.625em;
  }
}
.main_section--sout .main_section__img {
  width: 34.375em;
  height: 29.75em;
}
@media (max-width: 500px) {
  .main_section--sout .main_section__img {
    width: 100%;
    height: 16.625em;
    margin-bottom: 0.625em;
  }
}
.main_section--ocenka .main_section__img {
  width: 36.875em;
  height: 33.75em;
}
@media (max-width: 500px) {
  .main_section--ocenka .main_section__img {
    width: 100%;
    height: 16.625em;
    margin-bottom: 0.625em;
  }
}
.main_section--rassledovanie .main_section__img, .main_section--elektrolab .main_section__img {
  width: 34em;
  height: 35.5em;
}
@media (max-width: 500px) {
  .main_section--rassledovanie .main_section__img, .main_section--elektrolab .main_section__img {
    width: 100%;
    height: 16.625em;
    margin-bottom: 0.625em;
  }
}
.main_section__numbers {
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 7.875em;
}
@media (max-width: 500px) {
  .main_section__numbers {
    padding-bottom: 3.375em;
    width: 25em;
    overflow: scroll;
    scrollbar-width: none;
    -webkit-scrollbar-width: none;
  }
}
.main_section ::-webkit-scrollbar {
  height: 0px;
  width: 0px;
  background: transparent;
}
.main_section__list {
  margin-top: 1.875em;
}
@media (max-width: 500px) {
  .main_section__list {
    margin-top: 1.25em;
  }
}
.main_section__list_item {
  display: flex;
}
.main_section__list_item .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #A2CC2A;
  margin-right: 0.625em;
  margin-top: 0.625em;
  flex: none;
}
.main_section__list_item + .main_section__list_item {
  margin-top: 1.25em;
}
.main_section__list_text {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 500px) {
  .main_section__list_text {
    font-size: 0.875em;
    line-height: 1.5714285714em;
  }
}

.main_section--ohrana-truda {
  padding: unset;
}
.main_section--ohrana-truda .main_section__container--ohrana-truda {
  padding-top: 80px;
  padding-bottom: 80px;
  align-items: center;
}
.main_section--ohrana-truda .main_section__container--ohrana-truda .main_section__section_block--ohrana-truda {
  padding: unset;
  width: calc(50% - 40px);
}
.main_section--ohrana-truda .main_section__container--ohrana-truda .main_section__section_block--ohrana-truda .section_block__title {
  letter-spacing: 0px;
  line-height: 114%;
}
.main_section--ohrana-truda .main_section__container--ohrana-truda .main_section__section_block--ohrana-truda .section_block__text--ohrana-truda {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 33px;
}
.main_section--ohrana-truda .main_section__container--ohrana-truda .main_section__section_block--ohrana-truda .section_block__text--ohrana-truda p {
  line-height: 174%;
  margin: unset;
}
.main_section--ohrana-truda .main_section__container--ohrana-truda .section_block__buttons--ohrana-truda {
  margin-top: 50px;
}
.main_section--ohrana-truda .main_section__container--ohrana-truda .section_block__buttons--ohrana-truda > a {
  height: 50px;
  padding: 0 17px 0 19px;
}
.main_section--ohrana-truda .main_section__container--ohrana-truda .section_block__buttons--ohrana-truda > a span {
  letter-spacing: 0.5px;
}
.main_section--ohrana-truda .main_section__container--ohrana-truda .main_section__img--ohrana-truda {
  width: calc(50% - 40px);
}
.main_section--ohrana-truda .main_section__container--ohrana-truda .main_section__img--ohrana-truda img {
  margin-top: -3px;
  width: 105%;
  height: 101.2%;
}
.main_section--ohrana-truda .dropzone_form {
  padding-top: 80px;
  padding-bottom: 80px;
}

.services {
  overflow: hidden;
}
.services__container {
  padding-bottom: 7.5em;
}
@media (max-width: 500px) {
  .services__container {
    padding-bottom: 3.125em;
  }
}
.services__content--desktop {
  margin-top: 1.25em;
}
@media (max-width: 500px) {
  .services__content--desktop {
    display: none;
  }
}
.services__content--mobile {
  display: none;
  margin-top: 1.5em;
}
@media (max-width: 500px) {
  .services__content--mobile {
    display: block;
  }
}

.services_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 75em;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .services_container {
    max-width: unset;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .services_container {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.services_block_desk {
  width: 100%;
  position: relative;
  padding: 1.75em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services_block_desk--news {
  padding: 1.25em 0;
}
@media (max-width: 500px) {
  .services_block_desk--news {
    padding: 0.875em 0;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.services_block_desk:hover::before {
  opacity: 1;
}
.services_block_desk:hover .services_block_desk__title {
  color: #A2CC2A;
}
.services_block_desk:hover .icon {
  fill: #A2CC2A;
}
.services_block_desk::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #F1FFD3;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.2s;
}
.services_block_desk .icon {
  width: 24px;
  height: 24px;
  fill: #000000;
  transition: fill 0.2s;
}
.services_block_desk--about .services_block_desk__info {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 500px) {
  .services_block_desk--news .services_block_desk__info {
    margin-top: 0.875em;
  }
}
.services_block_desk__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 1.875em;
  line-height: 1.1333333333em;
  letter-spacing: -0.005em;
  color: #000000;
  transition: color 0.2s;
}
.services_block_desk--about .services_block_desk__title {
  width: 8.2666666667em;
}
.services_block_desk--news .services_block_desk__title {
  font-size: 1.375em;
  line-height: 1.1818181818em;
  max-width: 40.6363636364em;
}
@media (max-width: 500px) {
  .services_block_desk--news .services_block_desk__title {
    font-size: 1.125em;
    line-height: 1.4444444444em;
    font-weight: 500;
    height: auto;
    max-width: 100%;
  }
}
.services_block_desk__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  color: #162025;
  margin-top: 0.625em;
}
.services_block_desk--about .services_block_desk__text {
  margin-left: 3.75em;
  margin-top: 0;
}
@media (max-width: 500px) {
  .services_block_desk--about .services_block_desk__text {
    font-size: 0.875em;
    line-height: 1.5714285714em;
    margin-top: 1em;
  }
}

.services_block_mob {
  border: 1px solid #D3D8DE;
  border-radius: 8px;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
}
.services_block_mob__icon {
  width: 24px;
  height: 24px;
  margin-bottom: 1em;
}
.services_block_mob__icon .icon {
  width: 100%;
  height: 100%;
  fill: #000000;
}
.services_block_mob__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.4444444444em;
  color: #000000;
}
.services_block_mob__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.5714285714em;
  color: #162025;
  margin-top: 0.625em;
}
.services_block_mob--about .services_block_mob__text {
  margin-top: 1em;
}
.services_block_mob__btn {
  width: 100%;
  margin-top: 1em;
}
.services_block_mob + .services_block_mob {
  margin-top: 0.875em;
}

.main_section_numbers_block {
  width: 12.5em;
}
@media (max-width: 500px) {
  .main_section_numbers_block {
    width: 10.625em;
    flex: none;
  }
}
.main_section_numbers_block__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 3.5em;
  letter-spacing: -0.002em;
  color: #000000;
}
@media (max-width: 500px) {
  .main_section_numbers_block__title {
    font-size: 1.875em;
    line-height: 1.1333333333em;
    letter-spacing: -0.005em;
  }
}
.main_section_numbers_block__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  color: #162025;
  margin-top: 0.875em;
}
@media (max-width: 500px) {
  .main_section_numbers_block__text {
    font-size: 0.875em;
    line-height: 1.5714285714em;
    margin-top: 0.45em;
  }
}
@media (max-width: 500px) {
  .main_section_numbers_block + .main_section_numbers_block {
    margin-left: 1.5em;
  }
}

.clients__container {
  padding-bottom: 7.5em;
}
@media (max-width: 500px) {
  .clients__container {
    padding-bottom: 3.125em;
  }
}
.clients--sout .clients__container {
  padding-top: 10.375em;
  padding-bottom: 0;
}
@media (max-width: 500px) {
  .clients--sout .clients__container {
    padding-top: 2.5em;
  }
}
.clients--ocenka_riskov .clients__container, .clients--rassledovanie .clients__container, .clients--kontrol .clients__container, .clients--autsorsing .clients__container, .clients--electrolab .clients__container {
  padding-top: 7.5em;
  padding-bottom: 0;
}
@media (max-width: 500px) {
  .clients--ocenka_riskov .clients__container, .clients--rassledovanie .clients__container, .clients--kontrol .clients__container, .clients--autsorsing .clients__container, .clients--electrolab .clients__container {
    padding-top: 2.5em;
  }
}
.clients__content {
  width: 100%;
  margin-top: 1.25em;
}
.clients__slider {
  margin-bottom: 1.25em;
  height: 54em;
}
@media (max-width: 500px) {
  .clients__slider {
    margin-bottom: 0.875em;
    height: 17em;
  }
}
.clients__slide {
  height: 12.5em;
}
@media (max-width: 500px) {
  .clients__slide {
    height: 5.25em;
  }
}

.team__container {
  padding: 12.125em 0 9.5em;
}
@media (max-width: 500px) {
  .team__container {
    padding: 5em 0.875em 4.125em;
  }
}
.team__content {
  width: 100%;
  margin-top: 2.5em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.25em 1.25em;
}
@media (max-width: 500px) {
  .team__content {
    margin-top: 1.5em;
    grid-template-columns: 100%;
    gap: 2.5em;
  }
}
.team__img {
  height: 27.875em;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.25em;
}
@media (max-width: 500px) {
  .team__img {
    height: 25.375em;
    margin-bottom: 0.875em;
  }
}
.team__img .image {
  object-fit: cover;
  object-position: top;
}
.team__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.1em;
  color: #000000;
}
@media (max-width: 500px) {
  .team__title {
    font-size: 1.125em;
    line-height: 1.4444444444em;
  }
}
.team__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.5714285714em;
  color: #162025;
  margin-top: 0.25rem;
}

.documents__container {
  padding: 12.125em 0 7.5em;
}
@media (max-width: 500px) {
  .documents__container {
    padding: 5em 0.875em 4.125em;
  }
}
.documents__content {
  width: 100%;
  margin-top: 2.5em;
}
@media (max-width: 500px) {
  .documents__content {
    margin-top: 1.5em;
    grid-template-columns: 100%;
    gap: 2.5em;
  }
}

.documents_block__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 2.5em;
  letter-spacing: -0.005em;
  color: #000000;
}
@media (max-width: 500px) {
  .documents_block__title {
    font-size: 1.45em;
    line-height: 1.4444444444em;
  }
}
.documents_block__wrap {
  margin-top: 1.25em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.25em;
}
@media (max-width: 500px) {
  .documents_block__wrap {
    grid-template-columns: calc((100% - 1.25em) / 2) calc((100% - 1.25em) / 2);
  }
}
.documents_block__img {
  height: 25.375em;
  border: 1px solid #D3D8DE;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 500px) {
  .documents_block__img {
    height: 14em;
  }
}
.documents_block + .documents_block {
  margin-top: 7.5em;
}
@media (max-width: 500px) {
  .documents_block + .documents_block {
    margin-top: 2.5em;
  }
}

.modal_gallery {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.modal_gallery.is-active {
  opacity: 1;
  pointer-events: none;
}
.modal_gallery__close {
  top: 34px;
  right: 83px;
  z-index: 100;
  width: 24px;
  height: 24px;
  background: #232323;
  transition: background 0.2s;
}
@media (max-width: 500px) {
  .modal_gallery__close {
    width: 24px;
    height: 24px;
    background: #000000;
    top: 0.875em;
    right: 0.875em;
  }
}
.is-active .modal_gallery__close {
  pointer-events: all;
}
.modal_gallery__close .icon {
  width: 10px;
  height: 10px;
  fill: #ffffff;
}
.modal_gallery__full {
  right: 124px;
  transition: background 0.2s;
}
@media (max-width: 500px) {
  .modal_gallery__full {
    display: none;
  }
}
.is-active .modal_gallery__full {
  pointer-events: all;
}
.modal_gallery__full .icon {
  width: 14px;
  height: 14px;
}

.cooperation__container {
  padding-bottom: 3.75em;
}
@media (max-width: 500px) {
  .cooperation__container {
    padding-bottom: 2.5em;
  }
}
.cooperation__block {
  margin-top: 1.25em;
  border: 1px solid #D3D8DE;
  border-radius: 12px;
  background: #ffffff;
  padding: 1.25em;
}
@media (max-width: 500px) {
  .cooperation__block {
    padding: 1em;
  }
}
.cooperation__line {
  display: flex;
}
.cooperation__line + .cooperation__line {
  margin-top: 0.875em;
}
.cooperation__icon {
  width: 24px;
  height: 24px;
  margin-right: 0.875em;
  flex: none;
}
.cooperation__icon .icon {
  width: 100%;
  height: 100%;
  fill: #A2CC2A;
}
.cooperation__text {
  line-height: 1.5em;
}
@media (max-width: 500px) {
  .cooperation__text {
    font-size: 0.875em;
    line-height: 1.5714285714em;
  }
}
.cooperation__buttons {
  margin-top: 1.25em;
}

.dropzone_form {
  padding-bottom: 7.5em;
}
@media (max-width: 500px) {
  .dropzone_form {
    padding-bottom: 3.125em;
  }
}
.dropzone_form--rassledovanie {
  margin-top: 7.5em;
}
@media (max-width: 500px) {
  .dropzone_form--rassledovanie {
    margin-top: 2.5em;
  }
}
@media (max-width: 500px) {
  .dropzone_form--kontrol {
    padding-bottom: 1.125em;
  }
}
.dropzone_form.on-request .dropzone_form__form {
  opacity: 0.6;
  pointer-events: none;
}
.dropzone_form__content {
  padding: 2.625em 2.5em 2.5em;
  width: 100%;
  background: #0D1117;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 500px) {
  .dropzone_form__content {
    padding: 1.5em;
    border-radius: 8px;
  }
}
.dropzone_form__content::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55.0625em;
  height: 22.375em;
  background-image: url("/themes/itome/assets/img/dropzone_form_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: overlay;
}
.dropzone_form__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 3em;
  line-height: 1em;
  color: #ffffff;
  letter-spacing: -0.005em;
}
@media (max-width: 500px) {
  .dropzone_form__title {
    font-size: 1.875em;
    line-height: 1.1333333333em;
  }
}
.dropzone_form__title .color {
  color: #A2CC2A;
}
.dropzone_form__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  color: #ffffff;
  margin-top: 0.875em;
}
@media (max-width: 500px) {
  .dropzone_form__text {
    font-size: 0.875em;
    line-height: 1.5714285714em;
    margin-top: 0.45em;
  }
}
.dropzone_form__text .color {
  color: #A2CC2A;
}
.dropzone_form__form {
  margin-top: 2.5em;
  display: grid;
  grid-template-columns: 18.375em 18.375em 15.75em auto;
  gap: 0.875em;
  align-items: start;
}
@media (max-width: 500px) {
  .dropzone_form__form {
    grid-template-columns: 100%;
    margin-top: 1.5em;
  }
}
.dropzone_form__dz_btn {
  background: #0D1117;
  border: 1px dashed #FFFFFF;
  display: flex;
  align-items: center;
  padding: 1em;
  border-radius: 6px;
  transition: border 0.2s, box-shadow 0.2s;
}
.dropzone_form__dz_btn:hover {
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px #A2CC2A;
}
.dropzone_form__dz_btn .icon {
  width: 1.5em;
  height: 1.5em;
  fill: #FFFFFF;
  margin-right: 0.5em;
}
.dropzone_form__dz_btn .btn__text {
  font-size: 0.875em;
  color: #FFFFFF;
}
@media (max-width: 500px) {
  .dropzone_form__btn {
    height: 3.5em;
  }
}
.dropzone_form__links {
  margin-top: 2.5em;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .dropzone_form__links {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
  }
}

.dropzone_form_link {
  display: flex;
  flex-direction: column;
}
.dropzone_form_link:hover .dropzone_form_link__title {
  color: #A2CC2A;
}
.dropzone_form_link__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1em;
  color: #ffffff;
  letter-spacing: -0.005em;
  transition: color 0.2s;
}
@media (max-width: 500px) {
  .dropzone_form_link__title {
    font-size: 1.125em;
    line-height: 1.4444444444em;
    letter-spacing: normal;
  }
}
.dropzone_form_link__text {
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  color: #8B949E;
  margin-top: 0.5rem;
}
@media (max-width: 500px) {
  .dropzone_form_link__text {
    font-size: 0.875em;
    line-height: 1.5714285714em;
    letter-spacing: normal;
    margin-top: 0.125rem;
  }
}
.dropzone_form_link + .dropzone_form_link {
  margin-left: 2.5em;
}
@media (max-width: 500px) {
  .dropzone_form_link + .dropzone_form_link {
    margin-left: 0;
    margin-top: 0.875em;
  }
}

.top_projects__container {
  padding: 13.5em 0 9.75em;
}
@media (max-width: 500px) {
  .top_projects__container {
    padding: 5em 0.875em 3.75em;
  }
}
.top_projects__content {
  width: 100%;
  margin-top: 2.5em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.375em 1.25em;
}
.top_projects__content--project_card {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.25em;
  margin-top: 1.25em;
}
@media (max-width: 500px) {
  .top_projects__content {
    margin-top: 1.5em;
    grid-template-columns: 100%;
    gap: 2.75em;
  }
}
.top_projects__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top_projects__block:hover .top_projects__img {
  border: 1px solid #A2CC2A;
}
.top_projects__img {
  height: 14.75em;
  width: 100%;
  overflow: hidden;
  border: 1px solid #D3D8DE;
  border-radius: 12px;
  margin-bottom: 1.25em;
  transition: border 0.2s;
}
@media (max-width: 500px) {
  .top_projects__img {
    height: 11.875em;
    border-radius: 8px;
    margin-bottom: 0.875em;
  }
}
.top_projects__content--project_card .top_projects__img {
  height: 11.875em;
  margin-bottom: 0.875em;
}
.top_projects__img .image {
  object-fit: cover;
}
.top_projects__name {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.4444444444em;
  color: #000000;
  text-align: center;
}
@media (max-width: 500px) {
  .top_projects__name {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
  }
}
.top_projects__content--project_card .top_projects__name {
  font-size: 1em;
  line-height: 1.5em;
}

.project_card__container {
  padding: 8.375em 0 7.5em;
}
@media (max-width: 500px) {
  .project_card__container {
    padding: 3.75em 0.875em 3.75em;
  }
}
.project_card__img {
  width: 100%;
  height: 31.5em;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2.5em;
}
@media (max-width: 500px) {
  .project_card__img {
    height: 12.5em;
    margin-bottom: 0.875em;
  }
}
.project_card__img .image {
  object-fit: cover;
}
.project_card__list {
  margin-top: 2.5em;
  padding-bottom: 6.25em;
  width: 100%;
  max-width: 40.875em;
}
@media (max-width: 500px) {
  .project_card__list {
    margin-top: 1.25em;
    padding-bottom: 2.5em;
    max-width: 100%;
  }
}
.project_card__list_title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.4166666667em;
  color: #000000;
}
@media (max-width: 500px) {
  .project_card__list_title {
    font-size: 1.125em;
    line-height: 1.4444444444em;
  }
}
.project_card__wrap {
  margin-top: 1.25em;
}
@media (max-width: 500px) {
  .project_card__wrap {
    margin-top: 0.875em;
  }
}
.project_card__item {
  display: flex;
}
.project_card__item .number {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000000;
  flex: none;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.75em;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75em;
  margin-top: 3px;
}
.project_card__item .text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.2px;
}
.project_card__item + .project_card__item {
  margin-top: 1.25em;
}
.project_card__others {
  padding-top: 1.25em;
  width: 100%;
  border-top: 1px solid #D3D8DE;
}
.project_card__others_title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 500;
  font-size: 1.875em;
  line-height: 1.1333333333em;
  color: #000000;
}
@media (max-width: 500px) {
  .project_card__others_title {
    font-weight: 600;
    font-size: 1.375em;
    line-height: 1.1818181818em;
  }
}

.promotions_card {
  display: flex;
  flex-direction: column;
  min-height: 22.625em;
  width: 100%;
  position: relative;
  padding: 1.25em 1.5em 1.875em;
  border-radius: 14px;
}
.promotions_card::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.25em;
  left: -6px;
  width: 22px;
  height: 41px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.promotions_card--green {
  background: linear-gradient(180deg, #84FEA7 0%, #5FFF8D 100%);
}
.promotions_card--green::before {
  background-image: url("/themes/itome/assets/img/promo_thing_green.svg");
}
.promotions_card--yellow {
  background: linear-gradient(180deg, #FFE75B 0%, #FFE341 100%);
}
.promotions_card--yellow::before {
  background-image: url("/themes/itome/assets/img/promo_thing_yellow.svg");
}
.promotions_card--blue {
  background: linear-gradient(180deg, #9CDEFF 0%, #82D5FE 100%);
}
.promotions_card--blue::before {
  background-image: url("/themes/itome/assets/img/promo_thing_blue.svg");
}
.promotions_card--pink {
  background: linear-gradient(180deg, #FEBCBD 0%, #FFA4A5 100%);
}
.promotions_card--pink::before {
  background-image: url("/themes/itome/assets/img/promo_thing_pink.svg");
}
.promotions_card__percent {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 1.875em;
  line-height: 1.1333333333em;
  letter-spacing: -0.005em;
}
.promotions_card__percent .percent {
  font-size: 1.8666666667em;
  line-height: 1em;
  letter-spacing: -0.02em;
}
.promotions_card__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0.625em;
  margin-bottom: auto;
}
.promotions_card__btn {
  width: 100%;
  margin-top: 1.4285714286em;
  height: 3rem;
}

.promotions__container {
  padding: 12.75em 0 2.5em;
}
@media (max-width: 500px) {
  .promotions__container {
    padding: 5em 0.875em 2.125em;
  }
}
.promotions__content {
  width: 100%;
  margin-top: 2.5em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.25em;
}
@media (max-width: 500px) {
  .promotions__content {
    margin-top: 1.5em;
    grid-template-columns: 100%;
    gap: 0.875em;
  }
}

.news__container {
  padding: 13.375em 0 7.5em;
}
@media (max-width: 500px) {
  .news__container {
    padding: 5em 0.875em 2.5em;
  }
}
.news__content {
  width: 100%;
  margin-top: 2.5em;
}
@media (max-width: 500px) {
  .news__content {
    margin-top: 1.5em;
  }
}

.news_pagination {
  width: 100%;
  margin-top: 2.5em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  .news_pagination {
    flex-direction: column;
    justify-content: center;
    margin-top: 1.25em;
  }
}
.news_pagination__btn_more {
  width: 27.4285714286em;
  border: 1px solid #D3D8DE;
  margin-right: 1.5rem;
  border-radius: 6px;
}
@media (max-width: 500px) {
  .news_pagination__btn_more {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.7142857143em;
  }
}
.news_pagination__wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .news_pagination__wrap {
    width: 100%;
    justify-content: space-between;
    overflow: scroll;
  }
}
.news_pagination__num {
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  border: 1px solid #D3D8DE;
  border-radius: 6px;
  background: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875em;
  letter-spacing: -0.005em;
  text-align: center;
  color: #000000;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.news_pagination__num:hover {
  background: #EEF1F4;
}
.news_pagination__num.is-active {
  background: #F1FFD3;
  border: 1px solid #F1FFD3;
  color: #A2CC2A;
}
.news_pagination__num + .news_pagination__num {
  margin-left: 0.5rem;
}

.news_card__container {
  padding: 10em 0 7.5em;
}
@media (max-width: 500px) {
  .news_card__container {
    padding: 5em 0.875em 2.5em;
  }
}
.news_card__previous {
  padding-top: 3.75em;
}
@media (max-width: 500px) {
  .news_card__previous {
    padding-top: 2.5em;
  }
}
.news_card__previous_list {
  margin-top: 0.875em;
}
@media (max-width: 500px) {
  .news_card__previous_list {
    margin-top: 1.25em;
  }
}

.reputation__container {
  padding: 13.375em 0 7.5em;
}
@media (max-width: 500px) {
  .reputation__container {
    padding: 5em 0.875em 2.5em;
  }
}
.reputation__content {
  width: 100%;
  margin-top: 2.5em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.5em 1.25em;
  overflow: hidden;
  height: 91em;
}
@media (max-width: 500px) {
  .reputation__content {
    margin-top: 1.5em;
    grid-template-columns: calc((100% - 0.625em) / 2) calc((100% - 0.625em) / 2);
    gap: 1.25em 0.625em;
    height: 112em;
  }
}
.reputation__content.is-open {
  height: 100%;
}
.reputation__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 500px) {
  .reputation__block {
    align-items: flex-start;
  }
}
.reputation__img {
  height: 25.5em;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.875em;
  filter: grayscale(100%);
  transition: filter 0.2s;
}
@media (max-width: 500px) {
  .reputation__img {
    height: 14em;
    margin-bottom: 0.625em;
    filter: grayscale(0);
  }
}
.reputation__img:hover {
  filter: grayscale(0);
}
.reputation__img .image {
  object-fit: cover;
}
.reputation__caption {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.5714285714em;
  color: #162025;
  letter-spacing: -0.005em;
  text-align: center;
}
@media (max-width: 500px) {
  .reputation__caption {
    font-weight: 400;
    text-align: left;
  }
}
.reputation__bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.5em;
}
@media (max-width: 500px) {
  .reputation__bottom {
    margin-top: 2.875em;
  }
}
.reputation__btn_more {
  width: 27.4285714286em;
  border: 1px solid #D3D8DE;
  border-radius: 6px;
}
@media (max-width: 500px) {
  .reputation__btn_more {
    width: 100%;
  }
}

.what_is__container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .what_is__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.what_is--kontrol .what_is__container {
  padding-top: 8.875em;
}
@media (max-width: 500px) {
  .what_is--kontrol .what_is__container {
    padding-top: 2.5em;
  }
}
.what_is__content {
  width: 100%;
  max-width: 30.5em;
}
@media (max-width: 500px) {
  .what_is__content {
    max-width: 100%;
    margin-top: 1.5em;
  }
}
.what_is--kontrol .what_is__content {
  max-width: 26.125em;
}
.what_is__btn {
  margin-top: 1.5em;
}
@media (max-width: 500px) {
  .what_is__btn {
    width: 100%;
    margin-top: 1.25em;
  }
}

.what_is_block {
  border: 1px solid #D3D8DE;
  border-radius: 12px;
  padding: 1.5em 1.25em 1.25em;
}
.what_is_block--fines {
  padding: 1.25em;
}
.what_is_block--kontrol {
  border-radius: 8px;
  padding: 1.25em 1em;
}
.what_is_block__top {
  display: flex;
  align-items: center;
  margin-bottom: 1.125em;
}
@media (max-width: 500px) {
  .what_is_block__top {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 500px) {
  .what_is_block--fines .what_is_block__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.what_is_block--kontrol .what_is_block__top {
  margin-bottom: 0.625em;
}
.what_is_block__icon {
  width: 1.5em;
  height: 1.5em;
  flex: none;
  margin-right: 0.625em;
}
@media (max-width: 500px) {
  .what_is_block__icon {
    margin-right: 0.75em;
  }
}
.what_is_block__icon--green {
  margin-right: 0.75em;
}
.what_is_block__icon--green .icon {
  fill: #A2CC2A !important;
}
@media (max-width: 500px) {
  .what_is_block__icon--green {
    margin-bottom: 0.625em;
    margin-right: 0;
  }
}
.what_is_block__icon .icon {
  width: 100%;
  height: 100%;
  fill: #000000;
}
.what_is_block__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 1.375em;
  line-height: 1.1818181818em;
  letter-spacing: -0.005em;
  color: #000000;
}
@media (max-width: 500px) {
  .what_is_block__title {
    font-size: 1.125em;
    line-height: 1.4444444444em;
    font-weight: 500;
  }
}
.what_is_block--kontrol .what_is_block__title {
  font-size: 1em;
  line-height: 1.5em;
}
@media (max-width: 500px) {
  .what_is_block__title--fines {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.what_is_block__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.5714285714em;
  color: #162025;
}
.what_is_block__text--fines {
  font-size: 1em;
  line-height: 1.5em;
}
@media (max-width: 500px) {
  .what_is_block__text--fines {
    font-size: 0.875em;
    line-height: 1.5714285714em;
  }
}
.what_is_block__text + .what_is_block__text {
  margin-top: 1.25em;
}
.what_is_block + .what_is_block {
  margin-top: 1.25em;
}
@media (max-width: 500px) {
  .what_is_block + .what_is_block {
    margin-top: 0.875em;
  }
}
.what_is--kontrol .what_is_block + .what_is_block {
  margin-top: 0.625em;
}

.what_is_block--fines + .what_is_block--fines {
  margin-top: 0;
}

.includes_block {
  background: #0D1117;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  height: 10em;
}
@media (max-width: 500px) {
  .includes_block {
    width: 100%;
    height: 8.25em;
    justify-content: flex-start;
    padding: 1.25em;
  }
}
.includes_block__num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #A2CC2A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.9375em;
  color: #000;
  flex: none;
}
@media (max-width: 500px) {
  .includes_block__num {
    margin-bottom: 1.25em;
  }
}
.includes_block__text {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5em;
  color: #ffffff;
}

.includes__container {
  padding-top: 8.5em;
}
@media (max-width: 500px) {
  .includes__container {
    padding-top: 2.5em;
  }
}
.includes__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0.625em;
  margin: 1.25em 0 1.5em;
}
@media (max-width: 500px) {
  .includes__content {
    grid-template-columns: 100%;
    margin: 1em 0 1.5em;
  }
}

.dropdown {
  border-bottom: 1px solid #D3D8DE;
}
.dropdown.is-active {
  border-bottom: 1px solid #A2CC2A;
}
.dropdown.is-active .dropdown__info {
  max-height: 100em;
  padding-bottom: 1.25em;
  opacity: 1;
}
@media (max-width: 500px) {
  .dropdown.is-active .dropdown__info {
    margin-top: 0.5em;
    max-height: 170em;
  }
}
.dropdown.is-active .icon__plus {
  opacity: 0;
  pointer-events: none;
}
.dropdown.is-active .icon__minus {
  opacity: 1;
  pointer-events: all;
}
.dropdown--big.is-active .dropdown__info {
  background: #F1FFD3;
  border-radius: 8px;
  padding: 1em;
}
.dropdown__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 0;
  cursor: pointer;
  position: relative;
  transition: border 0.2s;
}
@media (max-width: 500px) {
  .dropdown__top {
    padding: 0 0 0.875em;
    align-items: flex-start;
  }
}
.dropdown--big .dropdown__top {
  padding: 0 0 1.25em;
}
.dropdown__top .icon {
  width: 1.5em;
  height: 1.5em;
  fill: #000000;
  transition: opacity 0.4s;
  flex: none;
}
@media (max-width: 500px) {
  .dropdown__top .icon {
    margin-top: 0.875em;
  }
  .dropdown--big .dropdown__top .icon {
    margin-top: 4.875em;
  }
}
.dropdown__top .icon__minus {
  position: absolute;
  right: 0;
  opacity: 0;
  pointer-events: none;
}
.dropdown__icon {
  width: 2.125em;
  height: 2.125em;
  margin-bottom: 0.9375em;
}
@media (max-width: 500px) {
  .dropdown__icon {
    width: 1.5em;
    height: 1.5em;
    margin-bottom: 1.25em;
  }
}
.dropdown__icon .icon_top {
  width: 100%;
  height: 100%;
  fill: #A2CC2A;
}
.dropdown__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 1.375em;
  line-height: 1.1818181818em;
}
@media (max-width: 500px) {
  .dropdown__title {
    font-size: 1.125em;
    line-height: 1.4444444444em;
    font-weight: 500;
    max-width: 16em;
  }
}
.dropdown--small .dropdown__title {
  font-size: 1.125em;
  line-height: 1.4444444444em;
  font-weight: 500;
}
.dropdown--big .dropdown__title {
  font-size: 1.875em;
  line-height: 1.1333333333em;
  letter-spacing: -0.005em;
  margin-bottom: 0.3333333333em;
}
@media (max-width: 500px) {
  .dropdown--big .dropdown__title {
    font-size: 1.125em;
    line-height: 1.4444444444em;
    font-weight: 500;
    max-width: 100%;
    margin-bottom: 0.5rem;
  }
}
.dropdown__info {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.5s, opacity 0.5s, margin 0.5s, padding 0.5s;
}
.dropdown--big .dropdown__info {
  padding: 0 1em;
}
.dropdown__text {
  color: #162025;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  max-width: 50.875em;
}
@media (max-width: 500px) {
  .dropdown__text {
    font-size: 0.875em;
    line-height: 1.5714285714em;
    max-width: 100%;
  }
}
.dropdown__text--small {
  font-size: 0.875em;
  line-height: 1.5714285714em;
  max-width: 45.7142857143em;
}
.dropdown__text--bullet {
  position: relative;
  padding-left: 1.5em;
}
.dropdown__text--bullet::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #A2CC2A;
  left: 0;
  top: 8px;
}
.dropdown__text .strong {
  font-weight: 600;
  color: #000000;
}
.dropdown__text .link {
  color: #A2CC2A;
  pointer-events: all;
}
.dropdown__text + .dropdown__text {
  margin-top: 1.25em;
}
@media (max-width: 500px) {
  .dropdown__text + .dropdown__text {
    margin-top: 0.75em;
  }
}
.dropdown + .dropdown {
  margin-top: 1.25em;
}
@media (max-width: 500px) {
  .dropdown + .dropdown {
    margin-top: 1.5em;
  }
}

.dropdown--big + .dropdown--big {
  margin-top: 2.5em;
}

.why_us__container {
  padding-top: 8.875em;
}
@media (max-width: 500px) {
  .why_us__container {
    padding-top: 2.5em;
  }
}
.why_us__content {
  margin-top: 1.25em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25em;
}
@media (max-width: 500px) {
  .why_us__content {
    grid-template-columns: 100%;
    gap: 0.875em;
    margin-top: 1.5em;
  }
}

.why_us_block {
  position: relative;
  border: 1px solid #D3D8DE;
  border-radius: 12px;
  padding: 1.25em;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.why_us_block:hover::before {
  opacity: 1;
}
.why_us_block:hover .icon {
  fill: #A2CC2A;
}
.why_us_block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/themes/itome/assets/img/why_us_bg.png");
  border-radius: 12px;
  mix-blend-mode: overlay;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: opacity 0.2s;
  opacity: 0;
  pointer-events: none;
}
.why_us_block__icon {
  width: 2.125em;
  height: 2.125em;
  margin-bottom: 1.25em;
}
.why_us_block__icon .icon {
  width: 100%;
  height: 100%;
  fill: #000000;
  transition: fill 0.2s;
}
.why_us_block__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 1.375em;
  line-height: 1.1818181818em;
  letter-spacing: -0.005em;
  color: #000000;
  margin-top: auto;
}
@media (max-width: 500px) {
  .why_us_block__title {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 500;
  }
}
.why_us_block__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.5714285714em;
  color: #162025;
  margin-top: 0.7142857143em;
}
@media (max-width: 500px) {
  .why_us_block__text {
    margin-top: 0.25rem;
  }
}

.reliable_partner__container {
  padding-top: 7.5em;
}
@media (max-width: 500px) {
  .reliable_partner__container {
    padding-top: 2.5em;
  }
}
.reliable_partner--rassledovanie .reliable_partner__container {
  padding-top: 10.375em;
  padding-bottom: 7.5em;
}
@media (max-width: 500px) {
  .reliable_partner--rassledovanie .reliable_partner__container {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.reliable_partner__block {
  background: #0D1117;
  border-radius: 16px;
  padding: 2.5em;
  position: relative;
  overflow: hidden;
}
@media (max-width: 500px) {
  .reliable_partner__block {
    border-radius: 8px;
    padding: 1.5em;
  }
}
.reliable_partner__block::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 23.1875em;
  height: 28.5625em;
  background-image: url("/themes/itome/assets/img/rel_partner_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: lighten;
}
@media (max-width: 500px) {
  .reliable_partner__block::before {
    bottom: -1em;
    right: -6em;
    width: 24.188em;
    height: 29.563em;
  }
}
.reliable_partner__block::after {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 22.875em;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #0D1117 0%, rgba(13, 17, 23, 0) 100%);
  z-index: 0;
}
@media (max-width: 500px) {
  .reliable_partner__block::after {
    display: block;
  }
}
.reliable_partner__list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.25em 2.625em;
  margin-top: 2.5em;
  max-width: 56.25em;
}
@media (max-width: 500px) {
  .reliable_partner__list {
    grid-template-columns: 100%;
    gap: 0.875em;
    margin-top: 1.5em;
    position: relative;
    z-index: 4;
  }
}

.reliable_partner_item {
  display: flex;
  align-items: center;
}
.reliable_partner_item__icon {
  width: 2.75em;
  height: 2.75em;
  margin-right: 1.25em;
  background: #21262D;
  border: 1px solid #363B42;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.reliable_partner_item__icon .icon {
  width: 1.5em;
  height: 1.5em;
  fill: #ffffff;
}
.reliable_partner_item__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  color: #ffffff;
}
@media (max-width: 500px) {
  .reliable_partner_item__text {
    font-size: 0.875em;
    line-height: 1.5714285714em;
  }
}

.advantages_block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 500px) {
  .advantages_block {
    flex-direction: column;
  }
}
.advantages--kontrol .advantages_block, .advantages--autsorsing .advantages_block {
  align-items: center;
}
.advantages_block--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 500px) {
  .advantages_block--reverse {
    flex-direction: column;
  }
}
.advantages_block__img {
  position: sticky;
  top: 5em;
  width: 36.875em;
  height: 40.625em;
  margin-right: 4.375em;
}
@media (max-width: 500px) {
  .advantages_block__img {
    position: initial;
    width: 100%;
    height: 22.875em;
    margin-right: 0;
    margin-bottom: 1.25em;
  }
}
.advantages--rassledovanie .advantages_block__img {
  margin-right: 1.25em;
}
@media (max-width: 500px) {
  .advantages--rassledovanie .advantages_block__img {
    margin-right: 0;
  }
}
.advantages--electrolab .advantages_block__img {
  margin-right: 1.25em;
}
@media (max-width: 500px) {
  .advantages--electrolab .advantages_block__img {
    margin-right: 0;
  }
}
.advantages--autsorsing .advantages_block__img {
  margin-right: 1.25em;
  height: 32.5em;
}
@media (max-width: 500px) {
  .advantages--autsorsing .advantages_block__img {
    margin-right: 0;
    height: 22.875em;
  }
}
.advantages--kontrol .advantages_block__img {
  width: 30.5em;
  height: 34.0625em;
  margin-right: 7.5em;
}
@media (max-width: 500px) {
  .advantages--kontrol .advantages_block__img {
    margin-right: 0;
    width: 100%;
    height: 22.875em;
  }
}
.advantages_block__img--reverse {
  margin-right: 0 !important;
  margin-left: 6.25em;
}
@media (max-width: 500px) {
  .advantages_block__img--reverse {
    margin-left: 0;
  }
}
.advantages_block__info {
  max-width: calc(100% - 4.375em - 36.875em);
}
@media (max-width: 500px) {
  .advantages_block__info {
    max-width: 100%;
  }
}
.advantages--rassledovanie .advantages_block__info, .advantages--autsorsing .advantages_block__info, .advantages--electrolab .advantages_block__info {
  max-width: calc(100% - 1.25em - 36.875em);
}
@media (max-width: 500px) {
  .advantages--rassledovanie .advantages_block__info, .advantages--autsorsing .advantages_block__info, .advantages--electrolab .advantages_block__info {
    max-width: 100%;
  }
}
.advantages--kontrol .advantages_block__info {
  max-width: calc(100% - 6.25em - 30.5em);
}
@media (max-width: 500px) {
  .advantages--kontrol .advantages_block__info {
    max-width: 100%;
  }
}
.advantages_block__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: -0.005em;
  color: #000000;
  margin-bottom: 1.5rem;
}
@media (max-width: 500px) {
  .advantages_block__title {
    font-size: 1.625em;
    margin-bottom: 1.25rem;
  }
}
.advantages_block__title--margin14 {
  margin-bottom: 0.875rem;
}
.advantages_block__wrap + .advantages_block__wrap {
  margin-top: 2.5em;
}
@media (max-width: 500px) {
  .advantages_block__wrap + .advantages_block__wrap {
    margin-top: 1.5em;
  }
}
.advantages_block__caption {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.4166666667em;
  letter-spacing: -0.005em;
  color: #000000;
}
@media (max-width: 500px) {
  .advantages_block__caption {
    font-size: 1.125em;
    line-height: 1.4444444444em;
  }
}
.advantages_block__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.7em;
  color: #162025;
  margin-top: 1rem;
}
.advantages_block__text--small {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.25em;
}
@media (max-width: 500px) {
  .advantages_block__text--small {
    margin-top: 1.25rem;
  }
}
@media (max-width: 500px) {
  .advantages_block__text {
    font-size: 0.875em;
    line-height: 1.5714285714em;
    margin-top: 0.5rem;
  }
}
.advantages_block__btn {
  margin-top: 1.5rem;
}
@media (max-width: 500px) {
  .advantages_block__btn {
    width: 100%;
  }
}
.advantages_block + .advantages_block {
  margin-top: 8.875em;
}
@media (max-width: 500px) {
  .advantages_block + .advantages_block {
    margin-top: 1.25em;
  }
}
.advantages--kontrol .advantages_block + .advantages_block {
  margin-top: 2.5em;
}

.advantages_title--ohrana-truda {
  letter-spacing: 0;
  line-height: 147%;
}

.advantages_block--ohrana-truda {
  column-gap: 80px;
}
.advantages_block--ohrana-truda .advantages_block__info {
  max-width: calc(59% - 40px);
}
.advantages_block--ohrana-truda .regulations__list {
  max-width: unset;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.advantages_block--ohrana-truda .regulations__list p {
  line-height: 174%;
  margin: unset;
}
.advantages_block--ohrana-truda .regulations__list .advantages_block__info-ul--ohrana-truda {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.advantages_block--ohrana-truda .regulations__list .advantages_block__info-ul--ohrana-truda > * {
  margin: unset;
}
.advantages_block--ohrana-truda .regulations__list .advantages_block__info-ul--ohrana-truda > div {
  margin-right: 14px;
  margin-top: 6px;
}
.advantages_block--ohrana-truda .regulations__list .advantages_block__info-ul--ohrana-truda > p {
  line-height: 175%;
}
.advantages_block--ohrana-truda .advantages_block__img {
  max-width: calc(41% - 40px);
  width: 100%;
  margin-right: unset;
  height: auto;
  position: relative;
  top: unset;
}
.advantages_block--ohrana-truda .advantages_block__img img {
  position: sticky;
  top: 5em;
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.advantages__container {
  padding-top: 7.5em;
}
@media (max-width: 500px) {
  .advantages__container {
    padding-top: 2.5em;
  }
}
.advantages--rassledovanie .advantages__container {
  padding-top: 0;
}
.advantages--kontrol .advantages__container {
  padding-top: 0;
}
.advantages--autsorsing .advantages__container {
  padding-top: 0;
}
.advantages__content {
  width: 100%;
}

.advantages--ohrana-truda {
  padding-top: 80px;
  padding-bottom: 80px;
}
.advantages--ohrana-truda > * {
  padding: unset;
}

.faq__container {
  padding-top: 10.375em;
}
@media (max-width: 500px) {
  .faq__container {
    padding-top: 2.5em;
  }
}
.faq--kontrol .faq__container {
  padding-bottom: 7.5em;
}
@media (max-width: 500px) {
  .faq--kontrol .faq__container {
    padding-bottom: 2.5em;
  }
}
.faq__content {
  width: 100%;
  margin-top: 2.5em;
}
@media (max-width: 500px) {
  .faq__content {
    margin-top: 1.25em;
  }
}

.scheme_block {
  position: relative;
  background: #21262D;
  border-radius: 12px;
  padding: 1.25em;
  height: auto;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s 0.4s, transform 0.3s 0.4s;
  opacity: 0;
  transform: translateY(2em);
  transform-origin: left top;
}
.scheme_block[data-scheme-start]::after, .scheme_block[data-scheme-end]::after, .scheme_block[data-long-scheme-end]::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  border: 4px solid #A2CC2A;
  transform: scale(0);
}
@media (max-width: 500px) {
  .scheme_block[data-scheme-start]::after, .scheme_block[data-scheme-end]::after, .scheme_block[data-long-scheme-end]::after {
    content: none;
  }
}
.scheme_block[data-long-scheme-end]::after {
  right: auto;
  left: -8px;
}
.scheme_block[data-scheme-end]::after, .scheme_block[data-long-scheme-end]::after {
  background: white;
}
.scheme_block--green[data-scheme-end]:after {
  background: #A2CC2A;
}
@keyframes dot {
  from {
    transform: scale(0);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.scheme_block:nth-child(2) {
  transition-delay: 0.8s;
}
.scheme_block:nth-child(3) {
  transition-delay: 1.2s;
}
.scheme_block:nth-child(4) {
  transition-delay: 2.4s;
}
.scheme_block:nth-child(5) {
  transition-delay: 2s;
}
.scheme_block:nth-child(6) {
  transition-delay: 1.6s;
}
.scheme_block:nth-child(7) {
  transition-delay: 2.8s;
}
.scheme_block:nth-child(8) {
  transition-delay: 3.2s;
}
.scheme_block:nth-child(9) {
  transition-delay: 3.6s;
}
.scheme__blocks.is-inview .scheme_block {
  opacity: 1;
  transform: none;
}
.scheme__blocks.is-inview .scheme_block::after {
  animation: dot 1s forwards 2.7s;
}
.scheme__blocks.is-inview .scheme_block[data-long-scheme-end]::after {
  animation: dot 1s forwards 3.9s;
}
@media (max-width: 500px) {
  .scheme_block {
    height: fit-content;
  }
}
.scheme--white .scheme_block {
  background: #ffffff;
  border: 1px solid #D3D8DE;
  height: 12.5em;
}
@media (max-width: 500px) {
  .scheme--white .scheme_block {
    height: fit-content;
  }
}
.scheme--white_kontrol .scheme_block {
  height: 11.25em;
}
@media (max-width: 500px) {
  .scheme--white_kontrol .scheme_block {
    height: fit-content;
  }
}
.scheme--white_aursors .scheme_block {
  height: 12.625em;
}
@media (max-width: 500px) {
  .scheme--white_aursors .scheme_block {
    height: fit-content;
  }
}
.scheme_block--invisible {
  border: 0px solid #ffffff !important;
}
@media (max-width: 500px) {
  .scheme_block--invisible {
    display: none;
  }
}
.scheme_block__flash_wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}
.scheme_block__flash {
  display: block;
  width: 14em;
  height: 12.375em;
  background: rgba(255, 255, 255, 0.16);
  filter: blur(50px);
  position: absolute;
  left: -3.5em;
  top: -5.5em;
}
.scheme_block--white {
  position: relative;
}
.scheme--white .scheme_block--3 {
  height: 18.125em;
}
@media (max-width: 500px) {
  .scheme--white .scheme_block--3 {
    height: fit-content;
  }
}
.scheme--white_kontrol .scheme_block--3 {
  height: 11.25em;
}
@media (max-width: 500px) {
  .scheme--white_kontrol .scheme_block--3 {
    height: fit-content;
  }
}
.scheme--white_aursors .scheme_block--3 {
  height: 12.625em;
}
@media (max-width: 500px) {
  .scheme--white_aursors .scheme_block--3 {
    height: fit-content;
  }
}
@media (max-width: 500px) {
  .scheme_block--4 {
    grid-row-start: 4;
    grid-row-end: 5;
  }
}
@media (max-width: 500px) {
  .scheme_block--5 {
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .scheme--white_kontrol .scheme_block--5 {
    grid-row-start: 4;
    grid-row-end: 5;
  }
}
@media (max-width: 500px) {
  .scheme_block--6 {
    grid-row-start: 6;
    grid-row-end: 7;
  }
  .scheme--white_kontrol .scheme_block--6 {
    grid-row-start: 5;
    grid-row-end: 6;
  }
}
.scheme--white .scheme_block--6 {
  background: #F1FFD3;
  border: 1px solid #F1FFD3;
}
.scheme_block__top {
  display: flex;
  align-items: center;
  margin-bottom: 1.25em;
}
.scheme_block__icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.875em;
}
.scheme_block__icon .icon {
  width: 100%;
  height: 100%;
  fill: #A2CC2A;
}
.scheme--white .scheme_block__icon .icon {
  fill: #000000;
}
.scheme_block--white .scheme_block__icon .icon {
  fill: #ffffff;
}
.scheme_block--green .scheme_block__icon .icon {
  fill: #A2CC2A;
}
.scheme_block__step {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 500;
  font-size: 1.125em;
  color: #A2CC2A;
}
.scheme_block--white .scheme_block__step {
  color: #ffffff;
}
.scheme--white .scheme_block__step {
  color: #000000;
}
.scheme_block--green .scheme_block__step {
  color: #A2CC2A;
}
.scheme_block__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.4444444444em;
  color: #ffffff;
}
.scheme--white .scheme_block__title {
  color: #000000;
  font-size: 1.375em;
  line-height: 1.1818181818em;
  font-weight: 600;
}
@media (max-width: 500px) {
  .scheme--white .scheme_block__title {
    font-size: 1.125em;
    line-height: 1.4444444444em;
  }
}
.scheme_block__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.5714285714em;
  color: #8B949E;
  margin-top: 0.25rem;
}
.scheme_block__text .link {
  color: #ffffff;
  transition: color 0.2s;
}
.scheme--white .scheme_block__text .link {
  color: #162025;
}
.scheme--white .scheme_block__text .link:hover {
  color: #A2CC2A;
}
.scheme_block__text .link:hover {
  color: #A2CC2A;
}
.scheme--white .scheme_block__text {
  color: #162025;
}
.scheme_block__text + .scheme_block__text {
  margin-top: 1.25rem;
}

.scheme-mini .scheme_block.scheme_block--3 {
  height: 12.5em;
}
.scheme-mini .scheme__dashes--to-bottom-1 {
  top: 208px;
}
.scheme-mini .scheme__dashes--bottom-left {
  top: 379px;
}
.scheme-mini .scheme__dashes--bottom-right {
  top: 379px;
}
@media (max-width: 500px) {
  .scheme-mini .scheme_block.scheme_block--3 {
    height: fit-content;
  }
}

.scheme__container {
  padding-top: 7.5em;
}
@media (max-width: 500px) {
  .scheme__container {
    padding-top: 2.5em;
  }
}
.scheme--white .scheme__container {
  padding-bottom: 7.5em;
}
@media (max-width: 500px) {
  .scheme--white .scheme__container {
    padding-bottom: 2.5em;
  }
}
.scheme__content {
  background: #0D1117;
  border-radius: 16px;
  padding: 2.5em;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 500px) {
  .scheme__content {
    border-radius: 8px;
    padding: 1.5em 1.5em 1.25em;
  }
}
.scheme__content::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("/themes/itome/assets/img/scheme_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: overlay;
}
.scheme__blocks {
  position: relative;
  margin-top: 3em;
}
.scheme--ocenka_riskov_stages .scheme__blocks {
  gap: 4.875em 3.5em;
}
@media (max-width: 500px) {
  .scheme--ocenka_riskov_stages .scheme__blocks {
    gap: 1.25em;
  }
}
.scheme--white .scheme__blocks {
  margin-top: 2.5em;
  gap: 3.875em;
}
@media (max-width: 500px) {
  .scheme--white .scheme__blocks {
    margin-top: 1.25em;
    gap: 1.25em;
  }
}
.scheme__wrap {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5em 3.625em;
}
@media (max-width: 500px) {
  .scheme__wrap {
    margin-top: 1.25em;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto;
    gap: 1.5em;
  }
}
.scheme__dash {
  height: 2px;
  background: #A2CC2A;
  opacity: 0;
  transform: scale(0.7) translate(-2px, -1px);
}
.scheme__blocks.is-inview .scheme__dash {
  animation: dash 0.3s forwards;
}
.scheme__dash--vertical {
  width: 2px;
  height: auto;
}
.scheme__blocks.is-inview .scheme__dash--vertical {
  animation: dash-y 0.3s forwards;
}
@keyframes dash {
  from {
    transform: none;
    opacity: 0;
  }
  70% {
    transform: scale(1.4) translate(2px, 0);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes dash-y {
  from {
    transform: none;
    opacity: 0;
  }
  70% {
    transform: scale(1.4) translate(0, -2px);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.scheme__dashes {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 4px;
}
@media (max-width: 500px) {
  .scheme__dashes {
    display: none;
  }
}
.scheme__dashes--top-left {
  top: 25%;
  left: calc(33% - 3.625em / 2);
  width: 3.625em;
}
.scheme__dashes--top-left .scheme__dash:nth-child(1) {
  animation-delay: 3.03s;
}
.scheme__dashes--top-left .scheme__dash:nth-child(2) {
  animation-delay: 3.06s;
}
.scheme__dashes--top-left .scheme__dash:nth-child(3) {
  animation-delay: 3.09s;
}
.scheme__dashes--top-left .scheme__dash:nth-child(4) {
  animation-delay: 3.12s;
}
.scheme__dashes--top-left .scheme__dash:nth-child(5) {
  animation-delay: 3.15s;
}
.scheme__dashes--top-left .scheme__dash:nth-child(6) {
  animation-delay: 3.18s;
}
.scheme__dashes--top-left .scheme__dash:nth-child(7) {
  animation-delay: 3.21s;
}
.scheme__dashes--top-right {
  top: 25%;
  left: calc(66% - 3.625em / 8);
  width: 3.625em;
}
.scheme__dashes--top-right .scheme__dash:nth-child(1) {
  animation-delay: 3.33s;
}
.scheme__dashes--top-right .scheme__dash:nth-child(2) {
  animation-delay: 3.36s;
}
.scheme__dashes--top-right .scheme__dash:nth-child(3) {
  animation-delay: 3.39s;
}
.scheme__dashes--top-right .scheme__dash:nth-child(4) {
  animation-delay: 3.42s;
}
.scheme__dashes--top-right .scheme__dash:nth-child(5) {
  animation-delay: 3.45s;
}
.scheme__dashes--top-right .scheme__dash:nth-child(6) {
  animation-delay: 3.48s;
}
.scheme__dashes--top-right .scheme__dash:nth-child(7) {
  animation-delay: 3.51s;
}
.scheme__dashes--to-bottom-1 {
  top: 47%;
  right: calc(16.5% - 3.625em / 2);
  grid-template-columns: none;
  grid-template-rows: repeat(8, 1fr);
  height: 4.875em;
}
.scheme__dashes--to-bottom-1 .scheme__dash:nth-child(1) {
  animation-delay: 3.83s;
}
.scheme__dashes--to-bottom-1 .scheme__dash:nth-child(2) {
  animation-delay: 3.86s;
}
.scheme__dashes--to-bottom-1 .scheme__dash:nth-child(3) {
  animation-delay: 3.89s;
}
.scheme__dashes--to-bottom-1 .scheme__dash:nth-child(4) {
  animation-delay: 3.92s;
}
.scheme__dashes--to-bottom-1 .scheme__dash:nth-child(5) {
  animation-delay: 3.95s;
}
.scheme__dashes--to-bottom-1 .scheme__dash:nth-child(6) {
  animation-delay: 3.98s;
}
.scheme__dashes--to-bottom-1 .scheme__dash:nth-child(7) {
  animation-delay: 4.01s;
}
.scheme__dashes--bottom-left {
  top: 75%;
  left: calc(33% - 3.625em / 2);
  width: 3.625em;
}
.scheme__dashes--bottom-left .scheme__dash:nth-child(1) {
  animation-delay: 4.98s;
}
.scheme__dashes--bottom-left .scheme__dash:nth-child(2) {
  animation-delay: 4.95s;
}
.scheme__dashes--bottom-left .scheme__dash:nth-child(3) {
  animation-delay: 4.92s;
}
.scheme__dashes--bottom-left .scheme__dash:nth-child(4) {
  animation-delay: 4.89s;
}
.scheme__dashes--bottom-left .scheme__dash:nth-child(5) {
  animation-delay: 4.86s;
}
.scheme__dashes--bottom-left .scheme__dash:nth-child(6) {
  animation-delay: 4.83s;
}
.scheme__dashes--bottom-left .scheme__dash:nth-child(7) {
  animation-delay: 4.8s;
}
.scheme__dashes--bottom-of-long-left {
  top: 75%;
  left: calc(33% - 3.625em / 2);
  width: 3.625em;
}
.scheme__dashes--bottom-of-long-left .scheme__dash:nth-child(1) {
  animation-delay: 5.22s;
}
.scheme__dashes--bottom-of-long-left .scheme__dash:nth-child(2) {
  animation-delay: 5.25s;
}
.scheme__dashes--bottom-of-long-left .scheme__dash:nth-child(3) {
  animation-delay: 5.28s;
}
.scheme__dashes--bottom-of-long-left .scheme__dash:nth-child(4) {
  animation-delay: 5.31s;
}
.scheme__dashes--bottom-of-long-left .scheme__dash:nth-child(5) {
  animation-delay: 5.34s;
}
.scheme__dashes--bottom-of-long-left .scheme__dash:nth-child(6) {
  animation-delay: 5.37s;
}
.scheme__dashes--bottom-of-long-left .scheme__dash:nth-child(7) {
  animation-delay: 5.4s;
}
.scheme__dashes--to-bottom-2 {
  top: 47%;
  left: calc(16.5% - 3.625em / 2);
  grid-template-columns: none;
  grid-template-rows: repeat(8, 1fr);
  height: 4.875em;
}
.scheme__dashes--to-bottom-2 .scheme__dash:nth-child(1) {
  animation-delay: 5.01s;
}
.scheme__dashes--to-bottom-2 .scheme__dash:nth-child(2) {
  animation-delay: 5.04s;
}
.scheme__dashes--to-bottom-2 .scheme__dash:nth-child(3) {
  animation-delay: 5.07s;
}
.scheme__dashes--to-bottom-2 .scheme__dash:nth-child(4) {
  animation-delay: 5.1s;
}
.scheme__dashes--to-bottom-2 .scheme__dash:nth-child(5) {
  animation-delay: 5.13s;
}
.scheme__dashes--to-bottom-2 .scheme__dash:nth-child(6) {
  animation-delay: 5.16s;
}
.scheme__dashes--to-bottom-2 .scheme__dash:nth-child(7) {
  animation-delay: 5.19s;
}
.scheme__dashes--bottom-right {
  top: 75%;
  left: calc(66% - 3.625em / 8);
  width: 3.625em;
}
.scheme__dashes--bottom-right .scheme__dash:nth-child(1) {
  animation-delay: 4.48s;
}
.scheme__dashes--bottom-right .scheme__dash:nth-child(2) {
  animation-delay: 4.45s;
}
.scheme__dashes--bottom-right .scheme__dash:nth-child(3) {
  animation-delay: 4.42s;
}
.scheme__dashes--bottom-right .scheme__dash:nth-child(4) {
  animation-delay: 4.39s;
}
.scheme__dashes--bottom-right .scheme__dash:nth-child(5) {
  animation-delay: 4.36s;
}
.scheme__dashes--bottom-right .scheme__dash:nth-child(6) {
  animation-delay: 4.33s;
}
.scheme__dashes--bottom-right .scheme__dash:nth-child(7) {
  animation-delay: 4.3s;
}
.scheme__dashes--bottom-of-long-right {
  top: 75%;
  left: calc(66% - 3.625em / 8);
  width: 3.625em;
}
.scheme__dashes--bottom-of-long-right .scheme__dash:nth-child(1) {
  animation-delay: 5.43s;
}
.scheme__dashes--bottom-of-long-right .scheme__dash:nth-child(2) {
  animation-delay: 5.46s;
}
.scheme__dashes--bottom-of-long-right .scheme__dash:nth-child(3) {
  animation-delay: 5.49s;
}
.scheme__dashes--bottom-of-long-right .scheme__dash:nth-child(4) {
  animation-delay: 5.52s;
}
.scheme__dashes--bottom-of-long-right .scheme__dash:nth-child(5) {
  animation-delay: 5.55s;
}
.scheme__dashes--bottom-of-long-right .scheme__dash:nth-child(6) {
  animation-delay: 5.58s;
}
.scheme__dashes--bottom-of-long-right .scheme__dash:nth-child(7) {
  animation-delay: 5.61s;
}

.manual__container {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}
@media (max-width: 500px) {
  .manual__container {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.manual__content {
  margin-top: 2.5em;
}
@media (max-width: 500px) {
  .manual__content {
    margin-top: 1.5em;
  }
}
.manual__block + .manual__block {
  margin-top: 7.5em;
}
@media (max-width: 500px) {
  .manual__block + .manual__block {
    margin-top: 2.5em;
  }
}
.manual__header {
  width: 100%;
  background: #F1FFD3;
  border-radius: 6px;
  padding: 1.125em 1.25em;
  display: flex;
  align-items: center;
  margin-bottom: 1.25em;
}
@media (max-width: 500px) {
  .manual__header {
    margin-bottom: 0.875em;
  }
}
.manual__icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.875em;
}
.manual__icon .icon {
  width: 100%;
  height: 100%;
  fill: #A2CC2A;
}
.manual__caption {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 1.375em;
  color: #000000;
}
@media (max-width: 500px) {
  .manual__caption {
    font-size: 1.125em;
    font-weight: 500;
  }
}

.regulations__container {
  padding-top: 7.5em;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .regulations__container {
    padding-top: 2.5em;
    flex-direction: column;
  }
}
.regulations__list {
  margin-top: 1.875em;
  max-width: 37.25em;
}
@media (max-width: 500px) {
  .regulations__list {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    max-width: 100%;
  }
}
.regulations__item {
  display: flex;
}
.regulations__item .number {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.75em;
  letter-spacing: 0.2px;
  color: #ffffff;
  background: #000000;
  margin-right: 0.75em;
  margin-top: 4px;
}
.regulations__item .text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  color: #000000;
}
@media (max-width: 500px) {
  .regulations__item .text {
    font-size: 0.875em;
    line-height: 1.5714285714em;
  }
}
.regulations__item + .regulations__item {
  margin-top: 1.5em;
}
@media (max-width: 500px) {
  .regulations__item + .regulations__item {
    margin-top: 1.25em;
  }
}

.regulations_block {
  width: 100%;
  max-width: 27.25em;
  height: fit-content;
  padding: 0 0.625em 0 2.5em;
  border-left: 1px solid #D3D8DE;
}
@media (max-width: 500px) {
  .regulations_block {
    max-width: 100%;
    padding: 1.75em 0 0;
    border-top: 1px solid #D3D8DE;
    border-left: 0 solid #D3D8DE;
  }
}
.regulations_block__img {
  width: 13.4375em;
  height: 14.0625em;
  margin-bottom: 2.5em;
}
@media (max-width: 500px) {
  .regulations_block__img {
    margin: 0 auto 1.75em;
  }
}
.regulations_block__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 1.375em;
  line-height: 1.1818181818em;
  color: #000000;
}
@media (max-width: 500px) {
  .regulations_block__title {
    font-size: 1.125em;
    line-height: 1.4444444444em;
  }
}
.regulations_block__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  color: #162025;
  margin-top: 0.625em;
}
@media (max-width: 500px) {
  .regulations_block__text {
    font-size: 0.875em;
    line-height: 1.5714285714em;
    margin-top: 0.5rem;
  }
}
.regulations_block__btn {
  width: 100%;
  margin-top: 1.25em;
  font-size: 1em;
}

.small_stages__container {
  padding-top: 10.25em;
}
@media (max-width: 500px) {
  .small_stages__container {
    padding-top: 2.5em;
  }
}
.small_stages--kontrol .small_stages__container, .small_stages--kontrol_docs .small_stages__container, .small_stages--autsorsing_why .small_stages__container {
  padding-top: 7.5em;
}
@media (max-width: 500px) {
  .small_stages--kontrol .small_stages__container, .small_stages--kontrol_docs .small_stages__container, .small_stages--autsorsing_why .small_stages__container {
    padding-top: 2.5em;
  }
}
.small_stages--autsorsing .small_stages__container, .small_stages--electrolab .small_stages__container {
  padding-top: 0;
}
.small_stages__content {
  margin-top: 1.5em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25em;
}
@media (max-width: 500px) {
  .small_stages__content {
    margin-top: 1.25em;
    grid-template-columns: 100%;
    gap: 0.875em;
  }
}
.small_stages__content--diff {
  grid-template-columns: 22.625em 17.75em auto auto;
}
@media (max-width: 500px) {
  .small_stages__content--diff {
    margin-top: 1.25em;
    grid-template-columns: 100%;
    gap: 0.875em;
  }
}
.small_stages__content--4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2.625em;
}
@media (max-width: 500px) {
  .small_stages__content--4 {
    margin-top: 1.25em;
    grid-template-columns: 100%;
    gap: 0.875em;
  }
}
.advantages--kontrol .small_stages__content {
  margin-top: 1.25em;
}
.small_stages--autsorsing .small_stages__content {
  margin-top: 1.875em;
}

.small_stages_block {
  background: #ffffff;
  border: 1px solid #D3D8DE;
  border-radius: 12px;
  padding: 1.25em;
  display: flex;
  flex-direction: column;
}
@media (max-width: 500px) {
  .small_stages_block {
    border-radius: 8px;
  }
}
.small_stages_block--grid {
  grid-column-start: 3;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 4;
}
@media (max-width: 500px) {
  .small_stages_block--grid {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 8;
    grid-row-end: 9;
  }
}
.small_stages_block--kontrol_docs, .small_stages_block--autsors {
  border-radius: 8px;
  background: #0D1117;
  border: 1px solid #0D1117;
}
.small_stages_block__top {
  display: flex;
  align-items: center;
  margin-bottom: 1.25em;
}
@media (max-width: 500px) {
  .small_stages_block__top {
    margin-bottom: 0.625em;
  }
}
.small_stages_block__icon {
  width: 2.125em;
  height: 2.125em;
  margin-right: 0.75em;
}
@media (max-width: 500px) {
  .small_stages_block__icon {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.875em;
  }
}
.small_stages_block--kontrol_docs .small_stages_block__icon, .small_stages_block--kontrol .small_stages_block__icon, .small_stages_block--autsors .small_stages_block__icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.875em;
}
.small_stages_block__icon .icon {
  width: 100%;
  height: 100%;
  fill: #A2CC2A;
}
.small_stages_block__step {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: #000000;
}
@media (max-width: 500px) {
  .small_stages_block__step {
    font-size: 0.875em;
  }
}
.small_stages_block--kontrol_docs .small_stages_block__step {
  font-size: 1.125em;
  color: #ffffff;
}
@media (max-width: 500px) {
  .small_stages_block--kontrol_docs .small_stages_block__step {
    font-size: 0.875em;
  }
}
.small_stages_block__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 1.375em;
  line-height: 1.1818181818em;
  color: #000000;
}
@media (max-width: 500px) {
  .small_stages_block__title {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.small_stages_block--electrolab_docs .small_stages_block__title {
  margin-bottom: 1.25rem;
}
@media (max-width: 500px) {
  .small_stages_block--electrolab_docs .small_stages_block__title {
    margin-bottom: 0;
  }
}
.small_stages_block--kontrol_docs .small_stages_block__title, .small_stages_block--autsors .small_stages_block__title {
  color: #ffffff;
}
@media (max-width: 500px) {
  .small_stages_block__title .slash {
    display: none;
  }
}
.small_stages_block__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.5714285714em;
  color: #162025;
  margin-top: 0.7142857143em;
}
@media (max-width: 500px) {
  .small_stages_block__text {
    margin-top: 0.5rem;
  }
}
.small_stages_block__text--margin20 {
  margin-top: 1.4285714286em !important;
}
@media (max-width: 500px) {
  .small_stages_block__text--margin20 {
    margin-top: 1em !important;
  }
}
.small_stages_block--autsors .small_stages_block__text {
  color: #ffffff;
}
.small_stages_block--kontrol_docs .small_stages_block__text {
  margin-top: 0.25rem;
  color: #ffffff;
  margin-bottom: auto;
}
@media (max-width: 500px) {
  .small_stages_block--kontrol_docs .small_stages_block__text {
    margin-top: 0.5rem;
  }
}
.small_stages_block--kontrol .small_stages_block__text {
  margin-top: 0.25rem;
}
@media (max-width: 500px) {
  .small_stages_block--kontrol .small_stages_block__text {
    margin-top: 0.5rem;
  }
}
.small_stages_block__btn {
  margin-top: 2.25em;
}
@media (max-width: 500px) {
  .small_stages_block__btn {
    margin-top: 1.25em;
  }
}

.fines__container {
  padding-top: 8.25em;
}
@media (max-width: 500px) {
  .fines__container {
    padding-top: 2.5em;
  }
}
.fines__content {
  margin-top: 1.25em;
}
.fines__line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.125em;
}
.fines__line:nth-child(3) {
  margin-top: 2em;
}
@media (max-width: 500px) {
  .fines__line:nth-child(3) {
    margin-top: 1.25em;
  }
}
@media (max-width: 500px) {
  .fines__line {
    grid-template-columns: 100%;
    gap: 0.625em;
  }
}

.global_changes__container {
  padding-top: 7.5em;
  padding-bottom: 2.5em;
}
@media (max-width: 500px) {
  .global_changes__container {
    padding-top: 2.5em;
  }
}
.global_changes__content {
  width: 100%;
  margin-top: 1.5em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25em;
}
@media (max-width: 500px) {
  .global_changes__content {
    grid-template-columns: 100%;
    gap: 0.875em;
  }
}
.global_changes__content--services {
  grid-template-rows: 43.625em 43.625em;
}
@media (max-width: 500px) {
  .global_changes__content--services {
    grid-template-rows: auto;
  }
}

.global_changes_block {
  background: #ffffff;
  border: 1px solid #D3D8DE;
  border-radius: 16px;
  padding: 2.5em;
  display: flex;
  flex-direction: column;
}
@media (max-width: 500px) {
  .global_changes_block {
    padding: 1.25em;
    border-radius: 12px;
  }
}
.global_changes_block--padding {
  padding-right: 2.25em;
}
@media (max-width: 500px) {
  .global_changes_block--padding {
    padding-right: 1.25em;
  }
}
.global_changes_block__icon {
  width: 2.125em;
  height: 2.125em;
  margin-bottom: 1.25em;
}
@media (max-width: 500px) {
  .global_changes_block__icon {
    width: 1.5em;
    height: 1.5em;
    margin-bottom: 0.875em;
  }
}
.global_changes_block__icon .icon {
  width: 100%;
  height: 100%;
  fill: #A2CC2A;
}
.global_changes_block__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 1.375em;
  line-height: 1.1818181818em;
  color: #000000;
}
@media (max-width: 500px) {
  .global_changes_block__title {
    font-size: 1.125em;
    line-height: 1.4444444444em;
  }
}
.global_changes_block__title--big {
  font-size: 1.875em;
  line-height: 1.1333333333em;
  letter-spacing: -0.005em;
  margin-bottom: 0.75rem;
}
@media (max-width: 500px) {
  .global_changes_block__title--big {
    font-size: 1.375em;
    line-height: 1.1818181818em;
    margin-bottom: 0.5rem;
  }
}
.global_changes_block__grey {
  background: #EEF1F4;
  border-radius: 8px;
  padding: 1em;
  margin-top: 1.125em;
}
@media (max-width: 500px) {
  .global_changes_block__grey {
    margin-top: 0.875em;
  }
}
.global_changes_block__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  color: #162025;
}
.global_changes_block__text--margin12 {
  margin-bottom: 1.25em;
}
.global_changes_block__text--margin20 {
  margin-top: 1.25em;
}
.global_changes_block__text--margin40 {
  margin-top: 2.5em;
}
@media (max-width: 500px) {
  .global_changes_block__text--margin40 {
    margin-top: 1.25em;
  }
}
@media (max-width: 500px) {
  .global_changes_block__text {
    font-size: 0.875em;
    line-height: 1.5714285714em;
  }
}
.global_changes_block__line {
  display: flex;
  margin-top: 1.25em;
}
.global_changes_block__line--last {
  margin-bottom: 2.5em;
}
@media (max-width: 500px) {
  .global_changes_block__line--last {
    margin-bottom: 0;
  }
}
.global_changes_block__line .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #A2CC2A;
  margin-right: 0.625em;
  margin-top: 0.625em;
  flex: none;
}
.global_changes_block__line + .global_changes_block__line {
  margin-top: 1.25em;
}
.global_changes_block__btn {
  margin-top: auto;
  width: fit-content;
}
@media (max-width: 500px) {
  .global_changes_block__btn {
    margin-top: 1.25em;
    width: 100%;
  }
}

.electrolab_includes__container {
  padding-top: 9.625em;
}
@media (max-width: 500px) {
  .electrolab_includes__container {
    padding-top: 2.5em;
  }
}
.electrolab_includes__content {
  margin-top: 1.5em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0.625em;
}
@media (max-width: 500px) {
  .electrolab_includes__content {
    margin-top: 1em;
    grid-template-columns: 100%;
    gap: 0.875em;
  }
}

.electrolab_includes_block {
  background: #0D1117;
  border-radius: 8px;
  padding: 1em 1em 1.25em;
}
@media (max-width: 500px) {
  .electrolab_includes_block {
    padding: 1.25em;
  }
}
.electrolab_includes_block:nth-of-type(7) {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (max-width: 500px) {
  .electrolab_includes_block:nth-of-type(7) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.electrolab_includes_block:nth-of-type(9) {
  grid-column-start: 4;
  grid-column-end: 6;
}
@media (max-width: 500px) {
  .electrolab_includes_block:nth-of-type(9) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.electrolab_includes_block__icon {
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 1.875em;
}
@media (max-width: 500px) {
  .electrolab_includes_block__icon {
    margin-bottom: 1.25em;
  }
}
.electrolab_includes_block__icon .icon {
  width: 100%;
  height: 100%;
  fill: #A2CC2A;
}
.electrolab_includes_block__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.4444444444em;
  color: #ffffff;
}
@media (max-width: 500px) {
  .electrolab_includes_block__title {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 500;
  }
}

.test__wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 7.5em;
}
@media (max-width: 500px) {
  .test__wrapper {
    margin-top: 2.5em;
  }
}
.test__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 31.125em;
  padding: 2.5em;
  border-radius: 24px;
  border: 1px solid #000000;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: opacity 0.2s;
}
@media (max-width: 500px) {
  .test__container {
    height: auto;
    padding: 1.5em;
    border-radius: 8px;
  }
}
.test__container--yellow {
  background: linear-gradient(180deg, #FFE85B 0%, #FFE443 100%);
}
@media (max-width: 500px) {
  .test__container--yellow {
    height: 34.25em;
  }
}
.test__container--red {
  background: linear-gradient(180deg, #FFBCBD 0%, #FFA6A7 100%);
}
@media (max-width: 500px) {
  .test__container--red {
    height: 36.375em;
  }
}
.test__container--blue {
  background: linear-gradient(180deg, #9CDEFF 0%, #84D6FF 100%);
}
@media (max-width: 500px) {
  .test__container--blue {
    height: 42.625em;
  }
}
.test__container--green {
  background: linear-gradient(180deg, #84FEA7 0%, #60FF8E 100%);
}
@media (max-width: 500px) {
  .test__container--green {
    height: 42.625em;
  }
}
.test__container.is-active {
  position: relative;
  opacity: 1;
  pointer-events: all;
  z-index: 1;
  transition: opacity 0.2s 0.2s;
}
.test__section_block {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.test__img {
  width: 37em;
  height: 25.75em;
  position: absolute;
  bottom: -1.5em;
  right: 4em;
}
@media (max-width: 500px) {
  .test__img {
    width: 24em;
    height: 16.625em;
    right: 0;
    bottom: -1em;
  }
}
@media (max-width: 500px) {
  .test__img--2 {
    width: 24.063em;
    height: 38.75em;
    right: -2em;
    bottom: -14em;
  }
}
@media (max-width: 500px) {
  .test__img--3 {
    width: 24.75em;
    height: 56.25em;
    margin: 0 auto;
    bottom: -28em;
    right: -3em;
  }
}
@media (max-width: 500px) {
  .test__img--4 {
    width: 23.875em;
    height: 37.375em;
    margin: 0 auto;
    bottom: -8em;
    right: -1em;
  }
}
@media (max-width: 500px) {
  .test__img .image__desk {
    display: none;
  }
}
.test__img .image__mob {
  display: none;
}
@media (max-width: 500px) {
  .test__img .image__mob {
    display: block;
  }
}
.test__start_btn {
  font-size: 1em;
  margin-top: auto;
  height: 3.5em;
  width: 12.125em;
}
@media (max-width: 500px) {
  .test__start_btn {
    width: 100%;
    margin-top: 1.25em;
    position: relative;
    z-index: 8;
  }
}
@media (max-width: 500px) {
  .test__start_btn--auto {
    margin-top: auto;
  }
}

.test_block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.test_block.is-active {
  position: relative;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.2s 0.2s;
}
.test_block__buttons {
  width: 100%;
  margin-top: 2.5em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .test_block__buttons {
    margin-top: 1.5em;
    flex-direction: column;
  }
}
.test_block__btn {
  font-size: 1em;
  font-weight: 500;
  color: #000000;
  background: #ffffff;
  padding: 1.25em 2.25em;
  border: 1px solid #8B949E;
  border-radius: 8px;
  transition: background 0.2s, border 0.2s;
  margin-right: 1em;
  margin-bottom: 1em;
}
@media (max-width: 500px) {
  .test_block__btn {
    margin: 0;
    padding: 1.125em;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .test_block__btn + .test_block__btn {
    margin-top: 0.875em;
  }
}
.test_block__btn.is-true {
  background: #F1FFD3;
  border: 1px solid #A2CC2A;
}
.test_block__btn.is-false {
  background: #FFE7E7;
  border: 1px solid #CC2A2A;
}

.test_block_bottom {
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.5em;
  position: relative;
}
@media (max-width: 500px) {
  .test_block_bottom {
    margin-top: 1.5em;
    padding-top: 1.5em;
    flex-direction: column-reverse;
  }
}
.test_block_bottom::before {
  content: "";
  display: block;
  width: calc(100% + 5em);
  height: 8.5em;
  left: -2.5em;
  position: absolute;
  top: 0;
  background: #EEF1F4;
  z-index: -1;
}
@media (max-width: 500px) {
  .test_block_bottom::before {
    height: 180%;
    width: calc(100% + 3em);
    left: -1.5em;
  }
}
.test_block_bottom__btn {
  background: #B5B7B9;
  color: #ffffff;
  pointer-events: none;
  font-size: 1em;
  height: 3.5em;
}
.test_block_bottom__btn.is-active {
  pointer-events: all;
  color: #000000;
  background: #A2CC2A;
}
@media (max-width: 500px) {
  .test_block_bottom__btn {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.test_block_bottom__progress {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .test_block_bottom__progress {
    flex-direction: column;
  }
}
.test_block_bottom__progress_circle {
  position: relative;
  width: 3.25em;
  height: 3.25em;
  margin-right: 1.25em;
  background: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.test_block_bottom__progress_circle_text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
}
.test_block_bottom__progress_circle_svg {
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.test_block_bottom__progress_circle_svg circle {
  transition: stroke-dashoffset 0.35s;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.test_block_bottom__discount_title {
  font-family: "Golos";
  font-style: normal;
  font-weight: 600;
  font-size: 1.375em;
  letter-spacing: -0.02em;
  margin-bottom: 0.3em;
  color: #622F82;
}
.test_block_bottom__progress_circle {
  width: 3.5em;
  height: 3.5em;
  margin-right: 1.25em;
}
@media (max-width: 500px) {
  .test_block_bottom__progress_circle {
    width: 3.125em;
    height: 3.125em;
    margin-bottom: 0.75em;
    margin-right: 0;
  }
}
.test_block_bottom__progress_title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 1.375em;
  line-height: 1.1818181818em;
  color: #000000;
}
@media (max-width: 500px) {
  .test_block_bottom__progress_title {
    font-size: 1.125em;
    line-height: 1.4444444444em;
    text-align: center;
  }
}
.test_block_bottom__progress_text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.5714285714em;
  color: #162025;
  margin-top: 0.25rem;
}
@media (max-width: 500px) {
  .test_block_bottom__progress_text {
    margin-top: 2px;
    text-align: center;
  }
}

.contacts__container {
  padding: 13.375em 0 7.5em;
}
@media (max-width: 500px) {
  .contacts__container {
    padding: 5em 0.875em 2.5em;
  }
}
.contacts__content {
  margin-top: 2.5em;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  height: 41.875em;
}
@media (max-width: 500px) {
  .contacts__content {
    margin-top: 1.5em;
    border-radius: 0;
    height: fit-content;
    display: flex;
    flex-direction: column-reverse;
  }
}
.contacts__map {
  width: 100%;
  height: 100%;
}
@media (max-width: 500px) {
  .contacts__map {
    height: 26.75em;
    border-radius: 8px;
    border: 1px solid #D3D8DE;
    overflow: hidden;
    margin-top: 0.875em;
  }
}
.contacts__map .marker {
  width: 48px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
}
.contacts__map .marker [data-map-tooltip] {
  display: none;
}
.contacts__buttons {
  margin-top: 0.875em;
}

.contacts_map_info {
  position: absolute;
  top: 1.25em;
  left: 1.25em;
  width: 100%;
  max-width: 26.875em;
  height: auto;
  min-height: 31.125em;
  max-height: calc(100% - 2.5em);
  background: #ffffff;
  border: 1px solid #D3D8DE;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  padding: 1.25em;
}
@media (max-width: 500px) {
  .contacts_map_info {
    position: initial;
    max-width: 100%;
    min-height: fit-content;
    max-height: fit-content;
    padding: 0.875em;
    border-radius: 8px;
  }
}
.contacts_map_info__tabs {
  width: 100%;
  background: #EEF1F4;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25em 0.125em;
  margin-bottom: 1.25em;
}
@media (max-width: 500px) {
  .contacts_map_info__tabs {
    width: 100%;
    flex-wrap: nowrap;
  }
}
.contacts_map_info__tabs .simplebar-content {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.contacts_map_info__tabs .simplebar-track.simplebar-horizontal {
  opacity: 0;
  visibility: hidden !important;
}
.contacts_map_info__tabs_btn {
  background: #EEF1F4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
  border-radius: 6px;
  color: #000000;
  font-size: 0.875em;
  line-height: 1.4285714286em;
  padding: 0.4285714286em 0.8571428571em;
}
@media (max-width: 500px) {
  .contacts_map_info__tabs_btn {
    white-space: nowrap;
  }
}
.contacts_map_info__tabs_btn.is-active {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}
.contacts_map_info__container {
  position: relative;
}
.contacts_map_info__container_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.contacts_map_info__container_inner.is-active {
  position: initial;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s 0.2s;
}
.contacts_map_info__container_inner--simplebar.is-active {
  height: 33em;
}
.contacts_map_info__container_inner--simplebar .simplebar-track.simplebar-vertical {
  width: 4px;
  right: -12px;
  background: transparent;
}
.contacts_map_info__container_inner--simplebar .simplebar-track.simplebar-vertical .simplebar-scrollbar {
  background: #D3D8DE;
}
.contacts_map_info__wrap {
  padding: 1.25em 0;
}
.contacts_map_info__wrap--first {
  padding-top: 0;
}
.contacts_map_info__wrap--last {
  padding-bottom: 0;
}
.contacts_map_info__wrap + .contacts_map_info__wrap {
  border-top: 1px solid #D3D8DE;
}
.contacts_map_info__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.4166666667em;
}
@media (max-width: 500px) {
  .contacts_map_info__title {
    font-size: 1.125em;
    line-height: 1.4444444444em;
  }
}
.contacts_map_info__title--small {
  font-size: 1.125em;
  line-height: 1.4444444444em;
}
.contacts_map_info__text {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.5714285714em;
  color: #162025;
  margin-top: 0.45em;
}
.contacts_map_info__btn {
  margin-top: 1.4285714286em;
  width: 100%;
  height: 3rem;
}
@media (max-width: 500px) {
  .contacts_map_info__btn {
    margin-top: 1em;
  }
}

.contacts_map_info_link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.875em 0;
}
.contacts_map_info_link:hover::before {
  opacity: 1;
}
.contacts_map_info_link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F1FFD3;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.contacts_map_info_link__icon {
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.625em;
  position: relative;
  z-index: 2;
}
.contacts_map_info_link__text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.4285714286em;
  position: relative;
  z-index: 2;
}
.contacts_map_info_link__arrow {
  width: 1.25em;
  height: 1.25em;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.modal_search {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: white;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(5em, 0, 0);
  transition: transform 0.5s, opacity 0.5s;
}
@media (max-width: 500px) {
  .modal_search {
    border-radius: 8px 8px 0px 0px;
    left: 0.875em;
    top: auto;
    width: calc(100% - 1.75em);
    height: 75%;
    transform: translate3d(0, 5em, 0);
  }
}
.modal_search::before {
  content: "";
  display: none;
  width: 3.875em;
  height: 4px;
  background: #D3D8DE;
  border-radius: 12px;
  position: absolute;
  top: 0.375em;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  .modal_search::before {
    display: block;
  }
}
.modal_search.is-active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: all;
}
.has-history .modal_search--empty, .has-results .modal_search--empty {
  display: none;
}
.modal_search--history {
  display: none;
}
.has-history .modal_search--history {
  display: flex;
}
.modal_search--results {
  display: none;
}
.has-results .modal_search--results {
  display: flex;
}
.modal_search__container {
  height: 100%;
  padding-top: 1em;
}
@media (max-width: 500px) {
  .modal_search__container {
    padding-top: 1.625em;
  }
}
.modal_search__top {
  position: relative;
  width: 100%;
  margin-bottom: 2em;
}
@media (max-width: 500px) {
  .modal_search__top {
    margin-bottom: 0.75em;
  }
}
.modal_search__input {
  width: calc(100% - 4rem);
  background: #EEF1F4;
  border-radius: 8px;
  border: none;
  padding: 1em 1rem 1em 3rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.25rem;
  color: #000000;
}
.modal_search__icon {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 0.75rem;
  left: 1rem;
}
.modal_search__icon .icon {
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.modal_search__icon .load_icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.2s;
  opacity: 0;
}
.on-request .modal_search__icon .load_icon {
  opacity: 1;
}
.on-request .modal_search__icon .icon {
  opacity: 0;
}
.modal_search__close {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .modal_search__close {
    display: none;
  }
}
.modal_search__close--exit {
  right: -3em;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .modal_search__close--exit {
    right: 0;
    transform: none;
    top: -2.4em;
  }
}
.modal_search__wrap {
  flex-direction: column;
  max-width: 40.625em;
}
@media (max-width: 500px) {
  .modal_search__wrap {
    max-width: 100%;
  }
}
.modal_search__title_mob {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 1.375em;
  line-height: 1.1818181818em;
  color: #000000;
  text-align: center;
  margin: 0 auto 0.875rem auto;
  display: none;
}
@media (max-width: 500px) {
  .modal_search__title_mob {
    display: inline-block;
  }
}
.modal_search__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 1.375em;
  line-height: 1.1818181818em;
  color: #000000;
  margin-bottom: 0.75rem;
}
@media (max-width: 500px) {
  .modal_search__title {
    font-size: 1.125em;
    line-height: 1.4444444444em;
    margin-bottom: 0.3em;
  }
}
.modal_search__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  color: #162025;
}
@media (max-width: 500px) {
  .modal_search__text {
    font-size: 0.875em;
    line-height: 1.5714285714em;
  }
}
.modal_search__text--blue {
  color: #0026EE;
  transition: color 0.2s;
}
.modal_search__text--blue:hover {
  color: #A2CC2A;
}
.modal_search__text + .modal_search__text {
  margin-top: 0.75rem;
}
@media (max-width: 500px) {
  .modal_search__text + .modal_search__text {
    margin-top: 0.7142857143em;
  }
}
.modal_search__link {
  display: flex;
}
.modal_search__link .icon {
  width: 1.5em;
  height: 1.5em;
  flex: none;
  margin-right: 0.5rem;
}
@media (max-width: 500px) {
  .modal_search__link .icon {
    width: 1.25em;
    height: 1.25em;
    margin-right: 0.75rem;
  }
}
.modal_search__link + .modal_search__link {
  margin-top: 0.5rem;
}

.service_document {
  padding-top: 80px;
  padding-bottom: 80px;
}
.service_document__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0;
  color: #000000;
  margin-top: unset;
  margin-bottom: 32px;
}
.service_document__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
  margin-top: unset;
  margin-bottom: 32px;
}
.service_document__list {
  padding-left: 16px;
  display: flex;
  column-gap: 40px;
  margin-bottom: 32px;
}
.service_document__list > * {
  max-width: calc(50% - 20px);
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.service_document__list-item {
  position: relative;
}
.service_document__list-item--dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #A2CC2A;
  position: absolute;
  top: 9px;
  left: 9px;
}
.service_document__list-item p {
  margin-left: 28px;
  font-weight: 500;
  font-size: 16px;
  line-height: 148%;
}
.service_document__alert {
  background-color: #F5F6FB;
  border-radius: 10px;
  padding: 32px;
  display: flex;
  align-items: start;
  column-gap: 24px;
}
.service_document__alert img {
  width: 40px;
  height: 40px;
}
.service_document__alert p {
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  margin: unset;
}
@media (max-width: 900px) {
  .service_document {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .service_document__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 123%;
    margin-bottom: 24px;
  }
  .service_document__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
    margin-bottom: 16px;
  }
  .service_document__list {
    padding-left: unset;
    flex-direction: column;
    row-gap: 8px;
    margin-bottom: 16px;
  }
  .service_document__list > * {
    max-width: unset;
    width: 100%;
    row-gap: 8px;
  }
  .service_document__list-item p {
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
  }
  .service_document__alert {
    padding: 24px;
    flex-direction: column;
    row-gap: 16px;
  }
  .service_document__alert p {
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
    margin: unset;
  }
}

.services_responsibility {
  padding-top: 80px;
  padding-bottom: 80px;
}
.services_responsibility__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0;
  color: #000000;
  margin-top: unset;
  margin-bottom: 32px;
}
.services_responsibility__wrapper {
  display: flex;
  column-gap: 32px;
  align-items: start;
  margin-bottom: 16px;
}
.services_responsibility__info {
  max-width: calc(50% - 24px);
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.services_responsibility__info p {
  margin: unset;
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
  font-family: "Inter", sans-serif;
}
.services_responsibility__card {
  max-width: calc(50% + 16px);
  padding: 40px;
  background-color: #0D1117;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.services_responsibility__card-bg {
  position: absolute;
  left: 126px;
  top: 72%;
  transform: translateY(-50%);
  z-index: 2;
  width: 1740px;
  height: 1718px;
  mix-blend-mode: overlay;
}
.services_responsibility__card-title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #FFFFFF;
  margin-bottom: 24px;
  margin-top: unset;
  position: relative;
  z-index: 3;
}
.services_responsibility__card-text {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  position: relative;
  z-index: 3;
}
.services_responsibility__card-text p {
  font-family: "Inter", sans-serif;
  margin: unset;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.services_responsibility__card-text p strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.services_responsibility__bottom {
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  margin: unset;
  color: #000000;
}
@media (max-width: 900px) {
  .services_responsibility {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .services_responsibility__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 123%;
    margin-bottom: 24px;
  }
  .services_responsibility__wrapper {
    row-gap: 24px;
    margin-bottom: 24px;
    flex-direction: column;
  }
  .services_responsibility__info {
    max-width: unset;
    width: 100%;
    row-gap: 12px;
  }
  .services_responsibility__info p {
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
  }
  .services_responsibility__card {
    max-width: unset;
    width: 100%;
    padding: 24px;
  }
  .services_responsibility__card-bg {
    position: absolute;
    left: 126px;
    top: 72%;
    transform: translateY(-50%);
    z-index: 2;
    width: 1740px;
    height: 1718px;
    mix-blend-mode: overlay;
  }
  .services_responsibility__card-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
  }
  .services_responsibility__card-text {
    row-gap: 12px;
  }
  .services_responsibility__card-text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
  }
  .services_responsibility__bottom {
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
  }
}

.services_work {
  padding-top: 80px;
  padding-bottom: 80px;
}
.services_work__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0;
  color: #000000;
  margin-top: unset;
  margin-bottom: 32px;
}
.services_work__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.services_work__card {
  max-width: calc((100% - 16px) / 2);
  width: 100%;
  padding: 32px;
  background: #f5f5f5;
  border-radius: 8px;
}
.services_work__card-number {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #A2CC2A;
  margin-bottom: 32px;
}
.services_work__card-number span {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}
.services_work__card-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  font-family: "Inter", sans-serif;
  margin-top: unset;
  margin-bottom: 8px;
}
.services_work__card-text {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.services_work__card-text p {
  color: #5A616C;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  margin: unset;
}
@media (max-width: 900px) {
  .services_work {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .services_work__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 123%;
    margin-bottom: 24px;
  }
  .services_work__wrapper {
    gap: 12px;
  }
  .services_work__card {
    max-width: unset;
    padding: 24px;
    border-radius: 8px;
  }
  .services_work__card-number {
    margin-bottom: 24px;
  }
  .services_work__card-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
  }
  .services_work__card-text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
  }
}
.services_work__green .services_work__card {
  background-color: #F1FFD3;
}
.services_work__green .services_work__card-number {
  margin-top: 3px;
  margin-bottom: 10px;
}
.services_work__green .services_work__card-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 142%;
  margin-bottom: 16px;
}
.services_work__green .services_work__card-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  max-width: 95%;
}
@media (max-width: 767px) {
  .services_work__green .services_work__wrapper {
    gap: 19px;
  }
  .services_work__green .services_work__card-number {
    margin-top: 3px;
    margin-bottom: 24px;
  }
  .services_work__green .services_work__card-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .services_work__green .services_work__card-text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
    color: #000000;
    max-width: unset;
  }
}

.services_advantages {
  padding-top: 80px;
  padding-bottom: 80px;
}
.services_advantages__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0;
  color: #000000;
  margin-top: unset;
  margin-bottom: 48px;
}
.services_advantages__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.services_advantages__card {
  max-width: calc((100% - 16px) / 2);
  padding: 32px;
  border-radius: 8px;
  background: #f5f5f5;
}
.services_advantages__card-img {
  border-radius: 53px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #A2CC2A;
  margin-bottom: 32px;
}
.services_advantages__card-img img {
  width: 48px;
  height: 48px;
}
.services_advantages__card-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.services_advantages__card-text p {
  margin: unset;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
}
@media (max-width: 900px) {
  .services_advantages {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .services_advantages__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 123%;
    margin-bottom: 24px;
  }
  .services_advantages__wrapper {
    gap: 12px;
  }
  .services_advantages__card {
    max-width: unset;
    width: 100%;
    padding: 24px;
  }
  .services_advantages__card-img {
    border-radius: 53px;
    width: 63px;
    height: 63px;
    margin-bottom: 24px;
  }
  .services_advantages__card-img img {
    width: 32px;
    height: 32px;
  }
  .services_advantages__card-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .services_advantages__card-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
  }
}

.services_advantages__mosaic .services_advantages__card {
  width: 100%;
  max-width: calc((100% - 16px) / 2);
}
.services_advantages__mosaic .services_advantages__card:nth-child(5n+3), .services_advantages__mosaic .services_advantages__card:nth-child(5n+4), .services_advantages__mosaic .services_advantages__card:nth-child(5n+5) {
  width: 100%;
  max-width: calc((100% - 32px) / 3);
}
.services_advantages__mosaic .services_advantages__card-text {
  row-gap: 12px;
}
.services_advantages__mosaic p {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
}
.services_advantages__mosaic span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 1100px) {
  .services_advantages__mosaic .services_advantages__card:nth-child(5n+3), .services_advantages__mosaic .services_advantages__card:nth-child(5n+4), .services_advantages__mosaic .services_advantages__card:nth-child(5n+5) {
    max-width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 767px) {
  .services_advantages__mosaic .services_advantages__card, .services_advantages__mosaic .services_advantages__card:nth-child(5n+3), .services_advantages__mosaic .services_advantages__card:nth-child(5n+4), .services_advantages__mosaic .services_advantages__card:nth-child(5n+5) {
    max-width: unset;
    width: 100%;
  }
  .services_advantages__mosaic .services_advantages__wrapper {
    gap: 13px;
  }
  .services_advantages__mosaic p {
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
  }
  .services_advantages__mosaic span {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
  }
}

.services_faq {
  padding-top: 80px;
  padding-bottom: 80px;
}
.services_faq__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0;
  color: #000000;
  margin-top: unset;
  margin-bottom: 32px;
}
.services_faq__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.services_faq__item {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e7eb;
  box-sizing: border-box;
  transition: 0.3s;
}
.services_faq__item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 32px;
  padding: 16px 0;
  cursor: pointer;
}
.services_faq__item-top p {
  transition: 0.3s;
  margin: unset;
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 145%;
}
.services_faq__item-top img {
  width: 16px;
  height: 16px;
  transition: 0.3s;
  transform: rotate(0deg);
}
.services_faq__item:hover {
  border-bottom: 1px solid #A2CC2A;
}
.services_faq__item-bottom {
  overflow: hidden;
  display: none;
}
.services_faq__item-bottom--wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.services_faq__item-bottom p {
  margin: unset;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.services_faq__item-bottom--list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.services_faq__item-bottom--list p {
  margin: unset;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  padding-left: 28px;
  position: relative;
}
.services_faq__item-bottom--list p:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 9px;
  top: 9px;
  background-color: #A2CC2A;
  border-radius: 100%;
}
.services_faq__item-open {
  border-bottom: 1px solid #A2CC2A !important;
}
.services_faq__item-open .services_faq__item-top img {
  transform: rotate(360deg);
}
@media (max-width: 900px) {
  .services_faq {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .services_faq__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 123%;
    margin-bottom: 24px;
  }
  .services_faq__list {
    row-gap: 12px;
  }
  .services_faq__item {
    padding-bottom: 13px;
  }
  .services_faq__item-top {
    column-gap: unset;
  }
  .services_faq__item-top p {
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
  }
}

.services_partners {
  padding-top: 80px;
  padding-bottom: 80px;
}
.services_partners__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0;
  color: #000000;
  margin-top: unset;
  margin-bottom: 16px;
}
.services_partners__desc {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-top: unset;
  margin-bottom: 48px;
}
.services_partners__swiper .swiper-pagination {
  display: flex !important;
  position: unset !important;
  margin-top: 47px;
}
.services_partners__swiper .swiper-pagination-bullet {
  display: block !important;
  position: unset !important;
  width: 100% !important;
  border-radius: unset !important;
  margin: unset !important;
  height: 2px;
  background-color: #E9EBEF !important;
  opacity: 1 !important;
}
.services_partners__swiper .swiper-pagination-bullet-active {
  background-color: #A2CC2A !important;
}
@media (max-width: 900px) {
  .services_partners {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .services_partners__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 123%;
    margin-bottom: 24px;
  }
  .services_partners__desc {
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    margin-bottom: 32px;
  }
}

.services_banner br {
  display: none;
}
.services_banner__wrapper {
  padding-top: 32px;
  padding-bottom: 0px;
  display: flex;
  column-gap: 80px;
}
.services_banner__info {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
}
.services_banner__info-title {
  letter-spacing: 0px;
  line-height: 114%;
  font-family: "SuisseIntl", sans-serif;
  font-size: 56px;
  font-weight: 600;
  hyphens: auto;
}
.services_banner__info-text {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 33px;
  margin-bottom: 48px;
}
.services_banner__info-text p {
  margin: unset;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 174%;
  color: #162025;
}
.services_banner__info-button {
  display: flex;
  align-items: center;
  margin-top: auto;
  column-gap: 8px;
}
.services_banner__info-button > * {
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #000000;
  height: 50px;
  box-sizing: border-box;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.services_banner__info-button > * svg {
  transition: 0.3s;
}
.services_banner__info-button > * span {
  transition: 0.3s;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  font-size: 15px;
}
.services_banner__info-button--faq {
  color: #ffffff;
  background: #000000;
}
.services_banner__info-button--faq span {
  color: #ffffff !important;
}
.services_banner__info-button > *:hover {
  background: #A2CC2A;
  border: 1px solid #A2CC2A;
}
.services_banner__info-button > *:hover span {
  color: #000000 !important;
}
.services_banner__info-button > *:hover svg {
  fill: #000000 !important;
}
.services_banner__info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.services_banner__info-list li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #000000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.services_banner__info-list li .zel_dec_krg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #A2CC2A;
}
.services_banner__info-list li .zel_dec_krg-small {
  margin-top: 8px;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #A2CC2A;
}
.services_banner__info-list li:has(.zel_dec_krg-small) {
  align-items: start;
}
.services_banner__img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #D3D8DE;
  padding: 15px;
}
.services_banner__img img {
  margin-top: -3px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 900px) {
  .services_banner__wrapper {
    flex-direction: column-reverse;
    padding-top: 10px;
    padding-bottom: unset;
  }
  .services_banner__info {
    margin-top: 12px;
  }
  .services_banner__info, .services_banner__img {
    width: 100%;
  }
  .services_banner__img {
    overflow: hidden;
    border-radius: 8px;
  }
  .services_banner__img img {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    height: auto;
  }
  .services_banner .dropzone_form {
    padding: 40px 0 15px 0px !important;
  }
}
@media (max-width: 767px) {
  .services_banner__info-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 117%;
  }
  .services_banner__info-text {
    margin-top: 18px;
    margin-bottom: 28px;
  }
  .services_banner__info-text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
  }
  .services_banner__info-button {
    column-gap: 8px;
    width: 100%;
  }
  .services_banner__info-button > * {
    transition: 0.3s;
  }
  .services_banner__info-button > * svg {
    width: 18px;
    height: 18px;
  }
  .services_banner__info-button > * span {
    font-size: 14px;
    margin-right: -2px;
  }
  .services_banner__info-button--faq {
    color: #ffffff;
    background: #000000;
  }
  .services_banner__info-button--faq span {
    color: #ffffff !important;
  }
  .services_banner__info-button > *:hover {
    background: #A2CC2A;
    border: 1px solid #A2CC2A;
  }
  .services_banner__info-button > *:hover span {
    color: #000000 !important;
  }
  .services_banner__info-button > *:hover svg {
    fill: #000000 !important;
  }
}
@media (max-width: 400px) {
  .services_banner br {
    display: block;
  }
  .services_banner__wrapper {
    height: unset;
  }
  .services_banner__info {
    margin-top: 33px;
  }
  .services_banner__info-button > * {
    padding: 10px 15px;
    height: unset;
    width: 100%;
  }
  .services_banner__info-list li {
    align-items: start;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .services_banner__img {
    height: 280px;
    flex-shrink: 0;
    padding: 10px 30px;
  }
}

.services_banner__vnezapno_block {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.services_banner__vnezapno_block-text {
  margin-bottom: 40px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.mobile_only {
  display: none;
}

.mobile_reduced_to_atoms {
  display: block;
}

@media (max-width: 900px) {
  .mobile_only {
    display: block;
  }
  .mobile_reduced_to_atoms {
    display: none;
  }
  .services_banner__vnezapno_block {
    margin-top: 16px;
  }
  .services_banner__vnezapno_block-text {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }
}
.services_info {
  padding-top: 80px;
  padding-bottom: 80px;
}
.services_info__title {
  font-family: "SuisseIntl", sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  margin-bottom: 32px;
}
.services_info__wrapper {
  column-gap: 80px;
  display: flex;
}
.services_info__text {
  max-width: calc(59% - 40px);
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.services_info__text p {
  margin: unset;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
}
.services_info__text-list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.services_info__text-list--item {
  display: flex;
  column-gap: 14px;
}
.services_info__text-list--item > div {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  max-width: 18px;
  min-width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  border-radius: 9px;
  margin-top: 7px;
}
.services_info__img {
  max-width: calc(41% - 40px);
  width: 100%;
  margin-right: unset;
  height: auto;
  position: relative;
  top: unset;
}
.services_info__img img {
  position: sticky;
  top: 5em;
  width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .services_info {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .services_info__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 123%;
    margin-bottom: 24px;
  }
  .services_info__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }
  .services_info__text {
    max-width: unset;
    width: 100%;
  }
  .services_info__text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
  }
  .services_info__img {
    overflow: hidden;
    max-width: unset;
  }
  .services_info__img img {
    width: 100%;
    height: auto;
    position: unset;
  }
}
@media (max-width: 400px) {
  .services_info__img img {
    width: 335px;
    height: 279px;
    object-fit: cover;
    position: unset;
  }
}

.services_linear {
  padding-top: 80px;
  padding-bottom: 80px;
}
.services_linear__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0;
  color: #000000;
  margin-top: unset;
  margin-bottom: 32px;
}
.services_linear__box-line {
  padding: 16px 0 15px 0;
  border-bottom: 0.5px solid #B7BECA;
  display: flex;
  column-gap: 24px;
  box-sizing: border-box;
}
.services_linear__box-line--column {
  width: calc((100% + 78px) / 3);
}
.services_linear__box-line--column p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  margin: unset;
}
.services_linear__box-line--column:first-child {
  width: calc((100% - 300px) / 3);
}
.services_linear__box-line--column:first-child p {
  font-weight: 600;
}
.services_linear__box-line:first-child {
  padding: 0 0 12px 0;
}
.services_linear__box-line:first-child .services_linear__box-line--column p {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 145%;
  margin: unset;
}
.services_linear__box-line:last-child {
  border-bottom: unset;
}
@media (max-width: 767px) {
  .services_linear {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .services_linear__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 123%;
    margin-bottom: 24px;
  }
  .services_linear__wrapper {
    width: calc(100% + 14px);
    padding-right: 14px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .services_linear__box {
    min-width: 514px;
    padding-top: 88px;
  }
  .services_linear__box-line {
    padding: 16px 0 15px 0;
    border-bottom: 0.5px solid #B7BECA;
    column-gap: 12px;
  }
  .services_linear__box-line--column {
    width: calc((100% - 34px) / 3);
  }
  .services_linear__box-line--column p {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
  }
  .services_linear__box-line--column:first-child {
    width: calc((100% - 4px) / 3);
  }
  .services_linear__box-line--column:first-child p {
    font-weight: 600;
    font-size: 14px;
    line-height: 157%;
  }
  .services_linear__box-line:first-child {
    padding: 0 0 12px 0;
    background-color: #ffffff !important;
    align-items: center;
    z-index: 1;
  }
  .services_linear__box-line:first-child .services_linear__box-line--column p {
    font-weight: 600;
    font-size: 16px;
    line-height: 139%;
  }
}
@media (max-width: 500px) {
  .services_linear__box {
    min-width: 514px;
    position: relative;
    padding-top: 88px;
  }
  .services_linear__box-line {
    padding: 17px 0 14px 0;
  }
  .services_linear__box-line:first-child {
    padding: 0 0 19px 0;
    position: absolute;
    will-change: transform;
    top: 0;
    left: 0;
    background-color: #ffffff;
    transition: unset;
  }
}

.services_benefit {
  padding-top: 80px;
  padding-bottom: 80px;
}
.services_benefit__title {
  font-family: "SuisseIntl", sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  margin-bottom: 32px;
}
.services_benefit__wrapper {
  column-gap: 80px;
  display: flex;
}
.services_benefit__text {
  max-width: calc(50% - 40px);
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.services_benefit__text-item {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.services_benefit__text-item > * {
  padding-left: 28px;
}
.services_benefit__text-item p {
  margin: unset;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  position: relative;
}
.services_benefit__text-item p:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #A2CC2A;
  top: 9px;
  left: 9px;
}
.services_benefit__text-item span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5A616C;
}
.services_benefit__img {
  max-width: calc(50% - 40px);
  width: 100%;
  margin-right: unset;
  height: auto;
  position: relative;
  top: unset;
}
.services_benefit__img img {
  position: sticky;
  top: 5em;
  width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .services_benefit {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .services_benefit__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 123%;
    margin-bottom: 24px;
  }
  .services_benefit__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }
  .services_benefit__text {
    row-gap: 16px;
    max-width: unset;
  }
  .services_benefit__text-item p {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
  }
  .services_benefit__text-item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
  }
  .services_benefit__img {
    overflow: hidden;
    max-width: unset;
  }
  .services_benefit__img img {
    width: 100%;
    height: auto;
    position: unset;
  }
}
@media (max-width: 400px) {
  .services_benefit__img {
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .services_benefit__img img {
    width: 379px;
    height: 246px;
    object-fit: cover;
    position: unset;
  }
}

.services_objectives {
  padding-top: 80px;
  padding-bottom: 80px;
}
.services_objectives__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0;
  color: #000000;
  margin-top: unset;
  margin-bottom: 32px;
}
.services_objectives__wrapper {
  display: flex;
  column-gap: 64px;
}
.services_objectives__column {
  width: calc((100% - 64px) / 2);
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.services_objectives__item {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.services_objectives__item > * {
  padding-left: 28px;
}
.services_objectives__item p {
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  position: relative;
}
.services_objectives__item p:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #A2CC2A;
  position: absolute;
  top: 9px;
  left: 9px;
}
.services_objectives__item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: block;
  color: #5A616C;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.1px;
}
@media (max-width: 900px) {
  .services_objectives {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .services_objectives__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 123%;
    margin-bottom: 24px;
  }
  .services_objectives__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
  .services_objectives__column {
    width: 100%;
    row-gap: 16px;
  }
  .services_objectives__item p {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
  }
  .services_objectives__item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
  }
}

.services_danger {
  padding-top: 80px;
  padding-bottom: 80px;
}
.services_danger__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0;
  color: #000000;
  margin-top: unset;
  margin-bottom: 32px;
}
.services_danger .services_danger__wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.services_danger__card {
  width: calc((100% - 16px) / 2);
  box-sizing: border-box;
  padding: 31px 32px;
  border: 0.5px solid #B7BECA;
  border-radius: 8px;
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.services_danger__card p {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  margin: unset;
}
.services_danger__card img {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .services_danger {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .services_danger__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 123%;
    margin-bottom: 24px;
  }
  .services_danger__card {
    width: 100%;
    padding: 23px 24px;
  }
  .services_danger__card p {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
  }
  .services_danger__card img {
    width: 24px;
    height: 24px;
  }
}

.services_report {
  padding-top: 80px;
  padding-bottom: 80px;
}
.services_report__title {
  font-family: "SuisseIntl", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0;
  color: #000000;
  margin-top: unset;
  margin-bottom: 32px;
}
.services_report__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.services_report__table tr td {
  border: 1px solid #D2D6DC;
  box-sizing: border-box;
  padding: 16px 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  width: 200px;
  word-break: break-word;
}
.services_report__table tr td:nth-child(2) {
  width: 220px;
}
.services_report__table tr td:nth-child(4) {
  width: 180px;
}
.services_report__table tr:first-child td {
  letter-spacing: 0;
  vertical-align: middle;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

/*# sourceMappingURL=main.css.map */
