/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Abstracts
--------------------------------------------- */
.has-blue-ribbon-color {
  color: #f97316;
}

@font-face {
  font-family: "Inter-thin";
  src: url("../src/fonts/inter/inter-thin-100.woff2") format("woff2"), url("../src/fonts/inter/inter-thin-100.woff") format("woff"), url("../src/fonts/inter/inter-thin-100.ttf") format("ttf");
}
@font-face {
  font-family: "Inter-extralight";
  src: url("../src/fonts/inter/inter-extralight-200.woff2") format("woff2"), url("../src/fonts/inter/inter-extralight-200.woff") format("woff"), url("../src/fonts/inter/inter-extralight-200.ttf") format("ttf");
}
@font-face {
  font-family: "Inter-light";
  src: url("../src/fonts/inter/inter-light-300.woff2") format("woff2"), url("../src/fonts/inter/inter-light-300.woff") format("woff"), url("../src/fonts/inter/inter-light-300.ttf") format("ttf");
}
@font-face {
  font-family: "Inter-regular";
  src: url("../src/fonts/inter/inter-regular-400.woff2") format("woff2"), url("../src/fonts/inter/inter-regular-400.woff") format("woff"), url("../src/fonts/inter/inter-regular-400.ttf") format("ttf");
}
@font-face {
  font-family: "Inter-medium";
  src: url("../src/fonts/inter/inter-medium-500.woff2") format("woff2"), url("../src/fonts/inter/inter-medium-500.woff") format("woff"), url("../src/fonts/inter/inter-medium-500.ttf") format("ttf");
}
@font-face {
  font-family: "Inter-semibold";
  src: url("../src/fonts/inter/inter-semibold-600.woff2") format("woff2"), url("../src/fonts/inter/inter-semibold-600.woff") format("woff"), url("../src/fonts/inter/inter-semibold-600.ttf") format("ttf");
}
@font-face {
  font-family: "Inter-bold";
  src: url("../src/fonts/inter/inter-bold-700.woff2") format("woff2"), url("../src/fonts/inter/inter-bold-700.woff") format("woff"), url("../src/fonts/inter/inter-bold-700.ttf") format("ttf");
}
@font-face {
  font-family: "HeliosExt";
  src: url("../src/fonts/heliosext/heliosext.woff2") format("woff2"), url("../src/fonts/heliosext/heliosext.woff") format("woff"), url("../src/fonts/heliosext/heliosext.ttf") format("otf");
}
@font-face {
  font-family: "HeliosExt-Bold";
  src: url("../src/fonts/heliosext/heliosext_bold.woff2") format("woff2"), url("../src/fonts/heliosext/heliosext_bold.woff") format("woff"), url("../src/fonts/heliosext/heliosext_bold.ttf") format("otf");
}
@font-face {
  font-family: "HeliosExt-Bold-italic";
  src: url("../src/fonts/heliosext/heliosext_bold_italic.woff2") format("woff2"), url("../src/fonts/heliosext/heliosext_bold_italic.woff") format("woff"), url("../src/fonts/heliosext/heliosext_bold_italic.ttf") format("ttf");
}
@font-face {
  font-family: "HeliosExt-italic";
  src: url("../src/fonts/heliosext/heliosext_italic.woff2") format("woff2"), url("../src/fonts/heliosext/heliosext_italic.woff") format("woff"), url("../src/fonts/heliosext/heliosext_italic.ttf") format("ttf");
}
/*
*---Buttons
*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

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

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

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.container {
  width: min(100%, 1640px);
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 641px) {
  .container {
    padding: 0 40px;
  }
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #191919;
  line-height: normal;
}

.pre-title {
  color: #ea580c;
  font-weight: 500;
  line-height: 1.6;
  text-transform: uppercase;
  font-style: italic;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

.title-block, .is-style-title-block {
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .title-block, .is-style-title-block {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .title-block, .is-style-title-block {
    font-size: 26px;
    line-height: 34px;
  }
}

.title-border {
  position: relative;
  padding-bottom: 10px;
}
.title-border:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 180px);
  height: 4px;
  background-color: #f97316;
}
@media (max-width: 1200px) {
  .title-border:after {
    width: min(100%, 120px);
  }
}
@media (max-width: 640px) {
  .title-border:after {
    width: min(100%, 80px);
    left: 0;
    transform: none;
  }
}
.title-border--left:after {
  left: 0;
  transform: none;
}

p {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Inter-regular", sans-serif;
}

abbr,
acronym {
  border-bottom: 1px dotted gray;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

li {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

/* Elements
--------------------------------------------- */
.hero .indicator-container {
  position: absolute;
  bottom: 34px;
  left: calc(50% - 18px);
  width: 36px;
  height: 60px;
  background: transparent;
  border: 2px solid #fed7aa;
  opacity: 0.5;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2), inset 0 6px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
@media (max-width: 992px) {
  .hero .indicator-container {
    bottom: 30px;
  }
}
.hero .indicator-arrow {
  margin-top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero .indicator-arrow .base {
  margin: 0 auto;
  width: 3px;
  background: #fed7aa;
  height: 9.9px;
  border-radius: 3px;
}
.hero .indicator-arrow .arrowpoint {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.25px 5.25px 0 5.25px;
  border-color: #fed7aa transparent transparent transparent;
  margin-top: -10%;
}
.hero .top {
  margin-top: -100%;
  animation: arrowAnimation1 infinite 1.1s ease-in-out;
  -webkit-animation: arrowAnimation1 infinite 1.1s ease-in-out;
}
.hero .bottom {
  margin-top: 100%;
}

@keyframes arrowAnimation1 {
  from {
    margin-top: -100%;
  }
  to {
    margin-top: 50%;
  }
}
body {
  background: #fff;
  width: 100%;
}
body.frozen {
  overflow: hidden;
  position: relative;
}

body, html {
  --sb-track-color: #ffffff;
  --sb-thumb-color: #f97316;
  --sb-size: 3px;
}
body::-webkit-scrollbar, html::-webkit-scrollbar {
  width: var(--sb-size);
}
body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 1px;
}
body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 1px;
}

.grecaptcha-badge {
  display: none;
}

.p-top-80 {
  padding-top: 80px;
}
@media (max-width: 1200px) {
  .p-top-80 {
    padding-top: 50px;
  }
}

.banner.other-banner.career-top-290 .banner__wrapper .banner__info {
  padding-top: 290px;
}
@media (max-width: 1080px) {
  .banner.other-banner.career-top-290 .banner__wrapper .banner__info {
    padding: 40px;
  }
}
@media (max-width: 640px) {
  .banner.other-banner.career-top-290 .banner__wrapper .banner__info {
    padding: 20px;
  }
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: unset;
}
ol {
  list-style: decimal;
}

li {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  margin: 0 auto;
}
.header.box-shadow {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px) opacity(150%);
          backdrop-filter: blur(5px) opacity(150%);
  box-shadow: 0 4px 25px 0 rgba(47, 125, 193, 0.2);
}
.header.box-shadow span.menu-item, .header.box-shadow a {
  color: #000;
}
.header.box-shadow .menu-ua > li:hover span.menu-item {
  color: #ea580c;
}
.header.box-shadow .menu-ua > li:hover > .menu-item-arrow-has-children {
  border-top: 5px solid #ea580c;
  transform: rotate(180deg);
}
.header.box-shadow .menu-ua > li > .menu-item-arrow-has-children {
  border-top: 5px solid #000;
}
.header.box-shadow .lang_switch button, .header.box-shadow .lang_switch a {
  color: #000;
}
.header.box-shadow .lang_switch svg {
  fill: #000;
}
.header.box-shadow .burger-icon span {
  background-color: #000;
}
.header.box-shadow .header__wrapper {
  padding: 20px;
}
@media (min-width: 641px) {
  .header.box-shadow .header__wrapper {
    padding: 20px 40px;
  }
}
@media (min-width: 1201px) {
  .header.box-shadow .header__wrapper {
    padding: 20px 40px;
  }
}
.header__wrapper {
  transition: all 0.5s linear;
  width: min(100%, 1640px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
@media (min-width: 641px) {
  .header__wrapper {
    padding: 40px;
  }
}
.header__right {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (min-width: 1201px) {
  .header__right {
    flex-direction: row;
  }
}
.header .header__logo {
  width: min(100%, 128px);
  max-height: 60px;
}
@media (min-width: 641px) {
  .header .header__logo {
    width: min(100%, 188px);
  }
}

nav .current-menu-item > a {
  color: #ea580c !important;
}

.footer {
  border-top: 1px solid #fed7aa;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  align-items: center;
  gap: 60px;
  margin: 50px auto 40px;
}
@media (min-width: 641px) {
  .footer__content {
    flex-direction: column;
    align-items: start;
  }
}
@media (min-width: 1321px) {
  .footer__content {
    flex-direction: row;
    margin: 80px auto 50px;
  }
}
.footer .footer__logo {
  width: min(100%, 188px);
}
.footer__contact-info {
  display: grid;
  width: min(100%, 975px);
  grid-template-columns: repeat(auto-fill, minmax(280px, 285px));
  grid-gap: 40px 60px;
  justify-content: start;
}
.footer__contact-info .footer__item {
  color: #111827;
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__contact-info .footer__item--title {
  color: #f97316;
  font-family: "HeliosExt", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.footer__contact-info .footer__heading {
  color: #111827;
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 10px;
}
.footer__contact-info .footer__link {
  color: #111827;
  font-family: "Inter-bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 15px;
}
.footer__contact-info .footer__link:hover {
  color: #f97316;
}
.footer__contact-info .footer__menu {
  display: none;
}
@media (min-width: 1025px) {
  .footer__contact-info .footer__menu {
    display: flex;
  }
}
.footer__contact-info .footer__menu .menu-business-ua, .footer__contact-info .footer__menu .menu-candidate-ua {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__contact-info .footer__menu .menu-business-ua a, .footer__contact-info .footer__menu .menu-candidate-ua a {
  color: #111827;
}
.footer__contact-info .footer__menu .menu-business-ua a:visited, .footer__contact-info .footer__menu .menu-candidate-ua a:visited {
  color: #111827;
}
.footer__contact-info .footer__menu .menu-business-ua a:hover, .footer__contact-info .footer__menu .menu-candidate-ua a:hover {
  color: #f97316;
}
.footer__contact-info .footer__social-networks {
  display: flex;
  gap: 24px;
}
.footer__contact-info .footer__social-networks a:hover {
  filter: brightness(0) saturate(100%) invert(24%) sepia(78%) saturate(5021%) hue-rotate(227deg) brightness(98%) contrast(101%);
}
.footer__contact-info .footer__social-networks a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__copyrights {
  border-top: 1px solid #fed7aa;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 601px) {
  .footer__copyrights {
    flex-direction: row;
  }
}
.footer__copyrights p {
  color: #111827;
  font-family: "Inter-regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media (min-width: 601px) {
  .footer__copyrights p {
    font-size: 16px;
    line-height: 18px;
  }
}
.footer__copyrights a {
  color: #111827;
  font-family: "Inter-regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media (min-width: 601px) {
  .footer__copyrights a {
    font-size: 16px;
    line-height: 18px;
  }
}
.footer__copyrights a:visited {
  color: #111827;
}
.footer__copyrights a:hover {
  color: #f97316;
}

.lang_switch {
  position: relative;
  margin-right: 40px;
}
@media (min-width: 641px) {
  .lang_switch {
    margin: 0 70px 0 0;
  }
}
@media (min-width: 1201px) {
  .lang_switch {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 1281px) {
  .lang_switch {
    margin: 0 0 0 70px;
  }
}
.lang_switch .lang_switch__active-lang {
  color: #fff;
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  padding: 0;
  height: 48px;
  width: 40px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: none;
  text-transform: uppercase;
}
@media (max-width: 680px) {
  .lang_switch .lang_switch__active-lang {
    height: 35px;
  }
}
.lang_switch .lang_switch__list {
  position: absolute;
  top: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateY(-14px);
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  text-transform: uppercase;
}
.lang_switch .lang_switch__list li {
  list-style: none;
}
.lang_switch .lang_switch__list li a {
  color: #fff;
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  display: block;
}
.lang_switch .lang_switch__list li a:hover {
  color: #ea580c;
}
.lang_switch:hover .lang_switch__list {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.lang_switch:hover .lang_switch__active-lang:after {
  rotate: -180deg;
}

.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 120;
  transition: 0.3s all;
}

.modal {
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  width: 100%;
  max-width: 890px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 130;
  background-color: #fff;
}
@media (min-width: 601px) {
  .modal {
    padding: 0 40px;
    background-color: transparent;
  }
}
@media screen and (max-height: 800px) {
  .modal {
    height: 100%;
  }
}
@media (max-width: 600px) {
  .modal {
    height: 100%;
  }
}
.modal.thanks {
  width: min(100%, 600px);
  overflow-y: initial;
}
@media screen and (max-height: 800px) {
  .modal.thanks {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 600px) {
  .modal.thanks {
    height: 100%;
  }
}
.modal.thanks .modal__title {
  color: #111827;
  text-align: center;
  font-family: "Inter-medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 200% */
}
@media (min-width: 601px) {
  .modal.thanks .modal__title {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1201px) {
  .modal.thanks .modal__title {
    line-height: 36px;
  }
}
.modal.thanks .modal__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  text-align: center;
  font-family: "HeliosExt-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
@media (min-width: 601px) {
  .modal.thanks .modal__title span {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (min-width: 1201px) {
  .modal.thanks .modal__title span {
    font-size: 34px;
    line-height: 44px;
  }
}
.modal.thanks .modal__wrapper {
  width: 100%;
  min-height: auto;
}
.modal.thanks .modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .modal.thanks .modal__content .modal__cross {
    top: 40px;
    right: 40px;
  }
}
.modal__wrapper {
  height: 100%;
  width: 100%;
}
.modal__content {
  max-width: 810px;
  width: 100%;
  text-align: center;
  padding: 30px;
  border-radius: 3px;
  background-color: #fff;
  transition: 0.3s all;
  min-height: 100%;
}
@media (min-width: 601px) {
  .modal__content {
    box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
  }
}
.modal__content .modal__title {
  color: #111827;
  text-align: center;
  font-family: "HeliosExt-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin: 30px 0;
}
@media (min-width: 601px) {
  .modal__content .modal__title {
    font-size: 30px;
    line-height: 38px;
    margin: 40px 0;
  }
}
@media (min-width: 1201px) {
  .modal__content .modal__title {
    font-size: 34px;
    line-height: 44px;
  }
}

.modal.active,
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal__cross {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  fill: #f97316;
  cursor: pointer;
}
@media (min-width: 601px) {
  .modal__cross {
    top: 20px;
    right: 60px;
  }
}

.input-file {
  width: 150px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px dashed #BBB;
  text-align: center;
  background-color: #DDD;
  cursor: pointer;
}

form {
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
form .form__wrapper {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  width: 100%;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 640px) {
  form .form__wrapper {
    flex-direction: column;
  }
}
form .form__wrapper.call-back {
  grid-template-columns: 1fr;
}
form .form__wrapper .form__input {
  position: relative;
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  form .form__wrapper .form__input {
    width: 100%;
  }
}
form .form__wrapper .form__input:last-child {
  width: 100%;
}
form .form__wrapper label {
  width: 100%;
  text-align: left;
  color: #111827;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter-regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.4px;
  margin: 0;
}
form .form__wrapper label.fv-invalid-field-wrapper .text-file {
  border-color: red;
}
form .form__wrapper label p,
form .form__wrapper label .text-file {
  color: #111827;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter-regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.4px;
}
form .form__wrapper label .placeholder {
  color: #94a3b8;
  font-size: 16px;
  font-family: "Inter-regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
}
form .form__wrapper .file-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  display: none;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
}
form .form__wrapper .file-icon.icon-active {
  display: flex;
}
form .form__wrapper input,
form .form__wrapper .text-file {
  color: #111827;
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.4px;
  border-radius: 2px;
  border: 1px solid #f97316;
  background: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  margin: 0;
  margin-top: 8px;
}
form .form__wrapper input:focus,
form .form__wrapper .text-file:focus {
  border: 1px solid #0f172a;
}
form .form__wrapper input::-moz-placeholder, form .form__wrapper .text-file::-moz-placeholder {
  font-size: 16px;
}
form .form__wrapper input::placeholder,
form .form__wrapper .text-file::placeholder {
  font-size: 16px;
}
form .form__wrapper input.input-file,
form .form__wrapper .text-file.input-file {
  display: none;
}
form .form__wrapper .text-file {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 12px 44px 0 24px;
}
form .form__wrapper textarea {
  font-family: "Inter-regular", sans-serif;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #f97316;
  background: #fff;
}
form .form__wrapper textarea:focus {
  border: 1px solid #0f172a;
}
form .form__wrapper-hero {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin: 20px auto;
  max-width: 1560px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.35);
  padding: 34px 50px 40px;
}
@media (max-width: 1600px) {
  form .form__wrapper-hero {
    max-width: 1260px;
    padding: 34px 20px 40px;
  }
}
@media (max-width: 1080px) {
  form .form__wrapper-hero {
    margin-top: 0;
  }
}
form .form__wrapper-hero input::-moz-placeholder {
  color: #94a3b8;
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.2px;
}
form .form__wrapper-hero input::placeholder {
  color: #94a3b8;
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.2px;
}
@media (max-width: 1600px) {
  form .form__wrapper-hero input::-moz-placeholder {
    font-size: 14px;
  }
  form .form__wrapper-hero input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1080px) {
  form .form__wrapper-hero .fv-err {
    bottom: -20px;
  }
}
@media (max-width: 1080px) {
  form .form__wrapper-hero button {
    max-width: 242px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  form .form__wrapper-hero button {
    max-width: 100%;
  }
}
form .form__wrapper-hero label {
  padding-bottom: 0 !important;
}
form .form__wrapper-hero label p,
form .form__wrapper-hero label span {
  display: block;
  font-family: "Inter-regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}
form .form__wrapper-hero .form__input {
  overflow: visible;
  width: 100%;
}
@media (min-width: 1081px) {
  form .form__wrapper-hero .form__input {
    overflow: visible !important;
  }
}
form .form__wrapper-hero .form__input.custom-select {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
form .form__wrapper-hero .form__input.custom-select .select-items {
  overflow-x: hidden;
}
form .form__wrapper-hero .form__input.custom-select .select-items div {
  white-space: normal;
}
@media (max-width: 1080px) {
  form .form__wrapper-hero .form__input.custom-select {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  form .form__wrapper-hero .form__input.custom-select .select-items {
    position: static;
    overflow-x: hidden;
  }
  form .form__wrapper-hero .form__input.custom-select .select-items div {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1080px) {
  form .form__wrapper-hero .form__input label p {
    color: #111827;
    margin-bottom: 8px;
  }
}
form .form__wrapper-hero .fv-err {
  bottom: -20px;
}
form .form__wrapper-hero .wpcf7-form-control {
  margin-top: 0;
}
@media (min-width: 1025px) {
  form .form__wrapper-hero .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    max-width: 100%;
    width: 100%;
  }
  form .form__wrapper-hero .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input {
    padding: 0;
    border: none;
  }
}
@media (min-width: 1081px) {
  form .form__wrapper-hero .wpcf7-form-control.wp-block-button {
    grid-column: 5/-1;
    grid-row: 1/2;
  }
  form .form__wrapper-hero .wpcf7-form-control.wpcf7-acceptance {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}
@media (max-width: 1024px) {
  form .form__wrapper-hero .wpcf7-form-control input[type=checkbox] {
    position: relative;
    top: 0;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    outline: none;
    transition: 0.5s;
    margin-right: 15px;
    border: none;
    padding: 0;
  }
  form .form__wrapper-hero .wpcf7-form-control input[type=checkbox]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #767676;
    box-sizing: border-box;
    transition: 0.5s;
  }
  form .form__wrapper-hero .wpcf7-form-control input[type=checkbox]:checked[type=checkbox]:before {
    border-left: none;
    border-top: none;
    width: 8px;
    left: -6px;
    border-color: rgb(24, 196, 24);
    transform: rotate(45deg) translate(5px, -10px);
  }
  form .form__wrapper-hero .wpcf7-form-control .wpcf7-list-item {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin: 0;
  }
  form .form__wrapper-hero .wpcf7-form-control .wpcf7-list-item label {
    display: flex;
    align-items: baseline;
  }
  form .form__wrapper-hero .wpcf7-form-control .wpcf7-list-item input[type=checkbox] {
    position: relative;
    top: 0;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    outline: none;
    transition: 0.5s;
    margin-right: 15px;
  }
  form .form__wrapper-hero .wpcf7-form-control .wpcf7-list-item input[type=checkbox]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #767676;
    box-sizing: border-box;
    transition: 0.5s;
  }
  form .form__wrapper-hero .wpcf7-form-control .wpcf7-list-item input[type=checkbox]:checked[type=checkbox]:before {
    border-left: none;
    border-top: none;
    width: 8px;
    left: -6px;
    border-color: rgb(24, 196, 24);
    transform: rotate(45deg) translate(5px, -10px);
  }
  form .form__wrapper-hero .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    font-family: "Inter-regular", sans-serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  form .form__wrapper-hero .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label a {
    text-decoration: none;
    color: #f97316;
    font-family: "Inter-bold", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
}
form .form__wrapper-hero .button {
  padding: 16px 32px;
}
form button.wp-block-button {
  margin: 40px auto 0;
  display: block;
}

.wpcf7 .fv-require-check-wrapper {
  border: 0;
  padding: 0;
}
.wpcf7 .fv-require-check-wrapper .acceptance-required {
  background: transparent;
  top: auto;
  right: auto;
  bottom: -15px;
  left: 0;
  transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #f03d3d;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter-regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
  padding: 0;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7 .fv-err {
  bottom: -20px;
  transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #f03d3d;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter-regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.4px;
}
.wpcf7 .wpcf7-response-output {
  display: none;
}
.wpcf7 .wpcf7-list-item {
  width: min(100%, 600px);
  text-align: left;
  margin: 0;
}
.wpcf7 .wpcf7-list-item label {
  display: flex;
  align-items: baseline;
}
.wpcf7 .wpcf7-list-item input[type=checkbox] {
  position: relative;
  top: 0;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  outline: none;
  transition: 0.5s;
  margin-right: 15px;
}
.wpcf7 .wpcf7-list-item input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #767676;
  box-sizing: border-box;
  transition: 0.5s;
}
.wpcf7 .wpcf7-list-item input[type=checkbox]:checked[type=checkbox]:before {
  border-left: none;
  border-top: none;
  width: 8px;
  left: -6px;
  border-color: rgb(24, 196, 24);
  transform: rotate(45deg) translate(5px, -10px);
}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  font-family: "Inter-regular", sans-serif;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label a {
  text-decoration: none;
  color: #f97316;
  font-family: "Inter-bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader__row {
  position: relative;
  width: 70px;
  height: 70px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #f97316;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

.block-form {
  background-color: #fff7ed;
}
.block-form__title {
  max-width: 1020px;
  margin: 0 auto 48px auto;
}
.block-form form {
  max-width: 1020px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px 105px;
  border-radius: 2px;
  box-shadow: 0px 20px 50px 0px rgba(19, 117, 252, 0.1);
  perspective: 1000px;
}
@media (max-width: 992px) {
  .block-form form {
    padding: 50px 44px;
  }
}
@media (max-width: 767px) {
  .block-form form {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
}
.block-form form .form__wrapper {
  min-width: 100%;
}
.block-form form .wpcf7-list-item {
  min-width: 100%;
}
.block-form form .wpcf7-acceptance {
  width: 100%;
}
.block-form.font-size-min .block-form__title {
  font-size: 34px;
  line-height: 44px;
}
@media (max-width: 1200px) {
  .block-form.font-size-min .block-form__title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 640px) {
  .block-form.font-size-min .block-form__title {
    font-size: 22px;
    line-height: 30px;
  }
}

.office-address .office-address__wrapper .office-address__title {
  text-align: left;
  margin-inline: 0;
}
.office-address__title {
  text-align: left !important;
}
.office-address__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .office-address__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.office-address__social img {
  width: 24px;
  height: 24px;
}
.office-address__item {
  background-color: #fff7ed;
  padding: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  min-width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .office-address__item {
    min-width: 100%;
  }
}
.office-address__city {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .office-address__city {
    font-size: 16px;
    line-height: 24px;
  }
}
.office-address__city:before {
  content: "";
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2397A2C5' d='M8 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Zm6-1.8C14 6.57 11.35 4 8 4s-6 2.57-6 6.2c0 2.34 1.95 5.44 6 9.14 4.05-3.7 6-6.8 6-9.14ZM8 2c4.2 0 8 3.22 8 8.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C0 5.22 3.8 2 8 2Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.office-address__name {
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 992px) {
  .office-address__name {
    font-size: 18px;
    line-height: 26px;
  }
}
.office-address__position {
  color: #f97316;
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
.office-address__phone {
  color: #111827;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 10px;
  cursor: pointer;
}
.office-address__phone:hover {
  color: #f97316;
}
@media (max-width: 992px) {
  .office-address__phone {
    font-size: 16px;
    line-height: 24px;
  }
}
.office-address__email {
  color: #111827;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 15px;
}
.office-address__email:hover {
  color: #f97316;
}
@media (max-width: 992px) {
  .office-address__email {
    font-size: 16px;
    line-height: 24px;
  }
}
.office-address__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.office-address__social:hover {
  filter: brightness(0) saturate(100%) invert(24%) sepia(78%) saturate(5021%) hue-rotate(227deg) brightness(98%) contrast(101%);
}

.main-office__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 30px;
}
@media (max-width: 992px) {
  .main-office__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
@media (max-width: 767px) {
  .main-office__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.main-office__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.main-office__item--title {
  color: #f97316;
  font-family: "HeliosExt", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 992px) {
  .main-office__item:nth-child(3) {
    grid-area: 2/2/3/3;
  }
}
@media (max-width: 767px) {
  .main-office__item:nth-child(3) {
    grid-area: auto;
  }
}
.main-office__heading {
  color: #111827;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .main-office__heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.main-office .main-office__wrapper {
  padding: 160px 40px 80px;
}
@media (max-width: 1200px) {
  .main-office .main-office__wrapper {
    padding: 100px 40px 50px;
  }
}
@media (max-width: 640px) {
  .main-office .main-office__wrapper {
    padding: 100px 20px 50px;
  }
}
.main-office .main-office__wrapper .main-office__title {
  text-align: left;
  margin-inline: 0;
}
.main-office__link {
  color: #111827;
  font-family: "Inter-bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .main-office__link {
    font-size: 16px;
    line-height: 24px;
  }
}
.main-office__link:hover {
  color: #f97316;
}
.main-office__social-networks {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.main-office__social-networks a {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-office__social-networks a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-office__social-networks a:hover img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(92%) saturate(5389%) hue-rotate(226deg) brightness(99%) contrast(98%);
}
.main-office__map {
  margin-top: 50px;
}
.main-office__map iframe {
  width: 100%;
  height: 468px;
}
@media (max-width: 767px) {
  .main-office__map iframe {
    height: 581px;
  }
}

@media (max-width: 992px) {
  .personnel-control .tile__wrapper {
    padding-inline: 0;
  }
}
.personnel-control__title {
  text-align: left !important;
  max-width: 913px;
  padding-bottom: 18px;
  margin-bottom: 80px !important;
}
@media (max-width: 992px) {
  .personnel-control__title {
    margin-bottom: 39px !important;
    padding-inline: 40px;
  }
  .personnel-control__title:after {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .personnel-control__title {
    padding-bottom: 16px;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 640px) {
  .personnel-control__title {
    padding-inline: 20px;
  }
  .personnel-control__title:after {
    left: 20px;
  }
}
.personnel-control__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .personnel-control__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    margin-bottom: 50px;
    padding-inline: 40px;
  }
}
@media (max-width: 767px) {
  .personnel-control__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .personnel-control__content {
    padding-inline: 20px;
  }
}
.personnel-control__content--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  max-width: 315px;
}
@media (max-width: 992px) {
  .personnel-control__content--item {
    max-width: 315px;
  }
}
@media (max-width: 767px) {
  .personnel-control__content--item {
    max-width: 100%;
  }
}
.personnel-control__content--item .tile__img {
  width: 50px;
  height: 50px;
}
.personnel-control__content--item .tile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.personnel-control__content--item p {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 992px) {
  .personnel-control__content--item p {
    font-size: 16px;
    line-height: 24px;
  }
}
.personnel-control__practice {
  background-color: #fff7ed;
  display: grid;
  grid-template-columns: 1.32fr 1fr;
  min-height: 542px;
}
@media (max-width: 992px) {
  .personnel-control__practice {
    grid-template-columns: 1fr;
  }
}
.personnel-control__image {
  border-radius: 4px;
}
.personnel-control__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .personnel-control__image {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .personnel-control__image {
    height: 386px;
  }
}
.personnel-control__text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 37px 105px 20px;
}
@media (max-width: 992px) {
  .personnel-control__text {
    padding: 65px 40px 50px 60px;
  }
}
@media (max-width: 767px) {
  .personnel-control__text {
    padding: 65px 20px 50px 30px;
  }
}
.personnel-control__text p {
  color: #111827;
  position: relative;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  z-index: 2;
}
@media (max-width: 992px) {
  .personnel-control__text p {
    line-height: 26px;
  }
}
.personnel-control__text p:before {
  content: "";
  width: 68.403px;
  height: 50.197px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='69' height='51' fill='none'%3E%3Cpath fill='%23C6D3FD' d='M16.477 50.197c9.102 0 16.476-7.309 16.476-16.332a15.983 15.983 0 0 0-3.312-9.838c-2.175-2.842-5.245-4.917-8.742-5.91L25.8 0C10.914 4.188 0 17.75 0 33.83c.006 9.058 7.38 16.367 16.477 16.367ZM51.932 50.197c9.096 0 16.47-7.309 16.47-16.332a15.966 15.966 0 0 0-3.308-9.84c-2.176-2.843-5.247-4.918-8.746-5.908L61.25 0c-14.886 4.188-25.8 17.75-25.8 33.83.005 9.058 7.386 16.367 16.482 16.367Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  left: -44px;
  top: -18px;
}
@media (max-width: 992px) {
  .personnel-control__text p:before {
    width: 56px;
    height: 40px;
    left: -20px;
    top: -15px;
  }
}
@media (max-width: 767px) {
  .personnel-control__text p:before {
    left: -10px;
  }
}

.facts__wrapper {
  width: min(100%, 1310px);
  padding: 80px 40px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .facts__wrapper {
    padding: 50px 0;
  }
}
.facts__wrapper .facts__title {
  text-align: center;
}
.facts__wrapper .facts__title h3:after {
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 640px) {
  .facts__wrapper .facts__title h3:after {
    width: min(100%, 80px);
  }
}
.facts__wrapper .facts__content {
  display: flex;
  gap: 75px;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .facts__wrapper .facts__content {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .facts__wrapper .facts__content {
    gap: 50px;
    flex-direction: column;
  }
}
.facts__wrapper .facts__content .facts__columns {
  display: flex;
  gap: 60px;
  width: 100%;
}
@media (max-width: 1400px) {
  .facts__wrapper .facts__content .facts__columns {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .facts__wrapper .facts__content .facts__columns {
    justify-content: center;
    padding: 0 40px;
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .facts__wrapper .facts__content .facts__columns {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
}
.facts__wrapper .facts__content .facts__columns .facts__column {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: min(100%, 285px);
}
@media (max-width: 1200px) {
  .facts__wrapper .facts__content .facts__columns .facts__column {
    width: min(100%, 330px);
  }
}
@media (max-width: 640px) {
  .facts__wrapper .facts__content .facts__columns .facts__column {
    gap: 20px;
  }
}
.facts__wrapper .facts__content .facts__columns .facts__column:nth-child(even) {
  margin-top: 116px;
}
@media (max-width: 1200px) {
  .facts__wrapper .facts__content .facts__columns .facts__column:nth-child(even) {
    margin-top: 78px;
  }
}
@media (max-width: 640px) {
  .facts__wrapper .facts__content .facts__columns .facts__column:nth-child(even) {
    margin-top: 0;
  }
}
.facts__wrapper .facts__content .facts__columns .facts__column .facts__item {
  width: 100%;
  text-align: center;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 20px 50px 0 rgba(19, 117, 252, 0.1);
}
@media (max-width: 1200px) {
  .facts__wrapper .facts__content .facts__columns .facts__column .facts__item {
    padding: 40px 30px;
  }
}
.facts__wrapper .facts__content .facts__columns .facts__column .facts__item p {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .facts__wrapper .facts__content .facts__columns .facts__column .facts__item p {
    font-size: 16px;
    line-height: 24px;
  }
}
.facts__wrapper .facts__content .facts__columns .facts__column .facts__item p strong {
  color: #0f172a;
  text-align: center;
  font-family: "Inter-bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .facts__wrapper .facts__content .facts__columns .facts__column .facts__item p strong {
    font-size: 16px;
    line-height: 24px;
  }
}
.facts__wrapper .facts__content .facts__columns .facts__column .facts__item figure {
  margin: 0;
}
.facts__wrapper .facts__img {
  width: 100%;
  max-width: 525px;
  position: relative;
  min-height: 650px;
}
@media (max-width: 1200px) {
  .facts__wrapper .facts__img {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .facts__wrapper .facts__img {
    min-height: 386px;
  }
}
.facts__wrapper .facts__img img {
  position: absolute;
  inset: 0;
  border-radius: 4px;
}

.besides__wrapper {
  width: min(100%, 1310px);
  padding: 80px 40px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .besides__wrapper {
    padding: 50px 0;
  }
}
.besides__wrapper .besides__title {
  text-align: center;
}
.besides__wrapper .besides__title h3:after {
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 640px) {
  .besides__wrapper .besides__title h3:after {
    width: min(100%, 80px);
  }
}
.besides__wrapper .besides__content {
  display: flex;
  gap: 70px;
}
@media (max-width: 1200px) {
  .besides__wrapper .besides__content {
    flex-direction: column-reverse;
    gap: 50px;
  }
}
.besides__wrapper .besides__content .besides__img {
  width: 100%;
  max-width: 420px;
  position: relative;
}
@media (max-width: 1200px) {
  .besides__wrapper .besides__content .besides__img {
    max-width: 100%;
    min-height: 650px;
  }
}
@media (max-width: 640px) {
  .besides__wrapper .besides__content .besides__img {
    min-height: 386px;
  }
}
.besides__wrapper .besides__content .besides__img img {
  position: absolute;
  inset: 0;
}
.besides__wrapper .besides__content .besides__tile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 1200px) {
  .besides__wrapper .besides__content .besides__tile {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .besides__wrapper .besides__content .besides__tile {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .besides__wrapper .besides__content .besides__tile {
    padding: 0 20px;
    grid-template-columns: 1fr;
  }
}
.besides__wrapper .besides__content .besides__tile .besides__item {
  padding: 30px 18px;
  border-radius: 2px;
  border: 1px solid #fed7aa;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}
.besides__wrapper .besides__content .besides__tile .besides__item p {
  color: #0f172a;
  text-align: center;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .besides__wrapper .besides__content .besides__tile .besides__item p {
    font-size: 16px;
    line-height: 24px;
  }
}
.besides__wrapper .besides__content .besides__tile .besides__item figure {
  margin: 0;
}

.successful-career__wrapper {
  width: min(100%, 1310px);
  padding: 80px 40px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .successful-career__wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 640px) {
  .successful-career__wrapper {
    padding: 50px 20px;
  }
}
.successful-career__wrapper .successful-career__title {
  width: min(100%, 1100px);
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 640px) {
  .successful-career__wrapper .successful-career__title {
    text-align: left;
  }
}
.successful-career__wrapper .successful-career__content {
  display: flex;
  gap: 100px;
}
@media (max-width: 1200px) {
  .successful-career__wrapper .successful-career__content {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .successful-career__wrapper .successful-career__content {
    flex-direction: column;
    gap: 20px;
  }
}
.successful-career__wrapper .successful-career__content .successful-career__column {
  width: 100%;
  max-width: 565px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1200px) {
  .successful-career__wrapper .successful-career__content .successful-career__column {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .successful-career__wrapper .successful-career__content .successful-career__column {
    gap: 20px;
    max-width: 100%;
  }
}
.successful-career__wrapper .successful-career__content .successful-career__column p {
  color: #111827;
  font-family: "Inter-bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
@media (max-width: 1200px) {
  .successful-career__wrapper .successful-career__content .successful-career__column p {
    font-size: 18px;
    line-height: 26px;
  }
}
.successful-career__wrapper .successful-career__content .successful-career__item {
  width: 100%;
  padding: 60px 80px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 20px 50px 0 rgba(19, 117, 252, 0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1200px) {
  .successful-career__wrapper .successful-career__content .successful-career__item {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .successful-career__wrapper .successful-career__content .successful-career__item {
    box-shadow: none;
    padding: 0;
    gap: 0;
  }
}
.successful-career__wrapper .successful-career__content .successful-career__item .successful-career__details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .successful-career__wrapper .successful-career__content .successful-career__item .successful-career__details summary {
    border-radius: 4px;
    border: 1px solid #fed7aa;
    padding: 16px 20px;
  }
}
.successful-career__wrapper .successful-career__content .successful-career__item .successful-career__details summary h3 {
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}
@media (max-width: 1200px) {
  .successful-career__wrapper .successful-career__content .successful-career__item .successful-career__details summary h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.successful-career__wrapper .successful-career__content .successful-career__item .successful-career__details summary svg {
  display: none;
  transition: rotate 200ms ease-out;
}
@media (max-width: 767px) {
  .successful-career__wrapper .successful-career__content .successful-career__item .successful-career__details summary svg {
    display: block;
  }
}
.successful-career__wrapper .successful-career__content .successful-career__item .successful-career__definition--wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .successful-career__wrapper .successful-career__content .successful-career__item .successful-career__definition {
    box-sizing: border-box;
    max-width: 100%;
    max-height: 0;
    overflow: hidden;
    border: 2px solid transparent;
    transition: max-height 400ms ease-out, border 0ms 400ms linear;
  }
  .successful-career__wrapper .successful-career__content .successful-career__item .successful-career__definition--wrap {
    padding: 20px;
  }
}
.successful-career__wrapper .successful-career__content .successful-career__item .successful-career__definition h3 {
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}
@media (max-width: 1200px) {
  .successful-career__wrapper .successful-career__content .successful-career__item .successful-career__definition h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.successful-career__wrapper .successful-career__content .successful-career__item .successful-career__definition h4 {
  color: #f97316;
  font-family: "Inter-medium", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .successful-career__wrapper .successful-career__content .successful-career__item .successful-career__definition h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.successful-career__wrapper .successful-career__content .successful-career__item .successful-career__definition p, .successful-career__wrapper .successful-career__content .successful-career__item .successful-career__definition li {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .successful-career__wrapper .successful-career__content .successful-career__item .successful-career__definition p, .successful-career__wrapper .successful-career__content .successful-career__item .successful-career__definition li {
    font-size: 16px;
    line-height: 24px;
  }
}
.successful-career__wrapper .successful-career__content .successful-career__item .successful-career__definition ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 38px;
}
@media (max-width: 767px) {
  .successful-career__wrapper .successful-career__content .successful-career__item .successful-career__definition ul {
    padding-left: 20px;
  }
}
.successful-career__wrapper .successful-career__content .successful-career__item .successful-career__definition ul li {
  list-style: initial;
}
.successful-career__wrapper .successful-career__content .successful-career__item .successful-career__definition ul li::marker {
  color: #f97316;
  font-size: 25px;
}
@media (max-width: 767px) {
  .successful-career__wrapper .successful-career__content .successful-career__item .successful-career__definition ul li::marker {
    font-size: 20px;
  }
}
.successful-career__wrapper .successful-career__content .successful-career__item .successful-career__definition button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.successful-career__wrapper .successful-career__content .successful-career__item details.successful-career__details[open] + .successful-career__definition {
  max-height: 800px;
  transition: max-height 1400ms ease-out, border 0ms linear;
}
.successful-career__wrapper .successful-career__content .successful-career__item details.successful-career__details[open] > summary svg {
  rotate: 180deg;
  stroke: #f97316;
}

.short-vacancies__title {
  margin-bottom: 60px !important;
  max-width: 768px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .short-vacancies__title {
    margin-bottom: 49px !important;
    max-width: 510px;
  }
}
@media (max-width: 767px) {
  .short-vacancies__title {
    padding-bottom: 17px;
    margin-bottom: 24px !important;
  }
}
.short-vacancies__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.short-vacancies__list {
  margin-bottom: 76px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto !important;
  gap: 40px;
}
@media (max-width: 992px) {
  .short-vacancies__list {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .short-vacancies__list {
    margin-bottom: 29px;
    padding: 0;
    gap: 22px;
  }
}
.short-vacancies__button:first-letter {
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  .short-vacancies__button {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 16px 0;
    white-space: nowrap;
  }
}
.short-vacancies .vacancy {
  border: 1px solid #fed7aa;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .short-vacancies .vacancy {
    border: none;
  }
}
.short-vacancies .vacancy__top {
  position: relative;
}
.short-vacancies .vacancy__icon {
  width: 24px;
  height: 24px;
}
.short-vacancies .vacancy:hover .vacancy__title {
  color: #f97316;
}
.short-vacancies .vacancy:hover .vacancy__arrow {
  background-color: blue;
  border-color: blue;
}
.short-vacancies .vacancy:hover .vacancy__arrow::after {
  border-color: #fff;
}
.short-vacancies .vacancy__link {
  display: block;
  padding: 27px 29px 0;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .short-vacancies .vacancy__link {
    padding: 15px 0 0;
  }
}
.short-vacancies .vacancy__link.active-vacancy .vacancy__arrow {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  background-color: blue;
  border-color: blue;
}
.short-vacancies .vacancy__link.active-vacancy .vacancy__arrow:after {
  border-color: #fff;
}
.short-vacancies .vacancy__link.active-vacancy .v-content__inner {
  max-height: 5000px;
  border-top: 1px solid #fed7aa !important;
}
.short-vacancies .vacancy__title {
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #111827;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .short-vacancies .vacancy__title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .short-vacancies .vacancy__title {
    max-width: 205px;
    display: block;
  }
}
.short-vacancies .vacancy__text {
  margin: 20px 0 27px;
  font-size: 18px;
  line-height: 28px;
  max-width: 940px;
}
@media (max-width: 992px) {
  .short-vacancies .vacancy__text {
    max-width: 580px;
    margin: 21px 0 29px;
    display: block;
    display: -webkit-box;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.short-vacancies .vacancy__city {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .short-vacancies .vacancy__city {
    align-items: flex-start;
  }
}
.short-vacancies .vacancy__city span {
  font-family: "Inter-regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #94a3b8;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .short-vacancies .vacancy__city span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .short-vacancies .vacancy__city span {
    font-size: 14px;
    line-height: 1.71;
  }
}
.short-vacancies .vacancy__description {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #fed7aa;
  padding: 11px 60px 12px 0;
  gap: 30px;
}
@media (max-width: 992px) {
  .short-vacancies .vacancy__description {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    padding: 12px 60px 12px 0;
  }
}
@media (max-width: 767px) {
  .short-vacancies .vacancy__description {
    padding-top: 2px;
    flex-wrap: wrap;
    gap: 12px 15px;
    padding: 0;
    border-top: none;
    border-bottom: 1px solid #fed7aa;
    padding-bottom: 9px;
  }
}
.short-vacancies .vacancy__description-text + .vacancy__description-text {
  margin-left: 1px;
}
@media (max-width: 992px) {
  .short-vacancies .vacancy__description-text + .vacancy__description-text {
    margin-left: 0;
  }
}
.short-vacancies .vacancy__description-info {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media (max-width: 767px) {
  .short-vacancies .vacancy__description-info {
    gap: 10px 19px;
  }
}
.short-vacancies .vacancy__position {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .short-vacancies .vacancy__position {
    grid-area: 1/1/2/4;
  }
}
@media (max-width: 767px) {
  .short-vacancies .vacancy__position {
    grid-row: 2/3;
  }
}
.short-vacancies .vacancy__position span .quota {
  padding-right: 3px;
}
.short-vacancies .vacancy__position span:last-child .quota {
  display: none;
  padding-right: 0;
}
.short-vacancies .vacancy__status {
  font-family: "Inter-medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 7px 15px;
  line-height: 27px;
  border-radius: 4px;
  text-align: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  align-items: center;
  background: #ffedd5;
  color: #f97316;
  white-space: nowrap;
  max-height: 40px;
}
@media (max-width: 767px) {
  .short-vacancies .vacancy__status {
    grid-row: 1/2;
    padding: 5px 16px 6px;
  }
}
.short-vacancies .vacancy__model {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .short-vacancies .vacancy__model {
    margin-right: 0;
    grid-row: 3/4;
  }
}
.short-vacancies .vacancy__model span {
  font-family: "Inter-regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #94a3b8;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .short-vacancies .vacancy__model span {
    font-size: 14px;
  }
}
.short-vacancies .vacancy__time {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .short-vacancies .vacancy__time {
    grid-row: 4/5;
  }
}
.short-vacancies .vacancy__time span {
  font-family: "Inter-regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #94a3b8;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .short-vacancies .vacancy__time span {
    font-size: 14px;
  }
}
.short-vacancies .vacancy__icon {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .short-vacancies .vacancy__icon {
    display: flex;
    align-items: center;
  }
}
.short-vacancies .vacancy svg {
  width: 24px;
  height: 24px;
}
.short-vacancies .vacancy__arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: 2px;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}
.short-vacancies .v-content {
  padding: 80px 0;
  background-color: #fff7ed;
}
@media (max-width: 767px) {
  .short-vacancies .v-content {
    padding: 0;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .short-vacancies .v-content .container {
    padding: 0;
  }
}
.short-vacancies .v-content__inner {
  border-top: 1px solid transparent !important;
  width: 100%;
  font-size: "Inter-regular", sans-serif;
  color: #0f172a;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, border-top 0.5s ease-in-out;
  -webkit-transition: max-height 0.5s ease-in-out, border-top 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out, border-top 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out, border-top 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out, border-top 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .short-vacancies .v-content__inner {
    font-size: 16px;
  }
}
.short-vacancies .v-content__inner h2,
.short-vacancies .v-content__inner h3,
.short-vacancies .v-content__inner h4,
.short-vacancies .v-content__inner h5 {
  color: #111827;
  margin-bottom: 23px;
  margin-top: 24px;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 992px) {
  .short-vacancies .v-content__inner h2,
  .short-vacancies .v-content__inner h3,
  .short-vacancies .v-content__inner h4,
  .short-vacancies .v-content__inner h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .short-vacancies .v-content__inner h2,
  .short-vacancies .v-content__inner h3,
  .short-vacancies .v-content__inner h4,
  .short-vacancies .v-content__inner h5 {
    margin-top: 37px;
    margin-bottom: 22px;
  }
}
.short-vacancies .v-content__inner h2 + h2 {
  margin-top: 38px;
  margin-bottom: 21px;
}
@media (max-width: 992px) {
  .short-vacancies .v-content__inner h2 + h2 {
    margin-top: 23px;
  }
}
.short-vacancies .v-content__inner h3 + h3 {
  margin-top: 38px;
  margin-bottom: 21px;
}
@media (max-width: 992px) {
  .short-vacancies .v-content__inner h3 + h3 {
    margin-top: 23px;
  }
}
@media (max-width: 767px) {
  .short-vacancies .v-content__inner h3 + h3 {
    margin-bottom: 23px;
  }
}
.short-vacancies .v-content__inner h4 + h4 {
  margin-top: 38px;
  margin-bottom: 21px;
}
@media (max-width: 992px) {
  .short-vacancies .v-content__inner h4 + h4 {
    margin-top: 23px;
  }
}
@media (max-width: 767px) {
  .short-vacancies .v-content__inner h4 + h4 {
    margin-bottom: 23px;
  }
}
.short-vacancies .v-content__inner h5 + h5 {
  margin-top: 38px;
  margin-bottom: 21px;
}
@media (max-width: 992px) {
  .short-vacancies .v-content__inner h5 + h5 {
    margin-top: 23px;
  }
}
@media (max-width: 767px) {
  .short-vacancies .v-content__inner h5 + h5 {
    margin-bottom: 23px;
  }
}
.short-vacancies .v-content__inner li {
  margin-bottom: 20px;
  padding-left: 38px;
  position: relative;
}
@media (max-width: 767px) {
  .short-vacancies .v-content__inner li {
    padding-left: 33px;
  }
}
.short-vacancies .v-content__inner li::before {
  content: "•";
  color: #f97316;
  position: absolute;
  left: 12px;
  top: 0px;
  font-weight: bold;
  display: inline-block;
  width: 16px;
  font-size: 24px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .short-vacancies .v-content__inner li::before {
    left: 7px;
  }
}
.short-vacancies .v-content__content {
  width: 100%;
  max-width: 810px;
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 992px) {
  .short-vacancies .v-content__content {
    font-size: 16px;
    line-height: 24px;
  }
}
.short-vacancies .v-content__content h2 {
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 992px) {
  .short-vacancies .v-content__content h2 {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .short-vacancies .v-content__content h2 {
    font-size: 18px;
    line-height: 2;
  }
}
.short-vacancies .v-content__content h2 b {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5px;
}
@media (max-width: 992px) {
  .short-vacancies .v-content__content h2 b {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .short-vacancies .v-content__content h2 b {
    font-size: 18px;
    line-height: 2;
  }
}
@media (max-width: 992px) {
  .short-vacancies .v-content__content p,
  .short-vacancies .v-content__content li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.short-vacancies .v-content__content li {
  max-width: 755px;
}
@media (max-width: 992px) {
  .short-vacancies .v-content__content li {
    margin-bottom: 20px;
  }
}
.short-vacancies .v-content__content p:first-child {
  margin-top: 20px;
}
.short-vacancies .v-content__content p:last-child {
  margin-top: 38px;
}
@media (max-width: 992px) {
  .short-vacancies .v-content__content p:last-child {
    margin-bottom: 39px;
  }
}
.short-vacancies .v-content__bottom {
  border-top: 1px solid #fed7aa;
  padding: 30px 0 52px 0;
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 992px) {
  .short-vacancies .v-content__bottom {
    margin-top: 50px;
    padding: 30px 0 45px 0;
  }
}
@media (max-width: 767px) {
  .short-vacancies .v-content__bottom {
    margin-top: 40px;
    padding: 30px 0 7px 0;
  }
}
.short-vacancies .v-content__bottom .v-content__content {
  display: flex;
}
@media (max-width: 767px) {
  .short-vacancies .v-content__bottom .v-content__content {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.short-vacancies .v-content__button {
  white-space: normal;
}
@media (max-width: 767px) {
  .short-vacancies .v-content__button {
    width: 100%;
  }
}
.short-vacancies .v-content__button:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .short-vacancies .v-content__button:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  color: #94a3b8;
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.custom-select.final-select .fv-err {
  display: none;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #f97316;
  border-radius: 2px;
  position: relative;
  color: #94a3b8;
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  transition: 0.15s ease-in-out;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 1600px) {
  .select-selected {
    font-size: 14px;
  }
}

.select-selected:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath stroke='%2397A2C5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 1 5 5 1 1'/%3E%3C/svg%3E");
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 8px;
  pointer-events: none;
  display: block;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  transform-origin: center;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #94a3b8;
  padding: 14px 30px 12px 20px;
  cursor: pointer;
  transition: 0.15s ease-in-out;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
}

/* Style items (options): */
.select-items {
  position: absolute;
  border-radius: 0px 0px 2px 2px;
  border: 1px solid #f97316;
  background: #fff;
  max-height: 5000px;
  left: 0;
  right: 0;
  z-index: 45;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
@media (max-width: 1080px) {
  .select-items {
    max-height: 200px;
    overflow: scroll;
  }
}

/* Hide the items when the select box is closed: */
.select-hide {
  max-height: 0;
  border: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #f97316;
  color: white !important;
  transition: 0.15s ease-in-out;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
}

.work-process__wrapper {
  width: min(100%, 1310px);
  padding: 80px 40px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .work-process__wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 640px) {
  .work-process__wrapper {
    padding: 50px 20px;
  }
}
.work-process__wrapper .work-process__title {
  text-align: center;
}
@media (max-width: 640px) {
  .work-process__wrapper .work-process__title {
    text-align: left;
  }
}
.work-process__wrapper .work-process__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .work-process__wrapper .work-process__content:has(.work-process__item--button) .work-process__item:nth-last-child(-n+2) .work-process__item--wrapper {
    margin: 0;
  }
  .work-process__wrapper .work-process__content:not(.work-process__item--button) .work-process__item:nth-last-child(1) .work-process__item--wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .work-process__wrapper .work-process__content .work-process__item--button {
    margin-top: 20px;
  }
}
.work-process__wrapper .work-process__sizer {
  width: calc(50% - 50px);
}
@media (max-width: 1200px) {
  .work-process__wrapper .work-process__sizer {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .work-process__wrapper .work-process__sizer {
    width: 100%;
  }
}
.work-process__wrapper .work-process__sizer-gutter {
  width: 100px;
}
@media (max-width: 1200px) {
  .work-process__wrapper .work-process__sizer-gutter {
    width: 30px;
  }
}
.work-process__wrapper .work-process__item {
  width: calc(50% - 50px);
}
@media (max-width: 1200px) {
  .work-process__wrapper .work-process__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .work-process__wrapper .work-process__item {
    width: 100%;
  }
}
.work-process__wrapper .work-process__item .svg {
  position: relative;
  left: -100px;
}
.work-process__wrapper .work-process__item .svg.up {
  width: 353px;
  height: 215px;
  transform: scale(-1, 1);
  display: block;
  background-image: url(../src/assets/svg/process-arrow-big-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  position: relative;
  left: -100px;
}
@media (max-width: 1200px) {
  .work-process__wrapper .work-process__item .svg.up {
    transform: none;
    background-image: url(../src/assets/svg/process-arrow-square.svg);
    width: 195px;
    height: 139px;
    left: -30px;
  }
}
@media (max-width: 767px) {
  .work-process__wrapper .work-process__item .svg.up {
    display: none;
  }
}
.work-process__wrapper .work-process__item .svg.down {
  content: "";
  width: 382px;
  height: 114px;
  display: block;
  background-image: url(../src/assets/svg/process-arrow-long.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: -100px;
  left: -100px;
}
@media (max-width: 1200px) {
  .work-process__wrapper .work-process__item .svg.down {
    background-image: url(../src/assets/svg/process-arrow-square-down.svg);
    width: 195px;
    height: 139px;
    top: -60px;
    left: -30px;
  }
}
@media (max-width: 767px) {
  .work-process__wrapper .work-process__item .svg.down {
    display: none;
  }
}
.work-process__wrapper .work-process__item--wrapper {
  padding: 80px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 20px 50px 0 rgba(19, 117, 252, 0.1);
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .work-process__wrapper .work-process__item--wrapper {
    margin-bottom: 60px;
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .work-process__wrapper .work-process__item--wrapper {
    margin: 20px 0 0;
  }
}
@media (max-width: 640px) {
  .work-process__wrapper .work-process__item--wrapper {
    padding: 40px 20px;
  }
}
.work-process__wrapper .work-process__item--wrapper h4 {
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .work-process__wrapper .work-process__item--wrapper h4 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .work-process__wrapper .work-process__item--wrapper h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
.work-process__wrapper .work-process__item--wrapper > p {
  display: grid;
  grid-template-columns: 98px 1fr;
  grid-gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .work-process__wrapper .work-process__item--wrapper > p {
    margin-bottom: 20px;
    grid-template-columns: 68px 1fr;
  }
}
.work-process__wrapper .work-process__item--wrapper > p:last-child {
  margin-bottom: 0;
}
.work-process__wrapper .work-process__item--wrapper p, .work-process__wrapper .work-process__item--wrapper span {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .work-process__wrapper .work-process__item--wrapper p, .work-process__wrapper .work-process__item--wrapper span {
    font-size: 16px;
    line-height: 24px;
  }
}
.work-process__wrapper .work-process__item--wrapper p mark, .work-process__wrapper .work-process__item--wrapper span mark {
  white-space: nowrap;
  color: #f97316;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  max-width: 92px;
  width: 100%;
}
@media (max-width: 1200px) {
  .work-process__wrapper .work-process__item--wrapper p mark, .work-process__wrapper .work-process__item--wrapper span mark {
    font-size: 16px;
    max-width: 68px;
  }
}
.work-process__wrapper .work-process__item--wrapper p button, .work-process__wrapper .work-process__item--wrapper p a, .work-process__wrapper .work-process__item--wrapper span button, .work-process__wrapper .work-process__item--wrapper span a {
  color: #f97316;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-decoration-line: underline;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
  white-space: normal;
}
.work-process__wrapper .work-process__item--wrapper .wp-block-columns {
  margin: 0;
}
.work-process__wrapper .work-process__item--wrapper .wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.work-process__wrapper .work-process__item .button {
  width: 100%;
  padding: 60px 110px;
  text-align: center;
  font-family: "Inter-bold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-top: auto;
  white-space: normal;
}
@media (max-width: 1200px) {
  .work-process__wrapper .work-process__item .button {
    padding: 60px 50px;
    font-size: 18px;
    line-height: 26px;
  }
}
.work-process__wrapper .work-process__item--button {
  padding: 0;
  top: auto !important;
  bottom: 0;
}

.company-of-life__wrapper {
  width: min(100%, 1310px);
  padding: 80px 40px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .company-of-life__wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 640px) {
  .company-of-life__wrapper {
    padding: 50px 20px;
  }
}
.company-of-life__wrapper .company-of-life__title {
  text-align: center;
}
@media (max-width: 640px) {
  .company-of-life__wrapper .company-of-life__title {
    text-align: left;
  }
}
.company-of-life__wrapper .company-of-life__content .company-of-life__images {
  margin-bottom: 60px;
  padding-top: 40px;
  border-top: 1px solid #fed7aa;
}
@media (max-width: 640px) {
  .company-of-life__wrapper .company-of-life__content .company-of-life__images {
    margin-bottom: 40px;
    padding-top: 30px;
  }
}
.company-of-life__wrapper .company-of-life__content .company-of-life__images:first-child {
  padding-top: 0;
  border-top: none;
}
.company-of-life__wrapper .company-of-life__content .company-of-life__images:last-child {
  margin-bottom: 0;
}
.company-of-life__wrapper .company-of-life__content .company-of-life__images .company-of-life__image {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 640px) {
  .company-of-life__wrapper .company-of-life__content .company-of-life__images .company-of-life__image {
    flex-wrap: wrap;
  }
}
.company-of-life__wrapper .company-of-life__content .company-of-life__images .company-of-life__image .company-of-life__item {
  max-width: 285px;
  width: 100%;
  height: 310px;
  transition: all 3.4s linear;
  -webkit-transition: all 3.4s linear;
  -moz-transition: all 3.4s linear;
  -ms-transition: all 3.4s linear;
  -o-transition: all 3.4s linear;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .company-of-life__wrapper .company-of-life__content .company-of-life__images .company-of-life__image .company-of-life__item {
    height: 164px;
  }
}
@media (max-width: 640px) {
  .company-of-life__wrapper .company-of-life__content .company-of-life__images .company-of-life__image .company-of-life__item {
    max-width: 100%;
    width: calc(50% - 8px);
    height: 143px;
  }
}
.company-of-life__wrapper .company-of-life__content .company-of-life__images .company-of-life__image .company-of-life__item .company-of-life__item-hover {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(139.94deg, rgba(28, 82, 250, 0.82) 0%, rgba(0, 188, 255, 0.82) 100.02%);
  transition: background 0.4s ease-in-out, opacity 0.4s ease-in-out, index 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out, opacity 0.4s ease-in-out, index 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out, opacity 0.4s ease-in-out, index 0.4s ease-in-out;
  -ms-transition: background 0.4s ease-in-out, opacity 0.4s ease-in-out, index 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out, opacity 0.4s ease-in-out, index 0.4s ease-in-out;
  opacity: 0;
  z-index: -2;
}
.company-of-life__wrapper .company-of-life__content .company-of-life__images .company-of-life__image .company-of-life__item .company-of-life__item-hover svg {
  width: 30px;
  height: 30px;
}
.company-of-life__wrapper .company-of-life__content .company-of-life__images .company-of-life__image .company-of-life__item:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  z-index: 20;
}
.company-of-life__wrapper .company-of-life__content .company-of-life__images .company-of-life__image .company-of-life__item:hover .company-of-life__item-hover {
  opacity: 1;
  z-index: 10;
}
.company-of-life__wrapper .company-of-life__content .company-of-life__images .company-of-life__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 640px) {
  .company-of-life__wrapper .company-of-life__content .company-of-life__images .company-of-life__footer {
    flex-direction: column;
  }
}
.company-of-life__wrapper .company-of-life__content .company-of-life__images .company-of-life__footer h4 {
  color: #0f172a;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}
@media (max-width: 1200px) {
  .company-of-life__wrapper .company-of-life__content .company-of-life__images .company-of-life__footer h4 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 640px) {
  .company-of-life__wrapper .company-of-life__content .company-of-life__images .company-of-life__footer h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
.company-of-life__wrapper .company-of-life__content .company-of-life__images .company-of-life__footer a {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .image-text-block {
    padding-bottom: 50px;
  }
}
.image-text-block__wrapper {
  background-color: #fff7ed;
}
.image-text-block__info {
  width: min(100%, 1310px);
  margin: 0 auto;
  padding: 80px 40px;
  position: relative;
  display: flex;
  gap: 80px;
  min-height: 750px;
  justify-content: center;
}
@media (max-width: 1200px) {
  .image-text-block__info {
    flex-direction: column-reverse;
    padding: 0;
    gap: 0;
  }
}
.image-text-block__info .image-text-block__image {
  width: 100%;
  max-width: 495px;
  min-height: 682px;
  position: relative;
}
@media (max-width: 1200px) {
  .image-text-block__info .image-text-block__image {
    max-width: 100%;
    min-height: 100%;
    height: 650px;
    min-height: 650px;
  }
}
@media (max-width: 640px) {
  .image-text-block__info .image-text-block__image {
    height: 397px;
    min-height: 397px;
  }
}
.image-text-block__info .image-text-block__image img {
  position: absolute;
  inset: 0;
  border-radius: 4px;
}
.image-text-block__info .image-text-block__content.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-text-block__info .image-text-block__content.content .content__wrapper {
  width: 100%;
  max-width: 525px;
}
@media (max-width: 1200px) {
  .image-text-block__info .image-text-block__content.content .content__wrapper {
    max-width: 100%;
    min-width: 100%;
    padding: 50px 40px;
  }
}
@media (max-width: 640px) {
  .image-text-block__info .image-text-block__content.content .content__wrapper {
    padding: 50px 20px;
  }
}
.image-text-block__info .image-text-block__content.content .content__wrapper h4 {
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 30px 0 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}
.image-text-block__info .image-text-block__content.content .content__wrapper h4 img {
  width: 32px;
  height: 32px;
}
@media (max-width: 1200px) {
  .image-text-block__info .image-text-block__content.content .content__wrapper h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
.image-text-block__info .image-text-block__content.content .content__wrapper p {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .image-text-block__info .image-text-block__content.content .content__wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}
.image-text-block__info .image-text-block__content.content .content__wrapper p strong {
  color: #f97316;
  font-family: "Inter-bold", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.image-text-block__info .image-text-block__content.content .content__wrapper p:last-child {
  margin-bottom: 0;
}
.image-text-block__info .image-text-block__content.content .content__wrapper > ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1200px) {
  .image-text-block__info .image-text-block__content.content .content__wrapper > ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.image-text-block__info .image-text-block__content.content .content__wrapper > ul li {
  padding-left: 40px;
  position: relative;
}
.image-text-block__info .image-text-block__content.content .content__wrapper > ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url("../src/assets/svg/icon-list.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.image-text-block__info .image-text-block__content.content .content__wrapper > ul li strong {
  color: #111827;
  font-family: "Inter-bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .image-text-block__info .image-text-block__content.content .content__wrapper > ul li {
    font-size: 16px;
    line-height: 24px;
    max-width: 330px;
    width: 100%;
  }
}
.image-text-block__info .image-text-block__content.content .content__wrapper > ul li a {
  text-decoration: underline;
  color: #f97316;
}
.image-text-block__info .image-text-block__content.content .content__wrapper > ul li a:visited {
  color: #f97316;
}
.image-text-block__info .image-text-block__content.content .content__wrapper .tooltip {
  border-top: 1px solid #fed7aa;
  padding-top: 20px;
  margin-top: 60px;
  position: relative;
  color: #94a3b8;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
.image-text-block__info .image-text-block__content.content .content__wrapper .tooltip:after {
  content: "?";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f97316;
  border: 2px solid #f97316;
  display: flex;
  color: #fff;
  padding-left: 7px;
}
.image-text-block__info .image-text-block__content.content .content__wrapper .tooltip .tooltiptext {
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  max-width: 350px;
  padding: 40px 24px 40px 54px;
  background-color: #fff;
  color: #94a3b8;
  border-radius: 2px;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-shadow: 0 20px 50px 0 rgba(19, 117, 252, 0.1);
}
@media (max-width: 1200px) {
  .image-text-block__info .image-text-block__content.content .content__wrapper .tooltip .tooltiptext {
    transform: translateX(-50%);
  }
}
@media (max-width: 640px) {
  .image-text-block__info .image-text-block__content.content .content__wrapper .tooltip .tooltiptext {
    transform: none;
    max-width: 100%;
    left: 0;
  }
}
.image-text-block__info .image-text-block__content.content .content__wrapper .tooltip .tooltiptext:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  z-index: -1;
  width: 20px;
  height: 20px;
  rotate: 45deg;
  background-color: #fff;
}
.image-text-block__info .image-text-block__content.content .content__wrapper .tooltip .tooltiptext ul {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.image-text-block__info .image-text-block__content.content .content__wrapper .tooltip .tooltiptext ul li {
  color: #94a3b8;
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  list-style: initial;
}
.image-text-block__info .image-text-block__content.content .content__wrapper .tooltip:hover {
  color: #f97316;
}
.image-text-block__info .image-text-block__content.content .content__wrapper .tooltip:hover:after {
  background-color: #fff;
  color: #f97316;
}
.image-text-block__info .image-text-block__content.content .content__wrapper .tooltip:hover .tooltiptext {
  opacity: 1;
  visibility: visible;
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
  transition: color 200ms linear;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.wp-block-button {
  position: relative;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-family: "Inter-medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  display: inline-block;
  z-index: 2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.5s linear;
  border-radius: unset;
  box-shadow: unset;
}
@media (max-width: 640px) {
  .wp-block-button {
    width: 100%;
  }
}
.wp-block-button .wp-block-button__link {
  padding: 16px 48px;
  color: #fff;
  text-align: center;
  font-family: "Inter-medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  position: relative;
  display: inline-block;
  z-index: 2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 150ms linear;
  background-color: unset;
  border-radius: unset;
  box-shadow: unset;
}

.button {
  position: relative;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-family: "Inter-medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  display: inline-block;
  z-index: 2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.5s linear;
  border-radius: unset;
  box-shadow: unset;
  padding: 16px 48px;
}
@media (max-width: 640px) {
  .button {
    width: 100%;
  }
}
.button--gray {
  background-color: #fff;
  border: 2px solid #fed7aa;
  color: #94a3b8;
}
.button--gray:hover {
  background-color: rgba(28, 82, 250, 0);
  border: 2px solid #f97316;
  color: #f97316;
}

.is-style-button--primary {
  color: #fff;
  background-color: #f97316;
  border: 2px solid #f97316;
  border-radius: 2px;
}
.is-style-button--primary:hover {
  color: #f97316;
  background-color: #fff;
}
.is-style-button--primary:hover .wp-block-button__link {
  color: #f97316;
}
.is-style-button--primary-transparent {
  color: #f97316;
  background-color: transparent;
  border: 2px solid #f97316;
  border-radius: 2px;
}
.is-style-button--primary-transparent .wp-block-button__link {
  color: #f97316;
}
.is-style-button--primary-transparent:hover {
  color: #fff;
  background-color: #f97316;
}
.is-style-button--primary-transparent:hover .wp-block-button__link {
  color: #fff;
}
.is-style-button--white {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #f97316;
}
.is-style-button--white .wp-block-button__link {
  color: #f97316;
}
.is-style-button--white:hover {
  color: #fff;
  background-color: transparent;
}
.is-style-button--white:hover .wp-block-button__link {
  color: #fff;
}
.is-style-button--white-border {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #f97316;
}
.is-style-button--white-border .wp-block-button__link {
  color: #fff;
}
.is-style-button--white-border:hover {
  color: #fff;
  background-color: transparent;
}
.is-style-button--white-reverse {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
}
.is-style-button--white-reverse .wp-block-button__link {
  color: #fff;
}
.is-style-button--white-reverse:hover {
  color: #f97316;
  background-color: #fff;
}
.is-style-button--white-reverse:hover .wp-block-button__link {
  color: #f97316;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  line-height: normal;
  padding: 0 24px;
  height: 50px;
  outline: none;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder {
  color: #cacaca;
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.2px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #cacaca;
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.2px;
}
@media (max-width: 1600px) {
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 14px;
  }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=url]::placeholder,
  input[type=password]::placeholder,
  input[type=search]::placeholder,
  input[type=number]::placeholder,
  input[type=tel]::placeholder,
  input[type=range]::placeholder,
  input[type=date]::placeholder,
  input[type=month]::placeholder,
  input[type=week]::placeholder,
  input[type=time]::placeholder,
  input[type=datetime]::placeholder,
  input[type=datetime-local]::placeholder,
  input[type=color]::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }
}

textarea {
  height: 120px;
  line-height: normal;
  padding: 16px 24px;
  resize: none;
}
textarea::-moz-placeholder {
  color: #cacaca;
}
textarea::placeholder {
  color: #cacaca;
}

input[type=checkbox] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
}

input[type=submit] {
  padding: unset;
  border: unset;
  margin: auto;
}

label {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #ea580c;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.6s ease;
}

[type=radio]:not(:checked) + label:before {
  border: 2px solid #ea580c;
}
[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* Banner
--------------------------------------------- */
.banner__wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 60px 0 0;
}
@media (max-width: 640px) {
  .banner__wrapper {
    min-height: 100vh;
  }
}
@media (min-width: 641px) {
  .banner__wrapper {
    min-height: 650px;
    padding: 100px 0 0;
  }
}
.banner__wrapper .banner__background {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.banner__wrapper .banner__background:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #111827;
  opacity: 0.8;
}
.banner__wrapper .banner__info {
  width: min(100%, 1640px);
  padding: 20px;
  margin: 0 auto;
}
.banner__wrapper .banner__info form {
  display: block;
}
@media (min-width: 641px) {
  .banner__wrapper .banner__info {
    padding: 40px;
  }
}
.banner__wrapper .banner__info .banner__subtitle {
  color: #fff;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
}
@media (min-width: 1201px) {
  .banner__wrapper .banner__info .banner__subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}
.banner__wrapper .banner__info .banner__heading {
  width: min(100%, 1080px);
  color: #fff;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}
@media (min-width: 641px) {
  .banner__wrapper .banner__info .banner__heading {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (min-width: 1201px) {
  .banner__wrapper .banner__info .banner__heading {
    font-size: 65px;
    line-height: 72px;
  }
}
@media (min-width: 1201px) {
  .banner__wrapper .banner__info .banner__subtitle + .banner__heading {
    font-size: 54px;
    line-height: 72px;
  }
}
.banner__wrapper .banner__info .banner__paragraph {
  display: block;
  margin-top: 40px;
  width: min(100%, 870px);
  color: #fff;
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (min-width: 641px) {
  .banner__wrapper .banner__info .banner__paragraph {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media (min-width: 1201px) {
  .banner__wrapper .banner__info .banner__paragraph {
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px;
  }
}
.banner__wrapper .banner__info .banner__buttons {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 40px;
}
@media (min-width: 641px) {
  .banner__wrapper .banner__info .banner__buttons {
    flex-direction: row;
  }
}
@media (min-width: 1201px) {
  .banner__wrapper .banner__info .banner__buttons {
    font-size: 24px;
    line-height: 32px;
    margin-top: 60px;
  }
}
.banner.home-banner .banner__wrapper {
  padding: 60px 0 84px;
}
@media (min-width: 641px) {
  .banner.home-banner .banner__wrapper {
    min-height: 856px;
    padding: 100px 0 73px;
  }
}
@media (min-width: 1201px) {
  .banner.home-banner .banner__wrapper {
    min-height: 960px;
    padding: 100px 0 120px;
  }
}
@media (max-width: 640px) {
  .banner.home-banner .banner__wrapper .banner__info .banner__paragraph {
    display: none;
  }
}

.career-with-us-_-en .banner__buttons + .wpcf7,
.career-with-us .banner__buttons + .wpcf7,
.work-in-logistics .banner__buttons + .wpcf7,
.work-in-logistics-_-en .banner__buttons + .wpcf7 {
  display: block;
}
@media (max-width: 1080px) {
  .career-with-us-_-en .banner__buttons + .wpcf7,
  .career-with-us .banner__buttons + .wpcf7,
  .work-in-logistics .banner__buttons + .wpcf7,
  .work-in-logistics-_-en .banner__buttons + .wpcf7 {
    display: none;
  }
}
.career-with-us-_-en .banner__buttons,
.career-with-us .banner__buttons,
.work-in-logistics .banner__buttons,
.work-in-logistics-_-en .banner__buttons {
  display: none !important;
}
@media (max-width: 1080px) {
  .career-with-us-_-en .banner__buttons,
  .career-with-us .banner__buttons,
  .work-in-logistics .banner__buttons,
  .work-in-logistics-_-en .banner__buttons {
    display: block !important;
  }
}

/* Tile
--------------------------------------------- */
.tile__wrapper {
  width: min(100%, 1310px);
  padding: 80px 40px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .tile__wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 640px) {
  .tile__wrapper {
    padding: 50px 20px;
  }
}
.tile__wrapper .tile__title {
  color: #111827;
  text-align: center;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 48px;
}
@media (max-width: 1280px) {
  .tile__wrapper .tile__title {
    margin-bottom: 42px;
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 640px) {
  .tile__wrapper .tile__title {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 34px;
    text-align: left;
  }
}
.tile__wrapper .tile__content {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 345px));
  grid-row-gap: 98px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .tile__wrapper .tile__content {
    grid-template-columns: repeat(2, minmax(280px, 100%));
    grid-gap: 30px;
  }
}
@media (max-width: 640px) {
  .tile__wrapper .tile__content {
    grid-template-columns: repeat(1, minmax(280px, 100%));
    grid-gap: 20px;
  }
}
.tile__wrapper .tile__content--item {
  position: relative;
  width: 100%;
  padding: 30px;
  background-color: #f97316;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 15px 40px 0 rgba(22, 18, 94, 0.15);
}
@media (max-width: 640px) {
  .tile__wrapper .tile__content--item {
    padding: 30px 20px;
  }
}
.tile__wrapper .tile__content--item p {
  z-index: 1;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .tile__wrapper .tile__content--item p {
    font-size: 16px;
    line-height: 24px;
  }
}
.tile__wrapper .tile__img {
  width: 50px;
  height: 50px;
}
.tile.number-tile .tile__wrapper .tile__content {
  grid-template-columns: repeat(3, minmax(280px, 345px));
}
@media (max-width: 1200px) {
  .tile.number-tile .tile__wrapper .tile__content {
    grid-template-columns: repeat(2, minmax(280px, 100%));
  }
}
@media (max-width: 640px) {
  .tile.number-tile .tile__wrapper .tile__content {
    grid-template-columns: 1fr;
  }
}
.tile.number-tile .tile__wrapper .tile__content--item {
  min-height: 210px;
  display: flex;
  align-items: flex-start;
  justify-content: start;
}
.tile.number-tile .tile__wrapper .tile__content--item p {
  text-align: left;
}
.tile.number-tile .tile__wrapper .tile__content--item .number {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  color: rgba(255, 255, 255, 0.15);
  font-family: "Inter-bold", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px;
}

/* Media container
--------------------------------------------- */
.media-container {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .media-container {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .media-container {
    padding: 50px 0;
  }
}
.media-container__wrapper {
  position: relative;
}
.media-container__info {
  width: min(100%, 1920px);
  margin: 0 auto;
  display: flex;
  gap: 65px;
  min-height: 750px;
}
@media (max-width: 1200px) {
  .media-container__info {
    flex-direction: column;
    gap: 0;
  }
}
.media-container__info .media-container__image {
  width: 100%;
  max-width: 870px;
  position: relative;
}
@media (max-width: 1200px) {
  .media-container__info .media-container__image {
    max-width: 100%;
    height: 650px;
  }
}
@media (max-width: 640px) {
  .media-container__info .media-container__image {
    height: 386px;
  }
}
.media-container__info .media-container__image img {
  position: absolute;
  inset: 0;
}
.media-container__info .media-container__content.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.media-container__info .media-container__content.content .content__wrapper {
  width: 100%;
  max-width: 680px;
  min-width: 600px;
  padding: 50px 40px;
}
@media (max-width: 1200px) {
  .media-container__info .media-container__content.content .content__wrapper {
    max-width: 100%;
    min-width: 100%;
    padding: 50px 40px 0;
  }
}
@media (max-width: 640px) {
  .media-container__info .media-container__content.content .content__wrapper {
    padding: 50px 20px 0;
  }
}
.media-container__info .media-container__content.content .content__wrapper h4 {
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 30px 0 20px;
}
@media (max-width: 1200px) {
  .media-container__info .media-container__content.content .content__wrapper h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
.media-container__info .media-container__content.content .content__wrapper p {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .media-container__info .media-container__content.content .content__wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}
.media-container__info .media-container__content.content .content__wrapper p strong {
  color: #f97316;
  font-family: "Inter-bold", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.media-container__info .media-container__content.content .content__wrapper p:last-child {
  margin-bottom: 0;
}
.media-container__info .media-container__content.content .content__wrapper .wp-block-columns {
  border-top: 1px solid #fed7aa;
  margin-top: 40px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.media-container__info .media-container__content.content .content__wrapper .wp-block-columns .wp-block-column {
  padding-top: 30px;
}
.media-container__info .media-container__content.content .content__wrapper .wp-block-columns .wp-block-column .wp-block-image {
  margin: 0 0 20px;
}
.media-container__info .media-container__content.content .content__wrapper ul li {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .media-container__info .media-container__content.content .content__wrapper ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.media-container__info .media-container__content.content .content__wrapper .button, .media-container__info .media-container__content.content .content__wrapper .wp-block-buttons {
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .media-container.d-reverse .media-container__info {
    flex-direction: column-reverse;
  }
  .media-container.d-reverse .media-container__info .content__wrapper {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .media-container.d-reverse .media-container__info .content__wrapper .wp-block-columns {
    margin-bottom: 0;
  }
}
.media-container.is-style-list-icon ul, .media-container.is-style-list-icon--bg ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.media-container.is-style-list-icon ul li, .media-container.is-style-list-icon--bg ul li {
  padding-left: 40px;
  position: relative;
}
.media-container.is-style-list-icon ul li:before, .media-container.is-style-list-icon--bg ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url("../src/assets/svg/icon-list.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.media-container.is-style-list-img ul, .media-container.is-style-list-img--bg ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.media-container.is-style-list-img ul li, .media-container.is-style-list-img--bg ul li {
  padding-top: 3px;
  padding-left: 62px;
  position: relative;
}
.media-container.is-style-list-img ul li img, .media-container.is-style-list-img--bg ul li img {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1200px) {
  .media-container.is-style-bg.d-default, .media-container.is-style-list-img--bg.d-default, .media-container.is-style-list-icon--bg.d-default {
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .media-container.is-style-bg.d-reverse, .media-container.is-style-list-img--bg.d-reverse, .media-container.is-style-list-icon--bg.d-reverse {
    padding-top: 0;
  }
}
.media-container.is-style-bg .media-container__wrapper, .media-container.is-style-list-img--bg .media-container__wrapper, .media-container.is-style-list-icon--bg .media-container__wrapper {
  background-color: #fff7ed;
}
.media-container.is-style-bg .media-container__wrapper .content__wrapper, .media-container.is-style-list-img--bg .media-container__wrapper .content__wrapper, .media-container.is-style-list-icon--bg .media-container__wrapper .content__wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.media-container.width-fifty .media-container__info .media-container__image {
  max-width: 50%;
}
@media (max-width: 1200px) {
  .media-container.width-fifty .media-container__info .media-container__image {
    max-width: 100%;
  }
}
.media-container.width-fifty .media-container__info .content__wrapper {
  max-width: 575px;
  min-width: 550px;
}
@media (max-width: 1200px) {
  .media-container.width-fifty .media-container__info .content__wrapper {
    min-width: auto;
  }
}
@media (min-width: 1201px) {
  .media-container.enable-block {
    padding-top: 0;
  }
}
@media (min-width: 1201px) {
  .media-container.enable-block .media-container__wrapper {
    padding-top: 0;
  }
}
.media-container.enable-block .media-container__content {
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .media-container.enable-block .media-container__content {
    padding: 0;
  }
}
.media-container.enable-block .media-container__banner {
  width: min(100%, 1310px);
  margin: 0 auto;
  background-color: #f97316;
  text-align: center;
  padding: 40px 105px;
  position: relative;
  bottom: -100px;
  z-index: 5;
}
@media (max-width: 1200px) {
  .media-container.enable-block .media-container__banner {
    padding: 40px;
    bottom: 0;
  }
}
@media (max-width: 640px) {
  .media-container.enable-block .media-container__banner {
    padding: 40px 20px;
  }
}
.media-container.enable-block .media-container__banner p {
  color: #fff;
  text-align: center;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}
@media (max-width: 1200px) {
  .media-container.enable-block .media-container__banner p {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 640px) {
  .media-container.enable-block .media-container__banner p {
    font-size: 22px;
    line-height: 30px;
    text-align: left;
  }
}
.media-container.no-padding-top {
  padding-top: 0;
}
.media-container.no-padding-top.d-reverse .content__wrapper {
  padding-top: 160px;
}
@media (max-width: 1200px) {
  .media-container.no-padding-top.d-reverse .content__wrapper {
    padding-top: 100px;
  }
}

/* Tile
--------------------------------------------- */
.annotation__wrapper {
  width: min(100%, 1310px);
  padding: 80px 40px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .annotation__wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 640px) {
  .annotation__wrapper {
    padding: 50px 20px;
  }
}
.annotation__wrapper .annotation__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  justify-content: center;
}
@media (max-width: 767px) {
  .annotation__wrapper .annotation__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .annotation__wrapper .annotation__content {
    grid-gap: 20px;
  }
}
.annotation__wrapper .annotation__content--item {
  position: relative;
  width: 100%;
  background-color: #f97316;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 15px 40px 0 rgba(22, 18, 94, 0.15);
  display: flex;
  align-items: flex-start;
  justify-content: start;
  padding: 50px;
}
@media (max-width: 1200px) {
  .annotation__wrapper .annotation__content--item {
    padding: 30px 20px;
  }
}
.annotation__wrapper .annotation__content--item .annotation__img {
  position: absolute;
  left: 20px;
  top: 37px;
  width: 50px;
  height: 50px;
}
@media (max-width: 680px) {
  .annotation__wrapper .annotation__content--item .annotation__img {
    left: 10px;
    top: 20px;
  }
}
.annotation__wrapper .annotation__content--item p {
  z-index: 1;
  color: #fff;
  font-style: normal;
  margin: 0;
  text-align: left;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

/* Advantages
--------------------------------------------- */
.advantages__wrapper {
  width: min(100%, 1310px);
  padding: 80px 40px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .advantages__wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 640px) {
  .advantages__wrapper {
    padding: 50px 20px;
  }
}
.advantages__wrapper .advantages__content--gutter-sizer {
  width: 100px;
}
@media (max-width: 1200px) {
  .advantages__wrapper .advantages__content--gutter-sizer {
    width: 30px;
  }
}
.advantages__wrapper .advantages__content--sizer {
  width: calc(50% - 50px);
}
@media (max-width: 1200px) {
  .advantages__wrapper .advantages__content--sizer {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .advantages__wrapper .advantages__content--sizer {
    width: 100%;
  }
}
.advantages__wrapper .advantages__content--item {
  float: left;
  padding: 60px 40px;
  width: calc(50% - 50px);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 20px 50px 0 rgba(19, 117, 252, 0.1);
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1200px) {
  .advantages__wrapper .advantages__content--item {
    width: calc(50% - 15px);
    padding: 40px 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .advantages__wrapper .advantages__content--item {
    gap: 16px;
    width: 100%;
  }
}
.advantages__wrapper .advantages__content--item.advantages__heading {
  box-shadow: none;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 1200px) {
  .advantages__wrapper .advantages__content--item.advantages__heading {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .advantages__wrapper .advantages__content--item.advantages__heading {
    margin-bottom: 40px;
  }
}
.advantages__wrapper .advantages__content--item.advantages__heading h3 {
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
}
@media (max-width: 1200px) {
  .advantages__wrapper .advantages__content--item.advantages__heading h3 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .advantages__wrapper .advantages__content--item.advantages__heading h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
.advantages__wrapper .advantages__content--item:last-child {
  margin-bottom: 0;
  transition: all 0.5s linear;
}
.advantages__wrapper .advantages__content--item .advantages__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  overflow-wrap: anywhere;
}
.advantages__wrapper .advantages__content--item .advantages__title h5 {
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 1200px) {
  .advantages__wrapper .advantages__content--item .advantages__title h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 680px) {
  .advantages__wrapper .advantages__content--item .advantages__title h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
.advantages__wrapper .advantages__content--item p {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 680px) {
  .advantages__wrapper .advantages__content--item p {
    font-size: 16px;
    line-height: 24px;
  }
}
.advantages__wrapper .advantages__content--item .advantages__img {
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.advantages__wrapper .advantages__content--item.advantages-modal {
  background-color: #f97316;
  text-align: center;
  font-family: "Inter-bold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  white-space: inherit;
  top: auto !important;
  bottom: 0;
}
@media (max-width: 1200px) {
  .advantages__wrapper .advantages__content--item.advantages-modal {
    font-size: 18px;
    line-height: 26px;
  }
}
.advantages__wrapper .advantages__content--item.advantages-modal:hover {
  background-color: #fff;
}

.work-in-logistics .advantages .title-border {
  font-size: 53px;
}
@media (max-width: 1200px) {
  .work-in-logistics .advantages .title-border {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .work-in-logistics .advantages .title-border {
    font-size: 26px;
    line-height: 34px;
  }
}

/* Info-banner
--------------------------------------------- */
.info-banner__wrapper {
  width: min(100%, 1310px);
  padding: 80px 40px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .info-banner__wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 640px) {
  .info-banner__wrapper {
    padding: 50px 20px;
  }
}
.info-banner__wrapper .info-banner__content {
  padding: 80px 105px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 20px 50px 0 rgba(19, 117, 252, 0.1);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
}
@media (max-width: 1200px) {
  .info-banner__wrapper .info-banner__content {
    grid-gap: 30px;
    padding: 50px;
  }
}
@media (max-width: 640px) {
  .info-banner__wrapper .info-banner__content {
    grid-template-columns: 1fr;
    padding: 50px 20px;
  }
}
@media (max-width: 640px) {
  .info-banner__wrapper .info-banner__content--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.info-banner__wrapper .info-banner__content--item h4 {
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .info-banner__wrapper .info-banner__content--item h4 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 640px) {
  .info-banner__wrapper .info-banner__content--item h4 {
    font-size: 26px;
    line-height: 34px;
  }
}
.info-banner__wrapper .info-banner__content--item p {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .info-banner__wrapper .info-banner__content--item p {
    font-size: 16px;
    line-height: 24px;
  }
}
.info-banner__wrapper .info-banner__content--modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  padding: 60px 105px;
}
@media (max-width: 1200px) {
  .info-banner__wrapper .info-banner__content--modal {
    padding: 50px 30px;
  }
}
@media (max-width: 640px) {
  .info-banner__wrapper .info-banner__content--modal {
    padding: 50px 20px;
  }
}
.info-banner__wrapper .info-banner__content--modal h4 {
  color: #111827;
  text-align: center;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
}
@media (max-width: 1200px) {
  .info-banner__wrapper .info-banner__content--modal h4 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 640px) {
  .info-banner__wrapper .info-banner__content--modal h4 {
    font-size: 26px;
    line-height: 34px;
  }
}

/* Stove
--------------------------------------------- */
.stove {
  margin: 0 auto;
  background: #fed7aa;
}
@media (max-width: 767px) {
  .stove {
    background: none;
  }
}
.stove__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1px;
}
@media (max-width: 767px) {
  .stove__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 100px 0;
  }
}
.stove__wrapper .stove__item {
  background: white;
  width: 100%;
}
.stove__wrapper .stove__item:nth-child(odd) {
  display: flex;
  justify-content: flex-end;
}
.stove__wrapper .stove__item:nth-child(even) {
  display: flex;
  justify-content: flex-start;
}
.stove__wrapper .stove__item .stove__content {
  width: min(100%, 735px);
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 100px 120px;
}
@media (max-width: 1200px) {
  .stove__wrapper .stove__item .stove__content {
    padding: 100px 40px;
  }
}
@media (max-width: 767px) {
  .stove__wrapper .stove__item .stove__content {
    padding: 20px;
  }
}
.stove__wrapper .stove__item .stove__content h3 {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}
@media (max-width: 1200px) {
  .stove__wrapper .stove__item .stove__content h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .stove__wrapper .stove__item .stove__content h3 {
    align-items: flex-end;
  }
}
@media (max-width: 640px) {
  .stove__wrapper .stove__item .stove__content h3 {
    gap: 15px;
    font-size: 22px;
    line-height: 30px;
  }
}
.stove__wrapper .stove__item .stove__content h3 img {
  width: 50px;
  height: 50px;
}
.stove__wrapper .stove__item .stove__content p {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .stove__wrapper .stove__item .stove__content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.stove__wrapper .stove__item .stove__content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.stove__wrapper .stove__item .stove__content ul li {
  padding-left: 40px;
  position: relative;
}
.stove__wrapper .stove__item .stove__content ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url("../src/assets/svg/icon-list.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.stove + .media-container {
  padding-top: 0;
}
.stove + .media-container .media-container__wrapper {
  padding-top: 0;
}

/* Tabs
--------------------------------------------- */
.wp-block-create-block-tabs {
  width: min(100%, 1310px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  top: -120px;
}
@media (max-width: 1200px) {
  .wp-block-create-block-tabs {
    top: -84px;
  }
}
.wp-block-create-block-tabs .tab-labels {
  padding-inline: 40px;
}
@media (max-width: 640px) {
  .wp-block-create-block-tabs .tab-labels {
    padding-inline: 0;
  }
}
.wp-block-create-block-tabs .tab-labels ul.tab-labels__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-shadow: 0 20px 50px 0 rgba(19, 117, 252, 0.1);
  border-radius: 2px;
  background-color: #fff;
}
.wp-block-create-block-tabs .tab-labels ul.tab-labels__wrapper li.tab-label {
  padding: 45px 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  justify-content: flex-end;
  background-color: #fff;
  border-bottom: #fff 4px solid;
  color: #111827;
  text-align: center;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .wp-block-create-block-tabs .tab-labels ul.tab-labels__wrapper li.tab-label {
    gap: 15px;
    padding: 30px 20px;
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 640px) {
  .wp-block-create-block-tabs .tab-labels ul.tab-labels__wrapper li.tab-label {
    gap: 10px;
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
    min-height: 84px;
  }
}
.wp-block-create-block-tabs .tab-labels ul.tab-labels__wrapper li.tab-label:hover {
  border-bottom: #f97316 4px solid;
}
.wp-block-create-block-tabs .tab-labels ul.tab-labels__wrapper li.tab-label svg {
  width: 50px;
  height: 50px;
}
@media (max-width: 640px) {
  .wp-block-create-block-tabs .tab-labels ul.tab-labels__wrapper li.tab-label svg {
    width: 30px;
    height: 30px;
  }
}
.wp-block-create-block-tabs .tab-labels ul.tab-labels__wrapper li.tab-label.active {
  color: #fff;
  background: linear-gradient(140deg, #f97316 0%, #ea580c 100.02%);
  border-bottom: none;
  padding: 45px 40px 49px;
}
@media (max-width: 1200px) {
  .wp-block-create-block-tabs .tab-labels ul.tab-labels__wrapper li.tab-label.active {
    padding: 30px 20px 34px;
  }
}
@media (max-width: 640px) {
  .wp-block-create-block-tabs .tab-labels ul.tab-labels__wrapper li.tab-label.active {
    padding: 10px 10px 14px;
  }
}
.wp-block-create-block-tabs .tab-labels ul.tab-labels__wrapper li.tab-label.active svg {
  fill: #fff;
}
.wp-block-create-block-tabs .tab-labels ul.tab-labels__wrapper li.tab-label:first-child {
  border-radius: 2px 0 0 2px;
}
.wp-block-create-block-tabs .tab-labels ul.tab-labels__wrapper li.tab-label:last-child {
  border-radius: 0 2px 2px 0;
}
.wp-block-create-block-tabs .tab-content {
  padding-top: 160px;
}
@media (max-width: 1200px) {
  .wp-block-create-block-tabs .tab-content {
    padding-top: 100px;
  }
}
.wp-block-create-block-tabs .tab-content .tab-panel {
  display: none;
  gap: 75px;
  padding-inline: 40px;
  align-items: center;
}
@media (max-width: 1024px) {
  .wp-block-create-block-tabs .tab-content .tab-panel {
    flex-direction: column;
    padding-inline: 0;
    gap: 50px;
  }
}
.wp-block-create-block-tabs .tab-content .tab-panel__img {
  width: 100%;
  max-width: 630px;
  min-height: 570px;
  position: relative;
}
@media (max-width: 1024px) {
  .wp-block-create-block-tabs .tab-content .tab-panel__img {
    max-width: 100%;
    min-height: 650px;
  }
}
@media (max-width: 640px) {
  .wp-block-create-block-tabs .tab-content .tab-panel__img {
    max-width: 100%;
    min-height: 386px;
  }
}
.wp-block-create-block-tabs .tab-content .tab-panel__img img {
  border-radius: 4px;
  position: absolute;
  inset: 0;
}
.wp-block-create-block-tabs .tab-content .tab-panel__content {
  width: 100%;
  max-width: 565px;
}
@media (max-width: 1024px) {
  .wp-block-create-block-tabs .tab-content .tab-panel__content {
    padding-inline: 40px;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .wp-block-create-block-tabs .tab-content .tab-panel__content {
    padding-inline: 20px;
  }
}
.wp-block-create-block-tabs .tab-content .tab-panel.active {
  display: flex;
}
.wp-block-create-block-tabs .tab-content .tab__item {
  padding: 30px 10px;
  border-bottom: 1px solid #fed7aa;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wp-block-create-block-tabs .tab-content .tab__item > * {
  padding-inline: 52px;
}
@media (max-width: 1024px) {
  .wp-block-create-block-tabs .tab-content .tab__item > * {
    padding-inline: 0;
  }
}
.wp-block-create-block-tabs .tab-content .tab__item .tab__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  background: none;
  border: none;
}
.wp-block-create-block-tabs .tab-content .tab__item .tab__content > * {
  padding-inline: 52px;
}
@media (max-width: 1024px) {
  .wp-block-create-block-tabs .tab-content .tab__item .tab__content > * {
    padding-inline: 0;
  }
}
.wp-block-create-block-tabs .tab-content .tab__item .tab__content h4,
.wp-block-create-block-tabs .tab-content .tab__item .tab__content .h4,
.wp-block-create-block-tabs .tab-content .tab__item .tab__content .tab-heading {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  white-space: normal;
}
.wp-block-create-block-tabs .tab-content .tab__item .tab__content h4:hover .icon svg,
.wp-block-create-block-tabs .tab-content .tab__item .tab__content .h4:hover .icon svg,
.wp-block-create-block-tabs .tab-content .tab__item .tab__content .tab-heading:hover .icon svg {
  stroke: #fff;
  fill: #f97316;
}
.wp-block-create-block-tabs .tab-content .tab__item .tab__content h4 .icon,
.wp-block-create-block-tabs .tab-content .tab__item .tab__content .h4 .icon,
.wp-block-create-block-tabs .tab-content .tab__item .tab__content .tab-heading .icon {
  width: 40px;
  height: 40px;
  display: block;
}
.wp-block-create-block-tabs .tab-content .tab__item .tab__content h4 .text,
.wp-block-create-block-tabs .tab-content .tab__item .tab__content .h4 .text,
.wp-block-create-block-tabs .tab-content .tab__item .tab__content .tab-heading .text {
  text-wrap: initial;
  text-align: left;
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  white-space: break-spaces;
  word-wrap: break-word;
  overflow: auto;
}
.wp-block-create-block-tabs .tab-content .tab__item .tab__content h4 .text img,
.wp-block-create-block-tabs .tab-content .tab__item .tab__content .h4 .text img,
.wp-block-create-block-tabs .tab-content .tab__item .tab__content .tab-heading .text img {
  width: 32px;
  height: 32px;
}
@media (max-width: 1200px) {
  .wp-block-create-block-tabs .tab-content .tab__item .tab__content h4 .text,
  .wp-block-create-block-tabs .tab-content .tab__item .tab__content .h4 .text,
  .wp-block-create-block-tabs .tab-content .tab__item .tab__content .tab-heading .text {
    font-size: 18px;
    line-height: 26px;
  }
}
.wp-block-create-block-tabs .tab-content .tab__item .tab__content p {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .wp-block-create-block-tabs .tab-content .tab__item .tab__content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.wp-block-create-block-tabs .tab-content .tab__item .tab__content p a {
  text-decoration: underline;
  color: #f97316;
}
.wp-block-create-block-tabs .tab-content .tab__item .tab__content p a:visited {
  color: #f97316;
}
.wp-block-create-block-tabs + .media-container {
  padding-top: 0;
}

.tab-block {
  width: min(100%, 1310px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 160px 0 80px;
}
@media (max-width: 1200px) {
  .tab-block {
    padding: 100px 0 50px;
  }
}
@media (max-width: 640px) {
  .tab-block {
    padding: 50px 0 50px;
  }
}
.tab-block .tab-content .tab-panel {
  display: none;
  gap: 75px;
  padding-inline: 40px;
  align-items: center;
}
@media (max-width: 1024px) {
  .tab-block .tab-content .tab-panel {
    flex-direction: column;
    padding-inline: 0;
    gap: 50px;
  }
}
.tab-block .tab-content .tab-panel__img {
  width: 100%;
  max-width: 630px;
  min-height: 570px;
  position: relative;
}
@media (max-width: 1024px) {
  .tab-block .tab-content .tab-panel__img {
    max-width: 100%;
    min-height: 650px;
  }
}
@media (max-width: 640px) {
  .tab-block .tab-content .tab-panel__img {
    max-width: 100%;
    min-height: 386px;
  }
}
.tab-block .tab-content .tab-panel__img img {
  border-radius: 4px;
  position: absolute;
  inset: 0;
}
.tab-block .tab-content .tab-panel__content {
  width: 100%;
  max-width: 565px;
}
@media (max-width: 1024px) {
  .tab-block .tab-content .tab-panel__content {
    padding-inline: 40px;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .tab-block .tab-content .tab-panel__content {
    padding-inline: 20px;
  }
}
.tab-block .tab-content .tab-panel.active {
  display: flex;
}
.tab-block .tab-content .tab__item {
  padding: 30px 10px;
  border-bottom: 1px solid #fed7aa;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tab-block .tab-content .tab__item > * {
  padding-inline: 52px;
}
@media (max-width: 1024px) {
  .tab-block .tab-content .tab__item > * {
    padding-inline: 0;
  }
}
.tab-block .tab-content .tab__item .tab__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  background: none;
  border: none;
}
.tab-block .tab-content .tab__item .tab__content > * {
  padding-inline: 52px;
}
@media (max-width: 1024px) {
  .tab-block .tab-content .tab__item .tab__content > * {
    padding-inline: 0;
  }
}
.tab-block .tab-content .tab__item .tab__content h4,
.tab-block .tab-content .tab__item .tab__content .h4,
.tab-block .tab-content .tab__item .tab__content .tab-heading {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  white-space: normal;
}
.tab-block .tab-content .tab__item .tab__content h4:hover .icon svg,
.tab-block .tab-content .tab__item .tab__content .h4:hover .icon svg,
.tab-block .tab-content .tab__item .tab__content .tab-heading:hover .icon svg {
  stroke: #fff;
  fill: #f97316;
}
.tab-block .tab-content .tab__item .tab__content h4 .icon,
.tab-block .tab-content .tab__item .tab__content .h4 .icon,
.tab-block .tab-content .tab__item .tab__content .tab-heading .icon {
  width: 40px;
  height: 40px;
  display: block;
}
.tab-block .tab-content .tab__item .tab__content h4 .text,
.tab-block .tab-content .tab__item .tab__content .h4 .text,
.tab-block .tab-content .tab__item .tab__content .tab-heading .text {
  text-wrap: initial;
  text-align: left;
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  white-space: break-spaces;
  word-wrap: break-word;
  overflow: auto;
}
.tab-block .tab-content .tab__item .tab__content h4 .text img,
.tab-block .tab-content .tab__item .tab__content .h4 .text img,
.tab-block .tab-content .tab__item .tab__content .tab-heading .text img {
  width: 32px;
  height: 32px;
}
@media (max-width: 1200px) {
  .tab-block .tab-content .tab__item .tab__content h4 .text,
  .tab-block .tab-content .tab__item .tab__content .h4 .text,
  .tab-block .tab-content .tab__item .tab__content .tab-heading .text {
    font-size: 18px;
    line-height: 26px;
  }
}
.tab-block .tab-content .tab__item .tab__content p {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .tab-block .tab-content .tab__item .tab__content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.tab-block .tab-content .tab__item .tab__content p a {
  text-decoration: underline;
  color: #f97316;
}
.tab-block .tab-content .tab__item .tab__content p a:visited {
  color: #f97316;
}

/* Text-image block
--------------------------------------------- */
.text-image-block__wrapper {
  width: min(100%, 1310px);
  margin: 0 auto;
  padding: 80px 40px;
  position: relative;
}
@media (max-width: 1200px) {
  .text-image-block__wrapper {
    padding: 0 0 50px;
  }
}
.text-image-block__info {
  display: flex;
  gap: 80px;
  min-height: 750px;
  justify-content: center;
}
@media (max-width: 1200px) {
  .text-image-block__info {
    flex-direction: column;
    gap: 0;
  }
}
.text-image-block__info .text-image-block__image {
  width: 100%;
  max-width: 630px;
  min-height: 760px;
  position: relative;
}
@media (max-width: 1200px) {
  .text-image-block__info .text-image-block__image {
    max-width: 100%;
    min-height: 100%;
    height: 650px;
  }
}
@media (max-width: 640px) {
  .text-image-block__info .text-image-block__image {
    height: 386px;
  }
}
.text-image-block__info .text-image-block__image img {
  position: absolute;
  inset: 0;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .text-image-block__info .text-image-block__image img {
    -o-object-position: top;
       object-position: top;
  }
}
.text-image-block__info .text-image-block__content.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-image-block__info .text-image-block__content.content .content__wrapper {
  width: 100%;
  max-width: 520px;
  padding: 50px 40px;
}
@media (max-width: 1200px) {
  .text-image-block__info .text-image-block__content.content .content__wrapper {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 640px) {
  .text-image-block__info .text-image-block__content.content .content__wrapper {
    padding: 50px 20px;
  }
}
.text-image-block__info .text-image-block__content.content .content__wrapper h4 {
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 30px 0 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}
.text-image-block__info .text-image-block__content.content .content__wrapper h4 img {
  width: 32px;
  height: 32px;
}
@media (max-width: 1200px) {
  .text-image-block__info .text-image-block__content.content .content__wrapper h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
.text-image-block__info .text-image-block__content.content .content__wrapper p {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .text-image-block__info .text-image-block__content.content .content__wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}
.text-image-block__info .text-image-block__content.content .content__wrapper p strong {
  color: #f97316;
  font-family: "Inter-bold", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.text-image-block__info .text-image-block__content.content .content__wrapper p:last-child {
  margin-bottom: 0;
}
.text-image-block__info .text-image-block__content.content .content__wrapper > ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1200px) {
  .text-image-block__info .text-image-block__content.content .content__wrapper > ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.text-image-block__info .text-image-block__content.content .content__wrapper > ul li {
  padding-left: 40px;
  position: relative;
}
.text-image-block__info .text-image-block__content.content .content__wrapper > ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url("../src/assets/svg/icon-list.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.text-image-block__info .text-image-block__content.content .content__wrapper > ul li strong {
  color: #111827;
  font-family: "Inter-bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .text-image-block__info .text-image-block__content.content .content__wrapper > ul li {
    font-size: 16px;
    line-height: 24px;
    max-width: 330px;
    width: 100%;
  }
}
.text-image-block__info .text-image-block__content.content .content__wrapper > ul li a {
  text-decoration: underline;
  color: #f97316;
}
.text-image-block__info .text-image-block__content.content .content__wrapper > ul li a:visited {
  color: #f97316;
}
.text-image-block__info .text-image-block__content.content .content__wrapper .tooltip {
  border-top: 1px solid #fed7aa;
  padding-top: 20px;
  margin-top: 60px;
  position: relative;
  color: #94a3b8;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
.text-image-block__info .text-image-block__content.content .content__wrapper .tooltip:after {
  content: "?";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f97316;
  border: 2px solid #f97316;
  display: flex;
  color: #fff;
  padding-left: 7px;
}
.text-image-block__info .text-image-block__content.content .content__wrapper .tooltip .tooltiptext {
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  max-width: 350px;
  padding: 40px 24px 40px 54px;
  background-color: #fff;
  color: #94a3b8;
  border-radius: 2px;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  z-index: 1;
  box-shadow: 0 20px 50px 0 rgba(19, 117, 252, 0.1);
}
@media (max-width: 1200px) {
  .text-image-block__info .text-image-block__content.content .content__wrapper .tooltip .tooltiptext {
    transform: translateX(-50%);
  }
}
@media (max-width: 640px) {
  .text-image-block__info .text-image-block__content.content .content__wrapper .tooltip .tooltiptext {
    transform: none;
    max-width: 100%;
    left: 0;
  }
}
.text-image-block__info .text-image-block__content.content .content__wrapper .tooltip .tooltiptext:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  z-index: -1;
  width: 20px;
  height: 20px;
  rotate: 45deg;
  background-color: #fff;
}
.text-image-block__info .text-image-block__content.content .content__wrapper .tooltip .tooltiptext ul {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.text-image-block__info .text-image-block__content.content .content__wrapper .tooltip .tooltiptext ul li {
  color: #94a3b8;
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  list-style: initial;
}
.text-image-block__info .text-image-block__content.content .content__wrapper .tooltip:hover {
  color: #f97316;
}
.text-image-block__info .text-image-block__content.content .content__wrapper .tooltip:hover:after {
  background-color: #fff;
  color: #f97316;
}
.text-image-block__info .text-image-block__content.content .content__wrapper .tooltip:hover .tooltiptext {
  opacity: 1;
  visibility: visible;
}
.text-image-block.text-image-block-content .text-image-block__info .text-image-block__content.content .content__wrapper > ul li {
  max-width: 100%;
}

/* Unfolding-block
--------------------------------------------- */
.unfolding-block__wrapper {
  width: min(100%, 1310px);
  padding: 80px 40px 0;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .unfolding-block__wrapper {
    padding: 50px 40px 0;
  }
}
@media (max-width: 767px) {
  .unfolding-block__wrapper {
    padding: 50px 0 0;
  }
}
.unfolding-block__wrapper .unfolding-block__heading {
  text-align: center;
  padding: 0 40px;
}
@media (max-width: 640px) {
  .unfolding-block__wrapper .unfolding-block__heading {
    text-align: left;
    padding: 0 20px;
  }
}
.unfolding-block__wrapper .unfolding__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
  gap: 100px;
}
@media (max-width: 1200px) {
  .unfolding-block__wrapper .unfolding__header {
    gap: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .unfolding-block__wrapper .unfolding__header {
    flex-direction: column-reverse;
    gap: 50px;
  }
}
.unfolding-block__wrapper .unfolding__header .unfolding--right {
  width: 100%;
  max-width: 565px;
}
@media (max-width: 767px) {
  .unfolding-block__wrapper .unfolding__header .unfolding--right {
    max-width: 100%;
    padding: 0 20px;
  }
}
.unfolding-block__wrapper .unfolding__header .unfolding--right h4 {
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .unfolding-block__wrapper .unfolding__header .unfolding--right h4 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 38px;
  }
}
@media (max-width: 640px) {
  .unfolding-block__wrapper .unfolding__header .unfolding--right h4 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 30px;
  }
}
.unfolding-block__wrapper .unfolding__header .unfolding--right p {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .unfolding-block__wrapper .unfolding__header .unfolding--right p {
    font-size: 16px;
    line-height: 24px;
  }
}
.unfolding-block__wrapper .unfolding__header .unfolding--right ul {
  padding-left: 44px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1200px) {
  .unfolding-block__wrapper .unfolding__header .unfolding--right ul {
    padding-left: 38px;
  }
}
@media (max-width: 640px) {
  .unfolding-block__wrapper .unfolding__header .unfolding--right ul {
    padding-left: 33px;
  }
}
.unfolding-block__wrapper .unfolding__header .unfolding--right ul li {
  list-style: initial;
}
@media (max-width: 1200px) {
  .unfolding-block__wrapper .unfolding__header .unfolding--right ul li {
    font-size: 16px;
  }
}
.unfolding-block__wrapper .unfolding__header .unfolding--right ul li::marker {
  color: #f97316;
}
.unfolding-block__wrapper .unfolding__header .unfolding--right button {
  margin-top: 40px;
  width: 100%;
  border-radius: 2px;
  border: 2px solid #fed7aa;
  background-color: transparent;
  color: #94a3b8;
}
.unfolding-block__wrapper .unfolding__header .unfolding--right button:hover, .unfolding-block__wrapper .unfolding__header .unfolding--right button.active {
  color: #f97316;
  border: 2px solid #f97316;
}
.unfolding-block__wrapper .unfolding__header .unfolding--left {
  width: 100%;
  max-width: 565px;
  min-height: 550px;
  position: relative;
}
@media (max-width: 767px) {
  .unfolding-block__wrapper .unfolding__header .unfolding--left {
    max-width: 100%;
  }
}
.unfolding-block__wrapper .unfolding__header .unfolding--left img {
  position: absolute;
  inset: 0;
  border-radius: 4px;
}
.unfolding-block__wrapper .unfolding__content {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 80px;
}
@media (max-width: 1200px) {
  .unfolding-block__wrapper .unfolding__content {
    flex-direction: column;
  }
}
.unfolding-block__wrapper .unfolding__content.active {
  display: flex;
}
.unfolding-block__wrapper .unfolding__content--item {
  width: calc(50% - 50px);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1200px) {
  .unfolding-block__wrapper .unfolding__content--item {
    width: 100%;
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .unfolding-block__wrapper .unfolding__content--item {
    padding: 25px 20px;
  }
}
.unfolding-block__wrapper .unfolding__content--item:first-child {
  padding-top: 0;
}
@media (max-width: 1200px) {
  .unfolding-block__wrapper .unfolding__content--item:last-child {
    padding-bottom: 50px;
  }
}
.unfolding-block__wrapper .unfolding__content--item h4 {
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .unfolding-block__wrapper .unfolding__content--item h4 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 38px;
  }
}
@media (max-width: 640px) {
  .unfolding-block__wrapper .unfolding__content--item h4 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 30px;
  }
}
.unfolding-block__wrapper .unfolding__content--item p + h4,
.unfolding-block__wrapper .unfolding__content--item ul + h4 {
  margin-top: 60px;
}
@media (max-width: 1200px) {
  .unfolding-block__wrapper .unfolding__content--item p + h4,
  .unfolding-block__wrapper .unfolding__content--item ul + h4 {
    margin-top: 30px;
  }
}
.unfolding-block__wrapper .unfolding__content--item ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 38px;
}
@media (max-width: 640px) {
  .unfolding-block__wrapper .unfolding__content--item ul {
    margin-top: 33px;
  }
}
.unfolding-block__wrapper .unfolding__content--item ul li {
  list-style: initial;
}
.unfolding-block__wrapper .unfolding__content--item ul li::marker {
  color: #f97316;
}
.unfolding-block__wrapper .unfolding__content--item p, .unfolding-block__wrapper .unfolding__content--item li {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  list-style: initial;
}
@media (max-width: 1200px) {
  .unfolding-block__wrapper .unfolding__content--item p, .unfolding-block__wrapper .unfolding__content--item li {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Details block
--------------------------------------------- */
.details-block__wrapper {
  width: min(100%, 1310px);
  padding: 80px 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .details-block__wrapper {
    padding: 50px 0;
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 640px) {
  .details-block__wrapper {
    padding: 50px 0;
  }
}
.details-block__wrapper.right {
  flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  .details-block__wrapper.right {
    flex-direction: column;
  }
}
.details-block__wrapper .details-block__block {
  width: calc(50% - 50px);
}
@media (max-width: 1200px) {
  .details-block__wrapper .details-block__block {
    width: 100%;
  }
}
.details-block__wrapper .details-block__block--right {
  display: table;
}
@media (max-width: 1200px) {
  .details-block__wrapper .details-block__block--right {
    padding-inline: 40px;
  }
}
@media (max-width: 640px) {
  .details-block__wrapper .details-block__block--right {
    padding-inline: 20px;
  }
}
.details-block__wrapper .details-block__block--right--wrapper {
  display: table-cell;
  vertical-align: middle;
}
.details-block__wrapper .details-block__block--right .details-block__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.details-block__wrapper .details-block__block--right .details-block__content .details__item summary {
  border-radius: 4px;
  border: 1px solid #fed7aa;
  padding: 15px 30px;
  cursor: pointer;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .details-block__wrapper .details-block__block--right .details-block__content .details__item summary {
    padding: 10px 20px;
  }
}
.details-block__wrapper .details-block__block--right .details-block__content .details__item summary svg {
  transition: rotate 200ms ease-out;
}
.details-block__wrapper .details-block__block--right .details-block__content .details__item--title {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #111827;
}
.details-block__wrapper .details-block__block--right .details-block__content .details__item--title img {
  width: 32px;
  height: 32px;
}
.details-block__wrapper .details-block__block--right .details-block__content .details__item details[open] > summary {
  background: #fff;
  border: none;
  box-shadow: 0 20px 50px 0 rgba(19, 117, 252, 0.1);
  color: #111827;
}
.details-block__wrapper .details-block__block--right .details-block__content .details__item details[open] > summary svg {
  rotate: 180deg;
  stroke: #f97316;
}
.details-block__wrapper .details-block__block--right .details-block__content .details__item .details__definition {
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  border: 2px solid transparent;
  transition: max-height 400ms ease-out, border 0ms 400ms linear;
}
@media (max-width: 1200px) {
  .details-block__wrapper .details-block__block--right .details-block__content .details__item .details__definition {
    max-width: 100%;
  }
}
.details-block__wrapper .details-block__block--right .details-block__content .details__item details[open] + .details__definition {
  max-height: 800px;
  transition: max-height 1400ms ease-out, border 0ms linear;
}
.details-block__wrapper .details-block__block--right .details-block__content .details__item p {
  padding: 20px 30px;
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .details-block__wrapper .details-block__block--right .details-block__content .details__item p {
    font-size: 16px;
    line-height: 24px;
  }
}
.details-block__wrapper .details-block__block--left {
  min-height: 650px;
  position: relative;
}
.details-block__wrapper .details-block__block--left img {
  position: absolute;
  inset: 0;
  min-height: 650px;
  max-height: 650px;
  height: auto;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .details-block__wrapper .details-block__block--left img {
    min-height: auto;
    max-height: 100%;
    height: 100%;
  }
}
@media (max-width: 640px) {
  .details-block__wrapper .details-block__block--left {
    min-height: 386px;
  }
}

summary::-webkit-details-marker {
  display: none;
  width: 0.66em;
  height: 0.66em;
  margin-right: 0.4em;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Menu walker
--------------------------------------------- */
ul.info-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
ul.info-menu li {
  margin-left: 30px;
}
ul.info-menu li.current_page_item a, ul.info-menu li.current_page_item span.menu-item {
  color: #ea580c;
}
ul.info-menu li:first-child {
  margin-left: 0;
}
ul.info-menu li a {
  color: #777;
  text-decoration: none;
}
ul.info-menu li a:hover {
  text-decoration: underline;
}

@media all and (min-width: 1201px) {
  .site-menu-ua-panel {
    position: relative;
    z-index: 5;
  }
  .sub-menu-container {
    position: absolute;
    left: 0;
    z-index: 5;
    min-width: 230px;
    background-color: #fff;
    pointer-events: none;
    opacity: 0;
    transform: translate(0px, 10px);
    filter: blur(10px);
    transition-property: opacity, transform, filter;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    border-radius: 2px;
    border: 1px solid #fed7aa;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.04);
  }
  ul.sub-menu {
    padding: 10px 0;
    text-align: left;
  }
  ul.sub-menu li {
    padding: 8px 15px 8px 15px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
  }
  ul.sub-menu li.current_page_item > a, ul.sub-menu li.current_page_item > span.menu-item {
    color: #ea580c;
  }
  ul.sub-menu li.current-menu-ancestor > a, ul.sub-menu li.current-menu-ancestor > span.menu-item {
    color: #ea580c;
  }
  ul.sub-menu li a, ul.sub-menu li span.menu-item {
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
    color: #191919;
    font-size: 0.85rem;
    line-height: 1.3;
  }
  ul.sub-menu li .sub-menu-container {
    position: absolute;
    top: 0;
    z-index: 5;
    transform: translate(calc(100% - 2px), -11px);
    filter: none;
  }
  ul.sub-menu li:hover > a, ul.sub-menu li:hover > span.menu-item {
    color: #ea580c;
  }
  ul.sub-menu li:hover.menu-item-has-children:after {
    border-left-color: #ea580c;
  }
  ul.sub-menu li:hover > .sub-menu-container {
    opacity: 1;
    pointer-events: all;
  }
  ul.sub-menu li.menu-item-has-children:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 10px;
    top: 13px;
    border-left: 6px solid #777777;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  ul.menu-ua {
    display: flex;
    justify-content: end;
    align-items: flex-start;
  }
  ul.menu-ua > li {
    padding: 0 20px;
    position: relative;
    font-family: "Inter-regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
  }
  ul.menu-ua > li.current-menu-ancestor > a, ul.menu-ua > li.current-menu-ancestor > span.menu-item, ul.menu-ua > li.current_page_item > a, ul.menu-ua > li.current_page_item > span.menu-item {
    color: #ea580c;
  }
  ul.menu-ua > li.current-menu-parent ~ .current-menu-item a, ul.menu-ua > li.current-menu-parent ~ .current-menu-item span.menu-item {
    color: #191919;
  }
  ul.menu-ua > li > a, ul.menu-ua > li > span.menu-item {
    display: inline-block;
    cursor: pointer;
    min-height: 54px;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    transition: color 300ms linear;
    padding: 15px 0;
  }
  ul.menu-ua > li > a:hover, ul.menu-ua > li > span.menu-item:hover {
    color: #ea580c;
  }
  ul.menu-ua > li:hover > .sub-menu-container {
    opacity: 1;
    pointer-events: all;
    transition-delay: 0ms;
    transform: translate(0px, 0px);
    filter: none;
  }
  ul.menu-ua > li:hover > .menu-item-arrow-has-children {
    border-top-color: #ea580c;
  }
  ul.menu-ua > li > .menu-item-arrow-has-children {
    position: absolute;
    right: 6px;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    transition: all 0.3s linear;
  }
  ul.menu-ua > li .sub-menu-parent-title {
    display: none;
  }
  .mob-menu-title,
  .menu-goto-parent,
  .parent-menu-title {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .site-menu-ua-panel {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(-101%, 0);
    transition-property: opacity, transform;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    transition-delay: 200ms;
    pointer-events: none;
    opacity: 0;
  }
  .site-menu-ua-panel.opened {
    pointer-events: all;
    transform: translate(0%, 0);
    transition-delay: 0ms;
    opacity: 1;
  }
  .site-menu-ua-panel.opened .mobile-menu-shell {
    transform: translate(0%, 0);
    transition-delay: 200ms;
  }
  .mobile-menu-shell {
    transform: translate(-100%, 0);
    transition-property: opacity, transform;
    transition-duration: 300ms;
    transition-timing-function: ease-out;
  }
  .container.container__header.menu-wrapper {
    max-width: initial;
    width: 100%;
    margin-left: initial;
    margin-right: initial;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: #111827;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
  }
  .sub-menu-parent-title, .mob-menu-title, .sub-menu-parent-title > .parent-menu-title {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 0;
    cursor: pointer;
    font-size: 1.3rem;
    outline: 0;
    white-space: nowrap;
  }
  .mob-menu-title {
    padding: 0 16px;
  }
  .menu-item-arrow-has-children {
    height: 44px;
    width: 44px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .menu-item-arrow-has-children:before {
    content: "";
    position: absolute;
    z-index: 5;
    width: 0;
    height: 0;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  .menu-goto-parent {
    height: 40px;
    width: 40px;
  }
  .sub-menu-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 200;
    background-color: #111827;
    transform: translate(100%, 0px);
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    transition: transform 200ms ease-out;
    padding: 110px 20px 20px;
  }
}
@media (max-width: 1200px) and (min-width: 641px) {
  .sub-menu-container {
    padding: 140px 40px 40px;
  }
}
@media all and (max-width: 1200px) {
  .sub-menu-container.opened {
    transform: translate(0%, 0px);
  }
}
@media all and (max-width: 1200px) {
  ul.menu-ua {
    padding: 110px 20px 20px;
    font-family: "Inter-regular", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    background-color: #111827;
    height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1200px) and (min-width: 641px) {
  ul.menu-ua {
    padding: 140px 0 40px;
  }
}
@media all and (max-width: 1200px) {
  ul.menu-ua a, ul.menu-ua span.menu-item {
    display: block;
    height: 100%;
    line-height: 44px;
    box-sizing: border-box;
    text-decoration: none;
    padding: 0 0 0 40px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
  }
}
@media all and (max-width: 1200px) {
  ul.menu-ua li {
    display: flex;
    align-items: center;
  }
  ul.menu-ua li.current_page_item > a, ul.menu-ua li.current_page_item > span.menu-item {
    color: #ea580c;
  }
}
@media all and (max-width: 1200px) {
  ul.menu-ua, ul.menu-ua > li, .menu-ua-nav {
    position: static;
  }
}
@media all and (max-width: 1200px) {
  ul.menu-ua {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media all and (max-width: 1200px) {
  .burger-icon {
    width: 34px;
    height: 24px;
    position: relative;
    z-index: 54;
    cursor: pointer;
  }
  .burger-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 30px;
    background-color: #fff;
    transition-property: opacity, transform, left, top, background-color;
    transition-timing-function: linear;
    transition-duration: 300ms;
  }
  .burger-icon span:nth-child(1) {
    top: 2px;
  }
  .burger-icon span:nth-child(2) {
    top: calc(50% - 2px);
  }
  .burger-icon span:nth-child(3) {
    top: calc(100% - 6px);
  }
  .burger-icon.opened span:nth-child(1) {
    left: 2px;
    top: calc(50% - 2px);
    transform: rotate(45deg);
    background-color: #fff;
  }
  .burger-icon.opened span:nth-child(2) {
    opacity: 0;
    transform: scale(0, 1);
    left: 2px;
  }
  .burger-icon.opened span:nth-child(3) {
    left: 2px;
    top: calc(50% - 2px);
    transform: rotate(-45deg);
    background-color: #fff;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.select {
  position: relative;
}
.select__gap {
  border: 1px solid #94a3b8;
  padding: 7px 50px 5px 20px;
  cursor: pointer;
  color: #94a3b8;
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  min-width: 223px;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  position: relative;
}
.select__gap:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath stroke='%2397A2C5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 1 5 5 1 1'/%3E%3C/svg%3E");
  width: 10px;
  height: 7px;
  right: 20px;
  top: 50%;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  transform-origin: center center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-position: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.select__gap.on:after {
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
}
.select__gap-selected {
  border: 1px solid #f97316;
  color: #111827;
}
.select__list {
  position: absolute;
  top: 100%;
  z-index: 10;
  border: 1px solid #f97316;
  min-width: 284px;
  border: 0 0 2px 2px;
}
.select__item {
  background: #FFFFFF;
  color: #111827;
  padding: 14px 20px 12px;
  cursor: pointer;
  font-family: "Inter-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.select__item:hover {
  color: #FFFFFF;
  background: #f97316;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.blog header .header__wrapper {
  background-color: transparent;
}
.blog header .current-menu-item a {
  color: #ea580c;
}
.blog .banner {
  position: relative;
  padding: 220px 0 110px;
  margin-top: -145px;
  min-height: 650px;
  display: flex;
  align-items: end;
}
.blog .banner .hero__inner {
  padding-top: 70px;
}
.blog .banner h1 {
  font-family: "HeliosExt", sans-serif;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: 50px;
  color: #fff;
  font-size: 65px;
}
@media (max-width: 1200px) {
  .blog .banner h1 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .blog .banner h1 {
    font-size: 30px;
  }
}
.blog .banner .banner__background {
  background-color: #111827;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.blog .banner .banner__background img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.blog .banner .sort {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .blog .banner .sort {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.blog .banner .sort-heading {
  color: #fff;
  font-size: 18px;
  margin-right: 20px;
  margin-top: 5px;
  font-family: "Inter-regular", sans-serif;
}
@media (max-width: 767px) {
  .blog .banner .sort-heading {
    margin-bottom: 20px;
  }
}
.blog .banner .sort ul.blog-filter {
  font-family: "Inter-light", sans-serif;
  display: flex;
  flex-wrap: wrap;
  border: none;
  border-radius: 2px;
  text-align: center;
  color: #ffffff;
}
.blog .banner .sort ul.blog-filter .select-option {
  padding: 4px 15px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.5s linear;
}
.blog .banner .sort ul.blog-filter .select-option .category-link {
  color: #fff;
}
@media (max-width: 767px) {
  .blog .banner .sort ul.blog-filter .select-option .category-link {
    font-size: 16px;
  }
}
.blog .banner .sort ul.blog-filter .select-option:hover {
  background-color: white;
  border: 1px solid #f97316;
}
.blog .banner .sort ul.blog-filter .select-option:hover span {
  color: #f97316;
}
.blog .banner .sort ul.blog-filter .select-option.active {
  background-color: white;
  border: 1px solid #f97316;
}
.blog .banner .sort ul.blog-filter .select-option.active span {
  color: #f97316;
}
.blog .blog-posts {
  padding-bottom: 160px;
  padding-top: 160px;
}
.blog .blog-posts .container {
  width: min(100%, 1310px);
}
@media (max-width: 767px) {
  .blog .blog-posts {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.blog .blog-posts .posts__sort {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .blog .blog-posts .posts__sort {
    flex-direction: column;
    gap: 20px;
  }
}
.blog .blog-posts .posts__sort label {
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  margin-right: 22px;
}
@media (max-width: 767px) {
  .blog .blog-posts .posts__sort label {
    width: 100%;
    margin-right: 0px;
  }
}
.blog .blog-posts .posts__sort #date-sort-post {
  display: none;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5em;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #f97316;
  font-family: "inter", sans-serif;
  height: 38px;
  box-sizing: border-box;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .blog .blog-posts .posts__sort #date-sort-post {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .blog .blog-posts .posts__sort .custom-select {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog .blog-posts .posts__sort .select__list {
    width: 100%;
  }
}
.blog .blog-posts .blog_posts__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 80px 30px;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .blog .blog-posts .blog_posts__wrapper {
    gap: 30px 30px;
  }
}
.blog .blog-posts .blog_posts__wrapper .post {
  display: flex;
  flex-direction: column;
  max-width: 390px;
  width: 100%;
  border: 1px solid #fed7aa;
  padding: 10px 10px 0 10px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1309px) {
  .blog .blog-posts .blog_posts__wrapper .post {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .blog .blog-posts .blog_posts__wrapper .post {
    padding: 0;
    width: 100%;
    max-width: none;
    border: none;
    border-bottom: 1px solid #fed7aa;
  }
}
.blog .blog-posts .blog_posts__wrapper .post__desc {
  padding: 15px 23px 0px 23px;
  height: 230px;
}
@media (max-width: 767px) {
  .blog .blog-posts .blog_posts__wrapper .post__desc {
    padding: 15px 0 0 0;
  }
}
.blog .blog-posts .blog_posts__wrapper .post__desc .date {
  font-size: 18px;
  color: #94a3b8;
  font-family: "Inter-light", sans-serif;
}
@media (max-width: 1200px) {
  .blog .blog-posts .blog_posts__wrapper .post__desc .date {
    font-size: 16px;
  }
}
.blog .blog-posts .blog_posts__wrapper .post__desc h3 {
  font-family: "HeliosExt-Bold", sans-serif;
  margin-top: 15px;
  margin-bottom: 23px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 30px;
  height: 90px;
  color: #111827;
  font-size: 24px;
  display: -webkit-box;
}
@media (max-width: 1200px) {
  .blog .blog-posts .blog_posts__wrapper .post__desc h3 {
    font-size: 18px;
  }
}
.blog .blog-posts .blog_posts__wrapper .post__desc .category {
  font-family: "Inter-regular", sans-serif;
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #fed7aa;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
  color: #111827;
}

.single_post {
  margin: 240px 0 0;
}
@media (max-width: 1200px) {
  .single_post {
    margin: 220px 0 0;
  }
}
@media (max-width: 640px) {
  .single_post {
    margin: 185px 0 0;
  }
}
.single_post .container {
  max-width: 850px;
}
.single_post .container h1 {
  color: #111827;
  letter-spacing: 0;
  margin-bottom: 48px;
  font-size: calc(24px + 30 * (100vw - 320px) / 1600);
  line-height: 1.2;
  font-weight: 700;
  font-family: "HeliosExt-Bold", sans-serif;
  font-style: normal;
  text-transform: none;
}
@media (max-width: 1200px) {
  .single_post .container h1 {
    margin-bottom: 40px;
  }
}
.single_post .container p {
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .single_post .container p {
    font-size: 16px;
  }
}
.single_post .container p strong {
  font-family: "Inter-bold", sans-serif;
}
.single_post .container p a {
  color: #f97316;
}
.single_post .container p a:visited {
  color: #f97316;
}
.single_post .container ul {
  margin: 25px 0 40px;
}
.single_post .container ul li {
  position: relative;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .single_post .container ul li {
    font-size: 16px;
  }
}
.single_post .container ul li:after {
  position: absolute;
  left: -24px;
  top: 9px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f97316;
}
.single_post .container ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .single_post .container .wp-block-image figure {
    float: none;
  }
}
.single_post .container .wp-block-quote {
  position: relative;
  padding: 35px 30px 35px 135px;
  margin: 40px 0 60px;
  box-shadow: 0 20px 50px rgba(19, 117, 252, 0.1);
  border-radius: 2px;
}
@media (max-width: 767px) {
  .single_post .container .wp-block-quote {
    padding: 85px 30px 35px 35px;
  }
}
.single_post .container .wp-block-quote p {
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #111827;
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .single_post .container .wp-block-quote p {
    font-size: 18px;
  }
}
.single_post .container .wp-block-quote:after {
  position: absolute;
  content: url(../src/assets/svg/quote-icon.svg);
  left: 30px;
  top: 35px;
  width: 50px;
  height: 50px;
}

.container.single {
  max-width: 1310px;
  padding: 160px 15px 80px 15px;
}
@media (max-width: 1200px) {
  .container.single {
    max-width: 810px;
    padding: 160px 20px 80px 20px;
  }
}
.container.single .title {
  position: relative;
  width: 100%;
  max-width: 1020px;
  color: #111827;
  letter-spacing: 0;
  padding-bottom: 14px;
  margin-bottom: 46px;
  font-family: "HeliosExt-Bold", sans-serif;
  font-weight: 700;
  font-size: calc(24px + 30 * (100vw - 320px) / 1600);
  line-height: 1.2;
}
.container.single .title::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 4px;
  background-color: #f97316;
  left: 0;
  bottom: 0;
}
.container.single .recent-post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1280px) {
  .container.single .recent-post {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .container.single .recent-post {
    justify-content: center;
  }
}
.container.single .recent-post .post {
  display: flex;
  flex-direction: column;
  flex-basis: calc(33.33% - 20px);
  line-height: 30px;
  max-width: 390px;
  width: 100%;
  border: 1px solid #fed7aa;
  padding: 10px 10px 0 10px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .container.single .recent-post .post {
    max-width: none;
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .container.single .recent-post .post {
    flex-basis: calc(100% - 10px);
    border: none;
    border-bottom: 1px solid #fed7aa;
    padding: 10px 0;
  }
}
.container.single .recent-post .post__desc {
  padding: 15px 23px 0px 23px;
  height: 230px;
}
@media (max-width: 767px) {
  .container.single .recent-post .post__desc {
    padding: 15px 0;
  }
}
.container.single .recent-post .post__desc .date {
  font-size: 18px;
  color: #94a3b8;
  font-family: "Inter-light", sans-serif;
}
@media (max-width: 1200px) {
  .container.single .recent-post .post__desc .date {
    font-size: 16px;
  }
}
.container.single .recent-post .post__desc h3 {
  font-family: "HeliosExt-Bold", sans-serif;
  margin-top: 15px;
  margin-bottom: 23px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 30px;
  height: 90px;
  color: #111827;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .container.single .recent-post .post__desc h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.container.single .recent-post .post__desc .category {
  font-family: "Inter-regular", sans-serif;
  font-size: 12px;
  padding: 9px 10px;
  border: 1px solid #fed7aa;
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  line-height: 1;
  color: #111827;
  display: inline-block;
}

.single_post .container.single {
  padding: 160px 40px 80px;
}
@media (max-width: 1200px) {
  .single_post .container.single {
    padding: 100px 40px 50px;
  }
}
@media (max-width: 640px) {
  .single_post .container.single {
    padding: 100px 20px 50px;
  }
}

@media (max-width: 1200px) {
  .single-cases .single-cases__inner {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .single-cases .single-cases__content {
    margin: 0 auto 100px;
  }
}
.single-cases .container.single {
  padding: 0;
}

.pagination {
  justify-content: left;
  padding-top: 80px;
}
.pagination.none {
  display: none;
}
.pagination .page-numbers {
  border: 1px solid #fed7aa;
  border-radius: 4px;
  font-family: "Inter-medium", sans-serif;
  text-align: center;
  color: #94a3b8;
  width: 40px;
  height: 40px;
  padding: 11px 0;
  display: inline-block;
  line-height: 16px;
  cursor: pointer;
}
.pagination .page-numbers.current {
  background-color: #f97316;
  border-color: #f97316;
  color: #ffffff;
}
.pagination .page-numbers:not(:last-child) {
  margin-right: 20px;
}

.post-template-single-post-template header ul.menu-ua > li > .menu-item-arrow-has-children {
  border-top: 5px solid #0f172a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
@media (max-width: 1200px) {
  .post-template-single-post-template header ul.menu-ua > li > .menu-item-arrow-has-children {
    border-top: none;
  }
}
.post-template-single-post-template header ul li a {
  color: #111827;
}
@media (max-width: 1200px) {
  .post-template-single-post-template header ul li a {
    color: #fff;
  }
}
.post-template-single-post-template header ul li span.menu-item {
  color: #111827;
}
@media (max-width: 1200px) {
  .post-template-single-post-template header ul li span.menu-item {
    color: #fff;
  }
}
.post-template-single-post-template header .burger-icon span {
  background-color: #0f172a;
}
.post-template-single-post-template header .lang_switch button, .post-template-single-post-template header .header.box-shadow .lang_switch a, .post-template-single-post-template header .lang_switch .lang_switch__list a {
  color: #000;
}
.post-template-single-post-template header .lang_switch svg {
  fill: #000;
}

.post-type-archive-vacancies .hero {
  padding: 309px 0 216px;
  position: relative;
}
@media (max-width: 992px) {
  .post-type-archive-vacancies .hero {
    padding: 320px 0 226px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-vacancies .hero {
    padding: 261px 0 201px;
  }
}
.post-type-archive-vacancies .hero__background {
  background-color: #111827;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.post-type-archive-vacancies .hero__background img {
  opacity: 0.2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.post-type-archive-vacancies .hero__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 992px) {
  .post-type-archive-vacancies .hero__inner {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-vacancies .hero__inner {
    gap: 40px;
  }
}
.post-type-archive-vacancies .hero__title {
  color: #fff;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  text-transform: unset;
}
@media (max-width: 992px) {
  .post-type-archive-vacancies .hero__title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-vacancies .hero__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.post-type-archive-vacancies .hero__text {
  color: #FFFFFF;
  font-family: "Inter-regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 992px) {
  .post-type-archive-vacancies .hero__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-vacancies .hero__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.post-type-archive-vacancies .vacancy__arrow {
  transition: all 0.5s ease-in-out;
}
.post-type-archive-vacancies .vacancies__list {
  display: flex;
  flex-direction: column;
  min-height: 40vh;
  gap: 30px;
}
@media (max-width: 767px) {
  .post-type-archive-vacancies .vacancies__list {
    gap: 50px;
  }
}
.post-type-archive-vacancies .vacancies__inner {
  padding-top: 150px;
  padding-bottom: 80px;
  max-width: 1310px;
  position: relative;
}
@media (max-width: 992px) {
  .post-type-archive-vacancies .vacancies__inner {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-vacancies .vacancies__inner {
    flex-direction: column;
    align-content: flex-start;
  }
}
.post-type-archive-vacancies .vacancies__sort {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .post-type-archive-vacancies .vacancies__sort {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-vacancies .vacancies__sort {
    flex-direction: column;
    align-items: flex-start;
  }
}
.post-type-archive-vacancies .vacancies__sort label {
  margin-bottom: 0;
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 992px) {
  .post-type-archive-vacancies .vacancies__sort label {
    font-size: 16px;
    line-height: 24px;
  }
}
.post-type-archive-vacancies .vacancies__sort .select {
  min-width: 284px;
}
@media (max-width: 767px) {
  .post-type-archive-vacancies .vacancies__sort .select {
    min-width: 100%;
    width: 100%;
  }
}
.post-type-archive-vacancies .vacancies__sort .select:first-child {
  z-index: 50;
}
@media (max-width: 767px) {
  .post-type-archive-vacancies .vacancies__sort .select__list {
    width: 100%;
  }
}
.post-type-archive-vacancies .vacancies__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}
.post-type-archive-vacancies .vacancies__bottom button {
  white-space: normal;
}
@media (max-width: 767px) {
  .post-type-archive-vacancies .vacancies__bottom {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 20px;
    padding-top: 50px;
  }
}
.post-type-archive-vacancies .vacancies__bottom .pagination {
  padding-top: 0;
}
.post-type-archive-vacancies .vacancy {
  border: 1px solid #fed7aa;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
@media (max-width: 767px) {
  .post-type-archive-vacancies .vacancy {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}
.post-type-archive-vacancies .vacancy__not {
  width: 100%;
  text-align: center;
}
.post-type-archive-vacancies .vacancy__link {
  display: block;
  padding: 30px 30px 12px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .post-type-archive-vacancies .vacancy__link {
    padding: 0;
  }
}
.post-type-archive-vacancies .vacancy__link:hover .vacancy__title {
  color: #f97316;
}
.post-type-archive-vacancies .vacancy__link:hover .vacancy__arrow {
  background-color: #f97316;
  border: 1px solid #f97316;
}
.post-type-archive-vacancies .vacancy__link:hover .vacancy__arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-width='2' d='m18 24 4-4.5-4-4.5'/%3E%3C/svg%3E");
}
.post-type-archive-vacancies .vacancy__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-family: "HeliosExt-Bold", sans-serif;
  color: #111827;
  max-width: 940px;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
}
@media (max-width: 992px) {
  .post-type-archive-vacancies .vacancy__title {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    padding-right: 45px;
    display: flex;
  }
}
.post-type-archive-vacancies .vacancy__text {
  margin: 20px 0 30px;
  max-width: 940px;
  display: block;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .post-type-archive-vacancies .vacancy__text {
    margin: 20px 0 30px;
    font-size: 16px;
  }
}
.post-type-archive-vacancies .vacancy__description {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  border-top: 1px solid #fed7aa;
  padding: 12px 0 0;
  gap: 30px;
}
@media (max-width: 767px) {
  .post-type-archive-vacancies .vacancy__description {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0 0 12px;
    border-top: none;
    border-bottom: 1px solid #fed7aa;
  }
}
.post-type-archive-vacancies .vacancy__description-text {
  font-family: "Inter-regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #94a3b8;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .post-type-archive-vacancies .vacancy__description-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.post-type-archive-vacancies .vacancy__arrow {
  position: absolute;
  top: 30px;
  right: 30px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .post-type-archive-vacancies .vacancy__arrow {
    right: 0;
    top: 0;
    display: none;
  }
}
.post-type-archive-vacancies .vacancy__icon {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(88%) sepia(11%) saturate(2824%) hue-rotate(185deg) brightness(81%) contrast(87%);
}
.post-type-archive-vacancies .vacancy__city {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  color: #94a3b8;
  font-family: "Inter-regular", sans-serif;
}
.post-type-archive-vacancies .vacancy__position {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.post-type-archive-vacancies .vacancy__position span .quota {
  padding-right: 3px;
}
.post-type-archive-vacancies .vacancy__position span:last-child .quota {
  display: none;
  padding-right: 0;
}
.post-type-archive-vacancies .vacancy__status {
  font-family: "Inter-medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  padding: 6px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-align: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  align-items: center;
  background: #ffedd5;
  color: #f97316;
  white-space: nowrap;
  max-height: 39px;
}
@media (max-width: 767px) {
  .post-type-archive-vacancies .vacancy__status {
    order: -1;
  }
}
.post-type-archive-vacancies .vacancy__model {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.post-type-archive-vacancies .vacancy__time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Inter-regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #94a3b8;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .post-type-archive-vacancies .vacancy__time {
    font-size: 14px;
  }
}
.post-type-archive-vacancies .vacancy__icon {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .post-type-archive-vacancies .vacancy__icon {
    display: flex;
    align-items: center;
  }
}
.post-type-archive-vacancies .vacancy svg {
  width: 24px;
  height: 24px;
}
.post-type-archive-vacancies .vacancy__arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  position: absolute;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
}

.arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #fed7aa;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow:after {
  position: relative;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath stroke='%2397A2C5' stroke-linecap='round' stroke-width='2' d='m18 24 4-4.5-4-4.5'/%3E%3C/svg%3E");
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  top: -1.5px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.arrow:hover {
  background-color: #f97316;
}
.arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath stroke='%2397A2C5' stroke-linecap='round' stroke-width='2' d='m18 24 4-4.5-4-4.5'/%3E%3C/svg%3E");
}

.pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fed7aa;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
  color: #94a3b8;
}
.pagination .page-numbers svg {
  filter: brightness(0) saturate(100%) invert(70%) sepia(49%) saturate(191%) hue-rotate(188deg) brightness(86%) contrast(81%);
  transition: filter 0.3s ease-in-out;
  -webkit-transition: filter 0.3s ease-in-out;
  -moz-transition: filter 0.3s ease-in-out;
  -ms-transition: filter 0.3s ease-in-out;
  -o-transition: filter 0.3s ease-in-out;
  -webkit-filter: brightness(0) saturate(100%) invert(70%) sepia(49%) saturate(191%) hue-rotate(188deg) brightness(86%) contrast(81%);
}
.pagination .page-numbers:not(:last-child) {
  margin: 0;
}
.pagination .page-numbers.prev svg {
  margin: 0 2px 0 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform-origin: center;
}
.pagination .page-numbers.next svg {
  margin: 0 0 0 2px;
}
.pagination .page-numbers.current {
  background-color: #f97316;
  border-color: #f97316;
  color: #ffffff;
}
.pagination .page-numbers:hover {
  background: #f97316;
  border: #f97316;
  color: #fff;
}
.pagination .page-numbers:hover svg {
  filter: brightness(0) saturate(100%) invert(99%) sepia(55%) saturate(86%) hue-rotate(199deg) brightness(110%) contrast(101%);
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(55%) saturate(86%) hue-rotate(199deg) brightness(110%) contrast(101%);
}

.single-vacancies .hero {
  padding: 221px 0 121px;
  position: relative;
}
.single-vacancies .hero__background {
  background-color: #111827;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.single-vacancies .hero__background img {
  opacity: 0.2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.single-vacancies .hero__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 767px) {
  .single-vacancies .hero__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-vacancies .hero__title {
  margin-bottom: 30px;
  color: #fff;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  text-transform: unset;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .single-vacancies .hero__title {
    font-size: 44px;
    margin-bottom: 20px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .single-vacancies .hero__title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 40px;
  }
}
.single-vacancies .hero__info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 992px) {
  .single-vacancies .hero__info {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .single-vacancies .hero__info {
    display: none;
  }
}
.single-vacancies .hero__info .vacancy__descr {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 992px) {
  .single-vacancies .hero__info .vacancy__descr {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr;
  }
}
.single-vacancies .hero__info .vacancy__icon {
  margin-right: 10px;
  max-width: 20px;
  max-height: 20px;
}
.single-vacancies .hero__info .vacancy__status {
  font-family: "Inter-medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  padding: 6px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-align: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  align-items: center;
  background: #ffedd5;
  color: #f97316;
  white-space: nowrap;
  max-height: 39px;
}
@media (max-width: 992px) {
  .single-vacancies .hero__info .vacancy__status {
    grid-area: 1/1/2/3;
  }
}
.single-vacancies .hero__info .vacancy__model, .single-vacancies .hero__info .vacancy__time, .single-vacancies .hero__info .vacancy__lang {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.single-vacancies .hero__info .vacancy__model span, .single-vacancies .hero__info .vacancy__time span, .single-vacancies .hero__info .vacancy__lang span {
  color: #fff;
  font-family: "Inter-regular", sans-serif;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 18px;
  line-height: 27px;
}
.single-vacancies .hero__info .vacancy__lang {
  width: 100%;
  flex-wrap: wrap;
  color: #fff;
}
@media (max-width: 992px) {
  .single-vacancies .hero__info .vacancy__lang {
    align-items: center;
    gap: 10px 0;
  }
}
.single-vacancies .hero__info .vacancy__lang span {
  color: #fff;
  word-break: keep-all;
}
.single-vacancies .hero__info .vacancy__lang span + span {
  margin-left: 5px;
}
.single-vacancies .hero__info .vacancy__lang-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.single-vacancies .hero__info .vacancy__lang-item span {
  word-break: keep-all;
  color: #fff;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.single-vacancies .hero__info .vacancy__lang-item:after {
  content: "/";
  color: #fff;
  margin-right: 5px;
  margin-left: 5px;
  word-break: keep-all;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.single-vacancies .hero__info .vacancy__lang-item:last-child:after {
  content: none;
}
.single-vacancies .hero__info .vacancy__lang-category {
  color: #fff;
  word-break: keep-all;
  text-transform: uppercase;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.single-vacancies .hero__info .vacancy__info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
@media (max-width: 992px) {
  .single-vacancies .hero__info .vacancy__info {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .single-vacancies .hero__info .vacancy__info {
    display: none;
  }
}
.single-vacancies .hero__info .vacancy__cities {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
  max-width: 850px;
  width: 100%;
  gap: 10px 30px;
}
@media (max-width: 767px) {
  .single-vacancies .hero__info .vacancy__cities {
    max-width: 100%;
  }
}
.single-vacancies .hero__info .vacancy__cities a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.single-vacancies .hero__info .vacancy__city {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.single-vacancies .hero__info .vacancy__city span {
  color: #fff;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  word-break: keep-all;
  white-space: nowrap;
  word-break: keep-all;
}
.single-vacancies .hero__button {
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .single-vacancies .hero__button {
    justify-content: center;
  }
}
.single-vacancies .hero__button button {
  padding: 16px 32px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-family: "Inter-medium", sans-serif;
  min-width: 182px;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .single-vacancies .hero__button button {
    min-width: 280px;
  }
}
.single-vacancies .hero__button button:hover {
  background: white;
  color: #f97316;
}
.single-vacancies .v-content {
  padding: 80px 40px;
  background-color: #fff7ed;
}
@media (max-width: 992px) {
  .single-vacancies .v-content {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .single-vacancies .v-content {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .single-vacancies .v-content .container {
    padding: 0;
  }
}
.single-vacancies .v-content__inner {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 50px 0px rgba(19, 117, 252, 0.1);
  max-width: 1230px;
  margin: 0 auto;
  padding: 80px 30px;
}
@media (max-width: 992px) {
  .single-vacancies .v-content__inner {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .single-vacancies .v-content__inner {
    padding: 100px 20px;
  }
}
.single-vacancies .v-content__content {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}
.single-vacancies .v-content__content h2,
.single-vacancies .v-content__content h3,
.single-vacancies .v-content__content h4,
.single-vacancies .v-content__content h5 {
  margin-bottom: 20px;
  margin-top: 40px;
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 992px) {
  .single-vacancies .v-content__content h2,
  .single-vacancies .v-content__content h3,
  .single-vacancies .v-content__content h4,
  .single-vacancies .v-content__content h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
.single-vacancies .v-content__content p,
.single-vacancies .v-content__content li {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 992px) {
  .single-vacancies .v-content__content p,
  .single-vacancies .v-content__content li {
    font-size: 16px;
    line-height: 24px;
  }
}
.single-vacancies .v-content__content p + p,
.single-vacancies .v-content__content p li,
.single-vacancies .v-content__content li + p,
.single-vacancies .v-content__content li li {
  margin-top: 20px;
}
.single-vacancies .v-content__content ul {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .single-vacancies .v-content__content ul {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .single-vacancies .v-content__content ul {
    padding-left: 10px;
  }
}
.single-vacancies .v-content__content ul + p {
  margin-top: 20px;
}
.single-vacancies .v-content__content li {
  padding-left: 23px;
  position: relative;
}
.single-vacancies .v-content__content li::before {
  content: "•";
  color: #f97316;
  font-weight: bold;
  display: inline-block;
  width: 8px;
  font-size: 22px;
  left: 0;
  position: absolute;
}
.single-vacancies .v-content__content li + li {
  margin-top: 20px;
}
.single-vacancies .v-content__bottom {
  border-top: 1px solid #fed7aa;
  padding: 40px 0 0;
  margin-top: 60px;
  text-align: left;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .single-vacancies .v-content__bottom {
    flex-direction: column;
    align-items: center;
  }
}
.single-vacancies .v-content__bottom button {
  cursor: pointer;
  background: #f97316;
  color: #fff;
  border: 1px solid #f97316;
  font-family: "Inter-medium", sans-serif;
  padding: 16px 48px;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  font-weight: 500;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.single-vacancies .v-content__bottom button:hover {
  color: #f97316;
  background-color: #fff;
}
@media (max-width: 767px) {
  .single-vacancies .v-content__button {
    width: 100%;
  }
}
.single-vacancies .v-content__button:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .single-vacancies .v-content__button:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.single-vacancies .v-content__button + .v-content__button {
  display: none !important;
}
@media (max-width: 767px) {
  .single-vacancies .v-content__button + .v-content__button {
    display: block !important;
  }
}
.single-vacancies .other-vacancies {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1230px;
  margin: 80px auto;
}
@media (max-width: 767px) {
  .single-vacancies .other-vacancies {
    display: none;
  }
}
.single-vacancies .other-vacancies .container {
  max-width: 1310px;
}
.single-vacancies .other-vacancies__title {
  font-family: "Inter-regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #f97316;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.single-vacancies .other-vacancies__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.single-vacancies .other-vacancies__item {
  border: 1px solid #f97316;
  border-radius: 2px;
  transition: all 0.3s linear;
}
.single-vacancies .other-vacancies__item:hover {
  background: #f97316;
}
.single-vacancies .other-vacancies__item:hover > .other-vacancies__link {
  color: #fff;
}
.single-vacancies .other-vacancies__link {
  font-family: "Inter-regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #f97316;
  padding: 5px 16px;
  background: transparent;
  white-space: nowrap;
}
.single-vacancies .other-vacancies__all-vacancies {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-vacancies .other-vacancies__all-vacancies a {
  font-family: "Inter-regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #f97316;
  border-bottom: 1px solid #f97316;
  white-space: nowrap;
}

.cases {
  padding-top: 160px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cases {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.cases:not(.pagination div) .trainings__bottom {
  display: none;
}
.cases__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 30px;
  width: 100%;
}
@media (max-width: 992px) {
  .cases__inner {
    gap: 45px 30px;
  }
}
@media (max-width: 767px) {
  .cases__inner {
    gap: 50px 30px;
    width: 100%;
  }
}
.cases__item {
  width: calc(50% - 15px);
  max-width: 600px;
  padding: 10px;
  border: 1px solid #fed7aa;
}
@media (max-width: 767px) {
  .cases__item {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.cases__item:hover img {
  transform: scale(1.1);
}
.cases__item:hover .trainings__item-title {
  color: #f97316;
}
.cases__item-img {
  display: block;
  background: linear-gradient(139.99deg, #f97316 2.16%, #ea580c 100.02%);
  margin-bottom: 15px;
  border-radius: 2px;
  overflow: hidden;
  height: 260px;
}
@media (max-width: 992px) {
  .cases__item-img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cases__item-img {
    margin-bottom: 14px;
  }
}
.cases__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.cases__link {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 260px;
}
.cases__link img {
  width: 100%;
  top: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.cases__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cases__wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cases__info {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cases__info {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cases__info {
    margin-bottom: 25px;
  }
}
.cases__date {
  font-family: "Inter-medium", sans-serif;
  padding: 0 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #94a3b8;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cases__date {
    padding: 0 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .cases__date {
    padding: 0;
    margin-bottom: 19px;
  }
}
.cases__title {
  margin-bottom: 20px;
  color: #111827;
  font-family: "HeliosExt", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cases__title {
    padding: 0 10px;
    letter-spacing: 1.3px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .cases__title {
    padding: 0;
  }
}
.cases__text {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cases__text {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .cases__text {
    padding: 0;
  }
}
.cases__text p {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 3;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  font-family: "Inter-regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #0f172a;
}
@media (max-width: 992px) {
  .cases__text p {
    -ms-line-clamp: 5;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    font-size: 16px;
    line-height: 24px;
  }
}
.cases__button {
  text-align: center;
  border-radius: 2px;
  border: 1px solid #fed7aa;
  color: #94a3b8;
  text-align: center;
  font-family: "Inter-medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 16px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.cases__button:hover {
  border: 1px solid #f97316;
  color: #f97316;
  background-color: transparent !important;
}

.single-cases__inner {
  padding-bottom: 80px;
  padding-top: 167px;
}
@media (max-width: 767px) {
  .single-cases__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.single-cases .container.single {
  max-width: 1230px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 641px) {
  .single-cases .banner__wrapper {
    height: 650px;
  }
}
@media (min-width: 641px) {
  .single-cases .banner__info {
    padding: 36px 40px 40px;
  }
}
.single-cases .banner h5 {
  color: #fff;
  font-size: 24px;
  line-height: 72px;
  font-family: "HeliosExt-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .single-cases .banner h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .single-cases .banner h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
.single-cases .banner h1 {
  color: #fff;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  max-width: 1080px;
}
@media (max-width: 992px) {
  .single-cases .banner h1 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .single-cases .banner h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
.single-cases__subtitle {
  color: #fff;
  font-size: 24px;
  line-height: 72px;
  font-family: "HeliosExt-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  .single-cases__subtitle {
    font-weight: 400;
  }
}
.single-cases__subtitle + h1 {
  font-size: 28px;
}
.single-cases__content {
  max-width: 1230px;
  margin: 0 auto 160px;
}
@media (max-width: 767px) {
  .single-cases__content {
    margin: 0 auto 80px;
  }
}
.single-cases__content h3 {
  font-family: "HeliosExt-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  color: #111827;
}
@media (max-width: 1200px) {
  .single-cases__content h3 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .single-cases__content h3 {
    font-size: 22px;
  }
}
.single-cases__content h4 {
  font-family: "HeliosExt-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #111827;
  padding: 49px 0;
  margin-bottom: 80px;
  background: #fff7ed;
}
@media (max-width: 1200px) {
  .single-cases__content h4 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .single-cases__content h4 {
    font-size: 18px;
  }
}
.single-cases__content h5 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: "Inter-bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #0f172a;
}
.single-cases__content p {
  margin-top: 40px;
  font-family: "Inter-regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #0f172a;
}
@media (max-width: 1200px) {
  .single-cases__content p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .single-cases__content p {
    font-size: 16px;
    margin-top: 20px;
  }
}
.single-cases__content p + p {
  margin-top: 20px;
}
.single-cases__content pre.wp-block-verse {
  background-color: #fff7ed;
  text-align: center;
  color: #111827;
  text-align: center;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin: 60px 0;
  padding: 40px;
}
@media (max-width: 992px) {
  .single-cases__content pre.wp-block-verse {
    margin: 50px 0;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .single-cases__content pre.wp-block-verse {
    text-align: start;
    margin: 50px 20px;
  }
}
.single-cases__content a {
  font-weight: 700;
  color: #fed7aa;
}
.single-cases__content ul {
  margin-bottom: 60px;
}
.single-cases__content li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1200px) {
  .single-cases__content li {
    font-size: 16px;
  }
}
.single-cases__content li:before {
  content: "";
  height: 8px;
  min-height: 8px;
  width: 8px;
  min-width: 8px;
  background-color: #f97316;
  display: block;
  position: relative;
  border-radius: 50%;
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .single-cases__content li:before {
    margin-left: 10px;
  }
}
.single-cases__content li + li {
  margin-top: 20px;
}
.single-cases__content blockquote {
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
  padding-left: 34px;
  margin-left: 0;
}
@media (max-width: 1200px) {
  .single-cases__content blockquote {
    margin-top: 50px;
  }
}
.single-cases__content blockquote:before {
  content: "";
  background-color: #f97316;
  border-radius: 2px;
  height: 100%;
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.single-cases .wp-block-columns {
  max-width: 795px;
  margin: 0 auto;
}

.our-life-template-default header ul.menu-ua > li > .menu-item-arrow-has-children {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0f172a;
}
@media (max-width: 1200px) {
  .our-life-template-default header ul.menu-ua > li > .menu-item-arrow-has-children {
    border-top: none;
  }
}
.our-life-template-default header ul li a {
  color: #111827;
}
@media (max-width: 1200px) {
  .our-life-template-default header ul li a {
    color: #fff;
  }
}
.our-life-template-default header ul li span.menu-item {
  color: #111827;
}
@media (max-width: 1200px) {
  .our-life-template-default header ul li span.menu-item {
    color: #fff;
  }
}
.our-life-template-default header .burger-icon span {
  background-color: #0f172a;
}
.our-life-template-default header .lang_switch button, .our-life-template-default header .header.box-shadow .lang_switch li a {
  color: #000;
}
.our-life-template-default header .lang_switch svg {
  fill: #000;
}
.our-life-template-default header .lang_switch .lang_switch__list .lang-item a {
  color: #000;
}
.our-life-template-default header .lang_switch .lang_switch__list .lang-item a:hover {
  color: #f97316;
}
.our-life-template-default .gallery_page {
  margin: 150px 0;
}
.our-life-template-default .gallery_page .container {
  max-width: 1310px;
}
@media (max-width: 767px) {
  .our-life-template-default .gallery_page .container {
    padding: 0;
  }
}
.our-life-template-default .gallery_page h1 {
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 65px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  color: #111827;
  font-weight: 700;
  margin-bottom: 60px;
  padding-inline: 40px;
}
@media (max-width: 1200px) {
  .our-life-template-default .gallery_page h1 {
    font-size: 38px;
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .our-life-template-default .gallery_page h1 {
    font-size: 26px;
    padding-inline: 20px;
  }
}
.our-life-template-default .gallery_page .single-our-life__gallery {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .our-life-template-default .gallery_page .single-our-life__gallery {
    width: 100%;
  }
}
.our-life-template-default .gallery_page .single-our-life__gallery .single-our-life__item {
  width: 285px;
  height: 310px;
  position: relative;
  display: block;
  width: 285px;
  height: 310px;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .our-life-template-default .gallery_page .single-our-life__gallery .single-our-life__item {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .our-life-template-default .gallery_page .single-our-life__gallery .single-our-life__item {
    width: 50%;
  }
}

.page-not-found {
  background: #111827;
}
.page-not-found__wrapper {
  width: min(100%, 1310px);
  min-height: 100vh;
  padding: 240px 40px 80px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page-not-found__wrapper {
    padding: 240px 40px 50px;
  }
}
@media (max-width: 640px) {
  .page-not-found__wrapper {
    padding: 160px 20px 130px;
  }
}
.page-not-found__wrapper .page-not-found__content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 1200px) {
  .page-not-found__wrapper .page-not-found__content {
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .page-not-found__wrapper .page-not-found__content {
    flex-direction: column;
    gap: 50px;
  }
}
.page-not-found__wrapper .page-not-found__content .page-not-found__right {
  width: min(100%, 654px);
}
.page-not-found__wrapper .page-not-found__content .page-not-found__right h1 {
  color: #fff;
  font-family: "HeliosExt", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .page-not-found__wrapper .page-not-found__content .page-not-found__right h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .page-not-found__wrapper .page-not-found__content .page-not-found__right h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.page-not-found__wrapper .page-not-found__content .page-not-found__right p {
  color: #fff;
  font-family: "Inter-regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .page-not-found__wrapper .page-not-found__content .page-not-found__right p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 640px) {
  .page-not-found__wrapper .page-not-found__content .page-not-found__right p {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-not-found__wrapper .page-not-found__content .page-not-found__right p span {
  color: #fff;
  font-family: "Inter-bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .page-not-found__wrapper .page-not-found__content .page-not-found__right p span {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-not-found__wrapper .page-not-found__content .page-not-found__right button {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .page-not-found__wrapper .page-not-found__content .page-not-found__right button {
    margin-top: 40px;
  }
}
.page-not-found__wrapper .page-not-found__content .page-not-found__left {
  width: min(100%, 512px);
}
.page-not-found__wrapper .page-not-found__content .page-not-found__left img {
  max-width: 512px;
  max-height: 512px;
  -o-object-fit: contain;
     object-fit: contain;
}

.privacy-policy__wrapper {
  width: min(100%, 890px);
  padding: 160px 40px 80px;
  margin: 0 auto;
  flex-grow: 0 !important;
  flex-basis: auto !important;
}
@media (max-width: 1200px) {
  .privacy-policy__wrapper {
    padding: 100px 40px 50px;
  }
}
@media (max-width: 640px) {
  .privacy-policy__wrapper {
    padding: 100px 20px 50px;
  }
}
.privacy-policy__wrapper p {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin: 20px 0;
}
.privacy-policy__wrapper p a {
  color: #f97316;
}
.privacy-policy__wrapper p a:visited {
  color: #f97316;
}
@media (max-width: 1200px) {
  .privacy-policy__wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}
.privacy-policy__wrapper h3 {
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  margin: 80px 0 40px;
}
@media (max-width: 1200px) {
  .privacy-policy__wrapper h3 {
    margin: 50px 0 20px;
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 640px) {
  .privacy-policy__wrapper h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .privacy-policy .banner__heading {
    font-size: 22px !important;
  }
}

.faq {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.faq__inner {
  max-width: 1310px;
  margin: auto;
  padding: 0 40px;
}
@media (max-width: 640px) {
  .faq__inner {
    padding: 0 20px;
  }
}
.faq__top {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .faq__top {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .faq__top {
    margin-bottom: 40px;
  }
}
.faq__title {
  text-align: center;
  margin-bottom: 16px;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  color: #111827;
}
@media (max-width: 1200px) {
  .faq__title {
    font-size: 38px;
  }
}
@media (max-width: 640px) {
  .faq__title {
    text-align: left;
    font-size: 26px;
  }
}
.faq__text {
  text-align: center;
}
.faq__item {
  overflow: hidden;
}
.faq__item + .faq__item {
  margin-top: 30px;
}
.faq__item-title {
  display: flex;
  border: 1px solid #fed7aa;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 18px 50px 18px 30px;
}
@media (max-width: 1024px) {
  .faq__item-title {
    padding-top: 22px;
    padding-bottom: 15px;
    padding-left: 24px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .faq__item-title {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.faq__item-title-text {
  color: #111827;
  font-size: 24px;
  font-family: "HeliosExt-Bold", sans-serif;
  pointer-events: none;
  padding-right: 10px;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}
@media (max-width: 1200px) {
  .faq__item-title-text {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .faq__item-title-text {
    font-size: 16px;
  }
}
.faq__item-title-arrow {
  pointer-events: none;
}
.faq__item-text {
  border-left: 4px solid #f97316;
  height: 0;
  transform: translateY(-100%);
  transition: all ease 300ms;
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
}
.faq__item-text p {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .faq__item-text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq__item-text {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.faq__item--active {
  cursor: default;
  transition: all ease 300ms;
}
.faq__item--active .faq__item-title-arrow {
  transform: rotate(40deg);
  transition: all ease 300ms;
}
.faq__item--active .faq__item-title-text {
  color: #111827;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}
.faq__item--active .faq__item-text {
  height: auto;
  border-left: 4px solid #f97316;
  transform: translateY(0%);
  transition: all ease 300ms;
  padding-top: 24px;
  padding-bottom: 22px;
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .faq__item--active .faq__item-text {
    padding-top: 16px;
    padding-bottom: 14px;
    margin-top: 15px;
  }
}
.faq__item:hover .faq__item-title-text {
  color: #111827;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}

.section.slider {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .section.slider {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section.slider .slider__inner {
    margin: 0 20px;
  }
}
.section.slider .slider__inner h2 {
  text-align: center;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  color: #111827;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .section.slider .slider__inner h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .section.slider .slider__inner h2 {
    text-align: left;
    font-size: 26px;
  }
}
.section.slider .clients-slider {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 640px) {
  .section.slider .clients-slider__inner {
    max-width: 768px;
    overflow: hidden;
  }
}
.section.slider .clients-slider__title {
  margin-bottom: 64px;
}
@media (max-width: 640px) {
  .section.slider .clients-slider__swiper {
    padding-inline: 20px;
  }
}
.section.slider .clients-slider__swiper-wrapper {
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.section.slider .clients-slider__swiper-slide {
  max-width: 811px;
  width: 100%;
  min-height: 330px;
}
@media (max-width: 992px) {
  .section.slider .clients-slider__swiper-slide {
    max-width: 80%;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
@media (max-width: 640px) {
  .section.slider .clients-slider__swiper-slide {
    max-width: 100%;
    min-height: auto;
  }
}
.section.slider .clients-slider__swiper-content {
  display: flex;
  flex-direction: column;
  padding: 60px;
  border: 1px solid #fed7aa;
  border-radius: 2px;
  box-shadow: 0px 20px 24px 16px rgba(19, 117, 252, 0.05);
  -webkit-box-shadow: 0px 20px 24px 16px rgba(19, 117, 252, 0.05);
  -moz-box-shadow: 0px 20px 24px 16px rgba(19, 117, 252, 0.05);
  -webkit-appearance: none;
}
@media (max-width: 992px) {
  .section.slider .clients-slider__swiper-content {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section.slider .clients-slider__swiper-content {
    padding: 24px;
  }
}
.section.slider .clients-slider__swiper-img {
  max-width: 300px;
  margin-bottom: 40px;
  height: 50px;
  position: relative;
}
@media (max-width: 640px) {
  .section.slider .clients-slider__swiper-img {
    margin-bottom: 20px;
  }
}
.section.slider .clients-slider__swiper-img img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
.section.slider .clients-slider__swiper-text {
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #0f172a;
}
@media (max-width: 640px) {
  .section.slider .clients-slider__swiper-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.section.slider .clients-slider__swiper-arrow--prev {
  top: 50%;
  left: 50%;
  transform: translate(-430px, -50%);
  width: 100%;
  max-width: 860px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  z-index: 100;
  max-height: 46px;
  height: 100%;
}
@media (max-width: 992px) {
  .section.slider .clients-slider__swiper-arrow--prev {
    transform: none;
    left: 5%;
  }
}
@media (max-width: 640px) {
  .section.slider .clients-slider__swiper-arrow--prev {
    top: auto;
    bottom: 0;
    left: 20px;
  }
}
.section.slider .clients-slider__swiper-arrow--next {
  top: 50%;
  right: 50%;
  transform: translate(430px, -50%);
  width: 100%;
  max-width: 860px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  z-index: 100;
  max-height: 46px;
  height: 100%;
}
@media (max-width: 992px) {
  .section.slider .clients-slider__swiper-arrow--next {
    transform: none;
    right: 5%;
  }
}
@media (max-width: 640px) {
  .section.slider .clients-slider__swiper-arrow--next {
    top: auto;
    bottom: 0;
    right: 20px;
  }
}
.section.slider .clients-slider__swiper .swiper-pagination--hidden {
  display: none;
}
.section.slider .clients-slider__swiper .swiper-pagination span {
  border-radius: 0;
}
@media (max-width: 640px) {
  .section.slider .clients-slider__swiper .swiper-pagination {
    bottom: 20px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  top: auto;
  left: 0;
  bottom: 40px;
  width: 46px !important;
  height: 46px !important;
  background-color: #f97316;
  border: 1px solid #f97316;
  border-radius: 2px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #fff;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  border-color: #f97316;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: 76px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 2px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  transform: rotate(45deg) translateX(3px) translateY(-3px);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  transform: rotate(225deg) translateX(3px) translateY(-3px);
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 8px;
  height: 8px;
  background-color: #fdba74;
  margin: 0 7px !important;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #f97316;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 55px;
  width: 65%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "" !important;
}

.process {
  background-color: #fff7ed;
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .process {
    padding: 50px 0;
  }
}
.process .process__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  overflow: hidden;
}
.process .process__inner h2 {
  text-align: center;
  width: 100%;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  color: #111827;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .process .process__inner h2 {
    font-size: 38px;
  }
}
@media (max-width: 640px) {
  .process .process__inner h2 {
    text-align: left;
    font-size: 26px;
  }
}
.process .process__inner .process__list {
  display: grid;
  grid-template-rows: repeat(3, 181px);
  grid-template-columns: repeat(3, 390px);
  gap: 100px 137px;
  position: relative;
}
@media (max-width: 1600px) {
  .process .process__inner .process__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 80px 100px;
  }
}
@media (max-width: 1400px) {
  .process .process__inner .process__list {
    gap: 60px 80px;
  }
}
@media (max-width: 1280px) {
  .process .process__inner .process__list {
    gap: 40px 60px;
  }
}
@media (max-width: 992px) {
  .process .process__inner .process__list {
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .process .process__inner .process__list {
    display: flex;
    flex-direction: column;
  }
}
.process .process__inner .process__list .process__item {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 27px 30px;
  transition: 0.3s;
  max-width: 390px;
  width: 100%;
  z-index: 1;
  max-height: 181px;
}
@media (max-width: 992px) {
  .process .process__inner .process__list .process__item {
    max-width: 336px;
    max-height: -moz-max-content;
    max-height: max-content;
    height: 243px;
  }
}
.process .process__inner .process__list .process__item .process__icon {
  margin-bottom: 10px;
  z-index: 1;
}
.process .process__inner .process__list .process__item .process__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.process .process__inner .process__list .process__item .process__heading {
  font-family: "Inter-regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #111827;
  z-index: 1;
  position: relative;
}
.process .process__inner .process__list .process__item .process__description {
  font-family: "Inter-regular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #f97316;
  margin-top: 5px;
  z-index: 1;
}
.process .process__inner .process__list .process__item.item-1 {
  grid-column: 2/3;
  grid-row: 1/2;
  background-color: #f97316;
  cursor: pointer;
}
.process .process__inner .process__list .process__item.item-1 img {
  transition: all 0.3s ease-in-out;
  filter: grayscale(0) sepia(100%) invert(1) hue-rotate(345deg) contrast(0.6) brightness(1.4) saturate(75%);
}
.process .process__inner .process__list .process__item.item-1 img.icon_blue {
  filter: none;
  bottom: 100%;
  left: 0;
  position: absolute;
}
.process .process__inner .process__list .process__item.item-1:hover {
  background-color: #fff;
}
.process .process__inner .process__list .process__item.item-1:hover .process__heading {
  color: #f97316;
}
.process .process__inner .process__list .process__item.item-1:hover::after {
  color: #fff7ed;
}
.process .process__inner .process__list .process__item.item-1:hover .icon_blue {
  filter: none;
  transform: translateY(100%);
}
.process .process__inner .process__list .process__item.item-1:hover .process__icon img {
  transform: translateY(100%);
}
@media (max-width: 992px) {
  .process .process__inner .process__list .process__item.item-1 {
    grid-column: 2/4;
  }
}
.process .process__inner .process__list .process__item.item-1 .process__heading {
  color: #ffffff;
}
.process .process__inner .process__list .process__item.item-1::after {
  content: "01";
  color: rgba(255, 255, 255, 0.2);
}
.process .process__inner .process__list .process__item.item-2 {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (max-width: 992px) {
  .process .process__inner .process__list .process__item.item-2 {
    grid-column: 1/3;
  }
}
.process .process__inner .process__list .process__item.item-2::after {
  content: "02";
}
.process .process__inner .process__list .process__item.item-2:before {
  content: url(../src/assets/svg/process-arrow-1.svg);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .process .process__inner .process__list .process__item.item-2:before {
    display: none;
  }
}
.process .process__inner .process__list .process__item.item-3 {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (max-width: 992px) {
  .process .process__inner .process__list .process__item.item-3 {
    grid-column: 3/5;
  }
}
.process .process__inner .process__list .process__item.item-3::after {
  content: "03";
}
.process .process__inner .process__list .process__item.item-3:before {
  content: url(../src/assets/svg/process-arrow-1.svg);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .process .process__inner .process__list .process__item.item-3:before {
    display: none;
  }
}
.process .process__inner .process__list .process__item.item-4 {
  grid-column: 3/4;
  grid-row: 2/3;
}
@media (max-width: 992px) {
  .process .process__inner .process__list .process__item.item-4 {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.process .process__inner .process__list .process__item.item-4::after {
  content: "04";
}
.process .process__inner .process__list .process__item.item-4:before {
  content: url(../src/assets/svg/process-arrow-long-start.svg);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .process .process__inner .process__list .process__item.item-4:before {
    display: none;
  }
}
.process .process__inner .process__list .process__item.item-5 {
  grid-column: 1/2;
  grid-row: 3/4;
  z-index: 1;
}
@media (max-width: 992px) {
  .process .process__inner .process__list .process__item.item-5 {
    grid-column: 3/5;
    grid-row: 3/4;
  }
}
.process .process__inner .process__list .process__item.item-5 .process__heading:before {
  content: url(../src/assets/svg/process-arrow-long-start.svg);
  position: absolute;
  right: 109%;
  top: -4px;
  transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 1400px) {
  .process .process__inner .process__list .process__item.item-5 .process__heading:before {
    display: none;
  }
}
.process .process__inner .process__list .process__item.item-5::after {
  content: "05";
}
.process .process__inner .process__list .process__item.item-5:before {
  content: url(../src/assets/svg/process-arrow-long-start.svg);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .process .process__inner .process__list .process__item.item-5:before {
    display: none;
  }
}
.process .process__inner .process__list .process__item.item-6 {
  grid-column: 2/3;
  grid-row: 3/4;
}
@media (max-width: 992px) {
  .process .process__inner .process__list .process__item.item-6 {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
.process .process__inner .process__list .process__item.item-6::after {
  content: "06";
}
.process .process__inner .process__list .process__item.item-6:before {
  content: url(../src/assets/svg/process-arrow-long-start.svg);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .process .process__inner .process__list .process__item.item-6:before {
    display: none;
  }
}
.process .process__inner .process__list .process__item.item-7 {
  grid-column: 3/4;
  grid-row: 3/4;
}
@media (max-width: 992px) {
  .process .process__inner .process__list .process__item.item-7 {
    grid-column: 3/5;
    grid-row: 4/5;
  }
}
.process .process__inner .process__list .process__item.item-7::after {
  content: "07";
}
.process .process__inner .process__list .process__item .process__icon {
  width: 50px;
  height: 50px;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.process .process__inner .process__list .process__item::after {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Inter-bold", sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  color: #fff7ed;
}
.process .process__inner .process__list::after {
  content: url(../src/assets/svg/process-arrow-big-1.svg);
  position: absolute;
  top: 85px;
  left: 205px;
}
@media (max-width: 1400px) {
  .process .process__inner .process__list::after {
    display: none;
  }
}

.posts_section {
  padding: 80px 0;
  background-color: #fff7ed;
}
.posts_section .container {
  max-width: 1310px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .posts_section .container {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .posts_section {
    padding: 50px 20px;
  }
}
.posts_section .title-border {
  text-align: center;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  color: #111827;
  margin: 0 auto 46px;
}
@media (max-width: 1200px) {
  .posts_section .title-border {
    font-size: 38px;
  }
}
@media (max-width: 640px) {
  .posts_section .title-border {
    text-align: left;
    font-size: 26px;
  }
}
.posts_section .recent-post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fed7aa;
}
@media (max-width: 1280px) {
  .posts_section .recent-post {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .posts_section .recent-post {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .posts_section .recent-post {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: none;
  }
}
.posts_section .recent-post .post {
  display: flex;
  flex-direction: column;
  flex-basis: calc(33.33% - 20px);
  line-height: 30px;
  max-width: 390px;
  width: 100%;
  border: 1px solid #fed7aa;
  padding: 10px 10px 0 10px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .posts_section .recent-post .post {
    max-width: none;
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .posts_section .recent-post .post {
    flex-basis: calc(100% - 10px);
    border: none;
    border-bottom: 1px solid #fed7aa;
    padding: 10px 0;
  }
}
.posts_section .recent-post .post__desc {
  padding: 15px 23px 0px 23px;
  height: 230px;
}
@media (max-width: 767px) {
  .posts_section .recent-post .post__desc {
    padding: 15px 0;
  }
}
.posts_section .recent-post .post__desc .date {
  font-size: 18px;
  color: #94a3b8;
  font-family: "Inter-light", sans-serif;
}
@media (max-width: 1200px) {
  .posts_section .recent-post .post__desc .date {
    font-size: 16px;
  }
}
.posts_section .recent-post .post__desc h3 {
  font-family: "HeliosExt-Bold", sans-serif;
  margin-top: 15px;
  margin-bottom: 23px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 30px;
  height: 90px;
  color: #111827;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .posts_section .recent-post .post__desc h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.posts_section .recent-post .post__desc .category {
  font-family: "Inter-regular", sans-serif;
  font-size: 12px;
  padding: 9px 10px;
  border: 1px solid #fed7aa;
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  line-height: 1;
  color: #111827;
  display: inline-block;
}
.posts_section .posts-home__wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fed7aa;
  gap: 30px;
}
@media (max-width: 992px) {
  .posts_section .posts-home__wrap {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: none;
    flex-direction: column;
    gap: 24px;
  }
}
.posts_section .posts-home__wrap .posts-home__item {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 10px;
  padding: 30px;
  max-width: 390px;
  background-size: 0 0;
  z-index: 10;
  height: 420px;
}
@media (max-width: 992px) {
  .posts_section .posts-home__wrap .posts-home__item {
    max-height: -moz-max-content;
    max-height: max-content;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.posts_section .posts-home__wrap .posts-home__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffffff;
}
.posts_section .posts-home__wrap .posts-home__item:after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right bottom, #f97316, #7c2d12, #9a3412, #c2410c, #ea580c);
  opacity: 0.8;
}
.posts_section .posts-home__wrap .posts-home__item:hover::after {
  display: block;
}
.posts_section .posts-home__wrap .posts-home__item:hover .post-title, .posts_section .posts-home__wrap .posts-home__item:hover .post-date {
  color: #fff;
}
.posts_section .posts-home__wrap .posts-home__item .post-date {
  font-size: 18px;
  color: #94a3b8;
  margin-bottom: 90px;
  display: block;
  font-family: "Inter-regular", sans-serif;
}
@media (max-width: 992px) {
  .posts_section .posts-home__wrap .posts-home__item .post-date {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.posts_section .posts-home__wrap .posts-home__item .post-title {
  font-size: 24px;
  color: #111827;
  line-height: 1.2;
  font-family: "Inter-bold", sans-serif;
}
@media (max-width: 992px) {
  .posts_section .posts-home__wrap .posts-home__item .post-title {
    font-size: 18px;
  }
}

.more-posts-button {
  text-align: center;
  background-color: rgba(28, 82, 250, 0);
  width: 100%;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  max-width: 390px;
  color: #94a3b8;
  border: 2px solid #fed7aa;
  padding: 16px 40px;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  -webkit-appearance: none;
  border-radius: 2px;
  display: block;
  margin: 0 auto;
}
.more-posts-button:hover {
  border: 2px solid #f97316;
  color: #f97316;
}
@media (max-width: 640px) {
  .more-posts-button {
    max-width: 100%;
  }
}

.slider_rewievs {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .slider_rewievs {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .slider_rewievs .slider__inner {
    padding: 0 20px;
  }
}
.slider_rewievs .slider__inner h2 {
  text-align: center;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  color: #111827;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .slider_rewievs .slider__inner h2 {
    font-size: 38px;
  }
}
@media (max-width: 640px) {
  .slider_rewievs .slider__inner h2 {
    text-align: left;
    font-size: 26px;
  }
}
.slider_rewievs .rewievs-slider__swiper {
  margin-top: 50px;
  max-width: 1230px;
  height: 427px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .slider_rewievs .rewievs-slider__swiper {
    height: auto;
    padding-bottom: 100px;
  }
}
.slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-slide {
  display: flex;
  height: 100%;
  flex-direction: row;
  gap: 60px;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-slide {
    gap: 20px;
    height: auto;
  }
}
@media (max-width: 992px) {
  .slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-slide {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-slide {
    flex-direction: column;
    gap: 0px;
  }
}
.slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-slide .rewievs-slider__image {
  margin-left: 100px;
}
@media (max-width: 1200px) {
  .slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-slide .rewievs-slider__image {
    margin-left: 0;
  }
}
.slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-slide .rewievs-slider__image img {
  width: 285px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-slide .rewievs-slider__image img {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-slide .rewievs-slider__image img {
    width: 100%;
    height: 360px;
    -o-object-position: top;
       object-position: top;
  }
}
.slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-slide .rewievs-slider__content {
  margin-right: 100px;
  display: flex;
  flex-direction: column;
  padding: 34px 0;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-slide .rewievs-slider__content {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-slide .rewievs-slider__content {
    padding-bottom: 100px;
    min-height: 450px;
  }
}
.slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-slide .rewievs-slider__content .rewievs-slider__swiper-name {
  font-family: "HeliosExt-Bold", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #111827;
}
.slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-slide .rewievs-slider__content .rewievs-slider__swiper-text {
  font-family: "Inter-regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #0f172a;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-slide .rewievs-slider__content .rewievs-slider__swiper-text {
    font-size: 16px;
  }
}
.slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-slide .rewievs-slider__content .rewievs-slider__swiper-text:before {
  content: url(../src/assets/svg/quote-icon.svg);
  margin-bottom: 5px;
  height: 37px;
  width: 34px;
  display: block;
}
.slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-slide .rewievs-slider__content .rewievs-slider__swiper-description {
  font-family: "Inter-regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #f97316;
}
@media (max-width: 1200px) {
  .slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-arrows {
    position: relative;
    bottom: -40px;
  }
}
@media (max-width: 767px) {
  .slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-arrows {
    bottom: 60px;
  }
}
.slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-arrows .rewievs-slider__swiper-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0% !important;
  width: 7.5% !important;
  height: 450px !important;
  z-index: 3;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-arrows .rewievs-slider__swiper-arrow {
    width: 56px !important;
    height: 80px !important;
    bottom: 0;
  }
  .slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-arrows .rewievs-slider__swiper-arrow:hover {
    background-color: #f97316;
  }
}
.slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-arrows .rewievs-slider__swiper-arrow .arrow-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 1200px) {
  .slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-arrows .rewievs-slider__swiper-arrow .arrow-image {
    display: none;
  }
}
.slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-arrows .rewievs-slider__swiper-arrow .arrow-image::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f97316;
  z-index: 1;
  opacity: 75%;
}
.slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-arrows .rewievs-slider__swiper-arrow svg {
  position: absolute;
  z-index: 1;
}
.slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-arrows .rewievs-slider__swiper-arrow.swiper-button-prev {
  left: 0 !important;
}
.slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-arrows .rewievs-slider__swiper-arrow.swiper-button-prev:after {
  display: none;
}
.slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-arrows .rewievs-slider__swiper-arrow.swiper-button-next {
  right: 0 !important;
}
.slider_rewievs .rewievs-slider__swiper .rewievs-slider__swiper-arrows .rewievs-slider__swiper-arrow.swiper-button-next:after {
  display: none;
}

.icon-box {
  padding: 160px 0 80px;
}
@media (max-width: 1200px) {
  .icon-box {
    padding: 100px 0 50px;
  }
}
.icon-box h2 {
  text-align: center;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  color: #111827;
}
@media (max-width: 1200px) {
  .icon-box h2 {
    font-size: 38px;
  }
}
@media (max-width: 640px) {
  .icon-box h2 {
    text-align: center;
    font-size: 26px;
  }
}
.icon-box h2:after {
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 640px) {
  .icon-box h2:after {
    width: min(100%, 80px);
  }
}
.icon-box .icon-box-wrap {
  width: min(100%, 1310px);
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 640px) {
  .icon-box .icon-box-wrap {
    padding: 0 20px;
  }
}
.icon-box .cont-icon-text {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #fff7ed;
}
@media (max-width: 1024px) {
  .icon-box .cont-icon-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 640px) {
  .icon-box .cont-icon-text__title {
    text-align: left;
  }
}
.icon-box .cont-icon-text__list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding-top: 48px;
  gap: 30px;
}
@media (max-width: 1024px) {
  .icon-box .cont-icon-text__list {
    gap: 30px;
    padding-top: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .icon-box .cont-icon-text__list {
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
  }
}
.icon-box .cont-icon-text__item {
  position: relative;
  width: 100%;
  max-width: 390px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 22px 30px;
  background-color: #fff;
  box-shadow: 0 20px 50px rgba(19, 117, 252, 0.1);
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .icon-box .cont-icon-text__item {
    max-width: calc(50% - 15px);
    padding: 70px 10px 25px;
    box-shadow: 0px 20px 50px rgba(19, 117, 252, 0.1), 0px 20px 50px rgba(19, 117, 252, 0.1);
  }
}
@media (max-width: 640px) {
  .icon-box .cont-icon-text__item {
    max-width: 100%;
    box-shadow: 0px 20px 50px rgba(19, 117, 252, 0.1);
    padding: 70px 16px 22px;
  }
}
.icon-box .cont-icon-text__icon {
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%) translateY(50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f97316;
}
.icon-box .cont-icon-text__icon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.icon-box .cont-icon-text__icon img path {
  fill: #fff;
}
.icon-box .cont-icon-text__text {
  text-align: center;
  font-size: 18px;
  color: #111827;
  font-family: "Inter-regular", sans-serif;
}
@media (max-width: 640px) {
  .icon-box .cont-icon-text__text {
    font-size: 16px;
  }
}

.icon-box-couple {
  padding: 160px 0 80px;
}
@media (max-width: 1200px) {
  .icon-box-couple {
    padding: 100px 0 50px;
  }
}
.icon-box-couple h2 {
  text-align: center;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  color: #111827;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .icon-box-couple h2 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 38px;
  }
  .icon-box-couple h2:after {
    transform: none;
    left: 0;
  }
}
@media (max-width: 640px) {
  .icon-box-couple h2 {
    font-size: 26px;
  }
}
.icon-box-couple .icon-box-couple-wrap {
  width: min(100%, 1310px);
  margin: 0 auto;
  padding: 0 20px;
}
.icon-box-couple .cont-icon-text {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #fff7ed;
}
@media (max-width: 1024px) {
  .icon-box-couple .cont-icon-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 640px) {
  .icon-box-couple .cont-icon-text__title {
    text-align: left;
  }
}
.icon-box-couple .cont-icon-text__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  transition: all 0.5s linear;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .icon-box-couple .cont-icon-text__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .icon-box-couple .cont-icon-text__list {
    flex-direction: column;
    gap: 20px;
  }
}
.icon-box-couple .cont-icon-text__item {
  position: relative;
  width: 100%;
  max-width: 565px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  justify-content: flex-start;
  padding: 40px 90px 40px 40px;
  background: #fff;
  box-shadow: 0px 20px 50px 0px rgba(19, 117, 252, 0.1);
  transition: color 2.3s linear;
}
.icon-box-couple .cont-icon-text__item:first-child {
  justify-self: self-end;
}
.icon-box-couple .cont-icon-text__item:hover {
  background: linear-gradient(139.94deg, #f97316 0%, #ea580c 100.02%);
  transition: all 2.3s linear;
}
.icon-box-couple .cont-icon-text__item:hover .cont-icon-text__icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(306deg) brightness(104%) contrast(101%);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(306deg) brightness(104%) contrast(101%);
}
.icon-box-couple .cont-icon-text__item:hover .cont-icon-text__text {
  color: #fff;
}
.icon-box-couple .cont-icon-text__item:hover .cont-icon-text__link svg path,
.icon-box-couple .cont-icon-text__item:hover .cont-icon-text__link svg rect {
  stroke: #fff;
  fill: transparent !important;
}
@media (max-width: 1024px) {
  .icon-box-couple .cont-icon-text__item {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .icon-box-couple .cont-icon-text__item {
    padding: 40px 20px 37px;
  }
}
.icon-box-couple .cont-icon-text__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.icon-box-couple .cont-icon-text__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.icon-box-couple .cont-icon-text__text {
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}
@media (max-width: 992px) {
  .icon-box-couple .cont-icon-text__text {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .icon-box-couple .cont-icon-text__text {
    font-size: 22px;
    line-height: 30px;
  }
}
.icon-box-couple .cont-icon-text__link {
  position: absolute;
  right: 40px;
  bottom: 50px;
}
@media (max-width: 767px) {
  .icon-box-couple .cont-icon-text__link {
    top: 45px;
    right: 20px;
    bottom: auto;
  }
}

.guarantee {
  padding-top: 80px;
  padding-bottom: 80px;
}
.guarantee h2 {
  text-align: center;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  color: #111827;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .guarantee h2 {
    font-size: 38px;
  }
}
@media (max-width: 640px) {
  .guarantee h2 {
    text-align: left;
    font-size: 26px;
    padding-inline: 20px;
  }
  .guarantee h2:after {
    transform: translateX(20px);
  }
}
.guarantee .guarantee-wrap {
  width: min(100%, 1310px);
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 640px) {
  .guarantee .guarantee-wrap {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .guarantee {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .guarantee__title {
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
}
.guarantee__list {
  width: 100%;
  display: grid;
  grid-template-columns: 285px 265px 391px;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .guarantee__list {
    gap: 17px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .guarantee__list {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .guarantee__list {
    padding-inline: 20px;
  }
}
.guarantee__item {
  width: 100%;
  max-width: 405px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .guarantee__item {
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .guarantee__item {
    flex-direction: row;
    gap: 18px;
    max-width: 100%;
  }
}
.guarantee__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 80px;
  width: 80px;
  min-width: 80px;
  min-height: 80px;
  margin-right: 25px;
  background-color: #f97316;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .guarantee__item-icon {
    margin-right: 0;
  }
}
.guarantee__item-icon img {
  width: 32px;
  height: 32px;
}
.guarantee__item-text {
  width: calc(100% - 108px);
  font-size: 18px;
  font-family: "Inter-bold", sans-serif;
  color: #111827;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .guarantee__item-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .guarantee__item-text {
    font-size: 16px;
    text-align: left;
  }
}
.guarantee__img {
  width: 100%;
  position: relative;
  padding-top: 32%;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 640px) {
  .guarantee__img {
    padding-top: 200px;
  }
}
.guarantee__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .guarantee__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 640px) {
  .guarantee__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.guarantee__term {
  width: 100%;
  max-width: 600px;
  margin: -100px auto 0;
  padding: 30px;
  background-color: #fff;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 50px rgba(19, 117, 252, 0.1);
}
@media (max-width: 767px) {
  .guarantee__term {
    padding: 15px 23px;
    margin: -40px auto 0;
    width: auto;
  }
}
@media (max-width: 640px) {
  .guarantee__term {
    margin: -80px 20px 0;
  }
}
.guarantee__term-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .guarantee__term-icon {
    margin: 0 auto 10px;
  }
}
.guarantee__term-text {
  font-size: 34px;
  font-weight: 700;
  font-family: "HeliosExt-Bold", sans-serif;
  color: #111827;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .guarantee__term-text {
    font-size: 24px;
    font-weight: 400;
  }
}

.trust {
  background-color: #fff7ed;
  padding-top: 80px;
  padding-bottom: 80px;
}
.trust .container {
  max-width: 1310px;
}
.trust h2 {
  text-align: center;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  color: #111827;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .trust h2 {
    font-size: 38px;
  }
}
@media (max-width: 640px) {
  .trust h2 {
    text-align: left;
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .trust {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.trust--transparent {
  background-color: #fff;
}
.trust--transparent .trust__item {
  border: 1px solid #fed7aa;
  border-radius: 2px;
}
.trust__title {
  margin-bottom: 86px;
}
@media (max-width: 767px) {
  .trust__title {
    text-align: left;
    margin-bottom: 40px;
  }
}
.trust__subtitle {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 40px;
  font-size: 34px;
  color: #111827;
  text-align: center;
  font-family: "HeliosExt", sans-serif;
}
@media (max-width: 767px) {
  .trust__subtitle {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
  }
}
.trust__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .trust__img {
    padding-top: 40%;
  }
}
.trust__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.trust__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .trust__list {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media (max-width: 767px) {
  .trust__list {
    margin-bottom: 20px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .trust__list {
    gap: 20px;
  }
}
.trust__item {
  width: 100%;
  height: 100%;
  max-width: 390px;
  min-height: 189px;
  padding: 40px 30px;
  background-color: #fff;
  border: 1px solid #fed7aa;
  border-radius: 2px;
}
@media (max-width: 1024px) {
  .trust__item {
    padding: 30px;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .trust__item {
    padding: 30px 20px;
  }
}
.trust__item-text {
  font-size: 18px;
  line-height: 1.67;
  color: #0f172a;
  font-weight: 500;
  font-family: "Inter-regular", sans-serif;
}
@media (max-width: 767px) {
  .trust__item-text {
    font-size: 16px;
    line-height: 1.69;
  }
}
@media (max-width: 767px) {
  .trust__item-text {
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .trust__item:last-child {
    grid-area: 2/1/3/3;
  }
}
@media (max-width: 767px) {
  .trust__item:last-child {
    grid-area: auto;
  }
}
.trust__heading-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.trust__heading-icon {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .trust__heading-icon {
    margin-right: 20px;
  }
}
.trust__heading-icon img {
  height: 30px;
  width: 30px;
}
.trust__heading-text {
  font-size: 24px;
  color: #111827;
  font-weight: 700;
  line-height: 1.25;
  font-family: "HeliosExt-Bold", sans-serif;
}
@media (max-width: 1024px) {
  .trust__heading-text {
    font-size: 18px;
    line-height: 1.67;
  }
}
.trust__buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .trust__buttons {
    flex-direction: column;
    gap: 10px;
  }
}
.trust__button {
  width: 50%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fed7aa;
  color: #fed7aa;
}
.trust__button:hover {
  color: #f97316;
  border-color: #f97316;
}
@media (max-width: 767px) {
  .trust__button {
    width: 100%;
  }
}
.trust__button.active {
  color: #f97316;
  border: 2px solid #f97316;
}
.trust__more {
  display: none;
  width: 100%;
  max-width: 810px;
  margin: 40px auto 0;
}
.trust__more--active {
  display: block;
}
.trust__info {
  margin-bottom: 60px;
}
.trust__info p {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .trust__info p {
    font-size: 16px;
  }
}
.trust__info p strong {
  font-weight: bold;
  font-family: "Inter-bold", sans-serif;
}
.trust__info ul {
  margin-bottom: 20px;
}
.trust__info ul li {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .trust__info {
    margin-bottom: 30px;
  }
}
.trust__info:last-child {
  margin-bottom: 0;
}
.trust__info-heading {
  font-size: 34px;
  margin-bottom: 40px;
  font-weight: 700;
  color: #0f172a;
}
@media (max-width: 767px) {
  .trust__info-heading {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}
.trust__info-text {
  font-size: 18px;
  color: #0f172a;
}
@media (max-width: 767px) {
  .trust__info-text {
    font-size: 16px;
  }
}

.our-clients {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .our-clients {
    padding: 50px 0;
  }
}
.our-clients .container {
  max-width: 1310px;
}
.our-clients .our-clients__inner h2 {
  text-align: center;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  color: #111827;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .our-clients .our-clients__inner h2 {
    font-size: 38px;
  }
}
@media (max-width: 640px) {
  .our-clients .our-clients__inner h2 {
    text-align: left;
    font-size: 26px;
  }
}
.our-clients .our-clients__inner .slider-logos__slider {
  margin-top: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.our-clients .our-clients__inner .slider-logos__slider .slider-logos__swiper-arrow--prev, .our-clients .our-clients__inner .slider-logos__slider .slider-logos__swiper-arrow--next {
  min-width: 46px;
  position: relative !important;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.our-clients .our-clients__inner .slider-logos__slider .our-logos__slide img {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  max-width: 260px;
}
@media (max-width: 767px) {
  .our-clients .our-clients__inner .slider-logos__slider .our-logos__slide img {
    max-width: 175px;
    height: auto;
    width: 100%;
  }
}

.single-case-block {
  background-color: #fff;
  margin-bottom: 80px;
}
.single-case-block .container {
  max-width: 1230px;
  padding: 0;
}
.single-case-block__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single-case-block__top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.single-case-block__top span {
  color: #94a3b8;
  font-family: "Inter-medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}
@media (max-width: 992px) {
  .single-case-block__top span {
    font-family: "Inter-regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.single-case-block__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 29.3%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single-case-block__img {
    padding-top: 40%;
  }
}
.single-case-block__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-case-block__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .single-case-block__list {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media (max-width: 767px) {
  .single-case-block__list {
    margin-bottom: 20px;
    grid-template-columns: 1fr;
  }
}
.single-case-block__item {
  width: 100%;
  height: 100%;
  max-width: 390px;
  min-height: 100%;
  padding: 40px 37px;
  background-color: #fff7ed;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
@media (max-width: 992px) {
  .single-case-block__item {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .single-case-block__item {
    padding: 40px 20px;
  }
}
.single-case-block__item-text {
  font-size: 18px;
  line-height: 1.67;
  color: #0f172a;
  font-weight: 500;
  font-family: "Inter-regular", sans-serif;
}
@media (max-width: 767px) {
  .single-case-block__item-text {
    font-size: 16px;
    line-height: 1.69;
  }
}
@media (max-width: 767px) {
  .single-case-block__item-text {
    line-height: 1.5;
  }
}
@media (max-width: 992px) {
  .single-case-block__item:last-child {
    grid-area: 2/1/3/3;
  }
}
@media (max-width: 767px) {
  .single-case-block__item:last-child {
    grid-area: auto;
  }
}
.single-case-block__heading {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.single-case-block__heading-icon {
  height: 32px;
  width: 32px;
}
.single-case-block__heading-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-case-block__heading-text {
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 992px) {
  .single-case-block__heading-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.single-case-block__text {
  font-size: 18px;
  color: #0f172a;
  font-weight: 500;
  line-height: 1.66667;
  font-family: "Inter-medium", sans-serif;
}
@media (max-width: 992px) {
  .single-case-block__text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.recruitment-accordion {
  position: relative;
  overflow: hidden;
  padding: 80px 40px;
}
@media (max-width: 1200px) {
  .recruitment-accordion {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .recruitment-accordion {
    padding: 50px 20px;
  }
}
.recruitment-accordion__inner {
  max-width: 1290px;
  padding-inline: 30px;
  margin: auto;
}
@media (max-width: 992px) {
  .recruitment-accordion__inner {
    max-width: 688px;
  }
}
@media (max-width: 767px) {
  .recruitment-accordion__inner {
    padding-inline: 0;
  }
}
.recruitment-accordion__top {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .recruitment-accordion__top {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .recruitment-accordion__top {
    margin-bottom: 35px;
  }
}
.recruitment-accordion__title {
  text-align: center;
  margin-bottom: 16px;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  color: #111827;
  padding-bottom: 18px;
}
@media (max-width: 992px) {
  .recruitment-accordion__title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .recruitment-accordion__title {
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 16px;
  }
}
@media (max-width: 640px) {
  .recruitment-accordion__title {
    text-align: left;
  }
}
.recruitment-accordion__text {
  text-align: center;
}
.recruitment-accordion__item {
  overflow: hidden;
}
.recruitment-accordion__item + .recruitment-accordion__item {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .recruitment-accordion__item + .recruitment-accordion__item {
    margin-top: 23.6px;
  }
}
.recruitment-accordion__item-title {
  display: flex;
  border-radius: 4px;
  border: 1px solid #fed7aa;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: 0px 20px 50px 0px rgba(19, 117, 252, 0.1);
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 16px 30px 12px;
}
@media (max-width: 992px) {
  .recruitment-accordion__item-title {
    padding-top: 22px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment-accordion__item-title {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 16px;
  }
}
.recruitment-accordion__item-title-text {
  color: #111827;
  font-size: 24px;
  line-height: 32px;
  font-family: "HeliosExt-Bold", sans-serif;
  pointer-events: none;
  padding-right: 10px;
  transition: all ease 750ms;
  -webkit-transition: all ease 750ms;
  -moz-transition: all ease 750ms;
  -ms-transition: all ease 750ms;
  -o-transition: all ease 750ms;
}
@media (max-width: 992px) {
  .recruitment-accordion__item-title-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }
}
.recruitment-accordion__item-title-arrow {
  pointer-events: none;
  transition: all ease 750ms;
  -webkit-transition: all ease 750ms;
  -moz-transition: all ease 750ms;
  -ms-transition: all ease 750ms;
  -o-transition: all ease 750ms;
  transform-origin: center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media (max-width: 992px) {
  .recruitment-accordion__item-title-arrow {
    align-self: flex-start;
  }
}
.recruitment-accordion__item-button {
  margin-top: 38px;
}
.recruitment-accordion__item-text {
  max-height: 0;
  transition: all ease 750ms;
  -webkit-transition: all ease 750ms;
  -moz-transition: all ease 750ms;
  -ms-transition: all ease 750ms;
  -o-transition: all ease 750ms;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 850px;
}
@media (max-width: 992px) {
  .recruitment-accordion__item-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment-accordion__item-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .recruitment-accordion__item-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.recruitment-accordion__item-text p strong {
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 992px) {
  .recruitment-accordion__item-text p strong {
    font-size: 18px;
    line-height: 26px;
  }
}
.recruitment-accordion__item-text p:has(strong) {
  margin-top: 38px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .recruitment-accordion__item-text p:has(strong) {
    margin-bottom: 21px;
  }
}
.recruitment-accordion__item-text ul {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .recruitment-accordion__item-text ul {
    padding-left: 10px;
  }
}
.recruitment-accordion__item-text ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 23px;
  position: relative;
}
@media (max-width: 992px) {
  .recruitment-accordion__item-text ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.recruitment-accordion__item-text ul li:before {
  content: " ";
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #f97316;
}
.recruitment-accordion__item-text ul li + li {
  margin-top: 20px;
}
.recruitment-accordion__item--active {
  cursor: default;
}
.recruitment-accordion__item--active .recruitment-accordion__item-title {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
}
.recruitment-accordion__item--active .recruitment-accordion__item-title-arrow {
  transition: all ease 750ms;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.recruitment-accordion__item--active .recruitment-accordion__item-title-text {
  color: #111827;
  transition: all ease 750ms;
  -webkit-transition: all ease 750ms;
  -moz-transition: all ease 750ms;
  -ms-transition: all ease 750ms;
  -o-transition: all ease 750ms;
}
.recruitment-accordion__item--active .recruitment-accordion__item-text {
  max-height: 7500px;
  transform: translateY(0%);
  transition: all ease 750ms;
  padding-top: 24px;
  padding-bottom: 26px;
  margin-top: 9px;
}
@media (max-width: 992px) {
  .recruitment-accordion__item--active .recruitment-accordion__item-text {
    padding-top: 19px;
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .recruitment-accordion__item--active .recruitment-accordion__item-text {
    padding-top: 10px;
  }
}
.recruitment-accordion__item:hover .recruitment-accordion__item-title-text {
  color: #111827;
  transition: all ease 750ms;
  -webkit-transition: all ease 750ms;
  -moz-transition: all ease 750ms;
  -ms-transition: all ease 750ms;
  -o-transition: all ease 750ms;
}

.why-we-do__image {
  border-radius: 4px;
  max-height: 664px;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .why-we-do__image {
    margin-top: 50px;
    max-height: 650px;
  }
}
@media (max-width: 767px) {
  .why-we-do__image {
    max-height: 386px;
  }
}
.why-we-do__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
.why-we-do__wrapper {
  display: grid;
  grid-template-columns: 0.4fr 0.511fr;
  justify-content: space-between;
  padding: 80px 40px;
  max-width: 1310px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .why-we-do__wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 992px) {
  .why-we-do__wrapper {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }
}
.why-we-do__wrapper .wp-block-columns + .wp-block-columns {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .why-we-do__wrapper .wp-block-column p {
    font-size: 16px;
    line-height: 24px;
  }
}
.why-we-do__wrapper .wp-block-column p:has(img) {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 992px) {
  .why-we-do__wrapper .wp-block-column p:has(img) {
    font-size: 18px;
    line-height: 26px;
    align-items: center;
    margin-bottom: 15px;
  }
}
.why-we-do__wrapper .wp-block-column p:has(img) img {
  width: 32px;
  height: 32px;
}
.why-we-do__content {
  padding-top: 14px;
}
@media (max-width: 992px) {
  .why-we-do__content {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .why-we-do__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.why-we-do .block-form__title {
  padding-bottom: 19px;
  margin-bottom: 47px;
}
@media (max-width: 992px) {
  .why-we-do .block-form__title {
    padding-bottom: 16px;
    margin-bottom: 40px;
  }
}

.map-container {
  background-color: #fff7ed;
}
.map-container__inner {
  display: flex;
  flex-direction: row;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  flex-wrap: nowrap;
  padding: 133px 0 80px;
  position: relative;
  width: 100% !important;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .map-container__inner {
    padding: 98px 52px 168px;
  }
}
@media (max-width: 767px) {
  .map-container__inner {
    display: flex;
    flex-direction: column;
    gap: 54px;
    padding: 100px 20px 50px;
    margin: 0 auto;
  }
}
.map-container__content {
  max-width: 624px;
  padding-bottom: 85px;
  flex: 0 0 auto;
  --bs-gutter-x: 1.5rem;
  margin: 0 0 0 auto;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: 20px;
}
@media (max-width: 1080px) {
  .map-container__content {
    margin: 0;
    padding: 0;
    max-width: 52%;
  }
}
@media (max-width: 767px) {
  .map-container__content {
    max-width: 100%;
  }
}
.map-container__title {
  max-width: 604px;
  word-wrap: normal;
  padding-top: 20px;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 0;
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  padding-bottom: 19px;
  margin-bottom: 46px;
}
@media (max-width: 1080px) {
  .map-container__title {
    font-size: 38px;
    line-height: 46px;
    max-width: 600px;
    padding-top: 0;
    padding-bottom: 17px;
    margin-bottom: 39px;
  }
}
@media (max-width: 767px) {
  .map-container__title {
    margin-bottom: 37px;
    grid-area: auto;
    font-size: 26px;
    line-height: 34px;
    max-width: 100%;
  }
}
.map-container__text {
  color: #0f172a;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  max-width: 495px;
}
@media (max-width: 1080px) {
  .map-container__text {
    font-size: 18px;
    line-height: 26px;
    max-width: 500px;
    width: 100%;
    min-width: 329px;
  }
}
@media (max-width: 767px) {
  .map-container__text {
    font-size: 18px;
    line-height: 26px;
    grid-area: auto;
    max-width: 100%;
  }
}
.map-container__map {
  flex: 0 0 auto !important;
  max-width: 100%;
  width: 50%;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  position: relative;
  min-width: 0;
}
@media (max-width: 1080px) {
  .map-container__map {
    max-width: 45%;
    width: 100%;
    position: absolute;
    right: 30px;
    bottom: 44px;
    min-height: 222px;
  }
}
@media (max-width: 767px) {
  .map-container__map {
    height: 222px;
    position: relative;
    top: auto;
    bottom: auto;
    max-width: 100%;
    right: auto;
    max-height: 190px;
    width: 100%;
  }
}
.map-container__map svg {
  margin-left: -70px;
  margin-top: 35px;
  transform: scale(1.082);
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100% !important;
  height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 660px;
}
@media (max-width: 1080px) {
  .map-container__map svg {
    margin: 0;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@media (max-width: 767px) {
  .map-container__map svg {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    transform: scale(1.12);
  }
}
.map-container__map svg .map-city-hover {
  fill: white;
  transition: 0.2s ease-in-out;
}
.map-container__map svg .map-city-hover:hover {
  fill: #fed7aa;
}

.slider-hh-iss {
  grid-area: 1/2/4/3;
  height: 100%;
  padding-bottom: 80px;
  padding-top: 80px;
}
@media (max-width: 992px) {
  .slider-hh-iss {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 99%;
  }
}
@media (max-width: 767px) {
  .slider-hh-iss {
    grid-area: 4;
    height: 100%;
  }
}
.slider-hh-iss__slider-text {
  grid-area: 2;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
.slider-hh-iss__slider-text .slider-hh-is__slide {
  opacity: 0 !important;
  transition: 0.1s ease-in-out;
}
.slider-hh-iss__slider-text .swiper-slide-active {
  opacity: 1 !important;
}

.slider-hh-is__title {
  grid-area: 1;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 76px;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .slider-hh-is__title {
    font-size: 38px;
    line-height: 46px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .slider-hh-is__title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .slider-hh-is__title:after {
    left: 20px;
  }
}
@media (max-width: 992px) {
  .slider-hh-is .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .slider-hh-is .container {
    padding: 0;
  }
}
.slider-hh-is__inner {
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: 491px 1fr;
  grid-template-rows: auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 37px;
  margin-bottom: 80px;
  margin-top: 80px;
  max-width: 1310px;
  align-items: start;
  align-content: start;
}
@media (max-width: 992px) {
  .slider-hh-is__inner {
    margin-bottom: 50px;
    margin-top: 50px;
    row-gap: 36px;
    grid-template-columns: 329px 1fr;
  }
}
@media (max-width: 767px) {
  .slider-hh-is__inner {
    grid-template-columns: 1fr;
    row-gap: 39px;
    width: 100%;
    min-width: 100%;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.slider-hh-is .swiper {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .slider-hh-is .swiper {
    margin-top: 12px;
  }
}
.slider-hh-is__slide {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .slider-hh-is__slide {
    flex-direction: column;
    padding: 0;
  }
}
.slider-hh-is__content {
  width: 100%;
  max-width: 495px;
}
@media (max-width: 992px) {
  .slider-hh-is__content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .slider-hh-is__content {
    margin: 0;
    padding: 0 20px;
  }
}
.slider-hh-is__heading {
  line-height: 1;
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  margin-bottom: 23px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 992px) {
  .slider-hh-is__heading {
    padding-top: 0;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .slider-hh-is__heading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.slider-hh-is__text {
  color: #0f172a;
  font-family: "Inter-regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 992px) {
  .slider-hh-is__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .slider-hh-is__text {
    padding: 0 20px;
  }
}
.slider-hh-is__list {
  border-bottom: 1px solid #fed7aa;
  margin-bottom: 30px;
}
.slider-hh-is__item {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .slider-hh-is__item {
    flex-direction: column;
  }
}
.slider-hh-is__item-info {
  color: #0f172a;
  font-size: 18px;
}
.slider-hh-is__heading-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 210px;
}
@media (max-width: 767px) {
  .slider-hh-is__heading-wrapper {
    margin-bottom: 10px;
  }
}
.slider-hh-is__heading-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.slider-hh-is__heading-icon svg {
  fill: #94a3b8;
}
.slider-hh-is__heading-text {
  color: #94a3b8;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 992px) {
  .slider-hh-is__heading-text {
    font-size: 16px;
    line-height: 1.69;
  }
}
@media (max-width: 767px) {
  .slider-hh-is__heading-text {
    line-height: 1.5;
  }
}
.slider-hh-is__button {
  margin-right: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .slider-hh-is__button {
    margin-right: 0;
  }
}
.slider-hh-is__button:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.slider-hh-is__button-wrapper {
  margin: 0 auto;
}
.slider-hh-is__img-wrapper {
  display: flex;
  width: 100%;
  gap: 30px;
}
@media (max-width: 992px) {
  .slider-hh-is__img-wrapper {
    display: flex;
    width: 100%;
    max-height: 524px;
    height: 100%;
    min-height: 524px;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .slider-hh-is__img-wrapper {
    max-height: 373px;
    min-height: 373px;
  }
}
.slider-hh-is__img--big {
  position: relative;
  max-width: 390px;
  width: 100%;
  padding-top: 92%;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .slider-hh-is__img--big {
    width: 100vw;
    max-width: 100%;
    height: 100%;
    display: contents;
  }
}
@media (max-width: 767px) {
  .slider-hh-is__img--big {
    max-height: 370px;
  }
}
.slider-hh-is__img--big img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.slider-hh-is__img--little {
  position: relative;
  max-width: 285px;
  width: 100%;
  padding-top: 92%;
  overflow: hidden;
  height: 0;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .slider-hh-is__img--little {
    display: none;
  }
}
.slider-hh-is__img--little img {
  position: absolute;
  left: 0;
  top: 0;
  height: 77%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-hh-is .swiper-pagination-bullets {
  bottom: 17px;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .slider-hh-is .swiper-pagination-bullets {
    width: -moz-fit-content;
    width: fit-content;
    float: right;
  }
}
@media (max-width: 767px) {
  .slider-hh-is .swiper-pagination-bullets {
    width: 100%;
    justify-content: right;
  }
}
.slider-hh-is__navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  grid-area: 3;
  padding-bottom: 32px;
  padding-top: 21px;
}
@media (max-width: 992px) {
  .slider-hh-is__navigation {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .slider-hh-is__navigation {
    padding-left: 20px;
    padding-bottom: 0;
  }
}
.slider-hh-is__navigation .swiper-button-prev,
.slider-hh-is__navigation .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-top: 0;
  min-width: 46px;
  min-height: 46px;
}
.slider-hh-is__navigation .swiper-button-prev {
  margin-right: 30px;
}
.slider-hh-is__navigation .swiper-pagination {
  width: auto;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .slider-hh-is__navigation .swiper-pagination {
    margin-left: 30px;
  }
}
.slider-hh-is__navigation .swiper-pagination-bullet {
  border-radius: 0;
  width: 8px;
  height: 8px;
  background-color: #fdba74;
  margin: 0 7px !important;
  opacity: 1;
}
.slider-hh-is__navigation .swiper-pagination-bullet-active {
  background-color: #f97316;
  width: 12px;
  height: 12px;
}
.slider-hh-is__navigation .swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  bottom: 0px !important;
  left: -25px !important;
}

.hh-memories {
  padding: 80px 0;
  background-color: #fff7ed;
  overflow: hidden;
}
@media (max-width: 992px) {
  .hh-memories {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .hh-memories .container {
    padding: 0;
  }
}
.hh-memories .container {
  max-width: 1310px;
}
.hh-memories__list {
  display: grid;
  grid-template-rows: repeat(3, 310px);
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .hh-memories__list {
    gap: 30px;
    grid-template-rows: repeat(2, 185px) 310px;
  }
}
@media (max-width: 767px) {
  .hh-memories__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto repeat(3, 195px);
    gap: 0;
  }
}
.hh-memories__item {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 2px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hh-memories__item {
    max-height: 400px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}
.hh-memories__item .hh-memories__item-hover {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(139.94deg, rgba(28, 82, 250, 0.82) 0%, rgba(0, 188, 255, 0.82) 100.02%);
  transition: background 0.4s ease-in-out, opacity 0.4s ease-in-out, index 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out, opacity 0.4s ease-in-out, index 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out, opacity 0.4s ease-in-out, index 0.4s ease-in-out;
  -ms-transition: background 0.4s ease-in-out, opacity 0.4s ease-in-out, index 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out, opacity 0.4s ease-in-out, index 0.4s ease-in-out;
  opacity: 0;
  z-index: -2;
}
.hh-memories__item .hh-memories__item-hover svg {
  width: 30px;
  height: 30px;
}
.hh-memories__item:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  z-index: 20;
}
.hh-memories__item:hover .hh-memories__item-hover {
  opacity: 1;
  z-index: 10;
}
.hh-memories__item a {
  width: 100%;
  height: 100%;
  transition: 0.2s;
  display: block;
}
.hh-memories__item img {
  transition: all 0.2s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hh-memories__item:first-child {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (max-width: 767px) {
  .hh-memories__item:first-child {
    grid-area: 2/1/3/2;
  }
}
.hh-memories__item:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 767px) {
  .hh-memories__item:nth-child(2) {
    grid-area: 2/2/3/3;
  }
}
.hh-memories__item:nth-child(3) {
  grid-area: 2/3/4/5;
}
@media (max-width: 767px) {
  .hh-memories__item:nth-child(3) {
    grid-area: 3/1/4/2;
  }
}
.hh-memories__item:nth-child(4) {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (max-width: 767px) {
  .hh-memories__item:nth-child(4) {
    grid-area: 3/2/4/3;
  }
}
.hh-memories__item:nth-child(5) {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (max-width: 767px) {
  .hh-memories__item:nth-child(5) {
    grid-area: 4/1/5/2;
  }
}
.hh-memories__item:nth-child(6) {
  grid-area: 3/1/4/3;
}
@media (max-width: 992px) {
  .hh-memories__item:nth-child(6) {
    grid-row: 3/4;
  }
}
@media (max-width: 767px) {
  .hh-memories__item:nth-child(6) {
    grid-area: 4/2/5/3;
  }
}
.hh-memories__item:nth-child(7) {
  cursor: auto;
  grid-column: 3/5;
  grid-row: 1/2;
  display: flex;
  align-items: end;
  margin: auto 0 auto auto;
  padding-left: 36px;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.5;
  justify-content: center;
}
@media (max-width: 992px) {
  .hh-memories__item:nth-child(7) {
    grid-column: 3/5 !important;
    grid-row: 1/2 !important;
    font-size: 38px;
    line-height: 1.25;
    padding-bottom: 0;
    padding-left: 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .hh-memories__item:nth-child(7) {
    font-size: 40px;
    font-weight: 400;
    padding: 0 20px 40px;
    text-align: left;
    grid-area: 1/1/2/3 !important;
  }
}
.hh-memories__item:nth-child(7):after {
  display: none;
}
.hh-memories__item:nth-child(7) h2 {
  margin-bottom: 29px;
  max-width: 429px;
  color: #111827;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
}
@media (max-width: 992px) {
  .hh-memories__item:nth-child(7) h2 {
    font-size: 38px;
    margin-bottom: 0;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .hh-memories__item:nth-child(7) h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.hh-memories__item:nth-child(7):hover {
  transform: none;
}
@media (max-width: 992px) {
  .hh-memories__item:nth-child(7) {
    grid-row: 1/3;
  }
}
@media (max-width: 767px) {
  .hh-memories__item:nth-child(7) {
    grid-area: 1/1/2/3;
  }
}
.hh-memories__item-hover {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(139.94deg, rgba(28, 82, 250, 0.82) 0%, rgba(0, 188, 255, 0.82) 100.02%);
  transition: all 0.2s;
  visibility: hidden;
}
.hh-memories__item-hover svg {
  width: 30px;
  height: 30px;
}
.hh-memories__item:hover .hh-memories__item-hover {
  visibility: visible;
  transform: scale(1.1);
}
.hh-memories__item:hover img {
  transform: scale(1.1);
}

.hh-video .tile__wrapper {
  padding-top: 80px;
}
@media (max-width: 1200px) {
  .hh-video .tile__wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .hh-video .tile__wrapper {
    padding-top: 50px;
  }
}
.hh-video .wp-block-heading {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 19px;
}
@media (max-width: 992px) {
  .hh-video .wp-block-heading {
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .hh-video .wp-block-heading {
    padding-bottom: 16px;
  }
}
.hh-video__box {
  position: relative;
  width: clamp(320px, 100%, 600px) !important;
  height: 375px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 0 !important;
}
@media (max-width: 992px) {
  .hh-video__box {
    width: 100% !important;
    height: 430px;
  }
}
.hh-video__box:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .hh-video__box {
    height: 260px;
  }
}
.hh-video__box:after {
  content: "";
  position: absolute;
  left: 0;
  pointer-events: none;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 8, 43, 0) 0%, #0f172a 100%);
}
.hh-video__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hh-video__promo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hh-video__promo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 1s;
  -o-object-position: top;
     object-position: top;
}
.hh-video__info {
  position: absolute;
  bottom: 0;
  padding: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  .hh-video__info {
    padding: 20px;
  }
}
.hh-video__name {
  font-family: "HeliosExt-Bold", sans-serif;
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 992px) {
  .hh-video__name {
    font-size: 18px;
    line-height: 26px;
  }
}
.hh-video__position {
  width: 100%;
  max-width: 200px;
  font-family: "Inter-regular", sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.hh-video__play {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hh-video__play {
    right: 20px;
    bottom: 20px;
  }
}
.hh-video__play::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-35%, 50%);
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #f97316;
}
.hh-video__play:hover {
  background-color: #f97316;
}
.hh-video__play:hover::after {
  border-left: 10px solid #fff;
}

.our-university {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .our-university {
    padding: 50px 0;
  }
}
.our-university .container {
  max-width: 1310px;
}
.our-university .our-university__inner .our-university__slider {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1200px) {
  .our-university .our-university__inner .our-university__slider {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .our-university .our-university__inner .our-university__slider {
    gap: 15px;
  }
}
.our-university .our-university__inner .our-university__slider .our-university__swiper-arrow--prev, .our-university .our-university__inner .our-university__slider .our-university__swiper-arrow--next {
  min-width: 46px;
  position: relative !important;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.our-university .our-university__inner .our-university__slider .our-university__slide img {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  max-width: 160px;
}
@media (max-width: 1200px) {
  .our-university .our-university__inner .our-university__slider .our-university__slide img {
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .our-university .our-university__inner .our-university__slider .our-university__slide img {
    max-width: 100px;
    height: auto;
  }
}

.about__our-team {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff7ed;
}
.about__our-team .container {
  max-width: 1310px;
}
@media (max-width: 992px) {
  .about__our-team {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.about__our-team .container {
  max-width: 1310px;
}
@media (max-width: 992px) {
  .about__our-team .container {
    padding-right: 0;
  }
}
.about__our-team h2 {
  text-align: left;
  font-family: "HeliosExt-Bold", sans-serif;
  font-size: 54px;
  color: #111827;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .about__our-team h2 {
    font-size: 38px;
  }
}
@media (max-width: 640px) {
  .about__our-team h2 {
    font-size: 26px;
  }
}
.about__our-team .our-team {
  margin: 20px;
}
.about__our-team .our-team__slide {
  width: 100%;
  max-height: 293px;
  min-height: 293px;
  height: 100%;
  max-width: 285px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(22, 18, 94, 0) 55.21%, #111827 91.67%);
}
@media (max-width: 640px) {
  .about__our-team .our-team__slide {
    max-width: 260px;
    max-height: 268px;
    min-height: 268px;
  }
}
.about__our-team .our-team__wrap {
  position: relative;
  box-sizing: border-box;
}
.about__our-team .our-team__wrap:hover .our-team__content {
  background: linear-gradient(139.99deg, #f97316 2.16%, #ea580c 100.02%);
  top: 0;
}
.about__our-team .our-team__img {
  width: 100%;
  z-index: -1;
  position: relative;
}
.about__our-team .our-team__img img {
  width: 100%;
  max-height: 293px;
  min-height: 293px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .about__our-team .our-team__img img {
    max-height: 268px;
    min-height: 268px;
  }
}
.about__our-team .our-team__content {
  transition: 1s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 65%;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  background: linear-gradient(139.99deg, rgba(28, 82, 250, 0) 2.16%, rgba(0, 188, 255, 0) 100.02%);
}
@media (max-width: 640px) {
  .about__our-team .our-team__content {
    top: 60%;
  }
}
.about__our-team .our-team__top {
  position: relative;
}
.about__our-team .our-team__name {
  color: #fff;
  margin-bottom: 5px;
  font-family: "HeliosExt-Bold", sans-serif;
}
.about__our-team .our-team__position {
  color: #fff;
  margin-bottom: 20px;
  font-family: "Inter-regular", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about__our-team .our-team__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.about__our-team .our-team__city {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Inter-regular", sans-serif;
}
.about__our-team .our-team__city svg {
  width: 16px;
  height: 24px;
  margin-right: 10px;
}
.about__our-team .our-team__socials {
  display: flex;
}
.about__our-team .our-team__socials-item {
  margin-right: 15px;
}
@media (max-width: 640px) {
  .about__our-team .our-team__socials-item {
    margin-right: 0;
    padding-top: 15px;
  }
}
.about__our-team .our-team__socials-item svg {
  transition: all 0.4s;
  width: 32px;
  height: 32px;
}
.about__our-team .our-team__socials-item svg path {
  width: 100%;
  height: 100%;
}
.about__our-team .our-team__socials-item:hover svg {
  fill: #f97316;
}
.about__our-team .our-team__navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 40px;
  height: 46px;
}
@media (max-width: 992px) {
  .about__our-team .our-team__navigation {
    margin-top: 24px;
    height: 46px;
  }
}
.about__our-team .our-team__navigation .swiper-button-prev,
.about__our-team .our-team__navigation .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-top: 0;
}
.about__our-team .our-team__navigation .swiper-button-prev {
  margin-right: 30px;
}
.about__our-team .our-team__navigation .swiper-pagination {
  width: auto;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .about__our-team .our-team__navigation .swiper-pagination {
    margin-left: 30px;
  }
}
.about__our-team .our-team__navigation .swiper-pagination .swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 55px;
  width: 65%;
}
.about__our-team .our-team__navigation .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: #fdba74;
}
.about__our-team .our-team__navigation .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f97316;
  width: 12px;
  height: 12px;
  border-radius: 0;
}
.about__our-team ~ .info-banner {
  background-color: #fff7ed;
}
.about__our-team ~ .info-banner .info-banner__wrapper {
  padding-top: 0;
}

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