@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
.h1,
h1 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 900;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
}

.h3,
h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .h3,
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 766px) {
  .h3,
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

.h4,
h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

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

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: "Montserrat";
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  background: #FEF9F7;
  color: #727272;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 766px) {
  html,
  body {
    font-size: 16px;
    line-height: 20px;
  }
}

body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-track {
  background: #FEF9F7;
}
body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #302A6B;
}

p {
  margin: 0 0 10px;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  border: none;
}

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

img {
  display: block;
  max-width: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

img[data-src] {
  opacity: 0;
}

.noscroll {
  overflow: hidden !important;
}

.sprite-icons {
  display: none !important;
}

.title-block {
  color: #3354A5;
  font-size: 56px;
  line-height: 70px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .title-block {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 766px) {
  .title-block {
    font-size: 28px;
    line-height: 36px;
  }
}
.title-block.light {
  color: #ffffff;
}
.title-block.blue {
  color: #3354A5;
}
.title-block span {
  font-weight: 900;
  color: #F15A2E;
}

.container {
  width: 100%;
  max-width: 1340px;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 766px) {
  .container {
    padding: 0 16px;
    max-width: 100%;
  }
}

.input {
  position: relative;
  background: #FEF9F7;
  margin-bottom: 24px;
}
.input img, .input svg {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
}
.input.with-icon input {
  padding: 16px 56px 16px;
}
.input input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px;
  border: 1px solid #D3D3D3;
  background: #FEF9F7;
  border-radius: 8px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-weight: 400;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.input input:not(:-moz-placeholder) {
  color: #3354A5;
}
.input input:not(:-ms-input-placeholder) {
  color: #3354A5;
}
.input input:not(:placeholder-shown) {
  color: #3354A5;
}
.input input:-moz-placeholder {
  color: #727272;
}
.input input:-ms-input-placeholder {
  color: #727272;
}
.input input:placeholder-shown {
  color: #727272;
}
.input.error input {
  border-color: red;
}

.form-row__input--textarea {
  width: 100%;
  resize: none;
  min-height: 112px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px;
  border: 1px solid #D3D3D3;
  background: #FEF9F7;
  border-radius: 8px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-weight: 400;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  position: relative;
  background: #FEF9F7;
  margin-bottom: 24px;
}
.form-row__input--textarea:not(:-moz-placeholder) {
  color: #3354A5;
}
.form-row__input--textarea:not(:-ms-input-placeholder) {
  color: #3354A5;
}
.form-row__input--textarea:not(:placeholder-shown) {
  color: #3354A5;
}
.form-row__input--textarea:-moz-placeholder {
  color: #727272;
}
.form-row__input--textarea:-ms-input-placeholder {
  color: #727272;
}
.form-row__input--textarea:placeholder-shown {
  color: #727272;
}

.button, .button-dark, .button-border {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  cursor: pointer;
  color: #FAFAFA;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #F15A2E;
  text-align: center;
  text-transform: uppercase;
  padding: 24px 32px;
  border-radius: 8px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .button, .button-dark, .button-border {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 766px) {
  .button, .button-dark, .button-border {
    padding: 20px 24px;
  }
}
.button:hover, .button-dark:hover, .button-border:hover {
  background: #FF6B40;
}
.button span, .button-dark span, .button-border span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button svg, .button-dark svg, .button-border svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 766px) {
  .button svg, .button-dark svg, .button-border svg {
    width: 20px;
    height: 20px;
  }
}

.button-border {
  border: 1px solid #F15A2E;
  color: #F15A2E;
  background: transparent;
  text-transform: inherit;
}
.button-border svg, .button-border img {
  stroke: currentColor;
}
.button-border:hover {
  background: #F15A2E;
  color: #ffffff;
}

.button-dark {
  padding: 20px 32px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: #ffffff;
  background: #414141;
}
@media (max-width: 766px) {
  .button-dark {
    padding: 20px 24px;
    border-radius: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.button-dark:hover {
  background: #727272;
}
.button-dark svg, .button-dark img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 766px) {
  .button-dark svg, .button-dark img {
    width: 20px;
    height: 20px;
  }
}

:root {
  --swiper-theme-color: #373737;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.header {
  position: fixed;
  z-index: 10;
  background: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  padding: 16px 0;
}
@media (max-width: 766px) {
  .header {
    padding: 8px 0;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 1367px) {
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__logo img {
  width: 88px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.header__nav a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (max-width: 766px) {
  .header__nav a {
    font-size: 16px;
    line-height: 20px;
  }
}
.header__nav a:hover {
  color: #3354A5;
}
@media (max-width: 1367px) {
  .header__nav {
    display: none;
  }
}
.header__assets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.header__call {
  text-transform: none;
}
@media (max-width: 1080px) {
  .header__call {
    display: none;
  }
}
.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3354A5;
  background: transparent;
}
.header__tel svg path {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.header__tel:hover {
  color: #ffffff;
}
.header__tel:hover svg path {
  fill: #ffffff;
}
@media (max-width: 1080px) {
  .header__tel {
    display: none;
  }
}
.header__burger {
  cursor: pointer;
  display: none;
}
@media (max-width: 1367px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
  }
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 68px;
  width: 100%;
  height: calc(100dvh - 68px);
  z-index: 33;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.mobile-menu.open {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .container {
  height: 100%;
}
.mobile-menu__inner {
  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%;
  padding-bottom: 20px;
}
.mobile-menu__list {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.mobile-menu__list > a {
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  color: #000000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.mobile-menu__list > a:hover {
  color: #3354A5;
}
.mobile-menu__call {
  text-transform: none;
}
.mobile-menu__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu__tel svg path {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.mobile-menu__tel:hover {
  color: #ffffff;
}
.mobile-menu__tel:hover svg path {
  fill: #ffffff;
}
.mobile-menu__burger {
  position: absolute;
  right: 16px;
  top: 16.5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  z-index: 3;
}
.mobile-menu__burger svg {
  pointer-events: none;
}
.mobile-menu__assets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.mobile-menu__assets .button, .mobile-menu__assets .button-border, .mobile-menu__assets .button-dark {
  width: 50%;
}
@media (max-width: 766px) {
  .mobile-menu__assets .button, .mobile-menu__assets .button-border, .mobile-menu__assets .button-dark {
    width: 100%;
  }
}
@media (max-width: 766px) {
  .mobile-menu__assets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 33;
  width: 100%;
  height: 100vh;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup__content {
  padding: 48px;
  position: relative;
  z-index: 2;
  background: #ffffff;
  width: 480px;
  max-width: calc(100% - 64px);
  border-radius: 16px;
}
.popup__content .button, .popup__content .button-border, .popup__content .button-dark {
  width: 100%;
  text-transform: unset;
}
.popup__rgba {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.popup__title {
  color: #3354A5;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}
.popup__text {
  color: #727272;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
.popup__close {
  z-index: 3;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup__close svg {
  width: 44px;
  height: 44px;
}
.popup__decor {
  position: absolute;
  bottom: 10px;
  left: 15px;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 100px;
  height: 80px;
}
.popup__decor svg, .popup__decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ji-footer {
  background: #373737;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1607843137);
  position: relative;
  z-index: 3;
}
.ji-footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 766px) {
  .ji-footer .footer {
    padding-bottom: 20px;
  }
}
.ji-footer .footer-logo {
  width: 125px;
  height: 74.6px;
  margin-top: -8px;
  margin-bottom: 14px;
}
@media (max-width: 766px) {
  .ji-footer .footer-logo {
    width: 125px;
    height: 74.6px;
  }
}
.ji-footer .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ji-footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 24px;
}
@media (max-width: 766px) {
  .ji-footer .footer-nav {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 766px) {
  .ji-footer .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}
.ji-footer .footer-nav .link:hover {
  color: #F15A2E;
}
.ji-footer .footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 766px) {
  .ji-footer .footer-contacts {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 766px) {
  .ji-footer .footer-contacts .button-dark {
    width: 100%;
  }
}
.ji-footer .footer-copyright {
  color: #F15A2E;
}

.ji-home-hero {
  position: relative;
  background: #302A6B;
}
@media (max-width: 1280px) {
  .ji-home-hero {
    padding: 60px 0 0;
  }
}
@media (max-width: 766px) {
  .ji-home-hero {
    padding: 30px 0 0;
  }
}
.ji-home-hero .container {
  max-width: 1920px;
}
.ji-home-hero .home-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 800px;
  height: 100vh;
  max-height: 1080px;
  padding: 72px 0;
}
@media (max-width: 1280px) {
  .ji-home-hero .home-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0;
    height: unset;
    max-height: unset;
  }
}
@media (max-width: 1500px) {
  .ji-home-hero .home-hero {
    height: unset;
  }
}
.ji-home-hero .home-hero__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  position: relative;
  max-width: 780px;
  padding-left: 70px;
}
.ji-home-hero .home-hero__right-wrapper {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .ji-home-hero .home-hero__right {
    padding-left: 0;
    margin-left: 0;
    margin-top: 40px;
    max-width: 100%;
    left: 0;
  }
}
@media (max-width: 766px) {
  .ji-home-hero .home-hero__right {
    margin-top: 20px;
  }
}
.ji-home-hero .home-hero__left {
  z-index: 2;
  position: absolute;
  left: -35px;
  bottom: 0;
  width: 48%;
}
.ji-home-hero .home-hero__left img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1280px) {
  .ji-home-hero .home-hero__left {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
}
.ji-home-hero .home-hero__title {
  margin-bottom: 28px;
}
.ji-home-hero .home-hero__title span:first-child {
  color: #F15A2E;
}
.ji-home-hero .home-hero__title span:last-child {
  color: #3354A5;
  display: block;
}
@media (max-width: 1280px) {
  .ji-home-hero .home-hero__title {
    left: 0;
  }
}
.ji-home-hero .home-hero__text {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.ji-home-hero .home-hero .button, .ji-home-hero .home-hero .button-border, .ji-home-hero .home-hero .button-dark {
  margin-top: 28px;
  text-transform: unset;
}
.ji-home-hero .home-hero__bg {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.ji-home-hero .home-hero__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ji-home-hero .home-hero__yellow {
  position: absolute;
  z-index: 3;
  bottom: -100px;
  left: 23%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1500px) {
  .ji-home-hero .home-hero__yellow {
    width: 350px;
  }
}
@media (max-width: 1280px) {
  .ji-home-hero .home-hero__yellow {
    left: 73%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 300px;
  }
}
@media (max-width: 766px) {
  .ji-home-hero .home-hero__yellow {
    width: 45%;
    left: unset;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    right: 0;
    bottom: -50px;
  }
}
.ji-home-hero .home-hero__yellow svg {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.24));
          filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.24));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.ji-home-about {
  position: relative;
  padding: 72px 0;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .ji-home-about {
    padding: 60px 0;
  }
}
@media (max-width: 766px) {
  .ji-home-about {
    padding: 30px 0;
  }
}
.ji-home-about .container-about {
  padding-right: 72px;
  margin-right: 0;
}
.ji-home-about .home-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
}
@media (max-width: 766px) {
  .ji-home-about .home-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    gap: 40px;
  }
}
@media (max-width: 766px) {
  .ji-home-about .home-about {
    gap: 24px;
  }
}
.ji-home-about .home-about .title-block {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1080px) {
  .ji-home-about .home-about .title-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 766px) {
  .ji-home-about .home-about .title-block {
    margin-bottom: 16px;
  }
  .ji-home-about .home-about .title-block br {
    display: none;
  }
}
.ji-home-about .home-about .text-block p {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 766px) {
  .ji-home-about .home-about .text-block p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
.ji-home-about .home-about .text-block p small {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 766px) {
  .ji-home-about .home-about .text-block p small {
    font-size: 16px;
    line-height: 20px;
  }
}
.ji-home-about .home-about .text-block p span {
  font-weight: 700;
}
.ji-home-about .home-about .text-block p > span {
  color: #F15A2E;
}
.ji-home-about .home-about .text-block p > span > span {
  color: #3354A5;
}
.ji-home-about .home-about__icons {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 40px;
  margin-bottom: 72px;
}
@media (max-width: 766px) {
  .ji-home-about .home-about__icons {
    gap: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .ji-home-about .home-about__icons {
    width: 100%;
    gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }
}
.ji-home-about .home-about__icon {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3354A5;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
.ji-home-about .home-about__icon svg {
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
}
@media (max-width: 640px) {
  .ji-home-about .home-about__icon svg {
    width: 45px;
    height: 45px;
  }
}
.ji-home-about .home-about__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 813px;
}
.ji-home-about .home-about__button {
  text-transform: none;
}
.ji-home-about .home-about__right {
  margin: 0 -245px 0 0;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 1500px) {
  .ji-home-about .home-about__right {
    margin: 0;
  }
}
.ji-home-about .home-about__right img {
  width: 100%;
}

.ji-home-companies {
  position: relative;
  padding: 48px 0;
  overflow: hidden;
  background: #302A6B;
}
@media (max-width: 1280px) {
  .ji-home-companies {
    padding: 30px 0;
  }
}
.ji-home-companies .home-companies .title-block {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1080px) {
  .ji-home-companies .home-companies .title-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 766px) {
  .ji-home-companies .home-companies .title-block {
    margin-bottom: 16px;
  }
  .ji-home-companies .home-companies .title-block br {
    display: none;
  }
}
.ji-home-companies .home-companies__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1080px) {
  .ji-home-companies .home-companies__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 766px) {
  .ji-home-companies .home-companies__grid {
    padding-left: 0;
    gap: 16px;
  }
}
.ji-home-companies .home-companies__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #524C8D;
  width: 100%;
}
.ji-home-companies .home-companies__image img {
  width: 100%;
}
.ji-home-companies .home-companies__decor {
  max-width: 620px;
  position: absolute;
  pointer-events: none;
}
.ji-home-companies .home-companies__decor--left {
  top: 0;
  left: 0;
}
.ji-home-companies .home-companies__decor--right {
  right: 0;
  bottom: 0;
}

.ji-home-trust {
  position: relative;
  padding: 72px 0;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .ji-home-trust {
    padding: 60px 0;
  }
}
@media (max-width: 766px) {
  .ji-home-trust {
    padding: 30px 0;
  }
}
.ji-home-trust .home-trust .title-block {
  margin-bottom: 72px;
}
@media (max-width: 1280px) {
  .ji-home-trust .home-trust .title-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 1080px) {
  .ji-home-trust .home-trust .title-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 766px) {
  .ji-home-trust .home-trust .title-block {
    margin-bottom: 16px;
  }
}
.ji-home-trust .home-trust__inner {
  position: relative;
  z-index: 2;
}
.ji-home-trust .home-trust__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 72px;
}
@media (max-width: 1080px) {
  .ji-home-trust .home-trust__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .ji-home-trust .home-trust__grid {
    padding-left: 0;
  }
}
.ji-home-trust .home-trust__item {
  position: relative;
  width: 100%;
}
.ji-home-trust .home-trust__image {
  margin-bottom: 24px;
  width: 100%;
  padding-bottom: 66.225%;
  position: relative;
  overflow: hidden;
}
.ji-home-trust .home-trust__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ji-home-trust .home-trust__number {
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
  font-family: monospace;
  color: transparent;
  -webkit-text-stroke: 4px #F15A2E;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media (max-width: 1280px) {
  .ji-home-trust .home-trust__number {
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
  }
}
@media (max-width: 1080px) {
  .ji-home-trust .home-trust__number {
    position: static;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    text-align: center;
  }
}
.ji-home-trust .home-trust__name {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #3354A5;
}
@media (max-width: 1280px) {
  .ji-home-trust .home-trust__name {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 766px) {
  .ji-home-trust .home-trust__name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 640px) {
  .ji-home-trust .home-trust__name {
    margin-bottom: 16px;
  }
}
.ji-home-trust .home-trust__text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #373737;
}
@media (max-width: 766px) {
  .ji-home-trust .home-trust__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.ji-home-trust .home-trust__bg {
  width: 100%;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1080px) {
  .ji-home-trust .home-trust__bg {
    display: none;
  }
}
.ji-home-trust .home-trust__bg img {
  width: 100%;
}

.ji-home-vacancies {
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .ji-home-vacancies {
    padding: 60px 0;
  }
}
@media (max-width: 766px) {
  .ji-home-vacancies {
    padding: 30px 0;
  }
}
.ji-home-vacancies .vector {
  position: absolute;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
  opacity: 0.08;
  width: 824px;
  height: 619px;
  left: -75px;
  top: 193px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .ji-home-vacancies .vector {
    width: 412px;
    height: 309px;
    left: 0;
    top: 160px;
  }
}
@media (max-width: 766px) {
  .ji-home-vacancies .vector {
    display: none;
  }
}
.ji-home-vacancies .home-vacancies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 72px;
}
@media (max-width: 1280px) {
  .ji-home-vacancies .home-vacancies {
    row-gap: 60px;
  }
}
@media (max-width: 766px) {
  .ji-home-vacancies .home-vacancies {
    row-gap: 30px;
  }
}
.ji-home-vacancies .home-vacancies .title-block {
  max-width: 700px;
}
.ji-home-vacancies .home-vacancies-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 70px;
  grid-row-gap: 24px;
}
@media (max-width: 1280px) {
  .ji-home-vacancies .home-vacancies-list {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (max-width: 1080px) {
  .ji-home-vacancies .home-vacancies-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ji-home-vacancies .home-vacancies .vacancies {
  -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.02), 0 26px 26px 0 rgba(0, 0, 0, 0.02), 0 59px 35px 0 rgba(0, 0, 0, 0.01), 0 105px 42px 0 rgba(0, 0, 0, 0), 0 164px 46px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.02), 0 26px 26px 0 rgba(0, 0, 0, 0.02), 0 59px 35px 0 rgba(0, 0, 0, 0.01), 0 105px 42px 0 rgba(0, 0, 0, 0), 0 164px 46px 0 rgba(0, 0, 0, 0);
  background: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  padding: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1280px) {
  .ji-home-vacancies .home-vacancies .vacancies {
    row-gap: 24px;
    padding: 32px;
  }
}
@media (max-width: 766px) {
  .ji-home-vacancies .home-vacancies .vacancies {
    padding: 24px;
  }
}
.ji-home-vacancies .home-vacancies .vacancies-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  min-height: 390px;
}
@media (max-width: 1280px) {
  .ji-home-vacancies .home-vacancies .vacancies-top {
    row-gap: 24px;
  }
}
@media (max-width: 1080px) {
  .ji-home-vacancies .home-vacancies .vacancies-top {
    min-height: auto;
  }
}
@media (max-width: 766px) {
  .ji-home-vacancies .home-vacancies .vacancies-top {
    row-gap: 12px;
  }
}
.ji-home-vacancies .home-vacancies .vacancies-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  margin-top: auto;
}
@media (max-width: 1280px) {
  .ji-home-vacancies .home-vacancies .vacancies-bottom {
    row-gap: 24px;
  }
}
@media (max-width: 766px) {
  .ji-home-vacancies .home-vacancies .vacancies-bottom {
    row-gap: 12px;
  }
}
.ji-home-vacancies .home-vacancies .vacancies-title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3354A5;
}
@media (max-width: 1280px) {
  .ji-home-vacancies .home-vacancies .vacancies-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 766px) {
  .ji-home-vacancies .home-vacancies .vacancies-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.ji-home-vacancies .home-vacancies .vacancies-price {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  text-transform: uppercase;
  color: #F15A2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media (max-width: 1280px) {
  .ji-home-vacancies .home-vacancies .vacancies-price {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 766px) {
  .ji-home-vacancies .home-vacancies .vacancies-price {
    font-size: 18px;
    line-height: 22px;
  }
}
.ji-home-vacancies .home-vacancies .vacancies-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media (max-width: 766px) {
  .ji-home-vacancies .home-vacancies .vacancies-list {
    row-gap: 12px;
  }
}
.ji-home-vacancies .home-vacancies .vacancies-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (max-width: 766px) {
  .ji-home-vacancies .home-vacancies .vacancies-item {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.ji-home-vacancies .home-vacancies .vacancies-item-icon {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 766px) {
  .ji-home-vacancies .home-vacancies .vacancies-item-icon {
    width: 24px;
    height: 24px;
  }
}
.ji-home-vacancies .home-vacancies .vacancies-item-icon svg {
  width: 100%;
  height: 100%;
}
.ji-home-vacancies .home-vacancies .vacancies-income {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #3354A5;
}
@media (max-width: 766px) {
  .ji-home-vacancies .home-vacancies .vacancies-income {
    font-size: 16px;
    line-height: 20px;
  }
}
.ji-home-vacancies .home-vacancies .vacancies .button, .ji-home-vacancies .home-vacancies .vacancies .button-border, .ji-home-vacancies .home-vacancies .vacancies .button-dark {
  width: 100%;
}

.ji-home-services {
  padding: 72px 0;
  position: relative;
  overflow: hidden;
  background: #302A6B;
}
@media (max-width: 1280px) {
  .ji-home-services {
    padding: 60px 0;
  }
}
@media (max-width: 766px) {
  .ji-home-services {
    padding: 30px 0;
  }
}
.ji-home-services .home-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 72px;
  position: relative;
}
@media (max-width: 766px) {
  .ji-home-services .home-services {
    gap: 30px;
  }
}
.ji-home-services .home-services-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1280px) {
  .ji-home-services .home-services-list {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (max-width: 1080px) {
  .ji-home-services .home-services-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ji-home-services .home-services .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 20px 20px 20px;
  -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.02), 0 26px 26px 0 rgba(0, 0, 0, 0.02), 0 59px 35px 0 rgba(0, 0, 0, 0.01), 0 105px 42px 0 rgba(0, 0, 0, 0), 0 164px 46px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.02), 0 26px 26px 0 rgba(0, 0, 0, 0.02), 0 59px 35px 0 rgba(0, 0, 0, 0.01), 0 105px 42px 0 rgba(0, 0, 0, 0), 0 164px 46px 0 rgba(0, 0, 0, 0);
  background: #FAFAFA;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .ji-home-services .home-services .services {
    padding: 24px;
  }
}
.ji-home-services .home-services .services-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
@media (max-width: 766px) {
  .ji-home-services .home-services .services-icon {
    width: 100px;
    height: 100px;
  }
}
.ji-home-services .home-services .services-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ji-home-services .home-services .services-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  width: 100%;
}
.ji-home-services .home-services .services-title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #302A6B;
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 766px) {
  .ji-home-services .home-services .services-title {
    min-height: auto;
  }
}
.ji-home-services .home-services .services-list {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.ji-home-services .home-services .services-list li {
  position: relative;
  padding-left: 26px;
  color: #373737;
}
.ji-home-services .home-services .services-list li::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 10px;
  background-color: #373737;
}
.ji-home-services .home-services .services .button-border {
  width: 100%;
  margin-top: auto;
}
.ji-home-services .home-services__bg {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.ji-home-services .home-services__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1080px) {
  .ji-home-services .home-services__bg img {
    -o-object-position: top center;
       object-position: top center;
  }
}
.ji-home-services .home-services__bg-2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 886px;
  height: 889px;
  mix-blend-mode: Luminosity;
}
@media (max-width: 1080px) {
  .ji-home-services .home-services__bg-2 {
    display: none;
  }
}
.ji-home-services .home-services__bg-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.ji-home-benefits .home-benefits {
  position: relative;
  overflow: hidden;
  background-color: #302A6B;
}
.ji-home-benefits .home-benefits__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ji-home-benefits .home-benefits__bg img {
  width: 564px;
  height: 424px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  display: block;
}
.ji-home-benefits .home-benefits__bg img:nth-child(1) {
  -webkit-transform: rotate(8.22deg);
      -ms-transform: rotate(8.22deg);
          transform: rotate(8.22deg);
  top: -30px;
  left: -3px;
}
@media (max-width: 766px) {
  .ji-home-benefits .home-benefits__bg img:nth-child(1) {
    -webkit-transform: scale(0.8) rotate(8.22deg);
        -ms-transform: scale(0.8) rotate(8.22deg);
            transform: scale(0.8) rotate(8.22deg);
  }
}
.ji-home-benefits .home-benefits__bg img:nth-child(2) {
  -webkit-transform: rotate(51.99deg);
      -ms-transform: rotate(51.99deg);
          transform: rotate(51.99deg);
  bottom: -25px;
  right: 44px;
}
@media (max-width: 766px) {
  .ji-home-benefits .home-benefits__bg img:nth-child(2) {
    -webkit-transform: scale(0.8) rotate(51.99deg);
        -ms-transform: scale(0.8) rotate(51.99deg);
            transform: scale(0.8) rotate(51.99deg);
  }
}
.ji-home-benefits .home-benefits .container {
  position: relative;
  z-index: 4;
}
.ji-home-benefits .home-benefits__wrapper {
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1080px) {
  .ji-home-benefits .home-benefits__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ji-home-benefits .home-benefits__content {
  max-width: 620px;
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1080px) {
  .ji-home-benefits .home-benefits__content {
    width: 100%;
    max-width: 100%;
  }
}
.ji-home-benefits .home-benefits .title-block {
  margin-bottom: 40px;
}
@media (max-width: 766px) {
  .ji-home-benefits .home-benefits .title-block {
    margin-bottom: 16px;
  }
}
@media (max-width: 1080px) {
  .ji-home-benefits .home-benefits .title-block br {
    display: none;
  }
}
.ji-home-benefits .home-benefits__label {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #302A6B;
  padding: 10px;
  background-color: #FDC114;
  border-radius: 8px;
  margin-bottom: 20px;
}
.ji-home-benefits .home-benefits__text {
  color: #ffffff;
  max-width: 500px;
}
@media (max-width: 1080px) {
  .ji-home-benefits .home-benefits__text {
    max-width: 700px;
  }
}
.ji-home-benefits .home-benefits__list {
  max-width: 620px;
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 1080px) {
  .ji-home-benefits .home-benefits__list {
    width: 100%;
    max-width: 100%;
  }
}
.ji-home-benefits .home-benefits__list-title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .ji-home-benefits .home-benefits__list-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 766px) {
  .ji-home-benefits .home-benefits__list-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.ji-home-benefits .home-benefits__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.ji-home-benefits .home-benefits__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: calc(50% - 5px);
  background-color: #524C8D;
  border-radius: 16px;
  padding: 15px;
  color: #ffffff;
}
@media (max-width: 766px) {
  .ji-home-benefits .home-benefits__items .item {
    width: 100%;
    gap: 16px;
  }
}
.ji-home-benefits .home-benefits__items .item-icon {
  width: 60px;
  height: 60px;
}
@media (max-width: 766px) {
  .ji-home-benefits .home-benefits__items .item-icon {
    width: 48px;
    height: 48px;
  }
}
.ji-home-benefits .home-benefits__items .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ji-home-benefits .home-benefits__items .item-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .ji-home-benefits .home-benefits__items .item-title {
    font-size: 18px;
    line-height: 24px;
  }
}

.ji-reviews .reviews {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
}
@media (max-width: 1280px) {
  .ji-reviews .reviews {
    padding: 60px 0;
  }
}
@media (max-width: 766px) {
  .ji-reviews .reviews {
    padding: 30px 0 60px;
  }
}
.ji-reviews .reviews__bg {
  position: absolute;
  left: -75px;
  bottom: -85px;
  opacity: 0.08;
  -webkit-transform: rotate(8.22deg);
      -ms-transform: rotate(8.22deg);
          transform: rotate(8.22deg);
  width: 824.7px;
  height: 619px;
}
@media (max-width: 1080px) {
  .ji-reviews .reviews__bg {
    display: none;
  }
}
.ji-reviews .reviews__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ji-reviews .reviews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.ji-reviews .reviews__head {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media (max-width: 1080px) {
  .ji-reviews .reviews__head {
    width: calc(50% - 20px);
  }
}
@media (max-width: 766px) {
  .ji-reviews .reviews__head {
    width: 100%;
  }
}
.ji-reviews .reviews-item {
  width: calc(33.3333333333% - 26.6666666667px);
  background-color: #FAFAFA;
  border-radius: 16px;
  padding: 40px;
  -webkit-box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.0196078431), 0px 26px 26px 0px rgba(0, 0, 0, 0.0196078431), 0px 59px 35px 0px rgba(0, 0, 0, 0.0117647059), 0px 105px 42px 0px rgba(0, 0, 0, 0), 0px 164px 46px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.0196078431), 0px 26px 26px 0px rgba(0, 0, 0, 0.0196078431), 0px 59px 35px 0px rgba(0, 0, 0, 0.0117647059), 0px 105px 42px 0px rgba(0, 0, 0, 0), 0px 164px 46px 0px rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1080px) {
  .ji-reviews .reviews-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 766px) {
  .ji-reviews .reviews-item {
    width: 100%;
    padding: 20px;
  }
}
.ji-reviews .reviews-item__content {
  color: #373737;
  margin-bottom: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ji-reviews .reviews-item__content p:last-of-type {
  margin-bottom: 0;
}
.ji-reviews .reviews-item__name {
  margin-bottom: -62px;
  padding: 10px;
  border-radius: 13.29px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  background-color: #FDC114;
}
@media (max-width: 766px) {
  .ji-reviews .reviews-item__name {
    margin-bottom: -42px;
  }
}
.ji-reviews .reviews-item__name span {
  display: block;
  position: absolute;
  top: 2px;
  right: -4px;
  width: 10px;
  height: 9px;
  background-position: center;
  background-size: contain;
  background-position: center;
  background-color: #FDC114;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.38062 0.234375C9.30455 0.207051 9.21951 0.22386 9.15894 0.277344C7.43461 1.80375 5.92946 2.4498 4.53101 2.71875C3.11835 2.99041 1.81526 2.88086 0.443115 2.88086C0.362334 2.88086 0.287721 2.92436 0.248779 2.99512C0.209877 3.06599 0.213211 3.15249 0.256592 3.2207L3.35815 8.0957C3.3988 8.15934 3.46916 8.19815 3.54468 8.19824C3.72193 8.19824 3.95269 8.11394 4.19312 7.99707C4.44405 7.87508 4.7405 7.69919 5.06128 7.48047C5.70312 7.04281 6.45658 6.42417 7.16089 5.69336C7.86488 4.96281 8.52687 4.11317 8.97729 3.21484C9.42721 2.31739 9.67345 1.35587 9.52417 0.40918C9.51156 0.329259 9.45675 0.261738 9.38062 0.234375Z' fill='white' stroke='white' stroke-width='0.443119' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.38062 0.234375C9.30455 0.207051 9.21951 0.22386 9.15894 0.277344C7.43461 1.80375 5.92946 2.4498 4.53101 2.71875C3.11835 2.99041 1.81526 2.88086 0.443115 2.88086C0.362334 2.88086 0.287721 2.92436 0.248779 2.99512C0.209877 3.06599 0.213211 3.15249 0.256592 3.2207L3.35815 8.0957C3.3988 8.15934 3.46916 8.19815 3.54468 8.19824C3.72193 8.19824 3.95269 8.11394 4.19312 7.99707C4.44405 7.87508 4.7405 7.69919 5.06128 7.48047C5.70312 7.04281 6.45658 6.42417 7.16089 5.69336C7.86488 4.96281 8.52687 4.11317 8.97729 3.21484C9.42721 2.31739 9.67345 1.35587 9.52417 0.40918C9.51156 0.329259 9.45675 0.261738 9.38062 0.234375Z' fill='white' stroke='white' stroke-width='0.443119' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}