

/* Start:/local/templates/teamidea2022/markup/build/assets/css/main.css?1753281201359583*/
@charset "UTF-8";
/* COLORS */
/* MEDIA QUERIES */
/* ANIMATIONS */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
    Пример подключения шрифта woff/woff2
    https://css-tricks.com/snippets/css/using-font-face/

    @include font-face('ProximaNova', '../fonts/ProximaNova-Regular/ProximaNova-Regular');
*/
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/teamidea2022/markup/build/assets/css/../fonts/Manrope-Regular.woff2") format("woff2"), url("/local/templates/teamidea2022/markup/build/assets/css/../fonts/Manrope-Regular.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Manrope";
  src: url("/local/templates/teamidea2022/markup/build/assets/css/../fonts/Manrope-Medium.woff2") format("woff2"), url("/local/templates/teamidea2022/markup/build/assets/css/../fonts/Manrope-Medium.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Manrope";
  src: url("/local/templates/teamidea2022/markup/build/assets/css/../fonts/Manrope-Semibold.woff2") format("woff2"), url("/local/templates/teamidea2022/markup/build/assets/css/../fonts/Manrope-Semibold.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Manrope";
  src: url("/local/templates/teamidea2022/markup/build/assets/css/../fonts/Manrope-Bold.woff2") format("woff2"), url("/local/templates/teamidea2022/markup/build/assets/css/../fonts/Manrope-Bold.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  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 {
  -webkit-transform-style: preserve-3d;
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

.swiper-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 {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-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-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: 0;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .25;
}

.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: .5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus, .choices__input:focus {
  outline: 0;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-decoration, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: .5;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

@media only screen and (min-width: 1920.02px) {
  html {
    font-size: 0.521vw;
  }
}

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

html,
body {
  scroll-behavior: smooth;
  color: #000000;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1.5;
}

address {
  font-style: normal;
}

button {
  cursor: pointer;
  padding: 0;
  background-color: unset;
}

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

input {
  outline: none;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

textarea {
  resize: vertical;
}

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

p {
  margin: 0;
}

a {
  color: #000000;
  text-decoration: none;
}

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

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

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

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

:focus::placeholder {
  color: transparent;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.truncate, input {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.2rem;
  max-width: 1920px;
}

@media only screen and (max-width: 767px) {
  .container {
    padding: 0 1.6rem;
  }
}

.container--md {
  max-width: 98.1rem;
}

@media only screen and (max-width: 1366px) {
  .container--md {
    max-width: 69.5rem;
  }
}

.container--sm {
  max-width: 76rem;
}

@media only screen and (max-width: 1366px) {
  .container--sm {
    max-width: 69.5rem;
  }
}

.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  min-height: 100vh;
}

@media only screen and (max-width: 767px) {
  .site-wrapper {
    font-size: 1.4rem;
  }
}

.site-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.body-noscroll {
  overflow: hidden;
  max-height: 100vh;
}

.section:not(:last-child) {
  margin-bottom: 8rem;
}

.section:not(:last-child).new-section {
  margin-bottom: 0;
}

@media only screen and (max-width: 1500px) {
  .section:not(:last-child) {
    margin-bottom: 5.6rem;
  }
  .section:not(:last-child).new-section {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .section:not(:last-child) {
    margin-bottom: 6.4rem;
  }
  .section:not(:last-child).new-section {
    margin-bottom: 0;
    overflow: hidden;
  }
}

.open main {
  position: relative;
  z-index: 0;
}

.swiper {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/*.swiper:not(.swiper-initialized) {
    opacity: 0;
}*/
.swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 1920.02px) {
  .scale .container {
    max-width: 100%;
  }
}

.scale .container--md {
  max-width: 98.1rem;
}

@media only screen and (max-width: 1366px) {
  .scale .container--md {
    max-width: 69.5rem;
  }
}

.swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main {
  margin-top: -11.3rem;
}

@media only screen and (max-width: 1366px) {
  .main {
    margin-top: -8rem;
  }
}

.main .quiz {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 1366px) {
  .main .quiz {
    margin-bottom: 5.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .main .quiz {
    margin-bottom: 4rem;
  }
}

.main__sliderInfo {
  display: grid;
  grid-template-columns: 8.88fr 7.6fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: calc(max(120rem, 93%));
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 4rem;
}

@media only screen and (max-width: 1024px) {
  .main__sliderInfo {
    grid-template-columns: 1fr;
  }
}

.main__headline {
  font-size: calc(100vw / 1920 * 10);
  max-width: 80rem;
}

@media only screen and (max-width: 1366px) {
  .main__headline {
    max-width: 55rem;
  }
}

@media only screen and (max-width: 1024px) {
  .main__headline {
    max-width: 40rem;
  }
}

.main__link {
  position: relative;
  display: block;
  grid-row: span 2;
  justify-self: end;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 1024px) {
  .main__link {
    padding-left: 0;
  }
}

.main__link-img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main__link-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  fill: currentColor;
}

.main__link:hover {
  color: #fff;
}

.main__btn.button {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  padding: 2rem 4rem;
  justify-self: start;
}

@media only screen and (max-width: 1024px) {
  .main__btn.button {
    font-size: 1.4rem;
    padding: 1.4rem 1.4rem;
  }
}

.main__slider {
  background: #000000 no-repeat;
  background-position: center top;
  background-size: 100vw auto;
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  padding-bottom: 8rem;
  padding-top: 10rem;
  min-height: 100.2vh;
  overflow: hidden;
}

@media only screen and (max-width: 1366px) {
  .main__slider {
    min-height: 76.8rem;
    padding-top: 7.5rem;
    padding-bottom: 3.2rem;
    margin-bottom: 9.9rem;
    background-size: 117.7vw auto;
    background-position: center -2rem;
  }
}

@media only screen and (max-width: 767px) {
  .main__slider {
    margin-bottom: 6.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .main__slider {
    min-height: 51.6rem;
    padding-top: 7.5rem;
    padding-bottom: 1.6rem;
    margin-bottom: 6.4rem;
    background-size: 171.7vw auto;
    background-position: center top;
  }
}

.main__slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-bottom: 10.8rem;
  padding: 4.2rem 4.2rem 0;
}

@media only screen and (max-width: 1366px) {
  .main__slider-wrapper {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .main__slider-wrapper {
    padding: 4.2rem 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .main__slider-wrapper {
    margin-bottom: 4rem;
  }
}

.main__slider-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1366px) {
  .main__slider-progress {
    min-height: 4px;
    padding-bottom: 16px;
  }
}

.main__slider-progress > :not(:last-child) {
  margin-right: 4px;
}

.main__slider-progress-item {
  --progress: 0;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0.4rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: .4rem;
}

.main__slider-progress-item::after {
  content: '';
  background-color: #fff;
  border-radius: .4rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(100% * var(--progress, 0));
}

.main__slider-progress .is-done::after {
  width: 100%;
}

.main__slider .swiper {
  overflow: visible;
  padding: 0 4.2rem;
}

@media only screen and (max-width: 1024px) {
  .main__slider .swiper {
    padding: 0;
  }
}

.main__slider .swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main__slider .container {
  width: 100%;
  z-index: 1;
}

.main__slider .subtitle {
  font-size: 2rem;
  line-height: 1.6;
  max-width: 60.3rem;
}

@media only screen and (max-width: 1366px) {
  .main__slider .subtitle {
    font-size: 1.8rem;
    max-width: 53.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .main__slider .subtitle {
    font-size: 1.4rem;
    padding-right: 3.2rem;
  }
}

.main__slider .title {
  font-size: 4.8em;
  line-height: 1.1;
  letter-spacing: normal;
  margin-bottom: -0.4rem;
}

@media only screen and (max-width: 1366px) {
  .main__slider .title {
    font-size: 4.8em;
  }
}

@media only screen and (max-width: 1024px) {
  .main__slider .title {
    line-height: 1;
    font-size: 3.2rem;
    margin-bottom: 0;
  }
}

.main__slider .title:not(:last-child) {
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 1366px) {
  .main__slider .title:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .main__slider .title:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}

.main__slider .title.main__title {
  white-space: nowrap;
}

.main__slider .title.main__title:not(:last-child) {
  margin-bottom: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .main__slider .title.main__title:not(:last-child) {
    line-height: 1.5;
    margin-bottom: 0;
    white-space: normal;
  }
}

.main__slider .title.main__subtitle:not(:last-child) {
  margin-bottom: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .main__slider .title.main__subtitle:not(:last-child) {
    margin-bottom: 0;
    line-height: 2;
    white-space: normal;
  }
}

.main__slider .swiper-button-disabled {
  border-color: #787878;
}

.main__slider .slider__button {
  -webkit-transition: border-color .2s ease;
  -o-transition: border-color .2s ease;
  transition: border-color .2s ease;
}

.main__slider .swiper-slide-active {
  border-left: 0.1rem solid #d7d7d7;
}

.main__slider .slider__slide {
  padding: 0 3.1rem;
  width: 45.98rem;
  min-height: 30.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 0.1rem solid #d7d7d7;
}

@media only screen and (max-width: 1366px) {
  .main__slider .slider__slide {
    padding: 0 1.5rem;
    width: 32rem;
    min-height: 24.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .main__slider .slider__slide {
    width: 34.3rem;
    min-height: 15.5rem;
  }
}

.main__slider .slider__slide p {
  font-size: 2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 1366px) {
  .main__slider .slider__slide p {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .main__slider .slider__slide p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .main__slider .slider__button {
    padding: 1.417rem 0.693rem 1.417rem 0.474rem;
  }
}

.main__slider .slider__button-svg {
  width: 3.2rem;
  height: 1.6rem;
  stroke: #ffffff;
}

@media only screen and (max-width: 767px) {
  .main__slider .slider__button-svg {
    width: 2.333rem;
    height: auto;
  }
}

.main__slider .slider__slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4.8rem;
}

@media only screen and (max-width: 1366px) {
  .main__slider .slider__slide ul {
    margin-top: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .main__slider .slider__slide ul {
    margin-top: 1.6rem;
  }
}

.main__slider .slider__slide ul li {
  padding: 0.3rem 1.1rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  border-radius: 99.9rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media only screen and (max-width: 1366px) {
  .main__slider .slider__slide ul li {
    font-size: 1.2rem;
  }
}

.main__slider .slider__slideHead {
  margin-bottom: 0.8rem;
}

.main__slider .slider__slideImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  height: 4.8rem;
  max-width: 100%;
  margin-bottom: 0.8rem;
}

@media only screen and (max-width: 1366px) {
  .main__slider .slider__slideImage {
    height: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .main__slider .slider__slideImage {
    height: 3.2rem;
  }
}

.main__slider .slider__slideImage > * {
  max-height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main__slider .slider__slideText {
  display: block;
  font-size: 4.8rem;
  line-height: 1.3;
  word-break: break-word;
}

@media only screen and (max-width: 1366px) {
  .main__slider .slider__slideText {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .main__slider .slider__slideText {
    font-size: 2.4rem;
  }
}

.main__slider .slider__container {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: auto;
}

.main__slider .slider__buttons {
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.main__slider .slider__buttons._hide {
  pointer-events: none;
  opacity: 0;
}

.main__slider-text {
  max-width: 65rem;
  font-size: 2rem;
  line-height: 1.35;
}

@media only screen and (max-width: 1366px) {
  .main__slider-text {
    max-width: 64%;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .main__slider-text {
    max-width: 100%;
    font-size: 1.4rem;
  }
}

.main__head-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main__head-container .title {
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .main__head-container .slider__buttons {
    margin-left: auto;
  }
}

.main__case-slider {
  margin-right: -3.2rem;
}

@media only screen and (max-width: 1366px) {
  .main__case-slider {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .main__case-slider {
    margin-top: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .main__case-slider {
    margin-top: 0;
    margin-right: -1.6rem;
    margin-left: 0;
  }
}

.main__case-slider .slider__slide {
  margin-right: 1.3vw;
}

@media only screen and (max-width: 1366px) {
  .main__case-slider .slider__slide {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .main__case-slider .slider__slide {
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }
}

.main__case-slider .case:hover .case__img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.main__case-slider .case__img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1024px) {
  .main__case-slider .case__img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}

.main__case-button {
  margin-right: 1.6rem;
  margin-left: auto;
}

@media only screen and (max-width: 1366px) {
  .main__case-button {
    max-height: 4.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .main__case-button {
    margin-top: 1.6rem;
  }
}

.main__trends.section:not(:last-child) {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 1024px) {
  .main__trends.section:not(:last-child) {
    margin-bottom: 6.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .about-company .company-description {
    margin-top: 4rem;
  }
}

.about-company .button--transparent {
  display: inline-block;
  padding: 1.6rem;
  max-height: 4.8rem;
}

@media only screen and (max-width: 1024px) {
  .about-company .button--transparent {
    width: 100%;
    font-size: 1.4rem;
  }
}

.about-company .staff {
  margin-bottom: 5.6rem;
}

.about-company .work-principle {
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 1500px) {
  .command {
    margin-top: 10.2rem;
  }
}

@media only screen and (max-width: 1366px) {
  .command {
    margin-top: unset;
  }
}

.about-company__margin {
  margin-right: 15.5rem;
}

@media only screen and (max-width: 1700px) {
  .about-company__margin {
    margin-right: 0;
  }
}

.about-company__recommend-letters {
  padding: 0 0 12rem 0;
  margin: 0;
}

@media only screen and (max-width: 1366px) {
  .about-company__recommend-letters {
    padding-bottom: 8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .about-company__recommend-letters {
    padding-bottom: 4rem;
  }
}

@media only screen and (max-width: 1366px) {
  .about-company__recommend-letters .container {
    padding-right: 0rem;
  }
}

.about-company__recommend-letters .title {
  margin-bottom: 0px;
}

.about-company__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 1366px) {
  .about-company__header {
    padding-right: 3.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .about-company__header {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .about-company__header {
    margin-bottom: 2.4rem;
    padding-right: 1.6rem;
    gap: 2.4rem;
  }
}

.press .button {
  min-height: 5.6rem;
  margin-top: 3.2rem;
}

@media only screen and (max-width: 1366px) {
  .press .button {
    min-height: 4.6rem;
    margin-top: 2.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .press .previews__item.laptop-hide {
    display: block;
  }
}

.press__info .staff-quote {
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 1500px) {
  .press__info .staff-quote {
    margin-bottom: 4.5rem;
  }
}

@media only screen and (max-width: 1366px) {
  .press__info .staff-quote {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 1366px) {
  .press__info .staff-quote__text {
    max-width: 31rem;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .press__info .staff-quote__text {
    max-width: unset;
    font-size: 2.4rem;
  }
}

.press__info-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.4rem 0;
  margin-bottom: 5.5rem;
}

@media only screen and (max-width: 1500px) {
  .press__info-list {
    gap: 2.4rem 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .press__info-list {
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
  }
}

.press__info-item {
  max-width: 60rem;
  margin-right: 2rem;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1366px) {
  .press__info-item {
    margin-right: 0;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .press__info-item {
    max-width: unset;
  }
}

.press__info-item .link-icon {
  margin-top: 3rem;
}

@media only screen and (max-width: 1024px) {
  .press__info-item .link-icon {
    margin-top: 2.2rem;
  }
}

.press__info-title {
  margin-bottom: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .press__info-text {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1366px) {
  .clients-detail .details {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.button-clients--show-more {
  margin-top: 2.5rem;
  left: 50%;
  -webkit-transform: translate(-57%, 0);
  -ms-transform: translate(-57%, 0);
  transform: translate(-57%, 0);
}

.business-case .business-case__button-container {
  grid-column: 1/4;
}

@media only screen and (max-width: 1366px) {
  .business-case .business-case__button-container {
    grid-column: unset;
  }
}

.business-case .business-case__button {
  -ms-flex-item-align: start;
  align-self: start;
  margin-top: 2.4rem;
  min-width: 19.4rem;
}

@media only screen and (max-width: 1366px) {
  .business-case .business-case__button {
    margin-top: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .business-case .business-case__button {
    width: 100%;
    padding: 1.6rem;
  }
}

.business-case__container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2.4rem;
}

@media only screen and (max-width: 1366px) {
  .business-case__container {
    grid-template-columns: 1fr 2fr;
    gap: 1.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .business-case__container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.business-case__container .link-icon {
  margin-bottom: 2.4rem;
}

.business-case-details .details__text {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 1366px) {
  .business-case-details .details__text {
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 1366px) {
  .business-case-details .title--sm {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.business-case-details .stage-list {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}

@media only screen and (max-width: 1366px) {
  .business-case-details .stage-list {
    margin-top: 3.9rem;
    margin-bottom: 5.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .business-case-details .stage-list {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}

.business-case-details .main__head-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4.8rem;
}

@media only screen and (max-width: 1366px) {
  .business-case-details .main__head-container {
    margin-bottom: 2.4rem;
  }
}

.business-case-details .main__head-container .title {
  margin-bottom: 0;
}

.business-case-details .business-case-details__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.business-case-details__button {
  margin-bottom: 5rem;
  min-width: 25rem;
}

@media only screen and (max-width: 1366px) {
  .business-case-details__button {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .business-case-details__button {
    margin-bottom: 2.4rem;
  }
}

.solutions-detail .block-for-transp-header .title {
  margin-bottom: auto;
  font-size: 6.4rem;
}

@media only screen and (max-width: 1500px) {
  .solutions-detail .block-for-transp-header .title {
    font-size: 5.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .solutions-detail .block-for-transp-header .title {
    font-size: 3.2rem;
    line-height: 1.3;
  }
}

.solutions-detail .list-plus {
  gap: 2.4rem;
}

@media only screen and (max-width: 1500px) {
  .solutions-detail .list-plus {
    gap: 1.6rem;
  }
}

@media only screen and (max-width: 1366px) {
  .solutions-detail .list-plus {
    gap: 1rem;
  }
}

@media only screen and (max-width: 1366px) {
  .solutions-detail .title--sm {
    font-size: 4rem;
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .solutions-detail .title--sm {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.solution-details__time {
  max-width: 20rem;
}

@media only screen and (max-width: 767px) {
  .solution-details__time {
    max-width: 15rem;
  }
}

.solution-details__time:not(:last-child) {
  margin-right: 7.4%;
}

@media only screen and (max-width: 767px) {
  .solution-details__time:not(:last-child) {
    margin-right: 3%;
  }
}

.solution-details__time-wrap {
  margin-bottom: 1.2rem;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .solution-details__time-wrap {
    margin-bottom: 1rem;
  }
}

.solution-details__time-number {
  margin-right: 1rem;
  font-size: 5.6rem;
}

@media only screen and (max-width: 767px) {
  .solution-details__time-number {
    font-size: 3.2rem;
  }
}

.solution-details__time-day {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .solution-details__time-day {
    font-size: 1.6rem;
  }
}

.solution-details__time-text {
  color: #999999;
}

@media only screen and (max-width: 767px) {
  .solution-details__time-text {
    font-size: 1.4rem;
  }
}

.solution-detail__wrapper {
  padding-top: 8.8rem;
}

@media only screen and (max-width: 1366px) {
  .solution-detail__wrapper {
    padding-top: 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .solution-detail__wrapper {
    padding-top: 3.2rem;
  }
}

.solution-detail__grid-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 2.4rem;
  margin-bottom: 7.2rem;
}

@media only screen and (max-width: 1919px) {
  .solution-detail__grid-container {
    grid-template-columns: 2fr 1fr;
  }
}

@media only screen and (max-width: 1500px) {
  .solution-detail__grid-container {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .solution-detail__grid-container {
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
  }
}

.solution-detail__grid-container .list-plus {
  gap: 2.4rem;
}

@media only screen and (max-width: 1500px) {
  .solution-detail__grid-container .list-plus {
    grid-template-columns: 1fr;
  }
}

.solution-details__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3.6rem;
}

.solution-details__title {
  margin-top: 0;
  max-width: 110rem;
  margin-bottom: 3.6rem;
  font-weight: 400;
  font-size: 3.2rem;
  max-width: 76rem;
  line-height: 1.2;
}

@media only screen and (max-width: 1366px) {
  .solution-details__title {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    max-width: 40rem;
  }
}

.solution-details__top > .solution-details__button {
  max-width: 37rem;
  padding: 2rem;
  width: 100%;
  font-size: 2.2rem;
  line-height: 1;
}

@media only screen and (max-width: 1366px) {
  .solution-details__top > .solution-details__button {
    max-width: 34.3rem;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .solution-details__top > .solution-details__button {
    position: absolute;
    bottom: 0;
    max-width: none;
  }
}

.solution-details__two-columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
  gap: 5.2rem;
}

.solution-details__two-columns .list-number__item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.solution-details__two-columns .blog-detail-page__text {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solution-details__two-columns .blog-detail-page__text > .blog-detail-page__headline {
  font-weight: 600;
  margin-bottom: .6rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 2.6rem;
  line-height: 1.6;
}

@media only screen and (max-width: 1366px) {
  .solution-details__two-columns .blog-detail-page__text > .blog-detail-page__headline {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1024px) {
  .solution-details__two-columns {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }
  .solution-details__two-columns > br {
    display: none;
  }
}

.solution-details__text {
  font-size: 1.8rem;
  line-height: 1.7;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

@media only screen and (max-width: 1366px) {
  .solution-details__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.solution-details__text:not(:last-child) {
  margin-bottom: 2.6rem;
}

@media only screen and (max-width: 1366px) {
  .solution-details__text:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.solution-details__top > .solution-details__title {
  margin-bottom: 0;
}

.solution-details__grid-2 {
  display: grid;
  grid-template-columns: calc(50% - 1.2rem) 1fr;
  gap: 2.4rem;
}

@media only screen and (max-width: 1024px) {
  .solution-details__grid-2 {
    grid-template-columns: 100%;
  }
}

.solution-details__buttons {
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.solution-details__left .slider__button {
  border-color: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.solution-details__left .slider__button.swiper-button-disabled {
  border-color: #0000003D;
}

.solution-details__device {
  position: relative;
  padding: 2.4%;
  border-radius: 1.8rem;
  width: 100%;
  aspect-ratio: 8.5 / 6.34;
  overflow: hidden;
  -webkit-box-shadow: 1.872rem 1.872rem 4.13rem 0 #0000003D;
  box-shadow: 1.872rem 1.872rem 4.13rem 0 #0000003D;
}

.solution-details__device-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.solution-details__device-inner {
  border-radius: .2rem;
  height: auto;
  aspect-ratio: 8.5 / 6.24;
}

.solution-details__device-screen {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.solution-details__screen {
  overflow: hidden;
}

.solution-details__screen-img {
  font-size: 0;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.solutions-detail .list-block__item {
  min-height: 19.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.2rem 2.8rem;
}

.solutions-detail .list-block__item .title {
  margin: 0;
}

.solutions-detail .list-block__item-text {
  min-height: 3.6rem;
}

@media only screen and (max-width: 1024px) {
  .solutions-detail .list-block__item-text {
    min-height: 0;
    font-size: 1.4rem;
  }
}

.solutions-detail .content-container:not(:last-child) {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 1024px) {
  .solutions-detail .content-container:not(:last-child) {
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .solutions-detail .solution-details__content-container + .content-container:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.solutions-detail .solution-details__content-container.content-container {
  margin-bottom: 12rem;
}

@media only screen and (max-width: 1024px) {
  .solutions-detail .solution-details__content-container.content-container {
    position: relative;
    margin-bottom: 6rem;
    padding-bottom: 8rem;
  }
}

.solutions-detail .list-number > :not(:last-child) {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 1366px) {
  .solutions-detail .list-number > :not(:last-child) {
    margin-bottom: 1.6rem !important;
  }
}

.solutions-detail .list-number__number {
  font-family: "Golos Text", sans-serif;
  margin: 0 1.4rem 0 0;
  min-width: 0;
  height: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff0;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.3333;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1366px) {
  .solutions-detail .list-number__number {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1024px) {
  .solutions-detail .list-number__number {
    font-size: 1.4rem;
  }
}

.solutions-detail .list-number .blog-detail-page__text {
  font-size: 1.8rem;
}

@media only screen and (max-width: 1366px) {
  .solutions-detail .list-number .blog-detail-page__text {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1024px) {
  .solutions-detail .list-number .blog-detail-page__text {
    font-size: 1.4rem;
  }
}

.solutions-detail .list-block {
  grid-template-columns: repeat(auto-fit, minmax(18%, 1fr));
}

.solution-details__sub-title {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 1366px) {
  .solution-details__sub-title {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
}

.solution-details__aside .video {
  margin-bottom: 5.1rem;
}

@media only screen and (max-width: 1366px) {
  .solution-details__aside .video {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .solution-details__aside .video {
    margin-bottom: 2.4rem;
  }
}

.solution-details__aside .video__container {
  height: 25rem;
}

@media only screen and (max-width: 1500px) {
  .solution-details__aside .video__container {
    height: 24.5vw;
  }
}

@media only screen and (max-width: 1024px) {
  .solution-details__aside .video__container {
    height: 58.5vw;
  }
}

.solution-details__aside-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -1.5rem;
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 1366px) {
  .solution-details__aside-container {
    margin-bottom: 3.3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .solution-details__aside-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.solution-details__aside-container .button {
  margin-right: 1.5rem;
  margin-top: 1.5rem;
  border-radius: 0.4rem;
}

@media only screen and (max-width: 1366px) {
  .solution-details__aside-container .button {
    min-height: 4.8rem;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .solution-details__aside-container .button {
    width: 100%;
  }
}

.solution-details__container {
  width: 74%;
}

@media only screen and (max-width: 1919px) {
  .solution-details__container {
    width: 65.8%;
  }
}

@media only screen and (max-width: 1500px) {
  .solution-details__container {
    width: auto;
  }
}

.solution-details__container .list-block {
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1024px) {
  .solution-details__container .list-block {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .solution-details__container .list-block--advantages {
    grid-template-columns: 1fr;
  }
}

.solution-details__video-slider {
  display: grid;
  grid-template-columns: 66.7% 32.3%;
  gap: 1%;
}

@media only screen and (max-width: 767px) {
  .solution-details__video-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.solution-details__video-slider .previews__img-wrap {
  height: 52rem;
}

@media only screen and (max-width: 1920px) {
  .solution-details__video-slider .previews__img-wrap {
    height: 27.1vw;
  }
}

@media only screen and (max-width: 1366px) {
  .solution-details__video-slider .previews__img-wrap {
    height: 35.1vw;
  }
}

@media only screen and (max-width: 767px) {
  .solution-details__video-slider .previews__img-wrap {
    height: 59vw;
  }
}

@media only screen and (max-width: 1366px) {
  .solution-details__slider-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .solution-details__slider-wrap {
    margin-bottom: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .solution-details__video-slider-preview {
    display: none;
  }
}

.solution-details__video-slider-preview .previews__img-wrap {
  height: 25rem;
}

@media only screen and (max-width: 1920px) {
  .solution-details__video-slider-preview .previews__img-wrap {
    height: 13vw;
  }
}

@media only screen and (max-width: 1366px) {
  .solution-details__video-slider-preview .previews__img-wrap {
    height: 21.2vw;
  }
}

.solution-details__buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3.8rem;
}

@media only screen and (max-width: 1366px) {
  .solution-details__buttons-wrap {
    margin-top: auto;
  }
}

.solution-details__buttons-wrap .slider__buttons {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.solution-details__pictures-slider {
  display: grid;
  grid-template-columns: 66.7% 32.3%;
  gap: 1%;
}

@media only screen and (max-width: 767px) {
  .solution-details__pictures-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.solution-details__pictures-slider .previews__img-wrap {
  height: 52rem;
}

.solution-details__pictures-slider .previews__img-wrap .previews__img {
  -o-object-fit: fill;
  object-fit: fill;
}

@media only screen and (max-width: 1920px) {
  .solution-details__pictures-slider .previews__img-wrap {
    height: 27.1vw;
  }
}

@media only screen and (max-width: 1366px) {
  .solution-details__pictures-slider .previews__img-wrap {
    height: 35.1vw;
  }
}

@media only screen and (max-width: 767px) {
  .solution-details__pictures-slider .previews__img-wrap {
    height: 59vw;
  }
}

@media only screen and (max-width: 767px) {
  .solution-details__pictures-slider-preview {
    display: none;
  }
}

.solution-details__pictures-slider-preview .previews__img-wrap {
  height: 25rem;
}

@media only screen and (max-width: 1920px) {
  .solution-details__pictures-slider-preview .previews__img-wrap {
    height: 13vw;
  }
}

@media only screen and (max-width: 1366px) {
  .solution-details__pictures-slider-preview .previews__img-wrap {
    height: 21.2vw;
  }
}

.service-detail .block-for-transp-header {
  margin-bottom: 6.4rem;
  min-height: 73.8rem;
}

@media only screen and (max-width: 1500px) {
  .service-detail .block-for-transp-header {
    margin-bottom: 4rem;
    min-height: 59.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .service-detail .block-for-transp-header {
    margin-bottom: 3.2rem;
    min-height: 34rem;
  }
}

.service-detail .solution-detail__grid-container {
  margin-bottom: 0;
}

.service-detail .service-detail__stage-list-second {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .service-detail .service-detail__stage-list-second {
    width: 100%;
  }
}

.service-detail .service_single_block {
  margin-bottom: 0;
}

.service-detail__wrapper {
  margin-top: 6.4rem;
}

.service-detail__wrapper .list-number__number {
  margin-top: 0;
}

.service-detail__wrapper .list-number__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 1366px) {
  .service-detail__wrapper {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .service-detail__wrapper {
    margin-top: 3.2rem;
  }
}

.service-detail__container {
  margin-bottom: 9.6rem;
}

@media only screen and (max-width: 1366px) {
  .service-detail__container {
    margin-bottom: 5.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .service-detail__container {
    margin-bottom: 4rem;
  }
}

.service-detail__grid-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 1366px) {
  .service-detail__grid-container {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .service-detail__grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.service-detail__grid-container .service-detail__subtitle {
  margin-bottom: 0;
}

.service-detail__subtitle {
  margin: 0;
  margin-bottom: 4rem;
  font-size: 2.4rem;
  font-weight: 400;
}

@media only screen and (max-width: 1366px) {
  .service-detail__subtitle {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
}

.service-detail__button {
  max-width: 33.7rem;
}

@media only screen and (max-width: 1366px) {
  .service-detail__button {
    max-width: 20.3rem;
    margin-left: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .service-detail__button {
    margin-bottom: 4rem;
    max-width: unset;
  }
}

.service-detail__width-container {
  width: 75%;
}

@media only screen and (max-width: 1366px) {
  .service-detail__width-container {
    width: 100%;
  }
}

.service-detail__text {
  max-width: 77rem;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1366px) {
  .service-detail__text {
    font-size: 1.4rem;
  }
}

.service-detail__case-list .case-list__link {
  min-height: 23.5rem;
}

@media only screen and (max-width: 1366px) {
  .service-detail__case-list .case-list__link {
    min-height: 18.8rem;
  }
}

.service-detail__case-list .case-list__img-wrap {
  max-height: 5.5rem;
}

.service-functional__documentation {
  margin-bottom: 12rem;
}

.service-functional .list-plus {
  -webkit-column-gap: 11.6rem;
  -moz-column-gap: 11.6rem;
  column-gap: 11.6rem;
}

@media only screen and (max-width: 1366px) {
  .service-functional .list-plus {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.service-functional .list-block {
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 1024px) {
  .service-functional .list-block {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .service-functional .list-block {
    grid-template-columns: 1fr;
  }
}

.service-functional .list-block__item {
  min-height: 21.4rem;
}

@media only screen and (max-width: 1366px) {
  .service-functional .list-block__item {
    min-height: 16.8rem;
  }
}

.service-functional__container {
  max-width: 138.5rem;
}

.service-functional__title {
  margin-top: 0;
  margin-bottom: 4.8rem;
  max-width: 94rem;
  font-size: 2.4rem;
  font-weight: 400;
}

@media only screen and (max-width: 1366px) {
  .service-functional__title {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .service-functional__title {
    font-size: 1.6rem;
  }
}

.service-functional__title--mb {
  margin-bottom: 5.6rem;
}

@media only screen and (max-width: 1366px) {
  .service-functional__title--mb {
    margin-bottom: 2.4rem;
  }
}

.service-functional__sub-title {
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: 400;
}

@media only screen and (max-width: 1366px) {
  .service-functional__sub-title {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
}

.service-functional__sub-title--mb {
  margin-bottom: 3.7rem;
}

.service-functional__names {
  display: grid;
  grid-template-columns: 32.1% 33.3% 34.6%;
}

.service-functional__names-item {
  padding: 3.2rem 6rem 4rem 6rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 1366px) {
  .service-functional__names-item {
    padding: 0 3rem 1.2rem 0;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .contacts-page .main__head-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contacts-page__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-page__text {
  max-width: 50rem;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1366px) {
  .contacts-page__text {
    max-width: 31rem;
    font-size: 1.2rem;
  }
}

.contacts-page__text-wrap-img {
  margin-right: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
}

@media only screen and (max-width: 1366px) {
  .contacts-page__text-wrap-img {
    margin-right: 0.8rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}

.contacts-page__questions {
  padding-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2.4rem;
  padding-bottom: 12rem;
  background-color: #FCFCFC;
}

@media only screen and (max-width: 1366px) {
  .contacts-page__questions {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding-bottom: 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .contacts-page__questions {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding-bottom: 4rem;
  }
}

.contacts-page__questions-text {
  max-width: 36rem;
  font-size: 2rem;
}

@media only screen and (max-width: 1366px) {
  .contacts-page__questions-text {
    max-width: unset;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .contacts-page__questions-text {
    font-size: 1.8rem;
  }
}

.blog-page .blog-page__button {
  -ms-flex-item-align: start;
  align-self: start;
  margin-top: 2.4rem;
  min-width: 19.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1366px) {
  .blog-page .blog-page__button {
    margin-top: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-page .blog-page__button {
    width: 100%;
    padding: 1.6rem;
    margin-top: 2.4rem;
    margin-left: 0;
  }
}

.blog__container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2.4rem;
}

@media only screen and (max-width: 1366px) {
  .blog__container {
    grid-template-columns: 1fr 2fr;
    gap: 1.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog__container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.blog__container .link-icon {
  margin-bottom: 2.4rem;
}

.blog-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7.5rem;
}

@media only screen and (max-width: 1366px) {
  .blog-page__wrapper {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-page__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.blog-page__wrapper .title {
  width: 67.5%;
  margin-bottom: 0;
}

@media only screen and (max-width: 1366px) {
  .blog-page__wrapper .title {
    width: unset;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-page__wrapper .title {
    width: unset;
    margin-bottom: 4rem;
  }
}

.blog-detail-page .block-for-transp-header {
  min-height: 63rem;
  margin-bottom: 5.6rem;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1366px) {
  .blog-detail-page .block-for-transp-header {
    min-height: 59.2rem;
    margin-bottom: 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page .block-for-transp-header {
    min-height: 40rem;
    margin-bottom: 3.2rem;
  }
}

.blog-detail-page .block-for-transp-header .title {
  max-width: 93rem;
  font-size: 6.4rem;
}

@media only screen and (max-width: 1366px) {
  .blog-detail-page .block-for-transp-header .title {
    max-width: 75rem;
    font-size: 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page .block-for-transp-header .title {
    font-size: 3.8rem;
  }
}

.blog-detail-page .title {
  line-height: 1.35;
}

.blog-detail-page .staff-quote:not(:last-child) {
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 1366px) {
  .blog-detail-page .staff-quote:not(:last-child) {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page .staff-quote:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

.blog-detail-page .blog-detail-page__text + .list-number {
  margin-top: -16px;
}

@media only screen and (max-width: 767px) {
  .blog-detail-page .blog-detail-page__text + .list-number {
    margin-top: -6px;
  }
}

.blog-detail-page .list-number:not(:last-child) {
  margin-bottom: 24px;
}

.blog-detail-page .list-number__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-detail-page .list-number__item:not(:last-child) {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .blog-detail-page .list-number__item:not(:last-child) {
    margin-bottom: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail-page__text .blog-detail-page .list-number__item {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1366px) {
  .blog-detail-page .list-number__item {
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page .list-number__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.blog-detail-page .list-number__number {
  margin-top: 0;
  margin-right: 12px;
  background-color: #fff0;
}

@media only screen and (max-width: 767px) {
  .blog-detail-page .list-number__number {
    margin-right: 4px;
    font-size: 1.4rem;
    margin-bottom: 0;
    height: 2.4rem;
    width: 2.4rem;
  }
}

.blog-detail-page .list-number__number + .blog-detail-page__text {
  position: relative;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page .list-number__number + .blog-detail-page__text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

.blog-detail-page__info {
  position: relative;
  padding-top: 0.4rem;
}

.blog-detail-page__info-btn {
  display: inline-block;
  padding: 0;
  border: none;
  background-color: #fff0;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin: 4px;
}

.blog-detail-page__info-btn > svg {
  width: 100%;
  height: 100%;
  fill: rgba(0, 0, 0, 0.4);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.blog-detail-page__info-btn:hover > svg {
  fill: #F68B1F;
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__info-btn {
    width: 16px;
    height: 16px;
    margin-right: -4px;
  }
}

.blog-detail-page__info-block {
  display: block;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  background-color: #F9F9F9;
  z-index: 1;
  font-size: 14px;
  line-height: 1.4;
}

.blog-detail-page__info-block-wrap {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 326px;
  bottom: -60px;
  margin-left: -75px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__info-block-wrap {
    position: relative;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-flex-preferred-size: calc(100% + 44px);
    flex-basis: calc(100% + 44px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 0;
    margin: 0;
    bottom: 0;
    overflow: hidden;
    display: none;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail-page__info-block-wrap {
    width: 100%;
  }
}

.blog-detail-page__info-btn:hover + .blog-detail-page__info-block-wrap, .blog-detail-page__info-block-wrap:hover {
  opacity: 1;
  pointer-events: all;
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__info-btn:hover + .blog-detail-page__info-block-wrap, .blog-detail-page__info-block-wrap:hover {
    height: auto;
    -webkit-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    transform: translate(0, 4px);
    display: block;
  }
}

.blog-detail-page__quote {
  margin: 4rem 0;
  padding: 4rem 5.6rem;
  border: 1px solid #E7E7E7;
  background-color: #F9F9F9;
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__quote {
    padding: 1.6rem;
    margin: 2.4rem 0;
  }
}

.blog-detail-page__quote-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
}

.blog-detail-page__quote-text:not(:last-child) {
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__quote-text:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__quote-text {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.03em;
  }
}

.blog-detail-page__quote-author {
  opacity: 0.4;
  font-size: 1.6rem;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__quote-author {
    font-size: 1.4rem;
  }
}

.blog-detail-page__title {
  margin: 0 0 2rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.7;
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__title {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
}

.blog-detail-page__footer {
  padding: 8rem 0 10.5rem;
}

@media only screen and (max-width: 1366px) {
  .blog-detail-page__footer {
    padding: 6rem 0 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__footer {
    padding: 3rem 0 0;
  }
}

.blog-detail-page__footer .share {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-detail-page__footer .blog-detail-page__social {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-detail-page .video {
  margin-bottom: 4.8rem;
}

@media only screen and (max-width: 1366px) {
  .blog-detail-page .video {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page .video {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail-page .video__container {
    height: 59vw;
  }
}

.blog-detail-page .blog-detail-page__button {
  min-width: 28.8rem;
  min-height: 5.6rem;
}

@media only screen and (max-width: 1366px) {
  .blog-detail-page .blog-detail-page__button {
    min-width: 23.2rem;
    min-height: 4.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail-page .blog-detail-page__button {
    width: 100%;
  }
}

.blog-detail-page__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-self: end;
  }
}

.blog-detail-page__social--bottom {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__social--bottom {
    margin-bottom: 2.4rem;
  }
}

.blog-detail-page__social .socials {
  margin-left: 1.6rem;
}

@media only screen and (max-width: 1366px) {
  .blog-detail-page__social .socials {
    margin-left: 1.2rem;
  }
}

.blog-detail-page__text {
  font-size: 1.8rem;
  line-height: 1.7;
}

.blog-detail-page__text:not(:last-child) {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 1366px) {
  .blog-detail-page__text {
    font-size: 1.6rem;
  }
  .blog-detail-page__text:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__text {
    font-size: 1.4rem;
  }
  .blog-detail-page__text:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

.blog-detail-page__text--mark {
  position: relative;
  font-weight: 600;
}

.blog-detail-page__text--mark::after {
  content: "";
  position: absolute;
  left: -3.2rem;
  top: 0;
  width: 0.1rem;
  height: 100%;
  background-color: #f68b1f;
}

@media only screen and (max-width: 767px) {
  .blog-detail-page__text--mark::after {
    top: -1.6rem;
    left: 0;
    width: 18%;
    height: 0.2rem;
  }
}

.blog-detail-page__container {
  margin-top: 5.7rem;
}

.blog-detail-page__container:not(:last-child) {
  margin-bottom: 5.6rem;
}

@media only screen and (max-width: 1366px) {
  .blog-detail-page__container {
    margin-top: 4rem;
  }
  .blog-detail-page__container:not(:last-child) {
    margin-bottom: 4.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__container {
    margin-top: 3.2rem;
  }
  .blog-detail-page__container:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}

.blog-detail-page__container .list-number__number {
  margin-top: 0;
}

.blog-detail-page__container .list-number__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__container .list-number__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.blog-detail-page__subtitle {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 400;
}

@media only screen and (max-width: 1366px) {
  .blog-detail-page__subtitle {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__subtitle {
    font-size: 1.8rem;
  }
}

.blog-detail-page__attention {
  padding: 8.8rem;
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.4rem;
  background-color: #f9f9f9;
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: 700;
}

.blog-detail-page__attention:not(:last-child) {
  margin-bottom: 4.8rem;
}

@media only screen and (max-width: 1500px) {
  .blog-detail-page__attention {
    padding: 4.4rem;
  }
}

@media only screen and (max-width: 1366px) {
  .blog-detail-page__attention {
    padding: 3.2rem 2.4rem;
    font-size: 2rem;
  }
  .blog-detail-page__attention:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__attention {
    padding: 4rem 3.2rem;
    font-size: 1.6rem;
  }
}

.blog-detail-page__img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}

.blog-detail-page__img-wrap:not(:last-child) {
  margin-bottom: 5.6rem;
}

@media only screen and (max-width: 1366px) {
  .blog-detail-page__img-wrap {
    gap: 2rem;
  }
  .blog-detail-page__img-wrap:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__img-wrap {
    gap: 1.7rem;
  }
}

.blog-detail-page__img {
  max-height: 36.4rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.4rem;
  border: 0.1rem solid #e7e7e7;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__img {
    max-height: 25rem;
  }
}

.blog-detail-page__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .blog-detail-page__button-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 2rem;
  }
}

.blog-detail-page__slider .previews__img-wrap {
  height: 37.1rem;
}

@media only screen and (max-width: 1920px) {
  .blog-detail-page__slider .previews__img-wrap {
    height: 18.3vw;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-detail-page__slider .previews__img-wrap {
    height: 25vw;
  }
}

@media only screen and (max-width: 650px) {
  .blog-detail-page__slider .previews__img-wrap {
    height: 56vw;
  }
}

.modal__container p b {
  margin-top: 50px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 160%;
}

@media only screen and (max-width: 1920px) {
  .modal__container p b {
    font-size: 16px;
    margin-top: 28px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .modal__container p b {
    font-size: 14px;
  }
}

.modal__container .blog-detail-page__text {
  font-size: 20px;
  line-height: unset;
}

@media only screen and (max-width: 1920px) {
  .modal__container .blog-detail-page__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .modal__container .blog-detail-page__text {
    font-size: 14px;
  }
}

.modal__container .blog-detail-page__text:not(:last-child) {
  margin-bottom: 2rem;
}

.career-page .block-for-transp-header {
  min-height: 63rem;
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 1366px) {
  .career-page .block-for-transp-header {
    min-height: 59.2rem;
    margin-bottom: 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .block-for-transp-header {
    min-height: 48.2rem;
    margin-bottom: 4rem;
  }
}

.career-page .block-for-transp-header .title {
  margin-bottom: 7.2rem;
  line-height: 1.3;
}

@media only screen and (max-width: 2560px) {
  .career-page .block-for-transp-header .title {
    font-size: 74px;
  }
}

@media only screen and (max-width: 1920px) {
  .career-page .block-for-transp-header .title {
    font-size: 56px;
  }
}

@media only screen and (max-width: 1366px) {
  .career-page .block-for-transp-header .title {
    margin-bottom: 6.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .block-for-transp-header .title {
    font-size: 56px;
  }
}

@media only screen and (max-width: 375px) {
  .career-page .block-for-transp-header .title {
    font-size: 38px;
  }
}

.career-page .block-for-transp-header .button {
  -ms-flex-item-align: start;
  align-self: flex-start;
  min-width: 20.1rem;
}

@media only screen and (max-width: 1366px) {
  .career-page .block-for-transp-header .button {
    min-width: 15rem;
  }
}

@media only screen and (max-width: 2560px) {
  .career-page h3 {
    font-size: 27px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1920px) {
  .career-page h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1366px) {
  .career-page h3 {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .career-page h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 2560px) {
  .career-page .trends__title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1920px) {
  .career-page .trends__title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .trends__title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 375px) {
  .career-page .trends__title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 2560px) {
  .career-page .trends__text {
    font-size: 20px;
    max-width: 62rem;
  }
}

@media only screen and (max-width: 1920px) {
  .career-page .trends__text {
    font-size: 16px;
    max-width: 62rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .trends__text {
    font-size: 14px;
    max-width: 62rem;
  }
}

@media only screen and (max-width: 375px) {
  .career-page .trends__text {
    font-size: 14px;
    max-width: 62rem;
  }
}

.career-page .trends__container {
  padding: 0rem 11% 4rem 20.5%;
}

@media only screen and (max-width: 2560px) {
  .career-page .trends__list {
    padding-top: 11rem;
  }
}

@media only screen and (max-width: 1920px) {
  .career-page .trends__list {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .trends__list {
    padding-top: 0;
  }
}

@media only screen and (max-width: 375px) {
  .career-page .trends__list {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .quiz-list__link .link-detail {
    opacity: 1;
  }
}

.career-page .case-list {
  margin-bottom: 5.6rem;
}

@media only screen and (max-width: 1366px) {
  .career-page .case-list {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .case-list {
    margin-bottom: 2.4rem;
  }
}

.career-page .career-page__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 19.4rem;
  border-radius: 0.4rem;
  margin: auto;
}

.career-page .main__head-container {
  margin-bottom: 5.5rem;
}

@media only screen and (max-width: 1366px) {
  .career-page .main__head-container {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .main__head-container {
    margin-bottom: 2.4rem;
  }
}

.career-page .main__head-container .career-page__title {
  margin-right: auto;
  margin-bottom: 0;
}

.career-page .command__quote {
  height: 100%;
  background-color: #f9f9f9;
}

@media only screen and (max-width: 2560px) {
  .career-page .modal__container .title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1920px) {
  .career-page .modal__container .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .modal__container .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .career-page .modal__container .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 2560px) {
  .career-page .modal__container .modal__text-wrap .blog-detail-page__text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1920px) {
  .career-page .modal__container .modal__text-wrap .blog-detail-page__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .modal__container .modal__text-wrap .blog-detail-page__text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .career-page .modal__container .modal__text-wrap .blog-detail-page__text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 2560px) {
  .career-page .modal__container .modal__text-wrap {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1920px) {
  .career-page .modal__container .modal__text-wrap {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .modal__container .modal__text-wrap {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .career-page .modal__container .modal__text-wrap {
    font-size: 14px;
  }
}

@media only screen and (max-width: 2560px) {
  .career-page .previews-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1920px) {
  .career-page .previews-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .previews-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .career-page .previews-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 2560px) {
  .career-page .link-detail {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 1920px) {
  .career-page .link-detail {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .link-detail {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 375px) {
  .career-page .link-detail {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 2560px) {
  .career-page .quiz-list__text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1920px) {
  .career-page .quiz-list__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .quiz-list__text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .career-page .quiz-list__text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 2560px) {
  .career-page .list-block__item-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1920px) {
  .career-page .list-block__item-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .list-block__item-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .career-page .list-block__item-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 2560px) {
  .career-page .command__quote-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1920px) {
  .career-page .command__quote-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .command__quote-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .career-page .command__quote-text {
    font-size: 14px;
  }
}

.career-page__container-xl:not(:last-child) {
  margin-bottom: 10.2rem;
}

.career-page__container:not(:last-child) {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 1500px) {
  .career-page__container-xl:not(:last-child),
  .career-page__container:not(:last-child) {
    margin-bottom: 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page__container-xl:not(:last-child),
  .career-page__container:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.career-page__title {
  margin-top: 0;
  margin-bottom: 4.8rem;
  font-size: 4.8rem;
  font-weight: 400;
}

@media only screen and (max-width: 2560px) {
  .career-page__title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1920px) {
  .career-page__title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1500px) {
  .career-page__title {
    margin-bottom: 3.2rem;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page__title {
    margin-bottom: 2.4rem;
    font-size: 40px;
  }
}

@media only screen and (max-width: 375px) {
  .career-page__title {
    font-size: 24px;
  }
}

.career-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 1366px) {
  .career-page__wrapper {
    margin-bottom: 3.2rem;
  }
}

.career-page__wrapper--hhru {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.career-page__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .career-page__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.career-page__title-wrap .career-page__title {
  margin-bottom: 0;
  margin-right: 3.7rem;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .career-page__title-wrap .career-page__title {
    margin-bottom: 2.4rem;
  }
}

.career-page__text-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 25rem;
  line-height: 1.1;
}

@media only screen and (max-width: 1024px) {
  .career-page__text-icon {
    font-size: 1.4rem;
  }
}

.career-page__text-icon img {
  margin-right: 1.3rem;
}

@media only screen and (max-width: 700px) {
  .career-page__text-icon img {
    margin-right: 8px;
  }
}

.career-page__location-icon {
  width: 1.7rem;
  height: 2.2rem;
}

.career-page__hh-icon {
  width: 5.6rem;
  height: 5.6rem;
}

@media only screen and (max-width: 1366px) {
  .career-page__hh-icon {
    width: 4rem;
    height: 4rem;
  }
}

.career-page__employee-slider .list-block__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3rem 2.8rem;
  min-height: 24.5rem;
  height: 100%;
  background-color: #f9f9f9;
}

@media only screen and (max-width: 1366px) {
  .career-page__employee-slider .list-block__item {
    padding: 2.4rem 1rem 2.4rem 1.6rem;
    min-height: 20rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page__employee-slider .list-block__item {
    min-height: 14.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page__employee-slider .slider__slide {
    display: grid;
    gap: 1.6rem;
    margin: 0 0.7rem 0 0.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .career-page__employee-slider .list-block__item-text {
    font-size: 1rem;
  }
}

.career-page__our-work-slider {
  position: relative;
}

.career-page__our-work-slider .slick-dots {
  position: absolute;
  width: 46.7%;
  bottom: 0;
  right: 0;
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .career-page__our-work-slider .slick-dots {
    width: 33%;
  }
}

@media only screen and (max-width: 1366px) {
  .career-page__our-work-slider .trends__container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2.3rem 0 0 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .career-page__our-work-slider .trends__container {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 0;
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .career-page__our-work-slider .trends__container .trends__text {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .career-page__our-work-slider-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.6rem;
  }
}

.career-page .career-page__button--fullmobile {
  border-radius: 8px;
}

@media only screen and (max-width: 700px) {
  .career-page .career-page__button--fullmobile {
    width: 100%;
  }
}

.career-page .career-page__our-work-slider {
  position: relative;
}

@media only screen and (max-width: 1366px) {
  .career-page .career-page__our-work-slider .trends__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 1101px) {
  .career-page .career-page__our-work-slider .trends__container {
    margin-bottom: 0;
    padding: 0;
  }
}

.career-page__wrapper--hhru {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.career-page-detail .title {
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 1024px) {
  .career-page-detail .tag {
    margin-bottom: 0.8rem;
  }
}

.career-page-detail .tag__link {
  font-size: 1.2rem;
}

@media only screen and (max-width: 1366px) {
  .career-page-detail {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page-detail {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
  }
}

.career-page-detail__container {
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 1366px) {
  .career-page-detail__container {
    margin-bottom: 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page-detail__container {
    margin-bottom: 3.2rem;
  }
}

.career-page-detail__publication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5.3rem;
}

@media only screen and (max-width: 1366px) {
  .career-page-detail__publication {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page-detail__publication {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.career-page-detail__publication-text {
  margin-right: 2rem;
  font-size: 1.2rem;
}

@media only screen and (max-width: 1366px) {
  .career-page-detail__publication-text {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page-detail__publication-text {
    font-size: 1.2rem;
  }
}

.career-page-detail__grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 1366px) {
  .career-page-detail__grid-container {
    grid-template-columns: 2fr 1fr;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page-detail__grid-container {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .career-page-detail__list-block.list-block {
    grid-template-columns: 1fr;
  }
}

.career-page-detail__list-block.list-block .list-block__item {
  min-height: 11.4rem;
  padding: 2.4rem 3.2rem;
  background-color: #f9f9f9;
}

@media only screen and (max-width: 1366px) {
  .career-page-detail__list-block.list-block .list-block__item {
    padding: 2.4rem;
    min-height: 9.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page-detail__list-block.list-block .list-block__item {
    padding: 1.6rem 2rem;
    min-height: 8.6rem;
  }
}

.career-page-detail__list-block.list-block .list-block__item-text {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  color: #999999;
}

@media only screen and (max-width: 1366px) {
  .career-page-detail__list-block.list-block .list-block__item-text {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page-detail__list-block.list-block .list-block__item-text {
    font-size: 1.2rem;
  }
}

.career-page-detail__list-block.list-block .list-block__item-text-big {
  font-size: 2.4rem;
}

@media only screen and (max-width: 1366px) {
  .career-page-detail__list-block.list-block .list-block__item-text-big {
    font-size: 2rem;
  }
}

.career-page-detail__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 15rem;
}

@media only screen and (max-width: 1500px) {
  .career-page-detail__wrapper {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page-detail__socilas-wrap {
    margin-top: 2.4rem;
    width: 100%;
  }
}

.career-page-detail__button-wrap {
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #e7e7e7;
}

@media only screen and (max-width: 1366px) {
  .career-page-detail__button-wrap {
    padding-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page-detail__button-wrap {
    padding-bottom: 4rem;
  }
}

.career-page-detail__button.button {
  min-width: 29.4rem;
  border-radius: 0.4rem;
}

@media only screen and (max-width: 1366px) {
  .career-page-detail__button.button {
    min-width: 19rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page-detail__button.button {
    width: 100%;
  }
}

.career-page-detail__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4rem;
}

@media only screen and (max-width: 1366px) {
  .career-page-detail__social {
    margin-top: 2.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page-detail__social {
    margin-top: 2.4rem;
  }
}

.career-page-detail__social .socials {
  margin-left: 2rem;
}

@media only screen and (max-width: 1366px) {
  .career-page-detail__social .socials {
    margin-left: 1.2rem;
  }
}

.career-page-detail__social .socials__link {
  background-color: #f9f9f9;
  border: 0.1rem solid #e7e7e7;
}

@media only screen and (max-width: 1366px) {
  .career-page-detail__social .socials__link {
    background-color: #ffffff;
  }
}

.career-page-detail__content-wrap {
  max-width: 140rem;
}

.career-page-detail__contact-us {
  padding-top: 8rem;
  padding-bottom: 8rem;
  border-top: 0.1rem solid #e7e7e7;
}

@media only screen and (max-width: 1366px) {
  .career-page-detail__contact-us {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page-detail__contact-us {
    padding-top: 2.4rem;
  }
}

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  max-width: 39rem;
}

.not-found svg {
  margin-top: 5rem;
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .not-found svg {
    margin-bottom: 2.4rem;
    width: 20.2rem;
    height: 10rem;
  }
}

.not-found p {
  margin-bottom: 6.4rem;
  max-width: 22rem;
  text-align: center;
}

@media only screen and (max-width: 1366px) {
  .not-found p {
    margin-bottom: 3.2rem;
  }
}

.not-found .button {
  min-width: 28.2rem;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
  .not-found .button {
    min-height: 4.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .solutions-page__trends .main__head-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.4rem;
  }
  .solutions-page__trends .main__head-container .title {
    margin-bottom: 0;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 1.9rem;
  line-height: 1;
  font-size: 1.5rem;
  background-color: #f68b1f;
  border-radius: 0.8rem;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 0.1rem solid #f68b1f;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:hover {
  background-color: #dc8125;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1500px) {
  .button {
    padding: 1.6rem;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .button {
    width: 100%;
  }
}

.button--transparent {
  padding: 1.5rem;
  background-color: unset;
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.4rem;
  color: #000000;
}

.button--transparent:hover {
  background-color: unset;
  opacity: 0.7;
}

@media only screen and (max-width: 1500px) {
  .button--transparent {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1366px) {
  .button--transparent {
    padding: 1.1rem;
    min-height: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .button--transparent {
    padding: 0.6rem;
    min-height: 3.1rem;
    font-size: 1.4rem;
    width: unset;
  }
}

.button--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .button--icon svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.button--white {
  padding: 1.5rem;
  border: 0.1rem solid #e7e7e7;
  background-color: #ffffff;
  color: #000000;
  border-radius: 0.4rem;
}

.button--white:hover {
  background-color: #ffffff;
  opacity: 0.7;
}

.button--round {
  border-radius: 3.6rem;
}

.burger {
  display: none;
  position: relative;
  margin-right: 3rem;
  width: 3.9rem;
  height: 3.9rem;
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.4rem;
}

@media only screen and (max-width: 1366px) {
  .burger {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .burger {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 1.2em;
  }
}

.burger__open,
.burger__close {
  position: absolute;
  left: 0.8rem;
}

.burger__close:after {
  opacity: 0;
}

.burger__open:after,
.burger__close:after,
.burger__close:before {
  content: "";
  position: absolute;
  background: #000000;
  width: 2.2rem;
  height: 0.1rem;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media only screen and (max-width: 1024px) {
  .burger__open:after,
  .burger__close:after,
  .burger__close:before {
    width: 1.6rem;
  }
}

.burger__open:after {
  -webkit-box-shadow: 0 -0.7rem #000000, 0 0.7rem #000000;
  box-shadow: 0 -0.7rem #000000, 0 0.7rem #000000;
}

.burger--active .burger__open:after {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.burger--active .burger__close:after {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.burger--active .burger__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -0.4rem;
}

.burger--active .burger__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -0.4rem;
}

.title {
  margin-top: 0;
  margin-bottom: 5.6rem;
  font-size: 7.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.2rem;
}

@media only screen and (max-width: 1500px) {
  .title {
    font-size: 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .title {
    margin-bottom: 1.6rem;
    font-size: 3.8rem;
    letter-spacing: 0;
  }
}

.title--md {
  margin-bottom: 4.8rem;
  font-size: 4.8rem;
}

@media only screen and (max-width: 1500px) {
  .title--md {
    margin-bottom: 3.2rem;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .title--md {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }
}

.title--sm {
  margin-bottom: 4.8rem;
  font-size: 3.2rem;
}

@media only screen and (max-width: 1500px) {
  .title--sm {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .title--sm {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .title--sm {
    font-size: 1.8rem;
    margin-bottom: 2.6rem;
  }
}

.modal__container .title--sm {
  margin-bottom: 64px;
  font-size: 42px;
}

@media only screen and (max-width: 1920px) {
  .modal__container .title--sm {
    font-size: 32px;
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 1024px) {
  .modal__container .title--sm {
    margin-bottom: 24px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .modal__container .title--sm {
    margin-bottom: 24px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .modal__container .title--sm {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.8rem;
  margin-bottom: -0.8rem;
}

.tag__item {
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
}

.tag__link {
  display: block;
  padding: 0.8rem 1.2rem;
  background-color: #f9f9f9;
  font-size: 1.2rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2.3rem;
  line-height: 1;
}

.tag__link:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.link-detail {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.2rem;
}

.input {
  position: relative;
}

.input--error .input__field {
  border: 0.1rem solid #EA0606;
  background-color: rgba(234, 6, 6, 0.03);
}

.input--error .input__field:not(:-moz-placeholder-shown) + .input__label {
  opacity: 0;
  z-index: -1;
  transform: none;
  font-size: 1.6rem;
}

.input--error .input__field:not(:-ms-input-placeholder) + .input__label {
  opacity: 0;
  z-index: -1;
  -ms-transform: none;
  transform: none;
  font-size: 1.6rem;
}

.input--error .input__field:not(:placeholder-shown) + .input__label, .input--error .input__field:focus + .input__label {
  opacity: 0;
  z-index: -1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 1.6rem;
}

.input--error .input__label {
  top: 2rem;
}

@media only screen and (max-width: 1366px) {
  .input--error .input__label {
    top: 1.8rem;
  }
}

.input--error .input__error {
  z-index: 1;
  opacity: 0.6;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.input__field {
  padding: 1.9rem 2rem 0.8rem 2rem;
  border: 0.1rem solid #e7e7e7;
  width: 100%;
  border-radius: 0.8rem;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 1;
  height: 100%;
}

.input__field:not(:-moz-placeholder-shown) + .input__label {
  transform: translateY(-1.2rem);
  font-size: 1.2rem;
}

.input__field:not(:-ms-input-placeholder) + .input__label {
  -ms-transform: translateY(-1.2rem);
  transform: translateY(-1.2rem);
  font-size: 1.2rem;
}

.input__field:not(:placeholder-shown) + .input__label, .input__field:focus + .input__label {
  -webkit-transform: translateY(-1.2rem);
  -ms-transform: translateY(-1.2rem);
  transform: translateY(-1.2rem);
  font-size: 1.2rem;
}

@media only screen and (max-width: 1366px) {
  .input__field:not(:-moz-placeholder-shown) + .input__label {
    transform: translateY(-1rem);
    font-size: 1.1rem;
  }
  .input__field:not(:-ms-input-placeholder) + .input__label {
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
    font-size: 1.1rem;
  }
  .input__field:not(:placeholder-shown) + .input__label, .input__field:focus + .input__label {
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 1500px) {
  .input__field {
    padding: 1.5rem 1.5rem 0.4rem 1.5rem;
    font-size: 1.4rem;
  }
}

textarea.input__field {
  padding-top: 2.5rem;
  outline: none;
  resize: none;
}

@media only screen and (max-width: 1024px) {
  textarea.input__field {
    min-height: 14.5rem;
  }
}

.input__label {
  pointer-events: none;
  position: absolute;
  height: 1.6rem;
  left: 2rem;
  top: 2rem;
  bottom: 0;
  opacity: 0.6;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: text;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .input__label {
    top: 1.6rem;
    left: 1.6rem;
    font-size: 1.4rem;
  }
}

.input__error {
  position: absolute;
  z-index: -1;
  left: 2rem;
  top: 0.5rem;
  font-size: 1.2rem;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

@media only screen and (max-width: 1366px) {
  .input__error {
    left: 1.6rem;
    font-size: 1.1rem;
  }
}

.agree {
  color: #b4b4b4;
  font-size: 1.2rem;
  line-height: 1.2;
}

@media only screen and (max-width: 1366px) {
  .agree {
    font-size: 1rem;
  }
}

.agree__link {
  display: block;
  color: #f68b1f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.agree__link:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.modal {
  visibility: hidden;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity, 0.3s ease;
  -o-transition: opacity, 0.3s ease;
  transition: opacity, 0.3s ease;
  opacity: 0;
}

.modal--success {
  text-align: center;
}

.modal--video .modal__wrapper {
  width: 103.7rem;
  height: 62.4rem;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .modal--video .modal__wrapper {
    width: 100%;
    height: 100%;
  }
}

.modal--video .previews__img-wrap {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .modal--video .modal__container {
    height: 52.5vw;
    margin: auto 0 auto 0;
  }
}

.modal--text {
  font-size: 20px;
}

.modal--text .modal__wrapper {
  padding-right: 1rem;
  max-height: 53.5rem;
  width: 91rem;
}

@media only screen and (max-width: 1024px) {
  .modal--text .modal__wrapper {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .modal--text .modal__wrapper {
    max-height: unset;
    width: 100%;
  }
}

.modal--image-link {
  cursor: pointer;
}

.modal .modal__wrapper.modal__wrapper--img {
  width: 70rem;
}

@media only screen and (max-width: 1024px) {
  .modal .modal__wrapper.modal__wrapper--img {
    width: 60rem;
  }
}

@media only screen and (max-width: 767px) {
  .modal .modal__wrapper.modal__wrapper--img {
    max-height: unset;
    width: 50rem;
  }
}

.modal .modal__wrapper.modal__wrapper--success {
  width: 30rem;
}

@media only screen and (max-width: 1024px) {
  .modal .modal__wrapper.modal__wrapper--success {
    width: 60rem;
  }
}

.modal .input {
  margin-bottom: 1.4rem;
}

.modal .button {
  margin-bottom: 1.6rem;
  width: 100%;
}

.modal .agree {
  display: inline;
}

@media only screen and (max-width: 1024px) {
  .modal .agree {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .modal__mob {
    visibility: hidden;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity, 0.3s ease;
    -o-transition: opacity, 0.3s ease;
    transition: opacity, 0.3s ease;
    opacity: 0;
  }
}

.modal--active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity, 0.3s ease;
  -o-transition: opacity, 0.3s ease;
  transition: opacity, 0.3s ease;
}

.modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
  z-index: 20;
  padding: 4.8rem 5.6rem;
  width: 51rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
}

@media only screen and (max-width: 767px) {
  .modal__wrapper {
    padding: 4.8rem 1.6rem 3.3rem 1.6rem;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

.modal__close-button {
  position: absolute;
  top: 1.8rem;
  right: 1.4rem;
  padding: 0.6rem;
  background: none;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  outline: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .modal__close-button {
    top: 1.4rem;
    border: 0.1rem solid #E7E7E7;
  }
}

.modal__container {
  height: 100%;
}

.modal__title {
  margin: 0 0 4rem 0;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
}

@media only screen and (max-width: 1366px) {
  .modal__title {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}

.modal__text-wrap {
  max-height: 35rem;
  overflow: auto;
}

.modal__text-wrap::-webkit-scrollbar {
  width: 0.3rem;
}

.modal__text-wrap::-webkit-scrollbar-thumb {
  background-color: #000000;
}

@media only screen and (max-width: 767px) {
  .modal__text-wrap {
    max-height: 80vh;
  }
}

.modal__scroll-container {
  max-width: 71.3rem;
}

@media only screen and (max-width: 900px) {
  .modal__scroll-container {
    padding-right: 20px;
  }
}

.modal__text {
  font-size: 20px;
}

@media only screen and (max-width: 1920px) {
  .modal__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .modal__text {
    font-size: 14px;
  }
}

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

.modal__container p {
  font-size: 20px;
}

@media only screen and (max-width: 1920px) {
  .modal__container p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .modal__container p {
    font-size: 14px;
  }
}

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

.socials--dark-color .socials__link {
  width: 3.7rem;
  height: 3.7rem;
  border: 0.1rem solid #e7e7e7;
}

@media only screen and (max-width: 1366px) {
  .socials--dark-color .socials__link {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.socials--dark-color .socials__link svg {
  fill: #000000;
}

.socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.4rem;
}

.socials__link:hover svg {
  fill: #f68b1f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.socials__link:not(:last-child) {
  margin-right: 1rem;
}

@media only screen and (max-width: 1366px) {
  .socials__link:not(:last-child) {
    margin-right: 0.6rem;
  }
}

@media only screen and (max-width: 1366px) {
  .socials__link {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.socials__link svg {
  max-height: 2.5rem;
  fill: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1366px) {
  .socials__link svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 1366px) {
  .crumbs {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .crumbs {
    margin-bottom: 1.6rem;
  }
}

.crumbs__link {
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
  color: #999999;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.crumbs__link:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

.crumbs__link:not(:first-child) {
  margin-left: 3.3rem;
}

.crumbs__link:not(:first-child)::before {
  content: '';
  position: absolute;
  width: 1.3rem;
  height: 0.1rem;
  left: -2.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #999999;
  pointer-events: none;
}

.exp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.6rem;
  margin-top: -1.2rem;
}

@media only screen and (max-width: 1366px) {
  .exp-list {
    margin-right: -0.8rem;
    margin-top: -0.8rem;
  }
}

.exp-list__item {
  position: relative;
  margin-right: 0.6rem;
  margin-top: 1.2rem;
}

@media only screen and (max-width: 1366px) {
  .exp-list__item {
    margin-right: 0.8rem;
    margin-top: 0.8rem;
  }
}

.exp-list__number {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  right: 0.1rem;
  top: -0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  background-color: #000000;
  border-radius: 50%;
  color: #ffffff;
}

@media only screen and (max-width: 1366px) {
  .exp-list__number {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1rem;
  }
}

.exp-list__number + .exp-list__text {
  margin-right: 0.8rem;
}

@media only screen and (max-width: 1366px) {
  .exp-list__number + .exp-list__text {
    margin-right: 0.6rem;
  }
}

.exp-list__text {
  padding: 1.6rem 2.4rem;
  background-color: #f68b1f;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0.8rem;
}

@media only screen and (max-width: 1366px) {
  .exp-list__text {
    padding: 0.8rem 1.6rem;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .exp-list__text {
    padding: 1rem 1.3rem;
    font-size: 1.2rem;
  }
}

.list-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}

@media only screen and (max-width: 1366px) {
  .list-block {
    gap: 2rem;
  }
}

@media only screen and (max-width: 1366px) {
  .list-block {
    gap: 1.3rem;
  }
}

.list-block--advantages .list-block__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4rem 4rem 3.2rem 4rem;
  min-height: 21.4rem;
  background-color: #f9f9f9;
}

@media only screen and (max-width: 1366px) {
  .list-block--advantages .list-block__item {
    min-height: 18.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .list-block--advantages .list-block__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.5rem;
    min-height: 8.8rem;
  }
}

.list-block--grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.list-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.8rem;
  min-height: 16.5rem;
  border: 0.1rem solid #e7e7e7;
  background-color: #ffffff;
  border-radius: 0.8rem;
}

@media only screen and (max-width: 1500px) {
  .list-block__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.6rem;
    min-height: 12.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .list-block__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.list-block__item .title {
  margin-top: auto;
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 1366px) {
  .list-block__item .title {
    margin-bottom: 0.8rem;
    margin-top: unset;
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .list-block__item .title {
    margin-bottom: 1rem;
    font-size: 2.8rem;
  }
}

.list-block__item-text {
  font-size: 1.4rem;
  color: #999999;
}

@media only screen and (max-width: 767px) {
  .list-block__item-text {
    font-size: 1.3rem;
  }
}

.list-block__item-text-big {
  font-size: 2rem;
}

@media only screen and (max-width: 1366px) {
  .list-block__item-text-big {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .list-block__item-text-big {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .list-block__item-text-sm {
    font-size: 1.2rem;
    padding-left: 2rem;
    text-align: center;
  }
}

.list-block__img-center {
  margin: auto;
}

@media only screen and (max-width: 1366px) {
  .list-block__img-center {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.list-block__img {
  margin-bottom: 1rem;
  width: 5.4rem;
  height: 5.4rem;
}

@media only screen and (max-width: 1366px) {
  .list-block__img {
    width: 3.9rem;
    height: 3.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .list-block__img {
    margin-right: 2.4rem;
    width: 3.7rem;
    height: 3.7rem;
  }
}

.list-quote > :not(:last-child) {
  margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
  .list-quote > :not(:last-child) {
    margin-bottom: 16px;
  }
}

.list-quote__item {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.7;
}

@media only screen and (max-width: 1024px) {
  .list-quote__item {
    padding-top: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.list-quote__item::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-right: 11px;
  border-left: 2px solid #F68B1F;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media only screen and (max-width: 1024px) {
  .list-quote__item::before {
    bottom: auto;
    width: 7rem;
    padding-right: 0;
    border-left: none;
    border-top: 2px solid #F68B1F;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.staff-quote {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}

@media only screen and (max-width: 767px) {
  .blog-detail-page__footer .staff-quote {
    grid-template-columns: 1fr;
  }
}

.staff-quote__container > :not(:last-child) {
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .staff-quote__container > :not(:last-child) {
    margin-bottom: 3px;
  }
}

.staff-quote__text {
  margin-right: 2rem;
  font-size: 3.2rem;
  line-height: 1.35;
  font-weight: 400;
}

@media only screen and (max-width: 1500px) {
  .staff-quote__text {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 1366px) {
  .staff-quote__text {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .staff-quote__text {
    margin-right: 0;
    margin-bottom: 2.9rem;
  }
}

.staff-quote__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1366px) {
  .staff-quote__wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1024px) {
  .staff-quote__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.staff-quote__container {
  width: 100%;
}

.staff-quote__img {
  margin-right: 1.8rem;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1366px) {
  .staff-quote__img {
    width: 6rem;
    height: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .staff-quote__img {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.staff-quote__name {
  display: block;
  font-size: 1.6rem;
  line-height: 1.33;
}

@media only screen and (max-width: 1366px) {
  .staff-quote__name {
    font-size: 1.4rem;
  }
}

.staff-quote__position {
  font-size: 1.6rem;
  line-height: 1.33;
  color: #999999;
}

@media only screen and (max-width: 1366px) {
  .staff-quote__position {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .staff-quote__position {
    font-size: 1.4rem;
  }
}

.staff-quote__time {
  position: relative;
  padding-left: 1.4rem;
  margin-left: 1rem;
}

.staff-quote__time::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #C4C4C4;
}

.recommend-letters {
  overflow: hidden;
}

.recommend-letters__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1366px) {
  .recommend-letters {
    padding-right: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .recommend-letters {
    padding-right: 1.6rem;
  }
}

.recommend-letters__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 49%;
  flex: 1 0 49%;
  border: 1px solid #e7e7e7;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
  height: auto;
  margin: 0;
}

@media only screen and (max-width: 1366px) {
  .recommend-letters__item {
    padding: 2.4rem;
    gap: 2.4rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 650px;
    flex: 1 0 650px;
  }
}

@media only screen and (max-width: 767px) {
  .recommend-letters__item {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 318px;
    flex: 1 0 318px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.recommend-letters__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.recommend-letters__image {
  width: 117px;
  height: 117px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 117px;
  flex: 0 0 117px;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 1366px) {
  .recommend-letters__image {
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .recommend-letters__image {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }
}

.recommend-letters__image img {
  max-height: 100%;
  max-width: 100%;
}

.recommend-letters__top, .recommend-letters__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  color: #b4b4b4;
  line-height: 22.4px;
}

@media only screen and (max-width: 767px) {
  .recommend-letters__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .recommend-letters__top {
    display: none;
  }
}

.recommend-letters__mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .recommend-letters__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    line-height: 19px;
  }
}

.recommend-letters__name {
  font-weight: 600;
  color: #000000;
  line-height: 1;
}

.recommend-letters__text {
  font-size: 1.8rem;
  line-height: 30.6px;
  margin: 3.7rem 0 2.6rem 0;
  position: relative;
  z-index: 1;
}

.recommend-letters__text::after {
  content: '';
  position: absolute;
  width: 7.8rem;
  height: 7rem;
  background: url(/local/templates/teamidea2022/markup/build/assets/css/../../assets/img/recommend-letters/bg.svg) top left/cover no-repeat;
  top: -2.1rem;
  left: -2.3rem;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .recommend-letters__text::after {
    left: -1.3rem;
    top: -1.1rem;
    width: 4.6rem;
    height: 4.1rem;
  }
}

@media only screen and (max-width: 1366px) {
  .recommend-letters__text {
    margin: 2.4rem 0;
  }
}

@media only screen and (max-width: 1024px) {
  .recommend-letters__text {
    font-size: 1.4rem;
    line-height: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .recommend-letters__text {
    margin-top: 0;
  }
}

.recommend-letters__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.recommend-letters__download {
  margin-bottom: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 30.6px;
}

@media only screen and (max-width: 767px) {
  .recommend-letters__download {
    margin-bottom: 4px;
    font-size: 14px;
    gap: 4px;
  }
}

.recommend-letters__download svg {
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 767px) {
  .recommend-letters__download svg {
    width: 16px;
    height: 16px;
  }
}

.recommend-letters__date {
  font-size: 14px;
  text-transform: uppercase;
}

.recommend-letters__gray {
  color: #b4b4b4;
  display: inline-block;
  margin-left: 2px;
}

.previews {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}

@media only screen and (max-width: 1366px) {
  .previews {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

@media only screen and (max-width: 1023px) {
  .previews {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  .previews {
    grid-template-columns: 1fr;
  }
}

.previews--max-height .previews__item {
  min-height: 32.6rem;
}

@media only screen and (max-width: 1366px) {
  .previews--max-height .previews__item {
    min-height: 23vw;
  }
}

@media only screen and (max-width: 1024px) {
  .previews--max-height .previews__item {
    min-height: 33vw;
  }
}

@media only screen and (max-width: 600px) {
  .previews--max-height .previews__item {
    min-height: 70vw;
  }
}

.previews--max-height .previews__img-wrap {
  height: unset;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.previews--grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1024px) {
  .previews--grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 650px) {
  .previews--grid-3 {
    grid-template-columns: 1fr;
  }
}

.previews--grid-3 .previews__item {
  min-height: 46.3rem;
}

@media only screen and (max-width: 1920px) {
  .previews--grid-3 .previews__item {
    min-height: 33vw;
  }
}

@media only screen and (max-width: 1366px) {
  .previews--grid-3 .previews__item {
    min-height: 24.5vw;
  }
}

@media only screen and (max-width: 1024px) {
  .previews--grid-3 .previews__item {
    min-height: 33vw;
  }
}

@media only screen and (max-width: 650px) {
  .previews--grid-3 .previews__item {
    min-height: 154vw;
  }
}

.previews--grid-3 .previews__img-wrap {
  height: unset;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.previews--advantages {
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1024px) {
  .previews--advantages {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 650px) {
  .previews--advantages {
    grid-template-columns: 1fr;
  }
}

.previews--advantages .previews__img-wrap {
  height: 24.6rem;
}

@media only screen and (max-width: 1920px) {
  .previews--advantages .previews__img-wrap {
    height: 12.7vw;
  }
}

@media only screen and (max-width: 1366px) {
  .previews--advantages .previews__img-wrap {
    height: 16.6vw;
  }
}

@media only screen and (max-width: 1024px) {
  .previews--advantages .previews__img-wrap {
    height: 22vw;
  }
}

@media only screen and (max-width: 650px) {
  .previews--advantages .previews__img-wrap {
    height: 55vw;
  }
}

.previews--advantages .link-detail {
  margin-top: auto;
}

.previews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #f9f9f9;
}

.previews__item .link-detail {
  width: 132px;
  text-align: center;
  padding: 14px 24px 14px 24px;
  border-radius: 4px;
  border: 1px solid #D7D7D7;
}

@media only screen and (max-width: 767px) {
  .previews__item .link-detail {
    font-size: 1.4rem;
    width: 100%;
  }
}

.previews__date {
  position: absolute;
  top: 2.8rem;
  left: 2.4rem;
  font-size: 1.6rem;
  color: #ffffff;
}

.previews__img-wrap {
  height: 27.4rem;
  min-height: 40%;
  overflow: hidden;
}

@media only screen and (max-width: 1920px) {
  .previews__img-wrap {
    height: 14.3vw;
  }
}

@media only screen and (max-width: 1366px) {
  .previews__img-wrap {
    height: 16.6vw;
  }
}

@media only screen and (max-width: 1024px) {
  .previews__img-wrap {
    height: 25vw;
  }
}

@media only screen and (max-width: 600px) {
  .previews__img-wrap {
    height: 58.3vw;
  }
}

.previews__img-wrap iframe {
  width: 100%;
  height: 100%;
}

.previews__video-wrap {
  height: 35vw;
  min-height: 40%;
  overflow: hidden;
}

@media only screen and (max-width: 1920px) {
  .previews__video-wrap {
    height: 27vw;
  }
}

@media only screen and (max-width: 1366px) {
  .previews__video-wrap {
    height: 16.6vw;
  }
}

@media only screen and (max-width: 1024px) {
  .previews__video-wrap {
    height: 55vw;
  }
}

@media only screen and (max-width: 600px) {
  .previews__video-wrap {
    height: 58.3vw;
  }
}

.previews__video-wrap iframe {
  width: 100%;
  height: 100%;
}

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

.previews__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.9rem 2.4rem;
}

@media only screen and (max-width: 1366px) {
  .previews__text-container {
    padding: 1.6rem;
  }
}

.previews__text {
  font-size: 1.4rem;
  line-height: 1.35;
}

.previews__text:not(:last-child) {
  margin-bottom: 1.7rem;
}

@media only screen and (max-width: 1366px) {
  .previews__text:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}

@media only screen and (max-width: 1366px) {
  .previews__text {
    font-size: 1.2rem;
  }
}

.previews__item-play {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 6.4rem;
  height: 6.4rem;
  border: none;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.previews__item-play:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

.career-page .previews--advantages {
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1024px) {
  .career-page .previews--advantages {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 650px) {
  .career-page .previews--advantages {
    grid-template-columns: 1fr;
  }
}

.career-page .previews--advantages .link-detail {
  display: inline-block;
  margin-top: auto;
  font-weight: 600;
}

.career-page .previews--advantages .link-detail:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 650px) {
  .career-page .previews--advantages .link-detail {
    margin-top: 25px;
  }
}

.career-page .previews--grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1024px) {
  .career-page .previews--grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 650px) {
  .career-page .previews--grid-3 {
    grid-template-columns: 1fr;
  }
}

.career-page .previews--grid-3 .previews__item {
  min-height: 46.3rem;
}

@media only screen and (max-width: 1920px) {
  .career-page .previews--grid-3 .previews__item {
    min-height: 24vw;
  }
}

@media only screen and (max-width: 1366px) {
  .career-page .previews--grid-3 .previews__item {
    min-height: 24.5vw;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .previews--grid-3 .previews__item {
    min-height: 33vw;
  }
}

@media only screen and (max-width: 650px) {
  .career-page .previews--grid-3 .previews__item {
    min-height: 70vw;
  }
}

.career-page .previews--grid-3 .previews__img-wrap {
  height: unset;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.career-page .previews__text {
  font-size: 1.4rem;
  line-height: 1.35;
  margin-bottom: 25px;
}

.career-page .previews__text:not(:last-child) {
  margin-bottom: 1.7rem;
}

@media only screen and (max-width: 1366px) {
  .career-page .previews__text:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}

@media only screen and (max-width: 1366px) {
  .career-page .previews__text {
    font-size: 1.2rem;
  }
}

.career-page .previews__text-container {
  height: 100%;
}

@media only screen and (max-width: 650px) {
  .career-page .previews__text-container {
    height: unset;
  }
}

.career-page .career-page__title {
  font-size: 64px;
  line-height: 110%;
}

@media only screen and (max-width: 1920px) {
  .career-page .career-page__title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1500px) {
  .career-page .career-page__title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .career-page .career-page__title {
    font-size: 24px;
  }
}

.career-page .previews__img-wrap {
  min-height: 330px;
}

@media only screen and (max-width: 1920px) {
  .career-page .previews__img-wrap {
    min-height: 250px;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .previews__img-wrap {
    min-height: 170px;
  }
}

@media only screen and (max-width: 650px) {
  .career-page .previews__img-wrap {
    min-height: 210px;
  }
}

.career-page .previews--life .previews__text {
  margin-bottom: 0;
}

.career-page .previews--life .previews__text-container {
  height: unset;
}

.link-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: none;
  outline: none;
}

.link-icon img {
  width: 2rem;
  height: 2rem;
  margin-right: 1.6rem;
}

.video {
  border-radius: 0.8rem;
  border: 0.1rem solid #e7e7e7;
  background-color: #f9f9f9;
  overflow: hidden;
}

.video__container {
  position: relative;
  height: 52rem;
}

@media only screen and (max-width: 1366px) {
  .video__container {
    height: 30rem;
  }
}

@media only screen and (max-width: 767px) {
  .video__container {
    height: 22.3rem;
  }
}

.video__container iframe {
  width: 100%;
  height: 100%;
}

.video__img-preview {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video__text {
  padding: 2.4rem 3rem;
  font-size: 2rem;
}

@media only screen and (max-width: 1500px) {
  .video__text {
    padding: 2rem;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 1366px) {
  .video__text {
    padding: 1.6rem;
    font-size: 1.4rem;
  }
}

.list-plus,
.blog-detail-page__text ul,
.service-functional__container_wuzywug ul,
.service-detail__container_wuzywug ul {
  display: grid;
  gap: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .list-plus,
  .blog-detail-page__text ul,
  .service-functional__container_wuzywug ul,
  .service-detail__container_wuzywug ul {
    gap: 1rem;
  }
}

.list-plus--grid-2,
.blog-detail-page__text ul--grid-2,
.service-functional__container_wuzywug ul--grid-2,
.service-detail__container_wuzywug ul--grid-2 {
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 1366px) {
  .list-plus--grid-1-laptop,
  .blog-detail-page__text ul--grid-1-laptop,
  .service-functional__container_wuzywug ul--grid-1-laptop,
  .service-detail__container_wuzywug ul--grid-1-laptop {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .list-plus--grid-1-mob,
  .blog-detail-page__text ul--grid-1-mob,
  .service-functional__container_wuzywug ul--grid-1-mob,
  .service-detail__container_wuzywug ul--grid-1-mob {
    grid-template-columns: 1fr;
  }
}

.list-plus--numbers,
.blog-detail-page__text ul--numbers,
.service-functional__container_wuzywug ul--numbers,
.service-detail__container_wuzywug ul--numbers {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

@media only screen and (max-width: 767px) {
  .list-plus--numbers,
  .blog-detail-page__text ul--numbers,
  .service-functional__container_wuzywug ul--numbers,
  .service-detail__container_wuzywug ul--numbers {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.list-plus--numbers .list-plus__item,
.blog-detail-page__text ul--numbers .list-plus__item,
.service-functional__container_wuzywug ul--numbers .list-plus__item,
.service-detail__container_wuzywug ul--numbers .list-plus__item {
  counter-increment: counter-number;
  margin-bottom: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .list-plus--numbers .list-plus__item,
  .blog-detail-page__text ul--numbers .list-plus__item,
  .service-functional__container_wuzywug ul--numbers .list-plus__item,
  .service-detail__container_wuzywug ul--numbers .list-plus__item {
    margin-top: 1rem;
  }
}

.list-plus--numbers .list-plus__item::before,
.blog-detail-page__text ul--numbers .list-plus__item::before,
.service-functional__container_wuzywug ul--numbers .list-plus__item::before,
.service-detail__container_wuzywug ul--numbers .list-plus__item::before {
  content: counter(counter-number);
  top: 0.2rem;
  color: #f68b1f;
  background-color: unset;
}

@media only screen and (max-width: 767px) {
  .list-plus--numbers .list-plus__item::before,
  .blog-detail-page__text ul--numbers .list-plus__item::before,
  .service-functional__container_wuzywug ul--numbers .list-plus__item::before,
  .service-detail__container_wuzywug ul--numbers .list-plus__item::before {
    top: 0;
  }
}

.list-plus--numbers .list-plus__item::after,
.blog-detail-page__text ul--numbers .list-plus__item::after,
.service-functional__container_wuzywug ul--numbers .list-plus__item::after,
.service-detail__container_wuzywug ul--numbers .list-plus__item::after {
  width: 0;
  height: 0;
}

.blog-detail-page__text ol,
.service-functional__container_wuzywug ol,
.service-detail__container_wuzywug ol {
  gap: 1.7rem;
  display: block;
}

@media only screen and (max-width: 767px) {
  .blog-detail-page__text ol,
  .service-functional__container_wuzywug ol,
  .service-detail__container_wuzywug ol {
    gap: 1rem;
  }
}

.blog-detail-page__text ol--grid-2,
.service-functional__container_wuzywug ol--grid-2,
.service-detail__container_wuzywug ol--grid-2 {
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 1366px) {
  .blog-detail-page__text ol--grid-1-laptop,
  .service-functional__container_wuzywug ol--grid-1-laptop,
  .service-detail__container_wuzywug ol--grid-1-laptop {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail-page__text ol--grid-1-mob,
  .service-functional__container_wuzywug ol--grid-1-mob,
  .service-detail__container_wuzywug ol--grid-1-mob {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail-page__text ol,
  .service-functional__container_wuzywug ol,
  .service-detail__container_wuzywug ol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.blog-detail-page__text ol li,
.service-functional__container_wuzywug ol li,
.service-detail__container_wuzywug ol li {
  counter-increment: counter-number;
  position: relative;
  padding-right: 1rem;
  padding-left: 3rem;
  line-height: 1.7;
}

.blog-detail-page__text ol li:not(:first-child),
.service-functional__container_wuzywug ol li:not(:first-child),
.service-detail__container_wuzywug ol li:not(:first-child) {
  margin-top: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .blog-detail-page__text ol li:not(:first-child),
  .service-functional__container_wuzywug ol li:not(:first-child),
  .service-detail__container_wuzywug ol li:not(:first-child) {
    margin-top: 1rem;
  }
}

.blog-detail-page__text ol li::before,
.service-functional__container_wuzywug ol li::before,
.service-detail__container_wuzywug ol li::before {
  left: 0;
  width: 1.7rem;
  height: 0.1rem;
  position: absolute;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  content: counter(counter-number);
  top: 0.2rem;
  color: #F68B1F;
  background-color: unset;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

@media only screen and (max-width: 767px) {
  .blog-detail-page__text ol li::before,
  .service-functional__container_wuzywug ol li::before,
  .service-detail__container_wuzywug ol li::before {
    top: 0;
  }
}

.blog-detail-page__text ol li::after,
.service-functional__container_wuzywug ol li::after,
.service-detail__container_wuzywug ol li::after {
  width: 0.1rem;
  height: 1.7rem;
  left: 0.8rem;
  top: 0.4rem;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.list-plus__item,
.blog-detail-page__text ul li,
.service-functional__container_wuzywug ul li,
.service-detail__container_wuzywug ul li {
  position: relative;
  padding-right: 1rem;
  padding-left: 3rem;
  line-height: 1.7;
}

@media only screen and (max-width: 1500px) {
  .list-plus__item,
  .blog-detail-page__text ul li,
  .service-functional__container_wuzywug ul li,
  .service-detail__container_wuzywug ul li {
    font-size: 1.4rem;
  }
}

.list-plus__item::before, .list-plus__item::after,
.blog-detail-page__text ul li::before,
.blog-detail-page__text ul li::after,
.service-functional__container_wuzywug ul li::before,
.service-functional__container_wuzywug ul li::after,
.service-detail__container_wuzywug ul li::before,
.service-detail__container_wuzywug ul li::after {
  content: "";
  position: absolute;
  background-color: #f68b1f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.list-plus__item::before,
.blog-detail-page__text ul li::before,
.service-functional__container_wuzywug ul li::before,
.service-detail__container_wuzywug ul li::before {
  left: 0;
  width: 1.7rem;
  height: 0.1rem;
  top: 1.2rem;
}

.list-plus__item::after,
.blog-detail-page__text ul li::after,
.service-functional__container_wuzywug ul li::after,
.service-detail__container_wuzywug ul li::after {
  width: 0.1rem;
  height: 1.7rem;
  left: 0.8rem;
  top: 0.4rem;
}

.list-plus__small-text {
  font-size: 1.4rem;
  color: #b4b4b4;
}

@media only screen and (max-width: 1366px) {
  .list-plus__small-text {
    font-size: 1.2rem;
  }
}

.modal__container .list-plus__item {
  font-size: 20px;
}

@media only screen and (max-width: 1920px) {
  .modal__container .list-plus__item {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .modal__container .list-plus__item {
    font-size: 14px;
  }
}

.checkbox__input {
  display: none;
}

.checkbox__input + label {
  display: inline-block;
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
  line-height: 1.3;
}

@media only screen and (max-width: 1366px) {
  .checkbox__input + label {
    padding-left: 2.9rem;
    font-size: 1.4rem;
  }
}

.checkbox__input + label:hover::before {
  border-color: #f68b1f;
}

.checkbox__input + label::before,
.checkbox__input:checked + label::after {
  content: '';
  position: absolute;
  top: -0.2rem;
  bottom: 0;
}

.checkbox__input + label::before {
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #d7d7d7;
  border-radius: 0.4rem;
  cursor: pointer;
  background-position: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1366px) {
  .checkbox__input + label::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.checkbox__input:checked + label::before {
  background-color: #f68b1f;
  border-color: #f68b1f;
  background: url("/local/templates/teamidea2022/markup/build/assets/img/check-mark.svg") no-repeat, #f68b1f;
  background-position: center;
}

.checkbox__input.color-white:checked + label::before {
  border-color: #ffffff;
}

.checkbox__input.color-white + label:hover::before {
  border-color: #ffffff;
}

.checkbox__input:checked + label::after {
  left: 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
}

.checkbox__input:disabled + label,
.checkbox__input:disabled + label::before,
.checkbox__input:disabled + label::after {
  opacity: 0.6;
  pointer-events: none;
}

.stage-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .stage-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.stage-list::after {
  content: '';
  position: absolute;
  width: 99%;
  height: 0.1rem;
  top: 2.3rem;
  left: 0;
  z-index: -2;
  border-bottom: 0.1rem dashed #999999;
}

@media only screen and (max-width: 1366px) {
  .stage-list::after {
    top: 1.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .stage-list::after {
    top: 0;
    left: 2.4rem;
    width: 0.1rem;
    height: 100%;
    border-right: 0.1rem dashed #999999;
  }
}

.stage-list:not(:last-child) {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 1366px) {
  .stage-list:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .stage-list:not(:last-child) {
    margin-bottom: 0;
  }
}

.stage-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 15rem;
}

@media only screen and (max-width: 1366px) {
  .stage-list__item {
    width: 11rem;
  }
}

@media only screen and (max-width: 1024px) {
  .stage-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
  }
  .stage-list__item:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

.stage-list__item:first-child::after, .stage-list__item:last-child::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: -1;
}

.stage-list__item:last-child::after {
  left: unset;
  right: 0;
}

.stage-list__item--first:first-child {
  width: 4rem;
}

.stage-list__item--first:first-child::after {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
  background: -o-linear-gradient(left, #ffffff, transparent);
  background: linear-gradient(90deg, #ffffff, transparent);
}

.stage-list__item--last:last-child {
  width: 4rem;
}

.stage-list__item--last:last-child::after {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#ffffff));
  background: -o-linear-gradient(left, transparent, #ffffff);
  background: linear-gradient(90deg, transparent, #ffffff);
}

.stage-list__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.4rem;
  height: 4.8rem;
  width: 4.8rem;
  border: 0.1rem solid #e7e7e7;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #ffffff;
}

@media only screen and (max-width: 1366px) {
  .stage-list__number {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .stage-list__number {
    margin-bottom: 0;
    margin-right: 1.6rem;
    height: 4.8rem;
    min-width: 4.8rem;
    font-size: 1.8rem;
  }
}

.stage-list__text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
}

@media only screen and (max-width: 1500px) {
  .stage-list__text {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1366px) {
  .stage-list__text {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .stage-list__text {
    font-size: 1.8rem;
  }
}

.list-number__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .list-number__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.list-number__item--mr-bottom:not(:last-child) {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 1366px) {
  .list-number__item--mr-bottom:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.list-number__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 3.2rem;
  height: 3.2rem;
  margin: 0.7rem 3.2rem 0 0;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #f9f9f9;
  border-radius: 0.4rem;
  color: #f68b1f;
}

@media only screen and (max-width: 767px) {
  .list-number__number {
    margin: 0 0 0.8rem 0;
  }
}

.long-card {
  display: grid;
  grid-template-columns: 32.1% 33.3% 34.6%;
  padding: 3.2rem 0;
  background-color: #f9f9f9;
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.8rem;
}

@media only screen and (max-width: 1366px) {
  .long-card {
    padding: 2.4rem 0;
  }
}

@media only screen and (max-width: 1024px) {
  .long-card {
    grid-template-columns: 1fr;
    padding: 4rem 1.6rem;
    margin: 0 -1.6rem;
    border: none;
    border-radius: 0;
  }
}

.long-card + .long-card {
  margin-top: 2.4rem;
}

@media only screen and (max-width: 1366px) {
  .long-card + .long-card {
    margin-top: 3.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .long-card + .long-card {
    margin-top: 1.6rem;
  }
}

.long-card .list-plus {
  gap: 0.8rem;
}

@media only screen and (max-width: 1024px) {
  .long-card .list-plus {
    gap: 1rem;
  }
}

.long-card .list-plus__item {
  padding-left: 2.6rem;
  padding-right: 0;
}

@media only screen and (max-width: 1366px) {
  .long-card .list-plus__item {
    padding-left: 2.4rem;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .long-card .list-plus__item {
    font-size: 1.4rem;
  }
}

.long-card .list-plus__item::before, .long-card .list-plus__item::after {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.long-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 1.5rem;
}

.long-card__wrapper--1 {
  padding-right: 6%;
  padding-left: 8%;
  border-right: 0.1rem solid #e7e7e7;
}

@media only screen and (max-width: 1024px) {
  .long-card__wrapper--1 {
    padding-bottom: 3.2rem;
    border-right: none;
    border-bottom: 0.1rem solid #e7e7e7;
  }
}

.long-card__wrapper--2 {
  padding-left: 11.2%;
  padding-right: 6%;
  border-right: 0.1rem solid #e7e7e7;
}

@media only screen and (max-width: 1024px) {
  .long-card__wrapper--2 {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem;
    border-right: none;
    border-bottom: 0.1rem solid #e7e7e7;
  }
}

.long-card__wrapper--3 {
  padding-left: 12.7%;
  padding-right: 6%;
}

@media only screen and (max-width: 1024px) {
  .long-card__wrapper--3 {
    padding-top: 3.2rem;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1366px) {
  .long-card__wrapper {
    padding-left: 2.4rem;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .long-card__wrapper {
    padding-left: 0;
  }
}

.long-card__mob-title {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.long-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 1024px) {
  .long-card__head {
    margin-bottom: 0.5rem;
  }
}

.long-card__title {
  padding-left: 2.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
}

@media only screen and (max-width: 1366px) {
  .long-card__title {
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .long-card__title {
    padding-left: 0;
    font-size: 1.8rem;
  }
}

.long-card__head-img {
  width: 10.4rem;
  height: 5.8rem;
  margin-right: 5%;
  margin-left: 5%;
}

@media only screen and (max-width: 1366px) {
  .long-card__head-img {
    width: 6.5rem;
    height: 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .long-card__head-img {
    width: 8.8rem;
    height: 5.4rem;
    margin-right: 0;
  }
}

.long-card__container {
  margin-top: auto;
}

.long-card__icon {
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 5%;
  margin-left: 5%;
}

@media only screen and (max-width: 1366px) {
  .long-card__icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .long-card__icon {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 0;
  }
}

.long-card__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 85%;
}

@media only screen and (max-width: 1024px) {
  .long-card__img-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 2.5rem;
    width: auto;
  }
}

.long-card__img-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 10rem;
  text-align: center;
}

@media only screen and (max-width: 1366px) {
  .long-card__img-list-item {
    font-size: 1.2rem;
  }
}

.long-card__img-list-img {
  margin-bottom: 1.5rem;
  width: 4.2rem;
  height: 4.2rem;
}

@media only screen and (max-width: 1366px) {
  .long-card__img-list-img {
    width: 3rem;
    height: 3rem;
  }
}

.tabs-nav__wrap {
  overflow: hidden;
}

.tabs-nav__button-wrap.tabs-nav--active .tabs-nav__button {
  background-color: #f68b1f;
  color: #ffffff;
}

.tabs-nav__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-nav__buttons::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 7.2rem;
  border: 0.1rem solid #e7e7e7;
}

.tabs-nav__button {
  padding: 1.6rem 3.2rem;
  border-radius: 7.2rem;
  color: #000000;
  border: none;
  background-color: transparent;
}

@media only screen and (max-width: 1366px) {
  .tabs-nav__button {
    padding: 1.5rem 2.4rem;
  }
}

.tabs-nav__button:hover {
  background-color: transparent;
}

.tabs-nav__content-wrap {
  position: relative;
}

.tabs-nav__content {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tabs-nav__content.tabs-nav--active {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.contact-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  max-width: 117.8rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1366px) {
  .contact-block {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1024px) {
  .contact-block {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-block .socials__link {
  border-color: transparent;
}

@media only screen and (max-width: 1366px) {
  .contact-block .socials__link {
    width: 3.7rem;
    height: 3.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact-block .socials__link {
    width: 2.6rem;
    height: 2.6rem;
    border-color: #e7e7e7;
  }
}

@media only screen and (max-width: 1366px) {
  .contact-block .socials__link svg {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}

@media only screen and (max-width: 767px) {
  .contact-block .socials__link svg {
    width: 2.6rem;
    height: 2.6rem;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 1024px) {
  .contact-block .staff-quote__wrap {
    grid-column: 1/3;
    margin-top: 2.2rem;
  }
}

.contact-block__title {
  font-size: 2.4rem;
  font-weight: 700;
}

@media only screen and (max-width: 1366px) {
  .contact-block__title {
    grid-column: 1/4;
    margin-bottom: 3.2rem;
    font-size: 4rem;
    font-weight: 400;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-block__title {
    font-size: 2.4rem;
  }
}

.contact-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-block__text {
  color: #999999;
}

.contact-block__text-big {
  font-size: 2.4rem;
}

@media only screen and (max-width: 1024px) {
  .contact-block__text-big {
    font-size: 1.6rem;
  }
}

.dropdown-list {
  min-width: 20rem;
}

@media only screen and (max-width: 1366px) {
  .dropdown-list {
    min-width: 16rem;
  }
}

.dropdown-list .choices .choices__inner {
  padding: 0;
  min-height: unset;
  background-color: unset;
  border: none;
}

.dropdown-list .choices .choices__list--single {
  padding: 0;
}

.dropdown-list .choices .choices__list--single .choices__item {
  position: relative;
  padding-right: 2rem;
  width: auto;
}

@media only screen and (max-width: 1024px) {
  .dropdown-list .choices .choices__list--single .choices__item {
    display: inline-block;
  }
}

.dropdown-list .choices .choices__list--single .choices__item::after {
  content: '';
  position: absolute;
  width: 1.2rem;
  height: 0.7rem;
  right: 0;
  bottom: 40%;
  background: url("/local/templates/teamidea2022/markup/build/assets/img/arrow-down-small.svg") no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dropdown-list .choices.is-open .choices__list--single .choices__item::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dropdown-list .choices .choices__list--dropdown {
  -webkit-box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  border: none;
}

.dropdown-list .choices .choices__item {
  font-size: 1.8rem;
}

@media only screen and (max-width: 1366px) {
  .dropdown-list .choices .choices__item {
    font-size: 1.4rem;
  }
}

.dropdown-list .choices .choices__item.choices__item--choice {
  padding: 1.4rem 1.5rem 1.4rem 2rem;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1366px) {
  .dropdown-list .choices .choices__item.choices__item--choice {
    padding: 0.8rem 0.8rem 0.8rem 1.5rem;
  }
}

.dropdown-list .choices .choices__item.choices__item--choice:hover {
  opacity: 0.7;
}

.dropdown-list .choices .choices__item.choices__item--choice.choices__item--choice {
  font-size: 1.4rem;
  border-bottom: 0.1rem solid #e7e7e7;
}

.dropdown-list .choices .is-highlighted.choices__item {
  background-color: unset;
}

.dropdown-list .choices[data-type*=select-one]::after {
  display: none;
}

.dropdown-menu {
  position: absolute;
  min-width: 23rem;
  z-index: -1;
  opacity: 0;
  -webkit-box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}

@media only screen and (max-width: 1366px) {
  .dropdown-menu {
    position: static;
    padding-bottom: 0.8rem;
    z-index: unset;
    opacity: 1;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    overflow: hidden;
  }
}

.dropdown-menu__item {
  padding: 1rem 1rem 1rem 3.1rem;
  border-bottom: 0.1rem solid #e7e7e7;
}

.dropdown-menu__item:last-child {
  padding-bottom: 0.3rem;
  border-bottom: unset;
}

@media only screen and (max-width: 1366px) {
  .dropdown-menu__item {
    padding: 0 0.8rem 0 1.7rem;
    border-bottom: unset;
  }
  .dropdown-menu__item:last-child {
    padding-bottom: 0;
  }
}

.dropdown-menu__link {
  display: block;
  padding: 0.9rem 1rem 1rem 1rem;
  line-height: 1.3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1366px) {
  .dropdown-menu__link {
    padding: 0.8rem 0.8rem 0.8rem 1.7rem;
  }
}

.dropdown-menu__link:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.swiper-btns {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  height: 48px;
  width: 136px;
  margin-left: auto;
}

@media (max-width: 768px) {
  .swiper-btns {
    gap: 0px;
    width: 70px;
    height: 22.6px;
  }
  .swiper-btns svg {
    width: 23px;
    height: 11px;
  }
}

.swiper-btns svg {
  stroke: black;
  width: 32px;
}

.swiper-btns .swiper-button-disabled svg {
  stroke: #c1c0c0;
}

.swiper-btns__next, .swiper-btns__prev {
  border: none;
}

.site-header {
  margin-bottom: 12rem;
  padding: 3.2rem 0;
  border-bottom: 0.1rem solid #e7e7e7;
  z-index: 2;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1500px) {
  .site-header {
    margin-bottom: 7.2rem;
  }
}

@media only screen and (max-width: 1366px) {
  .site-header {
    margin-bottom: 7.2rem;
    padding: 2rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .site-header {
    margin-bottom: 4.8rem;
    padding: 1rem 0;
  }
}

.site-header--transparent {
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

@media only screen and (max-width: 1366px) {
  .site-header--transparent {
    margin-bottom: 0;
  }
}

.site-header--transparent .burger__open:after,
.site-header--transparent .burger__close:after,
.site-header--transparent .burger__close:before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 2.2rem;
  height: 0.1rem;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media only screen and (max-width: 1024px) {
  .site-header--transparent .burger__open:after,
  .site-header--transparent .burger__close:after,
  .site-header--transparent .burger__close:before {
    width: 1.6rem;
  }
}

.site-header--transparent .burger__open:after {
  -webkit-box-shadow: 0 -0.7rem #ffffff, 0 0.7rem #ffffff;
  box-shadow: 0 -0.7rem #ffffff, 0 0.7rem #ffffff;
}

.site-header--transparent .site-header__logo {
  display: none;
}

.site-header--transparent .site-header__logo--white {
  display: block;
}

.site-header--transparent .header-nav__link {
  color: #ffffff;
}

@media only screen and (max-width: 1366px) {
  .site-header--transparent .header-nav__link {
    color: #000000;
  }
}

.site-header--transparent .header-nav__icon {
  fill: #ffffff;
}

@media only screen and (max-width: 1366px) {
  .site-header--transparent .header-nav__icon {
    fill: #000000;
  }
}

.site-header--transparent .site-header__buttons button {
  color: #ffffff;
}

.site-header--transparent .site-header__buttons button svg {
  fill: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.site-header--transparent .site-header__buttons a {
  color: #ffffff;
}

.site-header--transparent a.site-header__toogle-dropdown {
  color: #000000;
}

.site-header--white {
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1366px) {
  .site-header--white {
    border-bottom: 0.1rem solid #e7e7e7;
  }
}

.site-header--white .burger__open:after,
.site-header--white .burger__close:after,
.site-header--white .burger__close:before {
  content: "";
  position: absolute;
  background: #000000;
  width: 2.2rem;
  height: 0.1rem;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.site-header--white .burger__open:after {
  -webkit-box-shadow: 0 -0.7rem #000000, 0 0.7rem #000000;
  box-shadow: 0 -0.7rem #000000, 0 0.7rem #000000;
}

.site-header--white .site-header__logo--white {
  display: none !important;
}

.site-header--white .site-header__logo {
  position: relative;
  display: block;
  z-index: 11;
}

.site-header--white .site-header__buttons button {
  color: #000000;
}

.site-header--white .site-header__buttons button svg {
  fill: #000000;
}

.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1366px) {
  .site-header .container {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}

.site-header__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2rem;
}

.site-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-header__logo {
  width: 15rem;
  height: 2rem;
}

.site-header__logo--white {
  display: none;
}

@media only screen and (max-width: 1300px) {
  .site-header__logo {
    width: 11.6rem;
    height: 1.55rem;
  }
}

@media only screen and (max-width: 767px) {
  .site-header__logo {
    width: 7.8rem;
    height: 1.3rem;
  }
}

.site-header__img {
  margin-left: 2.4rem;
  width: 5.1rem;
  height: 3rem;
}

@media only screen and (max-width: 1300px) {
  .site-header__img {
    width: 3.9rem;
    height: 2.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .site-header__img {
    width: 2.6rem;
    height: 1.55rem;
  }
}

.site-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-left: 2rem;
}

@media only screen and (max-width: 1366px) {
  .site-header__buttons {
    margin-left: auto;
  }
}

.site-header__buttons .button:not(:last-of-type) {
  margin-right: 1.2rem;
}

.site-header__buttons a.button {
  margin-right: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .site-header__buttons .site-header__toogle-lang {
    padding-top: 0.3rem;
  }
}

.site-header__buttons svg {
  width: 2rem;
  height: 2rem;
}

.site-header__blog-button {
  min-width: 10rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1300px) {
  .site-header__blog-button {
    min-width: 7.6rem;
  }
}

.site-header__button {
  width: 4.8rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .site-header__button {
    min-width: 3.1rem;
  }
}

@media only screen and (max-width: 1300px) {
  .site-header__button {
    width: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .site-header__button {
    width: 3rem;
  }
}

.site-header__toogle-lang {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.site-header__toogle-lang svg {
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.6rem;
  height: 0.4rem;
}

@media only screen and (max-width: 1300px) {
  .site-header__toogle-lang svg {
    bottom: 0.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .site-header__toogle-lang svg {
    bottom: 0.3rem;
  }
}

@media only screen and (max-width: 1300px) {
  .site-header__toogle-lang {
    min-width: 4.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .site-header__toogle-lang {
    padding-top: 0.3rem;
    min-width: 3.1rem;
  }
}

.site-header__toogle-lang--active + .site-header__lang-wrap {
  z-index: 10;
  opacity: 1;
}

.site-header__toogle-dropdown {
  padding: 1.4rem;
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1366px) {
  .site-header__toogle-dropdown {
    padding: 1.2rem;
    top: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .site-header__toogle-dropdown {
    padding: 0.5rem;
    top: 4rem;
  }
}

.site-header__toogle-dropdown:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.site-header__toogle-dropdown:not(:last-child) {
  margin-bottom: 0.8rem;
}

.site-header__lang-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 5.5rem;
  right: 0;
}

@media only screen and (max-width: 1366px) {
  .site-header__lang-wrap {
    top: 4.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .site-header__lang-wrap {
    top: 3.8rem;
  }
}

.site-footer {
  background-color: #242b36;
  color: #ffffff;
  overflow: hidden;
}

.site-footer__up {
  padding: 5.4rem 0 6.4rem 0;
  background-color: #242b36;
}

@media only screen and (max-width: 1500px) {
  .site-footer__up {
    padding: 4rem 0 4rem 0;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer__up {
    padding-bottom: 3.4rem;
  }
}

.site-footer__up .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .site-footer__up .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.site-footer__up .socials {
  margin-bottom: 2.1rem;
}

@media only screen and (max-width: 1500px) {
  .site-footer__up .socials {
    margin-bottom: 1.6rem;
  }
}

.site-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 2rem;
}

@media only screen and (max-width: 1024px) {
  .site-footer__container {
    margin-bottom: 3.2rem;
    padding-right: 0;
  }
}

.site-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 8rem;
}

@media only screen and (max-width: 1600px) {
  .site-footer__wrapper {
    margin-left: 1.5rem;
  }
}

@media only screen and (max-width: 1366px) {
  .site-footer__wrapper {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -2.6rem;
    margin-right: -2rem;
  }
}

.site-footer__wrapper .site-footer__container:not(:last-child) {
  margin-right: 5.5rem;
}

@media only screen and (max-width: 1600px) {
  .site-footer__wrapper .site-footer__container:not(:last-child) {
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer__wrapper .site-footer__container:not(:last-child) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer__wrapper .site-footer__container {
    margin-top: 2.6rem;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 2rem;
    width: 50%;
  }
}

.site-footer__socilas {
  padding-right: 2.7rem;
  margin-left: auto;
  min-width: 24rem;
}

@media only screen and (max-width: 1366px) {
  .site-footer__socilas {
    min-width: 18rem;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer__socilas {
    margin-left: 0;
    padding-top: 3rem;
    min-width: unset;
  }
}

.site-footer__logo {
  width: 18rem;
  height: 2.4rem;
  margin-bottom: 3.4rem;
}

@media only screen and (max-width: 1500px) {
  .site-footer__logo {
    width: 12rem;
    height: 1.5rem;
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer__logo {
    width: 14.9rem;
    height: 2rem;
    margin-bottom: 1.6rem;
  }
}

.site-footer__up-link {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1500px) {
  .site-footer__up-link {
    font-size: 1.4rem;
  }
}

.site-footer__up-link:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.site-footer__up-link:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 1500px) {
  .site-footer__up-link:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}

.site-footer__city {
  position: relative;
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 1500px) {
  .site-footer__city {
    padding-bottom: 0.8rem;
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer__city {
    margin-bottom: 0.8rem;
  }
}

.site-footer__city::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 0.1rem;
  bottom: 0;
  left: 0;
  background-color: #f68b1f;
}

.site-footer__text {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  white-space: nowrap;
}

@media only screen and (max-width: 1500px) {
  .site-footer__text {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer__text {
    white-space: normal;
  }
}

@media only screen and (max-width: 400px) {
  .site-footer__text {
    max-width: 15rem;
  }
}

.site-footer__tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer__flag {
  margin-right: 1rem;
  width: 2.2rem;
  height: 1.5rem;
}

@media only screen and (max-width: 1500px) {
  .site-footer__flag {
    margin-right: 0.8rem;
    width: 1.7rem;
    height: 1.1rem;
  }
}

.site-footer__tel {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}

@media only screen and (max-width: 1500px) {
  .site-footer__tel {
    font-size: 1.2rem;
  }
}

.site-footer__tel:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.site-footer__down {
  padding: 1.8rem 0 1.8rem 0;
  background-color: rgba(255, 255, 255, 0.06);
}

@media only screen and (max-width: 1500px) {
  .site-footer__down {
    padding: 1.1rem 0 1.1rem 0;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer__down {
    padding: 1.6rem 0 1.6rem 0;
  }
}

.site-footer__down .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .site-footer__down .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem 1.9rem;
  }
}

.site-footer__down a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.site-footer__down a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.site-footer__down-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15.5rem;
}

@media only screen and (max-width: 1600px) {
  .site-footer__down-logo-wrap {
    margin-right: 8rem;
  }
}

@media only screen and (max-width: 1366px) {
  .site-footer__down-logo-wrap {
    margin-right: 6.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer__down-logo-wrap {
    margin-right: 0;
    grid-column: 2/3;
  }
}

.site-footer-down__logo {
  margin-right: 0.8rem;
  width: 7.7rem;
  height: 1.6rem;
}

@media only screen and (max-width: 1500px) {
  .site-footer-down__logo {
    width: 6.2rem;
    height: 1.3rem;
  }
}

.site-footer__down-logo-text {
  color: #ffffff;
  width: 8.2rem;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.32;
}

.site-footer__down-text {
  color: #ffffff;
  font-size: 1.4rem;
  opacity: 0.32;
}

.site-footer__down-text:last-child {
  margin-left: auto;
  margin-right: 3rem;
}

@media only screen and (max-width: 1500px) {
  .site-footer__down-text:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer__down-text:last-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1500px) {
  .site-footer__down-text {
    font-size: 1.2rem;
  }
}

.site-footer__down--conf {
  margin-right: 8.8rem;
}

@media only screen and (max-width: 1600px) {
  .site-footer__down--conf {
    margin-right: 3.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer__down--conf {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer__down--pol {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

@media only screen and (max-width: 1500px) {
  .site-footer__down--group {
    min-width: 23.7rem;
  }
}

@media only screen and (max-width: 1366px) {
  .site-footer__down--group {
    min-width: unset;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer__down--group {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1366px) {
  .header-nav {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 3.2rem;
    z-index: -1;
    top: 8.1rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
  }
  .header-nav--active {
    z-index: 10;
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .header-nav {
    padding: 0 1.6rem;
    top: 5rem;
  }
}

.header-nav .dropdown-menu {
  top: 6rem;
}

.header-nav__item--dropdown {
  position: relative;
}

.header-nav__item--dropdown .header-nav__icon {
  margin: 0 0 0.3rem 0.3rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 0.6rem;
  height: 0.4rem;
}

.header-nav__item--active .header-nav__link {
  color: #f68b1f;
}

.header-nav__item--active .header-nav__icon {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  fill: #f68b1f;
}

.header-nav__item--active .dropdown-menu {
  z-index: 10;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: visible;
}

.header-nav__item:not(:last-child) {
  margin-right: 0.8rem;
}

@media only screen and (max-width: 1300px) {
  .header-nav__item:not(:last-child) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1366px) {
  .header-nav__item {
    border-bottom: 0.1rem solid #e7e7e7;
  }
  .header-nav__item:first-child .header-nav__link {
    padding-top: 2.4rem;
  }
  .header-nav__item--no-border {
    border-bottom: none;
  }
}

.header-nav__link {
  padding: 0.8rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-nav__link:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1366px) {
  .header-nav__link {
    display: block;
    padding: 1.6rem 0;
    line-height: 1;
  }
}

@media only screen and (max-width: 1366px) {
  .header-nav__hidden {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

@media only screen and (max-width: 767px) {
  .header-nav__button {
    margin-top: 1.6rem;
  }
}

.slider {
  position: relative;
}

.slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.7rem;
  margin-top: -0.7rem;
}

.slider .slick-dots li {
  margin-left: 0.7rem;
  margin-top: 0.7rem;
}

.slider .slick-dots li.slick-active button {
  background-color: #f68b1f;
  color: #ffffff;
}

.slider .slick-dots button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem;
  width: 4rem;
  height: 4rem;
  line-height: 1;
  color: #A6A6A6;
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.4rem;
  background-color: #ffffff;
}

@media only screen and (max-width: 1366px) {
  .slider .slick-dots button {
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
  }
}

.slider__new-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: calc(min(45.5rem, 33%));
  flex-basis: calc(min(45.5rem, 33%));
  height: auto;
}

@media only screen and (max-width: 1366px) {
  .slider__new-slide {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 32.8rem;
  }
}

.slider__new-slide-content {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.slider__new-slide.swiper-slide-active {
  border: none;
}

.slider__title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1.3rem;
}

@media only screen and (max-width: 1366px) {
  .slider__title {
    font-size: 2.3rem;
    margin-bottom: 0.8rem;
  }
}

.slider__text {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.8;
}

@media only screen and (max-width: 1024px) {
  .slider__text {
    font-size: 1.4rem;
  }
}

.slider__margin {
  margin: 0 -1.2rem;
}

@media only screen and (max-width: 1366px) {
  .slider__margin {
    margin: 0 -1rem;
  }
}

.slider__margin .slider__slide {
  margin: 0 1.2rem;
}

@media only screen and (max-width: 1366px) {
  .slider__margin .slider__slide {
    margin: 0 1rem;
  }
}

.slider__slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
}

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

.slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .slider__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    width: 100%;
  }
}

.slider__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 3.2rem;
}

.slider__count-number {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.24);
}

.slider__count-number--current {
  color: #ffffff;
}

.slider__count-number:not(:last-child) {
  margin-right: 0.5rem;
}

@media only screen and (max-width: 1366px) {
  .slider__count-number {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .slider__count-number {
    font-size: 1.4rem;
  }
}

.slider__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.slider__buttons .slick-disabled use {
  stroke: #787878;
}

.slider__button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1.4rem 2.4rem 1.4rem 1.2rem;
  border-width: 0.1rem 0.1rem 0.1rem 0;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 0 0.4rem 0.4rem 0;
  line-height: 1;
}

.slider__button::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: -0.1rem;
  background-color: #787878;
  left: 0;
}

.slider__button use {
  stroke: #ffffff;
}

.slider__button.slick-disabled {
  border-color: #787878;
}

@media only screen and (max-width: 1366px) {
  .slider__button {
    padding: 1.1rem 1.8rem 1.1rem 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .slider__button {
    padding: 0.447rem 0.474rem 0.447rem 0.593rem;
  }
}

@media only screen and (max-width: 767px) {
  .slider__button .slider__button-svg {
    width: 2.333rem;
    height: 1.167rem;
  }
}

.slider__button--prev {
  padding: 1.4rem 1.2rem 1.4rem 2.4rem;
  border-width: 0.1rem 0 0.1rem 0.1rem;
  border-radius: 0.4rem 0 0 0.4rem;
}

.slider__button--prev::after {
  right: 0;
  left: unset;
}

.slider__button--prev .slider__button-svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 1366px) {
  .slider__button--prev {
    padding: 1.1rem 1.2rem 1.1rem 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .slider__button--prev {
    padding: 0.5rem;
  }
}

.slider__button--gray {
  border-color: #e7e7e7;
}

.slider__button--gray::after {
  background-color: #e7e7e7;
}

.slider__button--gray use {
  stroke: #000000;
}

.slider__button--gray.slick-disabled {
  border-color: #e7e7e7;
}

.slider__button--gray.slick-disabled .slider__button-svg {
  opacity: 0.2;
}

.career-page .js-employee-rate-slider-mobile .slider__slide {
  margin-bottom: 1.5rem;
}

.career-page .js-employee-rate-slider-mobile .slider__slide {
  margin-bottom: 1.5rem;
}

.career-page .trends .slider .slick-dots {
  margin-bottom: 1.5rem;
}

.quiz__questions-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #f9f9f9;
  border-radius: 0.4rem;
}

@media only screen and (max-width: 1366px) {
  .quiz__questions-block {
    grid-template-columns: 56.3% 43.7%;
  }
}

@media only screen and (max-width: 1024px) {
  .quiz__questions-block {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .quiz__questions-block {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}

.quiz__questions-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 'title text' 'questions questions';
  padding: 8rem 6rem 8rem 6.2rem;
}

@media only screen and (max-width: 1600px) {
  .quiz__questions-container {
    display: block;
  }
}

@media only screen and (max-width: 1500px) {
  .quiz__questions-container {
    padding: 4.8rem 11% 4.8rem 4.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .quiz__questions-container {
    padding-right: 4.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .quiz__questions-container {
    padding: 4rem 1.6rem;
  }
}

.quiz__title {
  grid-area: title;
  margin: 0 2rem 0 0;
  font-size: 3.6rem;
  line-height: 1.15;
  font-weight: 400;
}

@media only screen and (max-width: 1600px) {
  .quiz__title {
    margin: 0 0 3.2rem 0;
  }
}

@media only screen and (max-width: 1366px) {
  .quiz__title {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .quiz__title {
    font-size: 2rem;
  }
}

.quiz__text {
  grid-area: text;
  max-width: 90%;
  margin-left: auto;
}

@media only screen and (max-width: 1600px) {
  .quiz__text {
    max-width: unset;
  }
}

.quiz__questions {
  grid-area: questions;
  margin-top: 8rem;
}

@media only screen and (max-width: 1366px) {
  .quiz__questions {
    margin-top: 4.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .quiz__questions {
    margin-top: 3.2rem;
  }
}

.quiz__questions-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.2rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #e7e7e7;
}

@media only screen and (max-width: 767px) {
  .quiz__questions-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2.4rem;
    padding-bottom: 1.6rem;
  }
}

.quiz__industry {
  font-size: 2.4rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .quiz__industry {
    font-size: 1.8rem;
  }
}

.quiz__qestion-number {
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.2;
}

@media only screen and (max-width: 767px) {
  .quiz__qestion-number {
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
  }
}

.quiz__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-bottom: -0.8rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.quiz__button {
  padding: 1.6rem 2.4rem;
  margin-left: 0.8rem;
  margin-bottom: 0.8rem;
  line-height: 1.2;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .quiz__button {
    padding: 1.6rem 2.1rem;
    width: auto;
  }
}

.quiz__button--active {
  background-color: #f68b1f;
  color: #ffffff;
  border: 0.1rem solid #f68b1f;
}

.quiz__button--active:hover {
  background-color: #f68b1f;
  color: #ffffff;
  border: 0.1rem solid #f68b1f;
}

.quiz__img-wrap {
  max-height: 70rem;
}

@media only screen and (max-width: 1366px) {
  .quiz__img-wrap {
    max-height: 60rem;
  }
}

@media only screen and (max-width: 1024px) {
  .quiz__img-wrap {
    display: none;
  }
}

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

.quiz-list {
  display: grid;
  padding: 1px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
}

@media only screen and (max-width: 1366px) {
  .quiz-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .quiz-list {
    grid-template-columns: 1fr;
  }
}

.quiz-list + .button {
  margin-top: 1.6rem;
}

.quiz-list--career .quiz-list__item {
  width: 33.33%;
}

@media only screen and (max-width: 1366px) {
  .quiz-list--career .quiz-list__item {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .quiz-list--career .quiz-list__item {
    width: 100%;
  }
}

.career-page .quiz-list--career .quiz-list__item {
  width: 100%;
}

@media only screen and (max-width: 1366px) {
  .career-page .quiz-list--career .quiz-list__item {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .career-page .quiz-list--career .quiz-list__item {
    width: 100%;
  }
}

.quiz-slider-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.6rem;
}

.quiz-slider-tabs > :not(:last-child) {
  margin-right: 0.8rem;
}

.quiz-slider-tabs__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.6rem 2.4rem;
  border-radius: 3.6rem;
  border: 1px solid #E7E7E7;
  background-color: #fff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  font-size: 1.6rem;
  line-height: 1.2;
}

.quiz-slider-tabs__btn.is-active {
  border-color: #F68B1F;
  background-color: #F68B1F;
  color: #fff;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .quiz-slider-tabs__btn {
    padding: 1.25rem 1.6rem;
  }
}

.quiz-list__item {
  margin-left: -0.1rem;
  margin-top: -0.1rem;
}

@media only screen and (max-width: 767px) {
  .quiz-list__item {
    width: 100%;
  }
  .quiz-list__item:first-child .quiz-list__link {
    border-radius: 1.2rem 1.2rem 0 0;
  }
  .quiz-list__item:last-child .quiz-list__link {
    border-radius: 0 0 1.2rem 1.2rem;
  }
}

.quiz-list__item--last {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: calc(50% - 0.1rem);
  border: 0.1rem solid #e7e7e7;
}

@media only screen and (max-width: 1500px) {
  .quiz-list__item--last {
    width: calc(100% - 0.1rem);
  }
}

@media only screen and (max-width: 767px) {
  .quiz-list__item--last {
    grid-template-columns: 1fr;
  }
}

.quiz-list__item--last:hover {
  border: 0.1rem solid #f68b1f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  cursor: default;
}

.quiz-list__item--last:hover .link-detail {
  opacity: 1;
}

.quiz-list__item--last .link-detail {
  opacity: 0;
}

.quiz-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 4rem 10.4rem 4rem 3.2rem;
  width: 100%;
  height: 100%;
  border: 0.1rem solid #e7e7e7;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.quiz-list__link:hover {
  border: 0.1rem solid #f68b1f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}

.quiz-list__link:hover .link-detail {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .quiz-list__link {
    padding: 2.4rem;
  }
}

.quiz-list__link--last {
  border-left: none;
}

@media only screen and (max-width: 767px) {
  .quiz-list__link--last {
    border-left: 0.1rem solid #e7e7e7;
  }
}

.quiz-list__link--last .tag {
  margin-right: 1rem;
}

.quiz-list__link--last .link-detail {
  opacity: 1;
}

.quiz-list__link .link-detail {
  margin-top: auto;
  opacity: 0;
}

.quiz-list__last-wrap {
  padding: 4rem 4rem 3.6rem 3.2rem;
}

@media only screen and (max-width: 767px) {
  .quiz-list__last-wrap {
    padding: 2.4rem;
  }
}

.quiz-list__last-wrap--last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .quiz-list__last-wrap--last {
    padding-top: 0;
  }
}

.quiz-list__container {
  max-width: 41.4rem;
}

.quiz-list__title {
  display: block;
  margin-bottom: 4.6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .quiz-list__title {
    font-size: 1.6rem;
    margin-bottom: 3.8rem;
    padding-right: 8.4rem;
  }
}

.quiz-list__img {
  width: 6rem;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .quiz-list__img {
    width: 4rem;
  }
}

.quiz-list__text {
  font-size: 1.4rem;
  line-height: 1.35;
  opacity: 0.64;
}

.quiz-list__wrapper {
  position: absolute;
  top: 4rem;
  right: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .quiz-list__wrapper {
    top: 2.4rem;
    right: 2.4rem;
  }
}

.career-page .quiz-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 4rem 4rem 7.2rem 3.2rem;
  width: 100%;
  border: 0.1rem solid #e7e7e7;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.career-page .quiz-list__link:hover {
  border: 0.1rem solid #f68b1f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}

.career-page .quiz-list__link:hover .link-detail {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .career-page .quiz-list__link {
    padding: 2.4rem;
  }
}

.career-page .quiz-list__link--last {
  border-left: none;
}

@media only screen and (max-width: 767px) {
  .career-page .quiz-list__link--last {
    border-left: 0.1rem solid #e7e7e7;
  }
}

.career-page .quiz-list__link--last .tag {
  margin-right: 1rem;
}

.career-page .quiz-list__link--last .link-detail {
  opacity: 1;
}

.career-page .quiz-list__link .link-detail {
  position: absolute;
  right: 50px;
  bottom: 30px;
  margin-top: auto;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .career-page .quiz-list__link .link-detail {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .career-page .quiz-list__item:first-child .quiz-list__link {
    border-radius: 8px 8px 0px 0px;
  }
}

@media only screen and (max-width: 768px) {
  .career-page .quiz-list__item.quiz-list__item:nth-child(3n) .quiz-list__link {
    border-radius: 0px 0px 8px 8px;
  }
}

@media only screen and (max-width: 768px) {
  .career-page .quiz-list__item:last-child .quiz-list__link {
    border-radius: 0px 0px 8px 8px;
  }
}

.career-page .quiz-list__img {
  min-width: 4.6rem;
  height: auto;
}

@media only screen and (max-width: 1920px) {
  .career-page .quiz-list__img {
    min-width: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .career-page .quiz-list__img {
    min-width: 3rem;
  }
}

.quiz__questions-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #f9f9f9;
  border-radius: 0.4rem;
}

@media only screen and (max-width: 1366px) {
  .quiz__questions-block {
    grid-template-columns: 56.3% 43.7%;
  }
}

@media only screen and (max-width: 1024px) {
  .quiz__questions-block {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .quiz__questions-block {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}

.quiz__questions-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 'title text' 'questions questions';
  padding: 8rem 6rem 8rem 6.2rem;
}

@media only screen and (max-width: 1600px) {
  .quiz__questions-container {
    display: block;
  }
}

@media only screen and (max-width: 1500px) {
  .quiz__questions-container {
    padding: 4.8rem 11% 4.8rem 4.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .quiz__questions-container {
    padding-right: 4.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .quiz__questions-container {
    padding: 4rem 1.6rem;
  }
}

.quiz__title {
  grid-area: title;
  margin: 0 2rem 0 0;
  font-size: 3.6rem;
  line-height: 1.15;
  font-weight: 400;
}

@media only screen and (max-width: 1600px) {
  .quiz__title {
    margin: 0 0 3.2rem 0;
  }
}

@media only screen and (max-width: 1366px) {
  .quiz__title {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .quiz__title {
    font-size: 2rem;
  }
}

.quiz__text {
  grid-area: text;
  max-width: 90%;
  margin-left: auto;
}

@media only screen and (max-width: 1600px) {
  .quiz__text {
    max-width: unset;
  }
}

.quiz__questions {
  grid-area: questions;
  margin-top: 8rem;
}

@media only screen and (max-width: 1366px) {
  .quiz__questions {
    margin-top: 4.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .quiz__questions {
    margin-top: 3.2rem;
  }
}

.quiz__questions-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.2rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #e7e7e7;
}

@media only screen and (max-width: 767px) {
  .quiz__questions-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2.4rem;
    padding-bottom: 1.6rem;
  }
}

.quiz__industry {
  font-size: 2.4rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .quiz__industry {
    font-size: 1.8rem;
  }
}

.quiz__qestion-number {
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.2;
}

@media only screen and (max-width: 767px) {
  .quiz__qestion-number {
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
  }
}

.quiz__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-bottom: -0.8rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.quiz__button {
  padding: 1.6rem 2.4rem;
  margin-left: 0.8rem;
  margin-bottom: 0.8rem;
  line-height: 1.2;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .quiz__button {
    padding: 1.6rem 2.1rem;
    width: auto;
  }
}

.quiz__button--active {
  background-color: #f68b1f;
  color: #ffffff;
  border: 0.1rem solid #f68b1f;
}

.quiz__button--active:hover {
  background-color: #f68b1f;
  color: #ffffff;
  border: 0.1rem solid #f68b1f;
}

.quiz__img-wrap {
  max-height: 70rem;
}

@media only screen and (max-width: 1366px) {
  .quiz__img-wrap {
    max-height: 60rem;
  }
}

@media only screen and (max-width: 1024px) {
  .quiz__img-wrap {
    display: none;
  }
}

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

.case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 5.2rem 4.8rem 4.8rem 4.8rem;
  width: 47.8rem;
  min-height: 44.6rem;
  background-color: #f9f9f9;
  border-radius: 0.8rem;
  border: 0.1rem solid #f9f9f9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.case:hover {
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 0.1rem solid #f68b1f;
}

.case:hover .tag__link {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 1920px) {
  .case {
    width: 24vw;
  }
}

@media only screen and (max-width: 1600px) {
  .case {
    padding: 2.4rem;
    min-height: 20.7vw;
  }
}

@media only screen and (max-width: 1200px) {
  .case {
    width: unset;
  }
}

@media only screen and (max-width: 767px) {
  .case {
    width: 85vw;
  }
}

.case .tag {
  margin-top: auto;
}

.case .tag__link {
  background-color: #ffffff;
}

.case.slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case__img-wrap {
  margin-bottom: 17%;
}

@media only screen and (max-width: 1600px) {
  .case__img-wrap {
    margin-bottom: 14%;
  }
}

.case__img {
  width: auto;
  margin: 0 auto;
}

.case__title {
  display: block;
  margin-bottom: 2.6rem;
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 2.6rem;
}

@media only screen and (max-width: 1600px) {
  .case__title {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
  }
}

.case__container {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1600px) {
  .case__container {
    margin-bottom: 1rem;
  }
}

.case__text {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1600px) {
  .case__text {
    font-size: 1.4rem;
  }
}

.scale .case {
  padding: 2.8vw 2.4vw 2.4vw 2.4vw;
  min-height: 24vw;
}

@media only screen and (max-width: 1600px) {
  .scale .case {
    padding: 2.4rem;
    min-height: 31.1rem;
  }
}

.scale .case__img-wrap {
  margin-bottom: 2vw;
}

@media only screen and (max-width: 1600px) {
  .scale .case__img-wrap {
    margin-bottom: 3.6rem;
  }
}

.scale .case__title {
  margin-bottom: 1.35vw;
  font-size: 2.5vw;
}

@media only screen and (max-width: 1600px) {
  .scale .case__title {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
  }
}

.experience {
  background: #f9f9f9;
  padding: 52px 0 67px 0;
}

@media (max-width: 768px) {
  .experience {
    padding: 40px 0;
  }
}

@media (max-width: 1199px) {
  .experience__container {
    padding-right: 0;
  }
}

.experience__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .experience__header {
    padding-right: 32px;
  }
}

@media (max-width: 768px) {
  .experience__header {
    padding-right: 16px;
  }
}

.experience__header .title {
  margin: 0;
  font-size: 48px;
}

@media (max-width: 998px) {
  .experience__header .title {
    font-size: 24px;
    line-height: 100%;
  }
}

@media (max-width: 1199px) {
  .experience__slider {
    padding-right: 32px;
  }
}

@media (max-width: 768px) {
  .experience__slider {
    padding-right: 16px;
  }
}

.experience__block {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 1199px) {
  .experience__block {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
  }
}

@media (max-width: 768px) {
  .experience__block {
    margin-top: 24px;
  }
}

.experience__buttons {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  height: 48px;
  width: 136px;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .experience__buttons {
    display: none;
  }
  .experience__buttons svg {
    stroke: #c1c0c0 !important;
  }
}

@media (max-width: 768px) {
  .experience__buttons {
    gap: 0px;
    width: 70px;
    height: 22.6px;
  }
  .experience__buttons svg {
    width: 23px;
    height: 11px;
  }
}

.experience__buttons svg {
  stroke: black;
  width: 32px;
}

.experience__button-next, .experience__button-prev {
  border: none;
}

.experience .swiper-button-disabled svg {
  stroke: #c1c0c0;
}

.experience-card {
  background-color: #f68b1f;
  color: #ffffff;
  border-radius: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 29%;
  flex: 0 1 29%;
  padding: 26px 24px;
  min-height: 480px;
  height: auto;
}

@media (max-width: 1399px) {
  .experience-card {
    -webkit-box-flex: 32%;
    -ms-flex: 32%;
    flex: 32%;
    padding: 21px 16px;
  }
}

@media (max-width: 1199px) {
  .experience-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 327px;
    flex: 0 0 327px;
    border-radius: 0px;
  }
}

.experience-card__big {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 48%;
  flex: 1 0 48%;
  position: relative;
}

@media (max-width: 1199px) {
  .experience-card__big {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 327px;
    flex: 0 0 327px;
  }
}

.experience-card__first {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-74.1%, rgba(0, 0, 0, 0)), color-stop(96.34%, rgba(0, 0, 0, 0.6))), url(/assets/img/experience/1.jpeg) no-repeat center/cover;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) -74.1%, rgba(0, 0, 0, 0.6) 96.34%), url(/assets/img/experience/1.jpeg) no-repeat center/cover;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -74.1%, rgba(0, 0, 0, 0.6) 96.34%), url(/assets/img/experience/1.jpeg) no-repeat center/cover;
}

.experience-card__second {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-74.1%, rgba(0, 0, 0, 0)), color-stop(96.34%, rgba(0, 0, 0, 0.6))), url(/assets/img/experience/2.jpeg) no-repeat center/cover;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) -74.1%, rgba(0, 0, 0, 0.6) 96.34%), url(/assets/img/experience/2.jpeg) no-repeat center/cover;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -74.1%, rgba(0, 0, 0, 0.6) 96.34%), url(/assets/img/experience/2.jpeg) no-repeat center/cover;
}

.experience-card__br {
  max-width: 230px;
}

.experience-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  line-height: 130%;
  font-size: 15px;
  min-height: 52px;
}

@media (max-width: 1399px) {
  .experience-card__top {
    gap: 6px;
    font-size: 14px;
  }
}

.experience-card__number {
  font-size: 40px;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 1399px) {
  .experience-card__number {
    font-size: 32px;
  }
}

.experience-card h4 {
  margin: 0;
  font-weight: 500;
  line-height: 1.3;
  font-size: 32px;
}

@media (max-width: 1599px) {
  .experience-card h4 {
    font-size: 28px;
  }
}

@media (max-width: 1449px) {
  .experience-card h4 {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .experience-card h4 {
    font-size: 24px;
  }
}

.experience-card__bottom {
  margin-top: 120px;
}

@media (max-width: 1199px) {
  .experience-card__bottom {
    margin-top: 168px;
  }
}

.experience-card__bottom p {
  padding-top: 16px;
  margin-top: 24px;
  border-top: 1px solid #FFFFFF29;
}

@media (max-width: 1199px) {
  .experience-card__bottom p {
    font-size: 14px;
    line-height: 158%;
    margin-top: 20px;
    padding-top: 24px;
  }
}

.experience-card__center {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  background: url(/assets/img/experience/bg1.png) no-repeat top/cover;
}

@media (max-width: 1399px) {
  .experience-card__center {
    -webkit-box-flex: 32%;
    -ms-flex: 32%;
    flex: 32%;
  }
}

@media (max-width: 1199px) {
  .experience-card__center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 327px;
    flex: 0 0 327px;
  }
}

.experience-card:last-child {
  background: url(/assets/img/experience/bg2.png) no-repeat top/cover;
}

.awards {
  position: relative;
  padding: 12rem 0 13.4rem 0;
  margin-bottom: 12rem;
}

.awards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/assets/img/awards/bg.png");
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 1500px) {
  .awards {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .awards {
    padding-top: 4.2rem;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}

.awards .main__head-container {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 1366px) {
  .awards .main__head-container {
    margin-bottom: 0;
  }
}

.awards .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.awards__main {
  position: relative;
}

.awards__main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  top: 21.7rem;
  left: 0;
  right: 0;
  background-color: #d3d7dc;
}

@media only screen and (max-width: 1366px) {
  .awards__main::before {
    top: 15.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .awards__main::before {
    top: 15rem;
  }
}

.awards__dates {
  margin-left: 0.2rem;
  top: 0;
  line-height: 1;
  font-size: 1.4rem;
}

.awards__slide {
  position: relative;
  padding: 8.4rem 4rem 0 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.awards__slide:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.awards__slide:hover .awards__link {
  color: #000000;
}

.awards__slide:hover .awards__link:hover {
  color: #f68b1f;
}

.awards__slide:hover .awards__link:hover::after {
  opacity: 1;
  -webkit-transform: translateX(1rem) rotate(180deg);
  -ms-transform: translateX(1rem) rotate(180deg);
  transform: translateX(1rem) rotate(180deg);
}

@media only screen and (max-width: 1366px) {
  .awards__slide:hover .awards__link:hover::after {
    -webkit-transform: translateX(0.6rem) rotate(180deg);
    -ms-transform: translateX(0.6rem) rotate(180deg);
    transform: translateX(0.6rem) rotate(180deg);
  }
}

.awards__slide:hover .awards__title {
  opacity: 1;
  -webkit-transform: scale(2.55) translate(1.3rem, -0.5rem);
  -ms-transform: scale(2.55) translate(1.3rem, -0.5rem);
  transform: scale(2.55) translate(1.3rem, -0.5rem);
}

@media only screen and (max-width: 1366px) {
  .awards__slide:hover .awards__title {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    opacity: 0.4;
  }
}

.awards__slide:hover .awards__circle::before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 1366px) {
  .awards__slide:hover .awards__circle::before {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}

.awards__slide:hover .awards__circle::after {
  opacity: 1;
}

@media only screen and (max-width: 1600px) {
  .awards__slide {
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .awards__slide {
    padding-top: 9rem;
    width: 65vw;
  }
}

@media only screen and (max-width: 576px) {
  .awards__slide {
    width: calc(100vw - 3.2rem);
  }
}

.awards__slide.slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 1366px) {
  .awards__slide.slick-current .awards__title {
    -webkit-transform: scale(1.8) translate(1.3rem, -0.5rem);
    -ms-transform: scale(1.8) translate(1.3rem, -0.5rem);
    transform: scale(1.8) translate(1.3rem, -0.5rem);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .awards__slide.slick-current .awards__title {
    -webkit-transform: scale(1.6) translate(1.3rem, -0.5rem);
    -ms-transform: scale(1.6) translate(1.3rem, -0.5rem);
    transform: scale(1.6) translate(1.3rem, -0.5rem);
  }
}

.awards__title {
  position: absolute;
  top: 6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1500px) {
  .awards__title {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .awards__title {
    font-size: 1.6rem;
  }
}

.awards__circle {
  position: relative;
  padding-top: 3.5rem;
  margin-bottom: 5rem;
}

.awards__circle::before, .awards__circle::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.awards__circle::before {
  width: 0.9rem;
  height: 0.9rem;
  bottom: -0.5rem;
  left: 2rem;
  background-color: #f68b1f;
}

@media only screen and (max-width: 1366px) {
  .awards__circle::before {
    width: 1.2rem;
    height: 1.2rem;
    bottom: -0.8rem;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .awards__circle::before {
    bottom: -1.2rem;
  }
}

.awards__circle::after {
  width: 3.3rem;
  height: 3.3rem;
  left: 0.8rem;
  top: 1.9rem;
  border: 0.1rem solid #f68b1f;
  opacity: 0;
}

@media only screen and (max-width: 1366px) {
  .awards__circle::after {
    width: 2.2rem;
    height: 2.2rem;
    left: 1.5rem;
    top: 1.8rem;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .awards__circle::after {
    top: 2.5rem;
  }
}

@media only screen and (max-width: 1366px) {
  .awards__circle {
    padding-top: 2.7rem;
    margin-bottom: 2.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .awards__circle {
    padding-top: 3rem;
    margin-bottom: 3.5rem;
  }
}

.awards__link {
  position: relative;
  padding-right: 2.7rem;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #999999;
}

.awards__link::after {
  content: "";
  background: url(/assets/img/awards/plus.svg) center/contain;
  position: relative;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: -1.6rem;
  opacity: 0;
  -webkit-transform-origin: 50% 1rem;
  -ms-transform-origin: 50% 1rem;
  transform-origin: 50% 1rem;
  vertical-align: text-top;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .awards__link::after {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: -1.2rem;
    -webkit-transform-origin: 50% 0.8rem;
    -ms-transform-origin: 50% 0.8rem;
    transform-origin: 50% 0.8rem;
  }
}

.awards__link:not(:last-child) {
  margin-bottom: 0.8rem;
}

@media only screen and (max-width: 767px) {
  .awards__link:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}

@media only screen and (max-width: 1500px) {
  .awards__link {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1366px) {
  .awards__link {
    color: #000000;
  }
}

@media only screen and (max-width: 767px) {
  .awards__link {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .trends--slider-mobile .trends__item.slider__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.trends--slider-mobile .trends__item.slider__slide:not(:last-child) {
  margin-bottom: 8.8rem;
}

@media only screen and (max-width: 1500px) {
  .trends--slider-mobile .trends__item.slider__slide:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 1500px) {
  .trends--slider-mobile .trends__item.slider__slide:not(:last-child) {
    margin-bottom: 0;
  }
}

.trends--slider-mobile .trends__container:nth-child(even) {
  padding-top: 0;
}

.trends--slider-mobile .trends__container:nth-child(odd) {
  padding-bottom: 0;
}

@media only screen and (max-width: 1500px) {
  .trends--tab-v2 .trends__container {
    padding: 0 0 2rem 2rem;
  }
}

@media only screen and (max-width: 1500px) {
  .trends--tab-v2 .trends__container {
    padding: 0;
  }
}

.trends .slick-track {
  display: block;
}

.trends__info {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 1500px) {
  .trends__info {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
}

.trends__info-date:not(:last-child)::after {
  content: ' / ';
}

.trends__info-author {
  opacity: .5;
}

.trends__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

@media only screen and (max-width: 1500px) {
  .trends__item {
    grid-template-columns: 1fr 1.3fr;
  }
}

@media only screen and (max-width: 767px) {
  .trends__item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.trends__item .link-detail {
  width: 132px;
  text-align: center;
  padding: 14px 24px 14px 24px;
  border-radius: 4px;
  border: 1px solid #D7D7D7;
}

@media only screen and (max-width: 767px) {
  .trends__item .link-detail {
    font-size: 1.4rem;
    width: 100%;
  }
}

.trends__item.slider__slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 5.6rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1500px) {
  .trends__item.slider__slide {
    row-gap: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .trends__item.slider__slide {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.trends__item-grid {
  gap: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trends__item-grid .trends__img-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  max-width: 44.6rem;
  min-height: 33.4rem;
}

.trends__item-grid .trends__container {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 41.4rem;
  width: 100%;
}

.trends__item-grid .trends__title {
  line-height: 1.35;
  margin-bottom: 1.6rem;
}

.trends__item-grid .trends__text {
  line-height: 1.5;
  margin-bottom: 1.8rem;
}

.trends__item-grid .link-detail {
  margin-top: auto;
}

.trends__img-wrap {
  max-height: 55rem;
}

.trends__img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 0.4rem;
  width: 100%;
}

.trends__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4rem 10.6% 4rem;
}

@media only screen and (max-width: 767px) {
  .trends__container {
    padding: 1.6rem 0 0;
  }
}

.trends__title {
  margin-bottom: 1.8rem;
  font-size: 3.2rem;
}

@media only screen and (max-width: 1500px) {
  .trends__title {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
}

.trends__text {
  margin-bottom: 4.8rem;
  max-width: 48rem;
  font-size: 1.8rem;
  opacity: 0.4;
}

@media only screen and (max-width: 1500px) {
  .trends__text {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
}

.trends__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-top: 2rem;
  width: 100%;
}

.trends__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.trends__list-item:not(:last-child) {
  margin-right: 22%;
}

.trends__list-text {
  margin-bottom: 1.2rem;
  line-height: 1;
  font-size: 4.8rem;
}

.trends__list-text-small {
  font-size: 1.4rem;
  color: #999999;
}

.career-page .trends__item .link-detail {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .career-page .trends__item .link-detail {
    font-size: 1.2rem;
  }
}

.career-page .trends__item .link-detail:hover {
  opacity: 0.6;
}

.career-page .trends__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.career-page .slider .trends__container {
  padding-bottom: 120px;
}

@media only screen and (max-width: 1500px) {
  .career-page .slider .trends__container {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1500px) {
  .career-page .slider .trends__container {
    padding-bottom: 80px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .career-page .slider .trends__container {
    padding-bottom: 0;
    padding-left: 0;
  }
}

.career-page .trends__title {
  font-size: 64px;
  line-height: 110%;
}

@media only screen and (max-width: 1920px) {
  .career-page .trends__title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1500px) {
  .career-page .trends__title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .career-page .trends__title {
    font-size: 24px;
  }
}

.career-page .trends__text {
  max-width: 80%;
  padding-bottom: 15px;
  overflow: unset;
}

@media only screen and (max-width: 1500px) {
  .career-page .trends__text {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1101px) {
  .career-page .trends__text {
    padding-bottom: 2rem;
  }
}

.career-page .trends__list {
  padding-top: 0;
}

@media only screen and (max-width: 1500px) {
  .career-page .trends__list {
    padding-top: 40px;
  }
}

.career-page .trends__img-wrap {
  max-height: unset;
}

@media only screen and (max-width: 1100px) {
  .career-page .trends__img-wrap {
    max-height: 220px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 25px;
  }
}

.career-page .trends__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10rem;
}

@media only screen and (max-width: 1100px) {
  .career-page .trends__item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.career-page .slider .trends__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10rem;
}

@media only screen and (max-width: 1500px) {
  .career-page .slider .trends__item {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .career-page .slider .trends__item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.career-page .slider .trends__img-wrap {
  max-height: unset;
}

@media only screen and (max-width: 1100px) {
  .career-page .slider .trends__img-wrap {
    max-height: unset;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    margin-top: 0;
  }
}

.career-page .trends__list-text {
  margin-bottom: 1.2rem;
  font-size: 64px;
  line-height: 110%;
}

@media only screen and (max-width: 1920px) {
  .career-page .trends__list-text {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1500px) {
  .career-page .trends__list-text {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .career-page .trends__list-text {
    font-size: 24px;
  }
}

.career-page .trends__list-text-small {
  font-size: 1.45rem;
  color: #999999;
}

.team {
  padding-top: 6rem;
  padding-bottom: 3.2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-74.1%, rgba(0, 0, 0, 0)), color-stop(96.34%, rgba(0, 0, 0, 0.6))), url("/assets/img/team/bg.jpg") no-repeat center/cover;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) -74.1%, rgba(0, 0, 0, 0.6) 96.34%), url("/assets/img/team/bg.jpg") no-repeat center/cover;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -74.1%, rgba(0, 0, 0, 0.6) 96.34%), url("/assets/img/team/bg.jpg") no-repeat center/cover;
}

@media only screen and (max-width: 1024px) {
  .team {
    padding-top: 3.2rem;
    padding-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .team {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 525px) {
  .team {
    background-position: calc(50% - -67vw) center;
  }
}

.team .main__slider-wrapper {
  padding: 0;
  margin-bottom: 11rem;
  gap: 2.4rem;
}

@media only screen and (max-width: 1366px) {
  .team .main__slider-wrapper {
    margin-bottom: 4.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .team .main__slider-wrapper {
    margin-bottom: 1.6rem;
  }
}

.team .container {
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 1366px) {
  .team .title {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .team .title {
    font-size: 2.4rem;
  }
}

.team .subtitle {
  font-size: 2.4rem;
  line-height: 1.35;
  max-width: 64rem;
}

@media only screen and (max-width: 1366px) {
  .team .subtitle {
    font-size: 1.8rem;
    max-width: 53.2rem;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 767px) {
  .team .subtitle {
    font-size: 1.4rem;
    padding-right: 3.2rem;
  }
}

.team .swiper-button-disabled {
  border-color: #787878;
}

.team .slider__button {
  -webkit-transition: border-color .2s ease;
  -o-transition: border-color .2s ease;
  transition: border-color .2s ease;
}

.team .slider__slide p {
  font-size: 2rem;
  line-height: 1.5;
  max-width: 26rem;
}

@media only screen and (max-width: 1366px) {
  .team .slider__slide p {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .team .slider__slide p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .team .slider__button {
    padding: 1.25rem 0.695rem 1.25rem 0.45rem;
  }
}

.team .slider__button-svg {
  width: 3.2rem;
  height: 1.6rem;
  stroke: #ffffff;
}

@media only screen and (max-width: 767px) {
  .team .slider__button-svg {
    width: 2.333rem;
    height: 1.167rem;
  }
}

.team .slider__slideHead {
  margin-bottom: 0.8rem;
}

@media only screen and (max-width: 1366px) {
  .team .slider__slideHead {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .team .slider__slideHead {
    margin-bottom: 2.6rem;
  }
}

.team .slider__slideImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  height: 4.8rem;
  max-width: 100%;
  margin-bottom: 3.4rem;
}

@media only screen and (max-width: 1366px) {
  .team .slider__slideImage {
    height: 4rem;
    margin-bottom: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .team .slider__slideImage {
    height: 3.2rem;
    margin-bottom: 0.8rem;
  }
}

.team .slider__slideImage > * {
  max-height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.team .slider__slideText {
  display: block;
  font-size: 4.8rem;
  line-height: 1.3;
  word-break: break-word;
}

@media only screen and (max-width: 1366px) {
  .team .slider__slideText {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .team .slider__slideText {
    font-size: 2.4rem;
  }
}

.team .slider__container {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: auto;
}

.team .slider__buttons {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .team .slider__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.6rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }
}

.team .slider__buttons._hide {
  pointer-events: none;
  opacity: 0;
}

.team__our {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 14.5em;
}

@media only screen and (max-width: 1024px) {
  .team__our {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 3.2rem;
  }
}

.team__our-item {
  max-width: 78em;
}

@media only screen and (max-width: 1024px) {
  .team__our-item {
    max-width: 60rem;
  }
}

.team__our-item:not(:last-child) {
  margin-right: 3.2em;
}

@media only screen and (max-width: 1024px) {
  .team__our-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 4rem;
  }
}

.team__our-title {
  font-size: 4.8em;
  line-height: 1;
  margin: 0 0 2.6rem;
}

@media only screen and (max-width: 1024px) {
  .team__our-title {
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
  }
}

.team__our-text {
  line-height: 1.5;
  font-size: 2.6em;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .team__our-text {
    font-size: 1.4rem;
  }
}

.team__info {
  font-size: calc(100vw / 1920 * 10);
}

.team__info .swiper-slide-active {
  border-left: 0.1rem solid #d7d7d7;
}

.team__info .swiper {
  margin-bottom: 11rem;
}

@media only screen and (max-width: 1366px) {
  .team__info .swiper {
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .team__info .swiper {
    margin-bottom: 4rem;
  }
}

.team__info .slider__slide {
  padding: 2.8rem 3.2rem 3.2rem 3.1rem;
  min-height: 25.4rem;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: .1rem solid #D7D7D7;
}

@media only screen and (max-width: 1366px) {
  .team__info .slider__slide {
    padding-bottom: 1.5rem;
    padding: 2.4rem 2.4rem 2.4rem 2.3rem;
    min-height: 16.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .team__info .slider__slide {
    width: 34.3rem;
    min-height: 15.5rem;
    padding: 0 1.6rem;
  }
}

.team__partners {
  margin-top: 12rem;
}

@media only screen and (max-width: 1366px) {
  .team__partners {
    margin-top: 5.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .team__partners {
    margin-top: 4rem;
  }
}

.team__partners .title {
  margin-bottom: 0;
}

.team__partners .main__slider-wrapper {
  margin-bottom: 4.2rem;
  gap: 1.6rem;
}

@media only screen and (max-width: 1366px) {
  .team__partners .main__slider-wrapper {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .team__partners .main__slider-wrapper {
    margin-bottom: 1.6rem;
  }
}

.team__partners .swiper {
  height: calc(8.2rem * 2 + 1.4rem);
  margin: 0 -0.9rem;
}

@media only screen and (max-width: 1366px) {
  .team__partners .swiper {
    height: calc(4.7rem * 2 + .9rem);
    margin: 0 -0.45rem;
  }
}

@media only screen and (max-width: 767px) {
  .team__partners .swiper {
    height: calc(6.3rem * 2 + .9rem);
  }
}

.team__partners .swiper-slide {
  padding: 0 0.8rem;
  width: calc(19rem + 1.6rem);
  height: 8.2rem;
}

.team__partners .swiper-slide:nth-child(2n + 1) {
  margin-bottom: 1.4rem;
}

@media only screen and (max-width: 1366px) {
  .team__partners .swiper-slide:nth-child(2n + 1) {
    margin-bottom: 0.9rem;
  }
}

@media only screen and (max-width: 1366px) {
  .team__partners .swiper-slide {
    width: calc(11rem + .9rem);
    height: 4.7rem;
    border-radius: .2rem;
    padding: 0 0.45rem;
  }
}

@media only screen and (max-width: 767px) {
  .team__partners .swiper-slide {
    width: calc(10.8rem + .9rem);
    height: 6.3rem;
  }
}

.team__partners-link {
  height: 100%;
  border: 0.0659rem solid rgba(231, 231, 231, 0.6);
  border-radius: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1366px) {
  .team__partners-link {
    border-width: .0384894rem;
  }
}

.team__partners-link img {
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 1366px) {
  .team__partners-link img {
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
}

.clients .slider {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}

@media only screen and (max-width: 1366px) {
  .clients .slider {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media only screen and (max-width: 767px) {
  .clients .slider {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

@media only screen and (max-width: 1500px) {
  .clients .slider__buttons {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .clients .slider__buttons {
    margin-bottom: 2.4rem;
  }
}

.clients__item {
  margin: 0 1.2rem;
}

@media only screen and (max-width: 1366px) {
  .clients__item {
    margin: 0 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .clients__item {
    margin: 0 0.5rem;
  }
}

.clents_description {
  margin-bottom: 120px;
  max-width: 52% !important;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 115%;
  text-align: left;
  margin-left: inherit;
}

.clents_description__orange {
  color: #F68B1F;
}

@media only screen and (max-width: 1366px) {
  .clents_description {
    max-width: 73% !important;
    margin-bottom: 56px;
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .clents_description {
    max-width: 100% !important;
    margin-bottom: 40px;
    font-size: 20px;
  }
}

.clients__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.5rem;
  height: 16.8rem;
  border: 0.1rem solid #e7e7e7;
  background-color: #ffffff;
  border-radius: 0.4rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.clients__link:not(:last-child) {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 1366px) {
  .clients__link:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .clients__link:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 1366px) {
  .clients__link {
    padding: 2rem;
    height: 6.1rem;
  }
}

@media only screen and (max-width: 500px) {
  .clients__link {
    padding: 1rem;
  }
}

.clients__img {
  max-height: 7rem;
}

@media only screen and (max-width: 1366px) {
  .clients__img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 500px) {
  .clients__img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.contact-us {
  position: relative;
  padding: 5.8rem 0;
  z-index: 1;
  overflow: hidden;
  background: #000000;
}

@media only screen and (max-width: 1024px) {
  .contact-us {
    padding: 2.4rem 0;
  }
}

.contact-us .input--error .input__field {
  background-color: #fff;
}

.contact-us .two-columns {
  grid-column: span 2;
}

@media only screen and (max-width: 767px) {
  .contact-us .two-columns {
    grid-column: auto;
  }
}

.contact-us__submit {
  background-color: #FBFBFC;
  border: 1px solid #000;
  max-width: 23.6rem;
  width: 100%;
  margin-right: 2rem;
  color: #000;
}

.contact-us__submit:hover {
  border-color: #E7E7E7;
  background-color: #E7E7E7;
}

@media only screen and (max-width: 767px) {
  .contact-us__submit {
    margin-right: 0;
    margin-bottom: 0.8rem;
    max-width: none;
  }
}

.contact-us__text {
  color: #FBFBFC;
  max-width: 64rem;
  margin-top: -0.4rem;
  padding-bottom: 0.4rem;
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .contact-us__text {
    margin-top: 0;
    padding-bottom: 1.4rem;
  }
}

.cotact-us__container {
  display: grid;
  grid-template-columns: 1.1fr .736fr;
  gap: 2.4rem;
}

@media only screen and (max-width: 1024px) {
  .cotact-us__container {
    grid-template-columns: 1fr;
  }
}

.cotact-us__container .title {
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 83rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 1366px) {
  .cotact-us__container .title {
    font-size: 5.6rem;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .cotact-us__container .title {
    font-size: 4rem;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cotact-us__container .title {
    font-size: 2.4rem;
    max-width: 80%;
    margin-bottom: 0;
  }
}

.cotact-us__container .subtitle {
  max-width: 54.8rem;
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 1.3;
  color: #000000;
}

@media only screen and (max-width: 1366px) {
  .cotact-us__container .subtitle {
    max-width: 100%;
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
    line-height: 1.35;
  }
}

@media only screen and (max-width: 767px) {
  .cotact-us__container .subtitle {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.contact-us__numbers-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  margin-bottom: 8.7rem;
}

@media only screen and (max-width: 1366px) {
  .contact-us__numbers-list {
    margin-bottom: 2.6rem;
    gap: 0.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-us__numbers-list {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 550px) {
  .contact-us__numbers-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem 0.8rem;
    max-width: 22.5rem;
  }
}

.contact-us__numbers-item .contact-map__offices-head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 1.6rem;
}

.contact-us__numbers-item .contact-map__offices-logo {
  margin-right: 0;
  margin-bottom: 0.8rem;
}

@media only screen and (max-width: 1780px) {
  .contact-us__numbers-item .contact-map__offices-logo {
    font-size: 1.2rem;
    line-height: 1.15;
  }
}

@media only screen and (max-width: 1500px) {
  .contact-us__numbers-item .contact-map__offices-logo {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1500px) {
  .contact-us__numbers-item .contact-map__offices-title {
    display: none;
  }
}

.contact-us__numbers-address {
  display: block;
  color: #000000;
  opacity: .4;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media only screen and (max-width: 1366px) {
  .contact-us__numbers-address {
    font-size: 1.2rem;
  }
}

.contact-us__numbers-address span {
  display: block;
}

@media only screen and (max-width: 1500px) {
  .contact-us__numbers-address span {
    display: none;
  }
}

.contact-us__subtitle {
  display: block;
  margin-bottom: 3.2rem;
  font-size: 2rem;
  line-height: 1.4;
}

@media only screen and (max-width: 1366px) {
  .contact-us__subtitle {
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
    line-height: 1.35;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-us__subtitle {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.contact-us__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .contact-us__form {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}

.contact-us__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .contact-us__agree {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.contact-us__agree .agree {
  color: black;
}

@media only screen and (max-width: 1366px) {
  .contact-us__agree .agree {
    font-size: 1.2rem;
  }
}

.contact-us__agree .agree__link {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .contact-us__agree .agree__link {
    display: inline-block;
  }
}

.contact-us__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.contact-us__map {
  z-index: 0;
}

@media only screen and (max-width: 1023.98px) {
  .contact-us__map {
    display: none;
  }
}

.contact-us__map canvas,
.contact-us__map .ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.career .title {
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 1366px) {
  .career .title {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career .title {
    margin-bottom: 1.6rem;
  }
}

.career .button {
  height: 5.6rem;
  min-width: 19.4rem;
  margin: auto;
}

@media only screen and (max-width: 1366px) {
  .career .button {
    height: 4.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career .button {
    max-width: 15rem;
  }
}

.career .career_button {
  background-color: #F68B1F;
  color: white;
}

.career__block {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.career__block--left .career__img:nth-child(1), .career__block--left .career__img:nth-child(3) {
  top: -0.4rem;
}

.career__block--left .career__img:nth-child(1) {
  width: 9.8rem;
}

.career__block--left .career__img:nth-child(2) {
  bottom: -0.4rem;
  left: 2rem;
  width: 14.1rem;
}

.career__block--left .career__img:nth-child(3) {
  left: 23rem;
  width: 14.1rem;
}

.career__block--left .career__img:nth-child(4) {
  bottom: 4rem;
  left: 30rem;
  width: 12.1rem;
}

.career__block--left .career__img:nth-child(5) {
  top: 15rem;
  left: 50rem;
  width: 14.9rem;
}

@media only screen and (max-width: 1800px) {
  .career__block--left .career__img:nth-child(1) {
    left: 1vw;
    width: 4.7vw;
  }
  .career__block--left .career__img:nth-child(2) {
    left: 1vw;
    width: 7vw;
  }
  .career__block--left .career__img:nth-child(3) {
    width: 6.9vw;
    left: 10vw;
  }
  .career__block--left .career__img:nth-child(4) {
    left: 13vw;
    width: 6vw;
  }
  .career__block--left .career__img:nth-child(5) {
    left: 24vw;
    width: 7.6vw;
  }
}

@media only screen and (max-width: 1366px) {
  .career__block--left .career__img:nth-child(1) {
    left: -3.2rem;
    top: 4.6rem;
  }
  .career__block--left .career__img:nth-child(2) {
    bottom: 4.6rem;
    left: -2rem;
  }
  .career__block--left .career__img:nth-child(3) {
    top: 0;
  }
  .career__block--left .career__img:nth-child(4) {
    left: 11vw;
    bottom: 3rem;
  }
  .career__block--left .career__img:nth-child(5) {
    top: 11rem;
    left: 22vw;
  }
}

@media only screen and (max-width: 1024px) {
  .career__block--left .career__img:nth-child(1), .career__block--left .career__img:nth-child(2) {
    display: none;
  }
  .career__block--left .career__img:nth-child(3) {
    width: 7.3rem;
    left: -3.5rem;
  }
  .career__block--left .career__img:nth-child(4) {
    width: 6.3rem;
    left: -0.5rem;
    bottom: 2rem;
  }
  .career__block--left .career__img:nth-child(5) {
    width: 6.8rem;
    left: 75vw;
    top: -2rem;
  }
}

.career__block--right .career__img:nth-child(1) {
  left: 5rem;
  top: 4rem;
  width: 10.8rem;
}

.career__block--right .career__img:nth-child(2), .career__block--right .career__img:nth-child(4) {
  bottom: -0.4rem;
}

.career__block--right .career__img:nth-child(2) {
  left: 10rem;
  width: 12.3rem;
}

.career__block--right .career__img:nth-child(3) {
  top: 6rem;
  left: 30rem;
  width: 15.3rem;
}

.career__block--right .career__img:nth-child(4) {
  left: 47rem;
  width: 13rem;
}

.career__block--right .career__img:nth-child(5) {
  top: -0.4rem;
  left: 56rem;
  width: 10.8rem;
}

.career__block--right .career__img:nth-child(6) {
  right: -3.2rem;
  top: 19rem;
  width: 7rem;
}

@media only screen and (max-width: 1800px) {
  .career__block--right .career__img:nth-child(1) {
    left: 1.5vw;
    width: 6vw;
  }
  .career__block--right .career__img:nth-child(2) {
    left: 5.5vw;
    width: 7vw;
  }
  .career__block--right .career__img:nth-child(3) {
    left: 14vw;
    width: 8.5vw;
  }
  .career__block--right .career__img:nth-child(4) {
    left: 19vw;
    width: 7.5vw;
  }
  .career__block--right .career__img:nth-child(5) {
    left: 26vw;
    width: 6vw;
  }
  .career__block--right .career__img:nth-child(6) {
    width: 4.5vw;
  }
}

@media only screen and (max-width: 1366px) {
  .career__block--right .career__img:nth-child(1) {
    left: -0.5vw;
    top: 2rem;
  }
  .career__block--right .career__img:nth-child(2) {
    left: 2vw;
    bottom: 3rem;
  }
  .career__block--right .career__img:nth-child(3) {
    left: 10vw;
    top: 7rem;
  }
  .career__block--right .career__img:nth-child(4) {
    bottom: 1.6rem;
    left: 17vw;
  }
  .career__block--right .career__img:nth-child(5) {
    left: 24vw;
  }
  .career__block--right .career__img:nth-child(6) {
    top: 12rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career__block--right .career__img:nth-child(1), .career__block--right .career__img:nth-child(4), .career__block--right .career__img:nth-child(6) {
    display: none;
  }
  .career__block--right .career__img:nth-child(3) {
    display: none;
  }
  .career__block--right .career__img:nth-child(2) {
    width: 8rem;
    right: -2.7rem;
    left: unset;
    bottom: -0.4rem;
  }
}

@media only screen and (max-width: 650px) {
  .career__block--right .career__img:nth-child(3), .career__block--right .career__img:nth-child(5) {
    display: none;
  }
}

.career__img {
  position: absolute;
  max-height: 22rem;
  max-width: unset;
  border-radius: 0.4rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.career__container {
  padding: 13rem 2.8rem 12.4rem 2.8rem;
  max-width: 45rem;
  text-align: center;
}

@media only screen and (max-width: 1366px) {
  .career__container {
    padding-top: 8rem;
    padding-bottom: 8rem;
    max-width: 40rem;
  }
}

.career__text {
  margin-bottom: 5.6rem;
  font-size: 1.8rem;
  line-height: 1.3;
  opacity: 0.4;
}

@media only screen and (max-width: 1366px) {
  .career__text {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career__text {
    margin-bottom: 2.2rem;
    font-size: 1.4rem;
  }
}

.company-description {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 5.6rem;
  border-top: 0.1rem solid #e7e7e7;
}

.company-description:not(:last-child) {
  margin-bottom: 9.5rem;
}

@media only screen and (max-width: 1500px) {
  .company-description:not(:last-child) {
    margin-bottom: 5.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .company-description:not(:last-child) {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .company-description {
    grid-template-columns: 1fr;
    padding-top: 2.4rem;
  }
}

.company-description__text {
  margin-right: 2rem;
  max-width: 47rem;
  font-size: 2rem;
  font-weight: 500;
}

@media only screen and (max-width: 1366px) {
  .company-description__text {
    max-width: 38.5rem;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .company-description__text {
    margin-bottom: 3.2rem;
    max-width: unset;
    font-size: 1.6rem;
  }
}

.company-description__item {
  margin-bottom: 2.7rem;
  font-size: 4.8rem;
  line-height: 1;
}

@media only screen and (max-width: 1500px) {
  .company-description__item {
    margin-bottom: 1.6rem;
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .company-description__item {
    font-size: 2.4rem;
  }
}

.expirience__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8.2rem;
  -webkit-column-gap: 14rem;
  -moz-column-gap: 14rem;
  column-gap: 14rem;
  padding-bottom: 9.4rem;
}

@media only screen and (max-width: 1500px) {
  .expirience__container {
    -webkit-column-gap: 11rem;
    -moz-column-gap: 11rem;
    column-gap: 11rem;
  }
}

@media only screen and (max-width: 1366px) {
  .expirience__container {
    gap: 3.2rem;
    padding-bottom: 3.9rem;
  }
}

@media only screen and (max-width: 1024px) {
  .expirience__container {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding-bottom: 3.9rem;
  }
}

@media only screen and (max-width: 1024px) {
  .expirience__container .exp-list {
    grid-row: 2/3;
    margin-bottom: 0.8rem;
  }
}

.expirience__text-big {
  font-size: 2.4rem;
  line-height: 1.35;
}

@media only screen and (max-width: 1500px) {
  .expirience__text-big {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .expirience__text-big {
    font-size: 1.8rem;
  }
}

.expirience__text-small {
  max-width: 67rem;
}

@media only screen and (max-width: 1366px) {
  .expirience__text-small {
    font-size: 1.4rem;
  }
}

.expirience__text-middle {
  padding: 4rem 10rem 4rem 4.8rem;
  background-color: #f9f9f9;
  font-size: 1.8rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #e7e7e7;
}

@media only screen and (max-width: 1500px) {
  .expirience__text-middle {
    padding: 3.2rem 4.8rem 3.2rem 3.2rem;
  }
}

@media only screen and (max-width: 1366px) {
  .expirience__text-middle {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .expirience__text-middle {
    padding: 2.4rem 3.2rem;
    line-height: 1.35;
  }
}

.expirience__competence-wrap {
  padding: 6.2rem 0;
  background: #f9f9f9;
}

@media only screen and (max-width: 1366px) {
  .expirience__competence-wrap {
    padding: 4rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .expirience__competence-wrap {
    padding: 2.4rem 0;
  }
}

.expirience__competence-wrap .title--sm {
  font-size: 4.8rem;
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 1024px) {
  .expirience__competence-wrap .title--sm {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}

.expirience__desc {
  line-height: 24px;
}

.expirience__desc span {
  color: #f68b1f;
}

.expirience__row {
  margin: 32px 0 42px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.expirience__row span {
  color: #f68b1f;
}

@media only screen and (max-width: 1024px) {
  .expirience__row {
    margin: 2.4rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

.expirience__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

@media only screen and (max-width: 1366px) {
  .expirience__column {
    gap: 16px;
  }
}

.expirience__column-item {
  max-width: 718px;
  padding-left: 19px;
  position: relative;
  line-height: 150%;
}

.expirience__column-item::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 9px;
  background-color: #f59c00;
}

.expirience__competence-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

@media only screen and (max-width: 1366px) {
  .expirience__competence-list {
    gap: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .expirience__competence-list {
    gap: 8px;
  }
}

.expirience__competence-item {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.9%;
  flex: 0 0 23.9%;
  font-size: 20px;
  height: 173px;
  padding: 2.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1699px) {
  .expirience__competence-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}

@media only screen and (max-width: 1366px) {
  .expirience__competence-item {
    padding: 1.6rem 1.2rem;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .expirience__competence-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
}

@media only screen and (max-width: 767px) {
  .expirience__competence-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 120px;
  }
}

.expirience__competence-item span {
  margin-top: auto;
  display: inline-block;
}

.expirience__competence-item::after {
  content: "";
  position: absolute;
  background: url(/local/templates/teamidea2022/markup/build/assets/css/../../assets/img/plus.svg) top left/contain no-repeat;
  height: 24px;
  width: 24px;
  top: 25px;
  left: 25px;
}

@media only screen and (max-width: 1366px) {
  .expirience__competence-item::after {
    top: 1.6rem;
    left: 1.2rem;
  }
}

.expirience__competence-item-text {
  color: #999999;
}

.command__description {
  padding-right: 3rem;
}

@media only screen and (max-width: 1366px) {
  .command__description {
    padding-right: 0;
  }
}

.command__upper {
  display: grid;
  grid-template-columns: 42% 58%;
  padding: 8.8rem 0 7.2rem 0;
  border-bottom: 0.1rem solid #d7d7d7;
}

@media only screen and (max-width: 1366px) {
  .command__upper {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding-top: 3.2rem;
    padding-bottom: 4.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .command__upper {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}

.command__upper .title {
  margin-top: 3.8rem;
}

@media only screen and (max-width: 1500px) {
  .command__upper .title {
    margin-top: 0;
  }
}

.command__upper .button {
  margin-top: 7.2rem;
}

@media only screen and (max-width: 1366px) {
  .command__upper .button {
    margin-top: 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .command__upper .button {
    margin-top: 2.4rem;
  }
}

.command__description-text {
  max-width: 60.5rem;
  font-size: 2.4rem;
  line-height: 1.35;
}

@media only screen and (max-width: 1500px) {
  .command__description-text {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .command__description-text {
    max-width: unset;
    font-size: 1.8rem;
  }
}

.command__description-text--small {
  font-size: 1.8rem;
  line-height: 1.55;
}

@media only screen and (max-width: 1500px) {
  .command__description-text--small {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .command__description-text--small {
    max-width: unset;
    font-size: 1.4rem;
  }
}

.command__quote {
  padding: 6.1rem 4.7rem 6.1rem 7rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  border: 0.1rem solid #e7e7e7;
}

@media only screen and (max-width: 1500px) {
  .command__quote {
    padding: 3.2rem 2.4rem 3.2rem 3.2rem;
  }
}

@media only screen and (max-width: 1366px) {
  .command__quote {
    background-color: unset;
  }
}

@media only screen and (max-width: 1024px) {
  .command__quote {
    padding: 2.4rem;
    background-color: #ffffff;
  }
}

.command__quote-img {
  margin-right: 4.8rem;
  width: 11.7rem;
  height: 11.7rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

@media only screen and (max-width: 1366px) {
  .command__quote-img {
    margin-right: 1.6rem;
    width: 6rem;
    height: 6rem;
  }
}

.command__quote-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1366px) {
  .command__quote-wrap {
    margin-bottom: 1.3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .command__quote-wrap {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 1366px) {
  .command__quote-wrap span {
    font-size: 1.2rem;
  }
}

.command__quote-name {
  display: block;
  margin-bottom: 0.8rem;
  margin-top: 0.8rem;
  font-weight: 600;
}

@media only screen and (max-width: 1366px) {
  .command__quote-name {
    margin-top: 0;
  }
}

.command__quote-text {
  position: relative;
  margin-left: 16.5rem;
  margin-top: -2.6rem;
  padding-top: 4rem;
  z-index: 1;
  line-height: 1.7;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1500px) {
  .command__quote-text {
    font-size: 1.6rem;
    padding-top: 2rem;
  }
}

@media only screen and (max-width: 1366px) {
  .command__quote-text {
    margin-left: 0;
    margin-top: 0;
    padding-top: 1rem;
    font-size: 1.4rem;
  }
}

.command__quote-text::before {
  content: "";
  position: absolute;
  width: 7.7rem;
  height: 7rem;
  left: -2rem;
  top: 0;
  z-index: -1;
  background: url("/local/templates/teamidea2022/markup/build/assets/img/command/quotes.svg") no-repeat;
}

@media only screen and (max-width: 1366px) {
  .command__quote-text::before {
    -webkit-transform: scale(0.52);
    -ms-transform: scale(0.52);
    transform: scale(0.52);
    top: -1.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .command__quote-text::before {
    left: -2.5rem;
  }
}

.command__down {
  display: grid;
  grid-template-columns: 55.3% 44.7%;
  padding: 7.2rem 0 12rem 0;
}

@media only screen and (max-width: 1500px) {
  .command__down {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 4rem 0 5.6rem 0;
  }
}

@media only screen and (max-width: 1024px) {
  .command__down {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    padding: 3.2rem 0 3.2rem 0;
  }
}

.command__down .command__description-text + .command__description-text {
  margin-top: 3.2rem;
}

.command__down .button {
  margin-top: 4.8rem;
}

@media only screen and (max-width: 1366px) {
  .command__down .button {
    margin-top: 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .command__down .button {
    margin-top: 2.4rem;
  }
}

@media only screen and (max-width: 1366px) {
  .staff:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}

.staff .staff-quote {
  margin-top: 12rem;
  grid-template-columns: 42% 58%;
}

@media only screen and (max-width: 1366px) {
  .staff .staff-quote {
    margin-top: 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .staff .staff-quote {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .staff .staff-quote {
    grid-template-columns: 1fr;
  }
}

.staff .staff-quote__wrap {
  -ms-flex-item-align: start;
  align-self: start;
  margin-top: 1rem;
}

@media only screen and (max-width: 1366px) {
  .staff .staff-quote__wrap {
    margin-top: 0;
  }
}

.staff__wrap {
  display: grid;
  grid-template-columns: 55.3% 44.7%;
  min-height: 37.5rem;
  margin-bottom: 10.4rem;
}

@media only screen and (max-width: 1500px) {
  .staff__wrap {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
    min-height: 31rem;
  }
}

@media only screen and (max-width: 1024px) {
  .staff__wrap {
    grid-template-columns: 1fr;
    min-height: unset;
    gap: 3.2rem;
  }
}

.staff__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.staff__container .staff__description-text {
  max-width: 71.6rem;
  margin-right: 2rem;
}

@media only screen and (max-width: 1366px) {
  .staff__container .staff__description-text {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .staff__container .staff__description-text {
    max-width: unset;
    margin-bottom: 2.4rem;
  }
}

.staff__container .staff__description-text--small {
  max-width: 62.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1366px) {
  .staff__container .staff__description-text--small {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .staff__container .staff__description-text--small {
    max-width: unset;
    margin-top: 0;
  }
}

.staff__description-text {
  font-size: 2.4rem;
  line-height: 1.35;
}

@media only screen and (max-width: 1500px) {
  .staff__description-text {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .staff__description-text {
    font-size: 1.8rem;
  }
}

.staff__description-text--small {
  font-size: 1.8rem;
  line-height: 1.55;
}

@media only screen and (max-width: 1500px) {
  .staff__description-text--small {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .staff__description-text--small {
    font-size: 1.4rem;
  }
}

.staff__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .staff__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.staff__wrapper .staff__description-text {
  max-width: 62.6rem;
  margin-right: 2rem;
}

.staff__wrapper .staff__description-text:not(:last-child) {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1366px) {
  .staff__wrapper .staff__description-text {
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .staff__wrapper .staff__description-text {
    max-width: unset;
  }
  .staff__wrapper .staff__description-text:not(:last-child) {
    margin-top: 3.2rem;
    margin-bottom: 0;
  }
}

.staff__wrapper .list-block__item {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 1366px) {
  .staff__wrapper .list-block__item {
    background-color: #ffffff;
  }
}

.staff__faces-item:nth-child(n + 5) {
  display: none;
}

.staff__faces {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}

@media only screen and (max-width: 1366px) {
  .staff__faces {
    gap: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .staff__faces {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 1.3rem;
  }
}

.staff__faces-link {
  margin: 6.4rem auto 12rem auto;
}

@media only screen and (max-width: 1366px) {
  .staff__faces-link {
    margin: 5.2rem auto 5.6rem auto;
  }
}

@media only screen and (max-width: 1024px) {
  .staff__faces-link {
    margin: 3.2rem auto 4rem auto;
  }
}

.staff__faces-img-wrap {
  height: 49rem;
  overflow: hidden;
  border-radius: 0.8rem;
}

@media only screen and (max-width: 1920px) {
  .staff__faces-img-wrap {
    height: 25.5vw;
  }
}

@media only screen and (max-width: 1366px) {
  .staff__faces-img-wrap {
    height: 21.5vw;
    -o-object-position: top;
    object-position: top;
  }
}

@media only screen and (max-width: 767px) {
  .staff__faces-img-wrap {
    height: 48.5vw;
  }
}

.staff__faces-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.8rem;
}

@media only screen and (max-width: 1366px) {
  .staff__faces-img {
    -o-object-position: top;
    object-position: top;
  }
}

.staff__faces-text {
  margin-top: 1.6rem;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1366px) {
  .staff__faces-text {
    font-size: 1.2rem;
  }
  .staff__faces-text:last-child {
    margin-top: 0.8rem;
  }
}

.work-principle__item {
  display: grid;
  grid-template-columns: 46% 54%;
  padding: 5.5rem 15.5rem 5.6rem 0;
  border-top: 0.1rem solid #e7e7e7;
}

@media only screen and (max-width: 1500px) {
  .work-principle__item {
    grid-template-columns: 42% 58%;
    padding: 3.2rem 0 3.2rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .work-principle__item {
    grid-template-columns: 42% 58%;
    padding: 2.4rem 0 2.4rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .work-principle__item {
    grid-template-columns: 1fr;
  }
}

.work-principle__text {
  margin-right: 2rem;
  font-size: 1.8rem;
  line-height: 1.7;
  text-transform: uppercase;
  font-weight: 600;
}

@media only screen and (max-width: 1366px) {
  .work-principle__text {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .work-principle__text {
    margin-bottom: 1.6rem;
    margin-right: 0;
    font-size: 1.2rem;
  }
}

.work-principle__text-small {
  font-size: 1.8rem;
}

@media only screen and (max-width: 1366px) {
  .work-principle__text-small {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .work-principle__text-small {
    font-size: 1.4rem;
  }
}

.press-center {
  padding: 13.9rem 0 13.9rem 0;
  background: url("/local/templates/teamidea2022/markup/build/assets/img/press-center/bg.jpg") no-repeat bottom;
  background-size: cover;
}

@media only screen and (max-width: 1366px) {
  .press-center {
    padding: 8rem 0 8rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .press-center {
    padding: 9.6rem 0 9.6rem 0;
    background: url("/local/templates/teamidea2022/markup/build/assets/img/press-center/bg-mob.jpg") no-repeat;
    background-size: cover;
  }
}

.press-center .title {
  margin-bottom: 3.2rem;
  color: #ffffff;
}

@media only screen and (max-width: 1500px) {
  .press-center .title {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .press-center .title {
    margin-bottom: 1.6rem;
  }
}

.press-center .button {
  margin-top: 5.6rem;
  color: #ffffff;
  min-width: 19.4rem;
}

@media only screen and (max-width: 1500px) {
  .press-center .button {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 1366px) {
  .press-center .button {
    margin-top: 4rem;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .press-center .button {
    width: 15.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .press-center .button {
    margin-top: 3.2rem;
  }
}

.press-center__text {
  font-size: 1.8rem;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .press-center__text {
    font-size: 1.4rem;
  }
}

.case-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  gap: 2.4rem;
}

@media only screen and (max-width: 1366px) {
  .case-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .case-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  .case-list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.case-list--grid-2 {
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 767px) {
  .case-list--grid-2 {
    grid-template-columns: 1fr;
  }
}

.case-list--grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 1366px) {
  .case-list--grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .case-list--grid-3 {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 1366px) {
  .case-list--vacancy {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 1024px) {
  .case-list--vacancy {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .case-list--vacancy {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.case-list--vacancy .case-list__link {
  padding: 4rem 3.2rem;
  min-height: 17rem;
}

@media only screen and (max-width: 1366px) {
  .case-list--vacancy .case-list__link {
    padding: 2.4rem;
    min-height: 12.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .case-list--vacancy .case-list__link {
    min-height: 10rem;
  }
}

.case-list--vacancy .case-list__title {
  font-size: 1.8rem;
  font-weight: 700;
  max-width: 85%;
}

@media only screen and (max-width: 1366px) {
  .case-list--vacancy .case-list__title {
    font-size: 1.6rem;
  }
}

.case-list .tag__link {
  background-color: #ffffff;
}

.case-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.case-list-client__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 2.4rem;
  min-height: 25.8rem;
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.4rem;
  background-color: #f9f9f9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1366px) {
  .case-list-client__link {
    min-height: 18.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .case-list-client__link {
    min-height: 20rem;
  }
}

.case-list-client__link--small {
  min-height: 17.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4.8rem;
}

@media only screen and (max-width: 1500px) {
  .case-list-client__link--small {
    padding: 2.4rem;
    min-height: 12.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .case-list-client__link--small {
    min-height: 14rem;
  }
}

.case-list-client__link--small .case-list__title {
  margin-bottom: 0;
  font-size: 4rem;
}

@media only screen and (max-width: 1366px) {
  .case-list-client__link--small .case-list__title {
    font-size: 2.4rem;
  }
}

.case-list-client__link--small .case-list__description {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1366px) {
  .case-list-client__link--small .case-list__description {
    margin-bottom: 1.6rem;
    font-size: 1.2rem;
  }
}

.case-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 2.4rem;
  min-height: 25.8rem;
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.4rem;
  background-color: #f9f9f9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1366px) {
  .case-list__link {
    min-height: 18.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .case-list__link {
    min-height: 20rem;
  }
}

.case-list__link:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-color: #f68b1f;
  background-color: #ffffff;
}

.case-list__link:hover .tag__link {
  background-color: #f9f9f9;
}

.case-list__link:hover::before, .case-list__link:hover::after {
  background-color: #f68b1f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.case-list__link::before, .case-list__link::after {
  content: "";
  position: absolute;
  background-color: #000000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.case-list__link::before {
  right: 3.2rem;
  width: 1.7rem;
  height: 0.1rem;
  top: 4.5rem;
}

@media only screen and (max-width: 767px) {
  .case-list__link::before {
    right: 2.4rem;
  }
}

.case-list__link::after {
  width: 0.1rem;
  height: 1.7rem;
  right: 4rem;
  top: 3.7rem;
}

@media only screen and (max-width: 767px) {
  .case-list__link::after {
    right: 3.2rem;
  }
}

.case-list__link--small {
  min-height: 17.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4.8rem;
}

@media only screen and (max-width: 1500px) {
  .case-list__link--small {
    padding: 2.4rem;
    min-height: 12.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .case-list__link--small {
    min-height: 14rem;
  }
}

.case-list__link--small .case-list__title {
  margin-bottom: 0;
  font-size: 4rem;
}

@media only screen and (max-width: 1366px) {
  .case-list__link--small .case-list__title {
    font-size: 2.4rem;
  }
}

.case-list__link--small .case-list__description {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1366px) {
  .case-list__link--small .case-list__description {
    margin-bottom: 1.6rem;
    font-size: 1.2rem;
  }
}

.case-list__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-bottom: 2.4rem;
}

.case-list__img {
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto 0;
  max-height: 100%;
  -o-object-position: left;
  object-position: left;
}

.case-list__container {
  margin-bottom: 0.5rem;
  width: 85%;
}

.case-list__title {
  display: block;
  line-height: 1;
  margin-bottom: 1.6rem;
  font-size: 2rem;
}

@media only screen and (max-width: 1366px) {
  .case-list__title {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .case-list__title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 1366px) {
  .case-list__description {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .case-list__description {
    font-size: 1.4rem;
  }
}

.details .tag__link {
  font-size: 1.2rem;
}

@media only screen and (max-width: 1366px) {
  .details .tag__link {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .details .tag__link {
    font-size: 1.2rem;
  }
}

.details .details__tag,
.details .video,
.details .list-block {
  margin-bottom: 4.8rem;
}

@media only screen and (max-width: 1500px) {
  .details .details__tag {
    margin-bottom: 3.6rem;
  }
  .details .video,
  .details .list-block {
    margin-bottom: 3.6rem;
  }
}

@media only screen and (max-width: 1366px) {
  .details .details__tag {
    margin-bottom: 3.2rem;
  }
  .details .video,
  .details .list-block {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .details .details__tag {
    margin-bottom: 2.4rem;
  }
}

.details .list-plus {
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 1366px) {
  .details .list-plus {
    margin-bottom: 5.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .details .list-plus {
    margin-bottom: 4rem;
  }
}

.details__titie-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1366px) {
  .details__titie-wrap {
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .details__titie-wrap {
    margin-bottom: 0.8rem;
  }
}

.details__titie-wrap .title {
  margin-bottom: 0;
}

@media only screen and (max-width: 1366px) {
  .details__titie-wrap .title {
    font-size: 5.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .details__titie-wrap .title {
    font-size: 3.8rem;
  }
}

.details__img {
  margin-left: 2rem;
}

@media only screen and (max-width: 1366px) {
  .details__img {
    margin-left: 1rem;
  }
}

.details__text {
  margin-bottom: 4.8rem;
  font-size: 2.4rem;
}

@media only screen and (max-width: 1500px) {
  .details__text {
    margin-bottom: 3.6rem;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1366px) {
  .details__text {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .details__text {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
}

.details__text:last-child {
  margin-bottom: 0;
}

.details__text--middle {
  font-size: 1.8rem;
}

@media only screen and (max-width: 1366px) {
  .details__text--middle {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .details__text--middle {
    font-weight: 500;
    font-size: 1.6rem;
  }
}

.details__text--small {
  font-size: 1.6rem;
  line-height: 1.7;
}

@media only screen and (max-width: 1366px) {
  .details__text--small {
    font-size: 1.4rem;
  }
}

.details__img-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.6rem;
}

@media only screen and (max-width: 767px) {
  .details__img-text-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.details__img-text-container img {
  margin-left: 0;
  margin-right: 2rem;
}

@media only screen and (max-width: 767px) {
  .details__img-text-container img {
    margin-right: 0;
    margin-bottom: 3.2rem;
    width: 100%;
  }
}

.details__img-text-container i {
  text-align: right;
  display: block;
}

.details__container:not(:last-child) {
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 1500px) {
  .details__container:not(:last-child) {
    margin-bottom: 5.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .details__container:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}

.details__title-sm {
  margin-top: 0;
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  font-weight: 400;
}

@media only screen and (max-width: 1366px) {
  .details__title-sm {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .details__title-sm {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
}

.filter {
  padding: 4rem;
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.4rem;
  background-color: #ffffff;
}

@media only screen and (max-width: 1366px) {
  .filter {
    padding: 2.4rem 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .filter {
    padding: 0 1.6rem 2.4rem 1.6rem;
    width: 100%;
    border: none;
    border-radius: 0;
    overflow: auto;
  }
}

.filter .filter__button {
  margin-top: 4.8rem;
}

.filter__mobile-container {
  position: relative;
  padding: 1.7rem 0 1.7rem 0;
  margin-bottom: 3.2rem;
  text-align: center;
}

.filter__mobile-container::after {
  content: '';
  position: absolute;
  width: 100vw;
  bottom: 0;
  height: 0.1rem;
  left: -1.6rem;
  background-color: #e7e7e7;
}

.filter__mobile-container .modal__close-button {
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}

.filter__title {
  margin-top: 0;
  margin-bottom: 3.2rem;
  font-size: 2rem;
}

@media only screen and (max-width: 1366px) {
  .filter__title {
    font-size: 1.6rem;
    margin-bottom: 1.9rem;
  }
}

.filter__container:not(:last-of-type) {
  margin-bottom: 4.8rem;
}

@media only screen and (max-width: 1366px) {
  .filter__container:not(:last-of-type) {
    margin-bottom: 1.9rem;
  }
}

.filter__inputs-list {
  display: grid;
  gap: 1.5rem;
}

@media only screen and (max-width: 1366px) {
  .filter__inputs-list {
    gap: 1.8rem;
  }
}

.block-for-transp-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 23.2rem 0 10.8rem 0;
  min-height: 79rem;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 1500px) {
  .block-for-transp-header {
    padding: 15.8rem 0 7.7rem 0;
    min-height: 59.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .block-for-transp-header {
    padding: 8.9rem 0 4rem 0;
    min-height: 47.4rem;
  }
}

.block-for-transp-header::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.46%, rgba(16, 35, 74, 0.16)), color-stop(18.49%, rgba(16, 35, 74, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(16, 35, 74, 0)), to(rgba(16, 35, 74, 0.8)));
  background-image: -o-linear-gradient(top, rgba(16, 35, 74, 0.16) 1.46%, rgba(16, 35, 74, 0) 18.49%), -o-linear-gradient(top, rgba(16, 35, 74, 0) 50%, rgba(16, 35, 74, 0.8) 100%);
  background-image: linear-gradient(180deg, rgba(16, 35, 74, 0.16) 1.46%, rgba(16, 35, 74, 0) 18.49%), linear-gradient(180deg, rgba(16, 35, 74, 0) 50%, rgba(16, 35, 74, 0.8) 100%);
}

.solutions-detail .block-for-transp-header {
  padding-top: 30.2rem;
}

@media only screen and (max-width: 1366px) {
  .solutions-detail .block-for-transp-header {
    padding: 16rem 0;
    min-height: 0;
  }
}

.solutions-detail .block-for-transp-header::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), -webkit-gradient(linear, left top, left bottom, color-stop(74.19%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, color-stop(1.46%, rgba(0, 0, 0, 0.16)), color-stop(18.49%, rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), -o-linear-gradient(top, rgba(0, 0, 0, 0) 74.19%, rgba(0, 0, 0, 0.5) 100%), -o-linear-gradient(top, rgba(0, 0, 0, 0.16) 1.46%, rgba(0, 0, 0, 0) 18.49%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(0, 0, 0, 0) 74.19%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.16) 1.46%, rgba(0, 0, 0, 0) 18.49%);
}

.solutions-detail .block-for-transp-header .title:last-child {
  margin-bottom: 0;
}

.block-for-transp-header__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.block-for-transp-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  z-index: 1;
}

.block-for-transp-header .crumbs {
  margin-bottom: 2.3rem;
}

.block-for-transp-header .title {
  max-width: 144rem;
  color: #ffffff;
}

.block-for-transp-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-for-transp-header__attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  font-size: 1.8rem;
  color: #ffffff;
}

@media only screen and (max-width: 1366px) {
  .block-for-transp-header__attention {
    font-size: 1.2rem;
  }
}

.block-for-transp-header__attention img {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.6rem;
}

@media only screen and (max-width: 1366px) {
  .block-for-transp-header__attention img {
    width: 1.8rem;
    height: 1.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .career-page .block-for-transp-header .title {
    margin-bottom: auto;
  }
}

.contact-map {
  position: relative;
  background: url("/assets/img/contacts/bg.svg") no-repeat;
  background-position-x: center;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .contact-map .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact-map .slider__button.swiper-button-disabled use {
  stroke: #787878;
}

.contact-map.section:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: 12rem;
}

@media only screen and (max-width: 1500px) {
  .contact-map.section:not(:last-child) {
    padding-bottom: 5.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact-map.section:not(:last-child) {
    padding-bottom: 4rem;
  }
}

.contact-map--v2 .contact-map__address {
  margin-top: 4rem;
}

.contact-map__map {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1023.98px) {
  .contact-map__map {
    width: 177%;
    margin-left: -18%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-map__map {
    width: 188%;
    margin-left: -22%;
  }
}

.contact-map__pin {
  position: absolute;
  z-index: 1;
  width: 3.2rem;
  height: 4.3rem;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@media only screen and (max-width: 1366px) {
  .contact-map__pin {
    width: 1.6rem;
    height: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact-map__pin {
    width: 1.1rem;
    height: 1.5rem;
  }
}

.contact-map__pin--active {
  -webkit-transform: scale(1.68);
  -ms-transform: scale(1.68);
  transform: scale(1.68);
}

@media only screen and (max-width: 1366px) {
  .contact-map__pin--active {
    -webkit-transform: scale(1.8125);
    -ms-transform: scale(1.8125);
    transform: scale(1.8125);
  }
}

@media only screen and (max-width: 767px) {
  .contact-map__pin--active {
    -webkit-transform: scale(1.753);
    -ms-transform: scale(1.753);
    transform: scale(1.753);
  }
}

.contact-map__pin--active.contact-map__transform {
  -webkit-transform: translateX(-100%) scale(1.68);
  -ms-transform: translateX(-100%) scale(1.68);
  transform: translateX(-100%) scale(1.68);
}

@media only screen and (max-width: 1366px) {
  .contact-map__pin--active.contact-map__transform {
    -webkit-transform: translateX(-100%) scale(1.8125);
    -ms-transform: translateX(-100%) scale(1.8125);
    transform: translateX(-100%) scale(1.8125);
  }
}

@media only screen and (max-width: 767px) {
  .contact-map__pin--active.contact-map__transform {
    -webkit-transform: translateX(-300%) scale(1.753);
    -ms-transform: translateX(-300%) scale(1.753);
    transform: translateX(-300%) scale(1.753);
  }
}

.contact-map__transform {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media only screen and (max-width: 767px) {
  .contact-map__transform {
    -webkit-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}

.contact-map__country {
  fill: #c8c9c9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contact-map__country--active {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  fill: #000000;
}

.contact-map__address {
  margin-top: 12rem;
}

@media only screen and (max-width: 1366px) {
  .contact-map__address {
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-map__address {
    margin-top: 5rem;
  }
}

.contact-map__offices-item {
  padding: 3.1rem 3.1rem 3.9rem 3.1rem;
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.8rem;
  background-color: #f9f9f9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 44.6rem;
  height: auto;
}

@media only screen and (max-width: 1366px) {
  .contact-map__offices-item {
    padding: 3.1rem 2.3rem;
    width: 30.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact-map__offices-item {
    width: 100%;
  }
  .contact-map__offices-item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.contact-map__offices-item:hover {
  border: 0.1rem solid #f68b1f;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.contact-map__offices-item--active {
  border: 0.1rem solid #f68b1f;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contact-map__addressHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 4.8rem;
}

@media only screen and (max-width: 1366px) {
  .contact-map__addressHead {
    margin-bottom: 2.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact-map__addressHead {
    margin-bottom: 2.4rem;
  }
}

.contact-map__addressHead .title {
  margin-bottom: 0;
}

.contact-map__addressHead .slider__buttons {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.contact-map__addressHead .slider__buttons._hide {
  opacity: 0;
  pointer-events: none;
}

.contact-map__offices-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 1366px) {
  .contact-map__offices-head {
    margin-bottom: 1.2rem;
  }
}

.contact-map__offices-logo {
  border: 0.1rem solid #e7e7e7;
  padding: 0.7rem;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1.15;
  display: block;
  margin-right: 0.8rem;
  color: #f68b1f;
  border-radius: .8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1366px) {
  .contact-map__offices-logo {
    font-size: 1.4rem;
  }
}

.contact-map__offices-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}

@media only screen and (max-width: 1366px) {
  .contact-map__offices-title {
    font-size: 1.2rem;
  }
}

.contact-map__offices-place {
  font-weight: 400;
  display: block;
  margin-bottom: 4.8rem;
  font-size: 2.4rem;
  line-height: 1;
  color: #000000;
}

@media only screen and (max-width: 1366px) {
  .contact-map__offices-place {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
  }
}

.contact-map__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-map__text-wrap:not(:last-child) {
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 1366px) {
  .contact-map__text-wrap:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

.contact-map__icon {
  margin-right: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
}

@media only screen and (max-width: 1366px) {
  .contact-map__icon {
    margin-right: 1.2rem;
    width: 2rem;
    height: 2rem;
  }
}

.contact-map__offices-text {
  font-size: 1.8rem;
  line-height: 1.4;
}

@media only screen and (max-width: 1500px) {
  .contact-map__offices-text {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact-map__offices-text {
    font-size: 1.4rem;
  }
}

.search .modal__wrapper {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: auto;
}

.search .modal__close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: static;
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.4rem;
}

@media only screen and (max-width: 1366px) {
  .search .modal__close-button {
    width: 4rem;
    height: 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .search .modal__close-button {
    width: 3rem;
    height: 3rem;
  }
}

.search .modal__close-button img {
  width: 1rem;
  height: 1rem;
}

@media only screen and (max-width: 1366px) {
  .search .modal__close-button img {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.search .site-header__logo {
  width: 15rem;
  height: 2rem;
}

@media only screen and (max-width: 1366px) {
  .search .site-header__logo {
    width: 11.6rem;
    height: 1.55rem;
  }
}

.search .site-header__img {
  width: 5.1rem;
  height: 3rem;
  margin-left: 2.4rem;
}

@media only screen and (max-width: 1366px) {
  .search .site-header__img {
    width: 3.9rem;
    height: 2.3rem;
  }
}

.search .choices__list--single .choices__item {
  line-height: 2;
}

@media only screen and (max-width: 1024px) {
  .search .dropdown-list {
    margin-bottom: 2.4rem;
  }
}

.search .search__button {
  width: auto;
  min-width: 19.4rem;
}

@media only screen and (max-width: 1024px) {
  .search .search__button {
    width: 100%;
  }
}

.search__header {
  border-bottom: 0.1rem solid #e7e7e7;
}

.search__header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media only screen and (max-width: 1366px) {
  .search__header .container {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .search__header .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.search__header-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search__input-wrap {
  display: block;
  position: relative;
  margin-top: 17.3rem;
  margin-bottom: 6.8rem;
}

@media only screen and (max-width: 1366px) {
  .search__input-wrap {
    margin-top: 10.6rem;
    margin-bottom: 4.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .search__input-wrap {
    margin-top: 9.3rem;
    margin-bottom: 2.4rem;
  }
}

.search__input-wrap .search__img.button,
.search__input-wrap .search__img {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  right: 1rem;
  top: 3rem;
}

@media only screen and (max-width: 1366px) {
  .search__input-wrap .search__img.button,
  .search__input-wrap .search__img {
    width: 2.4rem;
    height: 2.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .search__input-wrap .search__img.button,
  .search__input-wrap .search__img {
    width: 1.6rem;
    height: 1.6rem;
    top: 1rem;
  }
}

.search__input {
  padding-bottom: 3.2rem;
  width: 100%;
  font-size: 4rem;
  line-height: 1;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1366px) {
  .search__input {
    padding-bottom: 2.4rem;
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .search__input {
    padding-bottom: 1.6rem;
    font-size: 1.6rem;
  }
}

.search__input::-webkit-input-placeholder {
  color: #d7d7d7;
}

.search__input::-moz-placeholder {
  color: #d7d7d7;
}

.search__input:-ms-input-placeholder {
  color: #d7d7d7;
}

.search__input::-ms-input-placeholder {
  color: #d7d7d7;
}

.search__input::placeholder {
  color: #d7d7d7;
}

.search__input:focus {
  border-color: #000000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search__img {
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search__img--active {
  z-index: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.4rem;
}

@media only screen and (max-width: 1024px) {
  .search__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.search__text {
  font-size: 1.8rem;
  line-height: 2;
}

@media only screen and (max-width: 1366px) {
  .search__text {
    font-size: 1.4rem;
  }
}

.search__results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 1366px) {
  .search__results {
    gap: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .search__results {
    grid-template-columns: 1fr;
    margin-bottom: 2.4rem;
  }
}

.search__results-item {
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.8rem;
}

.search__results-item-hidden {
  display: none;
}

.search__show-more-custom {
  display: none;
}

.search__results-link {
  display: block;
  padding: 4.8rem 22% 4.8rem 4rem;
}

@media only screen and (max-width: 1366px) {
  .search__results-link {
    padding: 3.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .search__results-link {
    padding: 2.4rem;
  }
}

.search__results-link mark {
  background-color: unset;
  color: #f68b1f;
}

.search__results-title {
  margin-bottom: 1.6rem;
  font-size: 2rem;
}

.search__results-title b {
  background-color: unset;
  color: #f68b1f;
}

@media only screen and (max-width: 1366px) {
  .search__results-title {
    margin-bottom: 0.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .search__results-title {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1366px) {
  .search__results-text {
    font-size: 1.4rem;
  }
}

.search__results-text b {
  background-color: unset;
  color: #f68b1f;
}

.search__space {
  height: 7.8rem;
}

@media only screen and (max-width: 1024px) {
  .search__space {
    height: 3.2rem;
  }
}

.section-wrapper__container {
  display: grid;
  gap: 26px;
  max-width: 145.2rem;
  grid-template-columns: 29rem 1fr 28rem;
}

@media only screen and (max-width: 1366px) {
  .section-wrapper__container {
    grid-template-columns: 100%;
    max-width: 760px;
  }
}

.article-metricks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: .4;
  padding-bottom: 24px;
}

.article-metricks__left, .article-metricks__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-metricks__left > :not(:last-child), .article-metricks__right > :not(:last-child) {
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  .article-metricks__left > :not(:last-child), .article-metricks__right > :not(:last-child) {
    margin-right: 8px;
  }
}

.article-metricks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-metricks__item > :not(:last-child) {
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .article-metricks__item > :not(:last-child) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .article-nav {
    padding-bottom: 0;
  }
}

.article-nav__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  background-color: #fff0;
  padding: 0 0 1.2rem;
  border-bottom: 1px solid #E7E7E7;
}

@media only screen and (max-width: 1024px) {
  .article-nav__head {
    padding-bottom: 0;
  }
}

.article-nav__wrap {
  height: auto;
  overflow: hidden;
}

.is-hidden + .article-nav__wrap {
  height: 0;
}

.article-nav__title {
  font-size: 2.4rem;
}

@media only screen and (max-width: 1024px) {
  .article-nav__title {
    font-size: 1.8rem;
  }
}

.article-nav__arrow {
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.is-hidden > .article-nav__arrow {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.article-nav__list {
  padding-top: 2.4rem;
}

@media only screen and (max-width: 1024px) {
  .article-nav__list {
    padding-top: 1.6rem;
  }
}

.article-nav__list > :not(:last-child) {
  margin-bottom: 1.2rem;
}

.article-nav__link {
  font-size: 1.8rem;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.article-nav__link:hover {
  color: #F68B1F;
}

.article-extra > :not(:last-child) {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 1366px) {
  .article-extra {
    padding-bottom: 40px;
  }
  .article-extra > :not(:last-child) {
    margin-bottom: 0;
  }
  .article-extra .share {
    display: none;
  }
}

.subscribe {
  padding: 3.2rem 2.4rem;
  background-color: #F9F9F9;
}

@media only screen and (max-width: 767px) {
  .subscribe {
    padding: 2.4rem 1.6rem;
  }
}

.subscribe__text {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .subscribe__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.subscribe__form > :not(:last-child) {
  margin-bottom: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .subscribe__form > :not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

.subscribe__form input {
  padding: 1.4rem 2rem;
  font-size: 1.6rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .subscribe__form input {
    padding: 1rem;
  }
  .subscribe__form input::-webkit-input-placeholder {
    text-align: center;
  }
  .subscribe__form input::-moz-placeholder {
    text-align: center;
  }
  .subscribe__form input:-ms-input-placeholder {
    text-align: center;
  }
  .subscribe__form input::-ms-input-placeholder {
    text-align: center;
  }
  .subscribe__form input::placeholder {
    text-align: center;
  }
}

.subscribe__btn {
  padding: 2rem;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .subscribe__btn {
    padding: 1.5rem;
  }
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.share-block {
  padding: 3.2rem 2.4rem;
  background-color: #F9F9F9;
}

.share__label {
  font-size: 1.6rem;
  margin-right: 1.6rem;
}

@media only screen and (max-width: 1024px) {
  .share__label {
    margin-right: .8rem;
  }
}

.share__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.share__wrap > :not(:last-child) {
  margin-right: .8rem;
}

@media only screen and (max-width: 1024px) {
  .share__wrap > :not(:last-child) {
    margin-right: .2rem;
  }
}

.share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
}

.share__list > :not(:last-child) {
  margin-right: .8rem;
}

@media only screen and (max-width: 1024px) {
  .share__list > :not(:last-child) {
    margin-right: .2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .share__item svg {
    width: 28px;
    height: 28px;
  }
}

.share__link {
  display: block;
  background-color: #FFFFFF1A;
  border: 1px solid #E7E7E7;
  border-radius: .4rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.share__link:hover {
  fill: #F68B1F;
}

.share__copy {
  position: relative;
}

.share__button {
  padding: 0;
  margin: 0;
  font-size: 0;
  background-color: #FFFFFF1A;
  border: 1px solid #E7E7E7;
  border-radius: .4rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.share__button:hover {
  color: #F68B1F;
}

@media only screen and (max-width: 1024px) {
  .share__button svg {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.share__span {
  position: absolute;
  left: 50%;
  bottom: -.6rem;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #F68B1F;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 1500px) {
  .share__span {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}

.news-line {
  padding-bottom: 8rem;
}

@media only screen and (max-width: 1200px) {
  .news-line {
    padding-bottom: 6rem;
  }
}

.news-line__slider {
  padding: .2rem 0;
}

@media only screen and (max-width: 1200px) {
  .news-line__slider {
    padding: 0 3.2rem;
    margin: 0 -3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .news-line__slider {
    padding: 0 1.6rem;
    margin: 0 -1.6rem;
  }
}

.news-line .previews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}

.news-line .previews__item {
  max-width: calc(25% - 18px);
  height: auto;
}

@media only screen and (max-width: 1366px) {
  .news-line .previews__item {
    max-width: 30.8rem;
  }
}

.news-line .previews__text {
  font-size: 1.4rem;
}

@media only screen and (max-width: 1024px) {
  .solution-details-table {
    margin: 0 -3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .solution-details-table {
    margin: 0 -1.6rem;
  }
}

.solution-details-table__head .solution-details-table__row {
  border-bottom: 1px solid #F68B1F;
}

.solution-details-table__head .solution-details-table__cell {
  padding: 2.35rem 3.9rem 2.35rem 2.4rem;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
}

@media only screen and (max-width: 1366px) {
  .solution-details-table__head .solution-details-table__cell {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 1024px) {
  .solution-details-table__head .solution-details-table__cell {
    padding: 0 0 1.2rem 0;
  }
  .solution-details-table__head .solution-details-table__cell:first-child {
    display: none;
  }
}

.solution-details-table__row {
  display: grid;
  grid-template-columns: 2.89fr 6.27fr 9.4fr;
}

.solution-details-table__row:not(:last-child) {
  border-bottom: 1px solid #00000029;
}

@media only screen and (max-width: 1024px) {
  .solution-details-table__row {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    padding: 0 3.2rem;
  }
  .solution-details-table__row:last-child {
    border-bottom: 1px solid #00000029;
  }
}

@media only screen and (max-width: 767px) {
  .solution-details-table__row {
    padding: 0 1.6rem;
  }
}

.solution-details-table__cell {
  text-align: left;
}

.solution-details-table__cell:last-child {
  background-color: #F9F9F9;
}

@media only screen and (max-width: 1024px) {
  .solution-details-table__cell:last-child {
    background-color: #F9F9F900;
  }
}

.solution-details-table__body .solution-details-table__row:not(:last-child) {
  border-bottom: 1px solid #00000029;
}

@media only screen and (max-width: 1024px) {
  .solution-details-table__body .solution-details-table__row:nth-child(odd) {
    background-color: #F9F9F9;
  }
}

.solution-details-table__body .solution-details-table__cell {
  padding: 3.2rem 3.9rem 3.2rem 2.4rem;
  font-size: 1.8rem;
  line-height: 1.7;
}

@media only screen and (max-width: 1366px) {
  .solution-details-table__body .solution-details-table__cell {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1366px) {
  .solution-details-table__body .solution-details-table__cell {
    padding: 1.6rem 0 2.4rem 0;
  }
}

@media only screen and (max-width: 1024px) {
  .solution-details-table__body td.solution-details-table__cell:first-of-type {
    opacity: .64;
  }
}

.solution-details-table__body th.solution-details-table__cell {
  font-size: 2.2rem;
  font-weight: 500;
}

@media only screen and (max-width: 1366px) {
  .solution-details-table__body th.solution-details-table__cell {
    font-size: 1.6rem;
    line-height: 1;
  }
}

@media only screen and (max-width: 1024px) {
  .solution-details-table__body th.solution-details-table__cell {
    padding-top: 2.4rem;
    padding-bottom: 0;
    grid-column: span 2;
  }
}

.suitable-warehouses__title {
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 1366px) {
  .suitable-warehouses__title {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 1200px) {
  .suitable-warehouses__slider {
    padding: 0 3.2rem;
    margin: 0 -3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .suitable-warehouses__slider {
    padding: 0 1.6rem;
    margin: 0 -1.6rem;
  }
}

.suitable-warehouses__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}

@media only screen and (max-width: 1200px) {
  .suitable-warehouses__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .suitable-warehouses__item {
    max-width: 28rem;
  }
}

.suitable-warehouses-card {
  position: relative;
  min-height: 47rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  border-radius: .8rem;
  background-color: #F9F9F9;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 1366px) {
  .suitable-warehouses-card {
    min-height: 32rem;
  }
}

.suitable-warehouses-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 45%;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background-color: #FF9D43;
  -webkit-filter: blur(8rem);
  filter: blur(8rem);
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  z-index: 1;
}

.suitable-warehouses-card::after {
  content: '';
  position: absolute;
  top: 6rem;
  right: 15%;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background-color: #FF9D43;
  -webkit-filter: blur(8rem);
  filter: blur(8rem);
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 1;
}

.suitable-warehouses-card__info {
  display: block;
  position: relative;
  padding: 13.6rem 3.6rem 4.2rem 4.2rem;
  z-index: 1;
}

@media only screen and (max-width: 1366px) {
  .suitable-warehouses-card__info {
    padding: 1.6rem;
  }
}

.suitable-warehouses-card__info::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 251, 0)), color-stop(3.33%, rgba(248, 248, 251, 0.0086472)), color-stop(6.67%, rgba(248, 248, 251, 0.03551)), color-stop(10%, rgba(248, 248, 251, 0.0816599)), color-stop(13.33%, rgba(248, 248, 251, 0.147411)), color-stop(16.67%, rgba(248, 248, 251, 0.231775)), color-stop(20%, rgba(248, 248, 251, 0.331884)), color-stop(23.33%, rgba(248, 248, 251, 0.442691)), color-stop(26.67%, rgba(248, 248, 251, 0.557309)), color-stop(30%, rgba(248, 248, 251, 0.668116)), color-stop(33.33%, rgba(248, 248, 251, 0.768225)), color-stop(36.67%, rgba(248, 248, 251, 0.852589)), color-stop(40%, rgba(248, 248, 251, 0.91834)), color-stop(43.33%, rgba(248, 248, 251, 0.96449)), color-stop(46.67%, rgba(248, 248, 251, 0.991353)), color-stop(50%, #F8F8FB));
  background: -o-linear-gradient(top, rgba(248, 248, 251, 0) 0%, rgba(248, 248, 251, 0.0086472) 3.33%, rgba(248, 248, 251, 0.03551) 6.67%, rgba(248, 248, 251, 0.0816599) 10%, rgba(248, 248, 251, 0.147411) 13.33%, rgba(248, 248, 251, 0.231775) 16.67%, rgba(248, 248, 251, 0.331884) 20%, rgba(248, 248, 251, 0.442691) 23.33%, rgba(248, 248, 251, 0.557309) 26.67%, rgba(248, 248, 251, 0.668116) 30%, rgba(248, 248, 251, 0.768225) 33.33%, rgba(248, 248, 251, 0.852589) 36.67%, rgba(248, 248, 251, 0.91834) 40%, rgba(248, 248, 251, 0.96449) 43.33%, rgba(248, 248, 251, 0.991353) 46.67%, #F8F8FB 50%);
  background: linear-gradient(180deg, rgba(248, 248, 251, 0) 0%, rgba(248, 248, 251, 0.0086472) 3.33%, rgba(248, 248, 251, 0.03551) 6.67%, rgba(248, 248, 251, 0.0816599) 10%, rgba(248, 248, 251, 0.147411) 13.33%, rgba(248, 248, 251, 0.231775) 16.67%, rgba(248, 248, 251, 0.331884) 20%, rgba(248, 248, 251, 0.442691) 23.33%, rgba(248, 248, 251, 0.557309) 26.67%, rgba(248, 248, 251, 0.668116) 30%, rgba(248, 248, 251, 0.768225) 33.33%, rgba(248, 248, 251, 0.852589) 36.67%, rgba(248, 248, 251, 0.91834) 40%, rgba(248, 248, 251, 0.96449) 43.33%, rgba(248, 248, 251, 0.991353) 46.67%, #F8F8FB 50%);
  z-index: -2;
}

.suitable-warehouses-card__img {
  position: absolute;
  top: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 28rem;
  height: 28.2rem;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -2;
}

@media only screen and (max-width: 1366px) {
  .suitable-warehouses-card__img {
    top: 2rem;
    width: 19.8rem;
    height: 20rem;
  }
}

.suitable-warehouses-card__title {
  display: block;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4.2rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 1366px) {
  .suitable-warehouses-card__title {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}

.suitable-warehouses-card__text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media only screen and (max-width: 1366px) {
  .suitable-warehouses-card__text {
    font-size: 1.4rem;
  }
}

.suitable-warehouses-card:hover::after, .suitable-warehouses-card:hover::before {
  opacity: 1;
}

.suitable-warehouses-card:hover .suitable-warehouses-card__title {
  color: #F68B1F;
}

.suitable-key-users__title {
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}

.main-advantages {
  padding: 3.6rem 0 5.2rem;
  background-color: #f9f9f9;
}

.main-advantages .slider__button {
  border-color: #000;
}

.main-advantages .slider__button.swiper-button-disabled {
  border-color: #E7E7E7;
}

@media only screen and (max-width: 1200px) {
  .main-advantages {
    padding: 1.6rem 0;
  }
  .main-advantages .slider__buttons {
    display: none;
  }
}

.main-advantages__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4.5rem;
}

@media only screen and (max-width: 1200px) {
  .main-advantages__top {
    margin-bottom: 1.6rem;
  }
}

.main-advantages__title {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .main-advantages__title {
    font-size: 2.4rem;
    line-height: 1.2;
    max-width: 32rem;
  }
}

@media only screen and (max-width: 1200px) {
  .main-advantages__slider {
    padding: 0 3.2rem;
    margin: 0 -3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .main-advantages__slider {
    padding: 0 1.6rem;
    margin: 0 -1.6rem;
  }
}

.main-advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 3.8rem;
  min-height: 48rem;
  border-radius: .8rem;
  background-color: #F68B1F;
  max-width: calc(25% - 18px);
}

@media only screen and (max-width: 1200px) {
  .main-advantages__item {
    padding: 1.6rem 3.2rem 1.6rem 1.6rem;
    max-width: 28rem;
    min-height: 32rem;
    height: auto;
  }
}

.main-advantages__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  color: #fff;
}

.main-advantages__img {
  width: 8rem;
  height: 8rem;
}

@media only screen and (max-width: 1200px) {
  .main-advantages__img {
    width: 5.2rem;
    height: 5.2rem;
  }
}

.main-advantages__text {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 500;
  min-height: 12.6rem;
}

@media only screen and (max-width: 1200px) {
  .main-advantages__text {
    font-size: 1.8rem;
    line-height: 1.2;
    min-height: 7rem;
  }
}

@media only screen and (max-width: 1200px) {
  .returns-investments {
    margin-bottom: 6rem;
  }
}

.returns-investments__title {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 2rem;
}

@media only screen and (max-width: 1200px) {
  .returns-investments__title {
    margin-bottom: 1.6rem !important;
    font-size: 2.4rem !important;
    line-height: 1.2;
  }
}

.returns-investments__text {
  font-size: 1.8rem;
  line-height: 1.7;
  max-width: 91%;
}

@media only screen and (max-width: 1200px) {
  .returns-investments__text {
    max-width: none;
    line-height: 1.5;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.returns-investments .slider__buttons {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -0.4rem;
  margin-bottom: 3.6rem;
}

.returns-investments .slider__buttons .slider__button {
  border-color: #000;
}

.returns-investments .slider__buttons .slider__button.swiper-button-disabled {
  border-color: #E7E7E7;
}

@media only screen and (max-width: 1200px) {
  .returns-investments .slider__buttons {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .returns-investments__slider {
    padding: 0 3.2rem;
    margin: 0 -3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .returns-investments__slider {
    padding: 0 1.6rem;
    margin: 0 -1.6rem;
  }
}

.returns-investments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: calc(25% - 18px);
  min-height: 50.6rem;
  padding: 4rem 2.2rem;
  border-radius: .8rem;
  background-color: #f9f9f9;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  .returns-investments__item {
    padding: 3.2rem 1.6rem;
    max-width: 28rem;
    min-height: 32rem;
  }
}

.returns-investments__item-title {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 1200px) {
  .returns-investments__item-title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.returns-investments__item-text {
  font-size: 2rem;
  line-height: 1.5;
  min-height: 19.2rem;
}

@media only screen and (max-width: 1200px) {
  .returns-investments__item-text {
    font-size: 1.5rem;
    min-height: 0;
  }
}

.other-solutions__title {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 3rem;
}

@media only screen and (max-width: 1366px) {
  .other-solutions__title {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 2.4rem;
  }
}

.other-solutions__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 2.4rem;
}

.other-solutions__list:not(:last-child) {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 1366px) {
  .other-solutions__list:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 1366px) {
  .other-solutions__list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.other-solutions__item {
  position: relative;
}

.other-solutions__item-title {
  font-size: 2rem;
  line-height: 1.1;
}

@media only screen and (max-width: 1366px) {
  .other-solutions__item-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

.other-solutions__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.5rem;
  border: 1px solid #E7E7E7;
  min-height: 23.5rem;
  height: 100%;
}

@media only screen and (max-width: 1366px) {
  .other-solutions__link {
    min-height: 18.3rem;
  }
}

.other-solutions__link:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-color: #f68b1f;
  background-color: #ffffff;
}

.other-solutions__link:hover .tag__link {
  background-color: #f9f9f9;
}

.other-solutions__link:hover::before, .other-solutions__link:hover::after {
  background-color: #f68b1f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.other-solutions__link::before, .other-solutions__link::after {
  content: "";
  position: absolute;
  background-color: #000000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.other-solutions__link::before {
  right: 3.2rem;
  width: 1.7rem;
  height: 0.1rem;
  top: 4.5rem;
}

@media only screen and (max-width: 767px) {
  .other-solutions__link::before {
    right: 2.4rem;
  }
}

.other-solutions__link::after {
  width: 0.1rem;
  height: 1.7rem;
  right: 4rem;
  top: 3.7rem;
}

@media only screen and (max-width: 767px) {
  .other-solutions__link::after {
    right: 3.2rem;
  }
}

.other-solutions__img {
  width: 5.2rem;
  height: 5.2rem;
}

@media only screen and (max-width: 1366px) {
  .other-solutions__img {
    width: 4rem;
    height: 4rem;
  }
}

.other-solutions__text {
  font-size: 1.8rem;
  line-height: 1.7;
}

.other-solutions__text:not(:last-child) {
  margin-bottom: 2.6rem;
}

@media only screen and (max-width: 1366px) {
  .other-solutions__text:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 1366px) {
  .other-solutions__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.benchmarking .title.title--sm {
  font-size: 3.2rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 1200px) {
  .benchmarking .title.title--sm {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .solutions-detail .benchmarking .list-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin: 0;
  }
  .benchmarking .list-block__item {
    padding: 2.4rem 3.2rem;
    max-width: 23.7rem;
    min-height: 13.2rem;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .benchmarking .swiper {
    padding: 0 3.2rem;
    margin: 0 -3.2rem;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 767px) {
  .benchmarking .swiper {
    padding: 0 1.6rem;
    margin: 0 -1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .solutions-detail .business-cases .title {
    margin-right: 1rem;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .solutions-detail .business-cases .main__head-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.4rem;
  }
  .solutions-detail .business-cases .main__case-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.6rem;
    margin: 0 0.4rem 0 0;
    height: 4rem;
    width: 100%;
    max-width: 11rem;
    font-size: 1.2rem;
    line-height: 1;
  }
  .solutions-detail .business-cases .case {
    width: calc(100dvw - 3.2rem);
  }
  .solutions-detail .business-cases .slider__button--prev {
    padding: 1rem .4rem 1rem 1.4rem;
    height: 4rem;
  }
  .solutions-detail .business-cases .slider__button--next {
    padding: 1.6rem 1.4rem 1.6rem 0.4rem;
    height: 4rem;
  }
}

.color-white {
  color: #ffffff;
}

.color-white svg {
  fill: #ffffff;
}

.color-black {
  color: #000000;
}

.color-black svg {
  fill: #000000;
}

.color-gray {
  color: #999999;
}

.color-gray svg {
  fill: #999999;
}

.bg-white {
  background-color: #ffffff;
}

.bg-light-gray {
  background-color: #f9f9f9;
}

.desktop-hide {
  display: none;
}

@media only screen and (max-width: 767px) {
  .desktop-hide {
    display: block;
  }
}

.desktop-hide-flex {
  display: none;
}

@media only screen and (max-width: 767px) {
  .desktop-hide-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1366px) {
  .laptop-hide {
    display: none;
  }
}

.laptop-show {
  display: none;
}

@media only screen and (max-width: 1366px) {
  .laptop-show {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .tablet-hide {
    display: none !important;
  }
}

.tablet-show {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .tablet-show {
    display: block;
  }
}

.tablet-show-flex {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .tablet-show-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}

.mobile-show {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}

.mobile-show-flex {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobile-show-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hide {
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.show {
  position: relative;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.upper-case {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.fs-14 {
  font-size: 1.4rem;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.pd-bot-desktop {
  padding-bottom: 12rem;
}

@media only screen and (max-width: 1500px) {
  .pd-bot-desktop {
    padding-bottom: 5rem;
  }
}

@media only screen and (max-width: 1366px) {
  .pd-bot-desktop {
    padding-bottom: 0;
  }
}

.mr-top {
  margin-top: -11.3rem;
}

@media only screen and (max-width: 1366px) {
  .mr-top {
    margin-top: -8rem;
  }
}

@media only screen and (max-width: 767px) {
  .mr-top {
    margin-top: -5.9rem;
  }
}

.section-padding {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

@media only screen and (max-width: 1500px) {
  .section-padding {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.content-container:not(:last-child) {
  margin-bottom: 7.2rem;
}

@media only screen and (max-width: 1366px) {
  .content-container:not(:last-child) {
    margin-bottom: 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .content-container:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.show-more-show-all:nth-child(n+5) {
  display: block;
}

.show-more-show-all-flex:nth-child(n+5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.career-page .fw-500 {
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {
  .career-page .fw-500 {
    font-size: 16px;
  }
}

.career-page .mobile-show-flex {
  display: none;
}

@media only screen and (max-width: 767px) {
  .career-page .mobile-show-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

/* End */


/* Start:/local/templates/teamidea2022/styles.css?1716991811381*/
.blog-detail-page__text {}
.blog-detail-page__text--mark {}
.blog-detail-page__attention {}
.grecaptcha-logo,.grecaptcha-badge{display:none;}
.list-plus--numbers.list-plus--numbers-single {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
    -webkit-column-break-inside: unset;
    -moz-column-break-inside: unset;
    break-inside: unset;
}
/* End */
/* /local/templates/teamidea2022/markup/build/assets/css/main.css?1753281201359583 */
/* /local/templates/teamidea2022/styles.css?1716991811381 */
