/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: 700;
}

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

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

a, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}

input, input:focus, button, button:focus {
  outline: none;
}

div, p, form, input, a, span, button, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin: 0;
}

a, a:hover, button, button:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

svg {
  fill: currentColor;
}

label {
  margin: 0;
}

button {
  border: none;
}

.slick-slide:active, .slick-slide:hover, .slick-slide:focus {
  outline: 0;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #0f1015;
  overflow-x: hidden;
}

.container {
  width: 100%;
  padding: 20px;
  position: relative;
}

img {
  display: block;
}

.header-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 0;
  border-radius: 28px;
  border: 1px solid #634b4487;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 22, 29, 0.3)), to(rgba(10, 11, 17, 0.276)));
  background: -o-linear-gradient(top, rgba(19, 22, 29, 0.3) 0%, rgba(10, 11, 17, 0.276) 100%);
  background: linear-gradient(180deg, rgba(19, 22, 29, 0.3) 0%, rgba(10, 11, 17, 0.276) 100%);
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.65);
          box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(25.5px);
          backdrop-filter: blur(25.5px);
  margin-right: 20px;
}

.header-nav__hamb, .header-nav-mob {
  display: none;
}

.header-nav__logo {
  margin-left: 30px;
}

.header-nav__links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 7.5%;
}

.header-nav__links-link {
  font-family: "Montserrat", sans-serif;
  color: rgba(225, 211, 201, 0.5);
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: 400;
  margin-right: 4%;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.header-nav__links-link:hover {
  color: #e47b2f;
  text-shadow: 0px 4px 16px rgba(249, 107, 4, 0.82);
}

.header-nav__links-link:last-child {
  margin-right: 0;
}

.header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 28px;
  border: 1px solid #e1d3c959;
  padding: 0 40px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.header-btn:hover {
  color: #e47b2f;
  text-shadow: 0px 4px 16px rgba(249, 107, 4, 0.82);
}

.header-btn {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: 400;
  color: #e1d3c9;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}

.home-screen {
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 80px;
  border-radius: 28px;
  background-image: url("../img/bg-1st-screen.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 120px;
}

.home-screen__content {
  max-width: 632px;
  width: 100%;
}

.home-screen__img img {
  z-index: 1;
  max-width: 663px;
}

.home-screen__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-screen__col img {
  position: absolute;
  right: 0;
  top: 91px;
}

h1 {
  color: #e1d3c9;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 1em;
  margin-bottom: 32px;
}

.heading-h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1em;
  color: #e1d3c9;
}

.text-primary {
  color: #e1d3c9;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.292em;
}

.home-btn {
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  z-index: 5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #e47b2f;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.home-btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 123, 47, 0.19)), to(rgba(228, 123, 47, 0)));
  background: -o-linear-gradient(top, rgba(228, 123, 47, 0.19) 0%, rgba(228, 123, 47, 0) 100%);
  background: linear-gradient(180deg, rgba(228, 123, 47, 0.19) 0%, rgba(228, 123, 47, 0) 100%);
  -webkit-box-shadow: 6px 6px 50px rgba(86, 50, 24, 0.33);
          box-shadow: 6px 6px 50px rgba(86, 50, 24, 0.33);
}

.home-btn:hover::after {
  opacity: 1;
}

.home-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: -o-linear-gradient(359.45deg, rgba(228, 123, 47, 0.06) 5.32%, rgba(18, 18, 18, 0.06) 124.35%);
  background: linear-gradient(90.55deg, rgba(228, 123, 47, 0.06) 5.32%, rgba(18, 18, 18, 0.06) 124.35%);
  opacity: 0;
}

.home-btn__btn {
  height: 140px;
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #e47b2f;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 22, 29, 0.3)), to(rgba(0, 0, 0, 0.276)));
  background: -o-linear-gradient(top, rgba(19, 22, 29, 0.3) 0%, rgba(0, 0, 0, 0.276) 100%);
  background: linear-gradient(180deg, rgba(19, 22, 29, 0.3) 0%, rgba(0, 0, 0, 0.276) 100%);
  -webkit-box-shadow: 6px 6px 50px rgba(86, 50, 24, 0.33);
          box-shadow: 6px 6px 50px rgba(86, 50, 24, 0.33);
  -webkit-backdrop-filter: blur(37.5px);
          backdrop-filter: blur(37.5px);
  border-radius: 100%;
  border: 1px solid #e47b2f;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
}

.home-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 32px;
  margin-right: 165px;
}

.solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #634b4487;
  border-radius: 28px;
  padding: 14px 0;
  margin-bottom: 120px;
}

.solution-row {
  display: contents;
}

.solution-col {
  position: relative;
  width: 20%;
  min-height: 274px;
  overflow: hidden;
  margin-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.solution-col:last-child {
  border-radius: 0px 20px 20px 0px;
}

.solution-col img {
  position: absolute;
  height: 100%;
}

.solution-col p {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.solution-heading {
  width: 34%;
}

.solution-heading p {
  max-width: 223px;
  padding: 0 80px;
}

.solution-light {
  position: absolute;
  left: 0;
  bottom: 0;
}

.management-establishment {
  padding-bottom: 90px;
}

.management-establishment__content {
  height: auto;
  padding: 94px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 27, 36, 0.3)), to(rgba(15, 16, 21, 0.3)));
  background: -o-linear-gradient(top, rgba(23, 27, 36, 0.3) 0%, rgba(15, 16, 21, 0.3) 100%);
  background: linear-gradient(180deg, rgba(23, 27, 36, 0.3) 0%, rgba(15, 16, 21, 0.3) 100%);
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.44);
          box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.44);
  -webkit-backdrop-filter: blur(30.5px);
          backdrop-filter: blur(30.5px);
  border-radius: 0 28px 28px 28px;
  border: 1px solid #634b4487;
}

.management-establishment__content-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 50%;
  padding-left: 80px;
}

.management-establishment__content-col img {
  position: absolute;
  left: 0;
}

.management-establishment__content-col img:nth-child(1) {
  max-width: 763px;
}

.management-establishment__content-col img:nth-child(2) {
  max-width: 729px;
}

.management-establishment__content-col .heading-h2 {
  margin-bottom: 32px;
}

.management-establishment__header {
  background: -o-linear-gradient(269deg, #111318 100%, #101219 100%);
  background: linear-gradient(181deg, #111318 100%, #101219 100%);
  -webkit-backdrop-filter: blur(25.5px);
          backdrop-filter: blur(25.5px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 30px;
  border: 1px solid #634b4487;
  border-bottom: 0;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 0px;
  position: relative;
  bottom: -1px;
  z-index: 2;
}

.management-establishment__header p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #e1d3c9;
  opacity: 0.5;
}

.management-establishment__header span {
  font-weight: 600;
}

.management-establishment__content-tabs {
  position: relative;
}

.management-establishment__content-tab-item:nth-child(2) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.management-establishment__content-tabs-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  left: -40px;
}

.management-establishment__content-tabs-control__item {
  width: 8px;
  height: 55px;
  margin-bottom: 13px;
  border-radius: 23px;
  border: 1px solid #634b4487;
  background: #fff0;
}

.management-establishment__content-tabs-control__item:hover {
  background: -o-linear-gradient(272.91deg, rgba(228, 123, 47, 0.5) 2.42%, rgba(228, 123, 47, 0.165) 109.99%);
  background: linear-gradient(177.09deg, rgba(228, 123, 47, 0.5) 2.42%, rgba(228, 123, 47, 0.165) 109.99%);
  border-radius: 23px;
}

.management-establishment__content-tab .text-primary {
  max-width: 521px;
}

.active-control {
  background: -o-linear-gradient(272.91deg, rgba(228, 123, 47, 0.5) 2.42%, rgba(228, 123, 47, 0.165) 109.99%);
  background: linear-gradient(177.09deg, rgba(228, 123, 47, 0.5) 2.42%, rgba(228, 123, 47, 0.165) 109.99%);
  border-radius: 23px;
}

.contact-btn {
  height: 80px;
  padding: 0 40px;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  color: #e1d3c9;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 22, 29, 0.3)), to(rgba(10, 11, 17, 0.276)));
  background: -o-linear-gradient(top, rgba(19, 22, 29, 0.3) 0%, rgba(10, 11, 17, 0.276) 100%);
  background: linear-gradient(180deg, rgba(19, 22, 29, 0.3) 0%, rgba(10, 11, 17, 0.276) 100%);
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.65);
          box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(25.5px);
          backdrop-filter: blur(25.5px);
  border-radius: 28px;
  border: 1px solid #634b4487;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.contact-btn:hover {
  color: #e47b2f;
  text-shadow: 0px 4px 16px rgba(249, 107, 4, 0.82);
}

.contact-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.management-staff {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}

.management-staff__header {
  background: -o-linear-gradient(269deg, #111318 100%, #101219 100%);
  background: linear-gradient(181deg, #111318 100%, #101219 100%);
  -webkit-backdrop-filter: blur(25.5px);
          backdrop-filter: blur(25.5px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 30px;
  border: 1px solid #634b4487;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 0px;
  position: relative;
  bottom: -1px;
  z-index: 2;
}

.management-staff__header p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #e1d3c9;
  opacity: 0.5;
}

.management-staff__header span {
  font-weight: 600;
}

.management-staff__tabs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 5%;
  grid-row-gap: 0px;
  padding: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 22, 29, 0.3)), to(rgba(0, 0, 0, 0.276)));
  background: -o-linear-gradient(top, rgba(19, 22, 29, 0.3) 0%, rgba(0, 0, 0, 0.276) 100%);
  background: linear-gradient(180deg, rgba(19, 22, 29, 0.3) 0%, rgba(0, 0, 0, 0.276) 100%);
  -webkit-backdrop-filter: blur(25.5px);
          backdrop-filter: blur(25.5px);
  border: 1px solid #634b4487;
  border-radius: 28px;
  margin-bottom: 42px;
}

.management-staff__tabs-item {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 28px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.management-staff__tabs-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#171b24), to(#0f1015));
  background: -o-linear-gradient(top, #171b24 0%, #0f1015 100%);
  background: linear-gradient(180deg, #171b24 0%, #0f1015 100%);
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
}

.management-staff__tabs-item:hover {
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.1);
}

.management-staff__tabs-item:hover::after {
  opacity: 0.4;
}

.staff-active {
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.46);
          box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.46);
}

.staff-active:hover::after {
  opacity: 0.8;
}

.staff-active::after {
  opacity: 0.8;
}

.management-staff__tabs-item p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2em;
  text-align: center;
  color: #e1d3c9;
}

.management-staff__tabs-content {
  width: 100%;
}

.management-staff__tabs-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.management-staff__tabs-content-item-col img {
  position: relative;
  left: -20px;
  max-width: 835px;
}

.management-staff__tabs-content-item-col .heading-h2 {
  margin-bottom: 32px;
}

.management-staff__tabs-content-item-col:nth-child(2) {
  padding-left: 32px;
}

.contact-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #634b4487;
  border-radius: 28px;
  margin: 0 100px;
  background-image: url("../img/bg-contact-block.png");
  background-size: cover;
  margin-bottom: 120px;
}

.contact-banner__text {
  padding-left: 82px;
}

.contact-banner__text .heading-h2 {
  margin-bottom: 20px;
}

.management-team {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}

.management-team__header {
  background: -o-linear-gradient(269deg, #111318 100%, #101219 100%);
  background: linear-gradient(181deg, #111318 100%, #101219 100%);
  -webkit-backdrop-filter: blur(25.5px);
          backdrop-filter: blur(25.5px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 30px;
  border: 1px solid #634b4487;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 0;
  margin-bottom: 0px;
  position: relative;
  bottom: -1px;
  z-index: 2;
}

.management-team__header span {
  font-weight: 700;
}

.management-team__header p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #e1d3c9;
  opacity: 0.5;
}

.management-team__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 22, 29, 0.3)), to(rgba(0, 0, 0, 0.276)));
  background: -o-linear-gradient(top, rgba(19, 22, 29, 0.3) 0%, rgba(0, 0, 0, 0.276) 100%);
  background: linear-gradient(180deg, rgba(19, 22, 29, 0.3) 0%, rgba(0, 0, 0, 0.276) 100%);
  -webkit-backdrop-filter: blur(25.5px);
          backdrop-filter: blur(25.5px);
  border-radius: 28px;
  padding-bottom: 60px;
  border: 1px solid #634b4487;
  padding-top: 60px;
}

.management-team__content .p-heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.292em;
  color: #e1d3c9;
  opacity: 0.5;
  margin-top: 60px;
  margin-bottom: 40px;
}

.management-team__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.management-team__row.management-addon > img {
  max-width: 1143px;
}

.management-team__row-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 80px;
  margin-bottom: 60px;
}

.management-team__row-content-col .heading-h2 {
  margin-bottom: 32px;
}

.management-team__row-content-col:nth-child(1) {
  width: 40%;
}

.management-team__row-content-col:nth-child(2) {
  width: 60%;
}

.management-team__row-content-col img {
  width: 100%;
  max-width: 804px;
  margin-left: auto;
}

.management-addon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

.management-addon .heading-h2 {
  text-align: center;
  margin-bottom: 32px;
}

.management-addon .text-primary {
  text-align: center;
  max-width: 788px;
  margin: 0 auto 40px;
}

.management-team__btn {
  height: 80px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  color: #e1d3c9;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 22, 29, 0.3)), to(rgba(10, 11, 17, 0.276)));
  background: -o-linear-gradient(top, rgba(19, 22, 29, 0.3) 0%, rgba(10, 11, 17, 0.276) 100%);
  background: linear-gradient(180deg, rgba(19, 22, 29, 0.3) 0%, rgba(10, 11, 17, 0.276) 100%);
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.65);
          box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(25.5px);
          backdrop-filter: blur(25.5px);
  border-radius: 28px;
  border: 1px solid #634b4487;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.management-team__btn:hover {
  color: #e47b2f;
  text-shadow: 0px 4px 16px rgba(249, 107, 4, 0.82);
}

.management-team__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.instruments-col:nth-child(1) {
  width: 40%;
}

.instruments-col:nth-child(2) {
  width: 60%;
}

.instruments-col__header {
  background: -o-linear-gradient(269deg, #111318 100%, #101219 100%);
  background: linear-gradient(181deg, #111318 100%, #101219 100%);
  -webkit-backdrop-filter: blur(25.5px);
          backdrop-filter: blur(25.5px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 56px;
  border: 1px solid #634b4487;
  border-bottom: 0;
  border-radius: 28px 28px 0px 0px;
  margin-bottom: 0px;
  position: relative;
  bottom: -2px;
  z-index: 2;
}

.instruments-col__header p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #e1d3c9;
  opacity: 0.5;
}

.instruments-col__tab-content {
  padding: 56px 36px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 22, 29, 0.3)), to(rgba(0, 0, 0, 0.276)));
  background: -o-linear-gradient(top, rgba(19, 22, 29, 0.3) 0%, rgba(0, 0, 0, 0.276) 100%);
  background: linear-gradient(180deg, rgba(19, 22, 29, 0.3) 0%, rgba(0, 0, 0, 0.276) 100%);
  -webkit-backdrop-filter: blur(25.5px);
          backdrop-filter: blur(25.5px);
  border-radius: 0px 28px 28px 28px;
  border: 1px solid #634b4487;
}

.instruments-col__tab-content-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 65px;
}

.instruments-col__tab-content-line:last-child {
  margin-bottom: 0;
}

.instruments-col__tab-content-line p {
  color: #e1d3c9;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 0.969em;
  padding-left: 28px;
}

.instruments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: url("../img/instruments.png");
  padding-bottom: 80px;
}

.faq {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  padding-bottom: 100px;
}

.faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.faq__item {
  background: -webkit-gradient(linear, left top, left bottom, from(#171b24), to(#0f1015));
  background: -o-linear-gradient(top, #171b24 0%, #0f1015 100%);
  background: linear-gradient(180deg, #171b24 0%, #0f1015 100%);
  -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.46);
          box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.46);
  border-radius: 28px;
  padding: 32px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.faq__item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq__item.active .faq__item-head::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.faq__item-head {
  padding-right: 80px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.faq__item-head:focus {
  outline: none !important;
}

.faq__item-head::after, .faq__item-head::before {
  content: "";
  position: absolute;
  right: 32px;
  width: 32px;
  height: 1px;
  background: #e1d3c9;
  border-radius: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.faq__item-head::before {
  width: 1px;
  height: 32px;
  right: calc(32px + 15.5px);
}

.faq__item-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2em;
  color: #e1d3c9;
}

.faq__item-content {
  margin-top: 32px;
  display: none;
}

.faq__info {
  max-width: 441px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 40px;
  padding-bottom: 75px;
  background: url("../img/faq-info-bg.png") no-repeat center top/cover;
  border-radius: 28px;
  border: 1px solid #634b4487;
}

.faq__info-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2em;
  color: #e1d3c9;
}

.faq__info .text-primary {
  margin-top: 20px;
  max-width: 331px;
}

.faq__info-btn {
  margin-top: 50px;
  margin-left: auto;
}

.bold {
  font-weight: 400;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.footer__list-item {
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3em;
  color: #e1d3c9;
}

.footer__logo-mob {
  display: none;
}

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

.footer__col-p {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 16px;
  color: #e1d3c9;
  opacity: 0.5;
  margin-right: 32px;
}

.footer-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #634b4487;
  padding: 40px 0;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
  margin: 44px 0 41px;
}

.footer__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__social-item:hover svg {
  opacity: 1;
  -webkit-filter: drop-shadow(0px 4px 16px rgba(249, 107, 4, 0.82));
          filter: drop-shadow(0px 4px 16px rgba(249, 107, 4, 0.82));
}

.footer__social-item:hover svg path {
  fill: #e47b2f;
}

.footer__social-item svg {
  display: block;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.footer__social-item svg path {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media screen and (max-width: 1366px) {
  .home-screen {
    padding: 0 35px;
  }
}

@media screen and (max-width: 1280px) {
  .home-screen__col img {
    max-width: 575px;
  }
}

@media screen and (max-width: 1024px) {
  .home-screen__col img {
    max-width: 470px;
    top: unset;
    bottom: 0;
  }
  .solution-heading p {
    padding: 0 35px;
  }
  .management-staff__tabs-content-item-col img {
    max-width: 535px;
  }
  .management-addon img {
    max-width: 90%;
  }
}

@media screen and (max-width: 992px) {
  .container {
    padding: 0 20px;
  }
  h1 {
    font-size: 48px;
  }
  .text-primary {
    font-size: 20px;
  }
  .header {
    padding-top: 20px;
  }
  .header-nav {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: "Montserrat", sans-serif;
  }
  .header-nav-mob {
    margin-top: 60px;
    padding: 20px;
    padding-bottom: 0;
    width: 100%;
  }
  .header-nav-mob nav {
    color: rgba(225, 211, 201, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .header-nav-mob .header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 330px;
    margin-top: 30px;
    min-height: 80px;
  }
  .header-nav__hamb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    color: rgba(225, 211, 201, 0.5);
    margin: 0 30px 0 auto;
    position: relative;
  }
  .header-nav__hamb img {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .header-nav__hamb::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../img/close.svg") no-repeat center center/cover;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
  }
  .header-nav__hamb.active img {
    opacity: 0;
  }
  .header-nav__hamb.active::after {
    opacity: 1;
  }
  .header-nav__links {
    display: none;
  }
  .header-btn {
    display: none;
  }
  .home-screen {
    margin-bottom: 55px;
    min-height: auto;
    padding: 35px 35px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-screen__img {
    margin: 35px -35px -85px auto;
  }
  .home-screen__img img {
    position: static;
  }
  .solution {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 0 30px;
    margin-bottom: 34px;
  }
  .solution-light {
    display: none;
  }
  .solution-heading {
    width: 100%;
    margin-bottom: 60px;
  }
  .solution-heading p {
    max-width: 100%;
    text-align: center;
  }
  .solution-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 10px;
  }
  .solution-col {
    width: 100%;
    min-height: 230px;
    background: url("../img/solution/1-mob.png") no-repeat center top/cover;
  }
  .solution-col:nth-child(2) {
    background-image: url("../img/solution/2-mob.png");
  }
  .solution-col:nth-child(3) {
    background-image: url("../img/solution/3-mob.png");
  }
  .solution-col:nth-child(4) {
    border-radius: 0;
    background-image: url("../img/solution/4-mob.png");
  }
  .solution-col img {
    display: none;
  }
  .solution-col p {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .management-establishment__content {
    padding: 60px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-bottom: 40px;
  }
  .management-establishment__content-tabs-control {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    gap: 12px;
    bottom: 30px;
    position: absolute;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .management-establishment__content-tabs-control__item {
    height: 8px;
    width: 55px;
    margin: 0;
  }
  .management-establishment__content-col {
    position: static;
    width: 100%;
    padding-left: 0;
  }
  .management-establishment__content-col img {
    width: 575px;
    right: 0;
    left: unset;
  }
  .management-establishment__content-col:nth-child(2) {
    min-height: 490px;
  }
  .management-establishment__btn {
    margin-bottom: 90px;
  }
  .management-staff {
    margin-bottom: 50px;
  }
  .management-staff__container {
    padding: 0;
  }
  .management-staff__tabs {
    border-radius: 0;
    margin-bottom: 60px;
  }
  .management-staff__tabs-item {
    height: 80px;
  }
  .management-staff__tabs-item p {
    font-size: 18px;
  }
  .management-staff__tabs-content-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 56px;
  }
  .management-staff__tabs-content-item-col:nth-child(2) {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .management-staff__tabs-content-item-col .heading-h2 {
    max-width: 373px;
    margin: 0 auto 32px;
  }
  .management-staff__tabs-content-item-col .text-primary {
    max-width: 540px;
    margin: 0 auto;
  }
  .contact-banner {
    max-width: 727px;
    width: 100%;
    margin: 0 auto 60px;
    padding: 44px 60px 44px 30px;
    background: url("../img/bg-contact-block-mob.png") no-repeat center top/cover;
  }
  .contact-banner__text {
    padding: 0;
  }
  .management-team {
    margin-bottom: 60px;
  }
  .management-team__content .p-heading {
    margin-bottom: 100px;
  }
  .management-team__row.management-addon .text-primary {
    max-width: 565px;
    margin: 0 auto 55px;
  }
  .management-team__row.management-addon img {
    max-width: 100%;
  }
  .management-team__row .heading-h2 {
    max-width: 461px;
    margin: 0 auto 32px;
  }
  .management-team__row-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-bottom: 50px;
  }
  .management-team__row-content .text-primary {
    max-width: 505px;
    margin: 0 auto 55px;
  }
  .management-team__row-content-col {
    text-align: center;
  }
  .management-team__row-content-col:nth-child(1), .management-team__row-content-col:nth-child(2) {
    width: 100%;
  }
  .instruments {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-position-y: bottom;
  }
  .instruments-col:nth-child(1) {
    max-width: 642px;
    width: 100%;
    margin-bottom: 52px;
  }
  .instruments-col:nth-child(2) {
    width: 100%;
  }
  .instruments-col__tab-content-line:not(:last-child) {
    margin-bottom: 56px;
  }
  .faq {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 80px;
  }
  .faq__item-title {
    font-size: 24px;
  }
  .faq__info {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px;
  }
  .faq__info-btn {
    margin: 0;
  }
  .footer-wrapper {
    padding: 40px 0 65px;
  }
  .footer__list {
    max-width: 255px;
  }
  .footer__list-item {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .text-primary {
    font-size: 18px;
  }
  .heading-h2 {
    font-size: 32px;
  }
  .header {
    margin-bottom: 10px;
  }
  .header-nav {
    padding: 24px 20px;
    border-radius: 28px;
  }
  .header-nav__hamb {
    margin-right: 0;
  }
  .header-nav-mob {
    padding: 0;
  }
  .header-nav__logo {
    margin-left: 0;
  }
  .header-nav__logo img {
    width: 120px;
  }
  .home-screen {
    border-radius: 24px;
    background-position: top left -50px;
    padding: 40px 20px;
    margin-bottom: 80px;
  }
  .home-screen__img {
    margin-bottom: -180px;
  }
  .home-screen__img img {
    max-width: 356px;
  }
  .home-btn-wrapper {
    margin: 50px auto 0;
  }
  .solution {
    padding-bottom: 12px;
  }
  .solution-heading p {
    text-align: left;
    padding: 0 0 0 20px;
  }
  .management-establishment {
    padding-bottom: 20px;
  }
  .management-establishment__header {
    padding: 20px 30px 15px 30px;
    border-radius: 28px 28px 0px 0px;
  }
  .management-establishment__content {
    padding: 40px 20px;
    padding-right: 5px;
  }
  .management-establishment__content-col:nth-child(2) {
    min-height: 320px;
  }
  .management-establishment__content-col img {
    width: 360px;
    margin-top: 42px;
    margin-right: -20px;
  }
  .management-establishment__btn {
    margin-bottom: 60px;
  }
  .contact-btn {
    margin: 20px 0 60px;
  }
  .management-staff__container {
    padding: 0;
  }
  .management-staff__tabs {
    gap: 0;
    padding: 6px;
  }
  .management-staff__tabs-item {
    padding: 12px;
    font-size: 16px;
    border-radius: 24px;
  }
  .management-staff__tabs-item p {
    text-align: left;
  }
  .management-staff__tabs-content-item-col:nth-child(2) {
    padding: 0 30px;
  }
  .management-staff__tabs-content-item-col img {
    width: 404px;
  }
  .management-staff__tabs-content-item-col .heading-h2,
  .management-staff__tabs-content-item-col .text-primary {
    text-align: left;
  }
  .contact-banner {
    padding: 60px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 150px;
  }
  .contact-banner .home-btn {
    margin-top: 60px;
  }
  .management-team__content .p-heading {
    margin-bottom: 60px;
    font-size: 16px;
  }
  .management-team__row {
    max-width: 100%;
  }
  .management-team__row-content-col {
    text-align: left;
  }
  .management-team__row-content-col:nth-child(1) {
    padding: 0 5px 0 20px;
  }
  .management-team__row-content-col img {
    width: 475px;
    margin-left: -66px;
  }
  .management-team__row.management-addon .text-primary {
    padding: 0 8px;
  }
  .management-team__content {
    padding-bottom: 40px;
  }
  .instruments {
    padding-bottom: 40px;
  }
  .instruments-col:nth-child(1) {
    margin-bottom: 40px;
  }
  .instruments-col__header {
    background: -o-linear-gradient(269deg, rgba(17, 19, 24, 0.9) 100%, #101219 100%);
    background: linear-gradient(181deg, rgba(17, 19, 24, 0.9) 100%, #101219 100%);
    -webkit-backdrop-filter: blur(25.5px);
            backdrop-filter: blur(25.5px);
  }
  .instruments-col__tab-content {
    padding: 30px 20px;
    background: -o-linear-gradient(269deg, rgba(17, 19, 24, 0.9) 100%, #101219 100%);
    background: linear-gradient(181deg, rgba(17, 19, 24, 0.9) 100%, #101219 100%);
    -webkit-backdrop-filter: blur(25.5px);
            backdrop-filter: blur(25.5px);
  }
  .instruments-col__tab-content-line p {
    font-size: 24px;
  }
  .instruments-col__tab-content-line:not(:last-child) {
    margin-bottom: 40px;
  }
  .faq {
    padding-bottom: 60px;
  }
  .faq__item {
    padding: 20px;
  }
  .faq__item-content .text-primary {
    font-size: 16px;
  }
  .faq__item-head::after {
    right: 20px;
    width: 24px;
  }
  .faq__item-head::before {
    height: 24px;
    right: calc(20px + 12px);
  }
  .faq__info {
    padding: 60px 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq__info .text-primary {
    margin-top: 24px;
  }
  .faq__info-btn {
    margin-top: 60px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__list {
    max-width: 320px;
  }
  .footer__list-item {
    font-size: 16px;
  }
  .footer-wrapper {
    padding: 40px 20px;
  }
  .footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__col-p {
    margin-top: 60px;
  }
  .footer__logo {
    display: none;
  }
  .footer__logo-mob {
    display: block;
    margin-bottom: 60px;
    width: 155px;
  }
  .footer__social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (max-width: 360px) {
  .management-staff__tabs-item p {
    font-size: 12px;
  }
}
