@charset "UTF-8";
/*! 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;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Onest", sans-serif;
  line-height: 1.42;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
@media (min-width: 1440px) {
  html {
    font-size: calc(100vw / 1440 * 16);
  }
}
@media (max-width: 1439px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  html {
    font-size: 16px;
  }
}

body {
  height: 100%;
  color: #1E1E1E;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  background-color: #EFEFEF;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  overflow-anchor: none;
  overflow-scrolling: touch;
}

a, label {
  -webkit-tap-highlight-color: transparent;
}

input::-ms-clear {
  display: none;
}

/* Для Safari */
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.mfp-preloader {
  display: none;
}

p {
  margin: 0 0 1.25rem;
  letter-spacing: -0.03rem;
}
@media (max-width: 1140px) {
  p {
    font-size: 0.9375rem;
  }
}

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

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, .h20 {
  font-family: "Onest";
  font-weight: 500;
  color: #1E1E1E;
  margin-top: 0;
  margin-bottom: 1.875rem;
  text-transform: none;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 3.75rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
  line-height: 0.9;
  letter-spacing: -0.18rem;
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 599px) {
  h1, .h1 {
    font-size: 2.1875rem;
    margin-bottom: 2.5rem;
    letter-spacing: -0.1rem;
  }
}

h2, .h2, .ui-h2 {
  font-size: 3.125rem;
  line-height: 1.2;
  letter-spacing: -0.16rem;
  margin-bottom: 2.8125rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  h2, .h2, .ui-h2 {
    font-size: 2.5rem;
    letter-spacing: -0.12rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 599px) {
  h2, .h2, .ui-h2 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}

h3, .h3, .ui-h3 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}
@media (max-width: 1024px) {
  h3, .h3, .ui-h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 599px) {
  h3, .h3, .ui-h3 {
    font-size: 1.25rem;
  }
}

h4, .h4, .ui-h4 {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
  letter-spacing: -0.05rem;
}
@media (max-width: 1024px) {
  h4, .h4, .ui-h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  h4, .h4, .ui-h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 599px) {
  h4, .h4, .ui-h4 {
    font-size: 1.25rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6, .ui-h6 {
  font-size: 1rem;
  text-transform: none;
}

.ui-strong,
.ui-bold {
  font-weight: 700;
}

.ui-demi {
  font-weight: 600;
}

a {
  color: #353535;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.3s, border 0.3s;
  -o-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #F13C30;
  }
}

b, strong {
  font-weight: 700;
}

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

hr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #7B7B7B;
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

.wrapper a img {
  border: none;
  display: block;
  line-height: 0;
  font-size: 0;
}

.ui-black-link {
  color: #353535;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .ui-black-link:hover {
    color: #F13C30;
  }
}

.ui-red-link {
  color: #F13C30;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .ui-red-link:hover {
    color: #1E1E1E;
  }
}

.ui-centered {
  margin-right: auto;
  margin-left: auto;
}

.ui-btn {
  position: relative;
  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;
  gap: 0.625rem;
  font-size: 0.8125rem;
  letter-spacing: -0.03rem;
  font-weight: 400;
  text-transform: uppercase;
  outline: none;
  border: none;
  border-radius: 0.3125rem;
  height: 3.125rem;
  min-width: 3.125rem;
  line-height: 3.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.ui-btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
}
.ui-btn__primary {
  color: #FFFFFF;
  background-color: #F13C30;
}
.ui-btn__primary .ui-btn-icon {
  stroke: #FFFFFF;
  -webkit-transform: stroke 0.3s;
      -ms-transform: stroke 0.3s;
          transform: stroke 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .ui-btn__primary:hover {
    background-color: #E22529;
    color: #FFFFFF;
  }
}
.ui-btn__white {
  background-color: #FFFFFF;
  color: #F13C30;
}
@media (hover: hover) and (pointer: fine) {
  .ui-btn__white:hover {
    background-color: #F13C30;
    color: #FFFFFF;
  }
}
.ui-btn__transparent {
  background-color: transparent;
  color: #353535;
  line-height: 1;
  border: 1px solid #F13C30;
  border-radius: 3.5rem;
}
@media (hover: hover) and (pointer: fine) {
  .ui-btn__transparent:hover {
    background-color: #F13C30;
    color: #FFFFFF;
  }
  .ui-btn__transparent:hover .ui-icon path {
    fill: #FFFFFF;
  }
}
.ui-btn__medium {
  height: 3.75rem;
  min-width: 3.75rem;
  line-height: 3.75rem;
}
@media (max-width: 1140px) {
  .ui-btn__medium {
    height: 3.125rem;
    min-width: 3.125rem;
    line-height: 3.125rem;
  }
}

.ui-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.ui-icon path {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.ui-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
  border: 1px solid #7B7B7B;
  border-radius: 0.1875rem;
  cursor: pointer;
}
.ui-checkbox__min {
  width: 0.875rem;
  height: 0.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.875rem;
          flex: 0 0 0.875rem;
}
.ui-checkbox.checked {
  background-color: #F13C30;
  border-color: #F13C30;
  background-image: url('data:image/svg+xml,<svg width="9" height="7" viewBox="0 0 9 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.73526 0.23892C8.89822 0.398316 8.99332 0.618146 8.99966 0.850077C9.00601 1.08201 8.92307 1.30705 8.76909 1.47573L3.97649 6.72634C3.89882 6.81128 3.80548 6.87926 3.70199 6.92624C3.59849 6.97323 3.48695 6.99828 3.37394 6.99992C3.26094 7.00155 3.14876 6.97973 3.04404 6.93574C2.93932 6.89176 2.84418 6.82651 2.76425 6.74384L0.226991 4.11853C0.077597 3.95264 -0.00373413 3.73323 0.000131765 3.50652C0.00399766 3.27981 0.0927588 3.0635 0.247715 2.90317C0.402672 2.74283 0.611725 2.65099 0.830833 2.64699C1.04994 2.64299 1.26199 2.72715 1.42232 2.88172L3.345 4.86995L7.53993 0.273924C7.69398 0.105318 7.90644 0.00691476 8.13059 0.000350674C8.35475 -0.00621341 8.57224 0.0795988 8.73526 0.23892Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5625rem 0.4375rem;
}
.ui-checkbox:has(.is-invalid) {
  border-color: #F13C30;
}

.checkbox-text a {
  text-decoration: underline;
}

.breadcrumbs {
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  overflow: hidden;
}
.breadcrumbs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.breadcrumbs ul li a {
  font-size: 0.875rem;
  letter-spacing: -0.01rem;
  color: #353535;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 599px) {
  .breadcrumbs ul li a {
    font-size: 0.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs ul li a:hover {
    color: #F13C30;
  }
}
.breadcrumbs ul li::after {
  content: "";
  display: block;
  margin: 0 0.625rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #989898;
}
.breadcrumbs ul li:last-child {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}
.breadcrumbs ul li:last-child a {
  color: #989898;
  pointer-events: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.breadcrumbs ul li:last-child::after {
  display: none;
}

.ui-field.is-invalid .iti__selected-country {
  color: #F13C30;
}
.ui-field.is-invalid .iti__arrow {
  border-top-color: #F13C30;
}
.ui-field.is-invalid .jq-selectbox__select-text {
  color: #F13C30;
}
.ui-field.is-invalid .ui-select {
  border-color: #F13C30;
  border: 2px solid #F13C30;
}
.ui-field.is-invalid .jq-selectbox__trigger {
  -webkit-filter: hue-rotate(0);
          filter: hue-rotate(0);
  background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 7L0 0L12 1.0992e-06L6 7Z" fill="%23F13C30"/></svg>');
}
.ui-field.is-invalid .ui-checkbox {
  border-color: #F13C30;
}

.ui-input {
  width: 100%;
  height: 4rem;
  padding: 1.25rem 1.375rem;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 0.375rem;
  font-size: 1.25rem;
  color: #353535;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  outline: none;
}
.ui-input.is-invalid {
  border-color: #F13C30;
}
.ui-input.is-invalid::-webkit-input-placeholder {
  color: #F13C30;
}
.ui-input.is-invalid::-moz-placeholder {
  color: #F13C30;
}
.ui-input.is-invalid:-ms-input-placeholder {
  color: #F13C30;
}
.ui-input.is-invalid::-ms-input-placeholder {
  color: #F13C30;
}
.ui-input.is-invalid::placeholder {
  color: #F13C30;
}
@media (max-width: 1140px) {
  .ui-input {
    height: 3.125rem;
    font-size: 1rem;
  }
}
.ui-input::-webkit-input-placeholder {
  color: #989898;
}
.ui-input::-moz-placeholder {
  color: #989898;
}
.ui-input:-ms-input-placeholder {
  color: #989898;
}
.ui-input::-ms-input-placeholder {
  color: #989898;
}
.ui-input::placeholder {
  color: #989898;
}

.ui-select {
  position: relative;
  width: 100%;
  height: 4rem;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 0.375rem;
  font-size: 1.25rem;
  color: #353535;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  outline: none;
}
.ui-select.is-invalid {
  color: #F13C30;
  border-color: #F13C30;
}
@media (max-width: 1140px) {
  .ui-select {
    height: 3.125rem;
    font-size: 1rem;
  }
}

.jq-selectbox.opened .jq-selectbox__trigger {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.jq-selectbox.changed .jq-selectbox__select-text {
  color: #353535;
}
.jq-selectbox li {
  font-size: 0.875rem;
  letter-spacing: -0.01rem;
  color: #353535;
  margin-bottom: 0.3125rem;
  cursor: pointer;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (hover: hover) and (pointer: fine) {
  .jq-selectbox li:hover {
    background-color: #EFEFEF;
  }
}
.jq-selectbox li:last-child {
  margin-bottom: 0;
}
.jq-selectbox li.disabled {
  pointer-events: none;
  display: none;
}

.jq-selectbox__select-text {
  color: #989898;
  padding: 1.25rem 1.375rem;
  height: 4rem;
}
@media (max-width: 1140px) {
  .jq-selectbox__select-text {
    height: 3.125rem;
    padding: 1rem 1.375rem;
  }
}

.jq-selectbox__dropdown {
  background-color: #FFFFFF;
  width: 100%;
  padding: 1.25rem 0;
  border-radius: 0.375rem;
}

.jq-selectbox__trigger {
  position: absolute;
  right: 1.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 7L0 0L12 1.0992e-06L6 7Z' fill='%237B7B7B'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.4375rem;
  background-position: center;
  width: 0.75rem;
  height: 0.4375rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.ui-gray-bg {
  background-color: rgba(45, 38, 38, 0.05) !important;
}

.ui-white-bg {
  background-color: #EFEFEF !important;
}

.ui-full-white-bg {
  background-color: #FFFFFF !important;
}
.ui-full-white-bg.stats::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(80.12%, #FFFFFF));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #FFFFFF 80.12%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80.12%);
}
.ui-full-white-bg.stats::after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(80.12%, #FFFFFF));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #FFFFFF 80.12%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80.12%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

.ui-section {
  padding-bottom: 4.375rem;
}

.ui-section__margin-top {
  padding-top: 4.375rem;
}
@media (max-width: 1140px) {
  .ui-section__margin-top {
    padding-top: 3.125rem;
  }
}

.ui-section-100 {
  margin-bottom: 6.25rem;
}
@media (max-width: 1140px) {
  .ui-section-100__half {
    margin-bottom: 1.875rem;
  }
}

.ui-section-80 {
  margin-bottom: 5rem;
}
@media (max-width: 599px) {
  .ui-section-80 {
    margin-bottom: 2rem;
    padding-bottom: 0;
  }
}

.page-title {
  margin-bottom: 3.75rem;
}
@media (max-width: 1140px) {
  .page-title {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 768px) {
  .page-title {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 599px) {
  .page-title {
    margin-bottom: 1.25rem;
  }
}

.ui-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}

.ui-tab {
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: -0.03rem;
  color: #353535;
  text-transform: uppercase;
  padding: 1.0625rem 1.25rem;
  background-color: #EFEFEF;
  border-radius: 3.5rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .ui-tab:hover {
    background-color: #E22529;
    color: #FFFFFF;
  }
}
.ui-tab.active {
  background-color: #F13C30;
  color: #FFFFFF;
  pointer-events: none;
}

.ui-nav-item {
  position: relative;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 0.3125rem;
  background-color: #F13C30;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  border: 1px solid #F13C30;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .ui-nav-item:hover {
    background-color: #E22529;
    border-color: #E22529;
  }
  .ui-nav-item:hover .ui-nav-item-icon {
    stroke: #FFFFFF;
  }
}
.ui-nav-item.swiper-button-disabled {
  pointer-events: none;
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
}
.ui-nav-item.swiper-button-disabled .ui-nav-item-icon {
  stroke: #F13C30;
}
.ui-nav-item:disabled {
  pointer-events: none;
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
}
.ui-nav-item:disabled .ui-nav-item-icon {
  stroke: #F13C30;
}
.ui-nav-item-icon {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.text-medium-gray {
  color: #989898;
}

.ui-filter {
  margin-bottom: 2.5rem;
}
@media (max-width: 1280px) {
  .ui-filter {
    margin-bottom: 0;
  }
}
.ui-filter:last-of-type {
  margin-bottom: 0;
}
.ui-filter-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.ui-filter-item {
  font-size: 1.25rem;
  letter-spacing: -0.01rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.ui-filter-title {
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  color: #353535;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media (max-width: 1140px) {
  .ui-filter-title {
    font-size: 1.25rem;
  }
}
.ui-filter-text {
  font-size: 1.25rem;
  letter-spacing: -0.01rem;
  margin-top: -0.25rem;
  -webkit-transform: translateY(0.1875rem);
      -ms-transform: translateY(0.1875rem);
          transform: translateY(0.1875rem);
}
@media (max-width: 1140px) {
  .ui-filter-text {
    font-size: 1.125rem;
  }
}

.iti__search-input {
  outline: none;
}

.iti__country-list .iti__flag, .iti__country-name {
  color: #353535;
}

.pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
.pagination-container__centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-page {
  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.375rem;
  height: 3.375rem;
  color: #353535;
  font-size: 1.125rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0.3125rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.pagination-page.active {
  background-color: #F13C30;
  color: #FFFFFF;
}
.pagination-page.highlight {
  background-color: #FFFFFF;
  color: #F13C30;
}
@media (hover: hover) and (pointer: fine) {
  .pagination-page:hover {
    background-color: #E22529;
    color: #FFFFFF;
  }
}
.pagination-ellipsis {
  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.375rem;
  height: 3.375rem;
  color: #353535;
  font-size: 1.125rem;
  border-radius: 0.25rem;
  margin: 0 0.3125rem;
}
.pagination-arrow {
  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.375rem;
  height: 3.375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.375rem;
          flex: 0 0 3.375rem;
  color: #353535;
  border-radius: 0.25rem;
  margin: 0 0.3125rem;
}
@media (hover: hover) and (pointer: fine) {
  .pagination-arrow:hover .pagination-arrow-icon {
    stroke: #E22529;
  }
}
.pagination-arrow-icon {
  fill: none;
  stroke: #F13C30;
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
  stroke-width: 0.1rem;
  width: 1.5rem;
  height: 1.5rem;
}

.inner,
.container {
  max-width: 90rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .inner,
.container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.container__min {
  max-width: 79.375rem;
}
@media (max-width: 1440px) {
  .container__min {
    max-width: 56.25rem;
  }
}
@media (max-width: 960px) {
  .container__min {
    max-width: unset;
  }
}

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

.flex-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}

.align-left,
.align-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.align-right,
.align-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.valign-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}

.valign-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.valign-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.valign-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}

.self-bottom {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-top {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-center {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.flex-wrap {
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inner:before,
.inner:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.inner:after,
.clearfix:after {
  clear: both;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (max-width: 1440px) {
  .row {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
}
@media (max-width: 960px) {
  .row {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
}
@media (max-width: 640px) {
  .row {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
}
@media (max-width: 1440px) {
  .row__indent {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
  .row__indent [class*=col-] {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .row__indent {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
  .row__indent [class*=col-] {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .row__indent {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
  .row__indent [class*=col-] {
    padding: 0 0.3125rem;
  }
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 0 0.625rem;
}
@media (max-width: 1440px) {
  .col-1 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-1 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-1 {
    padding: 0 0.3125rem;
  }
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0 0.625rem;
}
@media (max-width: 1440px) {
  .col-2 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-2 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-2 {
    padding: 0 0.3125rem;
  }
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 0.625rem;
}
@media (max-width: 1440px) {
  .col-3 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-3 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-3 {
    padding: 0 0.3125rem;
  }
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 0.625rem;
}
@media (max-width: 1440px) {
  .col-4 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-4 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-4 {
    padding: 0 0.3125rem;
  }
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 0.625rem;
}
@media (max-width: 1440px) {
  .col-5 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-5 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-5 {
    padding: 0 0.3125rem;
  }
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0.625rem;
}
@media (max-width: 1440px) {
  .col-6 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-6 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-6 {
    padding: 0 0.3125rem;
  }
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 0 0.625rem;
}
@media (max-width: 1440px) {
  .col-7 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-7 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-7 {
    padding: 0 0.3125rem;
  }
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0 0.625rem;
}
@media (max-width: 1440px) {
  .col-8 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-8 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-8 {
    padding: 0 0.3125rem;
  }
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  padding: 0 0.625rem;
}
@media (max-width: 1440px) {
  .col-9 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-9 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-9 {
    padding: 0 0.3125rem;
  }
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 0 0.625rem;
}
@media (max-width: 1440px) {
  .col-10 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-10 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-10 {
    padding: 0 0.3125rem;
  }
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 0 0.625rem;
}
@media (max-width: 1440px) {
  .col-11 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-11 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-11 {
    padding: 0 0.3125rem;
  }
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0.625rem;
}
@media (max-width: 1440px) {
  .col-12 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-12 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-12 {
    padding: 0 0.3125rem;
  }
}

@media (min-width: 1440px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1440px) {
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1440px) {
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1440px) {
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1440px) {
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1440px) {
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1440px) {
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1440px) {
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1440px) {
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1440px) {
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1440px) {
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1440px) {
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.625rem;
  }
}

@media (max-width: 1440px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1440px) {
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1440px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1440px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1440px) {
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1440px) {
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1440px) {
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1440px) {
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1440px) {
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1440px) {
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1440px) {
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1440px) {
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 640px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 640px) {
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 640px) {
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 640px) {
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 599px) {
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 599px) {
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 599px) {
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 599px) {
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 640px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 1440px) {
  .hidden-tablet-large {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .hidden-desktop {
    display: none !important;
  }
}

.visible-mobile {
  display: none !important;
}
@media (max-width: 640px) {
  .visible-mobile {
    display: block !important;
  }
}

.visible-tablet {
  display: none !important;
}
@media (max-width: 960px) {
  .visible-tablet {
    display: block !important;
  }
}

.visible-tablet-large {
  display: none !important;
}
@media (max-width: 1440px) {
  .visible-tablet-large {
    display: block !important;
  }
}

.visible-desktop {
  display: none !important;
}
@media (min-width: 1440px) {
  .visible-desktop {
    display: block !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #EFEFEF;
  width: 100vw;
}
.header-search {
  position: relative;
  margin-left: auto;
}
.header-search .search {
  opacity: 1;
}
.header-search .close {
  opacity: 0;
  stroke: #1E1E1E;
}
.header-search-btn {
  margin-left: auto;
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.1875rem;
          flex: 0 0 2.1875rem;
}
.header-search-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 1.125rem;
  fill: none;
  stroke: #7B7B7B;
  -webkit-transition: stroke 0.3s, opacity 0.3s;
  -o-transition: stroke 0.3s, opacity 0.3s;
  transition: stroke 0.3s, opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header-search-btn:hover svg {
    stroke: #F13C30;
  }
}
.header-search-form {
  position: absolute;
  top: 100%;
  top: 0%;
  right: 0;
  left: 0;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  padding: 0.75rem 0.625rem;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 0.3125rem;
  z-index: -1;
  -webkit-transition: top 0.3s, opacity 0.3s;
  -o-transition: top 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
}
.header-search-input {
  width: 100%;
  height: 2.5rem;
  border: none;
  outline: none;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.header-search-input::-webkit-input-placeholder {
  color: #989898;
}
.header-search-input::-moz-placeholder {
  color: #989898;
}
.header-search-input:-ms-input-placeholder {
  color: #989898;
}
.header-search-input::-ms-input-placeholder {
  color: #989898;
}
.header-search-input::placeholder {
  color: #989898;
}
.header-search-input-btn {
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  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;
  background-color: #EFEFEF;
  border: none;
  border-radius: 0.3125rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header-search-input-btn:hover {
    background-color: #F13C30;
  }
  .header-search-input-btn:hover .header-search-input-icon {
    stroke: #FFFFFF;
  }
}
.header-search-input-icon {
  width: 1.125rem;
  height: 1.125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.125rem;
          flex: 0 0 1.125rem;
  fill: none;
  stroke: #7B7B7B;
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.header-search.active + .header-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 100%;
  opacity: 1;
  z-index: 99;
}
.header-search.active .search {
  opacity: 0;
}
.header-search.active .close {
  opacity: 1;
}
.header-top {
  border-bottom: 1px solid #D9D9D9;
}
.header-top-wrapper {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.header-top-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-logo {
  display: block;
  width: 7.375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.375rem;
          flex: 0 0 7.375rem;
  margin-right: 5.4375rem;
}
.header-logo img {
  width: 100%;
}
@media (max-width: 1024px) {
  .header-logo {
    margin-right: auto;
  }
}
.header-btns {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 599px) {
  .header-btn {
    display: none;
  }
}
.header-burger {
  display: none;
  min-width: 2.1875rem;
  width: 2.1875rem;
  height: 2.1875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.1875rem;
          flex: 0 0 2.1875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.header-burger .ui-btn-icon {
  width: 0.9375rem;
  height: 0.9375rem;
  stroke-width: 1.5px;
}
@media (max-width: 1024px) {
  .header-burger {
    display: block;
  }
}
.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}
@media (max-width: 1024px) {
  .header-contacts {
    display: none;
  }
}
.header-contacts-item {
  position: relative;
  color: #353535;
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
}
.header-contacts-item::after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1px;
  right: -1.75rem;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: #D9D9D9;
}
.header-contacts-item:last-child::after {
  display: none;
}
.header-bottom {
  padding-top: 0.625rem;
  padding-bottom: 0.25rem;
}
@media (max-width: 1024px) {
  .header-bottom {
    display: none;
  }
}
.header-nav {
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1.2;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
  color: #353535;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.header-nav > ul > li {
  position: relative;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 0.3125rem;
  color: #353535;
  cursor: pointer;
}
.header-nav > ul > li:has(> ul) > a::after {
  content: "";
  display: inline-block;
  width: 0.4375rem;
  height: 0.25rem;
  background-color: #F13C30;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header-nav > ul > li > a {
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1.2;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
  color: #353535;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
@media (hover: hover) and (pointer: fine) {
  .header-nav > ul > li > a:hover {
    color: #F13C30;
  }
}
.header-nav > ul > li > ul {
  position: absolute;
  left: 0;
  top: calc(100%);
  display: none;
  padding: 1.25rem;
  background-color: #FFFFFF;
  border-radius: 0.3125rem;
  min-width: 17.5rem;
  -webkit-box-shadow: 0px 0px 5px rgba(152, 152, 152, 0.2);
          box-shadow: 0px 0px 5px rgba(152, 152, 152, 0.2);
  border-radius: 0.3125rem;
}
.header-nav > ul > li > ul > li {
  position: relative;
  margin-bottom: 0.3125rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header-nav > ul > li > ul > li:has(> ul):has(li) > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav > ul > li > ul > li:has(> ul):has(li) > a::after {
  content: "";
  display: inline-block;
  margin-left: 0.25rem;
  width: 0.4375rem;
  height: 0.25rem;
  background-color: #F13C30;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
.header-nav > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.header-nav > ul > li > ul > li > a {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.2;
  color: #353535;
  text-transform: none;
}
@media (hover: hover) and (pointer: fine) {
  .header-nav > ul > li > ul > li > a:hover {
    color: #F13C30;
  }
}
.header-nav > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  padding: 1.25rem;
  background-color: #FFFFFF;
  border-radius: 0.3125rem;
  min-width: 17.5rem;
  -webkit-box-shadow: 0px 0px 5px rgba(152, 152, 152, 0.2);
          box-shadow: 0px 0px 5px rgba(152, 152, 152, 0.2);
  border-radius: 0.3125rem;
}
.header-nav > ul > li > ul > li > ul > li {
  margin-bottom: 0.3125rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header-nav > ul > li > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.header-nav > ul > li > ul > li > ul > li > a {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.2;
  color: #353535;
  text-transform: none;
}
@media (hover: hover) and (pointer: fine) {
  .header-nav > ul > li > ul > li > ul > li > a:hover {
    color: #F13C30;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header-nav > ul > li > ul > li:hover > ul:has(> li) {
    display: block;
  }
  .header-nav > ul > li > ul > li:hover > a::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (hover: hover) and (pointer: fine) {
  .header-nav > ul > li:hover > ul {
    display: block;
  }
  .header-nav > ul > li:hover > a::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.header-btn {
  font-size: 0.6875rem;
  letter-spacing: -0.01rem;
  height: 2.1875rem;
}

.wrapper {
  position: relative;
  min-height: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.menu-open {
  height: calc(var(--vh, 1vh) * 100);
}
@media (max-width: 960px) {
  .menu-open {
    overflow: hidden !important;
  }
}

.non-scroll {
  overflow: hidden !important;
  height: calc(var(--vh, 1vh) * 100);
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100vw;
  padding-top: 5.5625rem;
  background-color: #FFFFFF;
}
@media (max-width: 1024px) {
  .main {
    padding-top: 3.5rem;
  }
}

.menu {
  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.25rem;
  background-color: #EFEFEF;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  min-width: 19.625rem;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 101;
}
.menu.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.appil-section {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  margin-bottom: 0;
}
@media (max-width: 1140px) {
  .appil-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 768px) {
  .appil-section {
    padding-bottom: 2.5rem;
  }
}

.iti {
  display: block;
}

.iti__selected-country {
  color: #353535;
  font-size: 1.25rem;
  line-height: 1.4375rem;
}
@media (max-width: 1140px) {
  .iti__selected-country {
    font-size: 1rem;
  }
}

.search-page {
  padding-bottom: 4.375rem;
}
@media (max-width: 1024px) {
  .search-page {
    padding-bottom: 3.125rem;
  }
}

.page-search-form {
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  max-width: 50rem;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 0.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .page-search-form {
    max-width: 100%;
  }
}
.page-search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-search-form input:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  outline: none;
}
.page-search-form input:first-child::-webkit-input-placeholder {
  color: #989898;
}
.page-search-form input:first-child::-moz-placeholder {
  color: #989898;
}
.page-search-form input:first-child:-ms-input-placeholder {
  color: #989898;
}
.page-search-form input:first-child::-ms-input-placeholder {
  color: #989898;
}
.page-search-form input:first-child::placeholder {
  color: #989898;
}
.page-search-form input:last-child {
  color: transparent;
  border: none;
  outline: none;
  width: 2.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  height: 2.5rem;
  border-radius: 0.3125rem;
  background-color: #EFEFEF;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 18.5L14.16 14.16M16.5 8.5C16.5 12.9183 12.9183 16.5 8.5 16.5C4.08172 16.5 0.5 12.9183 0.5 8.5C0.5 4.08172 4.08172 0.5 8.5 0.5C12.9183 0.5 16.5 4.08172 16.5 8.5Z' stroke='%237B7B7B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem 1.25rem;
  cursor: pointer;
}

.search-item {
  padding-bottom: 1.25rem;
}
.search-item:last-of-type {
  border-bottom: none;
  margin-bottom: 2.5rem;
}
.search-preview {
  max-width: 50rem;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 1.25rem;
}
@media (max-width: 1024px) {
  .search-preview {
    max-width: 100%;
  }
}

[data-gsap=fade-in-up],
[data-gsap=fade-in],
[data-gsap=fade-up],
.about-hero-picture img,
.hero-picture img,
.hero-picture-bg-1,
.hero-picture-bg-2,
.hero-title .h1,
.hero-info,
.about-hero-title,
.about-hero-text,
.risks.problems-section {
  opacity: 0;
}

[data-gsap-initialized=true],
.hero-picture img[data-gsap-initialized=true],
.about-hero-picture img[data-gsap-initialized=true],
.hero-picture-bg-1[data-gsap-initialized=true],
.hero-picture-bg-2[data-gsap-initialized=true],
.hero-title .h1[data-gsap-initialized=true],
.hero-info[data-gsap-initialized=true],
.about-hero-title[data-gsap-initialized=true],
.about-hero-text[data-gsap-initialized=true],
.risks.problems-section[data-gsap-initialized=true] {
  opacity: 1;
}

:root {
  --text-dark: #333333;
  --text-gray: #888888;
  --bg-light: #f2f2f2;
}

.footer {
  padding-top: 5.625rem;
  background: #FFFFFF;
}
@media (max-width: 1140px) {
  .footer {
    padding-top: 4.375rem;
  }
}
.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
}
.footer-header {
  display: none;
}
.footer-header-logo img {
  width: 10.625rem;
  height: 3.125rem;
}
@media (max-width: 599px) {
  .footer-header-logo img {
    width: 8.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 599px) {
  .footer-header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .footer-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
    row-gap: 1.875rem;
  }
}
@media (max-width: 599px) {
  .footer-header {
    grid-template-columns: 1fr;
  }
}
.footer-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25rem;
          flex: 0 0 25rem;
  width: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .footer-sidebar {
    display: none;
  }
}
.footer-logo {
  display: block;
  margin-bottom: 3.125rem;
}
@media (max-width: 1140px) {
  .footer-logo {
    margin-bottom: auto;
  }
}
.footer-logo img {
  width: 15.625rem;
}
@media (max-width: 1140px) {
  .footer-logo img {
    width: 11.25rem;
  }
}
.footer-label {
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-bottom: 1.25rem;
}
.footer-contacts {
  margin-bottom: 1.25rem;
  margin-top: auto;
}
@media (max-width: 1140px) {
  .footer-contacts {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
}
.footer-contacts-item {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}
@media (max-width: 1140px) {
  .footer-contacts-item {
    font-size: 1.25rem;
    letter-spacing: -0.05rem;
  }
}
.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-bottom: 3.25rem;
}
@media (max-width: 1140px) {
  .footer-socials {
    gap: 0.3125rem;
  }
}
@media (max-width: 768px) {
  .footer-socials {
    margin-bottom: 2.5rem;
  }
}
.footer-socials-link {
  position: relative;
  width: 4.6875rem;
  height: 4.6875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.6875rem;
          flex: 0 0 4.6875rem;
  border-radius: 50%;
  border: 0.09375rem solid #D9D9D9;
}
@media (max-width: 1140px) {
  .footer-socials-link {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.5rem;
            flex: 0 0 2.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-socials-link:hover {
    background-color: #F13C30;
    border-color: #F13C30;
  }
  .footer-socials-link:hover .footer-socials-icon {
    fill: #FFFFFF;
  }
  .footer-socials-link:hover .footer-socials-icon__hover {
    opacity: 1;
  }
}
.footer-socials-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  fill: #F13C30;
  -webkit-transition: fill 0.3s, opacity 0.3s;
  -o-transition: fill 0.3s, opacity 0.3s;
  transition: fill 0.3s, opacity 0.3s;
}
@media (max-width: 1140px) {
  .footer-socials-icon {
    width: 1rem;
    height: 1rem;
  }
}
.footer-socials-icon__main {
  opacity: 1;
}
.footer-socials-icon__hover {
  opacity: 0;
}
.footer-copyright {
  font-size: 0.875rem;
  letter-spacing: -0.01rem;
  color: #7B7B7B;
  margin-bottom: 1.375rem;
}
.footer-copyright__mobile {
  display: none;
}
@media (max-width: 1140px) {
  .footer-copyright {
    margin-top: auto;
  }
}
@media (max-width: 768px) {
  .footer-copyright {
    display: inline-block;
  }
}
.footer-column {
  position: relative;
  z-index: 2;
}
.footer-column ul li {
  font-size: 0;
}
.footer-column ul li a {
  display: inline-block;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.2;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
  color: #353535;
  margin-bottom: 0.625rem;
}
@media (hover: hover) and (pointer: fine) {
  .footer-column ul li a:hover {
    color: #F13C30;
  }
}
@media (max-width: 1140px) {
  .footer-column.full-width {
    grid-column: span 2;
  }
  .footer-column.full-width ul {
    max-width: 18.75rem;
  }
}
@media (max-width: 1140px) {
  .footer-column__navigation {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 599px) {
  .footer-column__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}
.footer-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #D9D9D9;
  padding-left: 1.1875rem;
}
.footer-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 13.5rem;
  -webkit-column-gap: 1.625rem;
     -moz-column-gap: 1.625rem;
          column-gap: 1.625rem;
  row-gap: 4.5rem;
  padding-bottom: 5.125rem;
  overflow: hidden;
  padding-right: 6.25rem;
  margin-right: -6.25rem;
}
@media (max-width: 1140px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    padding-right: 0;
    margin-right: 0;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    row-gap: 3rem;
    padding-bottom: 3.75rem;
  }
}
.footer-middle {
  display: none;
}
@media (max-width: 768px) {
  .footer-middle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 599px) {
  .footer-middle {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
}
.footer-bottom {
  border-top: 1px solid #D9D9D9;
  padding-top: 1.875rem;
  padding-bottom: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1140px) {
  .footer-bottom {
    padding-top: 1.375rem;
  }
}
.footer-bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #D9D9D9;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  z-index: 2;
}
.footer-bottom-links a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: -0.01rem;
  color: #7B7B7B;
  margin-bottom: 0.375rem;
}
.footer-bottom-links a:last-child {
  margin-bottom: 0;
}
.footer-cta {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  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;
}
.footer-cta .ui-btn {
  min-width: 14.375rem;
}
@media (max-width: 1140px) {
  .footer-cta .ui-btn {
    min-width: unset;
  }
}
.footer-developer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #7B7B7B;
  margin-top: 5.625rem;
}
@media (max-width: 1140px) {
  .footer-developer {
    margin-top: 3.125rem;
  }
}
.footer-developer-icon {
  width: 1.375rem;
  height: 0.6875rem;
}
.footer-picture {
  width: 50rem;
  position: absolute;
  bottom: -25.5rem;
  right: -11rem;
  z-index: 1;
}
.footer-picture img {
  width: 100%;
  display: block;
}
@media (max-width: 1140px) {
  .footer-picture {
    width: 41.875rem;
    bottom: -11.875rem;
    max-width: 120%;
    right: -43%;
  }
}
@media (max-width: 768px) {
  .footer-picture {
    display: none;
  }
}
.footer-picture__mobile {
  display: none;
}
@media (max-width: 768px) {
  .footer-picture__mobile {
    display: block;
    width: 31.25rem;
    bottom: -11.25rem;
    right: -8.75rem;
  }
}
@media (max-width: 599px) {
  .footer-picture__mobile {
    position: static;
    width: 100%;
    margin-top: -14%;
    margin-bottom: -30%;
    scale: 1.2;
  }
}
@media (max-width: 599px) {
  .footer-links {
    display: none;
  }
}
.footer-links__mobile {
  display: none;
}
@media (max-width: 599px) {
  .footer-links__mobile {
    display: block;
  }
}

.newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0.625rem;
}

.newsletter-form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.25rem;
  padding: 1.125rem 1.4375rem;
  background: #EFEFEF;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.3125rem;
  outline: none;
  width: calc(100% - 1rem);
}
@media (max-width: 1140px) {
  .newsletter-form input {
    font-size: 0.9375rem;
    padding: 1rem 1.375rem;
    max-width: 12.875rem;
  }
}
@media (max-width: 599px) {
  .newsletter-form input {
    max-width: 14.375rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.newsletter-form input::-webkit-input-placeholder {
  color: #989898;
}
.newsletter-form input::-moz-placeholder {
  color: #989898;
}
.newsletter-form input:-ms-input-placeholder {
  color: #989898;
}
.newsletter-form input::-ms-input-placeholder {
  color: #989898;
}
.newsletter-form input::placeholder {
  color: #989898;
}

.checkbox-container {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: -0.01rem;
  color: #7B7B7B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1140px) {
  .checkbox-container {
    margin-bottom: 3.125rem;
  }
}

.checkbox-container a {
  color: #7B7B7B;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .checkbox-container a:hover {
    color: #F13C30;
  }
}

@media (max-width: 1140px) {
  .footer-wrapper {
    gap: 2.5rem;
  }
  .footer-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.5rem;
            flex: 0 0 16.5rem;
    width: 16.5rem;
  }
  .footer-main {
    padding-left: 0.625rem;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 3.75rem;
  }
  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .footer-sidebar {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer-logo {
    margin-bottom: 2.5rem;
  }
  .footer-logo img {
    width: 12.5rem;
  }
  .footer-label {
    margin-bottom: 0.625rem;
  }
  .footer-contacts {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  .footer-contacts-item {
    font-size: 1.25rem;
  }
  .footer-copyright {
    margin-top: 1.875rem;
    margin-bottom: 0.8125rem;
  }
  .footer-main {
    border-left: none;
    padding-left: 0;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 2.5rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
    padding-bottom: 2.5rem;
  }
  .footer-column.full-width {
    grid-column: span 1;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer-bottom-links {
    width: 100%;
    max-width: 40%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: none;
    padding-bottom: 1.25rem;
  }
  .footer-bottom-links a {
    margin-bottom: 0.5rem;
  }
  .footer-cta {
    display: none;
  }
  .footer-developer {
    margin-top: 0;
  }

  .newsletter-form {
    gap: 0.1875rem;
    margin-bottom: 0.5rem;
  }

  .newsletter-form input {
    font-size: 1rem;
    padding: 0.875rem 1.125rem;
  }

  .checkbox-container {
    font-size: 0.75rem;
    gap: 0.5rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 599px) {
  .footer-grid {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 1.5rem;
    column-gap: 0;
    padding-bottom: 1.25rem;
  }
  .footer-contacts {
    margin-bottom: 0.625rem;
  }
  .footer-label {
    margin-bottom: 0.9375rem;
  }
  .footer-bottom {
    padding-top: 2rem;
  }
  .footer-bottom-links {
    max-width: 100%;
  }

  .checkbox-container {
    font-size: 0.75rem;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
  }
}
.my-mfp-zoom-in .popup-feedback.mfp-anim .mfp-inner {
  opacity: 0;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: opacity 0.3s 0.45s ease-in-out, -webkit-transform 0.3s 0.45s ease-in-out;
  transition: opacity 0.3s 0.45s ease-in-out, -webkit-transform 0.3s 0.45s ease-in-out;
  -o-transition: transform 0.3s 0.45s ease-in-out, opacity 0.3s 0.45s ease-in-out;
  transition: transform 0.3s 0.45s ease-in-out, opacity 0.3s 0.45s ease-in-out;
  transition: transform 0.3s 0.45s ease-in-out, opacity 0.3s 0.45s ease-in-out, -webkit-transform 0.3s 0.45s ease-in-out;
}

.not_delay .my-mfp-zoom-in .mfp-anim,
.my-mfp-zoom-in .mfp-anim.not_delay {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
  -webkit-transition: opacity 0.3s 0s ease-in-out, -webkit-transform 0.3s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out, -webkit-transform 0.3s 0s ease-in-out;
  -o-transition: transform 0.3s 0s ease-in-out, opacity 0.3s 0s ease-in-out;
  transition: transform 0.3s 0s ease-in-out, opacity 0.3s 0s ease-in-out;
  transition: transform 0.3s 0s ease-in-out, opacity 0.3s 0s ease-in-out, -webkit-transform 0.3s 0s ease-in-out;
}

.my-mfp-zoom-in.mfp-ready .popup-feedback.mfp-anim .mfp-inner {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .popup-feedback.mfp-anim .mfp-inner {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  opacity: 0;
}

.my-mfp-zoom-in .popup-success.mfp-anim {
  opacity: 0;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: opacity 0.3s 0.45s ease-in-out, -webkit-transform 0.3s 0.45s ease-in-out;
  transition: opacity 0.3s 0.45s ease-in-out, -webkit-transform 0.3s 0.45s ease-in-out;
  -o-transition: transform 0.3s 0.45s ease-in-out, opacity 0.3s 0.45s ease-in-out;
  transition: transform 0.3s 0.45s ease-in-out, opacity 0.3s 0.45s ease-in-out;
  transition: transform 0.3s 0.45s ease-in-out, opacity 0.3s 0.45s ease-in-out, -webkit-transform 0.3s 0.45s ease-in-out;
}

.my-mfp-zoom-in.mfp-ready .popup-success.mfp-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .popup-success.mfp-anim {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  opacity: 0;
}

.popup-feedback {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.75rem;
  height: 100vh;
  overflow: auto;
  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 (max-width: 960px) {
  .popup-feedback {
    max-width: 34.875rem;
  }
}
@media (max-width: 599px) {
  .popup-feedback {
    max-width: unset;
    width: 100%;
  }
}
.popup-feedback .mfp-content {
  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 (max-width: 960px) {
  .popup-feedback .form-content {
    padding-bottom: 3.75rem;
  }
}

.mfp-close-btn-in .mfp-close {
  position: fixed;
  right: 2.5rem !important;
  top: 2.5rem !important;
  font-size: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 0.500087L0.5 14.5M14.5 14.4999L0.5 0.5" stroke="%23EFEFEF" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: 0.9375rem 0.9375rem;
  background-position: center;
  z-index: 10000;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
@media (max-width: 768px) {
  .mfp-close-btn-in .mfp-close {
    right: 0 !important;
  }
}
@media (max-width: 599px) {
  .mfp-close-btn-in .mfp-close {
    top: 1.25rem !important;
    right: 1.25rem !important;
  }
}

.mfp-container {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
@media (max-width: 599px) {
  .mfp-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.popup-success {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  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;
  max-width: 35.625rem;
  border-radius: 1.875rem;
  background-color: #1E1E1E;
  padding: 3.75rem;
}
@media (max-width: 1024px) {
  .popup-success {
    max-width: 35rem;
  }
}
@media (max-width: 599px) {
  .popup-success {
    padding: 1.875rem;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.popup-success-title {
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: -0.05rem;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}
@media (max-width: 1024px) {
  .popup-success-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 599px) {
  .popup-success-title {
    font-size: 1.875rem;
  }
}
.popup-success-text {
  color: #989898;
  letter-spacing: -0.05rem;
}
.popup-success .mfp-close {
  position: absolute !important;
  top: 1.875rem !important;
  right: 1.875rem !important;
}
@media (max-width: 599px) {
  .popup-success .mfp-close {
    position: fixed !important;
    top: 1.25rem !important;
    right: 1.25rem !important;
  }
}

.mfp-image-holder .mfp-close {
  width: 1.5rem !important;
  cursor: pointer;
}

.burger-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: rgba(10, 10, 10, 0.8);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.burger-menu.active {
  opacity: 1;
  visibility: visible;
}
.burger-menu.active .burger-menu-wrapper {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.burger-menu-wrapper {
  width: 17.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.5rem;
          flex: 0 0 17.5rem;
  height: 100%;
  overflow: auto;
  padding: 1.875rem;
  background-color: #EFEFEF;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.burger-menu-logo {
  display: block;
  width: 6rem;
  margin-bottom: 1.25rem;
}
.burger-menu-close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  border: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .burger-menu-close:hover .burger-menu-close-icon {
    stroke: #F13C30;
  }
}
.burger-menu-close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 1.125rem;
  fill: none;
  stroke: #1E1E1E;
  -webkit-transform: stroke 0.3s;
      -ms-transform: stroke 0.3s;
          transform: stroke 0.3s;
}
.burger-nav {
  margin-bottom: 1.25rem;
}
.burger-nav > ul > li:has(> ul) > a::after {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.1875rem;
  background-color: #F13C30;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.burger-nav > ul > li.active > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.burger-nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 400;
  color: #353535;
  margin-bottom: 0.625rem;
}
@media (hover: hover) and (pointer: fine) {
  .burger-nav > ul > li > a:hover {
    color: #F13C30;
  }
}
.burger-nav > ul > li > ul {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.burger-nav > ul > li > ul.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.burger-nav > ul > li > ul > li {
  margin-bottom: 0.3125rem;
}
.burger-nav > ul > li > ul > li.active > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.burger-nav > ul > li > ul > li:has(> ul):has(li) > a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.25rem;
  width: 0.375rem;
  height: 0.1875rem;
  background-color: #F13C30;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.burger-nav > ul > li > ul > li > a {
  font-size: 0.8125rem;
  line-height: 1.2;
  font-weight: 400;
  color: #353535;
}
@media (hover: hover) and (pointer: fine) {
  .burger-nav > ul > li > ul > li > a:hover {
    color: #F13C30;
  }
}
.burger-nav > ul > li > ul > li > ul {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding-left: 1.5rem;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.burger-nav > ul > li > ul > li > ul.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.burger-nav > ul > li > ul > li > ul > li {
  margin-bottom: 0.3125rem;
}
.burger-nav > ul > li > ul > li > ul > li > a {
  font-size: 0.8125rem;
  line-height: 1.2;
  font-weight: 400;
  color: #353535;
}
@media (hover: hover) and (pointer: fine) {
  .burger-nav > ul > li > ul > li > ul > li > a:hover {
    color: #F13C30;
  }
}
.burger-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 1.875rem;
}
.burger-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.burger-footer-link {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: -0.01rem;
  color: #353535;
  margin-top: 1.875rem;
  display: inline-block;
}

.article {
  max-width: 64.75rem;
  padding-bottom: 4.375rem;
}
@media (max-width: 1140px) {
  .article {
    padding-bottom: 3.125rem;
  }
}
.article .ui-btn {
  margin-top: 1.875rem;
}
.article__news {
  max-width: none;
  padding-bottom: 0.625rem;
}
@media (max-width: 1140px) {
  .article__news {
    padding-bottom: 0;
  }
}
.article__news p {
  color: #7B7B7B;
}
@media (max-width: 599px) {
  .article__news h4 {
    font-size: 1.125rem;
  }
}

.error-section {
  color: #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #1E1E1E;
  min-height: 36.125rem;
  border-radius: 1.875rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 2.6875rem;
}
.error-section-title {
  color: #EFEFEF;
  text-align: center;
  margin-bottom: 0.9375rem;
}
.error-section-text {
  text-align: center;
  letter-spacing: -0.01rem;
  color: #989898;
  margin-bottom: 2.5rem;
}
@media (max-width: 599px) {
  .error-section-text br {
    display: none;
  }
}

.contacts-card {
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 2.5rem;
  margin-bottom: 1.25rem;
  height: calc(100% - 1.25rem);
}
@media (max-width: 768px) {
  .contacts-card {
    padding: 1.875rem;
  }
}
@media (max-width: 599px) {
  .contacts-card {
    margin-bottom: 1.25rem;
    height: calc(100% - 0.625rem);
  }
}
.contacts-card__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts-card-label {
  letter-spacing: -0.01rem;
  color: #989898;
  margin-bottom: 0.625rem;
}
@media (max-width: 1140px) {
  .contacts-card-label {
    font-size: 0.9375rem;
  }
}
.contacts-card__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
@media (max-width: 599px) {
  .contacts-card__address {
    gap: 1.875rem;
  }
}
.contacts-links {
  margin-top: 3.5rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 1140px) {
  .contacts-links {
    margin-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .contacts-links {
    margin-top: 1.875rem;
  }
}
@media (max-width: 599px) {
  .contacts-links {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.contacts-link {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 1140px) {
  .contacts-link {
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .contacts-link {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
.contacts-link:last-child {
  margin-bottom: 0;
}
.contacts-link-icon {
  width: 3.125rem;
  height: 3.125rem;
  fill: #FFFFFF;
}
.contacts-info {
  letter-spacing: -0.01rem;
  color: #7B7B7B;
}
@media (max-width: 1140px) {
  .contacts-info {
    font-size: 0.9375rem;
  }
}
.contacts-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-top: auto;
}
@media (max-width: 599px) {
  .contacts-socials {
    margin-top: 1.25rem;
  }
}
.contacts-socials-link {
  position: relative;
  width: 4.6875rem;
  height: 4.6875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.6875rem;
          flex: 0 0 4.6875rem;
  border-radius: 50%;
  border: 0.09375rem solid #D9D9D9;
}
@media (hover: hover) and (pointer: fine) {
  .contacts-socials-link:hover {
    background-color: #F13C30;
    border-color: #F13C30;
  }
  .contacts-socials-link:hover .contacts-socials-icon {
    fill: #FFFFFF;
  }
  .contacts-socials-link:hover .contacts-socials-icon__hover {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .contacts-socials-link {
    width: 4rem;
    height: 4rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4rem;
            flex: 0 0 4rem;
  }
}
.contacts-socials-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  fill: #F13C30;
  -webkit-transition: fill 0.3s, opacity 0.3s;
  -o-transition: fill 0.3s, opacity 0.3s;
  transition: fill 0.3s, opacity 0.3s;
}
.contacts-socials-icon__main {
  opacity: 1;
}
.contacts-socials-icon__hover {
  opacity: 0;
}

.contacts-card:has(.requisites-list), .contacts-card:has(.office-address) {
  height: auto;
}

.requisites-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.requisites-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  padding-top: 1.875rem;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #D9D9D9;
}
.requisites-item:first-child {
  padding-top: 0;
}
@media (max-width: 1140px) {
  .requisites-item {
    padding-top: 1.25rem;
  }
}
@media (max-width: 768px) {
  .requisites-item {
    grid-template-columns: 12.5rem 1fr;
    gap: 1.875rem;
  }
}
@media (max-width: 599px) {
  .requisites-item {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.625rem;
  }
}
.requisites-label {
  font-size: 1.5rem;
  color: #7B7B7B;
  letter-spacing: -0.05rem;
  font-weight: 500;
}
@media (max-width: 1140px) {
  .requisites-label {
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .requisites-label {
    font-size: 1.125rem;
  }
}
.requisites-value {
  font-weight: 500;
  font-size: 1.5rem;
  color: #353535;
  letter-spacing: -0.05rem;
}
@media (max-width: 1140px) {
  .requisites-value {
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .requisites-value {
    font-size: 1.125rem;
  }
}
.requisites-phone {
  color: #F13C30;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .requisites-phone:hover {
    color: #E22529;
  }
}

.office-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 599px) {
  .office-main {
    gap: 1.875rem;
  }
}
.office-address {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.05rem;
  color: #353535;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media (max-width: 1140px) {
  .office-address {
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .office-address {
    font-size: 1.125rem;
  }
  .office-address br {
    display: none;
  }
}
.office-address-icon {
  width: 3.125rem;
  height: 3.125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.125rem;
          flex: 0 0 3.125rem;
  fill: #F13C30;
}
.office-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  row-gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}
.office-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.office-info-label {
  font-size: 1rem;
  color: #7B7B7B;
  letter-spacing: -0.01rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 599px) {
  .office-info-label {
    font-size: 0.9375rem;
  }
}
.office-info-value {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.07rem;
  color: #353535;
}
@media (max-width: 1140px) {
  .office-info-value {
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .office-info-value {
    font-size: 1.125rem;
  }
}
.office-directions {
  max-width: 36.75rem;
}
.office-directions-title {
  margin-bottom: 1.25rem;
  letter-spacing: -0.07rem;
}
@media (max-width: 768px) {
  .office-directions-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .office-directions-title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
.office-directions-text {
  font-size: 1rem;
  color: #7B7B7B;
  letter-spacing: -0.01rem;
  line-height: 1.5;
}
.office-directions-text p {
  line-height: 1.2;
  margin-bottom: 1.125rem;
  letter-spacing: -0.01rem;
}
.office-directions-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .office-directions-text p br {
    display: none;
  }
}
.office-photo {
  width: 100%;
  height: 21.5rem;
  border-radius: 1.875rem;
  overflow: hidden;
  background-color: #D9D9D9;
  margin-bottom: 1.25rem;
}
@media (max-width: 1140px) {
  .office-photo {
    height: 17.5rem;
  }
}
@media (max-width: 599px) {
  .office-photo {
    height: 15rem;
  }
}
.office-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.office-map {
  width: 100%;
  height: 21.5rem;
  border-radius: 1.875rem;
  background-color: #D9D9D9;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
@media (max-width: 1140px) {
  .office-map {
    height: 17.5rem;
  }
}
@media (max-width: 599px) {
  .office-map {
    height: 15rem;
  }
}

.form-appil {
  padding: 1.875rem 1.875rem;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media (max-width: 1140px) {
  .form-appil {
    padding: 4.375rem;
  }
}
@media (max-width: 599px) {
  .form-appil {
    padding: 1.25rem;
  }
}
.form-appil__no-border {
  padding: 0;
  background: none;
  border: none;
}
.form-appil-wrapper {
  position: relative;
  color: #FFFFFF;
  background-color: #1E1E1E;
  border-radius: 1.875rem;
  z-index: 2;
  overflow: hidden;
}
.form-appil-img {
  position: absolute;
  left: -27%;
  bottom: -86%;
  width: 93%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  max-width: unset;
}
@media (max-width: 1280px) {
  .form-appil-img {
    left: -27%;
    bottom: -74%;
  }
}
@media (max-width: 1140px) {
  .form-appil-img {
    left: -30%;
    bottom: -77%;
  }
}
@media (max-width: 960px) {
  .form-appil-img {
    left: 28%;
    bottom: -20%;
  }
}
@media (max-width: 768px) {
  .form-appil-img {
    bottom: -15%;
  }
}
@media (max-width: 599px) {
  .form-appil-img {
    width: 160%;
    left: -7%;
    bottom: -20%;
  }
}
@media (max-width: 599px) {
  .form-appil .ui-btn {
    width: 100%;
  }
}
.form-info {
  position: relative;
  padding: 2.5rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .form-info {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
  }
}
.form-content {
  position: relative;
  padding: 3.125rem 3.125rem 3.125rem 0;
  z-index: 2;
}
@media (max-width: 960px) {
  .form-content {
    padding: 0 2.5rem 13.75rem 2.5rem;
  }
}
@media (max-width: 768px) {
  .form-content {
    padding: 0 1.875rem 13.75rem 1.875rem;
  }
}
@media (max-width: 599px) {
  .form-content {
    padding: 0 0.9375rem 18.75rem 0.9375rem;
  }
}
.form-title {
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}
.form-description {
  letter-spacing: -0.01rem;
  color: #989898;
  max-width: 30.0625rem;
}
@media (max-width: 1140px) {
  .form-description {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1024px) {
  .form-agree {
    margin-bottom: 0.875rem;
  }
}
.form-agree .checkbox-text a {
  color: #FFFFFF;
}
.form-agree-item {
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: -0.01rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 599px) {
  .form-agree-item {
    font-size: 0.75rem;
  }
}
.form-agree-item:last-child {
  margin-bottom: 0;
}
.form-agree-item .ui-checkbox {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.form-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .form-file {
    margin-bottom: 0.625rem;
  }
}
.form-file-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  letter-spacing: -0.01rem;
  overflow: hidden;
}
.form-file-input {
  display: none;
}
.form-file-btn {
  font-size: 1.25rem;
  letter-spacing: -0.01rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .form-file-btn {
    font-size: 1rem;
  }
}
.form-file-icon {
  width: 1.125rem;
  height: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.125rem;
          flex: 0 0 1.125rem;
}
.form-file-name {
  font-size: 0.8125rem;
  -ms-flex-item-align: center;
      align-self: center;
  color: #989898;
  max-width: 13rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.news-section__padding {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media (max-width: 1024px) {
  .news-section__padding {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 768px) {
  .news-section__padding {
    padding-bottom: 0;
  }
}
.news-action {
  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;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}
.news-action .ui-tabs {
  margin-bottom: 0;
}
.news-title {
  margin-top: 1.875rem;
  max-width: 57.125rem;
}
@media (max-width: 1140px) {
  .news-title {
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  .news-title {
    margin-bottom: 1.25rem;
  }
}
.news-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 4.375rem;
  margin-bottom: 4.375rem;
}
@media (max-width: 1140px) {
  .news-cards {
    row-gap: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 768px) {
  .news-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .news-cards {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.news-cards-wrapper {
  margin-bottom: 8.75rem;
}
@media (max-width: 1140px) {
  .news-cards-wrapper {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 599px) {
  .news-cards-wrapper {
    margin-bottom: 5rem;
  }
  .news-cards-wrapper .ui-btn {
    width: 100%;
  }
}
.news-card__img {
  margin-bottom: 1.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.news-card__img--horizontal {
  height: 15.625rem;
}
.news-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-card-title {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  color: #353535;
  margin-bottom: 1.25rem;
}
@media (max-width: 1140px) {
  .news-card-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .news-card-title {
    font-size: 1.125rem;
  }
}
.news-card-more {
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .news-card:hover .news-card-more {
    color: #1E1E1E;
  }
}
.news-picture {
  position: relative;
  width: 100%;
  height: 28.6875rem;
  border-radius: 1.875rem;
  overflow: hidden;
  margin-bottom: 3.75rem;
}
@media (max-width: 1140px) {
  .news-picture {
    height: 25rem;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 768px) {
  .news-picture {
    height: 19.1875rem;
  }
}
@media (max-width: 599px) {
  .news-picture {
    height: 16.0625rem;
  }
}
.news-picture img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-picture-card {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
  max-width: 23.75rem;
  min-height: 17.5rem;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.875rem;
  gap: 0.875rem;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(1.875rem);
          backdrop-filter: blur(1.875rem);
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .news-picture-card {
    bottom: 1.875rem;
    left: 1.875rem;
    max-width: 19.3125rem;
    min-height: 12.3125rem;
  }
}
@media (max-width: 480px) {
  .news-picture-card {
    max-width: unset;
    right: 2.5rem;
  }
}
.news-picture-card-img {
  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: 9.625rem;
  height: 4.5625rem;
  border-radius: 0.9375rem;
  padding: 0.9375rem;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-picture-card-img {
    width: 7.5rem;
    height: 3.8125rem;
  }
}
.news-picture-card-img img {
  display: block;
  width: 100%;
}
.news-picture-card-text {
  letter-spacing: -0.01em;
  color: #FFFFFF;
  max-width: 15.5625rem;
}
@media (max-width: 768px) {
  .news-picture-card-text {
    font-size: 0.9375rem;
  }
}
.news-content {
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-bottom: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-content-container {
  width: 66.66%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
}
@media (max-width: 1140px) {
  .news-content-container {
    width: 62.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
  }
}
@media (max-width: 900px) {
  .news-content-container {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.news-content-side {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
@media (max-width: 900px) {
  .news-content-side {
    display: none;
  }
}
.news-slider-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 1.875rem;
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 1140px) {
  .news-slider-wrapper {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.news-slider-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.875rem;
}
@media (max-width: 1024px) {
  .news-slider-nav {
    padding: 0 0.9375rem;
  }
}
.news-slider-image {
  height: 28.625rem;
}
@media (max-width: 1140px) {
  .news-slider-image {
    height: 20rem;
  }
}
.news-slider-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .news-list-header {
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .news-list-header {
    margin-bottom: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.news-list-slider {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (max-width: 1140px) {
  .news-list-slider {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
}
@media (max-width: 599px) {
  .news-list-slider {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-left: -1.125rem;
    margin-right: -1.125rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.news-list-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.news-list-slider .news-card {
  display: block;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (max-width: 1140px) {
  .news-list-slider .news-card {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}
@media (max-width: 599px) {
  .news-list-slider .news-card {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.news-problems {
  color: #FFFFFF;
  background-color: #353535;
  margin-left: -62.5rem;
  margin-right: -62.5rem;
  margin-bottom: 3.75rem;
  padding-top: 3.75rem;
  padding-left: 62.5rem;
  padding-right: 62.5rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 1920px) {
  .news-problems {
    margin-left: -125rem;
    margin-right: -125rem;
    padding-left: 125rem;
    padding-right: 125rem;
  }
}
@media (max-width: 1140px) {
  .news-problems {
    padding-top: 3.125rem;
    padding-bottom: 1.25rem;
    margin-bottom: 3.125rem;
  }
}
.news-problems-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 2.5rem;
  padding-bottom: 2.8125rem;
}
@media (max-width: 1024px) {
  .news-problems-list {
    grid-template-columns: 1fr;
    padding-bottom: 0.625rem;
  }
}
@media (max-width: 900px) {
  .news-problems-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .news-problems-list {
    grid-template-columns: 1fr;
    row-gap: 1.875rem;
  }
}
.news-problems-block-title {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1140px) {
  .news-problems-block-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .news-problems-block-title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
.news-problems-item {
  margin-bottom: 1.25rem;
}
@media (max-width: 1024px) {
  .news-problems-item {
    max-width: 26.0625rem;
  }
}
@media (max-width: 599px) {
  .news-problems-item {
    max-width: 18.75rem;
  }
}
.news-problems-item:last-child {
  margin-bottom: 0;
}
.news-problems-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media (max-width: 1140px) {
  .news-problems-title {
    font-size: 0.9375rem;
  }
}
.news-problems-title span {
  color: #F13C30;
}
.news-problems-text {
  font-size: 0.875rem;
  letter-spacing: -0.01rem;
  color: #989898;
  margin-top: 0.625rem;
}
@media (max-width: 599px) {
  .news-problems-text {
    font-size: 0.75rem;
  }
}

.quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (max-width: 1140px) {
  .quote {
    gap: 0.875rem;
  }
}
@media (max-width: 599px) {
  .quote {
    gap: 0.5rem;
  }
}
@media (max-width: 599px) {
  .quote:has(.quote-image) .quote-item-text {
    margin-left: -4.875rem;
  }
}
.quote-list {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .quote-list {
    margin-bottom: 0.625rem;
  }
}
.quote-image {
  width: 8.375rem;
  height: 8.375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.375rem;
          flex: 0 0 8.375rem;
  border-radius: 1.875rem;
  background-color: #EFEFEF;
  overflow: hidden;
}
@media (max-width: 1140px) {
  .quote-image {
    width: 6.5625rem;
    height: 6.5625rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.5625rem;
            flex: 0 0 6.5625rem;
  }
}
@media (max-width: 599px) {
  .quote-image {
    width: 2.5625rem;
    height: 2.5625rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.5625rem;
            flex: 0 0 2.5625rem;
    border-radius: 0.625rem;
  }
}
.quote-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.quote-image__logo {
  padding: 1.5rem;
  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;
}
.quote-image__logo img {
  height: auto;
}
.quote-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.quote-content-icon {
  font-size: 10.5rem;
  letter-spacing: -0.01rem;
  color: #EFEFEF;
  display: block;
  line-height: 8.375rem;
}
@media (max-width: 1140px) {
  .quote-content-icon {
    font-size: 7.5rem;
    line-height: 6.5625rem;
  }
}
@media (max-width: 768px) {
  .quote-content-icon {
    font-size: 6.25rem;
    line-height: 5rem;
  }
}
@media (max-width: 599px) {
  .quote-content-icon {
    font-size: 3.5rem;
    line-height: 2.5625rem;
  }
}
.quote-item {
  display: block;
  max-width: 35.3125rem;
}
@media (max-width: 1140px) {
  .quote-item {
    max-width: 26.0625rem;
  }
}
.quote-item-title {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  color: #353535;
  margin-bottom: 0.625rem;
}
@media (max-width: 1140px) {
  .quote-item-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .quote-item-title {
    font-size: 1.125rem;
  }
}
.quote-item-title span {
  display: block;
  font-size: 1rem;
  letter-spacing: -0.01rem;
  color: #353535;
}
@media (max-width: 1140px) {
  .quote-item-title span {
    font-size: 0.9375rem;
  }
}
.quote-item-text {
  letter-spacing: -0.01rem;
  color: #7B7B7B;
}
@media (max-width: 1140px) {
  .quote-item-text {
    font-size: 0.9375rem;
  }
}
@media (max-width: 599px) {
  .quote-item-text {
    margin-left: -1.75rem;
  }
}

.plaque {
  padding: 2.5rem;
  border-radius: 1.875rem;
  background-color: #EFEFEF;
}
.plaque-title {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  color: #353535;
  margin-bottom: 0.4375rem;
}
@media (max-width: 1140px) {
  .plaque-title {
    font-size: 1.25rem;
  }
}
.plaque-text {
  font-size: 1.25rem;
  letter-spacing: -0.01rem;
  color: #7B7B7B;
  margin-bottom: 1.875rem;
}
@media (max-width: 1140px) {
  .plaque-text {
    font-size: 0.9375rem;
  }
}

.results {
  margin-bottom: 6.875rem;
  padding-top: 1.875rem;
}
@media (max-width: 1140px) {
  .results {
    margin-bottom: 6.25rem;
  }
}
.results h4 {
  margin-bottom: 1.875rem;
}
@media (max-width: 599px) {
  .results h4 {
    margin-bottom: 1.25rem;
  }
}
.results-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.625rem;
     -moz-column-gap: 1.625rem;
          column-gap: 1.625rem;
  row-gap: 1.25rem;
}
@media (max-width: 1140px) {
  .results-list {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 1.875rem;
  }
}
@media (max-width: 768px) {
  .results-list {
    row-gap: 1.25rem;
  }
}
@media (max-width: 599px) {
  .results-list {
    grid-template-columns: 1fr;
    row-gap: 0.625rem;
  }
}
.results-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;
  padding: 1.25rem;
  gap: 1.25rem;
  min-height: 18.125rem;
  border: 1px solid #EFEFEF;
  border-radius: 1.25rem;
}
@media (max-width: 1140px) {
  .results-item {
    min-height: 15.5625rem;
  }
}
@media (max-width: 599px) {
  .results-item {
    min-height: 13.0625rem;
  }
}
.results-item-point {
  font-weight: 500;
  font-size: 0.625rem;
  letter-spacing: -0.05rem;
  color: #F13C30;
}
.results-item-value {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  color: #353535;
  margin-bottom: 1.25rem;
  max-width: 15.5625rem;
}
@media (max-width: 1140px) {
  .results-item-value {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .results-item-value {
    max-width: 13.75rem;
  }
}
.results-item-description {
  letter-spacing: -0.01rem;
  color: #7B7B7B;
  max-width: 21.4375rem;
}
@media (max-width: 1140px) {
  .results-item-description {
    font-size: 0.9375rem;
  }
}

.review h4 {
  margin-bottom: 1.875rem;
}
@media (max-width: 1140px) {
  .review h4 {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .review h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .review h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 7680px) {
  .review .ui-btn {
    margin-top: 0.625rem;
  }
}

.cases {
  padding-top: 1.875rem;
  overflow: hidden;
  margin-bottom: 5rem;
}
@media (max-width: 1140px) {
  .cases {
    margin-bottom: 3.125rem;
  }
}
.cases-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1280px) {
  .cases-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cases-filter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.5%;
          flex: 0 0 32.5%;
  width: 32.5%;
}
@media (max-width: 1280px) {
  .cases-filter {
    position: absolute;
    left: 0;
    right: 0;
    top: 3.125rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem;
    padding: 1.875rem;
    background-color: #FFFFFF;
    border-radius: 1.875rem;
    max-height: 0;
    opacity: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: height 0.3s, opacity 0.3s;
    -o-transition: height 0.3s, opacity 0.3s;
    transition: height 0.3s, opacity 0.3s;
    -webkit-box-shadow: 0px 0px 0.3125rem rgba(152, 152, 152, 0.2);
            box-shadow: 0px 0px 0.3125rem rgba(152, 152, 152, 0.2);
    z-index: 99;
  }
}
@media (max-width: 1280px) and (max-width: 599px) {
  .cases-filter {
    grid-template-columns: 1fr;
    gap: 1.625rem;
  }
}
@media (max-width: 1280px) {
  .cases-filter.active {
    max-height: 62.5rem;
    opacity: 1;
    overflow: visible;
  }
}
.cases-filter-trigger {
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: -0.01rem;
  color: #353535;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: none;
}
.cases-filter-trigger__icon {
  width: 0.75rem;
  height: 0.4375rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cases-filter-trigger.active .cases-filter-trigger__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1280px) {
  .cases-filter-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }
}
@media (max-width: 1280px) {
  .cases-content .ui-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.cases-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 1140px) {
  .cases-cards {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 0.625rem;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 599px) {
  .cases-cards {
    grid-template-columns: 1fr;
  }
}
.cases-card {
  background-color: #FFFFFF;
  padding: 1.875rem;
  border-radius: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.cases-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 1140px) {
  .cases-card-header {
    margin-bottom: 1.625rem;
  }
}
@media (max-width: 768px) {
  .cases-card-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.cases-card-image {
  width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
@media (max-width: 1140px) {
  .cases-card-image {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
.cases-card-image__wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 0.625rem;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
}
.cases-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cases-card-title {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  color: #353535;
}
@media (max-width: 1140px) {
  .cases-card-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .cases-card-title {
    font-size: 1.125rem;
  }
}
.cases-card-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
  padding-bottom: 0.9375rem;
}
@media (max-width: 768px) {
  .cases-card-company {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cases-card-company__label {
  letter-spacing: -0.01em;
  color: #989898;
  width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
@media (max-width: 1140px) {
  .cases-card-company__label {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media (max-width: 768px) {
  .cases-card-company__label {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.cases-card-company__logo {
  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.875rem;
  height: 1.8125rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.875rem;
          flex: 0 0 3.875rem;
  padding: 0.375rem;
}
.cases-card-descrpiption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
  padding-top: 0.9375rem;
  margin-top: auto;
}
@media (max-width: 768px) {
  .cases-card-descrpiption {
    -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;
  }
}
.cases-card-descrpiption__more {
  width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
@media (max-width: 1140px) {
  .cases-card-descrpiption__more {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media (max-width: 768px) {
  .cases-card-descrpiption__more {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.cases-card-descrpiption__more-link {
  font-size: 0.8125rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.cases-card-descrpiption__text {
  color: #7B7B7B;
}
@media (max-width: 1140px) {
  .cases-card-descrpiption__text {
    font-size: 0.9375rem;
    letter-spacing: -0.01rem;
  }
}

.hero {
  display: grid;
  grid-template-columns: 3fr 4fr 1.9fr;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .hero {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
@media (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
  }
}
@media (min-aspect-ratio: 16/8.5) {
  .hero {
    min-height: calc(100vh - 9.8rem);
    max-height: 60rem;
  }
}
@media (max-width: 1140px) and (min-aspect-ratio: 16/8.5) {
  .hero {
    min-height: calc(100vh - 7.5rem);
  }
}
@media (max-width: 1024px) {
  .hero {
    min-height: unset;
  }
}
.hero-picture {
  margin-top: -1.375rem;
  margin-bottom: -6.75rem;
  -webkit-transform: scale(0.94) translateX(-2.25rem);
      -ms-transform: scale(0.94) translateX(-2.25rem);
          transform: scale(0.94) translateX(-2.25rem);
}
@media (max-width: 1280px) {
  .hero-picture {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .hero-picture {
    margin-top: 1.625rem;
    margin-bottom: -2.25rem;
    -webkit-transform: scale(1.1) translateX(-3%);
        -ms-transform: scale(1.1) translateX(-3%);
            transform: scale(1.1) translateX(-3%);
  }
}
@media (max-width: 768px) {
  .hero-picture {
    margin-top: 1.25rem;
    margin-bottom: -5.875rem;
    max-width: 30.75rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 599px) {
  .hero-picture {
    margin-top: 5rem;
    margin-bottom: -6.25rem;
  }
}
.hero__problems {
  display: grid;
  grid-template-columns: 2fr 4fr 2fr;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .hero__problems {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
@media (max-width: 768px) {
  .hero__problems {
    grid-template-columns: 1fr;
  }
}
.hero__problems .hero-picture {
  margin-top: 0%;
  margin-bottom: -33%;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
@media (max-width: 1280px) {
  .hero__problems .hero-picture {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .hero__problems .hero-picture {
    margin-top: 4%;
    margin-bottom: -15%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .hero__problems .hero-picture img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 768px) {
  .hero__problems .hero-picture {
    margin-top: 5%;
    margin-bottom: -29%;
    max-width: 30.75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__problems .hero-picture img {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@media (max-width: 599px) {
  .hero__problems .hero-picture {
    margin-top: 15%;
    margin-bottom: -33%;
  }
}
.hero__problems .hero-picture::after {
  top: 38%;
}
@media (max-width: 768px) {
  .hero__problems .hero-picture::after {
    top: 30%;
  }
}
.hero__problems .hero-title {
  margin-bottom: 0;
}
.hero__horizontal-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media (max-width: 1280px) {
  .hero__horizontal-image {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .hero__horizontal-image {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    padding-bottom: 23.125rem;
  }
}
@media (max-width: 599px) {
  .hero__horizontal-image {
    padding-bottom: 21.25rem;
  }
}
.hero__horizontal-image .hero-title {
  position: relative;
  grid-area: 1/1/2/2;
  max-width: 33.1875rem;
  z-index: 2;
}
@media (max-width: 1280px) {
  .hero__horizontal-image .hero-title {
    grid-area: 1/2/2/3;
  }
}
@media (max-width: 768px) {
  .hero__horizontal-image .hero-title {
    grid-area: unset;
  }
}
.hero__horizontal-image .hero-info {
  grid-area: 1/2/2/3;
  max-width: 20.1875rem;
  margin-left: auto;
}
@media (max-width: 599px) {
  .hero__horizontal-image .hero-info {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .hero__horizontal-image .hero-info__mobile {
    margin-left: 0;
  }
}
.hero__horizontal-image .hero-picture {
  grid-area: 2/1/3/3;
  width: 55%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -17%;
  margin-bottom: -22%;
}
@media (max-width: 1280px) {
  .hero__horizontal-image .hero-picture {
    grid-area: 1/1/2/2;
    position: absolute;
    top: 3%;
    right: 3%;
    width: 90%;
  }
}
@media (max-width: 1140px) {
  .hero__horizontal-image .hero-picture {
    top: 1.5%;
    right: 4%;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .hero__horizontal-image .hero-picture {
    grid-area: unset;
    max-width: unset;
    width: 110%;
    top: 4%;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (max-width: 599px) {
  .hero__horizontal-image .hero-picture {
    width: 150%;
    top: 3.2%;
  }
}
.hero__horizontal-image .hero-picture img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.hero__network {
  grid-template-columns: 3.1fr 4fr 2.3fr;
}
@media (max-width: 1280px) {
  .hero__network {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .hero__network {
    grid-template-columns: 1fr;
  }
}
.hero__network .hero-picture {
  margin-top: -1.375rem;
  margin-bottom: -6.75rem;
  -webkit-transform: scale(0.94) translateX(-0.375rem);
      -ms-transform: scale(0.94) translateX(-0.375rem);
          transform: scale(0.94) translateX(-0.375rem);
}
@media (max-width: 1280px) {
  .hero__network .hero-picture {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .hero__network .hero-picture {
    margin-top: 1.625rem;
    margin-bottom: -2.25rem;
    -webkit-transform: scale(1.1) translateX(-3%);
        -ms-transform: scale(1.1) translateX(-3%);
            transform: scale(1.1) translateX(-3%);
  }
}
@media (max-width: 768px) {
  .hero__network .hero-picture {
    margin-top: 1.25rem;
    margin-bottom: -5.875rem;
    max-width: 30.75rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 599px) {
  .hero__network .hero-picture {
    margin-top: 5rem;
    margin-bottom: -6.25rem;
  }
}
@media (max-width: 1024px) {
  .hero-title {
    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;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 768px) {
  .hero-title {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .hero-title .h1 {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .hero-title .h1 {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 599px) {
  .hero-title .h1 {
    margin-bottom: 1.25rem;
  }
}
.hero-picture {
  position: relative;
}
@media (max-width: 1280px) {
  .hero-picture {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 768px) {
  .hero-picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.hero-picture::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 239, 239, 0)), color-stop(51.63%, #EFEFEF));
  background: -o-linear-gradient(top, rgba(239, 239, 239, 0) 0%, #EFEFEF 51.63%);
  background: linear-gradient(180deg, rgba(239, 239, 239, 0) 0%, #EFEFEF 51.63%);
}
.hero-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-picture-bg-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hero-picture-bg-1[data-gsap-initialized=true] {
  -webkit-animation: fadeCycle 3s infinite;
          animation: fadeCycle 3s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.hero-picture-bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hero-picture-bg-2[data-gsap-initialized=true] {
  -webkit-animation: fadeCycle 3s infinite;
          animation: fadeCycle 3s infinite;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@-webkit-keyframes fadeCycle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeCycle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hero-info__mobile {
  display: none;
}
@media (max-width: 1280px) {
  .hero-info__mobile {
    display: block;
  }
}
.hero-info__desktop {
  display: block;
}
@media (max-width: 1280px) {
  .hero-info__desktop {
    display: none;
  }
}
@media (max-width: 599px) {
  .hero-info .ui-btn {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.hero-info-text {
  font-size: 1.25rem;
  letter-spacing: -0.01rem;
  color: #7B7B7B;
  margin-bottom: 1.875rem;
}
@media (max-width: 1024px) {
  .hero-info-text {
    font-size: 0.9375rem;
    max-width: 21.5625rem;
  }
}
@media (max-width: 768px) {
  .hero-info-text {
    max-width: 33.1875rem;
  }
}
@media (max-width: 599px) {
  .hero-info-text {
    margin-bottom: 1.25rem;
  }
}
.hero-info-text ul {
  padding-left: 0.5rem;
}
.hero-info-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.hero-info-text ul li::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #7B7B7B;
  display: block;
}
.hero-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-aspect-ratio: 16/8.6) {
  .hero-section {
    min-height: calc(100vh - 5.5625rem);
    max-height: 60rem;
  }
}
@media (max-width: 1140px) and (min-aspect-ratio: 16/8.6) {
  .hero-section {
    min-height: calc(100vh - 3.5rem);
  }
}
@media (max-width: 1024px) {
  .hero-section {
    min-height: unset;
  }
}
.hero-main {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  display: grid;
  grid-template-columns: 7fr 6fr 6fr;
  min-height: 37.5rem;
}
@media (max-width: 768px) {
  .hero-main {
    padding-top: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .hero-main {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .hero-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 599px) {
  .hero-main {
    padding-top: 1.25rem;
    min-height: 38.75rem;
  }
}
@media (max-width: 768px) {
  .hero-main-title {
    max-width: 33.25rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 599px) {
  .hero-main-title {
    margin-bottom: 0.25rem;
  }
}
.hero-main-first {
  position: relative;
  z-index: 2;
  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 (max-width: 1280px) {
  .hero-main-first {
    grid-area: 1/1/2/3;
  }
}
.hero-main-picture video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 1500ms ease-in-out, -webkit-transform 3000ms ease-in-out;
  transition: opacity 1500ms ease-in-out, -webkit-transform 3000ms ease-in-out;
  -o-transition: transform 3000ms ease-in-out, opacity 1500ms ease-in-out;
  transition: transform 3000ms ease-in-out, opacity 1500ms ease-in-out;
  transition: transform 3000ms ease-in-out, opacity 1500ms ease-in-out, -webkit-transform 3000ms ease-in-out;
}
@media (max-width: 1280px) {
  .hero-main-picture video.started {
    -webkit-transform: translateX(-28%);
        -ms-transform: translateX(-28%);
            transform: translateX(-28%);
  }
}
@media (max-width: 768px) {
  .hero-main-picture video.started {
    -webkit-transform: scale(0.8) translateY(24%);
        -ms-transform: scale(0.8) translateY(24%);
            transform: scale(0.8) translateY(24%);
  }
}
@media (max-width: 599px) {
  .hero-main-picture video.started {
    -webkit-transform: scale(0.76) translateY(20%) translateX(-7%);
        -ms-transform: scale(0.76) translateY(20%) translateX(-7%);
            transform: scale(0.76) translateY(20%) translateX(-7%);
  }
}
@media (max-width: 366px) {
  .hero-main-picture video.started {
    -webkit-transform: scale(0.8) translateY(20%) translateX(-11%);
        -ms-transform: scale(0.8) translateY(20%) translateX(-11%);
            transform: scale(0.8) translateY(20%) translateX(-11%);
  }
}
@media (max-width: 599px) {
  .hero-main-picture video {
    width: 110%;
  }
}
@media (max-width: 366px) {
  .hero-main-picture video {
    width: 120%;
  }
}
@media (max-width: 1280px) {
  .hero-main-picture {
    grid-area: 2/1/4/2;
  }
}
@media (max-width: 768px) {
  .hero-main-picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 21.875rem;
    overflow: hidden;
  }
}
@media (max-width: 599px) {
  .hero-main-picture {
    height: 17.5rem;
    height: auto;
  }
}
.hero-main-picture-img {
  position: absolute;
  left: 0;
  top: -1.4%;
  right: 0;
  width: 100%;
  height: 102%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 1500ms ease-in-out, -webkit-transform 3000ms ease-in-out;
  transition: opacity 1500ms ease-in-out, -webkit-transform 3000ms ease-in-out;
  -o-transition: transform 3000ms ease-in-out, opacity 1500ms ease-in-out;
  transition: transform 3000ms ease-in-out, opacity 1500ms ease-in-out;
  transition: transform 3000ms ease-in-out, opacity 1500ms ease-in-out, -webkit-transform 3000ms ease-in-out;
}
@media (max-width: 1280px) {
  .hero-main-picture-img__desktop {
    display: none;
  }
}
.hero-main-picture-img__tablet {
  display: none;
}
@media (max-width: 1280px) {
  .hero-main-picture-img__tablet {
    display: block;
    -webkit-transform: translateX(-28%);
        -ms-transform: translateX(-28%);
            transform: translateX(-28%);
  }
}
@media (max-width: 768px) {
  .hero-main-picture-img__tablet {
    -webkit-transform: scale(0.8) translateY(24%);
        -ms-transform: scale(0.8) translateY(24%);
            transform: scale(0.8) translateY(24%);
  }
}
@media (max-width: 599px) {
  .hero-main-picture-img__tablet {
    -webkit-transform: scale(0.76) translateY(20%) translateX(-7%);
        -ms-transform: scale(0.76) translateY(20%) translateX(-7%);
            transform: scale(0.76) translateY(20%) translateX(-7%);
    width: 110%;
    max-width: unset;
  }
}
@media (max-width: 366px) {
  .hero-main-picture-img__tablet {
    -webkit-transform: scale(0.8) translateY(20%) translateX(-11%);
        -ms-transform: scale(0.8) translateY(20%) translateX(-11%);
            transform: scale(0.8) translateY(20%) translateX(-11%);
    width: 120%;
  }
}
.hero-main-second {
  position: relative;
  z-index: 2;
  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: 1280px) {
  .hero-main-second {
    grid-area: 2/2/4/3;
  }
}
.hero-main-second-title {
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 0.9;
  letter-spacing: -0.15rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 1024px) {
  .hero-main-second-title {
    font-size: 3.125rem;
  }
}
@media (max-width: 768px) {
  .hero-main-second-title {
    font-size: 1.25rem;
    letter-spacing: -0.05rem;
  }
}
@media (max-width: 599px) {
  .hero-main-second-title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}
.hero-main-second-subtitle {
  font-size: 1.25rem;
  letter-spacing: -0.01rem;
  color: #7B7B7B;
  margin-bottom: 1.5625rem;
  max-width: 21.5625rem;
}
@media (max-width: 1140px) {
  .hero-main-second-subtitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .hero-main-second-subtitle {
    font-size: 0.9375rem;
  }
}
@media (max-width: 599px) {
  .hero-main-second-subtitle {
    margin-bottom: 1.375rem;
  }
}
@media (max-width: 1280px) {
  .hero-main-btn__desktop {
    display: none;
  }
}
.hero-main-btn__tablet {
  display: none;
}
@media (max-width: 1280px) {
  .hero-main-btn__tablet {
    display: block;
  }
}
@media (max-width: 599px) {
  .hero-main-btn__tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.problems-section {
  margin-bottom: 4.375rem;
}
@media (max-width: 1024px) {
  .problems-section {
    margin-bottom: 5.625rem;
  }
}
@media (max-width: 599px) {
  .problems-section {
    margin-bottom: 6.125rem;
  }
}
.problems-section-title {
  max-width: 50.3125rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .problems-section-title {
    max-width: 32.125rem;
  }
}
@media (max-width: 599px) {
  .problems-section-title {
    margin-bottom: 1.25rem;
  }
}
.problems-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .problems-section-header {
    gap: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 599px) {
  .problems-section-header {
    margin-bottom: 1.25rem;
  }
}
.problems-section-header .problems-section-title {
  margin-bottom: 0;
}
.problems-section__dark {
  background-color: #1E1E1E;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .problems-section__dark {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.problems-section__dark .problems-section-title {
  color: #FFFFFF;
}

.efficiency {
  padding-top: 4.375rem;
}
@media (max-width: 1024px) {
  .efficiency {
    padding-top: 5.625rem;
  }
}
@media (max-width: 768px) {
  .efficiency {
    padding-top: 3.125rem;
  }
}
.efficiency-title {
  max-width: 50.3125rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .efficiency-title {
    max-width: 34.375rem;
  }
}
@media (max-width: 599px) {
  .efficiency-title {
    margin-bottom: 1.25rem;
  }
}
.efficiency-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 1.25rem;
}
@media (max-width: 1140px) {
  .efficiency-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .efficiency-list {
    grid-template-columns: 1fr;
  }
}
.efficiency-card {
  border-radius: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.efficiency-card-info {
  padding: 1.875rem;
  background-color: #FFFFFF;
  min-height: 10.9375rem;
}
@media (max-width: 768px) {
  .efficiency-card-info {
    min-height: unset;
  }
}
.efficiency-card-title {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.1;
  letter-spacing: -0.05rem;
  color: #353535;
  margin-bottom: 0.875rem;
}
.efficiency-card-description {
  letter-spacing: -0.01rem;
  color: #989898;
}
.efficiency-card-picture {
  background-color: #1E1E1E;
  overflow: hidden;
  margin-top: auto;
  min-height: 20.3125rem;
}
@media (max-width: 599px) {
  .efficiency-card-picture {
    min-height: 15.625rem;
  }
}
.efficiency-card-picture img {
  display: block;
  margin-top: -0.375rem;
  margin-bottom: -7.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .efficiency-card-picture img {
    min-height: unset;
    aspect-ratio: 1.3/1;
    margin-top: -0.9375rem;
    margin-bottom: -8.125rem;
  }
}
@media (max-width: 599px) {
  .efficiency-card-picture img {
    aspect-ratio: 1/1;
    margin-top: -0.9375rem;
    margin-bottom: -6.25rem;
  }
}

.solutions-title {
  max-width: 50.3125rem;
}
.solutions-slider {
  position: relative;
  border-radius: 1.875rem;
  background-color: #1E1E1E;
  overflow: hidden;
}
.solutions-slider-content {
  position: relative;
}
.solutions-slider-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 900px) {
  .solutions-slider-tabs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 599px) {
  .solutions-slider-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.solutions-slider-tab {
  position: relative;
  overflow: hidden;
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding-top: 2rem;
  padding-bottom: 2rem;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.solutions-slider-tab:last-child {
  border-right: none;
}
.solutions-slider-tab.active {
  color: #FFFFFF;
}
.solutions-slider-tab.active .solutions-slider-tab-progress {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.solutions-slider-tab.active.playing .solutions-slider-tab-progress {
  -webkit-transition: width 5s linear;
  -o-transition: width 5s linear;
  transition: width 5s linear;
  /* здесь главное время! */
  width: 100%;
}
.solutions-slider-tab.active.paused .solutions-slider-tab-progress {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.solutions-slider-tab-progress {
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #FFFFFF;
  -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
          transform: translateX(10%);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  pointer-events: none;
}
.solutions-slide {
  grid-template-columns: repeat(3, 1fr);
  padding: 2.5rem;
  color: #FFFFFF;
  gap: 1.25rem;
  display: grid;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  -o-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1140px) {
  .solutions-slide {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .solutions-slide {
    grid-template-columns: 1fr;
    padding: 1.875rem;
  }
}
.solutions-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.solutions-slide.prev {
  opacity: 0;
  visibility: hidden;
}
.solutions-slide-title {
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: -0.05rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 1140px) {
  .solutions-slide-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 599px) {
  .solutions-slide-title {
    font-size: 2.375rem;
    letter-spacing: -0.1rem;
    margin-bottom: 1.25rem;
  }
}
.solutions-slide-card {
  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: 1.875rem;
  gap: 0.875rem;
  min-height: 17.5rem;
  background-color: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 1.25rem;
}
@media (max-width: 1024px) {
  .solutions-slide-card {
    min-height: 15rem;
  }
}
.solutions-slide-card-icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.125rem;
          flex: 0 0 3.125rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.375rem;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.solutions-slide-card-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 1.125rem;
  fill: none;
  stroke: #FFFFFF;
}
.solutions-slide-card-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 1.125rem;
}
.solutions-slide-card-text {
  letter-spacing: -0.01rem;
}

.choose__padding {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .choose__padding {
    padding-top: 3.125rem;
  }
}
.choose-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1280px) {
  .choose-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .choose-wrapper {
    gap: 0.625rem;
  }
}
.choose-picture {
  position: relative;
  background-color: #1E1E1E;
  overflow: hidden;
  border-radius: 1.25rem;
  min-height: 41.4375rem;
}
@media (max-width: 1280px) {
  .choose-picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-height: 37.5rem;
  }
}
@media (max-width: 599px) {
  .choose-picture {
    aspect-ratio: 360/352;
    min-height: unset;
  }
}
.choose-img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 42.5rem;
  height: 37.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 599px) {
  .choose-img {
    aspect-ratio: 360/318;
    width: 100%;
    height: 100%;
  }
}
.choose-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1140px) {
  .choose-cards {
    gap: 0.625rem;
  }
}
@media (max-width: 768px) {
  .choose-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .choose-cards {
    gap: 1.25rem;
  }
}
.choose-card {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  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.875rem;
  overflow: hidden;
  height: 100%;
}
.choose-card-point {
  font-size: 0.875rem;
  letter-spacing: -0.01rem;
  color: #F13C30;
}
.choose-card-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.05rem;
  color: #353535;
  margin-bottom: 1.25rem;
  margin-top: 6.25rem;
}
@media (max-width: 1140px) {
  .choose-card-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .choose-card-title {
    font-size: 1.5rem;
  }
}
.choose-card-description {
  letter-spacing: -0.01em;
  color: #7B7B7B;
}

.stats {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .stats {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .stats {
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 1024px) {
  .stats.ui-full-white-bg {
    padding-top: 3.75rem;
  }
}
@media (max-width: 768px) {
  .stats.ui-full-white-bg {
    padding-top: 2.5rem;
  }
}
.stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 11.875rem;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(80.12%, #EFEFEF));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #EFEFEF 80.12%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #EFEFEF 80.12%);
  z-index: 1;
  pointer-events: none;
}
.stats::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 11.875rem;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(80.12%, #EFEFEF));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #EFEFEF 80.12%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #EFEFEF 80.12%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 1;
  pointer-events: none;
}
.stats-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}
@media (min-width: 1921px) {
  .stats-wrapper {
    overflow: visible;
  }
}
@media (max-width: 1024px) {
  .stats-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.stats-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  will-change: transform;
}
.stats-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 2.5rem;
  border-left: 1px solid #D9D9D9;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (max-width: 1024px) {
  .stats-item {
    padding: 1rem 1.875rem;
  }
}
.stats-item:first-child {
  border-left: none;
}
.stats-number {
  font-weight: 500;
  font-size: 6.25rem;
  line-height: 0.9;
  letter-spacing: -0.05rem;
  color: #353535;
  white-space: nowrap;
  margin-bottom: 0.625rem;
}
@media (max-width: 1280px) {
  .stats-number {
    font-size: 5rem;
  }
}
@media (max-width: 1140px) {
  .stats-number {
    font-size: 4.375rem;
  }
}
@media (max-width: 1024px) {
  .stats-number {
    font-size: 3.75rem;
  }
}
@media (max-width: 768px) {
  .stats-number {
    font-size: 3.75rem;
  }
}
@media (max-width: 599px) {
  .stats-number {
    font-size: 3.125rem;
  }
}
.stats-label {
  color: #7B7B7B;
  white-space: nowrap;
}

.projects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1140px) {
  .projects {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .projects {
    gap: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .projects-section {
    margin-bottom: 3.125rem;
  }
}
.projects-header {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 1140px) {
  .projects-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .projects-header {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .projects-header {
    margin-bottom: 0;
  }
}
@media (max-width: 1140px) {
  .projects-header-title {
    margin-bottom: 0;
  }
}
.projects-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.faq {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
@media (max-width: 1024px) {
  .faq {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 768px) {
  .faq {
    margin-top: 3.75rem;
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 599px) {
  .faq {
    padding-bottom: 0.625rem;
  }
}
.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}
.faq-item {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 1.875rem;
}
.faq-item.active .faq-icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-item.active .faq-answer {
  max-height: 31.25rem;
}
.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem 1.875rem 0 1.875rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: 1.25rem;
}
@media (max-width: 599px) {
  .faq-question {
    padding: 1.25rem 1.25rem 0 1.25rem;
  }
}
.faq-question-text {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  color: #353535;
}
@media (max-width: 1024px) {
  .faq-question-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .faq-question-text {
    font-size: 0.9375rem;
    font-weight: 400;
  }
}
.faq-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.25rem;
  border: 1px solid #D9D9D9;
  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;
}
.faq-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: #F13C30;
  stroke-width: 2;
  fill: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, padding 0.4s ease;
  -o-transition: max-height 0.4s ease, padding 0.4s ease;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.faq-answer-content {
  font-size: 1.25rem;
  letter-spacing: -0.01rem;
  color: #7B7B7B;
  padding: 1.25rem 1.875rem 0 1.875rem;
  max-width: 50rem;
}
@media (max-width: 1024px) {
  .faq-answer-content {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .faq-answer-content {
    font-size: 0.9375rem;
    padding: 1.25rem 1.875rem 0 1.875rem;
  }
}
@media (max-width: 599px) {
  .faq-answer-content {
    padding: 1.25rem 1.25rem 0 1.25rem;
  }
}

.risks {
  position: relative;
  border-radius: 1.875rem;
  background-color: #7B7B7B;
  overflow: hidden;
  margin-bottom: 8.75rem;
}
@media (max-width: 1024px) {
  .risks {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 768px) {
  .risks {
    border-radius: 0;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 768px) {
  .risks__single .risks-container {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .risks-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.risks-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.risks-container {
  position: relative;
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.8125rem;
  margin-bottom: 7.8125rem;
  overflow: visible;
}
@media (max-width: 1024px) {
  .risks-container {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
}
@media (max-width: 768px) {
  .risks-container {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.risks-negative {
  position: relative;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(1.875rem);
          backdrop-filter: blur(1.875rem);
  border-radius: 1.875rem;
  padding: 1.875rem;
  z-index: 1;
}
@media (max-width: 1024px) {
  .risks-negative {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
@media (max-width: 768px) {
  .risks-negative {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-bottom: 3.125rem;
  }
}
.risks-negative-title {
  font-size: 3.125rem;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.15rem;
  max-width: 34.0625rem;
  margin-bottom: 4.0625rem;
}
@media (max-width: 1024px) {
  .risks-negative-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .risks-negative-title {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 599px) {
  .risks-negative-title {
    font-size: 1.875rem;
  }
}
.risks-negative-list {
  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;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 1.875rem;
}
@media (max-width: 768px) {
  .risks-negative-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .risks-negative-list {
    grid-template-columns: 1fr;
  }
}
.risks-negative-item {
  max-width: 21.875rem;
}
.risks-negative-item-icon {
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.25rem;
  background-color: #FFFFFF;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .risks-negative-item-icon {
    margin-bottom: 0.625rem;
  }
}
.risks-negative-item-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 1.125rem;
  stroke: #F13C30;
  stroke-width: 0.09375rem;
  stroke-linecap: round;
}
.risks-negative-item-text {
  letter-spacing: -0.01rem;
}
@media (max-width: 768px) {
  .risks-negative-item-text {
    font-size: 0.9375rem;
  }
}
.risks-positive {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
  z-index: 2;
}
.risks-positive__static {
  position: static;
}
@media (max-width: 1024px) {
  .risks-positive {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
@media (max-width: 768px) {
  .risks-positive {
    position: static;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    padding: 3.125rem 1.875rem;
  }
}
.risks-positive-header {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid rgba(53, 53, 53, 0.1);
}
@media (max-width: 768px) {
  .risks-positive-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 1.875rem;
  }
}
.risks-positive-title {
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: -0.15rem;
  max-width: 34.0625rem;
}
@media (max-width: 1024px) {
  .risks-positive-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .risks-positive-title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 599px) {
  .risks-positive-title {
    font-size: 1.875rem;
  }
}
.risks-positive-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 1.875rem;
}
@media (max-width: 768px) {
  .risks-positive-list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}
@media (max-width: 599px) {
  .risks-positive-list {
    grid-template-columns: 1fr;
  }
}
.risks-positive-item-icon {
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.25rem;
  background-color: #F13C30;
  margin-bottom: 0.9375rem;
}
.risks-positive-item-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.9375rem;
  height: 0.75rem;
  fill: #FFFFFF;
}
.risks-positive-item-text {
  font-size: 0.9375rem;
  letter-spacing: -0.01rem;
  color: #7B7B7B;
}

.timeline {
  margin-bottom: 4.375rem;
  margin-top: 8.75rem;
}
@media (max-width: 768px) {
  .timeline {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 599px) {
  .timeline {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .timeline {
    margin-top: 6.25rem;
  }
}
@media (max-width: 768px) {
  .timeline {
    margin-top: 3.125rem;
  }
}
.timeline-title {
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: -0.15rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .timeline-title {
    font-size: 2.5rem;
    max-width: 45rem;
  }
}
@media (max-width: 768px) {
  .timeline-title {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 599px) {
  .timeline-title {
    font-size: 1.875rem;
    text-align: left;
    margin-left: 0;
  }
}
.timeline-container {
  position: relative;
  max-width: 41.25rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .timeline-container {
    max-width: 34.375rem;
  }
}
@media (max-width: 768px) {
  .timeline-container {
    max-width: 100%;
  }
}
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #D9D9D9;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .timeline-line {
    left: 12.125rem;
  }
}
@media (max-width: 599px) {
  .timeline-line {
    left: 0.5rem;
  }
}
.timeline-line-red {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 0;
  background-color: #F13C30;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .timeline-line-red {
    left: 12.125rem;
  }
}
@media (max-width: 599px) {
  .timeline-line-red {
    left: 0.5rem;
  }
}
.timeline-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
}
@media (max-width: 768px) {
  .timeline-media {
    width: 12.125rem;
  }
}
@media (max-width: 599px) {
  .timeline-media {
    margin-bottom: 0.9375rem;
    width: 100%;
  }
}
.timeline-content {
  width: 50%;
}
@media (max-width: 768px) {
  .timeline-content {
    width: unset;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 599px) {
  .timeline-content {
    max-width: 90%;
  }
}
.timeline-step {
  font-weight: 500;
  font-size: 6.25rem;
  line-height: 0.9;
  letter-spacing: -0.15rem;
  color: #D9D9D9;
  width: 15.625rem;
  height: 15.625rem;
  border-radius: 1.25rem;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 1024px) {
  .timeline-step {
    font-size: 3.75rem;
    width: 13.375rem;
    height: 13.375rem;
  }
}
@media (max-width: 768px) {
  .timeline-step {
    font-size: 3.75rem;
    width: 9.625rem;
    height: 9.625rem;
  }
}
@media (max-width: 599px) {
  .timeline-step {
    font-size: 1.125rem;
    letter-spacing: -0.05rem;
    width: 4.25rem;
    height: 3.875rem;
  }
}
.timeline-dot {
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background-color: #D9D9D9;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .timeline-dot {
    left: 12.125rem;
  }
}
@media (max-width: 599px) {
  .timeline-dot {
    left: 0.5rem;
    top: 1.625rem;
  }
}
.timeline-content {
  padding-left: 5rem;
  opacity: 1;
}
@media (max-width: 1024px) {
  .timeline-content {
    padding-left: 3.75rem;
  }
}
@media (max-width: 599px) {
  .timeline-content {
    padding-left: 0;
  }
}
.timeline-content-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.05rem;
  color: #353535;
  margin-bottom: 0.625rem;
}
@media (max-width: 1024px) {
  .timeline-content-title {
    font-size: 1.25rem;
  }
}
.timeline-content-subtitle {
  letter-spacing: -0.01rem;
  color: #7B7B7B;
}
@media (max-width: 1024px) {
  .timeline-content-subtitle {
    font-size: 0.9375rem;
  }
}
.timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2.8125rem;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .timeline-item {
    margin-bottom: 1.3125rem;
  }
}
@media (max-width: 599px) {
  .timeline-item {
    -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-left: 2.5rem;
    width: auto;
  }
}
.timeline-item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .timeline-item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 599px) {
  .timeline-item.reverse {
    -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-left: 2.5rem;
    width: auto;
  }
}
.timeline-item.reverse .timeline-media {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .timeline-item.reverse .timeline-media {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.timeline-item.reverse .timeline-content {
  padding-right: 5rem;
  padding-left: 0;
  text-align: right;
}
@media (max-width: 768px) {
  .timeline-item.reverse .timeline-content {
    padding-right: 0;
    padding-left: 3.75rem;
    text-align: left;
  }
}
@media (max-width: 599px) {
  .timeline-item.reverse .timeline-content {
    padding-left: 0;
  }
}
.timeline-item.active .timeline-step {
  color: #F13C30;
}
.timeline-item.active .timeline-dot {
  background-color: #F13C30;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(241, 60, 48, 0.5);
          box-shadow: 0 0 0 0.125rem rgba(241, 60, 48, 0.5);
}

.indicators {
  position: relative;
  color: #FFFFFF;
  background-color: #1E1E1E;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .indicators {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 768px) {
  .indicators {
    margin-bottom: 3.125rem;
  }
}
.indicators-bg-top {
  position: absolute;
  top: -52%;
  right: -27%;
  display: block;
  width: 65%;
}
@media (max-width: 1280px) {
  .indicators-bg-top {
    display: none;
  }
}
.indicators-bg-top__shd {
  top: -84%;
  right: -41%;
  width: 96%;
}
@media (max-width: 1280px) {
  .indicators-bg-top__shd {
    display: none;
  }
}
.indicators-bg-top__network {
  top: -73%;
  right: -44%;
  width: 86%;
}
@media (max-width: 1280px) {
  .indicators-bg-top__network {
    display: none;
  }
}
.indicators-bg-top__uninterruptible {
  top: -70%;
  right: -21%;
  width: 58%;
}
@media (max-width: 1280px) {
  .indicators-bg-top__uninterruptible {
    display: none;
  }
}
.indicators-bg-bottom {
  position: absolute;
  bottom: -38%;
  left: -10%;
  display: block;
  width: 50%;
}
@media (max-width: 1280px) {
  .indicators-bg-bottom {
    width: 100%;
    left: unset;
    right: -17%;
  }
}
@media (max-width: 768px) {
  .indicators-bg-bottom {
    position: static;
    margin-top: -20%;
    margin-bottom: -20%;
  }
}
@media (max-width: 599px) {
  .indicators-bg-bottom {
    -webkit-transform: scale(1.45);
        -ms-transform: scale(1.45);
            transform: scale(1.45);
    margin-top: -16%;
    margin-bottom: -18%;
    margin-left: 5%;
  }
}
.indicators-bg-bottom__shd {
  bottom: -77%;
  left: -33%;
  width: 64%;
}
@media (max-width: 1280px) {
  .indicators-bg-bottom__shd {
    width: 100%;
    left: unset;
    right: -17%;
  }
}
@media (max-width: 1024px) {
  .indicators-bg-bottom__shd {
    bottom: -49%;
  }
}
@media (max-width: 768px) {
  .indicators-bg-bottom__shd {
    position: static;
    margin-top: -20%;
    margin-bottom: -20%;
  }
}
@media (max-width: 599px) {
  .indicators-bg-bottom__shd {
    -webkit-transform: scale(1.45);
        -ms-transform: scale(1.45);
            transform: scale(1.45);
    margin-top: -16%;
    margin-bottom: -18%;
    margin-left: 5%;
  }
}
.indicators-bg-bottom__network {
  bottom: -85%;
  left: -29%;
  width: 70%;
}
@media (max-width: 1280px) {
  .indicators-bg-bottom__network {
    width: 100%;
    left: unset;
    right: -17%;
  }
}
@media (max-width: 1024px) {
  .indicators-bg-bottom__network {
    bottom: -52%;
    width: 87%;
  }
}
@media (max-width: 768px) {
  .indicators-bg-bottom__network {
    position: static;
    margin-top: 0%;
    margin-bottom: -26%;
    margin-left: 7%;
  }
}
@media (max-width: 599px) {
  .indicators-bg-bottom__network {
    -webkit-transform: scale(1.45);
        -ms-transform: scale(1.45);
            transform: scale(1.45);
    margin-top: -16%;
    margin-bottom: -18%;
    margin-left: 6.5%;
  }
}
.indicators-bg-bottom__uninterruptible {
  bottom: -49%;
  left: -7%;
  width: 56%;
}
@media (max-width: 1280px) {
  .indicators-bg-bottom__uninterruptible {
    width: 84%;
    left: unset;
    right: -17%;
  }
}
@media (max-width: 1024px) {
  .indicators-bg-bottom__uninterruptible {
    bottom: -52%;
    width: 87%;
  }
}
@media (max-width: 768px) {
  .indicators-bg-bottom__uninterruptible {
    position: static;
    margin-top: -11%;
    margin-bottom: -51%;
    margin-left: 7%;
  }
}
@media (max-width: 599px) {
  .indicators-bg-bottom__uninterruptible {
    -webkit-transform: scale(1.45);
        -ms-transform: scale(1.45);
            transform: scale(1.45);
    margin-top: 6%;
    margin-bottom: -61%;
    margin-left: 6.5%;
  }
}
.indicators-bg-bottom__complex {
  bottom: -107%;
  left: 0%;
  width: 68%;
}
@media (max-width: 1280px) {
  .indicators-bg-bottom__complex {
    bottom: -73%;
    left: -9%;
    width: 76%;
  }
}
@media (max-width: 768px) {
  .indicators-bg-bottom__complex {
    width: 100%;
    margin-bottom: -63%;
    margin-top: -26%;
  }
}
@media (max-width: 599px) {
  .indicators-bg-bottom__complex {
    width: 100%;
    margin-bottom: -51%;
    margin-top: -22%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.indicators-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1280px) {
  .indicators-wrapper {
    grid-template-columns: 1fr;
  }
}
.indicators-title {
  position: relative;
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: -0.15rem;
  max-width: 34.4375rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .indicators-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 599px) {
  .indicators-title {
    font-size: 1.875rem;
    letter-spacing: -0.05rem;
  }
}
.indicators-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  row-gap: 2.375rem;
}
@media (max-width: 1280px) {
  .indicators-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    row-gap: 0.75rem;
  }
}
@media (max-width: 768px) {
  .indicators-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1280px) {
  .indicators-cards__reverse_tablet {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .indicators-cards__reverse_tablet .indicators-card__uptime {
    grid-area: 2/2/3/3;
  }
}
@media (max-width: 768px) {
  .indicators-cards__reverse_tablet {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
  }
  .indicators-cards__reverse_tablet .indicators-card__uptime {
    grid-area: unset;
  }
}
.indicators-card {
  position: relative;
  height: 17.5rem;
  width: calc(50% + 2.813rem);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% + 2.813rem);
          flex: 0 0 calc(50% + 2.813rem);
  padding: 1.875rem;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(1.875rem);
          backdrop-filter: blur(1.875rem);
  border-radius: 1.25rem;
  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;
  z-index: 2;
}
@media (max-width: 1280px) {
  .indicators-card {
    width: unset;
  }
}
@media (max-width: 768px) {
  .indicators-card {
    height: 11.4375rem;
  }
}
.indicators-card__years {
  margin-left: -5.625rem;
}
@media (max-width: 1280px) {
  .indicators-card__years {
    margin-left: 0;
  }
}
.indicators-card__savings {
  margin-top: 3.125rem;
  margin-left: -3.125rem;
}
@media (max-width: 1280px) {
  .indicators-card__savings {
    margin-left: 0;
    margin-top: 0;
  }
}
.indicators-card__uptime {
  margin-top: -3.5rem;
}
@media (max-width: 1280px) {
  .indicators-card__uptime {
    margin-top: 0;
  }
}
.indicators-card-value {
  font-weight: 500;
  font-size: 4.375rem;
  line-height: 0.9;
  letter-spacing: -0.15rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1024px) {
  .indicators-card-value {
    font-size: 3.75rem;
  }
}
@media (max-width: 599px) {
  .indicators-card-value {
    font-size: 3.125rem;
  }
}
.indicators-card-description {
  max-width: 16.9375rem;
}

.development {
  padding-top: 4.375rem;
}
.development-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 44.375rem;
}
@media (max-width: 768px) {
  .development-title {
    text-align: left;
  }
}
.development-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1140px) {
  .development-cards {
    gap: 0.625rem;
  }
}
@media (max-width: 768px) {
  .development-cards {
    grid-template-columns: 1fr;
  }
}
.development-card {
  position: relative;
  color: #FFFFFF;
  background-color: #1E1E1E;
  border-radius: 1.875rem;
  padding: 1.875rem;
  height: 25rem;
  overflow: hidden;
}
@media (max-width: 1140px) {
  .development-card {
    height: 25.625rem;
  }
}
@media (max-width: 768px) {
  .development-card {
    height: 26.25rem;
  }
}
@media (max-width: 599px) {
  .development-card {
    height: 25.625rem;
  }
}
.development-card-img {
  position: absolute;
  top: -17%;
  right: -29%;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
@media (max-width: 1140px) {
  .development-card-img {
    top: 12%;
    right: -43%;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .development-card-img {
    top: 0%;
    right: -26%;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 599px) {
  .development-card-img {
    top: 33%;
    right: -38%;
  }
}
.development-card:nth-child(3) .development-card-img {
  top: -18%;
  right: -29%;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}
@media (max-width: 1140px) {
  .development-card:nth-child(3) .development-card-img {
    top: 14%;
    right: -37%;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  .development-card:nth-child(3) .development-card-img {
    top: 4%;
    right: -33%;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 599px) {
  .development-card:nth-child(3) .development-card-img {
    top: 27%;
    right: -46%;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.development-card:nth-child(4) .development-card-img {
  top: -14%;
  right: -24%;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
@media (max-width: 1140px) {
  .development-card:nth-child(4) .development-card-img {
    top: 33%;
    right: -41%;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (max-width: 768px) {
  .development-card:nth-child(4) .development-card-img {
    top: 8%;
    right: -29%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 599px) {
  .development-card:nth-child(4) .development-card-img {
    top: 33%;
    right: -30%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.development-card-content {
  max-width: 50%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (max-width: 1140px) {
  .development-card-content {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .development-card-content {
    max-width: 50%;
  }
}
@media (max-width: 599px) {
  .development-card-content {
    max-width: 100%;
  }
}
.development-card-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.05rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1140px) {
  .development-card-title {
    font-size: 1.25rem;
  }
}
.development-card-description {
  letter-spacing: -0.01rem;
  color: #989898;
  margin-bottom: 2.5rem;
}
@media (max-width: 599px) {
  .development-card-description {
    font-size: 0.9375rem;
  }
}
.development-card-btn {
  margin-top: auto;
}

.software-hero {
  background-color: #FFFFFF;
  height: 31.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .software-hero {
    height: unset;
  }
}
@media (max-width: 599px) {
  .software-hero__horizontal-image .software-hero-picture {
    aspect-ratio: 1.2;
    margin: 0;
    margin-top: 8%;
    margin-bottom: 0%;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media (max-width: 599px) {
  .software-hero__horizontal-image .software-hero-picture img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.software-hero-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .software-hero-wrapper {
    display: block;
  }
}
.software-hero-info {
  position: relative;
  z-index: 2;
}
@media (max-width: 1140px) {
  .software-hero-info {
    padding-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .software-hero-info {
    padding-top: 0;
  }
}
.software-hero-title {
  max-width: 38.375rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 1140px) {
  .software-hero-title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .software-hero-title {
    max-width: 24.6875rem;
  }
}
.software-hero-text {
  max-width: 31.4375rem;
  font-size: 1.25rem;
  letter-spacing: -0.01rem;
  color: #7B7B7B;
  margin-bottom: 2.8125rem;
}
@media (max-width: 1140px) {
  .software-hero-text {
    font-size: 0.9375rem;
    max-width: 21.0625rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 599px) {
  .software-hero-text {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 599px) {
  .software-hero-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.software-hero-picture {
  position: relative;
}
@media (max-width: 768px) {
  .software-hero-picture {
    aspect-ratio: 1;
    margin-top: 0.875rem;
    margin-bottom: -22%;
  }
}
@media (max-width: 599px) {
  .software-hero-picture {
    aspect-ratio: 1;
    margin: 0;
    margin-top: 10%;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    scale: 1.1;
  }
}
.software-hero-picture-img {
  position: absolute;
  display: block;
  top: -40%;
  left: -6%;
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}
@media (max-width: 1140px) {
  .software-hero-picture-img {
    top: -17%;
    left: 0%;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@media (max-width: 768px) {
  .software-hero-picture-img {
    position: static;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.software-section {
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 599px) {
  .software-section {
    padding-top: 3.125rem;
  }
}
.software-section-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.25rem;
}
.software-section-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 1140px) {
  .software-section-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.software-section-title {
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: -0.15rem;
  color: #1E1E1E;
  width: 28.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.75rem;
          flex: 0 0 28.75rem;
  padding-right: 2.5rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 1140px) {
  .software-section-title {
    font-size: 2.5rem;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    padding-right: 0;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 599px) {
  .software-section-title {
    font-size: 1.875rem;
    padding-bottom: 1.25rem;
  }
}
.software-section-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 28.75rem);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 28.75rem);
          flex: 0 0 calc(100% - 28.75rem);
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}
@media (max-width: 1140px) {
  .software-section-content {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.software-section-item {
  background-color: #FFFFFF;
  padding: 1.875rem;
  border-radius: 1.25rem;
}
.software-section-item-title {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.1;
  letter-spacing: -0.1rem;
  color: #353535;
}
@media (max-width: 599px) {
  .software-section-item-title {
    line-height: 1;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}
.software-section-item-text {
  font-size: 1.25rem;
  letter-spacing: -0.01rem;
  color: #7B7B7B;
  margin-top: 1.25rem;
  max-width: 37.5rem;
}
@media (max-width: 1140px) {
  .software-section-item-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .software-section-item-text {
    font-size: 0.9375rem;
    max-width: 23.125rem;
  }
}
.software-section-item-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  padding-top: 1.875rem;
}
@media (max-width: 768px) {
  .software-section-item-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .software-section-item-cards {
    grid-template-columns: 1fr;
  }
}
.software-section-item-card {
  padding: 0.625rem;
  background: #EFEFEF;
  border-radius: 0.625rem;
  height: 11.25rem;
  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;
}
.software-section-item-card img {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .software-section-item a.software-section-item-card:hover img {
    -webkit-filter: grayscale(100%) contrast(0.5);
            filter: grayscale(100%) contrast(0.5);
  }
}

.about-hero-info {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1140px) {
  .about-hero-info {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 768px) {
  .about-hero-info {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}
.about-hero-title {
  max-width: 56.875rem;
}
@media (max-width: 1140px) {
  .about-hero-title {
    max-width: 37.125rem;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .about-hero-title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1140px) {
  .about-hero-text {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.about-hero-text p {
  font-size: 1.25rem;
  letter-spacing: -0.04rem;
  color: rgba(63, 63, 63, 0.8);
  margin-bottom: 1.875rem;
}
@media (max-width: 1366px) {
  .about-hero-text p {
    font-size: 1.125rem;
  }
}
@media (max-width: 1280px) {
  .about-hero-text p {
    font-size: 1rem;
  }
}
@media (max-width: 1140px) {
  .about-hero-text p {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .about-hero-text p {
    max-width: 26.25rem;
  }
}
@media (max-width: 599px) {
  .about-hero-text p {
    max-width: 18.25rem;
  }
}
.about-hero-picture {
  border-radius: 1.875rem;
  overflow: hidden;
  aspect-ratio: 1380/340;
}
@media (max-width: 1140px) {
  .about-hero-picture {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 992px) {
  .about-hero-picture {
    aspect-ratio: 1.9;
  }
}
@media (max-width: 768px) {
  .about-hero-picture {
    aspect-ratio: 1.38;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 599px) {
  .about-hero-picture {
    aspect-ratio: 1.51;
  }
}
.about-hero-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

@media (max-width: 1140px) {
  .mission {
    padding-bottom: 1.875rem;
  }
}
.mission-wrapper {
  position: relative;
  color: #FFFFFF;
  background-color: #1E1E1E;
  padding: 2.5rem;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mission-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding: 2.5rem 0.9375rem;
  }
}
.mission-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mission-info {
  position: relative;
  margin-bottom: 2.5rem;
  z-index: 2;
}
.mission-title {
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: -0.15rem;
  margin-bottom: 1.375rem;
}
.mission-text {
  font-size: 1.25rem;
  letter-spacing: -0.01rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 30.125rem;
}
@media (max-width: 1140px) {
  .mission-text {
    font-size: 0.9375rem;
    max-width: 22.0625rem;
  }
}
.mission-cards {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1.25rem;
  margin-top: 15.6875rem;
  z-index: 2;
}
@media (max-width: 1280px) {
  .mission-cards {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 7.5rem;
  }
}
@media (max-width: 959px) {
  .mission-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .mission-cards {
    margin-top: 2.5rem;
    gap: 0.625rem;
  }
}
.mission-card {
  padding: 1.875rem;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(1.875rem);
          backdrop-filter: blur(1.875rem);
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mission-card-title {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  color: #FFFFFF;
  margin-bottom: 3.125rem;
}
@media (max-width: 1140px) {
  .mission-card-title {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .mission-card-title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .mission-card-title br {
    display: none;
  }
}
.mission-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
}
.mission-card-text {
  letter-spacing: -0.01rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 15rem;
}
@media (max-width: 1280px) {
  .mission-card-text {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .mission-card-text {
    font-size: 0.9375rem;
    max-width: 25rem;
  }
}
.mission-card-image {
  max-width: 12.6875rem;
}
@media (max-width: 1280px) {
  .mission-card-image {
    display: none;
  }
}

.history-section {
  padding-top: 4.375rem;
}
@media (max-width: 768px) {
  .history-section {
    padding-top: 1.25rem;
  }
}
@media (max-width: 599px) {
  .history-section {
    padding-bottom: 3.125rem;
  }
}
.history-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1140px) {
  .history-header {
    margin-bottom: 1.25rem;
  }
}
.history-title {
  margin-bottom: 0;
}
.history-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  width: calc(100% + 3.75rem);
}
.history-line {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #D9D9D9;
  z-index: 1;
  pointer-events: none;
}
.history-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.history-item {
  position: relative;
  width: 23.125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.125rem;
          flex: 0 0 23.125rem;
}
@media (max-width: 1140px) {
  .history-item {
    width: 20rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20rem;
            flex: 0 0 20rem;
  }
}
.history-item.active .history-year {
  color: #F13C30;
}
.history-item.active .history-content-wrapper {
  opacity: 1;
}
.history-content-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.history-content-wrapper.top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 9.375rem;
}
.history-content-wrapper.top .history-description-box {
  position: relative;
  padding-bottom: 9.375rem;
}
@media (max-width: 1140px) {
  .history-content-wrapper.top .history-description-box {
    padding-bottom: 6.25rem;
  }
}
.history-content-wrapper.top .history-description-box::after {
  content: "";
  position: absolute;
  bottom: 5.125rem;
  left: 0;
  width: 1px;
  height: 3.125rem;
  background-color: #D9D9D9;
}
@media (max-width: 1140px) {
  .history-content-wrapper.top .history-description-box::after {
    bottom: 2.125rem;
  }
}
.history-content-wrapper.bottom {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 9.375rem;
}
.history-content-wrapper.bottom .history-description-box {
  position: relative;
  padding-top: 9.375rem;
}
@media (max-width: 1140px) {
  .history-content-wrapper.bottom .history-description-box {
    padding-top: 6.25rem;
  }
}
.history-content-wrapper.bottom .history-description-box::before {
  content: "";
  position: absolute;
  top: 5.125rem;
  left: 0;
  width: 1px;
  height: 3.125rem;
  background-color: #D9D9D9;
}
@media (max-width: 1140px) {
  .history-content-wrapper.bottom .history-description-box::before {
    top: 2.125rem;
  }
}
.history-year {
  font-weight: 500;
  font-size: 6.25rem;
  line-height: 0.9;
  letter-spacing: -0.15rem;
  color: #353535;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 1140px) {
  .history-year {
    font-size: 3.75rem;
  }
}
@media (max-width: 599px) {
  .history-year {
    font-size: 3.125rem;
  }
}
.history-description-box {
  max-width: 21rem;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.history-description-box h4 {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  color: #353535;
  margin-bottom: 0.625rem;
}
@media (max-width: 1140px) {
  .history-description-box h4 {
    font-size: 1.25rem;
  }
}
.history-description-box p {
  color: #7B7B7B;
}
.history-content-wrapper.bottom .history-description-box {
  margin-top: 6.25rem;
}
.history-content-wrapper.top .history-description-box {
  margin-bottom: 6.25rem;
}

.partners {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  overflow: hidden;
}
@media (max-width: 1140px) {
  .partners {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 599px) {
  .partners {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.partners-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.75rem;
}
@media (max-width: 1140px) {
  .partners-title {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 599px) {
  .partners-title {
    margin-bottom: 1.875rem;
  }
}
.partners-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 23.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.75rem;
          flex: 0 0 23.75rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
@media (max-width: 1140px) {
  .partners-line {
    width: 19.6875rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.6875rem;
            flex: 0 0 19.6875rem;
    gap: 1.25rem;
  }
}
.partners-line__top {
  margin-bottom: 1.5625rem;
}
@media (max-width: 1140px) {
  .partners-line__top {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 599px) {
  .partners-line__top {
    margin-bottom: 0.875rem;
  }
}
.partners-item {
  width: 23.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.75rem;
          flex: 0 0 23.75rem;
  height: 11.25rem;
  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;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  padding: 1.25rem;
}
@media (max-width: 1140px) {
  .partners-item {
    width: 19.6875rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.6875rem;
            flex: 0 0 19.6875rem;
    height: 9.375rem;
    gap: 1.25rem;
  }
}
@media (max-width: 599px) {
  .partners-item {
    width: 13.75rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13.75rem;
            flex: 0 0 13.75rem;
    height: 6.25rem;
    gap: 0.875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .partners-item:hover img {
    -webkit-filter: grayscale(0%) contrast(1);
            filter: grayscale(0%) contrast(1);
  }
}
.partners-item img {
  -webkit-filter: grayscale(100%) contrast(0.5);
          filter: grayscale(100%) contrast(0.5);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

@media (max-width: 1280px) {
  .awards {
    padding-bottom: 2.875rem;
  }
}
@media (max-width: 768px) {
  .awards {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.awards-wrapper {
  color: #FFFFFF;
  background-color: #1E1E1E;
  padding: 2.5rem;
  border-radius: 1.875rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1280px) {
  .awards-wrapper {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 768px) {
  .awards-wrapper {
    grid-template-columns: 1fr;
    padding: 2.5rem 0.9375rem;
  }
}
.awards-title {
  color: #FFFFFF;
}
.awards-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .awards-cards {
    gap: 0.625rem;
  }
}
@media (max-width: 599px) {
  .awards-cards {
    grid-template-columns: 1fr;
  }
}
.awards-card {
  padding: 1.875rem;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(1.875rem);
          backdrop-filter: blur(1.875rem);
  border-radius: 1.25rem;
  height: 100%;
}
.awards-card-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.05rem;
  color: #FFFFFF;
  margin-bottom: 0.875rem;
}
@media (max-width: 1280px) {
  .awards-card-title {
    font-size: 1.25rem;
  }
}
.awards-card-description {
  letter-spacing: -0.01rem;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1280px) {
  .awards-card-description {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .awards-card-description {
    max-width: 13.75rem;
  }
}

.reviews__padding {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media (max-width: 1024px) {
  .reviews__padding {
    padding-top: 0;
    padding-bottom: 3.125rem;
  }
}
.reviews-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 599px) {
  .reviews-header {
    margin-bottom: 1.25rem;
  }
}
.reviews-header-title {
  max-width: 50rem;
  margin-bottom: 0;
}
.reviews-slider {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (max-width: 599px) {
  .reviews-slider {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-left: -1.125rem;
    margin-right: -1.125rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.reviews-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.reviews-slider .reviews-slide {
  display: block;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (max-width: 599px) {
  .reviews-slider .reviews-slide {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.reviews-card {
  display: block;
  padding: 1.875rem;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
}
.reviews-card-text {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.05rem;
  color: #353535;
  margin-bottom: 1.25rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
@media (max-width: 1140px) {
  .reviews-card-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .reviews-card-text {
    font-size: 1.125rem;
  }
}
.reviews-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
}
@media (max-width: 599px) {
  .reviews-card-bottom {
    gap: 0.125rem;
  }
}
.reviews-card-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  max-width: 11.25rem;
}
.reviews-card-author-image {
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #EFEFEF;
  padding: 0.1875rem;
}
.reviews-card-author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.reviews-card-author-name {
  font-size: 0.875rem;
  letter-spacing: -0.01rem;
  color: #7B7B7B;
}
@media (max-width: 599px) {
  .reviews-card-author-name {
    font-size: 0.75rem;
  }
}
.reviews-card-more {
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
  color: #F13C30;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

@media (max-width: 1280px) {
  .certificates-section {
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 768px) {
  .certificates-section {
    padding-bottom: 2.5rem;
  }
}
.certificates-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 3.5625rem;
}
@media (max-width: 768px) {
  .certificates-header {
    gap: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 599px) {
  .certificates-header {
    margin-bottom: 1.25rem;
  }
}
.certificates-header-title {
  max-width: 50rem;
  margin-bottom: 0;
}
.certificates-title {
  margin-bottom: 3.75rem;
}
@media (max-width: 1280px) {
  .certificates-title {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 768px) {
  .certificates-title {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 599px) {
  .certificates-title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 599px) {
  .certificates-all__desktop {
    display: none;
  }
}
.certificates-all__mobile {
  display: none;
}
@media (max-width: 599px) {
  .certificates-all__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 1.25rem;
  }
}
.certificates-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 4.875rem;
}
@media (max-width: 1280px) {
  .certificates-cards {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 768px) {
  .certificates-cards {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 599px) {
  .certificates-cards {
    margin-bottom: 1.875rem;
  }
}
.certificates-cards__short {
  margin-bottom: 0;
}
.certificates-card {
  padding: 3.5625rem;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  overflow: hidden;
  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 (max-width: 1280px) {
  .certificates-card {
    padding: 2.5rem;
  }
}
@media (max-width: 1140px) {
  .certificates-card {
    padding: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .certificates-card {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .certificates-card {
    padding: 2.125rem;
  }
}
@media (max-width: 599px) {
  .certificates-card {
    padding: 0.9375rem;
  }
}

.resolves {
  padding-bottom: 4.375rem;
}
@media (max-width: 1024px) {
  .resolves {
    padding-bottom: 3.125rem;
  }
}
.resolves-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1024px) {
  .resolves-wrapper {
    grid-template-columns: 1fr;
  }
}
.resolves-ctrl {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 2.5rem;
  padding-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .resolves-ctrl {
    background-color: transparent;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.resolves-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .resolves-tabs__top {
    margin-bottom: 5.875rem;
  }
}
@media (max-width: 768px) {
  .resolves-tabs__top {
    margin-bottom: 0;
    background-color: #FFFFFF;
    padding: 1.875rem;
    padding-right: 0.125rem;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
    gap: 0.375rem;
  }
}
@media (max-width: 360px) {
  .resolves-tabs__top {
    padding-left: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .resolves-tabs__bottom {
    margin-top: 6.5rem;
  }
}
@media (max-width: 768px) {
  .resolves-tabs__bottom {
    margin-top: 0;
    background-color: #FFFFFF;
    padding: 1.875rem;
    padding-left: 1.25rem;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
    gap: 0.375rem;
  }
}
@media (max-width: 599px) {
  .resolves-tabs__bottom {
    padding-left: 1rem;
  }
}
@media (max-width: 360px) {
  .resolves-tabs__bottom {
    padding-left: 0.5rem;
    padding-right: 1.25rem;
  }
}
.resolves-tab {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
  color: #989898;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.resolves-tab-text {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding-bottom: 0.5rem;
  z-index: 1;
  border-bottom: 2px solid transparent;
}
@media (max-width: 768px) {
  .resolves-tab-text {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.resolves-tab-text.active {
  color: #353535;
  border-bottom: 2px solid #EFEFEF;
}
.resolves-tab-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.125rem;
  width: 0%;
  background-color: #353535;
  border-radius: 0;
  -webkit-transition: width 0s linear;
  -o-transition: width 0s linear;
  transition: width 0s linear;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .resolves-tab:hover .resolves-tab-text {
    color: #353535;
  }
}
@media (max-width: 360px) {
  .resolves-tab {
    font-size: 0.6875rem;
  }
}
.resolves-info {
  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;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .resolves-info {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 1.25rem;
  }
}
@media (max-width: 599px) {
  .resolves-info {
    margin-bottom: 2.5rem;
  }
}
.resolves-title {
  text-align: center;
  max-width: 32.6875rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .resolves-title {
    text-align: left;
    max-width: unset;
  }
}
.resolves-content {
  position: relative;
  background-color: #1E1E1E;
  border-radius: 1.875rem;
  aspect-ratio: 680/600;
  overflow: hidden;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 600ms ease-in-out;
  -o-transition: opacity 600ms ease-in-out;
  transition: opacity 600ms ease-in-out;
}
@media (max-width: 1024px) {
  .resolves-content {
    aspect-ratio: 930/800;
  }
}
@media (max-width: 768px) {
  .resolves-content {
    aspect-ratio: 580/601;
  }
}
@media (max-width: 599px) {
  .resolves-content {
    aspect-ratio: 360/558;
  }
}
.resolves-content.active {
  display: block;
  opacity: 1;
}
.resolves-content-picture {
  width: 100%;
  height: 100%;
}
.resolves-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transform: translate(30%, 30%) scale(0.9);
      -ms-transform: translate(30%, 30%) scale(0.9);
          transform: translate(30%, 30%) scale(0.9);
  -webkit-transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  -o-transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.resolves-img.animate-in {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.resolves-content-card {
  position: absolute;
  left: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 1.875rem;
  max-width: 27.875rem;
  opacity: 0;
  -webkit-transform: translate(40px, 40px) scale(0.95);
      -ms-transform: translate(40px, 40px) scale(0.95);
          transform: translate(40px, 40px) scale(0.95);
  -webkit-transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s;
  -o-transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s;
  transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s;
}
@media (max-width: 599px) {
  .resolves-content-card {
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.875rem;
    padding: 1.25rem;
    max-width: 19.375rem;
  }
}
.resolves-content-card.animate-in {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.resolves-content-card-title {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.1;
  letter-spacing: -0.05rem;
  color: #353535;
  margin-bottom: 0.875rem;
}
@media (max-width: 599px) {
  .resolves-content-card-title {
    font-size: 1.125rem;
  }
}
.resolves-content-card-description {
  color: #7B7B7B;
}
@media (max-width: 1024px) {
  .resolves-content-card-description {
    font-size: 0.9375rem;
  }
}

.products {
  color: #FFFFFF;
  padding-bottom: 4.375rem;
  margin-bottom: 4.375rem;
}
@media (max-width: 1024px) {
  .products {
    padding-bottom: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 599px) {
  .products {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.products-wrapper {
  position: relative;
  background-color: #1E1E1E;
  border-radius: 1.875rem;
  overflow: hidden;
  padding: 2.5rem 2.5rem 1.875rem 2.5rem;
}
@media (max-width: 1024px) {
  .products-wrapper {
    padding: 2.5rem 2.5rem 5.875rem 2.5rem;
  }
}
@media (max-width: 768px) {
  .products-wrapper {
    padding: 3.125rem 1.875rem 31.25rem 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 599px) {
  .products-wrapper {
    padding: 3.125rem 0.9375rem 22.5rem 0.9375rem;
  }
}
.products-ctrl {
  position: relative;
  z-index: 2;
}
.products-title {
  color: #FFFFFF;
  max-width: 33.875rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 1024px) {
  .products-title {
    margin-bottom: 4.0625rem;
  }
}
@media (max-width: 768px) {
  .products-title {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 599px) {
  .products-title {
    margin-bottom: 2.5rem;
  }
}
.products-accordion-container {
  background-color: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(1.875rem);
          backdrop-filter: blur(1.875rem);
  width: 100%;
  max-width: 30rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .products-accordion-container {
    max-width: 100%;
  }
}
.products-accordion-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.25rem;
}
.products-accordion-item:last-child {
  border-bottom: none;
}
.products-accordion-item.active .products-accordion-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.products-accordion-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.0625rem;
  width: 0%;
  background: #FFFFFF;
  -webkit-transition: width 0s linear;
  -o-transition: width 0s linear;
  transition: width 0s linear;
  z-index: 10;
}
.products-accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.products-accordion-title {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.09rem;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 1024px) {
  .products-accordion-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .products-accordion-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 599px) {
  .products-accordion-title {
    font-size: 1.25rem;
  }
}
.products-accordion-icon {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  -webkit-transition: stroke 0.3s ease, -webkit-transform 0.3s ease;
  transition: stroke 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, stroke 0.3s ease;
  transition: transform 0.3s ease, stroke 0.3s ease;
  transition: transform 0.3s ease, stroke 0.3s ease, -webkit-transform 0.3s ease;
}
.products-accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  -webkit-transition: max-height 600ms ease, opacity 600ms ease, padding-top 600ms ease;
  -o-transition: max-height 600ms ease, opacity 600ms ease, padding-top 600ms ease;
  transition: max-height 600ms ease, opacity 600ms ease, padding-top 600ms ease;
}
.products-accordion-content p {
  letter-spacing: -0.01rem;
  color: #989898;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
.products-picture {
  position: absolute;
  top: 6%;
  right: -22%;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 600ms ease-in-out;
  -o-transition: opacity 600ms ease-in-out;
  transition: opacity 600ms ease-in-out;
}
@media (max-width: 1024px) {
  .products-picture {
    top: 12%;
    right: -22%;
    width: 83%;
  }
}
@media (max-width: 768px) {
  .products-picture {
    right: 0;
    top: 8%;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .products-picture {
    top: 4%;
  }
}
.products-picture.active {
  opacity: 1;
  pointer-events: auto;
}
.products-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  opacity: 0;
  -webkit-transform: translate(5%, 5%) scale(0.9);
      -ms-transform: translate(5%, 5%) scale(0.9);
          transform: translate(5%, 5%) scale(0.9);
  -webkit-transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  -o-transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (max-width: 768px) {
  .products-picture img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
.products-picture img.animate-in {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.products-picture__horizontal {
  width: 74%;
  top: 0;
  right: -15%;
}
.products-picture__horizontal img {
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .products-picture__horizontal img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media (max-width: 768px) {
  .products-picture__horizontal {
    right: 0;
    top: 4%;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .products-picture__horizontal {
    top: 0;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
