@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.14; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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.14; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}

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

a {
  display: inline-block;
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
}

/* public-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Public_Sans/public-sans-v15-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* public-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Public_Sans/public-sans-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* public-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Public_Sans/public-sans-v15-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* public-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Public_Sans/public-sans-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* public-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Public_Sans/public-sans-v15-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* public-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Public_Sans/public-sans-v15-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

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

.align-baseline {
  align-items: baseline;
}

.align-end {
  align-items: end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .t-justify-start {
    justify-content: start;
  }
}

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

.flex-reverse {
  flex-direction: row-reverse;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mr-auto {
  margin-right: auto;
}

.underline {
  border-bottom: 1px solid currentColor;
}

.mob-underline {
  border-bottom: none;
}
@media only screen and (max-width: 576px) {
  .mob-underline {
    border-bottom: 1px solid currentColor;
  }
}

@media only screen and (max-width: 576px) {
  .mob-flex {
    display: flex;
  }
}

@media only screen and (max-width: 576px) {
  .mob-align-center {
    align-items: center;
  }
}

@media only screen and (max-width: 576px) {
  .mob-reverse {
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 768px) {
  .t-flex-column {
    flex-direction: column;
  }
}

@media only screen and (max-width: 576px) {
  .mob-flex-column {
    flex-direction: column;
  }
}

.text-center {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .t-text-center {
    text-align: center;
  }
}

.inline-block {
  display: inline-block;
}

.relative {
  position: relative;
}

.center-left {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .center-left {
    text-align: center;
  }
}

.full-width {
  width: 100%;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .t-mb-32 {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .t-mb-24 {
    margin-bottom: 24px !important;
  }
}

@media only screen and (max-width: 768px) {
  .t-mb-16 {
    margin-bottom: 16px !important;
  }
}

@media only screen and (max-width: 768px) {
  .m-mb-0 {
    margin-bottom: 0;
  }
}

.relative {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .t-flex-col {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .t-flex-row {
    flex-direction: row;
  }
}

@media only screen and (max-width: 768px) {
  .t-align-center {
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .t-align-start {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1280px) {
  .d-flex-col {
    flex-direction: column;
  }
}

.hidden {
  display: none !important;
}

.no-scroll {
  overflow: hidden;
}

body {
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background-color: #F5FAFF;
}
body.lock {
  overflow: hidden;
}
body.landing {
  background-color: #fff;
}
body.admin .header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin .header {
    top: 46px;
  }
}
body.admin .menu {
  top: 112px;
}
@media only screen and (max-width: 992px) {
  body.admin .menu {
    top: 104px;
  }
}
@media (max-width: 782px) {
  body.admin .menu {
    top: 118px;
  }
}

.container {
  max-width: 1280px;
  padding: 0 32px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
  .container-m-full-width {
    padding: 0;
  }
}

.relative {
  position: relative;
}

main {
  margin-top: 80px;
}
@media only screen and (max-width: 992px) {
  main {
    margin-top: 72px;
  }
}
main.no-original {
  margin-top: 135px;
}
@media only screen and (max-width: 768px) {
  main.no-original {
    margin-top: 192px;
  }
}
@media (max-width: 500px) {
  main.no-original {
    top: 208px;
  }
}
main.landing {
  margin: 0;
}
main.maintenance {
  margin: 0;
}

.bg-dark {
  background: #231F20 url("./../images/dark-image-bg.png") 100% 50% no-repeat;
  background-size: cover;
}
.bg-dark .splide-custom .splide__arrows .splide__arrow svg path {
  fill: #FFF;
}

.bg-white {
  background-color: #fff;
}

.bg-dark-color {
  background-color: #231F20;
}

@media only screen and (max-width: 576px) {
  .display-none {
    display: none !important;
  }
}

.wp-block-table td {
  border: none !important;
}

.button-lang {
  text-transform: uppercase;
}

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

.submitted-message {
  display: none;
}

.header {
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 80px;
  background-color: #FFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.header__col {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__col h1 {
  font-size: 0;
}
.header__logo svg {
  height: inherit;
  width: auto;
}
.header__btn-search.btn, .header__btn-menu.btn {
  gap: 12px;
}
.header__btn-search span {
  transition: color 0.3s;
}
.header__btn-search svg path {
  transition: stroke 0.3s;
}
.header__btn-search:hover span {
  color: #DB3019;
}
.header__btn-search:hover svg path {
  stroke: #DB3019;
}
.header__btn-menu span {
  transition: color 0.3s;
}
.header__btn-menu svg path {
  transition: transform 0.3s ease, opacity 0.3s ease, stroke 0.3s;
}
.header__btn-menu svg path:first-of-type {
  transform-origin: center;
}
.header__btn-menu svg path:nth-child(2) {
  transform-origin: center;
  transition: transform 0.3s ease;
}
.header__btn-menu svg path:last-of-type {
  transform-origin: center;
}
.header__btn-menu:hover span {
  color: #DB3019;
}
.header__btn-menu:hover svg path {
  stroke: #DB3019;
}
.header__btn-menu.active span {
  color: #DB3019;
}
.header__btn-menu.active svg path {
  stroke: #DB3019;
}
.header__btn-menu.active svg path:first-of-type {
  transform: rotate(45deg);
}
.header__btn-menu.active svg path:nth-child(2) {
  transform: scaleY(0);
}
.header__btn-menu.active svg path:last-of-type {
  transform: rotate(-45deg) translateY(-6px);
}
@media only screen and (max-width: 992px) {
  .header {
    min-height: 72px;
  }
  .header__logo {
    height: 24px;
  }
  .header__col {
    gap: 24px;
  }
  .header__btn-contact.btn {
    padding: 12px 16px;
  }
  .header__btn-contact.btn svg {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .header__btn-search span {
    display: none;
  }
  .header__btn-menu span {
    display: none;
  }
}
@media (max-width: 400px) {
  .header__col {
    gap: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .header .btn {
    width: unset;
  }
}

.footer {
  background-color: #000;
  color: #FFF;
  margin-top: 125px;
  padding-top: 162px;
  padding-bottom: 80px;
  position: relative;
}
.footer.no-banner {
  padding-top: 80px;
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  .footer.no-banner {
    padding-top: 0;
  }
}
.footer-banner {
  background: #231F20 url("./../images/footer-banner-bg.png") 17% 50% no-repeat;
  background-size: cover;
  padding: 64px 64px 64px 320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 1216px;
}
@media only screen and (max-width: 576px) {
  .footer-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 576px) {
  .footer-banner .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .footer-banner__col {
    width: 100%;
  }
}
.footer-banner__heading {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
.footer-banner__description {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 0 0 32px 0;
  border-bottom: 1px solid #292929;
}
@media only screen and (max-width: 576px) {
  .footer__column:nth-last-child(1) .footer__list {
    display: block;
  }
}
.footer__column:nth-last-child(1) .footer__list li {
  display: block;
}
.footer__column:nth-last-child(1) .footer__list li a {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media only screen and (max-width: 576px) {
  .footer__column:nth-last-child(1) .footer__list li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 16px;
  }
}
.footer__bottom {
  padding: 32px 0;
}
.footer__bottom ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer__bottom ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.48;
  transition: opacity 0.3s;
}
.footer__bottom ul li a:hover {
  opacity: 1;
}
.footer__nav:not(:first-of-type) {
  margin-top: 48px;
}
@media only screen and (max-width: 576px) {
  .footer__nav {
    padding: 0 0 16px 0;
  }
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 576px) {
  .footer__list.active li {
    display: block;
  }
  .footer__list.active li.menu-view-all {
    display: none;
  }
}
@media only screen and (max-width: 576px) and (max-width: 576px) {
  .footer__list.active li.menu-view-all {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .footer__list li {
    display: none;
  }
}
.footer__list li.heading {
  display: block;
  position: relative;
}
.footer__list li.heading a {
  font-size: 20px;
  font-weight: 500;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__list li.heading a::after {
  content: "";
  width: 16px;
  height: 17px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 17" fill="none"><circle opacity="0.04" cx="8.0005" cy="8.4995" r="0.0005" transform="rotate(-90 8.0005 8.4995)" fill="white"/><path d="M8 13.1665V3.83317" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M3.33331 8.5L7.99998 3.83333L12.6666 8.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  display: none;
  position: absolute;
  right: 0;
  top: 8px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 576px) {
  .footer__list li.heading {
    font-size: 18px;
  }
  .footer__list li.heading a::after {
    display: inline-block;
    transform: rotateX(180deg);
  }
  .footer__list li.heading.active {
    color: rgba(255, 255, 255, 0.48);
  }
  .footer__list li.heading.active a::after {
    transform: rotateX(0deg);
  }
}
.footer__list li.disabled a {
  cursor: default;
  text-decoration: none;
}
.footer__list li.disabled a:hover {
  color: #fff;
}
.footer__list li.menu-view-all {
  display: none;
}
.footer__list li a {
  color: inherit;
  font-size: 14px;
  line-height: 150%;
  text-decoration: underline;
  text-underline-position: 1px;
  text-underline-position: from-font;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: all 0.3s;
}
.footer__list li a:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 64px;
}
.footer__socials li a svg {
  transition: opacity 0.3s;
  opacity: 0.64;
}
.footer__socials li a:hover svg {
  opacity: 1;
}
.footer__sublist {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 60px;
}
.footer__sublist li a {
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  .footer {
    padding-top: unset;
    margin-top: unset;
  }
  .footer-banner {
    position: initial;
    transform: unset;
    width: 100%;
    padding: 64px 64px 64px 300px;
  }
  .footer__grid {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-banner {
    background-position: 20% 50%;
    padding: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-banner {
    background: #231F20 url("./../images/footer-banner-sm-bg.png") 50% no-repeat;
    padding: 64px 32px;
  }
}
@media only screen and (max-width: 576px) {
  .footer {
    padding-bottom: 32px;
  }
  .footer-banner__heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }
  .footer-banner__description {
    font-size: 16px;
  }
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-top: 32px;
  }
  .footer__nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .footer__nav:not(:first-of-type) {
    margin-top: 16px;
  }
  .footer__socials {
    margin-top: 46px;
  }
  .footer__sublist {
    margin-top: 44px;
    gap: 32px;
  }
  .footer__sublist li a {
    font-size: 12px;
    line-height: 18px;
  }
}

.menu {
  background-color: #FFF;
  color: #231F20;
  padding-top: 48px;
  padding-bottom: 50px;
  box-shadow: 0px 16px 48px 0px rgba(35, 31, 32, 0.06);
  position: fixed;
  left: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  top: 80px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .menu {
    height: 100%;
    padding-bottom: 125px;
  }
}
@media only screen and (max-width: 992px) {
  .menu {
    top: 72px;
  }
}
.menu.active {
  display: block;
}
.menu.no-original {
  top: 136px;
}
@media only screen and (max-width: 992px) {
  .menu.no-original {
    top: 128px;
  }
}
@media only screen and (max-width: 768px) {
  .menu.no-original {
    top: 192px;
  }
}
@media (max-width: 500px) {
  .menu.no-original {
    top: 208px;
  }
}
.menu__grid {
  display: flex;
  gap: 48px;
  justify-content: space-between;
}
.menu__column {
  box-sizing: content-box;
  min-width: 261px;
}
.menu__column:not(:first-of-type) {
  border-left: 1px solid rgba(35, 31, 32, 0.08);
  padding-left: 48px;
}
.menu__column:last-of-type {
  min-width: 144px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  .menu__column:last-of-type .menu__list {
    padding: 0 0 22px 0;
  }
  .menu__column:last-of-type .menu__list li {
    display: block;
  }
}
.menu__column.active li {
  display: block;
}
.menu__column.hidden {
  display: none;
}
.menu__nav:not(:first-of-type) {
  margin-top: 48px;
}
@media only screen and (max-width: 576px) {
  .menu__nav:not(:first-of-type) {
    margin-top: 22px;
  }
}
.menu__heading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.menu__heading a {
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu__heading svg {
  display: none;
}
.menu__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu__list li.disabled a {
  cursor: default;
}
.menu__list li.disabled a:hover {
  color: #000;
}
.menu__list li.heading {
  position: relative;
}
.menu__list li.heading a {
  font-size: 20px;
  font-weight: 500;
  color: inherit;
  position: relative;
  transition: left 0.1s;
}
.menu__list li.heading::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none"><circle opacity="0.04" cx="8.0005" cy="8.0005" r="0.0005" fill="%23DB3019"/><path d="M3.33337 8H12.6667" stroke="%23DB3019" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 3.33325L12.6667 7.99992L8 12.6666" stroke="%23DB3019" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  display: none;
  position: absolute;
  top: 8px;
  left: calc(100% - 16px);
  transition: transform 0.3s ease, left 0.3s ease;
}
@media only screen and (max-width: 576px) {
  .menu__list li.heading {
    padding-bottom: 22px;
  }
  .menu__list li.heading::after {
    display: block;
  }
  .menu__list li.heading.active {
    border-bottom: 1px solid rgba(35, 31, 32, 0.08);
  }
  .menu__list li.heading.active a {
    font-size: 14px;
    color: #DB3019;
    left: 24px;
    top: 6px;
  }
  .menu__list li.heading.active::after {
    transform: rotateY(180deg);
    left: 0;
  }
}
.menu__list li.current-menu-item {
  color: #DB3019;
}
.menu__list li.bold:nth-last-child(4) {
  margin: 16px 0 0 0;
}
.menu__list li.bold a {
  font-size: 20px;
  font-weight: 500;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu__list li.bold svg {
  display: none;
}
.menu__list li.menu-view-all {
  display: none;
}
.menu__list li a {
  color: inherit;
  font-size: 14px;
  line-height: 150%;
  transition: color 0.3s;
}
.menu__list li a:hover {
  color: #DB3019;
}
@media only screen and (max-width: 576px) {
  .menu__list li a {
    font-size: 16px;
  }
}
.menu__list.active li.menu-view-all {
  display: none;
}
@media only screen and (max-width: 576px) {
  .menu__list.active li.menu-view-all {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .menu__list li {
    display: none;
  }
  .menu__list li.heading {
    display: block;
  }
}
.menu__socials {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 64px;
  margin-bottom: -4px;
}
.menu__socials a svg path {
  transition: fill 0.3s;
}
.menu__socials a:hover svg path:not(.youtube) {
  fill: #000;
}
@media only screen and (max-width: 1280px) {
  .menu__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .menu__column {
    box-sizing: content-box;
    min-width: unset;
  }
  .menu__column:not(:first-of-type) {
    border-left: unset;
    padding-left: unset;
  }
  .menu__column:last-of-type {
    min-width: unset;
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .menu__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .menu {
    padding-top: 32px;
    padding-bottom: 100px;
  }
  .menu__grid {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 28px 0 0 0;
  }
  .menu__grid.active .menu__column.active {
    display: block;
  }
  .menu__grid.active .menu__column.active .menu__nav:not(.active) {
    display: none;
  }
  .menu__grid.active .menu__column:not(.active) {
    display: none;
  }
  .menu__grid.active .menu__column:nth-last-child(1) {
    display: block;
  }
  .menu__grid.active .menu__column:nth-last-child(1) .menu__list {
    display: none;
  }
  .menu__column:nth-child(1) {
    padding: 22px 0 0 0;
    border-top: 1px solid rgba(35, 31, 32, 0.08);
  }
  .menu__column.active .menu__nav:not(:first-of-type) {
    margin-top: unset;
  }
  .menu__nav:not(:first-of-type) {
    margin-top: 25px;
  }
  .menu__nav:not(.active) {
    border-bottom: 1px solid rgba(35, 31, 32, 0.08);
  }
  .menu__socials {
    margin-top: 15px;
    gap: 24px;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  font-weight: 500;
  white-space: nowrap;
}
.btn-primary {
  background-color: #DB3019;
  color: #FFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-outlined {
  box-shadow: 0 0 0 1px #FFF inset;
  color: #FFF;
}
.btn-white {
  background-color: #FFF;
  color: #DB3019;
}
.btn-primary, .btn-outlined, .btn-white {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-primary:after, .btn-outlined:after, .btn-white:after {
  content: "";
  position: absolute;
  right: 15%;
  width: 20px;
  height: 20px;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.16);
  transform-origin: center;
  transition: all 0.4s ease;
}
.btn-primary:hover:after, .btn-outlined:hover:after, .btn-white:hover:after {
  opacity: 1;
  transform: scale(15);
}
.btn-white-bordered {
  border: 1px solid #DB3019;
  border-radius: 4px;
}
.btn-white svg path {
  stroke: #DB3019;
}
.btn-white:after {
  content: "";
  background-color: rgba(219, 48, 25, 0.16);
}
.btn-light_red {
  background-color: #FDEFED;
  color: #DB3019;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-light_red:after {
  content: "";
  position: absolute;
  right: 15%;
  width: 20px;
  height: 20px;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(219, 48, 25, 0.16);
  transform-origin: center;
  transition: all 0.4s ease;
}
.btn-light_red:hover:after {
  opacity: 1;
  transform: scale(15);
}
.btn-md {
  padding: 16px 32px;
}
.btn-r-sm {
  border-radius: 4px;
}
@media only screen and (max-width: 375px) {
  .btn {
    width: 100%;
  }
}

.link {
  font-size: 14px;
  line-height: 16px;
}
.link:hover {
  text-decoration: underline;
}
.link-primary {
  color: #DB3019;
}
.link-white {
  color: #FFF;
}

.section__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}
.section__header-col {
  display: flex;
  align-items: center;
  gap: 40px;
}
.section__footer {
  display: none;
}
.section__heading {
  color: #231F20;
  font-size: 48px;
  line-height: 120%;
  font-weight: 500;
}
.section__heading-small {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
}
.section__link {
  flex-shrink: 0;
}
.section--light .section__header .section__link {
  color: #FFF;
}
.section--light .section__heading {
  color: #FFF;
}
.section-pt-xs {
  padding-top: 32px;
}
.section-pt-sm {
  padding-top: 64px;
}
.section-pt-md {
  padding-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .section-pt-md {
    padding-top: 64px;
  }
}
.section-pt-lg {
  padding-top: 160px;
}
@media only screen and (max-width: 1024px) {
  .section-pt-lg {
    padding-top: 64px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-pt-0-t {
    padding-top: 0;
  }
}
.section-pb-xs {
  padding-bottom: 32px;
}
.section-pb-sm {
  padding-bottom: 88px;
}
@media only screen and (max-width: 1024px) {
  .section-pb-sm {
    padding-bottom: 44px;
  }
}
.section-pb-md {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .section-pb-md {
    padding-bottom: 64px;
  }
}
.section-pb-lg {
  padding-bottom: 160px;
}
@media only screen and (max-width: 1024px) {
  .section-pb-lg {
    padding-bottom: 64px;
  }
}
@media only screen and (max-width: 768px) {
  .section__heading {
    font-size: 28px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 576px) {
  .section__header {
    align-items: center;
  }
  .section__header-m-end {
    align-items: flex-end;
  }
  .section__footer {
    display: block;
    margin-top: 40px;
  }
  .section__link {
    display: none;
  }
  .section__link--mobile {
    display: block;
  }
  .section-pt-0-m {
    padding-top: 0 !important;
  }
  .section-pt-sm {
    padding-top: 32px;
  }
  .section-pt-md {
    padding-top: 62px;
  }
  .section-pt-lg {
    padding-top: 64px;
  }
  .section-pb-0-m {
    padding-bottom: 0 !important;
  }
}

.grid-5 {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1280px) {
  .grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .grid-5 {
    gap: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .grid-5 {
    gap: 1px;
  }
}

.grid-4 {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1024px) {
  .grid-4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (max-width: 760px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }
  .grid-4 > div {
    border-bottom: 1px solid #F5FAFF;
  }
  .grid-4 > div:nth-of-type(odd) {
    border-right: 1px solid #F5FAFF;
  }
}

.grid-3 {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 992px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

.grid-3-mod {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.grid-3-mod .product-card {
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .grid-3-mod .product-card:nth-child(-n+4) {
    flex: 0 1 calc(50% - 16px);
  }
  .grid-3-mod .product-card:nth-child(n+5) {
    flex: 0 1 calc((100% - 64px) / 3);
  }
}
@media (max-width: 1024px) {
  .grid-3-mod .product-card {
    flex: 0 1 calc(50% - 16px);
  }
}
@media (max-width: 750px) {
  .grid-3-mod .product-card {
    flex: 0 0 100%;
  }
}

.grid-2 {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 992px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.grid-column-length-2 {
  grid-column: span 2;
}
@media only screen and (max-width: 576px) {
  .grid-column-length-2 {
    grid-column: span 1;
  }
}

.grid-column-length-3 {
  grid-column: span 3;
}
@media only screen and (max-width: 768px) {
  .grid-column-length-3 {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 576px) {
  .grid-column-length-3 {
    grid-column: span 1;
  }
}

.splide {
  width: 100%;
  overflow: hidden;
}
.splide-overflow .splide__track {
  width: 100vw;
}
@media only screen and (max-width: 992px) {
  .splide-overflow-lt .splide__track {
    width: 100vw;
  }
}
.splide-custom .splide__arrows {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  min-height: 32px;
}
.splide-custom .splide__arrows button {
  flex-shrink: 0;
}
.splide-custom .splide__arrows .splide__arrow {
  background-color: unset;
  border-radius: 50%;
  position: initial;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: unset;
  transform: unset;
  opacity: 0.48;
}
.splide-custom .splide__arrows .splide__arrow:hover:not([disabled]) {
  opacity: 1;
}
.splide-custom .splide__arrows .splide__arrow svg {
  width: 32px;
  height: auto;
}
.splide-custom .splide__arrows .splide__arrow svg path {
  transition: fill 0.3s;
}
.splide-custom .splide__arrows .splide__arrow[disabled] {
  opacity: 0.24;
}
.splide-custom .splide__arrows .splide__arrow--prev {
  transform: rotate(180deg);
}
.splide-custom .splide__pagination--custom {
  position: initial;
  padding: 0;
  gap: 16px;
  margin-top: 4px;
}
.splide-custom .splide__pagination--custom .splide__pagination__page {
  width: 24px;
  height: 2px;
  border-radius: 2px;
  margin: 0;
}
.splide-custom .splide__pagination--custom .splide__pagination__page::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
}
.splide-custom .splide__pagination--custom .splide__pagination__page span {
  display: flex;
  height: 2px;
  background-color: #DB3019;
  opacity: 0;
}
.splide-custom .splide__pagination--custom .splide__pagination__page.is-active {
  width: 56px;
  transform: unset;
}
.splide-custom .splide__pagination--custom .splide__pagination__page.is-active span {
  opacity: 1;
}

/* The Modal (background) */
.modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal__container {
  position: relative;
  background-color: #FFF;
  padding: 40px;
  display: flex;
  flex-direction: column;
  width: 480px;
}
@media only screen and (max-width: 576px) {
  .modal__container {
    width: 90%;
    margin: 0 auto;
  }
}
.modal__header {
  margin: 0 0 32px 0;
}
.modal__form-inner {
  display: flex;
  flex-direction: column;
}
.modal__heading {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #231F20;
}
.modal__heading_get-in-touch {
  margin: 0 0 16px 0;
}
.modal__subheading {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #231F20;
  margin: 0 0 16px 0;
}
.modal__close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.modal.open {
  display: flex;
}
.modal__radio-group {
  display: flex;
  align-items: center;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 480px) {
  .modal__radio-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.modal__radio-group:nth-last-child(1) {
  margin: 0;
}
.modal__radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  margin: 0 16px 0 0;
}
.modal__radio-group .real-radio {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.modal__radio-group .custom-radio {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 2px solid #CAC9C9;
  border-radius: 50%;
  vertical-align: text-top;
  margin-right: 5px;
}
.modal__radio-group .custom-radio::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #DB3019;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s;
}
.modal__radio-group .real-radio:checked + .custom-radio::before {
  transform: translate(-50%, -50%) scale(1);
}
.modal__btns {
  display: flex;
  align-items: center;
}
.modal__btns button {
  margin: 0 16px 0 0;
}
.modal__btns button:nth-last-child(1) {
  margin: 0;
}

.subscribe {
  background-color: #231F20;
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  .subscribe {
    padding: 32px;
  }
}
.subscribe h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 1024px) {
  .subscribe form {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .subscribe form {
    flex-direction: column;
    align-items: flex-start;
  }
}
.subscribe form input {
  padding: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(35, 31, 32, 0.64);
  border: none;
  outline: none;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .subscribe form input {
    margin: 0;
  }
}
.subscribe form input::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(35, 31, 32, 0.64);
}
.subscribe form input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(35, 31, 32, 0.64);
}
.subscribe form button {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .subscribe form button {
    width: 150px;
    padding: 16px 32px;
  }
}
@media only screen and (max-width: 576px) {
  .subscribe form button {
    width: 100%;
  }
}

.press-popular {
  background-color: #fff;
  padding: 24px;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .press-popular {
    padding: 32px;
    margin: 0;
  }
}
@media only screen and (max-width: 576px) {
  .press-popular {
    margin: 0 0 32px 0;
  }
}
.press-popular h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 1024px) {
  .press-popular h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 32px 0;
  }
}
.press-popular a {
  margin: 0 0 24px 0;
}
.press-popular a:hover h4 {
  color: #DB3019;
}
.press-popular a h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #231F20;
  margin: 0 0 16px 0;
  transition: color 0.3s;
}
.press-popular a span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
}
.press-popular a:nth-last-child(1) {
  margin: 0;
}

.pagination {
  padding: 32px 16px;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  margin: 0 8px 0 0;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li:nth-last-child(1) {
  margin: 0;
}
.pagination ul li.current {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DB3019;
  border-radius: 50%;
  color: #fff;
}
.pagination ul li.current a {
  border: 1px solid #DB3019;
  color: #fff;
}
.pagination ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-feature-settings: "tnum" on, "lnum" on;
  color: #231F20;
  border: 1px solid #DCDBDB;
  border-radius: 50%;
  background: transparent;
  transition: color 0.3s, background 0.3s, border 0.3s;
}
.pagination ul li a:hover {
  background: #DB3019;
  color: #fff;
  border: 1px solid #DB3019;
}
.pagination ul li a:hover svg path {
  stroke: #fff;
}
.pagination ul li a svg path {
  transition: stroke 0.3s;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  visibility: hidden;
}

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #DB3019;
  width: 75px;
  height: 75px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.download-popup {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
  visibility: hidden;
  transition: background-color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, z-index 0.25s ease;
  opacity: 0;
}
.download-popup.visible {
  position: fixed;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.download-popup__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px;
}
@media only screen and (max-width: 576px) {
  .download-popup__overlay {
    padding: 0;
  }
}
.download-popup__wrapper {
  position: relative;
  max-width: 480px;
  padding: 50px 30px;
  background: white;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 576px) {
  .download-popup__wrapper {
    top: 0;
    transform: unset;
    height: 100%;
    border-radius: 0;
    overflow: auto;
  }
}
.download-popup__close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
}
.download-popup__close-btn svg g {
  stroke-opacity: 0.5;
  transition: stroke-opacity 0.3s ease-in-out;
}
.download-popup__close-btn:hover svg g {
  stroke-opacity: 0.6;
}
.download-popup__form {
  display: flex;
  flex-direction: column;
}
.download-popup__form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.download-popup__form-btn svg {
  margin: 0 8px 0 0;
}
.download-popup__form-btn svg path {
  stroke: white;
}
.download-popup__form-field {
  margin: 0 0 15px;
  display: block;
}
.download-popup__form-field input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  color: rgb(0, 0, 0);
  letter-spacing: 0.75px;
  font-size: 16px;
  padding: 11px 15px;
  line-height: 19px;
}
.download-popup__form-field input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.download-popup__form-field input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.download-popup__form-select {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.download-popup__form-select .current-option {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  letter-spacing: 0.75px;
  font-size: 16px;
  padding: 15px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
.download-popup__form-select .current-option svg:not(.arrow-down) {
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
}
.download-popup__form-select .arrow-down {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  right: 15px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  stroke: #d18987;
  width: 20px;
  height: 20px;
}
.download-popup__form-select .arrow-down.arrow-up {
  transform: translateY(-50%) rotate(180deg);
}
.download-popup__form-select ul {
  padding: 10px 0;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  opacity: 0;
  position: absolute;
  z-index: 100;
  top: 40px;
  visibility: hidden;
  width: 100%;
  background: white;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: translateY(0);
  border-radius: 4px;
}
.download-popup__form-select ul.show-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}
.download-popup__form-select ul li {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 11px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background: transparent;
  transition: background-color 0.3s ease;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
.download-popup__form-select ul li:last-child {
  border-bottom: none;
}
.download-popup__form-select ul li:hover {
  background-color: #F5FAFF;
}
.download-popup__form-select ul li::before {
  display: none;
}
.download-popup__form-select ul li svg {
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
}
.download-popup__custom-checkbox-wrapper {
  width: 100%;
  cursor: pointer;
  font-weight: 350;
  line-height: 19px;
  font-size: 14px;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  padding-left: 25px;
  display: block;
}
.download-popup__custom-checkbox-wrapper a, .download-popup__custom-checkbox-wrapper a:visited {
  color: #da291c;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
  transition: -webkit-text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out;
}
.download-popup__custom-checkbox-wrapper a:hover, .download-popup__custom-checkbox-wrapper a:visited:hover {
  -webkit-text-decoration-color: #da291c;
          text-decoration-color: #da291c;
}
.download-popup__custom-checkbox-wrapper input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  height: 15px;
  width: 15px;
  left: 0;
}
.download-popup__custom-checkbox-wrapper .checkbox-content {
  font-size: 1rem;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  height: 15px;
  width: 15px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.download-popup__custom-checkbox-wrapper:before {
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  height: 9px;
  width: 9px;
  position: absolute;
  opacity: 0;
  background: #DA291C;
  border-radius: 2px;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  visibility: hidden;
  content: "";
}
.download-popup__custom-checkbox-wrapper.checked:before {
  visibility: visible;
  opacity: 1;
}
.download-popup h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 20px;
  color: #000000;
}
@media only screen and (max-width: ) {
  .download-popup h5 {
    font-size: 36px;
  }
}
.download-popup .show {
  visibility: visible !important;
  padding-left: 15px;
}
.download-popup .error-message, .download-popup .result-error-message {
  color: #da291c;
  visibility: hidden;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
}
.download-popup .result-error-message {
  padding: 0;
}
.download-popup .result-error-message.show {
  margin-top: 10px;
}

.translated {
  background-color: #FBE6E3;
  position: relative;
  top: -16px;
}
.translated__inner {
  padding: 16px 50px 16px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .translated__inner {
    flex-direction: column;
    padding: 16px;
  }
}
.translated__inner p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.translated__inner a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #DB3019;
}
.translated__inner a:hover {
  text-decoration: underline;
}
.translated__close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}
.translated__close-btn:hover {
  transform: scale(1.2);
}

.mobile-sticky-block {
  background: #231F20 url("./../images/mobile-sticky-bg.png");
  background-size: cover;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  display: none;
}
@media only screen and (max-width: 576px) {
  .mobile-sticky-block {
    display: flex;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 100;
  }
}
.mobile-sticky-block h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 576px) {
  .mobile-sticky-block.request-quote.hide {
    display: none;
  }
}

.maintenance {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.maintenance .container {
  height: 100%;
}
.maintenance__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.maintenance__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.maintenance__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1;
  gap: 32px;
  max-width: 650px;
  margin: 0 auto;
}
.maintenance__content img {
  width: 160px;
  height: 80px;
}
.maintenance__content h1 {
  font-style: normal;
  font-weight: 950;
  font-size: 40px;
  line-height: 47px;
  color: #FFFFFF;
}
@media only screen and (max-width: 480px) {
  .maintenance__content h1 {
    font-size: 24px;
  }
}
.maintenance__content p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .maintenance__content p {
    font-size: 18px;
  }
}
.maintenance__content p a {
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s;
}
.maintenance__content p a:hover {
  color: #DB3019;
}

.hero-slider {
  background: #231F20 url("./../images/hero-bg.png") 50% 100% no-repeat;
  background-size: cover;
  color: #FFF;
  padding-top: 65px;
  padding-bottom: 65px;
}
.hero-slider.single-slide .splide__arrows, .hero-slider.single-slide .splide__pagination {
  display: none !important;
}
.hero-slider.single-slide .hero-slider__img {
  right: -6.3%;
}
@media only screen and (max-width: 992px) {
  .hero-slider.single-slide .hero-slider__cta {
    position: relative;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 125px;
  }
}
@media only screen and (max-width: 576px) {
  .hero-slider.single-slide .hero-slider__cta {
    position: unset;
    left: unset;
    bottom: unset;
    transform: unset;
    justify-content: unset;
  }
}
.hero-slider .splide__track {
  overflow: initial;
}
.hero-slider__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hero-slider__heading {
  font-size: 40px;
  line-height: 118%;
  font-weight: 500;
  max-width: 696px;
}
.hero-slider__product-name {
  font-size: 32px;
  font-weight: 400;
  margin-top: 96px;
}
.hero-slider__product-name strong {
  font-weight: 900;
}
.hero-slider__description {
  font-size: 14px;
  line-height: 150%;
  max-width: 488px;
  margin: 16px 0 32px 0;
}
.hero-slider__cta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: auto;
}
.hero-slider__img {
  height: 380px;
  width: 696px;
  position: absolute;
  right: -5.3%;
  top: 72%;
  transform: translateY(-50%);
  z-index: -1;
}
.hero-slider__img--mobile {
  display: none;
}
.hero-slider__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-slider-control {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-top: 63px;
}
@media only screen and (max-width: 992px) {
  .hero-slider__heading {
    font-size: 48px;
  }
  .hero-slider__img {
    display: none;
    position: initial;
    transform: unset;
  }
  .hero-slider__img--mobile {
    display: block;
    margin-top: 48px;
    width: 100%;
    max-height: 380px;
  }
  .hero-slider__img--mobile img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 576px) {
  .hero-slider {
    padding-top: 48px;
    padding-bottom: 32px;
  }
  .hero-slider__heading {
    font-size: 32px;
    line-height: 37.6px;
  }
  .hero-slider__img {
    height: auto;
  }
  .hero-slider__img--mobile {
    margin-top: 32px;
  }
  .hero-slider__product-name {
    font-size: 24px;
    line-height: 28.2px;
    margin-top: 34px;
  }
  .hero-slider__btn {
    padding: 16px;
    flex-grow: 1;
  }
  .hero-slider-control {
    margin-top: 16px;
  }
}

.hero-block {
  background: #231F20 url("./../images/hero-block-bg.png") 100% no-repeat;
  background-size: cover;
  position: relative;
  color: #FFF;
  padding-top: 40px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .hero-block {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .hero-block {
    background: #231F20 url("./../images/hero-block-mob-bg.png") 100% no-repeat;
    background-size: cover;
  }
}
.hero-block__options {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .hero-block__options {
    display: none;
  }
}
.hero-block__options ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-block__options ul li {
  margin: 0 32px 0 0;
  width: 280px;
}
.hero-block__options ul li:nth-last-child(1) {
  margin: 0;
}
.hero-block__options ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #231F20;
  padding: 24px;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transition: background 0.3s, color 0.3s;
}
.hero-block__options ul li a:hover {
  background: #231F20;
  color: #fff;
}
.hero-block__options ul li a:hover svg {
  transform: rotateY(-180deg);
}
.hero-block__options ul li a svg {
  transition: transform 0.3s;
}
.hero-block__return {
  margin-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  .hero-block__return {
    margin-bottom: 24px;
  }
}
.hero-block__return a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hero-block__return a:hover span {
  color: #DB3019;
}
.hero-block__return a:hover svg path {
  fill: #DB3019;
}
.hero-block__return a span {
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.64);
  transition: color 0.3s;
}
.hero-block__return a svg path {
  transition: fill 0.3s;
}
.hero-block__heading {
  font-size: 64px;
  line-height: normal;
  font-weight: 500;
}
@media only screen and (max-width: 1280px) {
  .hero-block__heading {
    font-size: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .hero-block__heading {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
  }
}
.hero-block__subheading {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
}
@media only screen and (max-width: 576px) {
  .hero-block__subheading {
    font-weight: 500;
    font-size: 18px;
  }
}
.hero-block__description {
  font-size: 16px;
  line-height: 21px;
  max-width: 696px;
}
@media only screen and (max-width: 1280px) {
  .hero-block__description {
    max-width: 592px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-block__description {
    max-width: 482px;
  }
}
.hero-block__description p {
  margin: 0 0 24px 0;
}
.hero-block__description p:nth-last-child(1) {
  margin: 0;
}
.hero-block__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 124px;
}
@media only screen and (max-width: 1280px) {
  .hero-block__content {
    gap: 24px;
  }
}
.hero-block__content_media {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 760px) {
  .hero-block__content_media {
    flex-direction: column;
  }
}
.hero-block__content_media .hero-block__content-textbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 576px) {
  .hero-block__content_media .hero-block__content-textbox {
    width: 100%;
  }
}
.hero-block__content_media .hero-block__content-textbox a {
  max-width: 234px;
}
@media only screen and (max-width: 576px) {
  .hero-block__content_media .hero-block__content-textbox a {
    width: 100%;
    max-width: unset;
  }
}
.hero-block__content_media .hero-block__content-media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 470px;
  height: 325px;
}
.hero-block__content_media .hero-block__content-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 760px) {
  .hero-block__content_media .hero-block__content-media {
    order: -1;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .hero-block__content_media .hero-block__content-media {
    width: 311px;
    height: 202px;
  }
}
@media only screen and (max-width: 576px) {
  .hero-block__content_media .hero-block__content-media.dp-none {
    display: none;
  }
}
.hero-block__content_tools {
  align-items: center;
  gap: unset;
}
.hero-block__content_tools .hero-block__content-textbox {
  margin: 0 0 52px 0;
}
@media only screen and (max-width: 1024px) {
  .hero-block__content_tools .hero-block__content-textbox {
    margin: 0 0 32px 0;
  }
}
.hero-block__content_tools .hero-block__content-textbox h1,
.hero-block__content_tools .hero-block__content-textbox p {
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .hero-block__content_tools .hero-block__content-textbox h1,
  .hero-block__content_tools .hero-block__content-textbox p {
    text-align: left;
  }
}
.hero-block__content_tools .hero-block__content-textbox h1 {
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .hero-block__content_tools .hero-block__content-textbox p {
    font-size: 16px;
  }
}
.hero-block__content_tools .hero-block__content-media {
  margin: 0 0 66px 0;
}
@media only screen and (max-width: 576px) {
  .hero-block__content_tools .hero-block__content-media {
    order: -1;
    margin: 0 0 24px 0;
  }
}
.hero-block__content_tools .hero-block__content-media img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .hero-block__content_tools .hero-block__options {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .hero-block__content_tools .hero-block__options ul {
    flex-direction: column;
  }
}
.hero-block__content_tools .hero-block__options li {
  width: 384px;
}
@media (max-width: 900px) {
  .hero-block__content_tools .hero-block__options li {
    height: 96px;
  }
}
@media only screen and (max-width: 576px) {
  .hero-block__content_tools .hero-block__options li {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .hero-block__content_tools .hero-block__options li:nth-last-child(1) {
    margin: 0;
  }
}
.hero-block__content_contact {
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 750px) {
  .hero-block__content_contact {
    flex-direction: column;
  }
}
.hero-block__content_contact .hero-block__content-textbox {
  max-width: 500px;
}
@media only screen and (max-width: 1024px) {
  .hero-block__content_contact .hero-block__content-textbox {
    width: 50%;
    max-width: unset;
    padding: 0 32px 32px 32px;
  }
}
@media (max-width: 750px) {
  .hero-block__content_contact .hero-block__content-textbox {
    width: 100%;
  }
}
.hero-block__content_contact .hero-block__heading {
  margin: 0 0 32px 0;
}
@media (max-width: 750px) {
  .hero-block__content_contact .hero-block__heading {
    font-size: 32px;
    margin: 0 0 24px 0;
  }
}
.hero-block__content_contact .hero-block__description {
  margin: 0 0 150px 0;
}
@media only screen and (max-width: 1280px) {
  .hero-block__content_contact .hero-block__description {
    max-width: 400px;
  }
}
@media (max-width: 1100px) {
  .hero-block__content_contact .hero-block__description {
    max-width: 365px;
  }
}
@media (max-width: 750px) {
  .hero-block__content_contact .hero-block__description {
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 24px 0;
    max-width: unset;
  }
}
.hero-block__content_contact .hero-block__about-media {
  margin: 0 24px 0 0;
}
@media (max-width: 750px) {
  .hero-block__content_contact .hero-block__about-media {
    display: none;
  }
}
.hero-block__content_contact .hero-block__about-media img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.hero-block__content_contact .hero-block__about {
  margin: 0 0 64px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .hero-block__content_contact .hero-block__about {
    margin: 0 0 32px 0;
  }
}
.hero-block__content_contact .hero-block__about-textbox {
  display: flex;
  flex-direction: column;
  margin: 0 12px 0 0;
}
.hero-block__content_contact .hero-block__about-textbox .hero-block__about-textbox_email-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-block__content_contact .hero-block__about-textbox span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 1024px) {
  .hero-block__content_contact .hero-block__about-textbox span {
    margin: 0 0 8px 0;
  }
}
.hero-block__content_contact .hero-block__about-textbox a {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFFFFF;
  transition: color 0.3s;
}
.hero-block__content_contact .hero-block__about-textbox a:hover {
  color: #DB3019;
}
@media only screen and (max-width: 1024px) {
  .hero-block__content_contact .hero-block__about-textbox a {
    font-size: 16px;
    line-height: 19px;
  }
}
.hero-block__content_contact .hero-block__copy-block {
  position: relative;
}
.hero-block__content_contact .hero-block__copy-tooltip {
  display: none;
}
.hero-block__content_contact .hero-block__copy-tooltip.active {
  display: block;
  position: absolute;
  right: -83px;
  top: 0;
  width: 100px;
  padding: 5px;
  background: #F5FAFF;
  color: #231F20;
  font-style: normal;
  font-size: 14px;
  border-radius: 8px;
  text-align: center;
}
.hero-block__content_contact .hero-block__follow {
  display: flex;
  flex-direction: column;
}
.hero-block__content_contact .hero-block__follow span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}
.hero-block__content_contact .hero-block__follow ul {
  display: flex;
  align-items: center;
}
.hero-block__content_contact .hero-block__follow ul li {
  margin: 0 32px 0 0;
}
.hero-block__content_contact .hero-block__follow ul li:nth-last-child(1) {
  margin: 0;
}
.hero-block__content_contact .hero-block__follow ul li a:hover svg path:not(.youtube) {
  fill: #DB3019;
}
.hero-block__content_contact .hero-block__follow ul li a svg path {
  transition: fill 0.3s;
}
.hero-block__content_contact .hero-block__content-form {
  background-color: #fff;
  padding: 40px;
  max-width: 580px;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  right: 0;
  top: 0;
}
.hero-block__content_contact .hero-block__content-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.hero-block__content_contact .hero-block__content-form.loading::before {
  opacity: 1;
}
.hero-block__content_contact .hero-block__content-form h3 {
  margin: 0 0 16px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #231F20;
}
@media only screen and (max-width: 1024px) {
  .hero-block__content_contact .hero-block__content-form {
    position: absolute;
    top: -91px;
    right: -1px;
    height: calc(100% + 91px);
    width: 50%;
    padding: 32px;
  }
}
@media (max-width: 750px) {
  .hero-block__content_contact .hero-block__content-form {
    position: relative;
    top: unset;
    right: unset;
    height: auto;
    width: 100%;
    max-width: unset;
  }
}
.hero-block__content_contact .hero-block__content-form_form-wrapper {
  position: relative;
}
.hero-block__content_contact .hero-block__content-form_form-wrapper .hubspot-loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.hero-block__content-video {
  margin: 97px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .hero-block__content-video {
    margin: 41px 0 0 0;
  }
}
@media only screen and (max-width: 576px) {
  .hero-block__content-video {
    margin: 25px 0 0 0;
  }
}
.hero-block__content-video h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .hero-block__content-video h3 {
    font-size: 40px;
    line-height: 47px;
  }
}
@media only screen and (max-width: 576px) {
  .hero-block__content-video h3 {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
}
.hero-block__content-video p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  margin: 32px 0 0 0;
}
@media only screen and (max-width: 576px) {
  .hero-block__content-video p {
    text-align: left;
    margin: 24px 0 0 0;
  }
}
.hero-block--digital-tools {
  background: #231F20 url("./../images/digital_tools_bg.png") 100% no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .hero-block--contact {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-block--contact .container {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-block--contact .hero-block__return {
    margin: 0 0 40px 0;
    padding: 32px 0 0 32px;
  }
}
@media (max-width: 750px) {
  .hero-block--contact .hero-block__return {
    margin: 0 0 24px;
  }
}
.hero-block--services {
  padding-bottom: 72px;
}
@media only screen and (max-width: 576px) {
  .hero-block--services {
    padding-bottom: 65px;
  }
}
.hero-block--services .hero-block__description {
  font-size: 16px;
  line-height: 150%;
}
.hero-block--services .hero-block__description strong {
  display: block;
}
.hero-block--service {
  height: 299px;
}
.hero-block--article {
  height: 299px;
}
@media only screen and (max-width: 1024px) {
  .hero-block--article {
    height: auto;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .hero-block--article {
    background: #fff !important;
  }
}
.hero-block--article .hero-block__return {
  margin: 0;
}
.hero-block--article .hero-block__return a svg path {
  fill: #727070;
}
@media only screen and (max-width: 576px) {
  .hero-block--article .hero-block__return a span {
    color: #727070;
  }
}
.hero-block--press {
  height: 299px;
}
@media only screen and (max-width: 576px) {
  .hero-block--press {
    height: 250px;
  }
}
.hero-block--press .hero-block__return a svg path {
  fill: #727070;
}
@media only screen and (max-width: 576px) {
  .hero-block--press .hero-block__return a span {
    color: #727070;
  }
}
.hero-block--conditions {
  height: 220px;
  padding: 40px 0 48px 0;
}
@media only screen and (max-width: 576px) {
  .hero-block--conditions {
    padding: 32px 0 24px 0;
    height: 175px;
  }
}
.hero-block--conditions .hero-block__return a svg path {
  fill: #727070;
}
@media only screen and (max-width: 576px) {
  .hero-block--conditions .hero-block__return a span {
    color: #727070;
  }
}
.hero-block--impressum {
  height: 220px;
  padding: 40px 0 48px 0;
}
@media only screen and (max-width: 576px) {
  .hero-block--impressum {
    padding: 32px 0 24px 0;
    height: 175px;
  }
}
.hero-block--impressum .hero-block__return a svg path {
  fill: #727070;
}
@media only screen and (max-width: 576px) {
  .hero-block--impressum .hero-block__return a span {
    color: #727070;
  }
}
.hero-block--default-document {
  height: auto;
  padding: 40px 0 48px 0;
}
@media only screen and (max-width: 576px) {
  .hero-block--default-document {
    padding: 32px 0 24px 0;
  }
}
.hero-block--default-document .hero-block__return a svg path {
  fill: #727070;
}
@media only screen and (max-width: 576px) {
  .hero-block--default-document .hero-block__return a span {
    color: #727070;
  }
}
.hero-block--default-document .hero-block__content-textbox {
  max-width: 772px;
}
.hero-block--results {
  height: auto;
  padding: 40px 0 64px 0;
}
@media only screen and (max-width: 576px) {
  .hero-block--results {
    padding: 32px 0 24px 0;
  }
}
.hero-block--results .hero-block__return a svg path {
  fill: #727070;
}
@media only screen and (max-width: 576px) {
  .hero-block--results .hero-block__return a span {
    color: #727070;
  }
}
.hero-block--job {
  height: 299px;
}
@media only screen and (max-width: 576px) {
  .hero-block--job {
    background: #fff !important;
  }
}
.hero-block--job .hero-block__return a svg path {
  fill: #727070;
}
@media only screen and (max-width: 576px) {
  .hero-block--job .hero-block__return a span {
    color: #727070;
  }
}
.hero-block--product {
  height: auto;
  padding: 40px 0 32px 0;
  background: transparent;
}
@media only screen and (max-width: 576px) {
  .hero-block--product {
    background: #fff !important;
  }
}
.hero-block--product .hero-block__return {
  margin: 0;
}
.hero-block--product .hero-block__return a:hover svg path {
  fill: #DB3019;
}
.hero-block--product .hero-block__return a:hover span {
  color: #DB3019;
}
.hero-block--product .hero-block__return a svg path {
  fill: #6F6E70;
}
.hero-block--product .hero-block__return a span {
  color: #6F6E70;
}
.hero-block--about {
  padding: 40px 0 120px 0;
  background: url("./../images/about/hero_dark_image.png") center/cover no-repeat;
}
@media only screen and (max-width: 1024px) {
  .hero-block--about {
    background: url("./../images/about/hero_dark_image_tablet.png") center/cover no-repeat;
    padding: 32px 0 64px 0;
  }
}
@media only screen and (max-width: 576px) {
  .hero-block--about {
    padding: 32px 0;
  }
}
.hero-block--about .hero-block__content {
  align-items: center;
}
.hero-block--about .hero-block__heading {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 75px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .hero-block--about .hero-block__heading {
    font-size: 40px;
    line-height: 47px;
  }
}
@media only screen and (max-width: 576px) {
  .hero-block--about .hero-block__heading {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 24px 0;
    text-align: left;
  }
}
.hero-block--about .hero-block__description p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .hero-block--about .hero-block__description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 576px) {
  .hero-block--about .hero-block__description p {
    text-align: left;
  }
}
.hero-block--jobs {
  padding-bottom: 128px;
}
@media only screen and (max-width: 1024px) {
  .hero-block--jobs {
    padding-bottom: 48px;
  }
}
.hero-block--protected {
  background: transparent;
}
@media only screen and (max-width: 576px) {
  .hero-block--protected {
    background: transparent;
    padding: 40px 0;
  }
}
.hero-block--protected .hero-block__return {
  margin: 0;
}
.hero-block--protected .hero-block__return a:hover span {
  color: #DB3019;
}
.hero-block--protected .hero-block__return a:hover svg path {
  fill: #DB3019;
}
.hero-block--protected .hero-block__return a svg path {
  fill: #6F6E70;
}
.hero-block--protected .hero-block__return a span {
  color: #6F6E70;
}
.hero-block--washout-solvents .hero-block__heading {
  max-width: 370px;
}
@media only screen and (max-width: 768px) {
  .hero-block--washout-solvents .hero-block__heading {
    max-width: unset;
  }
}
.hero-block--washout-solvents .hero-block__content-media img {
  width: unset;
  height: unset;
}

.control-block {
  display: flex;
  align-items: center;
  gap: 32px;
}
.control-block a, .control-block button {
  transition: color 0.3s;
}
.control-block a:hover, .control-block button:hover {
  color: #DB3019;
}
.control-block a:hover svg path, .control-block button:hover svg path {
  stroke: #DB3019;
}
.control-block a svg g, .control-block button svg g {
  opacity: 1;
}
.control-block a svg path, .control-block button svg path {
  transition: stroke 0.3s;
}
.control-block--mobile {
  display: none;
}
.control-block--mobile svg path {
  stroke: #DB3019;
}
@media only screen and (max-width: 992px) {
  .control-block {
    display: none;
  }
  .control-block--mobile {
    display: flex;
    margin-top: 40px;
    padding: 24px 0;
    border-top: 1px solid rgba(35, 31, 32, 0.08);
    border-bottom: 1px solid rgba(35, 31, 32, 0.08);
  }
}
@media only screen and (max-width: 576px) {
  .control-block--mobile {
    margin-top: 0;
    position: absolute;
    top: 0;
    border: none;
    z-index: 10;
  }
  .control-block--mobile .btn {
    font-size: 16px;
  }
}

.lang-list {
  padding: 3px 16px;
  box-shadow: 0px 16px 48px 0px rgba(35, 31, 32, 0.12);
  position: absolute;
  z-index: 10;
  left: -15px;
  top: 26px;
  background-color: #FFF;
  display: none;
}
@media only screen and (max-width: 768px) {
  .lang-list {
    left: -60px;
    top: -210px;
  }
}
@media only screen and (max-width: 576px) {
  .lang-list {
    left: -15px;
    top: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .lang-list {
    left: -30px;
  }
}
.lang-list-block {
  position: relative;
}
.lang-list.active {
  display: block;
}
.lang-list li a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 11.5px 0;
  color: #231F20;
  font-size: 14px;
  line-height: 16px;
}
.lang-list li a img {
  max-width: unset;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.lang-list li:not(:last-of-type) a {
  border-bottom: 1px solid rgba(35, 31, 32, 0.08);
}

.market-item {
  background-color: #FFF;
  min-height: 416px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  position: relative;
  overflow: hidden;
}
.market-item--m-condensed {
  min-height: 320px;
}
@media only screen and (max-width: 1280px) {
  .market-item--m-condensed {
    min-height: 340px;
  }
}
.market-item--m-condensed .market-item__heading {
  top: 280px;
}
@media only screen and (max-width: 1280px) {
  .market-item--m-condensed .market-item__heading {
    top: 290px;
  }
}
@media only screen and (max-width: 576px) {
  .market-item--m-condensed .market-item__heading {
    top: 208px;
  }
}
.market-item--m-condensed .market-item__list li a {
  padding: 14px 0;
}
.market-item--m-condensed .market-item__img {
  width: 182px;
  height: 200px;
}
.market-item--m-condensed .market-item__img:after {
  width: 180px;
  height: 180px;
}
.market-item--m-condensed .market-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.market-item-grid {
  display: grid;
  grid-template-columns: repeat(5, 280px);
  gap: 32px;
}
.market-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  transition: top 0.4s ease;
  width: 100%;
  height: 8px;
  background-color: #DB3019;
}
.market-item__heading {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  transition: top 0.4s ease;
  position: absolute;
  top: 365px;
}
@media only screen and (max-width: 576px) {
  .market-item__heading {
    top: 340px;
  }
}
.market-item__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  height: 296px;
}
.market-item__img img {
  width: 100%;
  position: relative;
  height: inherit;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .market-item__img img {
    width: 216px;
    height: 296px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.market-item__img::after {
  content: "";
  width: 232px;
  height: 232px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: #F5FAFF;
  transition: width 0.3s ease;
}
.market-item__list {
  opacity: 0;
  pointer-events: none;
  padding: 0 32px 16px;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 2;
  width: 100%;
  background-color: #FFF;
  transition: all 0.3s ease;
}
.market-item__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 16px;
  line-height: normal;
  color: #000;
  padding: 19.5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: color 0.3s;
}
.market-item__list li a:hover {
  color: #DB3019;
}
.market-item__list li a:hover svg {
  transform: rotateY(180deg);
}
.market-item__list li a:hover svg path {
  stroke: #DB3019;
}
.market-item__list li a svg {
  transition: transform 0.3s;
}
.market-item__list li a svg path {
  transition: stroke 0.3s;
}
.market-item__list li:last-of-type a {
  font-size: 14px;
  border-bottom: none;
}
.market-item.active::before {
  top: 0;
}
.market-item.active .market-item__heading {
  color: #DB3019;
  top: 15px;
}
@media only screen and (max-width: 576px) {
  .market-item.active .market-item__heading {
    white-space: nowrap;
    max-width: unset;
  }
}
.market-item.active .market-item__img {
  opacity: 0;
}
.market-item.active .market-item__img:after {
  width: 280px;
}
.market-item.active .market-item__list {
  opacity: 1;
  pointer-events: initial;
}
@media (hover: hover) and (pointer: fine) {
  .market-item:hover::before {
    top: 0;
  }
  .market-item:hover .market-item__heading {
    color: #DB3019;
    top: 15px;
  }
  .market-item:hover .market-item__img {
    opacity: 0;
  }
  .market-item:hover .market-item__img:after {
    width: 280px;
  }
  .market-item:hover .market-item__list {
    opacity: 1;
    pointer-events: initial;
  }
}
@media only screen and (max-width: 576px) {
  .market-item {
    min-height: 384px;
    gap: 16px;
  }
  .market-item--m-condensed {
    min-height: 260px;
  }
  .market-item--m-condensed .market-item__img {
    height: 139px;
    width: 123px;
  }
  .market-item--m-condensed .market-item__img::after {
    content: "";
    width: 123px;
    height: 123px;
  }
  .market-item--m-condensed .market-item__img img {
    width: inherit;
    height: inherit;
  }
  .market-item--m-condensed .market-item__heading {
    font-size: 16px;
    line-height: 18.8px;
    max-width: 126px;
    min-height: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .market-item--m-condensed .market-item__list {
    padding: 8px 12px;
  }
  .market-item--m-condensed .market-item__list li a {
    padding: 12px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 576px) and (hover: hover) and (pointer: fine) {
  .market-item--m-condensed:hover:before {
    top: -8px;
  }
  .market-item--m-condensed:hover .market-item__heading {
    color: #231F20;
    transform: unset;
  }
  .market-item--m-condensed:hover .market-item__img {
    opacity: 1;
  }
  .market-item--m-condensed:hover .market-item__img:after {
    width: 123px;
  }
  .market-item--m-condensed:hover .market-item__list {
    opacity: 0;
    pointer-events: none;
  }
}

.banner__wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (max-width: 1280px) {
  .banner__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .banner__wrapper {
    grid-template-columns: 360px 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .banner__wrapper {
    grid-template-columns: 1fr;
  }
}
.banner__img {
  max-width: 100%;
  position: relative;
  height: 100%;
  min-height: 413px;
}
.banner__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner__content {
  background: #DB3019 url("./../images/banner-bg.png") 100% 50% no-repeat;
  background-size: cover;
  padding: 180px 200px 180px 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #DB3019;
}
@media only screen and (max-width: 1280px) {
  .banner__content {
    padding: 48px 32px 144px 32px;
  }
}
.banner p {
  font-size: 40px;
  line-height: 47px;
  font-weight: 500;
  color: #FFF;
}
@media only screen and (max-width: 576px) {
  .banner p {
    font-size: 32px;
    line-height: 38px;
  }
}
.banner p strong {
  font-weight: 900;
}
.banner a {
  margin: 32px 0 0 0;
}
@media only screen and (max-width: 576px) {
  .banner a {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .banner__img {
    min-height: 240px;
  }
  .banner__text {
    font-size: 32px;
    line-height: 37.6px;
  }
  .banner__content {
    padding: 48px 32px;
  }
}

.service-card {
  color: #FFF;
  background-color: rgba(35, 31, 32, 0.88);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 72px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .service-card {
    padding: 32px;
  }
}
.service-card button {
  margin-top: auto;
}
.service-card__heading {
  max-width: 448px;
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .service-card__heading {
    max-width: unset;
    margin: 0 0 24px 0;
  }
}
.service-card__description {
  max-width: 448px;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .service-card__description {
    max-width: unset;
    margin: 0 0 24px 0;
  }
}
.service-card a {
  margin-top: auto;
}
.service-card__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-card--extended {
  padding: 65px;
  justify-content: flex-start;
  background-color: rgba(35, 31, 32, 0.8);
}
@media only screen and (max-width: 1024px) {
  .service-card--extended {
    padding: 32px;
  }
}
.service-card--extended .service-card__heading span {
  display: block;
}
.service-card--extended .service-card__description {
  max-width: 100%;
  font-size: 16px;
}
@media only screen and (max-width: 576px) {
  .service-card {
    padding: 24px;
  }
  .service-card__heading {
    font-size: 20px;
    line-height: 23.5px;
  }
  .service-card__description {
    font-size: 14px;
    line-height: 21px;
  }
  .service-card--extended {
    padding: 32px;
  }
  .service-card--extended .service-card__heading {
    font-size: 24px;
    line-height: 28.2px;
  }
  .service-card--extended .service-card__heading span {
    display: inline;
  }
  .service-card--extended .service-card__description {
    line-height: 24px;
  }
}

.service-item {
  display: grid;
  align-items: center;
  grid-template-columns: 152px 1fr;
  padding: 32px;
  gap: 16px;
  background-color: #FFF;
  transition: box-shadow 0.3s ease;
}
.service-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.service-item:hover h4 {
  color: #DB3019;
}
.service-item h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #231F20;
  transition: color 0.3s;
}
.service-item__description p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #231F20;
}
.service-item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 31px;
}
@media only screen and (max-width: 576px) {
  .service-item {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .service-item-wrapper {
    gap: 24px;
  }
}

.product-card {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card__img {
  height: 160px;
  overflow: hidden;
  margin: 0 0 24px 0;
}
.product-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product-card__header {
  padding-top: 16px;
}
.product-card__main {
  padding: 0 24px;
}
.product-card__footer {
  display: flex;
  align-items: center;
  height: 77px;
  border-top: 1px solid rgba(35, 31, 32, 0.06);
}
.product-card__heading {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 16px 0;
}
.product-card__description {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  margin: 0 0 24px 0;
}
.product-card__link {
  text-align: center;
  flex-grow: 1;
  min-width: 50%;
  color: #DB3019;
  padding: 22px 24px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s, color 0.3s;
}
.product-card__link:not(:first-of-type) {
  border-left: 1px solid rgba(35, 31, 32, 0.06);
}
.product-card__link:hover {
  background-color: #DB3019;
  color: #FFF;
}

.product-selector {
  background: #231F20 url("./../images/product-selector-bg.png") 50% no-repeat;
  background-size: cover;
  color: #FFF;
  position: relative;
  display: grid;
  grid-template-columns: 0.62fr 0.38fr;
  align-items: center;
  padding: 74px 72px;
}
.product-selector_margin {
  margin: 0 0 32px 0;
}
.product-selector__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.product-selector__heading {
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
}
@media only screen and (max-width: 576px) {
  .product-selector__heading {
    font-weight: 700;
  }
}
.product-selector__description {
  font-size: 14px;
  line-height: 150%;
  max-width: 400px;
}
.product-selector__img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 992px) {
  .product-selector {
    grid-template-columns: 1fr;
  }
  .product-selector__img {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .product-selector {
    padding: 50px 32px;
  }
  .product-selector__heading {
    font-size: 24px;
    line-height: 28.2px;
  }
}

.news-card {
  background-color: #FFF;
}
.news-card__img {
  height: 200px;
  overflow: hidden;
}
.news-card__img a {
  width: 100%;
  height: 100%;
}
.news-card__img a img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease;
}
.news-card__content {
  padding: 25px 32px;
}
.news-card__heading {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  min-height: 72px;
}
.news-card__heading a {
  color: inherit;
  overflow: hidden;
  display: block;
  max-height: 72px;
  -webkit-line-clamp: 3;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.news-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 15px;
}
.news-card__date {
  font-size: 12px;
  line-height: 16px;
  color: #231F20;
}
.news-card__link {
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.news-card:hover .news-card__img img {
  transform: scale(1.1);
}
.news-card:hover .news-card__link {
  opacity: 1;
  pointer-events: initial;
}
@media only screen and (max-width: 576px) {
  .news-card__content {
    padding: 24px;
  }
  .news-card__heading {
    font-size: 16px;
    line-height: 24px;
  }
}

.story-card {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  background-color: #FFF;
}
.story-card__img {
  min-height: 384px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.story-card__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.story-card__quote {
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  margin: 0;
  position: relative;
  border-left: none;
}
.story-card__quote blockquote {
  border-left: none;
}
.story-card__quote::before {
  content: "“";
  color: #DB3019;
  position: absolute;
  left: -18px;
  top: -2px;
  font-size: 40px;
}
.story-card__content {
  padding: 70px 64px 64px;
}
.story-card__heading {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  min-height: 72px;
}
.story-card__heading a {
  color: inherit;
  overflow: hidden;
  display: block;
  max-height: 72px;
  -webkit-line-clamp: 3;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.story-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
}
.story-card__name {
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
}
.story-card__link {
  font-size: 14px;
}
@media only screen and (max-width: 992px) {
  .story-card {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .story-card__img {
    min-height: 200px;
  }
  .story-card__link {
    margin-right: 3px;
  }
  .story-card__quote {
    font-size: 16px;
    line-height: 24px;
  }
  .story-card__quote::before {
    font-size: 16px;
    left: -9px;
    top: 2px;
  }
  .story-card__content {
    padding: 28px 23px 24px;
  }
}

.brands-list, .anchors {
  padding: 24px 0;
  background-color: #FFF;
  position: relative;
}
.brands-list ul, .anchors ul {
  display: flex;
  align-items: center;
  overflow-x: auto;
}
.brands-list li, .anchors li {
  margin: 0 32px 0 0;
}
.brands-list a, .anchors a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  white-space: nowrap;
  transition: color 0.3s;
}
.brands-list a:hover, .anchors a:hover {
  color: #DB3019;
}
.brands-list svg, .anchors svg {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
@media only screen and (max-width: 992px) {
  .brands-list svg, .anchors svg {
    display: block;
  }
}

.bp-block {
  display: flex;
  align-items: stretch;
}
.bp-block .splide__slide {
  border-right: 1px solid #F2F2F2;
}
.bp-block .splide__slide:nth-last-child(1) {
  border-right: none;
}
.bp-block .custom-arrow-prev svg path,
.bp-block .custom-arrow-next svg path {
  fill: #959394;
}
.bp-block .custom-arrow-prev.disabled,
.bp-block .custom-arrow-next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media only screen and (max-width: 1024px) {
  .bp-block {
    flex-direction: column;
  }
}
.bp-block_market .bp-block__desc h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
}
.bp-block_margin {
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .bp-block_margin {
    margin: 0;
  }
}
.bp-block_margin-always {
  margin: 0 0 32px 0;
}
.bp-block__desc {
  flex: 0 1 33%;
  background: url("./../images/brands_products/background.png") 100% no-repeat #231F20;
  background-size: cover;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .bp-block__desc {
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
  .bp-block__desc {
    flex-direction: column;
    padding: 32px;
  }
}
.bp-block__desc img {
  width: 288px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 1024px) {
  .bp-block__desc img {
    margin: 0 24px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .bp-block__desc img {
    margin: 0 0 24px 0;
  }
}
.bp-block__desc h3 {
  margin: 0 0 16px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 576px) {
  .bp-block__desc h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
  }
}
.bp-block__desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
  .bp-block__desc-text {
    flex-direction: column;
    align-items: flex-start;
  }
  .bp-block__desc-text h3 {
    text-align: left;
  }
  .bp-block__desc-text p {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .bp-block__desc-text h3 {
    text-align: center;
  }
  .bp-block__desc-text p {
    text-align: center;
  }
}
.bp-block__main {
  flex: 0 1 66%;
  background-color: #fff;
  border-top: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  overflow: hidden;
}
.bp-block__tabs-btns {
  border-bottom: 1px solid #F2F2F2;
  padding: 0 32px;
  white-space: nowrap;
}
.bp-block__tab-btn {
  border: none;
  padding: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  transition: color 0.3s;
}
.bp-block__tab-btn:hover {
  color: #DB3019;
}
.bp-block__tab-btn.active {
  border-bottom: 2px solid #DB3019;
}
.bp-block__tab-btn.active:hover {
  color: #231F20;
}
@media only screen and (max-width: 576px) {
  .bp-block__tab-btn {
    font-weight: 400;
  }
}
.bp-block__content {
  display: none;
}
.bp-block__content_visible {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bp-block__content.active {
  display: block;
}
.bp-block__splide {
  border-bottom: 1px solid #F2F2F2;
}
.bp-block__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
}
.bp-block__slide:hover h3 {
  color: #DB3019;
}
.bp-block__slide img {
  margin: 0 0 24px 0;
  width: 178px;
  height: 192px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 576px) {
  .bp-block__slide img {
    width: 160px;
    height: 160px;
  }
}
.bp-block__slide h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #231F20;
  margin: 0 0 8px 0;
}
.bp-block__slide h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #231F20;
  height: 42px;
  transition: color 0.3s;
}
.bp-block__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
}
.bp-block__footer a {
  text-transform: capitalize;
}

.build-banner {
  position: relative;
  overflow: hidden;
  display: flex;
}
.build-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 1px;
  right: 1px;
  background: #231F20 url("./../images/brand_page/banner.png") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 760px) {
  .build-banner {
    flex-direction: column-reverse;
  }
}
.build-banner__media {
  position: relative;
  flex: 0 1 65%;
}
@media only screen and (max-width: 1024px) {
  .build-banner__media {
    flex: 0 1 50%;
  }
}
.build-banner__media img {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 100%;
}
@media only screen and (max-width: 576px) {
  .build-banner__media img {
    height: 282px;
  }
}
.build-banner__media p {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%, 0);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .build-banner__media p {
    bottom: 15px;
    max-width: 250px;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .build-banner__media p {
    width: 90%;
    bottom: 30px;
  }
}
.build-banner__textbox {
  padding: 64px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  flex: 0 1 35%;
}
@media only screen and (max-width: 1024px) {
  .build-banner__textbox {
    flex: 0 1 50%;
    padding: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .build-banner__textbox {
    padding: 32px;
  }
}
.build-banner__textbox h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: #231F20;
  margin: 0 0 24px 0;
}
.build-banner__textbox p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #231F20;
  opacity: 0.8;
  margin: 0 0 24px 0;
}
.build-banner__textbox a {
  max-width: 160px;
}
@media only screen and (max-width: 576px) {
  .build-banner__textbox a {
    max-width: none;
    width: 100%;
  }
}

.products {
  display: flex;
  flex-direction: column;
  margin: 48px 0 0 0;
  background-color: #fff;
}
.products__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #F2F2F2;
  padding: 24px;
}
.products__header a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
}
.products__header a svg {
  margin: 0 0 0 5px;
}
.product-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F2F2F2;
}
.product-item:hover .product-item__textbox h3 {
  color: #DB3019;
}
.product-item:nth-last-child(1) {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .product-item {
    flex-direction: column;
  }
}
.product-item__media {
  padding: 32px;
}
@media only screen and (max-width: 768px) {
  .product-item__media {
    padding: 24px 24px 0 24px;
  }
}
.product-item__media img {
  width: 320px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 576px) {
  .product-item__media img {
    max-width: 100%;
    min-height: 100%;
  }
}
.product-item__textbox {
  padding: 56px 32px;
}
@media only screen and (max-width: 768px) {
  .product-item__textbox {
    padding: 24px 32px 32px 32px;
  }
}
.product-item__textbox h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #231F20;
  margin: 0 0 16px 0;
  transition: color 0.3s;
}
.product-item__textbox ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 16px;
}
@media only screen and (max-width: 1024px) {
  .product-item__textbox ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-item__textbox ul li {
  margin: 0 32px 0 0;
  padding: 10px 0 5px 20px;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
}
.product-item__textbox ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background-color: #DB3019;
}
@media only screen and (max-width: 1024px) {
  .product-item__textbox ul li::before {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 1024px) {
  .product-item__textbox ul li {
    margin: 0 0 16px 0;
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .product-item__textbox ul li::before {
    width: 4px;
    height: 16px;
    border-radius: 8px;
  }
}
.product-item__textbox ul li:nth-last-child(1) {
  margin: 0;
}
.product-item__textbox p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #231F20;
  opacity: 0.8;
}

.benefits__inner {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 576px) {
  .benefits__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.benefits__card {
  padding: 24px;
  background-color: #fff;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .benefits__card {
    flex-direction: column;
  }
}
.benefits__media {
  margin: 0 24px 0 0;
}
@media only screen and (max-width: 768px) {
  .benefits__media {
    margin: 0 0 24px 0;
  }
}
.benefits__media svg {
  width: 48px;
  height: 48px;
}
@media only screen and (max-width: 768px) {
  .benefits__media svg {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .benefits__media svg {
    width: 32px;
    height: 32px;
  }
}
.benefits__textbox h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: flex-end;
  color: #231F20;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 576px) {
  .benefits__textbox h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
}
.benefits__textbox p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #231F20;
  opacity: 0.8;
}

.services.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 576px) {
  .services.grid-2 {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 992px) {
  .services-main {
    gap: 24px;
  }
}

.service {
  margin: -200px 0 0 0;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .service .container {
    padding: 0;
  }
}
.service__inner {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .service__inner {
    flex-direction: column;
  }
}
.service__main {
  flex: 0 1 75%;
}
@media only screen and (max-width: 1024px) {
  .service__main {
    flex: 0 1 100%;
    width: 100%;
  }
}
.service__center-items {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  .service__center-items {
    flex-direction: column;
  }
}
.service__center-item {
  flex: 0 1 32%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 576px) {
  .service__center-item {
    flex: 0 1 100%;
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #F5FAFF;
  }
  .service__center-item:nth-last-child(1) {
    margin: 0;
    border-bottom: none;
  }
}
.service__center-item img {
  margin: 0 0 16px 0;
  width: 24px;
  height: 24px;
}
.service__center-item h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #231F20;
  margin: 0 0 16px 0;
}
.service__center-item address {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #231F20;
}
.service__note {
  padding: 32px;
  margin: 0 0 32px 0;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .service__note {
    margin: 0;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
  }
}
.service__note p {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #231F20;
  overflow-wrap: break-word;
  padding: 0 0 0 32px;
}
.service__note p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #DB3019;
}
.service__board {
  display: flex;
  background-color: #fff;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 576px) {
  .service__board {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.service__board-textbox {
  padding: 64px;
}
@media only screen and (max-width: 1024px) {
  .service__board-textbox {
    padding: 32px;
  }
}
.service__board-textbox p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #231F20;
}
@media only screen and (max-width: 576px) {
  .service__board-textbox p {
    text-align: center;
  }
}
.service__board-media {
  width: 240px;
}
.service__board-media img {
  vertical-align: bottom;
}
.service__block {
  padding: 32px;
  background-color: #fff;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .service__block {
    margin: 0;
    border-bottom: 1px solid #F2F2F2;
  }
}
.service__block h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: flex-end;
  color: #231F20;
  margin: 0 0 24px 0;
}
.service__block h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  color: #231F20;
  margin: 0 0 16px 0;
}
.service__block p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #231F20;
  margin: 0 0 24px 0;
}
.service__block p:nth-last-child(1) {
  margin: 0;
}
.service__block ul li {
  position: relative;
  margin: 0 0 16px 0;
  padding: 0 0 0 16px;
}
.service__block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #DB3019;
}
.service__block img {
  width: 100%;
}
.service__block figure {
  margin: 0;
  width: 100%;
  margin: 0 0 24px 0;
}
.service__block figure img {
  width: 100%;
}
.service__block-media {
  margin: 0 0 24px 0;
}
.service__block-media img {
  max-width: 100%;
  min-height: 100%;
  width: 100%;
}
.service__logos {
  padding: 32px;
  background-color: #fff;
}
.service__logos h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: flex-end;
  color: #231F20;
  margin: 0 0 24px 0;
}
.service__logos-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 576px) {
  .service__logos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.service__logos-grid img {
  width: 100%;
  vertical-align: bottom;
}
.service__benefit-item {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #F5FAFF;
}
.service__benefit-item:nth-last-child(1) {
  border-bottom: none;
}
.service__benefit-item.equipment-benefit p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #231F20;
  opacity: 1;
}
@media only screen and (max-width: 576px) {
  .service__benefit-item {
    flex-direction: column;
  }
}
.service__benefit-media {
  margin: 0 24px 0 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 576px) {
  .service__benefit-media {
    margin: 0 0 16px 0;
  }
}
.service__benefit-textbox {
  display: flex;
  flex-direction: column;
}
.service__benefit-textbox h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #231F20;
  margin: 0 0 16px 0;
}
.service__benefit-textbox p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #231F20;
  opacity: 0.8;
}
.service__benefit-textbox p a {
  color: #231F20;
  opacity: 0.8;
  text-decoration: underline;
  transition: color 0.3s;
}
.service__benefit-textbox p a:hover {
  color: #DB3019;
}
.service__aside {
  flex: 0 1 25%;
}
@media only screen and (max-width: 1024px) {
  .service__aside {
    flex: 0 1 100%;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .service__aside {
    margin: 0;
    width: 100%;
    position: relative;
    top: -32px;
  }
}
.service__form {
  padding: 40px;
  background-color: #fff;
}
.service__form h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #231F20;
  margin: 0 0 16px 0;
}
.service__form p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #231F20;
  margin: 0 0 24px 0;
}

.service-banner {
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .service-banner {
    margin: 0;
  }
}
.service-banner__media {
  position: relative;
}
.service-banner__media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .service-banner__media {
    height: 375px;
  }
}
@media only screen and (max-width: 480px) {
  .service-banner__media {
    height: 300px;
  }
}
.service-banner__media h1 {
  width: 100%;
  position: absolute;
  bottom: 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #FFFFFF;
  overflow-wrap: break-word;
  padding: 0 32px;
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .service-banner__media h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.service-banner__media img {
  max-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-banner__textbox {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.service-banner__textbox ul {
  display: flex;
  padding: 24px 32px;
  align-items: center;
}
.service-banner__textbox ul li {
  margin: 0 32px 0 0;
}
.service-banner__textbox ul li:nth-last-child(1) {
  margin: 0;
}
.service-banner__textbox ul li a {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  transition: color 0.3s;
}
.service-banner__textbox ul li a:hover {
  color: #DB3019;
}
.service-banner__textbox a {
  display: none;
  border-radius: 0;
}
@media only screen and (max-width: 1024px) {
  .service-banner__textbox a {
    display: flex;
  }
}
@media only screen and (max-width: 576px) {
  .service-banner__textbox a {
    display: none;
  }
}

.service-mobile-btn-wrapper {
  display: none;
}
@media only screen and (max-width: 576px) {
  .service-mobile-btn-wrapper {
    background-color: #fff;
    border-bottom: 1px solid #F2F2F2;
    display: block;
    padding: 32px;
  }
}

.services-more__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 32px 0;
}
.services-more__top h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #231F20;
}
.services-more__top a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (max-width: 992px) {
  .services-more__grid a:nth-last-child(1) {
    display: none;
  }
}
.services-more__card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 32px;
}
.services-more__card h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #231F20;
  margin: 0 0 16px 0;
}
.services-more__card p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #231F20;
}

.search {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: #000;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  display: none;
  background-color: #000;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out, background-color 0.6s ease-in-out;
  transition-delay: 0.2s;
}
.search.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.search.active .search__form {
  width: 100%;
}
.search.active .search__form label {
  width: 100%;
  transition: width 0.6s ease-in-out, border-color 0.3s ease-in-out;
  transition-delay: 0.5s;
}
.search.active .search__form label:focus-within {
  transition-delay: 0s;
}
.search.active .search__form input {
  transform: translateY(0);
  transition: color 0.6s ease-in-out, border-color 0.6s ease-in-out, width 0.6s ease-in-out, transform 0.6s ease-in-out;
  transition-delay: 0.8s;
}
.search.active .search__form input:-webkit-autofill, .search.active .search__form input:-webkit-autofill:hover, .search.active .search__form input:-webkit-autofill:focus, .search.active .search__form input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px rgba(35, 35, 35, 0.1607843137);
}
.search__inner {
  position: relative;
  height: 100%;
  overflow: auto;
}
.search__inner .container {
  height: 100%;
}
.search__row {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 240px 200px 0 200px;
}
@media only screen and (max-width: 1280px) {
  .search__row {
    padding: 160px 48px 48px 48px;
  }
}
@media only screen and (max-width: 576px) {
  .search__row {
    padding: 88px 16px 16px 16px;
  }
}
.search__form {
  position: relative;
  display: block;
}
.search__form label {
  position: relative;
  display: block;
  width: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: width 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition-delay: 0s;
  overflow: hidden;
}
.search__form label:focus-within {
  border-bottom: 2px solid #fff;
}
.search__form input {
  width: 100%;
  padding: 0 24px 24px 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 75px;
  border-radius: 0;
  border: none;
  background-color: transparent;
  transform: translateY(100%);
  color: #fff;
  transition: border-color 0.3s ease-in-out, width 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition-delay: 0s;
  outline: none;
}
.search__form input::-moz-placeholder {
  color: #8D8B8B;
}
.search__form input::placeholder {
  color: #8D8B8B;
}
@media only screen and (max-width: 1280px) {
  .search__form input {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 576px) {
  .search__form input {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
  }
}
.search__close-btn {
  position: absolute;
  z-index: 201;
  top: 48px;
  right: 48px;
  transition: transform 0.5s ease-in;
}
@media only screen and (max-width: 1280px) {
  .search__close-btn {
    top: 32px;
    right: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .search__close-btn {
    top: 16px;
    right: 16px;
  }
}
.search__close-btn:hover {
  transform: rotate(90deg);
}
.search__instruction {
  margin: 24px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  width: 100%;
  color: #8D8B8B;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.search__instruction.visible {
  display: block;
  opacity: 1;
  visibility: visible;
}
.search__empty-wrapper {
  position: absolute;
  left: 0;
  top: 170px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.search__empty-wrapper.visible {
  opacity: 1;
  visibility: visible;
}
.search__empty-wrapper span {
  margin: 24px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  width: 100%;
  color: #8D8B8B;
}
.search__default-wrapper {
  position: absolute;
  left: 0;
  top: 170px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.search__default-wrapper.visible {
  opacity: 1;
  visibility: visible;
}
.search__default-wrapper h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}
.search__default-wrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search__default-wrapper ul li {
  margin: 0 24px 24px 0;
}
.search__default-wrapper ul li:nth-last-child(1) {
  margin: 0 0 24p 0;
}
.search__default-wrapper ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFFFFF;
}
.search__result-wrapper {
  position: absolute;
  left: 0;
  top: 170px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.search__result-wrapper.visible {
  opacity: 1;
  visibility: visible;
}
.search__result-wrapper h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}
.search__result-wrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.search__result-wrapper ul.search__products-list {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.search__result-wrapper ul.search__posts-list {
  flex-direction: column;
  align-items: flex-start;
}
.search__result-wrapper li {
  margin: 0 20px 20px 0;
  padding: 0;
}
.search__result-wrapper li:before {
  content: none;
}
.search__result-wrapper li a {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: border-bottom-color 0.2s ease-in-out;
}
.search__result-wrapper li a:hover {
  border-bottom-color: transparent;
}
.search__result-products {
  margin: 0 0 32px 0;
}

.about-us h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #231F20;
  text-align: center;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .about-us h3 {
    font-size: 40px;
    line-height: 47px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us h3 {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
}
.about-us__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-us__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 64px 0;
  max-width: 800px;
}
.about-us__block:nth-last-child(1) {
  margin: 0;
}
.about-us__block img {
  margin: 0 0 32px 0;
  max-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .about-us__block img {
    height: 160px;
  }
}
.about-us__block p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #231F20;
}
@media only screen and (max-width: 576px) {
  .about-us__block p {
    font-size: 16px;
    text-align: left;
  }
}

@media only screen and (max-width: 576px) {
  .about-slider {
    margin: 0 32px;
  }
}
.about-slider__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 576px) {
  .about-slider__header {
    justify-content: space-between;
    margin: 0 0 28px 0;
  }
}
.about-slider__header h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #231F20;
}
@media only screen and (max-width: 1024px) {
  .about-slider__header h3 {
    font-size: 40px;
    line-height: 47px;
  }
}
@media only screen and (max-width: 576px) {
  .about-slider__header h3 {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
  }
}
.about-slider__body {
  position: relative;
  transform: translate(-110px, 0);
}
@media only screen and (max-width: 1920px) {
  .about-slider__body {
    transform: translate(-80px, 0);
  }
}
@media only screen and (max-width: 1440px) {
  .about-slider__body {
    transform: translate(-64px, 0);
  }
}
@media only screen and (max-width: 1280px) {
  .about-slider__body {
    transform: translate(-52px, 0);
  }
}
@media only screen and (max-width: 1024px) {
  .about-slider__body {
    transform: translate(-42px, 0);
  }
}
@media only screen and (max-width: 768px) {
  .about-slider__body {
    transform: translate(-32px, 0);
  }
}
@media only screen and (max-width: 576px) {
  .about-slider__body {
    transform: unset;
  }
}
.about-slider__mobile-btns {
  display: flex;
  align-items: center;
  display: none;
}
@media only screen and (max-width: 576px) {
  .about-slider__mobile-btns {
    display: block;
  }
}
.about-slider__mobile-btns .about-arrow-prev-mobile {
  margin: 0 16px 0 0;
}
.about-slider__inner {
  width: 100%;
  position: relative;
}
.about-slider__slide {
  height: 100%;
}
.about-slider__slide-media {
  height: 100%;
  position: relative;
}
.about-slider__slide-media img {
  width: 100%;
}
.about-slider__slide-media .video {
  height: 100%;
}
.about-slider__slide-media .video__button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-slider__slide-preview {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-slider .splide__track {
  overflow: visible;
  transition: transform 0.5s;
}
.about-slider .splide__track.shift-track {
  transform: translate(48px, 0);
}
@media only screen and (max-width: 1440px) {
  .about-slider .splide__track.shift-track {
    transform: translate(40px, 0);
  }
}
@media only screen and (max-width: 1280px) {
  .about-slider .splide__track.shift-track {
    transform: translate(30px, 0);
  }
}
@media only screen and (max-width: 1024px) {
  .about-slider .splide__track.shift-track {
    transform: translate(20px, 0);
  }
}
@media only screen and (max-width: 576px) {
  .about-slider .splide__track.shift-track {
    transform: unset;
  }
}
.about-slider .splide__list {
  height: unset;
}
.about-slider .about-arrow-prev {
  position: absolute;
  left: 20%;
  top: 50%;
  width: 32px;
  height: 12px;
}
.about-slider .about-arrow-prev svg path {
  fill: #fff;
}
@media only screen and (max-width: 1920px) {
  .about-slider .about-arrow-prev {
    left: 182px;
  }
}
@media only screen and (max-width: 1440px) {
  .about-slider .about-arrow-prev {
    left: 132px;
  }
}
@media only screen and (max-width: 1280px) {
  .about-slider .about-arrow-prev {
    left: 102px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-slider .about-arrow-prev {
    left: 84px;
  }
}
@media only screen and (max-width: 768px) {
  .about-slider .about-arrow-prev {
    left: 80px;
  }
}
@media only screen and (max-width: 576px) {
  .about-slider .about-arrow-prev {
    display: none;
  }
}
.about-slider .about-arrow-next {
  position: absolute;
  right: 10%;
  top: 50%;
  width: 32px;
  height: 12px;
}
.about-slider .about-arrow-next svg path {
  fill: #fff;
}
@media only screen and (max-width: 1920px) {
  .about-slider .about-arrow-next {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .about-slider .about-arrow-next {
    right: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .about-slider .about-arrow-next {
    display: none;
  }
}
.about-slider .splide__slide {
  margin: 0;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s, filter 0.5s;
  transform: scale(0.9);
  filter: brightness(0.5);
}
.about-slider .splide__slide iframe {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 576px) {
  .about-slider .splide__slide {
    transform: unset;
  }
}
.about-slider .splide__slide.is-active {
  transform: scale(1);
  filter: brightness(1);
  z-index: 10;
}
@media only screen and (max-width: 576px) {
  .about-slider .splide__slide.is-active {
    transform: unset;
  }
}

.about-info__inner {
  display: flex;
  flex-direction: column;
}
.about-info__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 64px 0;
}
.about-info__block:nth-child(1) .about-info__block-media {
  padding: 0 60px 0 0;
}
.about-info__block:nth-child(1) .about-info__block-textbox {
  padding: 0 0 0 60px;
}
.about-info__block:nth-child(2) .about-info__block-media {
  padding: 0 0 0 60px;
}
.about-info__block:nth-child(2) .about-info__block-textbox {
  padding: 0 60px 0 0;
  order: -1;
}
.about-info__block:nth-last-child(1) {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .about-info__block {
    flex-direction: column;
    margin: 0 0 32px 0;
  }
  .about-info__block:nth-child(1) .about-info__block-media {
    padding: 0;
  }
  .about-info__block:nth-child(1) .about-info__block-textbox {
    padding: 0 32px 32px 32px;
  }
  .about-info__block:nth-child(2) .about-info__block-media {
    padding: 0;
  }
  .about-info__block:nth-child(2) .about-info__block-textbox {
    padding: 0 32px 32px 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-info__block {
    margin: 0;
  }
}
.about-info__block-media {
  flex: 0 1 50%;
}
.about-info__block-media img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 576px) {
  .about-info__block-media img {
    width: 100%;
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 1024px) {
  .about-info__block-media {
    margin: 0 0 32px 0;
    flex: 0 1 100%;
    width: 100%;
    order: -1;
  }
}
.about-info__block-textbox {
  flex: 0 1 50%;
}
@media only screen and (max-width: 1024px) {
  .about-info__block-textbox {
    flex: 0 1 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .about-info__block-textbox {
    padding: 0 32px;
  }
}
.about-info__block-textbox h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #FFFFFF;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 576px) {
  .about-info__block-textbox h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 16px 0;
  }
}
.about-info__block-textbox p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}
@media only screen and (max-width: 576px) {
  .about-info__block-textbox p {
    font-size: 16px;
  }
}

.about-video {
  position: relative;
  height: 440px;
  width: 800px;
}
@media only screen and (max-width: 1024px) {
  .about-video {
    height: 375px;
    width: unset;
  }
}
@media only screen and (max-width: 768px) {
  .about-video {
    height: 300px;
  }
}
@media only screen and (max-width: 576px) {
  .about-video {
    height: 206px;
    margin: 0 -32px;
  }
}

.about-video__img, .about-video__button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s, visibility 0.5s;
}

.about-video__img {
  z-index: 8;
  max-width: 100%;
  min-height: 100%;
  height: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-video__button {
  z-index: 9;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulsar 1s infinite;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}
@media only screen and (max-width: 576px) {
  .about-video__button {
    width: 56px;
    height: 56px;
  }
}
.about-video__button svg {
  position: relative;
  left: 2px;
}
@media only screen and (max-width: 576px) {
  .about-video__button svg {
    width: 22px;
    height: 20px;
  }
}

.about-video__button:hover {
  background-color: #DB3019;
}

.about-video__button:hover svg path {
  fill: #fff;
}

@keyframes pulsar {
  0% {
    box-shadow: 0 0 0 0 rgba(219, 48, 25, 0.7);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(219, 48, 25, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(219, 48, 25, 0);
  }
}
.about-video__video-iframe {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: visibility 0s, opacity 0.5s linear;
}
@media only screen and (max-width: 1024px) {
  .about-video__video-iframe iframe {
    height: 375px;
  }
}
@media only screen and (max-width: 768px) {
  .about-video__video-iframe iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 576px) {
  .about-video__video-iframe iframe {
    height: 200px;
  }
}

.about-video__video-iframe.active {
  display: block;
  visibility: visible;
  opacity: 1;
}

.values__inner {
  display: flex;
  flex-direction: column;
}
.values__inner h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #231F20;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 576px) {
  .values__inner h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 24px 0;
    text-align: left;
  }
}
.values__cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.values__card {
  display: flex;
  flex-direction: column;
  flex: 0 1 32%;
}
@media only screen and (max-width: 992px) {
  .values__card {
    flex: 0 1 48%;
    margin: 0 0 32px 0;
  }
}
@media only screen and (max-width: 768px) {
  .values__card {
    flex: 0 1 100%;
    width: 100%;
    margin: 0 0 32px 0;
  }
}
.values__card-media img {
  max-width: 100%;
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.values__card-textbox {
  padding: 32px;
  background-color: #fff;
  height: 100%;
}
.values__card-textbox h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #231F20;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 576px) {
  .values__card-textbox h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 16px 0;
  }
}
.values__card-textbox p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #231F20;
}

.job {
  margin: -200px 0 0 0;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .job .container {
    padding: 0;
  }
}
@media only screen and (max-width: 576px) {
  .job {
    margin: -245px 0 0 0;
  }
}
.job__inner {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .job__inner {
    flex-direction: column;
  }
}
.job__content {
  flex: 0 1 75%;
}
@media only screen and (max-width: 1024px) {
  .job__content {
    flex: 0 1 100%;
    width: 100%;
  }
}
.job__main {
  background-color: #fff;
}
.job__main-top {
  padding: 32px;
}
.job__main-top h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #231F20;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 1024px) {
  .job__main-top h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
  }
}
.job__main-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .job__main-details {
    flex-direction: column;
    align-items: flex-start;
  }
}
.job__main-details ul {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .job__main-details ul {
    margin: 0 0 16px 0;
  }
}
.job__main-details ul li {
  margin: 0 8px 0 0;
  padding: 4px 8px;
  background-color: #F5FAFF;
}
.job__main-details ul li:nth-last-child(1) {
  margin: 0;
}
.job__main-details ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
  transition: color 0.3s;
}
.job__main-details ul li a:hover {
  color: #DB3019;
}
.job__main-details span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
}
.job__main-media {
  height: 440px;
}
@media only screen and (max-width: 576px) {
  .job__main-media {
    height: 206px;
  }
}
.job__main-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.job__main-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F2F2F2;
}
@media only screen and (max-width: 576px) {
  .job__main-bottom {
    overflow: scroll;
  }
}
.job__main-bottom ul {
  display: flex;
  align-items: center;
  padding: 24px 0 24px 32px;
}
@media only screen and (max-width: 1024px) {
  .job__main-bottom ul {
    padding: 16px 0 16px 32px;
  }
}
.job__main-bottom ul li {
  margin: 0 32px 0 0;
}
.job__main-bottom ul li:nth-last-child(1) {
  margin: 0;
}
.job__main-bottom ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  font-feature-settings: "tnum" on, "lnum" on;
  color: #231F20;
  transition: color 0.3s;
}
.job__main-bottom ul li a:hover {
  color: #DB3019;
}
.job__main-bottom a.btn {
  display: none;
  border-radius: 0;
}
@media only screen and (max-width: 1024px) {
  .job__main-bottom a.btn {
    display: flex;
  }
}
@media only screen and (max-width: 576px) {
  .job__main-bottom a.btn {
    display: none;
  }
}
.job__textbox {
  display: flex;
  flex-direction: column;
}
.job__textbox-block {
  padding: 32px;
  border-bottom: 1px solid #F2F2F2;
  background-color: #fff;
}
.job__textbox-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #231F20;
  margin: 0 0 16px 0;
}
.job__textbox-block p:nth-last-child(1) {
  margin: 0;
}
.job__textbox-block h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #231F20;
  margin: 0 0 16px 0;
}
.job__textbox-block ul {
  display: flex;
  flex-direction: column;
  margin: 0 0 16px 0;
}
.job__textbox-block ul li {
  margin: 0 0 16px 0;
  padding: 0 0 0 16px;
  position: relative;
}
.job__textbox-block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #DB3019;
}
.job__textbox-block ul li:nth-last-child(1) {
  margin: 0;
}
.job__note {
  padding: 32px;
  position: relative;
  background-color: #231F20;
}
.job__note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background-color: #DB3019;
}
.job__note h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
.job__note p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
.job__note-bottom {
  display: flex;
  align-items: center;
}
.job__note-bottom span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 0 16px 0 0;
}
.job__note-bottom span:nth-last-child(1) {
  margin: 0;
}
.job__aside {
  flex: 0 1 25%;
}
@media only screen and (max-width: 1024px) {
  .job__aside {
    flex: 0 1 100%;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .job__aside {
    margin: 0;
    width: 100%;
    position: relative;
    top: -32px;
  }
}
.job__form {
  padding: 40px;
  background-color: #fff;
  position: relative;
}
.job__form.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.job__form.loading::before {
  opacity: 1;
}
.job__form .hubspot-loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.job__form h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #231F20;
  margin: 0 0 16px 0;
}

.job-mobile-btn-wrapper {
  display: none;
}
@media only screen and (max-width: 576px) {
  .job-mobile-btn-wrapper {
    background-color: #fff;
    border-bottom: 1px solid #F2F2F2;
    display: block;
    padding: 32px;
  }
}

.more-jobs__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 32px 0;
}
.more-jobs__top h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #231F20;
}
.more-jobs__top .job-arrow-prev.disabled,
.more-jobs__top .job-arrow-next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.more-jobs__slide {
  padding: 32px 24px;
  background-color: #fff;
  height: 100%;
}
.more-jobs__slide:hover h3 {
  color: #DB3019;
}
.more-jobs__slide img {
  margin: 0 0 24px 0;
  width: 100%;
}
.more-jobs__slide h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #231F20;
  margin: 0 0 16px 0;
  transition: color 0.3s;
}
.more-jobs__slide ul {
  display: flex;
  align-items: center;
}
.more-jobs__slide ul li {
  margin: 0 8px 0 0;
  padding: 4px 8px;
  background-color: #F5FAFF;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
}
.more-jobs__slide ul li:nth-last-child(1) {
  margin: 0;
}

@media only screen and (max-width: 576px) {
  .product-main .container {
    padding: 0;
  }
}
.product-main__inner {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.product-main__body {
  padding: 64px;
  border-bottom: 1px solid #F2F2F2;
}
@media only screen and (max-width: 1024px) {
  .product-main__body {
    padding: 32px;
  }
}
.product-main__body-inner {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media only screen and (max-width: 1024px) {
  .product-main__body-inner {
    gap: 32px;
  }
}
@media (max-width: 760px) {
  .product-main__body-inner {
    flex-direction: column;
  }
}
.product-main__media {
  flex: 0 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .product-main__media {
    flex: 0 1 100%;
    width: 100%;
  }
}
.product-main__media img {
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 992px) {
  .product-main__media img {
    width: 292px;
    height: 292px;
  }
}
@media only screen and (max-width: 576px) {
  .product-main__media img {
    width: 311px;
    height: 260px;
  }
}
.product-main__content {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .product-main__content {
    flex: 0 1 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .product-main__content .product-main__specs-link {
    display: none;
  }
}
.product-main__content h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #231F20;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .product-main__content h1 {
    font-size: 40px;
    line-height: 47px;
  }
}
@media only screen and (max-width: 576px) {
  .product-main__content h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 24px 0;
  }
}
.product-main__content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #231F20;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .product-main__content p {
    font-size: 14px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 576px) {
  .product-main__content p {
    margin: 0 0 24px 0;
  }
}
.product-main__washout {
  background: #231F20 url("./../images/product_page/washout-bg.png");
  background-size: cover;
  padding: 48px 64px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .product-main__washout {
    padding: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .product-main__washout {
    padding: 24px;
  }
}
.product-main__washout h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 1024px) {
  .product-main__washout h2 {
    font-size: 24px;
    margin: 0 0 16px 0;
  }
}
.product-main__washout p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 1024px) {
  .product-main__washout p {
    font-size: 14px;
    margin: 0 0 16px 0;
  }
}
.product-main__washout a {
  align-self: flex-start;
}
@media only screen and (max-width: 480px) {
  .product-main__washout a {
    width: 100%;
  }
}
.product-main__mobile-specs {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .product-main__mobile-specs {
    display: block;
    margin: 24px 0 0 0;
  }
}
.product-main__mobile-specs h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  margin: 0 0 16px 0;
}
.product-main__mobile-specs ul {
  display: flex;
  flex-direction: column;
}
.product-main__mobile-specs ul li {
  margin: 0 0 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #DCDBDB;
}
.product-main__mobile-specs ul li.title {
  border-bottom: none;
  justify-content: flex-start;
}
.product-main__mobile-specs ul li.title span {
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #231F20;
}
.product-main__mobile-specs ul li.empty {
  border-bottom: none;
  justify-content: flex-end;
}
.product-main__mobile-specs ul li:nth-last-child(1) {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .product-main__mobile-specs ul li {
    flex-direction: column;
    border-bottom: none;
    margin: 0 0 24px 0;
    align-items: flex-start;
  }
}
.product-main__mobile-specs ul li span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding: 0 2px;
  line-height: 16px;
  background-color: #fff;
  position: relative;
  top: 2px;
}
.product-main__mobile-specs ul li span.bold {
  color: #000 !important;
}
.product-main__mobile-specs ul li span:nth-child(1) {
  color: #727070;
}
.product-main__mobile-specs ul li span:nth-last-child(1) {
  color: #231F20;
  width: 50%;
}
.product-main__links {
  margin: 0 0 32px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-main__link {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  padding: 8px 16px;
  background: #F5FAFF;
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 4px;
  transition: border 0.3s, color 0.3s;
}
.product-main__link:hover {
  color: #DB3019;
  border: 1px solid #DB3019;
}
.product-main__link.active {
  color: #DB3019;
  border: 1px solid #DB3019;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .product-main__specs {
    display: none;
  }
}
.product-main__specs h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  margin: 0 0 16px 0;
}
.product-main__specs ul {
  display: flex;
  flex-direction: column;
}
.product-main__specs ul li {
  margin: 0 0 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #DCDBDB;
}
.product-main__specs ul li.title {
  border-bottom: none;
  justify-content: flex-start;
}
.product-main__specs ul li.title span {
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #231F20;
}
.product-main__specs ul li.empty {
  border-bottom: none;
  justify-content: flex-end;
}
.product-main__specs ul li:nth-last-child(1) {
  margin: 0;
}
.product-main__specs ul li span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding: 0 2px;
  line-height: 16px;
  background-color: #fff;
  position: relative;
  top: 2px;
}
.product-main__specs ul li span.bold {
  color: #000 !important;
}
.product-main__specs ul li span:nth-child(1) {
  color: #727070;
}
.product-main__specs ul li span:nth-last-child(1) {
  color: #231F20;
  width: 200px;
}
.product-main__specs-link {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #DB3019;
  margin: 32px 0 0 0;
}
.product-main__nav {
  padding: 24px 64px;
}
@media only screen and (max-width: 1024px) {
  .product-main__nav {
    padding: 16px 32px;
  }
}
@media only screen and (max-width: 576px) {
  .product-main__nav {
    padding: 24px 32px;
    border-bottom: 1px solid #F2F2F2;
  }
}
.product-main__nav ul {
  display: flex;
  align-items: center;
}
.product-main__nav ul li {
  margin: 0 32px 0 0;
}
.product-main__nav ul li:nth-last-child(1) {
  margin: 0;
}
.product-main__nav ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  font-feature-settings: "tnum" on, "lnum" on;
  color: #231F20;
  transition: color 0.3s;
}
.product-main__nav ul li a:hover {
  color: #DB3019;
}

.product-wrapper {
  position: relative;
  overflow-x: hidden;
}

@media only screen and (max-width: 576px) {
  .product-overview .container {
    padding: 0;
  }
}
.product-overview__inner {
  background-color: #fff;
  display: flex;
  padding: 64px;
  gap: 64px;
  border-bottom: 1px solid #F2F2F2;
}
@media only screen and (max-width: 1024px) {
  .product-overview__inner {
    padding: 32px;
  }
}
.product-overview__content {
  width: 75%;
}
@media only screen and (max-width: 1024px) {
  .product-overview__content {
    width: 100%;
  }
}
.product-overview__content h1, .product-overview__content h2, .product-overview__content h3, .product-overview__content h4, .product-overview__content h5, .product-overview__content h6 {
  color: #231F20;
  line-height: normal;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .product-overview__content h1, .product-overview__content h2, .product-overview__content h3, .product-overview__content h4, .product-overview__content h5, .product-overview__content h6 {
    margin: 0 0 16px 0;
  }
}
.product-overview__content h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
}
@media only screen and (max-width: 1024px) {
  .product-overview__content h1 {
    font-size: 28px;
  }
}
.product-overview__content h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
}
@media only screen and (max-width: 1024px) {
  .product-overview__content h2 {
    font-size: 24px;
  }
}
.product-overview__content h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (max-width: 1024px) {
  .product-overview__content h3 {
    font-size: 20px;
  }
}
.product-overview__content h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}
@media only screen and (max-width: 1024px) {
  .product-overview__content h4 {
    font-size: 18px;
  }
}
.product-overview__content h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .product-overview__content h5 {
    font-size: 16px;
  }
}
.product-overview__content h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .product-overview__content h5 {
    font-size: 14px;
  }
}
.product-overview__content p, .product-overview__content summary {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #231F20;
  margin: 0 0 32px 0;
}
.product-overview__content p:nth-last-child(1), .product-overview__content summary:nth-last-child(1) {
  margin: 0;
}
.product-overview__content p img, .product-overview__content summary img {
  margin: 0;
}
.product-overview__content p span, .product-overview__content summary span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #231F20;
}
.product-overview__content hr {
  margin: 0 0 16px 0;
}
.product-overview__content summary {
  margin: 0 0 16px 0;
}
.product-overview__content .wp-block-button {
  margin: 0 0 16px 0;
}
.product-overview__content .wp-block-button a {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  background-color: #DB3019;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-overview__content .wp-block-button a:after {
  content: "";
  position: absolute;
  right: 15%;
  width: 20px;
  height: 20px;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.16);
  transform-origin: center;
  transition: all 0.4s ease;
}
.product-overview__content .wp-block-button a:hover:after {
  opacity: 1;
  transform: scale(15);
}
.product-overview__content .wp-block-table table img {
  max-width: 225px !important;
}
.product-overview__content a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #DB3019;
}
.product-overview__content ul {
  display: flex;
  flex-direction: column;
  margin: 0 0 32px 0;
}
.product-overview__content ul:nth-last-child(1) {
  margin: 0;
}
.product-overview__content ul li {
  margin: 0 0 16px 0;
  padding: 0 0 0 16px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #231F20;
}
@media only screen and (max-width: 576px) {
  .product-overview__content ul li {
    font-weight: 400;
    font-size: 16px;
  }
}
.product-overview__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  background-color: #DB3019;
}
@media only screen and (max-width: 576px) {
  .product-overview__content ul li::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #231F20;
  }
}
.product-overview__content img {
  margin: 0 0 32px 0;
  max-width: 100%;
}
.product-overview__content img:nth-last-child(1) {
  margin: 0;
}
.product-overview__content details {
  margin: 0 0 32px 0;
}
.product-overview__content details:nth-last-child(1) {
  margin: 0;
}
.product-overview__content .wp-block-media-text {
  margin: 0 0 32px 0;
}
.product-overview__content .wp-block-media-text img, .product-overview__content .wp-block-media-text p {
  margin: 0;
}
.product-overview__media {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #231F20 url("./../images/product_page/overview_bg_image.png");
  position: relative;
  height: 320px;
  margin: 0 0 100px 0;
}
.product-overview__media img {
  max-width: 100%;
  min-height: 100%;
  width: 100%;
  position: relative;
  top: 64px;
  left: 30px;
}
.product-overview__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  row-gap: 16px;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 768px) {
  .product-overview__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-overview__item {
  flex: 0 1 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background: #F5FAFF;
}
.product-overview__item .icon {
  margin: 0 0 18px 0;
  width: 32px;
  height: 32px;
  fill: transparent;
  stroke: #DB3019;
}
.product-overview__item .icon_film,
.product-overview__item .icon_bags-sacks,
.product-overview__item .icon_folding-carton {
  stroke: transparent;
}
.product-overview__item span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #231F20;
}
.product-overview__aside {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .product-overview__aside {
    display: none;
  }
}
.product-overview__contact {
  padding: 48px 32px;
  background: #231F20 url("./../images/product_page/aside_bg_image.png");
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-overview__contact h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}
.product-overview__contact p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.8;
  padding: 0 0 24px 0;
  margin: 0 0 24px 0;
  border-bottom: 1px dashed #F5FAFF;
}
.product-overview__contact h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}
.product-overview__contact.sticky {
  position: fixed;
  z-index: 900;
}

@media only screen and (max-width: 576px) {
  .product-specifications .container {
    padding: 0;
  }
}
.product-specifications__inner {
  background-color: #fff;
  padding: 64px;
  border-bottom: 1px solid #F2F2F2;
}
@media only screen and (max-width: 1024px) {
  .product-specifications__inner {
    padding: 32px;
  }
}
.product-specifications__inner h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #231F20;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .product-specifications__inner h2 {
    margin: 0 0 16px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
  }
}
.product-specifications__inner h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #231F20;
  margin: 0 0 32px 0;
}
.product-specifications__links {
  margin: 0 0 24px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-specifications__link {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  padding: 8px 16px;
  background: #F5FAFF;
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 4px;
  transition: border 0.3s, color 0.3s;
}
.product-specifications__link:hover {
  color: #DB3019;
  border: 1px solid #DB3019;
}
.product-specifications__link.active {
  color: #DB3019;
  border: 1px solid #DB3019;
  background: #fff;
}
.product-specifications__body ul {
  display: flex;
  max-width: 736px;
  flex-direction: column;
  margin: 0 0 32px 0;
}
.product-specifications__body ul li {
  margin: 0 0 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px dashed #DCDBDB;
}
.product-specifications__body ul li.title {
  border-bottom: none;
  justify-content: flex-start;
}
.product-specifications__body ul li.title span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #231F20;
}
.product-specifications__body ul li.empty {
  border-bottom: none;
  justify-content: flex-end;
}
.product-specifications__body ul li.empty span:nth-last-child(1) {
  margin: 0;
}
.product-specifications__body ul li:nth-last-child(1) {
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .product-specifications__body ul li {
    flex-direction: column;
    border-bottom: none;
    margin: 0 0 16px 0;
    align-items: flex-start;
  }
}
.product-specifications__body ul li span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding: 0 2px;
  line-height: 16px;
  background-color: #fff;
  position: relative;
  top: 2px;
}
.product-specifications__body ul li span.bold {
  font-weight: 700;
  color: #000 !important;
}
.product-specifications__body ul li span:nth-child(1) {
  color: #727070;
}
@media only screen and (max-width: 576px) {
  .product-specifications__body ul li span:nth-child(1) {
    margin: 0 0 8px 0;
  }
}
.product-specifications__body ul li span:nth-last-child(1) {
  color: #231F20;
  width: 250px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 576px) {
  .product-specifications__body ul li span {
    top: unset;
  }
}
.product-specifications__body a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #DB3019;
}

@media only screen and (max-width: 576px) {
  .product-downloads .container {
    padding: 0;
  }
}
.product-downloads__inner {
  background-color: #fff;
  padding: 64px;
  border-bottom: 1px solid #F2F2F2;
}
@media only screen and (max-width: 1024px) {
  .product-downloads__inner {
    padding: 32px;
  }
}
.product-downloads__inner h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #231F20;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 1024px) {
  .product-downloads__inner h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
  }
}
.product-downloads__inner h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #231F20;
  margin: 0 0 8px 0;
}
.product-downloads__tabs-btns {
  margin: 0 0 24px 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .product-downloads__tabs-btns {
    flex-wrap: wrap;
  }
}
.product-downloads__tabs-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px 10px 0;
}
.product-downloads__tabs-btn:hover .product-downloads__tabs-image {
  border: 1px solid #DB3019;
}
.product-downloads__tabs-btn:hover span {
  color: #DB3019;
}
.product-downloads__tabs-btn span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #231F20;
  transition: color 0.3s;
}
.product-downloads__tabs-btn.active .product-downloads__tabs-image {
  border: 1px solid #DB3019;
}
.product-downloads__tabs-btn.active span {
  color: #DB3019;
}
.product-downloads__tabs-image {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 1px solid #DCDBDB;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 5px 0;
  transition: border 0.3s;
}
.product-downloads__tabs-body {
  margin: 0 0 24px 0;
}
.product-downloads__tabs-content {
  display: none;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 576px) {
  .product-downloads__tabs-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.product-downloads__tabs-content.active {
  display: flex;
  flex-wrap: wrap;
}
.product-downloads__tabs-content a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 230px;
  padding: 24px;
  background: #F5FAFF;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #231F20;
  transition: color 0.3s;
}
@media only screen and (max-width: 576px) {
  .product-downloads__tabs-content a {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.product-downloads__tabs-content a:hover {
  color: #DB3019;
}
.product-downloads__tabs-content a:hover img {
  transform: scale(1.1);
}
.product-downloads__tabs-content a img {
  margin: 0 0 16px 0;
  transition: transform 0.3s;
}
@media only screen and (max-width: 576px) {
  .product-downloads__tabs-content a img {
    margin: 0 24px 0 0;
  }
}
.product-downloads__label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #231F20;
  opacity: 0.64;
}

@media only screen and (max-width: 576px) {
  .similar-products .container {
    padding: 0;
  }
}
.similar-products__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 576px) {
  .similar-products__top {
    padding: 0 32px;
  }
}
.similar-products__top h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #231F20;
}
@media only screen and (max-width: 1024px) {
  .similar-products__top h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .similar-products__top h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    max-width: 120px;
  }
}
.similar-products__top .splide__arrows {
  display: flex;
  align-items: center;
  gap: 16px;
}
.similar-products__top .similar-arrow-prev.disabled,
.similar-products__top .similar-arrow-next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media only screen and (max-width: 576px) {
  .similar-products__splide {
    padding: 0 0 0 32px;
  }
}
.similar-products__slide {
  padding: 32px 44px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .similar-products__slide {
    padding: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .similar-products__slide {
    padding: 24px;
  }
}
.similar-products__slide:hover h3 {
  color: #DB3019;
}
.similar-products__slide img {
  margin: 0 0 24px 0;
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.similar-products__slide h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #231F20;
  margin: 0 0 16px 0;
  transition: color 0.3s;
}
@media only screen and (max-width: 1024px) {
  .similar-products__slide h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 8px 0;
  }
}
@media only screen and (max-width: 576px) {
  .similar-products__slide h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px 0;
  }
}
.similar-products__slide span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #231F20;
  opacity: 0.64;
  margin-top: auto;
}
@media only screen and (max-width: 576px) {
  .similar-products__slide span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
}

.article {
  margin: -200px 0 0 0;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .article {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .article .container {
    padding: 0;
  }
}
.article blockquote p {
  margin: 0;
}
.article__inner {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .article__inner {
    flex-direction: column;
    gap: 0px;
  }
}
.article__inner h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #231F20;
  margin: 0 0 16px 0;
  padding: 0 32px;
}
@media only screen and (max-width: 1024px) {
  .article__inner h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 576px) {
  .article__inner h1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    margin: 0 0 24px 0;
  }
}
.article__main {
  flex: 0 1 70%;
  width: 70%;
  background-color: #fff;
  padding: 32px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .article__main {
    flex: 0 1 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .article__main {
    padding: 0;
  }
}
.article__top {
  display: flex;
  align-items: center;
  padding: 0 32px;
}
@media only screen and (max-width: 768px) {
  .article__top {
    flex-wrap: wrap;
  }
}
.article__author {
  display: flex;
  align-items: center;
  padding: 0 24px 0 0;
  margin: 0 24px 0 0;
  border-right: 1px solid #DCDBDB;
}
@media only screen and (max-width: 576px) {
  .article__author {
    display: none;
  }
}
.article__author img {
  margin: 0 16px 0 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.article__author span {
  max-width: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
}
.article__details {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .article__details {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.article__details-item {
  display: flex;
  align-items: center;
  margin: 0 24px 0 0;
}
@media only screen and (max-width: 576px) {
  .article__details-item {
    margin: 0 15px 0 0;
  }
}
.article__details-item:nth-last-child(1) {
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .article__details-item:nth-last-child(1) {
    margin: 0;
  }
}
.article__details-item img {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}
.article__details-item span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
  white-space: nowrap;
}
.article__share {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .article__share {
    width: 100%;
    margin-left: unset;
    margin-top: 24px;
  }
}
.article__share ul {
  display: flex;
  align-items: center;
}
.article__share ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
  margin: 0 16px 0 0;
}
.article__share ul li:nth-last-child(1) {
  margin: 0;
}
.article__share ul li a {
  transition: transform 0.3s;
}
.article__share ul li a:hover {
  transform: scale(1.1);
}
.article__content {
  padding: 32px 32px 16px 32px;
  position: relative;
}
.article__content img {
  width: 100%;
  margin: 0 0 32px 0;
}
.article__content ul {
  margin: 0 0 32px 0;
}
.article__content ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #231F20;
  padding: 10px 0 5px 20px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .article__content ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
}
.article__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #231F20;
}
.article__content ul li:nth-last-child(1) {
  margin: 0;
}
.article__content iframe {
  margin: 0 0 32px 0;
}
.article__content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #231F20;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 576px) {
  .article__content p {
    font-size: 16px;
  }
}
.article__note {
  padding: 24px 32px;
  margin: 0 0 32px 0;
  position: relative;
  background-color: #F5FAFF;
}
.article__note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background-color: #DB3019;
}
.article__note p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #231F20;
}
@media only screen and (max-width: 576px) {
  .article__note p {
    font-size: 16px;
  }
}
.article__materials {
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  padding: 32px;
}
.article__materials h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #231F20;
  margin: 0 0 16px 0;
}
.article__materials-body {
  background-color: #F5FAFF;
  padding: 24px;
  display: flex;
  align-items: center;
}
.article__materials-body img {
  width: 32px;
  height: 32px;
  margin: 0 24px 0 0;
}
.article__materials-body span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #231F20;
}
@media only screen and (max-width: 576px) {
  .article__materials-body span {
    max-width: 220px;
  }
}
.article__materials-body a {
  margin-left: auto;
}
@media only screen and (max-width: 576px) {
  .article__materials-body a {
    padding: 8px;
  }
}
@media only screen and (max-width: 375px) {
  .article__materials-body a {
    width: unset;
  }
}
.article__materials-body a span {
  color: #fff;
  text-transform: capitalize;
}
@media only screen and (max-width: 576px) {
  .article__materials-body a span {
    display: none;
  }
}
.article__materials-body a svg {
  transform: rotate(90deg);
}
.article__tags {
  border-bottom: 1px solid #F2F2F2;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .article__tags {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.article__tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .article__tags-list {
    margin: 0 0 24px 0;
  }
}
.article__tags-list li {
  background-color: #F5FAFF;
  padding: 4px 8px;
  margin: 0 8px 8px 0;
}
.article__tags-list li:nth-last-child(1) {
  margin: 0 8px 8px 0;
}
.article__tags-list li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
  white-space: nowrap;
  transition: color 0.3s;
}
.article__tags-list li a:hover {
  color: #DB3019;
}
.article__socials-list {
  display: flex;
  align-items: center;
}
.article__socials-list li {
  margin: 0 24px 0 0;
}
.article__socials-list li:nth-last-child(1) {
  margin: 0;
}
.article__socials-list li a {
  transition: transform 0.3s;
}
.article__socials-list li a:hover {
  transform: scale(1.1);
}
.article__expert {
  padding: 32px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .article__expert {
    border-bottom: 1px solid #F2F2F2;
  }
}
@media only screen and (max-width: 576px) {
  .article__expert {
    display: none;
  }
}
.article__expert-media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 32px 0 0;
}
.article__expert-media img {
  width: 154px;
  height: 154px;
  border-radius: 8px;
}
.article__expert-textbox {
  display: flex;
  flex-direction: column;
}
.article__expert-textbox h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #231F20;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 1024px) {
  .article__expert-textbox h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }
}
.article__expert-textbox p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #231F20;
  opacity: 0.8;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 1024px) {
  .article__expert-textbox p {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
  }
}
.article__expert-textbox a {
  align-self: flex-start;
}
@media only screen and (max-width: 1024px) {
  .article__expert-textbox a {
    padding: 8px 16px;
  }
}
.article__aside {
  flex: 0 1 30%;
  width: 30%;
}
@media only screen and (max-width: 1024px) {
  .article__aside {
    flex: 0 1 100%;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .article__aside {
    margin: 32px 0 0 0;
  }
}

.more-articles__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 32px 0;
}
.more-articles__top h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #231F20;
}
@media only screen and (max-width: 576px) {
  .more-articles__top h3 {
    font-size: 28px;
    line-height: 33px;
  }
}
.more-articles__top .article-arrow-prev.disabled,
.more-articles__top .article-arrow-next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.more-articles__splide .splide__slide {
  display: flex;
  flex-direction: column;
}
.more-articles__slide {
  padding: 32px 24px;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  color: inherit;
}
.more-articles__slide:hover p {
  color: #DB3019;
}
.more-articles__slide img {
  margin: 0 0 24px 0;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.more-articles__slide p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #231F20;
  transition: color 0.3s;
}
@media only screen and (max-width: 576px) {
  .more-articles__slide p {
    font-size: 16px;
  }
}
.more-articles__slide a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.press {
  margin: -80px 0 0 0;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .press .container {
    padding: 0;
  }
}
.press__inner {
  display: grid;
  grid-template-columns: 1fr 27%;
  grid-template-rows: 512px 1fr;
  grid-template-areas: "a b" "c b";
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .press__inner {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .press__inner .splide-list {
    height: 375px;
  }
}
.press__main-media img {
  width: 100%;
}
.press__main {
  flex: 0 1 75%;
  background-color: #fff;
  overflow: hidden;
  border-right: 1px solid #F2F2F2;
}
@media only screen and (max-width: 1024px) {
  .press__main {
    flex: 0 1 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .press__main {
    padding: 0;
  }
}
.press__slider {
  position: relative;
}
.press__slider .splide__arrows {
  position: absolute;
  right: 32px;
  bottom: 32px;
}
.press__slider .press-arrow-prev.disabled,
.press__slider .press-arrow-next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.press__slider-slide {
  height: 100%;
}
.press__slider-media {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 576px) {
  .press__slider-media {
    height: 375px;
  }
}
.press__slider-media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  z-index: 1;
}
.press__slider-media img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .press__slider-media img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.press__slider-textbox {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 32px;
  z-index: 2;
}
.press__slider-textbox h2 {
  margin: 0 0 23px 0;
}
.press__slider-textbox h2 a {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #FFFFFF;
  transition: color 0.3s;
}
.press__slider-textbox h2 a:hover {
  color: #DB3019;
}
@media only screen and (max-width: 768px) {
  .press__slider-textbox h2 a {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 576px) {
  .press__slider-textbox h2 a {
    font-size: 20px;
    line-height: 24px;
  }
}
.press__slider-bottom span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.8;
}
.press__options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  background-color: #fff;
  border-bottom: 1px solid #F2F2F2;
}
.press__sort {
  position: relative;
}
.press__sort-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.press__sort-header.active img {
  transform: rotateX(180deg);
}
.press__sort-header span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  margin: 0 10px 0 0;
}
.press__sort-header img {
  transition: transform 0.3s ease-out;
}
.press__sort-body {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  overflow: auto;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
  background-color: white;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.press__sort-body.active {
  height: auto;
  opacity: 1;
  width: 150%;
}
.press__sort-body ul {
  display: flex;
  flex-direction: column;
  padding: 8px;
}
.press__sort-body ul li {
  margin: 0 0 10px 0;
}
.press__sort-body ul li:nth-last-child(1) {
  margin: 0;
}
.press__sort-body ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  transition: color 0.3s;
}
.press__sort-body ul li a:hover {
  color: #DB3019;
}
.press__articles {
  display: flex;
  flex-direction: column;
}
.press__aside {
  flex: 0 1 27%;
}

.press-article {
  padding: 32px;
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .press-article {
    flex-direction: column;
    align-items: flex-start;
  }
}
.press-article:hover h3 {
  color: #DB3019;
}
.press-article__media {
  margin: 0 32px 0 0;
}
@media only screen and (max-width: 576px) {
  .press-article__media {
    width: 100%;
    margin: 0 0 24px 0;
  }
}
.press-article__media img {
  width: 276px;
  height: 144px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .press-article__media img {
    width: 100%;
    height: 223px;
  }
}
.press-article__textbox {
  display: flex;
  flex-direction: column;
}
.press-article__textbox h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #231F20;
  margin: 0 0 16px 0;
  transition: color 0.3s;
}
@media only screen and (max-width: 576px) {
  .press-article__textbox h3 {
    font-size: 16px;
    line-height: 19px;
  }
}
.press-article__textbox p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(34, 51, 17, 0.94902);
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 576px) {
  .press-article__textbox p {
    font-size: 14px;
  }
}
.press-article__textbox span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
}

.not-found {
  height: calc(100vh - 80px);
  overflow: hidden;
  background: url("./../images/404.png") 100% no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .not-found {
    background: url("./../images/404_tablet.png") 100% no-repeat;
  }
}
@media only screen and (max-width: 576px) {
  .not-found {
    background: url("./../images/404_mobile.png") 100% no-repeat;
  }
}
.not-found .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .not-found .container {
    padding: 0;
  }
}
.not-found__inner {
  max-width: 488px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .not-found__inner {
    max-width: none;
    padding: 0 128px;
  }
}
@media only screen and (max-width: 576px) {
  .not-found__inner {
    padding: 0 32px;
    align-items: center;
  }
}
.not-found__inner h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 75px;
  color: #FFFFFF;
  max-width: 350px;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 768px) {
  .not-found__inner h1 {
    max-width: unset;
  }
}
@media only screen and (max-width: 576px) {
  .not-found__inner h1 {
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    margin: 0 0 24px 0;
  }
}
.not-found__inner p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 576px) {
  .not-found__inner p {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin: 0 0 24px 0;
  }
}
@media only screen and (max-width: 576px) {
  .not-found__inner a {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .impressum .container {
    padding: 0;
  }
}
.impressum__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .impressum__inner {
    max-width: none;
  }
}
.impressum__inner p {
  margin: 0 0 16px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #231F20;
}
.impressum__inner a {
  margin: 0 0 16px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #231F20;
  transition: color 0.3s;
}
.impressum__inner a:hover {
  color: #DB3019;
}
.impressum__inner a:nth-last-child(1) {
  text-decoration: underline;
}
.impressum__inner span {
  margin: 0 0 8px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #231F20;
}
.impressum__inner span:nth-last-child(1) {
  margin: 0;
}
.impressum__inner hr {
  margin: 16px 0;
  border: 0;
  height: 1px;
  background-color: #F2F2F2;
}

.market-card {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F2F2F2;
  transition: box-shadow 0.3s ease;
}
@media only screen and (max-width: 576px) {
  .market-card {
    padding: 32px 24px;
  }
}
.market-card.card-hidden {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.market-card.card-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.market-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.market-card:hover h3 {
  color: #DB3019;
}
.market-card:nth-last-child(1) {
  border-bottom: none;
}
@media only screen and (max-width: 576px) {
  .market-card {
    flex-direction: column;
  }
}
.market-card__media {
  padding: 32px;
}
@media only screen and (max-width: 576px) {
  .market-card__media {
    padding: 0;
    margin: 0 0 16px 0;
  }
}
.market-card__media img {
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 576px) {
  .market-card__media img {
    max-width: 100%;
    min-height: 100%;
  }
}
.market-card__textbox {
  padding: 56px 32px;
}
@media only screen and (max-width: 576px) {
  .market-card__textbox {
    padding: 0;
  }
}
.market-card__textbox h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #231F20;
  margin: 0 0 16px 0;
  transition: color 0.3s;
}
@media only screen and (max-width: 576px) {
  .market-card__textbox h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.market-card__textbox p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 576px) {
  .market-card__textbox p {
    display: none;
  }
}
.market-card__textbox ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media only screen and (max-width: 576px) {
  .market-card__textbox ul {
    display: none;
  }
}
.market-card__textbox ul li {
  white-space: nowrap;
  padding: 4px 8px;
  background: #F5FAFF;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
}
.market-card__tabs {
  display: flex;
  flex-direction: column;
}
.market-card__tabs-btns {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 576px) {
  .market-card__tabs-btns {
    flex-wrap: wrap;
  }
}
.market-card__tabs-btns span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
}
@media only screen and (max-width: 576px) {
  .market-card__tabs-btns span {
    display: none;
  }
}
.market-card__tabs-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #231F20;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s;
}
.market-card__tabs-btn:hover {
  color: #DB3019;
}
.market-card__tabs-btn.active {
  color: #DB3019;
  text-decoration: none;
}
.market-card__tabs-content {
  display: none;
}
.market-card__tabs-content.active {
  display: block;
}

.search-results__inner {
  display: flex;
  flex-direction: column;
}
.search-results__inner .pagination {
  background-color: #fff;
}
.search-results__inner h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #231F20;
  margin: 0 0 32px 0;
}
.search-results__cards {
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  .default-document .container {
    padding: 0;
  }
}
.default-document__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .default-document__inner {
    max-width: none;
  }
}
.default-document__inner h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: flex-end;
  color: #231F20;
  margin: 0 0 24px 0;
}
.default-document__inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #231F20;
  margin: 0 0 24px 0;
}
.default-document__inner p a {
  margin: 0;
}
.default-document__inner a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #DB3019;
  text-decoration: underline;
  margin: 0 0 24px 0;
}
.default-document__inner ul {
  margin: 0 0 24px 0;
}
.default-document__inner ul.download-list {
  display: flex;
  align-items: center;
}
.default-document__inner ul.download-list li {
  padding: 0;
  margin: 0 8px 0 0;
}
.default-document__inner ul.download-list li:nth-last-child(1) {
  margin: 0;
}
.default-document__inner ul.download-list li::before {
  display: none;
}
.default-document__inner ul.download-list li a {
  margin: 0;
}
.default-document__inner ul li {
  position: relative;
  margin: 0 0 16px 0;
  padding: 0 0 0 16px;
}
.default-document__inner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #DB3019;
}
.default-document__inner ul li ul {
  position: relative;
  left: 20px;
  margin: 16px 0 0 0;
}
.default-document__inner ul li ul li {
  padding: 0 0 0 16px;
}
.default-document__inner ul li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 7px;
  height: 7px;
  background-color: transparent;
  border: 1px solid #DB3019;
}
.default-document__inner ul li p a {
  margin: 0;
}
.default-document__inner hr {
  margin: 0 0 24px 0;
  border: 0;
  height: 1px;
  background-color: #F2F2F2;
}
.default-document__inner table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 8px;
  background-color: #F5FAFF;
  overflow: hidden;
  margin: 0 0 24px 0;
}
.default-document__inner table th, .default-document__inner table td {
  padding: 16px;
}
.default-document__inner table th {
  width: 40%;
  height: 19px;
  font-family: "Public Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #231F20;
  text-align: left;
}
.default-document__inner table td {
  width: 40%;
  height: 114px;
  font-family: "Public Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #231F20;
  text-align: left;
}
.default-document__inner table td:nth-child(3) {
  width: 20%;
}
.default-document__inner table tr {
  border-bottom: 1px solid #e0e0e0;
}
.default-document__inner table tr:nth-child(1) td {
  height: 19px;
}
.default-document__inner table tr:last-child {
  border-bottom: none;
}

.conditions-item {
  margin: 0 0 24px 0;
}
.conditions-item:nth-last-child(1) {
  margin: 0;
}
.conditions-item:nth-last-child(1) .conditions__item-inner {
  border-bottom: none;
  padding: 0;
}
.conditions-item__inner {
  padding: 0 0 24px 0;
  border-bottom: 1px solid #F2F2F2;
}
.conditions-item__content {
  padding: 24px;
  display: flex;
  align-items: center;
  background-color: #F5FAFF;
}
@media only screen and (max-width: 650px) {
  .conditions-item__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.conditions-item__content a {
  margin: 0 0 0 auto;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
}
@media only screen and (max-width: 650px) {
  .conditions-item__content a {
    margin: 0;
  }
}
.conditions-item__media {
  margin: 0 16px 0 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 650px) {
  .conditions-item__media {
    margin: 0 0 16px 0;
  }
}
.conditions-item__media img {
  width: 48px;
  height: 48px;
}
.conditions-item__media h3 {
  display: none;
}
@media only screen and (max-width: 650px) {
  .conditions-item__media h3 {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #231F20;
    margin: 0 0 0 8px;
  }
}
.conditions-item__textbox {
  padding: 0 20px 0 0;
}
.conditions-item__textbox h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #231F20;
  margin: 0 0 8px 0;
}
@media only screen and (max-width: 650px) {
  .conditions-item__textbox h3 {
    display: none;
  }
}
.conditions-item__textbox p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #231F20;
  margin: 0;
}
@media only screen and (max-width: 650px) {
  .conditions-item__textbox p {
    margin: 0 0 16px 0;
  }
}

.more-brands__inner a.section__link--mobile {
  display: none;
}
@media only screen and (max-width: 576px) {
  .more-brands__inner a.section__link--mobile {
    display: block;
  }
}
.more-brands__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 32px 0;
}
.more-brands__top h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #231F20;
}
@media only screen and (max-width: 576px) {
  .more-brands__top h3 {
    max-width: 230px;
  }
}
.more-brands__top a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.more-brands__grid {
  margin: 0 0 32px 0;
}

.our-offices__inner {
  display: flex;
  flex-direction: column;
}
.our-offices__inner h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #231F20;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .our-offices__inner h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.our-offices__tabs {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 576px) {
  .our-offices__tabs {
    flex-direction: column;
  }
}
.our-offices__tabs-btns {
  flex: 0 1 240px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 576px) {
  .our-offices__tabs-btns {
    flex: 0 1 100%;
    width: 100%;
  }
}
.our-offices__tabs-btn {
  background: #fff;
  padding: 16px 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #231F20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F2F2F2;
  transition: background 0.3s, color 0.3s;
}
.our-offices__tabs-btn:hover {
  background: #DB3019;
  color: #fff;
}
.our-offices__tabs-btn:hover svg {
  transform: rotateY(180deg);
}
.our-offices__tabs-btn:hover svg path {
  stroke: #fff;
}
@media only screen and (max-width: 576px) {
  .our-offices__tabs-btn {
    display: none;
  }
}
.our-offices__tabs-btn.active {
  background: #DB3019;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .our-offices__tabs-btn.active {
    display: flex;
  }
}
.our-offices__tabs-btn.active svg {
  transform: rotateY(180deg);
}
.our-offices__tabs-btn.active svg path {
  stroke: #fff;
}
@media only screen and (max-width: 576px) {
  .our-offices__tabs-btn.visible {
    display: flex;
  }
}
.our-offices__tabs-btn svg.arrow-up {
  transform: rotateZ(270deg);
}
.our-offices__tabs-btn svg.arrow-down {
  transform: rotateZ(90deg);
}
.our-offices__tabs-btn svg path {
  transition: stroke 0.3s;
}
.our-offices__tabs-body {
  flex: 0 1 calc(100% - 280px);
  display: flex;
  flex-direction: column;
}
.our-offices__tabs-content {
  display: none;
}
.our-offices__tabs-content.active {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.our-offices__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 5px solid #DB3019;
  background-color: #fff;
  padding: 24px 32px 24px 64px;
}
@media only screen and (max-width: 1024px) {
  .our-offices__block {
    flex-direction: column;
    padding: 24px;
    align-items: flex-start;
  }
}
.our-offices__tabs-textbox {
  display: flex;
  flex-direction: column;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 1024px) {
  .our-offices__tabs-textbox {
    margin: 0 0 24px 0;
  }
}
.our-offices__tabs-textbox img {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}
.our-offices__tabs-textbox h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #231F20;
}
@media only screen and (max-width: 1024px) {
  .our-offices__tabs-textbox h3 {
    font-size: 20px;
  }
}
.our-offices__tabs-textbox address {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #231F20;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 1024px) {
  .our-offices__tabs-textbox address {
    font-size: 16px;
  }
}
.our-offices__tabs-textbox a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #231F20;
  display: flex;
  align-items: center;
  margin: 0 0 16px 0;
  transition: color 0.3s;
}
.our-offices__tabs-textbox a:hover {
  color: #DB3019;
}
.our-offices__tabs-textbox a:nth-last-child(1) {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #DB3019;
  text-decoration: none;
}
.our-offices__tabs-textbox a:nth-last-child(1):hover {
  text-decoration: underline;
}
.our-offices__tabs-textbox a:nth-last-child(1) svg {
  margin: 0 8px 0 0;
}
.our-offices__tabs-heading {
  display: flex;
  align-items: center;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 1024px) {
  .our-offices__tabs-map {
    width: 100%;
  }
}
.our-offices__tabs-map iframe {
  width: 400px;
  height: 240px;
}
@media only screen and (max-width: 1280px) {
  .our-offices__tabs-map iframe {
    max-width: 350px;
  }
}
@media only screen and (max-width: 1024px) {
  .our-offices__tabs-map iframe {
    width: 100%;
    max-width: unset;
  }
}

.store {
  display: flex;
  flex-direction: column;
}
.store--jobs {
  position: relative;
  top: -65px;
}
@media only screen and (max-width: 1024px) {
  .store--jobs {
    top: unset;
  }
}
@media only screen and (max-width: 576px) {
  .store--jobs .store__cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.store--rotec .market-card__media img {
  width: 140px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .store .container {
    padding: 0;
  }
}
.store__categories {
  display: flex;
  flex-direction: column;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .store__categories {
    padding: 24px;
    margin: 0;
  }
}
.store__categories span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  margin: 0 0 16px 0;
}
.store__categories ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1024px) {
  .store__categories ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .store__categories ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .store__categories ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .store__categories ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.store__categories ul li {
  position: relative;
}
.store__categories ul li a {
  width: 100%;
  padding: 15px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #231f20;
  white-space: nowrap;
  background-color: #fff;
  border-bottom: 1px solid #e5e4e4;
  border-right: 1px solid #e5e4e4;
  transition: color 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 1024px) {
  .store__categories ul li a {
    padding: 15px 40px;
  }
}
.store__categories ul li a:hover {
  color: #fff;
  background-color: #DB3019;
}
.store__categories ul li a.active {
  background-color: #DB3019;
  color: #fff;
  pointer-events: none;
}
.store__categories ul li:nth-child(4n) a {
  border-right: none;
}
@media only screen and (max-width: 1024px) {
  .store__categories ul li:nth-child(4n) a {
    border-right: 1px solid #e5e4e4;
  }
}
@media only screen and (max-width: 1024px) {
  .store__categories ul li:nth-child(3n) a {
    border-right: none;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .store__categories ul li:nth-child(3n) a {
    border-right: 1px solid #e5e4e4;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .store__categories ul li:nth-child(3n) a {
    border-right: none;
  }
}
@media only screen and (max-width: 768px) {
  .store__categories ul li:nth-child(2n) a {
    border-right: none;
  }
}
@media only screen and (max-width: 480px) {
  .store__categories ul li a {
    border-right: none;
  }
}
.store__inner {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #F2F2F2;
}
.store__content {
  display: flex;
  border-bottom: 1px solid #F2F2F2;
}
.store__sidebar {
  flex: 0 1 320px;
  border-right: 1px solid #F2F2F2;
}
.store__sidebar.opened {
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .store__sidebar {
    flex: 0 1 100%;
    width: 100%;
    height: 100%;
    z-index: 100000;
    top: 0;
    left: -100%;
    position: fixed;
    overflow-y: scroll;
    letter-spacing: normal;
    background: rgba(35, 31, 32, 0.8);
    padding: 0;
  }
}
@media only screen and (max-width: 576px) {
  .store__sidebar {
    background: transparent;
  }
}
.store__filters {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .store__filters {
    width: 320px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    left: -100%;
    overflow: auto;
    transition: left 0.3s;
  }
  .store__filters.animated {
    left: 0;
  }
}
@media only screen and (max-width: 576px) {
  .store__filters {
    width: 100%;
  }
}
.store__filters-top {
  padding: 24px;
  align-items: center;
  border-bottom: 1px solid #F2F2F2;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .store__filters-top {
    display: flex;
  }
}
.store__filters-top img {
  margin: 0 16px 0 0;
}
.store__filters-top img.store__close-btn {
  margin: 0 0 0 auto;
}
.store__filters-top span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
}
.store__clear-btn {
  order: 1000;
  display: none;
  padding: 8px 16px;
  background: transparent;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #DB3019;
  border: 1px solid #DB3019;
  opacity: 0.8;
  transition: background 0.3s, color 0.3s;
}
.store__clear-btn:hover {
  background: #DB3019;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .store__clear-btn {
    background: transparent;
    border: 1px solid #EDEDED;
  }
}
.store__filters-main {
  padding: 24px;
}
.store__filters-block {
  margin: 0 0 16px 0;
  border-bottom: 1px solid #F2F2F2;
}
.store__filters-block:nth-last-child(1) {
  margin: 0;
  border-bottom: none;
}
.store__filters-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
  cursor: pointer;
}
.store__filters-block-header span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #231F20;
}
.store__filters-block-header img {
  transition: transform 0.5s;
}
.store__filters-block-header img.active {
  transform: rotateX(-180deg);
}
.store__filters-block-body {
  height: auto;
  opacity: 1;
  padding: 0 0 16px 0;
  transition: height 0.3s ease, opacity 0.3s ease;
}
.store__filters-block-body.hidden {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.store__filters-block-body ul {
  display: flex;
  flex-direction: column;
}
.store__filters-block-body ul li {
  margin: 0 0 16px 0;
}
.store__filters-block-body ul li:nth-last-child(1) {
  margin: 0;
}
.store__filters-block-body label {
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}
.store__filters-block-body .radio,
.store__filters-block-body .check-box {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.store__filters-block-body .radio-style,
.store__filters-block-body .check-style {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 2px solid #CAC9C9;
  vertical-align: text-top;
  margin-right: 5px;
}
.store__filters-block-body .radio-style {
  border-radius: 50%;
}
.store__filters-block-body .check-style {
  border-radius: 4px;
}
.store__filters-block-body .radio-style::before,
.store__filters-block-body .check-style::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #DB3019;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s;
}
.store__filters-block-body .radio-style::before {
  border-radius: 50%;
}
.store__filters-block-body .radio:checked + .radio-style::before {
  transform: translate(-50%, -50%) scale(1);
}
.store__filters-block-body .check-box:checked + .check-style::before {
  transform: translate(-50%, -50%) scale(1);
}
.store__body {
  flex: 0 1 calc(100% - 320px);
}
@media only screen and (max-width: 1024px) {
  .store__body {
    flex: 0 1 100%;
  }
}
.store__options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 24px;
  border-bottom: 1px solid #F2F2F2;
}
.store__options-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 12px;
}
@media only screen and (max-width: 480px) {
  .store__options-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.store__options-bottom {
  display: flex;
  align-items: center;
}
.store__options-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.store__selected-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background: transparent;
  border: 1px solid #E5E4E4;
  border-radius: 4px;
}
.store__selected-item span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #231F20;
  white-space: nowrap;
  opacity: 0.8;
  margin: 0 8px 0 0;
}
.store__selected-item button svg path {
  transition: stroke 0.5s;
}
.store__selected-item button:hover svg path {
  stroke: #DB3019;
}
.store__filters-count {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  gap: 5px;
}
.store__filters-count span {
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .store__filters-count img {
    display: none;
  }
}
.store__filters-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.store__mobile-filters-btn {
  display: none;
  padding: 16px 32px;
  background: #FFFFFF;
  border: 1px solid #DB3019;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #DB3019;
}
@media only screen and (max-width: 1024px) {
  .store__mobile-filters-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.store__mobile-filters-btn svg {
  margin: 0 8px 0 0;
}
.store__delete-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.store__sort {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 480px) {
  .store__sort {
    order: -1;
  }
}
.store__sort-text {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (max-width: 576px) {
  .store__sort-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  .store__sort-text {
    font-size: 12px;
  }
}
.store__sort-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 10px 5px 25px;
  border-radius: 10px;
  background-color: #F5FAFF;
  color: #7F7F7F;
  width: 90px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .store__sort-btn {
    font-size: 14px;
    padding: 5px 10px 5px 22px;
  }
}
@media only screen and (max-width: 375px) {
  .store__sort-btn {
    font-size: 12px;
  }
}
.store__sort-btn.active {
  color: #DB3019;
}
.store__sort-btn.active svg {
  opacity: 1;
  visibility: visible;
}
.store__sort-btn svg {
  position: absolute;
  opacity: 0;
  top: 6px;
  left: 12px;
  width: 16px;
  height: 15px;
  visibility: hidden;
  transform: rotateX(180deg);
  transition: transform 0.5s, opacity 0.3s, visibility 0.3s;
}
@media only screen and (max-width: 576px) {
  .store__sort-btn svg {
    top: 5px;
    left: 14px;
  }
}
@media only screen and (max-width: 375px) {
  .store__sort-btn svg {
    top: 3px;
  }
}
.store__reset-sort-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #F5FAFF;
  color: #7F7F7F;
  width: 90px;
  pointer-events: none;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .store__reset-sort-btn {
    font-size: 14px;
    padding: 5px 10px 5px 22px;
  }
}
@media only screen and (max-width: 375px) {
  .store__reset-sort-btn {
    font-size: 12px;
  }
}
.store__reset-sort-btn.active {
  color: #000;
  pointer-events: initial;
}
@media only screen and (max-width: 576px) {
  .store__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .store__cards .market-card {
    border-right: 1px solid #F2F2F2;
  }
}
.store__cards .nothing-found {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #DB3019;
  padding: 40px;
}

.noUi-target {
  background: transparent !important;
  border-radius: 2px !important;
  height: 2px !important;
  padding: 10px 0 !important;
  border: none !important;
  box-shadow: none !important;
  width: 92% !important;
}

.noUi-base {
  background: lightgray !important;
  height: 2px !important;
  border-radius: 2px !important;
}

.noUi-connect {
  background: #DB3019 !important;
  height: 2px !important;
}

.noUi-handle {
  background-color: #fff !important;
  border-radius: 50% !important;
  width: 16px !important;
  height: 16px !important;
  top: -7px !important;
  border: 2px solid #DB3019 !important;
  cursor: pointer !important;
}
.noUi-handle::after, .noUi-handle::before {
  display: none !important;
}

.noUi-tooltip {
  display: none !important;
}

.range-inputs-values {
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.range-inputs-values span {
  position: relative;
  top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(35, 31, 32, 0.8);
}

.range-input-wrapper {
  display: flex;
  flex-direction: column;
}
.range-input-wrapper label {
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(35, 31, 32, 0.64);
}
.range-input-wrapper input {
  width: 100%;
  padding: 8px;
  border: 1px solid rgba(35, 31, 32, 0.24);
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(35, 31, 32, 0.8);
}
.range-input-wrapper input::-webkit-inner-spin-button, .range-input-wrapper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.range-input-wrapper input::-moz-inner-spin-button, .range-input-wrapper input::-moz-outer-spin-button {
  -moz-appearance: textfield;
}

.popular-card {
  display: flex;
}
@media (max-width: 700px) {
  .popular-card {
    flex-direction: column;
  }
}
.popular-card__media {
  flex: 0 1 380px;
  padding: 28px 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("./assets/images/store/bg-popular.png") 100% no-repeat #231F20;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .popular-card__media {
    flex: 0 1 300px;
    padding: 12px 48px;
  }
}
.popular-card__media img {
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.popular-card__textbox {
  padding: 64px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .popular-card__textbox {
    padding: 24px;
  }
}
.popular-card__textbox span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #DB3019;
  margin: 0 0 20px 0;
  padding: 4px 8px;
  background: rgba(219, 48, 25, 0.16);
  align-self: flex-start;
}
@media only screen and (max-width: 1024px) {
  .popular-card__textbox span {
    margin: 0 0 16px 0;
  }
}
.popular-card__textbox h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: flex-end;
  color: #231F20;
  margin: 0 0 16px 0;
}
.popular-card__textbox p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
  margin: 0 0 24px 0;
}
.popular-card__textbox ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 8px 0;
}
.popular-card__textbox ul li {
  white-space: nowrap;
  padding: 4px 8px;
  background: #F5FAFF;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
  margin: 0 8px 16px 0;
}
.popular-card__textbox ul li:nth-last-child(1) {
  margin: 0 0 16px 0;
}
.popular-card__textbox a span {
  margin: 0 !important;
  background: transparent;
}
.popular-card__links {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 576px) {
  .popular-card__links {
    flex-direction: column;
  }
}
.popular-card__links button {
  border: 1px solid #DB3019;
}
.popular-card__links button span {
  margin: 0;
  color: #fff;
}
.popular-card__links a:nth-child(1) span {
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .popular-card__links a {
    width: 100%;
  }
}

.job-card {
  border-bottom: 1px solid #F2F2F2;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.job-card.card-hidden {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.job-card.card-visible {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.job-card:nth-last-child(1) {
  border-bottom: none;
}
@media (hover: hover) and (pointer: fine) {
  .job-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
  .job-card:hover h3 {
    color: #DB3019;
  }
  .job-card:hover .job-card__media img {
    transform: scale(1.1);
  }
}
.job-card__inner {
  width: 100%;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .job-card__inner {
    padding: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .job-card__inner {
    padding: 32px;
  }
}
.job-card__media {
  overflow: hidden;
  width: 200px;
  height: 140px;
  flex-shrink: 0;
}
@media only screen and (max-width: 576px) {
  .job-card__media {
    display: none;
  }
}
.job-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  transition: transform 0.5s;
}
.job-card__textbox {
  padding: 0 0 0 32px;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .job-card__textbox {
    padding: 0;
  }
}
.job-card__textbox h3 {
  max-width: 75%;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #231F20;
  margin: 0 0 16px 0;
  transition: color 0.3s;
}
@media only screen and (max-width: 1024px) {
  .job-card__textbox h3 {
    font-size: 18px;
    max-width: unset;
  }
}
@media only screen and (max-width: 576px) {
  .job-card__textbox h3 {
    font-size: 16px;
    line-height: 19px;
  }
}
.job-card__textbox-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 480px) {
  .job-card__textbox-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.job-card__textbox-bottom ul {
  width: 75%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.job-card__textbox-bottom ul li {
  padding: 4px 8px;
  background: #F5FAFF;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
}
.job-card__textbox-bottom span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
}

.protected_onboarding {
  height: calc(100vh - 252px);
}
@media only screen and (max-width: 576px) {
  .protected_onboarding {
    height: calc(100vh - 192px);
  }
}
.protected_onboarding .container {
  height: 100%;
}
.protected_onboarding .protected__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.protected_onboarding .protected__inner form input {
  border: 1px solid #000;
}
.protected__inner {
  display: flex;
  flex-direction: column;
}
.protected__inner h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  color: #231F20;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 576px) {
  .protected__inner h1 {
    font-size: 36px;
  }
}
.protected__inner p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #231F20;
  margin: 0 0 30px 0;
}
.protected__inner form {
  display: flex;
  flex-direction: column;
}
.protected__inner form label {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #231F20;
}
.protected__inner form p {
  display: flex;
}
@media only screen and (max-width: 576px) {
  .protected__inner form p {
    flex-wrap: wrap;
  }
}
.protected__inner form input {
  padding: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(35, 31, 32, 0.64);
  margin: 0 0 24px 0;
  border: none;
  outline: none;
  border-radius: 4px;
  margin: 0 10px;
  background-color: #fff;
  border: 1px solid transparent;
}
@media only screen and (max-width: 576px) {
  .protected__inner form input {
    width: 100%;
    margin: 15px 0;
  }
}
.protected__inner form input:focus {
  border: 1px solid #DB3019;
}
.protected__inner form input::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(35, 31, 32, 0.64);
}
.protected__inner form input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(35, 31, 32, 0.64);
}
.protected__inner form input[type=submit] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  white-space: nowrap;
  background-color: #DB3019;
  color: #FFF;
  padding: 10px 32px;
  transition: background-color 0.3s;
}
.protected__inner form input[type=submit]:hover {
  background-color: #E1513E;
}
@media only screen and (max-width: 576px) {
  .protected__inner form input[type=submit] {
    width: 100%;
  }
}

.redirect-section {
  padding: 100px 0;
  position: relative;
}
.redirect-section:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(218, 41, 28, 0.5) 100%);
  background-blend-mode: normal, multiply, normal;
}
.redirect-section__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #da291c;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.redirect-section__content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.redirect-section__content h1 {
  font-style: normal;
  margin: 0 auto 30px;
  font-size: 64px;
  color: #fff;
  max-width: 600px;
}
@media only screen and (max-width: 1280px) {
  .redirect-section__content h1 {
    margin: 0 0 30px;
    font-size: 40px;
    max-width: unset;
  }
}
.redirect-section__content p {
  font-style: normal;
  margin: 0 auto 40px;
  max-width: 600px;
  font-size: 32px;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .redirect-section__content p {
    font-size: 18px;
    margin: 0 0 40px;
    max-width: unset;
  }
}
.redirect-section__content p a {
  text-decoration: underline;
  color: #DB3019;
}
.redirect-section__content p a:hover {
  text-decoration: none;
}
.redirect-section__logo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 465px;
  margin: 0 auto 30px auto;
}
.redirect-section__logo-box img:first-of-type {
  width: 57%;
}
@media only screen and (max-width: 768px) {
  .redirect-section__logo-box img:first-of-type {
    width: 60%;
  }
}
.redirect-section__logo-box img:nth-of-type(2) {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .redirect-section__logo-box img:nth-of-type(2) {
    width: 30px;
  }
}
.redirect-section__logo-box img:last-of-type {
  width: 26%;
}
@media only screen and (max-width: 768px) {
  .redirect-section__logo-box img:last-of-type {
    width: 30%;
  }
}
.redirect-section__products-box ul {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .redirect-section__products-box ul {
    flex-direction: column;
  }
}
.redirect-section__products-box ul li {
  width: 33.333%;
}
@media only screen and (max-width: 768px) {
  .redirect-section__products-box ul li {
    width: 100%;
  }
}
.redirect-section__product {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  border-radius: 8px;
  transition: background 0.3s;
}
.redirect-section__product:hover {
  background: #DB3019;
}
.redirect-section__product:hover .redirect-section__product-textbox span, .redirect-section__product:hover .redirect-section__product-textbox h2 {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .redirect-section__product {
    flex-direction: column;
    padding: 15px;
    height: 100%;
  }
}
.redirect-section__product a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.redirect-section__product-media {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
}
.redirect-section__product-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.redirect-section__product-textbox {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
.redirect-section__product-textbox span {
  font-style: normal;
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 500;
  color: #DA291C;
  text-align: left;
  transition: color 0.3s;
}
@media only screen and (max-width: 1024px) {
  .redirect-section__product-textbox span {
    text-align: center;
  }
}
.redirect-section__product-textbox h2 {
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: left;
  transition: color 0.3s;
}
@media only screen and (max-width: 1024px) {
  .redirect-section__product-textbox h2 {
    text-align: center;
  }
}

.unsubscribe {
  position: relative;
  padding: 40px 0 80px 0;
}
.unsubscribe__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 900px;
  z-index: -1;
  background-color: #da291c;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.unsubscribe__bg::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(180deg, rgba(218, 41, 28, 0) 0%, #da291c 100%);
  z-index: 1;
}
.unsubscribe__bg img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: cover";
}
.unsubscribe__content {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .unsubscribe__content {
    width: 100%;
  }
}
.unsubscribe__content h1 {
  font-style: normal;
  margin: 90px auto 30px auto;
  font-size: 54px;
  color: #fff;
  max-width: 600px;
}
@media only screen and (max-width: 1280px) {
  .unsubscribe__content h1 {
    margin: 0 0 30px;
    font-size: 40px;
    max-width: unset;
  }
}
.unsubscribe__content p {
  font-style: normal;
  margin: 0 auto 40px;
  max-width: 600px;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .unsubscribe__content p {
    font-size: 18px;
    margin: 0 0 40px;
    max-width: unset;
  }
}

.search-results-card {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F2F2F2;
  transition: box-shadow 0.3s ease;
}
.search-results-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.search-results-card:hover h3 {
  color: #DB3019;
}
@media only screen and (max-width: 576px) {
  .search-results-card {
    flex-direction: column;
  }
}
.search-results-card__media {
  padding: 32px;
}
@media only screen and (max-width: 576px) {
  .search-results-card__media {
    padding: 24px 24px 0 24px;
  }
}
.search-results-card__media img {
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 576px) {
  .search-results-card__media img {
    max-width: 100%;
    min-height: 100%;
  }
}
.search-results-card__textbox {
  padding: 56px 32px;
}
@media only screen and (max-width: 576px) {
  .search-results-card__textbox {
    padding: 24px;
    width: 100%;
  }
}
.search-results-card__textbox h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #231F20;
  margin: 0 0 16px 0;
  transition: color 0.3s;
}
.search-results-card__textbox p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
  margin: 0 0 16px 0;
}
.search-results-card__label {
  white-space: nowrap;
  padding: 4px 8px;
  display: inline-block;
  background: #F5FAFF;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
  opacity: 0.8;
  margin: 0 8px 16px 0;
}
.search-results-card__label:nth-last-child(1) {
  margin: 0 0 16px 0;
}

.all-products .product-card {
  justify-content: space-between;
}
.all-products .product-selector {
  background: #231F20 url("./../images/all_products/product_selector_bg.png") 100% no-repeat;
  background-size: cover;
  padding: 100px 30px;
  grid-template-columns: 1fr;
}
.brand-markets__inner {
  display: flex;
  flex-direction: column;
}
.brand-markets__inner h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #231F20;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .brand-markets__inner h2 {
    font-size: 28px;
    margin: 0 0 16px 0;
  }
}
@media only screen and (max-width: 576px) {
  .brand-markets__inner h2 {
    font-size: 24px;
  }
}
.brand-markets__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .brand-markets__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .brand-markets__cards {
    grid-template-columns: 1fr;
  }
}

.brand-market-card {
  background: #fff;
  padding: 16px;
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .brand-market-card {
    flex-direction: column;
  }
}
.brand-market-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.brand-market-card:hover h3 {
  color: #DB3019;
}
.brand-market-card__media {
  margin: 0 32px 0 0;
}
@media only screen and (max-width: 1024px) {
  .brand-market-card__media {
    margin: 0 16px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .brand-market-card__media {
    margin: 0 0 16px 0;
  }
}
.brand-market-card__textbox h3 {
  width: 143px;
  height: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #231F20;
  white-space: nowrap;
  transition: color 0.3s;
}

.brand-block__inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 576px) {
  .brand-block__inner {
    position: relative;
    padding: 0 0 40px 0;
  }
}
.brand-block__inner h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #231F20;
}
@media only screen and (max-width: 1024px) {
  .brand-block__inner h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .brand-block__inner h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .brand-block__inner a.link {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.brand-block__inner-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .brand-block__inner-top {
    margin: 0 0 16px 0;
  }
}
.brand-block__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 992px) {
  .brand-block__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .brand-block__cards {
    grid-template-columns: 1fr;
  }
}

.brand-block-card {
  background-color: #fff;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s ease;
}
.brand-block-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.brand-block-card:hover h3, .brand-block-card:hover p {
  color: #DB3019;
}
.brand-block-card__media {
  margin: 0 0 24px 0;
}
.brand-block-card__media img {
  width: 192px;
  height: 192px;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand-block-card__textbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand-block-card__textbox span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #231F20;
  margin: 0 0 8px 0;
  transition: color 0.3s;
}
.brand-block-card__textbox h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #231F20;
  transition: color 0.3s;
}
@media only screen and (max-width: 1024px) {
  .brand-block-card__textbox h3 {
    font-size: 16px;
  }
}

.brand-internal-block {
  margin: 0 0 32px 0;
}
.brand-internal-block:nth-last-child(1) {
  margin: 0;
}
.brand-internal-block__inner {
  background: #fff;
}
.brand-internal-block__inner h2 {
  padding: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #231F20;
  border-bottom: 1px solid #F2F2F2;
}
@media only screen and (max-width: 1024px) {
  .brand-internal-block__inner h2 {
    font-size: 28px;
    margin: 0 0 16px 0;
  }
}
@media only screen and (max-width: 576px) {
  .brand-internal-block__inner h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .brand-internal-block__cards .market-card {
    flex-direction: column;
  }
}
.brand-internal-block__cards .market-card:nth-last-child(1) {
  border-bottom: 1px solid #F2F2F2;
}
.brand-internal-block__cards .market-card__media img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 320px;
  height: 320px;
}
@media only screen and (max-width: 1024px) {
  .brand-internal-block__cards .market-card__media img {
    width: 220px;
    height: 220px;
  }
}
@media only screen and (max-width: 576px) {
  .brand-internal-block__cards .market-card__media img {
    width: 320px;
    height: 320px;
  }
}
.brand-internal-block__cards .market-card__textbox {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .brand-internal-block__cards .market-card__textbox p {
    text-align: center;
  }
}

.hero-block__content_contact .hubspot-form-wrapper form fieldset {
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  .hero-block__content_contact .hubspot-form-wrapper form fieldset {
    max-width: none;
  }
}
@media only screen and (max-width: 576px) {
  .hero-block__content_contact .hubspot-form-wrapper form input {
    width: 100% !important;
  }
}
.hero-block__content_contact .hubspot-form-wrapper form textarea {
  min-height: 65px;
}

@media only screen and (max-width: 576px) {
  .hubspot-contact-us-5 form input {
    width: 100% !important;
  }
}

.hubspot-form-wrapper form fieldset {
  max-width: none;
}
.hubspot-form-wrapper form input, .hubspot-form-wrapper form textarea {
  outline: none;
}
.hubspot-form-wrapper .hs-fieldtype-text,
.hubspot-form-wrapper .hs-fieldtype-textarea,
.hubspot-form-wrapper .hs-fieldtype-phonenumber,
.hubspot-form-wrapper .hs-fieldtype-select {
  margin-bottom: 20px;
  font-size: 14px;
}
.hubspot-form-wrapper .hs-fieldtype-text label:not(.hs-error-msg),
.hubspot-form-wrapper .hs-fieldtype-textarea label:not(.hs-error-msg),
.hubspot-form-wrapper .hs-fieldtype-phonenumber label:not(.hs-error-msg),
.hubspot-form-wrapper .hs-fieldtype-select label:not(.hs-error-msg) {
  display: none;
}
.hubspot-form-wrapper .hs-fieldtype-text .hs-input.hs-fieldtype-textarea,
.hubspot-form-wrapper .hs-fieldtype-textarea .hs-input.hs-fieldtype-textarea,
.hubspot-form-wrapper .hs-fieldtype-phonenumber .hs-input.hs-fieldtype-textarea,
.hubspot-form-wrapper .hs-fieldtype-select .hs-input.hs-fieldtype-textarea {
  margin-bottom: 0;
}
.hubspot-form-wrapper .hs-fieldtype-text .input .hs-input,
.hubspot-form-wrapper .hs-fieldtype-textarea .input .hs-input,
.hubspot-form-wrapper .hs-fieldtype-phonenumber .input .hs-input,
.hubspot-form-wrapper .hs-fieldtype-select .input .hs-input {
  border: 1px solid rgba(35, 31, 32, 0.28);
  border-radius: 4px;
  padding: 16px;
  width: 100%;
}
.hubspot-form-wrapper .hs-fieldtype-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
.hubspot-form-wrapper .legal-consent-container div {
  margin-bottom: 20px;
  color: black;
}
.hubspot-form-wrapper .legal-consent-container div .hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
  padding-left: 16px;
  cursor: pointer;
}
.hubspot-form-wrapper .legal-consent-container div .hs-form-booleancheckbox-display .hs-input {
  position: relative;
  width: 0 !important;
  height: 0;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hubspot-form-wrapper .legal-consent-container div .hs-form-booleancheckbox-display .hs-input:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  border: 1px solid rgba(35, 31, 32, 0.16);
  cursor: pointer;
}
.hubspot-form-wrapper .legal-consent-container div .hs-form-booleancheckbox-display .hs-input:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  background-color: #DB3019;
  width: 8px;
  height: 8px;
}
.hubspot-form-wrapper .legal-consent-container div .hs-form-booleancheckbox-display > span {
  margin-left: 10px;
  font-size: 14px;
}
.hubspot-form-wrapper .legal-consent-container div .hs-form-booleancheckbox-display > span a {
  color: #231F20;
  text-decoration: underline;
}
.hubspot-form-wrapper .hs-fieldtype-file {
  font-size: 14px;
  margin-bottom: 20px;
  cursor: pointer;
}
.hubspot-form-wrapper .hs-fieldtype-file label {
  cursor: pointer;
}
.hubspot-form-wrapper .hs-fieldtype-file label span {
  position: relative;
  padding-left: 16px;
  text-decoration: underline;
}
.hubspot-form-wrapper .hs-fieldtype-file label span:before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
}
.hubspot-form-wrapper .hs-fieldtype-file .input {
  display: none;
}
.hubspot-form-wrapper .hs-error-msgs {
  color: #DB3019;
  margin-top: 5px;
}
.hubspot-form-wrapper .hs-submit .hs-button {
  width: 100%;
  border: none;
  background-color: #DB3019;
  color: #FFF;
  border-radius: 4px;
  padding: 16px;
}
.hubspot-form-wrapper .hs-submit .hs-button[type=submit] {
  display: none;
}
.hubspot-form-wrapper .hs-submit-button {
  background-color: #DB3019;
  width: 100%;
  padding: 16px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hubspot-form-wrapper .hs-submit-button svg {
  min-width: 12px;
  margin-left: 8px;
}
.hubspot-form-wrapper .hs-submit-button:after {
  content: "";
  position: absolute;
  right: 15%;
  width: 20px;
  height: 20px;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.16);
  transform-origin: center;
  transition: all 0.4s ease;
}
.hubspot-form-wrapper .hs-submit-button:hover:after {
  opacity: 1;
  transform: scale(37);
}
.hubspot-form-wrapper.hubspot-subscribe .legal-consent-container div .hs-form-booleancheckbox-display {
  color: #FFF;
}
.hubspot-form-wrapper.hubspot-subscribe .legal-consent-container div .hs-form-booleancheckbox-display .hs-input:after {
  border-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1024px) {
  .hubspot-form-wrapper.hubspot-subscribe form {
    display: grid;
    grid-template-columns: calc(80% - 24px) 20%;
    gap: 24px;
    align-items: center;
  }
  .hubspot-form-wrapper.hubspot-subscribe form .hs-email {
    grid-column: 1/2;
    grid-row: 1;
    margin-bottom: 0;
  }
  .hubspot-form-wrapper.hubspot-subscribe form .hs-submit {
    grid-column: 2;
    grid-row: 1;
  }
  .hubspot-form-wrapper.hubspot-subscribe .legal-consent-container div {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .hubspot-form-wrapper.hubspot-subscribe form {
    display: block;
    gap: 0;
  }
  .hubspot-form-wrapper.hubspot-subscribe form .hs-email {
    margin-bottom: 20px;
  }
  .hubspot-form-wrapper.hubspot-subscribe form .legal-consent-container div {
    margin-bottom: 20px;
  }
}
.hubspot-form-wrapper.hubspot-subscribe .hubspot-loader {
  width: 40px;
  height: 40px;
  margin-bottom: -8px;
}
.hubspot-form-wrapper .hubspot-loader {
  margin: 16px auto;
  display: flex;
}

.modal__body_get-in-touch .general-inquiry-button {
  border: 1px solid #DB3019;
  color: #DB3019;
  width: 100%;
  padding: 16px 32px;
  border-radius: 4px;
  margin-bottom: 24px;
  transition: 0.3s;
}
.modal__body_get-in-touch .general-inquiry-button:hover {
  opacity: 0.6;
}
.modal__body_get-in-touch .general-inquiry-button .hidden {
  display: none;
}
.modal__body_get-in-touch .inquiries-list .inquiry-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid rgba(35, 31, 32, 0.08);
  cursor: pointer;
  transition: 0.3s;
}
.modal__body_get-in-touch .inquiries-list .inquiry-item svg {
  min-width: 16px;
}
.modal__body_get-in-touch .inquiries-list .inquiry-item:hover {
  opacity: 0.6;
}
.modal__body_get-in-touch .inquiries-list .inquiry-item.hidden {
  display: none;
}
.modal__body_get-in-touch .contact-us-form__wrapper {
  display: none;
  margin-top: -32px;
}
.modal__body_get-in-touch .contact-us-form__wrapper.active {
  display: block;
}
.modal__body_get-in-touch .contact-us-form__wrapper .contact-us-form__back-button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #DB3019;
  font-weight: 500;
  margin-bottom: 16px;
}
.modal__body_get-in-touch .contact-us-form__wrapper .contact-us-form__back-button svg {
  transform: rotate(180deg);
}
.modal__body_get-in-touch .contact-us-form__wrapper .form__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.modal__body_get-in-touch .contact-us-form__wrapper .form__subtitle {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 32px;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields {
  width: 100%;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields h3 {
  margin-bottom: 16px;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__list-clone-item {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__list-clone-item:only-child .form-rows__wrapper .form-row {
  width: calc(50% - 4px);
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__list-clone-item:only-child .form-rows__wrapper .form-row.w-100 {
  width: 100%;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__list-clone-item:first-child {
  z-index: 2000;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__list-clone-item:first-child .form-rows__wrapper .form-row__remove {
  display: none;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__list-clone-item .form-rows__wrapper {
  display: flex;
  gap: 8px;
  flex-flow: row wrap;
  margin: 0;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__list-clone-item .form-rows__wrapper .form-row {
  width: calc(50% - 14px);
  margin: 0;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__list-clone-item .form-rows__wrapper .form-row.w-100 {
  width: calc(100% - 20px);
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__list-clone-item .form-rows__wrapper .form-row.w-100 .form-row__text {
  font-size: 14px;
  margin-bottom: 8px;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__list-clone-item .form-rows__wrapper .form-row .input--number {
  width: 100%;
  border: 1px solid rgba(35, 31, 32, 0.28);
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__list-clone-item .form-rows__wrapper .form-row .input--number::-webkit-inner-spin-button,
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__list-clone-item .form-rows__wrapper .form-row .input--number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__list-clone-item .form-rows__wrapper .form-row__remove {
  padding: 0;
  width: 10px;
  height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__list-clone-item .form-rows__wrapper .form-row__remove-button {
  width: 10px;
  height: 2px;
  background-color: red;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: auto;
  padding: 0 0 0 24px;
  margin-bottom: 16px;
  color: #DB3019;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  transition: color 0.3s;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__link:before, .modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__link:after {
  content: "";
  position: absolute;
  top: 47%;
  left: 0;
  background: #DB3019;
  transition: background 0.3s, transform 0.3s;
  border-radius: 20px;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__link:before {
  height: 1px;
  width: 13px;
  margin: 0;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__link:after {
  height: 13px;
  width: 1px;
  margin: -6px 0 0 6px;
}
.modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__link:hover:before, .modal__body_get-in-touch .contact-us-form__wrapper .additional-fields .contact-us-nav__link:hover:after {
  transform: rotateZ(180deg);
}

.modal__heading_get-in-touch.hidden {
  display: none;
}

.modal__subheading_get-in-touch.hidden {
  display: none;
}

#contactModal {
  padding: 22px 0;
}
#contactModal .modal__container {
  margin: auto;
  overflow: auto;
  width: 600px;
  max-height: 100%;
}
#contactModal input {
  outline: none;
}

.hs-fieldtype-select .custom-select, .form-rows__wrapper .custom-select {
  position: relative;
}
.hs-fieldtype-select .custom-select .custom-selected, .form-rows__wrapper .custom-select .custom-selected {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  padding: 16px 24px 16px 16px;
  border: 1px solid rgba(35, 31, 32, 0.28);
  border-radius: 4px;
}
.hs-fieldtype-select .custom-select .custom-selected:after, .form-rows__wrapper .custom-select .custom-selected:after {
  content: "";
  position: absolute;
  background-image: url("./../images/chevron-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  right: 16px;
  pointer-events: none;
  transition: 0.2s;
}
.hs-fieldtype-select .custom-select .custom-selected.open:after, .form-rows__wrapper .custom-select .custom-selected.open:after {
  transform: rotate(180deg);
}
.hs-fieldtype-select .custom-select__list, .form-rows__wrapper .custom-select__list {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow-y: auto;
  background-color: #FFF;
  border: 1px solid rgba(35, 31, 32, 0.28);
  z-index: 1000;
  transition: 0.2s;
}
.hs-fieldtype-select .custom-select__list.open, .form-rows__wrapper .custom-select__list.open {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
}
.hs-fieldtype-select .custom-select__list-item, .form-rows__wrapper .custom-select__list-item {
  padding: 16px;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}
.hs-fieldtype-select .custom-select__list-item:not(:last-child), .form-rows__wrapper .custom-select__list-item:not(:last-child) {
  border-bottom: 1px solid rgba(35, 31, 32, 0.28);
}
.hs-fieldtype-select .custom-select__list-item:hover, .form-rows__wrapper .custom-select__list-item:hover {
  background: #F5FAFF;
}
.hs-fieldtype-select .custom-select select, .form-rows__wrapper .custom-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}

.download-popup .hubspot-form-wrapper .legal-consent-container {
  font-size: 12px;
}
.download-popup .hubspot-form-wrapper .legal-consent-container .hs-form-booleancheckbox-display span {
  font-size: 12px;
}
.download-popup .hubspot-form-wrapper .legal-consent-container .hs-form-booleancheckbox-display a {
  color: #DB3019;
}
.download-popup .hubspot-form-wrapper .legal-consent-container .hs-richtext {
  font-size: 12px;
}

.landing-mainblock {
  background: url("./../images/landing/mainblock/mainblock_bg_desktop.png") center center no-repeat;
  background-size: cover;
  padding: 80px 0 112px 0;
}
@media only screen and (max-width: 768px) {
  .landing-mainblock {
    background: url("./../images/landing/mainblock/mainblock_bg_mobile.png") center center no-repeat;
    background-size: cover;
    padding: 64px 0;
  }
}
.landing-mainblock__inner {
  display: flex;
}
.landing-mainblock__content {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 576px) {
  .landing-mainblock__content {
    align-items: center;
    width: 100%;
  }
}
.landing-mainblock__content img {
  margin: 0 0 128px 0;
  max-width: 436px;
}
@media only screen and (max-width: 576px) {
  .landing-mainblock__content img {
    margin: 0 0 64px 0;
    max-width: 247px;
  }
}
.landing-mainblock__content h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  line-height: 94px;
  color: #231F20;
}
@media only screen and (max-width: 576px) {
  .landing-mainblock__content h1 {
    font-size: 40px;
    line-height: 47px;
    text-align: center;
  }
}
.landing-mainblock__content h1 p {
  text-transform: uppercase;
}
.landing-mainblock__content h1 span {
  color: #DB3019;
}

.landing-intro {
  background: url("./../images/landing/intro/intro_bg_desktop.png") center center no-repeat;
  background-size: cover;
  padding: 112px 0;
}
@media only screen and (max-width: 992px) {
  .landing-intro {
    padding: 64px 0;
  }
}
@media only screen and (max-width: 768px) {
  .landing-intro {
    background: url("./../images/landing/intro/intro_bg_mobile.png") center center no-repeat;
    background-size: cover;
  }
}
.landing-intro__inner {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media only screen and (max-width: 1024px) {
  .landing-intro__inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .landing-intro__inner {
    gap: 32px;
  }
}
.landing-intro__media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .landing-intro__media {
    width: 100%;
  }
}
.landing-intro__media img {
  width: 100%;
  height: 100%;
}
.landing-intro__textbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .landing-intro__textbox {
    width: 100%;
  }
}
.landing-intro__textbox p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #231F20;
}
.landing-intro__textbox p a {
  color: #DB3019;
  font-weight: 600;
}
.landing-intro__textbox p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .landing-intro__textbox p {
    font-size: 16px;
  }
}

.landing-ambition {
  background: url("./../images/landing/ambition/ambition_bg_desktop.png") center center no-repeat;
  background-size: cover;
  padding: 112px 0;
}
@media only screen and (max-width: 768px) {
  .landing-ambition {
    background: url("./../images/landing/ambition/ambition_bg_mobile.png") center center no-repeat;
    background-size: cover;
    padding: 64px 0;
  }
}
.landing-ambition__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .landing-ambition__inner {
    max-width: unset;
  }
}
.landing-ambition__inner h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 75px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 576px) {
  .landing-ambition__inner h2 {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
}
.landing-ambition__inner p {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
  max-width: 720px;
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
  .landing-ambition__inner p {
    font-size: 16px;
    line-height: 150%;
    max-width: unset;
    margin: 0;
  }
}
.landing-ambition__content {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .landing-ambition__content {
    flex-direction: column;
  }
}
.landing-ambition__content-col {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .landing-ambition__content-col {
    width: 100%;
  }
}
.landing-ambition__content-col:nth-child(1) {
  padding: 0 64px 0 0;
  border-right: 1px solid #4B4949;
}
@media only screen and (max-width: 768px) {
  .landing-ambition__content-col:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #4B4949;
    padding: 0 0 16px 0;
  }
}
.landing-ambition__content-col:nth-last-child(1) {
  padding: 0 0 0 64px;
}
@media only screen and (max-width: 768px) {
  .landing-ambition__content-col:nth-last-child(1) {
    padding: 16px 0 0 0;
  }
}
.landing-ambition__content-col h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  color: #DA291C;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 576px) {
  .landing-ambition__content-col h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
}
.landing-ambition__content-col ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style-type: disc;
  position: relative;
  left: 25px;
}
@media only screen and (max-width: 576px) {
  .landing-ambition__content-col ul {
    left: 0;
  }
}
.landing-ambition__content-col ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}
@media only screen and (max-width: 576px) {
  .landing-ambition__content-col ul li {
    font-size: 16px;
  }
}

.landing-products {
  background-color: #F5FAFF;
  padding: 112px 0;
}
@media only screen and (max-width: 768px) {
  .landing-products {
    padding: 64px 0;
  }
}
.landing-products__inner h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 75px;
  text-align: center;
  color: #231F20;
  margin: 0 0 48px 0;
}
.landing-products__inner h2 span {
  color: #DB3019;
}
@media only screen and (max-width: 768px) {
  .landing-products__inner h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 32px 0;
  }
}
.landing-products__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .landing-products__grid {
    gap: 8px;
  }
}
.landing-products__card {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 32px;
  background: #FFFFFF;
  border-radius: 8px;
}
.landing-products__card h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: #231F20;
  transition: color 0.3s;
}
@media only screen and (max-width: 992px) {
  .landing-products__card h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .landing-products__card h3 {
    text-align: center;
    color: #DA291C;
  }
}
@media only screen and (max-width: 992px) {
  .landing-products__card {
    padding: 16px;
    gap: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .landing-products__card {
    flex-direction: column;
    gap: 12px;
  }
}
.landing-products__card-media img {
  width: 180px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .landing-products__card-media img {
    width: 120px;
    height: 85px;
  }
}

.landing-map {
  background: url("./../images/landing/map/map_bg_desktop.png") center center no-repeat;
  background-size: cover;
  padding: 0 0 112px 0;
}
@media only screen and (max-width: 768px) {
  .landing-map {
    background: url("./../images/landing/map/map_bg_mobile.png") center center no-repeat;
    background-size: cover;
    padding: 0 0 64px 0;
  }
}
.landing-map__content {
  position: relative;
}
.landing-map__top {
  display: flex;
  padding: 0 0 48px 0;
  border-bottom: 1px solid #474445;
}
@media only screen and (max-width: 992px) {
  .landing-map__top {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .landing-map__top {
    padding: 0 0 16px 0;
  }
}
.landing-map__top-textbox {
  width: 40%;
  padding: 112px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .landing-map__top-textbox {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
@media only screen and (max-width: 576px) {
  .landing-map__top-textbox {
    padding: 16px 0 0 0;
  }
}
.landing-map__top-textbox h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 75px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (max-width: 576px) {
  .landing-map__top-textbox h2 {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
}
.landing-map__top-textbox h2 span {
  color: #DB3019;
}
.landing-map__media {
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 992px) {
  .landing-map__media {
    position: unset;
    top: unset;
    right: unset;
    width: 100%;
    order: -1;
  }
}
.landing-map__media img {
  max-width: 100%;
  width: 100%;
}
.landing-map__bottom {
  padding: 32px 0 0 0;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .landing-map__bottom {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .landing-map__bottom {
    padding: 16px 0 0 0;
  }
}
.landing-map__bottom-col {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .landing-map__bottom-col {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 768px) {
  .landing-map__bottom-col:nth-child(1) {
    padding: 0 0 32px 0;
  }
}
.landing-map__bottom-col:nth-last-child(1) {
  border-left: 1px solid #474445;
  padding: 0 32px 0 48px;
}
@media only screen and (max-width: 768px) {
  .landing-map__bottom-col:nth-last-child(1) {
    border-left: none;
    border-top: 1px solid #474445;
    padding: 32px 0 0 0;
  }
}
.landing-map__bottom-col ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: disc;
  position: relative;
  left: 25px;
}
.landing-map__bottom-col ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}

.landing-contacts {
  background-color: #F5FAFF;
  padding: 112px 0;
}
@media only screen and (max-width: 768px) {
  .landing-contacts {
    padding: 64px 0;
  }
}
.landing-contacts__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.landing-contacts__inner h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  line-height: 94px;
  text-align: center;
  color: #231F20;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 576px) {
  .landing-contacts__inner h2 {
    font-size: 40px;
    line-height: 47px;
    margin: 0 0 24px 0;
  }
}
.landing-contacts__inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #231F20;
  max-width: 720px;
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
  .landing-contacts__inner p {
    font-size: 16px;
  }
}
.landing-contacts__block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .landing-contacts__block {
    gap: 24px;
  }
}
.landing-contacts__block.fit-content {
  max-width: 800px;
  margin: 0 auto;
}
.landing-contacts__block.align-left p {
  text-align: left;
}
.landing-contacts__block.line {
  padding: 0 0 32px 0;
  border-bottom: 1px solid #D3D7DB;
}
.landing-contacts__block h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #231F20;
}
@media only screen and (max-width: 576px) {
  .landing-contacts__block h3 {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
}
.landing-contacts__block h3 span {
  color: #DB3019;
}
.landing-contacts__block p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #231F20;
}
@media only screen and (max-width: 576px) {
  .landing-contacts__block p {
    font-size: 16px;
  }
}
.landing-contacts__block h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #231F20;
}
@media only screen and (max-width: 576px) {
  .landing-contacts__block h5 {
    font-size: 20px;
    line-height: 24px;
  }
}
.landing-contacts__contact-card {
  padding: 0 0 0 24px;
  border-left: 3px solid #DB3019;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.landing-contacts__contact-card h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  color: #231F20;
}
.landing-contacts__contact-card p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #231F20;
  margin: 0;
  max-width: unset;
  text-align: left;
}
.landing-contacts__contact-card a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #231F20;
  text-decoration: underline;
  transition: color 0.3s;
}
.landing-contacts__contact-card a:hover {
  color: #DB3019;
}
.landing-contacts__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.landing-contacts__flex .contact-grid-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.landing-contacts__flex .contacts-grid-card {
  width: calc(33.333% - 16px);
}
@media only screen and (max-width: 992px) {
  .landing-contacts__flex .contacts-grid-card {
    width: calc(50% - 16px);
  }
}
@media (max-width: 650px) {
  .landing-contacts__flex .contacts-grid-card {
    width: 100%;
  }
}
.landing-contacts__grid {
  display: grid;
  gap: 16px;
}
.landing-contacts__grid--2cols {
  max-width: 806px;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 650px) {
  .landing-contacts__grid--2cols {
    grid-template-columns: repeat(1, 1fr);
  }
}
.landing-contacts__grid--3cols {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 870px) {
  .landing-contacts__grid--3cols {
    grid-template-columns: repeat(1, 1fr);
  }
}

.contacts-grid-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 12px;
  background: #fff;
  gap: 4px;
  border-radius: 8px;
}
.contacts-grid-card--fullwidth {
  grid-column: 1/-1;
}
.contacts-grid-card h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #231F20;
}
.contacts-grid-card p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #231F20;
}
.contacts-grid-card a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #DA291C;
}
.contacts-grid-card a:hover {
  text-decoration: underline;
}

.landing-navbar {
  padding: 28px 0;
  background-color: #fff;
}
.landing-navbar.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1010;
}
.landing-navbar__nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 1280px) {
  .landing-navbar__nav-links {
    gap: 24px;
  }
}
.landing-navbar__nav-links li a {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
  border-bottom: 1px dotted #DB3019;
  color: #231F20;
  transition: color 0.3s, border 0.3s;
}
@media only screen and (max-width: 1280px) {
  .landing-navbar__nav-links li a {
    font-size: 14px;
  }
}
.landing-navbar__nav-links li a:hover {
  color: #DB3019;
  border-bottom: 1px dotted transparent;
}

.landing-download__inner {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
  gap: 48px;
}
@media only screen and (max-width: 768px) {
  .landing-download__inner {
    max-width: unset;
    gap: 32px;
  }
}
.landing-download__inner h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 576px) {
  .landing-download__inner h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
.landing-download__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.download-item {
  padding: 0 0 32px 0;
  border-bottom: 1px solid #464344;
}
.download-item.no-button {
  border-bottom: none;
}
.download-item.no-button .download-item__top h3 {
  width: 100%;
  text-align: center;
}
.download-item.no-button p {
  text-align: center;
}
.download-item:nth-last-child(1) {
  padding: 0;
  border-bottom: none;
}
.download-item__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.download-item__top h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .download-item__top h3 {
    font-size: 16px;
    line-height: 19px;
  }
}
.download-item__top a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 16px 32px;
  gap: 12px;
  background: #DB3019;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  flex-shrink: 0;
}
.download-item__top a:after {
  content: "";
  position: absolute;
  right: 15%;
  width: 20px;
  height: 20px;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.16);
  transform-origin: center;
  transition: all 0.4s ease;
}
.download-item__top a:hover:after {
  opacity: 1;
  transform: scale(15);
}
@media only screen and (max-width: 576px) {
  .download-item__top a {
    padding: 12px 16px;
    font-size: 14px;
  }
}
.download-item p {
  margin: 16px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.download-item p a {
  color: #DB3019;
  text-decoration: underline;
}

.human-resources__inner {
  display: flex;
  flex-direction: column;
}
.human-resources__inner h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  font-size: 40px;
  text-align: center;
  color: #231F20;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 768px) {
  .human-resources__inner h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
.human-resources__inner h3 span {
  color: #DB3019;
}
.human-resources__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}
.human-resources__cards .hr-card {
  flex: 0 0 calc((100% - 12px) / 4);
}
.human-resources__cards > .hr-card:nth-last-child(1):nth-child(4n+1) {
  margin-left: auto;
  margin-right: auto;
}
.human-resources__cards > .hr-card:nth-last-child(2):nth-child(4n+1) {
  margin-left: auto;
}
.human-resources__cards > .hr-card:nth-last-child(1):nth-child(4n+2) {
  margin-right: auto;
}
.human-resources__cards > .hr-card:nth-last-child(3):nth-child(4n+1) {
  margin-left: auto;
}
.human-resources__cards > .hr-card:nth-last-child(1):nth-child(4n+3) {
  margin-right: auto;
}
@media (max-width: 1280px) {
  .human-resources__cards .hr-card {
    flex: 0 0 calc((100% - 8px) / 3);
  }
  .human-resources__cards > .hr-card:nth-last-child(1):nth-child(3n+1) {
    margin-left: auto;
    margin-right: auto;
  }
  .human-resources__cards > .hr-card:nth-last-child(2):nth-child(3n+1) {
    margin-left: auto;
  }
  .human-resources__cards > .hr-card:nth-last-child(1):nth-child(3n+2) {
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .human-resources__cards .hr-card {
    flex: 0 0 calc((100% - 4px) / 2);
  }
  .human-resources__cards > .hr-card:nth-last-child(1):nth-child(2n+1) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  .human-resources__cards .hr-card {
    flex: 0 0 100%;
  }
}

.hr-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.hr-card__top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F5FAFF;
}
.hr-card__media img {
  vertical-align: bottom;
}
.hr-card__top-textbox {
  width: 100%;
  padding: 16px;
}
.hr-card__top-textbox h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  color: #231F20;
  text-align: left;
  margin: 0 0 8px 0;
}
.hr-card__top-textbox h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
}
.hr-card__body {
  padding: 16px 16px 8px 16px;
}
.hr-card__body ul {
  margin: 0 0 16px 0;
  display: flex;
  flex-direction: column;
  list-style: disc;
  gap: 8px;
  position: relative;
  left: 20px;
}
.hr-card__body ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
}
.hr-card__bottom {
  padding: 8px 16px 16px 16px;
  border-top: 1px solid #F5FAFF;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}
.hr-card__bottom a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #DB3019;
}

.landing-resources {
  background: #231F20 url("./../images/landing/resources/resources_bg_desktop.png") top center no-repeat;
  background-size: 100% auto;
  padding: 112px 0;
}
@media only screen and (max-width: 768px) {
  .landing-resources {
    background: #231F20 url("./../images/landing/resources/resources_bg_mobile.png") top center no-repeat;
    background-size: 100% auto;
    padding: 64px 0;
  }
}
.landing-resources__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.landing-resources__inner h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  line-height: 94px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 576px) {
  .landing-resources__inner h2 {
    font-size: 40px;
    line-height: 47px;
  }
}

.landing-tools__inner {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .landing-tools__inner {
    max-width: unset;
  }
}
.landing-tools__header-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0 0 64px 0;
}
@media only screen and (max-width: 768px) {
  .landing-tools__header-block {
    max-width: unset;
    margin: 0 0 32px 0;
  }
}
.landing-tools__header-block h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 576px) {
  .landing-tools__header-block h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
.landing-tools__header-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 576px) {
  .landing-tools__header-block p {
    font-size: 16px;
  }
}
.tools-accordion {
  position: relative;
}
.tools-accordion__image {
  position: absolute;
  top: 0;
  left: -165px;
}
@media (max-width: 1200px) {
  .tools-accordion__image {
    display: none;
  }
}
.tools-accordion__item {
  margin: 0 0 32px 0;
  border-bottom: 1px solid #464344;
}
.tools-accordion__item:nth-last-child(1) {
  margin: 0;
  border-bottom: none;
}
@media only screen and (max-width: 576px) {
  .tools-accordion__item {
    margin: 0 0 16px 0;
  }
}
.tools-accordion__header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.tools-accordion__header h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
}
@media only screen and (max-width: 576px) {
  .tools-accordion__header h4 {
    font-size: 16px;
    line-height: 19px;
  }
}
.tools-accordion__header span {
  flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.tools-accordion__header span::before, .tools-accordion__header span::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.tools-accordion__header span::before {
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.tools-accordion__header span::after {
  top: 50%;
  left: 50%;
  width: 2px;
  height: 50%;
  transform: translate(-50%, -50%);
}
.tools-accordion__header.active span::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
.tools-accordion__body {
  padding: 0 0 32px 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: height 0.3s, opacity 0.3s, visibility 0.3s;
}
@media only screen and (max-width: 576px) {
  .tools-accordion__body {
    padding: 0 0 24px 0;
  }
}
.tools-accordion__body.open {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 24px 0 32px 0;
}
@media only screen and (max-width: 576px) {
  .tools-accordion__body.open {
    margin: 16px 0 24px 0;
  }
}
.tools-accordion__body.open h4 {
  margin: 40px 0 24px 0;
}
.tools-accordion__body p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tools-accordion__body p:nth-last-child(1) {
  margin: 0;
}
.tools-accordion__body a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #DB3019;
  text-decoration: underline;
  margin: 0 0 24px 0;
}
.tools-accordion__body a:nth-last-child(1) {
  margin: 0;
}
.tools-accordion__body h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}

.landing-faq {
  padding: 112px 0;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .landing-faq {
    padding: 64px 0;
  }
}
.landing-faq__inner {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
}
.landing-faq__inner h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  line-height: 94px;
  text-align: center;
  color: #231F20;
  margin: 0 0 64px 0;
}
@media only screen and (max-width: 576px) {
  .landing-faq__inner h2 {
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 32px 0;
  }
}
.faq-accordion {
  margin: 0 0 20px 0;
}
.faq-accordion:nth-last-child(1) {
  margin: 0;
}
.faq-accordion h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: #231F20;
  margin: 0 0 20px 0;
}
.faq-accordion__item {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #D3D7DB;
}
.faq-accordion__item:nth-last-child(1) {
  margin: 0;
}
.faq-accordion__header {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: color 0.3s;
}
.faq-accordion__header span {
  transition: transform 0.3s;
}
.faq-accordion__header.active {
  color: #DB3019;
}
.faq-accordion__header.active span {
  transform: rotateX(180deg);
}
.faq-accordion__body {
  padding: 0 0 20px 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: height 0.3s, opacity 0.3s, visibility 0.3s;
}
.faq-accordion__body.open {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 24px 0 32px 0;
}
.faq-accordion__body p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #231F20;
}
.faq-accordion__body a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #DB3019;
}
.faq-accordion__body a:hover {
  text-decoration: underline;
}

.landing-footer {
  background-color: #000;
  padding: 64px 0;
}
.landing-footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 576px) {
  .landing-footer__logo img {
    width: 120px;
    height: 60px;
  }
}
.landing-footer p {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.64;
}
.landing-footer ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 576px) {
  .landing-footer ul {
    flex-direction: column;
  }
}
.landing-footer ul li a {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFFFFF;
  transition: color 0.3s;
}
.landing-footer ul li a:hover {
  color: #DB3019;
}

.expo {
  position: relative;
}

.expo-aside {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  width: 96px;
  padding: 8px;
  background: #fff;
  border-right: 1px solid #DCDBDB;
  z-index: 1020;
}
@media only screen and (max-width: 1024px) {
  .expo-aside {
    height: unset;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0 20px 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .expo-aside .expo-logo {
    height: 58px;
    width: 64px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.expo-aside div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .expo-aside div {
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
  }
}
.expo-aside div img {
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 1024px) {
  .expo-aside div img {
    margin: 0 16px 0 0;
    width: 24px;
    height: 24px;
  }
}
.expo-aside div span:nth-child(1) {
  margin: 0 0 8px 0;
}

.expo-main {
  position: relative;
  left: 96px;
  width: calc(100% - 96px);
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .expo-main {
    left: 0;
    padding: 98px 0 0 0;
    width: 100%;
  }
}

.expo-mainblock {
  background: url("./../images/expo/mainblock/desktop_background.png") center center no-repeat;
  background-size: cover;
  padding: 80px;
  height: 880px;
}
@media only screen and (max-width: 768px) {
  .expo-mainblock {
    background: url("./../images/expo/mainblock/mobile_background.png") center center no-repeat;
    background-size: cover;
    padding: 40px 68px;
    height: 750px;
  }
}
.expo-mainblock__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .expo-mainblock__content {
    gap: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .expo-mainblock__media img {
    width: 240px;
  }
}
.expo-mainblock__textbox {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.expo-mainblock__textbox h1 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 66px;
  color: #FFFFFF;
  max-width: 580px;
}
@media only screen and (max-width: 768px) {
  .expo-mainblock__textbox h1 {
    font-size: 40px;
    line-height: 47px;
    text-align: center;
  }
}
.expo-mainblock__textbox p {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 47px;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .expo-mainblock__textbox p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
}
.expo-mainblock__textbox ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .expo-mainblock__textbox ul {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.expo-mainblock__textbox ul li {
  padding: 16px 24px;
  background: #FFFFFF;
  border-radius: 72px;
}
@media only screen and (max-width: 768px) {
  .expo-mainblock__textbox ul li {
    padding: 8px 16px;
  }
}
.expo-mainblock__textbox ul li span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .expo-mainblock__textbox ul li span {
    font-size: 16px;
  }
}

.expo-navbar {
  padding: 28px 0;
  background-color: #fff;
  position: relative;
}
.expo-navbar.sticky {
  position: fixed;
  left: 96px;
  width: calc(100% - 96px);
  top: 0;
  z-index: 1010;
}
@media only screen and (max-width: 1024px) {
  .expo-navbar.sticky {
    left: 0;
    width: 100%;
  }
}
.expo-navbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.expo-navbar__nav {
  display: flex;
}
.expo-navbar__hamburger {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1440px) {
  .expo-navbar__hamburger {
    display: flex;
  }
}
.expo-navbar__hamburger span {
  width: 100%;
  height: 4px;
  background-color: #DB3019;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.expo-navbar__hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.expo-navbar__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.expo-navbar__hamburger.active span:nth-child(3) {
  transform: translateY(-18px) rotate(-45deg);
}
.expo-navbar__nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 1280px) {
  .expo-navbar__nav-links {
    gap: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .expo-navbar__nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 0 0 20px 0;
  }
  .expo-navbar__nav-links.active {
    display: flex;
  }
}
.expo-navbar__nav-links li a {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  transition: color 0.3s;
}
.expo-navbar__nav-links li a.btn {
  color: #fff;
  font-weight: 400;
}
.expo-navbar__nav-links li a.btn:hover {
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .expo-navbar__nav-links li a {
    font-size: 14px;
  }
}
.expo-navbar__nav-links li a:hover {
  color: #DB3019;
}

.expo-europe {
  padding: 100px 32px;
  background: #231F20;
}
@media only screen and (max-width: 768px) {
  .expo-europe {
    padding: 64px 32px;
  }
}
.expo-europe__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.expo-europe__textbox {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.expo-europe__textbox h2 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .expo-europe__textbox h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.expo-europe__textbox ul {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 768px) {
  .expo-europe__textbox ul {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.expo-europe__textbox ul li {
  padding: 16px 24px;
  background: #FFFFFF;
  border-radius: 72px;
}
.expo-europe__textbox ul li span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.expo-europe__media img {
  width: 100%;
}

.expo-catena {
  padding: 100px 0;
  background: #DBDFE2;
}
@media only screen and (max-width: 768px) {
  .expo-catena {
    padding: 64px 0;
  }
}
.expo-catena__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.expo-catena__inner h2 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #231F20;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .expo-catena__inner h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.expo-catena__media {
  margin: 0 0 20px 0;
}
.expo-catena__media img {
  width: 100%;
}
.expo-catena__textbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto 64px auto;
}
@media only screen and (max-width: 768px) {
  .expo-catena__textbox {
    max-width: unset;
  }
}
.expo-catena__textbox h3 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #231F20;
}
@media only screen and (max-width: 768px) {
  .expo-catena__textbox h3 {
    font-size: 20px;
  }
}
.expo-catena__textbox p {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #231F20;
}
.expo-catena__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .expo-catena__cards {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.expo-catena__card {
  padding: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.expo-catena__card h3 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000;
}
.expo-catena__card p {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.expo-catena__card a {
  margin: 16px 0 0 0;
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #DB3019;
  display: flex;
  align-items: center;
  gap: 8px;
}
.expo-catena__card a svg path {
  stroke: #DB3019;
}
.expo-catena__card-media img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.expo-announcement {
  background: #fff;
}
.expo-announcement__inner {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .expo-announcement__inner {
    flex-direction: column;
  }
}
.expo-announcement__time {
  width: 440px;
  padding: 100px 64px;
}
@media only screen and (max-width: 1024px) {
  .expo-announcement__time {
    width: 100%;
    padding: 32px;
  }
}
.expo-announcement__time h2 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 47px;
  color: #231F20;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .expo-announcement__time h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 24px 0;
  }
}
.expo-announcement__time p {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #231F20;
  display: flex;
  flex-direction: column;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 768px) {
  .expo-announcement__time p {
    margin: 0 0 24px 0;
  }
}
.expo-announcement__time p span {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: #DB3019;
}
.expo-announcement__timer {
  margin: 0 0 32px 0;
}
.expo-announcement__timer .countdown {
  display: flex;
  gap: 10px;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.6s ease forwards;
}
.expo-announcement__timer .countdown .time-box {
  background: #f6fbff;
  border: 1px solid #cdefff;
  border-radius: 10px;
  padding: 24px 19px;
  text-align: center;
  width: 70px;
  height: 86px;
  transition: background 0.3s;
}
.expo-announcement__timer .countdown .time-box span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: black;
  transition: transform 0.2s ease;
}
.expo-announcement__timer .countdown .time-box small {
  display: block;
  font-size: 14px;
  color: gray;
}
.expo-announcement__timer .countdown .time-box.updated {
  background: #e0f6ff;
}
.expo-announcement__timer .countdown .time-box.updated span {
  transform: scale(1.2);
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.expo-announcement__content {
  border-left: 1px solid #DCDBDB;
  width: 100%;
}
.expo-announcement__video {
  height: 600px;
}
@media only screen and (max-width: 768px) {
  .expo-announcement__video {
    height: 450px;
  }
}
@media only screen and (max-width: 576px) {
  .expo-announcement__video {
    height: 300px;
  }
}
.expo-announcement__video-attract {
  height: 100%;
  background: url("./../images/expo/video_bg.png") center center no-repeat;
  background-size: cover;
  padding: 100px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .expo-announcement__video-attract {
    padding: 120px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .expo-announcement__video-attract {
    padding: 40px 20px;
  }
}
.expo-announcement__video-attract .img-logo {
  margin: 0 0 100px 0;
}
@media only screen and (max-width: 768px) {
  .expo-announcement__video-attract .img-logo {
    margin: 0 0 44px 0;
    width: 224px;
  }
}
@media only screen and (max-width: 576px) {
  .expo-announcement__video-attract .img-logo {
    margin: 0 0 16px 0;
  }
}
.expo-announcement__play-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.expo-announcement__play-block span {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.expo-announcement__play-btn {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .expo-announcement__play-btn {
    width: 64px;
    height: 64px;
  }
}
.expo-announcement__play-btn img {
  margin: 0;
}
.expo-announcement__video-main {
  display: none;
  height: 100%;
}
.expo-announcement__video-main.visible {
  display: block;
}
.expo-announcement__textbox {
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .expo-announcement__textbox {
    padding: 32px;
    gap: 24px;
  }
}
.expo-announcement__textbox h3 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  color: #231F20;
}
@media only screen and (max-width: 768px) {
  .expo-announcement__textbox h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.expo-announcement__textbox-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.expo-announcement__textbox-bottom svg {
  flex-shrink: 0;
}
.expo-announcement__textbox-bottom a {
  padding: 20px 70px;
}
.expo-announcement__available {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .expo-announcement__available {
    font-size: 14px;
  }
}

.expo-banner {
  background: url("./../images/expo/banner_desktop.png") center center no-repeat;
  background-size: cover;
  padding: 112px;
}
@media only screen and (max-width: 768px) {
  .expo-banner {
    background: url("./../images/expo/banner_mobile.png") center center no-repeat;
    background-size: cover;
    padding: 32px;
  }
}
.expo-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
}
@media only screen and (max-width: 768px) {
  .expo-banner__inner {
    flex-direction: column;
    gap: 24px;
  }
}
.expo-banner__inner h2 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.expo-banner__inner a {
  width: 280px;
  border: 4px solid #656262;
  border-radius: 8px;
}
.expo-banner__inner a svg {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .expo-banner__inner a {
    width: 100%;
  }
}

.expo-showcase__inner {
  display: flex;
}
@media only screen and (max-width: 1440px) {
  .expo-showcase__inner {
    flex-direction: column;
  }
}
.expo-showcase__aside {
  padding: 120px 64px;
  background: #fff;
}
@media only screen and (max-width: 1440px) {
  .expo-showcase__aside {
    padding: 32px;
  }
}
.expo-showcase__aside-inner {
  position: sticky;
  top: 130px;
}
.expo-showcase__aside-inner h2 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 47px;
  color: #231F20;
  margin: 0 0 40px 0;
  max-width: 317px;
}
@media only screen and (max-width: 1440px) {
  .expo-showcase__aside-inner h2 {
    max-width: unset;
  }
}
@media only screen and (max-width: 768px) {
  .expo-showcase__aside-inner h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 24px 0;
  }
}
.expo-showcase__aside-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .expo-showcase__aside-list {
    gap: 24px;
  }
}
.expo-showcase__aside-link {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #231F20;
  transition: color 0.3s;
  position: relative;
  padding: 0 0 0 15px;
}
.expo-showcase__aside-link:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #231F20;
  top: 50%;
  left: 0;
  transform: translate(-50%, 0);
  transition: background 0.3s;
}
.expo-showcase__aside-link:hover {
  color: #DB3019;
}
.expo-showcase__aside-link:hover:before {
  background: #DB3019;
}
.expo-showcase__aside-link.active {
  color: #DB3019;
}
.expo-showcase__aside-link.active:before {
  background: #DB3019;
}
.expo-showcase__content {
  width: 100%;
  border-left: 1px solid #DCDBDB;
}
.expo-showcase__block {
  padding: 112px 64px;
  background: #fff;
}
@media only screen and (max-width: 1440px) {
  .expo-showcase__block {
    padding: 64px;
  }
}
@media only screen and (max-width: 1024px) {
  .expo-showcase__block {
    padding: 64px 32px;
  }
}
.expo-showcase__block:nth-child(odd) {
  background: #F5FAFF;
}
.expo-showcase__block h3 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
  color: #231F20;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1024px) {
  .expo-showcase__block h3 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
}
.expo-showcase__block#plates {
  padding: 112px 112px 112px 64px;
}
@media only screen and (max-width: 1440px) {
  .expo-showcase__block#plates {
    padding: 64px;
  }
}
@media only screen and (max-width: 1024px) {
  .expo-showcase__block#plates {
    padding: 64px 32px;
  }
}
.expo-showcase__block#suite h3 {
  max-width: 326px;
}
@media only screen and (max-width: 1024px) {
  .expo-showcase__block#suite h3 {
    max-width: unset;
  }
}
.expo-showcase__block#rotec {
  position: relative;
}
.expo-showcase__block#rotec .expo-showcase__list {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .expo-showcase__block#rotec .expo-showcase__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.expo-showcase__block#rotec .expo-showcase__list li {
  width: 150px;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .expo-showcase__block#rotec .expo-showcase__list li {
    width: 100%;
  }
}
.expo-showcase__block#rotec .expo-showcase__block-media {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .expo-showcase__block#rotec .expo-showcase__block-media {
    position: unset;
  }
}
.expo-showcase__plates-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .expo-showcase__plates-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.expo-showcase__block-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
}
@media only screen and (max-width: 1024px) {
  .expo-showcase__block-inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.expo-showcase__block-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .expo-showcase__block-content {
    width: 100%;
  }
}
.expo-showcase__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .expo-showcase__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.expo-showcase__list li {
  padding: 24px 32px;
  gap: 16px;
  width: 228px;
  background: #F5FAFF;
  border: 1px solid rgba(35, 31, 32, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #231F20;
}
@media only screen and (max-width: 1024px) {
  .expo-showcase__list li {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .expo-showcase__block-media {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.expo-showcase__block-media img {
  vertical-align: bottom;
}

.plates-card {
  padding: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(35, 31, 32, 0.12);
}
.plates-card img {
  width: 100%;
}
.plates-card a {
  width: 100%;
}
.plates-card a.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.plates-card h4 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #231F20;
}
.plates-card_list {
  padding: 64px 48px;
}
.plates-card_list ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.plates-card_list ul li {
  padding: 16px;
  border-bottom: 1px solid rgba(35, 31, 32, 0.12);
}
.plates-card_list ul li a {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  color: #231F20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s;
}
.plates-card_list ul li a:hover {
  color: #DB3019;
}
.plates-card_list ul li a:hover svg {
  transform: rotateY(180deg);
}
.plates-card_list ul li a svg {
  transition: transform 0.3s;
}
.plates-card_list ul li a svg path {
  stroke: #DB3019;
}

.expo-projects {
  padding: 120px 0 80px 0;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .expo-projects {
    padding: 64px 32px;
  }
}
.expo-projects__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .expo-projects__inner {
    gap: 32px;
  }
}
.expo-projects__inner h2 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #231F20;
}
@media only screen and (max-width: 768px) {
  .expo-projects__inner h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.expo-projects__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .expo-projects__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.expo-projects__card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid rgba(35, 31, 32, 0.12);
}
.expo-projects__card p {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #231F20;
}
.expo-projects__card-media {
  height: 274px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .expo-projects__card-media {
    height: 263px;
  }
}
.expo-projects__card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.expo-projects__card-textbox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.expo-projects__card-textbox ul {
  list-style: disc;
  padding: 0 0 0 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.expo-partners {
  padding: 0 0 112px 0;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .expo-partners {
    padding: 0 0 64px 0;
  }
}
.expo-partners__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .expo-partners__inner {
    gap: 32px;
  }
}
.expo-partners__inner h2 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #231F20;
  max-width: 576px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .expo-partners__inner h2 {
    font-size: 32px;
    line-height: 38px;
    max-width: unset;
  }
}
.expo-partners__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  -moz-column-gap: 64px;
       column-gap: 64px;
}
@media only screen and (max-width: 1440px) {
  .expo-partners__items {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .expo-partners__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.expo-partners__item img {
  width: 100%;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

.expo-form {
  background: #231F20 url("./../images/expo-form-bg.png") 100% no-repeat;
  background-size: cover;
  padding: 112px 0;
}
@media only screen and (max-width: 576px) {
  .expo-form {
    background: #0A0A0A;
  }
}
.expo-form__inner {
  padding: 40px;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  border-radius: 8px;
}
@media only screen and (max-width: 576px) {
  .expo-form__inner {
    padding: 32px 24px;
    border-radius: 0;
  }
}
.expo-form__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
  border-radius: 8px;
}
.expo-form__inner.loading::before {
  opacity: 1;
}
.expo-form__inner h3 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #231F20;
  max-width: 330px;
  margin: 0 auto 24px auto;
}
.expo-form__inner .hubspot-loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.assistant-hero {
  background: url("./../images/assistant/bg_desktop.png") center center no-repeat;
  background-size: cover;
  padding: 56px 0;
  height: 750px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .assistant-hero {
    background: url("./../images/assistant/bg_mobile.png") center center no-repeat;
    background-size: cover;
    padding: 48px 0 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .assistant-hero {
    height: auto;
  }
}
.assistant-hero__inner {
  display: flex;
  gap: 88px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .assistant-hero__inner {
    gap: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .assistant-hero__inner {
    flex-direction: column;
    align-items: center;
  }
}
.assistant-hero__textbox {
  display: flex;
  flex-direction: column;
  max-width: 640px;
}
@media only screen and (max-width: 1280px) {
  .assistant-hero__textbox {
    max-width: 540px;
  }
}
@media only screen and (max-width: 1024px) {
  .assistant-hero__textbox {
    max-width: unset;
    width: 100%;
  }
}
.assistant-hero__textbox h1 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 75px;
  color: #FFFFFF;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .assistant-hero__textbox h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 24px 0;
  }
}
.assistant-hero__textbox h2 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 47px;
  color: #FFFFFF;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 768px) {
  .assistant-hero__textbox h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 24px 0;
  }
}
.assistant-hero__animation {
  position: relative;
  width: 384px;
  height: 640px;
  filter: drop-shadow(0px 4px 32px rgba(0, 0, 0, 0.16));
}
@media (max-width: 480px) {
  .assistant-hero__animation {
    width: 350px;
  }
}
.assistant-hero__animation.is-ready .assistant-hero__attract {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.assistant-hero__animation.is-ready .assistant-hero__attract img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.assistant-hero__animation.is-ready .assistant-hero__main {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s;
}
.assistant-hero__animation.is-switching .assistant-hero__attract {
  opacity: 0;
  visibility: hidden;
}
.assistant-hero__animation.is-switching .assistant-hero__main {
  opacity: 1;
  visibility: visible;
}
.assistant-hero__animation .assistant-hero__anim-1,
.assistant-hero__animation .assistant-hero__anim-2,
.assistant-hero__animation .assistant-hero__anim-3,
.assistant-hero__animation .assistant-hero__anim-4,
.assistant-hero__animation .assistant-hero__anim-5,
.assistant-hero__animation .assistant-hero__anim-6 {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: opacity 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
.assistant-hero__animation .assistant-hero__anim-1 img,
.assistant-hero__animation .assistant-hero__anim-2 img,
.assistant-hero__animation .assistant-hero__anim-3 img,
.assistant-hero__animation .assistant-hero__anim-4 img,
.assistant-hero__animation .assistant-hero__anim-5 img,
.assistant-hero__animation .assistant-hero__anim-6 img {
  width: 100%;
}
.assistant-hero__animation .assistant-hero__anim-1,
.assistant-hero__animation .assistant-hero__anim-3 {
  transition: opacity 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.assistant-hero__animation .assistant-hero__anim-1.is-in {
  animation: slideInRightOvershoot 1.4s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.assistant-hero__animation .assistant-hero__anim-3.is-in {
  animation: slideInLeftOvershoot 1.4s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.assistant-hero__animation .assistant-hero__anim-1 {
  width: 250px;
  align-self: flex-end;
  transform: translate3d(120%, 0, 0);
}
.assistant-hero__animation .assistant-hero__anim-2 {
  transform: translate3d(0, 40px, 0);
}
.assistant-hero__animation .assistant-hero__anim-3 {
  transform: translate3d(-120%, 0, 0);
}
.assistant-hero__animation .assistant-hero__anim-45 {
  position: relative;
  overflow: hidden;
}
.assistant-hero__animation .assistant-hero__anim-45 > .assistant-hero__anim-4,
.assistant-hero__animation .assistant-hero__anim-45 > .assistant-hero__anim-5 {
  position: absolute;
  inset: 0;
  width: 100%;
}
.assistant-hero__animation .assistant-hero__anim-4 {
  z-index: 1;
}
.assistant-hero__animation .assistant-hero__anim-5 {
  z-index: 2;
}
.assistant-hero__animation .assistant-hero__anim-4,
.assistant-hero__animation .assistant-hero__anim-5 {
  transform: none;
  transition: opacity 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity;
}
.assistant-hero__animation .is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.assistant-hero__animation .is-out {
  opacity: 0;
}
.assistant-hero__animation .is-gone {
  display: none;
}
@keyframes slideInRightOvershoot {
  0% {
    transform: translateX(120%);
  }
  80% {
    transform: translateX(-6%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInLeftOvershoot {
  0% {
    transform: translateX(-120%);
  }
  80% {
    transform: translateX(6%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .assistant-hero__animation .assistant-hero__attract,
  .assistant-hero__animation .assistant-hero__main,
  .assistant-hero__animation .assistant-hero__anim-1,
  .assistant-hero__animation .assistant-hero__anim-2,
  .assistant-hero__animation .assistant-hero__anim-3,
  .assistant-hero__animation .assistant-hero__anim-4,
  .assistant-hero__animation .assistant-hero__anim-5,
  .assistant-hero__animation .assistant-hero__anim-6 {
    transition: none !important;
  }
  .assistant-hero__animation .assistant-hero__anim-1.is-in,
  .assistant-hero__animation .assistant-hero__anim-3.is-in {
    animation: none !important;
  }
}
.assistant-hero__attract {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0px 0px;
  transition: opacity 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 1.1s;
  will-change: opacity;
  z-index: 2;
}
.assistant-hero__attract img {
  width: 100%;
  height: 100%;
}
.assistant-hero__main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F5FAFF;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px 16px 0px 0px;
  padding: 16px;
  overflow: hidden;
  transition: opacity 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 1.1s;
  will-change: opacity;
}
.assistant-hero__main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
}
.assistant-hero__main-top span {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #231F20;
}
.assistant-hero__main-top ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
.assistant-hero__anim-2 {
  margin: 10px 0 0 0;
}
.assistant-hero__anim-4 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 15px;
  width: 70% !important;
  margin-left: auto;
}
.assistant-hero__anim-4 span {
  position: relative;
  top: 10px;
}
.assistant-hero__anim-5 p {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #231F20;
  margin: 0 0 5px 0;
}
.assistant-hero__cards {
  display: flex;
  align-items: center;
  gap: 16px;
}
.assistant-hero__anim-6 p {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #231F20;
}
.assistant-hero__anim-6 p a {
  text-decoration: underline;
  color: #DB3019;
}

.assistant-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #F2F2F2;
}
.assistant-card h3 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #231F20;
}
.assistant-card span {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 10.5px;
  line-height: 12px;
  text-align: center;
  color: #231F20;
  opacity: 0.64;
}

.assistant-video {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .assistant-video {
    padding: 32px 0;
  }
}
.assistant-video__inner {
  padding: 32px;
  border: 2px dashed rgba(35, 31, 32, 0.32);
  border-radius: 32px;
}
@media only screen and (max-width: 768px) {
  .assistant-video__inner {
    padding: 8px;
  }
}
.assistant-video__content {
  position: relative;
  height: 100%;
}
.assistant-video__play-block {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .assistant-video__play-block {
    gap: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .assistant-video__play-block img {
    width: 8px;
    height: 10px;
  }
}
.assistant-video__play-block h4 {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 66px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .assistant-video__play-block h4 {
    font-size: 16px;
    line-height: 19px;
  }
}
.assistant-video__play-block span {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  max-width: 320px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .assistant-video__play-block span {
    font-size: 14px;
    line-height: 16px;
    max-width: 180px;
  }
}
.assistant-video__main {
  display: flex;
}
.assistant-video__main video {
  width: 100%;
  height: 100%;
  border-radius: 32px;
}

.assistant-agent {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .assistant-agent {
    padding: 0 0 64px 0;
  }
}
.assistant-agent__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .assistant-agent__inner {
    gap: 40px;
  }
}
.assistant-agent__inner::after {
  content: url("./../images/assistant/decor.png");
  position: absolute;
  top: -70px;
  right: -70px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .assistant-agent__inner::after {
    display: none;
  }
}
.assistant-agent__inner p {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .assistant-agent__inner p {
    font-size: 16px;
    text-align: center;
  }
}
.assistant-agent__inner p a {
  color: #DB3019;
  text-decoration: underline;
}
.assistant-agent__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .assistant-agent__cards {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.assistant-agent__card {
  display: flex;
  justify-content: center;
  align-items: center;
}
.assistant-agent__card img {
  width: 100%;
}
/*! 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.14; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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.14; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}

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

a {
  display: inline-block;
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
}

/* The Modal (background) */
.modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal__container {
  position: relative;
  background-color: #FFF;
  padding: 40px;
  display: flex;
  flex-direction: column;
  width: 480px;
}
@media only screen and (max-width: 576px) {
  .modal__container {
    width: 90%;
    margin: 0 auto;
  }
}
.modal__header {
  margin: 0 0 32px 0;
}
.modal__form-inner {
  display: flex;
  flex-direction: column;
}
.modal__heading {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #231F20;
}
.modal__heading_get-in-touch {
  margin: 0 0 16px 0;
}
.modal__subheading {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #231F20;
  margin: 0 0 16px 0;
}
.modal__close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.modal.open {
  display: flex;
}
.modal__radio-group {
  display: flex;
  align-items: center;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 480px) {
  .modal__radio-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.modal__radio-group:nth-last-child(1) {
  margin: 0;
}
.modal__radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  margin: 0 16px 0 0;
}
.modal__radio-group .real-radio {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.modal__radio-group .custom-radio {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 2px solid #CAC9C9;
  border-radius: 50%;
  vertical-align: text-top;
  margin-right: 5px;
}
.modal__radio-group .custom-radio::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #DB3019;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s;
}
.modal__radio-group .real-radio:checked + .custom-radio::before {
  transform: translate(-50%, -50%) scale(1);
}
.modal__btns {
  display: flex;
  align-items: center;
}
.modal__btns button {
  margin: 0 16px 0 0;
}
.modal__btns button:nth-last-child(1) {
  margin: 0;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: transparent;
}

/* public-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Public_Sans/public-sans-v15-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* public-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Public_Sans/public-sans-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* public-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Public_Sans/public-sans-v15-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* public-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Public_Sans/public-sans-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* public-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Public_Sans/public-sans-v15-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* public-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Public_Sans/public-sans-v15-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.popup.active {
  visibility: visible;
  opacity: 1;
}
.popup .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10000;
}
.popup .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 550px;
  width: 100%;
  max-height: 100vh;
  padding: 10px;
  overflow: auto;
}
@media only screen and (min-width: 375px) {
  .popup .wrapper {
    padding: 20px;
  }
}
.popup .content {
  padding: 20px;
  line-height: 1.5;
  background-color: #FFF;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.popup .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.popup .btn-close:hover svg {
  stroke: #000;
}
.popup .btn-close svg {
  width: 24px;
  height: 24px;
  stroke: #808080;
}
.popup a {
  color: inherit;
  transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
}

.languages-switch-box {
  color: #FFF;
}
.languages-switch-box__title {
  display: block;
  margin-bottom: 10px;
  line-height: 1.1875;
}
.languages-switch-box__subtitle {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.21429;
  color: rgba(255, 255, 255, 0.75);
}
.languages-switch-box ul:not(.download-section__non-style-list) {
  padding: 0 0 5px 15px;
  margin: -5px -20px;
  overflow: auto;
  flex-wrap: nowrap;
  width: auto;
}
@media only screen and (max-width: ) {
  .languages-switch-box ul:not(.download-section__non-style-list) {
    padding-left: 5px;
    margin: -5px -10px;
  }
}
@media only screen and (max-width: ) {
  .languages-switch-box ul:not(.download-section__non-style-list) {
    padding: 0 0 5px;
    margin: -5px;
    overflow: visible;
    flex-wrap: wrap;
  }
}
.languages-switch-box ul:not(.download-section__non-style-list) li {
  width: auto !important;
  margin: 5px;
}
.languages-switch-box ul:not(.download-section__non-style-list) li:last-of-type {
  padding-right: 20px;
}
@media only screen and (max-width: ) {
  .languages-switch-box ul:not(.download-section__non-style-list) li:last-of-type {
    padding-right: 10px;
  }
}
@media only screen and (max-width: ) {
  .languages-switch-box ul:not(.download-section__non-style-list) li:last-of-type {
    padding-right: 0;
  }
}
.languages-switch-box ul:not(.download-section__non-style-list) li.active button,
.languages-switch-box ul:not(.download-section__non-style-list) li.active a {
  color: #FFF;
}
.languages-switch-box ul:not(.download-section__non-style-list) li.active svg {
  background-color: #FFF;
  border-color: #DB3019;
}
.languages-switch-box ul:not(.download-section__non-style-list) button,
.languages-switch-box ul:not(.download-section__non-style-list) a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.16667;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: ) {
  .languages-switch-box ul:not(.download-section__non-style-list) button:hover,
  .languages-switch-box ul:not(.download-section__non-style-list) a:hover {
    color: #FFF;
  }
}
@media only screen and (max-width: ) {
  .languages-switch-box ul:not(.download-section__non-style-list) button:hover svg,
  .languages-switch-box ul:not(.download-section__non-style-list) a:hover svg {
    background-color: #FFF;
    border-color: #DB3019;
  }
}
.languages-switch-box ul:not(.download-section__non-style-list) button span,
.languages-switch-box ul:not(.download-section__non-style-list) a span {
  text-transform: uppercase;
}
.languages-switch-box ul:not(.download-section__non-style-list) svg {
  width: 31px;
  height: 31px;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  margin: 0 0 5px;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.default-document__download-area {
  padding: 0;
  background-color: transparent;
  max-width: none;
}